Dokan – Best WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy - Version 3.5.1

Version Description

Download this release

Release Info

Developer tareq1988
Plugin Icon wp plugin Dokan – Best WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy
Version 3.5.1
Comparing to
See all releases

Code changes from version 3.5.0 to 3.5.1

assets/css/reverse-withdrawal.css ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #reverse-withdrawal-filter-form {
2
+ display: flex;
3
+ align-items: center;
4
+ margin-top: 10px;
5
+ }
6
+ #reverse-withdrawal-filter-form input[type="submit"] {
7
+ margin-left: 5px;
8
+ }
9
+ .reverse-balance-section {
10
+ display: flex;
11
+ justify-content: space-between;
12
+ align-items: center;
13
+ margin-bottom: 20px;
14
+ border: 1px solid #b3b3b3;
15
+ padding: 10px;
16
+ border-radius: 5px;
17
+ }
18
+ .reverse-balance-section .reverse-balance {
19
+ font-size: 1.02em;
20
+ font-weight: bold;
21
+ }
22
+ .reverse-balance-section .reverse-threshold {
23
+ font-size: 1em;
24
+ color: #999;
25
+ }
26
+ .reverse-balance-section .reverse-threshold span {
27
+ margin-right: 5px;
28
+ }
29
+ .reverse-balance-section .reverse-pay-form {
30
+ display: flex;
31
+ justify-content: flex-end;
32
+ align-items: center;
33
+ }
34
+ .reverse-balance-section .reverse-pay-form input {
35
+ width: 100px;
36
+ margin-left: 10px;
37
+ }
38
+ .reverse-balance-section .reverse-pay-form input.button {
39
+ width: auto;
40
+ }
41
+ .reverse-balance-section .reverse-balance-notice {
42
+ color: #ff0000;
43
+ font-size: 0.8em;
44
+ }
assets/css/setup-no-wc.css CHANGED
@@ -210,6 +210,59 @@ body {
210
  list-style-type: none;
211
  margin-bottom: 5px;
212
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  .dokan-form-group .dokan-w8 {
214
  margin-bottom: 10px;
215
  }
210
  list-style-type: none;
211
  margin-bottom: 5px;
212
  }
213
+ .form-table .dokan-bank-settings-template {
214
+ padding: 0 15px;
215
+ border: 1px solid #EEEEEE;
216
+ }
217
+ .form-table .dokan-bank-settings-template .dokan-form-group {
218
+ height: 70px !important;
219
+ }
220
+ .form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][routing_number]"],
221
+ .form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][ac_number]"] {
222
+ width: 48% !important;
223
+ }
224
+ .form-table .dokan-bank-settings-template .dokan-form-group textarea[name="settings[bank][bank_addr]"] {
225
+ height: 45px !important;
226
+ border-radius: 4px !important;
227
+ }
228
+ .form-table .dokan-bank-settings-template .dokan-form-group input,
229
+ .form-table .dokan-bank-settings-template .dokan-form-group select,
230
+ .form-table .dokan-bank-settings-template .dokan-form-group textarea {
231
+ margin-top: 5px;
232
+ border: 1px solid #BBBBBB;
233
+ }
234
+ .form-table .dokan-bank-settings-template .dokan-form-group input[type=checkbox] {
235
+ margin-top: 0;
236
+ }
237
+ .form-table .dokan-bank-settings-template .dokan-form-group img {
238
+ height: 60px;
239
+ }
240
+ .form-table .dokan-bank-settings-template .dokan-form-group #declaration {
241
+ width: auto !important;
242
+ }
243
+ .form-table .dokan-bank-settings-template div.data-warning {
244
+ display: flex !important;
245
+ box-shadow: 0 0 5px #AAAAAA !important;
246
+ padding: 10px !important;
247
+ margin-bottom: 10px !important;
248
+ }
249
+ .form-table .dokan-bank-settings-template div.data-warning div.left-icon-container {
250
+ display: flex !important;
251
+ flex-direction: column !important;
252
+ justify-content: center !important;
253
+ padding: 5px !important;
254
+ }
255
+ .form-table .dokan-bank-settings-template div.data-warning div.left-icon-container i {
256
+ color: orange !important;
257
+ }
258
+ .form-table .dokan-bank-settings-template div.data-warning div.vr-separator {
259
+ margin: 0 10px !important;
260
+ border-left: 1px #dddddd solid !important;
261
+ }
262
+ .form-table .dokan-bank-settings-template .bottom-note {
263
+ text-align: left !important;
264
+ margin-bottom: 2em !important;
265
+ }
266
  .dokan-form-group .dokan-w8 {
267
  margin-bottom: 10px;
268
  }
assets/css/setup.css CHANGED
@@ -80,6 +80,59 @@
80
  list-style-type: none;
81
  margin-bottom: 5px;
82
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  .dokan-form-group .dokan-w8 {
84
  margin-bottom: 10px;
85
  }
80
  list-style-type: none;
81
  margin-bottom: 5px;
82
  }
83
+ .form-table .dokan-bank-settings-template {
84
+ padding: 0 15px;
85
+ border: 1px solid #EEEEEE;
86
+ }
87
+ .form-table .dokan-bank-settings-template .dokan-form-group {
88
+ height: 70px !important;
89
+ }
90
+ .form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][routing_number]"],
91
+ .form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][ac_number]"] {
92
+ width: 48% !important;
93
+ }
94
+ .form-table .dokan-bank-settings-template .dokan-form-group textarea[name="settings[bank][bank_addr]"] {
95
+ height: 45px !important;
96
+ border-radius: 4px !important;
97
+ }
98
+ .form-table .dokan-bank-settings-template .dokan-form-group input,
99
+ .form-table .dokan-bank-settings-template .dokan-form-group select,
100
+ .form-table .dokan-bank-settings-template .dokan-form-group textarea {
101
+ margin-top: 5px;
102
+ border: 1px solid #BBBBBB;
103
+ }
104
+ .form-table .dokan-bank-settings-template .dokan-form-group input[type=checkbox] {
105
+ margin-top: 0;
106
+ }
107
+ .form-table .dokan-bank-settings-template .dokan-form-group img {
108
+ height: 60px;
109
+ }
110
+ .form-table .dokan-bank-settings-template .dokan-form-group #declaration {
111
+ width: auto !important;
112
+ }
113
+ .form-table .dokan-bank-settings-template div.data-warning {
114
+ display: flex !important;
115
+ box-shadow: 0 0 5px #AAAAAA !important;
116
+ padding: 10px !important;
117
+ margin-bottom: 10px !important;
118
+ }
119
+ .form-table .dokan-bank-settings-template div.data-warning div.left-icon-container {
120
+ display: flex !important;
121
+ flex-direction: column !important;
122
+ justify-content: center !important;
123
+ padding: 5px !important;
124
+ }
125
+ .form-table .dokan-bank-settings-template div.data-warning div.left-icon-container i {
126
+ color: orange !important;
127
+ }
128
+ .form-table .dokan-bank-settings-template div.data-warning div.vr-separator {
129
+ margin: 0 10px !important;
130
+ border-left: 1px #dddddd solid !important;
131
+ }
132
+ .form-table .dokan-bank-settings-template .bottom-note {
133
+ text-align: left !important;
134
+ margin-bottom: 2em !important;
135
+ }
136
  .dokan-form-group .dokan-w8 {
137
  margin-bottom: 10px;
138
  }
assets/css/style.css CHANGED
@@ -2373,14 +2373,35 @@ div.media-sidebar a.edit-attachment {
2373
  margin: 5px 0;
2374
  flex-grow: 1;
2375
  }
2376
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown {
2377
  flex-grow: 2;
2378
  text-align: right;
2379
  }
2380
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down-wrapper {
 
 
 
 
 
 
 
 
 
2381
  position: relative;
2382
  }
2383
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down {
 
 
 
 
 
 
 
 
 
 
 
 
2384
  display: none;
2385
  max-height: 200px;
2386
  border: 1px black solid;
@@ -2389,35 +2410,47 @@ div.media-sidebar a.edit-attachment {
2389
  right: 0;
2390
  background-color: white;
2391
  }
2392
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul {
2393
  list-style: none;
2394
  margin: 0;
2395
- max-height: 200px;
2396
- overflow-y: scroll;
2397
  overflow-x: hidden;
2398
  }
2399
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li {
2400
  border-bottom: 1px #dddddd solid;
2401
  }
2402
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div {
2403
  white-space: nowrap;
2404
  display: flex;
2405
  align-items: center;
2406
  padding: 10px 10px;
2407
  }
2408
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div img {
2409
  width: calc(12px + 1.5vw);
2410
  border: 1px solid lightgray;
2411
  border-radius: 50%;
2412
  }
2413
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span {
 
2414
  margin-left: 10px;
2415
  color: #333333;
2416
  }
2417
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down .no-content {
 
 
 
2418
  padding: 20px;
 
 
 
 
 
 
 
 
2419
  }
2420
- .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header #vendor-dashboard-payment-settings-toggle-dropdown:hover #vendor-payment-method-drop-down {
2421
  display: block;
2422
  }
2423
  .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul {
2373
  margin: 5px 0;
2374
  flex-grow: 1;
2375
  }
2376
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div {
2377
  flex-grow: 2;
2378
  text-align: right;
2379
  }
2380
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown {
2381
+ display: inline-block;
2382
+ }
2383
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down {
2384
+ color: #333333;
2385
+ cursor: pointer;
2386
+ padding: 10px 35px 10px 10px;
2387
+ white-space: nowrap;
2388
+ border-radius: 3px;
2389
+ background: #DDDDDD;
2390
  position: relative;
2391
  }
2392
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down::after {
2393
+ content: '\25BC';
2394
+ display: inline-block;
2395
+ transition: transform 300ms ease-in-out;
2396
+ position: absolute;
2397
+ right: 5px;
2398
+ top: 20%;
2399
+ }
2400
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down-wrapper {
2401
+ position: relative;
2402
+ top: 5px;
2403
+ }
2404
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down {
2405
  display: none;
2406
  max-height: 200px;
2407
  border: 1px black solid;
2410
  right: 0;
2411
  background-color: white;
2412
  }
2413
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul {
2414
  list-style: none;
2415
  margin: 0;
2416
+ max-height: 199px;
2417
+ overflow-y: auto;
2418
  overflow-x: hidden;
2419
  }
2420
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:not(:last-child) {
2421
  border-bottom: 1px #dddddd solid;
2422
  }
2423
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div {
2424
  white-space: nowrap;
2425
  display: flex;
2426
  align-items: center;
2427
  padding: 10px 10px;
2428
  }
2429
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div img {
2430
  width: calc(12px + 1.5vw);
2431
  border: 1px solid lightgray;
2432
  border-radius: 50%;
2433
  }
2434
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span {
2435
+ padding-right: 30px;
2436
  margin-left: 10px;
2437
  color: #333333;
2438
  }
2439
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:hover {
2440
+ background-color: #EFEFEF;
2441
+ }
2442
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down .no-content {
2443
  padding: 20px;
2444
+ width: 300px;
2445
+ text-align: center;
2446
+ }
2447
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down {
2448
+ background-color: #CCCCCC;
2449
+ }
2450
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down::after {
2451
+ transform: rotate(180deg);
2452
  }
2453
+ .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #vendor-payment-method-drop-down {
2454
  display: block;
2455
  }
2456
  .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul {
assets/css/vue-admin.css CHANGED
@@ -1,2 +1,2 @@
1
- .dokan-dashboard .widgets-wrapper{display:block;overflow:hidden;margin-top:15px;width:100%}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{float:left;width:48%}.dokan-dashboard .widgets-wrapper .left-side{margin-right:3%}.dokan-dashboard .dokan-postbox .loading{display:block;width:100%;margin:15px auto;text-align:center}.dokan-dashboard .subscribe-box{margin:20px -12px -11px;padding:0 15px 15px;background:#fafafa;border-top:1px solid #efefef;position:relative}.dokan-dashboard .subscribe-box h3{margin:10px 0}.dokan-dashboard .subscribe-box p{margin-bottom:10px!important}.dokan-dashboard .subscribe-box .thank-you{background:#4fa72b;margin-top:10px;padding:15px;border-radius:3px;color:#fff}.dokan-dashboard .subscribe-box .form-wrap{display:flex}.dokan-dashboard .subscribe-box .form-wrap input[type=email]{width:100%;padding:3px 0 3px 6px;margin:0 -1px 0 0}.dokan-dashboard .subscribe-box .form-wrap button.button{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722;border-top-left-radius:0;border-bottom-left-radius:0}.dokan-dashboard .subscribe-box .form-wrap button.button:hover{background:#ff6a3c}.dokan-dashboard .subscribe-box .loading{position:absolute;height:100%;margin:0 0 0 -15px;background:rgba(0,0,0,.2)}.dokan-dashboard .subscribe-box .loading .dokan-loader{margin-top:30px}@media only screen and (max-width:770px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}}@media only screen and (max-width:500px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}.dokan-dashboard .postbox.dokan-status ul li a .details span.down,.dokan-dashboard .postbox.dokan-status ul li a .details span.up{display:none}.dokan-dashboard .postbox.dokan-status ul li a strong{font-size:16px}}@media only screen and (max-width:360px){.dokan-dashboard .postbox.dokan-status ul li a .details{display:none}}.dokan-promo-banner{display:flex;column-gap:2rem;align-items:center;justify-content:center;background-color:#262626;background-repeat:no-repeat;background-position:bottom 0 right -30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 1118 134' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.314 46.792c-17.462 5.837-25.659 37.492 0 49.954 125.57 60.988 154.29-4.034 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.332-23.859-5.613-51.525-10.103-27.666-4.49-28.935 23.293-38.072 34.238s-11.676 4.77-33.504 12.067z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='M232.24 94.631l-3.154 3.807-.012.013c-.188.212-.28.494-.252.775l.501 5.068a3.056 3.056 0 01-1.242 2.764 3.056 3.056 0 01-3.013.327l-4.665-2.042a1.011 1.011 0 00-.814 0l-4.665 2.042a3.058 3.058 0 01-3.013-.327 3.056 3.056 0 01-1.242-2.764l.501-5.068a1.017 1.017 0 00-.252-.775l-.023-.026-3.143-3.794a3.058 3.058 0 01-.608-2.952 3.057 3.057 0 012.24-2.033l4.75-1.092c.276-.06.516-.235.659-.478l2.574-4.395c.544-.93 1.552-1.507 2.629-1.507s2.085.578 2.629 1.507l2.574 4.395c.143.243.383.418.659.478l.01.003 4.74 1.089a3.057 3.057 0 012.24 2.033 3.058 3.058 0 01-.608 2.952zm-5.439 4.795a3.052 3.052 0 01.742-2.31l3.154-3.807.012-.013c.239-.269.318-.648.207-.99a1.02 1.02 0 00-.748-.677l-.01-.003-4.74-1.088a3.057 3.057 0 01-1.972-1.436l-2.573-4.394a1.018 1.018 0 00-1.753 0l-2.574 4.394a3.057 3.057 0 01-1.972 1.435l-4.749 1.092c-.351.076-.638.336-.749.678s-.032.72.207.989l.023.027 3.143 3.793c.555.632.825 1.473.743 2.31l-.501 5.067a1.02 1.02 0 00.414.922c.29.211.675.253 1.004.11l4.665-2.043a3.056 3.056 0 012.444 0l4.665 2.042c.329.144.714.102 1.004-.109a1.02 1.02 0 00.414-.922l-.5-5.067zm-8.96-7.087a1.015 1.015 0 11-1.435 1.436 1.015 1.015 0 011.435-1.436zm4.31 5.746a1.015 1.015 0 101.435 1.436 1.015 1.015 0 00-1.435-1.436zm.171-5.92l-6.094 6.093 1.436 1.437 6.094-6.094-1.436-1.436z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='M852.47 7.82a.804.804 0 01.574-.039.548.548 0 01.361.422l1.954 6.357a3.54 3.54 0 01-1.261 3.881l-10.952 8.1.073.63c.099.537.439.997.923 1.25a1.64 1.64 0 001.556-.022l10.784-6.357a.644.644 0 01.654 1.109l-10.784 6.357a2.994 2.994 0 01-2.766.061 3.09 3.09 0 01-1.671-2.264l-.099-.801-9.78-8.543a1.672 1.672 0 00-1.902-.185l-1.858 1.095a.643.643 0 11-.654-1.11l1.858-1.094a2.96 2.96 0 013.397.313l1.398 1.23L852.47 7.82zm.836 9.594a2.188 2.188 0 00.825-2.466l-1.701-5.61-17.141 9.769 7.187 6.298 10.83-7.99zm-7.844 14.45a2.896 2.896 0 102.94 4.989 2.896 2.896 0 00-2.94-4.99zm2.288 3.88a1.61 1.61 0 11-1.635-2.774 1.61 1.61 0 011.635 2.774zm8.246-10.092a2.896 2.896 0 102.942 4.99 2.896 2.896 0 00-2.942-4.99zm2.288 3.881a1.609 1.609 0 11-1.634-2.771 1.609 1.609 0 011.634 2.771z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='M858.68 78.402c-46.133-.572-65.012 36.944-68.685 55.772h328V59.453c-29.38-41.829-81.54-18.948-120.48 3.933-38.934 22.88-81.173 15.73-138.84 15.016z' fill='url(%23a)' fill-opacity='.14'/%3E%3Cg filter='url(%23b)'%3E%3Cpath d='M992.27 106.41l-7.65 11.309a3.948 3.948 0 01-2.669 1.681 3.952 3.952 0 01-3.046-.817l-8.831-7.053c-.854-.682-1.39-1.699-1.47-2.789s.302-2.174 1.048-2.974l9.34-9.964a1.7 1.7 0 012.294-.167l1.667 1.332.06-.075a4.68 4.68 0 016.57-.736 4.68 4.68 0 01.736 6.571l-.06.075 1.667 1.331c.688.549.838 1.548.344 2.276zm-3.571-9.146a3.261 3.261 0 00-4.579.513l-.06.075 5.092 4.067.06-.075a3.263 3.263 0 00-.513-4.58zm-8.91 20.212c.555.443 1.248.629 1.95.523s1.309-.488 1.709-1.075l7.649-11.31a.277.277 0 00-.055-.373l-1.667-1.331-1.089 1.363a.708.708 0 11-1.107-.884l1.089-1.363-5.092-4.067-1.089 1.363a.709.709 0 11-1.107-.884l1.089-1.363-1.667-1.332a.278.278 0 00-.375.028l-9.34 9.964a2.491 2.491 0 00-.67 1.903c.052.708.386 1.342.941 1.785l8.831 7.053zm4.009-10.566a.708.708 0 11.158 1.408l-5.15.576a.703.703 0 01-.52-.15.701.701 0 01-.262-.475l-.271-2.413a.71.71 0 011.408-.158l.192 1.71 4.445-.498z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='205' y='80.174' width='30' height='29.465' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='c' x='825.3' y='5.746' width='37.058' height='33.509' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='b' x='966.6' y='93.138' width='27.967' height='28.307' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='954.18' x2='954.16' y1='-167.87' y2='128.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");position:relative;padding-right:40px}.dokan-promo-banner .thumbnail{display:flex}.dokan-promo-banner .thumbnail svg{width:227px;height:147px}.dokan-promo-banner .content{display:flex;align-items:center;justify-content:space-between;column-gap:1.5rem}.dokan-promo-banner .content .details{flex:0 0 170px}.dokan-promo-banner .content .details h3{color:#fff;font-size:18px;font-weight:700;font-style:normal;font-family:SF Pro Text,sans-serif;margin:0}.dokan-promo-banner .content .details h3 .dokan-offer{display:none}.dokan-promo-banner .content .details p{color:#bcbcbc;font-size:14px;font-style:normal;font-weight:400;font-family:SF Pro Text,sans-serif;margin-bottom:0}.dokan-promo-banner .content .features{display:grid;column-gap:2rem;row-gap:1.25rem;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr));flex-shrink:0}.dokan-promo-banner .content .features label{position:relative;color:#e1e1e1;font-size:14px;font-style:normal;font-weight:400;font-family:SF Pro Text,sans-serif;padding-left:34px;cursor:context-menu}.dokan-promo-banner .content .features span{position:absolute;top:0;left:0;width:20px;height:20px;border-radius:3px;background-color:#3fc274}.dokan-promo-banner .content .features span:after{content:"";position:absolute;left:7px;top:3px;width:4px;height:9px;border:solid #fff;border-width:0 1.8px 1.8px 0;transform:rotate(45deg)}.dokan-promo-banner .content .features a{color:#999;font-style:normal;font-weight:400;font-size:16px;font-family:SF Pro Text,sans-serif}.dokan-promo-banner .content .features a:hover{color:#c9c9c9}.dokan-promo-banner .btn-upgrade{flex-shrink:0}.dokan-promo-banner .btn-upgrade a{color:#fff;background:#2cbf67;font-size:15px;font-weight:400;font-style:normal;font-family:Lato,sans-serif;padding:15px 28px;border-radius:3px;text-decoration:none;transition:all .1s linear}.dokan-promo-banner .btn-upgrade a:hover{background:#17a951}.dokan-promo-banner .close-banner{position:absolute;top:10px;right:5px;border:0;background:transparent;text-decoration:none}.dokan-promo-banner .close-banner span{font-size:15px;display:flex;align-items:center;justify-content:center;color:#404040;transition:all .2s ease;cursor:pointer;border:1px solid #3f3f3f;border-radius:55px;width:20px;height:20px}.dokan-promo-banner .close-banner span:hover{color:#f16982;border-color:#f16982}@media only screen and (max-width:576px){.dokan-promo-banner{flex-wrap:wrap;background-position:unset;background-image:unset;padding:28px 23px;justify-content:start}.dokan-promo-banner .thumbnail{display:none}.dokan-promo-banner .content{flex-wrap:wrap;margin-bottom:25px}.dokan-promo-banner .content .details{text-align:left;flex:unset;margin-bottom:20px}.dokan-promo-banner .content .details p{width:80%}.dokan-promo-banner .content .details h3{font-size:15px}.dokan-promo-banner .content .details h3 .dokan-offer{font-size:13px;font-weight:300;margin-left:15px;display:inline-block}.dokan-promo-banner .content .details h3 .penchant-off{margin:0 5px;padding:3px 8px;background-color:rgba(249,95,71,.15);color:#e04932;font-size:15px;font-weight:900;border-radius:5px}.dokan-promo-banner .content .details p{font-size:13px}.dokan-promo-banner .content .features{flex-wrap:wrap;row-gap:0;column-gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.dokan-promo-banner .content .features .hidden-sm{display:none}.dokan-promo-banner .content .features label{font-size:13px;font-weight:300}.dokan-promo-banner .content .features a{margin-top:20px;display:block;font-size:13px}.dokan-promo-banner .btn-upgrade a{display:block;padding:12px 16px}}@media only screen and (max-width:375px){.dokan-promo-banner .content .details p{width:85%}}@media (min-width:577px) and (max-width:991px){.dokan-promo-banner .content .details{flex:0 1 280px}.dokan-promo-banner .content .features{display:none}}@media (min-width:992px) and (max-width:1120px){.dokan-promo-banner{background-position:bottom 20px right -10px}.dokan-promo-banner .thumbnail svg{width:180px;height:140px}.dokan-promo-banner .content{justify-content:center;column-gap:.5rem}.dokan-promo-banner .content .details{flex:0 0 180px}.dokan-promo-banner .content .features{grid-template-columns:repeat(1,minmax(0,1fr))}.dokan-promo-banner .content .features .hidden-sm{display:none}}@media (min-width:1121px) and (max-width:1300px){.dokan-promo-banner{background-position:bottom 15px right -20px}.dokan-promo-banner .content{justify-content:center}.dokan-promo-banner .content .details{flex:0 0 250px}.dokan-promo-banner .content .features{grid-template-columns:repeat(1,minmax(0,1fr))}.dokan-promo-banner .content .features .hidden-sm{display:none}}@media only screen and (min-width:1301px){.dokan-promo-banner{background-position:bottom 0 right -15px}.dokan-promo-banner .content .details{flex:0 0 170px}.dokan-promo-banner .content .features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1550px){.dokan-promo-banner{background-position:bottom -5px right 165px}.dokan-promo-banner .content .details{flex:0 0 190px}.dokan-promo-banner .content .features{grid-template-columns:repeat(3,minmax(0,1fr))}}.withdraw-requests .dokan-modal .modal-body{min-height:130px}.withdraw-requests .dokan-modal .modal-body textarea{width:100%}.withdraw-requests .image{width:10%}.withdraw-requests .seller{width:20%}.withdraw-requests td.seller img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.withdraw-requests td.seller strong{display:block;margin-bottom:.2em;font-size:14px}.withdraw-requests td.actions,.withdraw-requests th.actions{width:120px}.withdraw-requests td.status span{line-height:2.5em;padding:5px 8px;border-radius:4px}.withdraw-requests td.status .approved{background:#c6e1c6;color:#5b841b}.withdraw-requests td.status .pending{background:#f8dda7;color:#94660c}.withdraw-requests td.status .cancelled{background:#eba3a3;color:#761919}.withdraw-requests .method_details_inner p{margin-bottom:2px}@media only screen and (max-width:600px){.withdraw-requests table td.seller,.withdraw-requests td.actions,.withdraw-requests td.amount{display:table-cell!important}.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions),.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions){display:none}.withdraw-requests table td.column,.withdraw-requests table th.column{width:auto}.withdraw-requests table td.column.actions .dashicons{width:14px;height:14px;font-size:18px}.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:11px}}@media only screen and (max-width:376px){.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:9px}}@media only screen and (max-width:320px){.withdraw-requests table td.column.actions .dashicons{width:10px;height:10px;font-size:14px}}.dokan-pro-features{font-family:Open Sans,sans-serif;margin:-10px -20px 0 -22px}.dokan-pro-features .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:20px 70px}.dokan-pro-features .vendor-capabilities-banner .content{margin:30px}.dokan-pro-features .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-pro-features .vendor-capabilities-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}.dokan-pro-features .vendor-capabilities-banner a:hover{color:#fff;background:#ff6a3c}.dokan-pro-features a{transition:all .2s ease}.dokan-pro-features .section-title{text-align:center;color:#2e2c2c;font-size:30px;line-height:1.5em;font-weight:400;position:relative;margin:0 0 58px}.dokan-pro-features .section-title:after{content:"";position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:38px;height:5px;border-radius:3px;background-color:#f2624d}.dokan-pro-features .header-section{background-color:#f2f2f2;color:#3f4143;font-size:16px;display:flex;align-items:center;padding:0 8%;border-bottom:1px solid #eee}@media (min-width:1281px){.dokan-pro-features .header-section{padding:0 24%}}.dokan-pro-features .header-section .feature-thumb img{width:233px;margin:-20px 0 -30px}.dokan-pro-features .header-section .content-area{padding-left:10%}.dokan-pro-features .header-section .content-area h1{font-size:27px;line-height:1.5em;color:#2e2c2c}.dokan-pro-features .header-section .content-area p{font-size:16px;line-height:1.5em;font-weight:300;margin:0;letter-spacing:.5px}.dokan-pro-features .service-section{text-align:center;padding:73px 30px 85px;background-color:#f7f8f9}@media (min-width:1281px){.dokan-pro-features .service-section{padding-left:20%;padding-right:20%}}.dokan-pro-features .service-section .service-list{display:flex;flex-wrap:wrap}.dokan-pro-features .service-section .service-list .service-box{flex:0 0 28.9%;margin:2.2%;text-align:center;border-radius:5px;background-color:#fff}.dokan-pro-features .service-section .service-list .service-box .service-thumb img{border-radius:5px 5px 0 0;max-width:100%}.dokan-pro-features .service-section .service-list .service-box .service-detail{padding:20px 25px 25px}.dokan-pro-features .service-section .service-list .service-box .service-detail h3{color:#3f4143;font-size:15px;line-height:1.5em;font-weight:300;margin:0}.dokan-pro-features .service-section .btn{font-size:16px;line-height:1.5em;font-weight:300;color:#fff;background-color:#3984b5;border:1px solid #226b9b;border-radius:3px;text-decoration:none;padding:13px 28px;display:inline-block;margin-top:52px;transition:all .2s ease}.dokan-pro-features .service-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .service-section .btn svg{width:15px;fill:#fff;margin-left:5px}.dokan-pro-features .comparison-section{background-color:#f1f1f1;padding:75px}@media (min-width:1281px){.dokan-pro-features .comparison-section{padding-left:21.2%;padding-right:21.2%}}.dokan-pro-features .comparison-section .section-title{margin-bottom:90px}.dokan-pro-features .comparison-section .comparison-area{display:flex;justify-content:space-between}.dokan-pro-features .comparison-section .comparison-area .compare-box{flex:0 0 48%;background-color:#fff;border:1px solid #e0e9ec;border-radius:5px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px;box-sizing:border-box}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section{margin-bottom:58px;position:relative}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after{content:"";position:absolute;bottom:-23px;left:0;width:38px;height:5px;border-radius:3px;background-color:#d7d7d7}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img{width:120px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list{margin:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li{font-size:15px;line-height:1.5em;font-weight:300;color:#66676e;margin-bottom:28px;position:relative;display:flex;align-items:center}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child{margin-bottom:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img{width:21px;margin-right:12px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable{color:#ccced5}.dokan-pro-features .pricing-section{background-color:#f7f8f9;padding:85px 0 62px}.dokan-pro-features .pricing-section .section-title{margin-bottom:120px}.dokan-pro-features .pricing-section .pricing-wrapper{padding:0 4.5%}@media (min-width:1281px){.dokan-pro-features .pricing-section .pricing-wrapper{padding-left:21%;padding-right:21%}}.dokan-pro-features .pricing-section .table-row{display:flex}.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child{background-color:transparent;border-color:transparent;border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2){border-radius:3px 0 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child{border-radius:0 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular{position:relative}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before{position:absolute;top:-28px;left:0;width:100%;content:"Most Popular";color:#23282d;font-size:14px;line-height:1.4em;background-color:#fc0;border-radius:3px 3px 0 0;padding:5px;box-sizing:border-box}.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child{border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child{border-radius:0 0 5px 5px;border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col{border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child{border-radius:0 0 5px 5px;background-color:transparent;border-color:transparent}.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2){border-radius:0 0 0 5px}.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child{border-radius:0 0 5px 0}.dokan-pro-features .pricing-section .table-row .table-col{width:18.5%;text-align:center;border:1px solid #e7eaeb;padding:18px;background-color:#fff;border-bottom:0;border-left:0;border-right:0}.dokan-pro-features .pricing-section .table-row .table-col:first-child{width:25%;margin-right:2%;text-align:left;border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2){border-left:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:last-child{border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col.popular{z-index:1;box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .module-name{color:#157ef5;font-size:14px;line-height:1.5em;font-weight:300;text-decoration:none}.dokan-pro-features .pricing-section .table-row .table-col .plan-data{font-size:15px;color:#3f4143}.dokan-pro-features .pricing-section .table-row .table-col .plan-data img{display:block;margin:0 auto;width:23px}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn{font-size:14px;font-weight:300;border-radius:3px;padding:13px 34px;color:#fff;text-decoration:none;margin:25px 0 14px;display:inline-block;transition:all .2s ease}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover{box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business{background-color:#795dff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .plan-name{display:inline-block;background:#000;color:#fff;font-size:14px;font-weight:300;line-height:1.4em;border-radius:25px;padding:5px 20px;min-width:95px;box-sizing:border-box;margin:26px 0 20px}.dokan-pro-features .pricing-section .plan-name.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .plan-name.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .plan-name.business{background-color:#795dff}.dokan-pro-features .pricing-section .plan-name.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .price{margin-bottom:15px}.dokan-pro-features .pricing-section .price span{font-size:14px;line-height:1.2em;font-weight:300;color:#b8bbbe;display:block}.dokan-pro-features .pricing-section .price span:first-child{font-size:28px;line-height:1.5em;font-weight:400;color:#23282d}.dokan-pro-features .pricing-section .price span:first-child sup{font-size:14px}.dokan-pro-features .payment-section{display:flex;background:#fff;justify-content:space-between;padding:20px 65px 15px;align-items:center}@media (min-width:1281px){.dokan-pro-features .payment-section{padding-left:21%;padding-right:21%}}.dokan-pro-features .payment-section .guarantee-section{display:flex;flex:0 0 70%;align-content:center;align-items:center;position:relative}.dokan-pro-features .payment-section .guarantee-section:after{content:"";position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:5px;height:38px;border-radius:3px;background-color:#f1f1f1}.dokan-pro-features .payment-section .guarantee-section .feature-thumb img{max-width:100%;width:160px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail{padding-left:25px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2{font-size:24px;line-height:1.5em;color:#2e2c2c;font-weight:400;margin:0}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p{color:#66676e;font-size:15px;line-height:1.5em;font-weight:300;margin:5px 0 20px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a{color:#f2624d;font-size:15px;line-height:1.5em;text-decoration:none}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img{width:18px;margin-right:4px}.dokan-pro-features .payment-section .payment-area h3{font-size:15px;font-weight:300;color:#66676e;margin:0 0 17px}.dokan-pro-features .payment-section .payment-area .option img{max-width:100%}.dokan-pro-features .testimonial-section{background-color:#f1f1f1;padding:75px 0 70px;text-align:center}.dokan-pro-features .testimonial-section .section-title{margin-bottom:75px}.dokan-pro-features .testimonial-section .testimonial-wrapper{width:80%;text-align:center;margin:0 auto}@media only screen and (min-width:1281px){.dokan-pro-features .testimonial-section .testimonial-wrapper{width:55%}}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic{width:70px;height:70px;border:5px solid #fff;border-radius:50%;background-color:#fff;box-shadow:0 1px 16px 0 rgba(0,0,0,.16);margin:0 auto -35px;z-index:1;position:relative}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img{border-radius:50%;max-width:100%}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail{background-color:#fff;color:#000;border-radius:5px;border:1px solid #e0e9ec;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px 30px 30px;background-repeat:no-repeat;background-position:40px 40px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4{font-size:18px;line-height:1.444;color:#f2624d;font-weight:400;margin-top:0;margin-bottom:5px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span{font-size:15px;line-height:1.444;font-weight:300;color:#66676e;margin-bottom:20px;display:inline-block}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p{color:#2e2c2c;font-size:14px;line-height:1.9em;font-weight:300}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots{text-align:center;margin:40px 0 25px}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before{background-color:#3f4143}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button{position:relative;font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before{position:absolute;top:0;left:0;width:21px;height:5px;content:"";text-align:center;background-color:#d6d6d6;border-radius:30px}.dokan-pro-features .testimonial-section p{color:#262626;font-size:16px;line-height:1.5em;font-weight:300}.dokan-pro-features .testimonial-section p a{color:#8263f7;text-decoration:none}.dokan-pro-features .cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.dokan-pro-features .cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.dokan-pro-features .cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.dokan-pro-features .cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.dokan-pro-features .cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.dokan-pro-features .cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.dokan-help-page .section-wrapper{margin-top:15px}.dokan-help-page .section-wrapper .dokan-postbox{width:calc(33% - 2em);margin:0 2% 15px 0;float:left}.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1){clear:both}.dokan-help-page .section-wrapper .dokan-postbox .dashicons{color:#ccc}.dokan-help-page .section-wrapper .dokan-postbox a{text-decoration:none}.dokan-help-page .section-wrapper .dokan-postbox .inside,.dokan-help-page .section-wrapper .dokan-postbox ul{margin-bottom:0}.dokan-help-page .loading{width:100%;text-align:center;margin-top:100px}.fade-enter-active[data-v-254fdb80],.fade-leave-active[data-v-254fdb80]{transition:opacity .3s ease}.fade-enter[data-v-254fdb80],.fade-leave-to[data-v-254fdb80]{opacity:0}.slide-enter-active[data-v-254fdb80],.slide-leave-active[data-v-254fdb80]{transition-duration:.1s;transition-timing-function:linear}.slide-enter-to[data-v-254fdb80],.slide-leave[data-v-254fdb80]{max-height:100px;overflow:hidden}.slide-enter[data-v-254fdb80],.slide-leave-to[data-v-254fdb80]{overflow:hidden;max-height:0}ul[data-v-254fdb80]{cursor:pointer}.dokan-help-page .section-wrapper h2[data-v-254fdb80]{margin:0;color:transparent}.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80]{background:rgba(223,0,0,.05);margin:-15px -20px 0;padding:15px 15px 0}.dokan-help-page .section-wrapper .change-log[data-v-254fdb80]{background:rgba(223,0,0,.05);margin:-15px -20px 0}.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80]{height:340px}.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80]{height:400px}.dokan-help-page .section-wrapper .change-log h3[data-v-254fdb80]{color:#000;font-size:30px;text-align:center;padding:45px 0 0;font-weight:800;font-family:SF Pro Text,sans-serif;margin:0 0 28px}.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-254fdb80]{width:147px;height:33px;text-align:center;cursor:pointer;transition:all .2s ease;margin:0 auto;background:#fff;border-radius:53px;position:relative;border:1px solid #e2e2e2}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-254fdb80]{width:48%;height:100%;background:none;border-radius:27px;border:none;color:#cc7376;display:inline-block;position:relative;transition:all .2s ease;cursor:pointer;font-size:13px;font-weight:500;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-254fdb80]{background:#ff5722;border-radius:30px;position:absolute;top:0;width:50%;height:100%;transition:all .2s ease-out}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-254fdb80]{text-transform:capitalize}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-254fdb80]{text-transform:uppercase}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-254fdb80]{color:#fff}.dokan-help-page .section-wrapper .change-log .jump-version[data-v-254fdb80]{width:178px;margin:24px auto 0;position:relative}.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-254fdb80]{color:#000;font-size:13px;text-align:center;cursor:pointer;font-weight:500;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-254fdb80]{font-size:16px;line-height:1.4;transition:all .2s ease}.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-254fdb80]{transform:rotate(-180deg)}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]{position:absolute;top:50px;left:0;width:100%;z-index:1;background:#fff;border:1px solid #ddd;padding:20px 10px 20px 20px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.09)}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]:before{content:"";position:absolute;border:11px solid transparent;border-bottom-color:#fff;margin-left:-10px;top:-19px;right:27px;z-index:1}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]{max-height:300px;text-align:left;background:#fff;overflow-y:auto}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-254fdb80]{cursor:context-menu}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]{margin-bottom:25px;color:#000;font-size:14px;font-weight:400;font-family:SF Pro Text,sans-serif;transition:all .2s linear;cursor:pointer}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:hover{color:#f2624d}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-254fdb80]{color:#f2624d;font-weight:700;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-254fdb80]{display:block;font-size:12px;color:#758598;font-weight:400;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar{width:4px}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-track{background:#f5f5f5}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb{background:#878787}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb:hover{background:#575757}.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-254fdb80]{top:30px;opacity:1;visibility:visible}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{background:#fff;border:1px solid #e2e2e2;border-radius:3px;padding:25px;box-sizing:border-box}.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-254fdb80]{overflow:hidden}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]{margin-bottom:40px}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-254fdb80]{color:#fff;font-size:15px;font-weight:600;padding:6px 14px;border-radius:3px;display:inline-block;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-254fdb80]{background:#00b728}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-254fdb80]{background:#028afb}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-254fdb80]{background:#f83838}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]{margin:11px 0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-254fdb80]{color:#000;margin:0;font-size:14px;font-weight:700;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-254fdb80]{color:#000;font-size:14px;font-weight:400;opacity:.8;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-254fdb80]{width:100%;height:auto;margin-top:10px}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-254fdb80]{list-style:disc outside;opacity:.7;font-size:14px;font-weight:400;margin-left:18px}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80]{display:flex;align-items:center;justify-content:center;margin-top:30px}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]{font-size:13px;font-weight:400;text-decoration:none;padding:6px 14px;display:inline-block;color:#000;background:#fff;border-radius:3px;border:1px solid #e2e2e2;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]:focus{box-shadow:none}.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-254fdb80]{font-weight:700;font-size:23px;color:#000;margin-bottom:7px;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-254fdb80]{font-weight:400;font-size:13px;color:#5c626a;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-254fdb80]{font-size:12px;color:#fff;background:#8e44ad;border-radius:53px;margin-left:5px;padding:2px 12px;font-weight:400;font-family:SF Pro Text,sans-serif}@media only screen and (min-width:1200px){.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80]{display:flex;width:900px;margin:0 auto;justify-content:space-between}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{width:700px}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-200px}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:25px}}@media screen and (min-width:992px) and (max-width:1199px){.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80]{display:flex;width:720px;margin:0 auto;justify-content:space-between}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{width:520px}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-200px}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:20px}}@media only screen and (max-width:991px){.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80]{background:#f7f8fa;margin:-15px -10px 0;padding:15px 15px 0}.dokan-help-page .section-wrapper .change-log[data-v-254fdb80]{background:#f7f8fa;margin:-15px -10px 0}.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80]{height:220px}.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80]{height:280px}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{margin:0 -10px;border:0;box-shadow:none;border-radius:0}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80]{justify-content:start}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-112px}.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-254fdb80]{padding-bottom:15px;text-align:center}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:15px}.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-254fdb80]{background:#fff;padding:25px 25px 0;margin:0 -10px;box-sizing:border-box}.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-254fdb80]{margin-top:0}.dokan-help-page .section-wrapper .version-list .old-version p[data-v-254fdb80]{margin-bottom:0}}.dokan-help-page .scroll-to-top[data-v-254fdb80]{width:40px;height:40px;color:#fff;background:#ff5722;border:0;position:fixed;right:10px;bottom:35px;z-index:1;box-shadow:0 4px 10px rgba(0,0,0,.09);cursor:pointer;opacity:0;visibility:hidden;transition:all .2s ease}.dokan-help-page .loading[data-v-254fdb80]{width:100%;text-align:center;margin-top:100px}.dokan-settings-wrap{position:relative;display:flex;border:1px solid #c8d7e1}.dokan-settings-wrap .loading{position:absolute;width:100%;height:100%;background:hsla(0,0%,100%,.6)}.dokan-settings-wrap .loading .dokan-loader{top:40%;left:45%}.dokan-settings-wrap .dashicons{padding-top:2px;margin-right:5px}.dokan-settings-wrap .dashicons.dashicons-admin-generic{color:#6c75ff}.dokan-settings-wrap .dashicons.dashicons-cart{color:#00aeff}.dokan-settings-wrap .dashicons.dashicons-money{color:#d35400}.dokan-settings-wrap .dashicons.dashicons-admin-page{color:#8e44ad}.dokan-settings-wrap .dashicons.dashicons-admin-appearance{color:#3498db}.dokan-settings-wrap .dashicons.dashicons-networking{color:#1abc9c}.dokan-settings-wrap div.nav-tab-wrapper{flex:1;border-bottom:none;padding:0;background:#f1f1f1;border-right:1px solid #c8d7e1}.dokan-settings-wrap div.nav-tab-wrapper a{float:none;display:block;margin:0;padding:13px;background:#f1f1f1;font-weight:500;border:none;border-bottom:1px solid #c8d7e1;transition-property:none;transition:none}.dokan-settings-wrap div.nav-tab-wrapper a:active,.dokan-settings-wrap div.nav-tab-wrapper a:focus{box-shadow:none;outline:0}.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active{background:#fff!important;border-right:1px solid #c8d7e1;width:99%;color:#2e4453;transition:none;transition-property:none}.dokan-settings-wrap .metabox-holder{flex:3;padding-left:3%;padding-right:10px;background:#fff}.dokan-settings-wrap .radio-image-container .radio-image{display:block;width:50%;background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:0 0 15px;position:relative;line-height:0;border:1px solid #ededed;padding:4px}.dokan-settings-wrap .radio-image-container .radio-image img{max-width:100%;z-index:1}.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator{position:absolute;top:0;right:0;background-color:#4caf50;color:#fff;padding:4px;z-index:2;line-height:1.4}.dokan-settings-wrap .radio-image-container .radio-image .active-option{opacity:0;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:rgba(0,0,0,.45);transition:opacity .4s ease}.dokan-settings-wrap .radio-image-container .radio-image .active-option button{position:absolute;top:50%;left:50%;margin-top:-23px;margin-left:-58px}.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option{opacity:1}.dokan-settings-wrap .radio-image-container .radio-image.active .active-option,.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator{display:none}.dokan-settings-wrap .radio-image-container label{display:block;margin-bottom:5px}.dokan-settings-wrap .radio-image-container label>input[type=radio]{visibility:hidden;position:absolute}.dokan-settings-wrap .radio-image-container label>img{max-width:100%}.dokan-settings-wrap .search-box{position:relative}.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt{position:absolute;top:13px;right:0;color:red;z-index:999;cursor:pointer}.dokan-settings-wrap .search-box .dokan-admin-search-settings{border:1px solid #ddd;border-radius:0;height:48px;display:block;width:100%;border-left:0;border-top:0;padding:0 15px;background:#eee;font-weight:400}.dokan-settings-wrap .search-box input[type=text]:focus{border-color:transparent}.form-table th.dokan-settings-sub-section-title{border-bottom:1px solid #ccc;padding:0 0 10px}.form-table th.dokan-settings-sub-section-title label{display:block;margin-top:20px;color:#0073aa;font-weight:500;font-size:1.3em}.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label{margin-top:0}tr.data_clear_on_uninstall td fieldset label{background:#e00;padding:5px;color:#fff;border-radius:3px}span.repeatable-item-description{color:#999;font-size:11px;font-style:italic}ul.dokan-settings-repeatable-list{list-style-type:disc;padding-left:20px}ul.dokan-settings-repeatable-list li span.remove-item{padding-top:0;cursor:pointer}.dokan-repetable-add-item-btn{font-size:16px!important;font-weight:700!important;height:25px!important;line-height:22px!important}td.fixed_fee,td.percent_fee{display:inline-block}td.fixed_fee input,td.percent_fee input{width:60px}tr.additional_fee .description{margin-left:10px;margin-top:-10px}.dokan-error{color:red;margin-top:-10px;font-style:italic}.dokan-input-validation-error{border-color:red!important}.dokan-error.combine-commission{margin-left:10px}th.dokan-setting-warning{padding:10px 10px 10px 0}th.dokan-setting-warning .dokan-setting-warning-label{color:#d63638;font-weight:700}th.dokan-setting-warning .dashicons{margin:0;padding:0}th.dokan-setting-warning .dokan-setting-warning-msg{font-weight:300}.dokan-settings-field-type-radio fieldset>label:not(:last-child){margin-right:12px!important}.dokan-settings-field-type-radio fieldset>label:not(:last-child)>input[type=radio]{margin-right:2px}.col-3{width:24.5%;display:inline-block}.col-3 select{width:100%}.dokan-schedule-week-day-container{padding:15px 0}.color-picker-container .color-picker-button[data-v-01dc0d51]{height:24px;padding:0 0 0 30px;margin:0 0 6px;font-size:11px}.color-picker-container .color-picker-button span[data-v-01dc0d51]{display:block;padding:0 6px;line-height:22px;color:#555;text-align:center;background:#f7f7f7;border-left:1px solid #ccc;border-radius:0 2px 2px 0}.color-picker-container .hex-input[data-v-01dc0d51]{width:65px;padding:3px 5px 4px;margin:0 3 0 0;font-family:monospace;font-size:12px;line-height:1.4;vertical-align:top;box-shadow:0 1px 0 #ccc}#dokan-settings-banner{margin:20px 0;padding:40px;background:#fff;display:flex;align-items:flex-start}#dokan-settings-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}#dokan-settings-banner a:hover{background:#ff6a3c}#dokan-settings-banner img{flex:1}#dokan-settings-banner .content{flex:4;padding:20px 50px}#dokan-settings-banner .content p{margin:30px 0;font-size:14px}#dokan-settings-banner .content a{margin-right:8px}#dokan-settings-banner .content .custom-button{background:#fff;color:#565656;border-color:#dfdadf;-webkit-box-shadow:0 0 11px 1px #ebebeb;-moz-box-shadow:0 0 11px 1px #ebebeb;box-shadow:0 0 11px 1px #ebebeb}#dokan-settings-banner .content .custom-button:hover{background:#f2f2f2}.vendor-list .dokan-btn{padding:5px 10px;font-size:15px;border-radius:3px;color:#2873aa}.vendor-list .image{width:10%}.vendor-list .store_name{width:30%}.vendor-list td.store_name img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.vendor-list td.store_name strong{display:block;margin-bottom:.2em;font-size:14px}@media only screen and (max-width:600px){.vendor-list table td.enabled,.vendor-list table td.store_name{display:table-cell!important}.vendor-list table td:not(.check-column):not(.store_name):not(.enabled),.vendor-list table th:not(.check-column):not(.store_name):not(.enabled){display:none}.vendor-list table table td.column,.vendor-list table th.column{width:auto}.vendor-list table td.manage-column.column-cb.check-column{padding-right:15px}.vendor-list table th.column.enabled{width:25%!important}}@media only screen and (max-width:320px){.vendor-list table .row-actions span{font-size:11px}}.swal2-container{z-index:9999999!important}.swal2-container .swal2-popup .swal2-title{line-height:35px;font-size:30px;font-weight:400}.dokan-vendor-edit h1{font-size:23px;font-weight:400}.dokan-vendor-edit .tab-header .tab-list{overflow:hidden;display:flex;justify-content:space-between}.dokan-vendor-edit .tab-header .tab-list .tab-title{height:50px;list-style-type:none;position:relative;background-color:#1a9ed4;display:flex;justify-content:center;align-items:center}.dokan-vendor-edit .tab-header .tab-list .tab-title .icon{position:relative;top:1px}.dokan-vendor-edit .tab-header .tab-list .tab-title a{color:#fff;text-decoration:none;padding:75px}.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .tab-header .tab-list .tab-title a span{position:relative;top:-1px;left:-3px}.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child{padding-left:5px}.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{left:0;border-left:25px solid #fff}.dokan-vendor-edit .tab-header .tab-list .tab-title:after,.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{position:absolute;top:0;display:block;border-top:25px solid transparent;border-bottom:25px solid transparent;width:0;height:0;content:" "}.dokan-vendor-edit .tab-header .tab-list .tab-title:after{z-index:1;right:-25px;border-left:25px solid #1a9ed4}.dokan-vendor-edit .tab-header .tab-list .tab-title.active{background-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.active a{color:#fff}.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after{border-left-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after{border-left:0}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title{background-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title:after{border-left-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title a{color:#000}.dokan-vendor-edit .tab-contents{border:1px solid #e5e5e5;border-radius:3px;min-height:400px}.dokan-vendor-edit .tab-contents .loading{position:relative;left:46%;top:160px}.dokan-vendor-edit .tab-contents .content-header{background:#f9f9f9;margin:0;padding:10px}.dokan-vendor-edit .tab-contents .content-body{padding-top:20px;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group{margin:0 10px;overflow:hidden}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before{display:table;content:" "}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column{float:left;width:50%;padding:0 10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info{display:flex;justify-content:space-between}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span{margin:0;padding:0;position:relative;bottom:10px;font-style:italic;color:#a09f9f;font-size:12px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available{color:green}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available{color:red}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button{margin-right:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span{line-height:26px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect{margin-top:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight{background:#3c9fd4}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags{min-height:45px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single{padding-top:3px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before{top:70%}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus{box-shadow:none;border:none;outline:none}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info{padding-left:10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input{width:100%;padding:7px 12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;height:auto}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder{color:#bcbcbc}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder{color:red}.dokan-vendor-edit .tab-contents .content-body .vendor-image{display:flex;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture{background:#fcfcfc;border-radius:3px;padding:5px 10px;border:2px dashed #d2d2d2;text-align:center;flex-grow:1;width:150px;margin-left:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image{max-width:100px;margin:0 auto}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img{border:1px solid #e5e5e5;cursor:pointer;width:100%;padding:5px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner{flex-grow:10;margin-right:20px;height:228px;padding:5% 0 0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img{width:100%;height:223px;padding:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button{background:#007cba;color:#fff;padding:10px 15px;border-radius:3px;margin:20px 0;cursor:pointer}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner{padding-top:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer{color:grey;font-weight:300}.dokan-vendor-edit .dokan-btn{background:#1a9ed4;padding:10px 20px;color:#fff;border-radius:3px;cursor:pointer}.dokan-vendor-edit .dokan-btn:active,.dokan-vendor-edit .dokan-btn:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:640px!important}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:500px;min-height:200px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer{padding:15px;bottom:0;border-top:none;box-shadow:none}.dokan-vendor-edit .component-fade-enter-active,.dokan-vendor-edit .component-fade-leave-active{transition:opacity .2s ease}.dokan-vendor-edit .component-fade-enter,.dokan-vendor-edit .component-fade-leave-to{opacity:0}@media only screen and (max-width:600px){.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:400px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:300px}}@media only screen and (max-width:500px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:12px;margin-left:17px}.dokan-vendor-edit .tab-list .tab-title .tab-link a span{display:block;margin:0 auto}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:13px}.dokan-vendor-edit .tab-contents .vendor-image{display:block!important}.dokan-vendor-edit .tab-contents .vendor-image .picture{margin-right:20px!important;width:auto!important}.dokan-vendor-edit .tab-contents .vendor-image .picture.banner{margin-top:15px}}@media only screen and (max-width:375px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:5px;margin-left:20px;font-size:12px}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:12px}}@media only screen and (max-width:320px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:2px;margin-left:20px;font-size:10px}}.switch{position:relative;display:inline-block;width:42px;height:20px}.switch input{display:none}.switch input:checked+.slider{background-color:#0090ff}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch .slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d7dadd}.switch .slider,.switch .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.switch .slider:before{content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dokan-upload-image{width:100%}.dokan-upload-image img{cursor:pointer}.address-multiselect{margin:0 12px}.checkbox-group{margin-top:20px;padding:0 10px}.checkbox-group .checkbox-left{display:inline-block}.checkbox-group .checkbox-left .switch{margin-right:10px;display:inline-block}.payment-info.edit-mode .checkbox-group{padding:0}.payment-info.edit-mode .dokan-form-select{margin-top:5px;margin-bottom:5px}.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee,.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee{width:40%}#dokan-vendor-capabilities{padding:20px 70px}#dokan-vendor-capabilities .grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;margin-bottom:30px}#dokan-vendor-capabilities .col-6{grid-column:auto/span 6}#dokan-vendor-capabilities #dokan-capability-image-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;background-color:rgba(0,0,0,.7);z-index:99900}#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content{background-color:transparent;z-index:100000;margin:8% auto;max-width:850px;text-align:center}#dokan-vendor-capabilities .capability-card{background:#fff;padding:50px;border-radius:9px;border:1px solid #e2e2e2;display:flex;flex-direction:column;align-items:center;text-align:center}#dokan-vendor-capabilities .capability-card .capability-image{position:relative;width:100%}#dokan-vendor-capabilities .capability-card .capability-image .image{opacity:1;width:100%;height:270px;max-height:370px;transition:.5s ease;backface-visibility:hidden}#dokan-vendor-capabilities .capability-card .capability-image .middle{transition:.5s ease;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center}#dokan-vendor-capabilities .capability-card .capability-image:hover .image{opacity:.3}#dokan-vendor-capabilities .capability-card .capability-image:hover .middle{opacity:1}#dokan-vendor-capabilities .capability-card .capability-image .zoom{background-color:#ffb24b;border-radius:9px;color:#fff;font-size:24px;padding:16px 24px;cursor:pointer}#dokan-vendor-capabilities .capability-card .title{font-size:18px}#dokan-vendor-capabilities .capability-card .content{min-height:40px}#dokan-vendor-capabilities .capability-card p{margin-bottom:0}#dokan-vendor-capabilities .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:16px}#dokan-vendor-capabilities .vendor-capabilities-banner .content{margin:30px}#dokan-vendor-capabilities .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-modules-wrap .module-content{position:relative;margin-top:15px}.dokan-modules-wrap .module-content .loading{position:absolute;width:100%;height:100%;top:0;left:0;background:hsla(0,0%,100%,.5)}.dokan-modules-wrap .module-content .loading .dokan-loader{top:30%;left:47%}.dokan-modules-wrap .module-content .dokan-modules .plugin-card{position:relative}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg{cursor:pointer}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer{position:absolute;bottom:18px;right:20px}@media only screen and (max-width:600px){.dokan-modules-wrap input#media-search-input{width:74%}.dokan-modules-wrap .module-content .tablenav.top{margin-top:-16px}.dokan-modules-wrap table td.active,.dokan-modules-wrap table td.name{display:table-cell!important}.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active),.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active){display:none}.dokan-modules-wrap table td.column,.dokan-modules-wrap table th.column{width:auto}.dokan-modules-wrap table th.column.name{width:50%!important}.dokan-modules-wrap table th.column.active{width:20%!important}.dokan-modules-wrap table td.column.order_id .row-actions{font-size:11px}}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:rgba(0,0,0,.7);z-index:9999;overflow-y:auto}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup::-webkit-scrollbar{display:none}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{margin:4% auto;max-width:400px;border-radius:4px;text-align:center;position:relative;padding:25px 40px;background-color:#fff;box-sizing:border-box}@media only screen and (max-width:576px){#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{max-width:325px;padding:25px 15px;margin:12% auto}}@media (min-width:577px) and (max-width:1024px){#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{margin:6% auto}}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close{position:absolute;top:20px;right:25px;cursor:pointer}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body{margin-top:5px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock{color:#ff5722;font-size:1rem;font-weight:400;font-family:SF Pro Text,sans-serif;margin:0 0 5px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .text-brand{padding:8px 16px;background:#e9f3ff;border-radius:37px;color:#1c81fa;font-size:1rem;font-weight:400;font-family:SF Pro Text,sans-serif;display:inline-block;margin:0 0 23px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body h1{padding:0;margin-bottom:13px;font-size:1.5rem;font-weight:700;font-family:SF Pro Text,sans-serif}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text{margin:0;font-size:.813rem;font-weight:400;font-family:SF Pro Text,sans-serif}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong{color:#ff5722}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button{background:#ff5722;border-radius:3px;padding:10px 18px;font-weight:400;font-size:.75rem;font-family:SF Pro Text,sans-serif;margin:30px 0;display:inline-block;text-decoration:none;color:#fff}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card{margin-bottom:25px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card svg{width:100%}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .already-updated{color:#758598;font-size:.875rem;font-weight:400;font-family:SF Pro Text,sans-serif;text-decoration:none}
2
  /*# sourceMappingURL=vue-admin.css.map */
1
+ .dokan-dashboard .widgets-wrapper{display:block;overflow:hidden;margin-top:15px;width:100%}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{float:left;width:48%}.dokan-dashboard .widgets-wrapper .left-side{margin-right:3%}.dokan-dashboard .dokan-postbox .loading{display:block;width:100%;margin:15px auto;text-align:center}.dokan-dashboard .subscribe-box{margin:20px -12px -11px;padding:0 15px 15px;background:#fafafa;border-top:1px solid #efefef;position:relative}.dokan-dashboard .subscribe-box h3{margin:10px 0}.dokan-dashboard .subscribe-box p{margin-bottom:10px!important}.dokan-dashboard .subscribe-box .thank-you{background:#4fa72b;margin-top:10px;padding:15px;border-radius:3px;color:#fff}.dokan-dashboard .subscribe-box .form-wrap{display:flex}.dokan-dashboard .subscribe-box .form-wrap input[type=email]{width:100%;padding:3px 0 3px 6px;margin:0 -1px 0 0}.dokan-dashboard .subscribe-box .form-wrap button.button{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722;border-top-left-radius:0;border-bottom-left-radius:0}.dokan-dashboard .subscribe-box .form-wrap button.button:hover{background:#ff6a3c}.dokan-dashboard .subscribe-box .loading{position:absolute;height:100%;margin:0 0 0 -15px;background:rgba(0,0,0,.2)}.dokan-dashboard .subscribe-box .loading .dokan-loader{margin-top:30px}@media only screen and (max-width:770px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}}@media only screen and (max-width:500px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}.dokan-dashboard .postbox.dokan-status ul li a .details span.down,.dokan-dashboard .postbox.dokan-status ul li a .details span.up{display:none}.dokan-dashboard .postbox.dokan-status ul li a strong{font-size:16px}}@media only screen and (max-width:360px){.dokan-dashboard .postbox.dokan-status ul li a .details{display:none}}.dokan-promo-banner{display:flex;column-gap:2rem;align-items:center;justify-content:center;background-color:#262626;background-repeat:no-repeat;background-position:bottom 0 right -30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 1118 134' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.314 46.792c-17.462 5.837-25.659 37.492 0 49.954 125.57 60.988 154.29-4.034 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.332-23.859-5.613-51.525-10.103-27.666-4.49-28.935 23.293-38.072 34.238s-11.676 4.77-33.504 12.067z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='M232.24 94.631l-3.154 3.807-.012.013c-.188.212-.28.494-.252.775l.501 5.068a3.056 3.056 0 01-1.242 2.764 3.056 3.056 0 01-3.013.327l-4.665-2.042a1.011 1.011 0 00-.814 0l-4.665 2.042a3.058 3.058 0 01-3.013-.327 3.056 3.056 0 01-1.242-2.764l.501-5.068a1.017 1.017 0 00-.252-.775l-.023-.026-3.143-3.794a3.058 3.058 0 01-.608-2.952 3.057 3.057 0 012.24-2.033l4.75-1.092c.276-.06.516-.235.659-.478l2.574-4.395c.544-.93 1.552-1.507 2.629-1.507s2.085.578 2.629 1.507l2.574 4.395c.143.243.383.418.659.478l.01.003 4.74 1.089a3.057 3.057 0 012.24 2.033 3.058 3.058 0 01-.608 2.952zm-5.439 4.795a3.052 3.052 0 01.742-2.31l3.154-3.807.012-.013c.239-.269.318-.648.207-.99a1.02 1.02 0 00-.748-.677l-.01-.003-4.74-1.088a3.057 3.057 0 01-1.972-1.436l-2.573-4.394a1.018 1.018 0 00-1.753 0l-2.574 4.394a3.057 3.057 0 01-1.972 1.435l-4.749 1.092c-.351.076-.638.336-.749.678s-.032.72.207.989l.023.027 3.143 3.793c.555.632.825 1.473.743 2.31l-.501 5.067a1.02 1.02 0 00.414.922c.29.211.675.253 1.004.11l4.665-2.043a3.056 3.056 0 012.444 0l4.665 2.042c.329.144.714.102 1.004-.109a1.02 1.02 0 00.414-.922l-.5-5.067zm-8.96-7.087a1.015 1.015 0 11-1.435 1.436 1.015 1.015 0 011.435-1.436zm4.31 5.746a1.015 1.015 0 101.435 1.436 1.015 1.015 0 00-1.435-1.436zm.171-5.92l-6.094 6.093 1.436 1.437 6.094-6.094-1.436-1.436z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='M852.47 7.82a.804.804 0 01.574-.039.548.548 0 01.361.422l1.954 6.357a3.54 3.54 0 01-1.261 3.881l-10.952 8.1.073.63c.099.537.439.997.923 1.25a1.64 1.64 0 001.556-.022l10.784-6.357a.644.644 0 01.654 1.109l-10.784 6.357a2.994 2.994 0 01-2.766.061 3.09 3.09 0 01-1.671-2.264l-.099-.801-9.78-8.543a1.672 1.672 0 00-1.902-.185l-1.858 1.095a.643.643 0 11-.654-1.11l1.858-1.094a2.96 2.96 0 013.397.313l1.398 1.23L852.47 7.82zm.836 9.594a2.188 2.188 0 00.825-2.466l-1.701-5.61-17.141 9.769 7.187 6.298 10.83-7.99zm-7.844 14.45a2.896 2.896 0 102.94 4.989 2.896 2.896 0 00-2.94-4.99zm2.288 3.88a1.61 1.61 0 11-1.635-2.774 1.61 1.61 0 011.635 2.774zm8.246-10.092a2.896 2.896 0 102.942 4.99 2.896 2.896 0 00-2.942-4.99zm2.288 3.881a1.609 1.609 0 11-1.634-2.771 1.609 1.609 0 011.634 2.771z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='M858.68 78.402c-46.133-.572-65.012 36.944-68.685 55.772h328V59.453c-29.38-41.829-81.54-18.948-120.48 3.933-38.934 22.88-81.173 15.73-138.84 15.016z' fill='url(%23a)' fill-opacity='.14'/%3E%3Cg filter='url(%23b)'%3E%3Cpath d='M992.27 106.41l-7.65 11.309a3.948 3.948 0 01-2.669 1.681 3.952 3.952 0 01-3.046-.817l-8.831-7.053c-.854-.682-1.39-1.699-1.47-2.789s.302-2.174 1.048-2.974l9.34-9.964a1.7 1.7 0 012.294-.167l1.667 1.332.06-.075a4.68 4.68 0 016.57-.736 4.68 4.68 0 01.736 6.571l-.06.075 1.667 1.331c.688.549.838 1.548.344 2.276zm-3.571-9.146a3.261 3.261 0 00-4.579.513l-.06.075 5.092 4.067.06-.075a3.263 3.263 0 00-.513-4.58zm-8.91 20.212c.555.443 1.248.629 1.95.523s1.309-.488 1.709-1.075l7.649-11.31a.277.277 0 00-.055-.373l-1.667-1.331-1.089 1.363a.708.708 0 11-1.107-.884l1.089-1.363-5.092-4.067-1.089 1.363a.709.709 0 11-1.107-.884l1.089-1.363-1.667-1.332a.278.278 0 00-.375.028l-9.34 9.964a2.491 2.491 0 00-.67 1.903c.052.708.386 1.342.941 1.785l8.831 7.053zm4.009-10.566a.708.708 0 11.158 1.408l-5.15.576a.703.703 0 01-.52-.15.701.701 0 01-.262-.475l-.271-2.413a.71.71 0 011.408-.158l.192 1.71 4.445-.498z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='205' y='80.174' width='30' height='29.465' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='c' x='825.3' y='5.746' width='37.058' height='33.509' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='b' x='966.6' y='93.138' width='27.967' height='28.307' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='954.18' x2='954.16' y1='-167.87' y2='128.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");position:relative;padding-right:40px}.dokan-promo-banner .thumbnail{display:flex}.dokan-promo-banner .thumbnail svg{width:227px;height:147px}.dokan-promo-banner .content{display:flex;align-items:center;justify-content:space-between;column-gap:1.5rem}.dokan-promo-banner .content .details{flex:0 0 170px}.dokan-promo-banner .content .details h3{color:#fff;font-size:18px;font-weight:700;font-style:normal;font-family:SF Pro Text,sans-serif;margin:0}.dokan-promo-banner .content .details h3 .dokan-offer{display:none}.dokan-promo-banner .content .details p{color:#bcbcbc;font-size:14px;font-style:normal;font-weight:400;font-family:SF Pro Text,sans-serif;margin-bottom:0}.dokan-promo-banner .content .features{display:grid;column-gap:2rem;row-gap:1.25rem;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr));flex-shrink:0}.dokan-promo-banner .content .features label{position:relative;color:#e1e1e1;font-size:14px;font-style:normal;font-weight:400;font-family:SF Pro Text,sans-serif;padding-left:34px;cursor:context-menu}.dokan-promo-banner .content .features span{position:absolute;top:0;left:0;width:20px;height:20px;border-radius:3px;background-color:#3fc274}.dokan-promo-banner .content .features span:after{content:"";position:absolute;left:7px;top:3px;width:4px;height:9px;border:solid #fff;border-width:0 1.8px 1.8px 0;transform:rotate(45deg)}.dokan-promo-banner .content .features a{color:#999;font-style:normal;font-weight:400;font-size:16px;font-family:SF Pro Text,sans-serif}.dokan-promo-banner .content .features a:hover{color:#c9c9c9}.dokan-promo-banner .btn-upgrade{flex-shrink:0}.dokan-promo-banner .btn-upgrade a{color:#fff;background:#2cbf67;font-size:15px;font-weight:400;font-style:normal;font-family:Lato,sans-serif;padding:15px 28px;border-radius:3px;text-decoration:none;transition:all .1s linear}.dokan-promo-banner .btn-upgrade a:hover{background:#17a951}.dokan-promo-banner .close-banner{position:absolute;top:10px;right:5px;border:0;background:transparent;text-decoration:none}.dokan-promo-banner .close-banner span{font-size:15px;display:flex;align-items:center;justify-content:center;color:#404040;transition:all .2s ease;cursor:pointer;border:1px solid #3f3f3f;border-radius:55px;width:20px;height:20px}.dokan-promo-banner .close-banner span:hover{color:#f16982;border-color:#f16982}@media only screen and (max-width:576px){.dokan-promo-banner{flex-wrap:wrap;background-position:unset;background-image:unset;padding:28px 23px;justify-content:start}.dokan-promo-banner .thumbnail{display:none}.dokan-promo-banner .content{flex-wrap:wrap;margin-bottom:25px}.dokan-promo-banner .content .details{text-align:left;flex:unset;margin-bottom:20px}.dokan-promo-banner .content .details p{width:80%}.dokan-promo-banner .content .details h3{font-size:15px}.dokan-promo-banner .content .details h3 .dokan-offer{font-size:13px;font-weight:300;margin-left:15px;display:inline-block}.dokan-promo-banner .content .details h3 .penchant-off{margin:0 5px;padding:3px 8px;background-color:rgba(249,95,71,.15);color:#e04932;font-size:15px;font-weight:900;border-radius:5px}.dokan-promo-banner .content .details p{font-size:13px}.dokan-promo-banner .content .features{flex-wrap:wrap;row-gap:0;column-gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.dokan-promo-banner .content .features .hidden-sm{display:none}.dokan-promo-banner .content .features label{font-size:13px;font-weight:300}.dokan-promo-banner .content .features a{margin-top:20px;display:block;font-size:13px}.dokan-promo-banner .btn-upgrade a{display:block;padding:12px 16px}}@media only screen and (max-width:375px){.dokan-promo-banner .content .details p{width:85%}}@media (min-width:577px) and (max-width:991px){.dokan-promo-banner .content .details{flex:0 1 280px}.dokan-promo-banner .content .features{display:none}}@media (min-width:992px) and (max-width:1120px){.dokan-promo-banner{background-position:bottom 20px right -10px}.dokan-promo-banner .thumbnail svg{width:180px;height:140px}.dokan-promo-banner .content{justify-content:center;column-gap:.5rem}.dokan-promo-banner .content .details{flex:0 0 180px}.dokan-promo-banner .content .features{grid-template-columns:repeat(1,minmax(0,1fr))}.dokan-promo-banner .content .features .hidden-sm{display:none}}@media (min-width:1121px) and (max-width:1300px){.dokan-promo-banner{background-position:bottom 15px right -20px}.dokan-promo-banner .content{justify-content:center}.dokan-promo-banner .content .details{flex:0 0 250px}.dokan-promo-banner .content .features{grid-template-columns:repeat(1,minmax(0,1fr))}.dokan-promo-banner .content .features .hidden-sm{display:none}}@media only screen and (min-width:1301px){.dokan-promo-banner{background-position:bottom 0 right -15px}.dokan-promo-banner .content .details{flex:0 0 170px}.dokan-promo-banner .content .features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1550px){.dokan-promo-banner{background-position:bottom -5px right 165px}.dokan-promo-banner .content .details{flex:0 0 190px}.dokan-promo-banner .content .features{grid-template-columns:repeat(3,minmax(0,1fr))}}.withdraw-requests .dokan-modal .modal-body{min-height:130px}.withdraw-requests .dokan-modal .modal-body textarea{width:100%}.withdraw-requests .image{width:10%}.withdraw-requests .seller{width:20%}.withdraw-requests td.seller img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.withdraw-requests td.seller strong{display:block;margin-bottom:.2em;font-size:14px}.withdraw-requests td.actions,.withdraw-requests th.actions{width:120px}.withdraw-requests td.status span{line-height:2.5em;padding:5px 8px;border-radius:4px}.withdraw-requests td.status .approved{background:#c6e1c6;color:#5b841b}.withdraw-requests td.status .pending{background:#f8dda7;color:#94660c}.withdraw-requests td.status .cancelled{background:#eba3a3;color:#761919}.withdraw-requests .method_details_inner p{margin-bottom:2px}@media only screen and (max-width:600px){.withdraw-requests table td.seller,.withdraw-requests td.actions,.withdraw-requests td.amount{display:table-cell!important}.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions),.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions){display:none}.withdraw-requests table td.column,.withdraw-requests table th.column{width:auto}.withdraw-requests table td.column.actions .dashicons{width:14px;height:14px;font-size:18px}.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:11px}}@media only screen and (max-width:376px){.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:9px}}@media only screen and (max-width:320px){.withdraw-requests table td.column.actions .dashicons{width:10px;height:10px;font-size:14px}}.dokan-pro-features{font-family:Open Sans,sans-serif;margin:-10px -20px 0 -22px}.dokan-pro-features .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:20px 70px}.dokan-pro-features .vendor-capabilities-banner .content{margin:30px}.dokan-pro-features .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-pro-features .vendor-capabilities-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}.dokan-pro-features .vendor-capabilities-banner a:hover{color:#fff;background:#ff6a3c}.dokan-pro-features a{transition:all .2s ease}.dokan-pro-features .section-title{text-align:center;color:#2e2c2c;font-size:30px;line-height:1.5em;font-weight:400;position:relative;margin:0 0 58px}.dokan-pro-features .section-title:after{content:"";position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:38px;height:5px;border-radius:3px;background-color:#f2624d}.dokan-pro-features .header-section{background-color:#f2f2f2;color:#3f4143;font-size:16px;display:flex;align-items:center;padding:0 8%;border-bottom:1px solid #eee}@media (min-width:1281px){.dokan-pro-features .header-section{padding:0 24%}}.dokan-pro-features .header-section .feature-thumb img{width:233px;margin:-20px 0 -30px}.dokan-pro-features .header-section .content-area{padding-left:10%}.dokan-pro-features .header-section .content-area h1{font-size:27px;line-height:1.5em;color:#2e2c2c}.dokan-pro-features .header-section .content-area p{font-size:16px;line-height:1.5em;font-weight:300;margin:0;letter-spacing:.5px}.dokan-pro-features .service-section{text-align:center;padding:73px 30px 85px;background-color:#f7f8f9}@media (min-width:1281px){.dokan-pro-features .service-section{padding-left:20%;padding-right:20%}}.dokan-pro-features .service-section .service-list{display:flex;flex-wrap:wrap}.dokan-pro-features .service-section .service-list .service-box{flex:0 0 28.9%;margin:2.2%;text-align:center;border-radius:5px;background-color:#fff}.dokan-pro-features .service-section .service-list .service-box .service-thumb img{border-radius:5px 5px 0 0;max-width:100%}.dokan-pro-features .service-section .service-list .service-box .service-detail{padding:20px 25px 25px}.dokan-pro-features .service-section .service-list .service-box .service-detail h3{color:#3f4143;font-size:15px;line-height:1.5em;font-weight:300;margin:0}.dokan-pro-features .service-section .btn{font-size:16px;line-height:1.5em;font-weight:300;color:#fff;background-color:#3984b5;border:1px solid #226b9b;border-radius:3px;text-decoration:none;padding:13px 28px;display:inline-block;margin-top:52px;transition:all .2s ease}.dokan-pro-features .service-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .service-section .btn svg{width:15px;fill:#fff;margin-left:5px}.dokan-pro-features .comparison-section{background-color:#f1f1f1;padding:75px}@media (min-width:1281px){.dokan-pro-features .comparison-section{padding-left:21.2%;padding-right:21.2%}}.dokan-pro-features .comparison-section .section-title{margin-bottom:90px}.dokan-pro-features .comparison-section .comparison-area{display:flex;justify-content:space-between}.dokan-pro-features .comparison-section .comparison-area .compare-box{flex:0 0 48%;background-color:#fff;border:1px solid #e0e9ec;border-radius:5px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px;box-sizing:border-box}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section{margin-bottom:58px;position:relative}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after{content:"";position:absolute;bottom:-23px;left:0;width:38px;height:5px;border-radius:3px;background-color:#d7d7d7}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img{width:120px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list{margin:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li{font-size:15px;line-height:1.5em;font-weight:300;color:#66676e;margin-bottom:28px;position:relative;display:flex;align-items:center}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child{margin-bottom:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img{width:21px;margin-right:12px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable{color:#ccced5}.dokan-pro-features .pricing-section{background-color:#f7f8f9;padding:85px 0 62px}.dokan-pro-features .pricing-section .section-title{margin-bottom:120px}.dokan-pro-features .pricing-section .pricing-wrapper{padding:0 4.5%}@media (min-width:1281px){.dokan-pro-features .pricing-section .pricing-wrapper{padding-left:21%;padding-right:21%}}.dokan-pro-features .pricing-section .table-row{display:flex}.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child{background-color:transparent;border-color:transparent;border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2){border-radius:3px 0 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child{border-radius:0 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular{position:relative}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before{position:absolute;top:-28px;left:0;width:100%;content:"Most Popular";color:#23282d;font-size:14px;line-height:1.4em;background-color:#fc0;border-radius:3px 3px 0 0;padding:5px;box-sizing:border-box}.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child{border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child{border-radius:0 0 5px 5px;border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col{border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child{border-radius:0 0 5px 5px;background-color:transparent;border-color:transparent}.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2){border-radius:0 0 0 5px}.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child{border-radius:0 0 5px 0}.dokan-pro-features .pricing-section .table-row .table-col{width:18.5%;text-align:center;border:1px solid #e7eaeb;padding:18px;background-color:#fff;border-bottom:0;border-left:0;border-right:0}.dokan-pro-features .pricing-section .table-row .table-col:first-child{width:25%;margin-right:2%;text-align:left;border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2){border-left:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:last-child{border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col.popular{z-index:1;box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .module-name{color:#157ef5;font-size:14px;line-height:1.5em;font-weight:300;text-decoration:none}.dokan-pro-features .pricing-section .table-row .table-col .plan-data{font-size:15px;color:#3f4143}.dokan-pro-features .pricing-section .table-row .table-col .plan-data img{display:block;margin:0 auto;width:23px}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn{font-size:14px;font-weight:300;border-radius:3px;padding:13px 34px;color:#fff;text-decoration:none;margin:25px 0 14px;display:inline-block;transition:all .2s ease}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover{box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business{background-color:#795dff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .plan-name{display:inline-block;background:#000;color:#fff;font-size:14px;font-weight:300;line-height:1.4em;border-radius:25px;padding:5px 20px;min-width:95px;box-sizing:border-box;margin:26px 0 20px}.dokan-pro-features .pricing-section .plan-name.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .plan-name.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .plan-name.business{background-color:#795dff}.dokan-pro-features .pricing-section .plan-name.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .price{margin-bottom:15px}.dokan-pro-features .pricing-section .price span{font-size:14px;line-height:1.2em;font-weight:300;color:#b8bbbe;display:block}.dokan-pro-features .pricing-section .price span:first-child{font-size:28px;line-height:1.5em;font-weight:400;color:#23282d}.dokan-pro-features .pricing-section .price span:first-child sup{font-size:14px}.dokan-pro-features .payment-section{display:flex;background:#fff;justify-content:space-between;padding:20px 65px 15px;align-items:center}@media (min-width:1281px){.dokan-pro-features .payment-section{padding-left:21%;padding-right:21%}}.dokan-pro-features .payment-section .guarantee-section{display:flex;flex:0 0 70%;align-content:center;align-items:center;position:relative}.dokan-pro-features .payment-section .guarantee-section:after{content:"";position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:5px;height:38px;border-radius:3px;background-color:#f1f1f1}.dokan-pro-features .payment-section .guarantee-section .feature-thumb img{max-width:100%;width:160px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail{padding-left:25px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2{font-size:24px;line-height:1.5em;color:#2e2c2c;font-weight:400;margin:0}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p{color:#66676e;font-size:15px;line-height:1.5em;font-weight:300;margin:5px 0 20px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a{color:#f2624d;font-size:15px;line-height:1.5em;text-decoration:none}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img{width:18px;margin-right:4px}.dokan-pro-features .payment-section .payment-area h3{font-size:15px;font-weight:300;color:#66676e;margin:0 0 17px}.dokan-pro-features .payment-section .payment-area .option img{max-width:100%}.dokan-pro-features .testimonial-section{background-color:#f1f1f1;padding:75px 0 70px;text-align:center}.dokan-pro-features .testimonial-section .section-title{margin-bottom:75px}.dokan-pro-features .testimonial-section .testimonial-wrapper{width:80%;text-align:center;margin:0 auto}@media only screen and (min-width:1281px){.dokan-pro-features .testimonial-section .testimonial-wrapper{width:55%}}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic{width:70px;height:70px;border:5px solid #fff;border-radius:50%;background-color:#fff;box-shadow:0 1px 16px 0 rgba(0,0,0,.16);margin:0 auto -35px;z-index:1;position:relative}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img{border-radius:50%;max-width:100%}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail{background-color:#fff;color:#000;border-radius:5px;border:1px solid #e0e9ec;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px 30px 30px;background-repeat:no-repeat;background-position:40px 40px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4{font-size:18px;line-height:1.444;color:#f2624d;font-weight:400;margin-top:0;margin-bottom:5px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span{font-size:15px;line-height:1.444;font-weight:300;color:#66676e;margin-bottom:20px;display:inline-block}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p{color:#2e2c2c;font-size:14px;line-height:1.9em;font-weight:300}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots{text-align:center;margin:40px 0 25px}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before{background-color:#3f4143}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button{position:relative;font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before{position:absolute;top:0;left:0;width:21px;height:5px;content:"";text-align:center;background-color:#d6d6d6;border-radius:30px}.dokan-pro-features .testimonial-section p{color:#262626;font-size:16px;line-height:1.5em;font-weight:300}.dokan-pro-features .testimonial-section p a{color:#8263f7;text-decoration:none}.dokan-pro-features .cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.dokan-pro-features .cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.dokan-pro-features .cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.dokan-pro-features .cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.dokan-pro-features .cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.dokan-pro-features .cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.dokan-help-page .section-wrapper{margin-top:15px}.dokan-help-page .section-wrapper .dokan-postbox{width:calc(33% - 2em);margin:0 2% 15px 0;float:left}.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1){clear:both}.dokan-help-page .section-wrapper .dokan-postbox .dashicons{color:#ccc}.dokan-help-page .section-wrapper .dokan-postbox a{text-decoration:none}.dokan-help-page .section-wrapper .dokan-postbox .inside,.dokan-help-page .section-wrapper .dokan-postbox ul{margin-bottom:0}.dokan-help-page .loading{width:100%;text-align:center;margin-top:100px}.fade-enter-active[data-v-254fdb80],.fade-leave-active[data-v-254fdb80]{transition:opacity .3s ease}.fade-enter[data-v-254fdb80],.fade-leave-to[data-v-254fdb80]{opacity:0}.slide-enter-active[data-v-254fdb80],.slide-leave-active[data-v-254fdb80]{transition-duration:.1s;transition-timing-function:linear}.slide-enter-to[data-v-254fdb80],.slide-leave[data-v-254fdb80]{max-height:100px;overflow:hidden}.slide-enter[data-v-254fdb80],.slide-leave-to[data-v-254fdb80]{overflow:hidden;max-height:0}ul[data-v-254fdb80]{cursor:pointer}.dokan-help-page .section-wrapper h2[data-v-254fdb80]{margin:0;color:transparent}.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80]{background:rgba(223,0,0,.05);margin:-15px -20px 0;padding:15px 15px 0}.dokan-help-page .section-wrapper .change-log[data-v-254fdb80]{background:rgba(223,0,0,.05);margin:-15px -20px 0}.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80]{height:340px}.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80]{height:400px}.dokan-help-page .section-wrapper .change-log h3[data-v-254fdb80]{color:#000;font-size:30px;text-align:center;padding:45px 0 0;font-weight:800;font-family:SF Pro Text,sans-serif;margin:0 0 28px}.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-254fdb80]{width:147px;height:33px;text-align:center;cursor:pointer;transition:all .2s ease;margin:0 auto;background:#fff;border-radius:53px;position:relative;border:1px solid #e2e2e2}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-254fdb80]{width:48%;height:100%;background:none;border-radius:27px;border:none;color:#cc7376;display:inline-block;position:relative;transition:all .2s ease;cursor:pointer;font-size:13px;font-weight:500;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-254fdb80]{background:#ff5722;border-radius:30px;position:absolute;top:0;width:50%;height:100%;transition:all .2s ease-out}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-254fdb80]{text-transform:capitalize}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-254fdb80]{text-transform:uppercase}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-254fdb80]{color:#fff}.dokan-help-page .section-wrapper .change-log .jump-version[data-v-254fdb80]{width:178px;margin:24px auto 0;position:relative}.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-254fdb80]{color:#000;font-size:13px;text-align:center;cursor:pointer;font-weight:500;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-254fdb80]{font-size:16px;line-height:1.4;transition:all .2s ease}.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-254fdb80]{transform:rotate(-180deg)}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]{position:absolute;top:50px;left:0;width:100%;z-index:1;background:#fff;border:1px solid #ddd;padding:20px 10px 20px 20px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.09)}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]:before{content:"";position:absolute;border:11px solid transparent;border-bottom-color:#fff;margin-left:-10px;top:-19px;right:27px;z-index:1}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]{max-height:300px;text-align:left;background:#fff;overflow-y:auto}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-254fdb80]{cursor:context-menu}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]{margin-bottom:25px;color:#000;font-size:14px;font-weight:400;font-family:SF Pro Text,sans-serif;transition:all .2s linear;cursor:pointer}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:hover{color:#f2624d}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-254fdb80]{color:#f2624d;font-weight:700;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-254fdb80]{display:block;font-size:12px;color:#758598;font-weight:400;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar{width:4px}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-track{background:#f5f5f5}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb{background:#878787}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb:hover{background:#575757}.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-254fdb80]{top:30px;opacity:1;visibility:visible}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{background:#fff;border:1px solid #e2e2e2;border-radius:3px;padding:25px;box-sizing:border-box}.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-254fdb80]{overflow:hidden}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]{margin-bottom:40px}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-254fdb80]{color:#fff;font-size:15px;font-weight:600;padding:6px 14px;border-radius:3px;display:inline-block;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-254fdb80]{background:#00b728}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-254fdb80]{background:#028afb}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-254fdb80]{background:#f83838}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]{margin:11px 0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-254fdb80]{color:#000;margin:0;font-size:14px;font-weight:700;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-254fdb80]{color:#000;font-size:14px;font-weight:400;opacity:.8;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-254fdb80]{width:100%;height:auto;margin-top:10px}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-254fdb80]{list-style:disc outside;opacity:.7;font-size:14px;font-weight:400;margin-left:18px}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80]{display:flex;align-items:center;justify-content:center;margin-top:30px}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]{font-size:13px;font-weight:400;text-decoration:none;padding:6px 14px;display:inline-block;color:#000;background:#fff;border-radius:3px;border:1px solid #e2e2e2;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]:focus{box-shadow:none}.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-254fdb80]{font-weight:700;font-size:23px;color:#000;margin-bottom:7px;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-254fdb80]{font-weight:400;font-size:13px;color:#5c626a;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-254fdb80]{font-size:12px;color:#fff;background:#8e44ad;border-radius:53px;margin-left:5px;padding:2px 12px;font-weight:400;font-family:SF Pro Text,sans-serif}@media only screen and (min-width:1200px){.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80]{display:flex;width:900px;margin:0 auto;justify-content:space-between}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{width:700px}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-200px}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:25px}}@media screen and (min-width:992px) and (max-width:1199px){.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80]{display:flex;width:720px;margin:0 auto;justify-content:space-between}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{width:520px}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-200px}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:20px}}@media only screen and (max-width:991px){.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80]{background:#f7f8fa;margin:-15px -10px 0;padding:15px 15px 0}.dokan-help-page .section-wrapper .change-log[data-v-254fdb80]{background:#f7f8fa;margin:-15px -10px 0}.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80]{height:220px}.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80]{height:280px}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{margin:0 -10px;border:0;box-shadow:none;border-radius:0}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80]{justify-content:start}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-112px}.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-254fdb80]{padding-bottom:15px;text-align:center}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:15px}.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-254fdb80]{background:#fff;padding:25px 25px 0;margin:0 -10px;box-sizing:border-box}.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-254fdb80]{margin-top:0}.dokan-help-page .section-wrapper .version-list .old-version p[data-v-254fdb80]{margin-bottom:0}}.dokan-help-page .scroll-to-top[data-v-254fdb80]{width:40px;height:40px;color:#fff;background:#ff5722;border:0;position:fixed;right:10px;bottom:35px;z-index:1;box-shadow:0 4px 10px rgba(0,0,0,.09);cursor:pointer;opacity:0;visibility:hidden;transition:all .2s ease}.dokan-help-page .loading[data-v-254fdb80]{width:100%;text-align:center;margin-top:100px}.dokan-settings-wrap{position:relative;display:flex;border:1px solid #c8d7e1}.dokan-settings-wrap .loading{position:absolute;width:100%;height:100%;background:hsla(0,0%,100%,.6)}.dokan-settings-wrap .loading .dokan-loader{top:40%;left:45%}.dokan-settings-wrap .dashicons{padding-top:2px;margin-right:5px}.dokan-settings-wrap .dashicons.dashicons-admin-generic{color:#6c75ff}.dokan-settings-wrap .dashicons.dashicons-cart{color:#00aeff}.dokan-settings-wrap .dashicons.dashicons-money{color:#d35400}.dokan-settings-wrap .dashicons.dashicons-admin-page{color:#8e44ad}.dokan-settings-wrap .dashicons.dashicons-admin-appearance{color:#3498db}.dokan-settings-wrap .dashicons.dashicons-networking{color:#1abc9c}.dokan-settings-wrap div.nav-tab-wrapper{flex:1;border-bottom:none;padding:0;background:#f1f1f1;border-right:1px solid #c8d7e1}.dokan-settings-wrap div.nav-tab-wrapper a{float:none;display:block;margin:0;padding:13px;background:#f1f1f1;font-weight:500;border:none;border-bottom:1px solid #c8d7e1;transition-property:none;transition:none}.dokan-settings-wrap div.nav-tab-wrapper a:active,.dokan-settings-wrap div.nav-tab-wrapper a:focus{box-shadow:none;outline:0}.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active{background:#fff!important;border-right:1px solid #c8d7e1;width:99%;color:#2e4453;transition:none;transition-property:none}.dokan-settings-wrap .metabox-holder{flex:3;padding-left:3%;padding-right:10px;background:#fff}.dokan-settings-wrap .radio-image-container .radio-image{display:block;width:50%;background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:0 0 15px;position:relative;line-height:0;border:1px solid #ededed;padding:4px}.dokan-settings-wrap .radio-image-container .radio-image img{max-width:100%;z-index:1}.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator{position:absolute;top:0;right:0;background-color:#4caf50;color:#fff;padding:4px;z-index:2;line-height:1.4}.dokan-settings-wrap .radio-image-container .radio-image .active-option{opacity:0;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:rgba(0,0,0,.45);transition:opacity .4s ease}.dokan-settings-wrap .radio-image-container .radio-image .active-option button{position:absolute;top:50%;left:50%;margin-top:-23px;margin-left:-58px}.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option{opacity:1}.dokan-settings-wrap .radio-image-container .radio-image.active .active-option,.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator{display:none}.dokan-settings-wrap .radio-image-container label{display:block;margin-bottom:5px}.dokan-settings-wrap .radio-image-container label>input[type=radio]{visibility:hidden;position:absolute}.dokan-settings-wrap .radio-image-container label>img{max-width:100%}.dokan-settings-wrap .search-box{position:relative}.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt{position:absolute;top:13px;right:0;color:red;z-index:999;cursor:pointer}.dokan-settings-wrap .search-box .dokan-admin-search-settings{border:1px solid #ddd;border-radius:0;height:48px;display:block;width:100%;border-left:0;border-top:0;padding:0 15px;background:#eee;font-weight:400}.dokan-settings-wrap .search-box input[type=text]:focus{border-color:transparent}.form-table th.dokan-settings-sub-section-title{border-bottom:1px solid #ccc;padding:0 0 10px}.form-table th.dokan-settings-sub-section-title label{display:block;margin-top:20px;color:#0073aa;font-weight:500;font-size:1.3em}.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label{margin-top:0}tr.data_clear_on_uninstall td fieldset label{background:#e00;padding:5px;color:#fff;border-radius:3px}span.repeatable-item-description{color:#999;font-size:11px;font-style:italic}ul.dokan-settings-repeatable-list{list-style-type:disc;padding-left:20px}ul.dokan-settings-repeatable-list li span.remove-item{padding-top:0;cursor:pointer}.dokan-repetable-add-item-btn{font-size:16px!important;font-weight:700!important;height:25px!important;line-height:22px!important}td.fixed_fee,td.percent_fee{display:inline-block}td.fixed_fee input,td.percent_fee input{width:60px}tr.additional_fee .description{margin-left:10px;margin-top:-10px}.dokan-error{color:red;margin-top:-10px;font-style:italic}.dokan-input-validation-error{border-color:red!important}.dokan-error.combine-commission{margin-left:10px}th.dokan-setting-warning{padding:10px 10px 10px 0}th.dokan-setting-warning .dokan-setting-warning-label{color:#d63638;font-weight:700}th.dokan-setting-warning .dashicons{margin:0;padding:0}th.dokan-setting-warning .dokan-setting-warning-msg{font-weight:300}.dokan-settings-field-type-radio fieldset>label:not(:last-child){margin-right:12px!important}.dokan-settings-field-type-radio fieldset>label:not(:last-child)>input[type=radio]{margin-right:2px}.col-3{width:24.5%;display:inline-block}.col-3 select{width:100%}.dokan-schedule-week-day-container{padding:15px 0}.color-picker-container .color-picker-button[data-v-01dc0d51]{height:24px;padding:0 0 0 30px;margin:0 0 6px;font-size:11px}.color-picker-container .color-picker-button span[data-v-01dc0d51]{display:block;padding:0 6px;line-height:22px;color:#555;text-align:center;background:#f7f7f7;border-left:1px solid #ccc;border-radius:0 2px 2px 0}.color-picker-container .hex-input[data-v-01dc0d51]{width:65px;padding:3px 5px 4px;margin:0 3 0 0;font-family:monospace;font-size:12px;line-height:1.4;vertical-align:top;box-shadow:0 1px 0 #ccc}#dokan-settings-banner{margin:20px 0;padding:40px;background:#fff;display:flex;align-items:flex-start}#dokan-settings-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}#dokan-settings-banner a:hover{background:#ff6a3c}#dokan-settings-banner img{flex:1}#dokan-settings-banner .content{flex:4;padding:20px 50px}#dokan-settings-banner .content p{margin:30px 0;font-size:14px}#dokan-settings-banner .content a{margin-right:8px}#dokan-settings-banner .content .custom-button{background:#fff;color:#565656;border-color:#dfdadf;-webkit-box-shadow:0 0 11px 1px #ebebeb;-moz-box-shadow:0 0 11px 1px #ebebeb;box-shadow:0 0 11px 1px #ebebeb}#dokan-settings-banner .content .custom-button:hover{background:#f2f2f2}.vendor-list .dokan-btn{padding:5px 10px;font-size:15px;border-radius:3px;color:#2873aa}.vendor-list .image{width:10%}.vendor-list .store_name{width:30%}.vendor-list td.store_name img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.vendor-list td.store_name strong{display:block;margin-bottom:.2em;font-size:14px}@media only screen and (max-width:600px){.vendor-list table td.enabled,.vendor-list table td.store_name{display:table-cell!important}.vendor-list table td:not(.check-column):not(.store_name):not(.enabled),.vendor-list table th:not(.check-column):not(.store_name):not(.enabled){display:none}.vendor-list table table td.column,.vendor-list table th.column{width:auto}.vendor-list table td.manage-column.column-cb.check-column{padding-right:15px}.vendor-list table th.column.enabled{width:25%!important}}@media only screen and (max-width:320px){.vendor-list table .row-actions span{font-size:11px}}.swal2-container{z-index:9999999!important}.swal2-container .swal2-popup .swal2-title{line-height:35px;font-size:30px;font-weight:400}.dokan-vendor-edit h1{font-size:23px;font-weight:400}.dokan-vendor-edit .tab-header .tab-list{overflow:hidden;display:flex;justify-content:space-between}.dokan-vendor-edit .tab-header .tab-list .tab-title{height:50px;list-style-type:none;position:relative;background-color:#1a9ed4;display:flex;justify-content:center;align-items:center}.dokan-vendor-edit .tab-header .tab-list .tab-title .icon{position:relative;top:1px}.dokan-vendor-edit .tab-header .tab-list .tab-title a{color:#fff;text-decoration:none;padding:75px}.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .tab-header .tab-list .tab-title a span{position:relative;top:-1px;left:-3px}.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child{padding-left:5px}.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{left:0;border-left:25px solid #fff}.dokan-vendor-edit .tab-header .tab-list .tab-title:after,.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{position:absolute;top:0;display:block;border-top:25px solid transparent;border-bottom:25px solid transparent;width:0;height:0;content:" "}.dokan-vendor-edit .tab-header .tab-list .tab-title:after{z-index:1;right:-25px;border-left:25px solid #1a9ed4}.dokan-vendor-edit .tab-header .tab-list .tab-title.active{background-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.active a{color:#fff}.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after{border-left-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after{border-left:0}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title{background-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title:after{border-left-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title a{color:#000}.dokan-vendor-edit .tab-contents{border:1px solid #e5e5e5;border-radius:3px;min-height:400px}.dokan-vendor-edit .tab-contents .loading{position:relative;left:46%;top:160px}.dokan-vendor-edit .tab-contents .content-header{background:#f9f9f9;margin:0;padding:10px}.dokan-vendor-edit .tab-contents .content-body{padding-top:20px;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group{margin:0 10px;overflow:hidden}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before{display:table;content:" "}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column{float:left;width:50%;padding:0 10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info{display:flex;justify-content:space-between}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span{margin:0;padding:0;position:relative;bottom:10px;font-style:italic;color:#a09f9f;font-size:12px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available{color:green}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available{color:red}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button{margin-right:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span{line-height:26px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect{margin-top:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight{background:#3c9fd4}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags{min-height:45px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single{padding-top:3px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before{top:70%}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus{box-shadow:none;border:none;outline:none}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info{padding-left:10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input{width:100%;padding:7px 12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;height:auto}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder{color:#bcbcbc}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder{color:red}.dokan-vendor-edit .tab-contents .content-body .vendor-image{display:flex;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture{background:#fcfcfc;border-radius:3px;padding:5px 10px;border:2px dashed #d2d2d2;text-align:center;flex-grow:1;width:150px;margin-left:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image{max-width:100px;margin:0 auto}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img{border:1px solid #e5e5e5;cursor:pointer;width:100%;padding:5px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner{flex-grow:10;margin-right:20px;height:228px;padding:5% 0 0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img{width:100%;height:223px;padding:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button{background:#007cba;color:#fff;padding:10px 15px;border-radius:3px;margin:20px 0;cursor:pointer}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner{padding-top:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer{color:grey;font-weight:300}.dokan-vendor-edit .dokan-btn{background:#1a9ed4;padding:10px 20px;color:#fff;border-radius:3px;cursor:pointer}.dokan-vendor-edit .dokan-btn:active,.dokan-vendor-edit .dokan-btn:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:640px!important}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:500px;min-height:200px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer{padding:15px;bottom:0;border-top:none;box-shadow:none}.dokan-vendor-edit .component-fade-enter-active,.dokan-vendor-edit .component-fade-leave-active{transition:opacity .2s ease}.dokan-vendor-edit .component-fade-enter,.dokan-vendor-edit .component-fade-leave-to{opacity:0}@media only screen and (max-width:600px){.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:400px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:300px}}@media only screen and (max-width:500px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:12px;margin-left:17px}.dokan-vendor-edit .tab-list .tab-title .tab-link a span{display:block;margin:0 auto}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:13px}.dokan-vendor-edit .tab-contents .vendor-image{display:block!important}.dokan-vendor-edit .tab-contents .vendor-image .picture{margin-right:20px!important;width:auto!important}.dokan-vendor-edit .tab-contents .vendor-image .picture.banner{margin-top:15px}}@media only screen and (max-width:375px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:5px;margin-left:20px;font-size:12px}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:12px}}@media only screen and (max-width:320px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:2px;margin-left:20px;font-size:10px}}.switch{position:relative;display:inline-block;width:42px;height:20px}.switch input{display:none}.switch input:checked+.slider{background-color:#0090ff}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch .slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d7dadd}.switch .slider,.switch .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.switch .slider:before{content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dokan-upload-image{width:100%}.dokan-upload-image img{cursor:pointer}.address-multiselect{margin:0 12px}.checkbox-group{margin-top:20px;padding:0 10px}.checkbox-group .checkbox-left{display:inline-block}.checkbox-group .checkbox-left .switch{margin-right:10px;display:inline-block}.payment-info.edit-mode .checkbox-group{padding:0}.payment-info.edit-mode .dokan-form-select{margin-top:5px;margin-bottom:5px}.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee,.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee{width:40%}#dokan-vendor-capabilities{padding:20px 70px}#dokan-vendor-capabilities .grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;margin-bottom:30px}#dokan-vendor-capabilities .col-6{grid-column:auto/span 6}#dokan-vendor-capabilities #dokan-capability-image-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;background-color:rgba(0,0,0,.7);z-index:99900}#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content{background-color:transparent;z-index:100000;margin:8% auto;max-width:850px;text-align:center}#dokan-vendor-capabilities .capability-card{background:#fff;padding:50px;border-radius:9px;border:1px solid #e2e2e2;display:flex;flex-direction:column;align-items:center;text-align:center}#dokan-vendor-capabilities .capability-card .capability-image{position:relative;width:100%}#dokan-vendor-capabilities .capability-card .capability-image .image{opacity:1;width:100%;height:270px;max-height:370px;transition:.5s ease;backface-visibility:hidden}#dokan-vendor-capabilities .capability-card .capability-image .middle{transition:.5s ease;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center}#dokan-vendor-capabilities .capability-card .capability-image:hover .image{opacity:.3}#dokan-vendor-capabilities .capability-card .capability-image:hover .middle{opacity:1}#dokan-vendor-capabilities .capability-card .capability-image .zoom{background-color:#ffb24b;border-radius:9px;color:#fff;font-size:24px;padding:16px 24px;cursor:pointer}#dokan-vendor-capabilities .capability-card .title{font-size:18px}#dokan-vendor-capabilities .capability-card .content{min-height:40px}#dokan-vendor-capabilities .capability-card p{margin-bottom:0}#dokan-vendor-capabilities .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:16px}#dokan-vendor-capabilities .vendor-capabilities-banner .content{margin:30px}#dokan-vendor-capabilities .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-modules-wrap .module-content{position:relative;margin-top:15px}.dokan-modules-wrap .module-content .loading{position:absolute;width:100%;height:100%;top:0;left:0;background:hsla(0,0%,100%,.5)}.dokan-modules-wrap .module-content .loading .dokan-loader{top:30%;left:47%}.dokan-modules-wrap .module-content .dokan-modules .plugin-card{position:relative}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg{cursor:pointer}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer{position:absolute;bottom:18px;right:20px}@media only screen and (max-width:600px){.dokan-modules-wrap input#media-search-input{width:74%}.dokan-modules-wrap .module-content .tablenav.top{margin-top:-16px}.dokan-modules-wrap table td.active,.dokan-modules-wrap table td.name{display:table-cell!important}.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active),.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active){display:none}.dokan-modules-wrap table td.column,.dokan-modules-wrap table th.column{width:auto}.dokan-modules-wrap table th.column.name{width:50%!important}.dokan-modules-wrap table th.column.active{width:20%!important}.dokan-modules-wrap table td.column.order_id .row-actions{font-size:11px}}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:rgba(0,0,0,.7);z-index:9999;overflow-y:auto}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup::-webkit-scrollbar{display:none}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{margin:4% auto;max-width:400px;border-radius:4px;text-align:center;position:relative;padding:25px 40px;background-color:#fff;box-sizing:border-box}@media only screen and (max-width:576px){#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{max-width:325px;padding:25px 15px;margin:12% auto}}@media (min-width:577px) and (max-width:1024px){#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{margin:6% auto}}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close{position:absolute;top:20px;right:25px;cursor:pointer}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body{margin-top:5px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock{color:#ff5722;font-size:1rem;font-weight:400;font-family:SF Pro Text,sans-serif;margin:0 0 5px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .text-brand{padding:8px 16px;background:#e9f3ff;border-radius:37px;color:#1c81fa;font-size:1rem;font-weight:400;font-family:SF Pro Text,sans-serif;display:inline-block;margin:0 0 23px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body h1{padding:0;margin-bottom:13px;font-size:1.5rem;font-weight:700;font-family:SF Pro Text,sans-serif}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text{margin:0;font-size:.813rem;font-weight:400;font-family:SF Pro Text,sans-serif}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong{color:#ff5722}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button{background:#ff5722;border-radius:3px;padding:10px 18px;font-weight:400;font-size:.75rem;font-family:SF Pro Text,sans-serif;margin:30px 0;display:inline-block;text-decoration:none;color:#fff}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card{margin-bottom:25px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card svg{width:100%}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .already-updated{color:#758598;font-size:.875rem;font-weight:400;font-family:SF Pro Text,sans-serif;text-decoration:none}.dokan-reverse-withdrawal .dokan-reverse-withdrawal-fact-card{margin:0 -10px;display:flex;flex-wrap:wrap}#dokan_reverse_withdrawal_list_table input.multiselect__input{border:none}#dokan_reverse_withdrawal_list_table .label{display:inline-block;padding:0 6px;color:#fff;font-size:10px;font-weight:700;border-radius:10px}#dokan_reverse_withdrawal_list_table .expired{background-color:#5cb85c}#dokan_reverse_withdrawal_list_table .not_published{background-color:#fb7369}#dokan_reverse_withdrawal_list_table .search-by-product{display:inline;margin-left:5px}#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input{border-radius:3px;border:1px solid #aaa;padding-top:0!important;padding-bottom:0!important;padding-left:8px!important}#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input::placeholder{color:#999!important}#dokan_reverse_withdrawal_list_table div.actions{display:flex}#dokan_reverse_withdrawal_list_table .multiselect{display:inline-block!important;width:250px!important;font-size:12px!important}#dokan_reverse_withdrawal_list_table .multiselect .multiselect__tags{font-size:12px!important;min-height:30px!important;max-height:33px!important;padding-top:0!important}#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input{border:none;box-shadow:none}#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input:focus{border:none;box-shadow:none;outline:none}#dokan_reverse_withdrawal_list_table .widefat .store{width:15em}#dokan_reverse_withdrawal_list_table .widefat .product_title{width:20em}#dokan_reverse_withdrawal_list_table .negative-balance>div{display:inline}.swal2-actions button{margin-right:10px!important}.dokan-reverse-withdrawal-transactions .dokan-reverse-withdrawal-fact-card{margin:0 -10px;display:flex;flex-wrap:wrap}#dokan_reverse_withdrawal_transactions_list_table input.multiselect__input{border:none}#dokan_reverse_withdrawal_transactions_list_table div.actions{display:flex}#dokan_reverse_withdrawal_transactions_list_table .multiselect{display:inline-block!important;width:250px!important;font-size:12px!important}#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__tags{font-size:12px!important;min-height:30px!important;max-height:33px!important;padding-top:0!important}#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input{border:none;box-shadow:none}#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input:focus{border:none;box-shadow:none;outline:none}#dokan_reverse_withdrawal_transactions_list_table .widefat .store{width:15em}#dokan_reverse_withdrawal_transactions_list_table .widefat .product_title{width:20em}#dokan_reverse_withdrawal_transactions_list_table .negative-balance>div{display:inline}
2
  /*# sourceMappingURL=vue-admin.css.map */
assets/css/vue-admin.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["vue-admin.css"],"names":[],"mappings":"AAgBA,kCACE,aAAc,CACd,eAAgB,CAChB,eAAgB,CAChB,UACF,CACA,2FAEE,UAAW,CACX,SACF,CACA,6CACE,eACF,CACA,yCACE,aAAc,CACd,UAAW,CACX,gBAAiB,CACjB,iBACF,CACA,gCACE,uBAA8B,CAC9B,mBAAoB,CACpB,kBAAmB,CACnB,4BAA6B,CAC7B,iBACF,CACA,mCACE,aACF,CACA,kCACE,4BACF,CACA,2CACE,kBAAmB,CACnB,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,UACF,CACA,2CACE,YACF,CACA,6DACE,UAAW,CACX,qBAAsB,CACtB,iBACF,CACA,yDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,wBAAyB,CACzB,2BACF,CACA,+DACE,kBACF,CACA,yCACE,iBAAkB,CAClB,WAAY,CACZ,kBAAmB,CACnB,yBACF,CACA,uDACE,eACF,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,kIAEI,YACJ,CACA,sDACI,cACJ,CACA,CACA,yCACA,wDACI,YACJ,CACA,CAEA,oBACE,YAAa,CACb,eAAgB,CAChB,kBAAmB,CACnB,sBAAuB,CACvB,wBAAyB,CACzB,2BAA4B,CAC5B,wCAAyC,CACzC,2pKAAquN,CACruN,iBAAkB,CAClB,kBACF,CACA,+BACE,YACF,CACA,mCACE,WAAY,CACZ,YACF,CACA,6BACE,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,iBACF,CACA,sCACE,cACF,CACA,yCACE,UAAc,CACd,cAAe,CACf,eAAiB,CACjB,iBAAkB,CAClB,kCAAsC,CACtC,QACF,CACA,sDACE,YACF,CACA,wCACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAmB,CACnB,kCAAsC,CACtC,eACF,CACA,uCACE,YAAa,CACb,eAAgB,CAChB,eAAgB,CAChB,kBAAmB,CACnB,6CAAgD,CAChD,aACF,CACA,6CACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAmB,CACnB,kCAAsC,CACtC,iBAAkB,CAClB,mBACF,CACA,4CACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,kDACE,UAAW,CACX,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAU,CACV,UAAW,CAEX,iBAA6B,CAA7B,4BAA6B,CAC7B,uBACF,CACA,yCACE,UAAc,CACd,iBAAkB,CAClB,eAAmB,CACnB,cAAe,CACf,kCACF,CACA,+CACE,aACF,CACA,iCACE,aACF,CACA,mCACE,UAAc,CACd,kBAAmB,CACnB,cAAe,CACf,eAAmB,CACnB,iBAAkB,CAClB,2BAA6B,CAC7B,iBAAkB,CAClB,iBAAkB,CAClB,oBAAqB,CACrB,yBACF,CACA,yCACE,kBACF,CACA,kCACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,QAAS,CACT,sBAAuB,CACvB,oBACF,CACA,uCACE,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,aAAc,CACd,uBAAyB,CACzB,cAAe,CACf,wBAAyB,CACzB,kBAAmB,CACnB,UAAW,CACX,WACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,yCACA,oBACI,cAAe,CACf,yBAA0B,CAC1B,sBAAuB,CACvB,iBAAkB,CAClB,qBACJ,CACA,+BACI,YACJ,CACA,6BACI,cAAe,CACf,kBACJ,CACA,sCACI,eAAgB,CAChB,UAAW,CACX,kBACJ,CACA,wCACI,SACJ,CACA,yCACI,cACJ,CACA,sDACI,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,oBACJ,CACA,uDACI,YAAa,CACb,eAAgB,CAChB,oCAAyC,CACzC,aAAc,CACd,cAAe,CACf,eAAgB,CAChB,iBACJ,CACA,wCACI,cACJ,CACA,uCACI,cAAe,CACf,SAAU,CACV,eAAgB,CAChB,6CACJ,CACA,kDACI,YACJ,CACA,6CACI,cAAe,CACf,eACJ,CACA,yCACI,eAAgB,CAChB,aAAc,CACd,cACJ,CACA,mCACI,aAAc,CACd,iBACJ,CACA,CACA,yCACA,wCACI,SACJ,CACA,CACA,+CACA,sCACI,cACJ,CACA,uCACI,YACJ,CACA,CACA,gDACA,oBACI,2CACJ,CACA,mCACI,WAAY,CACZ,YACJ,CACA,6BACI,sBAAuB,CACvB,gBACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,kDACI,YACJ,CACA,CACA,iDACA,oBACI,2CACJ,CACA,6BACI,sBACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,kDACI,YACJ,CACA,CACA,0CACA,oBACI,wCACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,CACA,0CACA,oBACI,2CACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,CAEA,4CACE,gBACF,CACA,qDACE,UACF,CACA,0BACE,SACF,CACA,2BACE,SACF,CACA,iCACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,oCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,4DAEE,WACF,CACA,kCACE,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,uCACE,kBAAmB,CACnB,aACF,CACA,sCACE,kBAAmB,CACnB,aACF,CACA,wCACE,kBAAmB,CACnB,aACF,CACA,2CACE,iBACF,CACA,yCACA,8FAGI,4BACJ,CAIA,8KACI,YACJ,CACA,sEAEI,UACJ,CACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,gDACI,oBACJ,CACA,qDACI,cACJ,CACA,CACA,yCACA,gDACI,oBACJ,CACA,qDACI,aACJ,CACA,CACA,yCACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,CAEA,oBACE,gCAAoC,CACpC,0BACF,CACA,gDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,gBACF,CACA,yDACE,WACF,CACA,gEACE,cAAe,CACf,eAAiB,CACjB,SACF,CACA,kDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,wDACE,UAAW,CACX,kBACF,CACA,sBACE,uBACF,CACA,mCACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,eACF,CACA,yCACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,QAAS,CACT,0BAA2B,CAC3B,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,oCACE,wBAAyB,CACzB,aAAc,CACd,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,4BACF,CACA,0BACA,oCACI,aACJ,CACA,CACA,uDACE,WAAY,CACZ,oBACF,CACA,kDACE,gBACF,CACA,qDACE,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QAAS,CACT,mBACF,CACA,qCACE,iBAAkB,CAClB,sBAAuB,CACvB,wBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,mDACE,YAAa,CACb,cACF,CACA,gEACE,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,qBACF,CACA,mFACE,yBAA0B,CAC1B,cACF,CACA,gFACE,sBACF,CACA,mFACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QACF,CACA,0CACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UAAY,CACZ,wBAAyB,CACzB,wBAAyB,CACzB,iBAAkB,CAClB,oBAAqB,CACrB,iBAAkB,CAClB,oBAAqB,CACrB,eAAgB,CAChB,uBACF,CACA,gDACE,iDACF,CACA,8CACE,UAAW,CACX,SAAU,CACV,eACF,CACA,wCACE,wBAAyB,CACzB,YACF,CACA,0BACA,wCACI,kBAAmB,CACnB,mBACJ,CACA,CACA,uDACE,kBACF,CACA,yDACE,YAAa,CACb,6BACF,CACA,sEACE,YAAa,CACb,qBAAsB,CACtB,wBAAyB,CACzB,iBAAkB,CAClB,sCAA+C,CAC/C,YAAa,CACb,qBACF,CACA,oFACE,kBAAmB,CACnB,iBACF,CACA,0FACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,MAAO,CACP,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,wFACE,WACF,CACA,oFACE,QACF,CACA,uFACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,iBAAkB,CAClB,YAAa,CACb,kBACF,CACA,kGACE,eACF,CACA,2FACE,UAAW,CACX,iBACF,CACA,mGACE,aACF,CACA,qCACE,wBAAyB,CACzB,mBACF,CACA,oDACE,mBACF,CACA,sDACE,cACF,CACA,0BACA,sDACI,gBAAiB,CACjB,iBACJ,CACA,CACA,gDACE,YACF,CACA,mFACE,4BAA6B,CAC7B,wBAAyB,CACzB,yBACF,CACA,oFACE,uBACF,CACA,kFACE,uBACF,CACA,+EACE,iBACF,CACA,sFACE,iBAAkB,CAClB,SAAU,CACV,MAAO,CACP,UAAW,CACX,sBAAuB,CACvB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,qBAAyB,CACzB,yBAA0B,CAC1B,WAAY,CACZ,qBACF,CACA,oFACE,yBACF,CACA,yFACE,yBAA0B,CAC1B,+BACF,CACA,sEACE,+BACF,CACA,kFACE,yBAA0B,CAC1B,4BAA6B,CAC7B,wBACF,CACA,mFACE,uBACF,CACA,iFACE,uBACF,CACA,2DACE,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,aAAc,CACd,cACF,CACA,uEACE,SAAU,CACV,eAAgB,CAChB,eAAgB,CAChB,6BAA8B,CAC9B,8BACF,CACA,wEACE,6BACF,CACA,sEACE,6BAA8B,CAC9B,8BACF,CACA,mEACE,SAAU,CACV,+CACF,CACA,wEACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,oBACF,CACA,sEACE,cAAe,CACf,aACF,CACA,0EACE,aAAc,CACd,aAAc,CACd,UACF,CACA,oEACE,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,iBAAkB,CAClB,UAAW,CACX,oBAAqB,CACrB,kBAAmB,CACnB,oBAAqB,CACrB,uBACF,CACA,0EACE,+CACF,CACA,4EACE,wBACF,CACA,iFACE,wBACF,CACA,6EACE,wBACF,CACA,+EACE,wBACF,CACA,gDACE,oBAAqB,CACrB,eAAiB,CACjB,UAAW,CACX,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CACnB,gBAAiB,CACjB,cAAe,CACf,qBAAsB,CACtB,kBACF,CACA,wDACE,wBACF,CACA,6DACE,wBACF,CACA,yDACE,wBACF,CACA,2DACE,wBACF,CACA,4CACE,kBACF,CACA,iDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,aACF,CACA,6DACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aACF,CACA,iEACE,cACF,CACA,qCACE,YAAa,CACb,eAAgB,CAChB,6BAA8B,CAC9B,sBAAuB,CACvB,kBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,wDACE,YAAa,CACb,YAAa,CACb,oBAAqB,CACrB,kBAAmB,CACnB,iBACF,CACA,8DACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,OAAQ,CACR,0BAA2B,CAC3B,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,2EACE,cAAe,CACf,WACF,CACA,0EACE,iBACF,CACA,6EACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,QACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,oBACF,CACA,gFACE,UAAW,CACX,gBACF,CACA,sDACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,eACF,CACA,+DACE,cACF,CACA,yCACE,wBAAyB,CACzB,mBAAoB,CACpB,iBACF,CACA,wDACE,kBACF,CACA,8DACE,SAAU,CACV,iBAAkB,CAClB,aACF,CACA,0CACA,8DACI,SACJ,CACA,CACA,4FACE,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,iBAAkB,CAClB,qBAAsB,CACtB,uCAAgD,CAChD,mBAAoB,CACpB,SAAU,CACV,iBACF,CACA,gGACE,iBAAkB,CAClB,cACF,CACA,+FACE,qBAAsB,CACtB,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,sCAA+C,CAC/C,sBAAuB,CACvB,2BAA4B,CAC5B,6BACF,CACA,kGACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,YAAa,CACb,iBACF,CACA,oGACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,oBACF,CACA,iGACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,0EACE,iBAAkB,CAClB,kBACF,CACA,6EACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAAY,CACZ,YAAa,CACb,SAAU,CACV,cACF,CACA,wGACE,wBACF,CACA,oFACE,iBAAkB,CAClB,WAAY,CACZ,aAAc,CACd,aAAc,CACd,UAAW,CACX,WAAY,CACZ,WAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,QAAS,CACT,YAAa,CACb,sBACF,CACA,2FACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,kBACF,CACA,2CACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,iCACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,qCACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,oCACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,mCACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,sCACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,4CACE,iDACF,CACA,0CACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,aACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,iBACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,gBACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,eACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,kBACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,wBACE,iDACF,CACA,sBACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,kCACE,eACF,CACA,iDACE,qBAAsB,CACtB,kBAAmB,CACnB,UACF,CACA,iEACE,UACF,CACA,4DACE,UACF,CACA,mDACE,oBACF,CACA,6GAEE,eACF,CACA,0BACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,wEAEE,2BACF,CACA,6DAEE,SACF,CACA,0EAEE,uBAAyB,CACzB,iCACF,CACA,+DAEE,gBAAiB,CACjB,eACF,CACA,+DAEE,eAAgB,CAChB,YACF,CACA,oBACE,cACF,CACA,sDACE,QAAS,CACT,iBACF,CACA,iEACE,4BAAiC,CACjC,oBAAqB,CACrB,mBACF,CACA,+DACE,4BAAiC,CACjC,oBACF,CACA,+EACE,YACF,CACA,8EACE,YACF,CACA,kEACE,UAAc,CACd,cAAe,CACf,iBAAkB,CAClB,gBAAiB,CACjB,eAAgB,CAChB,kCAAsC,CACtC,eACF,CACA,mFACE,WAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,cAAe,CACf,uBAAyB,CACzB,aAAc,CACd,eAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,wBACF,CACA,kGACE,SAAU,CACV,WAAY,CACZ,eAAgB,CAChB,kBAAmB,CACnB,WAAY,CACZ,aAAc,CACd,oBAAqB,CACrB,iBAAkB,CAClB,uBAAyB,CACzB,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,kCACF,CACA,2FACE,kBAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,KAAM,CACN,SAAU,CACV,WAAY,CACZ,2BACF,CACA,yFACE,yBACF,CACA,wFACE,wBACF,CACA,gGACE,UACF,CACA,6EACE,WAAY,CACZ,kBAAmB,CACnB,iBACF,CACA,+EACE,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,kCACF,CACA,wFACE,cAAe,CACf,eAAgB,CAChB,uBACF,CACA,8FACE,yBACF,CACA,2FACE,iBAAkB,CAClB,QAAS,CACT,MAAO,CACP,UAAW,CACX,SAAU,CACV,eAAgB,CAChB,qBAAyB,CACzB,2BAA4B,CAC5B,qBAAsB,CACtB,SAAU,CACV,iBAAkB,CAClB,uBAAyB,CACzB,qCACF,CACA,kGACE,UAAW,CACX,iBAAkB,CAElB,6BAA0B,CAA1B,wBAA0B,CAC1B,iBAAkB,CAClB,SAAU,CACV,UAAW,CACX,SACF,CACA,6GACE,gBAAiB,CACjB,eAAgB,CAChB,eAAmB,CACnB,eACF,CACA,gHACE,mBACF,CACA,mHACE,kBAAmB,CACnB,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,kCAAsC,CACtC,yBAA2B,CAC3B,cACF,CACA,yHACE,aACF,CACA,8HACE,eACF,CACA,2HACE,aAAc,CACd,eAAiB,CACjB,kCACF,CACA,wHACE,aAAc,CACd,cAAe,CACf,aAAc,CACd,eAAgB,CAChB,kCACF,CACA,gIACE,SACF,CACA,sIACE,kBACF,CACA,sIACE,kBACF,CACA,4IACE,kBACF,CACA,iGACE,QAAS,CACT,SAAU,CACV,kBACF,CACA,wFACE,eAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,YAAa,CACb,qBACF,CACA,4FACE,eACF,CACA,0GACE,kBACF,CACA,qHACE,eACF,CACA,yHACE,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,iBAAkB,CAClB,oBAAqB,CACrB,kCACF,CACA,uHACE,kBACF,CACA,sHACE,kBACF,CACA,qHACE,kBACF,CACA,mHACE,aACF,CACA,8HACE,eACF,CACA,sHACE,UAAc,CACd,QAAS,CACT,cAAe,CACf,eAAiB,CACjB,kCACF,CACA,uHACE,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,UAAY,CACZ,kCACF,CACA,uHACE,UAAW,CACX,WAAY,CACZ,eACF,CACA,sHACE,uBAAwB,CACxB,UAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gBACF,CACA,0GACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,eACF,CACA,4GACE,cAAe,CACf,eAAmB,CACnB,oBAAqB,CACrB,gBAAiB,CACjB,oBAAqB,CACrB,UAAc,CACd,eAAmB,CACnB,iBAAkB,CAClB,wBAAyB,CACzB,kCACF,CACA,kHACE,eACF,CACA,6FACE,eAAgB,CAChB,cAAe,CACf,UAAc,CACd,iBAAkB,CAClB,kCACF,CACA,4FACE,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,kCACF,CACA,gGACE,cAAe,CACf,UAAW,CACX,kBAAmB,CACnB,kBAAmB,CACnB,eAAgB,CAChB,gBAAiB,CACjB,eAAgB,CAChB,kCACF,CACA,0CACA,0EACI,YAAa,CACb,WAAY,CACZ,aAAc,CACd,6BACJ,CACA,wFACI,WACJ,CACA,iFACI,iBACJ,CACA,8EACI,eACJ,CACA,CACA,2DACA,0EACI,YAAa,CACb,WAAY,CACZ,aAAc,CACd,6BACJ,CACA,wFACI,WACJ,CACA,iFACI,iBACJ,CACA,8EACI,eACJ,CACA,CACA,yCACA,iEACI,kBAAmB,CACnB,oBAAqB,CACrB,mBACJ,CACA,+DACI,kBAAmB,CACnB,oBACJ,CACA,+EACI,YACJ,CACA,8EACI,YACJ,CACA,wFACI,cAAe,CACf,QAAS,CACT,eAAgB,CAChB,eACJ,CACA,0GACI,qBACJ,CACA,iFACI,iBACJ,CACA,iGACI,mBAAoB,CACpB,iBACJ,CACA,8EACI,eACJ,CACA,8FACI,eAAgB,CAChB,mBAAyB,CACzB,cAAe,CACf,qBACJ,CACA,iFACI,YACJ,CACA,gFACI,eACJ,CACA,CACA,iDACE,UAAW,CACX,WAAY,CACZ,UAAc,CACd,kBAAmB,CACnB,QAAS,CACT,cAAe,CACf,UAAW,CACX,WAAY,CACZ,SAAU,CACV,qCAA4C,CAC5C,cAAe,CACf,SAAU,CACV,iBAAkB,CAClB,uBACF,CACA,2CACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,qBACE,iBAAkB,CAClB,YAAa,CACb,wBACF,CACA,8BACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,6BACF,CACA,4CACE,OAAQ,CACR,QACF,CACA,gCACE,eAAgB,CAChB,gBACF,CACA,wDACE,aACF,CACA,+CACE,aACF,CACA,gDACE,aACF,CACA,qDACE,aACF,CACA,2DACE,aACF,CACA,qDACE,aACF,CACA,yCACE,MAAO,CACP,kBAAmB,CACnB,SAAU,CACV,kBAAmB,CACnB,8BACF,CACA,2CACE,UAAW,CACX,aAAc,CACd,QAAS,CAET,YAAkB,CAClB,kBAAmB,CACnB,eAAgB,CAChB,WAAgC,CAAhC,+BAAgC,CAChC,wBAAyB,CACzB,eACF,CACA,mGAEE,eAAgB,CAChB,SACF,CACA,0DACE,yBAA2B,CAC3B,8BAA+B,CAC/B,SAAU,CACV,aAAc,CACd,eAAgB,CAChB,wBACF,CACA,qCACE,MAAO,CACP,eAAgB,CAChB,kBAAmB,CACnB,eACF,CACA,yDACE,aAAc,CACd,SAAU,CACV,eAAgB,CAChB,6CAAkD,CAClD,qCAA0C,CAC1C,eAAgB,CAChB,iBAAkB,CAClB,aAAc,CACd,wBAAyB,CACzB,WACF,CACA,6DACE,cAAe,CACf,SACF,CACA,mFACE,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,wBAAyB,CACzB,UAAW,CACX,WAAY,CACZ,SAAU,CACV,eACF,CACA,wEACE,SAAU,CACV,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,SAAU,CACV,UAAW,CACX,WAAY,CACZ,gCAAqC,CACrC,2BACF,CACA,+EACE,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,iBACF,CACA,8EACE,SACF,CAIA,6KACE,YACF,CACA,kDACE,aAAc,CACd,iBACF,CACA,oEACE,iBAAkB,CAElB,iBAEF,CACA,sDACE,cACF,CACA,iCACE,iBACF,CACA,iEACE,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAc,CACd,WAAY,CACZ,cACF,CACA,8DACE,qBAAsB,CACtB,eAAkB,CAClB,WAAY,CACZ,aAAc,CACd,UAAW,CACX,aAAc,CACd,YAAa,CACb,cAAe,CACf,eAAgB,CAChB,eACF,CACA,wDACE,wBACF,CACA,gDACE,4BAAgC,CAChC,gBACF,CACA,sDACE,aAAc,CACd,eAAgB,CAChB,aAAc,CACd,eAAgB,CAChB,eACF,CACA,yGACE,YACF,CACA,6CACE,eAAgB,CAChB,WAAY,CACZ,UAAY,CACZ,iBACF,CAEA,iCACE,UAAW,CACX,cAAe,CACf,iBACF,CACA,kCACE,oBAAqB,CACrB,iBACF,CACA,sDACE,aAAgB,CAChB,cACF,CACA,8BACE,wBAA0B,CAC1B,yBAA4B,CAC5B,qBAAuB,CACvB,0BACF,CACA,4BAEE,oBACF,CACA,wCAEE,UACF,CACA,+BACE,gBAAiB,CACjB,gBACF,CACA,aACE,SAAU,CACV,gBAAiB,CACjB,iBACF,CACA,8BACE,0BACF,CACA,gCACE,gBACF,CACA,yBACE,wBACF,CACA,sDACE,aAAc,CACd,eACF,CACA,oCACE,QAAW,CACX,SACF,CACA,oDACE,eACF,CACA,iEACE,2BACF,CACA,mFACE,gBACF,CACA,OACE,WAAY,CACZ,oBACF,CACA,cACE,UACF,CACA,mCACE,cACF,CAEA,8DACE,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,cACF,CACA,mEACE,aAAc,CACd,aAAc,CACd,gBAAiB,CACjB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,0BAA2B,CAC3B,yBACF,CACA,oDACE,UAAW,CACX,mBAAoB,CACpB,cAAe,CACf,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,kBAAmB,CACnB,uBACF,CAEA,uBACE,aAAgB,CAChB,YAAa,CACb,eAAgB,CAChB,YAAa,CACb,sBACF,CACA,yBACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,+BACE,kBACF,CACA,2BACE,MACF,CACA,gCACE,MAAO,CACP,iBACF,CACA,kCACE,aAAgB,CAChB,cACF,CACA,kCACE,gBACF,CACA,+CACE,eAAgB,CAChB,aAAc,CACd,oBAAqB,CACrB,uCAA4C,CAC5C,oCAAyC,CACzC,+BACF,CACA,qDACE,kBACF,CAEA,wBACE,gBAAiB,CACjB,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oBACE,SACF,CACA,yBACE,SACF,CACA,+BACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,kCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,yCACA,+DAEI,4BACJ,CAIA,gJACI,YACJ,CACA,gEAEI,UACJ,CACA,2DACI,kBACJ,CACA,qCACI,mBACJ,CACA,CACA,yCACA,qCACI,cACJ,CACA,CAEA,iBACE,yBACF,CACA,2CACE,gBAAiB,CACjB,cAAe,CACf,eACF,CACA,sBACE,cAAe,CACf,eACF,CACA,yCACE,eAAgB,CAChB,YAAa,CACb,6BACF,CACA,oDACE,WAAY,CACZ,oBAAqB,CACrB,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,sBAAuB,CACvB,kBACF,CACA,0DACE,iBAAkB,CAClB,OACF,CACA,sDACE,UAAW,CACX,oBAAqB,CACrB,YACF,CACA,yHAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,2DACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,gEACE,gBACF,CACA,0EAGE,MAAO,CAEP,2BASF,CACA,oIAdE,iBAAkB,CAClB,KAAM,CAEN,aAAc,CAGd,iCAAkC,CAElC,oCAAqC,CAErC,OAAQ,CACR,QAAS,CACT,WAoBF,CAlBA,0DACE,SAAU,CAIV,WAAY,CAYZ,8BACF,CACA,2DACE,wBACF,CACA,6DACE,UACF,CACA,iEACE,yBACF,CACA,+DACE,aACF,CACA,sEACE,wBACF,CACA,4EACE,yBACF,CACA,wEACE,UACF,CACA,iCACE,wBAAyB,CACzB,iBAAkB,CAClB,gBACF,CACA,0CACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,iDACE,kBAAmB,CACnB,QAAS,CACT,YACF,CACA,+CACE,gBAAiB,CACjB,mBACF,CACA,iEACE,aAAc,CACd,eACF,CACA,+IAEE,aAAc,CACd,WACF,CACA,yEACE,UAAW,CACX,SAAU,CACV,cACF,CACA,gGACE,YAAa,CACb,6BACF,CACA,gNAEE,QAAS,CACT,SAAU,CACV,iBAAkB,CAClB,WAAY,CACZ,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,8GACE,WACF,CACA,+GACE,SACF,CACA,6FACE,cACF,CACA,2GACE,gBACF,CACA,gHACE,gBACF,CACA,sGACE,cACF,CACA,sFACE,cACF,CACA,yGACE,kBACF,CACA,4FACE,eACF,CACA,8FACE,eACF,CACA,qGACE,OACF,CACA,mGACE,eAAgB,CAChB,WAAY,CACZ,YACF,CACA,4EACE,iBACF,CACA,iEACE,UAAW,CAEX,gBAAiB,CAEjB,qBAAsB,CAEtB,iBAAkB,CAElB,qBAAsB,CAEtB,cAAe,CAEf,kBAAmB,CAEnB,eAAgB,CAEhB,WACF,CACA,8EACE,aACF,CACA,wFACE,SACF,CACA,6DACE,YAAa,CACb,mBACF,CACA,sEACE,kBAAmB,CACnB,iBAAkB,CAClB,gBAAiB,CACjB,yBAA0B,CAC1B,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,gBACF,CACA,qFACE,eAAgB,CAChB,aACF,CACA,yFACE,wBAAyB,CAEzB,cAAe,CACf,UAAW,CACX,WACF,CACA,6EAEE,YAAa,CACb,iBAAkB,CAClB,YAAa,CACb,cACF,CACA,+FACE,UAAW,CACX,YAAa,CACb,SACF,CACA,kGACE,kBAAmB,CACnB,UAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,wFACE,aACF,CACA,6EACE,UAAc,CACd,eACF,CACA,8BACE,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,iBAAkB,CAClB,cACF,CACA,yEAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,qDACE,sBACF,CACA,iEACE,gBAAiB,CACjB,gBACF,CACA,mEACE,YAAa,CACb,QAAS,CACT,eAAgB,CAChB,eACF,CACA,gGAEE,2BACF,CACA,qFAEE,SACF,CACA,yCACA,qDACI,YACJ,CACA,iEACI,gBACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,YAAa,CACb,gBACJ,CACA,yDACI,aAAc,CACd,aACJ,CACA,kHAGI,cACJ,CACA,+CACI,uBACJ,CACA,wDACI,2BAA6B,CAC7B,oBACJ,CACA,+DACI,eACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,kHAGI,cACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,CAEA,QACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WACF,CACA,cACE,YACF,CACA,8BACE,wBACF,CACA,qCACE,kCAAmC,CACnC,8BAA+B,CAC/B,0BACF,CACA,4BACE,0BACF,CACA,gBAEE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,wBAGF,CACA,uCAVE,iBAAkB,CAOlB,sBAAwB,CACxB,cAYF,CAVA,uBAEE,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAGF,CACA,sBACE,kBACF,CACA,6BACE,iBACF,CAEA,oBACE,UACF,CACA,wBACE,cACF,CAEA,qBACI,aACJ,CAEA,gBACE,eAAgB,CAChB,cACF,CACA,+BACE,oBACF,CACA,uCACE,iBAAkB,CAClB,oBACF,CACA,wCACE,SACF,CACA,2CACE,cAAe,CACf,iBACF,CACA,8JAEE,SACF,CAEA,2BACE,iBACF,CACA,iCACE,YAAa,CACb,oCAAsC,CACtC,aAAc,CACd,kBACF,CACA,kCACE,uBACF,CACA,yDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAyB,CACzB,+BAAoC,CACpC,aACF,CACA,wEACE,4BAA6B,CAC7B,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,4CACE,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBACF,CACA,8DACE,iBAAkB,CAClB,UACF,CACA,qEACE,SAAU,CACV,UAAW,CACX,YAAa,CACb,gBAAiB,CACjB,mBAAqB,CACrB,0BACF,CACA,sEACE,mBAAqB,CACrB,SAAU,CACV,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,8BAAgC,CAChC,kCAAoC,CACpC,iBACF,CACA,2EACE,UACF,CACA,4EACE,SACF,CACA,oEACE,wBAAyB,CACzB,iBAAkB,CAClB,UAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,cACF,CACA,mDACE,cACF,CACA,qDACE,eACF,CACA,8CACE,eACF,CACA,uDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,kBACF,CACA,gEACE,WACF,CACA,uEACE,cAAe,CACf,eAAiB,CACjB,SACF,CAEA,oCACE,iBAAkB,CAClB,eACF,CACA,6CACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,KAAQ,CACR,MAAS,CACT,6BACF,CACA,2DACE,OAAQ,CACR,QACF,CACA,gEACE,iBACF,CACA,2FACE,cACF,CACA,6EACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,yCACA,6CACI,SACJ,CACA,kDACI,gBACJ,CACA,sEAEI,4BACJ,CAIA,gJACI,YACJ,CACA,wEAEI,UACJ,CACA,yCACI,mBACJ,CACA,2CACI,mBACJ,CACA,0DACI,cACJ,CACA,CAEA,mDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,+BAAoC,CACpC,YAAa,CACb,eACF,CACA,sEACE,YACF,CACA,kEACE,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,iBAAkB,CAClB,iBAAkB,CAClB,iBAAkB,CAClB,qBAAsB,CACtB,qBACF,CACA,yCACA,kEACI,eAAgB,CAChB,iBAAkB,CAClB,eACJ,CACA,CACA,gDACA,kEACI,cACJ,CACA,CACA,6EACE,iBAAkB,CAClB,QAAS,CACT,UAAW,CACX,cACF,CACA,wEACE,cACF,CACA,gFACE,aAAc,CACd,cAAe,CACf,eAAmB,CACnB,kCAAsC,CACtC,cACF,CACA,oFACE,gBAAiB,CACjB,kBAAmB,CACnB,kBAAmB,CACnB,aAAc,CACd,cAAe,CACf,eAAmB,CACnB,kCAAsC,CACtC,oBAAqB,CACrB,eACF,CACA,2EACE,SAAU,CACV,kBAAmB,CACnB,gBAAiB,CACjB,eAAiB,CACjB,kCACF,CACA,sFACE,QAAS,CACT,iBAAmB,CACnB,eAAmB,CACnB,kCACF,CACA,6FACE,aACF,CACA,wFACE,kBAAmB,CACnB,iBAAkB,CAClB,iBAAkB,CAClB,eAAgB,CAChB,gBAAkB,CAClB,kCAAsC,CACtC,aAAc,CACd,oBAAqB,CACrB,oBAAqB,CACrB,UACF,CACA,oFACE,kBACF,CACA,wFACE,UACF,CACA,yFACE,aAAc,CACd,iBAAmB,CACnB,eAAmB,CACnB,kCAAsC,CACtC,oBACF","file":"vue-admin.css","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.dokan-dashboard .widgets-wrapper {\n display: block;\n overflow: hidden;\n margin-top: 15px;\n width: 100%;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n.dokan-dashboard .widgets-wrapper .right-side {\n float: left;\n width: 48%;\n}\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 3%;\n}\n.dokan-dashboard .dokan-postbox .loading {\n display: block;\n width: 100%;\n margin: 15px auto;\n text-align: center;\n}\n.dokan-dashboard .subscribe-box {\n margin: 20px -12px -11px -12px;\n padding: 0 15px 15px;\n background: #fafafa;\n border-top: 1px solid #efefef;\n position: relative;\n}\n.dokan-dashboard .subscribe-box h3 {\n margin: 10px 0;\n}\n.dokan-dashboard .subscribe-box p {\n margin-bottom: 10px !important;\n}\n.dokan-dashboard .subscribe-box .thank-you {\n background: #4fa72b;\n margin-top: 10px;\n padding: 15px;\n border-radius: 3px;\n color: #fff;\n}\n.dokan-dashboard .subscribe-box .form-wrap {\n display: flex;\n}\n.dokan-dashboard .subscribe-box .form-wrap input[type=\"email\"] {\n width: 100%;\n padding: 3px 0 3px 6px;\n margin: 0px -1px 0 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button:hover {\n background: #ff6a3c;\n}\n.dokan-dashboard .subscribe-box .loading {\n position: absolute;\n height: 100%;\n margin: 0 0 0 -15px;\n background: rgba(0, 0, 0, 0.2);\n}\n.dokan-dashboard .subscribe-box .loading .dokan-loader {\n margin-top: 30px;\n}\n@media only screen and (max-width: 770px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n.dokan-dashboard .postbox.dokan-status ul li a .details span.up,\n .dokan-dashboard .postbox.dokan-status ul li a .details span.down {\n display: none;\n}\n.dokan-dashboard .postbox.dokan-status ul li a strong {\n font-size: 16px;\n}\n}\n@media only screen and (max-width: 360px) {\n.dokan-dashboard .postbox.dokan-status ul li a .details {\n display: none;\n}\n}\n\n.dokan-promo-banner {\n display: flex;\n column-gap: 2rem;\n align-items: center;\n justify-content: center;\n background-color: #262626;\n background-repeat: no-repeat;\n background-position: bottom 0 right -30px;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 1118 134' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.314 46.792c-17.462 5.8373-25.659 37.492 0 49.954 125.57 60.988 154.29-4.0336 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.3322-23.859-5.6127-51.525-10.103-27.666-4.4902-28.935 23.293-38.072 34.238s-11.676 4.7708-33.504 12.067z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='m232.24 94.631-3.154 3.8071-0.012 0.0133c-0.188 0.2111-0.28 0.4935-0.252 0.7747l0.501 5.0681c0.106 1.072-0.37 2.131-1.242 2.764-0.871 0.634-2.026 0.759-3.013 0.327l-4.665-2.042c-0.259-0.114-0.555-0.114-0.814 0l-4.665 2.042c-0.984 0.43-2.139 0.309-3.013-0.327-0.872-0.633-1.348-1.692-1.242-2.764l0.501-5.0681c0.028-0.2812-0.064-0.5636-0.252-0.7747l-0.023-0.0269-3.143-3.7935c-0.706-0.8042-0.939-1.9333-0.608-2.9517 0.332-1.0228 1.19-1.8016 2.24-2.0337l4.75-1.0913c0.276-0.0604 0.516-0.2349 0.659-0.4787l2.574-4.3943c0.544-0.9295 1.552-1.507 2.629-1.507s2.085 0.5775 2.629 1.507l2.574 4.3942c0.143 0.2439 0.383 0.4184 0.659 0.4788l0.01 0.0023 4.74 1.089c1.05 0.2321 1.908 1.0109 2.24 2.0336 0.331 1.0185 0.098 2.1476-0.608 2.9518zm-5.439 4.7948c-0.083-0.8371 0.187-1.6778 0.742-2.3096l3.154-3.8072 0.012-0.0133c0.239-0.2683 0.318-0.6472 0.207-0.9888-0.111-0.3414-0.398-0.6014-0.748-0.6782l-0.01-0.0022-4.74-1.0889c-0.826-0.1826-1.544-0.7054-1.972-1.4353l-2.573-4.3942c-0.182-0.3099-0.518-0.5024-0.877-0.5024s-0.695 0.1925-0.876 0.5024l-2.574 4.3942c-0.428 0.7298-1.146 1.2527-1.972 1.4352l-4.749 1.0912c-0.351 0.0768-0.638 0.3368-0.749 0.6783s-0.032 0.7204 0.207 0.9887l0.023 0.0269 3.143 3.7936c0.555 0.6318 0.825 1.4724 0.743 2.3095l-0.501 5.0675c-0.035 0.358 0.123 0.711 0.414 0.922 0.29 0.211 0.675 0.253 1.004 0.109l4.665-2.042c0.777-0.34 1.667-0.34 2.444 0l4.665 2.042c0.329 0.144 0.714 0.102 1.004-0.109 0.291-0.211 0.449-0.564 0.414-0.922l-0.5-5.0674zm-8.96-7.087c0.397 0.3967 0.397 1.0398 0 1.4365-0.396 0.3966-1.039 0.3966-1.436 0-0.397-0.3967-0.397-1.0398 0-1.4365 0.397-0.3966 1.04-0.3966 1.436 0zm4.31 5.746c-0.397 0.3967-0.397 1.0398 0 1.4365 0.396 0.3966 1.039 0.3966 1.436 0 0.397-0.3967 0.397-1.0398 0-1.4365s-1.04-0.3967-1.436 0zm0.171-5.9197-6.094 6.0934 1.436 1.4363 6.094-6.0934-1.436-1.4363z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='m852.47 7.8208c0.18-0.08357 0.384-0.09774 0.574-0.03968 0.188 0.06461 0.326 0.22631 0.361 0.42212l1.954 6.3567c0.443 1.4302-0.062 2.9843-1.261 3.8813l-10.952 8.1002 0.073 0.6298c0.099 0.5363 0.439 0.9971 0.923 1.249 0.489 0.2551 1.074 0.2472 1.556-0.0211l10.784-6.3575c0.307-0.1805 0.701-0.0786 0.882 0.2276 0.18 0.3062 0.078 0.7008-0.228 0.8813l-10.784 6.3575c-0.856 0.4708-1.889 0.4937-2.766 0.0613-0.888-0.4425-1.51-1.2851-1.671-2.2647l-0.099-0.801-9.78-8.5422c-0.533-0.4538-1.292-0.5279-1.902-0.1858l-1.858 1.0949c-0.306 0.1806-0.701 0.0787-0.881-0.2275-0.181-0.3063-0.079-0.7008 0.227-0.8814l1.858-1.0949c1.085-0.6242 2.445-0.4988 3.397 0.3133l1.398 1.2305 18.195-10.39zm0.836 9.5933c0.787-0.5519 1.121-1.5522 0.825-2.4663l-1.701-5.6096-17.141 9.7688 7.187 6.2978 10.83-7.9907zm-7.844 14.449c-1.378 0.8124-1.837 2.588-1.024 3.9659 0.812 1.378 2.587 1.8365 3.965 1.0241 1.378-0.8123 1.837-2.5879 1.025-3.9658-0.813-1.378-2.588-1.8365-3.966-1.0242zm2.288 3.8812c-0.766 0.4513-1.752 0.1966-2.204-0.569-0.451-0.7655-0.196-1.7519 0.569-2.2032 0.766-0.4513 1.752-0.1966 2.204 0.569 0.451 0.7655 0.196 1.7519-0.569 2.2032zm8.246-10.092c-1.378 0.8123-1.836 2.5879-1.024 3.9658 0.813 1.378 2.588 1.8365 3.966 1.0242s1.836-2.588 1.024-3.9659-2.588-1.8365-3.966-1.0241zm2.288 3.8811c-0.765 0.4513-1.752 0.1966-2.203-0.5689-0.451-0.7656-0.196-1.752 0.569-2.2033 0.766-0.4513 1.752-0.1965 2.203 0.569 0.452 0.7655 0.197 1.7519-0.569 2.2032z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='m858.68 78.402c-46.133-0.572-65.012 36.944-68.685 55.772h328v-74.721c-29.38-41.829-81.54-18.948-120.48 3.9327-38.934 22.881-81.173 15.731-138.84 15.016z' fill='url(%23a)' fill-opacity='.14'/%3E%3Cg filter='url(%23b)'%3E%3Cpath d='m992.27 106.41-7.65 11.309c-0.616 0.906-1.588 1.518-2.669 1.681-1.082 0.163-2.192-0.135-3.046-0.817l-8.831-7.053c-0.854-0.682-1.39-1.699-1.47-2.789s0.302-2.174 1.048-2.974l9.34-9.9638c0.598-0.6419 1.606-0.7158 2.294-0.167l1.667 1.3314 0.06-0.075c1.608-2.0144 4.556-2.3445 6.57-0.7357 2.015 1.6088 2.345 4.5561 0.736 6.5711l-0.06 0.075 1.667 1.331c0.688 0.549 0.838 1.548 0.344 2.276zm-3.571-9.146c-1.404-1.1213-3.458-0.8913-4.579 0.5127l-0.06 0.075 5.092 4.0673 0.06-0.075c1.121-1.404 0.891-3.4588-0.513-4.58zm-8.91 20.212c0.555 0.443 1.248 0.629 1.95 0.523s1.309-0.488 1.709-1.075l7.649-11.31c0.082-0.12 0.058-0.283-0.055-0.373l-1.667-1.331-1.089 1.363c-0.244 0.306-0.69 0.356-0.995 0.112-0.306-0.244-0.356-0.69-0.112-0.996l1.089-1.363-5.092-4.0673-1.089 1.3633c-0.244 0.306-0.69 0.356-0.996 0.112-0.305-0.245-0.355-0.6903-0.111-0.996l1.089-1.3634-1.667-1.3314c-0.113-0.0896-0.277-0.0776-0.375 0.0275l-9.34 9.9643c-0.484 0.518-0.722 1.194-0.67 1.903 0.052 0.708 0.386 1.342 0.941 1.785l8.831 7.053zm4.009-10.566c0.389-0.044 0.739 0.236 0.783 0.625 0.043 0.389-0.236 0.739-0.625 0.783l-5.15 0.576c-0.194 0.022-0.379-0.037-0.52-0.15-0.142-0.113-0.241-0.28-0.262-0.475l-0.271-2.413c-0.043-0.389 0.237-0.739 0.626-0.783 0.388-0.043 0.739 0.236 0.782 0.625l0.192 1.71 4.445-0.498z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='205' y='80.174' width='30' height='29.465' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='c' x='825.3' y='5.7458' width='37.058' height='33.509' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='b' x='966.6' y='93.138' width='27.967' height='28.307' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='954.18' x2='954.16' y1='-167.87' y2='128.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E\");\n position: relative;\n padding-right: 40px;\n}\n.dokan-promo-banner .thumbnail {\n display: flex;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 227px;\n height: 147px;\n}\n.dokan-promo-banner .content {\n display: flex;\n align-items: center;\n justify-content: space-between;\n column-gap: 1.5rem;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 170px;\n}\n.dokan-promo-banner .content .details h3 {\n color: #ffffff;\n font-size: 18px;\n font-weight: bold;\n font-style: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0;\n}\n.dokan-promo-banner .content .details h3 .dokan-offer {\n display: none;\n}\n.dokan-promo-banner .content .details p {\n color: #bcbcbc;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin-bottom: 0;\n}\n.dokan-promo-banner .content .features {\n display: grid;\n column-gap: 2rem;\n row-gap: 1.25rem;\n align-items: center;\n grid-template-columns: repeat(2, minmax(0, 1fr));\n flex-shrink: 0;\n}\n.dokan-promo-banner .content .features label {\n position: relative;\n color: #e1e1e1;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n padding-left: 34px;\n cursor: context-menu;\n}\n.dokan-promo-banner .content .features span {\n position: absolute;\n top: 0;\n left: 0;\n width: 20px;\n height: 20px;\n border-radius: 3px;\n background-color: #3fc274;\n}\n.dokan-promo-banner .content .features span:after {\n content: \"\";\n position: absolute;\n left: 7px;\n top: 3px;\n width: 4px;\n height: 9px;\n border: solid white;\n border-width: 0 1.8px 1.8px 0;\n transform: rotate(45deg);\n}\n.dokan-promo-banner .content .features a {\n color: #999999;\n font-style: normal;\n font-weight: normal;\n font-size: 16px;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-promo-banner .content .features a:hover {\n color: #c9c9c9;\n}\n.dokan-promo-banner .btn-upgrade {\n flex-shrink: 0;\n}\n.dokan-promo-banner .btn-upgrade a {\n color: #ffffff;\n background: #2CBF67;\n font-size: 15px;\n font-weight: normal;\n font-style: normal;\n font-family: Lato, sans-serif;\n padding: 15px 28px;\n border-radius: 3px;\n text-decoration: none;\n transition: all 0.1s linear;\n}\n.dokan-promo-banner .btn-upgrade a:hover {\n background: #17a951;\n}\n.dokan-promo-banner .close-banner {\n position: absolute;\n top: 10px;\n right: 5px;\n border: 0;\n background: transparent;\n text-decoration: none;\n}\n.dokan-promo-banner .close-banner span {\n font-size: 15px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #404040;\n transition: all 0.2s ease;\n cursor: pointer;\n border: 1px solid #3f3f3f;\n border-radius: 55px;\n width: 20px;\n height: 20px;\n}\n.dokan-promo-banner .close-banner span:hover {\n color: #f16982;\n border-color: #f16982;\n}\n@media only screen and (max-width: 576px) {\n.dokan-promo-banner {\n flex-wrap: wrap;\n background-position: unset;\n background-image: unset;\n padding: 28px 23px;\n justify-content: start;\n}\n.dokan-promo-banner .thumbnail {\n display: none;\n}\n.dokan-promo-banner .content {\n flex-wrap: wrap;\n margin-bottom: 25px;\n}\n.dokan-promo-banner .content .details {\n text-align: left;\n flex: unset;\n margin-bottom: 20px;\n}\n.dokan-promo-banner .content .details p {\n width: 80%;\n}\n.dokan-promo-banner .content .details h3 {\n font-size: 15px;\n}\n.dokan-promo-banner .content .details h3 .dokan-offer {\n font-size: 13px;\n font-weight: 300;\n margin-left: 15px;\n display: inline-block;\n}\n.dokan-promo-banner .content .details h3 .penchant-off {\n margin: 0 5px;\n padding: 3px 8px;\n background-color: rgba(249, 95, 71, 0.15);\n color: #E04932;\n font-size: 15px;\n font-weight: 900;\n border-radius: 5px;\n}\n.dokan-promo-banner .content .details p {\n font-size: 13px;\n}\n.dokan-promo-banner .content .features {\n flex-wrap: wrap;\n row-gap: 0;\n column-gap: 1rem;\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n.dokan-promo-banner .content .features .hidden-sm {\n display: none;\n}\n.dokan-promo-banner .content .features label {\n font-size: 13px;\n font-weight: 300;\n}\n.dokan-promo-banner .content .features a {\n margin-top: 20px;\n display: block;\n font-size: 13px;\n}\n.dokan-promo-banner .btn-upgrade a {\n display: block;\n padding: 12px 16px;\n}\n}\n@media only screen and (max-width: 375px) {\n.dokan-promo-banner .content .details p {\n width: 85%;\n}\n}\n@media (min-width: 577px) and (max-width: 991px) {\n.dokan-promo-banner .content .details {\n flex: 0 1 280px;\n}\n.dokan-promo-banner .content .features {\n display: none;\n}\n}\n@media (min-width: 992px) and (max-width: 1120px) {\n.dokan-promo-banner {\n background-position: bottom 20px right -10px;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 180px;\n height: 140px;\n}\n.dokan-promo-banner .content {\n justify-content: center;\n column-gap: 0.5rem;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 180px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.dokan-promo-banner .content .features .hidden-sm {\n display: none;\n}\n}\n@media (min-width: 1121px) and (max-width: 1300px) {\n.dokan-promo-banner {\n background-position: bottom 15px right -20px;\n}\n.dokan-promo-banner .content {\n justify-content: center;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 250px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.dokan-promo-banner .content .features .hidden-sm {\n display: none;\n}\n}\n@media only screen and (min-width: 1301px) {\n.dokan-promo-banner {\n background-position: bottom 0 right -15px;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 170px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n}\n@media only screen and (min-width: 1550px) {\n.dokan-promo-banner {\n background-position: bottom -5px right 165px;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 190px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n}\n\n.withdraw-requests .dokan-modal .modal-body {\n min-height: 130px;\n}\n.withdraw-requests .dokan-modal .modal-body textarea {\n width: 100%;\n}\n.withdraw-requests .image {\n width: 10%;\n}\n.withdraw-requests .seller {\n width: 20%;\n}\n.withdraw-requests td.seller img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.withdraw-requests td.seller strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n.withdraw-requests td.actions,\n.withdraw-requests th.actions {\n width: 120px;\n}\n.withdraw-requests td.status span {\n line-height: 2.5em;\n padding: 5px 8px;\n border-radius: 4px;\n}\n.withdraw-requests td.status .approved {\n background: #c6e1c6;\n color: #5b841b;\n}\n.withdraw-requests td.status .pending {\n background: #f8dda7;\n color: #94660c;\n}\n.withdraw-requests td.status .cancelled {\n background: #eba3a3;\n color: #761919;\n}\n.withdraw-requests .method_details_inner p {\n margin-bottom: 2px;\n}\n@media only screen and (max-width: 600px) {\n.withdraw-requests table td.seller,\n .withdraw-requests td.amount,\n .withdraw-requests td.actions {\n display: table-cell !important;\n}\n.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table th.column,\n .withdraw-requests table td.column {\n width: auto;\n}\n.withdraw-requests table td.column.actions .dashicons {\n width: 14px;\n height: 14px;\n font-size: 18px;\n}\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 11px;\n}\n}\n@media only screen and (max-width: 376px) {\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 9px;\n}\n}\n@media only screen and (max-width: 320px) {\n.withdraw-requests table td.column.actions .dashicons {\n width: 10px;\n height: 10px;\n font-size: 14px;\n}\n}\n\n.dokan-pro-features {\n font-family: 'Open Sans', sans-serif;\n margin: -10px -20px 0 -22px;\n}\n.dokan-pro-features .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin: 20px 70px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content {\n margin: 30px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n.dokan-pro-features .vendor-capabilities-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n.dokan-pro-features .vendor-capabilities-banner a:hover {\n color: #fff;\n background: #ff6a3c;\n}\n.dokan-pro-features a {\n transition: all 0.2s ease;\n}\n.dokan-pro-features .section-title {\n text-align: center;\n color: #2e2c2c;\n font-size: 30px;\n line-height: 1.5em;\n font-weight: 400;\n position: relative;\n margin: 0 0 58px;\n}\n.dokan-pro-features .section-title:after {\n content: '';\n position: absolute;\n bottom: -21px;\n left: 50%;\n transform: translateX(-50%);\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #f2624d;\n}\n.dokan-pro-features .header-section {\n background-color: #f2f2f2;\n color: #3f4143;\n font-size: 16px;\n display: flex;\n align-items: center;\n padding: 0 8%;\n border-bottom: 1px solid #eee;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .header-section {\n padding: 0 24%;\n}\n}\n.dokan-pro-features .header-section .feature-thumb img {\n width: 233px;\n margin: -20px 0 -30px;\n}\n.dokan-pro-features .header-section .content-area {\n padding-left: 10%;\n}\n.dokan-pro-features .header-section .content-area h1 {\n font-size: 27px;\n line-height: 1.5em;\n color: #2e2c2c;\n}\n.dokan-pro-features .header-section .content-area p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n letter-spacing: 0.5px;\n}\n.dokan-pro-features .service-section {\n text-align: center;\n padding: 73px 30px 85px;\n background-color: #f7f8f9;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .service-section {\n padding-left: 20%;\n padding-right: 20%;\n}\n}\n.dokan-pro-features .service-section .service-list {\n display: flex;\n flex-wrap: wrap;\n}\n.dokan-pro-features .service-section .service-list .service-box {\n flex: 0 0 28.9%;\n margin: 2.2%;\n text-align: center;\n border-radius: 5px;\n background-color: #ffffff;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-thumb img {\n border-radius: 5px 5px 0 0;\n max-width: 100%;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail {\n padding: 20px 25px 25px;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail h3 {\n color: #3f4143;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n}\n.dokan-pro-features .service-section .btn {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n color: #ffff;\n background-color: #3984b5;\n border: 1px solid #226b9b;\n border-radius: 3px;\n text-decoration: none;\n padding: 13px 28px;\n display: inline-block;\n margin-top: 52px;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .service-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .service-section .btn svg {\n width: 15px;\n fill: #fff;\n margin-left: 5px;\n}\n.dokan-pro-features .comparison-section {\n background-color: #f1f1f1;\n padding: 75px;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .comparison-section {\n padding-left: 21.2%;\n padding-right: 21.2%;\n}\n}\n.dokan-pro-features .comparison-section .section-title {\n margin-bottom: 90px;\n}\n.dokan-pro-features .comparison-section .comparison-area {\n display: flex;\n justify-content: space-between;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box {\n flex: 0 0 48%;\n background-color: #fff;\n border: 1px solid #E0E9EC;\n border-radius: 5px;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px;\n box-sizing: border-box;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section {\n margin-bottom: 58px;\n position: relative;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after {\n content: \"\";\n position: absolute;\n bottom: -23px;\n left: 0;\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #d7d7d7;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img {\n width: 120px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list {\n margin: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li {\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n color: #66676E;\n margin-bottom: 28px;\n position: relative;\n display: flex;\n align-items: center;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child {\n margin-bottom: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img {\n width: 21px;\n margin-right: 12px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable {\n color: #ccced5;\n}\n.dokan-pro-features .pricing-section {\n background-color: #f7f8f9;\n padding: 85px 0 62px;\n}\n.dokan-pro-features .pricing-section .section-title {\n margin-bottom: 120px;\n}\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding: 0 4.5%;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .pricing-section .table-row {\n display: flex;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child {\n background-color: transparent;\n border-color: transparent;\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2) {\n border-radius: 3px 0 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child {\n border-radius: 0 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular {\n position: relative;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before {\n position: absolute;\n top: -28px;\n left: 0;\n width: 100%;\n content: 'Most Popular';\n color: #23282d;\n font-size: 14px;\n line-height: 1.4em;\n background-color: #ffcc00;\n border-radius: 3px 3px 0 0;\n padding: 5px;\n box-sizing: border-box;\n}\n.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child {\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child {\n border-radius: 0 0 5px 5px;\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col {\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child {\n border-radius: 0 0 5px 5px;\n background-color: transparent;\n border-color: transparent;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2) {\n border-radius: 0 0 0 5px;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child {\n border-radius: 0 0 5px 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col {\n width: 18.5%;\n text-align: center;\n border: 1px solid #e7eaeb;\n padding: 18px;\n background-color: #fff;\n border-bottom: 0;\n border-left: 0;\n border-right: 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:first-child {\n width: 25%;\n margin-right: 2%;\n text-align: left;\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2) {\n border-left: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:last-child {\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col.popular {\n z-index: 1;\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .module-name {\n color: #157ef5;\n font-size: 14px;\n line-height: 1.5em;\n font-weight: 300;\n text-decoration: none;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data {\n font-size: 15px;\n color: #3f4143;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data img {\n display: block;\n margin: 0 auto;\n width: 23px;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn {\n font-size: 14px;\n font-weight: 300;\n border-radius: 3px;\n padding: 13px 34px;\n color: #fff;\n text-decoration: none;\n margin: 25px 0 14px;\n display: inline-block;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover {\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .plan-name {\n display: inline-block;\n background: black;\n color: #fff;\n font-size: 14px;\n font-weight: 300;\n line-height: 1.4em;\n border-radius: 25px;\n padding: 5px 20px;\n min-width: 95px;\n box-sizing: border-box;\n margin: 26px 0 20px;\n}\n.dokan-pro-features .pricing-section .plan-name.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .plan-name.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .plan-name.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .plan-name.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .price {\n margin-bottom: 15px;\n}\n.dokan-pro-features .pricing-section .price span {\n font-size: 14px;\n line-height: 1.2em;\n font-weight: 300;\n color: #b8bbbe;\n display: block;\n}\n.dokan-pro-features .pricing-section .price span:first-child {\n font-size: 28px;\n line-height: 1.5em;\n font-weight: 400;\n color: #23282d;\n}\n.dokan-pro-features .pricing-section .price span:first-child sup {\n font-size: 14px;\n}\n.dokan-pro-features .payment-section {\n display: flex;\n background: #fff;\n justify-content: space-between;\n padding: 20px 65px 15px;\n align-items: center;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .payment-section {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .payment-section .guarantee-section {\n display: flex;\n flex: 0 0 70%;\n align-content: center;\n align-items: center;\n position: relative;\n}\n.dokan-pro-features .payment-section .guarantee-section:after {\n content: \"\";\n position: absolute;\n right: -18px;\n top: 50%;\n transform: translateY(-50%);\n width: 5px;\n height: 38px;\n border-radius: 3px;\n background-color: #f1f1f1;\n}\n.dokan-pro-features .payment-section .guarantee-section .feature-thumb img {\n max-width: 100%;\n width: 160px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail {\n padding-left: 25px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2 {\n font-size: 24px;\n line-height: 1.5em;\n color: #2e2c2c;\n font-weight: 400;\n margin: 0;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p {\n color: #66676e;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 5px 0 20px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a {\n color: #f2624d;\n font-size: 15px;\n line-height: 1.5em;\n text-decoration: none;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img {\n width: 18px;\n margin-right: 4px;\n}\n.dokan-pro-features .payment-section .payment-area h3 {\n font-size: 15px;\n font-weight: 300;\n color: #66676e;\n margin: 0px 0 17px;\n}\n.dokan-pro-features .payment-section .payment-area .option img {\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section {\n background-color: #f1f1f1;\n padding: 75px 0 70px;\n text-align: center;\n}\n.dokan-pro-features .testimonial-section .section-title {\n margin-bottom: 75px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 80%;\n text-align: center;\n margin: 0 auto;\n}\n@media only screen and (min-width: 1281px) {\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 55%;\n}\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic {\n width: 70px;\n height: 70px;\n border: 5px solid #fff;\n border-radius: 50%;\n background-color: #fff;\n box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);\n margin: 0 auto -35px;\n z-index: 1;\n position: relative;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img {\n border-radius: 50%;\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail {\n background-color: #fff;\n color: #000;\n border-radius: 5px;\n border: 1px solid #E0E9EC;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px 30px 30px;\n background-repeat: no-repeat;\n background-position: 40px 40px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4 {\n font-size: 18px;\n line-height: 1.444;\n color: #F2624D;\n font-weight: 400;\n margin-top: 0;\n margin-bottom: 5px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span {\n font-size: 15px;\n line-height: 1.444;\n font-weight: 300;\n color: #66676e;\n margin-bottom: 20px;\n display: inline-block;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p {\n color: #2e2c2c;\n font-size: 14px;\n line-height: 1.9em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots {\n text-align: center;\n margin: 40px 0 25px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li {\n position: relative;\n display: inline-block;\n width: 20px;\n height: 20px;\n margin: 0 5px;\n padding: 0;\n cursor: pointer;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before {\n background-color: #3f4143;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button {\n position: relative;\n font-size: 0;\n line-height: 0;\n display: block;\n width: 20px;\n height: 20px;\n padding: 5px;\n cursor: pointer;\n color: transparent;\n border: 0;\n outline: none;\n background: transparent;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before {\n position: absolute;\n top: 0;\n left: 0;\n width: 21px;\n height: 5px;\n content: '';\n text-align: center;\n background-color: #d6d6d6;\n border-radius: 30px;\n}\n.dokan-pro-features .testimonial-section p {\n color: #262626;\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section p a {\n color: #8263f7;\n text-decoration: none;\n}\n.dokan-pro-features .cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.dokan-pro-features .cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.dokan-pro-features .cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.dokan-pro-features .cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.dokan-pro-features .cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.dokan-pro-features .cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.dokan-help-page .section-wrapper {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .dokan-postbox {\n width: calc(33% - 2em);\n margin: 0 2% 15px 0;\n float: left;\n}\n.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1) {\n clear: both;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .dashicons {\n color: #ccc;\n}\n.dokan-help-page .section-wrapper .dokan-postbox a {\n text-decoration: none;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .inside,\n.dokan-help-page .section-wrapper .dokan-postbox ul {\n margin-bottom: 0;\n}\n.dokan-help-page .loading {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.fade-enter-active[data-v-254fdb80],\n.fade-leave-active[data-v-254fdb80] {\n transition: opacity 0.3s ease;\n}\n.fade-enter[data-v-254fdb80],\n.fade-leave-to[data-v-254fdb80] {\n opacity: 0;\n}\n.slide-enter-active[data-v-254fdb80],\n.slide-leave-active[data-v-254fdb80] {\n transition-duration: 0.1s;\n transition-timing-function: linear;\n}\n.slide-enter-to[data-v-254fdb80],\n.slide-leave[data-v-254fdb80] {\n max-height: 100px;\n overflow: hidden;\n}\n.slide-enter[data-v-254fdb80],\n.slide-leave-to[data-v-254fdb80] {\n overflow: hidden;\n max-height: 0;\n}\nul[data-v-254fdb80] {\n cursor: pointer;\n}\n.dokan-help-page .section-wrapper h2[data-v-254fdb80] {\n margin: 0;\n color: transparent;\n}\n.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80] {\n background: rgba(223, 0, 0, 0.05);\n margin: -15px -20px 0;\n padding: 15px 15px 0;\n}\n.dokan-help-page .section-wrapper .change-log[data-v-254fdb80] {\n background: rgba(223, 0, 0, 0.05);\n margin: -15px -20px 0;\n}\n.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80] {\n height: 340px;\n}\n.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80] {\n height: 400px;\n}\n.dokan-help-page .section-wrapper .change-log h3[data-v-254fdb80] {\n color: #000000;\n font-size: 30px;\n text-align: center;\n padding: 45px 0 0;\n font-weight: 800;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0 0 28px;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-254fdb80] {\n width: 147px;\n height: 33px;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s ease;\n margin: 0 auto;\n background: #ffffff;\n border-radius: 53px;\n position: relative;\n border: 1px solid #e2e2e2;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-254fdb80] {\n width: 48%;\n height: 100%;\n background: none;\n border-radius: 27px;\n border: none;\n color: #cc7376;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n cursor: pointer;\n font-size: 13px;\n font-weight: 500;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-254fdb80] {\n background: #FF5722;\n border-radius: 30px;\n position: absolute;\n top: 0;\n width: 50%;\n height: 100%;\n transition: all 0.2s ease-out;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-254fdb80] {\n text-transform: capitalize;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-254fdb80] {\n text-transform: uppercase;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-254fdb80] {\n color: #ffffff;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version[data-v-254fdb80] {\n width: 178px;\n margin: 24px auto 0;\n position: relative;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-254fdb80] {\n color: #000;\n font-size: 13px;\n text-align: center;\n cursor: pointer;\n font-weight: 500;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-254fdb80] {\n font-size: 16px;\n line-height: 1.4;\n transition: all 0.2s ease;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-254fdb80] {\n transform: rotate(-180deg);\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80] {\n position: absolute;\n top: 50px;\n left: 0;\n width: 100%;\n z-index: 1;\n background: #fff;\n border: 1px solid #dddddd;\n padding: 20px 10px 20px 20px;\n box-sizing: border-box;\n opacity: 0;\n visibility: hidden;\n transition: all 0.2s ease;\n box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]:before {\n content: \"\";\n position: absolute;\n border: 11px solid transparent;\n border-bottom-color: white;\n margin-left: -10px;\n top: -19px;\n right: 27px;\n z-index: 1;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80] {\n max-height: 300px;\n text-align: left;\n background: #ffffff;\n overflow-y: auto;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-254fdb80] {\n cursor: context-menu;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80] {\n margin-bottom: 25px;\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n transition: all 0.2s linear;\n cursor: pointer;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:hover {\n color: #f2624d;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-254fdb80] {\n color: #f2624d;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-254fdb80] {\n display: block;\n font-size: 12px;\n color: #758598;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar {\n width: 4px;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-track {\n background: #f5f5f5;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb {\n background: #878787;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb:hover {\n background: #575757;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-254fdb80] {\n top: 30px;\n opacity: 1;\n visibility: visible;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n background: #ffffff;\n border: 1px solid #e2e2e2;\n border-radius: 3px;\n padding: 25px;\n box-sizing: border-box;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-254fdb80] {\n overflow: hidden;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80] {\n margin-bottom: 40px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-254fdb80] {\n color: #ffffff;\n font-size: 15px;\n font-weight: 600;\n padding: 6px 14px;\n border-radius: 3px;\n display: inline-block;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-254fdb80] {\n background: #00B728;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-254fdb80] {\n background: #028AFB;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-254fdb80] {\n background: #F83838;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80] {\n margin: 11px 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-254fdb80] {\n color: #000000;\n margin: 0;\n font-size: 14px;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-254fdb80] {\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n opacity: 0.8;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-254fdb80] {\n width: 100%;\n height: auto;\n margin-top: 10px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-254fdb80] {\n list-style: disc outside;\n opacity: 0.7;\n font-size: 14px;\n font-weight: 400;\n margin-left: 18px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 30px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80] {\n font-size: 13px;\n font-weight: normal;\n text-decoration: none;\n padding: 6px 14px;\n display: inline-block;\n color: #000000;\n background: #ffffff;\n border-radius: 3px;\n border: 1px solid #E2E2E2;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]:focus {\n box-shadow: none;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-254fdb80] {\n font-weight: 700;\n font-size: 23px;\n color: #000000;\n margin-bottom: 7px;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-254fdb80] {\n font-weight: 400;\n font-size: 13px;\n color: #5C626A;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-254fdb80] {\n font-size: 12px;\n color: #fff;\n background: #8e44ad;\n border-radius: 53px;\n margin-left: 5px;\n padding: 2px 12px;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n}\n@media only screen and (min-width: 1200px) {\n.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80] {\n display: flex;\n width: 900px;\n margin: 0 auto;\n justify-content: space-between;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n width: 700px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -200px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 25px;\n}\n}\n@media screen and (min-width: 992px) and (max-width: 1199px) {\n.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80] {\n display: flex;\n width: 720px;\n margin: 0 auto;\n justify-content: space-between;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n width: 520px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -200px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 20px;\n}\n}\n@media only screen and (max-width: 991px) {\n.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80] {\n background: #f7f8fa;\n margin: -15px -10px 0;\n padding: 15px 15px 0;\n}\n.dokan-help-page .section-wrapper .change-log[data-v-254fdb80] {\n background: #f7f8fa;\n margin: -15px -10px 0;\n}\n.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80] {\n height: 220px;\n}\n.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80] {\n height: 280px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n margin: 0 -10px;\n border: 0;\n box-shadow: none;\n border-radius: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80] {\n justify-content: start;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -112px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-254fdb80] {\n padding-bottom: 15px;\n text-align: center;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-254fdb80] {\n background: #fff;\n padding: 25px 25px 0 25px;\n margin: 0 -10px;\n box-sizing: border-box;\n}\n.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-254fdb80] {\n margin-top: 0;\n}\n.dokan-help-page .section-wrapper .version-list .old-version p[data-v-254fdb80] {\n margin-bottom: 0;\n}\n}\n.dokan-help-page .scroll-to-top[data-v-254fdb80] {\n width: 40px;\n height: 40px;\n color: #ffffff;\n background: #ff5722;\n border: 0;\n position: fixed;\n right: 10px;\n bottom: 35px;\n z-index: 1;\n box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);\n cursor: pointer;\n opacity: 0;\n visibility: hidden;\n transition: all 0.2s ease;\n}\n.dokan-help-page .loading[data-v-254fdb80] {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.dokan-settings-wrap {\n position: relative;\n display: flex;\n border: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n background: rgba(255, 255, 255, 0.6);\n}\n.dokan-settings-wrap .loading .dokan-loader {\n top: 40%;\n left: 45%;\n}\n.dokan-settings-wrap .dashicons {\n padding-top: 2px;\n margin-right: 5px;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-generic {\n color: #6c75ff;\n}\n.dokan-settings-wrap .dashicons.dashicons-cart {\n color: #00aeff;\n}\n.dokan-settings-wrap .dashicons.dashicons-money {\n color: #d35400;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-page {\n color: #8e44ad;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-appearance {\n color: #3498db;\n}\n.dokan-settings-wrap .dashicons.dashicons-networking {\n color: #1abc9c;\n}\n.dokan-settings-wrap div.nav-tab-wrapper {\n flex: 1;\n border-bottom: none;\n padding: 0;\n background: #f1f1f1;\n border-right: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a {\n float: none;\n display: block;\n margin: 0;\n border: none;\n padding: 13px 13px;\n background: #f1f1f1;\n font-weight: 500;\n border-bottom: 1px solid #c8d7e1;\n transition-property: none;\n transition: none;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a:focus,\n.dokan-settings-wrap div.nav-tab-wrapper a:active {\n box-shadow: none;\n outline: 0;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active {\n background: #fff !important;\n border-right: 1px solid #c8d7e1;\n width: 99%;\n color: #2e4453;\n transition: none;\n transition-property: none;\n}\n.dokan-settings-wrap .metabox-holder {\n flex: 3;\n padding-left: 3%;\n padding-right: 10px;\n background: #fff;\n}\n.dokan-settings-wrap .radio-image-container .radio-image {\n display: block;\n width: 50%;\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 0 0 15px;\n position: relative;\n line-height: 0;\n border: 1px solid #ededed;\n padding: 4px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image img {\n max-width: 100%;\n z-index: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator {\n position: absolute;\n top: 0;\n right: 0;\n background-color: #4CAF50;\n color: #fff;\n padding: 4px;\n z-index: 2;\n line-height: 1.4;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option {\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 3;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.45);\n transition: opacity 0.4s ease;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option button {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -23px;\n margin-left: -58px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option {\n opacity: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.active .active-option {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container label {\n display: block;\n margin-bottom: 5px;\n}\n.dokan-settings-wrap .radio-image-container label > input[type='radio'] {\n visibility: hidden;\n /* Makes input not-clickable */\n position: absolute;\n /* Remove input from document flow */\n}\n.dokan-settings-wrap .radio-image-container label > img {\n max-width: 100%;\n}\n.dokan-settings-wrap .search-box {\n position: relative;\n}\n.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt {\n position: absolute;\n top: 13px;\n right: 0;\n color: #ff0000;\n z-index: 999;\n cursor: pointer;\n}\n.dokan-settings-wrap .search-box .dokan-admin-search-settings {\n border: 1px solid #ddd;\n border-radius: 0px;\n height: 48px;\n display: block;\n width: 100%;\n border-left: 0;\n border-top: 0;\n padding: 0 15px;\n background: #eee;\n font-weight: 400;\n}\n.dokan-settings-wrap .search-box input[type=\"text\"]:focus {\n border-color: transparent;\n}\n.form-table th.dokan-settings-sub-section-title {\n border-bottom: 1px solid #cccccc;\n padding: 0 0 10px;\n}\n.form-table th.dokan-settings-sub-section-title label {\n display: block;\n margin-top: 20px;\n color: #0073aa;\n font-weight: 500;\n font-size: 1.3em;\n}\n.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label {\n margin-top: 0;\n}\ntr.data_clear_on_uninstall td fieldset label {\n background: #e00;\n padding: 5px;\n color: white;\n border-radius: 3px;\n}\n\nspan.repeatable-item-description {\n color: #999;\n font-size: 11px;\n font-style: italic;\n}\nul.dokan-settings-repeatable-list {\n list-style-type: disc;\n padding-left: 20px;\n}\nul.dokan-settings-repeatable-list li span.remove-item {\n padding-top: 0px;\n cursor: pointer;\n}\n.dokan-repetable-add-item-btn {\n font-size: 16px !important;\n font-weight: bold !important;\n height: 25px !important;\n line-height: 22px !important;\n}\ntd.percent_fee,\ntd.fixed_fee {\n display: inline-block;\n}\ntd.percent_fee input,\ntd.fixed_fee input {\n width: 60px;\n}\ntr.additional_fee .description {\n margin-left: 10px;\n margin-top: -10px;\n}\n.dokan-error {\n color: red;\n margin-top: -10px;\n font-style: italic;\n}\n.dokan-input-validation-error {\n border-color: red !important;\n}\n.dokan-error.combine-commission {\n margin-left: 10px;\n}\nth.dokan-setting-warning {\n padding: 10px 10px 10px 0;\n}\nth.dokan-setting-warning .dokan-setting-warning-label {\n color: #d63638;\n font-weight: bold;\n}\nth.dokan-setting-warning .dashicons {\n margin: 0px;\n padding: 0px;\n}\nth.dokan-setting-warning .dokan-setting-warning-msg {\n font-weight: 300;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) {\n margin-right: 12px !important;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) > input[type=\"radio\"] {\n margin-right: 2px;\n}\n.col-3 {\n width: 24.5%;\n display: inline-block;\n}\n.col-3 select {\n width: 100%;\n}\n.dokan-schedule-week-day-container {\n padding: 15px 0;\n}\n\n.color-picker-container .color-picker-button[data-v-01dc0d51] {\n height: 24px;\n padding: 0 0 0 30px;\n margin: 0 0 6px;\n font-size: 11px;\n}\n.color-picker-container .color-picker-button span[data-v-01dc0d51] {\n display: block;\n padding: 0 6px;\n line-height: 22px;\n color: #555;\n text-align: center;\n background: #f7f7f7;\n border-left: 1px solid #ccc;\n border-radius: 0 2px 2px 0;\n}\n.color-picker-container .hex-input[data-v-01dc0d51] {\n width: 65px;\n padding: 3px 5px 4px;\n margin: 0 3 0 0;\n font-family: monospace;\n font-size: 12px;\n line-height: 1.4;\n vertical-align: top;\n box-shadow: 0 1px 0 #ccc;\n}\n\n#dokan-settings-banner {\n margin: 20px 0px;\n padding: 40px;\n background: #fff;\n display: flex;\n align-items: flex-start;\n}\n#dokan-settings-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n#dokan-settings-banner a:hover {\n background: #ff6a3c;\n}\n#dokan-settings-banner img {\n flex: 1;\n}\n#dokan-settings-banner .content {\n flex: 4;\n padding: 20px 50px;\n}\n#dokan-settings-banner .content p {\n margin: 30px 0px;\n font-size: 14px;\n}\n#dokan-settings-banner .content a {\n margin-right: 8px;\n}\n#dokan-settings-banner .content .custom-button {\n background: #fff;\n color: #565656;\n border-color: #DFDADF;\n -webkit-box-shadow: 0px 0px 11px 1px #ebebeb;\n -moz-box-shadow: 0px 0px 11px 1px #ebebeb;\n box-shadow: 0px 0px 11px 1px #ebebeb;\n}\n#dokan-settings-banner .content .custom-button:hover {\n background: #f2f2f2;\n}\n\n.vendor-list .dokan-btn {\n padding: 5px 10px;\n font-size: 15px;\n border-radius: 3px;\n color: #2873aa;\n}\n.vendor-list .image {\n width: 10%;\n}\n.vendor-list .store_name {\n width: 30%;\n}\n.vendor-list td.store_name img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.vendor-list td.store_name strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n@media only screen and (max-width: 600px) {\n.vendor-list table td.store_name,\n .vendor-list table td.enabled {\n display: table-cell !important;\n}\n.vendor-list table th:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table td:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table th.column,\n .vendor-list table table td.column {\n width: auto;\n}\n.vendor-list table td.manage-column.column-cb.check-column {\n padding-right: 15px;\n}\n.vendor-list table th.column.enabled {\n width: 25% !important;\n}\n}\n@media only screen and (max-width: 320px) {\n.vendor-list table .row-actions span {\n font-size: 11px;\n}\n}\n\n.swal2-container {\n z-index: 9999999 !important;\n}\n.swal2-container .swal2-popup .swal2-title {\n line-height: 35px;\n font-size: 30px;\n font-weight: 400;\n}\n.dokan-vendor-edit h1 {\n font-size: 23px;\n font-weight: 400;\n}\n.dokan-vendor-edit .tab-header .tab-list {\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title {\n height: 50px;\n list-style-type: none;\n position: relative;\n background-color: #1a9ed4;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title .icon {\n position: relative;\n top: 1px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a {\n color: #fff;\n text-decoration: none;\n padding: 75px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a span {\n position: relative;\n top: -1px;\n left: -3px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child {\n padding-left: 5px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2)::before {\n position: absolute;\n top: 0;\n left: 0;\n display: block;\n border-left: 25px solid white;\n /* width: arrow width, color: background of document */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:after {\n z-index: 1;\n /* need to bring this above the next item */\n position: absolute;\n top: 0;\n right: -25px;\n /* arrow width (negated) */\n display: block;\n border-left: 25px solid #f5f5f5;\n /* width: arrow width */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n border-left-color: #1a9ed4;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active {\n background-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active a {\n color: #fff;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after {\n border-left-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after {\n border-left: 0;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title {\n background-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title:after {\n border-left-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title a {\n color: #000;\n}\n.dokan-vendor-edit .tab-contents {\n border: 1px solid #e5e5e5;\n border-radius: 3px;\n min-height: 400px;\n}\n.dokan-vendor-edit .tab-contents .loading {\n position: relative;\n left: 46%;\n top: 160px;\n}\n.dokan-vendor-edit .tab-contents .content-header {\n background: #F9F9F9;\n margin: 0;\n padding: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body {\n padding-top: 20px;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group {\n margin: 0 10px;\n overflow: hidden;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before {\n display: table;\n content: \" \";\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column {\n float: left;\n width: 50%;\n padding: 0 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info {\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span {\n margin: 0;\n padding: 0;\n position: relative;\n bottom: 10px;\n font-style: italic;\n color: #a09f9f;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available {\n color: green;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button {\n margin-right: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span {\n line-height: 26px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect {\n margin-top: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight {\n background: #3c9fd4;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags {\n min-height: 45px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single {\n padding-top: 3px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before {\n top: 70%;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus {\n box-shadow: none;\n border: none;\n outline: none;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info {\n padding-left: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input {\n width: 100%;\n /* Full width */\n padding: 7px 12px;\n /* Some padding */\n border: 1px solid #ccc;\n /* Gray border */\n border-radius: 4px;\n /* Rounded borders */\n box-sizing: border-box;\n /* Make sure that padding and width stays in place */\n margin-top: 6px;\n /* Add a top margin */\n margin-bottom: 16px;\n /* Bottom margin */\n resize: vertical;\n /* Allow the user to vertically resize the textarea (not horizontally) */\n height: auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder {\n color: #bcbcbc;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image {\n display: flex;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture {\n background: #fcfcfc;\n border-radius: 3px;\n padding: 5px 10px;\n border: 2px dashed #d2d2d2;\n text-align: center;\n flex-grow: 1;\n width: 150px;\n margin-left: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image {\n max-width: 100px;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img {\n border: 1px solid #E5E5E5;\n padding: 15px 10px 0;\n cursor: pointer;\n width: 100%;\n padding: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner {\n padding: 0;\n flex-grow: 10;\n margin-right: 20px;\n height: 228px;\n padding-top: 5%;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img {\n width: 100%;\n height: 223px;\n padding: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button {\n background: #007cba;\n color: white;\n padding: 10px 15px;\n border-radius: 3px;\n margin: 20px 0;\n cursor: pointer;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner {\n padding-top: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer {\n color: #808080;\n font-weight: 300;\n}\n.dokan-vendor-edit .dokan-btn {\n background: #1a9ed4;\n padding: 10px 20px;\n color: white;\n border-radius: 3px;\n cursor: pointer;\n}\n.dokan-vendor-edit .dokan-btn:active,\n.dokan-vendor-edit .dokan-btn:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 640px !important;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 500px;\n min-height: 200px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer {\n padding: 15px;\n bottom: 0;\n border-top: none;\n box-shadow: none;\n}\n.dokan-vendor-edit .component-fade-enter-active,\n.dokan-vendor-edit .component-fade-leave-active {\n transition: opacity 0.2s ease;\n}\n.dokan-vendor-edit .component-fade-enter,\n.dokan-vendor-edit .component-fade-leave-to {\n opacity: 0;\n}\n@media only screen and (max-width: 600px) {\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 400px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 300px;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 12px;\n margin-left: 17px;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a span {\n display: block;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 13px;\n}\n.dokan-vendor-edit .tab-contents .vendor-image {\n display: block !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture {\n margin-right: 20px !important;\n width: auto !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture.banner {\n margin-top: 15px;\n}\n}\n@media only screen and (max-width: 375px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 5px;\n margin-left: 20px;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 12px;\n}\n}\n@media only screen and (max-width: 320px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 2px;\n margin-left: 20px;\n font-size: 10px;\n}\n}\n\n.switch {\n position: relative;\n display: inline-block;\n width: 42px;\n height: 20px;\n}\n.switch input {\n display: none;\n}\n.switch input:checked + .slider {\n background-color: #0090ff;\n}\n.switch input:checked + .slider:before {\n -webkit-transform: translateX(22px);\n -ms-transform: translateX(22px);\n transform: translateX(22px);\n}\n.switch input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n.switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #d7dadd;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n left: 3px;\n bottom: 3px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider.round {\n border-radius: 34px;\n}\n.switch .slider.round:before {\n border-radius: 50%;\n}\n\n.dokan-upload-image {\n width: 100%;\n}\n.dokan-upload-image img {\n cursor: pointer;\n}\n\n.address-multiselect {\n margin: 0px 12px;\n}\n\n.checkbox-group {\n margin-top: 20px;\n padding: 0 10px;\n}\n.checkbox-group .checkbox-left {\n display: inline-block;\n}\n.checkbox-group .checkbox-left .switch {\n margin-right: 10px;\n display: inline-block;\n}\n.payment-info.edit-mode .checkbox-group {\n padding: 0;\n}\n.payment-info.edit-mode .dokan-form-select {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee,\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee {\n width: 40%;\n}\n\n#dokan-vendor-capabilities {\n padding: 20px 70px;\n}\n#dokan-vendor-capabilities .grid {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n grid-gap: 16px;\n margin-bottom: 30px;\n}\n#dokan-vendor-capabilities .col-6 {\n grid-column: auto / span 6;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #000000;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 99900;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content {\n background-color: transparent;\n z-index: 100000;\n margin: 8% auto;\n max-width: 850px;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card {\n background: #fff;\n padding: 50px;\n border-radius: 9px;\n border: 1px solid #E2E2E2;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image {\n position: relative;\n width: 100%;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .image {\n opacity: 1;\n width: 100%;\n height: 270px;\n max-height: 370px;\n transition: 0.5s ease;\n backface-visibility: hidden;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .middle {\n transition: 0.5s ease;\n opacity: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .image {\n opacity: 0.3;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .middle {\n opacity: 1;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .zoom {\n background-color: #FFB24B;\n border-radius: 9px;\n color: white;\n font-size: 24px;\n padding: 16px 24px;\n cursor: pointer;\n}\n#dokan-vendor-capabilities .capability-card .title {\n font-size: 18px;\n}\n#dokan-vendor-capabilities .capability-card .content {\n min-height: 40px;\n}\n#dokan-vendor-capabilities .capability-card p {\n margin-bottom: 0px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin-bottom: 16px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content {\n margin: 30px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n\n.dokan-modules-wrap .module-content {\n position: relative;\n margin-top: 15px;\n}\n.dokan-modules-wrap .module-content .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n background: rgba(255, 255, 255, 0.5);\n}\n.dokan-modules-wrap .module-content .loading .dokan-loader {\n top: 30%;\n left: 47%;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card {\n position: relative;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg {\n cursor: pointer;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer {\n position: absolute;\n bottom: 18px;\n right: 20px;\n}\n@media only screen and (max-width: 600px) {\n.dokan-modules-wrap input#media-search-input {\n width: 74%;\n}\n.dokan-modules-wrap .module-content .tablenav.top {\n margin-top: -16px;\n}\n.dokan-modules-wrap table td.name,\n .dokan-modules-wrap table td.active {\n display: table-cell !important;\n}\n.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table th.column,\n .dokan-modules-wrap table td.column {\n width: auto;\n}\n.dokan-modules-wrap table th.column.name {\n width: 50% !important;\n}\n.dokan-modules-wrap table th.column.active {\n width: 20% !important;\n}\n.dokan-modules-wrap table td.column.order_id .row-actions {\n font-size: 11px;\n}\n}\n\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 360px;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 9999;\n overflow-y: auto;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup::-webkit-scrollbar {\n display: none;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n margin: 4% auto;\n max-width: 400px;\n border-radius: 4px;\n text-align: center;\n position: relative;\n padding: 25px 40px;\n background-color: #fff;\n box-sizing: border-box;\n}\n@media only screen and (max-width: 576px) {\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n max-width: 325px;\n padding: 25px 15px;\n margin: 12% auto;\n}\n}\n@media (min-width: 577px) and (max-width: 1024px) {\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n margin: 6% auto;\n}\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close {\n position: absolute;\n top: 20px;\n right: 25px;\n cursor: pointer;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body {\n margin-top: 5px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock {\n color: #FF5722;\n font-size: 1rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0 0 5px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .text-brand {\n padding: 8px 16px;\n background: #e9f3ff;\n border-radius: 37px;\n color: #1C81FA;\n font-size: 1rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n display: inline-block;\n margin: 0 0 23px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body h1 {\n padding: 0;\n margin-bottom: 13px;\n font-size: 1.5rem;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text {\n margin: 0;\n font-size: 0.813rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong {\n color: #ff5722;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button {\n background: #FF5722;\n border-radius: 3px;\n padding: 10px 18px;\n font-weight: 400;\n font-size: 0.75rem;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 30px 0;\n display: inline-block;\n text-decoration: none;\n color: #fff;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card {\n margin-bottom: 25px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card svg {\n width: 100%;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .already-updated {\n color: #758598;\n font-size: 0.875rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n text-decoration: none;\n}\n"]}
1
+ {"version":3,"sources":["vue-admin.css"],"names":[],"mappings":"AAgBA,kCACE,aAAc,CACd,eAAgB,CAChB,eAAgB,CAChB,UACF,CACA,2FAEE,UAAW,CACX,SACF,CACA,6CACE,eACF,CACA,yCACE,aAAc,CACd,UAAW,CACX,gBAAiB,CACjB,iBACF,CACA,gCACE,uBAA8B,CAC9B,mBAAoB,CACpB,kBAAmB,CACnB,4BAA6B,CAC7B,iBACF,CACA,mCACE,aACF,CACA,kCACE,4BACF,CACA,2CACE,kBAAmB,CACnB,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,UACF,CACA,2CACE,YACF,CACA,6DACE,UAAW,CACX,qBAAsB,CACtB,iBACF,CACA,yDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,wBAAyB,CACzB,2BACF,CACA,+DACE,kBACF,CACA,yCACE,iBAAkB,CAClB,WAAY,CACZ,kBAAmB,CACnB,yBACF,CACA,uDACE,eACF,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,kIAEI,YACJ,CACA,sDACI,cACJ,CACA,CACA,yCACA,wDACI,YACJ,CACA,CAEA,oBACE,YAAa,CACb,eAAgB,CAChB,kBAAmB,CACnB,sBAAuB,CACvB,wBAAyB,CACzB,2BAA4B,CAC5B,wCAAyC,CACzC,2pKAAquN,CACruN,iBAAkB,CAClB,kBACF,CACA,+BACE,YACF,CACA,mCACE,WAAY,CACZ,YACF,CACA,6BACE,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,iBACF,CACA,sCACE,cACF,CACA,yCACE,UAAc,CACd,cAAe,CACf,eAAiB,CACjB,iBAAkB,CAClB,kCAAsC,CACtC,QACF,CACA,sDACE,YACF,CACA,wCACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAmB,CACnB,kCAAsC,CACtC,eACF,CACA,uCACE,YAAa,CACb,eAAgB,CAChB,eAAgB,CAChB,kBAAmB,CACnB,6CAAgD,CAChD,aACF,CACA,6CACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAmB,CACnB,kCAAsC,CACtC,iBAAkB,CAClB,mBACF,CACA,4CACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,kDACE,UAAW,CACX,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAU,CACV,UAAW,CAEX,iBAA6B,CAA7B,4BAA6B,CAC7B,uBACF,CACA,yCACE,UAAc,CACd,iBAAkB,CAClB,eAAmB,CACnB,cAAe,CACf,kCACF,CACA,+CACE,aACF,CACA,iCACE,aACF,CACA,mCACE,UAAc,CACd,kBAAmB,CACnB,cAAe,CACf,eAAmB,CACnB,iBAAkB,CAClB,2BAA6B,CAC7B,iBAAkB,CAClB,iBAAkB,CAClB,oBAAqB,CACrB,yBACF,CACA,yCACE,kBACF,CACA,kCACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,QAAS,CACT,sBAAuB,CACvB,oBACF,CACA,uCACE,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,aAAc,CACd,uBAAyB,CACzB,cAAe,CACf,wBAAyB,CACzB,kBAAmB,CACnB,UAAW,CACX,WACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,yCACA,oBACI,cAAe,CACf,yBAA0B,CAC1B,sBAAuB,CACvB,iBAAkB,CAClB,qBACJ,CACA,+BACI,YACJ,CACA,6BACI,cAAe,CACf,kBACJ,CACA,sCACI,eAAgB,CAChB,UAAW,CACX,kBACJ,CACA,wCACI,SACJ,CACA,yCACI,cACJ,CACA,sDACI,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,oBACJ,CACA,uDACI,YAAa,CACb,eAAgB,CAChB,oCAAyC,CACzC,aAAc,CACd,cAAe,CACf,eAAgB,CAChB,iBACJ,CACA,wCACI,cACJ,CACA,uCACI,cAAe,CACf,SAAU,CACV,eAAgB,CAChB,6CACJ,CACA,kDACI,YACJ,CACA,6CACI,cAAe,CACf,eACJ,CACA,yCACI,eAAgB,CAChB,aAAc,CACd,cACJ,CACA,mCACI,aAAc,CACd,iBACJ,CACA,CACA,yCACA,wCACI,SACJ,CACA,CACA,+CACA,sCACI,cACJ,CACA,uCACI,YACJ,CACA,CACA,gDACA,oBACI,2CACJ,CACA,mCACI,WAAY,CACZ,YACJ,CACA,6BACI,sBAAuB,CACvB,gBACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,kDACI,YACJ,CACA,CACA,iDACA,oBACI,2CACJ,CACA,6BACI,sBACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,kDACI,YACJ,CACA,CACA,0CACA,oBACI,wCACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,CACA,0CACA,oBACI,2CACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,CAEA,4CACE,gBACF,CACA,qDACE,UACF,CACA,0BACE,SACF,CACA,2BACE,SACF,CACA,iCACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,oCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,4DAEE,WACF,CACA,kCACE,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,uCACE,kBAAmB,CACnB,aACF,CACA,sCACE,kBAAmB,CACnB,aACF,CACA,wCACE,kBAAmB,CACnB,aACF,CACA,2CACE,iBACF,CACA,yCACA,8FAGI,4BACJ,CAIA,8KACI,YACJ,CACA,sEAEI,UACJ,CACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,gDACI,oBACJ,CACA,qDACI,cACJ,CACA,CACA,yCACA,gDACI,oBACJ,CACA,qDACI,aACJ,CACA,CACA,yCACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,CAEA,oBACE,gCAAoC,CACpC,0BACF,CACA,gDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,gBACF,CACA,yDACE,WACF,CACA,gEACE,cAAe,CACf,eAAiB,CACjB,SACF,CACA,kDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,wDACE,UAAW,CACX,kBACF,CACA,sBACE,uBACF,CACA,mCACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,eACF,CACA,yCACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,QAAS,CACT,0BAA2B,CAC3B,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,oCACE,wBAAyB,CACzB,aAAc,CACd,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,4BACF,CACA,0BACA,oCACI,aACJ,CACA,CACA,uDACE,WAAY,CACZ,oBACF,CACA,kDACE,gBACF,CACA,qDACE,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QAAS,CACT,mBACF,CACA,qCACE,iBAAkB,CAClB,sBAAuB,CACvB,wBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,mDACE,YAAa,CACb,cACF,CACA,gEACE,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,qBACF,CACA,mFACE,yBAA0B,CAC1B,cACF,CACA,gFACE,sBACF,CACA,mFACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QACF,CACA,0CACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UAAY,CACZ,wBAAyB,CACzB,wBAAyB,CACzB,iBAAkB,CAClB,oBAAqB,CACrB,iBAAkB,CAClB,oBAAqB,CACrB,eAAgB,CAChB,uBACF,CACA,gDACE,iDACF,CACA,8CACE,UAAW,CACX,SAAU,CACV,eACF,CACA,wCACE,wBAAyB,CACzB,YACF,CACA,0BACA,wCACI,kBAAmB,CACnB,mBACJ,CACA,CACA,uDACE,kBACF,CACA,yDACE,YAAa,CACb,6BACF,CACA,sEACE,YAAa,CACb,qBAAsB,CACtB,wBAAyB,CACzB,iBAAkB,CAClB,sCAA+C,CAC/C,YAAa,CACb,qBACF,CACA,oFACE,kBAAmB,CACnB,iBACF,CACA,0FACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,MAAO,CACP,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,wFACE,WACF,CACA,oFACE,QACF,CACA,uFACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,iBAAkB,CAClB,YAAa,CACb,kBACF,CACA,kGACE,eACF,CACA,2FACE,UAAW,CACX,iBACF,CACA,mGACE,aACF,CACA,qCACE,wBAAyB,CACzB,mBACF,CACA,oDACE,mBACF,CACA,sDACE,cACF,CACA,0BACA,sDACI,gBAAiB,CACjB,iBACJ,CACA,CACA,gDACE,YACF,CACA,mFACE,4BAA6B,CAC7B,wBAAyB,CACzB,yBACF,CACA,oFACE,uBACF,CACA,kFACE,uBACF,CACA,+EACE,iBACF,CACA,sFACE,iBAAkB,CAClB,SAAU,CACV,MAAO,CACP,UAAW,CACX,sBAAuB,CACvB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,qBAAyB,CACzB,yBAA0B,CAC1B,WAAY,CACZ,qBACF,CACA,oFACE,yBACF,CACA,yFACE,yBAA0B,CAC1B,+BACF,CACA,sEACE,+BACF,CACA,kFACE,yBAA0B,CAC1B,4BAA6B,CAC7B,wBACF,CACA,mFACE,uBACF,CACA,iFACE,uBACF,CACA,2DACE,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,aAAc,CACd,cACF,CACA,uEACE,SAAU,CACV,eAAgB,CAChB,eAAgB,CAChB,6BAA8B,CAC9B,8BACF,CACA,wEACE,6BACF,CACA,sEACE,6BAA8B,CAC9B,8BACF,CACA,mEACE,SAAU,CACV,+CACF,CACA,wEACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,oBACF,CACA,sEACE,cAAe,CACf,aACF,CACA,0EACE,aAAc,CACd,aAAc,CACd,UACF,CACA,oEACE,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,iBAAkB,CAClB,UAAW,CACX,oBAAqB,CACrB,kBAAmB,CACnB,oBAAqB,CACrB,uBACF,CACA,0EACE,+CACF,CACA,4EACE,wBACF,CACA,iFACE,wBACF,CACA,6EACE,wBACF,CACA,+EACE,wBACF,CACA,gDACE,oBAAqB,CACrB,eAAiB,CACjB,UAAW,CACX,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CACnB,gBAAiB,CACjB,cAAe,CACf,qBAAsB,CACtB,kBACF,CACA,wDACE,wBACF,CACA,6DACE,wBACF,CACA,yDACE,wBACF,CACA,2DACE,wBACF,CACA,4CACE,kBACF,CACA,iDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,aACF,CACA,6DACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aACF,CACA,iEACE,cACF,CACA,qCACE,YAAa,CACb,eAAgB,CAChB,6BAA8B,CAC9B,sBAAuB,CACvB,kBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,wDACE,YAAa,CACb,YAAa,CACb,oBAAqB,CACrB,kBAAmB,CACnB,iBACF,CACA,8DACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,OAAQ,CACR,0BAA2B,CAC3B,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,2EACE,cAAe,CACf,WACF,CACA,0EACE,iBACF,CACA,6EACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,QACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,oBACF,CACA,gFACE,UAAW,CACX,gBACF,CACA,sDACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,eACF,CACA,+DACE,cACF,CACA,yCACE,wBAAyB,CACzB,mBAAoB,CACpB,iBACF,CACA,wDACE,kBACF,CACA,8DACE,SAAU,CACV,iBAAkB,CAClB,aACF,CACA,0CACA,8DACI,SACJ,CACA,CACA,4FACE,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,iBAAkB,CAClB,qBAAsB,CACtB,uCAAgD,CAChD,mBAAoB,CACpB,SAAU,CACV,iBACF,CACA,gGACE,iBAAkB,CAClB,cACF,CACA,+FACE,qBAAsB,CACtB,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,sCAA+C,CAC/C,sBAAuB,CACvB,2BAA4B,CAC5B,6BACF,CACA,kGACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,YAAa,CACb,iBACF,CACA,oGACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,oBACF,CACA,iGACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,0EACE,iBAAkB,CAClB,kBACF,CACA,6EACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAAY,CACZ,YAAa,CACb,SAAU,CACV,cACF,CACA,wGACE,wBACF,CACA,oFACE,iBAAkB,CAClB,WAAY,CACZ,aAAc,CACd,aAAc,CACd,UAAW,CACX,WAAY,CACZ,WAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,QAAS,CACT,YAAa,CACb,sBACF,CACA,2FACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,kBACF,CACA,2CACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,iCACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,qCACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,oCACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,mCACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,sCACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,4CACE,iDACF,CACA,0CACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,aACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,iBACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,gBACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,eACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,kBACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,wBACE,iDACF,CACA,sBACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,kCACE,eACF,CACA,iDACE,qBAAsB,CACtB,kBAAmB,CACnB,UACF,CACA,iEACE,UACF,CACA,4DACE,UACF,CACA,mDACE,oBACF,CACA,6GAEE,eACF,CACA,0BACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,wEAEE,2BACF,CACA,6DAEE,SACF,CACA,0EAEE,uBAAyB,CACzB,iCACF,CACA,+DAEE,gBAAiB,CACjB,eACF,CACA,+DAEE,eAAgB,CAChB,YACF,CACA,oBACE,cACF,CACA,sDACE,QAAS,CACT,iBACF,CACA,iEACE,4BAAiC,CACjC,oBAAqB,CACrB,mBACF,CACA,+DACE,4BAAiC,CACjC,oBACF,CACA,+EACE,YACF,CACA,8EACE,YACF,CACA,kEACE,UAAc,CACd,cAAe,CACf,iBAAkB,CAClB,gBAAiB,CACjB,eAAgB,CAChB,kCAAsC,CACtC,eACF,CACA,mFACE,WAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,cAAe,CACf,uBAAyB,CACzB,aAAc,CACd,eAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,wBACF,CACA,kGACE,SAAU,CACV,WAAY,CACZ,eAAgB,CAChB,kBAAmB,CACnB,WAAY,CACZ,aAAc,CACd,oBAAqB,CACrB,iBAAkB,CAClB,uBAAyB,CACzB,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,kCACF,CACA,2FACE,kBAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,KAAM,CACN,SAAU,CACV,WAAY,CACZ,2BACF,CACA,yFACE,yBACF,CACA,wFACE,wBACF,CACA,gGACE,UACF,CACA,6EACE,WAAY,CACZ,kBAAmB,CACnB,iBACF,CACA,+EACE,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,kCACF,CACA,wFACE,cAAe,CACf,eAAgB,CAChB,uBACF,CACA,8FACE,yBACF,CACA,2FACE,iBAAkB,CAClB,QAAS,CACT,MAAO,CACP,UAAW,CACX,SAAU,CACV,eAAgB,CAChB,qBAAyB,CACzB,2BAA4B,CAC5B,qBAAsB,CACtB,SAAU,CACV,iBAAkB,CAClB,uBAAyB,CACzB,qCACF,CACA,kGACE,UAAW,CACX,iBAAkB,CAElB,6BAA0B,CAA1B,wBAA0B,CAC1B,iBAAkB,CAClB,SAAU,CACV,UAAW,CACX,SACF,CACA,6GACE,gBAAiB,CACjB,eAAgB,CAChB,eAAmB,CACnB,eACF,CACA,gHACE,mBACF,CACA,mHACE,kBAAmB,CACnB,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,kCAAsC,CACtC,yBAA2B,CAC3B,cACF,CACA,yHACE,aACF,CACA,8HACE,eACF,CACA,2HACE,aAAc,CACd,eAAiB,CACjB,kCACF,CACA,wHACE,aAAc,CACd,cAAe,CACf,aAAc,CACd,eAAgB,CAChB,kCACF,CACA,gIACE,SACF,CACA,sIACE,kBACF,CACA,sIACE,kBACF,CACA,4IACE,kBACF,CACA,iGACE,QAAS,CACT,SAAU,CACV,kBACF,CACA,wFACE,eAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,YAAa,CACb,qBACF,CACA,4FACE,eACF,CACA,0GACE,kBACF,CACA,qHACE,eACF,CACA,yHACE,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,iBAAkB,CAClB,oBAAqB,CACrB,kCACF,CACA,uHACE,kBACF,CACA,sHACE,kBACF,CACA,qHACE,kBACF,CACA,mHACE,aACF,CACA,8HACE,eACF,CACA,sHACE,UAAc,CACd,QAAS,CACT,cAAe,CACf,eAAiB,CACjB,kCACF,CACA,uHACE,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,UAAY,CACZ,kCACF,CACA,uHACE,UAAW,CACX,WAAY,CACZ,eACF,CACA,sHACE,uBAAwB,CACxB,UAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gBACF,CACA,0GACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,eACF,CACA,4GACE,cAAe,CACf,eAAmB,CACnB,oBAAqB,CACrB,gBAAiB,CACjB,oBAAqB,CACrB,UAAc,CACd,eAAmB,CACnB,iBAAkB,CAClB,wBAAyB,CACzB,kCACF,CACA,kHACE,eACF,CACA,6FACE,eAAgB,CAChB,cAAe,CACf,UAAc,CACd,iBAAkB,CAClB,kCACF,CACA,4FACE,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,kCACF,CACA,gGACE,cAAe,CACf,UAAW,CACX,kBAAmB,CACnB,kBAAmB,CACnB,eAAgB,CAChB,gBAAiB,CACjB,eAAgB,CAChB,kCACF,CACA,0CACA,0EACI,YAAa,CACb,WAAY,CACZ,aAAc,CACd,6BACJ,CACA,wFACI,WACJ,CACA,iFACI,iBACJ,CACA,8EACI,eACJ,CACA,CACA,2DACA,0EACI,YAAa,CACb,WAAY,CACZ,aAAc,CACd,6BACJ,CACA,wFACI,WACJ,CACA,iFACI,iBACJ,CACA,8EACI,eACJ,CACA,CACA,yCACA,iEACI,kBAAmB,CACnB,oBAAqB,CACrB,mBACJ,CACA,+DACI,kBAAmB,CACnB,oBACJ,CACA,+EACI,YACJ,CACA,8EACI,YACJ,CACA,wFACI,cAAe,CACf,QAAS,CACT,eAAgB,CAChB,eACJ,CACA,0GACI,qBACJ,CACA,iFACI,iBACJ,CACA,iGACI,mBAAoB,CACpB,iBACJ,CACA,8EACI,eACJ,CACA,8FACI,eAAgB,CAChB,mBAAyB,CACzB,cAAe,CACf,qBACJ,CACA,iFACI,YACJ,CACA,gFACI,eACJ,CACA,CACA,iDACE,UAAW,CACX,WAAY,CACZ,UAAc,CACd,kBAAmB,CACnB,QAAS,CACT,cAAe,CACf,UAAW,CACX,WAAY,CACZ,SAAU,CACV,qCAA4C,CAC5C,cAAe,CACf,SAAU,CACV,iBAAkB,CAClB,uBACF,CACA,2CACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,qBACE,iBAAkB,CAClB,YAAa,CACb,wBACF,CACA,8BACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,6BACF,CACA,4CACE,OAAQ,CACR,QACF,CACA,gCACE,eAAgB,CAChB,gBACF,CACA,wDACE,aACF,CACA,+CACE,aACF,CACA,gDACE,aACF,CACA,qDACE,aACF,CACA,2DACE,aACF,CACA,qDACE,aACF,CACA,yCACE,MAAO,CACP,kBAAmB,CACnB,SAAU,CACV,kBAAmB,CACnB,8BACF,CACA,2CACE,UAAW,CACX,aAAc,CACd,QAAS,CAET,YAAkB,CAClB,kBAAmB,CACnB,eAAgB,CAChB,WAAgC,CAAhC,+BAAgC,CAChC,wBAAyB,CACzB,eACF,CACA,mGAEE,eAAgB,CAChB,SACF,CACA,0DACE,yBAA2B,CAC3B,8BAA+B,CAC/B,SAAU,CACV,aAAc,CACd,eAAgB,CAChB,wBACF,CACA,qCACE,MAAO,CACP,eAAgB,CAChB,kBAAmB,CACnB,eACF,CACA,yDACE,aAAc,CACd,SAAU,CACV,eAAgB,CAChB,6CAAkD,CAClD,qCAA0C,CAC1C,eAAgB,CAChB,iBAAkB,CAClB,aAAc,CACd,wBAAyB,CACzB,WACF,CACA,6DACE,cAAe,CACf,SACF,CACA,mFACE,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,wBAAyB,CACzB,UAAW,CACX,WAAY,CACZ,SAAU,CACV,eACF,CACA,wEACE,SAAU,CACV,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,SAAU,CACV,UAAW,CACX,WAAY,CACZ,gCAAqC,CACrC,2BACF,CACA,+EACE,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,iBACF,CACA,8EACE,SACF,CAIA,6KACE,YACF,CACA,kDACE,aAAc,CACd,iBACF,CACA,oEACE,iBAAkB,CAElB,iBAEF,CACA,sDACE,cACF,CACA,iCACE,iBACF,CACA,iEACE,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAc,CACd,WAAY,CACZ,cACF,CACA,8DACE,qBAAsB,CACtB,eAAkB,CAClB,WAAY,CACZ,aAAc,CACd,UAAW,CACX,aAAc,CACd,YAAa,CACb,cAAe,CACf,eAAgB,CAChB,eACF,CACA,wDACE,wBACF,CACA,gDACE,4BAAgC,CAChC,gBACF,CACA,sDACE,aAAc,CACd,eAAgB,CAChB,aAAc,CACd,eAAgB,CAChB,eACF,CACA,yGACE,YACF,CACA,6CACE,eAAgB,CAChB,WAAY,CACZ,UAAY,CACZ,iBACF,CAEA,iCACE,UAAW,CACX,cAAe,CACf,iBACF,CACA,kCACE,oBAAqB,CACrB,iBACF,CACA,sDACE,aAAgB,CAChB,cACF,CACA,8BACE,wBAA0B,CAC1B,yBAA4B,CAC5B,qBAAuB,CACvB,0BACF,CACA,4BAEE,oBACF,CACA,wCAEE,UACF,CACA,+BACE,gBAAiB,CACjB,gBACF,CACA,aACE,SAAU,CACV,gBAAiB,CACjB,iBACF,CACA,8BACE,0BACF,CACA,gCACE,gBACF,CACA,yBACE,wBACF,CACA,sDACE,aAAc,CACd,eACF,CACA,oCACE,QAAW,CACX,SACF,CACA,oDACE,eACF,CACA,iEACE,2BACF,CACA,mFACE,gBACF,CACA,OACE,WAAY,CACZ,oBACF,CACA,cACE,UACF,CACA,mCACE,cACF,CAEA,8DACE,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,cACF,CACA,mEACE,aAAc,CACd,aAAc,CACd,gBAAiB,CACjB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,0BAA2B,CAC3B,yBACF,CACA,oDACE,UAAW,CACX,mBAAoB,CACpB,cAAe,CACf,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,kBAAmB,CACnB,uBACF,CAEA,uBACE,aAAgB,CAChB,YAAa,CACb,eAAgB,CAChB,YAAa,CACb,sBACF,CACA,yBACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,+BACE,kBACF,CACA,2BACE,MACF,CACA,gCACE,MAAO,CACP,iBACF,CACA,kCACE,aAAgB,CAChB,cACF,CACA,kCACE,gBACF,CACA,+CACE,eAAgB,CAChB,aAAc,CACd,oBAAqB,CACrB,uCAA4C,CAC5C,oCAAyC,CACzC,+BACF,CACA,qDACE,kBACF,CAEA,wBACE,gBAAiB,CACjB,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oBACE,SACF,CACA,yBACE,SACF,CACA,+BACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,kCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,yCACA,+DAEI,4BACJ,CAIA,gJACI,YACJ,CACA,gEAEI,UACJ,CACA,2DACI,kBACJ,CACA,qCACI,mBACJ,CACA,CACA,yCACA,qCACI,cACJ,CACA,CAEA,iBACE,yBACF,CACA,2CACE,gBAAiB,CACjB,cAAe,CACf,eACF,CACA,sBACE,cAAe,CACf,eACF,CACA,yCACE,eAAgB,CAChB,YAAa,CACb,6BACF,CACA,oDACE,WAAY,CACZ,oBAAqB,CACrB,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,sBAAuB,CACvB,kBACF,CACA,0DACE,iBAAkB,CAClB,OACF,CACA,sDACE,UAAW,CACX,oBAAqB,CACrB,YACF,CACA,yHAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,2DACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,gEACE,gBACF,CACA,0EAGE,MAAO,CAEP,2BASF,CACA,oIAdE,iBAAkB,CAClB,KAAM,CAEN,aAAc,CAGd,iCAAkC,CAElC,oCAAqC,CAErC,OAAQ,CACR,QAAS,CACT,WAoBF,CAlBA,0DACE,SAAU,CAIV,WAAY,CAYZ,8BACF,CACA,2DACE,wBACF,CACA,6DACE,UACF,CACA,iEACE,yBACF,CACA,+DACE,aACF,CACA,sEACE,wBACF,CACA,4EACE,yBACF,CACA,wEACE,UACF,CACA,iCACE,wBAAyB,CACzB,iBAAkB,CAClB,gBACF,CACA,0CACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,iDACE,kBAAmB,CACnB,QAAS,CACT,YACF,CACA,+CACE,gBAAiB,CACjB,mBACF,CACA,iEACE,aAAc,CACd,eACF,CACA,+IAEE,aAAc,CACd,WACF,CACA,yEACE,UAAW,CACX,SAAU,CACV,cACF,CACA,gGACE,YAAa,CACb,6BACF,CACA,gNAEE,QAAS,CACT,SAAU,CACV,iBAAkB,CAClB,WAAY,CACZ,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,8GACE,WACF,CACA,+GACE,SACF,CACA,6FACE,cACF,CACA,2GACE,gBACF,CACA,gHACE,gBACF,CACA,sGACE,cACF,CACA,sFACE,cACF,CACA,yGACE,kBACF,CACA,4FACE,eACF,CACA,8FACE,eACF,CACA,qGACE,OACF,CACA,mGACE,eAAgB,CAChB,WAAY,CACZ,YACF,CACA,4EACE,iBACF,CACA,iEACE,UAAW,CAEX,gBAAiB,CAEjB,qBAAsB,CAEtB,iBAAkB,CAElB,qBAAsB,CAEtB,cAAe,CAEf,kBAAmB,CAEnB,eAAgB,CAEhB,WACF,CACA,8EACE,aACF,CACA,wFACE,SACF,CACA,6DACE,YAAa,CACb,mBACF,CACA,sEACE,kBAAmB,CACnB,iBAAkB,CAClB,gBAAiB,CACjB,yBAA0B,CAC1B,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,gBACF,CACA,qFACE,eAAgB,CAChB,aACF,CACA,yFACE,wBAAyB,CAEzB,cAAe,CACf,UAAW,CACX,WACF,CACA,6EAEE,YAAa,CACb,iBAAkB,CAClB,YAAa,CACb,cACF,CACA,+FACE,UAAW,CACX,YAAa,CACb,SACF,CACA,kGACE,kBAAmB,CACnB,UAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,wFACE,aACF,CACA,6EACE,UAAc,CACd,eACF,CACA,8BACE,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,iBAAkB,CAClB,cACF,CACA,yEAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,qDACE,sBACF,CACA,iEACE,gBAAiB,CACjB,gBACF,CACA,mEACE,YAAa,CACb,QAAS,CACT,eAAgB,CAChB,eACF,CACA,gGAEE,2BACF,CACA,qFAEE,SACF,CACA,yCACA,qDACI,YACJ,CACA,iEACI,gBACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,YAAa,CACb,gBACJ,CACA,yDACI,aAAc,CACd,aACJ,CACA,kHAGI,cACJ,CACA,+CACI,uBACJ,CACA,wDACI,2BAA6B,CAC7B,oBACJ,CACA,+DACI,eACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,kHAGI,cACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,CAEA,QACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WACF,CACA,cACE,YACF,CACA,8BACE,wBACF,CACA,qCACE,kCAAmC,CACnC,8BAA+B,CAC/B,0BACF,CACA,4BACE,0BACF,CACA,gBAEE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,wBAGF,CACA,uCAVE,iBAAkB,CAOlB,sBAAwB,CACxB,cAYF,CAVA,uBAEE,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAGF,CACA,sBACE,kBACF,CACA,6BACE,iBACF,CAEA,oBACE,UACF,CACA,wBACE,cACF,CAEA,qBACI,aACJ,CAEA,gBACE,eAAgB,CAChB,cACF,CACA,+BACE,oBACF,CACA,uCACE,iBAAkB,CAClB,oBACF,CACA,wCACE,SACF,CACA,2CACE,cAAe,CACf,iBACF,CACA,8JAEE,SACF,CAEA,2BACE,iBACF,CACA,iCACE,YAAa,CACb,oCAAsC,CACtC,aAAc,CACd,kBACF,CACA,kCACE,uBACF,CACA,yDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAyB,CACzB,+BAAoC,CACpC,aACF,CACA,wEACE,4BAA6B,CAC7B,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,4CACE,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBACF,CACA,8DACE,iBAAkB,CAClB,UACF,CACA,qEACE,SAAU,CACV,UAAW,CACX,YAAa,CACb,gBAAiB,CACjB,mBAAqB,CACrB,0BACF,CACA,sEACE,mBAAqB,CACrB,SAAU,CACV,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,8BAAgC,CAChC,kCAAoC,CACpC,iBACF,CACA,2EACE,UACF,CACA,4EACE,SACF,CACA,oEACE,wBAAyB,CACzB,iBAAkB,CAClB,UAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,cACF,CACA,mDACE,cACF,CACA,qDACE,eACF,CACA,8CACE,eACF,CACA,uDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,kBACF,CACA,gEACE,WACF,CACA,uEACE,cAAe,CACf,eAAiB,CACjB,SACF,CAEA,oCACE,iBAAkB,CAClB,eACF,CACA,6CACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,KAAQ,CACR,MAAS,CACT,6BACF,CACA,2DACE,OAAQ,CACR,QACF,CACA,gEACE,iBACF,CACA,2FACE,cACF,CACA,6EACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,yCACA,6CACI,SACJ,CACA,kDACI,gBACJ,CACA,sEAEI,4BACJ,CAIA,gJACI,YACJ,CACA,wEAEI,UACJ,CACA,yCACI,mBACJ,CACA,2CACI,mBACJ,CACA,0DACI,cACJ,CACA,CAEA,mDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,+BAAoC,CACpC,YAAa,CACb,eACF,CACA,sEACE,YACF,CACA,kEACE,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,iBAAkB,CAClB,iBAAkB,CAClB,iBAAkB,CAClB,qBAAsB,CACtB,qBACF,CACA,yCACA,kEACI,eAAgB,CAChB,iBAAkB,CAClB,eACJ,CACA,CACA,gDACA,kEACI,cACJ,CACA,CACA,6EACE,iBAAkB,CAClB,QAAS,CACT,UAAW,CACX,cACF,CACA,wEACE,cACF,CACA,gFACE,aAAc,CACd,cAAe,CACf,eAAmB,CACnB,kCAAsC,CACtC,cACF,CACA,oFACE,gBAAiB,CACjB,kBAAmB,CACnB,kBAAmB,CACnB,aAAc,CACd,cAAe,CACf,eAAmB,CACnB,kCAAsC,CACtC,oBAAqB,CACrB,eACF,CACA,2EACE,SAAU,CACV,kBAAmB,CACnB,gBAAiB,CACjB,eAAiB,CACjB,kCACF,CACA,sFACE,QAAS,CACT,iBAAmB,CACnB,eAAmB,CACnB,kCACF,CACA,6FACE,aACF,CACA,wFACE,kBAAmB,CACnB,iBAAkB,CAClB,iBAAkB,CAClB,eAAgB,CAChB,gBAAkB,CAClB,kCAAsC,CACtC,aAAc,CACd,oBAAqB,CACrB,oBAAqB,CACrB,UACF,CACA,oFACE,kBACF,CACA,wFACE,UACF,CACA,yFACE,aAAc,CACd,iBAAmB,CACnB,eAAmB,CACnB,kCAAsC,CACtC,oBACF,CAKA,8DACE,cAAiB,CACjB,YAAa,CACb,cACF,CACA,8DACE,WACF,CACA,4CACE,oBAAqB,CACrB,aAAgB,CAChB,UAAW,CACX,cAAe,CACf,eAAiB,CACjB,kBACF,CACA,8CACE,wBACF,CACA,oDACE,wBACF,CACA,wDACE,cAAe,CACf,eACF,CACA,uFACE,iBAAkB,CAClB,qBAAyB,CACzB,uBAAyB,CACzB,0BAA4B,CAC5B,0BACF,CACA,oGACE,oBACF,CACA,iDACE,YACF,CACA,kDACE,8BAAgC,CAChC,qBAAuB,CACvB,wBACF,CACA,qEACE,wBAA0B,CAC1B,yBAA2B,CAC3B,yBAA2B,CAC3B,uBACF,CACA,sEACE,WAAY,CACZ,eACF,CACA,4EACE,WAAY,CACZ,eAAgB,CAChB,YACF,CACA,qDACE,UACF,CACA,6DACE,UACF,CACA,2DACE,cACF,CAEA,sBACE,2BACF,CACA,2EACE,cAAiB,CACjB,YAAa,CACb,cACF,CACA,2EACE,WACF,CACA,8DACE,YACF,CACA,+DACE,8BAAgC,CAChC,qBAAuB,CACvB,wBACF,CACA,kFACE,wBAA0B,CAC1B,yBAA2B,CAC3B,yBAA2B,CAC3B,uBACF,CACA,mFACE,WAAY,CACZ,eACF,CACA,yFACE,WAAY,CACZ,eAAgB,CAChB,YACF,CACA,kEACE,UACF,CACA,0EACE,UACF,CACA,wEACE,cACF","file":"vue-admin.css","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.dokan-dashboard .widgets-wrapper {\n display: block;\n overflow: hidden;\n margin-top: 15px;\n width: 100%;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n.dokan-dashboard .widgets-wrapper .right-side {\n float: left;\n width: 48%;\n}\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 3%;\n}\n.dokan-dashboard .dokan-postbox .loading {\n display: block;\n width: 100%;\n margin: 15px auto;\n text-align: center;\n}\n.dokan-dashboard .subscribe-box {\n margin: 20px -12px -11px -12px;\n padding: 0 15px 15px;\n background: #fafafa;\n border-top: 1px solid #efefef;\n position: relative;\n}\n.dokan-dashboard .subscribe-box h3 {\n margin: 10px 0;\n}\n.dokan-dashboard .subscribe-box p {\n margin-bottom: 10px !important;\n}\n.dokan-dashboard .subscribe-box .thank-you {\n background: #4fa72b;\n margin-top: 10px;\n padding: 15px;\n border-radius: 3px;\n color: #fff;\n}\n.dokan-dashboard .subscribe-box .form-wrap {\n display: flex;\n}\n.dokan-dashboard .subscribe-box .form-wrap input[type=\"email\"] {\n width: 100%;\n padding: 3px 0 3px 6px;\n margin: 0px -1px 0 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button:hover {\n background: #ff6a3c;\n}\n.dokan-dashboard .subscribe-box .loading {\n position: absolute;\n height: 100%;\n margin: 0 0 0 -15px;\n background: rgba(0, 0, 0, 0.2);\n}\n.dokan-dashboard .subscribe-box .loading .dokan-loader {\n margin-top: 30px;\n}\n@media only screen and (max-width: 770px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n.dokan-dashboard .postbox.dokan-status ul li a .details span.up,\n .dokan-dashboard .postbox.dokan-status ul li a .details span.down {\n display: none;\n}\n.dokan-dashboard .postbox.dokan-status ul li a strong {\n font-size: 16px;\n}\n}\n@media only screen and (max-width: 360px) {\n.dokan-dashboard .postbox.dokan-status ul li a .details {\n display: none;\n}\n}\n\n.dokan-promo-banner {\n display: flex;\n column-gap: 2rem;\n align-items: center;\n justify-content: center;\n background-color: #262626;\n background-repeat: no-repeat;\n background-position: bottom 0 right -30px;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 1118 134' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.314 46.792c-17.462 5.8373-25.659 37.492 0 49.954 125.57 60.988 154.29-4.0336 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.3322-23.859-5.6127-51.525-10.103-27.666-4.4902-28.935 23.293-38.072 34.238s-11.676 4.7708-33.504 12.067z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='m232.24 94.631-3.154 3.8071-0.012 0.0133c-0.188 0.2111-0.28 0.4935-0.252 0.7747l0.501 5.0681c0.106 1.072-0.37 2.131-1.242 2.764-0.871 0.634-2.026 0.759-3.013 0.327l-4.665-2.042c-0.259-0.114-0.555-0.114-0.814 0l-4.665 2.042c-0.984 0.43-2.139 0.309-3.013-0.327-0.872-0.633-1.348-1.692-1.242-2.764l0.501-5.0681c0.028-0.2812-0.064-0.5636-0.252-0.7747l-0.023-0.0269-3.143-3.7935c-0.706-0.8042-0.939-1.9333-0.608-2.9517 0.332-1.0228 1.19-1.8016 2.24-2.0337l4.75-1.0913c0.276-0.0604 0.516-0.2349 0.659-0.4787l2.574-4.3943c0.544-0.9295 1.552-1.507 2.629-1.507s2.085 0.5775 2.629 1.507l2.574 4.3942c0.143 0.2439 0.383 0.4184 0.659 0.4788l0.01 0.0023 4.74 1.089c1.05 0.2321 1.908 1.0109 2.24 2.0336 0.331 1.0185 0.098 2.1476-0.608 2.9518zm-5.439 4.7948c-0.083-0.8371 0.187-1.6778 0.742-2.3096l3.154-3.8072 0.012-0.0133c0.239-0.2683 0.318-0.6472 0.207-0.9888-0.111-0.3414-0.398-0.6014-0.748-0.6782l-0.01-0.0022-4.74-1.0889c-0.826-0.1826-1.544-0.7054-1.972-1.4353l-2.573-4.3942c-0.182-0.3099-0.518-0.5024-0.877-0.5024s-0.695 0.1925-0.876 0.5024l-2.574 4.3942c-0.428 0.7298-1.146 1.2527-1.972 1.4352l-4.749 1.0912c-0.351 0.0768-0.638 0.3368-0.749 0.6783s-0.032 0.7204 0.207 0.9887l0.023 0.0269 3.143 3.7936c0.555 0.6318 0.825 1.4724 0.743 2.3095l-0.501 5.0675c-0.035 0.358 0.123 0.711 0.414 0.922 0.29 0.211 0.675 0.253 1.004 0.109l4.665-2.042c0.777-0.34 1.667-0.34 2.444 0l4.665 2.042c0.329 0.144 0.714 0.102 1.004-0.109 0.291-0.211 0.449-0.564 0.414-0.922l-0.5-5.0674zm-8.96-7.087c0.397 0.3967 0.397 1.0398 0 1.4365-0.396 0.3966-1.039 0.3966-1.436 0-0.397-0.3967-0.397-1.0398 0-1.4365 0.397-0.3966 1.04-0.3966 1.436 0zm4.31 5.746c-0.397 0.3967-0.397 1.0398 0 1.4365 0.396 0.3966 1.039 0.3966 1.436 0 0.397-0.3967 0.397-1.0398 0-1.4365s-1.04-0.3967-1.436 0zm0.171-5.9197-6.094 6.0934 1.436 1.4363 6.094-6.0934-1.436-1.4363z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='m852.47 7.8208c0.18-0.08357 0.384-0.09774 0.574-0.03968 0.188 0.06461 0.326 0.22631 0.361 0.42212l1.954 6.3567c0.443 1.4302-0.062 2.9843-1.261 3.8813l-10.952 8.1002 0.073 0.6298c0.099 0.5363 0.439 0.9971 0.923 1.249 0.489 0.2551 1.074 0.2472 1.556-0.0211l10.784-6.3575c0.307-0.1805 0.701-0.0786 0.882 0.2276 0.18 0.3062 0.078 0.7008-0.228 0.8813l-10.784 6.3575c-0.856 0.4708-1.889 0.4937-2.766 0.0613-0.888-0.4425-1.51-1.2851-1.671-2.2647l-0.099-0.801-9.78-8.5422c-0.533-0.4538-1.292-0.5279-1.902-0.1858l-1.858 1.0949c-0.306 0.1806-0.701 0.0787-0.881-0.2275-0.181-0.3063-0.079-0.7008 0.227-0.8814l1.858-1.0949c1.085-0.6242 2.445-0.4988 3.397 0.3133l1.398 1.2305 18.195-10.39zm0.836 9.5933c0.787-0.5519 1.121-1.5522 0.825-2.4663l-1.701-5.6096-17.141 9.7688 7.187 6.2978 10.83-7.9907zm-7.844 14.449c-1.378 0.8124-1.837 2.588-1.024 3.9659 0.812 1.378 2.587 1.8365 3.965 1.0241 1.378-0.8123 1.837-2.5879 1.025-3.9658-0.813-1.378-2.588-1.8365-3.966-1.0242zm2.288 3.8812c-0.766 0.4513-1.752 0.1966-2.204-0.569-0.451-0.7655-0.196-1.7519 0.569-2.2032 0.766-0.4513 1.752-0.1966 2.204 0.569 0.451 0.7655 0.196 1.7519-0.569 2.2032zm8.246-10.092c-1.378 0.8123-1.836 2.5879-1.024 3.9658 0.813 1.378 2.588 1.8365 3.966 1.0242s1.836-2.588 1.024-3.9659-2.588-1.8365-3.966-1.0241zm2.288 3.8811c-0.765 0.4513-1.752 0.1966-2.203-0.5689-0.451-0.7656-0.196-1.752 0.569-2.2033 0.766-0.4513 1.752-0.1965 2.203 0.569 0.452 0.7655 0.197 1.7519-0.569 2.2032z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='m858.68 78.402c-46.133-0.572-65.012 36.944-68.685 55.772h328v-74.721c-29.38-41.829-81.54-18.948-120.48 3.9327-38.934 22.881-81.173 15.731-138.84 15.016z' fill='url(%23a)' fill-opacity='.14'/%3E%3Cg filter='url(%23b)'%3E%3Cpath d='m992.27 106.41-7.65 11.309c-0.616 0.906-1.588 1.518-2.669 1.681-1.082 0.163-2.192-0.135-3.046-0.817l-8.831-7.053c-0.854-0.682-1.39-1.699-1.47-2.789s0.302-2.174 1.048-2.974l9.34-9.9638c0.598-0.6419 1.606-0.7158 2.294-0.167l1.667 1.3314 0.06-0.075c1.608-2.0144 4.556-2.3445 6.57-0.7357 2.015 1.6088 2.345 4.5561 0.736 6.5711l-0.06 0.075 1.667 1.331c0.688 0.549 0.838 1.548 0.344 2.276zm-3.571-9.146c-1.404-1.1213-3.458-0.8913-4.579 0.5127l-0.06 0.075 5.092 4.0673 0.06-0.075c1.121-1.404 0.891-3.4588-0.513-4.58zm-8.91 20.212c0.555 0.443 1.248 0.629 1.95 0.523s1.309-0.488 1.709-1.075l7.649-11.31c0.082-0.12 0.058-0.283-0.055-0.373l-1.667-1.331-1.089 1.363c-0.244 0.306-0.69 0.356-0.995 0.112-0.306-0.244-0.356-0.69-0.112-0.996l1.089-1.363-5.092-4.0673-1.089 1.3633c-0.244 0.306-0.69 0.356-0.996 0.112-0.305-0.245-0.355-0.6903-0.111-0.996l1.089-1.3634-1.667-1.3314c-0.113-0.0896-0.277-0.0776-0.375 0.0275l-9.34 9.9643c-0.484 0.518-0.722 1.194-0.67 1.903 0.052 0.708 0.386 1.342 0.941 1.785l8.831 7.053zm4.009-10.566c0.389-0.044 0.739 0.236 0.783 0.625 0.043 0.389-0.236 0.739-0.625 0.783l-5.15 0.576c-0.194 0.022-0.379-0.037-0.52-0.15-0.142-0.113-0.241-0.28-0.262-0.475l-0.271-2.413c-0.043-0.389 0.237-0.739 0.626-0.783 0.388-0.043 0.739 0.236 0.782 0.625l0.192 1.71 4.445-0.498z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='205' y='80.174' width='30' height='29.465' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='c' x='825.3' y='5.7458' width='37.058' height='33.509' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='b' x='966.6' y='93.138' width='27.967' height='28.307' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='954.18' x2='954.16' y1='-167.87' y2='128.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E\");\n position: relative;\n padding-right: 40px;\n}\n.dokan-promo-banner .thumbnail {\n display: flex;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 227px;\n height: 147px;\n}\n.dokan-promo-banner .content {\n display: flex;\n align-items: center;\n justify-content: space-between;\n column-gap: 1.5rem;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 170px;\n}\n.dokan-promo-banner .content .details h3 {\n color: #ffffff;\n font-size: 18px;\n font-weight: bold;\n font-style: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0;\n}\n.dokan-promo-banner .content .details h3 .dokan-offer {\n display: none;\n}\n.dokan-promo-banner .content .details p {\n color: #bcbcbc;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin-bottom: 0;\n}\n.dokan-promo-banner .content .features {\n display: grid;\n column-gap: 2rem;\n row-gap: 1.25rem;\n align-items: center;\n grid-template-columns: repeat(2, minmax(0, 1fr));\n flex-shrink: 0;\n}\n.dokan-promo-banner .content .features label {\n position: relative;\n color: #e1e1e1;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n padding-left: 34px;\n cursor: context-menu;\n}\n.dokan-promo-banner .content .features span {\n position: absolute;\n top: 0;\n left: 0;\n width: 20px;\n height: 20px;\n border-radius: 3px;\n background-color: #3fc274;\n}\n.dokan-promo-banner .content .features span:after {\n content: \"\";\n position: absolute;\n left: 7px;\n top: 3px;\n width: 4px;\n height: 9px;\n border: solid white;\n border-width: 0 1.8px 1.8px 0;\n transform: rotate(45deg);\n}\n.dokan-promo-banner .content .features a {\n color: #999999;\n font-style: normal;\n font-weight: normal;\n font-size: 16px;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-promo-banner .content .features a:hover {\n color: #c9c9c9;\n}\n.dokan-promo-banner .btn-upgrade {\n flex-shrink: 0;\n}\n.dokan-promo-banner .btn-upgrade a {\n color: #ffffff;\n background: #2CBF67;\n font-size: 15px;\n font-weight: normal;\n font-style: normal;\n font-family: Lato, sans-serif;\n padding: 15px 28px;\n border-radius: 3px;\n text-decoration: none;\n transition: all 0.1s linear;\n}\n.dokan-promo-banner .btn-upgrade a:hover {\n background: #17a951;\n}\n.dokan-promo-banner .close-banner {\n position: absolute;\n top: 10px;\n right: 5px;\n border: 0;\n background: transparent;\n text-decoration: none;\n}\n.dokan-promo-banner .close-banner span {\n font-size: 15px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #404040;\n transition: all 0.2s ease;\n cursor: pointer;\n border: 1px solid #3f3f3f;\n border-radius: 55px;\n width: 20px;\n height: 20px;\n}\n.dokan-promo-banner .close-banner span:hover {\n color: #f16982;\n border-color: #f16982;\n}\n@media only screen and (max-width: 576px) {\n.dokan-promo-banner {\n flex-wrap: wrap;\n background-position: unset;\n background-image: unset;\n padding: 28px 23px;\n justify-content: start;\n}\n.dokan-promo-banner .thumbnail {\n display: none;\n}\n.dokan-promo-banner .content {\n flex-wrap: wrap;\n margin-bottom: 25px;\n}\n.dokan-promo-banner .content .details {\n text-align: left;\n flex: unset;\n margin-bottom: 20px;\n}\n.dokan-promo-banner .content .details p {\n width: 80%;\n}\n.dokan-promo-banner .content .details h3 {\n font-size: 15px;\n}\n.dokan-promo-banner .content .details h3 .dokan-offer {\n font-size: 13px;\n font-weight: 300;\n margin-left: 15px;\n display: inline-block;\n}\n.dokan-promo-banner .content .details h3 .penchant-off {\n margin: 0 5px;\n padding: 3px 8px;\n background-color: rgba(249, 95, 71, 0.15);\n color: #E04932;\n font-size: 15px;\n font-weight: 900;\n border-radius: 5px;\n}\n.dokan-promo-banner .content .details p {\n font-size: 13px;\n}\n.dokan-promo-banner .content .features {\n flex-wrap: wrap;\n row-gap: 0;\n column-gap: 1rem;\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n.dokan-promo-banner .content .features .hidden-sm {\n display: none;\n}\n.dokan-promo-banner .content .features label {\n font-size: 13px;\n font-weight: 300;\n}\n.dokan-promo-banner .content .features a {\n margin-top: 20px;\n display: block;\n font-size: 13px;\n}\n.dokan-promo-banner .btn-upgrade a {\n display: block;\n padding: 12px 16px;\n}\n}\n@media only screen and (max-width: 375px) {\n.dokan-promo-banner .content .details p {\n width: 85%;\n}\n}\n@media (min-width: 577px) and (max-width: 991px) {\n.dokan-promo-banner .content .details {\n flex: 0 1 280px;\n}\n.dokan-promo-banner .content .features {\n display: none;\n}\n}\n@media (min-width: 992px) and (max-width: 1120px) {\n.dokan-promo-banner {\n background-position: bottom 20px right -10px;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 180px;\n height: 140px;\n}\n.dokan-promo-banner .content {\n justify-content: center;\n column-gap: 0.5rem;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 180px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.dokan-promo-banner .content .features .hidden-sm {\n display: none;\n}\n}\n@media (min-width: 1121px) and (max-width: 1300px) {\n.dokan-promo-banner {\n background-position: bottom 15px right -20px;\n}\n.dokan-promo-banner .content {\n justify-content: center;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 250px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.dokan-promo-banner .content .features .hidden-sm {\n display: none;\n}\n}\n@media only screen and (min-width: 1301px) {\n.dokan-promo-banner {\n background-position: bottom 0 right -15px;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 170px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n}\n@media only screen and (min-width: 1550px) {\n.dokan-promo-banner {\n background-position: bottom -5px right 165px;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 190px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n}\n\n.withdraw-requests .dokan-modal .modal-body {\n min-height: 130px;\n}\n.withdraw-requests .dokan-modal .modal-body textarea {\n width: 100%;\n}\n.withdraw-requests .image {\n width: 10%;\n}\n.withdraw-requests .seller {\n width: 20%;\n}\n.withdraw-requests td.seller img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.withdraw-requests td.seller strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n.withdraw-requests td.actions,\n.withdraw-requests th.actions {\n width: 120px;\n}\n.withdraw-requests td.status span {\n line-height: 2.5em;\n padding: 5px 8px;\n border-radius: 4px;\n}\n.withdraw-requests td.status .approved {\n background: #c6e1c6;\n color: #5b841b;\n}\n.withdraw-requests td.status .pending {\n background: #f8dda7;\n color: #94660c;\n}\n.withdraw-requests td.status .cancelled {\n background: #eba3a3;\n color: #761919;\n}\n.withdraw-requests .method_details_inner p {\n margin-bottom: 2px;\n}\n@media only screen and (max-width: 600px) {\n.withdraw-requests table td.seller,\n .withdraw-requests td.amount,\n .withdraw-requests td.actions {\n display: table-cell !important;\n}\n.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table th.column,\n .withdraw-requests table td.column {\n width: auto;\n}\n.withdraw-requests table td.column.actions .dashicons {\n width: 14px;\n height: 14px;\n font-size: 18px;\n}\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 11px;\n}\n}\n@media only screen and (max-width: 376px) {\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 9px;\n}\n}\n@media only screen and (max-width: 320px) {\n.withdraw-requests table td.column.actions .dashicons {\n width: 10px;\n height: 10px;\n font-size: 14px;\n}\n}\n\n.dokan-pro-features {\n font-family: 'Open Sans', sans-serif;\n margin: -10px -20px 0 -22px;\n}\n.dokan-pro-features .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin: 20px 70px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content {\n margin: 30px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n.dokan-pro-features .vendor-capabilities-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n.dokan-pro-features .vendor-capabilities-banner a:hover {\n color: #fff;\n background: #ff6a3c;\n}\n.dokan-pro-features a {\n transition: all 0.2s ease;\n}\n.dokan-pro-features .section-title {\n text-align: center;\n color: #2e2c2c;\n font-size: 30px;\n line-height: 1.5em;\n font-weight: 400;\n position: relative;\n margin: 0 0 58px;\n}\n.dokan-pro-features .section-title:after {\n content: '';\n position: absolute;\n bottom: -21px;\n left: 50%;\n transform: translateX(-50%);\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #f2624d;\n}\n.dokan-pro-features .header-section {\n background-color: #f2f2f2;\n color: #3f4143;\n font-size: 16px;\n display: flex;\n align-items: center;\n padding: 0 8%;\n border-bottom: 1px solid #eee;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .header-section {\n padding: 0 24%;\n}\n}\n.dokan-pro-features .header-section .feature-thumb img {\n width: 233px;\n margin: -20px 0 -30px;\n}\n.dokan-pro-features .header-section .content-area {\n padding-left: 10%;\n}\n.dokan-pro-features .header-section .content-area h1 {\n font-size: 27px;\n line-height: 1.5em;\n color: #2e2c2c;\n}\n.dokan-pro-features .header-section .content-area p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n letter-spacing: 0.5px;\n}\n.dokan-pro-features .service-section {\n text-align: center;\n padding: 73px 30px 85px;\n background-color: #f7f8f9;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .service-section {\n padding-left: 20%;\n padding-right: 20%;\n}\n}\n.dokan-pro-features .service-section .service-list {\n display: flex;\n flex-wrap: wrap;\n}\n.dokan-pro-features .service-section .service-list .service-box {\n flex: 0 0 28.9%;\n margin: 2.2%;\n text-align: center;\n border-radius: 5px;\n background-color: #ffffff;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-thumb img {\n border-radius: 5px 5px 0 0;\n max-width: 100%;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail {\n padding: 20px 25px 25px;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail h3 {\n color: #3f4143;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n}\n.dokan-pro-features .service-section .btn {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n color: #ffff;\n background-color: #3984b5;\n border: 1px solid #226b9b;\n border-radius: 3px;\n text-decoration: none;\n padding: 13px 28px;\n display: inline-block;\n margin-top: 52px;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .service-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .service-section .btn svg {\n width: 15px;\n fill: #fff;\n margin-left: 5px;\n}\n.dokan-pro-features .comparison-section {\n background-color: #f1f1f1;\n padding: 75px;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .comparison-section {\n padding-left: 21.2%;\n padding-right: 21.2%;\n}\n}\n.dokan-pro-features .comparison-section .section-title {\n margin-bottom: 90px;\n}\n.dokan-pro-features .comparison-section .comparison-area {\n display: flex;\n justify-content: space-between;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box {\n flex: 0 0 48%;\n background-color: #fff;\n border: 1px solid #E0E9EC;\n border-radius: 5px;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px;\n box-sizing: border-box;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section {\n margin-bottom: 58px;\n position: relative;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after {\n content: \"\";\n position: absolute;\n bottom: -23px;\n left: 0;\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #d7d7d7;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img {\n width: 120px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list {\n margin: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li {\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n color: #66676E;\n margin-bottom: 28px;\n position: relative;\n display: flex;\n align-items: center;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child {\n margin-bottom: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img {\n width: 21px;\n margin-right: 12px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable {\n color: #ccced5;\n}\n.dokan-pro-features .pricing-section {\n background-color: #f7f8f9;\n padding: 85px 0 62px;\n}\n.dokan-pro-features .pricing-section .section-title {\n margin-bottom: 120px;\n}\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding: 0 4.5%;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .pricing-section .table-row {\n display: flex;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child {\n background-color: transparent;\n border-color: transparent;\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2) {\n border-radius: 3px 0 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child {\n border-radius: 0 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular {\n position: relative;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before {\n position: absolute;\n top: -28px;\n left: 0;\n width: 100%;\n content: 'Most Popular';\n color: #23282d;\n font-size: 14px;\n line-height: 1.4em;\n background-color: #ffcc00;\n border-radius: 3px 3px 0 0;\n padding: 5px;\n box-sizing: border-box;\n}\n.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child {\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child {\n border-radius: 0 0 5px 5px;\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col {\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child {\n border-radius: 0 0 5px 5px;\n background-color: transparent;\n border-color: transparent;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2) {\n border-radius: 0 0 0 5px;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child {\n border-radius: 0 0 5px 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col {\n width: 18.5%;\n text-align: center;\n border: 1px solid #e7eaeb;\n padding: 18px;\n background-color: #fff;\n border-bottom: 0;\n border-left: 0;\n border-right: 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:first-child {\n width: 25%;\n margin-right: 2%;\n text-align: left;\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2) {\n border-left: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:last-child {\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col.popular {\n z-index: 1;\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .module-name {\n color: #157ef5;\n font-size: 14px;\n line-height: 1.5em;\n font-weight: 300;\n text-decoration: none;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data {\n font-size: 15px;\n color: #3f4143;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data img {\n display: block;\n margin: 0 auto;\n width: 23px;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn {\n font-size: 14px;\n font-weight: 300;\n border-radius: 3px;\n padding: 13px 34px;\n color: #fff;\n text-decoration: none;\n margin: 25px 0 14px;\n display: inline-block;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover {\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .plan-name {\n display: inline-block;\n background: black;\n color: #fff;\n font-size: 14px;\n font-weight: 300;\n line-height: 1.4em;\n border-radius: 25px;\n padding: 5px 20px;\n min-width: 95px;\n box-sizing: border-box;\n margin: 26px 0 20px;\n}\n.dokan-pro-features .pricing-section .plan-name.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .plan-name.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .plan-name.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .plan-name.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .price {\n margin-bottom: 15px;\n}\n.dokan-pro-features .pricing-section .price span {\n font-size: 14px;\n line-height: 1.2em;\n font-weight: 300;\n color: #b8bbbe;\n display: block;\n}\n.dokan-pro-features .pricing-section .price span:first-child {\n font-size: 28px;\n line-height: 1.5em;\n font-weight: 400;\n color: #23282d;\n}\n.dokan-pro-features .pricing-section .price span:first-child sup {\n font-size: 14px;\n}\n.dokan-pro-features .payment-section {\n display: flex;\n background: #fff;\n justify-content: space-between;\n padding: 20px 65px 15px;\n align-items: center;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .payment-section {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .payment-section .guarantee-section {\n display: flex;\n flex: 0 0 70%;\n align-content: center;\n align-items: center;\n position: relative;\n}\n.dokan-pro-features .payment-section .guarantee-section:after {\n content: \"\";\n position: absolute;\n right: -18px;\n top: 50%;\n transform: translateY(-50%);\n width: 5px;\n height: 38px;\n border-radius: 3px;\n background-color: #f1f1f1;\n}\n.dokan-pro-features .payment-section .guarantee-section .feature-thumb img {\n max-width: 100%;\n width: 160px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail {\n padding-left: 25px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2 {\n font-size: 24px;\n line-height: 1.5em;\n color: #2e2c2c;\n font-weight: 400;\n margin: 0;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p {\n color: #66676e;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 5px 0 20px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a {\n color: #f2624d;\n font-size: 15px;\n line-height: 1.5em;\n text-decoration: none;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img {\n width: 18px;\n margin-right: 4px;\n}\n.dokan-pro-features .payment-section .payment-area h3 {\n font-size: 15px;\n font-weight: 300;\n color: #66676e;\n margin: 0px 0 17px;\n}\n.dokan-pro-features .payment-section .payment-area .option img {\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section {\n background-color: #f1f1f1;\n padding: 75px 0 70px;\n text-align: center;\n}\n.dokan-pro-features .testimonial-section .section-title {\n margin-bottom: 75px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 80%;\n text-align: center;\n margin: 0 auto;\n}\n@media only screen and (min-width: 1281px) {\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 55%;\n}\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic {\n width: 70px;\n height: 70px;\n border: 5px solid #fff;\n border-radius: 50%;\n background-color: #fff;\n box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);\n margin: 0 auto -35px;\n z-index: 1;\n position: relative;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img {\n border-radius: 50%;\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail {\n background-color: #fff;\n color: #000;\n border-radius: 5px;\n border: 1px solid #E0E9EC;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px 30px 30px;\n background-repeat: no-repeat;\n background-position: 40px 40px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4 {\n font-size: 18px;\n line-height: 1.444;\n color: #F2624D;\n font-weight: 400;\n margin-top: 0;\n margin-bottom: 5px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span {\n font-size: 15px;\n line-height: 1.444;\n font-weight: 300;\n color: #66676e;\n margin-bottom: 20px;\n display: inline-block;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p {\n color: #2e2c2c;\n font-size: 14px;\n line-height: 1.9em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots {\n text-align: center;\n margin: 40px 0 25px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li {\n position: relative;\n display: inline-block;\n width: 20px;\n height: 20px;\n margin: 0 5px;\n padding: 0;\n cursor: pointer;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before {\n background-color: #3f4143;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button {\n position: relative;\n font-size: 0;\n line-height: 0;\n display: block;\n width: 20px;\n height: 20px;\n padding: 5px;\n cursor: pointer;\n color: transparent;\n border: 0;\n outline: none;\n background: transparent;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before {\n position: absolute;\n top: 0;\n left: 0;\n width: 21px;\n height: 5px;\n content: '';\n text-align: center;\n background-color: #d6d6d6;\n border-radius: 30px;\n}\n.dokan-pro-features .testimonial-section p {\n color: #262626;\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section p a {\n color: #8263f7;\n text-decoration: none;\n}\n.dokan-pro-features .cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.dokan-pro-features .cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.dokan-pro-features .cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.dokan-pro-features .cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.dokan-pro-features .cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.dokan-pro-features .cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.dokan-help-page .section-wrapper {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .dokan-postbox {\n width: calc(33% - 2em);\n margin: 0 2% 15px 0;\n float: left;\n}\n.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1) {\n clear: both;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .dashicons {\n color: #ccc;\n}\n.dokan-help-page .section-wrapper .dokan-postbox a {\n text-decoration: none;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .inside,\n.dokan-help-page .section-wrapper .dokan-postbox ul {\n margin-bottom: 0;\n}\n.dokan-help-page .loading {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.fade-enter-active[data-v-254fdb80],\n.fade-leave-active[data-v-254fdb80] {\n transition: opacity 0.3s ease;\n}\n.fade-enter[data-v-254fdb80],\n.fade-leave-to[data-v-254fdb80] {\n opacity: 0;\n}\n.slide-enter-active[data-v-254fdb80],\n.slide-leave-active[data-v-254fdb80] {\n transition-duration: 0.1s;\n transition-timing-function: linear;\n}\n.slide-enter-to[data-v-254fdb80],\n.slide-leave[data-v-254fdb80] {\n max-height: 100px;\n overflow: hidden;\n}\n.slide-enter[data-v-254fdb80],\n.slide-leave-to[data-v-254fdb80] {\n overflow: hidden;\n max-height: 0;\n}\nul[data-v-254fdb80] {\n cursor: pointer;\n}\n.dokan-help-page .section-wrapper h2[data-v-254fdb80] {\n margin: 0;\n color: transparent;\n}\n.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80] {\n background: rgba(223, 0, 0, 0.05);\n margin: -15px -20px 0;\n padding: 15px 15px 0;\n}\n.dokan-help-page .section-wrapper .change-log[data-v-254fdb80] {\n background: rgba(223, 0, 0, 0.05);\n margin: -15px -20px 0;\n}\n.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80] {\n height: 340px;\n}\n.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80] {\n height: 400px;\n}\n.dokan-help-page .section-wrapper .change-log h3[data-v-254fdb80] {\n color: #000000;\n font-size: 30px;\n text-align: center;\n padding: 45px 0 0;\n font-weight: 800;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0 0 28px;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-254fdb80] {\n width: 147px;\n height: 33px;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s ease;\n margin: 0 auto;\n background: #ffffff;\n border-radius: 53px;\n position: relative;\n border: 1px solid #e2e2e2;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-254fdb80] {\n width: 48%;\n height: 100%;\n background: none;\n border-radius: 27px;\n border: none;\n color: #cc7376;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n cursor: pointer;\n font-size: 13px;\n font-weight: 500;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-254fdb80] {\n background: #FF5722;\n border-radius: 30px;\n position: absolute;\n top: 0;\n width: 50%;\n height: 100%;\n transition: all 0.2s ease-out;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-254fdb80] {\n text-transform: capitalize;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-254fdb80] {\n text-transform: uppercase;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-254fdb80] {\n color: #ffffff;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version[data-v-254fdb80] {\n width: 178px;\n margin: 24px auto 0;\n position: relative;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-254fdb80] {\n color: #000;\n font-size: 13px;\n text-align: center;\n cursor: pointer;\n font-weight: 500;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-254fdb80] {\n font-size: 16px;\n line-height: 1.4;\n transition: all 0.2s ease;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-254fdb80] {\n transform: rotate(-180deg);\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80] {\n position: absolute;\n top: 50px;\n left: 0;\n width: 100%;\n z-index: 1;\n background: #fff;\n border: 1px solid #dddddd;\n padding: 20px 10px 20px 20px;\n box-sizing: border-box;\n opacity: 0;\n visibility: hidden;\n transition: all 0.2s ease;\n box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]:before {\n content: \"\";\n position: absolute;\n border: 11px solid transparent;\n border-bottom-color: white;\n margin-left: -10px;\n top: -19px;\n right: 27px;\n z-index: 1;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80] {\n max-height: 300px;\n text-align: left;\n background: #ffffff;\n overflow-y: auto;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-254fdb80] {\n cursor: context-menu;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80] {\n margin-bottom: 25px;\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n transition: all 0.2s linear;\n cursor: pointer;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:hover {\n color: #f2624d;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-254fdb80] {\n color: #f2624d;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-254fdb80] {\n display: block;\n font-size: 12px;\n color: #758598;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar {\n width: 4px;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-track {\n background: #f5f5f5;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb {\n background: #878787;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb:hover {\n background: #575757;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-254fdb80] {\n top: 30px;\n opacity: 1;\n visibility: visible;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n background: #ffffff;\n border: 1px solid #e2e2e2;\n border-radius: 3px;\n padding: 25px;\n box-sizing: border-box;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-254fdb80] {\n overflow: hidden;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80] {\n margin-bottom: 40px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-254fdb80] {\n color: #ffffff;\n font-size: 15px;\n font-weight: 600;\n padding: 6px 14px;\n border-radius: 3px;\n display: inline-block;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-254fdb80] {\n background: #00B728;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-254fdb80] {\n background: #028AFB;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-254fdb80] {\n background: #F83838;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80] {\n margin: 11px 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-254fdb80] {\n color: #000000;\n margin: 0;\n font-size: 14px;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-254fdb80] {\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n opacity: 0.8;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-254fdb80] {\n width: 100%;\n height: auto;\n margin-top: 10px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-254fdb80] {\n list-style: disc outside;\n opacity: 0.7;\n font-size: 14px;\n font-weight: 400;\n margin-left: 18px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 30px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80] {\n font-size: 13px;\n font-weight: normal;\n text-decoration: none;\n padding: 6px 14px;\n display: inline-block;\n color: #000000;\n background: #ffffff;\n border-radius: 3px;\n border: 1px solid #E2E2E2;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]:focus {\n box-shadow: none;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-254fdb80] {\n font-weight: 700;\n font-size: 23px;\n color: #000000;\n margin-bottom: 7px;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-254fdb80] {\n font-weight: 400;\n font-size: 13px;\n color: #5C626A;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-254fdb80] {\n font-size: 12px;\n color: #fff;\n background: #8e44ad;\n border-radius: 53px;\n margin-left: 5px;\n padding: 2px 12px;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n}\n@media only screen and (min-width: 1200px) {\n.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80] {\n display: flex;\n width: 900px;\n margin: 0 auto;\n justify-content: space-between;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n width: 700px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -200px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 25px;\n}\n}\n@media screen and (min-width: 992px) and (max-width: 1199px) {\n.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80] {\n display: flex;\n width: 720px;\n margin: 0 auto;\n justify-content: space-between;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n width: 520px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -200px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 20px;\n}\n}\n@media only screen and (max-width: 991px) {\n.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80] {\n background: #f7f8fa;\n margin: -15px -10px 0;\n padding: 15px 15px 0;\n}\n.dokan-help-page .section-wrapper .change-log[data-v-254fdb80] {\n background: #f7f8fa;\n margin: -15px -10px 0;\n}\n.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80] {\n height: 220px;\n}\n.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80] {\n height: 280px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n margin: 0 -10px;\n border: 0;\n box-shadow: none;\n border-radius: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80] {\n justify-content: start;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -112px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-254fdb80] {\n padding-bottom: 15px;\n text-align: center;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-254fdb80] {\n background: #fff;\n padding: 25px 25px 0 25px;\n margin: 0 -10px;\n box-sizing: border-box;\n}\n.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-254fdb80] {\n margin-top: 0;\n}\n.dokan-help-page .section-wrapper .version-list .old-version p[data-v-254fdb80] {\n margin-bottom: 0;\n}\n}\n.dokan-help-page .scroll-to-top[data-v-254fdb80] {\n width: 40px;\n height: 40px;\n color: #ffffff;\n background: #ff5722;\n border: 0;\n position: fixed;\n right: 10px;\n bottom: 35px;\n z-index: 1;\n box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);\n cursor: pointer;\n opacity: 0;\n visibility: hidden;\n transition: all 0.2s ease;\n}\n.dokan-help-page .loading[data-v-254fdb80] {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.dokan-settings-wrap {\n position: relative;\n display: flex;\n border: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n background: rgba(255, 255, 255, 0.6);\n}\n.dokan-settings-wrap .loading .dokan-loader {\n top: 40%;\n left: 45%;\n}\n.dokan-settings-wrap .dashicons {\n padding-top: 2px;\n margin-right: 5px;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-generic {\n color: #6c75ff;\n}\n.dokan-settings-wrap .dashicons.dashicons-cart {\n color: #00aeff;\n}\n.dokan-settings-wrap .dashicons.dashicons-money {\n color: #d35400;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-page {\n color: #8e44ad;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-appearance {\n color: #3498db;\n}\n.dokan-settings-wrap .dashicons.dashicons-networking {\n color: #1abc9c;\n}\n.dokan-settings-wrap div.nav-tab-wrapper {\n flex: 1;\n border-bottom: none;\n padding: 0;\n background: #f1f1f1;\n border-right: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a {\n float: none;\n display: block;\n margin: 0;\n border: none;\n padding: 13px 13px;\n background: #f1f1f1;\n font-weight: 500;\n border-bottom: 1px solid #c8d7e1;\n transition-property: none;\n transition: none;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a:focus,\n.dokan-settings-wrap div.nav-tab-wrapper a:active {\n box-shadow: none;\n outline: 0;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active {\n background: #fff !important;\n border-right: 1px solid #c8d7e1;\n width: 99%;\n color: #2e4453;\n transition: none;\n transition-property: none;\n}\n.dokan-settings-wrap .metabox-holder {\n flex: 3;\n padding-left: 3%;\n padding-right: 10px;\n background: #fff;\n}\n.dokan-settings-wrap .radio-image-container .radio-image {\n display: block;\n width: 50%;\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 0 0 15px;\n position: relative;\n line-height: 0;\n border: 1px solid #ededed;\n padding: 4px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image img {\n max-width: 100%;\n z-index: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator {\n position: absolute;\n top: 0;\n right: 0;\n background-color: #4CAF50;\n color: #fff;\n padding: 4px;\n z-index: 2;\n line-height: 1.4;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option {\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 3;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.45);\n transition: opacity 0.4s ease;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option button {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -23px;\n margin-left: -58px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option {\n opacity: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.active .active-option {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container label {\n display: block;\n margin-bottom: 5px;\n}\n.dokan-settings-wrap .radio-image-container label > input[type='radio'] {\n visibility: hidden;\n /* Makes input not-clickable */\n position: absolute;\n /* Remove input from document flow */\n}\n.dokan-settings-wrap .radio-image-container label > img {\n max-width: 100%;\n}\n.dokan-settings-wrap .search-box {\n position: relative;\n}\n.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt {\n position: absolute;\n top: 13px;\n right: 0;\n color: #ff0000;\n z-index: 999;\n cursor: pointer;\n}\n.dokan-settings-wrap .search-box .dokan-admin-search-settings {\n border: 1px solid #ddd;\n border-radius: 0px;\n height: 48px;\n display: block;\n width: 100%;\n border-left: 0;\n border-top: 0;\n padding: 0 15px;\n background: #eee;\n font-weight: 400;\n}\n.dokan-settings-wrap .search-box input[type=\"text\"]:focus {\n border-color: transparent;\n}\n.form-table th.dokan-settings-sub-section-title {\n border-bottom: 1px solid #cccccc;\n padding: 0 0 10px;\n}\n.form-table th.dokan-settings-sub-section-title label {\n display: block;\n margin-top: 20px;\n color: #0073aa;\n font-weight: 500;\n font-size: 1.3em;\n}\n.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label {\n margin-top: 0;\n}\ntr.data_clear_on_uninstall td fieldset label {\n background: #e00;\n padding: 5px;\n color: white;\n border-radius: 3px;\n}\n\nspan.repeatable-item-description {\n color: #999;\n font-size: 11px;\n font-style: italic;\n}\nul.dokan-settings-repeatable-list {\n list-style-type: disc;\n padding-left: 20px;\n}\nul.dokan-settings-repeatable-list li span.remove-item {\n padding-top: 0px;\n cursor: pointer;\n}\n.dokan-repetable-add-item-btn {\n font-size: 16px !important;\n font-weight: bold !important;\n height: 25px !important;\n line-height: 22px !important;\n}\ntd.percent_fee,\ntd.fixed_fee {\n display: inline-block;\n}\ntd.percent_fee input,\ntd.fixed_fee input {\n width: 60px;\n}\ntr.additional_fee .description {\n margin-left: 10px;\n margin-top: -10px;\n}\n.dokan-error {\n color: red;\n margin-top: -10px;\n font-style: italic;\n}\n.dokan-input-validation-error {\n border-color: red !important;\n}\n.dokan-error.combine-commission {\n margin-left: 10px;\n}\nth.dokan-setting-warning {\n padding: 10px 10px 10px 0;\n}\nth.dokan-setting-warning .dokan-setting-warning-label {\n color: #d63638;\n font-weight: bold;\n}\nth.dokan-setting-warning .dashicons {\n margin: 0px;\n padding: 0px;\n}\nth.dokan-setting-warning .dokan-setting-warning-msg {\n font-weight: 300;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) {\n margin-right: 12px !important;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) > input[type=\"radio\"] {\n margin-right: 2px;\n}\n.col-3 {\n width: 24.5%;\n display: inline-block;\n}\n.col-3 select {\n width: 100%;\n}\n.dokan-schedule-week-day-container {\n padding: 15px 0;\n}\n\n.color-picker-container .color-picker-button[data-v-01dc0d51] {\n height: 24px;\n padding: 0 0 0 30px;\n margin: 0 0 6px;\n font-size: 11px;\n}\n.color-picker-container .color-picker-button span[data-v-01dc0d51] {\n display: block;\n padding: 0 6px;\n line-height: 22px;\n color: #555;\n text-align: center;\n background: #f7f7f7;\n border-left: 1px solid #ccc;\n border-radius: 0 2px 2px 0;\n}\n.color-picker-container .hex-input[data-v-01dc0d51] {\n width: 65px;\n padding: 3px 5px 4px;\n margin: 0 3 0 0;\n font-family: monospace;\n font-size: 12px;\n line-height: 1.4;\n vertical-align: top;\n box-shadow: 0 1px 0 #ccc;\n}\n\n#dokan-settings-banner {\n margin: 20px 0px;\n padding: 40px;\n background: #fff;\n display: flex;\n align-items: flex-start;\n}\n#dokan-settings-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n#dokan-settings-banner a:hover {\n background: #ff6a3c;\n}\n#dokan-settings-banner img {\n flex: 1;\n}\n#dokan-settings-banner .content {\n flex: 4;\n padding: 20px 50px;\n}\n#dokan-settings-banner .content p {\n margin: 30px 0px;\n font-size: 14px;\n}\n#dokan-settings-banner .content a {\n margin-right: 8px;\n}\n#dokan-settings-banner .content .custom-button {\n background: #fff;\n color: #565656;\n border-color: #DFDADF;\n -webkit-box-shadow: 0px 0px 11px 1px #ebebeb;\n -moz-box-shadow: 0px 0px 11px 1px #ebebeb;\n box-shadow: 0px 0px 11px 1px #ebebeb;\n}\n#dokan-settings-banner .content .custom-button:hover {\n background: #f2f2f2;\n}\n\n.vendor-list .dokan-btn {\n padding: 5px 10px;\n font-size: 15px;\n border-radius: 3px;\n color: #2873aa;\n}\n.vendor-list .image {\n width: 10%;\n}\n.vendor-list .store_name {\n width: 30%;\n}\n.vendor-list td.store_name img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.vendor-list td.store_name strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n@media only screen and (max-width: 600px) {\n.vendor-list table td.store_name,\n .vendor-list table td.enabled {\n display: table-cell !important;\n}\n.vendor-list table th:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table td:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table th.column,\n .vendor-list table table td.column {\n width: auto;\n}\n.vendor-list table td.manage-column.column-cb.check-column {\n padding-right: 15px;\n}\n.vendor-list table th.column.enabled {\n width: 25% !important;\n}\n}\n@media only screen and (max-width: 320px) {\n.vendor-list table .row-actions span {\n font-size: 11px;\n}\n}\n\n.swal2-container {\n z-index: 9999999 !important;\n}\n.swal2-container .swal2-popup .swal2-title {\n line-height: 35px;\n font-size: 30px;\n font-weight: 400;\n}\n.dokan-vendor-edit h1 {\n font-size: 23px;\n font-weight: 400;\n}\n.dokan-vendor-edit .tab-header .tab-list {\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title {\n height: 50px;\n list-style-type: none;\n position: relative;\n background-color: #1a9ed4;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title .icon {\n position: relative;\n top: 1px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a {\n color: #fff;\n text-decoration: none;\n padding: 75px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a span {\n position: relative;\n top: -1px;\n left: -3px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child {\n padding-left: 5px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2)::before {\n position: absolute;\n top: 0;\n left: 0;\n display: block;\n border-left: 25px solid white;\n /* width: arrow width, color: background of document */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:after {\n z-index: 1;\n /* need to bring this above the next item */\n position: absolute;\n top: 0;\n right: -25px;\n /* arrow width (negated) */\n display: block;\n border-left: 25px solid #f5f5f5;\n /* width: arrow width */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n border-left-color: #1a9ed4;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active {\n background-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active a {\n color: #fff;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after {\n border-left-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after {\n border-left: 0;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title {\n background-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title:after {\n border-left-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title a {\n color: #000;\n}\n.dokan-vendor-edit .tab-contents {\n border: 1px solid #e5e5e5;\n border-radius: 3px;\n min-height: 400px;\n}\n.dokan-vendor-edit .tab-contents .loading {\n position: relative;\n left: 46%;\n top: 160px;\n}\n.dokan-vendor-edit .tab-contents .content-header {\n background: #F9F9F9;\n margin: 0;\n padding: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body {\n padding-top: 20px;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group {\n margin: 0 10px;\n overflow: hidden;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before {\n display: table;\n content: \" \";\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column {\n float: left;\n width: 50%;\n padding: 0 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info {\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span {\n margin: 0;\n padding: 0;\n position: relative;\n bottom: 10px;\n font-style: italic;\n color: #a09f9f;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available {\n color: green;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button {\n margin-right: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span {\n line-height: 26px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect {\n margin-top: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight {\n background: #3c9fd4;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags {\n min-height: 45px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single {\n padding-top: 3px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before {\n top: 70%;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus {\n box-shadow: none;\n border: none;\n outline: none;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info {\n padding-left: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input {\n width: 100%;\n /* Full width */\n padding: 7px 12px;\n /* Some padding */\n border: 1px solid #ccc;\n /* Gray border */\n border-radius: 4px;\n /* Rounded borders */\n box-sizing: border-box;\n /* Make sure that padding and width stays in place */\n margin-top: 6px;\n /* Add a top margin */\n margin-bottom: 16px;\n /* Bottom margin */\n resize: vertical;\n /* Allow the user to vertically resize the textarea (not horizontally) */\n height: auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder {\n color: #bcbcbc;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image {\n display: flex;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture {\n background: #fcfcfc;\n border-radius: 3px;\n padding: 5px 10px;\n border: 2px dashed #d2d2d2;\n text-align: center;\n flex-grow: 1;\n width: 150px;\n margin-left: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image {\n max-width: 100px;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img {\n border: 1px solid #E5E5E5;\n padding: 15px 10px 0;\n cursor: pointer;\n width: 100%;\n padding: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner {\n padding: 0;\n flex-grow: 10;\n margin-right: 20px;\n height: 228px;\n padding-top: 5%;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img {\n width: 100%;\n height: 223px;\n padding: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button {\n background: #007cba;\n color: white;\n padding: 10px 15px;\n border-radius: 3px;\n margin: 20px 0;\n cursor: pointer;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner {\n padding-top: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer {\n color: #808080;\n font-weight: 300;\n}\n.dokan-vendor-edit .dokan-btn {\n background: #1a9ed4;\n padding: 10px 20px;\n color: white;\n border-radius: 3px;\n cursor: pointer;\n}\n.dokan-vendor-edit .dokan-btn:active,\n.dokan-vendor-edit .dokan-btn:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 640px !important;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 500px;\n min-height: 200px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer {\n padding: 15px;\n bottom: 0;\n border-top: none;\n box-shadow: none;\n}\n.dokan-vendor-edit .component-fade-enter-active,\n.dokan-vendor-edit .component-fade-leave-active {\n transition: opacity 0.2s ease;\n}\n.dokan-vendor-edit .component-fade-enter,\n.dokan-vendor-edit .component-fade-leave-to {\n opacity: 0;\n}\n@media only screen and (max-width: 600px) {\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 400px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 300px;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 12px;\n margin-left: 17px;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a span {\n display: block;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 13px;\n}\n.dokan-vendor-edit .tab-contents .vendor-image {\n display: block !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture {\n margin-right: 20px !important;\n width: auto !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture.banner {\n margin-top: 15px;\n}\n}\n@media only screen and (max-width: 375px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 5px;\n margin-left: 20px;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 12px;\n}\n}\n@media only screen and (max-width: 320px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 2px;\n margin-left: 20px;\n font-size: 10px;\n}\n}\n\n.switch {\n position: relative;\n display: inline-block;\n width: 42px;\n height: 20px;\n}\n.switch input {\n display: none;\n}\n.switch input:checked + .slider {\n background-color: #0090ff;\n}\n.switch input:checked + .slider:before {\n -webkit-transform: translateX(22px);\n -ms-transform: translateX(22px);\n transform: translateX(22px);\n}\n.switch input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n.switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #d7dadd;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n left: 3px;\n bottom: 3px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider.round {\n border-radius: 34px;\n}\n.switch .slider.round:before {\n border-radius: 50%;\n}\n\n.dokan-upload-image {\n width: 100%;\n}\n.dokan-upload-image img {\n cursor: pointer;\n}\n\n.address-multiselect {\n margin: 0px 12px;\n}\n\n.checkbox-group {\n margin-top: 20px;\n padding: 0 10px;\n}\n.checkbox-group .checkbox-left {\n display: inline-block;\n}\n.checkbox-group .checkbox-left .switch {\n margin-right: 10px;\n display: inline-block;\n}\n.payment-info.edit-mode .checkbox-group {\n padding: 0;\n}\n.payment-info.edit-mode .dokan-form-select {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee,\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee {\n width: 40%;\n}\n\n#dokan-vendor-capabilities {\n padding: 20px 70px;\n}\n#dokan-vendor-capabilities .grid {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n grid-gap: 16px;\n margin-bottom: 30px;\n}\n#dokan-vendor-capabilities .col-6 {\n grid-column: auto / span 6;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #000000;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 99900;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content {\n background-color: transparent;\n z-index: 100000;\n margin: 8% auto;\n max-width: 850px;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card {\n background: #fff;\n padding: 50px;\n border-radius: 9px;\n border: 1px solid #E2E2E2;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image {\n position: relative;\n width: 100%;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .image {\n opacity: 1;\n width: 100%;\n height: 270px;\n max-height: 370px;\n transition: 0.5s ease;\n backface-visibility: hidden;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .middle {\n transition: 0.5s ease;\n opacity: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .image {\n opacity: 0.3;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .middle {\n opacity: 1;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .zoom {\n background-color: #FFB24B;\n border-radius: 9px;\n color: white;\n font-size: 24px;\n padding: 16px 24px;\n cursor: pointer;\n}\n#dokan-vendor-capabilities .capability-card .title {\n font-size: 18px;\n}\n#dokan-vendor-capabilities .capability-card .content {\n min-height: 40px;\n}\n#dokan-vendor-capabilities .capability-card p {\n margin-bottom: 0px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin-bottom: 16px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content {\n margin: 30px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n\n.dokan-modules-wrap .module-content {\n position: relative;\n margin-top: 15px;\n}\n.dokan-modules-wrap .module-content .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n background: rgba(255, 255, 255, 0.5);\n}\n.dokan-modules-wrap .module-content .loading .dokan-loader {\n top: 30%;\n left: 47%;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card {\n position: relative;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg {\n cursor: pointer;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer {\n position: absolute;\n bottom: 18px;\n right: 20px;\n}\n@media only screen and (max-width: 600px) {\n.dokan-modules-wrap input#media-search-input {\n width: 74%;\n}\n.dokan-modules-wrap .module-content .tablenav.top {\n margin-top: -16px;\n}\n.dokan-modules-wrap table td.name,\n .dokan-modules-wrap table td.active {\n display: table-cell !important;\n}\n.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table th.column,\n .dokan-modules-wrap table td.column {\n width: auto;\n}\n.dokan-modules-wrap table th.column.name {\n width: 50% !important;\n}\n.dokan-modules-wrap table th.column.active {\n width: 20% !important;\n}\n.dokan-modules-wrap table td.column.order_id .row-actions {\n font-size: 11px;\n}\n}\n\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 360px;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 9999;\n overflow-y: auto;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup::-webkit-scrollbar {\n display: none;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n margin: 4% auto;\n max-width: 400px;\n border-radius: 4px;\n text-align: center;\n position: relative;\n padding: 25px 40px;\n background-color: #fff;\n box-sizing: border-box;\n}\n@media only screen and (max-width: 576px) {\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n max-width: 325px;\n padding: 25px 15px;\n margin: 12% auto;\n}\n}\n@media (min-width: 577px) and (max-width: 1024px) {\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n margin: 6% auto;\n}\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close {\n position: absolute;\n top: 20px;\n right: 25px;\n cursor: pointer;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body {\n margin-top: 5px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock {\n color: #FF5722;\n font-size: 1rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0 0 5px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .text-brand {\n padding: 8px 16px;\n background: #e9f3ff;\n border-radius: 37px;\n color: #1C81FA;\n font-size: 1rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n display: inline-block;\n margin: 0 0 23px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body h1 {\n padding: 0;\n margin-bottom: 13px;\n font-size: 1.5rem;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text {\n margin: 0;\n font-size: 0.813rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong {\n color: #ff5722;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button {\n background: #FF5722;\n border-radius: 3px;\n padding: 10px 18px;\n font-weight: 400;\n font-size: 0.75rem;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 30px 0;\n display: inline-block;\n text-decoration: none;\n color: #fff;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card {\n margin-bottom: 25px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card svg {\n width: 100%;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .already-updated {\n color: #758598;\n font-size: 0.875rem;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n text-decoration: none;\n}\n\n.swal2-actions button {\n margin-right: 10px !important;\n}\n.dokan-reverse-withdrawal .dokan-reverse-withdrawal-fact-card {\n margin: 0px -10px;\n display: flex;\n flex-wrap: wrap;\n}\n#dokan_reverse_withdrawal_list_table input.multiselect__input {\n border: none;\n}\n#dokan_reverse_withdrawal_list_table .label {\n display: inline-block;\n padding: 0px 6px;\n color: #fff;\n font-size: 10px;\n font-weight: bold;\n border-radius: 10px;\n}\n#dokan_reverse_withdrawal_list_table .expired {\n background-color: #5cb85c;\n}\n#dokan_reverse_withdrawal_list_table .not_published {\n background-color: #fb7369;\n}\n#dokan_reverse_withdrawal_list_table .search-by-product {\n display: inline;\n margin-left: 5px;\n}\n#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input {\n border-radius: 3px;\n border: 1px solid #aaaaaa;\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n padding-left: 8px !important;\n}\n#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input::placeholder {\n color: #999 !important;\n}\n#dokan_reverse_withdrawal_list_table div.actions {\n display: flex;\n}\n#dokan_reverse_withdrawal_list_table .multiselect {\n display: inline-block !important;\n width: 250px !important;\n font-size: 12px !important;\n}\n#dokan_reverse_withdrawal_list_table .multiselect .multiselect__tags {\n font-size: 12px !important;\n min-height: 30px !important;\n max-height: 33px !important;\n padding-top: 0px !important;\n}\n#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input {\n border: none;\n box-shadow: none;\n}\n#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input:focus {\n border: none;\n box-shadow: none;\n outline: none;\n}\n#dokan_reverse_withdrawal_list_table .widefat .store {\n width: 15em;\n}\n#dokan_reverse_withdrawal_list_table .widefat .product_title {\n width: 20em;\n}\n#dokan_reverse_withdrawal_list_table .negative-balance > div {\n display: inline;\n}\n\n.swal2-actions button {\n margin-right: 10px !important;\n}\n.dokan-reverse-withdrawal-transactions .dokan-reverse-withdrawal-fact-card {\n margin: 0px -10px;\n display: flex;\n flex-wrap: wrap;\n}\n#dokan_reverse_withdrawal_transactions_list_table input.multiselect__input {\n border: none;\n}\n#dokan_reverse_withdrawal_transactions_list_table div.actions {\n display: flex;\n}\n#dokan_reverse_withdrawal_transactions_list_table .multiselect {\n display: inline-block !important;\n width: 250px !important;\n font-size: 12px !important;\n}\n#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__tags {\n font-size: 12px !important;\n min-height: 30px !important;\n max-height: 33px !important;\n padding-top: 0px !important;\n}\n#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input {\n border: none;\n box-shadow: none;\n}\n#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input:focus {\n border: none;\n box-shadow: none;\n outline: none;\n}\n#dokan_reverse_withdrawal_transactions_list_table .widefat .store {\n width: 15em;\n}\n#dokan_reverse_withdrawal_transactions_list_table .widefat .product_title {\n width: 20em;\n}\n#dokan_reverse_withdrawal_transactions_list_table .negative-balance > div {\n display: inline;\n}\n"]}
assets/css/vue-bootstrap.css CHANGED
@@ -1,2 +1,2 @@
1
- .color-picker-container .color-picker-button[data-v-01dc0d51]{height:24px;padding:0 0 0 30px;margin:0 0 6px;font-size:11px}.color-picker-container .color-picker-button span[data-v-01dc0d51]{display:block;padding:0 6px;line-height:22px;color:#555;text-align:center;background:#f7f7f7;border-left:1px solid #ccc;border-radius:0 2px 2px 0}.color-picker-container .hex-input[data-v-01dc0d51]{width:65px;padding:3px 5px 4px;margin:0 3 0 0;font-family:monospace;font-size:12px;line-height:1.4;vertical-align:top;box-shadow:0 1px 0 #ccc}.switch{position:relative;display:inline-block;width:42px;height:20px}.switch input{display:none}.switch input:checked+.slider{background-color:#0090ff}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch .slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d7dadd}.switch .slider,.switch .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.switch .slider:before{content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dokan-upload-image{width:100%}.dokan-upload-image img{cursor:pointer}.address-multiselect{margin:0 12px}.checkbox-group{margin-top:20px;padding:0 10px}.checkbox-group .checkbox-left{display:inline-block}.checkbox-group .checkbox-left .switch{margin-right:10px;display:inline-block}.payment-info.edit-mode .checkbox-group{padding:0}.payment-info.edit-mode .dokan-form-select{margin-top:5px;margin-bottom:5px}.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee,.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee{width:40%}.dokan-postbox .toggle-indicator:before{content:"\F142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.dokan-postbox.closed .toggle-indicator:before{content:"\F140"}.dokan-postbox{position:relative}.dokan-postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.dokan-loader{display:inline-block;position:relative;width:64px;height:64px}.dokan-loader div{position:absolute;border:4px solid #ff5722;opacity:1;border-radius:50%;animation:dokan-loader 1s cubic-bezier(0,.2,.8,1) infinite}.dokan-loader div:nth-child(2){animation-delay:-.5s}@keyframes dokan-loader{0%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.dokan-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.dokan-modal *{box-sizing:border-box}.dokan-modal .dokan-modal-content{position:fixed;background:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dokan-modal .dokan-modal-main.has-footer{padding-bottom:55px}.dokan-modal header.modal-header{height:auto;background:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.dokan-modal header.modal-header h1{margin:0;padding:0;font-size:18px;font-weight:700;line-height:1.5em}.dokan-modal header.modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.dokan-modal header.modal-header .modal-close-link:before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:"\F335";font-weight:300}.dokan-modal header.modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.dokan-modal .modal-body{min-height:100px;padding:15px;overflow-y:scroll}.dokan-modal footer{position:absolute;left:0;right:0;bottom:-30px;z-index:100;padding:1em 1.5em;background:#fcfcfc;border-top:1px solid #dfdfdf;-webkit-box-shadow:0 -4px 4px -4px rgba(0,0,0,.1);box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.dokan-modal footer .inner{text-align:right;line-height:23px}@media only screen and (max-width:500px){.dokan-modal-content{width:400px!important;top:300px!important}}@media only screen and (max-width:376px){.dokan-modal-content{width:350px!important;top:300px!important}}@media only screen and (max-width:320px){.dokan-modal-content{width:300px!important;top:300px!important}}#progressbar[data-v-356fabc6]{border-radius:13px;padding:3px;margin-bottom:20px}.defaultFg[data-v-356fabc6]{background-color:#00a0d2}.defaultBg[data-v-356fabc6]{background-color:#eee}.blue[data-v-356fabc6]{background-color:#00f}.red[data-v-356fabc6]{background-color:red}.green[data-v-356fabc6]{background-color:green}.yellow[data-v-356fabc6]{background-color:#ff0}.orange[data-v-356fabc6]{background-color:orange}#value[data-v-356fabc6]{height:20px;border-radius:10px;text-align:center;color:#fff}.gmap-wrap #gmap[data-v-4f45e4a0]{width:100%;height:300px}.search-address[data-v-4f45e4a0]{padding:5px}.mapbox-wrapper .mapboxgl-ctrl-geocoder--input{padding:6px 35px;line-height:1}.mapbox-wrapper .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder{display:none}.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .mapboxgl-ctrl-geocoder{display:block}.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .dokan-mapboxgl-ctrl{display:none}.mapbox-wrapper .address-input{margin-top:5px}.mapbox-wrapper .address-input label{font-weight:600}.mapbox-wrapper .address-input input{width:100%;margin:1px 0 3px;font-weight:400}.button.button-link[data-v-e724292e]{padding:0 4px;text-decoration:none;line-height:1}.button.button-link[data-v-e724292e]:hover{background:none}.button.button-link:hover .dashicons[data-v-e724292e]{opacity:1}.button.button-link[data-v-e724292e]:active,.button.button-link[data-v-e724292e]:focus{background:none;box-shadow:none}.button.button-link:active .dashicons[data-v-e724292e]{margin-top:3px}.button.button-link[disabled][data-v-e724292e]{background:none!important;pointer-events:none}.button.button-link .dashicons[data-v-e724292e]{font-size:15px;padding:0;margin:0;line-height:1.3;color:#444;opacity:.7;transition:opacity .4s}.button.button-link .refreshing-message[data-v-e724292e]{line-height:1;color:#444}.button.button-link .refresh-message-success[data-v-e724292e]{line-height:1;color:#46b450}
2
  /*# sourceMappingURL=vue-bootstrap.css.map */
1
+ .color-picker-container .color-picker-button[data-v-01dc0d51]{height:24px;padding:0 0 0 30px;margin:0 0 6px;font-size:11px}.color-picker-container .color-picker-button span[data-v-01dc0d51]{display:block;padding:0 6px;line-height:22px;color:#555;text-align:center;background:#f7f7f7;border-left:1px solid #ccc;border-radius:0 2px 2px 0}.color-picker-container .hex-input[data-v-01dc0d51]{width:65px;padding:3px 5px 4px;margin:0 3 0 0;font-family:monospace;font-size:12px;line-height:1.4;vertical-align:top;box-shadow:0 1px 0 #ccc}.switch{position:relative;display:inline-block;width:42px;height:20px}.switch input{display:none}.switch input:checked+.slider{background-color:#0090ff}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch .slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d7dadd}.switch .slider,.switch .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.switch .slider:before{content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dokan-upload-image{width:100%}.dokan-upload-image img{cursor:pointer}.address-multiselect{margin:0 12px}.checkbox-group{margin-top:20px;padding:0 10px}.checkbox-group .checkbox-left{display:inline-block}.checkbox-group .checkbox-left .switch{margin-right:10px;display:inline-block}.payment-info.edit-mode .checkbox-group{padding:0}.payment-info.edit-mode .dokan-form-select{margin-top:5px;margin-bottom:5px}.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee,.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee{width:40%}.dokan-postbox .toggle-indicator:before{content:"\F142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.dokan-postbox.closed .toggle-indicator:before{content:"\F140"}.dokan-postbox{position:relative}.dokan-postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.dokan-loader{display:inline-block;position:relative;width:64px;height:64px}.dokan-loader div{position:absolute;border:4px solid #ff5722;opacity:1;border-radius:50%;animation:dokan-loader 1s cubic-bezier(0,.2,.8,1) infinite}.dokan-loader div:nth-child(2){animation-delay:-.5s}@keyframes dokan-loader{0%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.dokan-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.dokan-modal *{box-sizing:border-box}.dokan-modal .dokan-modal-content{position:fixed;background:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dokan-modal .dokan-modal-main.has-footer{padding-bottom:55px}.dokan-modal header.modal-header{height:auto;background:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.dokan-modal header.modal-header h1{margin:0;padding:0;font-size:18px;font-weight:700;line-height:1.5em}.dokan-modal header.modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.dokan-modal header.modal-header .modal-close-link:before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:"\F335";font-weight:300}.dokan-modal header.modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.dokan-modal .modal-body{min-height:100px;padding:15px;overflow-y:scroll}.dokan-modal footer{position:absolute;left:0;right:0;bottom:-30px;z-index:100;padding:1em 1.5em;background:#fcfcfc;border-top:1px solid #dfdfdf;-webkit-box-shadow:0 -4px 4px -4px rgba(0,0,0,.1);box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.dokan-modal footer .inner{text-align:right;line-height:23px}@media only screen and (max-width:500px){.dokan-modal-content{width:400px!important;top:300px!important}}@media only screen and (max-width:376px){.dokan-modal-content{width:350px!important;top:300px!important}}@media only screen and (max-width:320px){.dokan-modal-content{width:300px!important;top:300px!important}}#progressbar[data-v-356fabc6]{border-radius:13px;padding:3px;margin-bottom:20px}.defaultFg[data-v-356fabc6]{background-color:#00a0d2}.defaultBg[data-v-356fabc6]{background-color:#eee}.blue[data-v-356fabc6]{background-color:#00f}.red[data-v-356fabc6]{background-color:red}.green[data-v-356fabc6]{background-color:green}.yellow[data-v-356fabc6]{background-color:#ff0}.orange[data-v-356fabc6]{background-color:orange}#value[data-v-356fabc6]{height:20px;border-radius:10px;text-align:center;color:#fff}.gmap-wrap #gmap[data-v-4f45e4a0]{width:100%;height:300px}.search-address[data-v-4f45e4a0]{padding:5px}.mapbox-wrapper .mapboxgl-ctrl-geocoder--input{padding:6px 35px;line-height:1}.mapbox-wrapper .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder{display:none}.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .mapboxgl-ctrl-geocoder{display:block}.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .dokan-mapboxgl-ctrl{display:none}.mapbox-wrapper .address-input{margin-top:5px}.mapbox-wrapper .address-input label{font-weight:600}.mapbox-wrapper .address-input input{width:100%;margin:1px 0 3px;font-weight:400}.button.button-link[data-v-e724292e]{padding:0 4px;text-decoration:none;line-height:1}.button.button-link[data-v-e724292e]:hover{background:none}.button.button-link:hover .dashicons[data-v-e724292e]{opacity:1}.button.button-link[data-v-e724292e]:active,.button.button-link[data-v-e724292e]:focus{background:none;box-shadow:none}.button.button-link:active .dashicons[data-v-e724292e]{margin-top:3px}.button.button-link[disabled][data-v-e724292e]{background:none!important;pointer-events:none}.button.button-link .dashicons[data-v-e724292e]{font-size:15px;padding:0;margin:0;line-height:1.3;color:#444;opacity:.7;transition:opacity .4s}.button.button-link .refreshing-message[data-v-e724292e]{line-height:1;color:#444}.button.button-link .refresh-message-success[data-v-e724292e]{line-height:1;color:#46b450}.dokan-card-fun-fact{background:#fff;border-radius:8px;box-shadow:0 5px 7px -3px #bcbcbc,0 4px 6px -4px rgb(255 255 2550);cursor:pointer;height:110px;padding:0 20px;-webkit-tap-highlight-color:rgba(0,0,0,.025);text-align:center;transition:height 1s;display:flex;align-items:center;flex-basis:20%;margin:10px}.dokan-card-fun-fact .rounded-icon{background-color:#ccc;width:70px;height:70px;display:flex;justify-content:center;align-items:center;border-radius:50px;color:#fff;font-size:22px}.dokan-card-fun-fact .card-fun-fact__text{text-align:left;flex:1 1 auto}.dokan-card-fun-fact .card-fun-fact__text h3{font-size:1.5em;margin:0 0 5px}.dokan-card-fun-fact .card-fun-fact__text p{font-size:1em;margin:0;color:#666}@media (max-width:1024px){.dokan-card-fun-fact{flex-basis:25%}}@media (max-width:480px){.dokan-card-fun-fact{flex-basis:100%}}
2
  /*# sourceMappingURL=vue-bootstrap.css.map */
assets/css/vue-bootstrap.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["vue-bootstrap.css"],"names":[],"mappings":"AACA,8DACE,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,cACF,CACA,mEACE,aAAc,CACd,aAAc,CACd,gBAAiB,CACjB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,0BAA2B,CAC3B,yBACF,CACA,oDACE,UAAW,CACX,mBAAoB,CACpB,cAAe,CACf,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,kBAAmB,CACnB,uBACF,CAEA,QACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WACF,CACA,cACE,YACF,CACA,8BACE,wBACF,CACA,qCACE,kCAAmC,CACnC,8BAA+B,CAC/B,0BACF,CACA,4BACE,0BACF,CACA,gBAEE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,wBAGF,CACA,uCAVE,iBAAkB,CAOlB,sBAAwB,CACxB,cAYF,CAVA,uBAEE,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAGF,CACA,sBACE,kBACF,CACA,6BACE,iBACF,CAEA,oBACE,UACF,CACA,wBACE,cACF,CAEA,qBACI,aACJ,CAEA,gBACE,eAAgB,CAChB,cACF,CACA,+BACE,oBACF,CACA,uCACE,iBAAkB,CAClB,oBACF,CACA,wCACE,SACF,CACA,2CACE,cAAe,CACf,iBACF,CACA,8JAEE,SACF,CAEA,wCACI,eAAgB,CAChB,oBAAqB,CACrB,yBAA0B,CAC1B,UAAW,CACX,kCAAmC,CACnC,iCAAkC,CAClC,8BACJ,CACA,+CACI,eACJ,CACA,eACI,iBACJ,CACA,wBACI,cAAe,CACf,gBAAiB,CACjB,QAAS,CACT,eACJ,CAEA,cACI,oBAAqB,CACrB,iBAAkB,CAClB,UAAW,CACX,WACJ,CACA,kBACI,iBAAkB,CAClB,wBAAyB,CACzB,SAAU,CACV,iBAAkB,CAClB,0DACJ,CACA,+BACI,oBACJ,CACA,wBACA,GACQ,QAAS,CACT,SAAU,CACV,OAAQ,CACR,QAAS,CACT,SACR,CACA,GACQ,QAAS,CACT,SAAU,CACV,UAAW,CACX,WAAY,CACZ,SACR,CACA,CAEA,sBACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,eAAgB,CAChB,UAAY,CACZ,aACF,CACA,eACE,qBACF,CACA,kCACE,cAAe,CACf,eAAgB,CAChB,cAAe,CACf,QAAS,CACT,OAAQ,CACR,sCAAwC,CACxC,kCAAoC,CACpC,8BACF,CACA,0CACE,mBACF,CACA,iCACE,WAAY,CACZ,kBAAmB,CACnB,iBAAkB,CAClB,4BACF,CACA,oCACE,QAAS,CACT,SAAU,CACV,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,mDACE,cAAe,CACf,UAAW,CACX,WAAY,CACZ,UAAW,CACX,SAAU,CACV,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,iBAAkB,CAClB,QAAS,CACT,0BAA2B,CAC3B,4BAA6B,CAC7B,mEAAuE,CACvE,2DACF,CACA,0DACE,yCAA2C,CAC3C,UAAW,CACX,aAAc,CACd,eAAgB,CAChB,eACF,CACA,yDACE,eAAgB,CAChB,iBAAkB,CAClB,UACF,CACA,yBACE,gBAAiB,CACjB,YAAa,CACb,iBACF,CACA,oBACE,iBAAkB,CAClB,MAAO,CACP,OAAQ,CACR,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,kBAAmB,CACnB,4BAA6B,CAC7B,iDAAsD,CACtD,yCACF,CACA,2BACE,gBAAiB,CACjB,gBACF,CACA,yCACA,qBACI,qBAAuB,CACvB,mBACJ,CACA,CACA,yCACA,qBACI,qBAAuB,CACvB,mBACJ,CACA,CACA,yCACA,qBACI,qBAAuB,CACvB,mBACJ,CACA,CAEA,8BACI,kBAAmB,CACnB,WAAY,CACZ,kBACJ,CACA,4BACI,wBACJ,CACA,4BACI,qBACJ,CACA,uBACI,qBACJ,CACA,sBACI,oBACJ,CACA,wBACI,sBACJ,CACA,yBACI,qBACJ,CACA,yBACI,uBACJ,CACA,wBACI,WAAY,CACZ,kBAAmB,CACnB,iBAAkB,CAClB,UACJ,CAEA,kCACI,UAAW,CACX,YACJ,CACA,iCACI,WACJ,CAEA,+CACE,gBAAiB,CACjB,aACF,CACA,gEACE,YACF,CACA,8EACE,aACF,CACA,2EACE,YACF,CACA,+BACE,cACF,CACA,qCACE,eACF,CACA,qCACE,UAAW,CACX,gBAAiB,CACjB,eACF,CAEA,qCACE,aAAc,CACd,oBAAqB,CACrB,aACF,CACA,2CACE,eACF,CACA,sDACE,SACF,CACA,uFAEE,eAAgB,CAChB,eACF,CACA,uDACE,cACF,CACA,+CACE,yBAA2B,CAC3B,mBACF,CACA,gDACE,cAAe,CACf,SAAU,CACV,QAAS,CACT,eAAgB,CAChB,UAAW,CACX,UAAY,CACZ,sBACF,CACA,yDACE,aAAc,CACd,UACF,CACA,8DACE,aAAc,CACd,aACF","file":"vue-bootstrap.css","sourcesContent":["\n.color-picker-container .color-picker-button[data-v-01dc0d51] {\n height: 24px;\n padding: 0 0 0 30px;\n margin: 0 0 6px;\n font-size: 11px;\n}\n.color-picker-container .color-picker-button span[data-v-01dc0d51] {\n display: block;\n padding: 0 6px;\n line-height: 22px;\n color: #555;\n text-align: center;\n background: #f7f7f7;\n border-left: 1px solid #ccc;\n border-radius: 0 2px 2px 0;\n}\n.color-picker-container .hex-input[data-v-01dc0d51] {\n width: 65px;\n padding: 3px 5px 4px;\n margin: 0 3 0 0;\n font-family: monospace;\n font-size: 12px;\n line-height: 1.4;\n vertical-align: top;\n box-shadow: 0 1px 0 #ccc;\n}\n\n.switch {\n position: relative;\n display: inline-block;\n width: 42px;\n height: 20px;\n}\n.switch input {\n display: none;\n}\n.switch input:checked + .slider {\n background-color: #0090ff;\n}\n.switch input:checked + .slider:before {\n -webkit-transform: translateX(22px);\n -ms-transform: translateX(22px);\n transform: translateX(22px);\n}\n.switch input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n.switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #d7dadd;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n left: 3px;\n bottom: 3px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider.round {\n border-radius: 34px;\n}\n.switch .slider.round:before {\n border-radius: 50%;\n}\n\n.dokan-upload-image {\n width: 100%;\n}\n.dokan-upload-image img {\n cursor: pointer;\n}\n\n.address-multiselect {\n margin: 0px 12px;\n}\n\n.checkbox-group {\n margin-top: 20px;\n padding: 0 10px;\n}\n.checkbox-group .checkbox-left {\n display: inline-block;\n}\n.checkbox-group .checkbox-left .switch {\n margin-right: 10px;\n display: inline-block;\n}\n.payment-info.edit-mode .checkbox-group {\n padding: 0;\n}\n.payment-info.edit-mode .dokan-form-select {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee,\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee {\n width: 40%;\n}\n\n.dokan-postbox .toggle-indicator:before {\n content: \"\\F142\";\n display: inline-block;\n font: 400 20px/1 dashicons;\n speak: none;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-decoration: none!important\n}\n.dokan-postbox.closed .toggle-indicator:before {\n content: \"\\F140\";\n}\n.dokan-postbox {\n position: relative;\n}\n.dokan-postbox h2.hndle {\n font-size: 14px;\n padding: 8px 12px;\n margin: 0;\n line-height: 1.4;\n}\n\n.dokan-loader {\n display: inline-block;\n position: relative;\n width: 64px;\n height: 64px;\n}\n.dokan-loader div {\n position: absolute;\n border: 4px solid #FF5722;\n opacity: 1;\n border-radius: 50%;\n animation: dokan-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;\n}\n.dokan-loader div:nth-child(2) {\n animation-delay: -0.5s;\n}\n@keyframes dokan-loader {\n0% {\n top: 28px;\n left: 28px;\n width: 0;\n height: 0;\n opacity: 1;\n}\n100% {\n top: -1px;\n left: -1px;\n width: 58px;\n height: 58px;\n opacity: 0;\n}\n}\n\n.dokan-modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 360px;\n background: #000;\n opacity: 0.7;\n z-index: 99900;\n}\n.dokan-modal * {\n box-sizing: border-box;\n}\n.dokan-modal .dokan-modal-content {\n position: fixed;\n background: #fff;\n z-index: 100000;\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n}\n.dokan-modal .dokan-modal-main.has-footer {\n padding-bottom: 55px;\n}\n.dokan-modal header.modal-header {\n height: auto;\n background: #fcfcfc;\n padding: 1em 1.5em;\n border-bottom: 1px solid #ddd;\n}\n.dokan-modal header.modal-header h1 {\n margin: 0;\n padding: 0;\n font-size: 18px;\n font-weight: 700;\n line-height: 1.5em;\n}\n.dokan-modal header.modal-header .modal-close-link {\n cursor: pointer;\n color: #777;\n height: 54px;\n width: 54px;\n padding: 0;\n position: absolute;\n top: 0;\n right: 0;\n text-align: center;\n border: 0;\n border-left: 1px solid #ddd;\n background-color: transparent;\n -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;\n transition: color 0.1s ease-in-out, background 0.1s ease-in-out;\n}\n.dokan-modal header.modal-header .modal-close-link::before {\n font: normal 22px/50px dashicons !important;\n color: #666;\n display: block;\n content: '\\F335';\n font-weight: 300;\n}\n.dokan-modal header.modal-header .modal-close-link:hover {\n background: #ddd;\n border-color: #ccc;\n color: #000;\n}\n.dokan-modal .modal-body {\n min-height: 100px;\n padding: 15px;\n overflow-y: scroll;\n}\n.dokan-modal footer {\n position: absolute;\n left: 0;\n right: 0;\n bottom: -30px;\n z-index: 100;\n padding: 1em 1.5em;\n background: #fcfcfc;\n border-top: 1px solid #dfdfdf;\n -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);\n box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);\n}\n.dokan-modal footer .inner {\n text-align: right;\n line-height: 23px;\n}\n@media only screen and (max-width: 500px) {\n.dokan-modal-content {\n width: 400px !important;\n top: 300px !important;\n}\n}\n@media only screen and (max-width: 376px) {\n.dokan-modal-content {\n width: 350px !important;\n top: 300px !important;\n}\n}\n@media only screen and (max-width: 320px) {\n.dokan-modal-content {\n width: 300px !important;\n top: 300px !important;\n}\n}\n\n#progressbar[data-v-356fabc6] {\n border-radius: 13px;\n padding: 3px;\n margin-bottom : 20px;\n}\n.defaultFg[data-v-356fabc6] {\n background-color: #00a0d2;\n}\n.defaultBg[data-v-356fabc6] {\n background-color: #eee;\n}\n.blue[data-v-356fabc6] {\n background-color: blue;\n}\n.red[data-v-356fabc6] {\n background-color: red;\n}\n.green[data-v-356fabc6] {\n background-color: green;\n}\n.yellow[data-v-356fabc6] {\n background-color: yellow;\n}\n.orange[data-v-356fabc6] {\n background-color: orange;\n}\n#value[data-v-356fabc6] {\n height: 20px;\n border-radius: 10px;\n text-align: center;\n color:#fff;\n}\n\n.gmap-wrap #gmap[data-v-4f45e4a0] {\n width: 100%;\n height: 300px;\n}\n.search-address[data-v-4f45e4a0] {\n padding: 5px;\n}\n\n.mapbox-wrapper .mapboxgl-ctrl-geocoder--input {\n padding: 6px 35px;\n line-height: 1;\n}\n.mapbox-wrapper .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder {\n display: none;\n}\n.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .mapboxgl-ctrl-geocoder {\n display: block;\n}\n.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .dokan-mapboxgl-ctrl {\n display: none;\n}\n.mapbox-wrapper .address-input {\n margin-top: 5px;\n}\n.mapbox-wrapper .address-input label {\n font-weight: 600;\n}\n.mapbox-wrapper .address-input input {\n width: 100%;\n margin: 1px 0 3px;\n font-weight: 400;\n}\n\n.button.button-link[data-v-e724292e] {\n padding: 0 4px;\n text-decoration: none;\n line-height: 1;\n}\n.button.button-link[data-v-e724292e]:hover {\n background: none;\n}\n.button.button-link:hover .dashicons[data-v-e724292e] {\n opacity: 1;\n}\n.button.button-link[data-v-e724292e]:active,\n.button.button-link[data-v-e724292e]:focus {\n background: none;\n box-shadow: none;\n}\n.button.button-link:active .dashicons[data-v-e724292e] {\n margin-top: 3px;\n}\n.button.button-link[disabled][data-v-e724292e] {\n background: none !important;\n pointer-events: none;\n}\n.button.button-link .dashicons[data-v-e724292e] {\n font-size: 15px;\n padding: 0;\n margin: 0;\n line-height: 1.3;\n color: #444;\n opacity: 0.7;\n transition: opacity 0.4s;\n}\n.button.button-link .refreshing-message[data-v-e724292e] {\n line-height: 1;\n color: #444;\n}\n.button.button-link .refresh-message-success[data-v-e724292e] {\n line-height: 1;\n color: #46b450;\n}\n"]}
1
+ {"version":3,"sources":["vue-bootstrap.css"],"names":[],"mappings":"AACA,8DACE,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,cACF,CACA,mEACE,aAAc,CACd,aAAc,CACd,gBAAiB,CACjB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,0BAA2B,CAC3B,yBACF,CACA,oDACE,UAAW,CACX,mBAAoB,CACpB,cAAe,CACf,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,kBAAmB,CACnB,uBACF,CAEA,QACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WACF,CACA,cACE,YACF,CACA,8BACE,wBACF,CACA,qCACE,kCAAmC,CACnC,8BAA+B,CAC/B,0BACF,CACA,4BACE,0BACF,CACA,gBAEE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,wBAGF,CACA,uCAVE,iBAAkB,CAOlB,sBAAwB,CACxB,cAYF,CAVA,uBAEE,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAGF,CACA,sBACE,kBACF,CACA,6BACE,iBACF,CAEA,oBACE,UACF,CACA,wBACE,cACF,CAEA,qBACI,aACJ,CAEA,gBACE,eAAgB,CAChB,cACF,CACA,+BACE,oBACF,CACA,uCACE,iBAAkB,CAClB,oBACF,CACA,wCACE,SACF,CACA,2CACE,cAAe,CACf,iBACF,CACA,8JAEE,SACF,CAEA,wCACI,eAAgB,CAChB,oBAAqB,CACrB,yBAA0B,CAC1B,UAAW,CACX,kCAAmC,CACnC,iCAAkC,CAClC,8BACJ,CACA,+CACI,eACJ,CACA,eACI,iBACJ,CACA,wBACI,cAAe,CACf,gBAAiB,CACjB,QAAS,CACT,eACJ,CAEA,cACI,oBAAqB,CACrB,iBAAkB,CAClB,UAAW,CACX,WACJ,CACA,kBACI,iBAAkB,CAClB,wBAAyB,CACzB,SAAU,CACV,iBAAkB,CAClB,0DACJ,CACA,+BACI,oBACJ,CACA,wBACA,GACQ,QAAS,CACT,SAAU,CACV,OAAQ,CACR,QAAS,CACT,SACR,CACA,GACQ,QAAS,CACT,SAAU,CACV,UAAW,CACX,WAAY,CACZ,SACR,CACA,CAEA,sBACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,eAAgB,CAChB,UAAY,CACZ,aACF,CACA,eACE,qBACF,CACA,kCACE,cAAe,CACf,eAAgB,CAChB,cAAe,CACf,QAAS,CACT,OAAQ,CACR,sCAAwC,CACxC,kCAAoC,CACpC,8BACF,CACA,0CACE,mBACF,CACA,iCACE,WAAY,CACZ,kBAAmB,CACnB,iBAAkB,CAClB,4BACF,CACA,oCACE,QAAS,CACT,SAAU,CACV,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,mDACE,cAAe,CACf,UAAW,CACX,WAAY,CACZ,UAAW,CACX,SAAU,CACV,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,iBAAkB,CAClB,QAAS,CACT,0BAA2B,CAC3B,4BAA6B,CAC7B,mEAAuE,CACvE,2DACF,CACA,0DACE,yCAA2C,CAC3C,UAAW,CACX,aAAc,CACd,eAAgB,CAChB,eACF,CACA,yDACE,eAAgB,CAChB,iBAAkB,CAClB,UACF,CACA,yBACE,gBAAiB,CACjB,YAAa,CACb,iBACF,CACA,oBACE,iBAAkB,CAClB,MAAO,CACP,OAAQ,CACR,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,kBAAmB,CACnB,4BAA6B,CAC7B,iDAAsD,CACtD,yCACF,CACA,2BACE,gBAAiB,CACjB,gBACF,CACA,yCACA,qBACI,qBAAuB,CACvB,mBACJ,CACA,CACA,yCACA,qBACI,qBAAuB,CACvB,mBACJ,CACA,CACA,yCACA,qBACI,qBAAuB,CACvB,mBACJ,CACA,CAEA,8BACI,kBAAmB,CACnB,WAAY,CACZ,kBACJ,CACA,4BACI,wBACJ,CACA,4BACI,qBACJ,CACA,uBACI,qBACJ,CACA,sBACI,oBACJ,CACA,wBACI,sBACJ,CACA,yBACI,qBACJ,CACA,yBACI,uBACJ,CACA,wBACI,WAAY,CACZ,kBAAmB,CACnB,iBAAkB,CAClB,UACJ,CAEA,kCACI,UAAW,CACX,YACJ,CACA,iCACI,WACJ,CAEA,+CACE,gBAAiB,CACjB,aACF,CACA,gEACE,YACF,CACA,8EACE,aACF,CACA,2EACE,YACF,CACA,+BACE,cACF,CACA,qCACE,eACF,CACA,qCACE,UAAW,CACX,gBAAiB,CACjB,eACF,CAEA,qCACE,aAAc,CACd,oBAAqB,CACrB,aACF,CACA,2CACE,eACF,CACA,sDACE,SACF,CACA,uFAEE,eAAgB,CAChB,eACF,CACA,uDACE,cACF,CACA,+CACE,yBAA2B,CAC3B,mBACF,CACA,gDACE,cAAe,CACf,SAAU,CACV,QAAS,CACT,eAAgB,CAChB,UAAW,CACX,UAAY,CACZ,sBACF,CACA,yDACE,aAAc,CACd,UACF,CACA,8DACE,aAAc,CACd,aACF,CAEA,qBACE,eAAiB,CACjB,iBAAkB,CAClB,kEAAoE,CACpE,cAAe,CACf,YAAa,CACb,cAAe,CACf,4CAAiD,CACjD,iBAAkB,CAClB,oBAAyB,CACzB,YAAa,CACb,kBAAmB,CACnB,cAAe,CACf,WACF,CACA,mCACE,qBAAsB,CACtB,UAAW,CACX,WAAY,CACZ,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,kBAAmB,CACnB,UAAW,CACX,cACF,CACA,0CACE,eAAgB,CAChB,aACF,CACA,6CACE,eAAgB,CAChB,cACF,CACA,4CACE,aAAc,CACd,QAAS,CACT,UACF,CACA,0BACA,qBACI,cACJ,CACA,CACA,yBACA,qBACI,eACJ,CACA","file":"vue-bootstrap.css","sourcesContent":["\n.color-picker-container .color-picker-button[data-v-01dc0d51] {\n height: 24px;\n padding: 0 0 0 30px;\n margin: 0 0 6px;\n font-size: 11px;\n}\n.color-picker-container .color-picker-button span[data-v-01dc0d51] {\n display: block;\n padding: 0 6px;\n line-height: 22px;\n color: #555;\n text-align: center;\n background: #f7f7f7;\n border-left: 1px solid #ccc;\n border-radius: 0 2px 2px 0;\n}\n.color-picker-container .hex-input[data-v-01dc0d51] {\n width: 65px;\n padding: 3px 5px 4px;\n margin: 0 3 0 0;\n font-family: monospace;\n font-size: 12px;\n line-height: 1.4;\n vertical-align: top;\n box-shadow: 0 1px 0 #ccc;\n}\n\n.switch {\n position: relative;\n display: inline-block;\n width: 42px;\n height: 20px;\n}\n.switch input {\n display: none;\n}\n.switch input:checked + .slider {\n background-color: #0090ff;\n}\n.switch input:checked + .slider:before {\n -webkit-transform: translateX(22px);\n -ms-transform: translateX(22px);\n transform: translateX(22px);\n}\n.switch input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n.switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #d7dadd;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n left: 3px;\n bottom: 3px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider.round {\n border-radius: 34px;\n}\n.switch .slider.round:before {\n border-radius: 50%;\n}\n\n.dokan-upload-image {\n width: 100%;\n}\n.dokan-upload-image img {\n cursor: pointer;\n}\n\n.address-multiselect {\n margin: 0px 12px;\n}\n\n.checkbox-group {\n margin-top: 20px;\n padding: 0 10px;\n}\n.checkbox-group .checkbox-left {\n display: inline-block;\n}\n.checkbox-group .checkbox-left .switch {\n margin-right: 10px;\n display: inline-block;\n}\n.payment-info.edit-mode .checkbox-group {\n padding: 0;\n}\n.payment-info.edit-mode .dokan-form-select {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee,\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee {\n width: 40%;\n}\n\n.dokan-postbox .toggle-indicator:before {\n content: \"\\F142\";\n display: inline-block;\n font: 400 20px/1 dashicons;\n speak: none;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-decoration: none!important\n}\n.dokan-postbox.closed .toggle-indicator:before {\n content: \"\\F140\";\n}\n.dokan-postbox {\n position: relative;\n}\n.dokan-postbox h2.hndle {\n font-size: 14px;\n padding: 8px 12px;\n margin: 0;\n line-height: 1.4;\n}\n\n.dokan-loader {\n display: inline-block;\n position: relative;\n width: 64px;\n height: 64px;\n}\n.dokan-loader div {\n position: absolute;\n border: 4px solid #FF5722;\n opacity: 1;\n border-radius: 50%;\n animation: dokan-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;\n}\n.dokan-loader div:nth-child(2) {\n animation-delay: -0.5s;\n}\n@keyframes dokan-loader {\n0% {\n top: 28px;\n left: 28px;\n width: 0;\n height: 0;\n opacity: 1;\n}\n100% {\n top: -1px;\n left: -1px;\n width: 58px;\n height: 58px;\n opacity: 0;\n}\n}\n\n.dokan-modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 360px;\n background: #000;\n opacity: 0.7;\n z-index: 99900;\n}\n.dokan-modal * {\n box-sizing: border-box;\n}\n.dokan-modal .dokan-modal-content {\n position: fixed;\n background: #fff;\n z-index: 100000;\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n}\n.dokan-modal .dokan-modal-main.has-footer {\n padding-bottom: 55px;\n}\n.dokan-modal header.modal-header {\n height: auto;\n background: #fcfcfc;\n padding: 1em 1.5em;\n border-bottom: 1px solid #ddd;\n}\n.dokan-modal header.modal-header h1 {\n margin: 0;\n padding: 0;\n font-size: 18px;\n font-weight: 700;\n line-height: 1.5em;\n}\n.dokan-modal header.modal-header .modal-close-link {\n cursor: pointer;\n color: #777;\n height: 54px;\n width: 54px;\n padding: 0;\n position: absolute;\n top: 0;\n right: 0;\n text-align: center;\n border: 0;\n border-left: 1px solid #ddd;\n background-color: transparent;\n -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;\n transition: color 0.1s ease-in-out, background 0.1s ease-in-out;\n}\n.dokan-modal header.modal-header .modal-close-link::before {\n font: normal 22px/50px dashicons !important;\n color: #666;\n display: block;\n content: '\\F335';\n font-weight: 300;\n}\n.dokan-modal header.modal-header .modal-close-link:hover {\n background: #ddd;\n border-color: #ccc;\n color: #000;\n}\n.dokan-modal .modal-body {\n min-height: 100px;\n padding: 15px;\n overflow-y: scroll;\n}\n.dokan-modal footer {\n position: absolute;\n left: 0;\n right: 0;\n bottom: -30px;\n z-index: 100;\n padding: 1em 1.5em;\n background: #fcfcfc;\n border-top: 1px solid #dfdfdf;\n -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);\n box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);\n}\n.dokan-modal footer .inner {\n text-align: right;\n line-height: 23px;\n}\n@media only screen and (max-width: 500px) {\n.dokan-modal-content {\n width: 400px !important;\n top: 300px !important;\n}\n}\n@media only screen and (max-width: 376px) {\n.dokan-modal-content {\n width: 350px !important;\n top: 300px !important;\n}\n}\n@media only screen and (max-width: 320px) {\n.dokan-modal-content {\n width: 300px !important;\n top: 300px !important;\n}\n}\n\n#progressbar[data-v-356fabc6] {\n border-radius: 13px;\n padding: 3px;\n margin-bottom : 20px;\n}\n.defaultFg[data-v-356fabc6] {\n background-color: #00a0d2;\n}\n.defaultBg[data-v-356fabc6] {\n background-color: #eee;\n}\n.blue[data-v-356fabc6] {\n background-color: blue;\n}\n.red[data-v-356fabc6] {\n background-color: red;\n}\n.green[data-v-356fabc6] {\n background-color: green;\n}\n.yellow[data-v-356fabc6] {\n background-color: yellow;\n}\n.orange[data-v-356fabc6] {\n background-color: orange;\n}\n#value[data-v-356fabc6] {\n height: 20px;\n border-radius: 10px;\n text-align: center;\n color:#fff;\n}\n\n.gmap-wrap #gmap[data-v-4f45e4a0] {\n width: 100%;\n height: 300px;\n}\n.search-address[data-v-4f45e4a0] {\n padding: 5px;\n}\n\n.mapbox-wrapper .mapboxgl-ctrl-geocoder--input {\n padding: 6px 35px;\n line-height: 1;\n}\n.mapbox-wrapper .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder {\n display: none;\n}\n.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .mapboxgl-ctrl-geocoder {\n display: block;\n}\n.mapbox-wrapper .mapboxgl-ctrl-top-left.show-geocoder .dokan-mapboxgl-ctrl {\n display: none;\n}\n.mapbox-wrapper .address-input {\n margin-top: 5px;\n}\n.mapbox-wrapper .address-input label {\n font-weight: 600;\n}\n.mapbox-wrapper .address-input input {\n width: 100%;\n margin: 1px 0 3px;\n font-weight: 400;\n}\n\n.button.button-link[data-v-e724292e] {\n padding: 0 4px;\n text-decoration: none;\n line-height: 1;\n}\n.button.button-link[data-v-e724292e]:hover {\n background: none;\n}\n.button.button-link:hover .dashicons[data-v-e724292e] {\n opacity: 1;\n}\n.button.button-link[data-v-e724292e]:active,\n.button.button-link[data-v-e724292e]:focus {\n background: none;\n box-shadow: none;\n}\n.button.button-link:active .dashicons[data-v-e724292e] {\n margin-top: 3px;\n}\n.button.button-link[disabled][data-v-e724292e] {\n background: none !important;\n pointer-events: none;\n}\n.button.button-link .dashicons[data-v-e724292e] {\n font-size: 15px;\n padding: 0;\n margin: 0;\n line-height: 1.3;\n color: #444;\n opacity: 0.7;\n transition: opacity 0.4s;\n}\n.button.button-link .refreshing-message[data-v-e724292e] {\n line-height: 1;\n color: #444;\n}\n.button.button-link .refresh-message-success[data-v-e724292e] {\n line-height: 1;\n color: #46b450;\n}\n\n.dokan-card-fun-fact {\n background: white;\n border-radius: 8px;\n box-shadow: 0 5px 7px -3px #BCBCBC, 0 4px 6px -4px rgb(255 255 2550);\n cursor: pointer;\n height: 110px;\n padding: 0 20px;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0.025);\n text-align: center;\n transition: height 1000ms;\n display: flex;\n align-items: center;\n flex-basis: 20%;\n margin: 10px;\n}\n.dokan-card-fun-fact .rounded-icon {\n background-color: #ccc;\n width: 70px;\n height: 70px;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 50px;\n color: #fff;\n font-size: 22px;\n}\n.dokan-card-fun-fact .card-fun-fact__text {\n text-align: left;\n flex: 1 1 auto;\n}\n.dokan-card-fun-fact .card-fun-fact__text h3 {\n font-size: 1.5em;\n margin: 0 0 5px;\n}\n.dokan-card-fun-fact .card-fun-fact__text p {\n font-size: 1em;\n margin: 0;\n color: #666666;\n}\n@media (max-width: 1024px) {\n.dokan-card-fun-fact {\n flex-basis: 25%;\n}\n}\n@media (max-width: 480px) {\n.dokan-card-fun-fact {\n flex-basis: 100%;\n}\n}\n"]}
assets/js/dokan-promo-notice.js CHANGED
@@ -7,6 +7,25 @@ module.exports = jQuery;
7
 
8
  /***/ }),
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  /***/ 16:
11
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12
 
@@ -207,12 +226,12 @@ module.exports = jQuery;
207
 
208
  /***/ }),
209
 
210
- /***/ 262:
211
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
212
 
213
  "use strict";
214
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
215
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(263);
216
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery__ = __webpack_require__(1);
217
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_jquery__);
218
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_vue__ = __webpack_require__(2);
@@ -231,13 +250,13 @@ if (__WEBPACK_IMPORTED_MODULE_1_jquery___default()('#dokan-promo-notices').lengt
231
 
232
  /***/ }),
233
 
234
- /***/ 263:
235
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
236
 
237
  "use strict";
238
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(95);
239
  /* unused harmony namespace reexport */
240
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_46f97cbe_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(264);
241
  var disposed = false
242
  var normalizeComponent = __webpack_require__(0)
243
  /* script */
@@ -284,7 +303,7 @@ if (false) {(function () {
284
 
285
  /***/ }),
286
 
287
- /***/ 264:
288
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
289
 
290
  "use strict";
@@ -307,13 +326,13 @@ if (false) {
307
 
308
  /***/ }),
309
 
310
- /***/ 40:
311
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
312
 
313
  "use strict";
314
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AdminNotice_vue__ = __webpack_require__(16);
315
  /* unused harmony namespace reexport */
316
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0f724387_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AdminNotice_vue__ = __webpack_require__(41);
317
  var disposed = false
318
  var normalizeComponent = __webpack_require__(0)
319
  /* script */
@@ -360,7 +379,7 @@ if (false) {(function () {
360
 
361
  /***/ }),
362
 
363
- /***/ 41:
364
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
365
 
366
  "use strict";
@@ -670,25 +689,6 @@ if (false) {
670
  }
671
  }
672
 
673
- /***/ }),
674
-
675
- /***/ 95:
676
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
677
-
678
- "use strict";
679
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__admin_components_AdminNotice_vue__ = __webpack_require__(40);
680
- //
681
- //
682
- //
683
- //
684
-
685
- /* harmony default export */ __webpack_exports__["a"] = ({
686
- name: "App",
687
- components: {
688
- AdminNotice: __WEBPACK_IMPORTED_MODULE_0__admin_components_AdminNotice_vue__["a" /* default */]
689
- }
690
- });
691
-
692
  /***/ })
693
 
694
- },[262]);
7
 
8
  /***/ }),
9
 
10
+ /***/ 103:
11
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
12
+
13
+ "use strict";
14
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__admin_components_AdminNotice_vue__ = __webpack_require__(42);
15
+ //
16
+ //
17
+ //
18
+ //
19
+
20
+ /* harmony default export */ __webpack_exports__["a"] = ({
21
+ name: "App",
22
+ components: {
23
+ AdminNotice: __WEBPACK_IMPORTED_MODULE_0__admin_components_AdminNotice_vue__["a" /* default */]
24
+ }
25
+ });
26
+
27
+ /***/ }),
28
+
29
  /***/ 16:
30
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
31
 
226
 
227
  /***/ }),
228
 
229
+ /***/ 274:
230
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
231
 
232
  "use strict";
233
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
234
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(275);
235
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery__ = __webpack_require__(1);
236
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_jquery__);
237
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_vue__ = __webpack_require__(2);
250
 
251
  /***/ }),
252
 
253
+ /***/ 275:
254
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
255
 
256
  "use strict";
257
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(103);
258
  /* unused harmony namespace reexport */
259
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_46f97cbe_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(276);
260
  var disposed = false
261
  var normalizeComponent = __webpack_require__(0)
262
  /* script */
303
 
304
  /***/ }),
305
 
306
+ /***/ 276:
307
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
308
 
309
  "use strict";
326
 
327
  /***/ }),
328
 
329
+ /***/ 42:
330
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
331
 
332
  "use strict";
333
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AdminNotice_vue__ = __webpack_require__(16);
334
  /* unused harmony namespace reexport */
335
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0f724387_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AdminNotice_vue__ = __webpack_require__(43);
336
  var disposed = false
337
  var normalizeComponent = __webpack_require__(0)
338
  /* script */
379
 
380
  /***/ }),
381
 
382
+ /***/ 43:
383
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
384
 
385
  "use strict";
689
  }
690
  }
691
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
692
  /***/ })
693
 
694
+ },[274]);
assets/js/dokan-promo-notice.min.js CHANGED
@@ -1 +1 @@
1
- dokanWebpack([3],{1:function(t,e){t.exports=jQuery},16:function(t,e,n){"use strict";var i=n(1),s=n.n(i);e.a={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3}},data:function(){return{timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}},created:function(){this.fetch()},methods:{fetch:function(){var t=this;s.a.ajax({url:"".concat(dokan_promo.rest.root).concat(dokan_promo.rest.version,"/admin/notices/").concat(this.endpoint),method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done(function(e){t.notices=e.filter(function(t){return t.description||t.title}),t.startAutoSlide()})},slideNotice:function(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";var e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice:function(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice:function(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide:function(){var t=this;!this.loading&&this.notices.length>1&&(this.timer=setInterval(function(){t.slideNotice(1)},this.interval))},stopAutoSlide:function(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice:function(t,e){var n=this;s.a.ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done(function(){n.notices.splice(e,1),n.slideNotice(1)})},handleAction:function(t,e){var n=this;t.confirm_message?this.$swal({title:this.__("Are you sure?","dokan-lite"),type:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then(function(i){i.value&&n.handleRequest(t,e)}):this.handleRequest(t,e)},handleRequest:function(t,e){var n=this;this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),s.a.ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always(function(){n.loading=!1}).done(function(){n.button_text=t.completed_text?t.completed_text:t.text,n.task_completed=!0,t.reload?window.location.reload():(n.notices.splice(e,1),n.slideNotice(1))})}}}},262:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(263),s=n(1),o=n.n(s),a=n(2);o()("#dokan-promo-notices").length&&new a.default({el:"#dokan-promo-notices",render:function(t){return t(i.a)}})},263:function(t,e,n){"use strict";var i=n(94),s=n(264),o=n(0)(i.a,s.a,!1,null,null,null);o.options.__file="src/promo-notice/App.vue",e.a=o.exports},264:function(t,e,n){"use strict";var i=function(){var t=this.$createElement;return(this._self._c||t)("AdminNotice",{attrs:{interval:1e4,endpoint:"promo"}})};i._withStripped=!0;var s={render:i,staticRenderFns:[]};e.a=s},39:function(t,e,n){"use strict";var i=n(16),s=n(40),o=n(0)(i.a,s.a,!1,null,null,null);o.options.__file="src/admin/components/AdminNotice.vue",e.a=o.exports},40:function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?n("div",{staticClass:"dokan-admin-notices"},[n("transition-group",{staticClass:"dokan-notice-slides",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,function(e,i){return[n("div",{directives:[{name:"show",rawName:"v-show",value:i+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:i,staticClass:"dokan-admin-notice",class:"dokan-"+e.type,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[n("div",{staticClass:"notice-content",style:e.title&&e.actions&&e.description?"align-items: start":"align-items: center"},[n("div",{staticClass:"logo-wrap"},[n("div",{staticClass:"dokan-logo"}),t._v(" "),n("span",{staticClass:"dokan-icon",class:"dokan-icon-"+e.type})]),t._v(" "),n("div",{staticClass:"dokan-message"},[e.title?n("h3",[t._v(t._s(e.title))]):t._e(),t._v(" "),e.description?n("div",{domProps:{innerHTML:t._s(e.description)}}):t._e(),t._v(" "),e.actions&&e.actions.length?[t._l(e.actions,function(e){return[e.action?n("a",{staticClass:"dokan-btn",class:["dokan-btn-"+e.type,e.class],attrs:{target:e.target?e.target:"_self",href:e.action}},[t._v(t._s(e.text))]):n("button",{staticClass:"dokan-btn btn-dokan",class:["dokan-btn-"+e.type,e.class],attrs:{disabled:t.loading},on:{click:function(n){return t.handleAction(e,i)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:e.text))])]})]:t._e()],2),t._v(" "),e.show_close_button&&e.close_url?n("a",{staticClass:"close-notice",attrs:{href:e.close_url}},[n("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),e.show_close_button&&e.ajax_data?n("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(n){return t.hideNotice(e,i)}}},[n("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]})],2),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[n("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[n("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),n("span",{staticClass:"notice-count"},[n("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),n("span",{staticClass:"total-notice",class:{active:t.current_notice<t.notices.length}},[t._v(t._s(t.notices.length))])]),t._v(" "),n("span",{staticClass:"next",class:{active:t.current_notice<t.notices.length},on:{click:function(e){return t.nextNotice()}}},[n("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M7.43934 6.10203L1.75067 0.415254C1.50105 0.166269 1.09664 0.166269 0.846391 0.415254C0.596776 0.664239 0.596776 1.06866 0.846391 1.31764L6.08384 6.5532L0.847021 11.7888C0.597406 12.0377 0.597406 12.4422 0.847021 12.6918C1.09664 12.9408 1.50168 12.9408 1.7513 12.6918L7.43997 7.005C7.6858 6.75859 7.6858 6.34781 7.43934 6.10203Z",fill:"#DADFE4"}})])])])],1):t._e()])};i._withStripped=!0;var s={render:i,staticRenderFns:[]};e.a=s},94:function(t,e,n){"use strict";var i=n(39);e.a={name:"App",components:{AdminNotice:i.a}}}},[262]);
1
+ dokanWebpack([3],{1:function(t,e){t.exports=jQuery},102:function(t,e,n){"use strict";var i=n(41);e.a={name:"App",components:{AdminNotice:i.a}}},16:function(t,e,n){"use strict";var i=n(1),s=n.n(i);e.a={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3}},data:function(){return{timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}},created:function(){this.fetch()},methods:{fetch:function(){var t=this;s.a.ajax({url:"".concat(dokan_promo.rest.root).concat(dokan_promo.rest.version,"/admin/notices/").concat(this.endpoint),method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done(function(e){t.notices=e.filter(function(t){return t.description||t.title}),t.startAutoSlide()})},slideNotice:function(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";var e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice:function(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice:function(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide:function(){var t=this;!this.loading&&this.notices.length>1&&(this.timer=setInterval(function(){t.slideNotice(1)},this.interval))},stopAutoSlide:function(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice:function(t,e){var n=this;s.a.ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done(function(){n.notices.splice(e,1),n.slideNotice(1)})},handleAction:function(t,e){var n=this;t.confirm_message?this.$swal({title:this.__("Are you sure?","dokan-lite"),type:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then(function(i){i.value&&n.handleRequest(t,e)}):this.handleRequest(t,e)},handleRequest:function(t,e){var n=this;this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),s.a.ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always(function(){n.loading=!1}).done(function(){n.button_text=t.completed_text?t.completed_text:t.text,n.task_completed=!0,t.reload?window.location.reload():(n.notices.splice(e,1),n.slideNotice(1))})}}}},274:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(275),s=n(1),o=n.n(s),a=n(2);o()("#dokan-promo-notices").length&&new a.default({el:"#dokan-promo-notices",render:function(t){return t(i.a)}})},275:function(t,e,n){"use strict";var i=n(102),s=n(276),o=n(0)(i.a,s.a,!1,null,null,null);o.options.__file="src/promo-notice/App.vue",e.a=o.exports},276:function(t,e,n){"use strict";var i=function(){var t=this.$createElement;return(this._self._c||t)("AdminNotice",{attrs:{interval:1e4,endpoint:"promo"}})};i._withStripped=!0;var s={render:i,staticRenderFns:[]};e.a=s},41:function(t,e,n){"use strict";var i=n(16),s=n(42),o=n(0)(i.a,s.a,!1,null,null,null);o.options.__file="src/admin/components/AdminNotice.vue",e.a=o.exports},42:function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?n("div",{staticClass:"dokan-admin-notices"},[n("transition-group",{staticClass:"dokan-notice-slides",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,function(e,i){return[n("div",{directives:[{name:"show",rawName:"v-show",value:i+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:i,staticClass:"dokan-admin-notice",class:"dokan-"+e.type,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[n("div",{staticClass:"notice-content",style:e.title&&e.actions&&e.description?"align-items: start":"align-items: center"},[n("div",{staticClass:"logo-wrap"},[n("div",{staticClass:"dokan-logo"}),t._v(" "),n("span",{staticClass:"dokan-icon",class:"dokan-icon-"+e.type})]),t._v(" "),n("div",{staticClass:"dokan-message"},[e.title?n("h3",[t._v(t._s(e.title))]):t._e(),t._v(" "),e.description?n("div",{domProps:{innerHTML:t._s(e.description)}}):t._e(),t._v(" "),e.actions&&e.actions.length?[t._l(e.actions,function(e){return[e.action?n("a",{staticClass:"dokan-btn",class:["dokan-btn-"+e.type,e.class],attrs:{target:e.target?e.target:"_self",href:e.action}},[t._v(t._s(e.text))]):n("button",{staticClass:"dokan-btn btn-dokan",class:["dokan-btn-"+e.type,e.class],attrs:{disabled:t.loading},on:{click:function(n){return t.handleAction(e,i)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:e.text))])]})]:t._e()],2),t._v(" "),e.show_close_button&&e.close_url?n("a",{staticClass:"close-notice",attrs:{href:e.close_url}},[n("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),e.show_close_button&&e.ajax_data?n("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(n){return t.hideNotice(e,i)}}},[n("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]})],2),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[n("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[n("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),n("span",{staticClass:"notice-count"},[n("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),n("span",{staticClass:"total-notice",class:{active:t.current_notice<t.notices.length}},[t._v(t._s(t.notices.length))])]),t._v(" "),n("span",{staticClass:"next",class:{active:t.current_notice<t.notices.length},on:{click:function(e){return t.nextNotice()}}},[n("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M7.43934 6.10203L1.75067 0.415254C1.50105 0.166269 1.09664 0.166269 0.846391 0.415254C0.596776 0.664239 0.596776 1.06866 0.846391 1.31764L6.08384 6.5532L0.847021 11.7888C0.597406 12.0377 0.597406 12.4422 0.847021 12.6918C1.09664 12.9408 1.50168 12.9408 1.7513 12.6918L7.43997 7.005C7.6858 6.75859 7.6858 6.34781 7.43934 6.10203Z",fill:"#DADFE4"}})])])])],1):t._e()])};i._withStripped=!0;var s={render:i,staticRenderFns:[]};e.a=s}},[274]);
assets/js/dokan-wp.js CHANGED
@@ -1,11 +1,11 @@
1
  dokanWebpack([4],{
2
 
3
- /***/ 246:
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
 
6
  "use strict";
7
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__ = __webpack_require__(247);
9
 
10
  dokan.wpPackages = {
11
  hooks: Object(__WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__["a" /* createHooks */])()
@@ -13,4 +13,4 @@ dokan.wpPackages = {
13
 
14
  /***/ })
15
 
16
- },[246]);
1
  dokanWebpack([4],{
2
 
3
+ /***/ 258:
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
 
6
  "use strict";
7
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__ = __webpack_require__(259);
9
 
10
  dokan.wpPackages = {
11
  hooks: Object(__WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__["a" /* createHooks */])()
13
 
14
  /***/ })
15
 
16
+ },[258]);
assets/js/dokan-wp.min.js CHANGED
@@ -1 +1 @@
1
- dokanWebpack([4],{246:function(e,a,o){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var c=o(247);dokan.wpPackages={hooks:Object(c.a)()}}},[246]);
1
+ dokanWebpack([4],{258:function(e,a,o){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var c=o(259);dokan.wpPackages={hooks:Object(c.a)()}}},[258]);
assets/js/helper.js CHANGED
@@ -277,3 +277,24 @@ function dokan_execute_recaptcha(inputFieldSelector, action) {
277
  });
278
  });
279
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  });
278
  });
279
  }
280
+
281
+ /**
282
+ * This method will extract ajax error message from ajax response
283
+ *
284
+ * @since 3.5.1
285
+ *
286
+ * @param jqXHR
287
+ *
288
+ * @returns {string}
289
+ */
290
+ function dokan_handle_ajax_error( jqXHR ) {
291
+ let error_message = '';
292
+ if ( jqXHR.responseJSON && jqXHR.responseJSON.message ) {
293
+ error_message = jqXHR.responseJSON.message;
294
+ } else if ( jqXHR.responseJSON && jqXHR.responseJSON.data && jqXHR.responseJSON.data.message ) {
295
+ error_message = jqXHR.responseJSON.data.message;
296
+ } else if( jqXHR.responseText ) {
297
+ error_message = jqXHR.responseText;
298
+ }
299
+ return error_message;
300
+ }
assets/js/reverse-withdrawal.js ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dokanWebpack([5],{
2
+
3
+ /***/ 277:
4
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
+
6
+ "use strict";
7
+ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator__ = __webpack_require__(59);
9
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator__);
10
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_defineProperty__ = __webpack_require__(21);
11
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_defineProperty__);
12
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_regenerator__ = __webpack_require__(60);
13
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_regenerator___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__babel_runtime_regenerator__);
14
+
15
+
16
+
17
+
18
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
19
+
20
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_defineProperty___default()(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
21
+
22
+ ;
23
+
24
+ (function ($, document, window) {
25
+ /**
26
+ * Filter Reverse withdrawal transactions
27
+ */
28
+ var Dokan_Reverse_Withdrawal = {
29
+ init: function init() {
30
+ this.init_datepicker();
31
+ $('.reverse-balance-section').on('click', '#reverse_pay', Dokan_Reverse_Withdrawal.add_to_cart);
32
+ },
33
+ init_datepicker: function init_datepicker() {
34
+ // Set date range data.
35
+ var localeData = _objectSpread({
36
+ format: dokan_get_daterange_picker_format()
37
+ }, dokan_helper.daterange_picker_local); // date range picker handler.
38
+
39
+
40
+ $("#trn_date_filter").daterangepicker({
41
+ autoUpdateInput: false,
42
+ locale: localeData
43
+ }, function (start, end, label) {
44
+ // Set the value for date range field to show frontend.
45
+ $('#trn_date_filter').on('apply.daterangepicker', function (ev, picker) {
46
+ $(this).val(picker.startDate.format(localeData.format) + ' - ' + picker.endDate.format(localeData.format));
47
+ }); // Set the value for date range fields to send backend
48
+
49
+ $("#trn_date_form_filter_alt").val(start.format('YYYY-MM-DD'));
50
+ $("#trn_date_to_filter_alt").val(end.format('YYYY-MM-DD'));
51
+ }); // date range picker clear button handler
52
+
53
+ $('#trn_date_filter').on('cancel.daterangepicker', function (ev, picker) {
54
+ // Clear date range input fields value on clicking clear button
55
+ $(this).val('');
56
+ $("#trn_date_form_filter_alt").val('');
57
+ $("#trn_date_to_filter_alt").val('');
58
+ });
59
+ },
60
+ add_to_cart: function add_to_cart() {
61
+ var th = $(this);
62
+ var payment_el = $('#reverse_pay_balance');
63
+ Dokan_Reverse_Withdrawal.disableProps();
64
+ var data = {
65
+ price: payment_el.val(),
66
+ _reverse_withdrawal_nonce: dokan.reverse_withdrawal.nonce
67
+ }; // call ajax
68
+
69
+ wp.ajax.post('dokan_reverse_withdrawal_payment_to_cart', data).then( /*#__PURE__*/function () {
70
+ var _ref = __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator___default()( /*#__PURE__*/__WEBPACK_IMPORTED_MODULE_2__babel_runtime_regenerator___default.a.mark(function _callee(response) {
71
+ var alert_data;
72
+ return __WEBPACK_IMPORTED_MODULE_2__babel_runtime_regenerator___default.a.wrap(function _callee$(_context) {
73
+ while (1) {
74
+ switch (_context.prev = _context.next) {
75
+ case 0:
76
+ alert_data = {
77
+ action: 'confirm',
78
+ title: dokan.reverse_withdrawal.on_success_title,
79
+ icon: 'success',
80
+ showCloseButton: false,
81
+ showCancelButton: false,
82
+ focusConfirm: true
83
+ };
84
+ _context.next = 3;
85
+ return dokan_sweetalert(response.message, alert_data).then(function () {
86
+ window.location.replace(dokan.reverse_withdrawal.checkout_url);
87
+ });
88
+
89
+ case 3:
90
+ case "end":
91
+ return _context.stop();
92
+ }
93
+ }
94
+ }, _callee);
95
+ }));
96
+
97
+ return function (_x) {
98
+ return _ref.apply(this, arguments);
99
+ };
100
+ }()).fail(function (jqXHR) {
101
+ Dokan_Reverse_Withdrawal.disableProps(false);
102
+ var error_message = dokan_handle_ajax_error(jqXHR);
103
+
104
+ if (error_message) {
105
+ dokan_sweetalert(error_message, {
106
+ 'action': 'error',
107
+ 'title': dokan.reverse_withdrawal.on_error_title,
108
+ 'icon': 'error'
109
+ });
110
+ }
111
+ });
112
+ },
113
+ disableProps: function disableProps() {
114
+ var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
115
+ $('#reverse_pay_balance').prop('disabled', args);
116
+ $('#reverse_pay').prop('disabled', args);
117
+ }
118
+ };
119
+ $(function () {
120
+ // DOM Ready - Let's invoke the init method
121
+ Dokan_Reverse_Withdrawal.init();
122
+ });
123
+ })(jQuery, document, window);
124
+
125
+ /***/ })
126
+
127
+ },[277]);
assets/js/reverse-withdrawal.min.js ADDED
@@ -0,0 +1 @@
 
1
+ dokanWebpack([5],{277:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=r(58),n=r.n(a),o=r(20),i=r.n(o),c=r(59),l=r.n(c);function _(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,a)}return r}!function(e,t,r){var a={init:function(){this.init_datepicker(),e(".reverse-balance-section").on("click","#reverse_pay",a.add_to_cart)},init_datepicker:function(){var t=function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?_(Object(r),!0).forEach(function(t){i()(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}({format:dokan_get_daterange_picker_format()},dokan_helper.daterange_picker_local);e("#trn_date_filter").daterangepicker({autoUpdateInput:!1,locale:t},function(r,a,n){e("#trn_date_filter").on("apply.daterangepicker",function(r,a){e(this).val(a.startDate.format(t.format)+" - "+a.endDate.format(t.format))}),e("#trn_date_form_filter_alt").val(r.format("YYYY-MM-DD")),e("#trn_date_to_filter_alt").val(a.format("YYYY-MM-DD"))}),e("#trn_date_filter").on("cancel.daterangepicker",function(t,r){e(this).val(""),e("#trn_date_form_filter_alt").val(""),e("#trn_date_to_filter_alt").val("")})},add_to_cart:function(){e(this);var t=e("#reverse_pay_balance");a.disableProps();var o={price:t.val(),_reverse_withdrawal_nonce:dokan.reverse_withdrawal.nonce};wp.ajax.post("dokan_reverse_withdrawal_payment_to_cart",o).then(function(){var e=n()(l.a.mark(function e(t){var a;return l.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={action:"confirm",title:dokan.reverse_withdrawal.on_success_title,icon:"success",showCloseButton:!1,showCancelButton:!1,focusConfirm:!0},e.next=3,dokan_sweetalert(t.message,a).then(function(){r.location.replace(dokan.reverse_withdrawal.checkout_url)});case 3:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()).fail(function(e){a.disableProps(!1);var t=dokan_handle_ajax_error(e);t&&dokan_sweetalert(t,{action:"error",title:dokan.reverse_withdrawal.on_error_title,icon:"error"})})},disableProps:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];e("#reverse_pay_balance").prop("disabled",t),e("#reverse_pay").prop("disabled",t)}};e(function(){a.init()})}(jQuery,document,window)}},[277]);
assets/js/vue-admin.js CHANGED
@@ -11,13 +11,13 @@ module.exports = jQuery;
11
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12
 
13
  "use strict";
14
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UpgradeBanner_vue__ = __webpack_require__(49);
15
  /* unused harmony namespace reexport */
16
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75a73b30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UpgradeBanner_vue__ = __webpack_require__(121);
17
  var disposed = false
18
  function injectStyle (ssrContext) {
19
  if (disposed) return
20
- __webpack_require__(120)
21
  }
22
  var normalizeComponent = __webpack_require__(0)
23
  /* script */
@@ -70,11 +70,11 @@ if (false) {(function () {
70
  "use strict";
71
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Switches_vue__ = __webpack_require__(11);
72
  /* unused harmony namespace reexport */
73
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aa8ad7dc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Switches_vue__ = __webpack_require__(29);
74
  var disposed = false
75
  function injectStyle (ssrContext) {
76
  if (disposed) return
77
- __webpack_require__(28)
78
  }
79
  var normalizeComponent = __webpack_require__(0)
80
  /* script */
@@ -201,7 +201,7 @@ if (false) {(function () {
201
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
202
 
203
  "use strict";
204
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_color_src_components_Sketch_vue__ = __webpack_require__(58);
205
  //
206
  //
207
  //
@@ -317,8 +317,8 @@ if (false) {(function () {
317
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(4);
318
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
319
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_Switches_vue__ = __webpack_require__(5);
320
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UploadImage_vue__ = __webpack_require__(21);
321
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_PasswordGenerator_vue__ = __webpack_require__(22);
322
  //
323
  //
324
  //
@@ -1452,17 +1452,18 @@ if (false) {(function () {
1452
  /* 18 */,
1453
  /* 19 */,
1454
  /* 20 */,
1455
- /* 21 */
 
1456
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1457
 
1458
  "use strict";
1459
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UploadImage_vue__ = __webpack_require__(12);
1460
  /* unused harmony namespace reexport */
1461
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_40b3524c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UploadImage_vue__ = __webpack_require__(31);
1462
  var disposed = false
1463
  function injectStyle (ssrContext) {
1464
  if (disposed) return
1465
- __webpack_require__(30)
1466
  }
1467
  var normalizeComponent = __webpack_require__(0)
1468
  /* script */
@@ -1508,13 +1509,13 @@ if (false) {(function () {
1508
 
1509
 
1510
  /***/ }),
1511
- /* 22 */
1512
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1513
 
1514
  "use strict";
1515
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_PasswordGenerator_vue__ = __webpack_require__(13);
1516
  /* unused harmony namespace reexport */
1517
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4084a478_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_PasswordGenerator_vue__ = __webpack_require__(32);
1518
  var disposed = false
1519
  var normalizeComponent = __webpack_require__(0)
1520
  /* script */
@@ -1560,7 +1561,13 @@ if (false) {(function () {
1560
 
1561
 
1562
  /***/ }),
1563
- /* 23 */
 
 
 
 
 
 
1564
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1565
 
1566
  "use strict";
@@ -1611,17 +1618,17 @@ if (false) {(function () {
1611
 
1612
 
1613
  /***/ }),
1614
- /* 24 */
1615
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1616
 
1617
  "use strict";
1618
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ColorPicker_vue__ = __webpack_require__(9);
1619
  /* unused harmony namespace reexport */
1620
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01dc0d51_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ColorPicker_vue__ = __webpack_require__(26);
1621
  var disposed = false
1622
  function injectStyle (ssrContext) {
1623
  if (disposed) return
1624
- __webpack_require__(25)
1625
  }
1626
  var normalizeComponent = __webpack_require__(0)
1627
  /* script */
@@ -1667,13 +1674,13 @@ if (false) {(function () {
1667
 
1668
 
1669
  /***/ }),
1670
- /* 25 */
1671
  /***/ (function(module, exports) {
1672
 
1673
  // removed by extract-text-webpack-plugin
1674
 
1675
  /***/ }),
1676
- /* 26 */
1677
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1678
 
1679
  "use strict";
@@ -1764,13 +1771,13 @@ if (false) {
1764
  }
1765
 
1766
  /***/ }),
1767
- /* 27 */
1768
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1769
 
1770
  "use strict";
1771
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAccountFields_vue__ = __webpack_require__(10);
1772
  /* unused harmony namespace reexport */
1773
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2b13daea_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAccountFields_vue__ = __webpack_require__(33);
1774
  var disposed = false
1775
  var normalizeComponent = __webpack_require__(0)
1776
  /* script */
@@ -1816,13 +1823,13 @@ if (false) {(function () {
1816
 
1817
 
1818
  /***/ }),
1819
- /* 28 */
1820
  /***/ (function(module, exports) {
1821
 
1822
  // removed by extract-text-webpack-plugin
1823
 
1824
  /***/ }),
1825
- /* 29 */
1826
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1827
 
1828
  "use strict";
@@ -1853,13 +1860,13 @@ if (false) {
1853
  }
1854
 
1855
  /***/ }),
1856
- /* 30 */
1857
  /***/ (function(module, exports) {
1858
 
1859
  // removed by extract-text-webpack-plugin
1860
 
1861
  /***/ }),
1862
- /* 31 */
1863
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1864
 
1865
  "use strict";
@@ -1904,7 +1911,7 @@ if (false) {
1904
  }
1905
 
1906
  /***/ }),
1907
- /* 32 */
1908
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1909
 
1910
  "use strict";
@@ -1977,7 +1984,7 @@ if (false) {
1977
  }
1978
 
1979
  /***/ }),
1980
- /* 33 */
1981
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1982
 
1983
  "use strict";
@@ -2474,17 +2481,17 @@ if (false) {
2474
  }
2475
 
2476
  /***/ }),
2477
- /* 34 */
2478
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2479
 
2480
  "use strict";
2481
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAddressFields_vue__ = __webpack_require__(14);
2482
  /* unused harmony namespace reexport */
2483
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9504c01e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAddressFields_vue__ = __webpack_require__(36);
2484
  var disposed = false
2485
  function injectStyle (ssrContext) {
2486
  if (disposed) return
2487
- __webpack_require__(35)
2488
  }
2489
  var normalizeComponent = __webpack_require__(0)
2490
  /* script */
@@ -2530,13 +2537,13 @@ if (false) {(function () {
2530
 
2531
 
2532
  /***/ }),
2533
- /* 35 */
2534
  /***/ (function(module, exports) {
2535
 
2536
  // removed by extract-text-webpack-plugin
2537
 
2538
  /***/ }),
2539
- /* 36 */
2540
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2541
 
2542
  "use strict";
@@ -2811,17 +2818,17 @@ if (false) {
2811
  }
2812
 
2813
  /***/ }),
2814
- /* 37 */
2815
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2816
 
2817
  "use strict";
2818
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorPaymentFields_vue__ = __webpack_require__(15);
2819
  /* unused harmony namespace reexport */
2820
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ed34783_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorPaymentFields_vue__ = __webpack_require__(39);
2821
  var disposed = false
2822
  function injectStyle (ssrContext) {
2823
  if (disposed) return
2824
- __webpack_require__(38)
2825
  }
2826
  var normalizeComponent = __webpack_require__(0)
2827
  /* script */
@@ -2867,13 +2874,13 @@ if (false) {(function () {
2867
 
2868
 
2869
  /***/ }),
2870
- /* 38 */
2871
  /***/ (function(module, exports) {
2872
 
2873
  // removed by extract-text-webpack-plugin
2874
 
2875
  /***/ }),
2876
- /* 39 */
2877
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2878
 
2879
  "use strict";
@@ -3464,14 +3471,14 @@ if (false) {
3464
  }
3465
 
3466
  /***/ }),
3467
- /* 40 */,
3468
- /* 41 */,
3469
  /* 42 */,
3470
  /* 43 */,
3471
  /* 44 */,
3472
  /* 45 */,
3473
  /* 46 */,
3474
- /* 47 */
 
 
3475
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3476
 
3477
  "use strict";
@@ -3487,11 +3494,11 @@ if (false) {
3487
  });
3488
 
3489
  /***/ }),
3490
- /* 48 */
3491
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3492
 
3493
  "use strict";
3494
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Chart_vue__ = __webpack_require__(23);
3495
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
3496
  //
3497
  //
@@ -3701,7 +3708,7 @@ var AdminNotice = dokan_get_lib('AdminNotice');
3701
  });
3702
 
3703
  /***/ }),
3704
- /* 49 */
3705
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3706
 
3707
  "use strict";
@@ -3868,7 +3875,7 @@ var AdminNotice = dokan_get_lib('AdminNotice');
3868
  });
3869
 
3870
  /***/ }),
3871
- /* 50 */
3872
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3873
 
3874
  "use strict";
@@ -4450,14 +4457,14 @@ var AdminNotice = dokan_get_lib('AdminNotice');
4450
  });
4451
 
4452
  /***/ }),
4453
- /* 51 */
4454
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4455
 
4456
  "use strict";
4457
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(52);
4458
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__ = __webpack_require__(130);
4459
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__);
4460
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_vue_slick__ = __webpack_require__(133);
4461
  //
4462
  //
4463
  //
@@ -5334,17 +5341,17 @@ var AdminNotice = dokan_get_lib('AdminNotice');
5334
  });
5335
 
5336
  /***/ }),
5337
- /* 52 */
5338
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5339
 
5340
  "use strict";
5341
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProCta_vue__ = __webpack_require__(53);
5342
  /* unused harmony namespace reexport */
5343
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1ccc06d3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProCta_vue__ = __webpack_require__(129);
5344
  var disposed = false
5345
  function injectStyle (ssrContext) {
5346
  if (disposed) return
5347
- __webpack_require__(128)
5348
  }
5349
  var normalizeComponent = __webpack_require__(0)
5350
  /* script */
@@ -5390,7 +5397,7 @@ if (false) {(function () {
5390
 
5391
 
5392
  /***/ }),
5393
- /* 53 */
5394
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5395
 
5396
  "use strict";
@@ -5429,7 +5436,7 @@ if (false) {(function () {
5429
  });
5430
 
5431
  /***/ }),
5432
- /* 54 */
5433
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5434
 
5435
  "use strict";
@@ -5489,7 +5496,7 @@ var AdminNotice = dokan_get_lib('AdminNotice');
5489
  });
5490
 
5491
  /***/ }),
5492
- /* 55 */
5493
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5494
 
5495
  "use strict";
@@ -5759,16 +5766,16 @@ var AdminNotice = dokan_get_lib('AdminNotice');
5759
  });
5760
 
5761
  /***/ }),
5762
- /* 56 */
5763
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5764
 
5765
  "use strict";
5766
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator__ = __webpack_require__(143);
5767
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator__);
5768
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_regenerator__ = __webpack_require__(144);
5769
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_regenerator___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_regenerator__);
5770
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_Fields_vue__ = __webpack_require__(146);
5771
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_SettingsBanner_vue__ = __webpack_require__(176);
5772
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
5773
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_jquery__ = __webpack_require__(1);
5774
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_jquery__);
@@ -6293,15 +6300,17 @@ var AdminNotice = dokan_get_lib('AdminNotice');
6293
  });
6294
 
6295
  /***/ }),
6296
- /* 57 */
 
 
6297
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6298
 
6299
  "use strict";
6300
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__ = __webpack_require__(148);
6301
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__);
6302
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__ = __webpack_require__(149);
6303
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__);
6304
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_ColorPicker_vue__ = __webpack_require__(24);
6305
 
6306
 
6307
 
@@ -7265,15 +7274,15 @@ var RefreshSettingOptions = dokan_get_lib('RefreshSettingOptions');
7265
  });
7266
 
7267
  /***/ }),
7268
- /* 58 */,
7269
- /* 59 */,
7270
- /* 60 */,
7271
- /* 61 */,
7272
  /* 62 */,
7273
  /* 63 */,
7274
  /* 64 */,
7275
  /* 65 */,
7276
- /* 66 */
 
 
 
 
7277
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7278
 
7279
  "use strict";
@@ -7306,11 +7315,11 @@ var RefreshSettingOptions = dokan_get_lib('RefreshSettingOptions');
7306
  });
7307
 
7308
  /***/ }),
7309
- /* 67 */
7310
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7311
 
7312
  "use strict";
7313
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__AddVendor_vue__ = __webpack_require__(182);
7314
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
7315
  //
7316
  //
@@ -7676,13 +7685,13 @@ var AdminNotice = dokan_get_lib('AdminNotice');
7676
  });
7677
 
7678
  /***/ }),
7679
- /* 68 */
7680
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7681
 
7682
  "use strict";
7683
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__VendorAccountFields_vue__ = __webpack_require__(27);
7684
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__VendorAddressFields_vue__ = __webpack_require__(34);
7685
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__VendorPaymentFields_vue__ = __webpack_require__(37);
7686
  //
7687
  //
7688
  //
@@ -7907,11 +7916,11 @@ var Loading = dokan_get_lib('Loading');
7907
  });
7908
 
7909
  /***/ }),
7910
- /* 69 */
7911
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7912
 
7913
  "use strict";
7914
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(52);
7915
  //
7916
  //
7917
  //
@@ -8054,11 +8063,11 @@ var Loading = dokan_get_lib('Loading');
8054
  });
8055
 
8056
  /***/ }),
8057
- /* 70 */
8058
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8059
 
8060
  "use strict";
8061
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ModuleUpgradePopup_vue__ = __webpack_require__(191);
8062
  //
8063
  //
8064
  //
@@ -8291,7 +8300,7 @@ var Loading = dokan_get_lib('Loading');
8291
  });
8292
 
8293
  /***/ }),
8294
- /* 71 */
8295
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8296
 
8297
  "use strict";
@@ -8414,362 +8423,1221 @@ var Loading = dokan_get_lib('Loading');
8414
  });
8415
 
8416
  /***/ }),
8417
- /* 72 */,
8418
- /* 73 */,
8419
- /* 74 */,
8420
- /* 75 */,
8421
- /* 76 */,
8422
- /* 77 */,
8423
- /* 78 */,
8424
- /* 79 */,
8425
- /* 80 */,
8426
- /* 81 */,
8427
- /* 82 */,
8428
- /* 83 */,
8429
- /* 84 */,
8430
- /* 85 */,
8431
- /* 86 */,
8432
- /* 87 */,
8433
- /* 88 */,
8434
- /* 89 */,
8435
- /* 90 */,
8436
- /* 91 */,
8437
- /* 92 */,
8438
- /* 93 */,
8439
- /* 94 */,
8440
- /* 95 */,
8441
- /* 96 */,
8442
- /* 97 */,
8443
- /* 98 */,
8444
- /* 99 */,
8445
- /* 100 */,
8446
- /* 101 */,
8447
- /* 102 */,
8448
- /* 103 */,
8449
- /* 104 */,
8450
- /* 105 */,
8451
- /* 106 */,
8452
- /* 107 */,
8453
- /* 108 */,
8454
- /* 109 */
8455
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8456
 
8457
  "use strict";
8458
- Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8459
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(110);
8460
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__router__ = __webpack_require__(113);
8461
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__ = __webpack_require__(195);
8462
-
8463
-
8464
 
8465
- /* eslint-disable no-new */
8466
 
8467
- var Vue = dokan_get_lib('Vue');
8468
- new Vue({
8469
- el: '#dokan-vue-admin',
8470
- router: __WEBPACK_IMPORTED_MODULE_1__router__["a" /* default */],
8471
- render: function render(h) {
8472
- return h(__WEBPACK_IMPORTED_MODULE_0__App_vue__["a" /* default */]);
8473
- },
8474
- created: function created() {
8475
- this.setLocaleData(dokan.i18n['dokan-lite']);
8476
 
8477
- if (dokan.dokan_pro_i18n) {
8478
- this.setLocaleData(dokan.dokan_pro_i18n['dokan']);
8479
- }
8480
- },
8481
- methods: {
8482
- listTableTexts: function listTableTexts() {
8483
- return {
8484
- loading: this.__('Loading', 'dokan-lite'),
8485
- select_bulk_action: this.__('Select bulk action', 'dokan-lite'),
8486
- bulk_actions: this.__('Bulk Actions', 'dokan-lite'),
8487
- items: this.__('items', 'dokan-lite'),
8488
- apply: this.__('Apply', 'dokan-lite')
8489
- };
8490
- }
8491
- }
8492
- }); // fix the admin menu for the slug "vue-app"
8493
 
8494
- Object(__WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__["a" /* default */])('dokan');
8495
-
8496
- /***/ }),
8497
- /* 110 */
8498
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
8499
-
8500
- "use strict";
8501
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(47);
8502
- /* unused harmony namespace reexport */
8503
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3a030f38_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(112);
8504
- var disposed = false
8505
- function injectStyle (ssrContext) {
8506
- if (disposed) return
8507
- __webpack_require__(111)
8508
- }
8509
- var normalizeComponent = __webpack_require__(0)
8510
- /* script */
8511
-
8512
-
8513
- /* template */
8514
-
8515
- /* template functional */
8516
- var __vue_template_functional__ = false
8517
- /* styles */
8518
- var __vue_styles__ = injectStyle
8519
- /* scopeId */
8520
- var __vue_scopeId__ = null
8521
- /* moduleIdentifier (server only) */
8522
- var __vue_module_identifier__ = null
8523
- var Component = normalizeComponent(
8524
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__["a" /* default */],
8525
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3a030f38_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__["a" /* default */],
8526
- __vue_template_functional__,
8527
- __vue_styles__,
8528
- __vue_scopeId__,
8529
- __vue_module_identifier__
8530
- )
8531
- Component.options.__file = "src/admin/App.vue"
8532
-
8533
- /* hot reload */
8534
- if (false) {(function () {
8535
- var hotAPI = require("vue-hot-reload-api")
8536
- hotAPI.install(require("vue"), false)
8537
- if (!hotAPI.compatible) return
8538
- module.hot.accept()
8539
- if (!module.hot.data) {
8540
- hotAPI.createRecord("data-v-3a030f38", Component.options)
8541
- } else {
8542
- hotAPI.reload("data-v-3a030f38", Component.options)
8543
- }
8544
- module.hot.dispose(function (data) {
8545
- disposed = true
8546
- })
8547
- })()}
8548
-
8549
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
8550
-
8551
-
8552
- /***/ }),
8553
- /* 111 */
8554
- /***/ (function(module, exports) {
8555
-
8556
- // removed by extract-text-webpack-plugin
8557
-
8558
- /***/ }),
8559
- /* 112 */
8560
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
8561
-
8562
- "use strict";
8563
- var render = function() {
8564
- var _vm = this
8565
- var _h = _vm.$createElement
8566
- var _c = _vm._self._c || _h
8567
- return _c(
8568
- "div",
8569
- { attrs: { id: "vue-backend-app" } },
8570
- [
8571
- _c("router-view"),
8572
- _vm._v(" "),
8573
- _c("notifications", { attrs: { position: "bottom right" } })
8574
- ],
8575
- 1
8576
- )
8577
- }
8578
- var staticRenderFns = []
8579
- render._withStripped = true
8580
- var esExports = { render: render, staticRenderFns: staticRenderFns }
8581
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
8582
- if (false) {
8583
- module.hot.accept()
8584
- if (module.hot.data) {
8585
- require("vue-hot-reload-api") .rerender("data-v-3a030f38", esExports)
8586
- }
8587
- }
8588
-
8589
- /***/ }),
8590
- /* 113 */
8591
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
8592
-
8593
- "use strict";
8594
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__ = __webpack_require__(114);
8595
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__);
8596
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__ = __webpack_require__(115);
8597
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__ = __webpack_require__(123);
8598
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__ = __webpack_require__(126);
8599
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__ = __webpack_require__(135);
8600
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_admin_pages_ChangeLog_vue__ = __webpack_require__(138);
8601
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_admin_pages_Settings_vue__ = __webpack_require__(141);
8602
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_admin_pages_Vendors_vue__ = __webpack_require__(180);
8603
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_admin_pages_VendorCapabilities_vue__ = __webpack_require__(186);
8604
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_admin_pages_ProModules_vue__ = __webpack_require__(189);
 
8605
 
8606
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8607
 
 
 
 
 
8608
 
 
 
 
 
 
 
 
 
 
 
8609
 
 
 
 
8610
 
 
 
8611
 
 
 
 
8612
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8613
 
 
 
 
 
 
 
 
 
8614
 
8615
- var Vue = dokan_get_lib('Vue');
8616
- var Router = dokan_get_lib('Router');
8617
- var VersionCompare = dokan_get_lib('VersionCompare');
8618
- Vue.use(Router);
8619
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__["a" /* default */]);
8620
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__["a" /* default */]);
8621
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__["a" /* default */]);
8622
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_5_admin_pages_ChangeLog_vue__["a" /* default */]);
8623
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__["a" /* default */]);
8624
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_6_admin_pages_Settings_vue__["a" /* default */]);
8625
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_8_admin_pages_VendorCapabilities_vue__["a" /* default */]);
8626
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_9_admin_pages_ProModules_vue__["a" /* default */]); // if dokan pro not installed or dokan pro is greater than 2.9.14 register the `vendors` route.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8627
 
8628
- if (!dokan.hasPro || VersionCompare(dokan.proVersion, '2.9.14', '>')) {
8629
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_7_admin_pages_Vendors_vue__["a" /* default */]);
8630
- }
8631
- /**
8632
- * Parse the route array and bind required components
8633
- *
8634
- * This changes the dokan.routes array and changes the components
8635
- * so we can use dokan.routeComponents.{compontent} component.
8636
- *
8637
- * @param {array} routes
8638
- *
8639
- * @return {void}
8640
- */
 
8641
 
 
 
 
8642
 
8643
- function parseRouteComponent(routes) {
8644
- for (var i = 0; i < routes.length; i++) {
8645
- if (__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default()(routes[i].children) === 'object') {
8646
- parseRouteComponent(routes[i].children);
 
 
 
 
 
 
8647
 
8648
- if (typeof routes[i].component !== 'undefined') {
8649
- routes[i].component = dokan.routeComponents[routes[i].component];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8650
  }
8651
- } else {
8652
- routes[i].component = dokan.routeComponents[routes[i].component];
8653
  }
8654
  }
8655
- } // mutate the localized array
8656
-
8657
-
8658
- parseRouteComponent(dokan.routes);
8659
- /* harmony default export */ __webpack_exports__["a"] = (new Router({
8660
- routes: dokan.routes
8661
- }));
8662
 
8663
  /***/ }),
8664
- /* 114 */,
8665
- /* 115 */
8666
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8667
 
8668
  "use strict";
8669
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Dashboard_vue__ = __webpack_require__(48);
8670
- /* unused harmony namespace reexport */
8671
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_219ffca0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Dashboard_vue__ = __webpack_require__(122);
8672
- var disposed = false
8673
- function injectStyle (ssrContext) {
8674
- if (disposed) return
8675
- __webpack_require__(116)
8676
- }
8677
- var normalizeComponent = __webpack_require__(0)
8678
- /* script */
8679
 
8680
 
8681
- /* template */
8682
 
8683
- /* template functional */
8684
- var __vue_template_functional__ = false
8685
- /* styles */
8686
- var __vue_styles__ = injectStyle
8687
- /* scopeId */
8688
- var __vue_scopeId__ = null
8689
- /* moduleIdentifier (server only) */
8690
- var __vue_module_identifier__ = null
8691
- var Component = normalizeComponent(
8692
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Dashboard_vue__["a" /* default */],
8693
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_219ffca0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Dashboard_vue__["a" /* default */],
8694
- __vue_template_functional__,
8695
- __vue_styles__,
8696
- __vue_scopeId__,
8697
- __vue_module_identifier__
8698
- )
8699
- Component.options.__file = "src/admin/pages/Dashboard.vue"
8700
 
8701
- /* hot reload */
8702
- if (false) {(function () {
8703
- var hotAPI = require("vue-hot-reload-api")
8704
- hotAPI.install(require("vue"), false)
8705
- if (!hotAPI.compatible) return
8706
- module.hot.accept()
8707
- if (!module.hot.data) {
8708
- hotAPI.createRecord("data-v-219ffca0", Component.options)
8709
- } else {
8710
- hotAPI.reload("data-v-219ffca0", Component.options)
8711
- }
8712
- module.hot.dispose(function (data) {
8713
- disposed = true
8714
- })
8715
- })()}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8716
 
8717
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
8718
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8719
 
8720
- /***/ }),
8721
- /* 116 */
8722
- /***/ (function(module, exports) {
 
8723
 
8724
- // removed by extract-text-webpack-plugin
 
 
 
8725
 
8726
- /***/ }),
8727
- /* 117 */,
8728
- /* 118 */,
8729
- /* 119 */,
8730
- /* 120 */
8731
- /***/ (function(module, exports) {
8732
 
8733
- // removed by extract-text-webpack-plugin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8734
 
8735
- /***/ }),
8736
- /* 121 */
8737
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
 
 
 
8738
 
8739
- "use strict";
8740
- var render = function() {
8741
- var _vm = this
8742
- var _h = _vm.$createElement
8743
- var _c = _vm._self._c || _h
8744
- return _vm.show && _vm.showUpgrade
8745
- ? _c("div", { staticClass: "dokan-promo-banner" }, [
8746
- _c("div", { staticClass: "thumbnail" }, [
8747
- _c(
8748
- "svg",
8749
- {
8750
- attrs: {
8751
- width: "219",
8752
- height: "146",
8753
- viewBox: "0 0 219 146",
8754
- fill: "none",
8755
- xmlns: "http://www.w3.org/2000/svg"
8756
- }
8757
- },
8758
- [
8759
- _c("g", { attrs: { filter: "url(#filter0_d_248_61)" } }, [
8760
- _c("rect", {
8761
- attrs: {
8762
- x: "38.7051",
8763
- y: "24.564",
8764
- width: "122.83",
8765
- height: "92.5357",
8766
- rx: "2.75404",
8767
- fill: "white"
8768
- }
8769
- })
8770
- ]),
8771
- _vm._v(" "),
8772
- _c("path", {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8773
  attrs: {
8774
  d:
8775
  "M38.7051 27.318C38.7051 25.797 39.9381 24.564 41.4591 24.564H158.781C160.302 24.564 161.535 25.797 161.535 27.318V34.4785H38.7051V27.318Z",
@@ -9576,7 +10444,7 @@ if (false) {
9576
  }
9577
 
9578
  /***/ }),
9579
- /* 122 */
9580
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9581
 
9582
  "use strict";
@@ -10073,17 +10941,17 @@ if (false) {
10073
  }
10074
 
10075
  /***/ }),
10076
- /* 123 */
10077
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10078
 
10079
  "use strict";
10080
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Withdraw_vue__ = __webpack_require__(50);
10081
  /* unused harmony namespace reexport */
10082
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_62373ea4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Withdraw_vue__ = __webpack_require__(125);
10083
  var disposed = false
10084
  function injectStyle (ssrContext) {
10085
  if (disposed) return
10086
- __webpack_require__(124)
10087
  }
10088
  var normalizeComponent = __webpack_require__(0)
10089
  /* script */
@@ -10129,13 +10997,13 @@ if (false) {(function () {
10129
 
10130
 
10131
  /***/ }),
10132
- /* 124 */
10133
  /***/ (function(module, exports) {
10134
 
10135
  // removed by extract-text-webpack-plugin
10136
 
10137
  /***/ }),
10138
- /* 125 */
10139
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10140
 
10141
  "use strict";
@@ -10614,17 +11482,17 @@ if (false) {
10614
  }
10615
 
10616
  /***/ }),
10617
- /* 126 */
10618
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10619
 
10620
  "use strict";
10621
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Premium_vue__ = __webpack_require__(51);
10622
  /* unused harmony namespace reexport */
10623
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b38fd83a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Premium_vue__ = __webpack_require__(134);
10624
  var disposed = false
10625
  function injectStyle (ssrContext) {
10626
  if (disposed) return
10627
- __webpack_require__(127)
10628
  }
10629
  var normalizeComponent = __webpack_require__(0)
10630
  /* script */
@@ -10670,19 +11538,19 @@ if (false) {(function () {
10670
 
10671
 
10672
  /***/ }),
10673
- /* 127 */
10674
  /***/ (function(module, exports) {
10675
 
10676
  // removed by extract-text-webpack-plugin
10677
 
10678
  /***/ }),
10679
- /* 128 */
10680
  /***/ (function(module, exports) {
10681
 
10682
  // removed by extract-text-webpack-plugin
10683
 
10684
  /***/ }),
10685
- /* 129 */
10686
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10687
 
10688
  "use strict";
@@ -10772,11 +11640,11 @@ if (false) {
10772
  }
10773
 
10774
  /***/ }),
10775
- /* 130 */,
10776
- /* 131 */,
10777
- /* 132 */,
10778
- /* 133 */,
10779
- /* 134 */
10780
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10781
 
10782
  "use strict";
@@ -11365,17 +12233,17 @@ if (false) {
11365
  }
11366
 
11367
  /***/ }),
11368
- /* 135 */
11369
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11370
 
11371
  "use strict";
11372
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Help_vue__ = __webpack_require__(54);
11373
  /* unused harmony namespace reexport */
11374
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c289d136_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Help_vue__ = __webpack_require__(137);
11375
  var disposed = false
11376
  function injectStyle (ssrContext) {
11377
  if (disposed) return
11378
- __webpack_require__(136)
11379
  }
11380
  var normalizeComponent = __webpack_require__(0)
11381
  /* script */
@@ -11421,13 +12289,13 @@ if (false) {(function () {
11421
 
11422
 
11423
  /***/ }),
11424
- /* 136 */
11425
  /***/ (function(module, exports) {
11426
 
11427
  // removed by extract-text-webpack-plugin
11428
 
11429
  /***/ }),
11430
- /* 137 */
11431
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11432
 
11433
  "use strict";
@@ -11500,17 +12368,17 @@ if (false) {
11500
  }
11501
 
11502
  /***/ }),
11503
- /* 138 */
11504
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11505
 
11506
  "use strict";
11507
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ChangeLog_vue__ = __webpack_require__(55);
11508
  /* unused harmony namespace reexport */
11509
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_254fdb80_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ChangeLog_vue__ = __webpack_require__(140);
11510
  var disposed = false
11511
  function injectStyle (ssrContext) {
11512
  if (disposed) return
11513
- __webpack_require__(139)
11514
  }
11515
  var normalizeComponent = __webpack_require__(0)
11516
  /* script */
@@ -11556,13 +12424,13 @@ if (false) {(function () {
11556
 
11557
 
11558
  /***/ }),
11559
- /* 139 */
11560
  /***/ (function(module, exports) {
11561
 
11562
  // removed by extract-text-webpack-plugin
11563
 
11564
  /***/ }),
11565
- /* 140 */
11566
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11567
 
11568
  "use strict";
@@ -12057,17 +12925,17 @@ if (false) {
12057
  }
12058
 
12059
  /***/ }),
12060
- /* 141 */
12061
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12062
 
12063
  "use strict";
12064
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Settings_vue__ = __webpack_require__(56);
12065
  /* unused harmony namespace reexport */
12066
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e4dc4572_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Settings_vue__ = __webpack_require__(179);
12067
  var disposed = false
12068
  function injectStyle (ssrContext) {
12069
  if (disposed) return
12070
- __webpack_require__(142)
12071
  }
12072
  var normalizeComponent = __webpack_require__(0)
12073
  /* script */
@@ -12113,26 +12981,24 @@ if (false) {(function () {
12113
 
12114
 
12115
  /***/ }),
12116
- /* 142 */
12117
  /***/ (function(module, exports) {
12118
 
12119
  // removed by extract-text-webpack-plugin
12120
 
12121
  /***/ }),
12122
- /* 143 */,
12123
- /* 144 */,
12124
- /* 145 */,
12125
- /* 146 */
12126
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12127
 
12128
  "use strict";
12129
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Fields_vue__ = __webpack_require__(57);
12130
  /* unused harmony namespace reexport */
12131
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a96ce32e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Fields_vue__ = __webpack_require__(175);
12132
  var disposed = false
12133
  function injectStyle (ssrContext) {
12134
  if (disposed) return
12135
- __webpack_require__(147)
12136
  }
12137
  var normalizeComponent = __webpack_require__(0)
12138
  /* script */
@@ -12178,18 +13044,12 @@ if (false) {(function () {
12178
 
12179
 
12180
  /***/ }),
12181
- /* 147 */
12182
  /***/ (function(module, exports) {
12183
 
12184
  // removed by extract-text-webpack-plugin
12185
 
12186
  /***/ }),
12187
- /* 148 */,
12188
- /* 149 */,
12189
- /* 150 */,
12190
- /* 151 */,
12191
- /* 152 */,
12192
- /* 153 */,
12193
  /* 154 */,
12194
  /* 155 */,
12195
  /* 156 */,
@@ -12211,7 +13071,12 @@ if (false) {(function () {
12211
  /* 172 */,
12212
  /* 173 */,
12213
  /* 174 */,
12214
- /* 175 */
 
 
 
 
 
12215
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12216
 
12217
  "use strict";
@@ -15953,95 +16818,542 @@ var render = function() {
15953
  )
15954
  ]
15955
  })
15956
- ],
15957
- 2
15958
- )
15959
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15960
  )
15961
  ]
15962
- : _vm._e(),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15963
  _vm._v(" "),
15964
- "gmap" == _vm.fieldData.type && !_vm.hideMap
15965
- ? [
15966
- _c("th", { attrs: { scope: "row" } }, [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15967
  _c(
15968
- "label",
15969
  {
15970
- attrs: {
15971
- for: _vm.sectionId + "[" + _vm.fieldData.name + "]"
 
 
 
 
 
15972
  }
15973
  },
15974
- [_vm._v(_vm._s(_vm.fieldData.label))]
 
 
 
 
 
 
15975
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15976
  ]),
15977
  _vm._v(" "),
15978
- _c("td", { staticClass: "tooltips-data" }),
15979
- _vm._v(" "),
15980
- _c(
15981
- "td",
15982
- {
15983
- class: [
15984
- _vm.fieldData.content_class
15985
- ? _vm.fieldData.content_class
15986
- : ""
15987
- ]
15988
- },
15989
- [
15990
- _c("input", {
15991
- attrs: {
15992
- type: "hidden",
15993
- name: _vm.sectionId + "[" + _vm.fieldData.name + "]"
15994
- },
15995
- domProps: { value: _vm.mapLocation }
15996
- }),
15997
- _vm._v(" "),
15998
- _vm.mapApiSource === "mapbox"
15999
- ? _c("Mapbox", {
16000
- attrs: {
16001
- accessToken: _vm.mapboxAccessToken,
16002
- location: _vm.mapLocation,
16003
- width: "100%",
16004
- height: "300px"
16005
- },
16006
- on: {
16007
- hideMap: _vm.onHideMap,
16008
- updateMap: _vm.onUpdateMap
16009
- }
16010
- })
16011
- : _c("GoogleMaps", {
16012
- attrs: {
16013
- apiKey: _vm.googleMapApiKey,
16014
- location: _vm.mapLocation
16015
- },
16016
- on: {
16017
- hideMap: _vm.onHideMap,
16018
- updateMap: _vm.onUpdateMap
16019
  }
 
 
 
 
 
 
16020
  }),
16021
- _vm._v(" "),
16022
- _vm.hasError(_vm.fieldData.name)
16023
- ? _c("p", { staticClass: "dokan-error" }, [
16024
- _vm._v(
16025
- "\n " +
16026
- _vm._s(_vm.getError(_vm.fieldData.label)) +
16027
- "\n "
16028
- )
16029
- ])
16030
- : _vm._e(),
16031
- _vm._v(" "),
16032
- _c("p", {
16033
- staticClass: "description",
16034
- domProps: { innerHTML: _vm._s(_vm.fieldData.desc) }
16035
- })
16036
- ],
16037
- 1
16038
- )
16039
- ]
16040
- : _vm._e()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16041
  ],
16042
- 2
16043
- )
16044
- : _vm._e()
 
 
 
 
16045
  }
16046
  var staticRenderFns = []
16047
  render._withStripped = true
@@ -16050,22 +17362,22 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
16050
  if (false) {
16051
  module.hot.accept()
16052
  if (module.hot.data) {
16053
- require("vue-hot-reload-api") .rerender("data-v-a96ce32e", esExports)
16054
  }
16055
  }
16056
 
16057
  /***/ }),
16058
- /* 176 */
16059
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16060
 
16061
  "use strict";
16062
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_SettingsBanner_vue__ = __webpack_require__(66);
16063
  /* unused harmony namespace reexport */
16064
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b725e442_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_SettingsBanner_vue__ = __webpack_require__(178);
16065
  var disposed = false
16066
  function injectStyle (ssrContext) {
16067
  if (disposed) return
16068
- __webpack_require__(177)
16069
  }
16070
  var normalizeComponent = __webpack_require__(0)
16071
  /* script */
@@ -16082,14 +17394,76 @@ var __vue_scopeId__ = null
16082
  /* moduleIdentifier (server only) */
16083
  var __vue_module_identifier__ = null
16084
  var Component = normalizeComponent(
16085
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_SettingsBanner_vue__["a" /* default */],
16086
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b725e442_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_SettingsBanner_vue__["a" /* default */],
16087
  __vue_template_functional__,
16088
  __vue_styles__,
16089
  __vue_scopeId__,
16090
  __vue_module_identifier__
16091
  )
16092
- Component.options.__file = "src/admin/components/SettingsBanner.vue"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16093
 
16094
  /* hot reload */
16095
  if (false) {(function () {
@@ -16097,27 +17471,167 @@ if (false) {(function () {
16097
  hotAPI.install(require("vue"), false)
16098
  if (!hotAPI.compatible) return
16099
  module.hot.accept()
16100
- if (!module.hot.data) {
16101
- hotAPI.createRecord("data-v-b725e442", Component.options)
16102
- } else {
16103
- hotAPI.reload("data-v-b725e442", Component.options)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16104
  }
16105
- module.hot.dispose(function (data) {
16106
- disposed = true
16107
- })
16108
- })()}
16109
-
16110
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
16111
-
16112
-
16113
- /***/ }),
16114
- /* 177 */
16115
- /***/ (function(module, exports) {
16116
-
16117
- // removed by extract-text-webpack-plugin
16118
 
16119
  /***/ }),
16120
- /* 178 */
16121
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16122
 
16123
  "use strict";
@@ -16125,367 +17639,498 @@ var render = function() {
16125
  var _vm = this
16126
  var _h = _vm.$createElement
16127
  var _c = _vm._self._c || _h
16128
- return _c("div", { attrs: { id: "dokan-settings-banner" } }, [
16129
- _c("img", {
16130
- attrs: {
16131
- src: _vm.bannerImage,
16132
- alt: _vm.__("Dokan Settings Banner", "dokan-lite")
16133
- }
16134
- }),
16135
- _vm._v(" "),
16136
  _c(
16137
  "div",
16138
- { staticClass: "content" },
16139
  [
16140
- _c("h1", [
16141
- _vm._v(
16142
- _vm._s(
16143
- _vm.__(
16144
- "Looking for Coupons, Variable Products, SEO or Shipping?",
16145
- "dokan-lite"
16146
- )
16147
- )
16148
- )
16149
- ]),
16150
- _vm._v(" "),
16151
- _c("p", [
16152
- _vm._v(
16153
- _vm._s(
16154
- _vm.__(
16155
- "Unlock these awesome frontend features with Dokan PRO",
16156
- "dokan-lite"
16157
- )
16158
- )
16159
- )
16160
  ]),
16161
  _vm._v(" "),
16162
  _c(
16163
- "a",
16164
  {
16165
- staticClass: "button",
16166
- attrs: {
16167
- target: "_blank",
16168
- rel: "noopener noreferrer",
16169
- href: _vm.upgradeURL
16170
  }
16171
  },
16172
- [_vm._v(_vm._s(_vm.__("Upgrade to Pro", "dokan-lite")))]
16173
  ),
16174
  _vm._v(" "),
16175
- _c(
16176
- "router-link",
16177
- {
16178
- staticClass: "button custom-button",
16179
- attrs: { to: { name: "VendorCapabilities" } }
16180
- },
16181
- [
16182
- _vm._v(
16183
- "\n " +
16184
- _vm._s(
16185
- _vm.__("Check Out All Vendor Functionalities", "dokan-lite")
16186
- ) +
16187
- "\n "
16188
- )
16189
- ]
16190
- )
16191
- ],
16192
- 1
16193
- )
16194
- ])
16195
- }
16196
- var staticRenderFns = []
16197
- render._withStripped = true
16198
- var esExports = { render: render, staticRenderFns: staticRenderFns }
16199
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
16200
- if (false) {
16201
- module.hot.accept()
16202
- if (module.hot.data) {
16203
- require("vue-hot-reload-api") .rerender("data-v-b725e442", esExports)
16204
- }
16205
- }
16206
-
16207
- /***/ }),
16208
- /* 179 */
16209
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
16210
-
16211
- "use strict";
16212
- var render = function() {
16213
- var _vm = this
16214
- var _h = _vm.$createElement
16215
- var _c = _vm._self._c || _h
16216
- return _c(
16217
- "div",
16218
- [
16219
- _c(
16220
- "div",
16221
- { staticClass: "dokan-settings" },
16222
- [
16223
- _c("h2", { staticStyle: { "margin-bottom": "15px" } }, [
16224
- _vm._v(_vm._s(_vm.__("Settings", "dokan-lite")))
16225
- ]),
16226
- _vm._v(" "),
16227
- _c("AdminNotice"),
16228
- _vm._v(" "),
16229
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
16230
- _vm._v(" "),
16231
- _vm.isSaved
16232
- ? _c(
16233
- "div",
16234
  {
16235
- staticClass: "settings-error notice is-dismissible",
16236
- class: { updated: _vm.isUpdated, error: !_vm.isUpdated },
16237
- attrs: { id: "setting-message_updated" }
 
 
16238
  },
16239
  [
16240
- _c("p", [
16241
- _c("strong", {
16242
- domProps: { innerHTML: _vm._s(_vm.message) }
16243
- })
16244
- ]),
16245
- _vm._v(" "),
16246
- _c(
16247
- "button",
16248
- {
16249
- staticClass: "notice-dismiss",
16250
- attrs: { type: "button" },
16251
- on: {
16252
- click: function($event) {
16253
- $event.preventDefault()
16254
- _vm.isSaved = false
16255
- }
16256
- }
16257
- },
16258
- [
16259
- _c("span", { staticClass: "screen-reader-text" }, [
16260
- _vm._v(
16261
- _vm._s(_vm.__("Dismiss this notice.", "dokan-lite"))
16262
- )
16263
- ])
16264
- ]
16265
- )
16266
  ]
16267
- )
16268
- : _vm._e(),
 
 
 
16269
  _vm._v(" "),
16270
- _c("div", { staticClass: "dokan-settings-wrap" }, [
16271
- _c(
16272
- "div",
16273
- { staticClass: "nav-tab-wrapper" },
16274
- [
16275
- _c("div", { staticClass: "search-box" }, [
16276
- _c("input", {
16277
- directives: [
16278
- {
16279
- name: "model",
16280
- rawName: "v-model",
16281
- value: _vm.searchText,
16282
- expression: "searchText"
16283
- }
16284
- ],
16285
- ref: "searchInSettings",
16286
- staticClass: "dokan-admin-search-settings",
16287
- attrs: { type: "text", placeholder: "Search e.g. vendor" },
16288
- domProps: { value: _vm.searchText },
16289
- on: {
16290
- input: [
16291
- function($event) {
16292
- if ($event.target.composing) {
16293
- return
16294
- }
16295
- _vm.searchText = $event.target.value
16296
- },
16297
- _vm.searchInSettings
16298
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16299
  }
16300
  }),
16301
  _vm._v(" "),
16302
- "" !== _vm.searchText
16303
- ? _c("span", {
16304
- staticClass: "dashicons dashicons-no-alt",
16305
- on: {
16306
- click: function($event) {
16307
- $event.preventDefault()
16308
- return _vm.clearSearch.apply(null, arguments)
16309
- }
16310
- }
16311
- })
16312
- : _vm._e()
16313
- ]),
16314
- _vm._v(" "),
16315
- _vm._l(_vm.settingSections, function(section) {
16316
- return [
16317
- _c(
16318
- "a",
16319
- {
16320
- class: [
16321
- "nav-tab",
16322
- _vm.currentTab === section.id ? "nav-tab-active" : ""
16323
- ],
16324
- attrs: { href: "#" },
16325
- on: {
16326
- click: function($event) {
16327
- $event.preventDefault()
16328
- return _vm.changeTab(section)
16329
- }
16330
- }
16331
- },
16332
- [
16333
- _c("span", {
16334
- staticClass: "dashicons",
16335
- class: section.icon
16336
- }),
16337
- _vm._v(
16338
- " " + _vm._s(section.title) + "\n "
16339
- )
16340
- ]
16341
- )
16342
- ]
16343
- })
16344
- ],
16345
- 2
16346
- ),
16347
- _vm._v(" "),
16348
- _c(
16349
- "div",
16350
- { staticClass: "metabox-holder" },
16351
- [
16352
- _vm._l(_vm.settingFields, function(fields, index) {
16353
- return _vm.isLoaded
16354
- ? [
16355
- _vm.currentTab === index
16356
- ? _c(
16357
- "div",
16358
- { staticClass: "group", attrs: { id: index } },
16359
- [
16360
- _c(
16361
- "form",
16362
- {
16363
- attrs: {
16364
- method: "post",
16365
- action: "options.php"
16366
- }
16367
- },
16368
- [
16369
- _c("input", {
16370
- attrs: {
16371
- type: "hidden",
16372
- name: "option_page"
16373
- },
16374
- domProps: { value: index }
16375
- }),
16376
- _vm._v(" "),
16377
- _c("input", {
16378
- attrs: {
16379
- type: "hidden",
16380
- name: "action",
16381
- value: "update"
16382
- }
16383
- }),
16384
- _vm._v(" "),
16385
- _c("table", { staticClass: "form-table" }, [
16386
- _vm.showSectionTitle(fields)
16387
- ? _c("thead", [
16388
- _c(
16389
- "tr",
16390
- {
16391
- staticClass:
16392
- "dokan-settings-field-type-sub_section"
16393
- },
16394
- [
16395
- _c(
16396
- "th",
16397
- {
16398
- staticClass:
16399
- "dokan-settings-sub-section-title",
16400
- attrs: { colspan: "3" }
16401
- },
16402
- [
16403
- _c("label", [
16404
- _vm._v(
16405
- _vm._s(
16406
- _vm.sectionTitle(
16407
- index
16408
- )
16409
- )
16410
- )
16411
- ])
16412
- ]
16413
- )
16414
- ]
16415
- )
16416
- ])
16417
- : _vm._e(),
16418
- _vm._v(" "),
16419
- _c(
16420
- "tbody",
16421
- _vm._l(fields, function(
16422
- field,
16423
- fieldId
16424
- ) {
16425
- return _c("Fields", {
16426
- key: fieldId,
16427
- attrs: {
16428
- "section-id": index,
16429
- id: fieldId,
16430
- "field-data": field,
16431
- "field-value":
16432
- _vm.settingValues[index],
16433
- "all-settings-values":
16434
- _vm.settingValues,
16435
- errors: _vm.errors,
16436
- validationErrors:
16437
- _vm.validationErrors,
16438
- "toggle-loading-state":
16439
- _vm.toggleLoadingState
16440
- },
16441
- on: { openMedia: _vm.showMedia }
16442
- })
16443
- }),
16444
- 1
16445
- )
16446
- ]),
16447
- _vm._v(" "),
16448
- _c("p", { staticClass: "submit" }, [
16449
- _c("input", {
16450
- staticClass: "button button-primary",
16451
- attrs: {
16452
- type: "submit",
16453
- name: "submit",
16454
- id: "submit",
16455
- value: "Save Changes"
16456
- },
16457
- on: {
16458
- click: function($event) {
16459
- $event.preventDefault()
16460
- return _vm.saveSettings(
16461
- _vm.settingValues[index],
16462
- index
16463
- )
16464
- }
16465
- }
16466
- })
16467
- ])
16468
- ]
16469
  )
16470
- ]
16471
- )
16472
- : _vm._e()
16473
- ]
16474
- : _vm._e()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16475
  })
16476
- ],
16477
- 2
16478
- ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16479
  _vm._v(" "),
16480
- _vm.showLoading
16481
- ? _c("div", { staticClass: "loading" }, [_c("loading")], 1)
16482
- : _vm._e()
 
 
 
 
 
 
 
 
 
16483
  ])
16484
- ],
16485
- 1
16486
  ),
16487
  _vm._v(" "),
16488
- !_vm.hasPro ? _c("SettingsBanner") : _vm._e()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16489
  ],
16490
  1
16491
  )
@@ -16497,22 +18142,22 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
16497
  if (false) {
16498
  module.hot.accept()
16499
  if (module.hot.data) {
16500
- require("vue-hot-reload-api") .rerender("data-v-e4dc4572", esExports)
16501
  }
16502
  }
16503
 
16504
  /***/ }),
16505
- /* 180 */
16506
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16507
 
16508
  "use strict";
16509
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Vendors_vue__ = __webpack_require__(67);
16510
  /* unused harmony namespace reexport */
16511
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f81b8092_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Vendors_vue__ = __webpack_require__(185);
16512
  var disposed = false
16513
  function injectStyle (ssrContext) {
16514
  if (disposed) return
16515
- __webpack_require__(181)
16516
  }
16517
  var normalizeComponent = __webpack_require__(0)
16518
  /* script */
@@ -16529,14 +18174,14 @@ var __vue_scopeId__ = null
16529
  /* moduleIdentifier (server only) */
16530
  var __vue_module_identifier__ = null
16531
  var Component = normalizeComponent(
16532
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Vendors_vue__["a" /* default */],
16533
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f81b8092_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Vendors_vue__["a" /* default */],
16534
  __vue_template_functional__,
16535
  __vue_styles__,
16536
  __vue_scopeId__,
16537
  __vue_module_identifier__
16538
  )
16539
- Component.options.__file = "src/admin/pages/Vendors.vue"
16540
 
16541
  /* hot reload */
16542
  if (false) {(function () {
@@ -16545,9 +18190,9 @@ if (false) {(function () {
16545
  if (!hotAPI.compatible) return
16546
  module.hot.accept()
16547
  if (!module.hot.data) {
16548
- hotAPI.createRecord("data-v-f81b8092", Component.options)
16549
  } else {
16550
- hotAPI.reload("data-v-f81b8092", Component.options)
16551
  }
16552
  module.hot.dispose(function (data) {
16553
  disposed = true
@@ -16558,23 +18203,23 @@ if (false) {(function () {
16558
 
16559
 
16560
  /***/ }),
16561
- /* 181 */
16562
  /***/ (function(module, exports) {
16563
 
16564
  // removed by extract-text-webpack-plugin
16565
 
16566
  /***/ }),
16567
- /* 182 */
16568
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16569
 
16570
  "use strict";
16571
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AddVendor_vue__ = __webpack_require__(68);
16572
  /* unused harmony namespace reexport */
16573
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75e0fcd5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AddVendor_vue__ = __webpack_require__(184);
16574
  var disposed = false
16575
  function injectStyle (ssrContext) {
16576
  if (disposed) return
16577
- __webpack_require__(183)
16578
  }
16579
  var normalizeComponent = __webpack_require__(0)
16580
  /* script */
@@ -16591,14 +18236,14 @@ var __vue_scopeId__ = null
16591
  /* moduleIdentifier (server only) */
16592
  var __vue_module_identifier__ = null
16593
  var Component = normalizeComponent(
16594
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AddVendor_vue__["a" /* default */],
16595
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75e0fcd5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AddVendor_vue__["a" /* default */],
16596
  __vue_template_functional__,
16597
  __vue_styles__,
16598
  __vue_scopeId__,
16599
  __vue_module_identifier__
16600
  )
16601
- Component.options.__file = "src/admin/pages/AddVendor.vue"
16602
 
16603
  /* hot reload */
16604
  if (false) {(function () {
@@ -16607,9 +18252,9 @@ if (false) {(function () {
16607
  if (!hotAPI.compatible) return
16608
  module.hot.accept()
16609
  if (!module.hot.data) {
16610
- hotAPI.createRecord("data-v-75e0fcd5", Component.options)
16611
  } else {
16612
- hotAPI.reload("data-v-75e0fcd5", Component.options)
16613
  }
16614
  module.hot.dispose(function (data) {
16615
  disposed = true
@@ -16620,13 +18265,13 @@ if (false) {(function () {
16620
 
16621
 
16622
  /***/ }),
16623
- /* 183 */
16624
  /***/ (function(module, exports) {
16625
 
16626
  // removed by extract-text-webpack-plugin
16627
 
16628
  /***/ }),
16629
- /* 184 */
16630
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16631
 
16632
  "use strict";
@@ -16634,453 +18279,593 @@ var render = function() {
16634
  var _vm = this
16635
  var _h = _vm.$createElement
16636
  var _c = _vm._self._c || _h
16637
- return _c(
16638
- "div",
16639
- { staticClass: "dokan-vendor-edit" },
16640
- [
16641
- _c(
16642
- "modal",
16643
- {
16644
- attrs: { title: _vm.title, width: "800px" },
16645
- on: { close: _vm.closeModal }
16646
- },
16647
- [
16648
- _c("div", { attrs: { slot: "body" }, slot: "body" }, [
16649
- _c("div", { staticClass: "tab-header" }, [
16650
- _c(
16651
- "ul",
16652
- { staticClass: "tab-list" },
16653
- _vm._l(_vm.tabs, function(tab, index) {
16654
- return _c(
16655
- "li",
16656
- {
16657
- key: index,
16658
- class: {
16659
- "tab-title": true,
16660
- active: _vm.currentTab === tab.name,
16661
- last: tab.name === "VendorPaymentFields"
 
 
 
 
 
 
 
 
 
 
16662
  }
16663
- },
16664
- [
16665
- _c("div", { staticClass: "tab-link" }, [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16666
  _c(
16667
- "a",
16668
  {
16669
- class: {
16670
- first: tab.name === "VendorAccountFields"
16671
- },
16672
- attrs: { href: "#" },
16673
- on: {
16674
- click: function($event) {
16675
- $event.preventDefault()
16676
- _vm.currentTab = tab.name
16677
- }
16678
  }
16679
  },
16680
  [
16681
- _c("span", { class: [tab.icon] }),
16682
- _vm._v(
16683
- "\n " +
16684
- _vm._s(tab.label) +
16685
- "\n "
16686
- )
16687
- ]
16688
- )
16689
- ])
16690
- ]
16691
- )
16692
- }),
16693
- 0
16694
- )
16695
- ]),
16696
- _vm._v(" "),
16697
- _vm.currentTab
16698
- ? _c(
16699
- "div",
16700
- { staticClass: "tab-contents" },
16701
- [
16702
- _vm.isLoading
16703
- ? _c(
16704
- "div",
16705
- { staticClass: "loading" },
16706
- [_c("loading")],
16707
- 1
16708
- )
16709
- : _vm._e(),
16710
- _vm._v(" "),
16711
- !_vm.isLoading
16712
- ? _c(
16713
- "transition",
16714
- { attrs: { name: "component-fade", mode: "out-in" } },
16715
- [
16716
- _c(_vm.currentTab, {
16717
- tag: "component",
16718
- attrs: {
16719
- vendorInfo: _vm.store,
16720
- errors: _vm.errors
16721
- }
16722
  })
16723
  ],
16724
  1
16725
  )
16726
- : _vm._e()
16727
- ],
16728
- 1
16729
- )
16730
- : _vm._e()
16731
- ]),
16732
- _vm._v(" "),
16733
- _c("div", { attrs: { slot: "footer" }, slot: "footer" }, [
16734
- _c(
16735
- "button",
16736
- {
16737
- staticClass: "button button-primary button-hero",
16738
- on: { click: _vm.createVendor }
16739
- },
16740
- [
16741
- _vm._v(
16742
- _vm._s(
16743
- "VendorPaymentFields" === _vm.currentTab
16744
- ? _vm.__("Create Vendor", "dokan-lite")
16745
- : this.nextBtn
16746
- )
16747
- )
16748
- ]
16749
- )
16750
- ])
16751
- ]
16752
- )
16753
- ],
16754
- 1
16755
- )
16756
- }
16757
- var staticRenderFns = []
16758
- render._withStripped = true
16759
- var esExports = { render: render, staticRenderFns: staticRenderFns }
16760
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
16761
- if (false) {
16762
- module.hot.accept()
16763
- if (module.hot.data) {
16764
- require("vue-hot-reload-api") .rerender("data-v-75e0fcd5", esExports)
16765
- }
16766
- }
16767
-
16768
- /***/ }),
16769
- /* 185 */
16770
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
16771
-
16772
- "use strict";
16773
- var render = function() {
16774
- var _vm = this
16775
- var _h = _vm.$createElement
16776
- var _c = _vm._self._c || _h
16777
- return _c("div", [
16778
- _c(
16779
- "div",
16780
- { staticClass: "vendor-list" },
16781
- [
16782
- _c("h1", { staticClass: "wp-heading-inline" }, [
16783
- _vm._v(_vm._s(_vm.__("Vendors", "dokan-lite")))
16784
- ]),
16785
- _vm._v(" "),
16786
- _c(
16787
- "button",
16788
- {
16789
- staticClass: "page-title-action",
16790
- on: {
16791
- click: function($event) {
16792
- return _vm.addNew()
16793
- }
16794
- }
16795
- },
16796
- [_vm._v(_vm._s(_vm.__("Add New", "dokan-lite")))]
16797
- ),
16798
- _vm._v(" "),
16799
- _vm._l(_vm.dokanVendorHeaderArea, function(vendorHeaderArea, index) {
16800
- return _c(vendorHeaderArea, { key: index, tag: "component" })
16801
- }),
16802
- _vm._v(" "),
16803
- _c("AdminNotice"),
16804
- _vm._v(" "),
16805
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
16806
- _vm._v(" "),
16807
- _c("hr", { staticClass: "wp-header-end" }),
16808
- _vm._v(" "),
16809
- _c("ul", { staticClass: "subsubsub" }, [
16810
- _c(
16811
- "li",
16812
- [
16813
- _c(
16814
- "router-link",
16815
- {
16816
- attrs: {
16817
- to: { name: "Vendors", query: { status: "all" } },
16818
- "active-class": "current",
16819
- exact: ""
16820
- }
16821
- },
16822
- [
16823
- _vm._v(_vm._s(_vm.__("All", "dokan-lite")) + " "),
16824
- _c("span", { staticClass: "count" }, [
16825
- _vm._v(_vm._s(_vm.counts.all))
16826
- ])
16827
- ]
16828
- ),
16829
- _vm._v(" | ")
16830
- ],
16831
- 1
16832
- ),
16833
- _vm._v(" "),
16834
- _c(
16835
- "li",
16836
- [
16837
- _c(
16838
- "router-link",
16839
- {
16840
- attrs: {
16841
- to: { name: "Vendors", query: { status: "approved" } },
16842
- "active-class": "current",
16843
- exact: ""
16844
- }
16845
- },
16846
- [
16847
- _vm._v(_vm._s(_vm.__("Approved", "dokan-lite")) + " "),
16848
- _c("span", { staticClass: "count" }, [
16849
- _vm._v(_vm._s(_vm.counts.approved))
16850
- ])
16851
- ]
16852
- ),
16853
- _vm._v(" | ")
16854
- ],
16855
- 1
16856
- ),
16857
- _vm._v(" "),
16858
- _c(
16859
- "li",
16860
- [
16861
- _c(
16862
- "router-link",
16863
- {
16864
- attrs: {
16865
- to: { name: "Vendors", query: { status: "pending" } },
16866
- "active-class": "current",
16867
- exact: ""
16868
  }
16869
- },
16870
- [
16871
- _vm._v(_vm._s(_vm.__("Pending", "dokan-lite")) + " "),
16872
- _c("span", { staticClass: "count" }, [
16873
- _vm._v(_vm._s(_vm.counts.pending))
16874
- ])
16875
- ]
16876
- ),
16877
- _vm._v(" | ")
16878
- ],
16879
- 1
16880
- )
16881
- ]),
16882
- _vm._v(" "),
16883
- _c("search", {
16884
- attrs: { title: _vm.__("Search Vendors", "dokan-lite") },
16885
- on: { searched: _vm.doSearch }
16886
- }),
16887
- _vm._v(" "),
16888
- _c("list-table", {
16889
- attrs: {
16890
- columns: _vm.columns,
16891
- loading: _vm.loading,
16892
- rows: _vm.vendors,
16893
- actions: _vm.actions,
16894
- actionColumn: "store_name",
16895
- "show-cb": _vm.showCb,
16896
- "total-items": _vm.totalItems,
16897
- "bulk-actions": _vm.bulkActions,
16898
- "total-pages": _vm.totalPages,
16899
- "per-page": _vm.perPage,
16900
- "current-page": _vm.currentPage,
16901
- "action-column": _vm.actionColumn,
16902
- "not-found": "No vendors found.",
16903
- "sort-by": _vm.sortBy,
16904
- "sort-order": _vm.sortOrder,
16905
- text: _vm.$root.listTableTexts()
16906
- },
16907
- on: {
16908
- sort: _vm.sortCallback,
16909
- pagination: _vm.goToPage,
16910
- "action:click": _vm.onActionClick,
16911
- "bulk:click": _vm.onBulkAction,
16912
- searched: _vm.doSearch
16913
- },
16914
- scopedSlots: _vm._u([
16915
- {
16916
- key: "store_name",
16917
- fn: function(data) {
16918
- return [
16919
- _c("img", {
16920
  attrs: {
16921
- src: data.row.gravatar,
16922
- alt: data.row.store_name,
16923
- width: "50"
16924
  }
16925
- }),
16926
- _vm._v(" "),
 
 
 
16927
  _c(
16928
- "strong",
 
 
 
 
 
 
 
 
 
16929
  [
16930
- _vm.hasPro
16931
- ? _c(
16932
- "router-link",
16933
- { attrs: { to: "/vendors/" + data.row.id } },
16934
- [
16935
- _vm._v(
16936
- _vm._s(
16937
- data.row.store_name
16938
- ? data.row.store_name
16939
- : _vm.__("(no name)", "dokan-lite")
16940
- )
16941
- )
16942
- ]
16943
- )
16944
- : _c(
16945
- "a",
16946
- { attrs: { href: _vm.editUrl(data.row.id) } },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16947
  [
16948
- _vm._v(
16949
- _vm._s(
16950
- data.row.store_name
16951
- ? data.row.store_name
16952
- : _vm.__("(no name)", "dokan-lite")
16953
- )
16954
- )
16955
- ]
16956
- )
16957
- ],
16958
- 1
16959
- )
16960
- ]
16961
- }
16962
- },
16963
- {
16964
- key: "email",
16965
- fn: function(data) {
16966
- return [
16967
- _c("a", { attrs: { href: "mailto:" + data.row.email } }, [
16968
- _vm._v(_vm._s(data.row.email))
16969
- ])
16970
- ]
16971
- }
16972
- },
16973
- {
16974
- key: "categories",
16975
- fn: function(ref) {
16976
- var row = ref.row
16977
- return [
16978
- _vm._v(
16979
- "\n " +
16980
- _vm._s(
16981
- row.categories
16982
- .map(function(category) {
16983
- return category.name
16984
- })
16985
- .join(", ")
16986
- ) +
16987
- "\n "
16988
- )
16989
- ]
16990
- }
16991
- },
16992
- {
16993
- key: "registered",
16994
- fn: function(data) {
16995
- return [
16996
- _vm._v(
16997
- "\n " +
16998
- _vm._s(
16999
- _vm.moment(data.row.registered).format("MMM D, YYYY")
17000
- ) +
17001
- "\n "
17002
- )
17003
- ]
17004
- }
17005
- },
17006
- {
17007
- key: "enabled",
17008
- fn: function(data) {
17009
- return [
17010
- _c("switches", {
17011
- attrs: { enabled: data.row.enabled, value: data.row.id },
17012
- on: { input: _vm.onSwitch }
17013
- })
17014
- ]
17015
- }
17016
- },
17017
- {
17018
- key: "row-actions",
17019
- fn: function(data) {
17020
- return _vm._l(_vm.actions, function(action, index) {
17021
- return _c(
17022
- "span",
17023
- { class: action.key },
17024
- [
17025
- _vm.hasPro && action.key == "edit"
17026
- ? _c(
17027
- "router-link",
17028
  {
17029
  attrs: {
17030
- to: {
17031
- path: "vendors/" + data.row.id,
17032
- query: { edit: "true" }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17033
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17034
  }
17035
  },
17036
- [_vm._v(_vm._s(action.label))]
17037
- )
17038
- : !_vm.hasPro && action.key == "edit"
17039
- ? _c(
17040
- "a",
17041
- { attrs: { href: _vm.editUrl(data.row.id) } },
17042
- [_vm._v(_vm._s(action.label))]
17043
- )
17044
- : action.key == "products"
17045
- ? _c(
17046
- "a",
17047
- { attrs: { href: _vm.productUrl(data.row.id) } },
17048
- [_vm._v(_vm._s(action.label))]
17049
- )
17050
- : action.key == "orders"
17051
- ? _c(
17052
- "a",
17053
- { attrs: { href: _vm.ordersUrl(data.row.id) } },
17054
- [_vm._v(_vm._s(action.label))]
17055
- )
17056
- : action.key == "switch_to"
17057
- ? _c(
17058
- "a",
17059
- { attrs: { href: _vm.switchToUrl(data.row) } },
17060
- [_vm._v(_vm._s(action.label))]
17061
- )
17062
- : _c("a", { attrs: { href: "#" } }, [
17063
- _vm._v(_vm._s(action.label))
17064
- ]),
17065
- _vm._v(" "),
17066
- index !== _vm.actions.length - 1
17067
- ? [_vm._v(" | ")]
17068
- : _vm._e()
17069
- ],
17070
- 2
17071
  )
17072
- })
17073
- }
17074
- }
17075
- ])
17076
- }),
17077
- _vm._v(" "),
17078
- _vm.loadAddVendor
17079
- ? _c("add-vendor", { attrs: { "vendor-id": _vm.vendorId } })
17080
- : _vm._e()
17081
- ],
17082
- 2
17083
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17084
  ])
17085
  }
17086
  var staticRenderFns = []
@@ -17090,74 +18875,12 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
17090
  if (false) {
17091
  module.hot.accept()
17092
  if (module.hot.data) {
17093
- require("vue-hot-reload-api") .rerender("data-v-f81b8092", esExports)
17094
  }
17095
  }
17096
 
17097
  /***/ }),
17098
- /* 186 */
17099
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
17100
-
17101
- "use strict";
17102
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorCapabilities_vue__ = __webpack_require__(69);
17103
- /* unused harmony namespace reexport */
17104
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_276be9c2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorCapabilities_vue__ = __webpack_require__(188);
17105
- var disposed = false
17106
- function injectStyle (ssrContext) {
17107
- if (disposed) return
17108
- __webpack_require__(187)
17109
- }
17110
- var normalizeComponent = __webpack_require__(0)
17111
- /* script */
17112
-
17113
-
17114
- /* template */
17115
-
17116
- /* template functional */
17117
- var __vue_template_functional__ = false
17118
- /* styles */
17119
- var __vue_styles__ = injectStyle
17120
- /* scopeId */
17121
- var __vue_scopeId__ = null
17122
- /* moduleIdentifier (server only) */
17123
- var __vue_module_identifier__ = null
17124
- var Component = normalizeComponent(
17125
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorCapabilities_vue__["a" /* default */],
17126
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_276be9c2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorCapabilities_vue__["a" /* default */],
17127
- __vue_template_functional__,
17128
- __vue_styles__,
17129
- __vue_scopeId__,
17130
- __vue_module_identifier__
17131
- )
17132
- Component.options.__file = "src/admin/pages/VendorCapabilities.vue"
17133
-
17134
- /* hot reload */
17135
- if (false) {(function () {
17136
- var hotAPI = require("vue-hot-reload-api")
17137
- hotAPI.install(require("vue"), false)
17138
- if (!hotAPI.compatible) return
17139
- module.hot.accept()
17140
- if (!module.hot.data) {
17141
- hotAPI.createRecord("data-v-276be9c2", Component.options)
17142
- } else {
17143
- hotAPI.reload("data-v-276be9c2", Component.options)
17144
- }
17145
- module.hot.dispose(function (data) {
17146
- disposed = true
17147
- })
17148
- })()}
17149
-
17150
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
17151
-
17152
-
17153
- /***/ }),
17154
- /* 187 */
17155
- /***/ (function(module, exports) {
17156
-
17157
- // removed by extract-text-webpack-plugin
17158
-
17159
- /***/ }),
17160
- /* 188 */
17161
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17162
 
17163
  "use strict";
@@ -17167,105 +18890,146 @@ var render = function() {
17167
  var _c = _vm._self._c || _h
17168
  return _c(
17169
  "div",
17170
- { attrs: { id: "dokan-vendor-capabilities" } },
17171
  [
17172
- _c(
17173
- "div",
17174
- { staticClass: "vendor-capabilities-banner", style: _vm.bannerBg },
17175
- [
17176
- _c("img", {
17177
- attrs: {
17178
- src: _vm.bannerImage,
17179
- alt: _vm.__("Dokan Vendor Capabilities Banner", "dokan-lite")
17180
- }
17181
- }),
17182
- _vm._v(" "),
17183
- _c("div", { staticClass: "content" }, [
17184
- _c("p", { staticClass: "title" }, [
17185
- _vm._v(_vm._s(_vm.__("Vendor Capabilities", "dokan-lite")))
17186
- ]),
17187
- _vm._v(" "),
17188
- _c("p", [
17189
- _vm._v(
17190
- "\n " +
17191
- _vm._s(
17192
- _vm.__(
17193
- "One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.",
17194
- "dokan-lite"
17195
- )
17196
- ) +
17197
- "\n "
17198
- )
17199
- ])
17200
- ])
17201
- ]
17202
- ),
17203
- _vm._v(" "),
17204
- _c(
17205
- "div",
17206
- { staticClass: "grid" },
17207
- _vm._l(_vm.capabilityCards, function(card) {
17208
- return _c("div", { staticClass: "col-6" }, [
17209
- _c("div", { staticClass: "capability-card" }, [
17210
- _c("div", { staticClass: "capability-image" }, [
17211
- _c("img", {
17212
- staticClass: "image",
17213
- attrs: {
17214
- src: card.image,
17215
- alt: _vm.__("Dokan Capability", "dokan-lite")
17216
- }
17217
- }),
17218
- _vm._v(" "),
17219
- _c("div", { staticClass: "middle" }, [
17220
- _c(
17221
- "div",
17222
- {
17223
- staticClass: "zoom",
17224
- on: {
17225
- click: function($event) {
17226
- return _vm.openPopup(card.image)
17227
- }
17228
- }
17229
- },
17230
- [_c("div", { staticClass: "dashicons dashicons-search" })]
17231
- )
17232
- ])
17233
- ]),
17234
- _vm._v(" "),
17235
- _c("p", { staticClass: "title" }, [_vm._v(_vm._s(card.title))]),
17236
- _vm._v(" "),
17237
- _c("p", { staticClass: "content" }, [
17238
- _vm._v(_vm._s(card.content))
17239
- ])
17240
- ])
17241
- ])
17242
- }),
17243
- 0
17244
- ),
17245
- _vm._v(" "),
17246
- _c("ProCta"),
17247
- _vm._v(" "),
17248
- _vm.showPopup
17249
- ? _c(
17250
  "div",
17251
- {
17252
- attrs: { id: "dokan-capability-image-popup" },
17253
- on: { click: _vm.closePopup }
17254
- },
17255
  [
17256
- _c("div", { staticClass: "modal-content" }, [
17257
- _c("div", { staticClass: "body" }, [
17258
- _c("img", {
17259
- attrs: {
17260
- src: this.selectedCapabilityImage,
17261
- alt: _vm.__("Dokan Capability", "dokan-lite")
17262
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17263
  })
17264
- ])
17265
- ])
17266
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17267
  )
17268
- : _vm._e()
 
 
 
 
 
 
17269
  ],
17270
  1
17271
  )
@@ -17277,84 +19041,22 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
17277
  if (false) {
17278
  module.hot.accept()
17279
  if (module.hot.data) {
17280
- require("vue-hot-reload-api") .rerender("data-v-276be9c2", esExports)
17281
  }
17282
  }
17283
 
17284
  /***/ }),
17285
- /* 189 */
17286
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
17287
-
17288
- "use strict";
17289
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProModules_vue__ = __webpack_require__(70);
17290
- /* unused harmony namespace reexport */
17291
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ca20ca84_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProModules_vue__ = __webpack_require__(194);
17292
- var disposed = false
17293
- function injectStyle (ssrContext) {
17294
- if (disposed) return
17295
- __webpack_require__(190)
17296
- }
17297
- var normalizeComponent = __webpack_require__(0)
17298
- /* script */
17299
-
17300
-
17301
- /* template */
17302
-
17303
- /* template functional */
17304
- var __vue_template_functional__ = false
17305
- /* styles */
17306
- var __vue_styles__ = injectStyle
17307
- /* scopeId */
17308
- var __vue_scopeId__ = null
17309
- /* moduleIdentifier (server only) */
17310
- var __vue_module_identifier__ = null
17311
- var Component = normalizeComponent(
17312
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProModules_vue__["a" /* default */],
17313
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ca20ca84_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProModules_vue__["a" /* default */],
17314
- __vue_template_functional__,
17315
- __vue_styles__,
17316
- __vue_scopeId__,
17317
- __vue_module_identifier__
17318
- )
17319
- Component.options.__file = "src/admin/pages/ProModules.vue"
17320
-
17321
- /* hot reload */
17322
- if (false) {(function () {
17323
- var hotAPI = require("vue-hot-reload-api")
17324
- hotAPI.install(require("vue"), false)
17325
- if (!hotAPI.compatible) return
17326
- module.hot.accept()
17327
- if (!module.hot.data) {
17328
- hotAPI.createRecord("data-v-ca20ca84", Component.options)
17329
- } else {
17330
- hotAPI.reload("data-v-ca20ca84", Component.options)
17331
- }
17332
- module.hot.dispose(function (data) {
17333
- disposed = true
17334
- })
17335
- })()}
17336
-
17337
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
17338
-
17339
-
17340
- /***/ }),
17341
- /* 190 */
17342
- /***/ (function(module, exports) {
17343
-
17344
- // removed by extract-text-webpack-plugin
17345
-
17346
- /***/ }),
17347
- /* 191 */
17348
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17349
 
17350
  "use strict";
17351
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(71);
17352
  /* unused harmony namespace reexport */
17353
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ae162ac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(193);
17354
  var disposed = false
17355
  function injectStyle (ssrContext) {
17356
  if (disposed) return
17357
- __webpack_require__(192)
17358
  }
17359
  var normalizeComponent = __webpack_require__(0)
17360
  /* script */
@@ -17371,14 +19073,14 @@ var __vue_scopeId__ = null
17371
  /* moduleIdentifier (server only) */
17372
  var __vue_module_identifier__ = null
17373
  var Component = normalizeComponent(
17374
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ModuleUpgradePopup_vue__["a" /* default */],
17375
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ae162ac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ModuleUpgradePopup_vue__["a" /* default */],
17376
  __vue_template_functional__,
17377
  __vue_styles__,
17378
  __vue_scopeId__,
17379
  __vue_module_identifier__
17380
  )
17381
- Component.options.__file = "src/admin/components/ModuleUpgradePopup.vue"
17382
 
17383
  /* hot reload */
17384
  if (false) {(function () {
@@ -17387,9 +19089,9 @@ if (false) {(function () {
17387
  if (!hotAPI.compatible) return
17388
  module.hot.accept()
17389
  if (!module.hot.data) {
17390
- hotAPI.createRecord("data-v-5ae162ac", Component.options)
17391
  } else {
17392
- hotAPI.reload("data-v-5ae162ac", Component.options)
17393
  }
17394
  module.hot.dispose(function (data) {
17395
  disposed = true
@@ -17400,13 +19102,13 @@ if (false) {(function () {
17400
 
17401
 
17402
  /***/ }),
17403
- /* 192 */
17404
  /***/ (function(module, exports) {
17405
 
17406
  // removed by extract-text-webpack-plugin
17407
 
17408
  /***/ }),
17409
- /* 193 */
17410
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17411
 
17412
  "use strict";
@@ -17414,760 +19116,811 @@ var render = function() {
17414
  var _vm = this
17415
  var _h = _vm.$createElement
17416
  var _c = _vm._self._c || _h
17417
- return _c("div", { attrs: { id: "dokan-upgrade-to-pro-wrapper" } }, [
17418
- _vm.showPopup
17419
- ? _c(
17420
- "div",
17421
- {
17422
- attrs: { id: "dokan-upgrade-popup" },
17423
- on: {
17424
- click: function($event) {
17425
- if ($event.target !== $event.currentTarget) {
17426
- return null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17427
  }
17428
- return _vm.closePopup.apply(null, arguments)
17429
- }
17430
- }
17431
- },
17432
- [
17433
- _c("div", { staticClass: "modal-content" }, [
17434
- _c("div", { staticClass: "body" }, [
17435
  _c(
17436
- "svg",
17437
- {
17438
- attrs: {
17439
- width: "128",
17440
- height: "109",
17441
- viewBox: "0 0 128 109",
17442
- fill: "none",
17443
- xmlns: "http://www.w3.org/2000/svg"
17444
- }
17445
- },
17446
  [
17447
- _c("path", {
17448
- attrs: {
17449
- d:
17450
- "M127.502 37.5077C127.406 37.2181 127.141 37.0125 126.827 36.9851L122.568 36.6104L120.884 32.7907C120.76 32.5108 120.477 32.3296 120.163 32.3296C119.848 32.3296 119.566 32.5108 119.441 32.7914L117.757 36.6104L113.497 36.9851C113.184 37.0132 112.92 37.2181 112.823 37.5077C112.726 37.7972 112.815 38.1148 113.052 38.315L116.272 41.0508L115.322 45.1028C115.253 45.4008 115.372 45.7087 115.627 45.8874C115.764 45.9834 115.925 46.0323 116.087 46.0323C116.226 46.0323 116.364 45.9959 116.489 45.9239L120.163 43.7962L123.835 45.9239C124.104 46.0805 124.443 46.0662 124.697 45.8874C124.953 45.7082 125.072 45.4001 125.002 45.1028L124.053 41.0508L127.272 38.3155C127.509 38.1148 127.6 37.7978 127.502 37.5077Z",
17451
- fill: "#FFC107"
17452
- }
17453
- }),
17454
- _vm._v(" "),
17455
- _c("path", {
17456
- attrs: {
17457
- d:
17458
- "M16.8209 38.1758C16.7105 37.8194 16.4076 37.5663 16.0492 37.5326L11.1816 37.0714L9.25677 32.3703C9.11485 32.0258 8.79162 31.8027 8.4325 31.8027C8.07338 31.8027 7.75015 32.0258 7.60823 32.3711L5.68343 37.0714L0.815005 37.5326C0.457297 37.5671 0.155176 37.8194 0.0441323 38.1758C-0.0669114 38.5321 0.0356399 38.923 0.306237 39.1693L3.98561 42.5365L2.90064 47.5236C2.82125 47.8903 2.95765 48.2694 3.24922 48.4893C3.40594 48.6074 3.5893 48.6676 3.7742 48.6676C3.93362 48.6676 4.09176 48.6228 4.23368 48.5341L8.4325 45.9155L12.6298 48.5341C12.9369 48.7269 13.3241 48.7094 13.615 48.4893C13.9067 48.2687 14.043 47.8895 13.9636 47.5236L12.8786 42.5365L16.558 39.17C16.8286 38.923 16.9319 38.5328 16.8209 38.1758Z",
17459
- fill: "#FFC107"
17460
- }
17461
- }),
17462
- _vm._v(" "),
17463
- _c("path", {
17464
- attrs: {
17465
- d:
17466
- "M110.124 10.7456C110.062 10.5674 109.891 10.4409 109.69 10.424L106.952 10.1934L105.869 7.84286C105.789 7.67059 105.607 7.55908 105.405 7.55908C105.203 7.55908 105.022 7.67059 104.942 7.84326L103.859 10.1934L101.121 10.424C100.919 10.4413 100.749 10.5674 100.687 10.7456C100.624 10.9238 100.682 11.1192 100.834 11.2424L102.904 12.926L102.294 15.4195C102.249 15.6029 102.326 15.7924 102.49 15.9024C102.578 15.9614 102.681 15.9915 102.785 15.9915C102.875 15.9915 102.964 15.9691 103.044 15.9248L105.405 14.6155L107.766 15.9248C107.939 16.0212 108.157 16.0124 108.321 15.9024C108.485 15.7921 108.561 15.6025 108.517 15.4195L107.906 12.926L109.976 11.2427C110.128 11.1192 110.186 10.9241 110.124 10.7456Z",
17467
- fill: "#FFC107"
17468
- }
17469
- }),
17470
- _vm._v(" "),
17471
- _c("path", {
17472
- attrs: {
17473
- d:
17474
- "M34.2322 8.63769C34.1701 8.45951 33.9998 8.33297 33.7982 8.31612L31.0601 8.08551L29.9774 5.73495C29.8976 5.56268 29.7158 5.45117 29.5138 5.45117C29.3118 5.45117 29.13 5.56268 29.0501 5.73535L27.9674 8.08551L25.2289 8.31612C25.0277 8.33337 24.8578 8.45951 24.7953 8.63769C24.7329 8.81586 24.7906 9.01129 24.9428 9.13448L27.0124 10.8181L26.4021 13.3116C26.3575 13.495 26.4342 13.6845 26.5982 13.7945C26.6863 13.8535 26.7895 13.8836 26.8935 13.8836C26.9832 13.8836 27.0721 13.8612 27.152 13.8169L29.5138 12.5076L31.8748 13.8169C32.0475 13.9133 32.2653 13.9045 32.429 13.7945C32.593 13.6842 32.6697 13.4946 32.625 13.3116L32.0147 10.8181L34.0844 9.13481C34.2366 9.01129 34.2947 8.8162 34.2322 8.63769Z",
17475
- fill: "#FFC107"
17476
- }
17477
- }),
17478
- _vm._v(" "),
17479
- _c("path", {
17480
- attrs: {
17481
- d:
17482
- "M36.3471 79.5168C36.3023 79.3832 36.1792 79.2883 36.0337 79.2757L34.0562 79.1027L33.2742 77.3398C33.2166 77.2106 33.0853 77.127 32.9394 77.127C32.7935 77.127 32.6622 77.2106 32.6045 77.3401L31.8226 79.1027L29.8448 79.2757C29.6994 79.2886 29.5767 79.3832 29.5316 79.5168C29.4865 79.6505 29.5282 79.797 29.6381 79.8894L31.1328 81.1521L30.6921 83.0223C30.6598 83.1598 30.7152 83.3019 30.8337 83.3844C30.8973 83.4287 30.9718 83.4513 31.0469 83.4513C31.1117 83.4513 31.1759 83.4345 31.2336 83.4012L32.9394 82.4192L34.6445 83.4012C34.7693 83.4735 34.9266 83.4669 35.0448 83.3844C35.1633 83.3017 35.2186 83.1595 35.1864 83.0223L34.7456 81.1521L36.2404 79.8897C36.3503 79.797 36.3923 79.6507 36.3471 79.5168Z",
17483
- fill: "#FFC107"
17484
- }
17485
- }),
17486
- _vm._v(" "),
17487
- _c("path", {
17488
- attrs: {
17489
- d:
17490
- "M115.928 67.9221C115.883 67.7885 115.76 67.6936 115.615 67.6809L113.637 67.508L112.855 65.7451C112.798 65.6159 112.666 65.5322 112.52 65.5322C112.375 65.5322 112.243 65.6159 112.186 65.7454L111.404 67.508L109.426 67.6809C109.281 67.6939 109.158 67.7885 109.113 67.9221C109.068 68.0557 109.109 68.2023 109.219 68.2947L110.714 69.5574L110.273 71.4276C110.241 71.5651 110.296 71.7072 110.415 71.7897C110.478 71.834 110.553 71.8566 110.628 71.8566C110.693 71.8566 110.757 71.8397 110.815 71.8065L112.52 70.8245L114.226 71.8065C114.35 71.8788 114.508 71.8722 114.626 71.7897C114.744 71.707 114.8 71.5648 114.767 71.4276L114.327 69.5574L115.821 68.295C115.931 68.2023 115.973 68.056 115.928 67.9221Z",
17491
- fill: "#FFC107"
17492
- }
17493
- }),
17494
- _vm._v(" "),
17495
- _c("g", { attrs: { filter: "url(#filter0_d_1098_419)" } }, [
17496
- _c("circle", {
17497
- attrs: {
17498
- cx: "65.5727",
17499
- cy: "47.0224",
17500
- r: "35.0473",
17501
- fill: "url(#paint0_linear_1098_419)"
17502
- }
17503
- })
17504
- ]),
17505
- _vm._v(" "),
17506
- _c("path", {
17507
  attrs: {
17508
- "fill-rule": "evenodd",
17509
- "clip-rule": "evenodd",
17510
- d:
17511
- "M73.2509 40.3179C73.2509 35.8737 69.6482 32.271 65.204 32.271C60.7598 32.271 57.1571 35.8737 57.1571 40.3179V44.2984H56.5271C54.9772 44.2984 53.7207 45.5549 53.7207 47.1048V58.5595C53.7207 60.1094 54.9772 61.3659 56.5271 61.3659H74.11C75.6599 61.3659 76.9164 60.1094 76.9164 58.5595V47.1048C76.9164 45.5549 75.6599 44.2984 74.11 44.2984H59.3335V40.4324L59.3345 40.3196C59.3947 37.1295 61.9995 34.5619 65.204 34.5619C68.4462 34.5619 71.0745 37.1902 71.0745 40.4324L71.0745 40.5756H73.2509V40.3179ZM65.3185 50.9994C66.4098 50.9994 67.2944 51.884 67.2944 52.9753C67.2944 53.9393 66.6042 54.742 65.6909 54.9162L65.6908 57.7863C65.6908 57.9919 65.5241 58.1585 65.3185 58.1585C65.1129 58.1585 64.9462 57.9919 64.9462 57.7863L64.9464 54.9163C64.033 54.7422 63.3426 53.9394 63.3426 52.9753C63.3426 51.884 64.2272 50.9994 65.3185 50.9994Z",
17512
- fill: "white"
 
 
 
 
 
 
 
 
 
 
 
 
 
17513
  }
17514
  }),
17515
  _vm._v(" "),
17516
- _c(
17517
- "defs",
17518
- [
17519
- _c(
17520
- "filter",
17521
  {
17522
- attrs: {
17523
- id: "filter0_d_1098_419",
17524
- x: "11.5524",
17525
- y: "0.90753",
17526
- width: "108.041",
17527
- height: "108.041",
17528
- filterUnits: "userSpaceOnUse",
17529
- "color-interpolation-filters": "sRGB"
17530
- }
17531
- },
17532
- [
17533
- _c("feFlood", {
17534
- attrs: {
17535
- "flood-opacity": "0",
17536
- result: "BackgroundImageFix"
17537
- }
17538
- }),
17539
- _vm._v(" "),
17540
- _c("feColorMatrix", {
17541
- attrs: {
17542
- in: "SourceAlpha",
17543
- type: "matrix",
17544
- values:
17545
- "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17546
- result: "hardAlpha"
17547
- }
17548
- }),
17549
- _vm._v(" "),
17550
- _c("feOffset", { attrs: { dy: "7.90541" } }),
17551
- _vm._v(" "),
17552
- _c("feGaussianBlur", {
17553
- attrs: { stdDeviation: "9.48649" }
17554
- }),
17555
- _vm._v(" "),
17556
- _c("feComposite", {
17557
- attrs: { in2: "hardAlpha", operator: "out" }
17558
- }),
17559
- _vm._v(" "),
17560
- _c("feColorMatrix", {
17561
- attrs: {
17562
- type: "matrix",
17563
- values:
17564
- "0 0 0 0 0.743854 0 0 0 0 0.925 0 0 0 0 0.850411 0 0 0 1 0"
17565
- }
17566
- }),
17567
- _vm._v(" "),
17568
- _c("feBlend", {
17569
- attrs: {
17570
- mode: "normal",
17571
- in2: "BackgroundImageFix",
17572
- result: "effect1_dropShadow_1098_419"
17573
- }
17574
- }),
17575
- _vm._v(" "),
17576
- _c("feBlend", {
17577
- attrs: {
17578
- mode: "normal",
17579
- in: "SourceGraphic",
17580
- in2: "effect1_dropShadow_1098_419",
17581
- result: "shape"
17582
  }
17583
- })
17584
- ],
17585
- 1
17586
- ),
17587
- _vm._v(" "),
17588
- _c(
17589
- "linearGradient",
17590
- {
17591
- attrs: {
17592
- id: "paint0_linear_1098_419",
17593
- x1: "65.5727",
17594
- y1: "11.9751",
17595
- x2: "65.5727",
17596
- y2: "82.0697",
17597
- gradientUnits: "userSpaceOnUse"
17598
  }
17599
  },
17600
- [
17601
- _c("stop", { attrs: { "stop-color": "#01CB70" } }),
17602
- _vm._v(" "),
17603
- _c("stop", {
17604
- attrs: { offset: "1", "stop-color": "#1CE385" }
17605
- })
17606
- ],
17607
- 1
17608
  )
17609
- ],
17610
- 1
17611
- )
17612
- ]
17613
  ),
17614
  _vm._v(" "),
17615
- _c("p", { staticClass: "unlock" }, [
17616
- _vm._v(_vm._s(_vm.__("Unlock", "dokan-lite")))
17617
- ]),
17618
- _vm._v(" "),
17619
- _c("h1", [_vm._v(_vm._s(_vm.__("20+ Modules", "dokan-lite")))]),
17620
- _vm._v(" "),
17621
- _c("p", { staticClass: "text-brand" }, [
17622
- _vm._v(
17623
- _vm._s(_vm.__("with Dokan Premium Plans", "dokan-lite"))
17624
- )
17625
- ]),
17626
- _vm._v(" "),
17627
- _c("p", {
17628
- staticClass: "upgrade-text",
17629
- domProps: {
17630
- innerHTML: _vm._s(
17631
- _vm.sprintf(
17632
- _vm.__(
17633
- "We’re sorry %s Dokan Modules are not available on %s. Please upgrade to a PRO plan to unlock the modules of your choice.",
17634
- "dokan-lite"
17635
- ),
17636
- "<br>",
17637
- "<strong>Dokan Lite</strong>"
17638
- )
17639
- )
17640
- }
17641
- }),
17642
- _vm._v(" "),
17643
  _c(
17644
- "a",
17645
- {
17646
- staticClass: "upgrade-button",
17647
- attrs: {
17648
- target: "_blank",
17649
- rel: "noopener noreferrer",
17650
- href: _vm.upgradeURL
17651
- }
17652
- },
17653
- [_vm._v(_vm._s(_vm.__("Upgrade to Pro", "dokan-lite")))]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17654
  ),
17655
  _vm._v(" "),
17656
- _c("div", { staticClass: "promo-card" }, [
17657
  _c(
17658
- "svg",
17659
  {
17660
- attrs: {
17661
- width: "318",
17662
- height: "181",
17663
- viewBox: "0 0 318 181",
17664
- fill: "none",
17665
- xmlns: "http://www.w3.org/2000/svg"
17666
- }
17667
  },
17668
- [
17669
- _c("rect", {
17670
- attrs: {
17671
- width: "318",
17672
- height: "181",
17673
- rx: "10",
17674
- fill: "url(#paint0_linear_1061_678)"
17675
- }
17676
- }),
17677
- _vm._v(" "),
17678
- _c("path", {
17679
- attrs: {
17680
- d:
17681
- "M69.7623 78.1796C19.6582 89.3268 8.33272 60.917 0 47.3061V10C0 4.47715 4.47714 0 9.99999 0H308C313.523 0 318 4.47716 318 10V122C287.77 58.7592 226.42 82.2094 166.516 91.1265C119.684 98.098 114.527 68.2204 69.7623 78.1796Z",
17682
- fill: "#7867FF",
17683
- "fill-opacity": "0.1"
17684
- }
17685
- }),
17686
- _vm._v(" "),
17687
- _c("path", {
17688
- attrs: {
17689
- d:
17690
- "M50.6582 112H54.5068C56.6055 112 57.8496 110.968 57.8496 109.238V109.225C57.8496 107.926 56.9951 107.003 55.6484 106.832V106.723C56.5986 106.552 57.3506 105.622 57.3506 104.604V104.59C57.3506 103.086 56.2432 102.136 54.4316 102.136H50.6582V112ZM54.1719 103.223C55.3955 103.223 56.1064 103.804 56.1064 104.802V104.815C56.1064 105.854 55.3477 106.388 53.8574 106.388H51.8887V103.223H54.1719ZM54.2061 107.447C55.7783 107.447 56.585 108.028 56.585 109.163V109.177C56.585 110.312 55.8057 110.913 54.3223 110.913H51.8887V107.447H54.2061ZM62.7373 112.13C64.8359 112.13 66.1348 110.681 66.1348 108.322V108.309C66.1348 105.943 64.8359 104.501 62.7373 104.501C60.6387 104.501 59.3398 105.943 59.3398 108.309V108.322C59.3398 110.681 60.6387 112.13 62.7373 112.13ZM62.7373 111.077C61.3428 111.077 60.5566 110.059 60.5566 108.322V108.309C60.5566 106.565 61.3428 105.554 62.7373 105.554C64.1318 105.554 64.918 106.565 64.918 108.309V108.322C64.918 110.059 64.1318 111.077 62.7373 111.077ZM67.9805 112H69.1699V107.639C69.1699 106.347 69.915 105.554 71.0908 105.554C72.2666 105.554 72.8135 106.189 72.8135 107.516V112H74.0029V107.229C74.0029 105.479 73.0801 104.501 71.4258 104.501C70.3389 104.501 69.6484 104.959 69.2793 105.738H69.1699V104.631H67.9805V112ZM78.624 112.13C79.7041 112.13 80.4492 111.686 80.8115 110.899H80.9209V112H82.1104V104.631H80.9209V108.992C80.9209 110.284 80.2305 111.077 78.9316 111.077C77.7559 111.077 77.2773 110.441 77.2773 109.115V104.631H76.0879V109.402C76.0879 111.146 76.9492 112.13 78.624 112.13ZM86.8613 112.13C88.5361 112.13 89.8145 111.221 89.8145 109.908V109.895C89.8145 108.842 89.1445 108.24 87.7568 107.905L86.6221 107.632C85.7539 107.42 85.3848 107.105 85.3848 106.606V106.593C85.3848 105.943 86.0273 105.492 86.9023 105.492C87.791 105.492 88.3652 105.896 88.5225 106.477H89.6914C89.5273 105.273 88.4541 104.501 86.9092 104.501C85.3438 104.501 84.168 105.424 84.168 106.647V106.654C84.168 107.714 84.79 108.315 86.1709 108.644L87.3125 108.917C88.2217 109.136 88.5977 109.484 88.5977 109.983V109.997C88.5977 110.667 87.8936 111.139 86.9023 111.139C85.959 111.139 85.3711 110.735 85.1729 110.12H83.9561C84.0928 111.337 85.2207 112.13 86.8613 112.13ZM92.6309 106.777C93.123 106.777 93.5195 106.374 93.5195 105.889C93.5195 105.396 93.123 105 92.6309 105C92.1455 105 91.7422 105.396 91.7422 105.889C91.7422 106.374 92.1455 106.777 92.6309 106.777ZM92.6309 112.068C93.123 112.068 93.5195 111.665 93.5195 111.18C93.5195 110.688 93.123 110.291 92.6309 110.291C92.1455 110.291 91.7422 110.688 91.7422 111.18C91.7422 111.665 92.1455 112.068 92.6309 112.068ZM99.9043 112H103.288C106.221 112 107.943 110.175 107.943 107.071V107.058C107.943 103.961 106.214 102.136 103.288 102.136H99.9043V112ZM101.135 110.893V103.243H103.206C105.394 103.243 106.686 104.665 106.686 107.071V107.085C106.686 109.484 105.407 110.893 103.206 110.893H101.135ZM112.954 112.13C115.053 112.13 116.352 110.681 116.352 108.322V108.309C116.352 105.943 115.053 104.501 112.954 104.501C110.855 104.501 109.557 105.943 109.557 108.309V108.322C109.557 110.681 110.855 112.13 112.954 112.13ZM112.954 111.077C111.56 111.077 110.773 110.059 110.773 108.322V108.309C110.773 106.565 111.56 105.554 112.954 105.554C114.349 105.554 115.135 106.565 115.135 108.309V108.322C115.135 110.059 114.349 111.077 112.954 111.077ZM118.266 112H119.455V109.204L120.146 108.534L122.907 112H124.404L120.979 107.728L124.192 104.631H122.75L119.564 107.851H119.455V101.705H118.266V112ZM127.617 112.13C128.608 112.13 129.381 111.699 129.846 110.913H129.955V112H131.145V106.955C131.145 105.424 130.14 104.501 128.342 104.501C126.77 104.501 125.648 105.28 125.457 106.436L125.45 106.477H126.64L126.646 106.456C126.838 105.882 127.419 105.554 128.301 105.554C129.401 105.554 129.955 106.046 129.955 106.955V107.625L127.843 107.755C126.127 107.857 125.156 108.616 125.156 109.929V109.942C125.156 111.282 126.216 112.13 127.617 112.13ZM126.373 109.915V109.901C126.373 109.17 126.865 108.773 127.986 108.705L129.955 108.582V109.252C129.955 110.305 129.073 111.098 127.863 111.098C127.009 111.098 126.373 110.66 126.373 109.915ZM133.318 112H134.508V107.639C134.508 106.347 135.253 105.554 136.429 105.554C137.604 105.554 138.151 106.189 138.151 107.516V112H139.341V107.229C139.341 105.479 138.418 104.501 136.764 104.501C135.677 104.501 134.986 104.959 134.617 105.738H134.508V104.631H133.318V112ZM145.582 112H151.57V110.893H146.812V102.136H145.582V112ZM154.018 103.209C154.469 103.209 154.838 102.84 154.838 102.389C154.838 101.938 154.469 101.568 154.018 101.568C153.566 101.568 153.197 101.938 153.197 102.389C153.197 102.84 153.566 103.209 154.018 103.209ZM153.416 112H154.605V104.631H153.416V112ZM159.466 112.055C159.698 112.055 159.924 112.027 160.156 111.986V110.975C159.938 110.995 159.821 111.002 159.609 111.002C158.844 111.002 158.543 110.653 158.543 109.785V105.615H160.156V104.631H158.543V102.724H157.312V104.631H156.15V105.615H157.312V110.086C157.312 111.494 157.948 112.055 159.466 112.055ZM164.832 112.13C166.568 112.13 167.621 111.146 167.874 110.147L167.888 110.093H166.698L166.671 110.154C166.473 110.599 165.857 111.07 164.859 111.07C163.547 111.07 162.706 110.182 162.672 108.657H167.977V108.192C167.977 105.991 166.76 104.501 164.757 104.501C162.754 104.501 161.455 106.06 161.455 108.336V108.343C161.455 110.653 162.727 112.13 164.832 112.13ZM164.75 105.561C165.837 105.561 166.644 106.251 166.767 107.707H162.692C162.822 106.306 163.656 105.561 164.75 105.561ZM176.228 112.13C177.308 112.13 178.053 111.686 178.415 110.899H178.524V112H179.714V104.631H178.524V108.992C178.524 110.284 177.834 111.077 176.535 111.077C175.359 111.077 174.881 110.441 174.881 109.115V104.631H173.691V109.402C173.691 111.146 174.553 112.13 176.228 112.13ZM184.465 112.13C186.14 112.13 187.418 111.221 187.418 109.908V109.895C187.418 108.842 186.748 108.24 185.36 107.905L184.226 107.632C183.357 107.42 182.988 107.105 182.988 106.606V106.593C182.988 105.943 183.631 105.492 184.506 105.492C185.395 105.492 185.969 105.896 186.126 106.477H187.295C187.131 105.273 186.058 104.501 184.513 104.501C182.947 104.501 181.771 105.424 181.771 106.647V106.654C181.771 107.714 182.394 108.315 183.774 108.644L184.916 108.917C185.825 109.136 186.201 109.484 186.201 109.983V109.997C186.201 110.667 185.497 111.139 184.506 111.139C183.562 111.139 182.975 110.735 182.776 110.12H181.56C181.696 111.337 182.824 112.13 184.465 112.13ZM192.271 112.13C194.008 112.13 195.061 111.146 195.313 110.147L195.327 110.093H194.138L194.11 110.154C193.912 110.599 193.297 111.07 192.299 111.07C190.986 111.07 190.146 110.182 190.111 108.657H195.416V108.192C195.416 105.991 194.199 104.501 192.196 104.501C190.193 104.501 188.895 106.06 188.895 108.336V108.343C188.895 110.653 190.166 112.13 192.271 112.13ZM192.189 105.561C193.276 105.561 194.083 106.251 194.206 107.707H190.132C190.262 106.306 191.096 105.561 192.189 105.561ZM197.262 112H198.451V107.434C198.451 106.354 199.258 105.636 200.393 105.636C200.652 105.636 200.878 105.663 201.124 105.704V104.549C201.008 104.528 200.755 104.501 200.529 104.501C199.531 104.501 198.841 104.952 198.561 105.725H198.451V104.631H197.262V112ZM204.986 112.13C206.661 112.13 207.939 111.221 207.939 109.908V109.895C207.939 108.842 207.27 108.24 205.882 107.905L204.747 107.632C203.879 107.42 203.51 107.105 203.51 106.606V106.593C203.51 105.943 204.152 105.492 205.027 105.492C205.916 105.492 206.49 105.896 206.647 106.477H207.816C207.652 105.273 206.579 104.501 205.034 104.501C203.469 104.501 202.293 105.424 202.293 106.647V106.654C202.293 107.714 202.915 108.315 204.296 108.644L205.438 108.917C206.347 109.136 206.723 109.484 206.723 109.983V109.997C206.723 110.667 206.019 111.139 205.027 111.139C204.084 111.139 203.496 110.735 203.298 110.12H202.081C202.218 111.337 203.346 112.13 204.986 112.13ZM216.758 114.598C218.768 114.598 220.039 113.545 220.039 111.897V104.631H218.85V105.848H218.768C218.316 105.014 217.51 104.501 216.471 104.501C214.543 104.501 213.354 105.998 213.354 108.062V108.076C213.354 110.141 214.536 111.617 216.443 111.617C217.455 111.617 218.289 111.159 218.754 110.346H218.863V111.836C218.863 112.923 218.077 113.545 216.758 113.545C215.698 113.545 215.042 113.148 214.912 112.588L214.905 112.581H213.675L213.661 112.588C213.846 113.798 214.98 114.598 216.758 114.598ZM216.703 110.564C215.336 110.564 214.57 109.539 214.57 108.076V108.062C214.57 106.6 215.336 105.554 216.703 105.554C218.063 105.554 218.891 106.6 218.891 108.062V108.076C218.891 109.539 218.07 110.564 216.703 110.564ZM225.262 112.13C226.998 112.13 228.051 111.146 228.304 110.147L228.317 110.093H227.128L227.101 110.154C226.902 110.599 226.287 111.07 225.289 111.07C223.977 111.07 223.136 110.182 223.102 108.657H228.406V108.192C228.406 105.991 227.189 104.501 225.187 104.501C223.184 104.501 221.885 106.06 221.885 108.336V108.343C221.885 110.653 223.156 112.13 225.262 112.13ZM225.18 105.561C226.267 105.561 227.073 106.251 227.196 107.707H223.122C223.252 106.306 224.086 105.561 225.18 105.561ZM232.87 112.055C233.103 112.055 233.328 112.027 233.561 111.986V110.975C233.342 110.995 233.226 111.002 233.014 111.002C232.248 111.002 231.947 110.653 231.947 109.785V105.615H233.561V104.631H231.947V102.724H230.717V104.631H229.555V105.615H230.717V110.086C230.717 111.494 231.353 112.055 232.87 112.055ZM242.304 112.13C244.402 112.13 245.701 110.681 245.701 108.322V108.309C245.701 105.943 244.402 104.501 242.304 104.501C240.205 104.501 238.906 105.943 238.906 108.309V108.322C238.906 110.681 240.205 112.13 242.304 112.13ZM242.304 111.077C240.909 111.077 240.123 110.059 240.123 108.322V108.309C240.123 106.565 240.909 105.554 242.304 105.554C243.698 105.554 244.484 106.565 244.484 108.309V108.322C244.484 110.059 243.698 111.077 242.304 111.077ZM248.039 112H249.229V105.615H250.903V104.631H249.229V103.845C249.229 103.038 249.57 102.621 250.418 102.621C250.63 102.621 250.828 102.628 250.972 102.655V101.705C250.726 101.657 250.466 101.637 250.179 101.637C248.777 101.637 248.039 102.341 248.039 103.811V104.631H246.815V105.615H248.039V112ZM253.111 112H254.301V105.615H255.976V104.631H254.301V103.845C254.301 103.038 254.643 102.621 255.49 102.621C255.702 102.621 255.9 102.628 256.044 102.655V101.705C255.798 101.657 255.538 101.637 255.251 101.637C253.85 101.637 253.111 102.341 253.111 103.811V104.631H251.888V105.615H253.111V112ZM260.385 112.13C262.121 112.13 263.174 111.146 263.427 110.147L263.44 110.093H262.251L262.224 110.154C262.025 110.599 261.41 111.07 260.412 111.07C259.1 111.07 258.259 110.182 258.225 108.657H263.529V108.192C263.529 105.991 262.312 104.501 260.31 104.501C258.307 104.501 257.008 106.06 257.008 108.336V108.343C257.008 110.653 258.279 112.13 260.385 112.13ZM260.303 105.561C261.39 105.561 262.196 106.251 262.319 107.707H258.245C258.375 106.306 259.209 105.561 260.303 105.561ZM265.375 112H266.564V107.434C266.564 106.354 267.371 105.636 268.506 105.636C268.766 105.636 268.991 105.663 269.237 105.704V104.549C269.121 104.528 268.868 104.501 268.643 104.501C267.645 104.501 266.954 104.952 266.674 105.725H266.564V104.631H265.375V112ZM30.335 133H31.5244L33.165 127.299H33.2744L34.9219 133H36.1182L38.1826 125.631H37L35.5508 131.523H35.4414L33.7939 125.631H32.666L31.0186 131.523H30.9092L29.46 125.631H28.2705L30.335 133ZM40.3838 124.209C40.835 124.209 41.2041 123.84 41.2041 123.389C41.2041 122.938 40.835 122.568 40.3838 122.568C39.9326 122.568 39.5635 122.938 39.5635 123.389C39.5635 123.84 39.9326 124.209 40.3838 124.209ZM39.7822 133H40.9717V125.631H39.7822V133ZM45.832 133.055C46.0645 133.055 46.29 133.027 46.5225 132.986V131.975C46.3037 131.995 46.1875 132.002 45.9756 132.002C45.21 132.002 44.9092 131.653 44.9092 130.785V126.615H46.5225V125.631H44.9092V123.724H43.6787V125.631H42.5166V126.615H43.6787V131.086C43.6787 132.494 44.3145 133.055 45.832 133.055ZM48.3682 133H49.5576V128.639C49.5576 127.347 50.3027 126.554 51.4785 126.554C52.6543 126.554 53.2012 127.189 53.2012 128.516V133H54.3906V128.229C54.3906 126.479 53.4678 125.501 51.8135 125.501C50.7266 125.501 50.0361 125.959 49.667 126.738H49.5576V122.705H48.3682V133ZM60.4814 133H61.6709V128.434C61.6709 127.354 62.4775 126.636 63.6123 126.636C63.8721 126.636 64.0977 126.663 64.3438 126.704V125.549C64.2275 125.528 63.9746 125.501 63.749 125.501C62.751 125.501 62.0605 125.952 61.7803 126.725H61.6709V125.631H60.4814V133ZM68.6162 133.13C70.3525 133.13 71.4053 132.146 71.6582 131.147L71.6719 131.093H70.4824L70.4551 131.154C70.2568 131.599 69.6416 132.07 68.6436 132.07C67.3311 132.07 66.4902 131.182 66.4561 129.657H71.7607V129.192C71.7607 126.991 70.5439 125.501 68.541 125.501C66.5381 125.501 65.2393 127.06 65.2393 129.336V129.343C65.2393 131.653 66.5107 133.13 68.6162 133.13ZM68.5342 126.561C69.6211 126.561 70.4277 127.251 70.5508 128.707H66.4766C66.6064 127.306 67.4404 126.561 68.5342 126.561ZM76.6416 135.598C78.6514 135.598 79.9229 134.545 79.9229 132.897V125.631H78.7334V126.848H78.6514C78.2002 126.014 77.3936 125.501 76.3545 125.501C74.4268 125.501 73.2373 126.998 73.2373 129.062V129.076C73.2373 131.141 74.4199 132.617 76.3271 132.617C77.3389 132.617 78.1729 132.159 78.6377 131.346H78.7471V132.836C78.7471 133.923 77.9609 134.545 76.6416 134.545C75.582 134.545 74.9258 134.148 74.7959 133.588L74.7891 133.581H73.5586L73.5449 133.588C73.7295 134.798 74.8643 135.598 76.6416 135.598ZM76.5869 131.564C75.2197 131.564 74.4541 130.539 74.4541 129.076V129.062C74.4541 127.6 75.2197 126.554 76.5869 126.554C77.9473 126.554 78.7744 127.6 78.7744 129.062V129.076C78.7744 130.539 77.9541 131.564 76.5869 131.564ZM84.6055 133.13C85.6855 133.13 86.4307 132.686 86.793 131.899H86.9023V133H88.0918V125.631H86.9023V129.992C86.9023 131.284 86.2119 132.077 84.9131 132.077C83.7373 132.077 83.2588 131.441 83.2588 130.115V125.631H82.0693V130.402C82.0693 132.146 82.9307 133.13 84.6055 133.13ZM90.3818 133H91.5713V122.705H90.3818V133ZM95.8779 133.13C96.8691 133.13 97.6416 132.699 98.1064 131.913H98.2158V133H99.4053V127.955C99.4053 126.424 98.4004 125.501 96.6025 125.501C95.0303 125.501 93.9092 126.28 93.7178 127.436L93.7109 127.477H94.9004L94.9072 127.456C95.0986 126.882 95.6797 126.554 96.5615 126.554C97.6621 126.554 98.2158 127.046 98.2158 127.955V128.625L96.1035 128.755C94.3877 128.857 93.417 129.616 93.417 130.929V130.942C93.417 132.282 94.4766 133.13 95.8779 133.13ZM94.6338 130.915V130.901C94.6338 130.17 95.126 129.773 96.2471 129.705L98.2158 129.582V130.252C98.2158 131.305 97.334 132.098 96.124 132.098C95.2695 132.098 94.6338 131.66 94.6338 130.915ZM101.579 133H102.769V128.434C102.769 127.354 103.575 126.636 104.71 126.636C104.97 126.636 105.195 126.663 105.441 126.704V125.549C105.325 125.528 105.072 125.501 104.847 125.501C103.849 125.501 103.158 125.952 102.878 126.725H102.769V125.631H101.579V133ZM110.849 135.461H112.038V131.838H112.147C112.551 132.624 113.433 133.13 114.444 133.13C116.317 133.13 117.534 131.633 117.534 129.322V129.309C117.534 127.012 116.311 125.501 114.444 125.501C113.419 125.501 112.599 125.986 112.147 126.807H112.038V125.631H110.849V135.461ZM114.171 132.077C112.831 132.077 112.011 131.024 112.011 129.322V129.309C112.011 127.606 112.831 126.554 114.171 126.554C115.518 126.554 116.317 127.593 116.317 129.309V129.322C116.317 131.038 115.518 132.077 114.171 132.077ZM119.394 133H120.583V128.434C120.583 127.354 121.39 126.636 122.524 126.636C122.784 126.636 123.01 126.663 123.256 126.704V125.549C123.14 125.528 122.887 125.501 122.661 125.501C121.663 125.501 120.973 125.952 120.692 126.725H120.583V125.631H119.394V133ZM125.354 124.209C125.806 124.209 126.175 123.84 126.175 123.389C126.175 122.938 125.806 122.568 125.354 122.568C124.903 122.568 124.534 122.938 124.534 123.389C124.534 123.84 124.903 124.209 125.354 124.209ZM124.753 133H125.942V125.631H124.753V133ZM131.199 133.13C132.97 133.13 133.961 132.18 134.262 130.847L134.275 130.771L133.1 130.778L133.086 130.819C132.812 131.64 132.184 132.077 131.192 132.077C129.88 132.077 129.032 130.99 129.032 129.295V129.281C129.032 127.62 129.866 126.554 131.192 126.554C132.252 126.554 132.908 127.142 133.093 127.866L133.1 127.887H134.282L134.275 127.846C134.057 126.533 132.983 125.501 131.192 125.501C129.128 125.501 127.815 126.991 127.815 129.281V129.295C127.815 131.633 129.135 133.13 131.199 133.13ZM139.026 133.13C140.763 133.13 141.815 132.146 142.068 131.147L142.082 131.093H140.893L140.865 131.154C140.667 131.599 140.052 132.07 139.054 132.07C137.741 132.07 136.9 131.182 136.866 129.657H142.171V129.192C142.171 126.991 140.954 125.501 138.951 125.501C136.948 125.501 135.649 127.06 135.649 129.336V129.343C135.649 131.653 136.921 133.13 139.026 133.13ZM138.944 126.561C140.031 126.561 140.838 127.251 140.961 128.707H136.887C137.017 127.306 137.851 126.561 138.944 126.561ZM143.716 135.509H144.598L145.671 131.619H144.311L143.716 135.509ZM154.134 133.13C155.125 133.13 155.897 132.699 156.362 131.913H156.472V133H157.661V127.955C157.661 126.424 156.656 125.501 154.858 125.501C153.286 125.501 152.165 126.28 151.974 127.436L151.967 127.477H153.156L153.163 127.456C153.354 126.882 153.936 126.554 154.817 126.554C155.918 126.554 156.472 127.046 156.472 127.955V128.625L154.359 128.755C152.644 128.857 151.673 129.616 151.673 130.929V130.942C151.673 132.282 152.732 133.13 154.134 133.13ZM152.89 130.915V130.901C152.89 130.17 153.382 129.773 154.503 129.705L156.472 129.582V130.252C156.472 131.305 155.59 132.098 154.38 132.098C153.525 132.098 152.89 131.66 152.89 130.915ZM162.303 133.13C163.383 133.13 164.128 132.686 164.49 131.899H164.6V133H165.789V125.631H164.6V129.992C164.6 131.284 163.909 132.077 162.61 132.077C161.435 132.077 160.956 131.441 160.956 130.115V125.631H159.767V130.402C159.767 132.146 160.628 133.13 162.303 133.13ZM170.629 133.055C170.861 133.055 171.087 133.027 171.319 132.986V131.975C171.101 131.995 170.984 132.002 170.772 132.002C170.007 132.002 169.706 131.653 169.706 130.785V126.615H171.319V125.631H169.706V123.724H168.476V125.631H167.313V126.615H168.476V131.086C168.476 132.494 169.111 133.055 170.629 133.055ZM176.016 133.13C178.114 133.13 179.413 131.681 179.413 129.322V129.309C179.413 126.943 178.114 125.501 176.016 125.501C173.917 125.501 172.618 126.943 172.618 129.309V129.322C172.618 131.681 173.917 133.13 176.016 133.13ZM176.016 132.077C174.621 132.077 173.835 131.059 173.835 129.322V129.309C173.835 127.565 174.621 126.554 176.016 126.554C177.41 126.554 178.196 127.565 178.196 129.309V129.322C178.196 131.059 177.41 132.077 176.016 132.077ZM181.259 133H182.448V128.434C182.448 127.395 183.18 126.554 184.144 126.554C185.073 126.554 185.675 127.121 185.675 127.996V133H186.864V128.263C186.864 127.326 187.541 126.554 188.566 126.554C189.605 126.554 190.104 127.094 190.104 128.181V133H191.294V127.907C191.294 126.362 190.453 125.501 188.949 125.501C187.931 125.501 187.09 126.014 186.693 126.793H186.584C186.242 126.027 185.545 125.501 184.547 125.501C183.583 125.501 182.886 125.959 182.558 126.752H182.448V125.631H181.259V133ZM195.464 133.13C196.455 133.13 197.228 132.699 197.692 131.913H197.802V133H198.991V127.955C198.991 126.424 197.986 125.501 196.188 125.501C194.616 125.501 193.495 126.28 193.304 127.436L193.297 127.477H194.486L194.493 127.456C194.685 126.882 195.266 126.554 196.147 126.554C197.248 126.554 197.802 127.046 197.802 127.955V128.625L195.689 128.755C193.974 128.857 193.003 129.616 193.003 130.929V130.942C193.003 132.282 194.062 133.13 195.464 133.13ZM194.22 130.915V130.901C194.22 130.17 194.712 129.773 195.833 129.705L197.802 129.582V130.252C197.802 131.305 196.92 132.098 195.71 132.098C194.855 132.098 194.22 131.66 194.22 130.915ZM203.783 133.055C204.016 133.055 204.241 133.027 204.474 132.986V131.975C204.255 131.995 204.139 132.002 203.927 132.002C203.161 132.002 202.86 131.653 202.86 130.785V126.615H204.474V125.631H202.86V123.724H201.63V125.631H200.468V126.615H201.63V131.086C201.63 132.494 202.266 133.055 203.783 133.055ZM206.88 124.209C207.331 124.209 207.7 123.84 207.7 123.389C207.7 122.938 207.331 122.568 206.88 122.568C206.429 122.568 206.06 122.938 206.06 123.389C206.06 123.84 206.429 124.209 206.88 124.209ZM206.278 133H207.468V125.631H206.278V133ZM212.725 133.13C214.495 133.13 215.486 132.18 215.787 130.847L215.801 130.771L214.625 130.778L214.611 130.819C214.338 131.64 213.709 132.077 212.718 132.077C211.405 132.077 210.558 130.99 210.558 129.295V129.281C210.558 127.62 211.392 126.554 212.718 126.554C213.777 126.554 214.434 127.142 214.618 127.866L214.625 127.887H215.808L215.801 127.846C215.582 126.533 214.509 125.501 212.718 125.501C210.653 125.501 209.341 126.991 209.341 129.281V129.295C209.341 131.633 210.66 133.13 212.725 133.13ZM219.567 133.13C220.559 133.13 221.331 132.699 221.796 131.913H221.905V133H223.095V127.955C223.095 126.424 222.09 125.501 220.292 125.501C218.72 125.501 217.599 126.28 217.407 127.436L217.4 127.477H218.59L218.597 127.456C218.788 126.882 219.369 126.554 220.251 126.554C221.352 126.554 221.905 127.046 221.905 127.955V128.625L219.793 128.755C218.077 128.857 217.106 129.616 217.106 130.929V130.942C217.106 132.282 218.166 133.13 219.567 133.13ZM218.323 130.915V130.901C218.323 130.17 218.815 129.773 219.937 129.705L221.905 129.582V130.252C221.905 131.305 221.023 132.098 219.813 132.098C218.959 132.098 218.323 131.66 218.323 130.915ZM225.337 133H226.526V122.705H225.337V133ZM228.878 133H230.067V122.705H228.878V133ZM232.979 135.584C234.285 135.584 234.894 135.105 235.502 133.451L238.38 125.631H237.129L235.112 131.694H235.003L232.979 125.631H231.708L234.436 133.007L234.299 133.444C234.032 134.292 233.622 134.6 232.945 134.6C232.781 134.6 232.597 134.593 232.453 134.565V135.543C232.617 135.57 232.822 135.584 232.979 135.584ZM245.913 133.13C246.904 133.13 247.677 132.699 248.142 131.913H248.251V133H249.44V127.955C249.44 126.424 248.436 125.501 246.638 125.501C245.065 125.501 243.944 126.28 243.753 127.436L243.746 127.477H244.936L244.942 127.456C245.134 126.882 245.715 126.554 246.597 126.554C247.697 126.554 248.251 127.046 248.251 127.955V128.625L246.139 128.755C244.423 128.857 243.452 129.616 243.452 130.929V130.942C243.452 132.282 244.512 133.13 245.913 133.13ZM244.669 130.915V130.901C244.669 130.17 245.161 129.773 246.282 129.705L248.251 129.582V130.252C248.251 131.305 247.369 132.098 246.159 132.098C245.305 132.098 244.669 131.66 244.669 130.915ZM251.614 135.461H252.804V131.838H252.913C253.316 132.624 254.198 133.13 255.21 133.13C257.083 133.13 258.3 131.633 258.3 129.322V129.309C258.3 127.012 257.076 125.501 255.21 125.501C254.185 125.501 253.364 125.986 252.913 126.807H252.804V125.631H251.614V135.461ZM254.937 132.077C253.597 132.077 252.776 131.024 252.776 129.322V129.309C252.776 127.606 253.597 126.554 254.937 126.554C256.283 126.554 257.083 127.593 257.083 129.309V129.322C257.083 131.038 256.283 132.077 254.937 132.077ZM260.159 135.461H261.349V131.838H261.458C261.861 132.624 262.743 133.13 263.755 133.13C265.628 133.13 266.845 131.633 266.845 129.322V129.309C266.845 127.012 265.621 125.501 263.755 125.501C262.729 125.501 261.909 125.986 261.458 126.807H261.349V125.631H260.159V135.461ZM263.481 132.077C262.142 132.077 261.321 131.024 261.321 129.322V129.309C261.321 127.606 262.142 126.554 263.481 126.554C264.828 126.554 265.628 127.593 265.628 129.309V129.322C265.628 131.038 264.828 132.077 263.481 132.077ZM268.772 133H269.962V122.705H268.772V133ZM272.874 124.209C273.325 124.209 273.694 123.84 273.694 123.389C273.694 122.938 273.325 122.568 272.874 122.568C272.423 122.568 272.054 122.938 272.054 123.389C272.054 123.84 272.423 124.209 272.874 124.209ZM272.272 133H273.462V125.631H272.272V133ZM278.712 133.13C280.448 133.13 281.501 132.146 281.754 131.147L281.768 131.093H280.578L280.551 131.154C280.353 131.599 279.737 132.07 278.739 132.07C277.427 132.07 276.586 131.182 276.552 129.657H281.856V129.192C281.856 126.991 280.64 125.501 278.637 125.501C276.634 125.501 275.335 127.06 275.335 129.336V129.343C275.335 131.653 276.606 133.13 278.712 133.13ZM278.63 126.561C279.717 126.561 280.523 127.251 280.646 128.707H276.572C276.702 127.306 277.536 126.561 278.63 126.561ZM286.423 133.13C287.448 133.13 288.269 132.645 288.72 131.824H288.829V133H290.019V122.705H288.829V126.793H288.72C288.316 126.007 287.435 125.501 286.423 125.501C284.55 125.501 283.333 126.998 283.333 129.309V129.322C283.333 131.619 284.557 133.13 286.423 133.13ZM286.696 132.077C285.35 132.077 284.55 131.038 284.55 129.322V129.309C284.55 127.593 285.35 126.554 286.696 126.554C288.036 126.554 288.856 127.606 288.856 129.309V129.322C288.856 131.024 288.036 132.077 286.696 132.077ZM122.203 155.055C122.436 155.055 122.661 155.027 122.894 154.986V153.975C122.675 153.995 122.559 154.002 122.347 154.002C121.581 154.002 121.28 153.653 121.28 152.785V148.615H122.894V147.631H121.28V145.724H120.05V147.631H118.888V148.615H120.05V153.086C120.05 154.494 120.686 155.055 122.203 155.055ZM127.59 155.13C129.688 155.13 130.987 153.681 130.987 151.322V151.309C130.987 148.943 129.688 147.501 127.59 147.501C125.491 147.501 124.192 148.943 124.192 151.309V151.322C124.192 153.681 125.491 155.13 127.59 155.13ZM127.59 154.077C126.195 154.077 125.409 153.059 125.409 151.322V151.309C125.409 149.565 126.195 148.554 127.59 148.554C128.984 148.554 129.771 149.565 129.771 151.309V151.322C129.771 153.059 128.984 154.077 127.59 154.077ZM139.785 155.13C141.556 155.13 142.547 154.18 142.848 152.847L142.861 152.771L141.686 152.778L141.672 152.819C141.398 153.64 140.77 154.077 139.778 154.077C138.466 154.077 137.618 152.99 137.618 151.295V151.281C137.618 149.62 138.452 148.554 139.778 148.554C140.838 148.554 141.494 149.142 141.679 149.866L141.686 149.887H142.868L142.861 149.846C142.643 148.533 141.569 147.501 139.778 147.501C137.714 147.501 136.401 148.991 136.401 151.281V151.295C136.401 153.633 137.721 155.13 139.785 155.13ZM144.673 155H145.862V150.639C145.862 149.347 146.607 148.554 147.783 148.554C148.959 148.554 149.506 149.189 149.506 150.516V155H150.695V150.229C150.695 148.479 149.772 147.501 148.118 147.501C147.031 147.501 146.341 147.959 145.972 148.738H145.862V144.705H144.673V155ZM155.856 155.13C157.593 155.13 158.646 154.146 158.898 153.147L158.912 153.093H157.723L157.695 153.154C157.497 153.599 156.882 154.07 155.884 154.07C154.571 154.07 153.73 153.182 153.696 151.657H159.001V151.192C159.001 148.991 157.784 147.501 155.781 147.501C153.778 147.501 152.479 149.06 152.479 151.336V151.343C152.479 153.653 153.751 155.13 155.856 155.13ZM155.774 148.561C156.861 148.561 157.668 149.251 157.791 150.707H153.717C153.847 149.306 154.681 148.561 155.774 148.561ZM163.861 155.13C165.632 155.13 166.623 154.18 166.924 152.847L166.938 152.771L165.762 152.778L165.748 152.819C165.475 153.64 164.846 154.077 163.854 154.077C162.542 154.077 161.694 152.99 161.694 151.295V151.281C161.694 149.62 162.528 148.554 163.854 148.554C164.914 148.554 165.57 149.142 165.755 149.866L165.762 149.887H166.944L166.938 149.846C166.719 148.533 165.646 147.501 163.854 147.501C161.79 147.501 160.478 148.991 160.478 151.281V151.295C160.478 153.633 161.797 155.13 163.861 155.13ZM168.749 155H169.938V152.204L170.629 151.534L173.391 155H174.888L171.463 150.728L174.676 147.631H173.233L170.048 150.851H169.938V144.705H168.749V155ZM178.969 155.13C181.067 155.13 182.366 153.681 182.366 151.322V151.309C182.366 148.943 181.067 147.501 178.969 147.501C176.87 147.501 175.571 148.943 175.571 151.309V151.322C175.571 153.681 176.87 155.13 178.969 155.13ZM178.969 154.077C177.574 154.077 176.788 153.059 176.788 151.322V151.309C176.788 149.565 177.574 148.554 178.969 148.554C180.363 148.554 181.149 149.565 181.149 151.309V151.322C181.149 153.059 180.363 154.077 178.969 154.077ZM186.68 155.13C187.76 155.13 188.505 154.686 188.867 153.899H188.977V155H190.166V147.631H188.977V151.992C188.977 153.284 188.286 154.077 186.987 154.077C185.812 154.077 185.333 153.441 185.333 152.115V147.631H184.144V152.402C184.144 154.146 185.005 155.13 186.68 155.13ZM195.006 155.055C195.238 155.055 195.464 155.027 195.696 154.986V153.975C195.478 153.995 195.361 154.002 195.149 154.002C194.384 154.002 194.083 153.653 194.083 152.785V148.615H195.696V147.631H194.083V145.724H192.853V147.631H191.69V148.615H192.853V153.086C192.853 154.494 193.488 155.055 195.006 155.055ZM198.444 155.068C198.937 155.068 199.333 154.665 199.333 154.18C199.333 153.688 198.937 153.291 198.444 153.291C197.959 153.291 197.556 153.688 197.556 154.18C197.556 154.665 197.959 155.068 198.444 155.068Z",
17691
- fill: "white"
17692
- }
17693
- }),
17694
- _vm._v(" "),
17695
- _c(
17696
- "g",
17697
- { attrs: { filter: "url(#filter0_d_1061_678)" } },
17698
- [
17699
- _c("path", {
17700
- attrs: {
17701
- d:
17702
- "M133.607 56.5262C139.149 56.5262 142.849 53.6156 142.849 49.3072V49.2743C142.849 46.0512 140.547 44.0121 137.011 43.6832V43.5845C139.79 43.009 141.961 41.085 141.961 38.125V38.0921C141.961 34.3099 138.672 31.7446 133.574 31.7446C128.592 31.7446 125.254 34.5073 124.908 38.7499L124.892 38.9472H129.463L129.48 38.7992C129.677 36.8259 131.239 35.5597 133.574 35.5597C135.91 35.5597 137.274 36.7766 137.274 38.7499V38.7828C137.274 40.7068 135.663 42.0223 133.163 42.0223H130.516V45.5578H133.229C136.107 45.5578 137.801 46.8076 137.801 49.0769V49.1098C137.801 51.116 136.14 52.5302 133.607 52.5302C131.042 52.5302 129.348 51.2147 129.134 49.3729L129.118 49.192H124.366L124.382 49.4058C124.711 53.6485 128.246 56.5262 133.607 56.5262ZM156.235 56.6084C162.105 56.6084 165.657 51.8067 165.657 44.1436V44.1107C165.657 36.4312 162.105 31.6624 156.235 31.6624C150.381 31.6624 146.812 36.4312 146.812 44.1107V44.1436C146.812 51.8067 150.381 56.6084 156.235 56.6084ZM156.235 52.6782C153.439 52.6782 151.844 49.5045 151.844 44.1436V44.1107C151.844 38.7334 153.439 35.5926 156.235 35.5926C159.047 35.5926 160.642 38.7334 160.642 44.1107V44.1436C160.642 49.5045 159.047 52.6782 156.235 52.6782ZM175.475 45.2783C178.961 45.2783 181.082 42.713 181.082 38.6019V38.5854C181.082 34.4744 178.961 31.9255 175.475 31.9255C172.005 31.9255 169.867 34.4744 169.867 38.5854V38.6019C169.867 42.713 172.005 45.2783 175.475 45.2783ZM179.125 56L195.093 32.2708H191.294L175.327 56H179.125ZM175.475 42.6472C174.044 42.6472 173.238 41.1837 173.238 38.6019V38.5854C173.238 35.9872 174.044 34.5566 175.475 34.5566C176.922 34.5566 177.727 35.9872 177.727 38.5854V38.6019C177.727 41.1837 176.922 42.6472 175.475 42.6472ZM194.928 56.3453C198.414 56.3453 200.536 53.78 200.536 49.6689V49.6525C200.536 45.5414 198.414 42.9925 194.928 42.9925C191.458 42.9925 189.321 45.5414 189.321 49.6525V49.6689C189.321 53.78 191.458 56.3453 194.928 56.3453ZM194.928 53.7142C193.498 53.7142 192.692 52.2507 192.692 49.6689V49.6525C192.692 47.0543 193.498 45.6236 194.928 45.6236C196.375 45.6236 197.181 47.0543 197.181 49.6525V49.6689C197.181 52.2507 196.375 53.7142 194.928 53.7142Z",
17703
- fill: "white"
17704
- }
17705
- })
17706
- ]
17707
- ),
17708
- _vm._v(" "),
17709
- _c("path", {
17710
- attrs: {
17711
- d:
17712
- "M55.2031 48H60.4414V47.0508H56.2578V44.1445H60.2246V43.207H56.2578V40.4941H60.4414V39.5449H55.2031V48ZM62.2227 48H63.2422V44.2617C63.2422 43.1543 63.8809 42.4746 64.8887 42.4746C65.8965 42.4746 66.3652 43.0195 66.3652 44.1562V48H67.3848V43.9102C67.3848 42.4102 66.5938 41.5723 65.1758 41.5723C64.2441 41.5723 63.6523 41.9648 63.3359 42.6328H63.2422V41.6836H62.2227V48ZM69.7578 40.4648C70.1445 40.4648 70.4609 40.1484 70.4609 39.7617C70.4609 39.375 70.1445 39.0586 69.7578 39.0586C69.3711 39.0586 69.0547 39.375 69.0547 39.7617C69.0547 40.1484 69.3711 40.4648 69.7578 40.4648ZM68.3281 50.168C69.6523 50.168 70.2676 49.6113 70.2676 48.3105V41.6836H69.248V48.3281C69.248 49.0254 68.9902 49.2656 68.3047 49.2656H68.1523V50.168H68.3281ZM74.791 48.1113C76.5898 48.1113 77.7031 46.8691 77.7031 44.8477V44.8359C77.7031 42.8086 76.5898 41.5723 74.791 41.5723C72.9922 41.5723 71.8789 42.8086 71.8789 44.8359V44.8477C71.8789 46.8691 72.9922 48.1113 74.791 48.1113ZM74.791 47.209C73.5957 47.209 72.9219 46.3359 72.9219 44.8477V44.8359C72.9219 43.3418 73.5957 42.4746 74.791 42.4746C75.9863 42.4746 76.6602 43.3418 76.6602 44.8359V44.8477C76.6602 46.3359 75.9863 47.209 74.791 47.209ZM79.5898 50.2148C80.709 50.2148 81.2305 49.8047 81.752 48.3867L84.2188 41.6836H83.1465L81.418 46.8809H81.3242L79.5898 41.6836H78.5L80.8379 48.0059L80.7207 48.3809C80.4922 49.1074 80.1406 49.3711 79.5605 49.3711C79.4199 49.3711 79.2617 49.3652 79.1387 49.3418V50.1797C79.2793 50.2031 79.4551 50.2148 79.5898 50.2148ZM89.0703 48H90.125V44.3379H93.8691V43.4004H90.125V40.4941H94.2031V39.5449H89.0703V48ZM95.8672 48H96.8867V39.1758H95.8672V48ZM100.578 48.1113C101.428 48.1113 102.09 47.7422 102.488 47.0684H102.582V48H103.602V43.6758C103.602 42.3633 102.74 41.5723 101.199 41.5723C99.8516 41.5723 98.8906 42.2402 98.7266 43.2305L98.7207 43.2656H99.7402L99.7461 43.248C99.9102 42.7559 100.408 42.4746 101.164 42.4746C102.107 42.4746 102.582 42.8965 102.582 43.6758V44.25L100.771 44.3613C99.3008 44.4492 98.4688 45.0996 98.4688 46.2246V46.2363C98.4688 47.3848 99.377 48.1113 100.578 48.1113ZM99.5117 46.2129V46.2012C99.5117 45.5742 99.9336 45.2344 100.895 45.1758L102.582 45.0703V45.6445C102.582 46.5469 101.826 47.2266 100.789 47.2266C100.057 47.2266 99.5117 46.8516 99.5117 46.2129ZM107.709 48.0469C107.908 48.0469 108.102 48.0234 108.301 47.9883V47.1211C108.113 47.1387 108.014 47.1445 107.832 47.1445C107.176 47.1445 106.918 46.8457 106.918 46.1016V42.5273H108.301V41.6836H106.918V40.0488H105.863V41.6836H104.867V42.5273H105.863V46.3594C105.863 47.5664 106.408 48.0469 107.709 48.0469Z",
17713
- fill: "#0C0071"
17714
- }
17715
- }),
17716
- _vm._v(" "),
17717
- _c(
17718
- "g",
17719
- { attrs: { filter: "url(#filter1_d_1061_678)" } },
17720
- [
17721
- _c("rect", {
17722
- attrs: {
17723
- x: "216",
17724
- y: "34.1777",
17725
- width: "48",
17726
- height: "20",
17727
- rx: "10",
17728
- fill: "#573CFF"
17729
- }
17730
- })
17731
- ]
17732
- ),
17733
- _vm._v(" "),
17734
- _c("path", {
17735
- attrs: {
17736
- d:
17737
- "M232.513 48.1942C234.867 48.1942 236.295 46.5089 236.295 43.881V43.8696C236.295 41.2302 234.855 39.5621 232.513 39.5621C230.182 39.5621 228.731 41.2245 228.731 43.8696V43.881C228.731 46.5146 230.148 48.1942 232.513 48.1942ZM232.513 47.2459C230.799 47.2459 229.782 45.9205 229.782 43.881V43.8696C229.782 41.8129 230.834 40.5104 232.513 40.5104C234.198 40.5104 235.244 41.8129 235.244 43.8696V43.881C235.244 45.9205 234.204 47.2459 232.513 47.2459ZM238.078 48H239.106V44.4294H242.756V43.5154H239.106V40.6818H243.082V39.7563H238.078V48ZM244.773 48H245.801V44.4294H249.452V43.5154H245.801V40.6818H249.778V39.7563H244.773V48Z",
17738
- fill: "white"
17739
- }
17740
- }),
17741
- _vm._v(" "),
17742
- _c("path", {
17743
- attrs: {
17744
- opacity: "0.3",
17745
- d:
17746
- "M107.399 17.3745C103.071 13.4067 97.5458 18.8781 101.18 23.0547",
17747
- stroke: "#FF00F5",
17748
- "stroke-width": "1.72065",
17749
- "stroke-miterlimit": "10",
17750
- "stroke-linecap": "round",
17751
- "stroke-linejoin": "round"
17752
- }
17753
- }),
17754
- _vm._v(" "),
17755
- _c("path", {
17756
- attrs: {
17757
- d:
17758
- "M229.162 77.0844C226.678 76.4391 225.753 79.6327 225.299 81.4364C225.039 82.4955 224.714 83.5876 224 84.3984",
17759
- stroke: "#00FFC2",
17760
- "stroke-width": "1.72065",
17761
- "stroke-miterlimit": "10",
17762
- "stroke-linecap": "round",
17763
- "stroke-linejoin": "round"
17764
- }
17765
- }),
17766
- _vm._v(" "),
17767
- _c("path", {
17768
- attrs: {
17769
- d:
17770
- "M103.555 82.1191C105.333 79.408 101.942 77.0254 99.9777 75.752C98.8197 75.0126 97.6617 74.191 97 72.9997",
17771
- stroke: "#FFE600",
17772
- "stroke-width": "1.72065",
17773
- "stroke-miterlimit": "10",
17774
- "stroke-linecap": "round",
17775
- "stroke-linejoin": "round"
17776
- }
17777
- }),
17778
- _vm._v(" "),
17779
- _c("path", {
17780
- attrs: {
17781
- d:
17782
- "M228.334 20.7854C228.097 19.5881 227.386 18.4985 226.411 17.8124C225.437 17.1263 224.172 16.8573 223 17.0725",
17783
- stroke: "#64E3FF",
17784
- "stroke-width": "1.72065",
17785
- "stroke-miterlimit": "10",
17786
- "stroke-linecap": "round",
17787
- "stroke-linejoin": "round"
17788
- }
17789
- }),
17790
- _vm._v(" "),
17791
- _c(
17792
- "defs",
17793
- [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17794
  _c(
17795
- "filter",
17796
  {
17797
  attrs: {
17798
- id: "filter0_d_1061_678",
17799
- x: "118.378",
17800
- y: "31.6626",
17801
- width: "88.1453",
17802
- height: "39.9138",
17803
- filterUnits: "userSpaceOnUse",
17804
- "color-interpolation-filters": "sRGB"
17805
  }
17806
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17807
  [
17808
- _c("feFlood", {
17809
- attrs: {
17810
- "flood-opacity": "0",
17811
- result: "BackgroundImageFix"
17812
- }
17813
- }),
17814
- _vm._v(" "),
17815
- _c("feColorMatrix", {
17816
- attrs: {
17817
- in: "SourceAlpha",
17818
- type: "matrix",
17819
- values:
17820
- "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17821
- result: "hardAlpha"
17822
- }
17823
- }),
17824
- _vm._v(" "),
17825
- _c("feOffset", { attrs: { dy: "8.9808" } }),
17826
- _vm._v(" "),
17827
- _c("feGaussianBlur", {
17828
- attrs: { stdDeviation: "2.9936" }
17829
- }),
17830
- _vm._v(" "),
17831
- _c("feColorMatrix", {
17832
- attrs: {
17833
- type: "matrix",
17834
- values:
17835
- "0 0 0 0 0.192851 0 0 0 0 0.0922663 0 0 0 0 0.512993 0 0 0 0.278409 0"
17836
- }
17837
- }),
17838
- _vm._v(" "),
17839
- _c("feBlend", {
17840
- attrs: {
17841
- mode: "normal",
17842
- in2: "BackgroundImageFix",
17843
- result: "effect1_dropShadow_1061_678"
17844
- }
17845
  }),
17846
- _vm._v(" "),
17847
- _c("feBlend", {
17848
- attrs: {
17849
- mode: "normal",
17850
- in: "SourceGraphic",
17851
- in2: "effect1_dropShadow_1061_678",
17852
- result: "shape"
17853
- }
17854
- })
17855
  ],
17856
  1
17857
- ),
17858
- _vm._v(" "),
17859
- _c(
17860
- "filter",
17861
- {
17862
- attrs: {
17863
- id: "filter1_d_1061_678",
17864
- x: "209",
17865
- y: "34.1777",
17866
- width: "62",
17867
- height: "35",
17868
- filterUnits: "userSpaceOnUse",
17869
- "color-interpolation-filters": "sRGB"
17870
- }
17871
- },
 
 
17872
  [
17873
- _c("feFlood", {
17874
- attrs: {
17875
- "flood-opacity": "0",
17876
- result: "BackgroundImageFix"
17877
- }
17878
- }),
17879
- _vm._v(" "),
17880
- _c("feColorMatrix", {
17881
- attrs: {
17882
- in: "SourceAlpha",
17883
- type: "matrix",
17884
- values:
17885
- "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17886
- result: "hardAlpha"
17887
- }
17888
- }),
17889
- _vm._v(" "),
17890
- _c("feOffset", { attrs: { dy: "8" } }),
17891
- _vm._v(" "),
17892
- _c("feGaussianBlur", {
17893
- attrs: { stdDeviation: "3.5" }
17894
- }),
17895
- _vm._v(" "),
17896
- _c("feComposite", {
17897
- attrs: { in2: "hardAlpha", operator: "out" }
17898
- }),
17899
- _vm._v(" "),
17900
- _c("feColorMatrix", {
17901
- attrs: {
17902
- type: "matrix",
17903
- values:
17904
- "0 0 0 0 0.0507051 0 0 0 0 0 0 0 0 0 0.470833 0 0 0 0.11 0"
17905
- }
17906
- }),
17907
- _vm._v(" "),
17908
- _c("feBlend", {
17909
- attrs: {
17910
- mode: "normal",
17911
- in2: "BackgroundImageFix",
17912
- result: "effect1_dropShadow_1061_678"
17913
- }
17914
  }),
17915
- _vm._v(" "),
17916
- _c("feBlend", {
17917
- attrs: {
17918
- mode: "normal",
17919
- in: "SourceGraphic",
17920
- in2: "effect1_dropShadow_1061_678",
17921
- result: "shape"
17922
- }
17923
- })
17924
  ],
17925
  1
17926
- ),
17927
- _vm._v(" "),
17928
- _c(
17929
- "linearGradient",
17930
- {
17931
- attrs: {
17932
- id: "paint0_linear_1061_678",
17933
- x1: "0",
17934
- y1: "0",
17935
- x2: "0",
17936
- y2: "181",
17937
- gradientUnits: "userSpaceOnUse"
17938
- }
17939
- },
 
 
 
 
 
17940
  [
17941
- _c("stop", {
17942
- attrs: { "stop-color": "#D0CAFD" }
 
17943
  }),
17944
- _vm._v(" "),
17945
- _c("stop", {
17946
- attrs: { offset: "1", "stop-color": "#7463FF" }
17947
- })
17948
  ],
17949
  1
17950
  )
17951
- ],
17952
- 1
17953
- )
17954
- ]
17955
- )
17956
- ]),
17957
- _vm._v(" "),
17958
- _c(
17959
- "a",
17960
- {
17961
- staticClass: "already-updated",
17962
- attrs: {
17963
- target: "_blank",
17964
- rel: "noopener noreferrer",
17965
- href:
17966
- "https://wedevs.com/docs/dokan/getting-started/installation-2/"
17967
- }
17968
- },
17969
- [_vm._v(_vm._s(_vm.__("Already upgraded?", "dokan-lite")))]
17970
- )
17971
- ]),
17972
- _vm._v(" "),
17973
  _c(
17974
  "span",
17975
- { staticClass: "close", on: { click: _vm.closePopup } },
17976
  [
17977
- _c(
17978
- "svg",
17979
- {
17980
- attrs: {
17981
- width: "10",
17982
- height: "10",
17983
- viewBox: "0 0 10 10",
17984
- fill: "none",
17985
- xmlns: "http://www.w3.org/2000/svg"
17986
- }
 
 
 
 
17987
  },
17988
- [
17989
- _c("path", {
17990
- attrs: {
17991
- d:
17992
- "M6.18849 5.00002L9.75385 1.43465C10.082 1.10645 10.082 0.574344 9.75385 0.246195C9.42566 -0.0820022 8.89359 -0.0820022 8.5654 0.246195L4.99998 3.81161L1.43457 0.246148C1.10637 -0.0820492 0.574308 -0.0820492 0.246112 0.246148C-0.0820373 0.574344 -0.0820373 1.10645 0.246112 1.4346L3.81153 4.99998L0.246112 8.5654C-0.0820373 8.89359 -0.0820373 9.4257 0.246112 9.75385C0.574308 10.082 1.10637 10.082 1.43457 9.75385L4.99998 6.18843L8.5654 9.75385C8.89355 10.082 9.42566 10.082 9.75385 9.75385C10.082 9.42566 10.082 8.89359 9.75385 8.5654L6.18849 5.00002Z",
17993
- fill: "#95A5A6"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17994
  }
17995
- })
17996
- ]
17997
- )
17998
- ]
17999
- )
18000
- ])
18001
- ]
18002
- )
18003
- : _vm._e()
18004
- ])
18005
- }
18006
- var staticRenderFns = []
18007
- render._withStripped = true
18008
- var esExports = { render: render, staticRenderFns: staticRenderFns }
18009
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
18010
- if (false) {
18011
- module.hot.accept()
18012
- if (module.hot.data) {
18013
- require("vue-hot-reload-api") .rerender("data-v-5ae162ac", esExports)
18014
- }
18015
- }
18016
-
18017
- /***/ }),
18018
- /* 194 */
18019
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
18020
-
18021
- "use strict";
18022
- var render = function() {
18023
- var _vm = this
18024
- var _h = _vm.$createElement
18025
- var _c = _vm._self._c || _h
18026
- return _c(
18027
- "div",
18028
- { attrs: { id: "lite-modules" } },
18029
- [
18030
- _c("div", { staticClass: "dokan-modules-wrap" }, [
18031
- _c("h1", [_vm._v(_vm._s(_vm.__("Modules", "dokan")))]),
18032
- _vm._v(" "),
18033
- _c("div", { staticClass: "module-content" }, [
18034
- _c(
18035
- "div",
18036
- { staticClass: "wp-list-table widefat dokan-modules" },
18037
- [
18038
- _vm.modules.length > 0
18039
- ? _vm._l(_vm.modules, function(module) {
18040
- return _c("div", { staticClass: "plugin-card" }, [
18041
- _c("div", { staticClass: "plugin-card-top" }, [
18042
- _c("div", { staticClass: "name column-name" }, [
18043
- _c("h3", [
18044
- _c(
18045
- "a",
18046
- {
18047
- staticClass: "plugin-name",
18048
- attrs: {
18049
- href: module.modLink,
18050
- target: "_blank"
18051
- }
18052
- },
18053
- [_vm._v(_vm._s(module.name))]
18054
- ),
18055
  _vm._v(" "),
18056
  _c(
18057
- "a",
18058
- {
18059
- staticClass: "plugin-name",
18060
- attrs: {
18061
- href: module.modLink,
18062
- target: "_blank"
18063
- }
18064
- },
18065
- [
18066
- _c("img", {
18067
- staticClass: "plugin-icon",
18068
- attrs: {
18069
- src: module.thumbnail,
18070
- alt: module.name
18071
- }
18072
- })
18073
- ]
18074
- )
18075
- ])
18076
- ]),
18077
- _vm._v(" "),
18078
- _c("div", { staticClass: "action-links" }, [
18079
- _c("ul", { staticClass: "plugin-action-buttons" }, [
18080
- _c(
18081
- "li",
18082
  {
 
 
 
18083
  on: {
18084
  click: function($event) {
18085
- return _vm.togglePopup(true)
18086
  }
18087
  }
18088
  },
18089
- [
18090
- _c(
18091
- "svg",
 
 
 
18092
  {
18093
- attrs: {
18094
- xmlns: "http://www.w3.org/2000/svg",
18095
- width: "42",
18096
- height: "20"
18097
- }
18098
  },
18099
  [
18100
- _c("rect", {
18101
- attrs: {
18102
- width: "42",
18103
- height: "20",
18104
- rx: "10",
18105
- fill: "#c0c3c6"
18106
- }
18107
- }),
18108
- _c("circle", {
18109
- attrs: {
18110
- cx: "6",
18111
- cy: "6",
18112
- r: "6",
18113
- transform: "translate(6 4)",
18114
- fill: "#fff"
18115
- }
18116
- })
18117
  ]
18118
  )
18119
- ]
18120
- )
18121
  ])
18122
- ]),
18123
- _vm._v(" "),
18124
- _c("div", { staticClass: "desc column-description" }, [
18125
- _c("p", {
18126
- domProps: { innerHTML: _vm._s(module.description) }
18127
- })
18128
- ]),
18129
- _vm._v(" "),
18130
- _c("div", { staticClass: "card-footer" }, [
18131
- _c(
18132
- "a",
18133
- {
18134
- attrs: { href: module.docLink, target: "_blank" }
18135
- },
18136
- [_vm._v(_vm._s(_vm.__("Documentation", "dokan")))]
18137
- )
18138
- ])
18139
- ])
18140
- ])
18141
- })
18142
- : [
18143
- _c(
18144
- "div",
18145
- {
18146
- staticClass: "notice notice-info",
18147
- attrs: { id: "message" }
18148
  },
18149
- [
18150
- _c("p", [
18151
- _c("strong", [
18152
- _vm._v(_vm._s(_vm.__("No modules found.", "dokan")))
18153
- ])
18154
- ])
18155
- ]
18156
- )
18157
- ]
18158
- ],
18159
- 2
18160
- )
18161
- ])
18162
- ]),
18163
- _vm._v(" "),
18164
- _c("ModuleUpgradePopup", {
18165
- attrs: { "show-popup": _vm.showPopup },
18166
- on: { toggle: _vm.togglePopup }
18167
- })
18168
- ],
18169
- 1
18170
- )
 
 
 
18171
  }
18172
  var staticRenderFns = []
18173
  render._withStripped = true
@@ -18176,12 +19929,12 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
18176
  if (false) {
18177
  module.hot.accept()
18178
  if (module.hot.data) {
18179
- require("vue-hot-reload-api") .rerender("data-v-ca20ca84", esExports)
18180
  }
18181
  }
18182
 
18183
  /***/ }),
18184
- /* 195 */
18185
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18186
 
18187
  "use strict";
@@ -18217,4 +19970,4 @@ function menuFix(slug) {
18217
  /* harmony default export */ __webpack_exports__["a"] = (menuFix);
18218
 
18219
  /***/ })
18220
- ],[109]);
11
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12
 
13
  "use strict";
14
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UpgradeBanner_vue__ = __webpack_require__(51);
15
  /* unused harmony namespace reexport */
16
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75a73b30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UpgradeBanner_vue__ = __webpack_require__(129);
17
  var disposed = false
18
  function injectStyle (ssrContext) {
19
  if (disposed) return
20
+ __webpack_require__(128)
21
  }
22
  var normalizeComponent = __webpack_require__(0)
23
  /* script */
70
  "use strict";
71
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Switches_vue__ = __webpack_require__(11);
72
  /* unused harmony namespace reexport */
73
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aa8ad7dc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Switches_vue__ = __webpack_require__(31);
74
  var disposed = false
75
  function injectStyle (ssrContext) {
76
  if (disposed) return
77
+ __webpack_require__(30)
78
  }
79
  var normalizeComponent = __webpack_require__(0)
80
  /* script */
201
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
202
 
203
  "use strict";
204
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_color_src_components_Sketch_vue__ = __webpack_require__(62);
205
  //
206
  //
207
  //
317
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(4);
318
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
319
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_Switches_vue__ = __webpack_require__(5);
320
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UploadImage_vue__ = __webpack_require__(22);
321
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_PasswordGenerator_vue__ = __webpack_require__(23);
322
  //
323
  //
324
  //
1452
  /* 18 */,
1453
  /* 19 */,
1454
  /* 20 */,
1455
+ /* 21 */,
1456
+ /* 22 */
1457
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1458
 
1459
  "use strict";
1460
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UploadImage_vue__ = __webpack_require__(12);
1461
  /* unused harmony namespace reexport */
1462
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_40b3524c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UploadImage_vue__ = __webpack_require__(33);
1463
  var disposed = false
1464
  function injectStyle (ssrContext) {
1465
  if (disposed) return
1466
+ __webpack_require__(32)
1467
  }
1468
  var normalizeComponent = __webpack_require__(0)
1469
  /* script */
1509
 
1510
 
1511
  /***/ }),
1512
+ /* 23 */
1513
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1514
 
1515
  "use strict";
1516
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_PasswordGenerator_vue__ = __webpack_require__(13);
1517
  /* unused harmony namespace reexport */
1518
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4084a478_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_PasswordGenerator_vue__ = __webpack_require__(34);
1519
  var disposed = false
1520
  var normalizeComponent = __webpack_require__(0)
1521
  /* script */
1561
 
1562
 
1563
  /***/ }),
1564
+ /* 24 */
1565
+ /***/ (function(module, exports) {
1566
+
1567
+ module.exports = moment;
1568
+
1569
+ /***/ }),
1570
+ /* 25 */
1571
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1572
 
1573
  "use strict";
1618
 
1619
 
1620
  /***/ }),
1621
+ /* 26 */
1622
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1623
 
1624
  "use strict";
1625
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ColorPicker_vue__ = __webpack_require__(9);
1626
  /* unused harmony namespace reexport */
1627
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01dc0d51_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ColorPicker_vue__ = __webpack_require__(28);
1628
  var disposed = false
1629
  function injectStyle (ssrContext) {
1630
  if (disposed) return
1631
+ __webpack_require__(27)
1632
  }
1633
  var normalizeComponent = __webpack_require__(0)
1634
  /* script */
1674
 
1675
 
1676
  /***/ }),
1677
+ /* 27 */
1678
  /***/ (function(module, exports) {
1679
 
1680
  // removed by extract-text-webpack-plugin
1681
 
1682
  /***/ }),
1683
+ /* 28 */
1684
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1685
 
1686
  "use strict";
1771
  }
1772
 
1773
  /***/ }),
1774
+ /* 29 */
1775
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1776
 
1777
  "use strict";
1778
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAccountFields_vue__ = __webpack_require__(10);
1779
  /* unused harmony namespace reexport */
1780
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2b13daea_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAccountFields_vue__ = __webpack_require__(35);
1781
  var disposed = false
1782
  var normalizeComponent = __webpack_require__(0)
1783
  /* script */
1823
 
1824
 
1825
  /***/ }),
1826
+ /* 30 */
1827
  /***/ (function(module, exports) {
1828
 
1829
  // removed by extract-text-webpack-plugin
1830
 
1831
  /***/ }),
1832
+ /* 31 */
1833
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1834
 
1835
  "use strict";
1860
  }
1861
 
1862
  /***/ }),
1863
+ /* 32 */
1864
  /***/ (function(module, exports) {
1865
 
1866
  // removed by extract-text-webpack-plugin
1867
 
1868
  /***/ }),
1869
+ /* 33 */
1870
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1871
 
1872
  "use strict";
1911
  }
1912
 
1913
  /***/ }),
1914
+ /* 34 */
1915
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1916
 
1917
  "use strict";
1984
  }
1985
 
1986
  /***/ }),
1987
+ /* 35 */
1988
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1989
 
1990
  "use strict";
2481
  }
2482
 
2483
  /***/ }),
2484
+ /* 36 */
2485
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2486
 
2487
  "use strict";
2488
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAddressFields_vue__ = __webpack_require__(14);
2489
  /* unused harmony namespace reexport */
2490
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9504c01e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAddressFields_vue__ = __webpack_require__(38);
2491
  var disposed = false
2492
  function injectStyle (ssrContext) {
2493
  if (disposed) return
2494
+ __webpack_require__(37)
2495
  }
2496
  var normalizeComponent = __webpack_require__(0)
2497
  /* script */
2537
 
2538
 
2539
  /***/ }),
2540
+ /* 37 */
2541
  /***/ (function(module, exports) {
2542
 
2543
  // removed by extract-text-webpack-plugin
2544
 
2545
  /***/ }),
2546
+ /* 38 */
2547
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2548
 
2549
  "use strict";
2818
  }
2819
 
2820
  /***/ }),
2821
+ /* 39 */
2822
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2823
 
2824
  "use strict";
2825
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorPaymentFields_vue__ = __webpack_require__(15);
2826
  /* unused harmony namespace reexport */
2827
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ed34783_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorPaymentFields_vue__ = __webpack_require__(41);
2828
  var disposed = false
2829
  function injectStyle (ssrContext) {
2830
  if (disposed) return
2831
+ __webpack_require__(40)
2832
  }
2833
  var normalizeComponent = __webpack_require__(0)
2834
  /* script */
2874
 
2875
 
2876
  /***/ }),
2877
+ /* 40 */
2878
  /***/ (function(module, exports) {
2879
 
2880
  // removed by extract-text-webpack-plugin
2881
 
2882
  /***/ }),
2883
+ /* 41 */
2884
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2885
 
2886
  "use strict";
3471
  }
3472
 
3473
  /***/ }),
 
 
3474
  /* 42 */,
3475
  /* 43 */,
3476
  /* 44 */,
3477
  /* 45 */,
3478
  /* 46 */,
3479
+ /* 47 */,
3480
+ /* 48 */,
3481
+ /* 49 */
3482
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3483
 
3484
  "use strict";
3494
  });
3495
 
3496
  /***/ }),
3497
+ /* 50 */
3498
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3499
 
3500
  "use strict";
3501
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Chart_vue__ = __webpack_require__(25);
3502
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
3503
  //
3504
  //
3708
  });
3709
 
3710
  /***/ }),
3711
+ /* 51 */
3712
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3713
 
3714
  "use strict";
3875
  });
3876
 
3877
  /***/ }),
3878
+ /* 52 */
3879
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3880
 
3881
  "use strict";
4457
  });
4458
 
4459
  /***/ }),
4460
+ /* 53 */
4461
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4462
 
4463
  "use strict";
4464
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(54);
4465
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__ = __webpack_require__(138);
4466
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__);
4467
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_vue_slick__ = __webpack_require__(141);
4468
  //
4469
  //
4470
  //
5341
  });
5342
 
5343
  /***/ }),
5344
+ /* 54 */
5345
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5346
 
5347
  "use strict";
5348
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProCta_vue__ = __webpack_require__(55);
5349
  /* unused harmony namespace reexport */
5350
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1ccc06d3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProCta_vue__ = __webpack_require__(137);
5351
  var disposed = false
5352
  function injectStyle (ssrContext) {
5353
  if (disposed) return
5354
+ __webpack_require__(136)
5355
  }
5356
  var normalizeComponent = __webpack_require__(0)
5357
  /* script */
5397
 
5398
 
5399
  /***/ }),
5400
+ /* 55 */
5401
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5402
 
5403
  "use strict";
5436
  });
5437
 
5438
  /***/ }),
5439
+ /* 56 */
5440
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5441
 
5442
  "use strict";
5496
  });
5497
 
5498
  /***/ }),
5499
+ /* 57 */
5500
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5501
 
5502
  "use strict";
5766
  });
5767
 
5768
  /***/ }),
5769
+ /* 58 */
5770
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5771
 
5772
  "use strict";
5773
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator__ = __webpack_require__(59);
5774
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_asyncToGenerator__);
5775
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_regenerator__ = __webpack_require__(60);
5776
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_regenerator___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_regenerator__);
5777
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_Fields_vue__ = __webpack_require__(152);
5778
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_SettingsBanner_vue__ = __webpack_require__(181);
5779
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
5780
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_jquery__ = __webpack_require__(1);
5781
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_jquery__);
6300
  });
6301
 
6302
  /***/ }),
6303
+ /* 59 */,
6304
+ /* 60 */,
6305
+ /* 61 */
6306
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6307
 
6308
  "use strict";
6309
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__ = __webpack_require__(21);
6310
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__);
6311
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__ = __webpack_require__(154);
6312
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__);
6313
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_ColorPicker_vue__ = __webpack_require__(26);
6314
 
6315
 
6316
 
7274
  });
7275
 
7276
  /***/ }),
 
 
 
 
7277
  /* 62 */,
7278
  /* 63 */,
7279
  /* 64 */,
7280
  /* 65 */,
7281
+ /* 66 */,
7282
+ /* 67 */,
7283
+ /* 68 */,
7284
+ /* 69 */,
7285
+ /* 70 */
7286
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7287
 
7288
  "use strict";
7315
  });
7316
 
7317
  /***/ }),
7318
+ /* 71 */
7319
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7320
 
7321
  "use strict";
7322
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__AddVendor_vue__ = __webpack_require__(187);
7323
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
7324
  //
7325
  //
7685
  });
7686
 
7687
  /***/ }),
7688
+ /* 72 */
7689
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7690
 
7691
  "use strict";
7692
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__VendorAccountFields_vue__ = __webpack_require__(29);
7693
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__VendorAddressFields_vue__ = __webpack_require__(36);
7694
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__VendorPaymentFields_vue__ = __webpack_require__(39);
7695
  //
7696
  //
7697
  //
7916
  });
7917
 
7918
  /***/ }),
7919
+ /* 73 */
7920
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7921
 
7922
  "use strict";
7923
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(54);
7924
  //
7925
  //
7926
  //
8063
  });
8064
 
8065
  /***/ }),
8066
+ /* 74 */
8067
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8068
 
8069
  "use strict";
8070
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ModuleUpgradePopup_vue__ = __webpack_require__(196);
8071
  //
8072
  //
8073
  //
8300
  });
8301
 
8302
  /***/ }),
8303
+ /* 75 */
8304
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8305
 
8306
  "use strict";
8423
  });
8424
 
8425
  /***/ }),
8426
+ /* 76 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8427
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8428
 
8429
  "use strict";
8430
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__ = __webpack_require__(21);
8431
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__);
8432
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery__ = __webpack_require__(1);
8433
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_jquery__);
8434
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment__ = __webpack_require__(24);
8435
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_moment__);
8436
 
 
8437
 
8438
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
 
 
 
 
 
 
 
 
8439
 
8440
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default()(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8441
 
8442
+ //
8443
+ //
8444
+ //
8445
+ //
8446
+ //
8447
+ //
8448
+ //
8449
+ //
8450
+ //
8451
+ //
8452
+ //
8453
+ //
8454
+ //
8455
+ //
8456
+ //
8457
+ //
8458
+ //
8459
+ //
8460
+ //
8461
+ //
8462
+ //
8463
+ //
8464
+ //
8465
+ //
8466
+ //
8467
+ //
8468
+ //
8469
+ //
8470
+ //
8471
+ //
8472
+ //
8473
+ //
8474
+ //
8475
+ //
8476
+ //
8477
+ //
8478
+ //
8479
+ //
8480
+ //
8481
+ //
8482
+ //
8483
+ //
8484
+ //
8485
+ //
8486
+ //
8487
+ //
8488
+ //
8489
+ //
8490
+ //
8491
+ //
8492
+ //
8493
+ //
8494
+ //
8495
+ //
8496
+ //
8497
+ //
8498
+ //
8499
+ //
8500
+ //
8501
+ //
8502
+ //
8503
+ //
8504
+ //
8505
+ //
8506
+ //
8507
+ //
8508
+ //
8509
+ //
8510
+ //
8511
+ //
8512
+ //
8513
+ //
8514
+ //
8515
+ //
8516
+ //
8517
+ //
8518
+ //
8519
+ //
8520
+ //
8521
+ //
8522
+ //
8523
+ //
8524
+ //
8525
+ //
8526
+ //
8527
+ //
8528
+ //
8529
+ //
8530
+ //
8531
+ //
8532
+ //
8533
+ //
8534
+ //
8535
+ //
8536
+ //
8537
+ //
8538
+ //
8539
+ //
8540
+ //
8541
+ //
8542
+ //
8543
+ //
8544
+ //
8545
+ //
8546
+ //
8547
+ //
8548
+ //
8549
+ //
8550
+ //
8551
+ //
8552
+ //
8553
+ //
8554
 
8555
 
8556
+ var ListTable = dokan_get_lib('ListTable');
8557
+ var Multiselect = dokan_get_lib('Multiselect');
8558
+ var Debounce = dokan_get_lib('debounce');
8559
+ var DateRangePicker = dokan_get_lib('DateRangePicker');
8560
+ var AdminNotice = dokan_get_lib('AdminNotice');
8561
+ var Currency = dokan_get_lib('Currency');
8562
+ var CardFunFact = dokan_get_lib('CardFunFact');
8563
+ var swal = Swal.mixin({
8564
+ customClass: {
8565
+ confirmButton: 'button button-primary',
8566
+ cancelButton: 'button button-secondary'
8567
+ },
8568
+ buttonsStyling: false
8569
+ });
8570
+ /* harmony default export */ __webpack_exports__["a"] = ({
8571
+ name: 'ReverseWithdrawal',
8572
+ components: {
8573
+ Currency: Currency,
8574
+ ListTable: ListTable,
8575
+ Multiselect: Multiselect,
8576
+ Debounce: Debounce,
8577
+ swal: swal,
8578
+ DateRangePicker: DateRangePicker,
8579
+ AdminNotice: AdminNotice,
8580
+ CardFunFact: CardFunFact
8581
+ },
8582
+ data: function data() {
8583
+ return {
8584
+ transactionData: [],
8585
+ loading: false,
8586
+ clearingFilters: false,
8587
+ counts: {
8588
+ debit: 0,
8589
+ credit: 0,
8590
+ balance: 0,
8591
+ total_transactions: 0,
8592
+ total_vendors: 0
8593
+ },
8594
+ dateTimePickerFormat: _objectSpread({
8595
+ format: dokan_get_daterange_picker_format().toLowerCase()
8596
+ }, dokan_helper.daterange_picker_local),
8597
+ dateRangePickerRanges: {
8598
+ 'Today': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().toDate()],
8599
+ 'Last 30 Days': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(29, 'days').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().toDate()],
8600
+ 'This Month': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().endOf('month').toDate()],
8601
+ 'Last Month': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(1, 'month').startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(1, 'month').endOf('month').toDate()],
8602
+ 'This Year': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().month(0).startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().month(11).endOf('month').toDate()],
8603
+ 'Last Year': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().month(0).subtract(1, 'year').startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().month(11).subtract(1, 'year').endOf('month').toDate()]
8604
+ },
8605
+ totalPages: 1,
8606
+ perPage: 20,
8607
+ totalItems: 0,
8608
+ showCb: true,
8609
+ notFound: this.__('No transaction found.', 'dokan-lite'),
8610
+ columns: {
8611
+ 'store_name': {
8612
+ label: this.__('Stores', 'dokan-lite')
8613
+ },
8614
+ 'balance': {
8615
+ label: this.__('Balance', 'dokan-lite')
8616
+ },
8617
+ 'last_payment_date': {
8618
+ label: this.__('Last Payment Date', 'dokan-lite')
8619
+ }
8620
+ },
8621
+ actions: [],
8622
+ filter: {
8623
+ stores: this.getDefaultStore(),
8624
+ selected_store: this.getDefaultStore()[0],
8625
+ transaction_date: {
8626
+ startDate: '',
8627
+ endDate: ''
8628
+ }
8629
+ }
8630
+ };
8631
+ },
8632
+ created: function created() {
8633
+ this.setDefaultTransactionDate();
8634
+ this.fetchStoreLists();
8635
+ this.fetchBalances();
8636
+ },
8637
+ mounted: function mounted() {
8638
+ this.mountToolTips();
8639
+ },
8640
+ updated: function updated() {
8641
+ this.mountToolTips();
8642
+ },
8643
+ filters: {
8644
+ getFormattedDate: function getFormattedDate(date) {
8645
+ return date ? __WEBPACK_IMPORTED_MODULE_1_jquery___default.a.datepicker.formatDate(dokan_get_i18n_date_format(), new Date(date)) : '';
8646
+ }
8647
+ },
8648
+ computed: {
8649
+ getCurrentPage: function getCurrentPage() {
8650
+ return this.$route.query.page ? parseInt(this.$route.query.page) : 1;
8651
+ },
8652
+ getSortBy: function getSortBy() {
8653
+ var _this$$route$query$or;
8654
 
8655
+ return (_this$$route$query$or = this.$route.query.orderby) !== null && _this$$route$query$or !== void 0 ? _this$$route$query$or : 'added';
8656
+ },
8657
+ getSortOrder: function getSortOrder() {
8658
+ var _this$$route$query$or2;
8659
 
8660
+ return (_this$$route$query$or2 = this.$route.query.order) !== null && _this$$route$query$or2 !== void 0 ? _this$$route$query$or2 : 'desc';
8661
+ },
8662
+ filterStoreID: function filterStoreID() {
8663
+ return this.filter.selected_store ? this.filter.selected_store.id : 0;
8664
+ },
8665
+ filterTransactionDate: function filterTransactionDate() {
8666
+ var data = {
8667
+ from: '',
8668
+ to: ''
8669
+ };
8670
 
8671
+ if (!this.filter.transaction_date.startDate || !this.filter.transaction_date.endDate) {
8672
+ return data;
8673
+ }
8674
 
8675
+ data.from = __WEBPACK_IMPORTED_MODULE_1_jquery___default.a.datepicker.formatDate('yy-mm-dd', new Date(this.filter.transaction_date.startDate));
8676
+ data.to = __WEBPACK_IMPORTED_MODULE_1_jquery___default.a.datepicker.formatDate('yy-mm-dd', new Date(this.filter.transaction_date.endDate)); // fix from param
8677
 
8678
+ if (data.from === data.to) {
8679
+ data.from = '';
8680
+ }
8681
 
8682
+ return data;
8683
+ },
8684
+ bulkActions: function bulkActions() {
8685
+ return [];
8686
+ }
8687
+ },
8688
+ watch: {
8689
+ '$route.query.page': function $routeQueryPage() {
8690
+ this.fetchBalances();
8691
+ },
8692
+ '$route.query.orderby': function $routeQueryOrderby() {
8693
+ this.fetchBalances();
8694
+ },
8695
+ '$route.query.order': function $routeQueryOrder() {
8696
+ this.fetchBalances();
8697
+ },
8698
+ 'filter.selected_store': function filterSelected_store() {
8699
+ // added this condition to avoid multiple fetchBalances call
8700
+ if (!this.clearingFilters && !this.loading) {
8701
+ this.fetchBalances();
8702
+ }
8703
+ },
8704
+ 'filter.transaction_date.startDate': function filterTransaction_dateStartDate() {
8705
+ // added this condition to avoid multiple fetchBalances call
8706
+ if (!this.clearingFilters && !this.loading) {
8707
+ this.fetchBalances();
8708
+ }
8709
+ }
8710
+ },
8711
+ methods: {
8712
+ updatedCounts: function updatedCounts(xhr) {
8713
+ var _xhr$getResponseHeade, _xhr$getResponseHeade2, _xhr$getResponseHeade3, _xhr$getResponseHeade4, _xhr$getResponseHeade5;
8714
 
8715
+ this.counts.debit = parseInt((_xhr$getResponseHeade = xhr.getResponseHeader('X-Status-Debit')) !== null && _xhr$getResponseHeade !== void 0 ? _xhr$getResponseHeade : 0);
8716
+ this.counts.credit = parseInt((_xhr$getResponseHeade2 = xhr.getResponseHeader('X-Status-Credit')) !== null && _xhr$getResponseHeade2 !== void 0 ? _xhr$getResponseHeade2 : 0);
8717
+ this.counts.balance = parseInt((_xhr$getResponseHeade3 = xhr.getResponseHeader('X-Status-Balance')) !== null && _xhr$getResponseHeade3 !== void 0 ? _xhr$getResponseHeade3 : 0);
8718
+ this.counts.total_transactions = parseInt((_xhr$getResponseHeade4 = xhr.getResponseHeader('X-Status-Total-Transactions')) !== null && _xhr$getResponseHeade4 !== void 0 ? _xhr$getResponseHeade4 : 0);
8719
+ this.counts.total_vendors = parseInt((_xhr$getResponseHeade5 = xhr.getResponseHeader('X-Status-Total-Vendors')) !== null && _xhr$getResponseHeade5 !== void 0 ? _xhr$getResponseHeade5 : 0);
8720
+ },
8721
+ updatePagination: function updatePagination(xhr) {
8722
+ var _xhr$getResponseHeade6, _xhr$getResponseHeade7;
8723
 
8724
+ this.totalPages = parseInt((_xhr$getResponseHeade6 = xhr.getResponseHeader('X-WP-TotalPages')) !== null && _xhr$getResponseHeade6 !== void 0 ? _xhr$getResponseHeade6 : 0);
8725
+ this.totalItems = parseInt((_xhr$getResponseHeade7 = xhr.getResponseHeader('X-WP-Total')) !== null && _xhr$getResponseHeade7 !== void 0 ? _xhr$getResponseHeade7 : 0);
8726
+ },
8727
+ resetCounts: function resetCounts() {
8728
+ this.counts.debit = 0;
8729
+ this.counts.credit = 0;
8730
+ this.counts.balance = 0;
8731
+ this.counts.total_transactions = 0;
8732
+ this.counts.total_vendors = 0;
8733
+ this.totalPages = 0;
8734
+ this.totalItems = 0;
8735
+ },
8736
+ // clear filter
8737
+ clearFilters: function clearFilters() {
8738
+ this.clearingFilters = true;
8739
+ this.filter.selected_store = this.getDefaultStore()[0];
8740
+ this.setDefaultTransactionDate();
8741
+ this.clearingFilters = false;
8742
+ this.fetchBalances();
8743
+ },
8744
+ getDefaultStore: function getDefaultStore() {
8745
+ return [{
8746
+ id: 0,
8747
+ name: this.__('All Stores', 'dokan-lite')
8748
+ }];
8749
+ },
8750
+ // filter by stores
8751
+ fetchStoreLists: Debounce(function () {
8752
+ var search = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
8753
+ var self = this;
8754
+ dokan.api.get('/reverse-withdrawal/stores', {
8755
+ paged: 1,
8756
+ search: search
8757
+ }).done(function (response) {
8758
+ self.filter.stores = self.getDefaultStore().concat(response);
8759
+ }).fail(function (jqXHR) {
8760
+ self.filter.stores = self.getDefaultStore();
8761
+ });
8762
+ }, 300),
8763
+ getDefaultTransactionDate: function getDefaultTransactionDate() {
8764
+ return {
8765
+ startDate: __WEBPACK_IMPORTED_MODULE_2_moment___default()().endOf('today').format('YYYY-MM-DD 23:59:59'),
8766
+ endDate: __WEBPACK_IMPORTED_MODULE_2_moment___default()().endOf('today').format('YYYY-MM-DD 23:59:59')
8767
+ };
8768
+ },
8769
+ setDefaultTransactionDate: function setDefaultTransactionDate() {
8770
+ var transaction_date = this.getDefaultTransactionDate();
8771
+ this.filter.transaction_date.startDate = transaction_date.startDate;
8772
+ this.filter.transaction_date.endDate = transaction_date.endDate;
8773
 
8774
+ if (this.$refs.picker) {
8775
+ this.$refs.picker.togglePicker(false);
8776
+ }
8777
+ },
8778
+ fetchBalances: function fetchBalances() {
8779
+ this.loading = true;
8780
+ var self = this;
8781
+ var data = {
8782
+ per_page: self.perPage,
8783
+ page: self.getCurrentPage,
8784
+ orderby: self.getSortBy,
8785
+ order: self.getSortOrder,
8786
+ trn_date: self.filterTransactionDate
8787
+ };
8788
 
8789
+ if (self.filterStoreID) {
8790
+ data.vendor_id = self.filterStoreID;
8791
+ }
8792
 
8793
+ dokan.api.get('/reverse-withdrawal/stores-balance', data).done(function (response, status, xhr) {
8794
+ self.transactionData = response;
8795
+ self.updatedCounts(xhr);
8796
+ self.updatePagination(xhr);
8797
+ }).always(function () {
8798
+ self.loading = false;
8799
+ }).fail(function (jqXHR) {
8800
+ self.transactionData = [];
8801
+ self.resetCounts();
8802
+ var message = self.renderApiError(jqXHR);
8803
 
8804
+ if (message) {
8805
+ self.showErrorAlert(message);
8806
+ }
8807
+ });
8808
+ },
8809
+ goToPage: function goToPage(page) {
8810
+ this.$router.push({
8811
+ name: 'ReverseWithdrawal',
8812
+ query: {
8813
+ page: page
8814
+ }
8815
+ });
8816
+ },
8817
+ doSort: function doSort(column, order) {
8818
+ this.$router.push({
8819
+ name: 'ReverseWithdrawal',
8820
+ query: {
8821
+ page: 1,
8822
+ orderby: column,
8823
+ order: order
8824
+ }
8825
+ });
8826
+ },
8827
+ orderUrl: function orderUrl(id) {
8828
+ return dokan.urls.adminRoot + 'post.php?post=' + id + '&action=edit';
8829
+ },
8830
+ vendorUrl: function vendorUrl(id) {
8831
+ return dokan.urls.adminRoot + 'admin.php?page=dokan#/vendors/' + id;
8832
+ },
8833
+ productUrl: function productUrl(id) {
8834
+ return dokan.urls.adminRoot + 'post.php?post=' + id + '&action=edit';
8835
+ },
8836
+ mountToolTips: function mountToolTips() {
8837
+ __WEBPACK_IMPORTED_MODULE_1_jquery___default()('.tips').tooltip();
8838
+ },
8839
+ moment: function moment(date) {
8840
+ return __WEBPACK_IMPORTED_MODULE_2_moment___default()(date);
8841
+ },
8842
+ showErrorAlert: function showErrorAlert(message) {
8843
+ var self = this;
8844
+ swal.fire(self.__('Something went wrong', 'dokan-lite'), message, 'error');
8845
+ },
8846
+ renderApiError: function renderApiError(jqXHR) {
8847
+ var message = '';
8848
+
8849
+ if (jqXHR.responseJSON && jqXHR.responseJSON.message) {
8850
+ message = jqXHR.responseJSON.message;
8851
+ } else if (jqXHR.responseJSON && jqXHR.responseJSON.data && jqXHR.responseJSON.data.message) {
8852
+ message = jqXHR.responseJSON.data.message;
8853
+ } else if (jqXHR.responseText) {
8854
+ message = jqXHR.responseText;
8855
  }
8856
+
8857
+ return message;
8858
  }
8859
  }
8860
+ });
 
 
 
 
 
 
8861
 
8862
  /***/ }),
8863
+ /* 77 */
 
8864
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8865
 
8866
  "use strict";
8867
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__ = __webpack_require__(21);
8868
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__);
8869
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery__ = __webpack_require__(1);
8870
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_jquery__);
8871
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment__ = __webpack_require__(24);
8872
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_moment__);
 
 
 
 
8873
 
8874
 
8875
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
8876
 
8877
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default()(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8878
 
8879
+ //
8880
+ //
8881
+ //
8882
+ //
8883
+ //
8884
+ //
8885
+ //
8886
+ //
8887
+ //
8888
+ //
8889
+ //
8890
+ //
8891
+ //
8892
+ //
8893
+ //
8894
+ //
8895
+ //
8896
+ //
8897
+ //
8898
+ //
8899
+ //
8900
+ //
8901
+ //
8902
+ //
8903
+ //
8904
+ //
8905
+ //
8906
+ //
8907
+ //
8908
+ //
8909
+ //
8910
+ //
8911
+ //
8912
+ //
8913
+ //
8914
+ //
8915
+ //
8916
+ //
8917
+ //
8918
+ //
8919
+ //
8920
+ //
8921
+ //
8922
+ //
8923
+ //
8924
+ //
8925
+ //
8926
+ //
8927
+ //
8928
+ //
8929
+ //
8930
+ //
8931
+ //
8932
+ //
8933
+ //
8934
+ //
8935
+ //
8936
+ //
8937
+ //
8938
+ //
8939
+ //
8940
+ //
8941
+ //
8942
+ //
8943
+ //
8944
+ //
8945
+ //
8946
+ //
8947
+ //
8948
+ //
8949
+ //
8950
+ //
8951
+ //
8952
+ //
8953
+ //
8954
+ //
8955
+ //
8956
+ //
8957
+ //
8958
+ //
8959
+ //
8960
+ //
8961
+ //
8962
+ //
8963
+ //
8964
+ //
8965
+ //
8966
+ //
8967
+ //
8968
+ //
8969
+ //
8970
+ //
8971
+ //
8972
+ //
8973
+ //
8974
+ //
8975
+ //
8976
+ //
8977
+ //
8978
+ //
8979
+ //
8980
+ //
8981
+ //
8982
+ //
8983
+ //
8984
+ //
8985
+ //
8986
+ //
8987
+ //
8988
+ //
8989
+ //
8990
+ //
8991
 
 
8992
 
8993
+ var ListTable = dokan_get_lib('ListTable');
8994
+ var Multiselect = dokan_get_lib('Multiselect');
8995
+ var Debounce = dokan_get_lib('debounce');
8996
+ var DateRangePicker = dokan_get_lib('DateRangePicker');
8997
+ var AdminNotice = dokan_get_lib('AdminNotice');
8998
+ var Currency = dokan_get_lib('Currency');
8999
+ var CardFunFact = dokan_get_lib('CardFunFact');
9000
+ var swal = Swal.mixin({
9001
+ customClass: {
9002
+ confirmButton: 'button button-primary',
9003
+ cancelButton: 'button button-secondary'
9004
+ },
9005
+ buttonsStyling: false
9006
+ });
9007
+ /* harmony default export */ __webpack_exports__["a"] = ({
9008
+ name: 'ReverseWithdrawalTransactions',
9009
+ components: {
9010
+ Currency: Currency,
9011
+ ListTable: ListTable,
9012
+ Multiselect: Multiselect,
9013
+ Debounce: Debounce,
9014
+ swal: swal,
9015
+ DateRangePicker: DateRangePicker,
9016
+ AdminNotice: AdminNotice,
9017
+ CardFunFact: CardFunFact
9018
+ },
9019
+ data: function data() {
9020
+ return {
9021
+ storeDetails: {},
9022
+ transactionData: [],
9023
+ loading: false,
9024
+ clearingFilters: false,
9025
+ counts: {
9026
+ debit: 0,
9027
+ credit: 0,
9028
+ total_transaction: 0
9029
+ },
9030
+ dateTimePickerFormat: _objectSpread({
9031
+ format: dokan_get_daterange_picker_format().toLowerCase()
9032
+ }, dokan_helper.daterange_picker_local),
9033
+ dateRangePickerRanges: {
9034
+ 'Today': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().toDate()],
9035
+ 'Last 30 Days': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(29, 'days').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().toDate()],
9036
+ 'This Month': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().endOf('month').toDate()],
9037
+ 'Last Month': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(1, 'month').startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(1, 'month').endOf('month').toDate()],
9038
+ 'This Year': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().month(0).startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().month(11).endOf('month').toDate()],
9039
+ 'Last Year': [__WEBPACK_IMPORTED_MODULE_2_moment___default()().month(0).subtract(1, 'year').startOf('month').toDate(), __WEBPACK_IMPORTED_MODULE_2_moment___default()().month(11).subtract(1, 'year').endOf('month').toDate()]
9040
+ },
9041
+ totalPages: 1,
9042
+ perPage: 100,
9043
+ totalItems: 0,
9044
+ showCb: true,
9045
+ notFound: this.__('No transaction found.', 'dokan-lite'),
9046
+ columns: {
9047
+ 'trn_id': {
9048
+ label: this.__('Transaction ID', 'dokan-lite')
9049
+ },
9050
+ 'trn_date': {
9051
+ label: this.__('Date', 'dokan-lite')
9052
+ },
9053
+ 'trn_type': {
9054
+ label: this.__('Transaction Type', 'dokan-lite')
9055
+ },
9056
+ 'note': {
9057
+ label: this.__('Note', 'dokan-lite')
9058
+ },
9059
+ 'debit': {
9060
+ label: this.__('Debit', 'dokan-lite')
9061
+ },
9062
+ 'credit': {
9063
+ label: this.__('Credit', 'dokan-lite')
9064
+ },
9065
+ 'balance': {
9066
+ label: this.__('Balance', 'dokan-lite')
9067
+ }
9068
+ },
9069
+ actions: [],
9070
+ filter: {
9071
+ transaction_date: {
9072
+ startDate: '',
9073
+ endDate: ''
9074
+ }
9075
+ }
9076
+ };
9077
+ },
9078
+ created: function created() {
9079
+ this.setDefaultTransactionDate();
9080
+ this.fetchTransactions();
9081
+ },
9082
+ mounted: function mounted() {
9083
+ this.fetchStoreDetails();
9084
+ this.mountToolTips();
9085
+ this.scrollToTop();
9086
+ },
9087
+ updated: function updated() {
9088
+ this.mountToolTips();
9089
+ },
9090
+ filters: {
9091
+ getFormattedDate: function getFormattedDate(date) {
9092
+ return date ? __WEBPACK_IMPORTED_MODULE_1_jquery___default.a.datepicker.formatDate(dokan_get_i18n_date_format(), new Date(date)) : '';
9093
+ }
9094
+ },
9095
+ computed: {
9096
+ ID: function ID() {
9097
+ return this.$route.params.store_id;
9098
+ },
9099
+ getCurrentPage: function getCurrentPage() {
9100
+ return this.$route.query.page ? parseInt(this.$route.query.page) : 1;
9101
+ },
9102
+ getSortBy: function getSortBy() {
9103
+ var _this$$route$query$or;
9104
 
9105
+ return (_this$$route$query$or = this.$route.query.orderby) !== null && _this$$route$query$or !== void 0 ? _this$$route$query$or : 'added';
9106
+ },
9107
+ getSortOrder: function getSortOrder() {
9108
+ var _this$$route$query$or2;
9109
 
9110
+ return (_this$$route$query$or2 = this.$route.query.order) !== null && _this$$route$query$or2 !== void 0 ? _this$$route$query$or2 : 'desc';
9111
+ },
9112
+ filterTransactionDate: function filterTransactionDate() {
9113
+ var data = {};
9114
 
9115
+ if (!this.filter.transaction_date.startDate || !this.filter.transaction_date.endDate) {
9116
+ return data;
9117
+ }
 
 
 
9118
 
9119
+ data.from = __WEBPACK_IMPORTED_MODULE_1_jquery___default.a.datepicker.formatDate('yy-mm-dd', new Date(this.filter.transaction_date.startDate));
9120
+ data.to = __WEBPACK_IMPORTED_MODULE_1_jquery___default.a.datepicker.formatDate('yy-mm-dd', new Date(this.filter.transaction_date.endDate));
9121
+ return data;
9122
+ },
9123
+ bulkActions: function bulkActions() {
9124
+ return [];
9125
+ }
9126
+ },
9127
+ watch: {
9128
+ '$route.query.page': function $routeQueryPage() {
9129
+ this.fetchTransactions();
9130
+ },
9131
+ '$route.query.orderby': function $routeQueryOrderby() {
9132
+ this.fetchTransactions();
9133
+ },
9134
+ '$route.query.order': function $routeQueryOrder() {
9135
+ this.fetchTransactions();
9136
+ },
9137
+ 'filter.transaction_date.startDate': function filterTransaction_dateStartDate() {
9138
+ // added this condition to avoid multiple fetchBalances call
9139
+ if (!this.clearingFilters && !this.loading) {
9140
+ this.fetchTransactions();
9141
+ }
9142
+ }
9143
+ },
9144
+ methods: {
9145
+ updatedCounts: function updatedCounts(xhr) {
9146
+ var _xhr$getResponseHeade, _xhr$getResponseHeade2, _xhr$getResponseHeade3, _xhr$getResponseHeade4;
9147
 
9148
+ this.counts.debit = parseInt((_xhr$getResponseHeade = xhr.getResponseHeader('X-Status-Debit')) !== null && _xhr$getResponseHeade !== void 0 ? _xhr$getResponseHeade : 0);
9149
+ this.counts.credit = parseInt((_xhr$getResponseHeade2 = xhr.getResponseHeader('X-Status-Credit')) !== null && _xhr$getResponseHeade2 !== void 0 ? _xhr$getResponseHeade2 : 0);
9150
+ this.counts.balance = parseInt((_xhr$getResponseHeade3 = xhr.getResponseHeader('X-Status-Balance')) !== null && _xhr$getResponseHeade3 !== void 0 ? _xhr$getResponseHeade3 : 0);
9151
+ this.counts.total_transactions = parseInt((_xhr$getResponseHeade4 = xhr.getResponseHeader('X-Status-Total-Transactions')) !== null && _xhr$getResponseHeade4 !== void 0 ? _xhr$getResponseHeade4 : 0);
9152
+ },
9153
+ updatePagination: function updatePagination(xhr) {
9154
+ var _xhr$getResponseHeade5, _xhr$getResponseHeade6;
9155
 
9156
+ this.totalPages = parseInt((_xhr$getResponseHeade5 = xhr.getResponseHeader('X-WP-TotalPages')) !== null && _xhr$getResponseHeade5 !== void 0 ? _xhr$getResponseHeade5 : 0);
9157
+ this.totalItems = parseInt((_xhr$getResponseHeade6 = xhr.getResponseHeader('X-WP-Total')) !== null && _xhr$getResponseHeade6 !== void 0 ? _xhr$getResponseHeade6 : 0);
9158
+ },
9159
+ resetCounts: function resetCounts() {
9160
+ this.counts.debit = 0;
9161
+ this.counts.credit = 0;
9162
+ this.counts.balance = 0;
9163
+ this.counts.total_transaction = 0;
9164
+ },
9165
+ resetPagination: function resetPagination() {
9166
+ this.totalPages = 0;
9167
+ this.totalItems = 0;
9168
+ },
9169
+ // clear filter
9170
+ clearFilters: function clearFilters() {
9171
+ this.clearingFilters = true;
9172
+ this.setDefaultTransactionDate();
9173
+ this.fetchTransactions();
9174
+ this.clearingFilters = false;
9175
+ },
9176
+ getDefaultTransactionDate: function getDefaultTransactionDate() {
9177
+ return {
9178
+ startDate: __WEBPACK_IMPORTED_MODULE_2_moment___default()().subtract(29, 'days').format('YYYY-MM-DD 00:00:00'),
9179
+ endDate: __WEBPACK_IMPORTED_MODULE_2_moment___default()().format('YYYY-MM-DD 23:59:59')
9180
+ };
9181
+ },
9182
+ setDefaultTransactionDate: function setDefaultTransactionDate() {
9183
+ var default_transaction_date = this.getDefaultTransactionDate();
9184
+ this.filter.transaction_date.startDate = default_transaction_date.startDate;
9185
+ this.filter.transaction_date.endDate = default_transaction_date.endDate;
9186
+
9187
+ if (this.$refs.picker) {
9188
+ this.$refs.picker.togglePicker(false);
9189
+ }
9190
+ },
9191
+ goToPage: function goToPage(page) {
9192
+ this.$router.push({
9193
+ name: 'ReverseWithdrawalTransactions',
9194
+ query: {
9195
+ page: page
9196
+ }
9197
+ });
9198
+ },
9199
+ fetchTransactions: function fetchTransactions() {
9200
+ this.loading = true;
9201
+ var self = this;
9202
+ var data = {
9203
+ orderby: self.getSortBy,
9204
+ order: self.getSortOrder,
9205
+ vendor_id: self.ID,
9206
+ trn_date: self.filterTransactionDate,
9207
+ per_page: -1
9208
+ };
9209
+ dokan.api.get('/reverse-withdrawal/transactions/' + self.ID, data).done(function (response, status, xhr) {
9210
+ self.transactionData = response;
9211
+ self.updatedCounts(xhr);
9212
+ self.updatePagination(xhr);
9213
+ }).always(function () {
9214
+ self.loading = false;
9215
+ }).fail(function (jqXHR) {
9216
+ self.transactionData = [];
9217
+ self.resetPagination();
9218
+ var message = dokan_handle_ajax_error(jqXHR);
9219
+
9220
+ if (message) {
9221
+ self.showErrorAlert(message);
9222
+ }
9223
+ });
9224
+ },
9225
+ fetchStoreDetails: function fetchStoreDetails() {
9226
+ var self = this;
9227
+ dokan.api.get('/stores/' + self.ID).done(function (response, status, xhr) {
9228
+ self.storeDetails = response;
9229
+ }).always(function () {}).fail(function (jqXHR) {
9230
+ self.storeDetails = {};
9231
+ var message = dokan_handle_ajax_error(jqXHR);
9232
+
9233
+ if (message) {
9234
+ self.showErrorAlert(message);
9235
+ }
9236
+ });
9237
+ },
9238
+ doSort: function doSort(column, order) {
9239
+ this.$router.push({
9240
+ name: 'ReverseWithdrawalTransactions',
9241
+ query: {
9242
+ page: 1,
9243
+ orderby: column,
9244
+ order: order
9245
+ }
9246
+ });
9247
+ },
9248
+ reverseWithdrawalUrl: function reverseWithdrawalUrl(id) {
9249
+ return dokan.urls.adminRoot + 'admin.php?page=dokan#/reverse-withdrawal';
9250
+ },
9251
+ orderUrl: function orderUrl(id) {
9252
+ return dokan.urls.adminRoot + 'post.php?post=' + id + '&action=edit';
9253
+ },
9254
+ vendorUrl: function vendorUrl(id) {
9255
+ return dokan.urls.adminRoot + 'admin.php?page=dokan#/vendors/' + id;
9256
+ },
9257
+ productUrl: function productUrl(id) {
9258
+ return dokan.urls.adminRoot + 'post.php?post=' + id + '&action=edit';
9259
+ },
9260
+ mountToolTips: function mountToolTips() {
9261
+ __WEBPACK_IMPORTED_MODULE_1_jquery___default()('.tips').tooltip();
9262
+ },
9263
+ moment: function moment(date) {
9264
+ return __WEBPACK_IMPORTED_MODULE_2_moment___default()(date);
9265
+ },
9266
+ showErrorAlert: function showErrorAlert(message) {
9267
+ var self = this;
9268
+ swal.fire(self.__('Something went wrong', 'dokan-lite'), message, 'error');
9269
+ },
9270
+ scrollToTop: function scrollToTop() {
9271
+ window.scrollTo(0, 0);
9272
+ }
9273
+ }
9274
+ });
9275
+
9276
+ /***/ }),
9277
+ /* 78 */,
9278
+ /* 79 */,
9279
+ /* 80 */,
9280
+ /* 81 */,
9281
+ /* 82 */,
9282
+ /* 83 */,
9283
+ /* 84 */,
9284
+ /* 85 */,
9285
+ /* 86 */,
9286
+ /* 87 */,
9287
+ /* 88 */,
9288
+ /* 89 */,
9289
+ /* 90 */,
9290
+ /* 91 */,
9291
+ /* 92 */,
9292
+ /* 93 */,
9293
+ /* 94 */,
9294
+ /* 95 */,
9295
+ /* 96 */,
9296
+ /* 97 */,
9297
+ /* 98 */,
9298
+ /* 99 */,
9299
+ /* 100 */,
9300
+ /* 101 */,
9301
+ /* 102 */,
9302
+ /* 103 */,
9303
+ /* 104 */,
9304
+ /* 105 */,
9305
+ /* 106 */,
9306
+ /* 107 */,
9307
+ /* 108 */,
9308
+ /* 109 */,
9309
+ /* 110 */,
9310
+ /* 111 */,
9311
+ /* 112 */,
9312
+ /* 113 */,
9313
+ /* 114 */,
9314
+ /* 115 */,
9315
+ /* 116 */,
9316
+ /* 117 */
9317
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9318
+
9319
+ "use strict";
9320
+ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
9321
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(118);
9322
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__router__ = __webpack_require__(121);
9323
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__ = __webpack_require__(206);
9324
+
9325
+
9326
+
9327
+ /* eslint-disable no-new */
9328
+
9329
+ var Vue = dokan_get_lib('Vue');
9330
+ new Vue({
9331
+ el: '#dokan-vue-admin',
9332
+ router: __WEBPACK_IMPORTED_MODULE_1__router__["a" /* default */],
9333
+ render: function render(h) {
9334
+ return h(__WEBPACK_IMPORTED_MODULE_0__App_vue__["a" /* default */]);
9335
+ },
9336
+ created: function created() {
9337
+ this.setLocaleData(dokan.i18n['dokan-lite']);
9338
+
9339
+ if (dokan.dokan_pro_i18n) {
9340
+ this.setLocaleData(dokan.dokan_pro_i18n['dokan']);
9341
+ }
9342
+ },
9343
+ methods: {
9344
+ listTableTexts: function listTableTexts() {
9345
+ return {
9346
+ loading: this.__('Loading', 'dokan-lite'),
9347
+ select_bulk_action: this.__('Select bulk action', 'dokan-lite'),
9348
+ bulk_actions: this.__('Bulk Actions', 'dokan-lite'),
9349
+ items: this.__('items', 'dokan-lite'),
9350
+ apply: this.__('Apply', 'dokan-lite')
9351
+ };
9352
+ }
9353
+ }
9354
+ }); // fix the admin menu for the slug "vue-app"
9355
+
9356
+ Object(__WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__["a" /* default */])('dokan');
9357
+
9358
+ /***/ }),
9359
+ /* 118 */
9360
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9361
+
9362
+ "use strict";
9363
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(49);
9364
+ /* unused harmony namespace reexport */
9365
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3a030f38_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(120);
9366
+ var disposed = false
9367
+ function injectStyle (ssrContext) {
9368
+ if (disposed) return
9369
+ __webpack_require__(119)
9370
+ }
9371
+ var normalizeComponent = __webpack_require__(0)
9372
+ /* script */
9373
+
9374
+
9375
+ /* template */
9376
+
9377
+ /* template functional */
9378
+ var __vue_template_functional__ = false
9379
+ /* styles */
9380
+ var __vue_styles__ = injectStyle
9381
+ /* scopeId */
9382
+ var __vue_scopeId__ = null
9383
+ /* moduleIdentifier (server only) */
9384
+ var __vue_module_identifier__ = null
9385
+ var Component = normalizeComponent(
9386
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__["a" /* default */],
9387
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3a030f38_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__["a" /* default */],
9388
+ __vue_template_functional__,
9389
+ __vue_styles__,
9390
+ __vue_scopeId__,
9391
+ __vue_module_identifier__
9392
+ )
9393
+ Component.options.__file = "src/admin/App.vue"
9394
+
9395
+ /* hot reload */
9396
+ if (false) {(function () {
9397
+ var hotAPI = require("vue-hot-reload-api")
9398
+ hotAPI.install(require("vue"), false)
9399
+ if (!hotAPI.compatible) return
9400
+ module.hot.accept()
9401
+ if (!module.hot.data) {
9402
+ hotAPI.createRecord("data-v-3a030f38", Component.options)
9403
+ } else {
9404
+ hotAPI.reload("data-v-3a030f38", Component.options)
9405
+ }
9406
+ module.hot.dispose(function (data) {
9407
+ disposed = true
9408
+ })
9409
+ })()}
9410
+
9411
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
9412
+
9413
+
9414
+ /***/ }),
9415
+ /* 119 */
9416
+ /***/ (function(module, exports) {
9417
+
9418
+ // removed by extract-text-webpack-plugin
9419
+
9420
+ /***/ }),
9421
+ /* 120 */
9422
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9423
+
9424
+ "use strict";
9425
+ var render = function() {
9426
+ var _vm = this
9427
+ var _h = _vm.$createElement
9428
+ var _c = _vm._self._c || _h
9429
+ return _c(
9430
+ "div",
9431
+ { attrs: { id: "vue-backend-app" } },
9432
+ [
9433
+ _c("router-view"),
9434
+ _vm._v(" "),
9435
+ _c("notifications", { attrs: { position: "bottom right" } })
9436
+ ],
9437
+ 1
9438
+ )
9439
+ }
9440
+ var staticRenderFns = []
9441
+ render._withStripped = true
9442
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
9443
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
9444
+ if (false) {
9445
+ module.hot.accept()
9446
+ if (module.hot.data) {
9447
+ require("vue-hot-reload-api") .rerender("data-v-3a030f38", esExports)
9448
+ }
9449
+ }
9450
+
9451
+ /***/ }),
9452
+ /* 121 */
9453
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9454
+
9455
+ "use strict";
9456
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__ = __webpack_require__(122);
9457
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__);
9458
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__ = __webpack_require__(123);
9459
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__ = __webpack_require__(131);
9460
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__ = __webpack_require__(134);
9461
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__ = __webpack_require__(143);
9462
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_admin_pages_ChangeLog_vue__ = __webpack_require__(146);
9463
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_admin_pages_Settings_vue__ = __webpack_require__(149);
9464
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_admin_pages_Vendors_vue__ = __webpack_require__(185);
9465
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_admin_pages_VendorCapabilities_vue__ = __webpack_require__(191);
9466
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_admin_pages_ProModules_vue__ = __webpack_require__(194);
9467
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_admin_pages_ReverseWithdrawal_vue__ = __webpack_require__(200);
9468
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_admin_pages_ReverseWithdrawalTransactions_vue__ = __webpack_require__(203);
9469
+
9470
+
9471
+
9472
+
9473
+
9474
+
9475
+
9476
+
9477
+
9478
+
9479
+
9480
+
9481
+ var Vue = dokan_get_lib('Vue');
9482
+ var Router = dokan_get_lib('Router');
9483
+ var VersionCompare = dokan_get_lib('VersionCompare');
9484
+ Vue.use(Router);
9485
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__["a" /* default */]);
9486
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__["a" /* default */]);
9487
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__["a" /* default */]);
9488
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_5_admin_pages_ChangeLog_vue__["a" /* default */]);
9489
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__["a" /* default */]);
9490
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_6_admin_pages_Settings_vue__["a" /* default */]);
9491
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_8_admin_pages_VendorCapabilities_vue__["a" /* default */]);
9492
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_9_admin_pages_ProModules_vue__["a" /* default */]);
9493
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_10_admin_pages_ReverseWithdrawal_vue__["a" /* default */]);
9494
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_11_admin_pages_ReverseWithdrawalTransactions_vue__["a" /* default */]); // if dokan pro not installed or dokan pro is greater than 2.9.14 register the `vendors` route.
9495
+
9496
+ if (!dokan.hasPro || VersionCompare(dokan.proVersion, '2.9.14', '>')) {
9497
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_7_admin_pages_Vendors_vue__["a" /* default */]);
9498
+ }
9499
+ /**
9500
+ * Parse the route array and bind required components
9501
+ *
9502
+ * This changes the dokan.routes array and changes the components
9503
+ * so we can use dokan.routeComponents.{compontent} component.
9504
+ *
9505
+ * @param {array} routes
9506
+ *
9507
+ * @return {void}
9508
+ */
9509
+
9510
+
9511
+ function parseRouteComponent(routes) {
9512
+ for (var i = 0; i < routes.length; i++) {
9513
+ if (__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default()(routes[i].children) === 'object') {
9514
+ parseRouteComponent(routes[i].children);
9515
+
9516
+ if (typeof routes[i].component !== 'undefined') {
9517
+ routes[i].component = dokan.routeComponents[routes[i].component];
9518
+ }
9519
+ } else {
9520
+ routes[i].component = dokan.routeComponents[routes[i].component];
9521
+ }
9522
+ }
9523
+ } // mutate the localized array
9524
+
9525
+
9526
+ parseRouteComponent(dokan.routes);
9527
+ /* harmony default export */ __webpack_exports__["a"] = (new Router({
9528
+ routes: dokan.routes
9529
+ }));
9530
+
9531
+ /***/ }),
9532
+ /* 122 */,
9533
+ /* 123 */
9534
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9535
+
9536
+ "use strict";
9537
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Dashboard_vue__ = __webpack_require__(50);
9538
+ /* unused harmony namespace reexport */
9539
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_219ffca0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Dashboard_vue__ = __webpack_require__(130);
9540
+ var disposed = false
9541
+ function injectStyle (ssrContext) {
9542
+ if (disposed) return
9543
+ __webpack_require__(124)
9544
+ }
9545
+ var normalizeComponent = __webpack_require__(0)
9546
+ /* script */
9547
+
9548
+
9549
+ /* template */
9550
+
9551
+ /* template functional */
9552
+ var __vue_template_functional__ = false
9553
+ /* styles */
9554
+ var __vue_styles__ = injectStyle
9555
+ /* scopeId */
9556
+ var __vue_scopeId__ = null
9557
+ /* moduleIdentifier (server only) */
9558
+ var __vue_module_identifier__ = null
9559
+ var Component = normalizeComponent(
9560
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Dashboard_vue__["a" /* default */],
9561
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_219ffca0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Dashboard_vue__["a" /* default */],
9562
+ __vue_template_functional__,
9563
+ __vue_styles__,
9564
+ __vue_scopeId__,
9565
+ __vue_module_identifier__
9566
+ )
9567
+ Component.options.__file = "src/admin/pages/Dashboard.vue"
9568
+
9569
+ /* hot reload */
9570
+ if (false) {(function () {
9571
+ var hotAPI = require("vue-hot-reload-api")
9572
+ hotAPI.install(require("vue"), false)
9573
+ if (!hotAPI.compatible) return
9574
+ module.hot.accept()
9575
+ if (!module.hot.data) {
9576
+ hotAPI.createRecord("data-v-219ffca0", Component.options)
9577
+ } else {
9578
+ hotAPI.reload("data-v-219ffca0", Component.options)
9579
+ }
9580
+ module.hot.dispose(function (data) {
9581
+ disposed = true
9582
+ })
9583
+ })()}
9584
+
9585
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
9586
+
9587
+
9588
+ /***/ }),
9589
+ /* 124 */
9590
+ /***/ (function(module, exports) {
9591
+
9592
+ // removed by extract-text-webpack-plugin
9593
+
9594
+ /***/ }),
9595
+ /* 125 */,
9596
+ /* 126 */,
9597
+ /* 127 */,
9598
+ /* 128 */
9599
+ /***/ (function(module, exports) {
9600
+
9601
+ // removed by extract-text-webpack-plugin
9602
+
9603
+ /***/ }),
9604
+ /* 129 */
9605
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9606
+
9607
+ "use strict";
9608
+ var render = function() {
9609
+ var _vm = this
9610
+ var _h = _vm.$createElement
9611
+ var _c = _vm._self._c || _h
9612
+ return _vm.show && _vm.showUpgrade
9613
+ ? _c("div", { staticClass: "dokan-promo-banner" }, [
9614
+ _c("div", { staticClass: "thumbnail" }, [
9615
+ _c(
9616
+ "svg",
9617
+ {
9618
+ attrs: {
9619
+ width: "219",
9620
+ height: "146",
9621
+ viewBox: "0 0 219 146",
9622
+ fill: "none",
9623
+ xmlns: "http://www.w3.org/2000/svg"
9624
+ }
9625
+ },
9626
+ [
9627
+ _c("g", { attrs: { filter: "url(#filter0_d_248_61)" } }, [
9628
+ _c("rect", {
9629
+ attrs: {
9630
+ x: "38.7051",
9631
+ y: "24.564",
9632
+ width: "122.83",
9633
+ height: "92.5357",
9634
+ rx: "2.75404",
9635
+ fill: "white"
9636
+ }
9637
+ })
9638
+ ]),
9639
+ _vm._v(" "),
9640
+ _c("path", {
9641
  attrs: {
9642
  d:
9643
  "M38.7051 27.318C38.7051 25.797 39.9381 24.564 41.4591 24.564H158.781C160.302 24.564 161.535 25.797 161.535 27.318V34.4785H38.7051V27.318Z",
10444
  }
10445
 
10446
  /***/ }),
10447
+ /* 130 */
10448
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10449
 
10450
  "use strict";
10941
  }
10942
 
10943
  /***/ }),
10944
+ /* 131 */
10945
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10946
 
10947
  "use strict";
10948
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Withdraw_vue__ = __webpack_require__(52);
10949
  /* unused harmony namespace reexport */
10950
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_62373ea4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Withdraw_vue__ = __webpack_require__(133);
10951
  var disposed = false
10952
  function injectStyle (ssrContext) {
10953
  if (disposed) return
10954
+ __webpack_require__(132)
10955
  }
10956
  var normalizeComponent = __webpack_require__(0)
10957
  /* script */
10997
 
10998
 
10999
  /***/ }),
11000
+ /* 132 */
11001
  /***/ (function(module, exports) {
11002
 
11003
  // removed by extract-text-webpack-plugin
11004
 
11005
  /***/ }),
11006
+ /* 133 */
11007
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11008
 
11009
  "use strict";
11482
  }
11483
 
11484
  /***/ }),
11485
+ /* 134 */
11486
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11487
 
11488
  "use strict";
11489
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Premium_vue__ = __webpack_require__(53);
11490
  /* unused harmony namespace reexport */
11491
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b38fd83a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Premium_vue__ = __webpack_require__(142);
11492
  var disposed = false
11493
  function injectStyle (ssrContext) {
11494
  if (disposed) return
11495
+ __webpack_require__(135)
11496
  }
11497
  var normalizeComponent = __webpack_require__(0)
11498
  /* script */
11538
 
11539
 
11540
  /***/ }),
11541
+ /* 135 */
11542
  /***/ (function(module, exports) {
11543
 
11544
  // removed by extract-text-webpack-plugin
11545
 
11546
  /***/ }),
11547
+ /* 136 */
11548
  /***/ (function(module, exports) {
11549
 
11550
  // removed by extract-text-webpack-plugin
11551
 
11552
  /***/ }),
11553
+ /* 137 */
11554
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11555
 
11556
  "use strict";
11640
  }
11641
 
11642
  /***/ }),
11643
+ /* 138 */,
11644
+ /* 139 */,
11645
+ /* 140 */,
11646
+ /* 141 */,
11647
+ /* 142 */
11648
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11649
 
11650
  "use strict";
12233
  }
12234
 
12235
  /***/ }),
12236
+ /* 143 */
12237
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12238
 
12239
  "use strict";
12240
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Help_vue__ = __webpack_require__(56);
12241
  /* unused harmony namespace reexport */
12242
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c289d136_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Help_vue__ = __webpack_require__(145);
12243
  var disposed = false
12244
  function injectStyle (ssrContext) {
12245
  if (disposed) return
12246
+ __webpack_require__(144)
12247
  }
12248
  var normalizeComponent = __webpack_require__(0)
12249
  /* script */
12289
 
12290
 
12291
  /***/ }),
12292
+ /* 144 */
12293
  /***/ (function(module, exports) {
12294
 
12295
  // removed by extract-text-webpack-plugin
12296
 
12297
  /***/ }),
12298
+ /* 145 */
12299
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12300
 
12301
  "use strict";
12368
  }
12369
 
12370
  /***/ }),
12371
+ /* 146 */
12372
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12373
 
12374
  "use strict";
12375
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ChangeLog_vue__ = __webpack_require__(57);
12376
  /* unused harmony namespace reexport */
12377
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_254fdb80_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ChangeLog_vue__ = __webpack_require__(148);
12378
  var disposed = false
12379
  function injectStyle (ssrContext) {
12380
  if (disposed) return
12381
+ __webpack_require__(147)
12382
  }
12383
  var normalizeComponent = __webpack_require__(0)
12384
  /* script */
12424
 
12425
 
12426
  /***/ }),
12427
+ /* 147 */
12428
  /***/ (function(module, exports) {
12429
 
12430
  // removed by extract-text-webpack-plugin
12431
 
12432
  /***/ }),
12433
+ /* 148 */
12434
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12435
 
12436
  "use strict";
12925
  }
12926
 
12927
  /***/ }),
12928
+ /* 149 */
12929
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12930
 
12931
  "use strict";
12932
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Settings_vue__ = __webpack_require__(58);
12933
  /* unused harmony namespace reexport */
12934
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e4dc4572_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Settings_vue__ = __webpack_require__(184);
12935
  var disposed = false
12936
  function injectStyle (ssrContext) {
12937
  if (disposed) return
12938
+ __webpack_require__(150)
12939
  }
12940
  var normalizeComponent = __webpack_require__(0)
12941
  /* script */
12981
 
12982
 
12983
  /***/ }),
12984
+ /* 150 */
12985
  /***/ (function(module, exports) {
12986
 
12987
  // removed by extract-text-webpack-plugin
12988
 
12989
  /***/ }),
12990
+ /* 151 */,
12991
+ /* 152 */
 
 
12992
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12993
 
12994
  "use strict";
12995
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Fields_vue__ = __webpack_require__(61);
12996
  /* unused harmony namespace reexport */
12997
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a96ce32e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Fields_vue__ = __webpack_require__(180);
12998
  var disposed = false
12999
  function injectStyle (ssrContext) {
13000
  if (disposed) return
13001
+ __webpack_require__(153)
13002
  }
13003
  var normalizeComponent = __webpack_require__(0)
13004
  /* script */
13044
 
13045
 
13046
  /***/ }),
13047
+ /* 153 */
13048
  /***/ (function(module, exports) {
13049
 
13050
  // removed by extract-text-webpack-plugin
13051
 
13052
  /***/ }),
 
 
 
 
 
 
13053
  /* 154 */,
13054
  /* 155 */,
13055
  /* 156 */,
13071
  /* 172 */,
13072
  /* 173 */,
13073
  /* 174 */,
13074
+ /* 175 */,
13075
+ /* 176 */,
13076
+ /* 177 */,
13077
+ /* 178 */,
13078
+ /* 179 */,
13079
+ /* 180 */
13080
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13081
 
13082
  "use strict";
16818
  )
16819
  ]
16820
  })
16821
+ ],
16822
+ 2
16823
+ )
16824
+ ]
16825
+ )
16826
+ ]
16827
+ : _vm._e(),
16828
+ _vm._v(" "),
16829
+ "gmap" == _vm.fieldData.type && !_vm.hideMap
16830
+ ? [
16831
+ _c("th", { attrs: { scope: "row" } }, [
16832
+ _c(
16833
+ "label",
16834
+ {
16835
+ attrs: {
16836
+ for: _vm.sectionId + "[" + _vm.fieldData.name + "]"
16837
+ }
16838
+ },
16839
+ [_vm._v(_vm._s(_vm.fieldData.label))]
16840
+ )
16841
+ ]),
16842
+ _vm._v(" "),
16843
+ _c("td", { staticClass: "tooltips-data" }),
16844
+ _vm._v(" "),
16845
+ _c(
16846
+ "td",
16847
+ {
16848
+ class: [
16849
+ _vm.fieldData.content_class
16850
+ ? _vm.fieldData.content_class
16851
+ : ""
16852
+ ]
16853
+ },
16854
+ [
16855
+ _c("input", {
16856
+ attrs: {
16857
+ type: "hidden",
16858
+ name: _vm.sectionId + "[" + _vm.fieldData.name + "]"
16859
+ },
16860
+ domProps: { value: _vm.mapLocation }
16861
+ }),
16862
+ _vm._v(" "),
16863
+ _vm.mapApiSource === "mapbox"
16864
+ ? _c("Mapbox", {
16865
+ attrs: {
16866
+ accessToken: _vm.mapboxAccessToken,
16867
+ location: _vm.mapLocation,
16868
+ width: "100%",
16869
+ height: "300px"
16870
+ },
16871
+ on: {
16872
+ hideMap: _vm.onHideMap,
16873
+ updateMap: _vm.onUpdateMap
16874
+ }
16875
+ })
16876
+ : _c("GoogleMaps", {
16877
+ attrs: {
16878
+ apiKey: _vm.googleMapApiKey,
16879
+ location: _vm.mapLocation
16880
+ },
16881
+ on: {
16882
+ hideMap: _vm.onHideMap,
16883
+ updateMap: _vm.onUpdateMap
16884
+ }
16885
+ }),
16886
+ _vm._v(" "),
16887
+ _vm.hasError(_vm.fieldData.name)
16888
+ ? _c("p", { staticClass: "dokan-error" }, [
16889
+ _vm._v(
16890
+ "\n " +
16891
+ _vm._s(_vm.getError(_vm.fieldData.label)) +
16892
+ "\n "
16893
+ )
16894
+ ])
16895
+ : _vm._e(),
16896
+ _vm._v(" "),
16897
+ _c("p", {
16898
+ staticClass: "description",
16899
+ domProps: { innerHTML: _vm._s(_vm.fieldData.desc) }
16900
+ })
16901
+ ],
16902
+ 1
16903
  )
16904
  ]
16905
+ : _vm._e()
16906
+ ],
16907
+ 2
16908
+ )
16909
+ : _vm._e()
16910
+ }
16911
+ var staticRenderFns = []
16912
+ render._withStripped = true
16913
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
16914
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
16915
+ if (false) {
16916
+ module.hot.accept()
16917
+ if (module.hot.data) {
16918
+ require("vue-hot-reload-api") .rerender("data-v-a96ce32e", esExports)
16919
+ }
16920
+ }
16921
+
16922
+ /***/ }),
16923
+ /* 181 */
16924
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
16925
+
16926
+ "use strict";
16927
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_SettingsBanner_vue__ = __webpack_require__(70);
16928
+ /* unused harmony namespace reexport */
16929
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b725e442_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_SettingsBanner_vue__ = __webpack_require__(183);
16930
+ var disposed = false
16931
+ function injectStyle (ssrContext) {
16932
+ if (disposed) return
16933
+ __webpack_require__(182)
16934
+ }
16935
+ var normalizeComponent = __webpack_require__(0)
16936
+ /* script */
16937
+
16938
+
16939
+ /* template */
16940
+
16941
+ /* template functional */
16942
+ var __vue_template_functional__ = false
16943
+ /* styles */
16944
+ var __vue_styles__ = injectStyle
16945
+ /* scopeId */
16946
+ var __vue_scopeId__ = null
16947
+ /* moduleIdentifier (server only) */
16948
+ var __vue_module_identifier__ = null
16949
+ var Component = normalizeComponent(
16950
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_SettingsBanner_vue__["a" /* default */],
16951
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b725e442_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_SettingsBanner_vue__["a" /* default */],
16952
+ __vue_template_functional__,
16953
+ __vue_styles__,
16954
+ __vue_scopeId__,
16955
+ __vue_module_identifier__
16956
+ )
16957
+ Component.options.__file = "src/admin/components/SettingsBanner.vue"
16958
+
16959
+ /* hot reload */
16960
+ if (false) {(function () {
16961
+ var hotAPI = require("vue-hot-reload-api")
16962
+ hotAPI.install(require("vue"), false)
16963
+ if (!hotAPI.compatible) return
16964
+ module.hot.accept()
16965
+ if (!module.hot.data) {
16966
+ hotAPI.createRecord("data-v-b725e442", Component.options)
16967
+ } else {
16968
+ hotAPI.reload("data-v-b725e442", Component.options)
16969
+ }
16970
+ module.hot.dispose(function (data) {
16971
+ disposed = true
16972
+ })
16973
+ })()}
16974
+
16975
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
16976
+
16977
+
16978
+ /***/ }),
16979
+ /* 182 */
16980
+ /***/ (function(module, exports) {
16981
+
16982
+ // removed by extract-text-webpack-plugin
16983
+
16984
+ /***/ }),
16985
+ /* 183 */
16986
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
16987
+
16988
+ "use strict";
16989
+ var render = function() {
16990
+ var _vm = this
16991
+ var _h = _vm.$createElement
16992
+ var _c = _vm._self._c || _h
16993
+ return _c("div", { attrs: { id: "dokan-settings-banner" } }, [
16994
+ _c("img", {
16995
+ attrs: {
16996
+ src: _vm.bannerImage,
16997
+ alt: _vm.__("Dokan Settings Banner", "dokan-lite")
16998
+ }
16999
+ }),
17000
+ _vm._v(" "),
17001
+ _c(
17002
+ "div",
17003
+ { staticClass: "content" },
17004
+ [
17005
+ _c("h1", [
17006
+ _vm._v(
17007
+ _vm._s(
17008
+ _vm.__(
17009
+ "Looking for Coupons, Variable Products, SEO or Shipping?",
17010
+ "dokan-lite"
17011
+ )
17012
+ )
17013
+ )
17014
+ ]),
17015
+ _vm._v(" "),
17016
+ _c("p", [
17017
+ _vm._v(
17018
+ _vm._s(
17019
+ _vm.__(
17020
+ "Unlock these awesome frontend features with Dokan PRO",
17021
+ "dokan-lite"
17022
+ )
17023
+ )
17024
+ )
17025
+ ]),
17026
+ _vm._v(" "),
17027
+ _c(
17028
+ "a",
17029
+ {
17030
+ staticClass: "button",
17031
+ attrs: {
17032
+ target: "_blank",
17033
+ rel: "noopener noreferrer",
17034
+ href: _vm.upgradeURL
17035
+ }
17036
+ },
17037
+ [_vm._v(_vm._s(_vm.__("Upgrade to Pro", "dokan-lite")))]
17038
+ ),
17039
+ _vm._v(" "),
17040
+ _c(
17041
+ "router-link",
17042
+ {
17043
+ staticClass: "button custom-button",
17044
+ attrs: { to: { name: "VendorCapabilities" } }
17045
+ },
17046
+ [
17047
+ _vm._v(
17048
+ "\n " +
17049
+ _vm._s(
17050
+ _vm.__("Check Out All Vendor Functionalities", "dokan-lite")
17051
+ ) +
17052
+ "\n "
17053
+ )
17054
+ ]
17055
+ )
17056
+ ],
17057
+ 1
17058
+ )
17059
+ ])
17060
+ }
17061
+ var staticRenderFns = []
17062
+ render._withStripped = true
17063
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
17064
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
17065
+ if (false) {
17066
+ module.hot.accept()
17067
+ if (module.hot.data) {
17068
+ require("vue-hot-reload-api") .rerender("data-v-b725e442", esExports)
17069
+ }
17070
+ }
17071
+
17072
+ /***/ }),
17073
+ /* 184 */
17074
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
17075
+
17076
+ "use strict";
17077
+ var render = function() {
17078
+ var _vm = this
17079
+ var _h = _vm.$createElement
17080
+ var _c = _vm._self._c || _h
17081
+ return _c(
17082
+ "div",
17083
+ [
17084
+ _c(
17085
+ "div",
17086
+ { staticClass: "dokan-settings" },
17087
+ [
17088
+ _c("h2", { staticStyle: { "margin-bottom": "15px" } }, [
17089
+ _vm._v(_vm._s(_vm.__("Settings", "dokan-lite")))
17090
+ ]),
17091
  _vm._v(" "),
17092
+ _c("AdminNotice"),
17093
+ _vm._v(" "),
17094
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
17095
+ _vm._v(" "),
17096
+ _vm.isSaved
17097
+ ? _c(
17098
+ "div",
17099
+ {
17100
+ staticClass: "settings-error notice is-dismissible",
17101
+ class: { updated: _vm.isUpdated, error: !_vm.isUpdated },
17102
+ attrs: { id: "setting-message_updated" }
17103
+ },
17104
+ [
17105
+ _c("p", [
17106
+ _c("strong", {
17107
+ domProps: { innerHTML: _vm._s(_vm.message) }
17108
+ })
17109
+ ]),
17110
+ _vm._v(" "),
17111
  _c(
17112
+ "button",
17113
  {
17114
+ staticClass: "notice-dismiss",
17115
+ attrs: { type: "button" },
17116
+ on: {
17117
+ click: function($event) {
17118
+ $event.preventDefault()
17119
+ _vm.isSaved = false
17120
+ }
17121
  }
17122
  },
17123
+ [
17124
+ _c("span", { staticClass: "screen-reader-text" }, [
17125
+ _vm._v(
17126
+ _vm._s(_vm.__("Dismiss this notice.", "dokan-lite"))
17127
+ )
17128
+ ])
17129
+ ]
17130
  )
17131
+ ]
17132
+ )
17133
+ : _vm._e(),
17134
+ _vm._v(" "),
17135
+ _c("div", { staticClass: "dokan-settings-wrap" }, [
17136
+ _c(
17137
+ "div",
17138
+ { staticClass: "nav-tab-wrapper" },
17139
+ [
17140
+ _c("div", { staticClass: "search-box" }, [
17141
+ _c("input", {
17142
+ directives: [
17143
+ {
17144
+ name: "model",
17145
+ rawName: "v-model",
17146
+ value: _vm.searchText,
17147
+ expression: "searchText"
17148
+ }
17149
+ ],
17150
+ ref: "searchInSettings",
17151
+ staticClass: "dokan-admin-search-settings",
17152
+ attrs: { type: "text", placeholder: "Search e.g. vendor" },
17153
+ domProps: { value: _vm.searchText },
17154
+ on: {
17155
+ input: [
17156
+ function($event) {
17157
+ if ($event.target.composing) {
17158
+ return
17159
+ }
17160
+ _vm.searchText = $event.target.value
17161
+ },
17162
+ _vm.searchInSettings
17163
+ ]
17164
+ }
17165
+ }),
17166
+ _vm._v(" "),
17167
+ "" !== _vm.searchText
17168
+ ? _c("span", {
17169
+ staticClass: "dashicons dashicons-no-alt",
17170
+ on: {
17171
+ click: function($event) {
17172
+ $event.preventDefault()
17173
+ return _vm.clearSearch.apply(null, arguments)
17174
+ }
17175
+ }
17176
+ })
17177
+ : _vm._e()
17178
  ]),
17179
  _vm._v(" "),
17180
+ _vm._l(_vm.settingSections, function(section) {
17181
+ return [
17182
+ _c(
17183
+ "a",
17184
+ {
17185
+ class: [
17186
+ "nav-tab",
17187
+ _vm.currentTab === section.id ? "nav-tab-active" : ""
17188
+ ],
17189
+ attrs: { href: "#" },
17190
+ on: {
17191
+ click: function($event) {
17192
+ $event.preventDefault()
17193
+ return _vm.changeTab(section)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17194
  }
17195
+ }
17196
+ },
17197
+ [
17198
+ _c("span", {
17199
+ staticClass: "dashicons",
17200
+ class: section.icon
17201
  }),
17202
+ _vm._v(
17203
+ " " + _vm._s(section.title) + "\n "
17204
+ )
17205
+ ]
17206
+ )
17207
+ ]
17208
+ })
17209
+ ],
17210
+ 2
17211
+ ),
17212
+ _vm._v(" "),
17213
+ _c(
17214
+ "div",
17215
+ { staticClass: "metabox-holder" },
17216
+ [
17217
+ _vm._l(_vm.settingFields, function(fields, index) {
17218
+ return _vm.isLoaded
17219
+ ? [
17220
+ _vm.currentTab === index
17221
+ ? _c(
17222
+ "div",
17223
+ { staticClass: "group", attrs: { id: index } },
17224
+ [
17225
+ _c(
17226
+ "form",
17227
+ {
17228
+ attrs: {
17229
+ method: "post",
17230
+ action: "options.php"
17231
+ }
17232
+ },
17233
+ [
17234
+ _c("input", {
17235
+ attrs: {
17236
+ type: "hidden",
17237
+ name: "option_page"
17238
+ },
17239
+ domProps: { value: index }
17240
+ }),
17241
+ _vm._v(" "),
17242
+ _c("input", {
17243
+ attrs: {
17244
+ type: "hidden",
17245
+ name: "action",
17246
+ value: "update"
17247
+ }
17248
+ }),
17249
+ _vm._v(" "),
17250
+ _c("table", { staticClass: "form-table" }, [
17251
+ _vm.showSectionTitle(fields)
17252
+ ? _c("thead", [
17253
+ _c(
17254
+ "tr",
17255
+ {
17256
+ staticClass:
17257
+ "dokan-settings-field-type-sub_section"
17258
+ },
17259
+ [
17260
+ _c(
17261
+ "th",
17262
+ {
17263
+ staticClass:
17264
+ "dokan-settings-sub-section-title",
17265
+ attrs: { colspan: "3" }
17266
+ },
17267
+ [
17268
+ _c("label", [
17269
+ _vm._v(
17270
+ _vm._s(
17271
+ _vm.sectionTitle(
17272
+ index
17273
+ )
17274
+ )
17275
+ )
17276
+ ])
17277
+ ]
17278
+ )
17279
+ ]
17280
+ )
17281
+ ])
17282
+ : _vm._e(),
17283
+ _vm._v(" "),
17284
+ _c(
17285
+ "tbody",
17286
+ _vm._l(fields, function(
17287
+ field,
17288
+ fieldId
17289
+ ) {
17290
+ return _c("Fields", {
17291
+ key: fieldId,
17292
+ attrs: {
17293
+ "section-id": index,
17294
+ id: fieldId,
17295
+ "field-data": field,
17296
+ "field-value":
17297
+ _vm.settingValues[index],
17298
+ "all-settings-values":
17299
+ _vm.settingValues,
17300
+ errors: _vm.errors,
17301
+ validationErrors:
17302
+ _vm.validationErrors,
17303
+ "toggle-loading-state":
17304
+ _vm.toggleLoadingState
17305
+ },
17306
+ on: { openMedia: _vm.showMedia }
17307
+ })
17308
+ }),
17309
+ 1
17310
+ )
17311
+ ]),
17312
+ _vm._v(" "),
17313
+ _c("p", { staticClass: "submit" }, [
17314
+ _c("input", {
17315
+ staticClass: "button button-primary",
17316
+ attrs: {
17317
+ type: "submit",
17318
+ name: "submit",
17319
+ id: "submit",
17320
+ value: "Save Changes"
17321
+ },
17322
+ on: {
17323
+ click: function($event) {
17324
+ $event.preventDefault()
17325
+ return _vm.saveSettings(
17326
+ _vm.settingValues[index],
17327
+ index
17328
+ )
17329
+ }
17330
+ }
17331
+ })
17332
+ ])
17333
+ ]
17334
+ )
17335
+ ]
17336
+ )
17337
+ : _vm._e()
17338
+ ]
17339
+ : _vm._e()
17340
+ })
17341
+ ],
17342
+ 2
17343
+ ),
17344
+ _vm._v(" "),
17345
+ _vm.showLoading
17346
+ ? _c("div", { staticClass: "loading" }, [_c("loading")], 1)
17347
+ : _vm._e()
17348
+ ])
17349
  ],
17350
+ 1
17351
+ ),
17352
+ _vm._v(" "),
17353
+ !_vm.hasPro ? _c("SettingsBanner") : _vm._e()
17354
+ ],
17355
+ 1
17356
+ )
17357
  }
17358
  var staticRenderFns = []
17359
  render._withStripped = true
17362
  if (false) {
17363
  module.hot.accept()
17364
  if (module.hot.data) {
17365
+ require("vue-hot-reload-api") .rerender("data-v-e4dc4572", esExports)
17366
  }
17367
  }
17368
 
17369
  /***/ }),
17370
+ /* 185 */
17371
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17372
 
17373
  "use strict";
17374
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Vendors_vue__ = __webpack_require__(71);
17375
  /* unused harmony namespace reexport */
17376
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f81b8092_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Vendors_vue__ = __webpack_require__(190);
17377
  var disposed = false
17378
  function injectStyle (ssrContext) {
17379
  if (disposed) return
17380
+ __webpack_require__(186)
17381
  }
17382
  var normalizeComponent = __webpack_require__(0)
17383
  /* script */
17394
  /* moduleIdentifier (server only) */
17395
  var __vue_module_identifier__ = null
17396
  var Component = normalizeComponent(
17397
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Vendors_vue__["a" /* default */],
17398
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f81b8092_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Vendors_vue__["a" /* default */],
17399
  __vue_template_functional__,
17400
  __vue_styles__,
17401
  __vue_scopeId__,
17402
  __vue_module_identifier__
17403
  )
17404
+ Component.options.__file = "src/admin/pages/Vendors.vue"
17405
+
17406
+ /* hot reload */
17407
+ if (false) {(function () {
17408
+ var hotAPI = require("vue-hot-reload-api")
17409
+ hotAPI.install(require("vue"), false)
17410
+ if (!hotAPI.compatible) return
17411
+ module.hot.accept()
17412
+ if (!module.hot.data) {
17413
+ hotAPI.createRecord("data-v-f81b8092", Component.options)
17414
+ } else {
17415
+ hotAPI.reload("data-v-f81b8092", Component.options)
17416
+ }
17417
+ module.hot.dispose(function (data) {
17418
+ disposed = true
17419
+ })
17420
+ })()}
17421
+
17422
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
17423
+
17424
+
17425
+ /***/ }),
17426
+ /* 186 */
17427
+ /***/ (function(module, exports) {
17428
+
17429
+ // removed by extract-text-webpack-plugin
17430
+
17431
+ /***/ }),
17432
+ /* 187 */
17433
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
17434
+
17435
+ "use strict";
17436
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AddVendor_vue__ = __webpack_require__(72);
17437
+ /* unused harmony namespace reexport */
17438
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75e0fcd5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AddVendor_vue__ = __webpack_require__(189);
17439
+ var disposed = false
17440
+ function injectStyle (ssrContext) {
17441
+ if (disposed) return
17442
+ __webpack_require__(188)
17443
+ }
17444
+ var normalizeComponent = __webpack_require__(0)
17445
+ /* script */
17446
+
17447
+
17448
+ /* template */
17449
+
17450
+ /* template functional */
17451
+ var __vue_template_functional__ = false
17452
+ /* styles */
17453
+ var __vue_styles__ = injectStyle
17454
+ /* scopeId */
17455
+ var __vue_scopeId__ = null
17456
+ /* moduleIdentifier (server only) */
17457
+ var __vue_module_identifier__ = null
17458
+ var Component = normalizeComponent(
17459
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AddVendor_vue__["a" /* default */],
17460
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75e0fcd5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AddVendor_vue__["a" /* default */],
17461
+ __vue_template_functional__,
17462
+ __vue_styles__,
17463
+ __vue_scopeId__,
17464
+ __vue_module_identifier__
17465
+ )
17466
+ Component.options.__file = "src/admin/pages/AddVendor.vue"
17467
 
17468
  /* hot reload */
17469
  if (false) {(function () {
17471
  hotAPI.install(require("vue"), false)
17472
  if (!hotAPI.compatible) return
17473
  module.hot.accept()
17474
+ if (!module.hot.data) {
17475
+ hotAPI.createRecord("data-v-75e0fcd5", Component.options)
17476
+ } else {
17477
+ hotAPI.reload("data-v-75e0fcd5", Component.options)
17478
+ }
17479
+ module.hot.dispose(function (data) {
17480
+ disposed = true
17481
+ })
17482
+ })()}
17483
+
17484
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
17485
+
17486
+
17487
+ /***/ }),
17488
+ /* 188 */
17489
+ /***/ (function(module, exports) {
17490
+
17491
+ // removed by extract-text-webpack-plugin
17492
+
17493
+ /***/ }),
17494
+ /* 189 */
17495
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
17496
+
17497
+ "use strict";
17498
+ var render = function() {
17499
+ var _vm = this
17500
+ var _h = _vm.$createElement
17501
+ var _c = _vm._self._c || _h
17502
+ return _c(
17503
+ "div",
17504
+ { staticClass: "dokan-vendor-edit" },
17505
+ [
17506
+ _c(
17507
+ "modal",
17508
+ {
17509
+ attrs: { title: _vm.title, width: "800px" },
17510
+ on: { close: _vm.closeModal }
17511
+ },
17512
+ [
17513
+ _c("div", { attrs: { slot: "body" }, slot: "body" }, [
17514
+ _c("div", { staticClass: "tab-header" }, [
17515
+ _c(
17516
+ "ul",
17517
+ { staticClass: "tab-list" },
17518
+ _vm._l(_vm.tabs, function(tab, index) {
17519
+ return _c(
17520
+ "li",
17521
+ {
17522
+ key: index,
17523
+ class: {
17524
+ "tab-title": true,
17525
+ active: _vm.currentTab === tab.name,
17526
+ last: tab.name === "VendorPaymentFields"
17527
+ }
17528
+ },
17529
+ [
17530
+ _c("div", { staticClass: "tab-link" }, [
17531
+ _c(
17532
+ "a",
17533
+ {
17534
+ class: {
17535
+ first: tab.name === "VendorAccountFields"
17536
+ },
17537
+ attrs: { href: "#" },
17538
+ on: {
17539
+ click: function($event) {
17540
+ $event.preventDefault()
17541
+ _vm.currentTab = tab.name
17542
+ }
17543
+ }
17544
+ },
17545
+ [
17546
+ _c("span", { class: [tab.icon] }),
17547
+ _vm._v(
17548
+ "\n " +
17549
+ _vm._s(tab.label) +
17550
+ "\n "
17551
+ )
17552
+ ]
17553
+ )
17554
+ ])
17555
+ ]
17556
+ )
17557
+ }),
17558
+ 0
17559
+ )
17560
+ ]),
17561
+ _vm._v(" "),
17562
+ _vm.currentTab
17563
+ ? _c(
17564
+ "div",
17565
+ { staticClass: "tab-contents" },
17566
+ [
17567
+ _vm.isLoading
17568
+ ? _c(
17569
+ "div",
17570
+ { staticClass: "loading" },
17571
+ [_c("loading")],
17572
+ 1
17573
+ )
17574
+ : _vm._e(),
17575
+ _vm._v(" "),
17576
+ !_vm.isLoading
17577
+ ? _c(
17578
+ "transition",
17579
+ { attrs: { name: "component-fade", mode: "out-in" } },
17580
+ [
17581
+ _c(_vm.currentTab, {
17582
+ tag: "component",
17583
+ attrs: {
17584
+ vendorInfo: _vm.store,
17585
+ errors: _vm.errors
17586
+ }
17587
+ })
17588
+ ],
17589
+ 1
17590
+ )
17591
+ : _vm._e()
17592
+ ],
17593
+ 1
17594
+ )
17595
+ : _vm._e()
17596
+ ]),
17597
+ _vm._v(" "),
17598
+ _c("div", { attrs: { slot: "footer" }, slot: "footer" }, [
17599
+ _c(
17600
+ "button",
17601
+ {
17602
+ staticClass: "button button-primary button-hero",
17603
+ on: { click: _vm.createVendor }
17604
+ },
17605
+ [
17606
+ _vm._v(
17607
+ _vm._s(
17608
+ "VendorPaymentFields" === _vm.currentTab
17609
+ ? _vm.__("Create Vendor", "dokan-lite")
17610
+ : this.nextBtn
17611
+ )
17612
+ )
17613
+ ]
17614
+ )
17615
+ ])
17616
+ ]
17617
+ )
17618
+ ],
17619
+ 1
17620
+ )
17621
+ }
17622
+ var staticRenderFns = []
17623
+ render._withStripped = true
17624
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
17625
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
17626
+ if (false) {
17627
+ module.hot.accept()
17628
+ if (module.hot.data) {
17629
+ require("vue-hot-reload-api") .rerender("data-v-75e0fcd5", esExports)
17630
  }
17631
+ }
 
 
 
 
 
 
 
 
 
 
 
 
17632
 
17633
  /***/ }),
17634
+ /* 190 */
17635
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17636
 
17637
  "use strict";
17639
  var _vm = this
17640
  var _h = _vm.$createElement
17641
  var _c = _vm._self._c || _h
17642
+ return _c("div", [
 
 
 
 
 
 
 
17643
  _c(
17644
  "div",
17645
+ { staticClass: "vendor-list" },
17646
  [
17647
+ _c("h1", { staticClass: "wp-heading-inline" }, [
17648
+ _vm._v(_vm._s(_vm.__("Vendors", "dokan-lite")))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17649
  ]),
17650
  _vm._v(" "),
17651
  _c(
17652
+ "button",
17653
  {
17654
+ staticClass: "page-title-action",
17655
+ on: {
17656
+ click: function($event) {
17657
+ return _vm.addNew()
17658
+ }
17659
  }
17660
  },
17661
+ [_vm._v(_vm._s(_vm.__("Add New", "dokan-lite")))]
17662
  ),
17663
  _vm._v(" "),
17664
+ _vm._l(_vm.dokanVendorHeaderArea, function(vendorHeaderArea, index) {
17665
+ return _c(vendorHeaderArea, { key: index, tag: "component" })
17666
+ }),
17667
+ _vm._v(" "),
17668
+ _c("AdminNotice"),
17669
+ _vm._v(" "),
17670
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
17671
+ _vm._v(" "),
17672
+ _c("hr", { staticClass: "wp-header-end" }),
17673
+ _vm._v(" "),
17674
+ _c("ul", { staticClass: "subsubsub" }, [
17675
+ _c(
17676
+ "li",
17677
+ [
17678
+ _c(
17679
+ "router-link",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17680
  {
17681
+ attrs: {
17682
+ to: { name: "Vendors", query: { status: "all" } },
17683
+ "active-class": "current",
17684
+ exact: ""
17685
+ }
17686
  },
17687
  [
17688
+ _vm._v(_vm._s(_vm.__("All", "dokan-lite")) + " "),
17689
+ _c("span", { staticClass: "count" }, [
17690
+ _vm._v(_vm._s(_vm.counts.all))
17691
+ ])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17692
  ]
17693
+ ),
17694
+ _vm._v(" | ")
17695
+ ],
17696
+ 1
17697
+ ),
17698
  _vm._v(" "),
17699
+ _c(
17700
+ "li",
17701
+ [
17702
+ _c(
17703
+ "router-link",
17704
+ {
17705
+ attrs: {
17706
+ to: { name: "Vendors", query: { status: "approved" } },
17707
+ "active-class": "current",
17708
+ exact: ""
17709
+ }
17710
+ },
17711
+ [
17712
+ _vm._v(_vm._s(_vm.__("Approved", "dokan-lite")) + " "),
17713
+ _c("span", { staticClass: "count" }, [
17714
+ _vm._v(_vm._s(_vm.counts.approved))
17715
+ ])
17716
+ ]
17717
+ ),
17718
+ _vm._v(" | ")
17719
+ ],
17720
+ 1
17721
+ ),
17722
+ _vm._v(" "),
17723
+ _c(
17724
+ "li",
17725
+ [
17726
+ _c(
17727
+ "router-link",
17728
+ {
17729
+ attrs: {
17730
+ to: { name: "Vendors", query: { status: "pending" } },
17731
+ "active-class": "current",
17732
+ exact: ""
17733
+ }
17734
+ },
17735
+ [
17736
+ _vm._v(_vm._s(_vm.__("Pending", "dokan-lite")) + " "),
17737
+ _c("span", { staticClass: "count" }, [
17738
+ _vm._v(_vm._s(_vm.counts.pending))
17739
+ ])
17740
+ ]
17741
+ ),
17742
+ _vm._v(" | ")
17743
+ ],
17744
+ 1
17745
+ )
17746
+ ]),
17747
+ _vm._v(" "),
17748
+ _c("search", {
17749
+ attrs: { title: _vm.__("Search Vendors", "dokan-lite") },
17750
+ on: { searched: _vm.doSearch }
17751
+ }),
17752
+ _vm._v(" "),
17753
+ _c("list-table", {
17754
+ attrs: {
17755
+ columns: _vm.columns,
17756
+ loading: _vm.loading,
17757
+ rows: _vm.vendors,
17758
+ actions: _vm.actions,
17759
+ actionColumn: "store_name",
17760
+ "show-cb": _vm.showCb,
17761
+ "total-items": _vm.totalItems,
17762
+ "bulk-actions": _vm.bulkActions,
17763
+ "total-pages": _vm.totalPages,
17764
+ "per-page": _vm.perPage,
17765
+ "current-page": _vm.currentPage,
17766
+ "action-column": _vm.actionColumn,
17767
+ "not-found": "No vendors found.",
17768
+ "sort-by": _vm.sortBy,
17769
+ "sort-order": _vm.sortOrder,
17770
+ text: _vm.$root.listTableTexts()
17771
+ },
17772
+ on: {
17773
+ sort: _vm.sortCallback,
17774
+ pagination: _vm.goToPage,
17775
+ "action:click": _vm.onActionClick,
17776
+ "bulk:click": _vm.onBulkAction,
17777
+ searched: _vm.doSearch
17778
+ },
17779
+ scopedSlots: _vm._u([
17780
+ {
17781
+ key: "store_name",
17782
+ fn: function(data) {
17783
+ return [
17784
+ _c("img", {
17785
+ attrs: {
17786
+ src: data.row.gravatar,
17787
+ alt: data.row.store_name,
17788
+ width: "50"
17789
  }
17790
  }),
17791
  _vm._v(" "),
17792
+ _c(
17793
+ "strong",
17794
+ [
17795
+ _vm.hasPro
17796
+ ? _c(
17797
+ "router-link",
17798
+ { attrs: { to: "/vendors/" + data.row.id } },
17799
+ [
17800
+ _vm._v(
17801
+ _vm._s(
17802
+ data.row.store_name
17803
+ ? data.row.store_name
17804
+ : _vm.__("(no name)", "dokan-lite")
17805
+ )
17806
+ )
17807
+ ]
17808
+ )
17809
+ : _c(
17810
+ "a",
17811
+ { attrs: { href: _vm.editUrl(data.row.id) } },
17812
+ [
17813
+ _vm._v(
17814
+ _vm._s(
17815
+ data.row.store_name
17816
+ ? data.row.store_name
17817
+ : _vm.__("(no name)", "dokan-lite")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17818
  )
17819
+ )
17820
+ ]
17821
+ )
17822
+ ],
17823
+ 1
17824
+ )
17825
+ ]
17826
+ }
17827
+ },
17828
+ {
17829
+ key: "email",
17830
+ fn: function(data) {
17831
+ return [
17832
+ _c("a", { attrs: { href: "mailto:" + data.row.email } }, [
17833
+ _vm._v(_vm._s(data.row.email))
17834
+ ])
17835
+ ]
17836
+ }
17837
+ },
17838
+ {
17839
+ key: "categories",
17840
+ fn: function(ref) {
17841
+ var row = ref.row
17842
+ return [
17843
+ _vm._v(
17844
+ "\n " +
17845
+ _vm._s(
17846
+ row.categories
17847
+ .map(function(category) {
17848
+ return category.name
17849
+ })
17850
+ .join(", ")
17851
+ ) +
17852
+ "\n "
17853
+ )
17854
+ ]
17855
+ }
17856
+ },
17857
+ {
17858
+ key: "registered",
17859
+ fn: function(data) {
17860
+ return [
17861
+ _vm._v(
17862
+ "\n " +
17863
+ _vm._s(
17864
+ _vm.moment(data.row.registered).format("MMM D, YYYY")
17865
+ ) +
17866
+ "\n "
17867
+ )
17868
+ ]
17869
+ }
17870
+ },
17871
+ {
17872
+ key: "enabled",
17873
+ fn: function(data) {
17874
+ return [
17875
+ _c("switches", {
17876
+ attrs: { enabled: data.row.enabled, value: data.row.id },
17877
+ on: { input: _vm.onSwitch }
17878
+ })
17879
+ ]
17880
+ }
17881
+ },
17882
+ {
17883
+ key: "row-actions",
17884
+ fn: function(data) {
17885
+ return _vm._l(_vm.actions, function(action, index) {
17886
+ return _c(
17887
+ "span",
17888
+ { class: action.key },
17889
+ [
17890
+ _vm.hasPro && action.key == "edit"
17891
+ ? _c(
17892
+ "router-link",
17893
+ {
17894
+ attrs: {
17895
+ to: {
17896
+ path: "vendors/" + data.row.id,
17897
+ query: { edit: "true" }
17898
+ }
17899
+ }
17900
+ },
17901
+ [_vm._v(_vm._s(action.label))]
17902
+ )
17903
+ : !_vm.hasPro && action.key == "edit"
17904
+ ? _c(
17905
+ "a",
17906
+ { attrs: { href: _vm.editUrl(data.row.id) } },
17907
+ [_vm._v(_vm._s(action.label))]
17908
+ )
17909
+ : action.key == "products"
17910
+ ? _c(
17911
+ "a",
17912
+ { attrs: { href: _vm.productUrl(data.row.id) } },
17913
+ [_vm._v(_vm._s(action.label))]
17914
+ )
17915
+ : action.key == "orders"
17916
+ ? _c(
17917
+ "a",
17918
+ { attrs: { href: _vm.ordersUrl(data.row.id) } },
17919
+ [_vm._v(_vm._s(action.label))]
17920
+ )
17921
+ : action.key == "switch_to"
17922
+ ? _c(
17923
+ "a",
17924
+ { attrs: { href: _vm.switchToUrl(data.row) } },
17925
+ [_vm._v(_vm._s(action.label))]
17926
+ )
17927
+ : _c("a", { attrs: { href: "#" } }, [
17928
+ _vm._v(_vm._s(action.label))
17929
+ ]),
17930
+ _vm._v(" "),
17931
+ index !== _vm.actions.length - 1
17932
+ ? [_vm._v(" | ")]
17933
+ : _vm._e()
17934
+ ],
17935
+ 2
17936
+ )
17937
  })
17938
+ }
17939
+ }
17940
+ ])
17941
+ }),
17942
+ _vm._v(" "),
17943
+ _vm.loadAddVendor
17944
+ ? _c("add-vendor", { attrs: { "vendor-id": _vm.vendorId } })
17945
+ : _vm._e()
17946
+ ],
17947
+ 2
17948
+ )
17949
+ ])
17950
+ }
17951
+ var staticRenderFns = []
17952
+ render._withStripped = true
17953
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
17954
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
17955
+ if (false) {
17956
+ module.hot.accept()
17957
+ if (module.hot.data) {
17958
+ require("vue-hot-reload-api") .rerender("data-v-f81b8092", esExports)
17959
+ }
17960
+ }
17961
+
17962
+ /***/ }),
17963
+ /* 191 */
17964
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
17965
+
17966
+ "use strict";
17967
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorCapabilities_vue__ = __webpack_require__(73);
17968
+ /* unused harmony namespace reexport */
17969
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_276be9c2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorCapabilities_vue__ = __webpack_require__(193);
17970
+ var disposed = false
17971
+ function injectStyle (ssrContext) {
17972
+ if (disposed) return
17973
+ __webpack_require__(192)
17974
+ }
17975
+ var normalizeComponent = __webpack_require__(0)
17976
+ /* script */
17977
+
17978
+
17979
+ /* template */
17980
+
17981
+ /* template functional */
17982
+ var __vue_template_functional__ = false
17983
+ /* styles */
17984
+ var __vue_styles__ = injectStyle
17985
+ /* scopeId */
17986
+ var __vue_scopeId__ = null
17987
+ /* moduleIdentifier (server only) */
17988
+ var __vue_module_identifier__ = null
17989
+ var Component = normalizeComponent(
17990
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorCapabilities_vue__["a" /* default */],
17991
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_276be9c2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorCapabilities_vue__["a" /* default */],
17992
+ __vue_template_functional__,
17993
+ __vue_styles__,
17994
+ __vue_scopeId__,
17995
+ __vue_module_identifier__
17996
+ )
17997
+ Component.options.__file = "src/admin/pages/VendorCapabilities.vue"
17998
+
17999
+ /* hot reload */
18000
+ if (false) {(function () {
18001
+ var hotAPI = require("vue-hot-reload-api")
18002
+ hotAPI.install(require("vue"), false)
18003
+ if (!hotAPI.compatible) return
18004
+ module.hot.accept()
18005
+ if (!module.hot.data) {
18006
+ hotAPI.createRecord("data-v-276be9c2", Component.options)
18007
+ } else {
18008
+ hotAPI.reload("data-v-276be9c2", Component.options)
18009
+ }
18010
+ module.hot.dispose(function (data) {
18011
+ disposed = true
18012
+ })
18013
+ })()}
18014
+
18015
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
18016
+
18017
+
18018
+ /***/ }),
18019
+ /* 192 */
18020
+ /***/ (function(module, exports) {
18021
+
18022
+ // removed by extract-text-webpack-plugin
18023
+
18024
+ /***/ }),
18025
+ /* 193 */
18026
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
18027
+
18028
+ "use strict";
18029
+ var render = function() {
18030
+ var _vm = this
18031
+ var _h = _vm.$createElement
18032
+ var _c = _vm._self._c || _h
18033
+ return _c(
18034
+ "div",
18035
+ { attrs: { id: "dokan-vendor-capabilities" } },
18036
+ [
18037
+ _c(
18038
+ "div",
18039
+ { staticClass: "vendor-capabilities-banner", style: _vm.bannerBg },
18040
+ [
18041
+ _c("img", {
18042
+ attrs: {
18043
+ src: _vm.bannerImage,
18044
+ alt: _vm.__("Dokan Vendor Capabilities Banner", "dokan-lite")
18045
+ }
18046
+ }),
18047
+ _vm._v(" "),
18048
+ _c("div", { staticClass: "content" }, [
18049
+ _c("p", { staticClass: "title" }, [
18050
+ _vm._v(_vm._s(_vm.__("Vendor Capabilities", "dokan-lite")))
18051
+ ]),
18052
  _vm._v(" "),
18053
+ _c("p", [
18054
+ _vm._v(
18055
+ "\n " +
18056
+ _vm._s(
18057
+ _vm.__(
18058
+ "One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.",
18059
+ "dokan-lite"
18060
+ )
18061
+ ) +
18062
+ "\n "
18063
+ )
18064
+ ])
18065
  ])
18066
+ ]
 
18067
  ),
18068
  _vm._v(" "),
18069
+ _c(
18070
+ "div",
18071
+ { staticClass: "grid" },
18072
+ _vm._l(_vm.capabilityCards, function(card) {
18073
+ return _c("div", { staticClass: "col-6" }, [
18074
+ _c("div", { staticClass: "capability-card" }, [
18075
+ _c("div", { staticClass: "capability-image" }, [
18076
+ _c("img", {
18077
+ staticClass: "image",
18078
+ attrs: {
18079
+ src: card.image,
18080
+ alt: _vm.__("Dokan Capability", "dokan-lite")
18081
+ }
18082
+ }),
18083
+ _vm._v(" "),
18084
+ _c("div", { staticClass: "middle" }, [
18085
+ _c(
18086
+ "div",
18087
+ {
18088
+ staticClass: "zoom",
18089
+ on: {
18090
+ click: function($event) {
18091
+ return _vm.openPopup(card.image)
18092
+ }
18093
+ }
18094
+ },
18095
+ [_c("div", { staticClass: "dashicons dashicons-search" })]
18096
+ )
18097
+ ])
18098
+ ]),
18099
+ _vm._v(" "),
18100
+ _c("p", { staticClass: "title" }, [_vm._v(_vm._s(card.title))]),
18101
+ _vm._v(" "),
18102
+ _c("p", { staticClass: "content" }, [
18103
+ _vm._v(_vm._s(card.content))
18104
+ ])
18105
+ ])
18106
+ ])
18107
+ }),
18108
+ 0
18109
+ ),
18110
+ _vm._v(" "),
18111
+ _c("ProCta"),
18112
+ _vm._v(" "),
18113
+ _vm.showPopup
18114
+ ? _c(
18115
+ "div",
18116
+ {
18117
+ attrs: { id: "dokan-capability-image-popup" },
18118
+ on: { click: _vm.closePopup }
18119
+ },
18120
+ [
18121
+ _c("div", { staticClass: "modal-content" }, [
18122
+ _c("div", { staticClass: "body" }, [
18123
+ _c("img", {
18124
+ attrs: {
18125
+ src: this.selectedCapabilityImage,
18126
+ alt: _vm.__("Dokan Capability", "dokan-lite")
18127
+ }
18128
+ })
18129
+ ])
18130
+ ])
18131
+ ]
18132
+ )
18133
+ : _vm._e()
18134
  ],
18135
  1
18136
  )
18142
  if (false) {
18143
  module.hot.accept()
18144
  if (module.hot.data) {
18145
+ require("vue-hot-reload-api") .rerender("data-v-276be9c2", esExports)
18146
  }
18147
  }
18148
 
18149
  /***/ }),
18150
+ /* 194 */
18151
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18152
 
18153
  "use strict";
18154
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProModules_vue__ = __webpack_require__(74);
18155
  /* unused harmony namespace reexport */
18156
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ca20ca84_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProModules_vue__ = __webpack_require__(199);
18157
  var disposed = false
18158
  function injectStyle (ssrContext) {
18159
  if (disposed) return
18160
+ __webpack_require__(195)
18161
  }
18162
  var normalizeComponent = __webpack_require__(0)
18163
  /* script */
18174
  /* moduleIdentifier (server only) */
18175
  var __vue_module_identifier__ = null
18176
  var Component = normalizeComponent(
18177
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProModules_vue__["a" /* default */],
18178
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ca20ca84_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProModules_vue__["a" /* default */],
18179
  __vue_template_functional__,
18180
  __vue_styles__,
18181
  __vue_scopeId__,
18182
  __vue_module_identifier__
18183
  )
18184
+ Component.options.__file = "src/admin/pages/ProModules.vue"
18185
 
18186
  /* hot reload */
18187
  if (false) {(function () {
18190
  if (!hotAPI.compatible) return
18191
  module.hot.accept()
18192
  if (!module.hot.data) {
18193
+ hotAPI.createRecord("data-v-ca20ca84", Component.options)
18194
  } else {
18195
+ hotAPI.reload("data-v-ca20ca84", Component.options)
18196
  }
18197
  module.hot.dispose(function (data) {
18198
  disposed = true
18203
 
18204
 
18205
  /***/ }),
18206
+ /* 195 */
18207
  /***/ (function(module, exports) {
18208
 
18209
  // removed by extract-text-webpack-plugin
18210
 
18211
  /***/ }),
18212
+ /* 196 */
18213
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18214
 
18215
  "use strict";
18216
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(75);
18217
  /* unused harmony namespace reexport */
18218
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ae162ac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(198);
18219
  var disposed = false
18220
  function injectStyle (ssrContext) {
18221
  if (disposed) return
18222
+ __webpack_require__(197)
18223
  }
18224
  var normalizeComponent = __webpack_require__(0)
18225
  /* script */
18236
  /* moduleIdentifier (server only) */
18237
  var __vue_module_identifier__ = null
18238
  var Component = normalizeComponent(
18239
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ModuleUpgradePopup_vue__["a" /* default */],
18240
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ae162ac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ModuleUpgradePopup_vue__["a" /* default */],
18241
  __vue_template_functional__,
18242
  __vue_styles__,
18243
  __vue_scopeId__,
18244
  __vue_module_identifier__
18245
  )
18246
+ Component.options.__file = "src/admin/components/ModuleUpgradePopup.vue"
18247
 
18248
  /* hot reload */
18249
  if (false) {(function () {
18252
  if (!hotAPI.compatible) return
18253
  module.hot.accept()
18254
  if (!module.hot.data) {
18255
+ hotAPI.createRecord("data-v-5ae162ac", Component.options)
18256
  } else {
18257
+ hotAPI.reload("data-v-5ae162ac", Component.options)
18258
  }
18259
  module.hot.dispose(function (data) {
18260
  disposed = true
18265
 
18266
 
18267
  /***/ }),
18268
+ /* 197 */
18269
  /***/ (function(module, exports) {
18270
 
18271
  // removed by extract-text-webpack-plugin
18272
 
18273
  /***/ }),
18274
+ /* 198 */
18275
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18276
 
18277
  "use strict";
18279
  var _vm = this
18280
  var _h = _vm.$createElement
18281
  var _c = _vm._self._c || _h
18282
+ return _c("div", { attrs: { id: "dokan-upgrade-to-pro-wrapper" } }, [
18283
+ _vm.showPopup
18284
+ ? _c(
18285
+ "div",
18286
+ {
18287
+ attrs: { id: "dokan-upgrade-popup" },
18288
+ on: {
18289
+ click: function($event) {
18290
+ if ($event.target !== $event.currentTarget) {
18291
+ return null
18292
+ }
18293
+ return _vm.closePopup.apply(null, arguments)
18294
+ }
18295
+ }
18296
+ },
18297
+ [
18298
+ _c("div", { staticClass: "modal-content" }, [
18299
+ _c("div", { staticClass: "body" }, [
18300
+ _c(
18301
+ "svg",
18302
+ {
18303
+ attrs: {
18304
+ width: "128",
18305
+ height: "109",
18306
+ viewBox: "0 0 128 109",
18307
+ fill: "none",
18308
+ xmlns: "http://www.w3.org/2000/svg"
18309
+ }
18310
+ },
18311
+ [
18312
+ _c("path", {
18313
+ attrs: {
18314
+ d:
18315
+ "M127.502 37.5077C127.406 37.2181 127.141 37.0125 126.827 36.9851L122.568 36.6104L120.884 32.7907C120.76 32.5108 120.477 32.3296 120.163 32.3296C119.848 32.3296 119.566 32.5108 119.441 32.7914L117.757 36.6104L113.497 36.9851C113.184 37.0132 112.92 37.2181 112.823 37.5077C112.726 37.7972 112.815 38.1148 113.052 38.315L116.272 41.0508L115.322 45.1028C115.253 45.4008 115.372 45.7087 115.627 45.8874C115.764 45.9834 115.925 46.0323 116.087 46.0323C116.226 46.0323 116.364 45.9959 116.489 45.9239L120.163 43.7962L123.835 45.9239C124.104 46.0805 124.443 46.0662 124.697 45.8874C124.953 45.7082 125.072 45.4001 125.002 45.1028L124.053 41.0508L127.272 38.3155C127.509 38.1148 127.6 37.7978 127.502 37.5077Z",
18316
+ fill: "#FFC107"
18317
  }
18318
+ }),
18319
+ _vm._v(" "),
18320
+ _c("path", {
18321
+ attrs: {
18322
+ d:
18323
+ "M16.8209 38.1758C16.7105 37.8194 16.4076 37.5663 16.0492 37.5326L11.1816 37.0714L9.25677 32.3703C9.11485 32.0258 8.79162 31.8027 8.4325 31.8027C8.07338 31.8027 7.75015 32.0258 7.60823 32.3711L5.68343 37.0714L0.815005 37.5326C0.457297 37.5671 0.155176 37.8194 0.0441323 38.1758C-0.0669114 38.5321 0.0356399 38.923 0.306237 39.1693L3.98561 42.5365L2.90064 47.5236C2.82125 47.8903 2.95765 48.2694 3.24922 48.4893C3.40594 48.6074 3.5893 48.6676 3.7742 48.6676C3.93362 48.6676 4.09176 48.6228 4.23368 48.5341L8.4325 45.9155L12.6298 48.5341C12.9369 48.7269 13.3241 48.7094 13.615 48.4893C13.9067 48.2687 14.043 47.8895 13.9636 47.5236L12.8786 42.5365L16.558 39.17C16.8286 38.923 16.9319 38.5328 16.8209 38.1758Z",
18324
+ fill: "#FFC107"
18325
+ }
18326
+ }),
18327
+ _vm._v(" "),
18328
+ _c("path", {
18329
+ attrs: {
18330
+ d:
18331
+ "M110.124 10.7456C110.062 10.5674 109.891 10.4409 109.69 10.424L106.952 10.1934L105.869 7.84286C105.789 7.67059 105.607 7.55908 105.405 7.55908C105.203 7.55908 105.022 7.67059 104.942 7.84326L103.859 10.1934L101.121 10.424C100.919 10.4413 100.749 10.5674 100.687 10.7456C100.624 10.9238 100.682 11.1192 100.834 11.2424L102.904 12.926L102.294 15.4195C102.249 15.6029 102.326 15.7924 102.49 15.9024C102.578 15.9614 102.681 15.9915 102.785 15.9915C102.875 15.9915 102.964 15.9691 103.044 15.9248L105.405 14.6155L107.766 15.9248C107.939 16.0212 108.157 16.0124 108.321 15.9024C108.485 15.7921 108.561 15.6025 108.517 15.4195L107.906 12.926L109.976 11.2427C110.128 11.1192 110.186 10.9241 110.124 10.7456Z",
18332
+ fill: "#FFC107"
18333
+ }
18334
+ }),
18335
+ _vm._v(" "),
18336
+ _c("path", {
18337
+ attrs: {
18338
+ d:
18339
+ "M34.2322 8.63769C34.1701 8.45951 33.9998 8.33297 33.7982 8.31612L31.0601 8.08551L29.9774 5.73495C29.8976 5.56268 29.7158 5.45117 29.5138 5.45117C29.3118 5.45117 29.13 5.56268 29.0501 5.73535L27.9674 8.08551L25.2289 8.31612C25.0277 8.33337 24.8578 8.45951 24.7953 8.63769C24.7329 8.81586 24.7906 9.01129 24.9428 9.13448L27.0124 10.8181L26.4021 13.3116C26.3575 13.495 26.4342 13.6845 26.5982 13.7945C26.6863 13.8535 26.7895 13.8836 26.8935 13.8836C26.9832 13.8836 27.0721 13.8612 27.152 13.8169L29.5138 12.5076L31.8748 13.8169C32.0475 13.9133 32.2653 13.9045 32.429 13.7945C32.593 13.6842 32.6697 13.4946 32.625 13.3116L32.0147 10.8181L34.0844 9.13481C34.2366 9.01129 34.2947 8.8162 34.2322 8.63769Z",
18340
+ fill: "#FFC107"
18341
+ }
18342
+ }),
18343
+ _vm._v(" "),
18344
+ _c("path", {
18345
+ attrs: {
18346
+ d:
18347
+ "M36.3471 79.5168C36.3023 79.3832 36.1792 79.2883 36.0337 79.2757L34.0562 79.1027L33.2742 77.3398C33.2166 77.2106 33.0853 77.127 32.9394 77.127C32.7935 77.127 32.6622 77.2106 32.6045 77.3401L31.8226 79.1027L29.8448 79.2757C29.6994 79.2886 29.5767 79.3832 29.5316 79.5168C29.4865 79.6505 29.5282 79.797 29.6381 79.8894L31.1328 81.1521L30.6921 83.0223C30.6598 83.1598 30.7152 83.3019 30.8337 83.3844C30.8973 83.4287 30.9718 83.4513 31.0469 83.4513C31.1117 83.4513 31.1759 83.4345 31.2336 83.4012L32.9394 82.4192L34.6445 83.4012C34.7693 83.4735 34.9266 83.4669 35.0448 83.3844C35.1633 83.3017 35.2186 83.1595 35.1864 83.0223L34.7456 81.1521L36.2404 79.8897C36.3503 79.797 36.3923 79.6507 36.3471 79.5168Z",
18348
+ fill: "#FFC107"
18349
+ }
18350
+ }),
18351
+ _vm._v(" "),
18352
+ _c("path", {
18353
+ attrs: {
18354
+ d:
18355
+ "M115.928 67.9221C115.883 67.7885 115.76 67.6936 115.615 67.6809L113.637 67.508L112.855 65.7451C112.798 65.6159 112.666 65.5322 112.52 65.5322C112.375 65.5322 112.243 65.6159 112.186 65.7454L111.404 67.508L109.426 67.6809C109.281 67.6939 109.158 67.7885 109.113 67.9221C109.068 68.0557 109.109 68.2023 109.219 68.2947L110.714 69.5574L110.273 71.4276C110.241 71.5651 110.296 71.7072 110.415 71.7897C110.478 71.834 110.553 71.8566 110.628 71.8566C110.693 71.8566 110.757 71.8397 110.815 71.8065L112.52 70.8245L114.226 71.8065C114.35 71.8788 114.508 71.8722 114.626 71.7897C114.744 71.707 114.8 71.5648 114.767 71.4276L114.327 69.5574L115.821 68.295C115.931 68.2023 115.973 68.056 115.928 67.9221Z",
18356
+ fill: "#FFC107"
18357
+ }
18358
+ }),
18359
+ _vm._v(" "),
18360
+ _c("g", { attrs: { filter: "url(#filter0_d_1098_419)" } }, [
18361
+ _c("circle", {
18362
+ attrs: {
18363
+ cx: "65.5727",
18364
+ cy: "47.0224",
18365
+ r: "35.0473",
18366
+ fill: "url(#paint0_linear_1098_419)"
18367
+ }
18368
+ })
18369
+ ]),
18370
+ _vm._v(" "),
18371
+ _c("path", {
18372
+ attrs: {
18373
+ "fill-rule": "evenodd",
18374
+ "clip-rule": "evenodd",
18375
+ d:
18376
+ "M73.2509 40.3179C73.2509 35.8737 69.6482 32.271 65.204 32.271C60.7598 32.271 57.1571 35.8737 57.1571 40.3179V44.2984H56.5271C54.9772 44.2984 53.7207 45.5549 53.7207 47.1048V58.5595C53.7207 60.1094 54.9772 61.3659 56.5271 61.3659H74.11C75.6599 61.3659 76.9164 60.1094 76.9164 58.5595V47.1048C76.9164 45.5549 75.6599 44.2984 74.11 44.2984H59.3335V40.4324L59.3345 40.3196C59.3947 37.1295 61.9995 34.5619 65.204 34.5619C68.4462 34.5619 71.0745 37.1902 71.0745 40.4324L71.0745 40.5756H73.2509V40.3179ZM65.3185 50.9994C66.4098 50.9994 67.2944 51.884 67.2944 52.9753C67.2944 53.9393 66.6042 54.742 65.6909 54.9162L65.6908 57.7863C65.6908 57.9919 65.5241 58.1585 65.3185 58.1585C65.1129 58.1585 64.9462 57.9919 64.9462 57.7863L64.9464 54.9163C64.033 54.7422 63.3426 53.9394 63.3426 52.9753C63.3426 51.884 64.2272 50.9994 65.3185 50.9994Z",
18377
+ fill: "white"
18378
+ }
18379
+ }),
18380
+ _vm._v(" "),
18381
+ _c(
18382
+ "defs",
18383
+ [
18384
+ _c(
18385
+ "filter",
18386
+ {
18387
+ attrs: {
18388
+ id: "filter0_d_1098_419",
18389
+ x: "11.5524",
18390
+ y: "0.90753",
18391
+ width: "108.041",
18392
+ height: "108.041",
18393
+ filterUnits: "userSpaceOnUse",
18394
+ "color-interpolation-filters": "sRGB"
18395
+ }
18396
+ },
18397
+ [
18398
+ _c("feFlood", {
18399
+ attrs: {
18400
+ "flood-opacity": "0",
18401
+ result: "BackgroundImageFix"
18402
+ }
18403
+ }),
18404
+ _vm._v(" "),
18405
+ _c("feColorMatrix", {
18406
+ attrs: {
18407
+ in: "SourceAlpha",
18408
+ type: "matrix",
18409
+ values:
18410
+ "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
18411
+ result: "hardAlpha"
18412
+ }
18413
+ }),
18414
+ _vm._v(" "),
18415
+ _c("feOffset", { attrs: { dy: "7.90541" } }),
18416
+ _vm._v(" "),
18417
+ _c("feGaussianBlur", {
18418
+ attrs: { stdDeviation: "9.48649" }
18419
+ }),
18420
+ _vm._v(" "),
18421
+ _c("feComposite", {
18422
+ attrs: { in2: "hardAlpha", operator: "out" }
18423
+ }),
18424
+ _vm._v(" "),
18425
+ _c("feColorMatrix", {
18426
+ attrs: {
18427
+ type: "matrix",
18428
+ values:
18429
+ "0 0 0 0 0.743854 0 0 0 0 0.925 0 0 0 0 0.850411 0 0 0 1 0"
18430
+ }
18431
+ }),
18432
+ _vm._v(" "),
18433
+ _c("feBlend", {
18434
+ attrs: {
18435
+ mode: "normal",
18436
+ in2: "BackgroundImageFix",
18437
+ result: "effect1_dropShadow_1098_419"
18438
+ }
18439
+ }),
18440
+ _vm._v(" "),
18441
+ _c("feBlend", {
18442
+ attrs: {
18443
+ mode: "normal",
18444
+ in: "SourceGraphic",
18445
+ in2: "effect1_dropShadow_1098_419",
18446
+ result: "shape"
18447
+ }
18448
+ })
18449
+ ],
18450
+ 1
18451
+ ),
18452
+ _vm._v(" "),
18453
  _c(
18454
+ "linearGradient",
18455
  {
18456
+ attrs: {
18457
+ id: "paint0_linear_1098_419",
18458
+ x1: "65.5727",
18459
+ y1: "11.9751",
18460
+ x2: "65.5727",
18461
+ y2: "82.0697",
18462
+ gradientUnits: "userSpaceOnUse"
 
 
18463
  }
18464
  },
18465
  [
18466
+ _c("stop", { attrs: { "stop-color": "#01CB70" } }),
18467
+ _vm._v(" "),
18468
+ _c("stop", {
18469
+ attrs: { offset: "1", "stop-color": "#1CE385" }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18470
  })
18471
  ],
18472
  1
18473
  )
18474
+ ],
18475
+ 1
18476
+ )
18477
+ ]
18478
+ ),
18479
+ _vm._v(" "),
18480
+ _c("p", { staticClass: "unlock" }, [
18481
+ _vm._v(_vm._s(_vm.__("Unlock", "dokan-lite")))
18482
+ ]),
18483
+ _vm._v(" "),
18484
+ _c("h1", [_vm._v(_vm._s(_vm.__("20+ Modules", "dokan-lite")))]),
18485
+ _vm._v(" "),
18486
+ _c("p", { staticClass: "text-brand" }, [
18487
+ _vm._v(
18488
+ _vm._s(_vm.__("with Dokan Premium Plans", "dokan-lite"))
18489
+ )
18490
+ ]),
18491
+ _vm._v(" "),
18492
+ _c("p", {
18493
+ staticClass: "upgrade-text",
18494
+ domProps: {
18495
+ innerHTML: _vm._s(
18496
+ _vm.sprintf(
18497
+ _vm.__(
18498
+ "We’re sorry %s Dokan Modules are not available on %s. Please upgrade to a PRO plan to unlock the modules of your choice.",
18499
+ "dokan-lite"
18500
+ ),
18501
+ "<br>",
18502
+ "<strong>Dokan Lite</strong>"
18503
+ )
18504
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18505
  }
18506
+ }),
18507
+ _vm._v(" "),
18508
+ _c(
18509
+ "a",
18510
+ {
18511
+ staticClass: "upgrade-button",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18512
  attrs: {
18513
+ target: "_blank",
18514
+ rel: "noopener noreferrer",
18515
+ href: _vm.upgradeURL
18516
  }
18517
+ },
18518
+ [_vm._v(_vm._s(_vm.__("Upgrade to Pro", "dokan-lite")))]
18519
+ ),
18520
+ _vm._v(" "),
18521
+ _c("div", { staticClass: "promo-card" }, [
18522
  _c(
18523
+ "svg",
18524
+ {
18525
+ attrs: {
18526
+ width: "318",
18527
+ height: "181",
18528
+ viewBox: "0 0 318 181",
18529
+ fill: "none",
18530
+ xmlns: "http://www.w3.org/2000/svg"
18531
+ }
18532
+ },
18533
  [
18534
+ _c("rect", {
18535
+ attrs: {
18536
+ width: "318",
18537
+ height: "181",
18538
+ rx: "10",
18539
+ fill: "url(#paint0_linear_1061_678)"
18540
+ }
18541
+ }),
18542
+ _vm._v(" "),
18543
+ _c("path", {
18544
+ attrs: {
18545
+ d:
18546
+ "M69.7623 78.1796C19.6582 89.3268 8.33272 60.917 0 47.3061V10C0 4.47715 4.47714 0 9.99999 0H308C313.523 0 318 4.47716 318 10V122C287.77 58.7592 226.42 82.2094 166.516 91.1265C119.684 98.098 114.527 68.2204 69.7623 78.1796Z",
18547
+ fill: "#7867FF",
18548
+ "fill-opacity": "0.1"
18549
+ }
18550
+ }),
18551
+ _vm._v(" "),
18552
+ _c("path", {
18553
+ attrs: {
18554
+ d:
18555
+ "M50.6582 112H54.5068C56.6055 112 57.8496 110.968 57.8496 109.238V109.225C57.8496 107.926 56.9951 107.003 55.6484 106.832V106.723C56.5986 106.552 57.3506 105.622 57.3506 104.604V104.59C57.3506 103.086 56.2432 102.136 54.4316 102.136H50.6582V112ZM54.1719 103.223C55.3955 103.223 56.1064 103.804 56.1064 104.802V104.815C56.1064 105.854 55.3477 106.388 53.8574 106.388H51.8887V103.223H54.1719ZM54.2061 107.447C55.7783 107.447 56.585 108.028 56.585 109.163V109.177C56.585 110.312 55.8057 110.913 54.3223 110.913H51.8887V107.447H54.2061ZM62.7373 112.13C64.8359 112.13 66.1348 110.681 66.1348 108.322V108.309C66.1348 105.943 64.8359 104.501 62.7373 104.501C60.6387 104.501 59.3398 105.943 59.3398 108.309V108.322C59.3398 110.681 60.6387 112.13 62.7373 112.13ZM62.7373 111.077C61.3428 111.077 60.5566 110.059 60.5566 108.322V108.309C60.5566 106.565 61.3428 105.554 62.7373 105.554C64.1318 105.554 64.918 106.565 64.918 108.309V108.322C64.918 110.059 64.1318 111.077 62.7373 111.077ZM67.9805 112H69.1699V107.639C69.1699 106.347 69.915 105.554 71.0908 105.554C72.2666 105.554 72.8135 106.189 72.8135 107.516V112H74.0029V107.229C74.0029 105.479 73.0801 104.501 71.4258 104.501C70.3389 104.501 69.6484 104.959 69.2793 105.738H69.1699V104.631H67.9805V112ZM78.624 112.13C79.7041 112.13 80.4492 111.686 80.8115 110.899H80.9209V112H82.1104V104.631H80.9209V108.992C80.9209 110.284 80.2305 111.077 78.9316 111.077C77.7559 111.077 77.2773 110.441 77.2773 109.115V104.631H76.0879V109.402C76.0879 111.146 76.9492 112.13 78.624 112.13ZM86.8613 112.13C88.5361 112.13 89.8145 111.221 89.8145 109.908V109.895C89.8145 108.842 89.1445 108.24 87.7568 107.905L86.6221 107.632C85.7539 107.42 85.3848 107.105 85.3848 106.606V106.593C85.3848 105.943 86.0273 105.492 86.9023 105.492C87.791 105.492 88.3652 105.896 88.5225 106.477H89.6914C89.5273 105.273 88.4541 104.501 86.9092 104.501C85.3438 104.501 84.168 105.424 84.168 106.647V106.654C84.168 107.714 84.79 108.315 86.1709 108.644L87.3125 108.917C88.2217 109.136 88.5977 109.484 88.5977 109.983V109.997C88.5977 110.667 87.8936 111.139 86.9023 111.139C85.959 111.139 85.3711 110.735 85.1729 110.12H83.9561C84.0928 111.337 85.2207 112.13 86.8613 112.13ZM92.6309 106.777C93.123 106.777 93.5195 106.374 93.5195 105.889C93.5195 105.396 93.123 105 92.6309 105C92.1455 105 91.7422 105.396 91.7422 105.889C91.7422 106.374 92.1455 106.777 92.6309 106.777ZM92.6309 112.068C93.123 112.068 93.5195 111.665 93.5195 111.18C93.5195 110.688 93.123 110.291 92.6309 110.291C92.1455 110.291 91.7422 110.688 91.7422 111.18C91.7422 111.665 92.1455 112.068 92.6309 112.068ZM99.9043 112H103.288C106.221 112 107.943 110.175 107.943 107.071V107.058C107.943 103.961 106.214 102.136 103.288 102.136H99.9043V112ZM101.135 110.893V103.243H103.206C105.394 103.243 106.686 104.665 106.686 107.071V107.085C106.686 109.484 105.407 110.893 103.206 110.893H101.135ZM112.954 112.13C115.053 112.13 116.352 110.681 116.352 108.322V108.309C116.352 105.943 115.053 104.501 112.954 104.501C110.855 104.501 109.557 105.943 109.557 108.309V108.322C109.557 110.681 110.855 112.13 112.954 112.13ZM112.954 111.077C111.56 111.077 110.773 110.059 110.773 108.322V108.309C110.773 106.565 111.56 105.554 112.954 105.554C114.349 105.554 115.135 106.565 115.135 108.309V108.322C115.135 110.059 114.349 111.077 112.954 111.077ZM118.266 112H119.455V109.204L120.146 108.534L122.907 112H124.404L120.979 107.728L124.192 104.631H122.75L119.564 107.851H119.455V101.705H118.266V112ZM127.617 112.13C128.608 112.13 129.381 111.699 129.846 110.913H129.955V112H131.145V106.955C131.145 105.424 130.14 104.501 128.342 104.501C126.77 104.501 125.648 105.28 125.457 106.436L125.45 106.477H126.64L126.646 106.456C126.838 105.882 127.419 105.554 128.301 105.554C129.401 105.554 129.955 106.046 129.955 106.955V107.625L127.843 107.755C126.127 107.857 125.156 108.616 125.156 109.929V109.942C125.156 111.282 126.216 112.13 127.617 112.13ZM126.373 109.915V109.901C126.373 109.17 126.865 108.773 127.986 108.705L129.955 108.582V109.252C129.955 110.305 129.073 111.098 127.863 111.098C127.009 111.098 126.373 110.66 126.373 109.915ZM133.318 112H134.508V107.639C134.508 106.347 135.253 105.554 136.429 105.554C137.604 105.554 138.151 106.189 138.151 107.516V112H139.341V107.229C139.341 105.479 138.418 104.501 136.764 104.501C135.677 104.501 134.986 104.959 134.617 105.738H134.508V104.631H133.318V112ZM145.582 112H151.57V110.893H146.812V102.136H145.582V112ZM154.018 103.209C154.469 103.209 154.838 102.84 154.838 102.389C154.838 101.938 154.469 101.568 154.018 101.568C153.566 101.568 153.197 101.938 153.197 102.389C153.197 102.84 153.566 103.209 154.018 103.209ZM153.416 112H154.605V104.631H153.416V112ZM159.466 112.055C159.698 112.055 159.924 112.027 160.156 111.986V110.975C159.938 110.995 159.821 111.002 159.609 111.002C158.844 111.002 158.543 110.653 158.543 109.785V105.615H160.156V104.631H158.543V102.724H157.312V104.631H156.15V105.615H157.312V110.086C157.312 111.494 157.948 112.055 159.466 112.055ZM164.832 112.13C166.568 112.13 167.621 111.146 167.874 110.147L167.888 110.093H166.698L166.671 110.154C166.473 110.599 165.857 111.07 164.859 111.07C163.547 111.07 162.706 110.182 162.672 108.657H167.977V108.192C167.977 105.991 166.76 104.501 164.757 104.501C162.754 104.501 161.455 106.06 161.455 108.336V108.343C161.455 110.653 162.727 112.13 164.832 112.13ZM164.75 105.561C165.837 105.561 166.644 106.251 166.767 107.707H162.692C162.822 106.306 163.656 105.561 164.75 105.561ZM176.228 112.13C177.308 112.13 178.053 111.686 178.415 110.899H178.524V112H179.714V104.631H178.524V108.992C178.524 110.284 177.834 111.077 176.535 111.077C175.359 111.077 174.881 110.441 174.881 109.115V104.631H173.691V109.402C173.691 111.146 174.553 112.13 176.228 112.13ZM184.465 112.13C186.14 112.13 187.418 111.221 187.418 109.908V109.895C187.418 108.842 186.748 108.24 185.36 107.905L184.226 107.632C183.357 107.42 182.988 107.105 182.988 106.606V106.593C182.988 105.943 183.631 105.492 184.506 105.492C185.395 105.492 185.969 105.896 186.126 106.477H187.295C187.131 105.273 186.058 104.501 184.513 104.501C182.947 104.501 181.771 105.424 181.771 106.647V106.654C181.771 107.714 182.394 108.315 183.774 108.644L184.916 108.917C185.825 109.136 186.201 109.484 186.201 109.983V109.997C186.201 110.667 185.497 111.139 184.506 111.139C183.562 111.139 182.975 110.735 182.776 110.12H181.56C181.696 111.337 182.824 112.13 184.465 112.13ZM192.271 112.13C194.008 112.13 195.061 111.146 195.313 110.147L195.327 110.093H194.138L194.11 110.154C193.912 110.599 193.297 111.07 192.299 111.07C190.986 111.07 190.146 110.182 190.111 108.657H195.416V108.192C195.416 105.991 194.199 104.501 192.196 104.501C190.193 104.501 188.895 106.06 188.895 108.336V108.343C188.895 110.653 190.166 112.13 192.271 112.13ZM192.189 105.561C193.276 105.561 194.083 106.251 194.206 107.707H190.132C190.262 106.306 191.096 105.561 192.189 105.561ZM197.262 112H198.451V107.434C198.451 106.354 199.258 105.636 200.393 105.636C200.652 105.636 200.878 105.663 201.124 105.704V104.549C201.008 104.528 200.755 104.501 200.529 104.501C199.531 104.501 198.841 104.952 198.561 105.725H198.451V104.631H197.262V112ZM204.986 112.13C206.661 112.13 207.939 111.221 207.939 109.908V109.895C207.939 108.842 207.27 108.24 205.882 107.905L204.747 107.632C203.879 107.42 203.51 107.105 203.51 106.606V106.593C203.51 105.943 204.152 105.492 205.027 105.492C205.916 105.492 206.49 105.896 206.647 106.477H207.816C207.652 105.273 206.579 104.501 205.034 104.501C203.469 104.501 202.293 105.424 202.293 106.647V106.654C202.293 107.714 202.915 108.315 204.296 108.644L205.438 108.917C206.347 109.136 206.723 109.484 206.723 109.983V109.997C206.723 110.667 206.019 111.139 205.027 111.139C204.084 111.139 203.496 110.735 203.298 110.12H202.081C202.218 111.337 203.346 112.13 204.986 112.13ZM216.758 114.598C218.768 114.598 220.039 113.545 220.039 111.897V104.631H218.85V105.848H218.768C218.316 105.014 217.51 104.501 216.471 104.501C214.543 104.501 213.354 105.998 213.354 108.062V108.076C213.354 110.141 214.536 111.617 216.443 111.617C217.455 111.617 218.289 111.159 218.754 110.346H218.863V111.836C218.863 112.923 218.077 113.545 216.758 113.545C215.698 113.545 215.042 113.148 214.912 112.588L214.905 112.581H213.675L213.661 112.588C213.846 113.798 214.98 114.598 216.758 114.598ZM216.703 110.564C215.336 110.564 214.57 109.539 214.57 108.076V108.062C214.57 106.6 215.336 105.554 216.703 105.554C218.063 105.554 218.891 106.6 218.891 108.062V108.076C218.891 109.539 218.07 110.564 216.703 110.564ZM225.262 112.13C226.998 112.13 228.051 111.146 228.304 110.147L228.317 110.093H227.128L227.101 110.154C226.902 110.599 226.287 111.07 225.289 111.07C223.977 111.07 223.136 110.182 223.102 108.657H228.406V108.192C228.406 105.991 227.189 104.501 225.187 104.501C223.184 104.501 221.885 106.06 221.885 108.336V108.343C221.885 110.653 223.156 112.13 225.262 112.13ZM225.18 105.561C226.267 105.561 227.073 106.251 227.196 107.707H223.122C223.252 106.306 224.086 105.561 225.18 105.561ZM232.87 112.055C233.103 112.055 233.328 112.027 233.561 111.986V110.975C233.342 110.995 233.226 111.002 233.014 111.002C232.248 111.002 231.947 110.653 231.947 109.785V105.615H233.561V104.631H231.947V102.724H230.717V104.631H229.555V105.615H230.717V110.086C230.717 111.494 231.353 112.055 232.87 112.055ZM242.304 112.13C244.402 112.13 245.701 110.681 245.701 108.322V108.309C245.701 105.943 244.402 104.501 242.304 104.501C240.205 104.501 238.906 105.943 238.906 108.309V108.322C238.906 110.681 240.205 112.13 242.304 112.13ZM242.304 111.077C240.909 111.077 240.123 110.059 240.123 108.322V108.309C240.123 106.565 240.909 105.554 242.304 105.554C243.698 105.554 244.484 106.565 244.484 108.309V108.322C244.484 110.059 243.698 111.077 242.304 111.077ZM248.039 112H249.229V105.615H250.903V104.631H249.229V103.845C249.229 103.038 249.57 102.621 250.418 102.621C250.63 102.621 250.828 102.628 250.972 102.655V101.705C250.726 101.657 250.466 101.637 250.179 101.637C248.777 101.637 248.039 102.341 248.039 103.811V104.631H246.815V105.615H248.039V112ZM253.111 112H254.301V105.615H255.976V104.631H254.301V103.845C254.301 103.038 254.643 102.621 255.49 102.621C255.702 102.621 255.9 102.628 256.044 102.655V101.705C255.798 101.657 255.538 101.637 255.251 101.637C253.85 101.637 253.111 102.341 253.111 103.811V104.631H251.888V105.615H253.111V112ZM260.385 112.13C262.121 112.13 263.174 111.146 263.427 110.147L263.44 110.093H262.251L262.224 110.154C262.025 110.599 261.41 111.07 260.412 111.07C259.1 111.07 258.259 110.182 258.225 108.657H263.529V108.192C263.529 105.991 262.312 104.501 260.31 104.501C258.307 104.501 257.008 106.06 257.008 108.336V108.343C257.008 110.653 258.279 112.13 260.385 112.13ZM260.303 105.561C261.39 105.561 262.196 106.251 262.319 107.707H258.245C258.375 106.306 259.209 105.561 260.303 105.561ZM265.375 112H266.564V107.434C266.564 106.354 267.371 105.636 268.506 105.636C268.766 105.636 268.991 105.663 269.237 105.704V104.549C269.121 104.528 268.868 104.501 268.643 104.501C267.645 104.501 266.954 104.952 266.674 105.725H266.564V104.631H265.375V112ZM30.335 133H31.5244L33.165 127.299H33.2744L34.9219 133H36.1182L38.1826 125.631H37L35.5508 131.523H35.4414L33.7939 125.631H32.666L31.0186 131.523H30.9092L29.46 125.631H28.2705L30.335 133ZM40.3838 124.209C40.835 124.209 41.2041 123.84 41.2041 123.389C41.2041 122.938 40.835 122.568 40.3838 122.568C39.9326 122.568 39.5635 122.938 39.5635 123.389C39.5635 123.84 39.9326 124.209 40.3838 124.209ZM39.7822 133H40.9717V125.631H39.7822V133ZM45.832 133.055C46.0645 133.055 46.29 133.027 46.5225 132.986V131.975C46.3037 131.995 46.1875 132.002 45.9756 132.002C45.21 132.002 44.9092 131.653 44.9092 130.785V126.615H46.5225V125.631H44.9092V123.724H43.6787V125.631H42.5166V126.615H43.6787V131.086C43.6787 132.494 44.3145 133.055 45.832 133.055ZM48.3682 133H49.5576V128.639C49.5576 127.347 50.3027 126.554 51.4785 126.554C52.6543 126.554 53.2012 127.189 53.2012 128.516V133H54.3906V128.229C54.3906 126.479 53.4678 125.501 51.8135 125.501C50.7266 125.501 50.0361 125.959 49.667 126.738H49.5576V122.705H48.3682V133ZM60.4814 133H61.6709V128.434C61.6709 127.354 62.4775 126.636 63.6123 126.636C63.8721 126.636 64.0977 126.663 64.3438 126.704V125.549C64.2275 125.528 63.9746 125.501 63.749 125.501C62.751 125.501 62.0605 125.952 61.7803 126.725H61.6709V125.631H60.4814V133ZM68.6162 133.13C70.3525 133.13 71.4053 132.146 71.6582 131.147L71.6719 131.093H70.4824L70.4551 131.154C70.2568 131.599 69.6416 132.07 68.6436 132.07C67.3311 132.07 66.4902 131.182 66.4561 129.657H71.7607V129.192C71.7607 126.991 70.5439 125.501 68.541 125.501C66.5381 125.501 65.2393 127.06 65.2393 129.336V129.343C65.2393 131.653 66.5107 133.13 68.6162 133.13ZM68.5342 126.561C69.6211 126.561 70.4277 127.251 70.5508 128.707H66.4766C66.6064 127.306 67.4404 126.561 68.5342 126.561ZM76.6416 135.598C78.6514 135.598 79.9229 134.545 79.9229 132.897V125.631H78.7334V126.848H78.6514C78.2002 126.014 77.3936 125.501 76.3545 125.501C74.4268 125.501 73.2373 126.998 73.2373 129.062V129.076C73.2373 131.141 74.4199 132.617 76.3271 132.617C77.3389 132.617 78.1729 132.159 78.6377 131.346H78.7471V132.836C78.7471 133.923 77.9609 134.545 76.6416 134.545C75.582 134.545 74.9258 134.148 74.7959 133.588L74.7891 133.581H73.5586L73.5449 133.588C73.7295 134.798 74.8643 135.598 76.6416 135.598ZM76.5869 131.564C75.2197 131.564 74.4541 130.539 74.4541 129.076V129.062C74.4541 127.6 75.2197 126.554 76.5869 126.554C77.9473 126.554 78.7744 127.6 78.7744 129.062V129.076C78.7744 130.539 77.9541 131.564 76.5869 131.564ZM84.6055 133.13C85.6855 133.13 86.4307 132.686 86.793 131.899H86.9023V133H88.0918V125.631H86.9023V129.992C86.9023 131.284 86.2119 132.077 84.9131 132.077C83.7373 132.077 83.2588 131.441 83.2588 130.115V125.631H82.0693V130.402C82.0693 132.146 82.9307 133.13 84.6055 133.13ZM90.3818 133H91.5713V122.705H90.3818V133ZM95.8779 133.13C96.8691 133.13 97.6416 132.699 98.1064 131.913H98.2158V133H99.4053V127.955C99.4053 126.424 98.4004 125.501 96.6025 125.501C95.0303 125.501 93.9092 126.28 93.7178 127.436L93.7109 127.477H94.9004L94.9072 127.456C95.0986 126.882 95.6797 126.554 96.5615 126.554C97.6621 126.554 98.2158 127.046 98.2158 127.955V128.625L96.1035 128.755C94.3877 128.857 93.417 129.616 93.417 130.929V130.942C93.417 132.282 94.4766 133.13 95.8779 133.13ZM94.6338 130.915V130.901C94.6338 130.17 95.126 129.773 96.2471 129.705L98.2158 129.582V130.252C98.2158 131.305 97.334 132.098 96.124 132.098C95.2695 132.098 94.6338 131.66 94.6338 130.915ZM101.579 133H102.769V128.434C102.769 127.354 103.575 126.636 104.71 126.636C104.97 126.636 105.195 126.663 105.441 126.704V125.549C105.325 125.528 105.072 125.501 104.847 125.501C103.849 125.501 103.158 125.952 102.878 126.725H102.769V125.631H101.579V133ZM110.849 135.461H112.038V131.838H112.147C112.551 132.624 113.433 133.13 114.444 133.13C116.317 133.13 117.534 131.633 117.534 129.322V129.309C117.534 127.012 116.311 125.501 114.444 125.501C113.419 125.501 112.599 125.986 112.147 126.807H112.038V125.631H110.849V135.461ZM114.171 132.077C112.831 132.077 112.011 131.024 112.011 129.322V129.309C112.011 127.606 112.831 126.554 114.171 126.554C115.518 126.554 116.317 127.593 116.317 129.309V129.322C116.317 131.038 115.518 132.077 114.171 132.077ZM119.394 133H120.583V128.434C120.583 127.354 121.39 126.636 122.524 126.636C122.784 126.636 123.01 126.663 123.256 126.704V125.549C123.14 125.528 122.887 125.501 122.661 125.501C121.663 125.501 120.973 125.952 120.692 126.725H120.583V125.631H119.394V133ZM125.354 124.209C125.806 124.209 126.175 123.84 126.175 123.389C126.175 122.938 125.806 122.568 125.354 122.568C124.903 122.568 124.534 122.938 124.534 123.389C124.534 123.84 124.903 124.209 125.354 124.209ZM124.753 133H125.942V125.631H124.753V133ZM131.199 133.13C132.97 133.13 133.961 132.18 134.262 130.847L134.275 130.771L133.1 130.778L133.086 130.819C132.812 131.64 132.184 132.077 131.192 132.077C129.88 132.077 129.032 130.99 129.032 129.295V129.281C129.032 127.62 129.866 126.554 131.192 126.554C132.252 126.554 132.908 127.142 133.093 127.866L133.1 127.887H134.282L134.275 127.846C134.057 126.533 132.983 125.501 131.192 125.501C129.128 125.501 127.815 126.991 127.815 129.281V129.295C127.815 131.633 129.135 133.13 131.199 133.13ZM139.026 133.13C140.763 133.13 141.815 132.146 142.068 131.147L142.082 131.093H140.893L140.865 131.154C140.667 131.599 140.052 132.07 139.054 132.07C137.741 132.07 136.9 131.182 136.866 129.657H142.171V129.192C142.171 126.991 140.954 125.501 138.951 125.501C136.948 125.501 135.649 127.06 135.649 129.336V129.343C135.649 131.653 136.921 133.13 139.026 133.13ZM138.944 126.561C140.031 126.561 140.838 127.251 140.961 128.707H136.887C137.017 127.306 137.851 126.561 138.944 126.561ZM143.716 135.509H144.598L145.671 131.619H144.311L143.716 135.509ZM154.134 133.13C155.125 133.13 155.897 132.699 156.362 131.913H156.472V133H157.661V127.955C157.661 126.424 156.656 125.501 154.858 125.501C153.286 125.501 152.165 126.28 151.974 127.436L151.967 127.477H153.156L153.163 127.456C153.354 126.882 153.936 126.554 154.817 126.554C155.918 126.554 156.472 127.046 156.472 127.955V128.625L154.359 128.755C152.644 128.857 151.673 129.616 151.673 130.929V130.942C151.673 132.282 152.732 133.13 154.134 133.13ZM152.89 130.915V130.901C152.89 130.17 153.382 129.773 154.503 129.705L156.472 129.582V130.252C156.472 131.305 155.59 132.098 154.38 132.098C153.525 132.098 152.89 131.66 152.89 130.915ZM162.303 133.13C163.383 133.13 164.128 132.686 164.49 131.899H164.6V133H165.789V125.631H164.6V129.992C164.6 131.284 163.909 132.077 162.61 132.077C161.435 132.077 160.956 131.441 160.956 130.115V125.631H159.767V130.402C159.767 132.146 160.628 133.13 162.303 133.13ZM170.629 133.055C170.861 133.055 171.087 133.027 171.319 132.986V131.975C171.101 131.995 170.984 132.002 170.772 132.002C170.007 132.002 169.706 131.653 169.706 130.785V126.615H171.319V125.631H169.706V123.724H168.476V125.631H167.313V126.615H168.476V131.086C168.476 132.494 169.111 133.055 170.629 133.055ZM176.016 133.13C178.114 133.13 179.413 131.681 179.413 129.322V129.309C179.413 126.943 178.114 125.501 176.016 125.501C173.917 125.501 172.618 126.943 172.618 129.309V129.322C172.618 131.681 173.917 133.13 176.016 133.13ZM176.016 132.077C174.621 132.077 173.835 131.059 173.835 129.322V129.309C173.835 127.565 174.621 126.554 176.016 126.554C177.41 126.554 178.196 127.565 178.196 129.309V129.322C178.196 131.059 177.41 132.077 176.016 132.077ZM181.259 133H182.448V128.434C182.448 127.395 183.18 126.554 184.144 126.554C185.073 126.554 185.675 127.121 185.675 127.996V133H186.864V128.263C186.864 127.326 187.541 126.554 188.566 126.554C189.605 126.554 190.104 127.094 190.104 128.181V133H191.294V127.907C191.294 126.362 190.453 125.501 188.949 125.501C187.931 125.501 187.09 126.014 186.693 126.793H186.584C186.242 126.027 185.545 125.501 184.547 125.501C183.583 125.501 182.886 125.959 182.558 126.752H182.448V125.631H181.259V133ZM195.464 133.13C196.455 133.13 197.228 132.699 197.692 131.913H197.802V133H198.991V127.955C198.991 126.424 197.986 125.501 196.188 125.501C194.616 125.501 193.495 126.28 193.304 127.436L193.297 127.477H194.486L194.493 127.456C194.685 126.882 195.266 126.554 196.147 126.554C197.248 126.554 197.802 127.046 197.802 127.955V128.625L195.689 128.755C193.974 128.857 193.003 129.616 193.003 130.929V130.942C193.003 132.282 194.062 133.13 195.464 133.13ZM194.22 130.915V130.901C194.22 130.17 194.712 129.773 195.833 129.705L197.802 129.582V130.252C197.802 131.305 196.92 132.098 195.71 132.098C194.855 132.098 194.22 131.66 194.22 130.915ZM203.783 133.055C204.016 133.055 204.241 133.027 204.474 132.986V131.975C204.255 131.995 204.139 132.002 203.927 132.002C203.161 132.002 202.86 131.653 202.86 130.785V126.615H204.474V125.631H202.86V123.724H201.63V125.631H200.468V126.615H201.63V131.086C201.63 132.494 202.266 133.055 203.783 133.055ZM206.88 124.209C207.331 124.209 207.7 123.84 207.7 123.389C207.7 122.938 207.331 122.568 206.88 122.568C206.429 122.568 206.06 122.938 206.06 123.389C206.06 123.84 206.429 124.209 206.88 124.209ZM206.278 133H207.468V125.631H206.278V133ZM212.725 133.13C214.495 133.13 215.486 132.18 215.787 130.847L215.801 130.771L214.625 130.778L214.611 130.819C214.338 131.64 213.709 132.077 212.718 132.077C211.405 132.077 210.558 130.99 210.558 129.295V129.281C210.558 127.62 211.392 126.554 212.718 126.554C213.777 126.554 214.434 127.142 214.618 127.866L214.625 127.887H215.808L215.801 127.846C215.582 126.533 214.509 125.501 212.718 125.501C210.653 125.501 209.341 126.991 209.341 129.281V129.295C209.341 131.633 210.66 133.13 212.725 133.13ZM219.567 133.13C220.559 133.13 221.331 132.699 221.796 131.913H221.905V133H223.095V127.955C223.095 126.424 222.09 125.501 220.292 125.501C218.72 125.501 217.599 126.28 217.407 127.436L217.4 127.477H218.59L218.597 127.456C218.788 126.882 219.369 126.554 220.251 126.554C221.352 126.554 221.905 127.046 221.905 127.955V128.625L219.793 128.755C218.077 128.857 217.106 129.616 217.106 130.929V130.942C217.106 132.282 218.166 133.13 219.567 133.13ZM218.323 130.915V130.901C218.323 130.17 218.815 129.773 219.937 129.705L221.905 129.582V130.252C221.905 131.305 221.023 132.098 219.813 132.098C218.959 132.098 218.323 131.66 218.323 130.915ZM225.337 133H226.526V122.705H225.337V133ZM228.878 133H230.067V122.705H228.878V133ZM232.979 135.584C234.285 135.584 234.894 135.105 235.502 133.451L238.38 125.631H237.129L235.112 131.694H235.003L232.979 125.631H231.708L234.436 133.007L234.299 133.444C234.032 134.292 233.622 134.6 232.945 134.6C232.781 134.6 232.597 134.593 232.453 134.565V135.543C232.617 135.57 232.822 135.584 232.979 135.584ZM245.913 133.13C246.904 133.13 247.677 132.699 248.142 131.913H248.251V133H249.44V127.955C249.44 126.424 248.436 125.501 246.638 125.501C245.065 125.501 243.944 126.28 243.753 127.436L243.746 127.477H244.936L244.942 127.456C245.134 126.882 245.715 126.554 246.597 126.554C247.697 126.554 248.251 127.046 248.251 127.955V128.625L246.139 128.755C244.423 128.857 243.452 129.616 243.452 130.929V130.942C243.452 132.282 244.512 133.13 245.913 133.13ZM244.669 130.915V130.901C244.669 130.17 245.161 129.773 246.282 129.705L248.251 129.582V130.252C248.251 131.305 247.369 132.098 246.159 132.098C245.305 132.098 244.669 131.66 244.669 130.915ZM251.614 135.461H252.804V131.838H252.913C253.316 132.624 254.198 133.13 255.21 133.13C257.083 133.13 258.3 131.633 258.3 129.322V129.309C258.3 127.012 257.076 125.501 255.21 125.501C254.185 125.501 253.364 125.986 252.913 126.807H252.804V125.631H251.614V135.461ZM254.937 132.077C253.597 132.077 252.776 131.024 252.776 129.322V129.309C252.776 127.606 253.597 126.554 254.937 126.554C256.283 126.554 257.083 127.593 257.083 129.309V129.322C257.083 131.038 256.283 132.077 254.937 132.077ZM260.159 135.461H261.349V131.838H261.458C261.861 132.624 262.743 133.13 263.755 133.13C265.628 133.13 266.845 131.633 266.845 129.322V129.309C266.845 127.012 265.621 125.501 263.755 125.501C262.729 125.501 261.909 125.986 261.458 126.807H261.349V125.631H260.159V135.461ZM263.481 132.077C262.142 132.077 261.321 131.024 261.321 129.322V129.309C261.321 127.606 262.142 126.554 263.481 126.554C264.828 126.554 265.628 127.593 265.628 129.309V129.322C265.628 131.038 264.828 132.077 263.481 132.077ZM268.772 133H269.962V122.705H268.772V133ZM272.874 124.209C273.325 124.209 273.694 123.84 273.694 123.389C273.694 122.938 273.325 122.568 272.874 122.568C272.423 122.568 272.054 122.938 272.054 123.389C272.054 123.84 272.423 124.209 272.874 124.209ZM272.272 133H273.462V125.631H272.272V133ZM278.712 133.13C280.448 133.13 281.501 132.146 281.754 131.147L281.768 131.093H280.578L280.551 131.154C280.353 131.599 279.737 132.07 278.739 132.07C277.427 132.07 276.586 131.182 276.552 129.657H281.856V129.192C281.856 126.991 280.64 125.501 278.637 125.501C276.634 125.501 275.335 127.06 275.335 129.336V129.343C275.335 131.653 276.606 133.13 278.712 133.13ZM278.63 126.561C279.717 126.561 280.523 127.251 280.646 128.707H276.572C276.702 127.306 277.536 126.561 278.63 126.561ZM286.423 133.13C287.448 133.13 288.269 132.645 288.72 131.824H288.829V133H290.019V122.705H288.829V126.793H288.72C288.316 126.007 287.435 125.501 286.423 125.501C284.55 125.501 283.333 126.998 283.333 129.309V129.322C283.333 131.619 284.557 133.13 286.423 133.13ZM286.696 132.077C285.35 132.077 284.55 131.038 284.55 129.322V129.309C284.55 127.593 285.35 126.554 286.696 126.554C288.036 126.554 288.856 127.606 288.856 129.309V129.322C288.856 131.024 288.036 132.077 286.696 132.077ZM122.203 155.055C122.436 155.055 122.661 155.027 122.894 154.986V153.975C122.675 153.995 122.559 154.002 122.347 154.002C121.581 154.002 121.28 153.653 121.28 152.785V148.615H122.894V147.631H121.28V145.724H120.05V147.631H118.888V148.615H120.05V153.086C120.05 154.494 120.686 155.055 122.203 155.055ZM127.59 155.13C129.688 155.13 130.987 153.681 130.987 151.322V151.309C130.987 148.943 129.688 147.501 127.59 147.501C125.491 147.501 124.192 148.943 124.192 151.309V151.322C124.192 153.681 125.491 155.13 127.59 155.13ZM127.59 154.077C126.195 154.077 125.409 153.059 125.409 151.322V151.309C125.409 149.565 126.195 148.554 127.59 148.554C128.984 148.554 129.771 149.565 129.771 151.309V151.322C129.771 153.059 128.984 154.077 127.59 154.077ZM139.785 155.13C141.556 155.13 142.547 154.18 142.848 152.847L142.861 152.771L141.686 152.778L141.672 152.819C141.398 153.64 140.77 154.077 139.778 154.077C138.466 154.077 137.618 152.99 137.618 151.295V151.281C137.618 149.62 138.452 148.554 139.778 148.554C140.838 148.554 141.494 149.142 141.679 149.866L141.686 149.887H142.868L142.861 149.846C142.643 148.533 141.569 147.501 139.778 147.501C137.714 147.501 136.401 148.991 136.401 151.281V151.295C136.401 153.633 137.721 155.13 139.785 155.13ZM144.673 155H145.862V150.639C145.862 149.347 146.607 148.554 147.783 148.554C148.959 148.554 149.506 149.189 149.506 150.516V155H150.695V150.229C150.695 148.479 149.772 147.501 148.118 147.501C147.031 147.501 146.341 147.959 145.972 148.738H145.862V144.705H144.673V155ZM155.856 155.13C157.593 155.13 158.646 154.146 158.898 153.147L158.912 153.093H157.723L157.695 153.154C157.497 153.599 156.882 154.07 155.884 154.07C154.571 154.07 153.73 153.182 153.696 151.657H159.001V151.192C159.001 148.991 157.784 147.501 155.781 147.501C153.778 147.501 152.479 149.06 152.479 151.336V151.343C152.479 153.653 153.751 155.13 155.856 155.13ZM155.774 148.561C156.861 148.561 157.668 149.251 157.791 150.707H153.717C153.847 149.306 154.681 148.561 155.774 148.561ZM163.861 155.13C165.632 155.13 166.623 154.18 166.924 152.847L166.938 152.771L165.762 152.778L165.748 152.819C165.475 153.64 164.846 154.077 163.854 154.077C162.542 154.077 161.694 152.99 161.694 151.295V151.281C161.694 149.62 162.528 148.554 163.854 148.554C164.914 148.554 165.57 149.142 165.755 149.866L165.762 149.887H166.944L166.938 149.846C166.719 148.533 165.646 147.501 163.854 147.501C161.79 147.501 160.478 148.991 160.478 151.281V151.295C160.478 153.633 161.797 155.13 163.861 155.13ZM168.749 155H169.938V152.204L170.629 151.534L173.391 155H174.888L171.463 150.728L174.676 147.631H173.233L170.048 150.851H169.938V144.705H168.749V155ZM178.969 155.13C181.067 155.13 182.366 153.681 182.366 151.322V151.309C182.366 148.943 181.067 147.501 178.969 147.501C176.87 147.501 175.571 148.943 175.571 151.309V151.322C175.571 153.681 176.87 155.13 178.969 155.13ZM178.969 154.077C177.574 154.077 176.788 153.059 176.788 151.322V151.309C176.788 149.565 177.574 148.554 178.969 148.554C180.363 148.554 181.149 149.565 181.149 151.309V151.322C181.149 153.059 180.363 154.077 178.969 154.077ZM186.68 155.13C187.76 155.13 188.505 154.686 188.867 153.899H188.977V155H190.166V147.631H188.977V151.992C188.977 153.284 188.286 154.077 186.987 154.077C185.812 154.077 185.333 153.441 185.333 152.115V147.631H184.144V152.402C184.144 154.146 185.005 155.13 186.68 155.13ZM195.006 155.055C195.238 155.055 195.464 155.027 195.696 154.986V153.975C195.478 153.995 195.361 154.002 195.149 154.002C194.384 154.002 194.083 153.653 194.083 152.785V148.615H195.696V147.631H194.083V145.724H192.853V147.631H191.69V148.615H192.853V153.086C192.853 154.494 193.488 155.055 195.006 155.055ZM198.444 155.068C198.937 155.068 199.333 154.665 199.333 154.18C199.333 153.688 198.937 153.291 198.444 153.291C197.959 153.291 197.556 153.688 197.556 154.18C197.556 154.665 197.959 155.068 198.444 155.068Z",
18556
+ fill: "white"
18557
+ }
18558
+ }),
18559
+ _vm._v(" "),
18560
+ _c(
18561
+ "g",
18562
+ { attrs: { filter: "url(#filter0_d_1061_678)" } },
18563
+ [
18564
+ _c("path", {
18565
+ attrs: {
18566
+ d:
18567
+ "M133.607 56.5262C139.149 56.5262 142.849 53.6156 142.849 49.3072V49.2743C142.849 46.0512 140.547 44.0121 137.011 43.6832V43.5845C139.79 43.009 141.961 41.085 141.961 38.125V38.0921C141.961 34.3099 138.672 31.7446 133.574 31.7446C128.592 31.7446 125.254 34.5073 124.908 38.7499L124.892 38.9472H129.463L129.48 38.7992C129.677 36.8259 131.239 35.5597 133.574 35.5597C135.91 35.5597 137.274 36.7766 137.274 38.7499V38.7828C137.274 40.7068 135.663 42.0223 133.163 42.0223H130.516V45.5578H133.229C136.107 45.5578 137.801 46.8076 137.801 49.0769V49.1098C137.801 51.116 136.14 52.5302 133.607 52.5302C131.042 52.5302 129.348 51.2147 129.134 49.3729L129.118 49.192H124.366L124.382 49.4058C124.711 53.6485 128.246 56.5262 133.607 56.5262ZM156.235 56.6084C162.105 56.6084 165.657 51.8067 165.657 44.1436V44.1107C165.657 36.4312 162.105 31.6624 156.235 31.6624C150.381 31.6624 146.812 36.4312 146.812 44.1107V44.1436C146.812 51.8067 150.381 56.6084 156.235 56.6084ZM156.235 52.6782C153.439 52.6782 151.844 49.5045 151.844 44.1436V44.1107C151.844 38.7334 153.439 35.5926 156.235 35.5926C159.047 35.5926 160.642 38.7334 160.642 44.1107V44.1436C160.642 49.5045 159.047 52.6782 156.235 52.6782ZM175.475 45.2783C178.961 45.2783 181.082 42.713 181.082 38.6019V38.5854C181.082 34.4744 178.961 31.9255 175.475 31.9255C172.005 31.9255 169.867 34.4744 169.867 38.5854V38.6019C169.867 42.713 172.005 45.2783 175.475 45.2783ZM179.125 56L195.093 32.2708H191.294L175.327 56H179.125ZM175.475 42.6472C174.044 42.6472 173.238 41.1837 173.238 38.6019V38.5854C173.238 35.9872 174.044 34.5566 175.475 34.5566C176.922 34.5566 177.727 35.9872 177.727 38.5854V38.6019C177.727 41.1837 176.922 42.6472 175.475 42.6472ZM194.928 56.3453C198.414 56.3453 200.536 53.78 200.536 49.6689V49.6525C200.536 45.5414 198.414 42.9925 194.928 42.9925C191.458 42.9925 189.321 45.5414 189.321 49.6525V49.6689C189.321 53.78 191.458 56.3453 194.928 56.3453ZM194.928 53.7142C193.498 53.7142 192.692 52.2507 192.692 49.6689V49.6525C192.692 47.0543 193.498 45.6236 194.928 45.6236C196.375 45.6236 197.181 47.0543 197.181 49.6525V49.6689C197.181 52.2507 196.375 53.7142 194.928 53.7142Z",
18568
+ fill: "white"
18569
+ }
18570
+ })
18571
+ ]
18572
+ ),
18573
+ _vm._v(" "),
18574
+ _c("path", {
18575
+ attrs: {
18576
+ d:
18577
+ "M55.2031 48H60.4414V47.0508H56.2578V44.1445H60.2246V43.207H56.2578V40.4941H60.4414V39.5449H55.2031V48ZM62.2227 48H63.2422V44.2617C63.2422 43.1543 63.8809 42.4746 64.8887 42.4746C65.8965 42.4746 66.3652 43.0195 66.3652 44.1562V48H67.3848V43.9102C67.3848 42.4102 66.5938 41.5723 65.1758 41.5723C64.2441 41.5723 63.6523 41.9648 63.3359 42.6328H63.2422V41.6836H62.2227V48ZM69.7578 40.4648C70.1445 40.4648 70.4609 40.1484 70.4609 39.7617C70.4609 39.375 70.1445 39.0586 69.7578 39.0586C69.3711 39.0586 69.0547 39.375 69.0547 39.7617C69.0547 40.1484 69.3711 40.4648 69.7578 40.4648ZM68.3281 50.168C69.6523 50.168 70.2676 49.6113 70.2676 48.3105V41.6836H69.248V48.3281C69.248 49.0254 68.9902 49.2656 68.3047 49.2656H68.1523V50.168H68.3281ZM74.791 48.1113C76.5898 48.1113 77.7031 46.8691 77.7031 44.8477V44.8359C77.7031 42.8086 76.5898 41.5723 74.791 41.5723C72.9922 41.5723 71.8789 42.8086 71.8789 44.8359V44.8477C71.8789 46.8691 72.9922 48.1113 74.791 48.1113ZM74.791 47.209C73.5957 47.209 72.9219 46.3359 72.9219 44.8477V44.8359C72.9219 43.3418 73.5957 42.4746 74.791 42.4746C75.9863 42.4746 76.6602 43.3418 76.6602 44.8359V44.8477C76.6602 46.3359 75.9863 47.209 74.791 47.209ZM79.5898 50.2148C80.709 50.2148 81.2305 49.8047 81.752 48.3867L84.2188 41.6836H83.1465L81.418 46.8809H81.3242L79.5898 41.6836H78.5L80.8379 48.0059L80.7207 48.3809C80.4922 49.1074 80.1406 49.3711 79.5605 49.3711C79.4199 49.3711 79.2617 49.3652 79.1387 49.3418V50.1797C79.2793 50.2031 79.4551 50.2148 79.5898 50.2148ZM89.0703 48H90.125V44.3379H93.8691V43.4004H90.125V40.4941H94.2031V39.5449H89.0703V48ZM95.8672 48H96.8867V39.1758H95.8672V48ZM100.578 48.1113C101.428 48.1113 102.09 47.7422 102.488 47.0684H102.582V48H103.602V43.6758C103.602 42.3633 102.74 41.5723 101.199 41.5723C99.8516 41.5723 98.8906 42.2402 98.7266 43.2305L98.7207 43.2656H99.7402L99.7461 43.248C99.9102 42.7559 100.408 42.4746 101.164 42.4746C102.107 42.4746 102.582 42.8965 102.582 43.6758V44.25L100.771 44.3613C99.3008 44.4492 98.4688 45.0996 98.4688 46.2246V46.2363C98.4688 47.3848 99.377 48.1113 100.578 48.1113ZM99.5117 46.2129V46.2012C99.5117 45.5742 99.9336 45.2344 100.895 45.1758L102.582 45.0703V45.6445C102.582 46.5469 101.826 47.2266 100.789 47.2266C100.057 47.2266 99.5117 46.8516 99.5117 46.2129ZM107.709 48.0469C107.908 48.0469 108.102 48.0234 108.301 47.9883V47.1211C108.113 47.1387 108.014 47.1445 107.832 47.1445C107.176 47.1445 106.918 46.8457 106.918 46.1016V42.5273H108.301V41.6836H106.918V40.0488H105.863V41.6836H104.867V42.5273H105.863V46.3594C105.863 47.5664 106.408 48.0469 107.709 48.0469Z",
18578
+ fill: "#0C0071"
18579
+ }
18580
+ }),
18581
+ _vm._v(" "),
18582
+ _c(
18583
+ "g",
18584
+ { attrs: { filter: "url(#filter1_d_1061_678)" } },
18585
+ [
18586
+ _c("rect", {
18587
+ attrs: {
18588
+ x: "216",
18589
+ y: "34.1777",
18590
+ width: "48",
18591
+ height: "20",
18592
+ rx: "10",
18593
+ fill: "#573CFF"
18594
+ }
18595
+ })
18596
+ ]
18597
+ ),
18598
+ _vm._v(" "),
18599
+ _c("path", {
18600
+ attrs: {
18601
+ d:
18602
+ "M232.513 48.1942C234.867 48.1942 236.295 46.5089 236.295 43.881V43.8696C236.295 41.2302 234.855 39.5621 232.513 39.5621C230.182 39.5621 228.731 41.2245 228.731 43.8696V43.881C228.731 46.5146 230.148 48.1942 232.513 48.1942ZM232.513 47.2459C230.799 47.2459 229.782 45.9205 229.782 43.881V43.8696C229.782 41.8129 230.834 40.5104 232.513 40.5104C234.198 40.5104 235.244 41.8129 235.244 43.8696V43.881C235.244 45.9205 234.204 47.2459 232.513 47.2459ZM238.078 48H239.106V44.4294H242.756V43.5154H239.106V40.6818H243.082V39.7563H238.078V48ZM244.773 48H245.801V44.4294H249.452V43.5154H245.801V40.6818H249.778V39.7563H244.773V48Z",
18603
+ fill: "white"
18604
+ }
18605
+ }),
18606
+ _vm._v(" "),
18607
+ _c("path", {
18608
+ attrs: {
18609
+ opacity: "0.3",
18610
+ d:
18611
+ "M107.399 17.3745C103.071 13.4067 97.5458 18.8781 101.18 23.0547",
18612
+ stroke: "#FF00F5",
18613
+ "stroke-width": "1.72065",
18614
+ "stroke-miterlimit": "10",
18615
+ "stroke-linecap": "round",
18616
+ "stroke-linejoin": "round"
18617
+ }
18618
+ }),
18619
+ _vm._v(" "),
18620
+ _c("path", {
18621
+ attrs: {
18622
+ d:
18623
+ "M229.162 77.0844C226.678 76.4391 225.753 79.6327 225.299 81.4364C225.039 82.4955 224.714 83.5876 224 84.3984",
18624
+ stroke: "#00FFC2",
18625
+ "stroke-width": "1.72065",
18626
+ "stroke-miterlimit": "10",
18627
+ "stroke-linecap": "round",
18628
+ "stroke-linejoin": "round"
18629
+ }
18630
+ }),
18631
+ _vm._v(" "),
18632
+ _c("path", {
18633
+ attrs: {
18634
+ d:
18635
+ "M103.555 82.1191C105.333 79.408 101.942 77.0254 99.9777 75.752C98.8197 75.0126 97.6617 74.191 97 72.9997",
18636
+ stroke: "#FFE600",
18637
+ "stroke-width": "1.72065",
18638
+ "stroke-miterlimit": "10",
18639
+ "stroke-linecap": "round",
18640
+ "stroke-linejoin": "round"
18641
+ }
18642
+ }),
18643
+ _vm._v(" "),
18644
+ _c("path", {
18645
+ attrs: {
18646
+ d:
18647
+ "M228.334 20.7854C228.097 19.5881 227.386 18.4985 226.411 17.8124C225.437 17.1263 224.172 16.8573 223 17.0725",
18648
+ stroke: "#64E3FF",
18649
+ "stroke-width": "1.72065",
18650
+ "stroke-miterlimit": "10",
18651
+ "stroke-linecap": "round",
18652
+ "stroke-linejoin": "round"
18653
+ }
18654
+ }),
18655
+ _vm._v(" "),
18656
+ _c(
18657
+ "defs",
18658
+ [
18659
+ _c(
18660
+ "filter",
18661
+ {
18662
+ attrs: {
18663
+ id: "filter0_d_1061_678",
18664
+ x: "118.378",
18665
+ y: "31.6626",
18666
+ width: "88.1453",
18667
+ height: "39.9138",
18668
+ filterUnits: "userSpaceOnUse",
18669
+ "color-interpolation-filters": "sRGB"
18670
+ }
18671
+ },
18672
  [
18673
+ _c("feFlood", {
18674
+ attrs: {
18675
+ "flood-opacity": "0",
18676
+ result: "BackgroundImageFix"
18677
+ }
18678
+ }),
18679
+ _vm._v(" "),
18680
+ _c("feColorMatrix", {
18681
+ attrs: {
18682
+ in: "SourceAlpha",
18683
+ type: "matrix",
18684
+ values:
18685
+ "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
18686
+ result: "hardAlpha"
18687
+ }
18688
+ }),
18689
+ _vm._v(" "),
18690
+ _c("feOffset", { attrs: { dy: "8.9808" } }),
18691
+ _vm._v(" "),
18692
+ _c("feGaussianBlur", {
18693
+ attrs: { stdDeviation: "2.9936" }
18694
+ }),
18695
+ _vm._v(" "),
18696
+ _c("feColorMatrix", {
18697
+ attrs: {
18698
+ type: "matrix",
18699
+ values:
18700
+ "0 0 0 0 0.192851 0 0 0 0 0.0922663 0 0 0 0 0.512993 0 0 0 0.278409 0"
18701
+ }
18702
+ }),
18703
+ _vm._v(" "),
18704
+ _c("feBlend", {
18705
+ attrs: {
18706
+ mode: "normal",
18707
+ in2: "BackgroundImageFix",
18708
+ result: "effect1_dropShadow_1061_678"
18709
+ }
18710
+ }),
18711
+ _vm._v(" "),
18712
+ _c("feBlend", {
18713
+ attrs: {
18714
+ mode: "normal",
18715
+ in: "SourceGraphic",
18716
+ in2: "effect1_dropShadow_1061_678",
18717
+ result: "shape"
18718
+ }
18719
+ })
18720
+ ],
18721
+ 1
18722
+ ),
18723
+ _vm._v(" "),
18724
+ _c(
18725
+ "filter",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18726
  {
18727
  attrs: {
18728
+ id: "filter1_d_1061_678",
18729
+ x: "209",
18730
+ y: "34.1777",
18731
+ width: "62",
18732
+ height: "35",
18733
+ filterUnits: "userSpaceOnUse",
18734
+ "color-interpolation-filters": "sRGB"
18735
+ }
18736
+ },
18737
+ [
18738
+ _c("feFlood", {
18739
+ attrs: {
18740
+ "flood-opacity": "0",
18741
+ result: "BackgroundImageFix"
18742
+ }
18743
+ }),
18744
+ _vm._v(" "),
18745
+ _c("feColorMatrix", {
18746
+ attrs: {
18747
+ in: "SourceAlpha",
18748
+ type: "matrix",
18749
+ values:
18750
+ "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
18751
+ result: "hardAlpha"
18752
+ }
18753
+ }),
18754
+ _vm._v(" "),
18755
+ _c("feOffset", { attrs: { dy: "8" } }),
18756
+ _vm._v(" "),
18757
+ _c("feGaussianBlur", {
18758
+ attrs: { stdDeviation: "3.5" }
18759
+ }),
18760
+ _vm._v(" "),
18761
+ _c("feComposite", {
18762
+ attrs: { in2: "hardAlpha", operator: "out" }
18763
+ }),
18764
+ _vm._v(" "),
18765
+ _c("feColorMatrix", {
18766
+ attrs: {
18767
+ type: "matrix",
18768
+ values:
18769
+ "0 0 0 0 0.0507051 0 0 0 0 0 0 0 0 0 0.470833 0 0 0 0.11 0"
18770
+ }
18771
+ }),
18772
+ _vm._v(" "),
18773
+ _c("feBlend", {
18774
+ attrs: {
18775
+ mode: "normal",
18776
+ in2: "BackgroundImageFix",
18777
+ result: "effect1_dropShadow_1061_678"
18778
+ }
18779
+ }),
18780
+ _vm._v(" "),
18781
+ _c("feBlend", {
18782
+ attrs: {
18783
+ mode: "normal",
18784
+ in: "SourceGraphic",
18785
+ in2: "effect1_dropShadow_1061_678",
18786
+ result: "shape"
18787
  }
18788
+ })
18789
+ ],
18790
+ 1
18791
+ ),
18792
+ _vm._v(" "),
18793
+ _c(
18794
+ "linearGradient",
18795
+ {
18796
+ attrs: {
18797
+ id: "paint0_linear_1061_678",
18798
+ x1: "0",
18799
+ y1: "0",
18800
+ x2: "0",
18801
+ y2: "181",
18802
+ gradientUnits: "userSpaceOnUse"
18803
  }
18804
  },
18805
+ [
18806
+ _c("stop", {
18807
+ attrs: { "stop-color": "#D0CAFD" }
18808
+ }),
18809
+ _vm._v(" "),
18810
+ _c("stop", {
18811
+ attrs: { offset: "1", "stop-color": "#7463FF" }
18812
+ })
18813
+ ],
18814
+ 1
18815
+ )
18816
+ ],
18817
+ 1
18818
+ )
18819
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18820
  )
18821
+ ]),
18822
+ _vm._v(" "),
18823
+ _c(
18824
+ "a",
18825
+ {
18826
+ staticClass: "already-updated",
18827
+ attrs: {
18828
+ target: "_blank",
18829
+ rel: "noopener noreferrer",
18830
+ href:
18831
+ "https://wedevs.com/docs/dokan/getting-started/installation-2/"
18832
+ }
18833
+ },
18834
+ [_vm._v(_vm._s(_vm.__("Already upgraded?", "dokan-lite")))]
18835
+ )
18836
+ ]),
18837
+ _vm._v(" "),
18838
+ _c(
18839
+ "span",
18840
+ { staticClass: "close", on: { click: _vm.closePopup } },
18841
+ [
18842
+ _c(
18843
+ "svg",
18844
+ {
18845
+ attrs: {
18846
+ width: "10",
18847
+ height: "10",
18848
+ viewBox: "0 0 10 10",
18849
+ fill: "none",
18850
+ xmlns: "http://www.w3.org/2000/svg"
18851
+ }
18852
+ },
18853
+ [
18854
+ _c("path", {
18855
+ attrs: {
18856
+ d:
18857
+ "M6.18849 5.00002L9.75385 1.43465C10.082 1.10645 10.082 0.574344 9.75385 0.246195C9.42566 -0.0820022 8.89359 -0.0820022 8.5654 0.246195L4.99998 3.81161L1.43457 0.246148C1.10637 -0.0820492 0.574308 -0.0820492 0.246112 0.246148C-0.0820373 0.574344 -0.0820373 1.10645 0.246112 1.4346L3.81153 4.99998L0.246112 8.5654C-0.0820373 8.89359 -0.0820373 9.4257 0.246112 9.75385C0.574308 10.082 1.10637 10.082 1.43457 9.75385L4.99998 6.18843L8.5654 9.75385C8.89355 10.082 9.42566 10.082 9.75385 9.75385C10.082 9.42566 10.082 8.89359 9.75385 8.5654L6.18849 5.00002Z",
18858
+ fill: "#95A5A6"
18859
+ }
18860
+ })
18861
+ ]
18862
+ )
18863
+ ]
18864
+ )
18865
+ ])
18866
+ ]
18867
+ )
18868
+ : _vm._e()
18869
  ])
18870
  }
18871
  var staticRenderFns = []
18875
  if (false) {
18876
  module.hot.accept()
18877
  if (module.hot.data) {
18878
+ require("vue-hot-reload-api") .rerender("data-v-5ae162ac", esExports)
18879
  }
18880
  }
18881
 
18882
  /***/ }),
18883
+ /* 199 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18884
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18885
 
18886
  "use strict";
18890
  var _c = _vm._self._c || _h
18891
  return _c(
18892
  "div",
18893
+ { attrs: { id: "lite-modules" } },
18894
  [
18895
+ _c("div", { staticClass: "dokan-modules-wrap" }, [
18896
+ _c("h1", [_vm._v(_vm._s(_vm.__("Modules", "dokan")))]),
18897
+ _vm._v(" "),
18898
+ _c("div", { staticClass: "module-content" }, [
18899
+ _c(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18900
  "div",
18901
+ { staticClass: "wp-list-table widefat dokan-modules" },
 
 
 
18902
  [
18903
+ _vm.modules.length > 0
18904
+ ? _vm._l(_vm.modules, function(module) {
18905
+ return _c("div", { staticClass: "plugin-card" }, [
18906
+ _c("div", { staticClass: "plugin-card-top" }, [
18907
+ _c("div", { staticClass: "name column-name" }, [
18908
+ _c("h3", [
18909
+ _c(
18910
+ "a",
18911
+ {
18912
+ staticClass: "plugin-name",
18913
+ attrs: {
18914
+ href: module.modLink,
18915
+ target: "_blank"
18916
+ }
18917
+ },
18918
+ [_vm._v(_vm._s(module.name))]
18919
+ ),
18920
+ _vm._v(" "),
18921
+ _c(
18922
+ "a",
18923
+ {
18924
+ staticClass: "plugin-name",
18925
+ attrs: {
18926
+ href: module.modLink,
18927
+ target: "_blank"
18928
+ }
18929
+ },
18930
+ [
18931
+ _c("img", {
18932
+ staticClass: "plugin-icon",
18933
+ attrs: {
18934
+ src: module.thumbnail,
18935
+ alt: module.name
18936
+ }
18937
+ })
18938
+ ]
18939
+ )
18940
+ ])
18941
+ ]),
18942
+ _vm._v(" "),
18943
+ _c("div", { staticClass: "action-links" }, [
18944
+ _c("ul", { staticClass: "plugin-action-buttons" }, [
18945
+ _c(
18946
+ "li",
18947
+ {
18948
+ on: {
18949
+ click: function($event) {
18950
+ return _vm.togglePopup(true)
18951
+ }
18952
+ }
18953
+ },
18954
+ [
18955
+ _c(
18956
+ "svg",
18957
+ {
18958
+ attrs: {
18959
+ xmlns: "http://www.w3.org/2000/svg",
18960
+ width: "42",
18961
+ height: "20"
18962
+ }
18963
+ },
18964
+ [
18965
+ _c("rect", {
18966
+ attrs: {
18967
+ width: "42",
18968
+ height: "20",
18969
+ rx: "10",
18970
+ fill: "#c0c3c6"
18971
+ }
18972
+ }),
18973
+ _c("circle", {
18974
+ attrs: {
18975
+ cx: "6",
18976
+ cy: "6",
18977
+ r: "6",
18978
+ transform: "translate(6 4)",
18979
+ fill: "#fff"
18980
+ }
18981
+ })
18982
+ ]
18983
+ )
18984
+ ]
18985
+ )
18986
+ ])
18987
+ ]),
18988
+ _vm._v(" "),
18989
+ _c("div", { staticClass: "desc column-description" }, [
18990
+ _c("p", {
18991
+ domProps: { innerHTML: _vm._s(module.description) }
18992
+ })
18993
+ ]),
18994
+ _vm._v(" "),
18995
+ _c("div", { staticClass: "card-footer" }, [
18996
+ _c(
18997
+ "a",
18998
+ {
18999
+ attrs: { href: module.docLink, target: "_blank" }
19000
+ },
19001
+ [_vm._v(_vm._s(_vm.__("Documentation", "dokan")))]
19002
+ )
19003
+ ])
19004
+ ])
19005
+ ])
19006
  })
19007
+ : [
19008
+ _c(
19009
+ "div",
19010
+ {
19011
+ staticClass: "notice notice-info",
19012
+ attrs: { id: "message" }
19013
+ },
19014
+ [
19015
+ _c("p", [
19016
+ _c("strong", [
19017
+ _vm._v(_vm._s(_vm.__("No modules found.", "dokan")))
19018
+ ])
19019
+ ])
19020
+ ]
19021
+ )
19022
+ ]
19023
+ ],
19024
+ 2
19025
  )
19026
+ ])
19027
+ ]),
19028
+ _vm._v(" "),
19029
+ _c("ModuleUpgradePopup", {
19030
+ attrs: { "show-popup": _vm.showPopup },
19031
+ on: { toggle: _vm.togglePopup }
19032
+ })
19033
  ],
19034
  1
19035
  )
19041
  if (false) {
19042
  module.hot.accept()
19043
  if (module.hot.data) {
19044
+ require("vue-hot-reload-api") .rerender("data-v-ca20ca84", esExports)
19045
  }
19046
  }
19047
 
19048
  /***/ }),
19049
+ /* 200 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19050
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19051
 
19052
  "use strict";
19053
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ReverseWithdrawal_vue__ = __webpack_require__(76);
19054
  /* unused harmony namespace reexport */
19055
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36e64dc3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ReverseWithdrawal_vue__ = __webpack_require__(202);
19056
  var disposed = false
19057
  function injectStyle (ssrContext) {
19058
  if (disposed) return
19059
+ __webpack_require__(201)
19060
  }
19061
  var normalizeComponent = __webpack_require__(0)
19062
  /* script */
19073
  /* moduleIdentifier (server only) */
19074
  var __vue_module_identifier__ = null
19075
  var Component = normalizeComponent(
19076
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ReverseWithdrawal_vue__["a" /* default */],
19077
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36e64dc3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ReverseWithdrawal_vue__["a" /* default */],
19078
  __vue_template_functional__,
19079
  __vue_styles__,
19080
  __vue_scopeId__,
19081
  __vue_module_identifier__
19082
  )
19083
+ Component.options.__file = "src/admin/pages/ReverseWithdrawal.vue"
19084
 
19085
  /* hot reload */
19086
  if (false) {(function () {
19089
  if (!hotAPI.compatible) return
19090
  module.hot.accept()
19091
  if (!module.hot.data) {
19092
+ hotAPI.createRecord("data-v-36e64dc3", Component.options)
19093
  } else {
19094
+ hotAPI.reload("data-v-36e64dc3", Component.options)
19095
  }
19096
  module.hot.dispose(function (data) {
19097
  disposed = true
19102
 
19103
 
19104
  /***/ }),
19105
+ /* 201 */
19106
  /***/ (function(module, exports) {
19107
 
19108
  // removed by extract-text-webpack-plugin
19109
 
19110
  /***/ }),
19111
+ /* 202 */
19112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19113
 
19114
  "use strict";
19116
  var _vm = this
19117
  var _h = _vm.$createElement
19118
  var _c = _vm._self._c || _h
19119
+ return _c(
19120
+ "div",
19121
+ { staticClass: "dokan-reverse-withdrawal" },
19122
+ [
19123
+ _c("h1", { staticClass: "wp-heading-inline" }, [
19124
+ _vm._v(
19125
+ "\n " +
19126
+ _vm._s(_vm.__("Reverse Withdrawal", "dokan-lite")) +
19127
+ "\n "
19128
+ )
19129
+ ]),
19130
+ _vm._v(" "),
19131
+ _c("AdminNotice"),
19132
+ _vm._v(" "),
19133
+ _c("hr", { staticClass: "wp-header-end" }),
19134
+ _vm._v(" "),
19135
+ _c(
19136
+ "div",
19137
+ { staticClass: "dokan-reverse-withdrawal-fact-card" },
19138
+ [
19139
+ _c("CardFunFact", {
19140
+ attrs: {
19141
+ count: _vm.counts.credit,
19142
+ icon: "fas fa-comments-dollar",
19143
+ is_currency: "",
19144
+ title: _vm.__("Total Collected", "dokan-lite")
19145
+ }
19146
+ }),
19147
+ _vm._v(" "),
19148
+ _c("CardFunFact", {
19149
+ attrs: {
19150
+ count: _vm.counts.balance,
19151
+ icon: "fas fa-coins",
19152
+ is_currency: "",
19153
+ title: _vm.__("Remaining Balance", "dokan-lite")
19154
+ }
19155
+ }),
19156
+ _vm._v(" "),
19157
+ _c("CardFunFact", {
19158
+ attrs: {
19159
+ count: _vm.counts.total_transactions,
19160
+ icon: "fas fa-info",
19161
+ title: _vm.__("Total Transactions", "dokan-lite")
19162
+ }
19163
+ }),
19164
+ _vm._v(" "),
19165
+ _c("CardFunFact", {
19166
+ attrs: {
19167
+ count: _vm.counts.total_vendors,
19168
+ icon: "fas fa-users",
19169
+ title: _vm.__("Total Vendors", "dokan-lite")
19170
+ }
19171
+ })
19172
+ ],
19173
+ 1
19174
+ ),
19175
+ _vm._v(" "),
19176
+ _c(
19177
+ "div",
19178
+ { attrs: { id: "dokan_reverse_withdrawal_list_table" } },
19179
+ [
19180
+ _c(
19181
+ "list-table",
19182
+ {
19183
+ attrs: {
19184
+ columns: _vm.columns,
19185
+ loading: _vm.loading,
19186
+ rows: _vm.transactionData,
19187
+ actions: _vm.actions,
19188
+ "show-cb": false,
19189
+ "total-items": _vm.totalItems,
19190
+ "bulk-actions": _vm.bulkActions,
19191
+ "total-pages": _vm.totalPages,
19192
+ "per-page": _vm.perPage,
19193
+ "current-page": _vm.getCurrentPage,
19194
+ "not-found": this.__("No transaction found.", "dokan-lite"),
19195
+ "sort-by": _vm.getSortBy,
19196
+ "sort-order": _vm.getSortOrder
19197
+ },
19198
+ on: { sort: _vm.doSort, pagination: _vm.goToPage },
19199
+ scopedSlots: _vm._u([
19200
+ {
19201
+ key: "store_name",
19202
+ fn: function(data) {
19203
+ return [
19204
+ _c("strong", [
19205
+ _c(
19206
+ "a",
19207
+ {
19208
+ attrs: {
19209
+ href:
19210
+ "?page=dokan#/reverse-withdrawal/store/" +
19211
+ data.row.vendor_id
19212
+ }
19213
+ },
19214
+ [
19215
+ _vm._v(
19216
+ _vm._s(
19217
+ data.row.store_name
19218
+ ? data.row.store_name
19219
+ : _vm.__("(no name)", "dokan-lite")
19220
+ )
19221
+ )
19222
+ ]
19223
+ )
19224
+ ])
19225
+ ]
19226
+ }
19227
+ },
19228
+ {
19229
+ key: "balance",
19230
+ fn: function(data) {
19231
+ return [
19232
+ data.row.balance === ""
19233
+ ? _c("div", [_vm._v("--")])
19234
+ : data.row.balance >= 0
19235
+ ? _c("currency", {
19236
+ attrs: { amount: data.row.balance }
19237
+ })
19238
+ : data.row.balance < 0
19239
+ ? _c(
19240
+ "div",
19241
+ { staticClass: "negative-balance" },
19242
+ [
19243
+ _vm._v("\n ( "),
19244
+ _c("currency", {
19245
+ attrs: { amount: data.row.balance * -1 }
19246
+ }),
19247
+ _vm._v(" )\n ")
19248
+ ],
19249
+ 1
19250
+ )
19251
+ : _vm._e()
19252
+ ]
19253
+ }
19254
+ },
19255
+ {
19256
+ key: "last_payment_date",
19257
+ fn: function(data) {
19258
+ return [
19259
+ _vm._v(
19260
+ "\n " +
19261
+ _vm._s(data.row.last_payment_date) +
19262
+ "\n "
19263
+ )
19264
+ ]
19265
+ }
19266
  }
19267
+ ])
19268
+ },
19269
+ [
19270
+ _vm._v(" "),
19271
+ _vm._v(" "),
19272
+ _vm._v(" "),
19273
+ _c("template", { slot: "filters" }, [
19274
  _c(
19275
+ "span",
19276
+ { staticClass: "form-group" },
 
 
 
 
 
 
 
 
19277
  [
19278
+ _c("multiselect", {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19279
  attrs: {
19280
+ placeholder: this.__("Filter by store", "dokan-lite"),
19281
+ options: _vm.filter.stores,
19282
+ "track-by": "id",
19283
+ label: "name",
19284
+ "internal-search": false,
19285
+ "clear-on-select": false,
19286
+ "allow-empty": false,
19287
+ multiselect: false,
19288
+ searchable: true,
19289
+ showLabels: false
19290
+ },
19291
+ on: { "search-change": _vm.fetchStoreLists },
19292
+ model: {
19293
+ value: _vm.filter.selected_store,
19294
+ callback: function($$v) {
19295
+ _vm.$set(_vm.filter, "selected_store", $$v)
19296
+ },
19297
+ expression: "filter.selected_store"
19298
  }
19299
  }),
19300
  _vm._v(" "),
19301
+ _vm.filter.selected_store.id
19302
+ ? _c(
19303
+ "button",
 
 
19304
  {
19305
+ staticClass: "button",
19306
+ staticStyle: {
19307
+ "line-height": "0",
19308
+ padding: "0 5px",
19309
+ "margin-right": "5px"
19310
+ },
19311
+ attrs: { type: "button" },
19312
+ on: {
19313
+ click: function($event) {
19314
+ _vm.filter.selected_store = _vm.getDefaultStore()[0]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19315
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19316
  }
19317
  },
19318
+ [_c("i", { staticClass: "dashicons dashicons-no" })]
 
 
 
 
 
 
 
19319
  )
19320
+ : _vm._e()
19321
+ ],
19322
+ 1
 
19323
  ),
19324
  _vm._v(" "),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19325
  _c(
19326
+ "span",
19327
+ { staticClass: "form-group" },
19328
+ [
19329
+ _c("date-range-picker", {
19330
+ ref: "picker",
19331
+ staticClass: "mr-5",
19332
+ attrs: {
19333
+ "locale-data": this.dateTimePickerFormat,
19334
+ singleDatePicker: false,
19335
+ showDropdowns: true,
19336
+ autoApply: false,
19337
+ ranges: this.dateRangePickerRanges
19338
+ },
19339
+ scopedSlots: _vm._u([
19340
+ {
19341
+ key: "input",
19342
+ fn: function(picker) {
19343
+ return [
19344
+ _vm.filter.transaction_date.startDate
19345
+ ? _c("span", [
19346
+ _vm._v(
19347
+ _vm._s(
19348
+ _vm._f("getFormattedDate")(
19349
+ _vm.filter.transaction_date.startDate
19350
+ )
19351
+ ) +
19352
+ " - " +
19353
+ _vm._s(
19354
+ _vm._f("getFormattedDate")(
19355
+ _vm.filter.transaction_date.endDate
19356
+ )
19357
+ )
19358
+ )
19359
+ ])
19360
+ : _vm._e(),
19361
+ _vm._v(" "),
19362
+ !_vm.filter.transaction_date.startDate
19363
+ ? _c(
19364
+ "span",
19365
+ { staticClass: "date-range-placeholder" },
19366
+ [
19367
+ _vm._v(
19368
+ _vm._s(
19369
+ _vm.__(
19370
+ "Filter by expire date",
19371
+ "dokan-lite"
19372
+ )
19373
+ )
19374
+ )
19375
+ ]
19376
+ )
19377
+ : _vm._e()
19378
+ ]
19379
+ }
19380
+ },
19381
+ {
19382
+ key: "footer",
19383
+ fn: function(data) {
19384
+ return _c("div", { staticClass: "drp-buttons" }, [
19385
+ _c("span", { staticClass: "drp-selected" }, [
19386
+ _vm._v(_vm._s(data.rangeText))
19387
+ ]),
19388
+ _vm._v(" "),
19389
+ _c(
19390
+ "button",
19391
+ {
19392
+ staticClass:
19393
+ "cancelBtn btn btn-sm btn-secondary",
19394
+ attrs: { type: "button" },
19395
+ on: {
19396
+ click: function($event) {
19397
+ return _vm.setDefaultTransactionDate()
19398
+ }
19399
+ }
19400
+ },
19401
+ [_vm._v(_vm._s(_vm.__("Cancel", "dokan-lite")))]
19402
+ ),
19403
+ _vm._v(" "),
19404
+ !data.in_selection
19405
+ ? _c(
19406
+ "button",
19407
+ {
19408
+ staticClass:
19409
+ "applyBtn btn btn-sm btn-success",
19410
+ attrs: { type: "button" },
19411
+ on: { click: data.clickApply }
19412
+ },
19413
+ [
19414
+ _vm._v(
19415
+ _vm._s(_vm.__("Apply", "dokan-lite"))
19416
+ )
19417
+ ]
19418
+ )
19419
+ : _vm._e()
19420
+ ])
19421
+ }
19422
+ }
19423
+ ]),
19424
+ model: {
19425
+ value: _vm.filter.transaction_date,
19426
+ callback: function($$v) {
19427
+ _vm.$set(_vm.filter, "transaction_date", $$v)
19428
+ },
19429
+ expression: "filter.transaction_date"
19430
+ }
19431
+ }),
19432
+ _vm._v(" "),
19433
+ _vm.filter.transaction_date.startDate !==
19434
+ _vm.getDefaultTransactionDate().startDate
19435
+ ? _c(
19436
+ "button",
19437
+ {
19438
+ staticClass: "button",
19439
+ staticStyle: {
19440
+ "line-height": "0",
19441
+ padding: "0 5px",
19442
+ "margin-right": "5px"
19443
+ },
19444
+ attrs: { type: "button" },
19445
+ on: {
19446
+ click: function($event) {
19447
+ return _vm.setDefaultTransactionDate()
19448
+ }
19449
+ }
19450
+ },
19451
+ [_c("i", { staticClass: "dashicons dashicons-no" })]
19452
+ )
19453
+ : _vm._e()
19454
+ ],
19455
+ 1
19456
  ),
19457
  _vm._v(" "),
19458
+ _c("span", { staticClass: "form-group" }, [
19459
  _c(
19460
+ "button",
19461
  {
19462
+ staticClass: "button action",
19463
+ on: { click: this.clearFilters }
 
 
 
 
 
19464
  },
19465
+ [_vm._v(_vm._s(this.__("Clear", "dokan-lite")))]
19466
+ )
19467
+ ])
19468
+ ])
19469
+ ],
19470
+ 2
19471
+ )
19472
+ ],
19473
+ 1
19474
+ )
19475
+ ],
19476
+ 1
19477
+ )
19478
+ }
19479
+ var staticRenderFns = []
19480
+ render._withStripped = true
19481
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
19482
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
19483
+ if (false) {
19484
+ module.hot.accept()
19485
+ if (module.hot.data) {
19486
+ require("vue-hot-reload-api") .rerender("data-v-36e64dc3", esExports)
19487
+ }
19488
+ }
19489
+
19490
+ /***/ }),
19491
+ /* 203 */
19492
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
19493
+
19494
+ "use strict";
19495
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ReverseWithdrawalTransactions_vue__ = __webpack_require__(77);
19496
+ /* unused harmony namespace reexport */
19497
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_6b51ff90_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ReverseWithdrawalTransactions_vue__ = __webpack_require__(205);
19498
+ var disposed = false
19499
+ function injectStyle (ssrContext) {
19500
+ if (disposed) return
19501
+ __webpack_require__(204)
19502
+ }
19503
+ var normalizeComponent = __webpack_require__(0)
19504
+ /* script */
19505
+
19506
+
19507
+ /* template */
19508
+
19509
+ /* template functional */
19510
+ var __vue_template_functional__ = false
19511
+ /* styles */
19512
+ var __vue_styles__ = injectStyle
19513
+ /* scopeId */
19514
+ var __vue_scopeId__ = null
19515
+ /* moduleIdentifier (server only) */
19516
+ var __vue_module_identifier__ = null
19517
+ var Component = normalizeComponent(
19518
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ReverseWithdrawalTransactions_vue__["a" /* default */],
19519
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_6b51ff90_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ReverseWithdrawalTransactions_vue__["a" /* default */],
19520
+ __vue_template_functional__,
19521
+ __vue_styles__,
19522
+ __vue_scopeId__,
19523
+ __vue_module_identifier__
19524
+ )
19525
+ Component.options.__file = "src/admin/pages/ReverseWithdrawalTransactions.vue"
19526
+
19527
+ /* hot reload */
19528
+ if (false) {(function () {
19529
+ var hotAPI = require("vue-hot-reload-api")
19530
+ hotAPI.install(require("vue"), false)
19531
+ if (!hotAPI.compatible) return
19532
+ module.hot.accept()
19533
+ if (!module.hot.data) {
19534
+ hotAPI.createRecord("data-v-6b51ff90", Component.options)
19535
+ } else {
19536
+ hotAPI.reload("data-v-6b51ff90", Component.options)
19537
+ }
19538
+ module.hot.dispose(function (data) {
19539
+ disposed = true
19540
+ })
19541
+ })()}
19542
+
19543
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
19544
+
19545
+
19546
+ /***/ }),
19547
+ /* 204 */
19548
+ /***/ (function(module, exports) {
19549
+
19550
+ // removed by extract-text-webpack-plugin
19551
+
19552
+ /***/ }),
19553
+ /* 205 */
19554
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
19555
+
19556
+ "use strict";
19557
+ var render = function() {
19558
+ var _vm = this
19559
+ var _h = _vm.$createElement
19560
+ var _c = _vm._self._c || _h
19561
+ return _c("div", { staticClass: "dokan-reverse-withdrawal-transactions" }, [
19562
+ _c("h1", { staticClass: "wp-heading-inline" }, [
19563
+ _vm._v(
19564
+ "\n " +
19565
+ _vm._s(_vm.__("Reverse Withdrawal", "dokan-lite")) +
19566
+ "\n "
19567
+ ),
19568
+ _c(
19569
+ "a",
19570
+ { staticClass: "button", attrs: { href: this.reverseWithdrawalUrl() } },
19571
+ [_vm._v("" + _vm._s(_vm.__("Go Back", "dokan-lite")))]
19572
+ )
19573
+ ]),
19574
+ _vm._v(" "),
19575
+ _c("hr", { staticClass: "wp-header-end" }),
19576
+ _vm._v(" "),
19577
+ _c(
19578
+ "div",
19579
+ { staticClass: "dokan-reverse-withdrawal-fact-card" },
19580
+ [
19581
+ _c("CardFunFact", {
19582
+ attrs: {
19583
+ icon: "fas fa-user",
19584
+ title: _vm.storeDetails.store_name
19585
+ ? _vm.storeDetails.store_name
19586
+ : ""
19587
+ }
19588
+ }),
19589
+ _vm._v(" "),
19590
+ _c("CardFunFact", {
19591
+ attrs: {
19592
+ count: _vm.counts.credit,
19593
+ icon: "fas fa-comments-dollar",
19594
+ is_currency: "",
19595
+ title: _vm.__("Total Collected", "dokan-lite")
19596
+ }
19597
+ }),
19598
+ _vm._v(" "),
19599
+ _c("CardFunFact", {
19600
+ attrs: {
19601
+ count: _vm.counts.balance,
19602
+ icon: "fas fa-coins",
19603
+ is_currency: "",
19604
+ title: _vm.__("Remaining Balance", "dokan-lite")
19605
+ }
19606
+ }),
19607
+ _vm._v(" "),
19608
+ _c("CardFunFact", {
19609
+ attrs: {
19610
+ count: _vm.counts.total_transactions,
19611
+ icon: "fas fa-info",
19612
+ title: _vm.__("Total Transactions", "dokan-lite")
19613
+ }
19614
+ })
19615
+ ],
19616
+ 1
19617
+ ),
19618
+ _vm._v(" "),
19619
+ _c(
19620
+ "div",
19621
+ { attrs: { id: "dokan_reverse_withdrawal_transactions_list_table" } },
19622
+ [
19623
+ _c(
19624
+ "list-table",
19625
+ {
19626
+ attrs: {
19627
+ columns: _vm.columns,
19628
+ loading: _vm.loading,
19629
+ rows: _vm.transactionData,
19630
+ actions: _vm.actions,
19631
+ "show-cb": false,
19632
+ "total-items": _vm.totalItems,
19633
+ "bulk-actions": _vm.bulkActions,
19634
+ "total-pages": _vm.totalPages,
19635
+ "per-page": _vm.perPage,
19636
+ "current-page": _vm.getCurrentPage,
19637
+ "not-found": this.__("No transaction found.", "dokan-lite"),
19638
+ "sort-by": _vm.getSortBy,
19639
+ "sort-order": _vm.getSortOrder
19640
+ },
19641
+ on: { sort: _vm.doSort, pagination: _vm.goToPage },
19642
+ scopedSlots: _vm._u(
19643
+ [
19644
+ {
19645
+ key: "trn_id",
19646
+ fn: function(data) {
19647
+ return data.row.trn_id !== "--"
19648
+ ? [
19649
  _c(
19650
+ "a",
19651
  {
19652
  attrs: {
19653
+ href: data.row.trn_url,
19654
+ target: "_blank"
 
 
 
 
 
19655
  }
19656
  },
19657
+ [_vm._v(_vm._s(data.row.trn_id))]
19658
+ )
19659
+ ]
19660
+ : undefined
19661
+ }
19662
+ },
19663
+ {
19664
+ key: "trn_date",
19665
+ fn: function(data) {
19666
+ return [
19667
+ _vm._v(
19668
+ "\n " +
19669
+ _vm._s(data.row.trn_date) +
19670
+ "\n "
19671
+ )
19672
+ ]
19673
+ }
19674
+ },
19675
+ {
19676
+ key: "trn_type",
19677
+ fn: function(data) {
19678
+ return [
19679
+ _vm._v(
19680
+ "\n " +
19681
+ _vm._s(data.row.trn_type) +
19682
+ "\n "
19683
+ )
19684
+ ]
19685
+ }
19686
+ },
19687
+ {
19688
+ key: "note",
19689
+ fn: function(data) {
19690
+ return [
19691
+ _vm._v(
19692
+ "\n " +
19693
+ _vm._s(data.row.note) +
19694
+ "\n "
19695
+ )
19696
+ ]
19697
+ }
19698
+ },
19699
+ {
19700
+ key: "debit",
19701
+ fn: function(data) {
19702
+ return [
19703
+ data.row.debit === ""
19704
+ ? _c("div", [_vm._v("--")])
19705
+ : data.row.debit >= 0
19706
+ ? _c("currency", { attrs: { amount: data.row.debit } })
19707
+ : data.row.debit < 0
19708
+ ? _c(
19709
+ "div",
19710
+ { staticClass: "negative-balance" },
19711
  [
19712
+ _vm._v("\n ( "),
19713
+ _c("currency", {
19714
+ attrs: { amount: data.row.debit * -1 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19715
  }),
19716
+ _vm._v(" )\n ")
 
 
 
 
 
 
 
 
19717
  ],
19718
  1
19719
+ )
19720
+ : _vm._e()
19721
+ ]
19722
+ }
19723
+ },
19724
+ {
19725
+ key: "credit",
19726
+ fn: function(data) {
19727
+ return [
19728
+ data.row.credit === ""
19729
+ ? _c("div", [_vm._v("--")])
19730
+ : data.row.credit >= 0
19731
+ ? _c("currency", { attrs: { amount: data.row.credit } })
19732
+ : data.row.credit < 0
19733
+ ? _c(
19734
+ "div",
19735
+ { staticClass: "negative-balance" },
19736
  [
19737
+ _vm._v("\n ( "),
19738
+ _c("currency", {
19739
+ attrs: { amount: data.row.credit * -1 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19740
  }),
19741
+ _vm._v(" )\n ")
 
 
 
 
 
 
 
 
19742
  ],
19743
  1
19744
+ )
19745
+ : _vm._e()
19746
+ ]
19747
+ }
19748
+ },
19749
+ {
19750
+ key: "balance",
19751
+ fn: function(data) {
19752
+ return [
19753
+ data.row.balance === ""
19754
+ ? _c("div", [_vm._v("--")])
19755
+ : data.row.balance >= 0
19756
+ ? _c("currency", {
19757
+ attrs: { amount: data.row.balance }
19758
+ })
19759
+ : data.row.balance < 0
19760
+ ? _c(
19761
+ "div",
19762
+ { staticClass: "negative-balance" },
19763
  [
19764
+ _vm._v("\n ( "),
19765
+ _c("currency", {
19766
+ attrs: { amount: data.row.balance * -1 }
19767
  }),
19768
+ _vm._v(" )\n ")
 
 
 
19769
  ],
19770
  1
19771
  )
19772
+ : _vm._e()
19773
+ ]
19774
+ }
19775
+ }
19776
+ ],
19777
+ null,
19778
+ true
19779
+ )
19780
+ },
19781
+ [
19782
+ _vm._v(" "),
19783
+ _vm._v(" "),
19784
+ _vm._v(" "),
19785
+ _vm._v(" "),
19786
+ _vm._v(" "),
19787
+ _vm._v(" "),
19788
+ _vm._v(" "),
19789
+ _c("template", { slot: "filters" }, [
 
 
 
 
19790
  _c(
19791
  "span",
19792
+ { staticClass: "form-group" },
19793
  [
19794
+ _c("date-range-picker", {
19795
+ ref: "picker",
19796
+ staticClass: "mr-5",
19797
+ attrs: {
19798
+ "locale-data": this.dateTimePickerFormat,
19799
+ singleDatePicker: false,
19800
+ timePicker: false,
19801
+ timePicker24Hour: false,
19802
+ showWeekNumbers: false,
19803
+ showDropdowns: true,
19804
+ autoApply: false,
19805
+ ranges: this.dateRangePickerRanges,
19806
+ linkedCalendars: true,
19807
+ opens: "right"
19808
  },
19809
+ scopedSlots: _vm._u([
19810
+ {
19811
+ key: "input",
19812
+ fn: function(picker) {
19813
+ return [
19814
+ _vm.filter.transaction_date.startDate
19815
+ ? _c("span", [
19816
+ _vm._v(
19817
+ _vm._s(
19818
+ _vm._f("getFormattedDate")(
19819
+ _vm.filter.transaction_date.startDate
19820
+ )
19821
+ ) +
19822
+ " - " +
19823
+ _vm._s(
19824
+ _vm._f("getFormattedDate")(
19825
+ _vm.filter.transaction_date.endDate
19826
+ )
19827
+ )
19828
+ )
19829
+ ])
19830
+ : _vm._e(),
19831
+ _vm._v(" "),
19832
+ !_vm.filter.transaction_date.startDate
19833
+ ? _c(
19834
+ "span",
19835
+ { staticClass: "date-range-placeholder" },
19836
+ [
19837
+ _vm._v(
19838
+ _vm._s(
19839
+ _vm.__(
19840
+ "Filter by expire date",
19841
+ "dokan-lite"
19842
+ )
19843
+ )
19844
+ )
19845
+ ]
19846
+ )
19847
+ : _vm._e()
19848
+ ]
19849
  }
19850
+ },
19851
+ {
19852
+ key: "footer",
19853
+ fn: function(data) {
19854
+ return _c("div", { staticClass: "drp-buttons" }, [
19855
+ _c("span", { staticClass: "drp-selected" }, [
19856
+ _vm._v(_vm._s(data.rangeText))
19857
+ ]),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19858
  _vm._v(" "),
19859
  _c(
19860
+ "button",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19861
  {
19862
+ staticClass:
19863
+ "cancelBtn btn btn-sm btn-secondary",
19864
+ attrs: { type: "button" },
19865
  on: {
19866
  click: function($event) {
19867
+ return _vm.setDefaultTransactionDate()
19868
  }
19869
  }
19870
  },
19871
+ [_vm._v(_vm._s(_vm.__("Cancel", "dokan-lite")))]
19872
+ ),
19873
+ _vm._v(" "),
19874
+ !data.in_selection
19875
+ ? _c(
19876
+ "button",
19877
  {
19878
+ staticClass:
19879
+ "applyBtn btn btn-sm btn-success",
19880
+ attrs: { type: "button" },
19881
+ on: { click: data.clickApply }
 
19882
  },
19883
  [
19884
+ _vm._v(
19885
+ _vm._s(_vm.__("Apply", "dokan-lite"))
19886
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19887
  ]
19888
  )
19889
+ : _vm._e()
 
19890
  ])
19891
+ }
19892
+ }
19893
+ ]),
19894
+ model: {
19895
+ value: _vm.filter.transaction_date,
19896
+ callback: function($$v) {
19897
+ _vm.$set(_vm.filter, "transaction_date", $$v)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19898
  },
19899
+ expression: "filter.transaction_date"
19900
+ }
19901
+ })
19902
+ ],
19903
+ 1
19904
+ ),
19905
+ _vm._v(" "),
19906
+ _c("span", { staticClass: "form-group" }, [
19907
+ _c(
19908
+ "button",
19909
+ {
19910
+ staticClass: "button action",
19911
+ on: { click: this.clearFilters }
19912
+ },
19913
+ [_vm._v(_vm._s(this.__("Clear", "dokan-lite")))]
19914
+ )
19915
+ ])
19916
+ ])
19917
+ ],
19918
+ 2
19919
+ )
19920
+ ],
19921
+ 1
19922
+ )
19923
+ ])
19924
  }
19925
  var staticRenderFns = []
19926
  render._withStripped = true
19929
  if (false) {
19930
  module.hot.accept()
19931
  if (module.hot.data) {
19932
+ require("vue-hot-reload-api") .rerender("data-v-6b51ff90", esExports)
19933
  }
19934
  }
19935
 
19936
  /***/ }),
19937
+ /* 206 */
19938
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19939
 
19940
  "use strict";
19970
  /* harmony default export */ __webpack_exports__["a"] = (menuFix);
19971
 
19972
  /***/ })
19973
+ ],[117]);
assets/js/vue-admin.min.js CHANGED
@@ -1 +1 @@
1
- dokanWebpack([0],[,function(e,t){e.exports=jQuery},,function(e,t,a){"use strict";var s=a(48),i=a(121),n=!1;var o=function(e){n||a(120)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/UpgradeBanner.vue",t.a=r.exports},,function(e,t,a){"use strict";var s=a(11),i=a(28),n=!1;var o=function(e){n||a(27)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/Switches.vue",t.a=r.exports},,,function(e,t,a){"use strict";var s=a(18);t.a={extends:s.Line,props:["data"],data:function(){return{options:{responsive:!0,maintainAspectRatio:!0,scales:{xAxes:[{type:"time",scaleLabel:{display:!1},gridLines:{display:!1},ticks:{fontColor:"#aaa",fontSize:11}}],yAxes:[{scaleLabel:{display:!1},ticks:{fontColor:"#aaa"}}]},legend:{position:"top",onClick:!1},elements:{line:{tension:0,borderWidth:4},point:{radius:5,borderWidth:3,backgroundColor:"#fff",borderColor:"#fff"}},tooltips:{displayColors:!1,callbacks:{label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",s=t.datasets[e.datasetIndex].tooltipLabel||"",i=t.datasets[e.datasetIndex].tooltipPrefix||"",n=s?s+": ":a+": ";return n+=i+e.yLabel}}}}}},mounted:function(){this.renderChart(this.data,this.options)}}},function(e,t,a){"use strict";var s=a(57);t.a={components:{Sketch:s.a},props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:"hex",validator:function(e){return-1!==["hsl","hex","rgba","hsv"].indexOf(e)}},presetColors:{type:Array,required:!1,default:function(){return["#000","#fff","#d33","#d93","#ee2","#81d742","#1e73be","#8224e3"]}},disableAlpha:{type:Boolean,required:!1,default:!0},disableFields:{type:Boolean,required:!1,default:!0}},data:function(){return{showColorPicker:!1}},methods:{updateColor:function(e){var t="";e[this.format]&&(t=e[this.format]),this.$emit("input",t)},toggleColorPicker:function(){this.showColorPicker=!this.showColorPicker},setHexColor:function(e){this.updateColor({hex:e})}}}},function(e,t,a){"use strict";var s=a(4),i=(a.n(s),a(5)),n=a(20),o=a(21);t.a={name:"VendorAccountFields",components:{Switches:i.a,UploadImage:n.a,PasswordGenerator:o.a},props:{vendorInfo:{type:Object},errors:{type:Array,required:!1}},data:function(){return{showStoreUrl:!0,showPassword:!1,otherStoreUrl:null,banner:"",defaultUrl:dokan.urls.siteUrl+dokan.urls.storePrefix+"/",showButton:!0,placeholderData:"",delay:500,storeAvailable:null,userNameAvailable:null,emailAvailable:null,storeAvailabilityText:"",userNameAvailabilityText:"",emailAvailabilityText:"",getAccountFields:dokan.hooks.applyFilters("getVendorAccountFields",[])}},watch:{"vendorInfo.store_name":function(e){this.showStoreUrl=!0},"vendorInfo.user_nicename":function(e){void 0!==e&&(this.showStoreUrl=!1,this.otherStoreUrl=this.defaultUrl+e.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.vendorInfo.user_nicename=e.split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.checkStoreName())},"vendorInfo.user_login":function(e){this.checkUsername()},"vendorInfo.email":function(e){this.checkEmail()}},computed:{storeUrl:function(){var e=this.vendorInfo.store_name.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-");return this.vendorInfo.user_nicename=e,this.otherStoreUrl=this.defaultUrl+e,this.defaultUrl+e}},created:function(){var e=this;this.checkStoreName=Object(s.debounce)(this.checkStore,this.delay),this.checkUsername=Object(s.debounce)(this.searchUsername,this.delay),this.checkEmail=Object(s.debounce)(this.searchEmail,this.delay),this.$root.$on("passwordCancelled",function(){e.showPassword=!1})},methods:{uploadBanner:function(e){this.vendorInfo.banner_id=e.id,this.showButton=!1},uploadGravatar:function(e){this.vendorInfo.gravatar_id=e.id},getId:function(){return this.$route.params.id},onSelectBanner:function(e){this.banner=e.url,this.vendorInfo.banner_id=e.id},getError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},checkStore:function(){var e=this,t=this.vendorInfo.user_nicename;t&&(this.storeAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{store_slug:t}).then(function(t){t.available?(e.storeAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Available","dokan-lite")):(e.storeAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchUsername:function(){var e=this,t=this.vendorInfo.user_login;t&&(this.userNameAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{username:t}).then(function(t){t.available?(e.userNameAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Available","dokan-lite")):(e.userNameAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchEmail:function(){var e=this,t=this.vendorInfo.email;t&&(this.emailAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{email:t}).then(function(t){t.available?(e.emailAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=e.__("Available","dokan-lite")):(e.emailAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=t.message?t.message:e.__("This email is already registered, please choose another one.","dokan-lite"))}))},setPassword:function(e){this.showPassword=!0,this.vendorInfo.user_pass=e},sendEmail:function(e,t){"notify_vendor"===t&&(this.vendorInfo.notify_vendor=e)},getUploadBannerText:function(){var e=dokan.store_banner_dimension.width,t=dokan.store_banner_dimension.height;return this.__("Upload banner for your store. Banner size is (".concat(e,"x").concat(t,") pixels."),"dokan-lite")}}}},function(e,t,a){"use strict";t.a={name:"Switches",props:{enabled:{type:Boolean,required:!0,default:!1},value:{type:[String,Number]}},data:function(){return{}},methods:{trigger:function(e){this.$emit("input",e.target.checked,e.target.value)}}}},function(e,t,a){"use strict";t.a={name:"UploadImage",inheritAttrs:!1,props:{src:{default:dokan.urls.assetsUrl+"/images/store-pic.png"},showButton:{type:Boolean,default:!1},buttonLabel:{type:String,default:"Upload Image"},croppingWidth:{type:Number},croppingHeight:{type:Number}},data:function(){return{image:{src:"",id:""}}},methods:{uploadImage:function(){this.openMediaManager(this.onSelectImage)},onSelectImage:function(e){this.image.src=e.url,this.image.id=e.id,this.$emit("uploadedImage",this.image)},openMediaManager:function(e){var t=this;if(t.fileFrame)t.fileFrame.open();else{var a={library:wp.media.query(),multiple:!1,title:this.__("Select & Crop Image","dokan-lite"),priority:20,filterable:"uploaded",autoSelect:!0,suggestedWidth:500,suggestedHeight:300},s={id:"control-id",params:{width:this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),height:this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),flex_width:!!parseInt(dokan.store_banner_dimension["flex-width"],10),flex_height:!!parseInt(dokan.store_banner_dimension["flex-height"],10)},mustBeCropped:function(e,t,a,s,i,n){return(!0!==e||!0!==t)&&((!0!==e||s!==n)&&((!0!==t||a!==i)&&((a!==i||s!==n)&&!(i<=a))))}},i=[new wp.media.controller.Library(a),new wp.media.controller.CustomizeImageCropper({imgSelectOptions:t.calculateImageSelectOptions,control:s})],n={title:this.__("Select Image","dokan-lite"),button:{text:this.__("Select Image","dokan-lite"),close:!1},multiple:!1};n.states=i,t.fileFrame=wp.media(n),t.fileFrame.on("select",function(){t.fileFrame.setState("cropper")}),t.fileFrame.on("cropped",function(a){e(a),t.fileFrame=null}),t.fileFrame.on("skippedcrop",function(){var a=t.fileFrame.state().get("selection").map(function(e){return e.toJSON()}).pop();e(a),t.fileFrame=null}),t.fileFrame.on("close",function(){t.fileFrame=null}),t.fileFrame.on("ready",function(){t.fileFrame.uploader.options.uploader.params={type:"dokan-vendor-option-media"}}),t.fileFrame.open()}},calculateImageSelectOptions:function(e,t){var a,s,i,n,o,r,l=this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),d=this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),c=!!parseInt(dokan.store_banner_dimension["flex-width"],10),u=!!parseInt(dokan.store_banner_dimension["flex-height"],10);o=e.get("width"),n=e.get("height");var p=t.get("control");return t.set("canSkipCrop",!p.mustBeCropped(c,u,l,d,o,n)),(s=o)/(i=n)>(a=l/d)?l=(d=i)*a:d=(l=s)/a,r={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:o,imageHeight:n,x1:0,y1:0,x2:l,y2:d},!1===u&&!1===c&&(r.aspectRatio=l+":"+d),!1===u&&(r.maxHeight=d),!1===c&&(r.maxWidth=l),r}}}},function(e,t,a){"use strict";t.a={name:"PasswordGenerator",props:{title:{type:String,default:"Generate Password"},cancelTitle:{type:String,default:"Cancel"},regenrateTitle:{type:String,default:"Regenrate"},length:{type:Number,default:25}},data:function(){return{password:"",hideGenerateButton:!1,showCancelButton:!1}},methods:{generatePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password),this.hideGenerateButton=!0,this.showCancelButton=!0},makePassword:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:25,t="",a=0;a<=e;a++){t+="abcdefghijklmnopqurstuvwxyz"[Math.floor(Math.random()*e)]+"ABCDEFGHIJKLMNOPQURSTUVWXYZ"[Math.floor(10*Math.random())]+"!@#$%^&*()"[Math.floor(Math.random()*"!@#$%^&*()".length)]}return t.slice(-e)},cancelButton:function(){this.hideGenerateButton=!1,this.showCancelButton=!1,this.$root.$emit("passwordCancelled")},regenratePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password)}}}},function(e,t,a){"use strict";var s=a(6);a.n(s);t.a={name:"VendorAddressFields",components:{Multiselect:s.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{countries:[],states:[],selectedCountry:{},selectedState:{},getAddressFields:dokan.hooks.applyFilters("getVendorAddressFields",[])}},computed:{selectedCode:function(){var e=this.vendorInfo.address.country;return""!==e?e:[]}},created:function(){this.countries=this.transformCountries(dokan.countries),this.states=dokan.states;var e=this.vendorInfo.address.country,t=this.vendorInfo.address.state;""!==e&&(this.selectedCountry={name:this.getCountryFromCountryCode(e),code:e},this.selectedState={name:this.getStateFromStateCode(t,e),code:t})},methods:{transformCountries:function(e){var t=[];for(var a in e)t.push({name:e[a],code:a});return t},getCountryFromCountryCode:function(e){if(""!==e)return dokan.countries[e]},getStateFromStateCode:function(e,t){if(""!==e){var a=dokan.states[t],s=a&&a[e];return void 0!==s?s:[]}},getStatesFromCountryCode:function(e){if(""!==e){var t=[],a=this.states;for(var s in a)if(s===e&&!(a[s]&&a[s].length<1))for(var i in a[s])t.push({name:a[s][i],code:i});return t}},saveCountry:function(e){e&&(this.vendorInfo.address.state=null,this.selectedState={},this.vendorInfo.address.country=e.code)},saveState:function(e){e&&(this.vendorInfo.address.state=e.code)}}}},function(e,t,a){"use strict";var s=a(5),i=a(6);a.n(i);t.a={name:"VendorPaymentFields",components:{Switches:s.a,Multiselect:i.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{enabled:!1,trusted:!1,featured:!1,commissionTypes:[{name:"flat",label:this.__("Flat","dokan-lite")},{name:"percentage",label:this.__("Percentage","dokan-lite")},{name:"combine",label:this.__("Combine","dokan-lite")}],selectedCommissionType:{name:"flat",label:this.__("Flat","dokan-lite")},getBankFields:dokan.hooks.applyFilters("getVendorBankFields",[]),getPyamentFields:dokan.hooks.applyFilters("AfterPyamentFields",[])}},created:function(){this.vendorInfo.enabled&&(this.enabled=!0,this.vendorInfo.enabled=!0),this.vendorInfo.trusted&&(this.trusted=!0,this.vendorInfo.trusted=!0),this.vendorInfo.featured&&(this.featured=!0,this.vendorInfo.featured=!0);var e=this.vendorInfo.admin_commission_type;if(e){var t=_.findWhere(this.commissionTypes,{name:e}),a=t.name,s=t.label;this.selectedCommissionType.name=a,this.selectedCommissionType.label=s}},methods:{setValue:function(e,t){"enabled"===t&&(this.vendorInfo.enabled=!!e),"trusted"===t&&(this.vendorInfo.trusted=!!e),"featured"===t&&(this.vendorInfo.featured=!!e)},getId:function(){return this.$route.params.id},saveCommissionType:function(e){var t=e.name;t||(this.vendorInfo.admin_commission_type="flat"),this.vendorInfo.admin_commission_type=t}}}},,,,,function(e,t,a){"use strict";var s=a(12),i=a(30),n=!1;var o=function(e){n||a(29)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/UploadImage.vue",t.a=r.exports},function(e,t,a){"use strict";var s=a(13),i=a(31),n=a(0)(s.a,i.a,!1,null,null,null);n.options.__file="src/admin/components/PasswordGenerator.vue",t.a=n.exports},function(e,t,a){"use strict";var s=a(8),i=a(0)(s.a,null,!1,null,null,null);i.options.__file="src/admin/components/Chart.vue",t.a=i.exports},function(e,t,a){"use strict";var s=a(9),i=a(25),n=!1;var o=function(e){n||a(24)},r=a(0)(s.a,i.a,!1,o,"data-v-01dc0d51",null);r.options.__file="src/admin/components/ColorPicker.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"color-picker-container"},[a("button",{staticClass:"button color-picker-button",style:{backgroundColor:e.value},attrs:{type:"button"},on:{click:e.toggleColorPicker}},[a("span",[e._v(e._s(e.__("Select Color","dokan-lite")))])]),e._v(" "),e.showColorPicker&&"hex"===e.format?a("input",{staticClass:"hex-input",attrs:{type:"text"},domProps:{value:e.value},on:{input:function(t){return e.setHexColor(t.target.value)}}}):e._e(),e._v(" "),e.showColorPicker?a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:function(t){return e.updateColor({})}}},[e._v(e._s(e.__("Clear","dokan-lite")))]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:e.toggleColorPicker}},[e._v(e._s(e.__("Close","dokan-lite")))])]):e._e(),e._v(" "),e.showColorPicker?a("sketch",{attrs:{value:e.value,"preset-colors":e.presetColors,"disable-alpha":e.disableAlpha,"disable-fields":e.disableFields},on:{input:e.updateColor}}):e._e()],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(10),i=a(32),n=a(0)(s.a,i.a,!1,null,null,null);n.options.__file="src/admin/pages/VendorAccountFields.vue",t.a=n.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("label",{staticClass:"switch tips"},[t("input",{staticClass:"toogle-checkbox",attrs:{type:"checkbox"},domProps:{checked:this.enabled,value:this.value},on:{change:this.trigger}}),this._v(" "),t("span",{staticClass:"slider round"})])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-upload-image",on:{click:e.uploadImage}},[e.showButton?e._e():a("img",{attrs:{src:e.image.src?e.image.src:e.src}}),e._v(" "),e.showButton?a("button",{on:{click:function(t){return t.preventDefault(),e.uploadImage.apply(null,arguments)}}},[e._v("\n "+e._s(e.buttonLabel)+"\n ")]):e._e()])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"password-generator"},[e.hideGenerateButton?e._e():a("button",{staticClass:"button button-secondary",on:{click:function(t){return t.preventDefault(),e.generatePassword.apply(null,arguments)}}},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.showCancelButton?a("button",{staticClass:"button regen-button",on:{click:function(t){return t.preventDefault(),e.regenratePassword.apply(null,arguments)}}},[a("span",{staticClass:"dashicons dashicons-controls-repeat"}),e._v("\n "+e._s(e.regenrateTitle)+"\n ")]):e._e(),e._v(" "),e.showCancelButton?a("button",{staticClass:"button cancel-button",on:{click:function(t){return t.preventDefault(),e.cancelButton.apply(null,arguments)}}},[e._v("\n "+e._s(e.cancelTitle)+"\n ")]):e._e()])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("form",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Account Info","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[e.getId()?e._e():a("div",{staticClass:"vendor-image"},[a("div",{staticClass:"picture"},[a("p",{staticClass:"picture-header"},[e._v(e._s(e.__("Vendor Picture","dokan-lite")))]),e._v(" "),a("div",{staticClass:"profile-image"},[a("upload-image",{attrs:{croppingWidth:150,croppingHeight:150},on:{uploadedImage:e.uploadGravatar}})],1),e._v(" "),a("p",{staticClass:"picture-footer",domProps:{innerHTML:e._s(e.sprintf(e.__("You can change your profile picture on %s","dokan-lite"),"<a href='https://gravatar.com/' target='_blank'>Gravatar</a>"))}})]),e._v(" "),a("div",{class:["picture banner",{"has-banner":e.vendorInfo.banner_id}]},[a("div",{staticClass:"banner-image"},[a("upload-image",{attrs:{showButton:e.showButton,buttonLabel:e.__("Upload Banner","dokan-lite")},on:{uploadedImage:e.uploadBanner}})],1),e._v(" "),e.showButton?a("p",{staticClass:"picture-footer"},[e._v(e._s(e.getUploadBannerText()))]):e._e()])]),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"first-name"}},[e._v(e._s(e.__("First Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.first_name,expression:"vendorInfo.first_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"first-name",placeholder:e.__("First Name","dokan-lite")},domProps:{value:e.vendorInfo.first_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"first_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"last-name"}},[e._v(e._s(e.__("Last Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.last_name,expression:"vendorInfo.last_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"last-name",placeholder:e.__("Last Name","dokan-lite")},domProps:{value:e.vendorInfo.last_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"last_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-name"}},[e._v(e._s(e.__("Store Name","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.store_name,expression:"vendorInfo.store_name"}],class:{"dokan-form-input":!0,"has-error":e.getError("store_name")},attrs:{type:"text",id:"store-name",placeholder:e.getError("store_name")?e.__("Store Name is required","dokan-lite"):e.__("Store Name","dokan-lite")},domProps:{value:e.vendorInfo.store_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"store_name",t.target.value)}}})]),e._v(" "),e.getId()?e._e():a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-nicename"}},[e._v(e._s(e.__("Store URL","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_nicename,expression:"vendorInfo.user_nicename"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"user-nicename",placeholder:e.__("Store Url","dokan-lite")},domProps:{value:e.vendorInfo.user_nicename},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_nicename",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[e.showStoreUrl?a("p",{staticClass:"store-url"},[e._v(e._s(e.storeUrl))]):a("p",{staticClass:"store-url"},[e._v(e._s(e.otherStoreUrl))]),e._v(" "),a("span",{class:{"is-available":e.storeAvailable,"not-available":!e.storeAvailable}},[e._v(e._s(e.storeAvailabilityText))])])]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-phone"}},[e._v(e._s(e.__("Phone Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.phone,expression:"vendorInfo.phone"}],staticClass:"dokan-form-input",attrs:{type:"number",id:"store-phone",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.phone},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"phone",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-email"}},[e._v(e._s(e.__("Email","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.email,expression:"vendorInfo.email"}],class:{"dokan-form-input":!0,"has-error":e.getError("email")},attrs:{type:"email",id:"store-email",placeholder:e.getError("email")?e.__("Email is required","dokan-lite"):e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"email",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.emailAvailable,"not-available":!e.emailAvailable}},[e._v(e._s(e.emailAvailabilityText))])])]),e._v(" "),e.getId()?e._e():[a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-login"}},[e._v(e._s(e.__("Username","dokan-lite")))]),a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_login,expression:"vendorInfo.user_login"}],staticClass:"dokan-form-input",class:{"dokan-form-input":!0,"has-error":e.getError("user_login")},attrs:{type:"text",id:"user-login",placeholder:e.getError("user_login")?e.__("Username is required","dokan-lite"):e.__("Username","dokan-lite")},domProps:{value:e.vendorInfo.user_login},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_login",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.userNameAvailable,"not-available":!e.userNameAvailable}},[e._v(e._s(e.userNameAvailabilityText))])]),e._v(" "),a("div",{staticClass:"checkbox-left notify-vendor"},[a("switches",{attrs:{enabled:!0,value:"notify_vendor"},on:{input:e.sendEmail}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Send the vendor an email about their account.","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-password"}},[e._v(e._s(e.__("Password","dokan-lite")))]),e._v(" "),e.showPassword?a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_pass,expression:"vendorInfo.user_pass"}],staticClass:"dokan-form-input",attrs:{id:"store-password",type:"text",placeholder:"********"},domProps:{value:e.vendorInfo.user_pass},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_pass",t.target.value)}}}):e._e(),e._v(" "),a("password-generator",{attrs:{title:e.__("Generate Password","dokan-lite")},on:{passwordGenerated:e.setPassword}})],1)],e._v(" "),e._l(e.getAccountFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(14),i=a(35),n=!1;var o=function(e){n||a(34)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorAddressFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Address","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-1"}},[e._v(e._s(e.__("Street 1","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_1,expression:"vendorInfo.address.street_1"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-1",placeholder:e.__("Street 1","dokan-lite")},domProps:{value:e.vendorInfo.address.street_1},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_1",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-2"}},[e._v(e._s(e.__("Street 2","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_2,expression:"vendorInfo.address.street_2"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-2",placeholder:e.__("Street 2","dokan-lite")},domProps:{value:e.vendorInfo.address.street_2},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_2",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"city"}},[e._v(e._s(e.__("City","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.city,expression:"vendorInfo.address.city"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"city",placeholder:e.__("City","dokan-lite")},domProps:{value:e.vendorInfo.address.city},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"city",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"zip"}},[e._v(e._s(e.__("Zip","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.zip,expression:"vendorInfo.address.zip"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"zip",placeholder:e.__("Zip","dokan-lite")},domProps:{value:e.vendorInfo.address.zip},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"zip",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"country"}},[e._v(e._s(e.__("Country","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"country",options:e.countries,multiselect:!1,label:"name","track-by":"name",showLabels:!1,placeholder:e.__("Select Country","dokan-lite")},on:{input:e.saveCountry},model:{value:e.selectedCountry,callback:function(t){e.selectedCountry=t},expression:"selectedCountry"}})],1),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"state"}},[e._v(e._s(e.__("State","dokan-lite")))]),e._v(" "),e.getStatesFromCountryCode(e.selectedCode).length<1?[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.state,expression:"vendorInfo.address.state"}],staticClass:"dokan-form-input",attrs:{id:"state",type:"text",placeholder:e.__("State","dokan-lite")},domProps:{value:e.vendorInfo.address.state},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"state",t.target.value)}}})]:[a("Multiselect",{attrs:{id:"state",options:e.getStatesFromCountryCode(e.selectedCode),multiselect:!1,showLabels:!1,label:"name","track-by":"name",placeholder:e.__("Select State","dokan-lite")},on:{input:e.saveState},model:{value:e.selectedState,callback:function(t){e.selectedState=t},expression:"selectedState"}})]],2),e._v(" "),e._l(e.getAddressFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(15),i=a(38),n=!1;var o=function(e){n||a(37)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorPaymentFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:{"payment-info":!0,"edit-mode":e.getId()}},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Payment Options","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-name"}},[e._v(e._s(e.__("Account Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_name,expression:"vendorInfo.payment.bank.ac_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-name",placeholder:e.__("Account Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-number"}},[e._v(e._s(e.__("Account Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_number,expression:"vendorInfo.payment.bank.ac_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-number",placeholder:e.__("1233456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-name"}},[e._v(e._s(e.__("Bank Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_name,expression:"vendorInfo.payment.bank.bank_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-name",placeholder:e.__("Bank Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-address"}},[e._v(e._s(e.__("Bank Address","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_addr,expression:"vendorInfo.payment.bank.bank_addr"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-address",placeholder:e.__("Bank Address","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_addr},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_addr",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"routing-number"}},[e._v(e._s(e.__("Routing Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.routing_number,expression:"vendorInfo.payment.bank.routing_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"routing-number",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.routing_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"routing_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"iban"}},[e._v(e._s(e.__("IBAN","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.iban,expression:"vendorInfo.payment.bank.iban"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"iban",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.iban},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"iban",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"swift"}},[e._v(e._s(e.__("Swift","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.swift,expression:"vendorInfo.payment.bank.swift"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"swift",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.swift},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"swift",t.target.value)}}})]),e._v(" "),e._l(e.getBankFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{class:{column:e.getId(),"checkbox-group":!e.getId()}},[a("label",{attrs:{for:"paypal-email"}},[e._v(e._s(e.__("PayPal Email","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.paypal.email,expression:"vendorInfo.payment.paypal.email"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"paypal-email",placeholder:e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.payment.paypal.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.paypal,"email",t.target.value)}}})]),e._v(" "),e.getId()?[a("div",{staticClass:"column"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"commission-type"}},[e._v(e._s(e.__("Admin Commission Type","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"commission-type",options:e.commissionTypes,"track-by":"name",label:"label","allow-empty":!1,multiselect:!1,searchable:!1,showLabels:!1},on:{input:e.saveCommissionType},model:{value:e.selectedCommissionType,callback:function(t){e.selectedCommissionType=t},expression:"selectedCommissionType"}})],1)]),e._v(" "),"combine"===e.selectedCommissionType.name?a("div",{staticClass:"column combine-commission"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("div",{staticClass:"combine-commission-field"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"wc_input_decimal dokan-form-input percent_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}}),e._v("\n "+e._s("%    +")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_additional_fee,expression:"vendorInfo.admin_additional_fee"}],staticClass:"wc_input_price dokan-form-input fixed_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_additional_fee},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_additional_fee",t.target.value)}}})])]):a("div",{staticClass:"column"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"dokan-form-input",class:{wc_input_price:"flat"==e.selectedCommissionType.name,wc_input_decimal:"flat"!=e.selectedCommissionType.name},attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}})])]:e._e(),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.enabled,value:"enabled"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Enable Selling","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.trusted,value:"trusted"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Publish Product Directly","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.featured,value:"featured"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Make Vendor Featured","dokan-lite")))])],1)])],2),e._v(" "),e._l(e.getPyamentFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},,,,,,,,function(e,t,a){"use strict";t.a={name:"App"}},function(e,t,a){"use strict";var s=a(22),i=a(3),n=dokan_get_lib("Postbox"),o=dokan_get_lib("Loading"),r=dokan_get_lib("Currency"),l=dokan_get_lib("AdminNotice");t.a={name:"Dashboard",components:{Postbox:n,Loading:o,Chart:s.a,Currency:r,UpgradeBanner:i.a,AdminNotice:l},data:function(){return{overview:null,feed:null,report:null,subscribe:{success:!1,loading:!1,email:""},hasPro:!!dokan.hasPro}},created:function(){this.fetchOverview(),this.fetchFeed(),this.fetchReport()},methods:{fetchOverview:function(){var e=this;dokan.api.get("/admin/report/summary").done(function(t){e.overview=t})},fetchFeed:function(){var e=this;dokan.api.get("/admin/dashboard/feed").done(function(t){e.feed=t})},fetchReport:function(){var e=this;dokan.api.get("/admin/report/overview").done(function(t){e.report=t})},validEmail:function(e){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)},emailSubscribe:function(){var e=this;this.validEmail(this.subscribe.email)&&(this.subscribe.loading=!0,jQuery.ajax({url:"https://wedevs.us16.list-manage.com/subscribe/post-json?u=66e606cfe0af264974258f030&id=0d176bb256&c=?",data:{EMAIL:this.subscribe.email,"group[3555][8]":"1"},type:"GET",dataType:"json",cache:!1,contentType:"application/json; charset=utf-8"}).always(function(t){e.subscribe.success=!0,e.subscribe.loading=!1}))}}}},function(e,t,a){"use strict";t.a={name:"UpgradeBanner",data:function(){return{show:dokan.showPromoBanner,upgradeURL:dokan.urls.upgradeToPro}},computed:{showUpgrade:function(){return!dokan.hasPro&&"show"===dokan.proNag}},methods:{dismiss:function(){this.show=!1,wp.ajax.post("dokan-upgrade-dissmiss")}}}},function(e,t,a){"use strict";var s=a(1),i=a.n(s),n=a(3),o=dokan_get_lib("ListTable"),r=dokan_get_lib("Modal"),l=dokan_get_lib("Currency"),d=dokan_get_lib("AdminNotice");t.a={name:"Withdraw",components:{ListTable:o,Modal:r,Currency:l,UpgradeBanner:n.a,AdminNotice:d},data:function(){return{showModal:!1,editing:{id:null,note:null},totalPages:1,perPage:10,totalItems:0,filter:{user_id:0},counts:{pending:0,approved:0,cancelled:0},notFound:this.__("No requests found.","dokan-lite"),massPayment:this.__("Paypal Mass Payment File is Generated.","dokan-lite"),showCb:!0,loading:!1,columns:{seller:{label:this.__("Vendor","dokan-lite")},amount:{label:this.__("Amount","dokan-lite")},status:{label:this.__("Status","dokan-lite")},method_title:{label:this.__("Method","dokan-lite")},method_details:{label:this.__("Details","dokan-lite")},note:{label:this.__("Note","dokan-lite")},created:{label:this.__("Date","dokan-lite")},actions:{label:this.__("Actions","dokan-lite")}},requests:[],actionColumn:"seller",hasPro:!!dokan.hasPro}},watch:{"$route.query.status":function(){this.filter.user_id=0,this.clearSelection("#filter-vendors"),this.fetchRequests()},"$route.query.page":function(){this.fetchRequests()},"$route.query.user_id":function(){this.fetchRequests()},"filter.user_id":function(e){0===e&&this.clearSelection("#filter-vendors"),this.goTo(this.query)}},computed:{currentStatus:function(){return this.$route.query.status||"pending"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},actions:function(){return"pending"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"cancel",label:this.__("Cancel","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"pending",label:this.__("Pending","dokan-lite")}]:[]},bulkActions:function(){return"pending"==this.currentStatus?[{key:"approved",label:this.__("Approve","dokan-lite")},{key:"cancelled",label:this.__("Cancel","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"pending",label:this.__("Pending","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:[{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]}},created:function(){this.fetchRequests()},mounted:function(){var e=this;i()("#filter-vendors").selectWoo({ajax:{url:"".concat(dokan.rest.root,"dokan/v1/stores"),dataType:"json",headers:{"X-WP-Nonce":dokan.rest.nonce},data:function(e){return{search:e.term}},processResults:function(e){return{results:e.map(function(e){return{id:e.id,text:e.store_name}})}}}}),i()("#filter-vendors").on("select2:select",function(t){e.filter.user_id=t.params.data.id})},methods:{updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Completed")),this.counts.cancelled=parseInt(e.getResponseHeader("X-Status-Cancelled"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},vendorUrl:function(e){return"1"===window.dokan.hasPro?dokan.urls.adminRoot+"admin.php?page=dokan#/vendors/"+e:dokan.urls.adminRoot+"user-edit.php?user_id="+e},fetchRequests:function(){var e=this;this.loading=!0;var t="";parseInt(this.filter.user_id)>0&&(t=this.filter.user_id);var a={per_page:this.perPage,page:this.currentPage,status:this.currentStatus,user_id:t};dokan.api.get("/withdraw",a).done(function(t,a,s){e.requests=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},goToPage:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,page:e,user_id:this.filter.user_id}})},goTo:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,user_id:this.filter.user_id}})},updateItem:function(e,t){var a=this.requests.findIndex(function(t){return t.id==e});this.$set(this.requests,a,t)},changeStatus:function(e,t){var a=this;this.loading=!0,dokan.api.put("/withdraw/"+t,{status:e}).done(function(e){a.loading=!1,a.fetchRequests()})},onActionClick:function(e,t){var a=this;"cancel"===e&&this.changeStatus("cancelled",t.id),"pending"===e&&this.changeStatus("pending",t.id),"trash"===e&&confirm(this.__("Are you sure?","dokan-lite"))&&(this.loading=!0,dokan.api.delete("/withdraw/"+t.id).done(function(e){a.loading=!1,a.fetchRequests()}))},getPaymentTitle:function(e,t){var a,s=t.method_title;void 0!==t.details[e]&&"dokan_custom"===e&&(s=null!==(a=t.details[e].method)&&void 0!==a?a:"");return dokan.hooks.applyFilters("dokan_get_payment_title",s,e,t)},getPaymentDetails:function(e,t){var a="—";if(void 0!==t[e])if("paypal"===e||"skrill"===e)a=t[e].email||"";else if("bank"===e)t.bank.hasOwnProperty("ac_name")&&(a="<p>"+this.sprintf(this.__("Account Name: %s","dokan-lite"),t.bank.ac_name)+"</p>"),t.bank.hasOwnProperty("ac_number")&&(a+="<p>"+this.sprintf(this.__("Account Number: %s","dokan-lite"),t.bank.ac_number)+"</p>"),t.bank.hasOwnProperty("bank_name")&&(a+="<p>"+this.sprintf(this.__("Bank Name: %s","dokan-lite"),t.bank.bank_name)+"</p>"),t.bank.hasOwnProperty("iban")&&(a+="<p>"+this.sprintf(this.__("IBAN: %s","dokan-lite"),t.bank.iban)+"</p>"),t.bank.hasOwnProperty("routing_number")&&(a+="<p>"+this.sprintf(this.__("Routing Number: %s","dokan-lite"),t.bank.routing_number)+"</p>"),t.bank.hasOwnProperty("swift")&&(a+="<p>"+this.sprintf(this.__("Swift Code: %s","dokan-lite"),t.bank.swift)+"</p>");else if("dokan_custom"===e){var s;a=null!==(s=t[e].value)&&void 0!==s?s:""}return dokan.hooks.applyFilters("dokan_get_payment_details",a,e,t)},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),onBulkAction:function(e,t){var a=this,s=this;if(_.contains(["delete","approved","cancelled","pending"],e)){var i={};i[e]=t,this.loading=!0,dokan.api.put("/withdraw/batch",i).done(function(e){a.loading=!1,a.fetchRequests()})}if("paypal"===e){var n=t.join(",");jQuery.post(ajaxurl,{dokan_withdraw_bulk:"paypal",id:n,action:"withdraw_ajax_submission",nonce:dokan.nonce},function(e,t,a){if("html/csv"===a.getResponseHeader("Content-type")){var i="",n=a.getResponseHeader("Content-Disposition");if(n&&-1!==n.indexOf("attachment")){var o=/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(n);null!=o&&o[1]&&(i=o[1].replace(/['"]/g,""))}var r=a.getResponseHeader("Content-Type"),l="function"==typeof File?new File([e],i,{type:r}):new Blob([e],{type:r});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(l,i);else{var d=window.URL||window.webkitURL,c=d.createObjectURL(l);if(i){var u=document.createElement("a");void 0===u.download?window.location=c:(u.href=c,u.download=i,document.body.appendChild(u),u.click())}else window.location=c;setTimeout(function(){d.revokeObjectURL(c)},100)}}e&&alert(s.massPayment)})}},openNoteModal:function(e,t){this.showModal=!0,this.editing={id:t,note:e}},updateNote:function(){var e=this;this.showModal=!1,this.loading=!0,dokan.api.put("/withdraw/"+this.editing.id,{note:this.editing.note}).done(function(t){e.loading=!1,e.updateItem(e.editing.id,t),e.editing={id:null,note:null}})},clearSelection:function(e){i()(e).val(null).trigger("change")}}}},function(e,t,a){"use strict";var s=a(51),i=a(130),n=(a.n(i),a(133));t.a={name:"Premium",components:{Slick:n.a,ProCta:s.a},data:function(){return{asstesUrl:dokan.urls.assetsUrl,buyNowProUrl:"https://wedevs.com/account/",services:[{title:this.__("Premium modules to make everything easier & better","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-01@2x.png"},{title:this.__("Frontend dashboard for vendors with advanced controls","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-02@2x.png"},{title:this.__("Unlimited Product Variations and group product upload","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-03@2x.png"},{title:this.__("Zone wise shipping with multiple method for vendors","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-04@2x.png"},{title:this.__("Store support based on ticket system for your customers","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-05@2x.png"},{title:this.__("Vendors will be able to generate coupon codes","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-06@2x.png"},{title:this.__("Earning, Selling and Commission Reports & Statement","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-07@2x.png"},{title:this.__("24/7 super fast premium customer support for you","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-08@2x.png"},{title:this.__("Add Social profile to your vendor’s store and support for store SEO","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-09@2x.png"}],comparisons:[{title:this.__("Frontend order management","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Seller Statement Reports","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Making Announcements","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Customized Product Categories","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store SEO","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Back Ordering System","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store Contact Form","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Single Product Multiple Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Seller Verification","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Featured Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Multiple Commission Types","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Frontend Shipping Tracking","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Setup Wizard","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Google Maps","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Manage reviews","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Bookable Product","dokan-lite"),compare:{lite:"unavailable",pro:"available"}}],modules:[{title:"Domain",url:"https://wedevs.com/dokan/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"03"},business:{type:"numeric",value:"05"},enterprise:{type:"numeric",value:"20"}},{title:"Modules",url:"https://wedevs.com/dokan/modules/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"08"},business:{type:"numeric",value:"14"},enterprise:{type:"numeric",value:"14"}},{title:"Color Scheme",url:"https://wedevs.com/dokan/modules/color-scheme-customizer/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Review",url:"https://wedevs.com/dokan/modules/dokan-vendor-review/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Store Support",url:"https://wedevs.com/dokan/modules/store-support/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Auction",url:"https://wedevs.com/dokan/modules/dokan-simple-auctions/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Ajax Live Search",url:"https://wedevs.com/dokan/modules/ajax-live-search/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Stripe Connect",url:"https://wedevs.com/dokan/modules/stripe-connect/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Subscriptions",url:"https://wedevs.com/dokan/modules/subscription/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Single Product Multivendor",url:"https://wedevs.com/dokan/modules/single-product-multivendor/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Seller Verification",url:"https://wedevs.com/dokan/modules/seller-verification/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"WC Booking Integration",url:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Staff Manager",url:"https://wedevs.com/dokan/modules/vendor-staff-manager/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Export Import",url:"https://wedevs.com/dokan/modules/export-import/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Product Enquiry",url:"https://wedevs.com/dokan/modules/product-enquiry/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Vacation",url:"https://wedevs.com/dokan/modules/vendor-vacation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Return and Warranty Request",url:"https://wedevs.com/dokan/modules/rma/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Moip",url:"https://wedevs.com/dokan/modules/moip/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Follow Store",url:"https://wedevs.com/dokan/modules/follow-store/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Geolocation",url:"https://wedevs.com/dokan/modules/geolocation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Shipstation",url:"https://wedevs.com/dokan/modules/shipstation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Wholesale",url:"https://wedevs.com/dokan/modules/wholesale/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}}],payment:{thumbnail:dokan.urls.assetsUrl+"/images/premium/payment-options.png",guaranteeThumbnail:dokan.urls.assetsUrl+"/images/premium/gaurantee-thumb.png",viewIcon:dokan.urls.assetsUrl+"/images/premium/view-icon@2x.png",termsPolicyUrl:"https://wedevs.com/refund-policy/"},slickOptions:{slidesToShow:1,fade:!0,speed:500,cssEase:"linear",autoplay:!0,autoplaySpeed:2e3,infinite:!0,accessibility:!0,adaptiveHeight:!1,arrows:!1,dots:!0,draggable:!0,edgeFriction:.3,swipe:!0},testimonials:[{name:"Melissa McGovern",designation:"Director, Hawk And PeddleProjects",pic:dokan.urls.assetsUrl+"/images/premium/melissa.jpg",content:"We're still a new business and are continuing to build our platform. Dokan has halved the time it would take us to build our ecommerce platform by being feature rich and easy to install and configure."},{name:"Morten J. Christensen",designation:"Owner, Dincatering",pic:dokan.urls.assetsUrl+"/images/premium/Morten-J.-Christensen.jpg",content:"First and foremost it enables the possibility for actually creating the kind of marketplace i wanted. The plugin lets me create a local marketplace for local danish catering suppliers to showcase and sell their offers of the season."},{name:"Cédric Lefrancq",designation:"Webmaster, Unwebmaster.Be",pic:dokan.urls.assetsUrl+"/images/premium/cedric-lefrancq.jpeg",content:"The support is very good. The plugin is perfect. Bugs are fixed very quickly. That’s a very good plugin."},{name:"David Gaz",designation:"Founder, The Bureau Of Small Projects",pic:dokan.urls.assetsUrl+"/images/premium/david-gaz.jpeg",content:"It’s hands down an amazing plugin. But their support is even more amazing. They got back to me within hours on the weekend."}],cta:{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.buynowpro}}},methods:{next:function(){this.$refs.slick.next()},prev:function(){this.$refs.slick.prev()},reInit:function(){var e=this;this.$nextTick(function(){e.$refs.slick.reSlick()})}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(52),i=a(129),n=!1;var o=function(e){n||a(128)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/ProCta.vue",t.a=r.exports},function(e,t,a){"use strict";t.a={name:"ProCta",data:function(){return{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.upgradeToPro}}}},function(e,t,a){"use strict";var s=a(3),i=dokan_get_lib("Postbox"),n=dokan_get_lib("Loading"),o=dokan_get_lib("AdminNotice");t.a={name:"Help",components:{Postbox:i,Loading:n,UpgradeBanner:s.a,AdminNotice:o},data:function(){return{docs:null,hasPro:!!dokan.hasPro}},created:function(){this.fetch()},methods:{fetch:function(){var e=this;dokan.api.get("/admin/help").done(function(t){e.docs=t})}}}},function(e,t,a){"use strict";var s=a(1),i=a.n(s),n=a(3),o=dokan_get_lib("Loading"),r=dokan_get_lib("AdminNotice");t.a={name:"ChangeLog",components:{Loading:o,UpgradeBanner:n.a,AdminNotice:r},data:function(){return{active_package:"lite",current_version:"lite-0",scrollPosition:null,openVersions:[],activeVersionBorder:"",lite_versions:null,pro_versions:null,loading:!1,hasPro:!!dokan.hasPro}},methods:{formatReleaseDate:function(e){return i.a.datepicker.formatDate(dokan_get_i18n_date_format(),new Date(e))},badgeClass:function(e){switch(e){case"New":case"New Module":case"New Feature":return"badge-green";case"Fix":return"badge-red";default:return"badge-blue"}},getDokanLiteChangeLog:function(){var e=this;this.loading=!0,dokan.api.get("/admin/changelog/lite").done(function(t){e.lite_versions=JSON.parse(t),e.loading=!1}).fail(function(t){e.loading=!1,e.$notify({type:"error",title:e.__("Error","dokan-lite"),text:e.__("Something went wrong","dokan-lite")})})},getDokanProChangeLog:function(){var e=this;this.loading=!0,dokan.api.get("/admin/changelog/pro").done(function(t){e.pro_versions=JSON.parse(t),e.loading=!1}).fail(function(t){e.loading=!1,e.$notify({type:"error",title:e.__("Error","dokan-lite"),text:e.__("Something went wrong","dokan-lite")})})},dismissWhatsNewNotice:function(){var e="pro"===this.active_package?"dokan-pro-whats-new-notice":"dokan-whats-new-notice";i.a.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:{action:e,nonce:dokan.nonce,dokan_promotion_dismissed:!0}})},toggleReading:function(e){return this.isOpenVersion(e)?this.openVersions.splice(this.openVersions.indexOf(e),1):this.openVersions.push(e)},isOpenVersion:function(e){return this.openVersions.includes(e)},switchPackage:function(e){this.active_package=e,null===this.pro_versions&&"pro"===e&&this.getDokanProChangeLog(),null===this.lite_versions&&"lite"===e&&this.getDokanLiteChangeLog(),dokan.hasNewVersion&&this.dismissWhatsNewNotice()},isActivePackage:function(e){return this.active_package===e},addBorder:function(){var e,t=this;clearTimeout(e),this.activeVersionBorder="border: 1px solid #2271b1",e=setTimeout(function(){t.activeVersionBorder=""},3e3)},jumpVersion:function(e){this.current_version=e,this.goToPosition(e),this.addBorder()},isCurrentVersion:function(e){return this.current_version===e},updatePosition:function(){this.scrollPosition=window.scrollY},scrollTop:function(){this.goToPosition("change-log")},goToPosition:function(e){i()("html, body").animate({scrollTop:i()("#".concat(e)).offset().top-50},500)},loadChangelogData:function(){"dokan-pro"===this.$route.query.plugin?this.switchPackage("pro"):this.switchPackage("lite")}},watch:{"$route.query.plugin":function(){this.loadChangelogData()}},created:function(){this.loadChangelogData(),window.addEventListener("scroll",this.updatePosition)},destroyed:function(){window.removeEventListener("scroll",this.updatePosition)}}},function(e,t,a){"use strict";var s=a(143),i=a.n(s),n=a(144),o=a.n(n),r=a(146),l=a(176),d=a(3),c=a(1),u=a.n(c),p=dokan_get_lib("Loading"),m=dokan_get_lib("AdminNotice");t.a={name:"Settings",components:{Fields:r.a,Loading:p,SettingsBanner:l.a,UpgradeBanner:d.a,AdminNotice:m},data:function(){return{isSaved:!1,showLoading:!1,isUpdated:!1,isLoaded:!1,message:"",currentTab:null,settingSections:[],settingFields:{},settingValues:{},requiredFields:[],errors:[],validationErrors:[],hasPro:!!dokan.hasPro,searchText:"",awaitingSearch:!1,withdrawMethods:{},isSaveConfirm:!1}},computed:{refreshable_props:function(){var e,t={};for(e in this.settingFields){var a=this.settingFields[e],s=void 0;for(s in a)a[s].refresh_after_save&&(t["".concat(e,".").concat(s)]=!0)}return t}},methods:{changeTab:function(e){this.currentTab=e.id,this.requiredFields=[],"undefined"!=typeof localStorage&&localStorage.setItem("activetab",this.currentTab)},showSectionTitle:function(e){return!_.findWhere(e,{type:"sub_section"})},sectionTitle:function(e){return _.findWhere(this.settingSections,{id:e}).title},fetchSettingValues:function(){var e=this,t={action:"dokan_get_setting_values",nonce:dokan.nonce};e.showLoading=!0,jQuery.post(dokan.ajaxurl,t,function(t){t.success&&(Object.keys(e.settingFields).forEach(function(a,s){Object.keys(e.settingFields[a]).forEach(function(s,i){e.settingValues[a]||(e.settingValues[a]={}),void 0===t.data[a][s]?void 0===e.settingFields[a][s].default?e.settingValues[a][s]="":e.settingValues[a][s]=e.settingFields[a][s].default:e.settingValues[a][s]=t.data[a][s]})}),e.settingValues=jQuery.extend({},e.settingValues),e.showLoading=!1,e.isLoaded=!0,e.setWithdrawMethods())})},showMedia:function(e,t){var a=this,s=wp.media.frames.file_frame=wp.media({title:this.__("Choose your file","dokan-lite"),button:{text:this.__("Select","dokan-lite")},multiple:!1});s.on("select",function(){var t=s.state().get("selection").first().toJSON();a.settingValues[e.sectionId][e.name]=t.url}),s.open()},saveSettings:function(e,t){var a=this;return i()(o.a.mark(function s(){var i,n,r;return o.a.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(a.formIsValid(t)){s.next=2;break}return s.abrupt("return");case 2:if("dokan_withdraw"!==t){s.next=9;break}return s.next=5,a.setPaymentChangeAnnouncementAction(e,t);case 5:i=s.sent,e.send_announcement_for_payment_change=!1,"value"in i&&!0===i.value&&(e.send_announcement_for_payment_change=a.getDifference(a.withdrawMethods,e.withdraw_methods)),a.withdrawMethods=e.withdraw_methods;case 9:n=a,r={action:"dokan_save_settings",nonce:dokan.nonce,settingsData:e,section:t},n.showLoading=!0,jQuery.post(dokan.ajaxurl,r).done(function(a){var s,i=a.data.settings;for(s in n.isSaved=!0,n.isUpdated=!0,n.message=a.data.message,n.settingValues[i.name]=i.value,e){var o="".concat(t,".").concat(s);if(n.refreshable_props[o]){window.location.reload();break}}n.validationErrors=[]}).fail(function(e){n.validationErrors=e.responseJSON.data.errors}).always(function(){n.showLoading=!1});case 12:case"end":return s.stop()}},s)}))()},setWithdrawMethods:function(){"withdraw_methods"in this.settingValues.dokan_withdraw&&(this.withdrawMethods=this.settingValues.dokan_withdraw.withdraw_methods)},setPaymentChangeAnnouncementAction:function(e,t){var a=this;return i()(o.a.mark(function s(){var i;return o.a.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if("withdraw_methods"in e&&"dokan_withdraw"===t){s.next=2;break}return s.abrupt("return",Promise.resolve({value:!1}));case 2:if(i=a.getDifference(a.withdrawMethods,e.withdraw_methods),0!==Object.keys(i).length){s.next=5;break}return s.abrupt("return",Promise.resolve({value:!1}));case 5:return s.abrupt("return",a.$swal({title:a.__("Withdraw Method Changed"),text:a.__("Do you want to send an announcement to vendors about the removal of currently active payment method?"),type:"warning",showCancelButton:!0,confirmButtonText:a.__("Yes, send announcement!")}));case 6:case"end":return s.stop()}},s)}))()},getDifference:function(e,t){var a={};return Object.keys(t).forEach(function(s){""!==e[s]&&""===t[s]&&(a[s]=s)}),a},formIsValid:function(e){var t=this,a=Object.keys(this.settingFields),s=this.requiredFields;return!!a&&(a.forEach(function(a,i){if(e===a){var n=t.settingFields[a];Object.values(n).forEach(function(e){var t=e.fields;t&&Object.values(t).forEach(function(e){e&&e.required&&"yes"===e.required&&!s.includes(e.name)&&s.push(e.name)}),e&&e.required&&"yes"===e.required&&(s.includes(e.name)||s.push(e.name))})}}),this.errors=[],s.forEach(function(e){Object.values(t.settingValues).forEach(function(a){e in a&&a[e].length<1&&(t.errors.includes(e)||(t.errors.push(e),"flat"!==a.commission_type&&"percentage"!==a.commission_type||(t.errors=t.arrayRemove(t.errors,"admin_percentage"),t.errors=t.arrayRemove(t.errors,"additional_fee"))))})}),this.errors.length<1)},arrayRemove:function(e,t){return e.filter(function(e){return e!==t})},toggleLoadingState:function(){this.showLoading=!this.showLoading},clearSearch:function(){this.searchText="",this.validateBlankSearch()},validateBlankSearch:function(){return""!==this.searchText.toLowerCase()||(this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields,!1)},searchInSettings:function(e){var t=this;this.validateBlankSearch()&&(this.awaitingSearch||setTimeout(function(){var e=t.$refs.searchInSettings.value.toLowerCase();t.doSearch(e),t.awaitingSearch=!1},1e3),this.awaitingSearch=!0)},doSearch:function(e){var t=this,a={},s=[],i=[],n=dokan.settings_fields;Object.keys(n).forEach(function(t,i){Object.keys(n[t]).forEach(function(i,o){if("sub_section"!==n[t][i].type){var r=n[t][i].label.toLowerCase();r&&r.includes(e)&&(a[t]||(a[t]={}),a[t][i]=n[t][i],-1===s.indexOf(t)&&s.push(t))}})});var o=0;Object.keys(dokan.settings_sections).forEach(function(e,a){-1!==s.indexOf(dokan.settings_sections[e].id)&&(o||(t.changeTab(dokan.settings_sections[e]),o=1),i.push(dokan.settings_sections[e]))}),this.settingFields=a,this.settingSections=i},handleDataClearCheckboxEvent:function(){var e=this;u()(".data_clear_on_uninstall").on("change","#dokan_general\\[data_clear_on_uninstall\\]",function(t){u()(this).is(":checked")&&e.$swal({title:e.__("Are you sure?","dokan-lite"),type:"warning",html:e.__("All data and tables related to Dokan and Dokan Pro will be deleted permanently after deleting the Dokan plugin. You will not be able to recover your lost data unless you keep a backup. Do you want to continue?","dokan-lite"),showCancelButton:!0,confirmButtonText:e.__("Okay","dokan-lite"),cancelButtonText:e.__("Cancel","dokan-lite")}).then(function(t){t.dismiss&&(e.settingValues.dokan_general.data_clear_on_uninstall="off")})})}},created:function(){this.fetchSettingValues(),this.currentTab="dokan_general","undefined"!=typeof localStorage&&(this.currentTab=localStorage.getItem("activetab")?localStorage.getItem("activetab"):"dokan_general"),this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields},updated:function(){this.handleDataClearCheckboxEvent()}}},function(e,t,a){"use strict";var s=a(148),i=a.n(s),n=a(149),o=a.n(n),r=a(23);function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),a.push.apply(a,s)}return a}function d(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach(function(t){i()(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}var c=dokan_get_lib("TextEditor"),u=dokan_get_lib("GoogleMaps"),p=dokan_get_lib("Mapbox"),m=dokan_get_lib("RefreshSettingOptions");t.a={name:"Fields",components:{colorPicker:r.a,TextEditor:c,GoogleMaps:u,Mapbox:p,RefreshSettingOptions:m},props:["id","fieldData","sectionId","fieldValue","allSettingsValues","errors","toggleLoadingState","validationErrors"],data:function(){return{repeatableItem:{},hideMap:!1,disbursementSettings:{quarterly:{second:"",third:"",fourth:""},biweekly:{second:""},visible:[]}}},mounted:function(){this.setDisbursementQuarterlySettings(),this.setDisbursementBiweeklySettings()},computed:{shouldShow:function(){var e=!0;if(this.fieldData.show_if){var t=this.fieldData.show_if,a=Object.keys(t),s=0;for(s=0;s<a.length;s++){var i=a[s],n=i.split(".").reverse(),r=o()(n,2),l=r[0],d=r[1],c=void 0===d?this.sectionId:d,u=this.allSettingsValues[c][l],p=_.chain(t[i]).pairs().first().value(),m=o()(p,2),v=m[0],f=m[1];switch(v){case"greater_than":u>f||(e=!1);break;case"greater_than_equal":u>=f||(e=!1);break;case"less_than":u<f||(e=!1);break;case"less_than":u<=f||(e=!1);break;case"contains":Object.values(u).includes(f)||(e=!1);break;case"equal":default:u!=f&&(e=!1)}if(!e)break}}return e},mapApiSource:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.map_api_source},mapLocation:function(){var e=d(d({},{latitude:23.709921,longitude:90.40714300000002,address:"Dhaka",zoom:10}),this.fieldValue[this.fieldData.name]);return e={latitude:parseFloat(e.latitude),longitude:parseFloat(e.longitude),address:"".concat(e.address),zoom:parseInt(e.zoom)}},googleMapApiKey:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.gmap_api_key},mapboxAccessToken:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.mapbox_access_token}},beforeMount:function(){"multicheck"!==this.fieldData.type||this.fieldValue[this.fieldData.name]||(this.fieldValue[this.fieldData.name]=this.fieldData.default)},methods:{containCommonFields:function(e){return _.contains([void 0,"text","email","url","phone","time"],e)},addItem:function(e,t){this.fieldValue[t]=this.fieldValue[t]||[],void 0!==this.repeatableItem[t]&&this.repeatableItem[t]&&(this.fieldValue[t].push({id:this.repeatableItem[t].trim().replace(/\s+/g,"_").toLowerCase(),value:this.repeatableItem[t]}),this.repeatableItem[t]="")},removeItem:function(e,t){this.fieldValue[t].splice(e,1)},haveCondition:function(e){return e.hasOwnProperty("condition")},checkConditionLogic:function(e,t){var a=e.condition.logic,s=!1;return _.each(a,function(e,a){_.contains(e,t[a])&&(s=!0)}),s},onHideMap:function(e){this.hideMap=e},onUpdateMap:function(e){this.fieldValue[this.fieldData.name]=d(d({},this.mapLocation),e)},hasError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},getError:function(e){return e+" "+this.__("is required.","dokan-lite")},hasValidationError:function(e){if(this.validationErrors.filter(function(t){return t.name===e}).length>0)return e},getValidationErrorMessage:function(e){var t="";return this.validationErrors.forEach(function(a){a.name===e&&(t=a.error)}),t},setDisbursementQuarterlySettings:function(){"quarterly_schedule"in this.fieldValue&&("january"===this.fieldValue.quarterly_schedule.month?(this.disbursementSettings.quarterly.second="april",this.disbursementSettings.quarterly.third="july",this.disbursementSettings.quarterly.fourth="october"):"february"===this.fieldValue.quarterly_schedule.month?(this.disbursementSettings.quarterly.second="may",this.disbursementSettings.quarterly.third="august",this.disbursementSettings.quarterly.fourth="november"):"march"===this.fieldValue.quarterly_schedule.month&&(this.disbursementSettings.quarterly.second="june",this.disbursementSettings.quarterly.third="september",this.disbursementSettings.quarterly.fourth="december"))},setDisbursementBiweeklySettings:function(){"biweekly_schedule"in this.fieldValue&&("1"===this.fieldValue.biweekly_schedule.week?this.disbursementSettings.biweekly.second="3":"2"===this.fieldValue.biweekly_schedule.week&&(this.disbursementSettings.biweekly.second="4"))},showSettingsField:function(e){return!this.hideWithdrawOption()&&""!==this.fieldValue.disbursement_schedule[e]&&this.showDisbursementType("schedule")},showDisbursementType:function(e){return""!==this.fieldValue.disbursement[e]},hideWithdrawOption:function(){return"hide_withdraw_option"in this.fieldValue&&"on"===this.fieldValue.hide_withdraw_option}}}},,,,,,,,,function(e,t,a){"use strict";t.a={name:"SettingsBanner",data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},computed:{bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(182),i=a(3),n=dokan_get_lib("ListTable"),o=dokan_get_lib("Switches"),r=dokan_get_lib("Search"),l=dokan_get_lib("AdminNotice");t.a={name:"Vendors",components:{ListTable:n,Switches:o,Search:r,AddVendor:s.a,UpgradeBanner:i.a,AdminNotice:l},data:function(){return{showCb:!0,hasPro:dokan.hasPro,counts:{pending:0,approved:0,all:0},vendorId:0,totalItems:0,perPage:20,totalPages:1,loading:!1,columns:{store_name:{label:this.__("Store","dokan-lite"),sortable:!0},email:{label:this.__("E-mail","dokan-lite")},phone:{label:this.__("Phone","dokan-lite")},registered:{label:this.__("Registered","dokan-lite"),sortable:!0},enabled:{label:this.__("Status","dokan-lite")}},actionColumn:"title",actions:[{key:"edit",label:this.__("Edit","dokan-lite")},{key:"products",label:this.__("Products","dokan-lite")},{key:"orders",label:this.__("Orders","dokan-lite")}],bulkActions:[{key:"approved",label:this.__("Approve Vendors","dokan-lite")},{key:"pending",label:this.__("Disable Selling","dokan-lite")}],vendors:[],loadAddVendor:!1,dokanVendorHeaderArea:dokan.hooks.applyFilters("getDokanVendorHeaderArea",[]),isVendorSwitchingEnabled:!1}},watch:{"$route.query.status":function(){this.fetchVendors()},"$route.query.page":function(){this.fetchVendors()},"$route.query.orderby":function(){this.fetchVendors()},"$route.query.order":function(){this.fetchVendors()}},computed:{currentStatus:function(){return this.$route.query.status||"all"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},sortBy:function(){return this.$route.query.orderby||"ID"},sortOrder:function(){return this.$route.query.order||"desc"},storeCategory:function(){return this.$route.query.store_category||null}},created:function(){var e=this;this.$root.$on("modalClosed",function(){e.loadAddVendor=!1,e.vendorId=0}),this.fetchVendors(),this.$root.$on("vendorAdded",function(t){e.vendors.unshift(t)}),this.$root.$on("addAnotherVendor",function(){e.loadAddVendor=!0}),this.$root.$on("categoryFetched",function(t){e.categories=t.categories,e.isCategoryMultiple=t.isCategoryMultiple,e.columns=t.columns}),this.isVendorSwitchingEnabled=!!dokan.is_vendor_switching_enabled,this.isVendorSwitchingEnabled&&this.actions.push({key:"switch_to",label:this.__("Switch To","dokan-lite")})},methods:{addNew:function(){this.loadAddVendor=!0},doSearch:function(e){var t=this,a=this;a.loading=!0,dokan.api.get("/stores",{search:e,page:this.currentPage,orderby:this.sortBy,order:this.sortOrder}).done(function(e,s,i){a.vendors=e,a.loading=!1,t.updatedCounts(i),t.updatePagination(i)})},updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Approved")),this.counts.all=parseInt(e.getResponseHeader("X-Status-All"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},fetchVendors:function(){var e=this;e.loading=!0;var t={per_page:e.perPage,page:e.currentPage,status:e.currentStatus,orderby:e.sortBy,order:e.sortOrder,store_category:e.storeCategory};dokan.api.get("/stores",t).done(function(t,a,s){e.vendors=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},onActionClick:function(e,t){"trash"===e&&confirm("Are you sure to delete?")&&alert("deleted: "+t.title)},onSwitch:function(e,t){var a=this,s=!1===e?this.__("The vendor has been disabled.","dokan-lite"):this.__("Selling has been enabled","dokan-lite");dokan.api.put("/stores/"+t+"/status",{status:!1===e?"inactive":"active"}).done(function(e){a.$notify({title:a.__("Success!","dokan-lite"),type:"success",text:s}),"all"!==a.currentStatus&&"pending"!==a.currentStatus&&"approved"!==a.currentStatus||a.fetchVendors()})},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),goToPage:function(e){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:e}})},onBulkAction:function(e,t){var a=this,s={};s[e]=t,this.loading=!0,dokan.api.put("/stores/batch",s).done(function(e){a.loading=!1,a.fetchVendors()})},sortCallback:function(e,t){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:1,orderby:e,order:t}})},productUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=product&author="+e},ordersUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=shop_order&vendor_id="+e},editUrl:function(e){return dokan.urls.adminRoot+"user-edit.php?user_id="+e},switchToUrl:function(e){return e.switch_url}}}},function(e,t,a){"use strict";var s=a(26),i=a(33),n=a(36),o=dokan_get_lib("Modal"),r=dokan_get_lib("Loading");t.a={name:"AddVendor",props:["vendorId"],components:{Modal:o,Loading:r,VendorAccountFields:s.a,VendorAddressFields:i.a,VendorPaymentFields:n.a},data:function(){return{isLoading:!1,storeId:"",nextBtn:this.__("Next","dokan-lite"),title:this.__("Add New Vendor","dokan-lite"),tabs:{VendorAccountFields:{label:this.__("Account Info","dokan-lite"),name:"VendorAccountFields",icon:"dashicons dashicons-admin-users"},VendorAddressFields:{label:this.__("Address","dokan-lite"),name:"VendorAddressFields",icon:"dashicons dashicons-admin-home"},VendorPaymentFields:{label:this.__("Payment Options","dokan-lite"),name:"VendorPaymentFields",icon:"dashicons dashicons-money"}},currentTab:"VendorAccountFields",store:{store_name:"",user_pass:"",store_url:"",user_login:"",email:"",user_nicename:"",notify_vendor:!0,phone:"",banner:"",banner_id:"",gravatar:"",gravatar_id:"",social:{fb:"",youtube:"",twitter:"",linkedin:"",pinterest:"",instagram:""},payment:{bank:{ac_name:"",ac_number:"",bank_name:"",bank_addr:"",routing_number:"",iban:"",swift:""},paypal:{email:""}},address:{street_1:"",street_2:"",city:"",zip:"",state:"",country:""}},requiredFields:["store_name","user_login","email"],errors:[],storeAvailable:!1,userNameAvailable:!1,emailAvailable:!1,hasPro:dokan.hasPro}},created:function(){var e=this;this.$root.$on("vendorInfoChecked",function(t){e.storeAvailable=t.storeAvailable,e.userNameAvailable=t.userNameAvailable,e.emailAvailable=t.emailAvailable})},methods:{getId:function(){return this.$route.params.id},showAlert:function(e,t,a){this.$swal(e,t,a)},createVendor:function(){var e=this;this.formIsValid()&&("VendorPaymentFields"===this.currentTab&&(this.isLoading=!0,dokan.api.post("/stores/",this.store).done(function(t){e.$root.$emit("vendorAdded",t),e.$swal({type:"success",title:e.__("Vendor Created","dokan-lite"),text:e.__("A vendor has been created successfully!","dokan-lite"),showCloseButton:!0,showCancelButton:!0,confirmButtonText:e.__("Add Another","dokan-lite"),cancelButtonText:e.__("Edit Vendor","dokan-lite"),focusConfirm:!1}).then(function(a){a.value?e.$root.$emit("addAnotherVendor"):a.dismiss===e.$swal.DismissReason.cancel&&(e.hasPro?e.$router.push({path:"vendors/"+t.id,query:{edit:"true"}}):window.location.replace("".concat(dokan.urls.adminRoot,"user-edit.php?user_id=").concat(t.id)))})}).fail(function(t){e.showAlert(e.__(t.responseJSON.message,"dokan-lite"),"","error")}).always(function(){e.$root.$emit("modalClosed")})),this.currentTab="VendorPaymentFields"===this.currentTab?"VendorPaymentFields":this.nextTab(this.tabs,this.currentTab))},nextTab:function(e,t){var a=Object.keys(e),s=a[a.indexOf(t)+1];return s},closeModal:function(){this.$root.$emit("modalClosed")},formIsValid:function(){var e=this,t=this.requiredFields,a=this.store;return this.errors=[],t.forEach(function(t){t in a&&a[t].length<1&&e.errors.push(t)}),!!(this.errors.length<1&&this.storeAvailable&&this.userNameAvailable&&this.emailAvailable)||(this.currentTab="VendorAccountFields",!1)}}}},function(e,t,a){"use strict";var s=a(51);t.a={name:"VendorCapabilities",components:{ProCta:s.a},data:function(){return{showPopup:!1,selectedCapabilityImage:"",capabilityCards:[{title:this.__("Coupons","dokan-lite"),content:this.__("Each vendor can create unlimited discount coupon codes for their products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-coupon.svg")},{title:this.__("Shipping","dokan-lite"),content:this.__("Vendors can configure their own shipping costs for each country, state & single products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-shipping.svg")},{title:this.__("Duplicate Product","dokan-lite"),content:this.__("Vendors can duplicate their own products for ease and time saving.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-duplicate-product.svg")},{title:this.__("Reporting","dokan-lite"),content:this.__("Earning, selling and commissions reports for vendors to improve sales & take major decisions.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-reports.svg")},{title:this.__("Create Tags","dokan-lite"),content:this.__("Vendors can create & attach tags to products to categorize & for better search engine optimization.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-create-tags.svg")},{title:this.__("Vendor Biography","dokan-lite"),content:this.__("Vendors can write about themselves & about their store in a text field which visitors can see from the store page","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-biography.svg")},{title:this.__("Vendor Product Upload","dokan-lite"),content:this.__("New vendors can start uploading products upon registration if admins allow.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-product-upload.svg")},{title:this.__("Order Status Change","dokan-lite"),content:this.__("Vendors will be able to mark products as draft & update the order status to inform customers about progress.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-order-status-change.svg")},{title:this.__("Social Share","dokan-lite"),content:this.__("Visitors and customers can share a store page with their friends and acquaintances on their social profiles.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-share.svg")},{title:this.__("Variable Product","dokan-lite"),content:this.__("Vendors can create variable products with predefined and custom attributes.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-variable-product.svg")},{title:this.__("Store Opening & Closing Time","dokan-lite"),content:this.__("Vendors can define the working hours of their online store for each day of the week for visitors to see.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-opening-closing-hours.svg")},{title:this.__("Woocommerce Booking Integration","dokan-lite"),content:this.__("Create hotel rooms, resorts, conference rooms, cars, bikes, etc for renting out.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-woocommerce-booking.svg")},{title:this.__("Announcement For Vendors","dokan-lite"),content:this.__("Admins can make announcements targeted to a single vendor, multiple or all vendors.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-announcement-vendors.svg")},{title:this.__("Woocommerce Simple Auctions Integration","dokan-lite"),content:this.__("Sell auction-able products in your store with Dokan’s integration.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-simple-auction.svg")},{title:this.__("Social Profiles","dokan-lite"),content:this.__("Vendors can upload & showcase their Facebook, Twitter and Linkedin profiles on their store page.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-profile.svg")},{title:this.__("Refund","dokan-lite"),content:this.__("Vendors can send refund requests for an order to the admins who can approve or deny it from the dashboard.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-refund.svg")},{title:this.__("Store Seo","dokan-lite"),content:this.__("The Yoast SEO integration lets vendors define Store Title, Description, Slug and Keyword to appear in search engine results.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-store-seo.svg")}]}},methods:{closePopup:function(){this.showPopup=!1},openPopup:function(e){this.showPopup=!0,this.selectedCapabilityImage=e}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner.svg")}}}},function(e,t,a){"use strict";var s=a(191);t.a={name:"ProModules",components:{ModuleUpgradePopup:s.a},data:function(){return{modules:[{name:this.__("WooCommerce Booking Integration","dokan-lite"),description:this.__("Integrates WooCommerce Booking with Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/booking.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-bookings/",modLink:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/"},{name:this.__("Color Scheme Customizer","dokan-lite"),description:this.__("A Dokan plugin Add-on to Customize Colors of Dokan Dashboard","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/color-scheme-customizer.png"),docLink:"https://wedevs.com/docs/dokan/modules/color-scheme/",modLink:"https://wedevs.com/dokan/modules/color-scheme-customizer/"},{name:this.__("Elementor","dokan-lite"),description:this.__("Elementor Page Builder widgets for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/elementor.png"),docLink:"https://wedevs.com/docs/dokan/modules/elementor-dokan/",modLink:"https://wedevs.com/dokan/modules/elementor/"},{name:this.__("Vendor Product Importer and Exporter","dokan-lite"),description:this.__("This is simple product import and export plugin for vendor","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/import-export.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-use-dokan-exportimport-add/",modLink:"https://wedevs.com/dokan/modules/export-import/"},{name:this.__("Follow Store","dokan-lite"),description:this.__("Send emails to customers when their favorite store updates.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/follow-store.png"),docLink:"https://wedevs.com/docs/dokan/modules/follow-store/",modLink:"https://wedevs.com/dokan/modules/follow-store/"},{name:this.__("Geolocation","dokan-lite"),description:this.__("Search Products and Vendors by geolocation.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/geolocation.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-geolocation/",modLink:"https://wedevs.com/dokan/modules/geolocation/"},{name:this.__("Live Chat","dokan-lite"),description:this.__("Live Chat Between Vendor & Customer.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/live-chat.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-live-chat/",modLink:"https://wedevs.com/dokan/modules/live-chat/"},{name:this.__("Live Search","dokan-lite"),description:this.__("Live product search for WooCommerce store.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/ajax-live-search.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-configure-use-dokan-live-search/",modLink:"https://wedevs.com/dokan/modules/ajax-live-search/"},{name:this.__("Wirecard","dokan-lite"),description:this.__("Wirecard payment gateway for Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/wirecard-connect.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-moip-connect/",modLink:"https://wedevs.com/dokan/modules/moip/"},{name:this.__("PayPal Adaptive Payment","dokan-lite"),description:this.__("Allows to send split payments to vendor via PayPal Adaptive Payment gateway.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/paypal-adaptive.png"),docLink:"#",modLink:"#"},{name:this.__("Product Addon","dokan-lite"),description:this.__("WooCommerce Product Addon support.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/product-addon.png"),docLink:"https://wedevs.com/docs/dokan/modules/product-addon/",modLink:"https://wedevs.com/dokan/modules/product-addons/"},{name:this.__("Product Enquiry","dokan-lite"),description:this.__("Enquiry for a specific product to a seller.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/product-enquiry.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-configure-use-dokan-product-enquiry/",modLink:"https://wedevs.com/dokan/modules/product-enquiry/"},{name:this.__("Report Abuse","dokan-lite"),description:this.__("Let customers report fraudulent or fake products.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/report-abuse.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-report-abuse/",modLink:"https://wedevs.com/docs/dokan/modules/dokan-report-abuse/"},{name:this.__("Return and Warranty Request","dokan-lite"),description:this.__("Manage return and warranty from vendor end.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/report-abuse.png"),docLink:"https://wedevs.com/docs/dokan/modules/vendor-rma/",modLink:"https://wedevs.com/dokan/modules/rma/"},{name:this.__("Seller Vacation","dokan-lite"),description:this.__("Using this plugin seller can go to vacation by closing their stores.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/seller-vacation.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-vacation/",modLink:"https://wedevs.com/dokan/modules/vendor-vacation/"},{name:this.__("ShipStation Integration","dokan-lite"),description:this.__("Adds ShipStation label printing support to Dokan. Requires server DomDocument support.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/shipstation.png"),docLink:"https://wedevs.com/docs/dokan/modules/shipstation-dokan-wedevs/",modLink:"https://wedevs.com/dokan/modules/shipstation/"},{name:this.__("Auction Integration","dokan-lite"),description:this.__("A plugin that combined WooCommerce simple auction and Dokan plugin.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/auction.png"),docLink:"https://wedevs.com/docs/dokan/modules/woocommerce-auctions-frontend-multivendor-marketplace/",modLink:"https://wedevs.com/dokan/modules/dokan-simple-auctions/"},{name:this.__("Single Product Multiple Vendor","dokan-lite"),description:this.__("A module that offers multiple vendor to sell a single product.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/single-product-multivendor.png"),docLink:"https://wedevs.com/docs/dokan/modules/single-product-multiple-vendor/",modLink:"https://wedevs.com/dokan/modules/single-product-multivendor/"},{name:this.__("Store Reviews","dokan-lite"),description:this.__("A plugin that allows customers to rate the sellers.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-review.png"),docLink:"https://wedevs.com/docs/dokan/modules/vendor-review/",modLink:"https://wedevs.com/dokan/modules/dokan-vendor-review/"},{name:this.__("Store Support","dokan-lite"),description:this.__("Enable vendors to provide support to customers from store page.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/store-support.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-use-store-support/",modLink:"https://wedevs.com/dokan/modules/store-support/"},{name:this.__("Stripe Connect","dokan-lite"),description:this.__("Accept credit card payments and allow your sellers to get automatic split payment in Dokan via Stripe.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/stripe.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-configure-dokan-stripe-connect/",modLink:"https://wedevs.com/dokan/modules/store-support/"},{name:this.__("Vendor Subscription","dokan-lite"),description:this.__("Product subscription pack add-on for Dokan vendors.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/subscription.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-use-dokan-subscription/",modLink:"https://wedevs.com/dokan/modules/subscription/"},{name:this.__("Vendor Analytics","dokan-lite"),description:this.__("A plugin for store and product analytics for vendor.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/analytics.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-analytics/",modLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-analytics/"},{name:this.__("Vendor Staff Manager","dokan-lite"),description:this.__("A plugin for manage store via vendor staffs.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-staff.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-staff-manager/",modLink:"https://wedevs.com/dokan/modules/vendor-staff-manager/"},{name:this.__("Vendor Subscription Product","dokan-lite"),description:this.__("WooCommerce Subscription integration for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-subscription-product.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-subscription-product/",modLink:"https://wedevs.com/dokan/modules/vendor-subscription-product/"},{name:this.__("Vendor Verification","dokan-lite"),description:this.__("Dokan add-on to verify sellers.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-verification.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-seller-verification-admin-settings/",modLink:"https://wedevs.com/dokan/modules/seller-verification/"},{name:this.__("Wholesale","dokan-lite"),description:this.__("Offer any customer to buy product as a wholesale price from any vendors.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/wholesale.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-wholesale/",modLink:"https://wedevs.com/dokan/modules/wholesale/"}],showPopup:!0}},methods:{togglePopup:function(e){this.showPopup=e}}}},function(e,t,a){"use strict";t.a={name:"ModuleUpgradePopup",props:{showPopup:{type:Boolean,required:!0,default:!0}},data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},methods:{closePopup:function(){this.$emit("toggle",!1)}}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a(110),i=a(113),n=a(195);new(dokan_get_lib("Vue"))({el:"#dokan-vue-admin",router:i.a,render:function(e){return e(s.a)},created:function(){this.setLocaleData(dokan.i18n["dokan-lite"]),dokan.dokan_pro_i18n&&this.setLocaleData(dokan.dokan_pro_i18n.dokan)},methods:{listTableTexts:function(){return{loading:this.__("Loading","dokan-lite"),select_bulk_action:this.__("Select bulk action","dokan-lite"),bulk_actions:this.__("Bulk Actions","dokan-lite"),items:this.__("items","dokan-lite"),apply:this.__("Apply","dokan-lite")}}}}),Object(n.a)("dokan")},function(e,t,a){"use strict";var s=a(46),i=a(112),n=!1;var o=function(e){n||a(111)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/App.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"vue-backend-app"}},[t("router-view"),this._v(" "),t("notifications",{attrs:{position:"bottom right"}})],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(114),i=a.n(s),n=a(115),o=a(123),r=a(126),l=a(135),d=a(138),c=a(141),u=a(180),p=a(186),m=a(189),_=dokan_get_lib("Vue"),v=dokan_get_lib("Router"),f=dokan_get_lib("VersionCompare");_.use(v),dokan_add_route(n.a),dokan_add_route(o.a),dokan_add_route(r.a),dokan_add_route(d.a),dokan_add_route(l.a),dokan_add_route(c.a),dokan_add_route(p.a),dokan_add_route(m.a),dokan.hasPro&&!f(dokan.proVersion,"2.9.14",">")||dokan_add_route(u.a),function e(t){for(var a=0;a<t.length;a++)"object"===i()(t[a].children)?(e(t[a].children),void 0!==t[a].component&&(t[a].component=dokan.routeComponents[t[a].component])):t[a].component=dokan.routeComponents[t[a].component]}(dokan.routes),t.a=new v({routes:dokan.routes})},,function(e,t,a){"use strict";var s=a(47),i=a(122),n=!1;var o=function(e){n||a(116)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/Dashboard.vue",t.a=r.exports},function(e,t){},,,,function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.show&&e.showUpgrade?a("div",{staticClass:"dokan-promo-banner"},[a("div",{staticClass:"thumbnail"},[a("svg",{attrs:{width:"219",height:"146",viewBox:"0 0 219 146",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{filter:"url(#filter0_d_248_61)"}},[a("rect",{attrs:{x:"38.7051",y:"24.564",width:"122.83",height:"92.5357",rx:"2.75404",fill:"white"}})]),e._v(" "),a("path",{attrs:{d:"M38.7051 27.318C38.7051 25.797 39.9381 24.564 41.4591 24.564H158.781C160.302 24.564 161.535 25.797 161.535 27.318V34.4785H38.7051V27.318Z",fill:"#5165FF"}}),e._v(" "),a("circle",{attrs:{cx:"46.1409",cy:"29.7966",r:"1.37702",fill:"#FF2323"}}),e._v(" "),a("circle",{attrs:{cx:"51.0982",cy:"29.7966",r:"1.37702",fill:"#FF9A23"}}),e._v(" "),a("circle",{attrs:{cx:"56.0555",cy:"29.7966",r:"1.37702",fill:"#3FD826"}}),e._v(" "),a("rect",{attrs:{x:"48.6196",y:"42.7406",width:"58.9364",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"56.5109",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"62.0189",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"67.527",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"73.035",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"78.5431",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"84.0513",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"89.5592",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6196",y:"95.0674",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{x:"48.6196",y:"46.5962",width:"25.888",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{x:"48.6196",y:"102.779",width:"21.4815",height:"4.95727",rx:"2.47864",fill:"#F86C57"}}),e._v(" "),a("circle",{attrs:{opacity:"0.91",cx:"165.911",cy:"71.0891",r:"48.0891",fill:"url(#paint0_linear_248_61)","fill-opacity":"0.08"}}),e._v(" "),a("circle",{attrs:{opacity:"0.91",cx:"165.911",cy:"71.0891",r:"42.9732",fill:"url(#paint1_linear_248_61)","fill-opacity":"0.08"}}),e._v(" "),a("circle",{attrs:{opacity:"0.91",cx:"165.911",cy:"71.0892",r:"38.3689",fill:"url(#paint2_linear_248_61)","fill-opacity":"0.09"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter1_d_248_61)"}},[a("circle",{attrs:{cx:"166.253",cy:"71.0891",r:"33.2531",fill:"url(#paint3_linear_248_61)"}})]),e._v(" "),a("path",{attrs:{d:"M161.113 57.209H157.627V54.7871H160.933V54.0059H157.627V51.7451H161.113V50.9541H156.748V58H161.113V57.209ZM162.144 58H162.993V55.0117C162.993 54.1523 163.516 53.5859 164.316 53.5859C165.098 53.5859 165.483 54.0352 165.483 54.8555V58H166.333V54.7041C166.333 53.5518 165.688 52.834 164.575 52.834C163.789 52.834 163.247 53.1855 162.964 53.7324H162.944V52.9219H162.144V58ZM168.311 52.9219H167.461V58.2588C167.461 58.8252 167.261 59.0352 166.709 59.0352C166.704 59.0352 166.587 59.0352 166.577 59.0352V59.7432C166.587 59.748 166.724 59.748 166.738 59.748C167.822 59.748 168.311 59.2793 168.311 58.249V52.9219ZM167.886 52.0674C168.179 52.0674 168.418 51.8281 168.418 51.54C168.418 51.2471 168.179 51.0127 167.886 51.0127C167.598 51.0127 167.358 51.2471 167.358 51.54C167.358 51.8281 167.598 52.0674 167.886 52.0674ZM171.562 58.0879C172.964 58.0879 173.911 57.0771 173.911 55.4609C173.911 53.8398 172.964 52.834 171.562 52.834C170.156 52.834 169.209 53.8398 169.209 55.4609C169.209 57.0771 170.156 58.0879 171.562 58.0879ZM171.562 57.3408C170.664 57.3408 170.073 56.6572 170.073 55.4609C170.073 54.2646 170.664 53.5811 171.562 53.5811C172.461 53.5811 173.047 54.2646 173.047 55.4609C173.047 56.6572 172.461 57.3408 171.562 57.3408ZM175.044 59.8994C175.962 59.8994 176.382 59.543 176.816 58.3564L178.813 52.9219H177.92L176.514 57.1504H176.499L175.093 52.9219H174.185L176.06 58.0049L175.942 58.3613C175.747 58.9521 175.483 59.1816 175.01 59.1816C174.902 59.1816 174.771 59.1768 174.678 59.1572V59.8701C174.771 59.8896 174.941 59.8994 175.044 59.8994Z",fill:"white"}}),e._v(" "),a("path",{attrs:{d:"M159.657 85.8369C157.66 85.8369 156.41 87.2432 156.41 89.4795C156.41 91.7158 157.66 93.1172 159.657 93.1172C161.654 93.1172 162.904 91.7158 162.904 89.4795C162.904 87.2432 161.654 85.8369 159.657 85.8369ZM159.657 86.6475C161.098 86.6475 162.001 87.7412 162.001 89.4795C162.001 91.2129 161.098 92.3066 159.657 92.3066C158.217 92.3066 157.313 91.2129 157.313 89.4795C157.313 87.7412 158.217 86.6475 159.657 86.6475ZM164.877 93V89.9482H167.997V89.167H164.877V86.7451H168.275V85.9541H163.998V93H164.877ZM170.16 93V89.9482H173.28V89.167H170.16V86.7451H173.559V85.9541H169.281V93H170.16Z",fill:"white"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter2_d_248_61)"}},[a("path",{attrs:{d:"M149.708 73.6738H151.268C152.344 73.6738 152.98 74.176 152.98 75.0188C152.98 75.8527 152.308 76.4086 151.304 76.4086C150.192 76.4086 149.51 75.8796 149.483 75.0188H145.861C145.986 77.655 148.085 79.3587 151.223 79.3587C154.657 79.3587 156.845 77.8254 156.845 75.4044C156.845 73.638 155.599 72.5171 153.698 72.3109V72.2392C155.258 71.9612 156.397 70.8314 156.397 69.2712C156.397 67.0834 154.46 65.7025 151.402 65.7025C148.219 65.7025 146.112 67.4151 146.103 70.0065H149.528C149.528 69.1008 150.219 68.4732 151.241 68.4732C152.281 68.4732 152.9 68.9753 152.9 69.7913C152.9 70.6162 152.281 71.1273 151.286 71.1273H149.708V73.6738ZM163.83 79.3587C167.327 79.3587 169.524 76.7583 169.524 72.4902C169.524 68.1863 167.3 65.6935 163.83 65.6935C160.36 65.6935 158.127 68.1952 158.127 72.4992C158.127 76.7763 160.333 79.3587 163.83 79.3587ZM163.83 76.4355C162.772 76.4355 162.001 75.1623 162.001 72.4992C162.001 69.8271 162.772 68.6167 163.83 68.6167C164.888 68.6167 165.65 69.8271 165.65 72.4992C165.65 75.1623 164.888 76.4355 163.83 76.4355ZM176.939 69.2174C176.939 67.0565 175.729 65.7294 173.756 65.7294C171.783 65.7294 170.573 67.0565 170.573 69.2174C170.573 71.3784 171.783 72.7054 173.756 72.7054C175.729 72.7054 176.939 71.3784 176.939 69.2174ZM173.756 70.6252C173.38 70.6252 173.155 70.0961 173.155 69.1905C173.155 68.2849 173.38 67.7559 173.756 67.7559C174.133 67.7559 174.357 68.2849 174.357 69.1905C174.357 70.0961 174.133 70.6252 173.756 70.6252ZM175.146 79L179.665 72.7951L184.57 66.0612H181.79L177.415 72.0688L172.366 79H175.146ZM186.363 75.7451C186.363 73.5842 185.153 72.2571 183.18 72.2571C181.207 72.2571 179.997 73.5842 179.997 75.7451C179.997 77.9061 181.207 79.2331 183.18 79.2331C185.153 79.2331 186.363 77.9061 186.363 75.7451ZM183.18 77.1529C182.803 77.1529 182.579 76.6238 182.579 75.7182C182.579 74.8126 182.803 74.2836 183.18 74.2836C183.557 74.2836 183.781 74.8126 183.781 75.7182C183.781 76.6238 183.557 77.1529 183.18 77.1529Z",fill:"white"}})]),e._v(" "),a("g",{attrs:{filter:"url(#filter3_d_248_61)"}},[a("rect",{attrs:{x:"19",y:"38.3818",width:"50.2355",height:"17.2853",rx:"8.64266",fill:"white"}})]),e._v(" "),a("path",{attrs:{d:"M42.394 48.9926C42.394 50.0814 41.6317 50.7359 40.0117 50.7359C38.3917 50.7359 37.6294 50.0814 37.6294 48.9926V47.1386C37.6294 46.0497 38.3931 45.3953 40.0117 45.3953C41.6303 45.3953 42.394 46.0497 42.394 47.1386V48.9926ZM41.1062 47.2885C41.1062 46.6831 40.9184 46.337 40.0061 46.337C39.0938 46.337 38.9074 46.6831 38.9074 47.2885V48.844C38.9074 49.448 39.0952 49.7941 40.0061 49.7941C40.917 49.7941 41.1062 49.448 41.1062 48.844V47.2885Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M46.011 47.7439C47.4881 48.2694 47.5371 49.4676 48.1425 50.5578C47.9012 50.6184 47.6557 50.6614 47.4082 50.6867C46.0419 50.6867 46.814 48.6253 44.7736 48.289V50.6867C44.7736 50.6867 43.4844 50.6867 43.4844 50.0421V43.0465C43.4844 43.0465 44.7736 43.0465 44.7736 43.6911V47.2982C45.358 47.2086 45.6845 46.7727 46.1302 45.9305C46.3193 45.5732 46.6907 45.4442 47.0817 45.4442C47.3199 45.4489 47.556 45.489 47.7824 45.5634C47.24 46.3061 46.9037 47.3865 46.011 47.7439Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M51.6206 47.0307C51.6206 46.6733 51.4216 46.3566 50.6592 46.3566C49.8268 46.3566 49.0743 46.6369 49.0743 47.4777C48.7856 47.0909 48.6973 46.784 48.6973 46.5164C48.6973 45.6545 49.8563 45.3953 50.669 45.3953C52.1251 45.3953 52.8986 46.0091 52.8986 47.0895V50.712C52.6603 50.5991 52.3984 50.5448 52.1349 50.5537C51.6402 50.5537 51.1441 50.7317 50.5794 50.7317C49.5592 50.7317 48.5586 50.3547 48.5586 49.1761C48.5586 47.3277 51.2142 47.8126 51.6206 47.0307ZM51.65 48.041C51.4216 48.5666 49.8366 48.2793 49.8366 49.1621C49.8366 49.6078 50.1632 49.8362 50.7279 49.8362C51.0439 49.8362 51.357 49.7753 51.65 49.6568V48.041Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M57.2093 47.1792C57.2093 46.6537 56.9613 46.3566 56.2578 46.3566C55.9389 46.3599 55.6221 46.4071 55.3161 46.4967V50.6868C55.3161 50.6868 54.0282 50.6868 54.0282 50.0422V45.3953C54.3062 45.5298 54.6106 45.6007 54.9195 45.6027C55.4057 45.6027 55.8612 45.3953 56.3965 45.3953C57.4167 45.3953 58.4986 45.7414 58.4986 47.0307V50.6868C58.4986 50.6868 57.2107 50.6672 57.2107 50.0422L57.2093 47.1792Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M29.8406 42.6191C29.8406 42.6191 34.4371 42.2814 34.4371 46.2486C34.4371 50.2159 33.2221 51.0133 32.157 51.2641C32.157 51.2641 36.5881 52.332 36.5881 46.7503C36.5881 41.1687 30.9364 41.9745 29.8406 42.6191Z",fill:"#F2634D"}}),e._v(" "),a("path",{attrs:{d:"M33.5781 49.3681C33.5781 49.3681 33.1352 50.9082 31.7899 51.103C30.4446 51.2978 30.2022 50.5719 29.2675 50.6209C29.2568 50.522 29.266 50.422 29.2945 50.3267C29.323 50.2314 29.3702 50.1427 29.4333 50.0658C29.4965 49.989 29.5743 49.9255 29.6623 49.8791C29.7503 49.8327 29.8466 49.8042 29.9457 49.7955C30.7011 49.6932 32.115 49.8922 33.0554 49.298C33.0554 49.298 33.6159 49.0065 33.721 48.865L33.5781 49.3681Z",fill:"#F2634D"}}),e._v(" "),a("path",{attrs:{d:"M29.7705 42.8966V44.8066V49.5615C29.8165 49.549 29.8634 49.5397 29.9106 49.5334C30.1755 49.505 30.4417 49.491 30.708 49.4914C30.9883 49.4914 31.2868 49.4802 31.5895 49.4536V47.2086C31.5895 46.4644 31.5432 45.7021 31.5895 44.9664C31.6149 44.7457 31.7 44.5361 31.8355 44.36C31.971 44.184 32.152 44.0482 32.3588 43.9672C32.5252 43.9058 32.7028 43.8801 32.8798 43.892C33.0568 43.9038 33.2293 43.9528 33.386 44.0359C32.3334 43.2799 31.0664 42.8807 29.7705 42.8966Z",fill:"#F2634D"}}),e._v(" "),a("defs",[a("filter",{attrs:{id:"filter0_d_248_61",x:"1.43361",y:"0.796654",width:"197.373",height:"167.079",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"13.5042"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"18.6357"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_248_61"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_248_61",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter1_d_248_61",x:"113.644",y:"28.4061",width:"105.219",height:"105.219",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"9.92629"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"9.67814"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_248_61"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_248_61",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter2_d_248_61",x:"131.878",y:"65.3495",width:"68.4692",height:"41.6322",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"13.6395"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"6.99175"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0.633333 0 0 0 0 0.0860081 0 0 0 0 0 0 0 0 0.38 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_248_61"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_248_61",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter3_d_248_61",x:"0.094183",y:"29.7392",width:"88.0471",height:"55.0969",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"10.2632"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"9.45291"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0.095 0 0 0 0 0.2375 0 0 0 0.25 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_248_61"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_248_61",result:"shape"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint0_linear_248_61",x1:"216.161",y1:"71.332",x2:"122.442",y2:"71.332",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FFA5A5"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#FFA5A5","stop-opacity":"0"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint1_linear_248_61",x1:"218.051",y1:"74.8431",x2:"133.515",y2:"74.3029",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FF6262"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#FF6262","stop-opacity":"0"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint2_linear_248_61",x1:"212.38",y1:"71.3321",x2:"133.245",y2:"71.3321",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FE6868"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#FE6868","stop-opacity":"0"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint3_linear_248_61",x1:"166.253",y1:"28.3761",x2:"166.253",y2:"104.342",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FF9F8F"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#F95F47"}})],1)],1)])]),e._v(" "),a("div",{staticClass:"content"},[a("div",{staticClass:"details"},[a("h3",[e._v(e._s(e.__("Dokan Premium","dokan-lite"))+" "),a("span",{staticClass:"dokan-offer"},[e._v(e._s(e.__("Enjoy","dokan-lite"))+" "),a("span",{staticClass:"penchant-off"},[e._v(e._s(e.__("30%","dokan-lite")))]),e._v(e._s(e.__("OFF","dokan-lite")))])]),e._v(" "),a("p",[e._v(e._s(e.__("Unleash the full potential of your marketplace with more premium features.","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"features"},[a("label",[e._v("\n "+e._s(e.__("Table rate shipping","dokan-lite"))+"\n "),a("span")]),e._v(" "),a("label",[e._v("\n "+e._s(e.__("Vendor Reviews","dokan-lite"))+"\n "),a("span")]),e._v(" "),a("label",{staticClass:"hidden-sm"},[e._v("\n "+e._s(e.__("Product Subscriptions","dokan-lite"))+"\n "),a("span")]),e._v(" "),a("label",{staticClass:"hidden-sm"},[e._v("\n "+e._s(e.__("Auction","dokan-lite"))+"\n "),a("span")]),e._v(" "),a("label",{staticClass:"hidden-sm"},[e._v("\n "+e._s(e.__("Delivery Time","dokan-lite"))+"\n "),a("span")]),e._v(" "),a("a",{attrs:{target:"_blank",href:"https://wedevs.com/dokan/modules"}},[e._v(e._s(e.__("See All Premium Modules","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"btn-upgrade"},[a("a",{attrs:{target:"_blank",href:"https://wedevs.com/dokan-lite-upgrade-to-pro/?utm_source=dokan-plugin-dashboard&utm_medium=wp-admin-promotion&utm_campaign=dokan-lite"}},[e._v(e._s(e.__("Upgrade to Premium","dokan-lite")))])]),e._v(" "),a("button",{staticClass:"close-banner",on:{click:function(t){return e.dismiss()}}},[a("span",{staticClass:"dashicons dashicons-no-alt"})])]):e._e()};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-dashboard"},[a("h1",[e._v(e._s(e.__("Dashboard","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("div",{staticClass:"widgets-wrapper"},[a("div",{staticClass:"left-side"},[a("postbox",{attrs:{title:e.__("At a Glance","dokan-lite"),extraClass:"dokan-status"}},[null!==e.overview?a("div",{staticClass:"dokan-status"},[a("ul",[a("li",{staticClass:"sale"},[a("div",{staticClass:"dashicons dashicons-chart-bar"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Reports"}:""}},[a("strong",[a("currency",{attrs:{amount:e.overview.sales.this_month}})],1),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("net sales this month","dokan-lite"))+" "),a("span",{class:e.overview.sales.class},[e._v(e._s(e.overview.sales.parcent))])])])],1),e._v(" "),a("li",{staticClass:"commission"},[a("div",{staticClass:"dashicons dashicons-chart-pie"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Reports"}:""}},[a("strong",[a("currency",{attrs:{amount:e.overview.earning.this_month}})],1),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("commission earned","dokan-lite"))+" "),a("span",{class:e.overview.earning.class},[e._v(e._s(e.overview.earning.parcent))])])])],1),e._v(" "),a("li",{staticClass:"vendor"},[a("div",{staticClass:"dashicons dashicons-id"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Vendors"}:""}},[a("strong",[e._v(e._s(e.overview.vendors.this_month)+" "+e._s(e.__("Vendor","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("signup this month","dokan-lite"))+" "),a("span",{class:e.overview.vendors.class},[e._v(e._s(e.overview.vendors.parcent))])])])],1),e._v(" "),a("li",{staticClass:"approval"},[a("div",{staticClass:"dashicons dashicons-businessman"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Vendors",query:{status:"pending"}}:""}},[a("strong",[e._v(e._s(e.overview.vendors.inactive)+" "+e._s(e.__("Vendor","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v(e._s(e.__("awaiting approval","dokan-lite")))])])],1),e._v(" "),a("li",{staticClass:"product"},[a("div",{staticClass:"dashicons dashicons-cart"}),e._v(" "),a("a",{attrs:{href:"#"}},[a("strong",[e._v(e._s(e.overview.products.this_month)+" "+e._s(e.__("Products","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("created this month","dokan-lite"))+" "),a("span",{class:e.overview.products.class},[e._v(e._s(e.overview.products.parcent))])])])]),e._v(" "),a("li",{staticClass:"withdraw"},[a("div",{staticClass:"dashicons dashicons-money"}),e._v(" "),a("router-link",{attrs:{to:{name:"Withdraw",query:{status:"pending"}}}},[a("strong",[e._v(e._s(e.overview.withdraw.pending)+" "+e._s(e.__("Withdrawals","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v(e._s(e.__("awaiting approval","dokan-lite")))])])],1)])]):a("div",{staticClass:"loading"},[a("loading")],1)]),e._v(" "),a("postbox",{attrs:{title:e.__("Dokan News Updates","dokan-lite")}},[null!==e.feed?a("div",{staticClass:"rss-widget"},[a("ul",e._l(e.feed,function(t){return a("li",[a("a",{attrs:{href:t.link+"?utm_source=wp-admin&utm_campaign=dokan-news",target:"_blank"}},[e._v(e._s(t.title))])])}),0),e._v(" "),a("div",{staticClass:"subscribe-box"},[e.subscribe.success?a("div",{staticClass:"thank-you"},[e._v(e._s(e.__("Thank you for subscribing!","dokan-lite")))]):[e.subscribe.loading?a("div",{staticClass:"loading"},[a("loading")],1):e._e(),e._v(" "),a("h3",[e._v(e._s(e.__("Stay up-to-date","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("We're constantly developing new features, stay up-to-date by subscribing to our newsletter.","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"form-wrap"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.subscribe.email,expression:"subscribe.email"}],attrs:{type:"email",required:"",placeholder:"Your Email Address"},domProps:{value:e.subscribe.email},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.emailSubscribe()},input:function(t){t.target.composing||e.$set(e.subscribe,"email",t.target.value)}}}),e._v(" "),a("button",{staticClass:"button",on:{click:function(t){return e.emailSubscribe()}}},[e._v(e._s(e.__("Subscribe","dokan-lite")))])])]],2)]):a("div",{staticClass:"loading"},[a("loading")],1)])],1),e._v(" "),a("div",{staticClass:"right-side"},[a("postbox",{staticClass:"overview-chart",attrs:{title:e.__("Overview","dokan-lite")}},[null!==e.report?a("div",[a("chart",{attrs:{data:e.report}})],1):a("div",{staticClass:"loading"},[a("loading")],1)])],1)])],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(49),i=a(125),n=!1;var o=function(e){n||a(124)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/Withdraw.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"withdraw-requests"},[a("h1",[e._v(e._s(e.__("Withdraw Requests","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),e.showModal?a("modal",{attrs:{title:e.__("Update Note","dokan-lite")},on:{close:function(t){e.showModal=!1}}},[a("template",{slot:"body"},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.editing.note,expression:"editing.note"}],attrs:{rows:"3"},domProps:{value:e.editing.note},on:{input:function(t){t.target.composing||e.$set(e.editing,"note",t.target.value)}}})]),e._v(" "),a("template",{slot:"footer"},[a("button",{staticClass:"button button-primary button-large",on:{click:function(t){return e.updateNote()}}},[e._v(e._s(e.__("Update Note","dokan-lite")))])])],2):e._e(),e._v(" "),a("ul",{staticClass:"subsubsub"},[a("li",[a("router-link",{class:{current:"pending"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"pending"}}}},[e._v(e._s(e.__("Pending","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.pending))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{class:{current:"approved"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"approved"}}}},[e._v(e._s(e.__("Approved","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.approved))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{class:{current:"cancelled"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"cancelled"}}}},[e._v(e._s(e.__("Cancelled","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.cancelled))])]),e._v(" | ")],1)]),e._v(" "),a("list-table",{attrs:{columns:e.columns,rows:e.requests,loading:e.loading,"action-column":e.actionColumn,actions:e.actions,"show-cb":e.showCb,"bulk-actions":e.bulkActions,"not-found":e.notFound,"total-pages":e.totalPages,"total-items":e.totalItems,"per-page":e.perPage,"current-page":e.currentPage,text:e.$root.listTableTexts()},on:{pagination:e.goToPage,"action:click":e.onActionClick,"bulk:click":e.onBulkAction},scopedSlots:e._u([{key:"seller",fn:function(t){return[a("img",{attrs:{src:t.row.user.gravatar,alt:t.row.user.store_name,width:"50"}}),e._v(" "),a("strong",[a("a",{attrs:{href:e.vendorUrl(t.row.user.id)}},[e._v(e._s(t.row.user.store_name?t.row.user.store_name:e.__("(no name)","dokan-lite")))])])]}},{key:"vendor",fn:function(t){var s=t.row;return[a("router-link",{attrs:{to:"/vendors/"+s.vendor.id}},[e._v("\n "+e._s(s.vendor.name?s.vendor.name:e.__("(no name)","dokan-lite"))+"\n ")])]}},{key:"amount",fn:function(e){return[a("currency",{attrs:{amount:e.row.amount}})]}},{key:"status",fn:function(t){return[a("span",{class:t.row.status},[e._v(e._s(e._f("capitalize")(t.row.status)))])]}},{key:"created",fn:function(t){return[e._v("\n "+e._s(e.moment(t.row.created).format("MMM D, YYYY"))+"\n ")]}},{key:"method_title",fn:function(t){return[a("div",{staticClass:"method_title_inner",domProps:{innerHTML:e._s(e.getPaymentTitle(t.row.method,t.row))}})]}},{key:"method_details",fn:function(t){return[a("div",{staticClass:"method_details_inner",domProps:{innerHTML:e._s(e.getPaymentDetails(t.row.method,t.row.details))}})]}},{key:"actions",fn:function(t){return["pending"===t.row.status?[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Approve Request","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.changeStatus("approved",t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-yes"})]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]:"approved"===t.row.status?[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]:[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Mark as Pending","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.changeStatus("pending",t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-backup"})]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]]}}])},[e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),a("template",{slot:"filters"},[a("select",{staticStyle:{width:"190px"},attrs:{id:"filter-vendors","data-placeholder":e.__("Filter by vendor","dokan-lite")}}),e._v(" "),e.filter.user_id?a("button",{staticClass:"button",attrs:{type:"button"},on:{click:function(t){e.filter.user_id=0}}},[e._v("×")]):e._e()])],2)],1)])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(50),i=a(134),n=!1;var o=function(e){n||a(127)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/Premium.vue",t.a=r.exports},function(e,t){},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cta-section",style:{"background-image":"url("+e.styles.bgPattern+"), linear-gradient( 45deg, rgb(255,125,144) 33%, rgb(255,173,111) 100%)"}},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.thumbnail,alt:"Dokan Lite"}})]),e._v(" "),a("div",{staticClass:"content-area"},[a("h2",[e._v(e._s(e.__("Convinced?","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("With all the advance features you get it’s hard to resist buying Dokan Pro.","dokan-lite")))]),e._v(" "),a("a",{staticClass:"btn",attrs:{href:e.url,target:"_blank"}},[e._v("\n "+e._s(e.__("Upgrade to Pro","dokan-lite"))+"\n "),a("svg",{staticStyle:{"enable-background":"new 0 0 17.5 12.5"},attrs:{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 17.5 12.5","xml:space":"preserve"}},[a("path",{staticClass:"st0",attrs:{d:"M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7\n l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z\n M10.6,1.5"}})])])])])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},,,,,function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-pro-features"},[a("div",{staticClass:"header-section"},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/header-feature-thumb@2x.png",alt:e.__("Upgrade to Dokan Pro!","dokan-lite"),title:e.__("Upgrade to Dokan Pro!","dokan-lite")}})]),e._v(" "),a("div",{staticClass:"content-area"},[a("h1",[e._v(e._s(e.__("Upgrade to Dokan Pro!","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Seems To Be Convinced, You Need More Out Of Your Marketplace","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"vendor-capabilities-banner",style:e.bannerBg},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Vendor Capabilities Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("p",{staticClass:"title"},[e._v(e._s(e.__("Vendor Capabilities","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.","dokan-lite"))+"\n ")]),e._v(" "),a("router-link",{staticClass:"button",attrs:{to:{name:"VendorCapabilities"}}},[e._v("\n "+e._s(e.__("Check Out All Vendor Functionalities","dokan-lite"))+"\n ")])],1)]),e._v(" "),a("div",{staticClass:"service-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("Why Upgrade","dokan-lite")))]),e._v(" "),a("div",{staticClass:"service-list"},e._l(e.services,function(t){return a("div",{staticClass:"service-box"},[a("div",{staticClass:"service-thumb"},[a("img",{attrs:{src:t.thumbnail,alt:t.title,title:t.title}})]),e._v(" "),a("div",{staticClass:"service-detail"},[a("h3",{staticClass:"title"},[e._v(e._s(t.title))])])])}),0),e._v(" "),a("a",{staticClass:"btn",attrs:{href:"https://wedevs.com/dokan/features/",target:"_blank"}},[e._v("\n "+e._s(e.__("And Many More","dokan-lite"))+"\n "),a("svg",{staticStyle:{"enable-background":"new 0 0 17.5 12.5"},attrs:{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 17.5 12.5","xml:space":"preserve"}},[a("path",{staticClass:"st0",attrs:{d:"M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7\n l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z\n M10.6,1.5"}})])])]),e._v(" "),a("div",{staticClass:"comparison-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("Comparison With Dokan PRO","dokan-lite")))]),e._v(" "),a("div",{staticClass:"comparison-area"},[a("div",{staticClass:"compare-box dokan-lite"},[a("div",{staticClass:"logo-section"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/dokan-lite-logo@2x.png",alt:"Dokan Lite"}})]),e._v(" "),a("ul",{staticClass:"compare-list"},e._l(e.comparisons,function(t){return a("li",{class:t.compare.lite},["available"===t.compare.lite?a("img",{attrs:{src:e.asstesUrl+"/images/premium/available@2x.png",alt:""}}):a("img",{attrs:{src:e.asstesUrl+"/images/premium/unavailable@2x.png",alt:""}}),e._v(" "),a("span",[e._v(e._s(t.title))])])}),0)]),e._v(" "),a("div",{staticClass:"compare-box dokan-pro"},[a("div",{staticClass:"logo-section"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/dokan-pro-logo@2x.png",alt:"Dokan Pro"}})]),e._v(" "),a("ul",{staticClass:"compare-list"},e._l(e.comparisons,function(t){return a("li",{class:t.compare.pro},["available"===t.compare.pro?a("img",{attrs:{src:e.asstesUrl+"/images/premium/available@2x.png",alt:""}}):a("img",{attrs:{src:e.asstesUrl+"/images/premium/unavailable@2x.png",alt:""}}),e._v(" "),a("span",[e._v(e._s(t.title))])])}),0)])])]),e._v(" "),a("div",{staticClass:"pricing-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("The Packages We Provide","dokan-lite")))]),e._v(" "),a("div",{staticClass:"pricing-wrapper"},[e._m(0),e._v(" "),e._l(e.modules,function(t){return a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"},[a("a",{staticClass:"module-name",attrs:{href:t.url,target:"_blank"}},[e._v(e._s(t.title))])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.starter.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.starter.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.starter.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col popular"},["numeric"===t.professional.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.professional.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.professional.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.business.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.business.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.business.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.enterprise.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.enterprise.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.enterprise.value,alt:""}})])])])}),e._v(" "),a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"}),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn starter",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15316&attribute_pa_license=starter",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col popular"},[a("a",{staticClass:"buy-btn professional",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15314&attribute_pa_license=professional",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn business",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15315&attribute_pa_license=business",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn enterprise",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=103829&attribute_pa_license=enterprise",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])])])],2)]),e._v(" "),a("div",{staticClass:"payment-section"},[a("div",{staticClass:"guarantee-section"},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.payment.guaranteeThumbnail,alt:"Dokan"}})]),e._v(" "),a("div",{staticClass:"guarantee-detail"},[a("h2",[e._v(e._s(e.__("14 Days Money Back Guarantee","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("After successful purchase, you will be eligible for conditional refund","dokan-lite")))]),e._v(" "),a("a",{attrs:{href:e.payment.termsPolicyUrl,target:"_blank"}},[a("img",{attrs:{src:e.payment.viewIcon,alt:"Dokan"}}),e._v(" "+e._s(e.__("Terms & Condition Applied","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"payment-area"},[a("h3",[e._v(e._s(e.__("Payment Options:","dokan-lite")))]),e._v(" "),a("div",{staticClass:"option"},[a("img",{attrs:{src:e.payment.thumbnail,alt:"Credit Card"}})])])]),e._v(" "),a("div",{staticClass:"testimonial-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("People We Have Helped","dokan-lite")))]),e._v(" "),a("div",{staticClass:"testimonial-wrapper"},[a("slick",{ref:"slick",attrs:{options:e.slickOptions}},e._l(e.testimonials,function(t){return a("div",{staticClass:"testimonial-box"},[a("div",{staticClass:"profile-pic"},[a("img",{attrs:{src:t.pic,alt:""}})]),e._v(" "),a("div",{staticClass:"content-detail",style:{"background-image":"url("+e.asstesUrl+"/images/premium/quote-icon.png)"}},[a("h4",[e._v(e._s(t.name))]),e._v(" "),a("span",[e._v(e._s(t.designation))]),e._v(" "),a("p",[e._v(e._s(t.content))])])])}),0)],1),e._v(" "),a("p",{domProps:{innerHTML:e._s(e.sprintf("%s <a href='%s' target='_blank'>%s</a> %s",e.__("We are proud to say the official","dokan-lite"),"https://themes.getbootstrap.com/","Bootstrap theme marketplace",e.__("is built using Dokan","dokan-lite")))}})]),e._v(" "),a("ProCta")],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"}),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name starter"},[e._v("Starter")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("149")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col popular"},[a("div",{staticClass:"plan-name professional"},[e._v("Professional")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("249")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name business"},[e._v("Business")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("499")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name enterprise"},[e._v("Enterprise")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("999")]),e._v(" "),a("span",[e._v("/year")])])])])}]};t.a=i},function(e,t,a){"use strict";var s=a(53),i=a(137),n=!1;var o=function(e){n||a(136)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/Help.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-help-page"},[a("h1",[e._v(e._s(e.__("Help","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),null!==e.docs?a("div",{staticClass:"section-wrapper"},e._l(e.docs,function(t,s){return a("postbox",{key:s,attrs:{title:t.title}},[a("ul",e._l(t.questions,function(t){return a("li",[a("span",{staticClass:"dashicons dashicons-media-text"}),e._v(" "),a("a",{attrs:{href:t.link+"?utm_source=wp-admin&utm_medium=dokan-help-page",target:"_blank"}},[e._v(e._s(t.title))])])}),0)])}),1):a("div",{staticClass:"loading"},[a("loading")],1)],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(54),i=a(140),n=!1;var o=function(e){n||a(139)},r=a(0)(s.a,i.a,!1,o,"data-v-254fdb80",null);r.options.__file="src/admin/pages/ChangeLog.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-help-page"},[a("div",{staticClass:"section-wrapper"},[a("div",{staticClass:"dokan-notice"},[a("h2"),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner")],1),e._v(" "),a("div",{staticClass:"change-log",class:e.hasPro?"pro-change-log":"lite-change-log",attrs:{id:"change-log"}},[a("h3",[e._v(e._s(e.__("Dokan Changelog","dokan-lite")))]),e._v(" "),e.hasPro?a("div",{staticClass:"switch-button-wrap"},[a("transition-group",{attrs:{name:"fade"}},[a("span",{key:1,staticClass:"active",style:e.isActivePackage("pro")?"right: 0":"left: 0"}),e._v(" "),a("button",{key:2,staticClass:"switch-button lite",class:{"active-case":e.isActivePackage("lite")},on:{click:function(t){return e.switchPackage("lite")}}},[e._v(e._s(e.__("Lite","dokan-lite")))]),e._v(" "),a("button",{key:3,staticClass:"switch-button pro",class:{"active-case":e.isActivePackage("pro")},on:{click:function(t){return e.switchPackage("pro")}}},[e._v(e._s(e.__("PRO","dokan-lite")))])])],1):e._e(),e._v(" "),e.loading?a("div",{staticClass:"loading"},[a("loading")],1):a("div",{staticClass:"jump-version"},[a("p",[e._v(e._s(e.__("Jump to version","dokan-lite"))+"... "),a("span",{staticClass:"dashicons dashicons-arrow-down-alt2"})]),e._v(" "),a("div",{staticClass:"version-menu"},[a("div",{staticClass:"version-dropdown"},[a("ul",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("lite"),expression:"isActivePackage( 'lite' )"}]},e._l(e.lite_versions,function(t,s){return a("li",{class:{current:e.isCurrentVersion("lite-"+s)},on:{click:function(t){return e.jumpVersion("lite-"+s)}}},[e._v("\n "+e._s(t.version)+"\n "),0===s?a("span",[e._v("("+e._s(e.__("Latest","dokan-lite"))+")")]):e._e(),e._v(" "),e.isCurrentVersion("lite-"+s)&&0!==s?a("span",[e._v("("+e._s(e.__("Current","dokan-lite"))+")")]):e._e()])}),0),e._v(" "),a("ul",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("pro"),expression:"isActivePackage( 'pro' )"}]},e._l(e.pro_versions,function(t,s){return a("li",{class:{current:e.isCurrentVersion("pro-"+s)},on:{click:function(t){return e.jumpVersion("pro-"+s)}}},[e._v("\n "+e._s(t.version)+"\n "),0===s?a("span",[e._v("("+e._s(e.__("Latest","dokan-lite"))+")")]):e._e(),e._v(" "),e.isCurrentVersion("pro-"+s)&&0!==s?a("span",[e._v("("+e._s(e.__("Current","dokan-lite"))+")")]):e._e()])}),0)])])])]),e._v(" "),a("div",{staticClass:"version-list"},[e._l(e.lite_versions,function(t,s){return a("div",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("lite"),expression:"isActivePackage( 'lite' )"}],staticClass:"version",class:0===s?"latest-version":"old-version",attrs:{id:"lite-"+s}},[a("div",{staticClass:"version-number"},[a("h4",[e._v(e._s(t.version))]),e._v(" "),a("p",[e._v(e._s(e.formatReleaseDate(t.released))+" "),0===s?a("label",[e._v(e._s(e.__("Latest","dokan-lite")))]):e._e()])]),e._v(" "),a("div",{staticClass:"card-version",style:e.isCurrentVersion("lite-"+s)?e.activeVersionBorder:""},[a("transition-group",{attrs:{name:"slide",tag:"div"}},e._l(t.changes,function(t,i,n){return 0===s||n<1||e.isOpenVersion("lite-"+s)?a("div",{key:"index-"+n,staticClass:"feature-list"},[a("span",{staticClass:"feature-badge",class:e.badgeClass(i)},[e._v(e._s(i))]),e._v(" "),e._l(t,function(t,i){return 0===s||i<2||e.isOpenVersion("lite-"+s)?a("div",{staticClass:"feature"},[a("h5",[e._v(e._s(t.title))]),e._v(" "),a("div",{domProps:{innerHTML:e._s(t.description)}})]):e._e()})],2):e._e()}),0),e._v(" "),0!==s&&Object.keys(t.changes).length>1?a("div",{staticClass:"continue-reading"},[a("a",{attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.toggleReading("lite-"+s)}}},[e._v(e._s(e.isOpenVersion("lite-"+s)?e.__("View Less...","dokan-lite"):e.__("Continue reading...","dokan-lite")))])]):e._e()],1)])}),e._v(" "),e._l(e.pro_versions,function(t,s){return a("div",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("pro"),expression:"isActivePackage( 'pro' )"}],staticClass:"version",class:0===s?"latest-version":"old-version",attrs:{id:"pro-"+s}},[a("div",{staticClass:"version-number"},[a("h4",[e._v(e._s(t.version))]),e._v(" "),a("p",[e._v(e._s(e.formatReleaseDate(t.released))+" "),0===s?a("label",[e._v(e._s(e.__("Latest","dokan-lite")))]):e._e()])]),e._v(" "),a("div",{staticClass:"card-version",style:e.isCurrentVersion("pro-"+s)?e.activeVersionBorder:""},[a("transition-group",{attrs:{name:"slide",tag:"div"}},e._l(t.changes,function(t,i,n){return 0===s||n<1||e.isOpenVersion("pro-"+s)?a("div",{key:"index-"+n,staticClass:"feature-list"},[a("span",{staticClass:"feature-badge",class:e.badgeClass(i)},[e._v(e._s(i))]),e._v(" "),e._l(t,function(t,i){return 0===s||i<2||e.isOpenVersion("pro-"+s)?a("div",{staticClass:"feature"},[a("h5",[e._v(e._s(t.title))]),e._v(" "),a("div",{domProps:{innerHTML:e._s(t.description)}})]):e._e()})],2):e._e()}),0),e._v(" "),0!==s&&Object.keys(t.changes).length>1?a("div",{staticClass:"continue-reading"},[a("a",{attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.toggleReading("pro-"+s)}}},[e._v(e._s(e.isOpenVersion("pro-"+s)?e.__("View Less...","dokan-lite"):e.__("Continue reading...","dokan-lite")))])]):e._e()],1)])})],2)]),e._v(" "),a("button",{staticClass:"scroll-to-top",style:e.scrollPosition>300?"opacity: 1; visibility: visible":"",on:{click:e.scrollTop}},[a("span",{staticClass:"dashicons dashicons-arrow-up-alt"})])])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(55),i=a(179),n=!1;var o=function(e){n||a(142)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/Settings.vue",t.a=r.exports},function(e,t){},,,,function(e,t,a){"use strict";var s=a(56),i=a(175),n=!1;var o=function(e){n||a(147)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/Fields.vue",t.a=r.exports},function(e,t){},,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.shouldShow?a("tr",{class:[e.id,"dokan-settings-field-type-"+e.fieldData.type]},["sub_section"===e.fieldData.type?[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"3"}},[a("label",[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"})]:e._e(),e._v(" "),e.containCommonFields(e.fieldData.type)?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},["checkbox"===(e.fieldData.type||"text")?a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:"checkbox"},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name])?e._i(e.fieldValue[e.fieldData.name],null)>-1:e.fieldValue[e.fieldData.name]},on:{change:function(t){var a=e.fieldValue[e.fieldData.name],s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.fieldValue,e.fieldData.name,a.concat([null])):n>-1&&e.$set(e.fieldValue,e.fieldData.name,a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.fieldValue,e.fieldData.name,i)}}}):"radio"===(e.fieldData.type||"text")?a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:"radio"},domProps:{checked:e._q(e.fieldValue[e.fieldData.name],null)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,null)}}}):a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:e.fieldData.type||"text"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"number"===e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{type:"number",min:e.fieldData.min,max:e.fieldData.max,step:e.fieldData.step,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"price"==e.fieldData.type&&e.allSettingsValues.dokan_selling&&"combine"!==e.allSettingsValues.dokan_selling.commission_type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:{wc_input_decimal:"percentage"==e.allSettingsValues.dokan_selling.commission_type,wc_input_price:"flat"==e.allSettingsValues.dokan_selling.commission_type},attrs:{type:"text",min:e.fieldData.min,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"combine"==e.fieldData.type&&e.haveCondition(e.fieldData)&&"show"==e.fieldData.condition.type&&e.checkConditionLogic(e.fieldData,e.fieldValue)?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data combine-tips-style"}),e._v(" "),a("td",{staticClass:"percent_fee"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.fields.percent_fee.name],expression:"fieldValue[fieldData.fields.percent_fee.name]"}],staticClass:"wc_input_decimal regular-text",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"][percent_fee]",name:e.sectionId+"["+e.fieldData.fields.percent_fee.name+"]"},domProps:{value:e.fieldValue[e.fieldData.fields.percent_fee.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.fields.percent_fee.name,t.target.value)}}}),e._v("\n "+e._s("%")+"\n ")]),e._v(" "),a("td",{staticClass:"fixed_fee"},[e._v("\n "+e._s("+")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.fields.fixed_fee.name],expression:"fieldValue[fieldData.fields.fixed_fee.name]"}],staticClass:"wc_input_price regular-text",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"][fixed_fee]",name:e.sectionId+"["+e.fieldData.fields.fixed_fee.name+"]"},domProps:{value:e.fieldValue[e.fieldData.fields.fixed_fee.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.fields.fixed_fee.name,t.target.value)}}})]),e._v(" "),e.hasError(e.fieldData.fields.percent_fee.name)&&e.hasError(e.fieldData.fields.fixed_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.__("Both percentage and fixed fee is required.","dokan-lite"))+"\n ")]):e.hasError(e.fieldData.fields.percent_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.getError(e.fieldData.fields.percent_fee.label))+"\n ")]):e.hasError(e.fieldData.fields.fixed_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.getError(e.fieldData.fields.fixed_fee.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})]:e._e(),e._v(" "),"textarea"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",attrs:{type:"textarea",rows:e.fieldData.rows,cols:e.fieldData.cols,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"checkbox"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("fieldset",[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]","true-value":"on","false-value":"off"},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name])?e._i(e.fieldValue[e.fieldData.name],null)>-1:e._q(e.fieldValue[e.fieldData.name],"on")},on:{change:function(t){var a=e.fieldValue[e.fieldData.name],s=t.target,i=s.checked?"on":"off";if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.fieldValue,e.fieldData.name,a.concat([null])):n>-1&&e.$set(e.fieldValue,e.fieldData.name,a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.fieldValue,e.fieldData.name,i)}}}),e._v("\n "+e._s(e.fieldData.desc)+"\n ")])]),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"multicheck"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name][s],expression:"fieldValue[fieldData.name][optionKey]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:e.sectionId+"["+e.fieldData.name+"]["+s+"]","true-value":s,"false-value":""},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name][s])?e._i(e.fieldValue[e.fieldData.name][s],null)>-1:e._q(e.fieldValue[e.fieldData.name][s],s)},on:{change:function(t){var a=e.fieldValue[e.fieldData.name][s],i=t.target,n=i.checked?s:"";if(Array.isArray(a)){var o=e._i(a,null);i.checked?o<0&&e.$set(e.fieldValue[e.fieldData.name],s,a.concat([null])):o>-1&&e.$set(e.fieldValue[e.fieldData.name],s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.fieldValue[e.fieldData.name],s,n)}}}),e._v("\n "+e._s(t)+"\n ")]),e._v(" "),a("br")]})],2),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"disbursement_sub_section"!==e.fieldData.type||e.hideWithdrawOption()?e._e():[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"3"}},[a("label",[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"})],e._v(" "),"disbursement_method"!==e.fieldData.type||e.hideWithdrawOption()?e._e():[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name][s],expression:"fieldValue[fieldData.name][optionKey]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:e.sectionId+"["+e.fieldData.name+"]["+s+"]","true-value":s,"false-value":""},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name][s])?e._i(e.fieldValue[e.fieldData.name][s],null)>-1:e._q(e.fieldValue[e.fieldData.name][s],s)},on:{change:function(t){var a=e.fieldValue[e.fieldData.name][s],i=t.target,n=i.checked?s:"";if(Array.isArray(a)){var o=e._i(a,null);i.checked?o<0&&e.$set(e.fieldValue[e.fieldData.name],s,a.concat([null])):o>-1&&e.$set(e.fieldValue[e.fieldData.name],s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.fieldValue[e.fieldData.name],s,n)}}}),e._v("\n "+e._s(t)+"\n ")]),e._v(" "),a("br")]})],2),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])],e._v(" "),"disbursement_type"===e.fieldData.type&&e.showDisbursementType("schedule")&&!e.hideWithdrawOption()?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name][s],expression:"fieldValue[fieldData.name][optionKey]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:e.sectionId+"["+e.fieldData.name+"]["+s+"]","true-value":s,"false-value":""},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name][s])?e._i(e.fieldValue[e.fieldData.name][s],null)>-1:e._q(e.fieldValue[e.fieldData.name][s],s)},on:{change:function(t){var a=e.fieldValue[e.fieldData.name][s],i=t.target,n=i.checked?s:"";if(Array.isArray(a)){var o=e._i(a,null);i.checked?o<0&&e.$set(e.fieldValue[e.fieldData.name],s,a.concat([null])):o>-1&&e.$set(e.fieldValue[e.fieldData.name],s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.fieldValue[e.fieldData.name],s,n)}}}),e._v("\n "+e._s(t)+"\n ")]),e._v(" "),a("br")]})],2),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"schedule_quarterly"===e.fieldData.type&&e.showSettingsField("quarterly")?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",[a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon",attrs:{id:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.__("First Quarter","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].month,expression:"fieldValue[fieldData.name]['month']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][month]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:[function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"month",t.target.multiple?a:a[0])},e.setDisbursementQuarterlySettings]}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.first,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Second Quarter","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.disbursementSettings.quarterly.second,expression:"disbursementSettings.quarterly.second"}],staticClass:"regular",attrs:{disabled:""},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.disbursementSettings.quarterly,"second",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.second,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Third Quarter","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.disbursementSettings.quarterly.third,expression:"disbursementSettings.quarterly.third"}],staticClass:"regular",attrs:{disabled:""},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.disbursementSettings.quarterly,"third",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.third,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Fourth Quarter","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.disbursementSettings.quarterly.fourth,expression:"disbursementSettings.quarterly.fourth"}],staticClass:"regular",attrs:{disabled:""},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.disbursementSettings.quarterly,"fourth",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.fourth,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"dokan-schedule-week-day-container"},[a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Week","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].week,expression:"fieldValue[fieldData.name]['week']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][week]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"week",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.week,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Day","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].days,expression:"fieldValue[fieldData.name]['days']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][days]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"days",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.days,function(t,s){return"L"===e.fieldValue[e.fieldData.name].week||"saturday"!==s&&"sunday"!==s?a("option",{domProps:{value:s,innerHTML:e._s(t)}}):e._e()})],2)])])]),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"schedule_monthly"===e.fieldData.type&&e.showSettingsField("monthly")?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",[a("div",{staticClass:"dokan-schedule-week-day-container"},[a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Week","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].week,expression:"fieldValue[fieldData.name]['week']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][week]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"week",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.week,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Day","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].days,expression:"fieldValue[fieldData.name]['days']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][days]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"days",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.days,function(t,s){return"L"===e.fieldValue[e.fieldData.name].week||"saturday"!==s&&"sunday"!==s?a("option",{domProps:{value:s,innerHTML:e._s(t)}}):e._e()})],2)])])]),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"schedule_biweekly"===e.fieldData.type&&e.showSettingsField("biweekly")?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",[a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon",attrs:{id:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.__("First","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].week,expression:"fieldValue[fieldData.name]['week']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][week]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:[function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"week",t.target.multiple?a:a[0])},e.setDisbursementBiweeklySettings]}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.first,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Second","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.disbursementSettings.biweekly.second,expression:"disbursementSettings.biweekly.second"}],staticClass:"regular",attrs:{disabled:""},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.disbursementSettings.biweekly,"second",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.second,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),a("div",{staticClass:"col-3"},[a("div",{staticClass:"dokan-input-group"},[a("span",{staticClass:"dokan-input-group-addon"},[e._v(e._s(e.__("Day","dokan-lite")))]),e._v(" "),e.fieldData.grouped?e._e():a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name].days,expression:"fieldValue[fieldData.name]['days']"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"][days]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue[e.fieldData.name],"days",t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options.days,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2)])]),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"schedule_weekly"===e.fieldData.type&&e.showSettingsField("weekly")?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",[e.fieldData.grouped?a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:"",disabled:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t){return a("optgroup",{attrs:{label:t.group_label}},e._l(t.group_values,function(t){return a("option",{domProps:{value:t.value,innerHTML:e._s(t.label)}})}),0)})],2):a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"select"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{class:["combine"===e.fieldData.type?"tooltips-data combine-tips-style":"tooltips-data"]},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[e.fieldData.grouped?a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:"",disabled:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t){return a("optgroup",{attrs:{label:t.group_label}},e._l(t.group_values,function(t){return a("option",{domProps:{value:t.value,innerHTML:e._s(t.label)}})}),0)})],2):a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"file"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text wpsa-url",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),a("input",{staticClass:"button wpsa-browse",attrs:{type:"button",value:"Choose File"},on:{click:function(t){return t.preventDefault(),e.$emit("openMedia",{sectionId:e.sectionId,name:e.fieldData.name},t)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"color"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("color-picker",{model:{value:e.fieldValue[e.fieldData.name],callback:function(t){e.$set(e.fieldValue,e.fieldData.name,t)},expression:"fieldValue[fieldData.name]"}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"html"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"warning"==e.fieldData.type?[a("th",{staticClass:"dokan-setting-warning",attrs:{scope:"row",colspan:"2"}},[a("div",{staticClass:"error"},[a("p",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[a("span",{staticClass:"dokan-setting-warning-label"},[a("span",{staticClass:"dashicons dashicons-warning"}),e._v(" "+e._s(e.fieldData.label))]),e._v(" "),a("span",{staticClass:"dokan-setting-warning-msg"},[e._v(e._s(e.fieldData.desc))])])])]),e._v(" "),a("td",{staticClass:"tooltips-data"})]:e._e(),e._v(" "),"radio"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:"","dokan-settings-field-type-radio"]},[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"radio",attrs:{type:"radio",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:s},domProps:{value:s,checked:e._q(e.fieldValue[e.fieldData.name],s)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,s)}}}),e._v(" "+e._s(t)+"\n ")])]})],2),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"wpeditor"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""],attrs:{width:"72%"}},[a("text-editor",{model:{value:e.fieldValue[e.fieldData.name],callback:function(t){e.$set(e.fieldValue,e.fieldData.name,t)},expression:"fieldValue[fieldData.name]"}}),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"repeatable"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""],attrs:{width:"72%"}},[a("ul",{staticClass:"dokan-settings-repeatable-list"},e._l(e.fieldValue[e.fieldData.name],function(t,s){return e.fieldValue[e.fieldData.name]?a("li",[e._v("\n "+e._s(t.value)+" "),t.must_use?e._e():a("span",{staticClass:"dashicons dashicons-no-alt remove-item",on:{click:function(t){return t.preventDefault(),e.removeItem(s,e.fieldData.name)}}}),e._v(" "),a("span",{staticClass:"repeatable-item-description",domProps:{innerHTML:e._s(t.desc)}})]):e._e()}),0),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.repeatableItem[e.fieldData.name],expression:"repeatableItem[fieldData.name]"}],staticClass:"regular-text",attrs:{type:"text"},domProps:{value:e.repeatableItem[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.repeatableItem,e.fieldData.name,t.target.value)}}}),e._v(" "),a("a",{staticClass:"button dokan-repetable-add-item-btn",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.addItem(e.fieldData.type,e.fieldData.name)}}},[e._v("+")]),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"radio_image"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("div",{staticClass:"radio-image-container"},[e._l(e.fieldData.options,function(t,s){return[a("label",{staticClass:"radio-image",class:{active:e.fieldValue[e.fieldData.name]===s,"not-active":e.fieldValue[e.fieldData.name]!==s}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"radio",attrs:{type:"radio",name:e.fieldData.name},domProps:{value:s,checked:e._q(e.fieldValue[e.fieldData.name],s)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,s)}}}),e._v(" "),a("span",{staticClass:"current-option-indicator"},[a("span",{staticClass:"dashicons dashicons-yes"}),e._v(" "+e._s(e.__("Active","dokan-lite")))]),e._v(" "),a("img",{attrs:{src:t}}),e._v(" "),a("span",{staticClass:"active-option"},[a("button",{staticClass:"button button-primary button-hero",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.fieldValue[e.fieldData.name]=s}}},[e._v("\n "+e._s(e.__("Select","dokan-lite"))+"\n ")])])])]})],2)])]:e._e(),e._v(" "),"gmap"!=e.fieldData.type||e.hideMap?e._e():[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{attrs:{type:"hidden",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.mapLocation}}),e._v(" "),"mapbox"===e.mapApiSource?a("Mapbox",{attrs:{accessToken:e.mapboxAccessToken,location:e.mapLocation,width:"100%",height:"300px"},on:{hideMap:e.onHideMap,updateMap:e.onUpdateMap}}):a("GoogleMaps",{attrs:{apiKey:e.googleMapApiKey,location:e.mapLocation},on:{hideMap:e.onHideMap,updateMap:e.onUpdateMap}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]],2):e._e()};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(65),i=a(178),n=!1;var o=function(e){n||a(177)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/SettingsBanner.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-settings-banner"}},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Settings Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("h1",[e._v(e._s(e.__("Looking for Coupons, Variable Products, SEO or Shipping?","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Unlock these awesome frontend features with Dokan PRO","dokan-lite")))]),e._v(" "),a("a",{staticClass:"button",attrs:{target:"_blank",rel:"noopener noreferrer",href:e.upgradeURL}},[e._v(e._s(e.__("Upgrade to Pro","dokan-lite")))]),e._v(" "),a("router-link",{staticClass:"button custom-button",attrs:{to:{name:"VendorCapabilities"}}},[e._v("\n "+e._s(e.__("Check Out All Vendor Functionalities","dokan-lite"))+"\n ")])],1)])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"dokan-settings"},[a("h2",{staticStyle:{"margin-bottom":"15px"}},[e._v(e._s(e.__("Settings","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),e.isSaved?a("div",{staticClass:"settings-error notice is-dismissible",class:{updated:e.isUpdated,error:!e.isUpdated},attrs:{id:"setting-message_updated"}},[a("p",[a("strong",{domProps:{innerHTML:e._s(e.message)}})]),e._v(" "),a("button",{staticClass:"notice-dismiss",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.isSaved=!1}}},[a("span",{staticClass:"screen-reader-text"},[e._v(e._s(e.__("Dismiss this notice.","dokan-lite")))])])]):e._e(),e._v(" "),a("div",{staticClass:"dokan-settings-wrap"},[a("div",{staticClass:"nav-tab-wrapper"},[a("div",{staticClass:"search-box"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.searchText,expression:"searchText"}],ref:"searchInSettings",staticClass:"dokan-admin-search-settings",attrs:{type:"text",placeholder:"Search e.g. vendor"},domProps:{value:e.searchText},on:{input:[function(t){t.target.composing||(e.searchText=t.target.value)},e.searchInSettings]}}),e._v(" "),""!==e.searchText?a("span",{staticClass:"dashicons dashicons-no-alt",on:{click:function(t){return t.preventDefault(),e.clearSearch.apply(null,arguments)}}}):e._e()]),e._v(" "),e._l(e.settingSections,function(t){return[a("a",{class:["nav-tab",e.currentTab===t.id?"nav-tab-active":""],attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.changeTab(t)}}},[a("span",{staticClass:"dashicons",class:t.icon}),e._v(" "+e._s(t.title)+"\n ")])]})],2),e._v(" "),a("div",{staticClass:"metabox-holder"},[e._l(e.settingFields,function(t,s){return e.isLoaded?[e.currentTab===s?a("div",{staticClass:"group",attrs:{id:s}},[a("form",{attrs:{method:"post",action:"options.php"}},[a("input",{attrs:{type:"hidden",name:"option_page"},domProps:{value:s}}),e._v(" "),a("input",{attrs:{type:"hidden",name:"action",value:"update"}}),e._v(" "),a("table",{staticClass:"form-table"},[e.showSectionTitle(t)?a("thead",[a("tr",{staticClass:"dokan-settings-field-type-sub_section"},[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"3"}},[a("label",[e._v(e._s(e.sectionTitle(s)))])])])]):e._e(),e._v(" "),a("tbody",e._l(t,function(t,i){return a("Fields",{key:i,attrs:{"section-id":s,id:i,"field-data":t,"field-value":e.settingValues[s],"all-settings-values":e.settingValues,errors:e.errors,validationErrors:e.validationErrors,"toggle-loading-state":e.toggleLoadingState},on:{openMedia:e.showMedia}})}),1)]),e._v(" "),a("p",{staticClass:"submit"},[a("input",{staticClass:"button button-primary",attrs:{type:"submit",name:"submit",id:"submit",value:"Save Changes"},on:{click:function(t){return t.preventDefault(),e.saveSettings(e.settingValues[s],s)}}})])])]):e._e()]:e._e()})],2),e._v(" "),e.showLoading?a("div",{staticClass:"loading"},[a("loading")],1):e._e()])],1),e._v(" "),e.hasPro?e._e():a("SettingsBanner")],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(66),i=a(185),n=!1;var o=function(e){n||a(181)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/Vendors.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(67),i=a(184),n=!1;var o=function(e){n||a(183)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/AddVendor.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-vendor-edit"},[a("modal",{attrs:{title:e.title,width:"800px"},on:{close:e.closeModal}},[a("div",{attrs:{slot:"body"},slot:"body"},[a("div",{staticClass:"tab-header"},[a("ul",{staticClass:"tab-list"},e._l(e.tabs,function(t,s){return a("li",{key:s,class:{"tab-title":!0,active:e.currentTab===t.name,last:"VendorPaymentFields"===t.name}},[a("div",{staticClass:"tab-link"},[a("a",{class:{first:"VendorAccountFields"===t.name},attrs:{href:"#"},on:{click:function(a){a.preventDefault(),e.currentTab=t.name}}},[a("span",{class:[t.icon]}),e._v("\n "+e._s(t.label)+"\n ")])])])}),0)]),e._v(" "),e.currentTab?a("div",{staticClass:"tab-contents"},[e.isLoading?a("div",{staticClass:"loading"},[a("loading")],1):e._e(),e._v(" "),e.isLoading?e._e():a("transition",{attrs:{name:"component-fade",mode:"out-in"}},[a(e.currentTab,{tag:"component",attrs:{vendorInfo:e.store,errors:e.errors}})],1)],1):e._e()]),e._v(" "),a("div",{attrs:{slot:"footer"},slot:"footer"},[a("button",{staticClass:"button button-primary button-hero",on:{click:e.createVendor}},[e._v(e._s("VendorPaymentFields"===e.currentTab?e.__("Create Vendor","dokan-lite"):this.nextBtn))])])])],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"vendor-list"},[a("h1",{staticClass:"wp-heading-inline"},[e._v(e._s(e.__("Vendors","dokan-lite")))]),e._v(" "),a("button",{staticClass:"page-title-action",on:{click:function(t){return e.addNew()}}},[e._v(e._s(e.__("Add New","dokan-lite")))]),e._v(" "),e._l(e.dokanVendorHeaderArea,function(e,t){return a(e,{key:t,tag:"component"})}),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("hr",{staticClass:"wp-header-end"}),e._v(" "),a("ul",{staticClass:"subsubsub"},[a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"all"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("All","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.all))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"approved"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("Approved","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.approved))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"pending"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("Pending","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.pending))])]),e._v(" | ")],1)]),e._v(" "),a("search",{attrs:{title:e.__("Search Vendors","dokan-lite")},on:{searched:e.doSearch}}),e._v(" "),a("list-table",{attrs:{columns:e.columns,loading:e.loading,rows:e.vendors,actions:e.actions,actionColumn:"store_name","show-cb":e.showCb,"total-items":e.totalItems,"bulk-actions":e.bulkActions,"total-pages":e.totalPages,"per-page":e.perPage,"current-page":e.currentPage,"action-column":e.actionColumn,"not-found":"No vendors found.","sort-by":e.sortBy,"sort-order":e.sortOrder,text:e.$root.listTableTexts()},on:{sort:e.sortCallback,pagination:e.goToPage,"action:click":e.onActionClick,"bulk:click":e.onBulkAction,searched:e.doSearch},scopedSlots:e._u([{key:"store_name",fn:function(t){return[a("img",{attrs:{src:t.row.gravatar,alt:t.row.store_name,width:"50"}}),e._v(" "),a("strong",[e.hasPro?a("router-link",{attrs:{to:"/vendors/"+t.row.id}},[e._v(e._s(t.row.store_name?t.row.store_name:e.__("(no name)","dokan-lite")))]):a("a",{attrs:{href:e.editUrl(t.row.id)}},[e._v(e._s(t.row.store_name?t.row.store_name:e.__("(no name)","dokan-lite")))])],1)]}},{key:"email",fn:function(t){return[a("a",{attrs:{href:"mailto:"+t.row.email}},[e._v(e._s(t.row.email))])]}},{key:"categories",fn:function(t){var a=t.row;return[e._v("\n "+e._s(a.categories.map(function(e){return e.name}).join(", "))+"\n ")]}},{key:"registered",fn:function(t){return[e._v("\n "+e._s(e.moment(t.row.registered).format("MMM D, YYYY"))+"\n ")]}},{key:"enabled",fn:function(t){return[a("switches",{attrs:{enabled:t.row.enabled,value:t.row.id},on:{input:e.onSwitch}})]}},{key:"row-actions",fn:function(t){return e._l(e.actions,function(s,i){return a("span",{class:s.key},[e.hasPro&&"edit"==s.key?a("router-link",{attrs:{to:{path:"vendors/"+t.row.id,query:{edit:"true"}}}},[e._v(e._s(s.label))]):e.hasPro||"edit"!=s.key?"products"==s.key?a("a",{attrs:{href:e.productUrl(t.row.id)}},[e._v(e._s(s.label))]):"orders"==s.key?a("a",{attrs:{href:e.ordersUrl(t.row.id)}},[e._v(e._s(s.label))]):"switch_to"==s.key?a("a",{attrs:{href:e.switchToUrl(t.row)}},[e._v(e._s(s.label))]):a("a",{attrs:{href:"#"}},[e._v(e._s(s.label))]):a("a",{attrs:{href:e.editUrl(t.row.id)}},[e._v(e._s(s.label))]),e._v(" "),i!==e.actions.length-1?[e._v(" | ")]:e._e()],2)})}}])}),e._v(" "),e.loadAddVendor?a("add-vendor",{attrs:{"vendor-id":e.vendorId}}):e._e()],2)])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(68),i=a(188),n=!1;var o=function(e){n||a(187)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorCapabilities.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-vendor-capabilities"}},[a("div",{staticClass:"vendor-capabilities-banner",style:e.bannerBg},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Vendor Capabilities Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("p",{staticClass:"title"},[e._v(e._s(e.__("Vendor Capabilities","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.","dokan-lite"))+"\n ")])])]),e._v(" "),a("div",{staticClass:"grid"},e._l(e.capabilityCards,function(t){return a("div",{staticClass:"col-6"},[a("div",{staticClass:"capability-card"},[a("div",{staticClass:"capability-image"},[a("img",{staticClass:"image",attrs:{src:t.image,alt:e.__("Dokan Capability","dokan-lite")}}),e._v(" "),a("div",{staticClass:"middle"},[a("div",{staticClass:"zoom",on:{click:function(a){return e.openPopup(t.image)}}},[a("div",{staticClass:"dashicons dashicons-search"})])])]),e._v(" "),a("p",{staticClass:"title"},[e._v(e._s(t.title))]),e._v(" "),a("p",{staticClass:"content"},[e._v(e._s(t.content))])])])}),0),e._v(" "),a("ProCta"),e._v(" "),e.showPopup?a("div",{attrs:{id:"dokan-capability-image-popup"},on:{click:e.closePopup}},[a("div",{staticClass:"modal-content"},[a("div",{staticClass:"body"},[a("img",{attrs:{src:this.selectedCapabilityImage,alt:e.__("Dokan Capability","dokan-lite")}})])])]):e._e()],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=a(69),i=a(194),n=!1;var o=function(e){n||a(190)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/pages/ProModules.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(70),i=a(193),n=!1;var o=function(e){n||a(192)},r=a(0)(s.a,i.a,!1,o,null,null);r.options.__file="src/admin/components/ModuleUpgradePopup.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-upgrade-to-pro-wrapper"}},[e.showPopup?a("div",{attrs:{id:"dokan-upgrade-popup"},on:{click:function(t){return t.target!==t.currentTarget?null:e.closePopup.apply(null,arguments)}}},[a("div",{staticClass:"modal-content"},[a("div",{staticClass:"body"},[a("svg",{attrs:{width:"128",height:"109",viewBox:"0 0 128 109",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M127.502 37.5077C127.406 37.2181 127.141 37.0125 126.827 36.9851L122.568 36.6104L120.884 32.7907C120.76 32.5108 120.477 32.3296 120.163 32.3296C119.848 32.3296 119.566 32.5108 119.441 32.7914L117.757 36.6104L113.497 36.9851C113.184 37.0132 112.92 37.2181 112.823 37.5077C112.726 37.7972 112.815 38.1148 113.052 38.315L116.272 41.0508L115.322 45.1028C115.253 45.4008 115.372 45.7087 115.627 45.8874C115.764 45.9834 115.925 46.0323 116.087 46.0323C116.226 46.0323 116.364 45.9959 116.489 45.9239L120.163 43.7962L123.835 45.9239C124.104 46.0805 124.443 46.0662 124.697 45.8874C124.953 45.7082 125.072 45.4001 125.002 45.1028L124.053 41.0508L127.272 38.3155C127.509 38.1148 127.6 37.7978 127.502 37.5077Z",fill:"#FFC107"}}),e._v(" "),a("path",{attrs:{d:"M16.8209 38.1758C16.7105 37.8194 16.4076 37.5663 16.0492 37.5326L11.1816 37.0714L9.25677 32.3703C9.11485 32.0258 8.79162 31.8027 8.4325 31.8027C8.07338 31.8027 7.75015 32.0258 7.60823 32.3711L5.68343 37.0714L0.815005 37.5326C0.457297 37.5671 0.155176 37.8194 0.0441323 38.1758C-0.0669114 38.5321 0.0356399 38.923 0.306237 39.1693L3.98561 42.5365L2.90064 47.5236C2.82125 47.8903 2.95765 48.2694 3.24922 48.4893C3.40594 48.6074 3.5893 48.6676 3.7742 48.6676C3.93362 48.6676 4.09176 48.6228 4.23368 48.5341L8.4325 45.9155L12.6298 48.5341C12.9369 48.7269 13.3241 48.7094 13.615 48.4893C13.9067 48.2687 14.043 47.8895 13.9636 47.5236L12.8786 42.5365L16.558 39.17C16.8286 38.923 16.9319 38.5328 16.8209 38.1758Z",fill:"#FFC107"}}),e._v(" "),a("path",{attrs:{d:"M110.124 10.7456C110.062 10.5674 109.891 10.4409 109.69 10.424L106.952 10.1934L105.869 7.84286C105.789 7.67059 105.607 7.55908 105.405 7.55908C105.203 7.55908 105.022 7.67059 104.942 7.84326L103.859 10.1934L101.121 10.424C100.919 10.4413 100.749 10.5674 100.687 10.7456C100.624 10.9238 100.682 11.1192 100.834 11.2424L102.904 12.926L102.294 15.4195C102.249 15.6029 102.326 15.7924 102.49 15.9024C102.578 15.9614 102.681 15.9915 102.785 15.9915C102.875 15.9915 102.964 15.9691 103.044 15.9248L105.405 14.6155L107.766 15.9248C107.939 16.0212 108.157 16.0124 108.321 15.9024C108.485 15.7921 108.561 15.6025 108.517 15.4195L107.906 12.926L109.976 11.2427C110.128 11.1192 110.186 10.9241 110.124 10.7456Z",fill:"#FFC107"}}),e._v(" "),a("path",{attrs:{d:"M34.2322 8.63769C34.1701 8.45951 33.9998 8.33297 33.7982 8.31612L31.0601 8.08551L29.9774 5.73495C29.8976 5.56268 29.7158 5.45117 29.5138 5.45117C29.3118 5.45117 29.13 5.56268 29.0501 5.73535L27.9674 8.08551L25.2289 8.31612C25.0277 8.33337 24.8578 8.45951 24.7953 8.63769C24.7329 8.81586 24.7906 9.01129 24.9428 9.13448L27.0124 10.8181L26.4021 13.3116C26.3575 13.495 26.4342 13.6845 26.5982 13.7945C26.6863 13.8535 26.7895 13.8836 26.8935 13.8836C26.9832 13.8836 27.0721 13.8612 27.152 13.8169L29.5138 12.5076L31.8748 13.8169C32.0475 13.9133 32.2653 13.9045 32.429 13.7945C32.593 13.6842 32.6697 13.4946 32.625 13.3116L32.0147 10.8181L34.0844 9.13481C34.2366 9.01129 34.2947 8.8162 34.2322 8.63769Z",fill:"#FFC107"}}),e._v(" "),a("path",{attrs:{d:"M36.3471 79.5168C36.3023 79.3832 36.1792 79.2883 36.0337 79.2757L34.0562 79.1027L33.2742 77.3398C33.2166 77.2106 33.0853 77.127 32.9394 77.127C32.7935 77.127 32.6622 77.2106 32.6045 77.3401L31.8226 79.1027L29.8448 79.2757C29.6994 79.2886 29.5767 79.3832 29.5316 79.5168C29.4865 79.6505 29.5282 79.797 29.6381 79.8894L31.1328 81.1521L30.6921 83.0223C30.6598 83.1598 30.7152 83.3019 30.8337 83.3844C30.8973 83.4287 30.9718 83.4513 31.0469 83.4513C31.1117 83.4513 31.1759 83.4345 31.2336 83.4012L32.9394 82.4192L34.6445 83.4012C34.7693 83.4735 34.9266 83.4669 35.0448 83.3844C35.1633 83.3017 35.2186 83.1595 35.1864 83.0223L34.7456 81.1521L36.2404 79.8897C36.3503 79.797 36.3923 79.6507 36.3471 79.5168Z",fill:"#FFC107"}}),e._v(" "),a("path",{attrs:{d:"M115.928 67.9221C115.883 67.7885 115.76 67.6936 115.615 67.6809L113.637 67.508L112.855 65.7451C112.798 65.6159 112.666 65.5322 112.52 65.5322C112.375 65.5322 112.243 65.6159 112.186 65.7454L111.404 67.508L109.426 67.6809C109.281 67.6939 109.158 67.7885 109.113 67.9221C109.068 68.0557 109.109 68.2023 109.219 68.2947L110.714 69.5574L110.273 71.4276C110.241 71.5651 110.296 71.7072 110.415 71.7897C110.478 71.834 110.553 71.8566 110.628 71.8566C110.693 71.8566 110.757 71.8397 110.815 71.8065L112.52 70.8245L114.226 71.8065C114.35 71.8788 114.508 71.8722 114.626 71.7897C114.744 71.707 114.8 71.5648 114.767 71.4276L114.327 69.5574L115.821 68.295C115.931 68.2023 115.973 68.056 115.928 67.9221Z",fill:"#FFC107"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter0_d_1098_419)"}},[a("circle",{attrs:{cx:"65.5727",cy:"47.0224",r:"35.0473",fill:"url(#paint0_linear_1098_419)"}})]),e._v(" "),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M73.2509 40.3179C73.2509 35.8737 69.6482 32.271 65.204 32.271C60.7598 32.271 57.1571 35.8737 57.1571 40.3179V44.2984H56.5271C54.9772 44.2984 53.7207 45.5549 53.7207 47.1048V58.5595C53.7207 60.1094 54.9772 61.3659 56.5271 61.3659H74.11C75.6599 61.3659 76.9164 60.1094 76.9164 58.5595V47.1048C76.9164 45.5549 75.6599 44.2984 74.11 44.2984H59.3335V40.4324L59.3345 40.3196C59.3947 37.1295 61.9995 34.5619 65.204 34.5619C68.4462 34.5619 71.0745 37.1902 71.0745 40.4324L71.0745 40.5756H73.2509V40.3179ZM65.3185 50.9994C66.4098 50.9994 67.2944 51.884 67.2944 52.9753C67.2944 53.9393 66.6042 54.742 65.6909 54.9162L65.6908 57.7863C65.6908 57.9919 65.5241 58.1585 65.3185 58.1585C65.1129 58.1585 64.9462 57.9919 64.9462 57.7863L64.9464 54.9163C64.033 54.7422 63.3426 53.9394 63.3426 52.9753C63.3426 51.884 64.2272 50.9994 65.3185 50.9994Z",fill:"white"}}),e._v(" "),a("defs",[a("filter",{attrs:{id:"filter0_d_1098_419",x:"11.5524",y:"0.90753",width:"108.041",height:"108.041",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"7.90541"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"9.48649"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0.743854 0 0 0 0 0.925 0 0 0 0 0.850411 0 0 0 1 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_1098_419"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_1098_419",result:"shape"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint0_linear_1098_419",x1:"65.5727",y1:"11.9751",x2:"65.5727",y2:"82.0697",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#01CB70"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#1CE385"}})],1)],1)]),e._v(" "),a("p",{staticClass:"unlock"},[e._v(e._s(e.__("Unlock","dokan-lite")))]),e._v(" "),a("h1",[e._v(e._s(e.__("20+ Modules","dokan-lite")))]),e._v(" "),a("p",{staticClass:"text-brand"},[e._v(e._s(e.__("with Dokan Premium Plans","dokan-lite")))]),e._v(" "),a("p",{staticClass:"upgrade-text",domProps:{innerHTML:e._s(e.sprintf(e.__("We’re sorry %s Dokan Modules are not available on %s. Please upgrade to a PRO plan to unlock the modules of your choice.","dokan-lite"),"<br>","<strong>Dokan Lite</strong>"))}}),e._v(" "),a("a",{staticClass:"upgrade-button",attrs:{target:"_blank",rel:"noopener noreferrer",href:e.upgradeURL}},[e._v(e._s(e.__("Upgrade to Pro","dokan-lite")))]),e._v(" "),a("div",{staticClass:"promo-card"},[a("svg",{attrs:{width:"318",height:"181",viewBox:"0 0 318 181",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{width:"318",height:"181",rx:"10",fill:"url(#paint0_linear_1061_678)"}}),e._v(" "),a("path",{attrs:{d:"M69.7623 78.1796C19.6582 89.3268 8.33272 60.917 0 47.3061V10C0 4.47715 4.47714 0 9.99999 0H308C313.523 0 318 4.47716 318 10V122C287.77 58.7592 226.42 82.2094 166.516 91.1265C119.684 98.098 114.527 68.2204 69.7623 78.1796Z",fill:"#7867FF","fill-opacity":"0.1"}}),e._v(" "),a("path",{attrs:{d:"M50.6582 112H54.5068C56.6055 112 57.8496 110.968 57.8496 109.238V109.225C57.8496 107.926 56.9951 107.003 55.6484 106.832V106.723C56.5986 106.552 57.3506 105.622 57.3506 104.604V104.59C57.3506 103.086 56.2432 102.136 54.4316 102.136H50.6582V112ZM54.1719 103.223C55.3955 103.223 56.1064 103.804 56.1064 104.802V104.815C56.1064 105.854 55.3477 106.388 53.8574 106.388H51.8887V103.223H54.1719ZM54.2061 107.447C55.7783 107.447 56.585 108.028 56.585 109.163V109.177C56.585 110.312 55.8057 110.913 54.3223 110.913H51.8887V107.447H54.2061ZM62.7373 112.13C64.8359 112.13 66.1348 110.681 66.1348 108.322V108.309C66.1348 105.943 64.8359 104.501 62.7373 104.501C60.6387 104.501 59.3398 105.943 59.3398 108.309V108.322C59.3398 110.681 60.6387 112.13 62.7373 112.13ZM62.7373 111.077C61.3428 111.077 60.5566 110.059 60.5566 108.322V108.309C60.5566 106.565 61.3428 105.554 62.7373 105.554C64.1318 105.554 64.918 106.565 64.918 108.309V108.322C64.918 110.059 64.1318 111.077 62.7373 111.077ZM67.9805 112H69.1699V107.639C69.1699 106.347 69.915 105.554 71.0908 105.554C72.2666 105.554 72.8135 106.189 72.8135 107.516V112H74.0029V107.229C74.0029 105.479 73.0801 104.501 71.4258 104.501C70.3389 104.501 69.6484 104.959 69.2793 105.738H69.1699V104.631H67.9805V112ZM78.624 112.13C79.7041 112.13 80.4492 111.686 80.8115 110.899H80.9209V112H82.1104V104.631H80.9209V108.992C80.9209 110.284 80.2305 111.077 78.9316 111.077C77.7559 111.077 77.2773 110.441 77.2773 109.115V104.631H76.0879V109.402C76.0879 111.146 76.9492 112.13 78.624 112.13ZM86.8613 112.13C88.5361 112.13 89.8145 111.221 89.8145 109.908V109.895C89.8145 108.842 89.1445 108.24 87.7568 107.905L86.6221 107.632C85.7539 107.42 85.3848 107.105 85.3848 106.606V106.593C85.3848 105.943 86.0273 105.492 86.9023 105.492C87.791 105.492 88.3652 105.896 88.5225 106.477H89.6914C89.5273 105.273 88.4541 104.501 86.9092 104.501C85.3438 104.501 84.168 105.424 84.168 106.647V106.654C84.168 107.714 84.79 108.315 86.1709 108.644L87.3125 108.917C88.2217 109.136 88.5977 109.484 88.5977 109.983V109.997C88.5977 110.667 87.8936 111.139 86.9023 111.139C85.959 111.139 85.3711 110.735 85.1729 110.12H83.9561C84.0928 111.337 85.2207 112.13 86.8613 112.13ZM92.6309 106.777C93.123 106.777 93.5195 106.374 93.5195 105.889C93.5195 105.396 93.123 105 92.6309 105C92.1455 105 91.7422 105.396 91.7422 105.889C91.7422 106.374 92.1455 106.777 92.6309 106.777ZM92.6309 112.068C93.123 112.068 93.5195 111.665 93.5195 111.18C93.5195 110.688 93.123 110.291 92.6309 110.291C92.1455 110.291 91.7422 110.688 91.7422 111.18C91.7422 111.665 92.1455 112.068 92.6309 112.068ZM99.9043 112H103.288C106.221 112 107.943 110.175 107.943 107.071V107.058C107.943 103.961 106.214 102.136 103.288 102.136H99.9043V112ZM101.135 110.893V103.243H103.206C105.394 103.243 106.686 104.665 106.686 107.071V107.085C106.686 109.484 105.407 110.893 103.206 110.893H101.135ZM112.954 112.13C115.053 112.13 116.352 110.681 116.352 108.322V108.309C116.352 105.943 115.053 104.501 112.954 104.501C110.855 104.501 109.557 105.943 109.557 108.309V108.322C109.557 110.681 110.855 112.13 112.954 112.13ZM112.954 111.077C111.56 111.077 110.773 110.059 110.773 108.322V108.309C110.773 106.565 111.56 105.554 112.954 105.554C114.349 105.554 115.135 106.565 115.135 108.309V108.322C115.135 110.059 114.349 111.077 112.954 111.077ZM118.266 112H119.455V109.204L120.146 108.534L122.907 112H124.404L120.979 107.728L124.192 104.631H122.75L119.564 107.851H119.455V101.705H118.266V112ZM127.617 112.13C128.608 112.13 129.381 111.699 129.846 110.913H129.955V112H131.145V106.955C131.145 105.424 130.14 104.501 128.342 104.501C126.77 104.501 125.648 105.28 125.457 106.436L125.45 106.477H126.64L126.646 106.456C126.838 105.882 127.419 105.554 128.301 105.554C129.401 105.554 129.955 106.046 129.955 106.955V107.625L127.843 107.755C126.127 107.857 125.156 108.616 125.156 109.929V109.942C125.156 111.282 126.216 112.13 127.617 112.13ZM126.373 109.915V109.901C126.373 109.17 126.865 108.773 127.986 108.705L129.955 108.582V109.252C129.955 110.305 129.073 111.098 127.863 111.098C127.009 111.098 126.373 110.66 126.373 109.915ZM133.318 112H134.508V107.639C134.508 106.347 135.253 105.554 136.429 105.554C137.604 105.554 138.151 106.189 138.151 107.516V112H139.341V107.229C139.341 105.479 138.418 104.501 136.764 104.501C135.677 104.501 134.986 104.959 134.617 105.738H134.508V104.631H133.318V112ZM145.582 112H151.57V110.893H146.812V102.136H145.582V112ZM154.018 103.209C154.469 103.209 154.838 102.84 154.838 102.389C154.838 101.938 154.469 101.568 154.018 101.568C153.566 101.568 153.197 101.938 153.197 102.389C153.197 102.84 153.566 103.209 154.018 103.209ZM153.416 112H154.605V104.631H153.416V112ZM159.466 112.055C159.698 112.055 159.924 112.027 160.156 111.986V110.975C159.938 110.995 159.821 111.002 159.609 111.002C158.844 111.002 158.543 110.653 158.543 109.785V105.615H160.156V104.631H158.543V102.724H157.312V104.631H156.15V105.615H157.312V110.086C157.312 111.494 157.948 112.055 159.466 112.055ZM164.832 112.13C166.568 112.13 167.621 111.146 167.874 110.147L167.888 110.093H166.698L166.671 110.154C166.473 110.599 165.857 111.07 164.859 111.07C163.547 111.07 162.706 110.182 162.672 108.657H167.977V108.192C167.977 105.991 166.76 104.501 164.757 104.501C162.754 104.501 161.455 106.06 161.455 108.336V108.343C161.455 110.653 162.727 112.13 164.832 112.13ZM164.75 105.561C165.837 105.561 166.644 106.251 166.767 107.707H162.692C162.822 106.306 163.656 105.561 164.75 105.561ZM176.228 112.13C177.308 112.13 178.053 111.686 178.415 110.899H178.524V112H179.714V104.631H178.524V108.992C178.524 110.284 177.834 111.077 176.535 111.077C175.359 111.077 174.881 110.441 174.881 109.115V104.631H173.691V109.402C173.691 111.146 174.553 112.13 176.228 112.13ZM184.465 112.13C186.14 112.13 187.418 111.221 187.418 109.908V109.895C187.418 108.842 186.748 108.24 185.36 107.905L184.226 107.632C183.357 107.42 182.988 107.105 182.988 106.606V106.593C182.988 105.943 183.631 105.492 184.506 105.492C185.395 105.492 185.969 105.896 186.126 106.477H187.295C187.131 105.273 186.058 104.501 184.513 104.501C182.947 104.501 181.771 105.424 181.771 106.647V106.654C181.771 107.714 182.394 108.315 183.774 108.644L184.916 108.917C185.825 109.136 186.201 109.484 186.201 109.983V109.997C186.201 110.667 185.497 111.139 184.506 111.139C183.562 111.139 182.975 110.735 182.776 110.12H181.56C181.696 111.337 182.824 112.13 184.465 112.13ZM192.271 112.13C194.008 112.13 195.061 111.146 195.313 110.147L195.327 110.093H194.138L194.11 110.154C193.912 110.599 193.297 111.07 192.299 111.07C190.986 111.07 190.146 110.182 190.111 108.657H195.416V108.192C195.416 105.991 194.199 104.501 192.196 104.501C190.193 104.501 188.895 106.06 188.895 108.336V108.343C188.895 110.653 190.166 112.13 192.271 112.13ZM192.189 105.561C193.276 105.561 194.083 106.251 194.206 107.707H190.132C190.262 106.306 191.096 105.561 192.189 105.561ZM197.262 112H198.451V107.434C198.451 106.354 199.258 105.636 200.393 105.636C200.652 105.636 200.878 105.663 201.124 105.704V104.549C201.008 104.528 200.755 104.501 200.529 104.501C199.531 104.501 198.841 104.952 198.561 105.725H198.451V104.631H197.262V112ZM204.986 112.13C206.661 112.13 207.939 111.221 207.939 109.908V109.895C207.939 108.842 207.27 108.24 205.882 107.905L204.747 107.632C203.879 107.42 203.51 107.105 203.51 106.606V106.593C203.51 105.943 204.152 105.492 205.027 105.492C205.916 105.492 206.49 105.896 206.647 106.477H207.816C207.652 105.273 206.579 104.501 205.034 104.501C203.469 104.501 202.293 105.424 202.293 106.647V106.654C202.293 107.714 202.915 108.315 204.296 108.644L205.438 108.917C206.347 109.136 206.723 109.484 206.723 109.983V109.997C206.723 110.667 206.019 111.139 205.027 111.139C204.084 111.139 203.496 110.735 203.298 110.12H202.081C202.218 111.337 203.346 112.13 204.986 112.13ZM216.758 114.598C218.768 114.598 220.039 113.545 220.039 111.897V104.631H218.85V105.848H218.768C218.316 105.014 217.51 104.501 216.471 104.501C214.543 104.501 213.354 105.998 213.354 108.062V108.076C213.354 110.141 214.536 111.617 216.443 111.617C217.455 111.617 218.289 111.159 218.754 110.346H218.863V111.836C218.863 112.923 218.077 113.545 216.758 113.545C215.698 113.545 215.042 113.148 214.912 112.588L214.905 112.581H213.675L213.661 112.588C213.846 113.798 214.98 114.598 216.758 114.598ZM216.703 110.564C215.336 110.564 214.57 109.539 214.57 108.076V108.062C214.57 106.6 215.336 105.554 216.703 105.554C218.063 105.554 218.891 106.6 218.891 108.062V108.076C218.891 109.539 218.07 110.564 216.703 110.564ZM225.262 112.13C226.998 112.13 228.051 111.146 228.304 110.147L228.317 110.093H227.128L227.101 110.154C226.902 110.599 226.287 111.07 225.289 111.07C223.977 111.07 223.136 110.182 223.102 108.657H228.406V108.192C228.406 105.991 227.189 104.501 225.187 104.501C223.184 104.501 221.885 106.06 221.885 108.336V108.343C221.885 110.653 223.156 112.13 225.262 112.13ZM225.18 105.561C226.267 105.561 227.073 106.251 227.196 107.707H223.122C223.252 106.306 224.086 105.561 225.18 105.561ZM232.87 112.055C233.103 112.055 233.328 112.027 233.561 111.986V110.975C233.342 110.995 233.226 111.002 233.014 111.002C232.248 111.002 231.947 110.653 231.947 109.785V105.615H233.561V104.631H231.947V102.724H230.717V104.631H229.555V105.615H230.717V110.086C230.717 111.494 231.353 112.055 232.87 112.055ZM242.304 112.13C244.402 112.13 245.701 110.681 245.701 108.322V108.309C245.701 105.943 244.402 104.501 242.304 104.501C240.205 104.501 238.906 105.943 238.906 108.309V108.322C238.906 110.681 240.205 112.13 242.304 112.13ZM242.304 111.077C240.909 111.077 240.123 110.059 240.123 108.322V108.309C240.123 106.565 240.909 105.554 242.304 105.554C243.698 105.554 244.484 106.565 244.484 108.309V108.322C244.484 110.059 243.698 111.077 242.304 111.077ZM248.039 112H249.229V105.615H250.903V104.631H249.229V103.845C249.229 103.038 249.57 102.621 250.418 102.621C250.63 102.621 250.828 102.628 250.972 102.655V101.705C250.726 101.657 250.466 101.637 250.179 101.637C248.777 101.637 248.039 102.341 248.039 103.811V104.631H246.815V105.615H248.039V112ZM253.111 112H254.301V105.615H255.976V104.631H254.301V103.845C254.301 103.038 254.643 102.621 255.49 102.621C255.702 102.621 255.9 102.628 256.044 102.655V101.705C255.798 101.657 255.538 101.637 255.251 101.637C253.85 101.637 253.111 102.341 253.111 103.811V104.631H251.888V105.615H253.111V112ZM260.385 112.13C262.121 112.13 263.174 111.146 263.427 110.147L263.44 110.093H262.251L262.224 110.154C262.025 110.599 261.41 111.07 260.412 111.07C259.1 111.07 258.259 110.182 258.225 108.657H263.529V108.192C263.529 105.991 262.312 104.501 260.31 104.501C258.307 104.501 257.008 106.06 257.008 108.336V108.343C257.008 110.653 258.279 112.13 260.385 112.13ZM260.303 105.561C261.39 105.561 262.196 106.251 262.319 107.707H258.245C258.375 106.306 259.209 105.561 260.303 105.561ZM265.375 112H266.564V107.434C266.564 106.354 267.371 105.636 268.506 105.636C268.766 105.636 268.991 105.663 269.237 105.704V104.549C269.121 104.528 268.868 104.501 268.643 104.501C267.645 104.501 266.954 104.952 266.674 105.725H266.564V104.631H265.375V112ZM30.335 133H31.5244L33.165 127.299H33.2744L34.9219 133H36.1182L38.1826 125.631H37L35.5508 131.523H35.4414L33.7939 125.631H32.666L31.0186 131.523H30.9092L29.46 125.631H28.2705L30.335 133ZM40.3838 124.209C40.835 124.209 41.2041 123.84 41.2041 123.389C41.2041 122.938 40.835 122.568 40.3838 122.568C39.9326 122.568 39.5635 122.938 39.5635 123.389C39.5635 123.84 39.9326 124.209 40.3838 124.209ZM39.7822 133H40.9717V125.631H39.7822V133ZM45.832 133.055C46.0645 133.055 46.29 133.027 46.5225 132.986V131.975C46.3037 131.995 46.1875 132.002 45.9756 132.002C45.21 132.002 44.9092 131.653 44.9092 130.785V126.615H46.5225V125.631H44.9092V123.724H43.6787V125.631H42.5166V126.615H43.6787V131.086C43.6787 132.494 44.3145 133.055 45.832 133.055ZM48.3682 133H49.5576V128.639C49.5576 127.347 50.3027 126.554 51.4785 126.554C52.6543 126.554 53.2012 127.189 53.2012 128.516V133H54.3906V128.229C54.3906 126.479 53.4678 125.501 51.8135 125.501C50.7266 125.501 50.0361 125.959 49.667 126.738H49.5576V122.705H48.3682V133ZM60.4814 133H61.6709V128.434C61.6709 127.354 62.4775 126.636 63.6123 126.636C63.8721 126.636 64.0977 126.663 64.3438 126.704V125.549C64.2275 125.528 63.9746 125.501 63.749 125.501C62.751 125.501 62.0605 125.952 61.7803 126.725H61.6709V125.631H60.4814V133ZM68.6162 133.13C70.3525 133.13 71.4053 132.146 71.6582 131.147L71.6719 131.093H70.4824L70.4551 131.154C70.2568 131.599 69.6416 132.07 68.6436 132.07C67.3311 132.07 66.4902 131.182 66.4561 129.657H71.7607V129.192C71.7607 126.991 70.5439 125.501 68.541 125.501C66.5381 125.501 65.2393 127.06 65.2393 129.336V129.343C65.2393 131.653 66.5107 133.13 68.6162 133.13ZM68.5342 126.561C69.6211 126.561 70.4277 127.251 70.5508 128.707H66.4766C66.6064 127.306 67.4404 126.561 68.5342 126.561ZM76.6416 135.598C78.6514 135.598 79.9229 134.545 79.9229 132.897V125.631H78.7334V126.848H78.6514C78.2002 126.014 77.3936 125.501 76.3545 125.501C74.4268 125.501 73.2373 126.998 73.2373 129.062V129.076C73.2373 131.141 74.4199 132.617 76.3271 132.617C77.3389 132.617 78.1729 132.159 78.6377 131.346H78.7471V132.836C78.7471 133.923 77.9609 134.545 76.6416 134.545C75.582 134.545 74.9258 134.148 74.7959 133.588L74.7891 133.581H73.5586L73.5449 133.588C73.7295 134.798 74.8643 135.598 76.6416 135.598ZM76.5869 131.564C75.2197 131.564 74.4541 130.539 74.4541 129.076V129.062C74.4541 127.6 75.2197 126.554 76.5869 126.554C77.9473 126.554 78.7744 127.6 78.7744 129.062V129.076C78.7744 130.539 77.9541 131.564 76.5869 131.564ZM84.6055 133.13C85.6855 133.13 86.4307 132.686 86.793 131.899H86.9023V133H88.0918V125.631H86.9023V129.992C86.9023 131.284 86.2119 132.077 84.9131 132.077C83.7373 132.077 83.2588 131.441 83.2588 130.115V125.631H82.0693V130.402C82.0693 132.146 82.9307 133.13 84.6055 133.13ZM90.3818 133H91.5713V122.705H90.3818V133ZM95.8779 133.13C96.8691 133.13 97.6416 132.699 98.1064 131.913H98.2158V133H99.4053V127.955C99.4053 126.424 98.4004 125.501 96.6025 125.501C95.0303 125.501 93.9092 126.28 93.7178 127.436L93.7109 127.477H94.9004L94.9072 127.456C95.0986 126.882 95.6797 126.554 96.5615 126.554C97.6621 126.554 98.2158 127.046 98.2158 127.955V128.625L96.1035 128.755C94.3877 128.857 93.417 129.616 93.417 130.929V130.942C93.417 132.282 94.4766 133.13 95.8779 133.13ZM94.6338 130.915V130.901C94.6338 130.17 95.126 129.773 96.2471 129.705L98.2158 129.582V130.252C98.2158 131.305 97.334 132.098 96.124 132.098C95.2695 132.098 94.6338 131.66 94.6338 130.915ZM101.579 133H102.769V128.434C102.769 127.354 103.575 126.636 104.71 126.636C104.97 126.636 105.195 126.663 105.441 126.704V125.549C105.325 125.528 105.072 125.501 104.847 125.501C103.849 125.501 103.158 125.952 102.878 126.725H102.769V125.631H101.579V133ZM110.849 135.461H112.038V131.838H112.147C112.551 132.624 113.433 133.13 114.444 133.13C116.317 133.13 117.534 131.633 117.534 129.322V129.309C117.534 127.012 116.311 125.501 114.444 125.501C113.419 125.501 112.599 125.986 112.147 126.807H112.038V125.631H110.849V135.461ZM114.171 132.077C112.831 132.077 112.011 131.024 112.011 129.322V129.309C112.011 127.606 112.831 126.554 114.171 126.554C115.518 126.554 116.317 127.593 116.317 129.309V129.322C116.317 131.038 115.518 132.077 114.171 132.077ZM119.394 133H120.583V128.434C120.583 127.354 121.39 126.636 122.524 126.636C122.784 126.636 123.01 126.663 123.256 126.704V125.549C123.14 125.528 122.887 125.501 122.661 125.501C121.663 125.501 120.973 125.952 120.692 126.725H120.583V125.631H119.394V133ZM125.354 124.209C125.806 124.209 126.175 123.84 126.175 123.389C126.175 122.938 125.806 122.568 125.354 122.568C124.903 122.568 124.534 122.938 124.534 123.389C124.534 123.84 124.903 124.209 125.354 124.209ZM124.753 133H125.942V125.631H124.753V133ZM131.199 133.13C132.97 133.13 133.961 132.18 134.262 130.847L134.275 130.771L133.1 130.778L133.086 130.819C132.812 131.64 132.184 132.077 131.192 132.077C129.88 132.077 129.032 130.99 129.032 129.295V129.281C129.032 127.62 129.866 126.554 131.192 126.554C132.252 126.554 132.908 127.142 133.093 127.866L133.1 127.887H134.282L134.275 127.846C134.057 126.533 132.983 125.501 131.192 125.501C129.128 125.501 127.815 126.991 127.815 129.281V129.295C127.815 131.633 129.135 133.13 131.199 133.13ZM139.026 133.13C140.763 133.13 141.815 132.146 142.068 131.147L142.082 131.093H140.893L140.865 131.154C140.667 131.599 140.052 132.07 139.054 132.07C137.741 132.07 136.9 131.182 136.866 129.657H142.171V129.192C142.171 126.991 140.954 125.501 138.951 125.501C136.948 125.501 135.649 127.06 135.649 129.336V129.343C135.649 131.653 136.921 133.13 139.026 133.13ZM138.944 126.561C140.031 126.561 140.838 127.251 140.961 128.707H136.887C137.017 127.306 137.851 126.561 138.944 126.561ZM143.716 135.509H144.598L145.671 131.619H144.311L143.716 135.509ZM154.134 133.13C155.125 133.13 155.897 132.699 156.362 131.913H156.472V133H157.661V127.955C157.661 126.424 156.656 125.501 154.858 125.501C153.286 125.501 152.165 126.28 151.974 127.436L151.967 127.477H153.156L153.163 127.456C153.354 126.882 153.936 126.554 154.817 126.554C155.918 126.554 156.472 127.046 156.472 127.955V128.625L154.359 128.755C152.644 128.857 151.673 129.616 151.673 130.929V130.942C151.673 132.282 152.732 133.13 154.134 133.13ZM152.89 130.915V130.901C152.89 130.17 153.382 129.773 154.503 129.705L156.472 129.582V130.252C156.472 131.305 155.59 132.098 154.38 132.098C153.525 132.098 152.89 131.66 152.89 130.915ZM162.303 133.13C163.383 133.13 164.128 132.686 164.49 131.899H164.6V133H165.789V125.631H164.6V129.992C164.6 131.284 163.909 132.077 162.61 132.077C161.435 132.077 160.956 131.441 160.956 130.115V125.631H159.767V130.402C159.767 132.146 160.628 133.13 162.303 133.13ZM170.629 133.055C170.861 133.055 171.087 133.027 171.319 132.986V131.975C171.101 131.995 170.984 132.002 170.772 132.002C170.007 132.002 169.706 131.653 169.706 130.785V126.615H171.319V125.631H169.706V123.724H168.476V125.631H167.313V126.615H168.476V131.086C168.476 132.494 169.111 133.055 170.629 133.055ZM176.016 133.13C178.114 133.13 179.413 131.681 179.413 129.322V129.309C179.413 126.943 178.114 125.501 176.016 125.501C173.917 125.501 172.618 126.943 172.618 129.309V129.322C172.618 131.681 173.917 133.13 176.016 133.13ZM176.016 132.077C174.621 132.077 173.835 131.059 173.835 129.322V129.309C173.835 127.565 174.621 126.554 176.016 126.554C177.41 126.554 178.196 127.565 178.196 129.309V129.322C178.196 131.059 177.41 132.077 176.016 132.077ZM181.259 133H182.448V128.434C182.448 127.395 183.18 126.554 184.144 126.554C185.073 126.554 185.675 127.121 185.675 127.996V133H186.864V128.263C186.864 127.326 187.541 126.554 188.566 126.554C189.605 126.554 190.104 127.094 190.104 128.181V133H191.294V127.907C191.294 126.362 190.453 125.501 188.949 125.501C187.931 125.501 187.09 126.014 186.693 126.793H186.584C186.242 126.027 185.545 125.501 184.547 125.501C183.583 125.501 182.886 125.959 182.558 126.752H182.448V125.631H181.259V133ZM195.464 133.13C196.455 133.13 197.228 132.699 197.692 131.913H197.802V133H198.991V127.955C198.991 126.424 197.986 125.501 196.188 125.501C194.616 125.501 193.495 126.28 193.304 127.436L193.297 127.477H194.486L194.493 127.456C194.685 126.882 195.266 126.554 196.147 126.554C197.248 126.554 197.802 127.046 197.802 127.955V128.625L195.689 128.755C193.974 128.857 193.003 129.616 193.003 130.929V130.942C193.003 132.282 194.062 133.13 195.464 133.13ZM194.22 130.915V130.901C194.22 130.17 194.712 129.773 195.833 129.705L197.802 129.582V130.252C197.802 131.305 196.92 132.098 195.71 132.098C194.855 132.098 194.22 131.66 194.22 130.915ZM203.783 133.055C204.016 133.055 204.241 133.027 204.474 132.986V131.975C204.255 131.995 204.139 132.002 203.927 132.002C203.161 132.002 202.86 131.653 202.86 130.785V126.615H204.474V125.631H202.86V123.724H201.63V125.631H200.468V126.615H201.63V131.086C201.63 132.494 202.266 133.055 203.783 133.055ZM206.88 124.209C207.331 124.209 207.7 123.84 207.7 123.389C207.7 122.938 207.331 122.568 206.88 122.568C206.429 122.568 206.06 122.938 206.06 123.389C206.06 123.84 206.429 124.209 206.88 124.209ZM206.278 133H207.468V125.631H206.278V133ZM212.725 133.13C214.495 133.13 215.486 132.18 215.787 130.847L215.801 130.771L214.625 130.778L214.611 130.819C214.338 131.64 213.709 132.077 212.718 132.077C211.405 132.077 210.558 130.99 210.558 129.295V129.281C210.558 127.62 211.392 126.554 212.718 126.554C213.777 126.554 214.434 127.142 214.618 127.866L214.625 127.887H215.808L215.801 127.846C215.582 126.533 214.509 125.501 212.718 125.501C210.653 125.501 209.341 126.991 209.341 129.281V129.295C209.341 131.633 210.66 133.13 212.725 133.13ZM219.567 133.13C220.559 133.13 221.331 132.699 221.796 131.913H221.905V133H223.095V127.955C223.095 126.424 222.09 125.501 220.292 125.501C218.72 125.501 217.599 126.28 217.407 127.436L217.4 127.477H218.59L218.597 127.456C218.788 126.882 219.369 126.554 220.251 126.554C221.352 126.554 221.905 127.046 221.905 127.955V128.625L219.793 128.755C218.077 128.857 217.106 129.616 217.106 130.929V130.942C217.106 132.282 218.166 133.13 219.567 133.13ZM218.323 130.915V130.901C218.323 130.17 218.815 129.773 219.937 129.705L221.905 129.582V130.252C221.905 131.305 221.023 132.098 219.813 132.098C218.959 132.098 218.323 131.66 218.323 130.915ZM225.337 133H226.526V122.705H225.337V133ZM228.878 133H230.067V122.705H228.878V133ZM232.979 135.584C234.285 135.584 234.894 135.105 235.502 133.451L238.38 125.631H237.129L235.112 131.694H235.003L232.979 125.631H231.708L234.436 133.007L234.299 133.444C234.032 134.292 233.622 134.6 232.945 134.6C232.781 134.6 232.597 134.593 232.453 134.565V135.543C232.617 135.57 232.822 135.584 232.979 135.584ZM245.913 133.13C246.904 133.13 247.677 132.699 248.142 131.913H248.251V133H249.44V127.955C249.44 126.424 248.436 125.501 246.638 125.501C245.065 125.501 243.944 126.28 243.753 127.436L243.746 127.477H244.936L244.942 127.456C245.134 126.882 245.715 126.554 246.597 126.554C247.697 126.554 248.251 127.046 248.251 127.955V128.625L246.139 128.755C244.423 128.857 243.452 129.616 243.452 130.929V130.942C243.452 132.282 244.512 133.13 245.913 133.13ZM244.669 130.915V130.901C244.669 130.17 245.161 129.773 246.282 129.705L248.251 129.582V130.252C248.251 131.305 247.369 132.098 246.159 132.098C245.305 132.098 244.669 131.66 244.669 130.915ZM251.614 135.461H252.804V131.838H252.913C253.316 132.624 254.198 133.13 255.21 133.13C257.083 133.13 258.3 131.633 258.3 129.322V129.309C258.3 127.012 257.076 125.501 255.21 125.501C254.185 125.501 253.364 125.986 252.913 126.807H252.804V125.631H251.614V135.461ZM254.937 132.077C253.597 132.077 252.776 131.024 252.776 129.322V129.309C252.776 127.606 253.597 126.554 254.937 126.554C256.283 126.554 257.083 127.593 257.083 129.309V129.322C257.083 131.038 256.283 132.077 254.937 132.077ZM260.159 135.461H261.349V131.838H261.458C261.861 132.624 262.743 133.13 263.755 133.13C265.628 133.13 266.845 131.633 266.845 129.322V129.309C266.845 127.012 265.621 125.501 263.755 125.501C262.729 125.501 261.909 125.986 261.458 126.807H261.349V125.631H260.159V135.461ZM263.481 132.077C262.142 132.077 261.321 131.024 261.321 129.322V129.309C261.321 127.606 262.142 126.554 263.481 126.554C264.828 126.554 265.628 127.593 265.628 129.309V129.322C265.628 131.038 264.828 132.077 263.481 132.077ZM268.772 133H269.962V122.705H268.772V133ZM272.874 124.209C273.325 124.209 273.694 123.84 273.694 123.389C273.694 122.938 273.325 122.568 272.874 122.568C272.423 122.568 272.054 122.938 272.054 123.389C272.054 123.84 272.423 124.209 272.874 124.209ZM272.272 133H273.462V125.631H272.272V133ZM278.712 133.13C280.448 133.13 281.501 132.146 281.754 131.147L281.768 131.093H280.578L280.551 131.154C280.353 131.599 279.737 132.07 278.739 132.07C277.427 132.07 276.586 131.182 276.552 129.657H281.856V129.192C281.856 126.991 280.64 125.501 278.637 125.501C276.634 125.501 275.335 127.06 275.335 129.336V129.343C275.335 131.653 276.606 133.13 278.712 133.13ZM278.63 126.561C279.717 126.561 280.523 127.251 280.646 128.707H276.572C276.702 127.306 277.536 126.561 278.63 126.561ZM286.423 133.13C287.448 133.13 288.269 132.645 288.72 131.824H288.829V133H290.019V122.705H288.829V126.793H288.72C288.316 126.007 287.435 125.501 286.423 125.501C284.55 125.501 283.333 126.998 283.333 129.309V129.322C283.333 131.619 284.557 133.13 286.423 133.13ZM286.696 132.077C285.35 132.077 284.55 131.038 284.55 129.322V129.309C284.55 127.593 285.35 126.554 286.696 126.554C288.036 126.554 288.856 127.606 288.856 129.309V129.322C288.856 131.024 288.036 132.077 286.696 132.077ZM122.203 155.055C122.436 155.055 122.661 155.027 122.894 154.986V153.975C122.675 153.995 122.559 154.002 122.347 154.002C121.581 154.002 121.28 153.653 121.28 152.785V148.615H122.894V147.631H121.28V145.724H120.05V147.631H118.888V148.615H120.05V153.086C120.05 154.494 120.686 155.055 122.203 155.055ZM127.59 155.13C129.688 155.13 130.987 153.681 130.987 151.322V151.309C130.987 148.943 129.688 147.501 127.59 147.501C125.491 147.501 124.192 148.943 124.192 151.309V151.322C124.192 153.681 125.491 155.13 127.59 155.13ZM127.59 154.077C126.195 154.077 125.409 153.059 125.409 151.322V151.309C125.409 149.565 126.195 148.554 127.59 148.554C128.984 148.554 129.771 149.565 129.771 151.309V151.322C129.771 153.059 128.984 154.077 127.59 154.077ZM139.785 155.13C141.556 155.13 142.547 154.18 142.848 152.847L142.861 152.771L141.686 152.778L141.672 152.819C141.398 153.64 140.77 154.077 139.778 154.077C138.466 154.077 137.618 152.99 137.618 151.295V151.281C137.618 149.62 138.452 148.554 139.778 148.554C140.838 148.554 141.494 149.142 141.679 149.866L141.686 149.887H142.868L142.861 149.846C142.643 148.533 141.569 147.501 139.778 147.501C137.714 147.501 136.401 148.991 136.401 151.281V151.295C136.401 153.633 137.721 155.13 139.785 155.13ZM144.673 155H145.862V150.639C145.862 149.347 146.607 148.554 147.783 148.554C148.959 148.554 149.506 149.189 149.506 150.516V155H150.695V150.229C150.695 148.479 149.772 147.501 148.118 147.501C147.031 147.501 146.341 147.959 145.972 148.738H145.862V144.705H144.673V155ZM155.856 155.13C157.593 155.13 158.646 154.146 158.898 153.147L158.912 153.093H157.723L157.695 153.154C157.497 153.599 156.882 154.07 155.884 154.07C154.571 154.07 153.73 153.182 153.696 151.657H159.001V151.192C159.001 148.991 157.784 147.501 155.781 147.501C153.778 147.501 152.479 149.06 152.479 151.336V151.343C152.479 153.653 153.751 155.13 155.856 155.13ZM155.774 148.561C156.861 148.561 157.668 149.251 157.791 150.707H153.717C153.847 149.306 154.681 148.561 155.774 148.561ZM163.861 155.13C165.632 155.13 166.623 154.18 166.924 152.847L166.938 152.771L165.762 152.778L165.748 152.819C165.475 153.64 164.846 154.077 163.854 154.077C162.542 154.077 161.694 152.99 161.694 151.295V151.281C161.694 149.62 162.528 148.554 163.854 148.554C164.914 148.554 165.57 149.142 165.755 149.866L165.762 149.887H166.944L166.938 149.846C166.719 148.533 165.646 147.501 163.854 147.501C161.79 147.501 160.478 148.991 160.478 151.281V151.295C160.478 153.633 161.797 155.13 163.861 155.13ZM168.749 155H169.938V152.204L170.629 151.534L173.391 155H174.888L171.463 150.728L174.676 147.631H173.233L170.048 150.851H169.938V144.705H168.749V155ZM178.969 155.13C181.067 155.13 182.366 153.681 182.366 151.322V151.309C182.366 148.943 181.067 147.501 178.969 147.501C176.87 147.501 175.571 148.943 175.571 151.309V151.322C175.571 153.681 176.87 155.13 178.969 155.13ZM178.969 154.077C177.574 154.077 176.788 153.059 176.788 151.322V151.309C176.788 149.565 177.574 148.554 178.969 148.554C180.363 148.554 181.149 149.565 181.149 151.309V151.322C181.149 153.059 180.363 154.077 178.969 154.077ZM186.68 155.13C187.76 155.13 188.505 154.686 188.867 153.899H188.977V155H190.166V147.631H188.977V151.992C188.977 153.284 188.286 154.077 186.987 154.077C185.812 154.077 185.333 153.441 185.333 152.115V147.631H184.144V152.402C184.144 154.146 185.005 155.13 186.68 155.13ZM195.006 155.055C195.238 155.055 195.464 155.027 195.696 154.986V153.975C195.478 153.995 195.361 154.002 195.149 154.002C194.384 154.002 194.083 153.653 194.083 152.785V148.615H195.696V147.631H194.083V145.724H192.853V147.631H191.69V148.615H192.853V153.086C192.853 154.494 193.488 155.055 195.006 155.055ZM198.444 155.068C198.937 155.068 199.333 154.665 199.333 154.18C199.333 153.688 198.937 153.291 198.444 153.291C197.959 153.291 197.556 153.688 197.556 154.18C197.556 154.665 197.959 155.068 198.444 155.068Z",fill:"white"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter0_d_1061_678)"}},[a("path",{attrs:{d:"M133.607 56.5262C139.149 56.5262 142.849 53.6156 142.849 49.3072V49.2743C142.849 46.0512 140.547 44.0121 137.011 43.6832V43.5845C139.79 43.009 141.961 41.085 141.961 38.125V38.0921C141.961 34.3099 138.672 31.7446 133.574 31.7446C128.592 31.7446 125.254 34.5073 124.908 38.7499L124.892 38.9472H129.463L129.48 38.7992C129.677 36.8259 131.239 35.5597 133.574 35.5597C135.91 35.5597 137.274 36.7766 137.274 38.7499V38.7828C137.274 40.7068 135.663 42.0223 133.163 42.0223H130.516V45.5578H133.229C136.107 45.5578 137.801 46.8076 137.801 49.0769V49.1098C137.801 51.116 136.14 52.5302 133.607 52.5302C131.042 52.5302 129.348 51.2147 129.134 49.3729L129.118 49.192H124.366L124.382 49.4058C124.711 53.6485 128.246 56.5262 133.607 56.5262ZM156.235 56.6084C162.105 56.6084 165.657 51.8067 165.657 44.1436V44.1107C165.657 36.4312 162.105 31.6624 156.235 31.6624C150.381 31.6624 146.812 36.4312 146.812 44.1107V44.1436C146.812 51.8067 150.381 56.6084 156.235 56.6084ZM156.235 52.6782C153.439 52.6782 151.844 49.5045 151.844 44.1436V44.1107C151.844 38.7334 153.439 35.5926 156.235 35.5926C159.047 35.5926 160.642 38.7334 160.642 44.1107V44.1436C160.642 49.5045 159.047 52.6782 156.235 52.6782ZM175.475 45.2783C178.961 45.2783 181.082 42.713 181.082 38.6019V38.5854C181.082 34.4744 178.961 31.9255 175.475 31.9255C172.005 31.9255 169.867 34.4744 169.867 38.5854V38.6019C169.867 42.713 172.005 45.2783 175.475 45.2783ZM179.125 56L195.093 32.2708H191.294L175.327 56H179.125ZM175.475 42.6472C174.044 42.6472 173.238 41.1837 173.238 38.6019V38.5854C173.238 35.9872 174.044 34.5566 175.475 34.5566C176.922 34.5566 177.727 35.9872 177.727 38.5854V38.6019C177.727 41.1837 176.922 42.6472 175.475 42.6472ZM194.928 56.3453C198.414 56.3453 200.536 53.78 200.536 49.6689V49.6525C200.536 45.5414 198.414 42.9925 194.928 42.9925C191.458 42.9925 189.321 45.5414 189.321 49.6525V49.6689C189.321 53.78 191.458 56.3453 194.928 56.3453ZM194.928 53.7142C193.498 53.7142 192.692 52.2507 192.692 49.6689V49.6525C192.692 47.0543 193.498 45.6236 194.928 45.6236C196.375 45.6236 197.181 47.0543 197.181 49.6525V49.6689C197.181 52.2507 196.375 53.7142 194.928 53.7142Z",fill:"white"}})]),e._v(" "),a("path",{attrs:{d:"M55.2031 48H60.4414V47.0508H56.2578V44.1445H60.2246V43.207H56.2578V40.4941H60.4414V39.5449H55.2031V48ZM62.2227 48H63.2422V44.2617C63.2422 43.1543 63.8809 42.4746 64.8887 42.4746C65.8965 42.4746 66.3652 43.0195 66.3652 44.1562V48H67.3848V43.9102C67.3848 42.4102 66.5938 41.5723 65.1758 41.5723C64.2441 41.5723 63.6523 41.9648 63.3359 42.6328H63.2422V41.6836H62.2227V48ZM69.7578 40.4648C70.1445 40.4648 70.4609 40.1484 70.4609 39.7617C70.4609 39.375 70.1445 39.0586 69.7578 39.0586C69.3711 39.0586 69.0547 39.375 69.0547 39.7617C69.0547 40.1484 69.3711 40.4648 69.7578 40.4648ZM68.3281 50.168C69.6523 50.168 70.2676 49.6113 70.2676 48.3105V41.6836H69.248V48.3281C69.248 49.0254 68.9902 49.2656 68.3047 49.2656H68.1523V50.168H68.3281ZM74.791 48.1113C76.5898 48.1113 77.7031 46.8691 77.7031 44.8477V44.8359C77.7031 42.8086 76.5898 41.5723 74.791 41.5723C72.9922 41.5723 71.8789 42.8086 71.8789 44.8359V44.8477C71.8789 46.8691 72.9922 48.1113 74.791 48.1113ZM74.791 47.209C73.5957 47.209 72.9219 46.3359 72.9219 44.8477V44.8359C72.9219 43.3418 73.5957 42.4746 74.791 42.4746C75.9863 42.4746 76.6602 43.3418 76.6602 44.8359V44.8477C76.6602 46.3359 75.9863 47.209 74.791 47.209ZM79.5898 50.2148C80.709 50.2148 81.2305 49.8047 81.752 48.3867L84.2188 41.6836H83.1465L81.418 46.8809H81.3242L79.5898 41.6836H78.5L80.8379 48.0059L80.7207 48.3809C80.4922 49.1074 80.1406 49.3711 79.5605 49.3711C79.4199 49.3711 79.2617 49.3652 79.1387 49.3418V50.1797C79.2793 50.2031 79.4551 50.2148 79.5898 50.2148ZM89.0703 48H90.125V44.3379H93.8691V43.4004H90.125V40.4941H94.2031V39.5449H89.0703V48ZM95.8672 48H96.8867V39.1758H95.8672V48ZM100.578 48.1113C101.428 48.1113 102.09 47.7422 102.488 47.0684H102.582V48H103.602V43.6758C103.602 42.3633 102.74 41.5723 101.199 41.5723C99.8516 41.5723 98.8906 42.2402 98.7266 43.2305L98.7207 43.2656H99.7402L99.7461 43.248C99.9102 42.7559 100.408 42.4746 101.164 42.4746C102.107 42.4746 102.582 42.8965 102.582 43.6758V44.25L100.771 44.3613C99.3008 44.4492 98.4688 45.0996 98.4688 46.2246V46.2363C98.4688 47.3848 99.377 48.1113 100.578 48.1113ZM99.5117 46.2129V46.2012C99.5117 45.5742 99.9336 45.2344 100.895 45.1758L102.582 45.0703V45.6445C102.582 46.5469 101.826 47.2266 100.789 47.2266C100.057 47.2266 99.5117 46.8516 99.5117 46.2129ZM107.709 48.0469C107.908 48.0469 108.102 48.0234 108.301 47.9883V47.1211C108.113 47.1387 108.014 47.1445 107.832 47.1445C107.176 47.1445 106.918 46.8457 106.918 46.1016V42.5273H108.301V41.6836H106.918V40.0488H105.863V41.6836H104.867V42.5273H105.863V46.3594C105.863 47.5664 106.408 48.0469 107.709 48.0469Z",fill:"#0C0071"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter1_d_1061_678)"}},[a("rect",{attrs:{x:"216",y:"34.1777",width:"48",height:"20",rx:"10",fill:"#573CFF"}})]),e._v(" "),a("path",{attrs:{d:"M232.513 48.1942C234.867 48.1942 236.295 46.5089 236.295 43.881V43.8696C236.295 41.2302 234.855 39.5621 232.513 39.5621C230.182 39.5621 228.731 41.2245 228.731 43.8696V43.881C228.731 46.5146 230.148 48.1942 232.513 48.1942ZM232.513 47.2459C230.799 47.2459 229.782 45.9205 229.782 43.881V43.8696C229.782 41.8129 230.834 40.5104 232.513 40.5104C234.198 40.5104 235.244 41.8129 235.244 43.8696V43.881C235.244 45.9205 234.204 47.2459 232.513 47.2459ZM238.078 48H239.106V44.4294H242.756V43.5154H239.106V40.6818H243.082V39.7563H238.078V48ZM244.773 48H245.801V44.4294H249.452V43.5154H245.801V40.6818H249.778V39.7563H244.773V48Z",fill:"white"}}),e._v(" "),a("path",{attrs:{opacity:"0.3",d:"M107.399 17.3745C103.071 13.4067 97.5458 18.8781 101.18 23.0547",stroke:"#FF00F5","stroke-width":"1.72065","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),e._v(" "),a("path",{attrs:{d:"M229.162 77.0844C226.678 76.4391 225.753 79.6327 225.299 81.4364C225.039 82.4955 224.714 83.5876 224 84.3984",stroke:"#00FFC2","stroke-width":"1.72065","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),e._v(" "),a("path",{attrs:{d:"M103.555 82.1191C105.333 79.408 101.942 77.0254 99.9777 75.752C98.8197 75.0126 97.6617 74.191 97 72.9997",stroke:"#FFE600","stroke-width":"1.72065","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),e._v(" "),a("path",{attrs:{d:"M228.334 20.7854C228.097 19.5881 227.386 18.4985 226.411 17.8124C225.437 17.1263 224.172 16.8573 223 17.0725",stroke:"#64E3FF","stroke-width":"1.72065","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),e._v(" "),a("defs",[a("filter",{attrs:{id:"filter0_d_1061_678",x:"118.378",y:"31.6626",width:"88.1453",height:"39.9138",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"8.9808"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"2.9936"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0.192851 0 0 0 0 0.0922663 0 0 0 0 0.512993 0 0 0 0.278409 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_1061_678"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_1061_678",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter1_d_1061_678",x:"209",y:"34.1777",width:"62",height:"35",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"8"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"3.5"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0.0507051 0 0 0 0 0 0 0 0 0 0.470833 0 0 0 0.11 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_1061_678"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_1061_678",result:"shape"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint0_linear_1061_678",x1:"0",y1:"0",x2:"0",y2:"181",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#D0CAFD"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#7463FF"}})],1)],1)])]),e._v(" "),a("a",{staticClass:"already-updated",attrs:{target:"_blank",rel:"noopener noreferrer",href:"https://wedevs.com/docs/dokan/getting-started/installation-2/"}},[e._v(e._s(e.__("Already upgraded?","dokan-lite")))])]),e._v(" "),a("span",{staticClass:"close",on:{click:e.closePopup}},[a("svg",{attrs:{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M6.18849 5.00002L9.75385 1.43465C10.082 1.10645 10.082 0.574344 9.75385 0.246195C9.42566 -0.0820022 8.89359 -0.0820022 8.5654 0.246195L4.99998 3.81161L1.43457 0.246148C1.10637 -0.0820492 0.574308 -0.0820492 0.246112 0.246148C-0.0820373 0.574344 -0.0820373 1.10645 0.246112 1.4346L3.81153 4.99998L0.246112 8.5654C-0.0820373 8.89359 -0.0820373 9.4257 0.246112 9.75385C0.574308 10.082 1.10637 10.082 1.43457 9.75385L4.99998 6.18843L8.5654 9.75385C8.89355 10.082 9.42566 10.082 9.75385 9.75385C10.082 9.42566 10.082 8.89359 9.75385 8.5654L6.18849 5.00002Z",fill:"#95A5A6"}})])])])]):e._e()])};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"lite-modules"}},[a("div",{staticClass:"dokan-modules-wrap"},[a("h1",[e._v(e._s(e.__("Modules","dokan")))]),e._v(" "),a("div",{staticClass:"module-content"},[a("div",{staticClass:"wp-list-table widefat dokan-modules"},[e.modules.length>0?e._l(e.modules,function(t){return a("div",{staticClass:"plugin-card"},[a("div",{staticClass:"plugin-card-top"},[a("div",{staticClass:"name column-name"},[a("h3",[a("a",{staticClass:"plugin-name",attrs:{href:t.modLink,target:"_blank"}},[e._v(e._s(t.name))]),e._v(" "),a("a",{staticClass:"plugin-name",attrs:{href:t.modLink,target:"_blank"}},[a("img",{staticClass:"plugin-icon",attrs:{src:t.thumbnail,alt:t.name}})])])]),e._v(" "),a("div",{staticClass:"action-links"},[a("ul",{staticClass:"plugin-action-buttons"},[a("li",{on:{click:function(t){return e.togglePopup(!0)}}},[a("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"20"}},[a("rect",{attrs:{width:"42",height:"20",rx:"10",fill:"#c0c3c6"}}),a("circle",{attrs:{cx:"6",cy:"6",r:"6",transform:"translate(6 4)",fill:"#fff"}})])])])]),e._v(" "),a("div",{staticClass:"desc column-description"},[a("p",{domProps:{innerHTML:e._s(t.description)}})]),e._v(" "),a("div",{staticClass:"card-footer"},[a("a",{attrs:{href:t.docLink,target:"_blank"}},[e._v(e._s(e.__("Documentation","dokan")))])])])])}):[a("div",{staticClass:"notice notice-info",attrs:{id:"message"}},[a("p",[a("strong",[e._v(e._s(e.__("No modules found.","dokan")))])])])]],2)])]),e._v(" "),a("ModuleUpgradePopup",{attrs:{"show-popup":e.showPopup},on:{toggle:e.togglePopup}})],1)};s._withStripped=!0;var i={render:s,staticRenderFns:[]};t.a=i},function(e,t,a){"use strict";t.a=function(e){var t=jQuery,a=t("#toplevel_page_"+e),s=window.location.href,i=s.substr(s.indexOf("admin.php"));a.on("click","a",function(){var e=t(this);t("ul.wp-submenu li",a).removeClass("current"),e.hasClass("wp-has-submenu")?t("li.wp-first-item",a).addClass("current"):e.parents("li").addClass("current")}),t("ul.wp-submenu a",a).each(function(e,a){t(a).attr("href")!==i||t(a).parent().addClass("current")})}}],[109]);
1
+ dokanWebpack([0],[,function(e,t){e.exports=jQuery},,function(e,t,a){"use strict";var s=a(50),n=a(129),i=!1;var o=function(e){i||a(128)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/UpgradeBanner.vue",t.a=r.exports},,function(e,t,a){"use strict";var s=a(11),n=a(30),i=!1;var o=function(e){i||a(29)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/Switches.vue",t.a=r.exports},,,function(e,t,a){"use strict";var s=a(18);t.a={extends:s.Line,props:["data"],data:function(){return{options:{responsive:!0,maintainAspectRatio:!0,scales:{xAxes:[{type:"time",scaleLabel:{display:!1},gridLines:{display:!1},ticks:{fontColor:"#aaa",fontSize:11}}],yAxes:[{scaleLabel:{display:!1},ticks:{fontColor:"#aaa"}}]},legend:{position:"top",onClick:!1},elements:{line:{tension:0,borderWidth:4},point:{radius:5,borderWidth:3,backgroundColor:"#fff",borderColor:"#fff"}},tooltips:{displayColors:!1,callbacks:{label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",s=t.datasets[e.datasetIndex].tooltipLabel||"",n=t.datasets[e.datasetIndex].tooltipPrefix||"",i=s?s+": ":a+": ";return i+=n+e.yLabel}}}}}},mounted:function(){this.renderChart(this.data,this.options)}}},function(e,t,a){"use strict";var s=a(61);t.a={components:{Sketch:s.a},props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:"hex",validator:function(e){return-1!==["hsl","hex","rgba","hsv"].indexOf(e)}},presetColors:{type:Array,required:!1,default:function(){return["#000","#fff","#d33","#d93","#ee2","#81d742","#1e73be","#8224e3"]}},disableAlpha:{type:Boolean,required:!1,default:!0},disableFields:{type:Boolean,required:!1,default:!0}},data:function(){return{showColorPicker:!1}},methods:{updateColor:function(e){var t="";e[this.format]&&(t=e[this.format]),this.$emit("input",t)},toggleColorPicker:function(){this.showColorPicker=!this.showColorPicker},setHexColor:function(e){this.updateColor({hex:e})}}}},function(e,t,a){"use strict";var s=a(4),n=(a.n(s),a(5)),i=a(21),o=a(22);t.a={name:"VendorAccountFields",components:{Switches:n.a,UploadImage:i.a,PasswordGenerator:o.a},props:{vendorInfo:{type:Object},errors:{type:Array,required:!1}},data:function(){return{showStoreUrl:!0,showPassword:!1,otherStoreUrl:null,banner:"",defaultUrl:dokan.urls.siteUrl+dokan.urls.storePrefix+"/",showButton:!0,placeholderData:"",delay:500,storeAvailable:null,userNameAvailable:null,emailAvailable:null,storeAvailabilityText:"",userNameAvailabilityText:"",emailAvailabilityText:"",getAccountFields:dokan.hooks.applyFilters("getVendorAccountFields",[])}},watch:{"vendorInfo.store_name":function(e){this.showStoreUrl=!0},"vendorInfo.user_nicename":function(e){void 0!==e&&(this.showStoreUrl=!1,this.otherStoreUrl=this.defaultUrl+e.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.vendorInfo.user_nicename=e.split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.checkStoreName())},"vendorInfo.user_login":function(e){this.checkUsername()},"vendorInfo.email":function(e){this.checkEmail()}},computed:{storeUrl:function(){var e=this.vendorInfo.store_name.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-");return this.vendorInfo.user_nicename=e,this.otherStoreUrl=this.defaultUrl+e,this.defaultUrl+e}},created:function(){var e=this;this.checkStoreName=Object(s.debounce)(this.checkStore,this.delay),this.checkUsername=Object(s.debounce)(this.searchUsername,this.delay),this.checkEmail=Object(s.debounce)(this.searchEmail,this.delay),this.$root.$on("passwordCancelled",function(){e.showPassword=!1})},methods:{uploadBanner:function(e){this.vendorInfo.banner_id=e.id,this.showButton=!1},uploadGravatar:function(e){this.vendorInfo.gravatar_id=e.id},getId:function(){return this.$route.params.id},onSelectBanner:function(e){this.banner=e.url,this.vendorInfo.banner_id=e.id},getError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},checkStore:function(){var e=this,t=this.vendorInfo.user_nicename;t&&(this.storeAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{store_slug:t}).then(function(t){t.available?(e.storeAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Available","dokan-lite")):(e.storeAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchUsername:function(){var e=this,t=this.vendorInfo.user_login;t&&(this.userNameAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{username:t}).then(function(t){t.available?(e.userNameAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Available","dokan-lite")):(e.userNameAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchEmail:function(){var e=this,t=this.vendorInfo.email;t&&(this.emailAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{email:t}).then(function(t){t.available?(e.emailAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=e.__("Available","dokan-lite")):(e.emailAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=t.message?t.message:e.__("This email is already registered, please choose another one.","dokan-lite"))}))},setPassword:function(e){this.showPassword=!0,this.vendorInfo.user_pass=e},sendEmail:function(e,t){"notify_vendor"===t&&(this.vendorInfo.notify_vendor=e)},getUploadBannerText:function(){var e=dokan.store_banner_dimension.width,t=dokan.store_banner_dimension.height;return this.__("Upload banner for your store. Banner size is (".concat(e,"x").concat(t,") pixels."),"dokan-lite")}}}},function(e,t,a){"use strict";t.a={name:"Switches",props:{enabled:{type:Boolean,required:!0,default:!1},value:{type:[String,Number]}},data:function(){return{}},methods:{trigger:function(e){this.$emit("input",e.target.checked,e.target.value)}}}},function(e,t,a){"use strict";t.a={name:"UploadImage",inheritAttrs:!1,props:{src:{default:dokan.urls.assetsUrl+"/images/store-pic.png"},showButton:{type:Boolean,default:!1},buttonLabel:{type:String,default:"Upload Image"},croppingWidth:{type:Number},croppingHeight:{type:Number}},data:function(){return{image:{src:"",id:""}}},methods:{uploadImage:function(){this.openMediaManager(this.onSelectImage)},onSelectImage:function(e){this.image.src=e.url,this.image.id=e.id,this.$emit("uploadedImage",this.image)},openMediaManager:function(e){var t=this;if(t.fileFrame)t.fileFrame.open();else{var a={library:wp.media.query(),multiple:!1,title:this.__("Select & Crop Image","dokan-lite"),priority:20,filterable:"uploaded",autoSelect:!0,suggestedWidth:500,suggestedHeight:300},s={id:"control-id",params:{width:this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),height:this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),flex_width:!!parseInt(dokan.store_banner_dimension["flex-width"],10),flex_height:!!parseInt(dokan.store_banner_dimension["flex-height"],10)},mustBeCropped:function(e,t,a,s,n,i){return(!0!==e||!0!==t)&&((!0!==e||s!==i)&&((!0!==t||a!==n)&&((a!==n||s!==i)&&!(n<=a))))}},n=[new wp.media.controller.Library(a),new wp.media.controller.CustomizeImageCropper({imgSelectOptions:t.calculateImageSelectOptions,control:s})],i={title:this.__("Select Image","dokan-lite"),button:{text:this.__("Select Image","dokan-lite"),close:!1},multiple:!1};i.states=n,t.fileFrame=wp.media(i),t.fileFrame.on("select",function(){t.fileFrame.setState("cropper")}),t.fileFrame.on("cropped",function(a){e(a),t.fileFrame=null}),t.fileFrame.on("skippedcrop",function(){var a=t.fileFrame.state().get("selection").map(function(e){return e.toJSON()}).pop();e(a),t.fileFrame=null}),t.fileFrame.on("close",function(){t.fileFrame=null}),t.fileFrame.on("ready",function(){t.fileFrame.uploader.options.uploader.params={type:"dokan-vendor-option-media"}}),t.fileFrame.open()}},calculateImageSelectOptions:function(e,t){var a,s,n,i,o,r,l=this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),d=this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),c=!!parseInt(dokan.store_banner_dimension["flex-width"],10),u=!!parseInt(dokan.store_banner_dimension["flex-height"],10);o=e.get("width"),i=e.get("height");var p=t.get("control");return t.set("canSkipCrop",!p.mustBeCropped(c,u,l,d,o,i)),(s=o)/(n=i)>(a=l/d)?l=(d=n)*a:d=(l=s)/a,r={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:o,imageHeight:i,x1:0,y1:0,x2:l,y2:d},!1===u&&!1===c&&(r.aspectRatio=l+":"+d),!1===u&&(r.maxHeight=d),!1===c&&(r.maxWidth=l),r}}}},function(e,t,a){"use strict";t.a={name:"PasswordGenerator",props:{title:{type:String,default:"Generate Password"},cancelTitle:{type:String,default:"Cancel"},regenrateTitle:{type:String,default:"Regenrate"},length:{type:Number,default:25}},data:function(){return{password:"",hideGenerateButton:!1,showCancelButton:!1}},methods:{generatePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password),this.hideGenerateButton=!0,this.showCancelButton=!0},makePassword:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:25,t="",a=0;a<=e;a++){t+="abcdefghijklmnopqurstuvwxyz"[Math.floor(Math.random()*e)]+"ABCDEFGHIJKLMNOPQURSTUVWXYZ"[Math.floor(10*Math.random())]+"!@#$%^&*()"[Math.floor(Math.random()*"!@#$%^&*()".length)]}return t.slice(-e)},cancelButton:function(){this.hideGenerateButton=!1,this.showCancelButton=!1,this.$root.$emit("passwordCancelled")},regenratePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password)}}}},function(e,t,a){"use strict";var s=a(6);a.n(s);t.a={name:"VendorAddressFields",components:{Multiselect:s.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{countries:[],states:[],selectedCountry:{},selectedState:{},getAddressFields:dokan.hooks.applyFilters("getVendorAddressFields",[])}},computed:{selectedCode:function(){var e=this.vendorInfo.address.country;return""!==e?e:[]}},created:function(){this.countries=this.transformCountries(dokan.countries),this.states=dokan.states;var e=this.vendorInfo.address.country,t=this.vendorInfo.address.state;""!==e&&(this.selectedCountry={name:this.getCountryFromCountryCode(e),code:e},this.selectedState={name:this.getStateFromStateCode(t,e),code:t})},methods:{transformCountries:function(e){var t=[];for(var a in e)t.push({name:e[a],code:a});return t},getCountryFromCountryCode:function(e){if(""!==e)return dokan.countries[e]},getStateFromStateCode:function(e,t){if(""!==e){var a=dokan.states[t],s=a&&a[e];return void 0!==s?s:[]}},getStatesFromCountryCode:function(e){if(""!==e){var t=[],a=this.states;for(var s in a)if(s===e&&!(a[s]&&a[s].length<1))for(var n in a[s])t.push({name:a[s][n],code:n});return t}},saveCountry:function(e){e&&(this.vendorInfo.address.state=null,this.selectedState={},this.vendorInfo.address.country=e.code)},saveState:function(e){e&&(this.vendorInfo.address.state=e.code)}}}},function(e,t,a){"use strict";var s=a(5),n=a(6);a.n(n);t.a={name:"VendorPaymentFields",components:{Switches:s.a,Multiselect:n.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{enabled:!1,trusted:!1,featured:!1,commissionTypes:[{name:"flat",label:this.__("Flat","dokan-lite")},{name:"percentage",label:this.__("Percentage","dokan-lite")},{name:"combine",label:this.__("Combine","dokan-lite")}],selectedCommissionType:{name:"flat",label:this.__("Flat","dokan-lite")},getBankFields:dokan.hooks.applyFilters("getVendorBankFields",[]),getPyamentFields:dokan.hooks.applyFilters("AfterPyamentFields",[])}},created:function(){this.vendorInfo.enabled&&(this.enabled=!0,this.vendorInfo.enabled=!0),this.vendorInfo.trusted&&(this.trusted=!0,this.vendorInfo.trusted=!0),this.vendorInfo.featured&&(this.featured=!0,this.vendorInfo.featured=!0);var e=this.vendorInfo.admin_commission_type;if(e){var t=_.findWhere(this.commissionTypes,{name:e}),a=t.name,s=t.label;this.selectedCommissionType.name=a,this.selectedCommissionType.label=s}},methods:{setValue:function(e,t){"enabled"===t&&(this.vendorInfo.enabled=!!e),"trusted"===t&&(this.vendorInfo.trusted=!!e),"featured"===t&&(this.vendorInfo.featured=!!e)},getId:function(){return this.$route.params.id},saveCommissionType:function(e){var t=e.name;t||(this.vendorInfo.admin_commission_type="flat"),this.vendorInfo.admin_commission_type=t}}}},,,,,,function(e,t,a){"use strict";var s=a(12),n=a(32),i=!1;var o=function(e){i||a(31)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/UploadImage.vue",t.a=r.exports},function(e,t,a){"use strict";var s=a(13),n=a(33),i=a(0)(s.a,n.a,!1,null,null,null);i.options.__file="src/admin/components/PasswordGenerator.vue",t.a=i.exports},function(e,t){e.exports=moment},function(e,t,a){"use strict";var s=a(8),n=a(0)(s.a,null,!1,null,null,null);n.options.__file="src/admin/components/Chart.vue",t.a=n.exports},function(e,t,a){"use strict";var s=a(9),n=a(27),i=!1;var o=function(e){i||a(26)},r=a(0)(s.a,n.a,!1,o,"data-v-01dc0d51",null);r.options.__file="src/admin/components/ColorPicker.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"color-picker-container"},[a("button",{staticClass:"button color-picker-button",style:{backgroundColor:e.value},attrs:{type:"button"},on:{click:e.toggleColorPicker}},[a("span",[e._v(e._s(e.__("Select Color","dokan-lite")))])]),e._v(" "),e.showColorPicker&&"hex"===e.format?a("input",{staticClass:"hex-input",attrs:{type:"text"},domProps:{value:e.value},on:{input:function(t){return e.setHexColor(t.target.value)}}}):e._e(),e._v(" "),e.showColorPicker?a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:function(t){return e.updateColor({})}}},[e._v(e._s(e.__("Clear","dokan-lite")))]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:e.toggleColorPicker}},[e._v(e._s(e.__("Close","dokan-lite")))])]):e._e(),e._v(" "),e.showColorPicker?a("sketch",{attrs:{value:e.value,"preset-colors":e.presetColors,"disable-alpha":e.disableAlpha,"disable-fields":e.disableFields},on:{input:e.updateColor}}):e._e()],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(10),n=a(34),i=a(0)(s.a,n.a,!1,null,null,null);i.options.__file="src/admin/pages/VendorAccountFields.vue",t.a=i.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("label",{staticClass:"switch tips"},[t("input",{staticClass:"toogle-checkbox",attrs:{type:"checkbox"},domProps:{checked:this.enabled,value:this.value},on:{change:this.trigger}}),this._v(" "),t("span",{staticClass:"slider round"})])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-upload-image",on:{click:e.uploadImage}},[e.showButton?e._e():a("img",{attrs:{src:e.image.src?e.image.src:e.src}}),e._v(" "),e.showButton?a("button",{on:{click:function(t){return t.preventDefault(),e.uploadImage.apply(null,arguments)}}},[e._v("\n "+e._s(e.buttonLabel)+"\n ")]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"password-generator"},[e.hideGenerateButton?e._e():a("button",{staticClass:"button button-secondary",on:{click:function(t){return t.preventDefault(),e.generatePassword.apply(null,arguments)}}},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.showCancelButton?a("button",{staticClass:"button regen-button",on:{click:function(t){return t.preventDefault(),e.regenratePassword.apply(null,arguments)}}},[a("span",{staticClass:"dashicons dashicons-controls-repeat"}),e._v("\n "+e._s(e.regenrateTitle)+"\n ")]):e._e(),e._v(" "),e.showCancelButton?a("button",{staticClass:"button cancel-button",on:{click:function(t){return t.preventDefault(),e.cancelButton.apply(null,arguments)}}},[e._v("\n "+e._s(e.cancelTitle)+"\n ")]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("form",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Account Info","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[e.getId()?e._e():a("div",{staticClass:"vendor-image"},[a("div",{staticClass:"picture"},[a("p",{staticClass:"picture-header"},[e._v(e._s(e.__("Vendor Picture","dokan-lite")))]),e._v(" "),a("div",{staticClass:"profile-image"},[a("upload-image",{attrs:{croppingWidth:150,croppingHeight:150},on:{uploadedImage:e.uploadGravatar}})],1),e._v(" "),a("p",{staticClass:"picture-footer",domProps:{innerHTML:e._s(e.sprintf(e.__("You can change your profile picture on %s","dokan-lite"),"<a href='https://gravatar.com/' target='_blank'>Gravatar</a>"))}})]),e._v(" "),a("div",{class:["picture banner",{"has-banner":e.vendorInfo.banner_id}]},[a("div",{staticClass:"banner-image"},[a("upload-image",{attrs:{showButton:e.showButton,buttonLabel:e.__("Upload Banner","dokan-lite")},on:{uploadedImage:e.uploadBanner}})],1),e._v(" "),e.showButton?a("p",{staticClass:"picture-footer"},[e._v(e._s(e.getUploadBannerText()))]):e._e()])]),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"first-name"}},[e._v(e._s(e.__("First Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.first_name,expression:"vendorInfo.first_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"first-name",placeholder:e.__("First Name","dokan-lite")},domProps:{value:e.vendorInfo.first_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"first_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"last-name"}},[e._v(e._s(e.__("Last Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.last_name,expression:"vendorInfo.last_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"last-name",placeholder:e.__("Last Name","dokan-lite")},domProps:{value:e.vendorInfo.last_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"last_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-name"}},[e._v(e._s(e.__("Store Name","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.store_name,expression:"vendorInfo.store_name"}],class:{"dokan-form-input":!0,"has-error":e.getError("store_name")},attrs:{type:"text",id:"store-name",placeholder:e.getError("store_name")?e.__("Store Name is required","dokan-lite"):e.__("Store Name","dokan-lite")},domProps:{value:e.vendorInfo.store_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"store_name",t.target.value)}}})]),e._v(" "),e.getId()?e._e():a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-nicename"}},[e._v(e._s(e.__("Store URL","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_nicename,expression:"vendorInfo.user_nicename"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"user-nicename",placeholder:e.__("Store Url","dokan-lite")},domProps:{value:e.vendorInfo.user_nicename},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_nicename",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[e.showStoreUrl?a("p",{staticClass:"store-url"},[e._v(e._s(e.storeUrl))]):a("p",{staticClass:"store-url"},[e._v(e._s(e.otherStoreUrl))]),e._v(" "),a("span",{class:{"is-available":e.storeAvailable,"not-available":!e.storeAvailable}},[e._v(e._s(e.storeAvailabilityText))])])]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-phone"}},[e._v(e._s(e.__("Phone Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.phone,expression:"vendorInfo.phone"}],staticClass:"dokan-form-input",attrs:{type:"number",id:"store-phone",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.phone},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"phone",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-email"}},[e._v(e._s(e.__("Email","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.email,expression:"vendorInfo.email"}],class:{"dokan-form-input":!0,"has-error":e.getError("email")},attrs:{type:"email",id:"store-email",placeholder:e.getError("email")?e.__("Email is required","dokan-lite"):e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"email",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.emailAvailable,"not-available":!e.emailAvailable}},[e._v(e._s(e.emailAvailabilityText))])])]),e._v(" "),e.getId()?e._e():[a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-login"}},[e._v(e._s(e.__("Username","dokan-lite")))]),a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_login,expression:"vendorInfo.user_login"}],staticClass:"dokan-form-input",class:{"dokan-form-input":!0,"has-error":e.getError("user_login")},attrs:{type:"text",id:"user-login",placeholder:e.getError("user_login")?e.__("Username is required","dokan-lite"):e.__("Username","dokan-lite")},domProps:{value:e.vendorInfo.user_login},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_login",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.userNameAvailable,"not-available":!e.userNameAvailable}},[e._v(e._s(e.userNameAvailabilityText))])]),e._v(" "),a("div",{staticClass:"checkbox-left notify-vendor"},[a("switches",{attrs:{enabled:!0,value:"notify_vendor"},on:{input:e.sendEmail}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Send the vendor an email about their account.","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-password"}},[e._v(e._s(e.__("Password","dokan-lite")))]),e._v(" "),e.showPassword?a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_pass,expression:"vendorInfo.user_pass"}],staticClass:"dokan-form-input",attrs:{id:"store-password",type:"text",placeholder:"********"},domProps:{value:e.vendorInfo.user_pass},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_pass",t.target.value)}}}):e._e(),e._v(" "),a("password-generator",{attrs:{title:e.__("Generate Password","dokan-lite")},on:{passwordGenerated:e.setPassword}})],1)],e._v(" "),e._l(e.getAccountFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(14),n=a(37),i=!1;var o=function(e){i||a(36)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorAddressFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Address","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-1"}},[e._v(e._s(e.__("Street 1","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_1,expression:"vendorInfo.address.street_1"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-1",placeholder:e.__("Street 1","dokan-lite")},domProps:{value:e.vendorInfo.address.street_1},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_1",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-2"}},[e._v(e._s(e.__("Street 2","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_2,expression:"vendorInfo.address.street_2"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-2",placeholder:e.__("Street 2","dokan-lite")},domProps:{value:e.vendorInfo.address.street_2},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_2",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"city"}},[e._v(e._s(e.__("City","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.city,expression:"vendorInfo.address.city"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"city",placeholder:e.__("City","dokan-lite")},domProps:{value:e.vendorInfo.address.city},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"city",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"zip"}},[e._v(e._s(e.__("Zip","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.zip,expression:"vendorInfo.address.zip"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"zip",placeholder:e.__("Zip","dokan-lite")},domProps:{value:e.vendorInfo.address.zip},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"zip",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"country"}},[e._v(e._s(e.__("Country","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"country",options:e.countries,multiselect:!1,label:"name","track-by":"name",showLabels:!1,placeholder:e.__("Select Country","dokan-lite")},on:{input:e.saveCountry},model:{value:e.selectedCountry,callback:function(t){e.selectedCountry=t},expression:"selectedCountry"}})],1),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"state"}},[e._v(e._s(e.__("State","dokan-lite")))]),e._v(" "),e.getStatesFromCountryCode(e.selectedCode).length<1?[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.state,expression:"vendorInfo.address.state"}],staticClass:"dokan-form-input",attrs:{id:"state",type:"text",placeholder:e.__("State","dokan-lite")},domProps:{value:e.vendorInfo.address.state},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"state",t.target.value)}}})]:[a("Multiselect",{attrs:{id:"state",options:e.getStatesFromCountryCode(e.selectedCode),multiselect:!1,showLabels:!1,label:"name","track-by":"name",placeholder:e.__("Select State","dokan-lite")},on:{input:e.saveState},model:{value:e.selectedState,callback:function(t){e.selectedState=t},expression:"selectedState"}})]],2),e._v(" "),e._l(e.getAddressFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(15),n=a(40),i=!1;var o=function(e){i||a(39)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorPaymentFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:{"payment-info":!0,"edit-mode":e.getId()}},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Payment Options","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-name"}},[e._v(e._s(e.__("Account Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_name,expression:"vendorInfo.payment.bank.ac_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-name",placeholder:e.__("Account Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-number"}},[e._v(e._s(e.__("Account Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_number,expression:"vendorInfo.payment.bank.ac_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-number",placeholder:e.__("1233456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-name"}},[e._v(e._s(e.__("Bank Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_name,expression:"vendorInfo.payment.bank.bank_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-name",placeholder:e.__("Bank Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-address"}},[e._v(e._s(e.__("Bank Address","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_addr,expression:"vendorInfo.payment.bank.bank_addr"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-address",placeholder:e.__("Bank Address","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_addr},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_addr",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"routing-number"}},[e._v(e._s(e.__("Routing Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.routing_number,expression:"vendorInfo.payment.bank.routing_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"routing-number",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.routing_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"routing_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"iban"}},[e._v(e._s(e.__("IBAN","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.iban,expression:"vendorInfo.payment.bank.iban"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"iban",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.iban},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"iban",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"swift"}},[e._v(e._s(e.__("Swift","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.swift,expression:"vendorInfo.payment.bank.swift"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"swift",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.swift},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"swift",t.target.value)}}})]),e._v(" "),e._l(e.getBankFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{class:{column:e.getId(),"checkbox-group":!e.getId()}},[a("label",{attrs:{for:"paypal-email"}},[e._v(e._s(e.__("PayPal Email","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.paypal.email,expression:"vendorInfo.payment.paypal.email"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"paypal-email",placeholder:e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.payment.paypal.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.paypal,"email",t.target.value)}}})]),e._v(" "),e.getId()?[a("div",{staticClass:"column"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"commission-type"}},[e._v(e._s(e.__("Admin Commission Type","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"commission-type",options:e.commissionTypes,"track-by":"name",label:"label","allow-empty":!1,multiselect:!1,searchable:!1,showLabels:!1},on:{input:e.saveCommissionType},model:{value:e.selectedCommissionType,callback:function(t){e.selectedCommissionType=t},expression:"selectedCommissionType"}})],1)]),e._v(" "),"combine"===e.selectedCommissionType.name?a("div",{staticClass:"column combine-commission"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("div",{staticClass:"combine-commission-field"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"wc_input_decimal dokan-form-input percent_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}}),e._v("\n "+e._s("%    +")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_additional_fee,expression:"vendorInfo.admin_additional_fee"}],staticClass:"wc_input_price dokan-form-input fixed_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_additional_fee},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_additional_fee",t.target.value)}}})])]):a("div",{staticClass:"column"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"dokan-form-input",class:{wc_input_price:"flat"==e.selectedCommissionType.name,wc_input_decimal:"flat"!=e.selectedCommissionType.name},attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}})])]:e._e(),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.enabled,value:"enabled"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Enable Selling","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.trusted,value:"trusted"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Publish Product Directly","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.featured,value:"featured"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Make Vendor Featured","dokan-lite")))])],1)])],2),e._v(" "),e._l(e.getPyamentFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},,,,,,,,function(e,t,a){"use strict";t.a={name:"App"}},function(e,t,a){"use strict";var s=a(24),n=a(3),i=dokan_get_lib("Postbox"),o=dokan_get_lib("Loading"),r=dokan_get_lib("Currency"),l=dokan_get_lib("AdminNotice");t.a={name:"Dashboard",components:{Postbox:i,Loading:o,Chart:s.a,Currency:r,UpgradeBanner:n.a,AdminNotice:l},data:function(){return{overview:null,feed:null,report:null,subscribe:{success:!1,loading:!1,email:""},hasPro:!!dokan.hasPro}},created:function(){this.fetchOverview(),this.fetchFeed(),this.fetchReport()},methods:{fetchOverview:function(){var e=this;dokan.api.get("/admin/report/summary").done(function(t){e.overview=t})},fetchFeed:function(){var e=this;dokan.api.get("/admin/dashboard/feed").done(function(t){e.feed=t})},fetchReport:function(){var e=this;dokan.api.get("/admin/report/overview").done(function(t){e.report=t})},validEmail:function(e){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)},emailSubscribe:function(){var e=this;this.validEmail(this.subscribe.email)&&(this.subscribe.loading=!0,jQuery.ajax({url:"https://wedevs.us16.list-manage.com/subscribe/post-json?u=66e606cfe0af264974258f030&id=0d176bb256&c=?",data:{EMAIL:this.subscribe.email,"group[3555][8]":"1"},type:"GET",dataType:"json",cache:!1,contentType:"application/json; charset=utf-8"}).always(function(t){e.subscribe.success=!0,e.subscribe.loading=!1}))}}}},function(e,t,a){"use strict";t.a={name:"UpgradeBanner",data:function(){return{show:dokan.showPromoBanner,upgradeURL:dokan.urls.upgradeToPro}},computed:{showUpgrade:function(){return!dokan.hasPro&&"show"===dokan.proNag}},methods:{dismiss:function(){this.show=!1,wp.ajax.post("dokan-upgrade-dissmiss")}}}},function(e,t,a){"use strict";var s=a(1),n=a.n(s),i=a(3),o=dokan_get_lib("ListTable"),r=dokan_get_lib("Modal"),l=dokan_get_lib("Currency"),d=dokan_get_lib("AdminNotice");t.a={name:"Withdraw",components:{ListTable:o,Modal:r,Currency:l,UpgradeBanner:i.a,AdminNotice:d},data:function(){return{showModal:!1,editing:{id:null,note:null},totalPages:1,perPage:10,totalItems:0,filter:{user_id:0},counts:{pending:0,approved:0,cancelled:0},notFound:this.__("No requests found.","dokan-lite"),massPayment:this.__("Paypal Mass Payment File is Generated.","dokan-lite"),showCb:!0,loading:!1,columns:{seller:{label:this.__("Vendor","dokan-lite")},amount:{label:this.__("Amount","dokan-lite")},status:{label:this.__("Status","dokan-lite")},method_title:{label:this.__("Method","dokan-lite")},method_details:{label:this.__("Details","dokan-lite")},note:{label:this.__("Note","dokan-lite")},created:{label:this.__("Date","dokan-lite")},actions:{label:this.__("Actions","dokan-lite")}},requests:[],actionColumn:"seller",hasPro:!!dokan.hasPro}},watch:{"$route.query.status":function(){this.filter.user_id=0,this.clearSelection("#filter-vendors"),this.fetchRequests()},"$route.query.page":function(){this.fetchRequests()},"$route.query.user_id":function(){this.fetchRequests()},"filter.user_id":function(e){0===e&&this.clearSelection("#filter-vendors"),this.goTo(this.query)}},computed:{currentStatus:function(){return this.$route.query.status||"pending"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},actions:function(){return"pending"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"cancel",label:this.__("Cancel","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"pending",label:this.__("Pending","dokan-lite")}]:[]},bulkActions:function(){return"pending"==this.currentStatus?[{key:"approved",label:this.__("Approve","dokan-lite")},{key:"cancelled",label:this.__("Cancel","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"pending",label:this.__("Pending","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:[{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]}},created:function(){this.fetchRequests()},mounted:function(){var e=this;n()("#filter-vendors").selectWoo({ajax:{url:"".concat(dokan.rest.root,"dokan/v1/stores"),dataType:"json",headers:{"X-WP-Nonce":dokan.rest.nonce},data:function(e){return{search:e.term}},processResults:function(e){return{results:e.map(function(e){return{id:e.id,text:e.store_name}})}}}}),n()("#filter-vendors").on("select2:select",function(t){e.filter.user_id=t.params.data.id})},methods:{updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Completed")),this.counts.cancelled=parseInt(e.getResponseHeader("X-Status-Cancelled"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},vendorUrl:function(e){return"1"===window.dokan.hasPro?dokan.urls.adminRoot+"admin.php?page=dokan#/vendors/"+e:dokan.urls.adminRoot+"user-edit.php?user_id="+e},fetchRequests:function(){var e=this;this.loading=!0;var t="";parseInt(this.filter.user_id)>0&&(t=this.filter.user_id);var a={per_page:this.perPage,page:this.currentPage,status:this.currentStatus,user_id:t};dokan.api.get("/withdraw",a).done(function(t,a,s){e.requests=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},goToPage:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,page:e,user_id:this.filter.user_id}})},goTo:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,user_id:this.filter.user_id}})},updateItem:function(e,t){var a=this.requests.findIndex(function(t){return t.id==e});this.$set(this.requests,a,t)},changeStatus:function(e,t){var a=this;this.loading=!0,dokan.api.put("/withdraw/"+t,{status:e}).done(function(e){a.loading=!1,a.fetchRequests()})},onActionClick:function(e,t){var a=this;"cancel"===e&&this.changeStatus("cancelled",t.id),"pending"===e&&this.changeStatus("pending",t.id),"trash"===e&&confirm(this.__("Are you sure?","dokan-lite"))&&(this.loading=!0,dokan.api.delete("/withdraw/"+t.id).done(function(e){a.loading=!1,a.fetchRequests()}))},getPaymentTitle:function(e,t){var a,s=t.method_title;void 0!==t.details[e]&&"dokan_custom"===e&&(s=null!==(a=t.details[e].method)&&void 0!==a?a:"");return dokan.hooks.applyFilters("dokan_get_payment_title",s,e,t)},getPaymentDetails:function(e,t){var a="—";if(void 0!==t[e])if("paypal"===e||"skrill"===e)a=t[e].email||"";else if("bank"===e)t.bank.hasOwnProperty("ac_name")&&(a="<p>"+this.sprintf(this.__("Account Name: %s","dokan-lite"),t.bank.ac_name)+"</p>"),t.bank.hasOwnProperty("ac_number")&&(a+="<p>"+this.sprintf(this.__("Account Number: %s","dokan-lite"),t.bank.ac_number)+"</p>"),t.bank.hasOwnProperty("bank_name")&&(a+="<p>"+this.sprintf(this.__("Bank Name: %s","dokan-lite"),t.bank.bank_name)+"</p>"),t.bank.hasOwnProperty("iban")&&(a+="<p>"+this.sprintf(this.__("IBAN: %s","dokan-lite"),t.bank.iban)+"</p>"),t.bank.hasOwnProperty("routing_number")&&(a+="<p>"+this.sprintf(this.__("Routing Number: %s","dokan-lite"),t.bank.routing_number)+"</p>"),t.bank.hasOwnProperty("swift")&&(a+="<p>"+this.sprintf(this.__("Swift Code: %s","dokan-lite"),t.bank.swift)+"</p>");else if("dokan_custom"===e){var s;a=null!==(s=t[e].value)&&void 0!==s?s:""}return dokan.hooks.applyFilters("dokan_get_payment_details",a,e,t)},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),onBulkAction:function(e,t){var a=this,s=this;if(_.contains(["delete","approved","cancelled","pending"],e)){var n={};n[e]=t,this.loading=!0,dokan.api.put("/withdraw/batch",n).done(function(e){a.loading=!1,a.fetchRequests()})}if("paypal"===e){var i=t.join(",");jQuery.post(ajaxurl,{dokan_withdraw_bulk:"paypal",id:i,action:"withdraw_ajax_submission",nonce:dokan.nonce},function(e,t,a){if("html/csv"===a.getResponseHeader("Content-type")){var n="",i=a.getResponseHeader("Content-Disposition");if(i&&-1!==i.indexOf("attachment")){var o=/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(i);null!=o&&o[1]&&(n=o[1].replace(/['"]/g,""))}var r=a.getResponseHeader("Content-Type"),l="function"==typeof File?new File([e],n,{type:r}):new Blob([e],{type:r});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(l,n);else{var d=window.URL||window.webkitURL,c=d.createObjectURL(l);if(n){var u=document.createElement("a");void 0===u.download?window.location=c:(u.href=c,u.download=n,document.body.appendChild(u),u.click())}else window.location=c;setTimeout(function(){d.revokeObjectURL(c)},100)}}e&&alert(s.massPayment)})}},openNoteModal:function(e,t){this.showModal=!0,this.editing={id:t,note:e}},updateNote:function(){var e=this;this.showModal=!1,this.loading=!0,dokan.api.put("/withdraw/"+this.editing.id,{note:this.editing.note}).done(function(t){e.loading=!1,e.updateItem(e.editing.id,t),e.editing={id:null,note:null}})},clearSelection:function(e){n()(e).val(null).trigger("change")}}}},function(e,t,a){"use strict";var s=a(53),n=a(138),i=(a.n(n),a(141));t.a={name:"Premium",components:{Slick:i.a,ProCta:s.a},data:function(){return{asstesUrl:dokan.urls.assetsUrl,buyNowProUrl:"https://wedevs.com/account/",services:[{title:this.__("Premium modules to make everything easier & better","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-01@2x.png"},{title:this.__("Frontend dashboard for vendors with advanced controls","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-02@2x.png"},{title:this.__("Unlimited Product Variations and group product upload","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-03@2x.png"},{title:this.__("Zone wise shipping with multiple method for vendors","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-04@2x.png"},{title:this.__("Store support based on ticket system for your customers","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-05@2x.png"},{title:this.__("Vendors will be able to generate coupon codes","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-06@2x.png"},{title:this.__("Earning, Selling and Commission Reports & Statement","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-07@2x.png"},{title:this.__("24/7 super fast premium customer support for you","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-08@2x.png"},{title:this.__("Add Social profile to your vendor’s store and support for store SEO","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-09@2x.png"}],comparisons:[{title:this.__("Frontend order management","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Seller Statement Reports","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Making Announcements","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Customized Product Categories","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store SEO","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Back Ordering System","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store Contact Form","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Single Product Multiple Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Seller Verification","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Featured Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Multiple Commission Types","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Frontend Shipping Tracking","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Setup Wizard","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Google Maps","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Manage reviews","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Bookable Product","dokan-lite"),compare:{lite:"unavailable",pro:"available"}}],modules:[{title:"Domain",url:"https://wedevs.com/dokan/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"03"},business:{type:"numeric",value:"05"},enterprise:{type:"numeric",value:"20"}},{title:"Modules",url:"https://wedevs.com/dokan/modules/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"08"},business:{type:"numeric",value:"14"},enterprise:{type:"numeric",value:"14"}},{title:"Color Scheme",url:"https://wedevs.com/dokan/modules/color-scheme-customizer/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Review",url:"https://wedevs.com/dokan/modules/dokan-vendor-review/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Store Support",url:"https://wedevs.com/dokan/modules/store-support/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Auction",url:"https://wedevs.com/dokan/modules/dokan-simple-auctions/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Ajax Live Search",url:"https://wedevs.com/dokan/modules/ajax-live-search/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Stripe Connect",url:"https://wedevs.com/dokan/modules/stripe-connect/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Subscriptions",url:"https://wedevs.com/dokan/modules/subscription/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Single Product Multivendor",url:"https://wedevs.com/dokan/modules/single-product-multivendor/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Seller Verification",url:"https://wedevs.com/dokan/modules/seller-verification/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"WC Booking Integration",url:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Staff Manager",url:"https://wedevs.com/dokan/modules/vendor-staff-manager/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Export Import",url:"https://wedevs.com/dokan/modules/export-import/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Product Enquiry",url:"https://wedevs.com/dokan/modules/product-enquiry/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Vacation",url:"https://wedevs.com/dokan/modules/vendor-vacation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Return and Warranty Request",url:"https://wedevs.com/dokan/modules/rma/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Moip",url:"https://wedevs.com/dokan/modules/moip/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Follow Store",url:"https://wedevs.com/dokan/modules/follow-store/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Geolocation",url:"https://wedevs.com/dokan/modules/geolocation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Shipstation",url:"https://wedevs.com/dokan/modules/shipstation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Wholesale",url:"https://wedevs.com/dokan/modules/wholesale/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}}],payment:{thumbnail:dokan.urls.assetsUrl+"/images/premium/payment-options.png",guaranteeThumbnail:dokan.urls.assetsUrl+"/images/premium/gaurantee-thumb.png",viewIcon:dokan.urls.assetsUrl+"/images/premium/view-icon@2x.png",termsPolicyUrl:"https://wedevs.com/refund-policy/"},slickOptions:{slidesToShow:1,fade:!0,speed:500,cssEase:"linear",autoplay:!0,autoplaySpeed:2e3,infinite:!0,accessibility:!0,adaptiveHeight:!1,arrows:!1,dots:!0,draggable:!0,edgeFriction:.3,swipe:!0},testimonials:[{name:"Melissa McGovern",designation:"Director, Hawk And PeddleProjects",pic:dokan.urls.assetsUrl+"/images/premium/melissa.jpg",content:"We're still a new business and are continuing to build our platform. Dokan has halved the time it would take us to build our ecommerce platform by being feature rich and easy to install and configure."},{name:"Morten J. Christensen",designation:"Owner, Dincatering",pic:dokan.urls.assetsUrl+"/images/premium/Morten-J.-Christensen.jpg",content:"First and foremost it enables the possibility for actually creating the kind of marketplace i wanted. The plugin lets me create a local marketplace for local danish catering suppliers to showcase and sell their offers of the season."},{name:"Cédric Lefrancq",designation:"Webmaster, Unwebmaster.Be",pic:dokan.urls.assetsUrl+"/images/premium/cedric-lefrancq.jpeg",content:"The support is very good. The plugin is perfect. Bugs are fixed very quickly. That’s a very good plugin."},{name:"David Gaz",designation:"Founder, The Bureau Of Small Projects",pic:dokan.urls.assetsUrl+"/images/premium/david-gaz.jpeg",content:"It’s hands down an amazing plugin. But their support is even more amazing. They got back to me within hours on the weekend."}],cta:{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.buynowpro}}},methods:{next:function(){this.$refs.slick.next()},prev:function(){this.$refs.slick.prev()},reInit:function(){var e=this;this.$nextTick(function(){e.$refs.slick.reSlick()})}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(54),n=a(137),i=!1;var o=function(e){i||a(136)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/ProCta.vue",t.a=r.exports},function(e,t,a){"use strict";t.a={name:"ProCta",data:function(){return{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.upgradeToPro}}}},function(e,t,a){"use strict";var s=a(3),n=dokan_get_lib("Postbox"),i=dokan_get_lib("Loading"),o=dokan_get_lib("AdminNotice");t.a={name:"Help",components:{Postbox:n,Loading:i,UpgradeBanner:s.a,AdminNotice:o},data:function(){return{docs:null,hasPro:!!dokan.hasPro}},created:function(){this.fetch()},methods:{fetch:function(){var e=this;dokan.api.get("/admin/help").done(function(t){e.docs=t})}}}},function(e,t,a){"use strict";var s=a(1),n=a.n(s),i=a(3),o=dokan_get_lib("Loading"),r=dokan_get_lib("AdminNotice");t.a={name:"ChangeLog",components:{Loading:o,UpgradeBanner:i.a,AdminNotice:r},data:function(){return{active_package:"lite",current_version:"lite-0",scrollPosition:null,openVersions:[],activeVersionBorder:"",lite_versions:null,pro_versions:null,loading:!1,hasPro:!!dokan.hasPro}},methods:{formatReleaseDate:function(e){return n.a.datepicker.formatDate(dokan_get_i18n_date_format(),new Date(e))},badgeClass:function(e){switch(e){case"New":case"New Module":case"New Feature":return"badge-green";case"Fix":return"badge-red";default:return"badge-blue"}},getDokanLiteChangeLog:function(){var e=this;this.loading=!0,dokan.api.get("/admin/changelog/lite").done(function(t){e.lite_versions=JSON.parse(t),e.loading=!1}).fail(function(t){e.loading=!1,e.$notify({type:"error",title:e.__("Error","dokan-lite"),text:e.__("Something went wrong","dokan-lite")})})},getDokanProChangeLog:function(){var e=this;this.loading=!0,dokan.api.get("/admin/changelog/pro").done(function(t){e.pro_versions=JSON.parse(t),e.loading=!1}).fail(function(t){e.loading=!1,e.$notify({type:"error",title:e.__("Error","dokan-lite"),text:e.__("Something went wrong","dokan-lite")})})},dismissWhatsNewNotice:function(){var e="pro"===this.active_package?"dokan-pro-whats-new-notice":"dokan-whats-new-notice";n.a.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:{action:e,nonce:dokan.nonce,dokan_promotion_dismissed:!0}})},toggleReading:function(e){return this.isOpenVersion(e)?this.openVersions.splice(this.openVersions.indexOf(e),1):this.openVersions.push(e)},isOpenVersion:function(e){return this.openVersions.includes(e)},switchPackage:function(e){this.active_package=e,null===this.pro_versions&&"pro"===e&&this.getDokanProChangeLog(),null===this.lite_versions&&"lite"===e&&this.getDokanLiteChangeLog(),dokan.hasNewVersion&&this.dismissWhatsNewNotice()},isActivePackage:function(e){return this.active_package===e},addBorder:function(){var e,t=this;clearTimeout(e),this.activeVersionBorder="border: 1px solid #2271b1",e=setTimeout(function(){t.activeVersionBorder=""},3e3)},jumpVersion:function(e){this.current_version=e,this.goToPosition(e),this.addBorder()},isCurrentVersion:function(e){return this.current_version===e},updatePosition:function(){this.scrollPosition=window.scrollY},scrollTop:function(){this.goToPosition("change-log")},goToPosition:function(e){n()("html, body").animate({scrollTop:n()("#".concat(e)).offset().top-50},500)},loadChangelogData:function(){"dokan-pro"===this.$route.query.plugin?this.switchPackage("pro"):this.switchPackage("lite")}},watch:{"$route.query.plugin":function(){this.loadChangelogData()}},created:function(){this.loadChangelogData(),window.addEventListener("scroll",this.updatePosition)},destroyed:function(){window.removeEventListener("scroll",this.updatePosition)}}},function(e,t,a){"use strict";var s=a(58),n=a.n(s),i=a(59),o=a.n(i),r=a(152),l=a(181),d=a(3),c=a(1),u=a.n(c),p=dokan_get_lib("Loading"),m=dokan_get_lib("AdminNotice");t.a={name:"Settings",components:{Fields:r.a,Loading:p,SettingsBanner:l.a,UpgradeBanner:d.a,AdminNotice:m},data:function(){return{isSaved:!1,showLoading:!1,isUpdated:!1,isLoaded:!1,message:"",currentTab:null,settingSections:[],settingFields:{},settingValues:{},requiredFields:[],errors:[],validationErrors:[],hasPro:!!dokan.hasPro,searchText:"",awaitingSearch:!1,withdrawMethods:{},isSaveConfirm:!1}},computed:{refreshable_props:function(){var e,t={};for(e in this.settingFields){var a=this.settingFields[e],s=void 0;for(s in a)a[s].refresh_after_save&&(t["".concat(e,".").concat(s)]=!0)}return t}},methods:{changeTab:function(e){this.currentTab=e.id,this.requiredFields=[],"undefined"!=typeof localStorage&&localStorage.setItem("activetab",this.currentTab)},showSectionTitle:function(e){return!_.findWhere(e,{type:"sub_section"})},sectionTitle:function(e){return _.findWhere(this.settingSections,{id:e}).title},fetchSettingValues:function(){var e=this,t={action:"dokan_get_setting_values",nonce:dokan.nonce};e.showLoading=!0,jQuery.post(dokan.ajaxurl,t,function(t){t.success&&(Object.keys(e.settingFields).forEach(function(a,s){Object.keys(e.settingFields[a]).forEach(function(s,n){e.settingValues[a]||(e.settingValues[a]={}),void 0===t.data[a][s]?void 0===e.settingFields[a][s].default?e.settingValues[a][s]="":e.settingValues[a][s]=e.settingFields[a][s].default:e.settingValues[a][s]=t.data[a][s]})}),e.settingValues=jQuery.extend({},e.settingValues),e.showLoading=!1,e.isLoaded=!0,e.setWithdrawMethods())})},showMedia:function(e,t){var a=this,s=wp.media.frames.file_frame=wp.media({title:this.__("Choose your file","dokan-lite"),button:{text:this.__("Select","dokan-lite")},multiple:!1});s.on("select",function(){var t=s.state().get("selection").first().toJSON();a.settingValues[e.sectionId][e.name]=t.url}),s.open()},saveSettings:function(e,t){var a=this;return n()(o.a.mark(function s(){var n,i,r;return o.a.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(a.formIsValid(t)){s.next=2;break}return s.abrupt("return");case 2:if("dokan_withdraw"!==t){s.next=9;break}return s.next=5,a.setPaymentChangeAnnouncementAction(e,t);case 5:n=s.sent,e.send_announcement_for_payment_change=!1,"value"in n&&!0===n.value&&(e.send_announcement_for_payment_change=a.getDifference(a.withdrawMethods,e.withdraw_methods)),a.withdrawMethods=e.withdraw_methods;case 9:i=a,r={action:"dokan_save_settings",nonce:dokan.nonce,settingsData:e,section:t},i.showLoading=!0,jQuery.post(dokan.ajaxurl,r).done(function(a){var s,n=a.data.settings;for(s in i.isSaved=!0,i.isUpdated=!0,i.message=a.data.message,i.settingValues[n.name]=n.value,e){var o="".concat(t,".").concat(s);if(i.refreshable_props[o]){window.location.reload();break}}i.validationErrors=[]}).fail(function(e){i.validationErrors=e.responseJSON.data.errors}).always(function(){i.showLoading=!1});case 12:case"end":return s.stop()}},s)}))()},setWithdrawMethods:function(){"withdraw_methods"in this.settingValues.dokan_withdraw&&(this.withdrawMethods=this.settingValues.dokan_withdraw.withdraw_methods)},setPaymentChangeAnnouncementAction:function(e,t){var a=this;return n()(o.a.mark(function s(){var n;return o.a.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if("withdraw_methods"in e&&"dokan_withdraw"===t){s.next=2;break}return s.abrupt("return",Promise.resolve({value:!1}));case 2:if(n=a.getDifference(a.withdrawMethods,e.withdraw_methods),0!==Object.keys(n).length){s.next=5;break}return s.abrupt("return",Promise.resolve({value:!1}));case 5:return s.abrupt("return",a.$swal({title:a.__("Withdraw Method Changed"),text:a.__("Do you want to send an announcement to vendors about the removal of currently active payment method?"),type:"warning",showCancelButton:!0,confirmButtonText:a.__("Yes, send announcement!")}));case 6:case"end":return s.stop()}},s)}))()},getDifference:function(e,t){var a={};return Object.keys(t).forEach(function(s){""!==e[s]&&""===t[s]&&(a[s]=s)}),a},formIsValid:function(e){var t=this,a=Object.keys(this.settingFields),s=this.requiredFields;return!!a&&(a.forEach(function(a,n){if(e===a){var i=t.settingFields[a];Object.values(i).forEach(function(e){var t=e.fields;t&&Object.values(t).forEach(function(e){e&&e.required&&"yes"===e.required&&!s.includes(e.name)&&s.push(e.name)}),e&&e.required&&"yes"===e.required&&(s.includes(e.name)||s.push(e.name))})}}),this.errors=[],s.forEach(function(e){Object.values(t.settingValues).forEach(function(a){e in a&&a[e].length<1&&(t.errors.includes(e)||(t.errors.push(e),"flat"!==a.commission_type&&"percentage"!==a.commission_type||(t.errors=t.arrayRemove(t.errors,"admin_percentage"),t.errors=t.arrayRemove(t.errors,"additional_fee"))))})}),this.errors.length<1)},arrayRemove:function(e,t){return e.filter(function(e){return e!==t})},toggleLoadingState:function(){this.showLoading=!this.showLoading},clearSearch:function(){this.searchText="",this.validateBlankSearch()},validateBlankSearch:function(){return""!==this.searchText.toLowerCase()||(this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields,!1)},searchInSettings:function(e){var t=this;this.validateBlankSearch()&&(this.awaitingSearch||setTimeout(function(){var e=t.$refs.searchInSettings.value.toLowerCase();t.doSearch(e),t.awaitingSearch=!1},1e3),this.awaitingSearch=!0)},doSearch:function(e){var t=this,a={},s=[],n=[],i=dokan.settings_fields;Object.keys(i).forEach(function(t,n){Object.keys(i[t]).forEach(function(n,o){if("sub_section"!==i[t][n].type){var r=i[t][n].label.toLowerCase();r&&r.includes(e)&&(a[t]||(a[t]={}),a[t][n]=i[t][n],-1===s.indexOf(t)&&s.push(t))}})});var o=0;Object.keys(dokan.settings_sections).forEach(function(e,a){-1!==s.indexOf(dokan.settings_sections[e].id)&&(o||(t.changeTab(dokan.settings_sections[e]),o=1),n.push(dokan.settings_sections[e]))}),this.settingFields=a,this.settingSections=n},handleDataClearCheckboxEvent:function(){var e=this;u()(".data_clear_on_uninstall").on("change","#dokan_general\\[data_clear_on_uninstall\\]",function(t){u()(this).is(":checked")&&e.$swal({title:e.__("Are you sure?","dokan-lite"),type:"warning",html:e.__("All data and tables related to Dokan and Dokan Pro will be deleted permanently after deleting the Dokan plugin. You will not be able to recover your lost data unless you keep a backup. Do you want to continue?","dokan-lite"),showCancelButton:!0,confirmButtonText:e.__("Okay","dokan-lite"),cancelButtonText:e.__("Cancel","dokan-lite")}).then(function(t){t.dismiss&&(e.settingValues.dokan_general.data_clear_on_uninstall="off")})})}},created:function(){this.fetchSettingValues(),this.currentTab="dokan_general","undefined"!=typeof localStorage&&(this.currentTab=localStorage.getItem("activetab")?localStorage.getItem("activetab"):"dokan_general"),this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields},updated:function(){this.handleDataClearCheckboxEvent()}}},,,function(e,t,a){"use strict";var s=a(20),n=a.n(s),i=a(154),o=a.n(i),r=a(25);function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),a.push.apply(a,s)}return a}function d(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach(function(t){n()(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}var c=dokan_get_lib("TextEditor"),u=dokan_get_lib("GoogleMaps"),p=dokan_get_lib("Mapbox"),m=dokan_get_lib("RefreshSettingOptions");t.a={name:"Fields",components:{colorPicker:r.a,TextEditor:c,GoogleMaps:u,Mapbox:p,RefreshSettingOptions:m},props:["id","fieldData","sectionId","fieldValue","allSettingsValues","errors","toggleLoadingState","validationErrors"],data:function(){return{repeatableItem:{},hideMap:!1,disbursementSettings:{quarterly:{second:"",third:"",fourth:""},biweekly:{second:""},visible:[]}}},mounted:function(){this.setDisbursementQuarterlySettings(),this.setDisbursementBiweeklySettings()},computed:{shouldShow:function(){var e=!0;if(this.fieldData.show_if){var t=this.fieldData.show_if,a=Object.keys(t),s=0;for(s=0;s<a.length;s++){var n=a[s],i=n.split(".").reverse(),r=o()(i,2),l=r[0],d=r[1],c=void 0===d?this.sectionId:d,u=this.allSettingsValues[c][l],p=_.chain(t[n]).pairs().first().value(),m=o()(p,2),v=m[0],f=m[1];switch(v){case"greater_than":u>f||(e=!1);break;case"greater_than_equal":u>=f||(e=!1);break;case"less_than":u<f||(e=!1);break;case"less_than":u<=f||(e=!1);break;case"contains":Object.values(u).includes(f)||(e=!1);break;case"equal":default:u!=f&&(e=!1)}if(!e)break}}return e},mapApiSource:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.map_api_source},mapLocation:function(){var e=d(d({},{latitude:23.709921,longitude:90.40714300000002,address:"Dhaka",zoom:10}),this.fieldValue[this.fieldData.name]);return e={latitude:parseFloat(e.latitude),longitude:parseFloat(e.longitude),address:"".concat(e.address),zoom:parseInt(e.zoom)}},googleMapApiKey:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.gmap_api_key},mapboxAccessToken:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.mapbox_access_token}},beforeMount:function(){"multicheck"!==this.fieldData.type||this.fieldValue[this.fieldData.name]||(this.fieldValue[this.fieldData.name]=this.fieldData.default)},methods:{containCommonFields:function(e){return _.contains([void 0,"text","email","url","phone","time"],e)},addItem:function(e,t){this.fieldValue[t]=this.fieldValue[t]||[],void 0!==this.repeatableItem[t]&&this.repeatableItem[t]&&(this.fieldValue[t].push({id:this.repeatableItem[t].trim().replace(/\s+/g,"_").toLowerCase(),value:this.repeatableItem[t]}),this.repeatableItem[t]="")},removeItem:function(e,t){this.fieldValue[t].splice(e,1)},haveCondition:function(e){return e.hasOwnProperty("condition")},checkConditionLogic:function(e,t){var a=e.condition.logic,s=!1;return _.each(a,function(e,a){_.contains(e,t[a])&&(s=!0)}),s},onHideMap:function(e){this.hideMap=e},onUpdateMap:function(e){this.fieldValue[this.fieldData.name]=d(d({},this.mapLocation),e)},hasError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},getError:function(e){return e+" "+this.__("is required.","dokan-lite")},hasValidationError:function(e){if(this.validationErrors.filter(function(t){return t.name===e}).length>0)return e},getValidationErrorMessage:function(e){var t="";return this.validationErrors.forEach(function(a){a.name===e&&(t=a.error)}),t},setDisbursementQuarterlySettings:function(){"quarterly_schedule"in this.fieldValue&&("january"===this.fieldValue.quarterly_schedule.month?(this.disbursementSettings.quarterly.second="april",this.disbursementSettings.quarterly.third="july",this.disbursementSettings.quarterly.fourth="october"):"february"===this.fieldValue.quarterly_schedule.month?(this.disbursementSettings.quarterly.second="may",this.disbursementSettings.quarterly.third="august",this.disbursementSettings.quarterly.fourth="november"):"march"===this.fieldValue.quarterly_schedule.month&&(this.disbursementSettings.quarterly.second="june",this.disbursementSettings.quarterly.third="september",this.disbursementSettings.quarterly.fourth="december"))},setDisbursementBiweeklySettings:function(){"biweekly_schedule"in this.fieldValue&&("1"===this.fieldValue.biweekly_schedule.week?this.disbursementSettings.biweekly.second="3":"2"===this.fieldValue.biweekly_schedule.week&&(this.disbursementSettings.biweekly.second="4"))},showSettingsField:function(e){return!this.hideWithdrawOption()&&""!==this.fieldValue.disbursement_schedule[e]&&this.showDisbursementType("schedule")},showDisbursementType:function(e){return""!==this.fieldValue.disbursement[e]},hideWithdrawOption:function(){return"hide_withdraw_option"in this.fieldValue&&"on"===this.fieldValue.hide_withdraw_option}}}},,,,,,,,,function(e,t,a){"use strict";t.a={name:"SettingsBanner",data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},computed:{bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(187),n=a(3),i=dokan_get_lib("ListTable"),o=dokan_get_lib("Switches"),r=dokan_get_lib("Search"),l=dokan_get_lib("AdminNotice");t.a={name:"Vendors",components:{ListTable:i,Switches:o,Search:r,AddVendor:s.a,UpgradeBanner:n.a,AdminNotice:l},data:function(){return{showCb:!0,hasPro:dokan.hasPro,counts:{pending:0,approved:0,all:0},vendorId:0,totalItems:0,perPage:20,totalPages:1,loading:!1,columns:{store_name:{label:this.__("Store","dokan-lite"),sortable:!0},email:{label:this.__("E-mail","dokan-lite")},phone:{label:this.__("Phone","dokan-lite")},registered:{label:this.__("Registered","dokan-lite"),sortable:!0},enabled:{label:this.__("Status","dokan-lite")}},actionColumn:"title",actions:[{key:"edit",label:this.__("Edit","dokan-lite")},{key:"products",label:this.__("Products","dokan-lite")},{key:"orders",label:this.__("Orders","dokan-lite")}],bulkActions:[{key:"approved",label:this.__("Approve Vendors","dokan-lite")},{key:"pending",label:this.__("Disable Selling","dokan-lite")}],vendors:[],loadAddVendor:!1,dokanVendorHeaderArea:dokan.hooks.applyFilters("getDokanVendorHeaderArea",[]),isVendorSwitchingEnabled:!1}},watch:{"$route.query.status":function(){this.fetchVendors()},"$route.query.page":function(){this.fetchVendors()},"$route.query.orderby":function(){this.fetchVendors()},"$route.query.order":function(){this.fetchVendors()}},computed:{currentStatus:function(){return this.$route.query.status||"all"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},sortBy:function(){return this.$route.query.orderby||"ID"},sortOrder:function(){return this.$route.query.order||"desc"},storeCategory:function(){return this.$route.query.store_category||null}},created:function(){var e=this;this.$root.$on("modalClosed",function(){e.loadAddVendor=!1,e.vendorId=0}),this.fetchVendors(),this.$root.$on("vendorAdded",function(t){e.vendors.unshift(t)}),this.$root.$on("addAnotherVendor",function(){e.loadAddVendor=!0}),this.$root.$on("categoryFetched",function(t){e.categories=t.categories,e.isCategoryMultiple=t.isCategoryMultiple,e.columns=t.columns}),this.isVendorSwitchingEnabled=!!dokan.is_vendor_switching_enabled,this.isVendorSwitchingEnabled&&this.actions.push({key:"switch_to",label:this.__("Switch To","dokan-lite")})},methods:{addNew:function(){this.loadAddVendor=!0},doSearch:function(e){var t=this,a=this;a.loading=!0,dokan.api.get("/stores",{search:e,page:this.currentPage,orderby:this.sortBy,order:this.sortOrder}).done(function(e,s,n){a.vendors=e,a.loading=!1,t.updatedCounts(n),t.updatePagination(n)})},updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Approved")),this.counts.all=parseInt(e.getResponseHeader("X-Status-All"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},fetchVendors:function(){var e=this;e.loading=!0;var t={per_page:e.perPage,page:e.currentPage,status:e.currentStatus,orderby:e.sortBy,order:e.sortOrder,store_category:e.storeCategory};dokan.api.get("/stores",t).done(function(t,a,s){e.vendors=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},onActionClick:function(e,t){"trash"===e&&confirm("Are you sure to delete?")&&alert("deleted: "+t.title)},onSwitch:function(e,t){var a=this,s=!1===e?this.__("The vendor has been disabled.","dokan-lite"):this.__("Selling has been enabled","dokan-lite");dokan.api.put("/stores/"+t+"/status",{status:!1===e?"inactive":"active"}).done(function(e){a.$notify({title:a.__("Success!","dokan-lite"),type:"success",text:s}),"all"!==a.currentStatus&&"pending"!==a.currentStatus&&"approved"!==a.currentStatus||a.fetchVendors()})},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),goToPage:function(e){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:e}})},onBulkAction:function(e,t){var a=this,s={};s[e]=t,this.loading=!0,dokan.api.put("/stores/batch",s).done(function(e){a.loading=!1,a.fetchVendors()})},sortCallback:function(e,t){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:1,orderby:e,order:t}})},productUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=product&author="+e},ordersUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=shop_order&vendor_id="+e},editUrl:function(e){return dokan.urls.adminRoot+"user-edit.php?user_id="+e},switchToUrl:function(e){return e.switch_url}}}},function(e,t,a){"use strict";var s=a(28),n=a(35),i=a(38),o=dokan_get_lib("Modal"),r=dokan_get_lib("Loading");t.a={name:"AddVendor",props:["vendorId"],components:{Modal:o,Loading:r,VendorAccountFields:s.a,VendorAddressFields:n.a,VendorPaymentFields:i.a},data:function(){return{isLoading:!1,storeId:"",nextBtn:this.__("Next","dokan-lite"),title:this.__("Add New Vendor","dokan-lite"),tabs:{VendorAccountFields:{label:this.__("Account Info","dokan-lite"),name:"VendorAccountFields",icon:"dashicons dashicons-admin-users"},VendorAddressFields:{label:this.__("Address","dokan-lite"),name:"VendorAddressFields",icon:"dashicons dashicons-admin-home"},VendorPaymentFields:{label:this.__("Payment Options","dokan-lite"),name:"VendorPaymentFields",icon:"dashicons dashicons-money"}},currentTab:"VendorAccountFields",store:{store_name:"",user_pass:"",store_url:"",user_login:"",email:"",user_nicename:"",notify_vendor:!0,phone:"",banner:"",banner_id:"",gravatar:"",gravatar_id:"",social:{fb:"",youtube:"",twitter:"",linkedin:"",pinterest:"",instagram:""},payment:{bank:{ac_name:"",ac_number:"",bank_name:"",bank_addr:"",routing_number:"",iban:"",swift:""},paypal:{email:""}},address:{street_1:"",street_2:"",city:"",zip:"",state:"",country:""}},requiredFields:["store_name","user_login","email"],errors:[],storeAvailable:!1,userNameAvailable:!1,emailAvailable:!1,hasPro:dokan.hasPro}},created:function(){var e=this;this.$root.$on("vendorInfoChecked",function(t){e.storeAvailable=t.storeAvailable,e.userNameAvailable=t.userNameAvailable,e.emailAvailable=t.emailAvailable})},methods:{getId:function(){return this.$route.params.id},showAlert:function(e,t,a){this.$swal(e,t,a)},createVendor:function(){var e=this;this.formIsValid()&&("VendorPaymentFields"===this.currentTab&&(this.isLoading=!0,dokan.api.post("/stores/",this.store).done(function(t){e.$root.$emit("vendorAdded",t),e.$swal({type:"success",title:e.__("Vendor Created","dokan-lite"),text:e.__("A vendor has been created successfully!","dokan-lite"),showCloseButton:!0,showCancelButton:!0,confirmButtonText:e.__("Add Another","dokan-lite"),cancelButtonText:e.__("Edit Vendor","dokan-lite"),focusConfirm:!1}).then(function(a){a.value?e.$root.$emit("addAnotherVendor"):a.dismiss===e.$swal.DismissReason.cancel&&(e.hasPro?e.$router.push({path:"vendors/"+t.id,query:{edit:"true"}}):window.location.replace("".concat(dokan.urls.adminRoot,"user-edit.php?user_id=").concat(t.id)))})}).fail(function(t){e.showAlert(e.__(t.responseJSON.message,"dokan-lite"),"","error")}).always(function(){e.$root.$emit("modalClosed")})),this.currentTab="VendorPaymentFields"===this.currentTab?"VendorPaymentFields":this.nextTab(this.tabs,this.currentTab))},nextTab:function(e,t){var a=Object.keys(e),s=a[a.indexOf(t)+1];return s},closeModal:function(){this.$root.$emit("modalClosed")},formIsValid:function(){var e=this,t=this.requiredFields,a=this.store;return this.errors=[],t.forEach(function(t){t in a&&a[t].length<1&&e.errors.push(t)}),!!(this.errors.length<1&&this.storeAvailable&&this.userNameAvailable&&this.emailAvailable)||(this.currentTab="VendorAccountFields",!1)}}}},function(e,t,a){"use strict";var s=a(53);t.a={name:"VendorCapabilities",components:{ProCta:s.a},data:function(){return{showPopup:!1,selectedCapabilityImage:"",capabilityCards:[{title:this.__("Coupons","dokan-lite"),content:this.__("Each vendor can create unlimited discount coupon codes for their products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-coupon.svg")},{title:this.__("Shipping","dokan-lite"),content:this.__("Vendors can configure their own shipping costs for each country, state & single products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-shipping.svg")},{title:this.__("Duplicate Product","dokan-lite"),content:this.__("Vendors can duplicate their own products for ease and time saving.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-duplicate-product.svg")},{title:this.__("Reporting","dokan-lite"),content:this.__("Earning, selling and commissions reports for vendors to improve sales & take major decisions.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-reports.svg")},{title:this.__("Create Tags","dokan-lite"),content:this.__("Vendors can create & attach tags to products to categorize & for better search engine optimization.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-create-tags.svg")},{title:this.__("Vendor Biography","dokan-lite"),content:this.__("Vendors can write about themselves & about their store in a text field which visitors can see from the store page","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-biography.svg")},{title:this.__("Vendor Product Upload","dokan-lite"),content:this.__("New vendors can start uploading products upon registration if admins allow.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-product-upload.svg")},{title:this.__("Order Status Change","dokan-lite"),content:this.__("Vendors will be able to mark products as draft & update the order status to inform customers about progress.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-order-status-change.svg")},{title:this.__("Social Share","dokan-lite"),content:this.__("Visitors and customers can share a store page with their friends and acquaintances on their social profiles.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-share.svg")},{title:this.__("Variable Product","dokan-lite"),content:this.__("Vendors can create variable products with predefined and custom attributes.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-variable-product.svg")},{title:this.__("Store Opening & Closing Time","dokan-lite"),content:this.__("Vendors can define the working hours of their online store for each day of the week for visitors to see.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-opening-closing-hours.svg")},{title:this.__("Woocommerce Booking Integration","dokan-lite"),content:this.__("Create hotel rooms, resorts, conference rooms, cars, bikes, etc for renting out.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-woocommerce-booking.svg")},{title:this.__("Announcement For Vendors","dokan-lite"),content:this.__("Admins can make announcements targeted to a single vendor, multiple or all vendors.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-announcement-vendors.svg")},{title:this.__("Woocommerce Simple Auctions Integration","dokan-lite"),content:this.__("Sell auction-able products in your store with Dokan’s integration.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-simple-auction.svg")},{title:this.__("Social Profiles","dokan-lite"),content:this.__("Vendors can upload & showcase their Facebook, Twitter and Linkedin profiles on their store page.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-profile.svg")},{title:this.__("Refund","dokan-lite"),content:this.__("Vendors can send refund requests for an order to the admins who can approve or deny it from the dashboard.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-refund.svg")},{title:this.__("Store Seo","dokan-lite"),content:this.__("The Yoast SEO integration lets vendors define Store Title, Description, Slug and Keyword to appear in search engine results.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-store-seo.svg")}]}},methods:{closePopup:function(){this.showPopup=!1},openPopup:function(e){this.showPopup=!0,this.selectedCapabilityImage=e}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner.svg")}}}},function(e,t,a){"use strict";var s=a(196);t.a={name:"ProModules",components:{ModuleUpgradePopup:s.a},data:function(){return{modules:[{name:this.__("WooCommerce Booking Integration","dokan-lite"),description:this.__("Integrates WooCommerce Booking with Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/booking.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-bookings/",modLink:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/"},{name:this.__("Color Scheme Customizer","dokan-lite"),description:this.__("A Dokan plugin Add-on to Customize Colors of Dokan Dashboard","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/color-scheme-customizer.png"),docLink:"https://wedevs.com/docs/dokan/modules/color-scheme/",modLink:"https://wedevs.com/dokan/modules/color-scheme-customizer/"},{name:this.__("Elementor","dokan-lite"),description:this.__("Elementor Page Builder widgets for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/elementor.png"),docLink:"https://wedevs.com/docs/dokan/modules/elementor-dokan/",modLink:"https://wedevs.com/dokan/modules/element