Event Tickets - Version 5.4.2

Version Description

Download this release

Release Info

Developer bordoni
Plugin Icon 128x128 Event Tickets
Version 5.4.2
Comparing to
See all releases

Code changes from version 5.4.1 to 5.4.2

Files changed (46) hide show
  1. common/lang/tribe-common-de_DE.mo +0 -0
  2. common/vendor/autoload.php +1 -1
  3. common/vendor/autoload_52.php +1 -1
  4. common/vendor/composer/autoload_real.php +4 -4
  5. common/vendor/composer/autoload_real_52.php +3 -3
  6. common/vendor/composer/autoload_static.php +5 -5
  7. event-tickets.php +1 -1
  8. lang/event-tickets-es_ES.mo +0 -0
  9. lang/event-tickets-fr_FR.mo +0 -0
  10. lang/event-tickets-nl_NL.mo +0 -0
  11. lang/event-tickets-ro_RO.mo +0 -0
  12. lang/event-tickets-sv_SE.mo +0 -0
  13. lang/event-tickets.pot +227 -208
  14. readme.txt +15 -1
  15. src/Tickets/Commerce/Assets.php +5 -1
  16. src/Tickets/Commerce/Models/Attendee_Model.php +1 -1
  17. src/Tickets/Commerce/Models/Order_Model.php +2 -0
  18. src/Tickets/Commerce/Settings.php +43 -11
  19. src/Tickets/Commerce/Utils/Currency.php +3 -14
  20. src/Tribe/Commerce/Currency.php +4 -0
  21. src/Tribe/Editor/Compatibility/Tickets.php +5 -0
  22. src/Tribe/Main.php +1 -1
  23. src/Tribe/Tickets.php +5 -0
  24. src/Tribe/Tickets_Handler.php +5 -0
  25. src/admin-views/editor/total-capacity.php +31 -0
  26. src/admin-views/settings/getting-started.php +8 -8
  27. src/admin-views/settings/tickets-commerce/banner.php +4 -4
  28. src/admin-views/settings/tickets-commerce/banner/footer.php +1 -1
  29. src/admin-views/settings/tickets-commerce/banner/footer/button.php +1 -1
  30. src/admin-views/settings/tickets-commerce/banner/footer/link.php +1 -1
  31. src/admin-views/settings/tickets-commerce/banner/new-badge.php +1 -1
  32. src/modules/blocks/ticket/container-content/duration/style.pcss +1 -1
  33. src/modules/blocks/ticket/container-header/price/style.pcss +1 -1
  34. src/modules/blocks/ticket/container-header/style.pcss +1 -0
  35. src/modules/elements/container-panel/style.pcss +5 -3
  36. src/resources/css/app/blocks.css +4 -4
  37. src/resources/css/app/blocks.min.css +4 -4
  38. src/resources/css/app/elements.css +1 -1
  39. src/resources/css/app/elements.min.css +1 -1
  40. src/resources/css/tickets-admin-settings.css +22 -22
  41. src/resources/css/tickets-admin-settings.min.css +1 -1
  42. src/resources/postcss/tickets-admin/settings/_banners.pcss +13 -13
  43. src/template-tags/commerce.php +11 -0
  44. vendor/autoload.php +1 -1
  45. vendor/composer/autoload_real.php +4 -4
  46. vendor/composer/autoload_static.php +4 -4
common/lang/tribe-common-de_DE.mo CHANGED
Binary file
common/vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit1eb1f03085577221ec14f1753042f011::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit45220cf69b32ce8d7ecbe452bebf6ec3::getLoader();
common/vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInitc81635b7e14b48ee9d0622e7c941d029::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInit4861c6588b7895ad661e71914bd4b371::getLoader();
common/vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit1eb1f03085577221ec14f1753042f011
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit1eb1f03085577221ec14f1753042f011
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit1eb1f03085577221ec14f1753042f011', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit1eb1f03085577221ec14f1753042f011', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInit1eb1f03085577221ec14f1753042f011::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit45220cf69b32ce8d7ecbe452bebf6ec3
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit45220cf69b32ce8d7ecbe452bebf6ec3', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit45220cf69b32ce8d7ecbe452bebf6ec3', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit45220cf69b32ce8d7ecbe452bebf6ec3::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
common/vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInitc81635b7e14b48ee9d0622e7c941d029 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitc81635b7e14b48ee9d0622e7c941d029 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitc81635b7e14b48ee9d0622e7c941d029', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitc81635b7e14b48ee9d0622e7c941d029', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInit4861c6588b7895ad661e71914bd4b371 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit4861c6588b7895ad661e71914bd4b371', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit4861c6588b7895ad661e71914bd4b371', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
common/vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit1eb1f03085577221ec14f1753042f011
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
@@ -269,10 +269,10 @@ class ComposerStaticInit1eb1f03085577221ec14f1753042f011
269
  public static function getInitializer(ClassLoader $loader)
270
  {
271
  return \Closure::bind(function () use ($loader) {
272
- $loader->prefixLengthsPsr4 = ComposerStaticInit1eb1f03085577221ec14f1753042f011::$prefixLengthsPsr4;
273
- $loader->prefixDirsPsr4 = ComposerStaticInit1eb1f03085577221ec14f1753042f011::$prefixDirsPsr4;
274
- $loader->prefixesPsr0 = ComposerStaticInit1eb1f03085577221ec14f1753042f011::$prefixesPsr0;
275
- $loader->classMap = ComposerStaticInit1eb1f03085577221ec14f1753042f011::$classMap;
276
 
277
  }, null, ClassLoader::class);
278
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit45220cf69b32ce8d7ecbe452bebf6ec3
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
269
  public static function getInitializer(ClassLoader $loader)
270
  {
271
  return \Closure::bind(function () use ($loader) {
272
+ $loader->prefixLengthsPsr4 = ComposerStaticInit45220cf69b32ce8d7ecbe452bebf6ec3::$prefixLengthsPsr4;
273
+ $loader->prefixDirsPsr4 = ComposerStaticInit45220cf69b32ce8d7ecbe452bebf6ec3::$prefixDirsPsr4;
274
+ $loader->prefixesPsr0 = ComposerStaticInit45220cf69b32ce8d7ecbe452bebf6ec3::$prefixesPsr0;
275
+ $loader->classMap = ComposerStaticInit45220cf69b32ce8d7ecbe452bebf6ec3::$classMap;
276
 
277
  }, null, ClassLoader::class);
278
  }
event-tickets.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Event Tickets
4
  Plugin URI: https://evnt.is/1acb
5
  Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
6
- Version: 5.4.1
7
  Author: The Events Calendar
8
  Author URI: https://evnt.is/1aor
9
  License: GPLv2 or later
3
  Plugin Name: Event Tickets
4
  Plugin URI: https://evnt.is/1acb
5
  Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
6
+ Version: 5.4.2
7
  Author: The Events Calendar
8
  Author URI: https://evnt.is/1aor
9
  License: GPLv2 or later
lang/event-tickets-es_ES.mo CHANGED
Binary file
lang/event-tickets-fr_FR.mo CHANGED
Binary file
lang/event-tickets-nl_NL.mo CHANGED
Binary file
lang/event-tickets-ro_RO.mo CHANGED
Binary file
lang/event-tickets-sv_SE.mo CHANGED
Binary file
lang/event-tickets.pot CHANGED
@@ -2,31 +2,17 @@
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
- <<<<<<< HEAD
6
- "Project-Id-Version: Event Tickets 5.4.1\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
8
- "POT-Creation-Date: 2022-06-03 18:02:24+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2022-06-03 18:02\n"
13
  "Last-Translator: \n"
14
  "Language-Team: \n"
15
 
16
- #. #-#-#-#-# event-tickets.pot (Event Tickets 5.4.1) #-#-#-#-#
17
- =======
18
- "Project-Id-Version: Event Tickets 5.4.0.2\n"
19
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
20
- "POT-Creation-Date: 2022-06-02 15:33:28+00:00\n"
21
- "MIME-Version: 1.0\n"
22
- "Content-Type: text/plain; charset=UTF-8\n"
23
- "Content-Transfer-Encoding: 8bit\n"
24
- "PO-Revision-Date: 2022-06-02 15:33\n"
25
- "Last-Translator: \n"
26
- "Language-Team: \n"
27
-
28
- #. #-#-#-#-# event-tickets.pot (Event Tickets 5.4.0.2) #-#-#-#-#
29
- >>>>>>> master
30
  #. Plugin Name of the plugin/theme
31
  #: event-tickets.php:61 src/Tribe/Admin/Notices.php:92 src/Tribe/Main.php:701
32
  #: src/Tribe/Privacy.php:59 src/admin-views/admin-welcome-message.php:60
@@ -331,11 +317,11 @@ msgstr ""
331
  msgid "%1$s"
332
  msgstr ""
333
 
334
- #: src/Tickets/Commerce/Assets.php:101
335
  msgid "Default checkout"
336
  msgstr ""
337
 
338
- #: src/Tickets/Commerce/Assets.php:102
339
  msgid "Additional payment options"
340
  msgstr ""
341
 
@@ -4880,7 +4866,7 @@ msgid "Stripe Settings"
4880
  msgstr ""
4881
 
4882
  #: src/Tickets/Commerce/Gateways/Stripe/Settings.php:252
4883
- #: src/Tribe/Admin/Settings.php:235
4884
  msgid "General"
4885
  msgstr ""
4886
 
@@ -5233,44 +5219,31 @@ msgctxt "Browser title"
5233
  msgid "%s - Tickets Commerce Orders"
5234
  msgstr ""
5235
 
5236
- #: src/Tickets/Commerce/Settings.php:183
5237
  msgid "Tickets Commerce Test Mode Active"
5238
  msgstr ""
5239
 
5240
- #: src/Tickets/Commerce/Settings.php:223
5241
  msgid "-- No page set --"
5242
  msgstr ""
5243
 
5244
- #: src/Tickets/Commerce/Settings.php:235
5245
- msgid "Tickets Commerce Settings"
5246
- msgstr ""
5247
-
5248
- #: src/Tickets/Commerce/Settings.php:239
5249
  msgid "Enable Test Mode"
5250
  msgstr ""
5251
 
5252
- #: src/Tickets/Commerce/Settings.php:240
5253
  msgid ""
5254
  "Enables Test mode for testing payments. Any payments made will be done on "
5255
  "\"sandbox\" accounts."
5256
  msgstr ""
5257
 
5258
- #: src/Tickets/Commerce/Settings.php:246
5259
- #: src/admin-views/tribe-commerce-settings.php:136
5260
- msgid "Currency Code"
5261
- msgstr ""
5262
-
5263
- #: src/Tickets/Commerce/Settings.php:247
5264
- msgid "The currency that will be used for Tickets Commerce transactions."
5265
- msgstr ""
5266
-
5267
- #: src/Tickets/Commerce/Settings.php:254
5268
  #: src/admin-views/tribe-commerce-settings.php:144
5269
  msgid "Stock Handling"
5270
  msgstr ""
5271
 
5272
  #. Translators: %s: The word "ticket" in lowercase.
5273
- #: src/Tickets/Commerce/Settings.php:258
5274
  msgctxt "tickets fields settings paypal stock handling"
5275
  msgid ""
5276
  "When a customer purchases a %s, the payment gateway might flag the order as "
@@ -5280,62 +5253,100 @@ msgstr ""
5280
 
5281
  #. Translators: %1$s: The word "ticket" in lowercase. %2$s: `<strong>` opening
5282
  #. tag. %3$s: `</strong>` closing tag.
5283
- #: src/Tickets/Commerce/Settings.php:267
5284
  msgid ""
5285
  "Decrease available %1$s stock as soon as a %2$sPending%3$s order is created."
5286
  msgstr ""
5287
 
5288
  #. Translators: %1$s: The word "ticket" in lowercase. %2$s: `<strong>` opening
5289
  #. tag. %3$s: `</strong>` closing tag.
5290
- #: src/Tickets/Commerce/Settings.php:274
5291
  msgid ""
5292
  "Only decrease available %1$s stock if an order is confirmed as %2$sCompleted"
5293
  "%3$s by the payment gateway."
5294
  msgstr ""
5295
 
5296
- #: src/Tickets/Commerce/Settings.php:284
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5297
  msgid "Checkout page"
5298
  msgstr ""
5299
 
5300
  #. Translators: %s: The [shortcode] for the success page.
5301
- #: src/Tickets/Commerce/Settings.php:288
5302
  msgid ""
5303
  "This is the page where customers go to complete their purchase. Use the %s "
5304
  "shortcode to display the checkout experience in the page content."
5305
  msgstr ""
5306
 
5307
- #: src/Tickets/Commerce/Settings.php:299
5308
  #: src/admin-views/tribe-commerce-settings.php:162
5309
  msgid "Success page"
5310
  msgstr ""
5311
 
5312
  #. Translators: %s: The [shortcode] for the success page.
5313
- #: src/Tickets/Commerce/Settings.php:303
5314
  msgid ""
5315
  "After a successful order, users will be redirected to this page. Use the %s "
5316
  "shortcode to display the order confirmation to the user in the page content."
5317
  msgstr ""
5318
 
5319
- #: src/Tickets/Commerce/Settings.php:314
 
 
 
 
5320
  #: src/admin-views/tribe-commerce-settings.php:176
5321
  msgid "Confirmation email sender address"
5322
  msgstr ""
5323
 
5324
  #. Translators: %s: The word "tickets" in lowercase.
5325
- #: src/Tickets/Commerce/Settings.php:318
5326
  msgctxt "tickets fields settings confirmation email"
5327
  msgid ""
5328
  "Email address that %s customers will receive confirmation from. Leave empty "
5329
  "to use the default WordPress site email address."
5330
  msgstr ""
5331
 
5332
- #: src/Tickets/Commerce/Settings.php:329
5333
  #: src/admin-views/tribe-commerce-settings.php:185
5334
  msgid "Confirmation email sender name"
5335
  msgstr ""
5336
 
5337
  #. Translators: %s: The word "ticket" in lowercase.
5338
- #: src/Tickets/Commerce/Settings.php:333
5339
  #: src/admin-views/tribe-commerce-settings.php:186
5340
  msgctxt "tickets fields settings paypal email sender"
5341
  msgid ""
@@ -5343,13 +5354,13 @@ msgid ""
5343
  "purchase."
5344
  msgstr ""
5345
 
5346
- #: src/Tickets/Commerce/Settings.php:344
5347
  #: src/admin-views/tribe-commerce-settings.php:194
5348
  msgid "Confirmation email subject"
5349
  msgstr ""
5350
 
5351
  #. Translators: %s: The word "ticket" in lowercase.
5352
- #: src/Tickets/Commerce/Settings.php:348
5353
  #: src/admin-views/tribe-commerce-settings.php:195
5354
  msgctxt "tickets fields settings paypal email subject"
5355
  msgid ""
@@ -5358,17 +5369,17 @@ msgid ""
5358
  msgstr ""
5359
 
5360
  #. Translators: %s: The word "tickets" in lowercase.
5361
- #: src/Tickets/Commerce/Settings.php:356
5362
  #: src/admin-views/tribe-commerce-settings.php:197
5363
  msgctxt "tickets fields settings paypal email subject"
5364
  msgid "You have %s!"
5365
  msgstr ""
5366
 
5367
- #: src/Tickets/Commerce/Settings.php:371
5368
  msgid "Payment Gateways"
5369
  msgstr ""
5370
 
5371
- #: src/Tickets/Commerce/Settings.php:383
5372
  #: src/admin-views/settings/featured/link.php:33
5373
  msgid "Learn more about configuring payment options with Tickets Commerce"
5374
  msgstr ""
@@ -5423,11 +5434,11 @@ msgstr ""
5423
  msgid "%s will be available on %s at %s"
5424
  msgstr ""
5425
 
5426
- #: src/Tickets/Commerce/Status/Pending.php:163 src/Tribe/Tickets.php:3195
5427
  msgid "%s are no longer available."
5428
  msgstr ""
5429
 
5430
- #: src/Tickets/Commerce/Status/Pending.php:165 src/Tribe/Tickets.php:3197
5431
  msgid "There are no %s available at this time."
5432
  msgstr ""
5433
 
@@ -5470,570 +5481,570 @@ msgstr ""
5470
  msgid "unavailable"
5471
  msgstr ""
5472
 
5473
- #: src/Tickets/Commerce/Utils/Currency.php:344
5474
  #: src/Tribe/Commerce/Currency.php:197
5475
  msgid "Australian Dollar (AUD)"
5476
  msgstr ""
5477
 
5478
- #: src/Tickets/Commerce/Utils/Currency.php:352
5479
  #: src/Tribe/Commerce/Currency.php:203
5480
  msgid "Brazilian Real (BRL)"
5481
  msgstr ""
5482
 
5483
- #: src/Tickets/Commerce/Utils/Currency.php:360
5484
  #: src/Tribe/Commerce/Currency.php:209
5485
  msgid "Canadian Dollar (CAD)"
5486
  msgstr ""
5487
 
5488
- #: src/Tickets/Commerce/Utils/Currency.php:368
5489
  #: src/Tribe/Commerce/Currency.php:215
5490
  msgid "Swiss Franc (CHF)"
5491
  msgstr ""
5492
 
5493
- #: src/Tickets/Commerce/Utils/Currency.php:376
5494
  #: src/Tribe/Commerce/Currency.php:221
5495
  msgid "Czech Koruna (CZK)"
5496
  msgstr ""
5497
 
5498
- #: src/Tickets/Commerce/Utils/Currency.php:385
5499
  #: src/Tribe/Commerce/Currency.php:228
5500
  msgid "Danish Krone (DKK)"
5501
  msgstr ""
5502
 
5503
- #: src/Tickets/Commerce/Utils/Currency.php:393
5504
  #: src/Tribe/Commerce/Currency.php:234
5505
  msgid "Euro (EUR)"
5506
  msgstr ""
5507
 
5508
- #: src/Tickets/Commerce/Utils/Currency.php:401
5509
  #: src/Tribe/Commerce/Currency.php:240
5510
  msgid "Pound Sterling (GBP)"
5511
  msgstr ""
5512
 
5513
- #: src/Tickets/Commerce/Utils/Currency.php:409
5514
  #: src/Tribe/Commerce/Currency.php:246
5515
  msgid "Hong Kong Dollar (HKD)"
5516
  msgstr ""
5517
 
5518
- #: src/Tickets/Commerce/Utils/Currency.php:417
5519
  #: src/Tribe/Commerce/Currency.php:252
5520
  msgid "Hungarian Forint (HUF)"
5521
  msgstr ""
5522
 
5523
- #: src/Tickets/Commerce/Utils/Currency.php:425
5524
  #: src/Tribe/Commerce/Currency.php:258
5525
  msgid "Israeli New Sheqel (ILS)"
5526
  msgstr ""
5527
 
5528
- #: src/Tickets/Commerce/Utils/Currency.php:433
5529
  #: src/Tribe/Commerce/Currency.php:264
5530
  msgid "Indian Rupee (INR)"
5531
  msgstr ""
5532
 
5533
- #: src/Tickets/Commerce/Utils/Currency.php:441
5534
  #: src/Tribe/Commerce/Currency.php:270
5535
  msgid "Japanese Yen (JPY)"
5536
  msgstr ""
5537
 
5538
- #: src/Tickets/Commerce/Utils/Currency.php:449
5539
  #: src/Tribe/Commerce/Currency.php:276
5540
  msgid "Malaysian Ringgit (MYR)"
5541
  msgstr ""
5542
 
5543
- #: src/Tickets/Commerce/Utils/Currency.php:457
5544
  #: src/Tribe/Commerce/Currency.php:282
5545
  msgid "Mexican Peso (MXN)"
5546
  msgstr ""
5547
 
5548
- #: src/Tickets/Commerce/Utils/Currency.php:465
5549
  #: src/Tribe/Commerce/Currency.php:288
5550
  msgid "Norwegian Krone (NOK)"
5551
  msgstr ""
5552
 
5553
- #: src/Tickets/Commerce/Utils/Currency.php:473
5554
  #: src/Tribe/Commerce/Currency.php:294
5555
  msgid "New Zealand Dollar (NZD)"
5556
  msgstr ""
5557
 
5558
- #: src/Tickets/Commerce/Utils/Currency.php:481
5559
  #: src/Tribe/Commerce/Currency.php:300
5560
  msgid "Philippine Peso (PHP)"
5561
  msgstr ""
5562
 
5563
- #: src/Tickets/Commerce/Utils/Currency.php:489
5564
  #: src/Tribe/Commerce/Currency.php:306
5565
  msgid "Polish Zloty (PLN)"
5566
  msgstr ""
5567
 
5568
- #: src/Tickets/Commerce/Utils/Currency.php:497
5569
  #: src/Tribe/Commerce/Currency.php:312
5570
  msgid "Russian Ruble (RUB)"
5571
  msgstr ""
5572
 
5573
- #: src/Tickets/Commerce/Utils/Currency.php:505
5574
  #: src/Tribe/Commerce/Currency.php:318
5575
  msgid "Swedish Krona (SEK)"
5576
  msgstr ""
5577
 
5578
- #: src/Tickets/Commerce/Utils/Currency.php:513
5579
  #: src/Tribe/Commerce/Currency.php:324
5580
  msgid "Singapore Dollar (SGD)"
5581
  msgstr ""
5582
 
5583
- #: src/Tickets/Commerce/Utils/Currency.php:521
5584
  #: src/Tribe/Commerce/Currency.php:342
5585
  msgid "U.S. Dollar (USD)"
5586
  msgstr ""
5587
 
5588
- #: src/Tickets/Commerce/Utils/Currency.php:529
5589
  msgid "South African Rand (ZAR)"
5590
  msgstr ""
5591
 
5592
- #: src/Tickets/Commerce/Utils/Currency.php:537
5593
  msgid "United Arab Emirates dirham (AED)"
5594
  msgstr ""
5595
 
5596
- #: src/Tickets/Commerce/Utils/Currency.php:545
5597
  msgid "Afghan afghani (AFN)"
5598
  msgstr ""
5599
 
5600
- #: src/Tickets/Commerce/Utils/Currency.php:553
5601
  msgid "Albanian lek (ALL)"
5602
  msgstr ""
5603
 
5604
- #: src/Tickets/Commerce/Utils/Currency.php:561
5605
  msgid "Armenian dram (AMD)"
5606
  msgstr ""
5607
 
5608
- #: src/Tickets/Commerce/Utils/Currency.php:569
5609
  msgid "Netherlands Antillean guilder (ANG)"
5610
  msgstr ""
5611
 
5612
- #: src/Tickets/Commerce/Utils/Currency.php:577
5613
  msgid "Angolan kwanza (AOA)"
5614
  msgstr ""
5615
 
5616
- #: src/Tickets/Commerce/Utils/Currency.php:585
5617
  msgid "Argentine peso (ARS)"
5618
  msgstr ""
5619
 
5620
- #: src/Tickets/Commerce/Utils/Currency.php:593
5621
  msgid "Aruban florin (AWG)"
5622
  msgstr ""
5623
 
5624
- #: src/Tickets/Commerce/Utils/Currency.php:601
5625
  msgid "Azerbaijani manat (AZN)"
5626
  msgstr ""
5627
 
5628
- #: src/Tickets/Commerce/Utils/Currency.php:609
5629
  msgid "Bosnia and Herzegovina convertible mark (BAM)"
5630
  msgstr ""
5631
 
5632
- #: src/Tickets/Commerce/Utils/Currency.php:617
5633
  msgid "Brunei dollar (BND)"
5634
  msgstr ""
5635
 
5636
- #: src/Tickets/Commerce/Utils/Currency.php:625
5637
  msgid "Belize dollar (BZD)"
5638
  msgstr ""
5639
 
5640
- #: src/Tickets/Commerce/Utils/Currency.php:633
5641
  msgid "Lebanese pound (LBP)"
5642
  msgstr ""
5643
 
5644
- #: src/Tickets/Commerce/Utils/Currency.php:641
5645
  msgid "Sri Lankan rupee (LKR)"
5646
  msgstr ""
5647
 
5648
- #: src/Tickets/Commerce/Utils/Currency.php:649
5649
  msgid "Liberian dollar (LRD)"
5650
  msgstr ""
5651
 
5652
- #: src/Tickets/Commerce/Utils/Currency.php:657
5653
  msgid "Lesotho loti (LSL)"
5654
  msgstr ""
5655
 
5656
- #: src/Tickets/Commerce/Utils/Currency.php:665
5657
  msgid "Moroccan dirham (MAD)"
5658
  msgstr ""
5659
 
5660
- #: src/Tickets/Commerce/Utils/Currency.php:673
5661
  msgid "Moldovan leu (MDL)"
5662
  msgstr ""
5663
 
5664
- #: src/Tickets/Commerce/Utils/Currency.php:681
5665
  msgid "Malagasy ariary (MGA)"
5666
  msgstr ""
5667
 
5668
- #: src/Tickets/Commerce/Utils/Currency.php:689
5669
  msgid "Macedonian denar (MKD)"
5670
  msgstr ""
5671
 
5672
- #: src/Tickets/Commerce/Utils/Currency.php:697
5673
  msgid "Burmese kyat (MMK)"
5674
  msgstr ""
5675
 
5676
- #: src/Tickets/Commerce/Utils/Currency.php:705
5677
  msgid "Mongolian tögrög (MNT)"
5678
  msgstr ""
5679
 
5680
- #: src/Tickets/Commerce/Utils/Currency.php:713
5681
  msgid "Macanese pataca (MOP)"
5682
  msgstr ""
5683
 
5684
- #: src/Tickets/Commerce/Utils/Currency.php:721
5685
  msgid "Mauritian rupee (MUR)"
5686
  msgstr ""
5687
 
5688
- #: src/Tickets/Commerce/Utils/Currency.php:729
5689
  msgid "Maldivian rufiyaa (MVR)"
5690
  msgstr ""
5691
 
5692
- #: src/Tickets/Commerce/Utils/Currency.php:737
5693
  msgid "Malawian kwacha (MWK)"
5694
  msgstr ""
5695
 
5696
- #: src/Tickets/Commerce/Utils/Currency.php:745
5697
  msgid "Mexican peso (MXN)"
5698
  msgstr ""
5699
 
5700
- #: src/Tickets/Commerce/Utils/Currency.php:753
5701
  msgid "Malaysian ringgit (MYR)"
5702
  msgstr ""
5703
 
5704
- #: src/Tickets/Commerce/Utils/Currency.php:761
5705
  msgid "Mozambican metical (MZN)"
5706
  msgstr ""
5707
 
5708
- #: src/Tickets/Commerce/Utils/Currency.php:769
5709
  msgid "Namibian dollar (NAD)"
5710
  msgstr ""
5711
 
5712
- #: src/Tickets/Commerce/Utils/Currency.php:777
5713
  msgid "Nigerian naira (NGN)"
5714
  msgstr ""
5715
 
5716
- #: src/Tickets/Commerce/Utils/Currency.php:785
5717
  msgid "Nicaraguan córdoba (NIO)"
5718
  msgstr ""
5719
 
5720
- #: src/Tickets/Commerce/Utils/Currency.php:793
5721
  msgid "Nepalese rupee (NPR)"
5722
  msgstr ""
5723
 
5724
- #: src/Tickets/Commerce/Utils/Currency.php:801
5725
  msgid "Panamanian balboa (PAB)"
5726
  msgstr ""
5727
 
5728
- #: src/Tickets/Commerce/Utils/Currency.php:809
5729
  msgid "Peruvian sol (PEN)"
5730
  msgstr ""
5731
 
5732
- #: src/Tickets/Commerce/Utils/Currency.php:817
5733
  msgid "Papua New Guinean kina (PGK)"
5734
  msgstr ""
5735
 
5736
- #: src/Tickets/Commerce/Utils/Currency.php:825
5737
  msgid "Philippine peso (PHP)"
5738
  msgstr ""
5739
 
5740
- #: src/Tickets/Commerce/Utils/Currency.php:833
5741
  msgid "Pakistani rupee (PKR)"
5742
  msgstr ""
5743
 
5744
- #: src/Tickets/Commerce/Utils/Currency.php:841
5745
  msgid "Paraguayan guaraní (PYG)"
5746
  msgstr ""
5747
 
5748
- #: src/Tickets/Commerce/Utils/Currency.php:849
5749
  msgid "Qatari riyal (QAR)"
5750
  msgstr ""
5751
 
5752
- #: src/Tickets/Commerce/Utils/Currency.php:857
5753
  msgid "Romanian leu (RON)"
5754
  msgstr ""
5755
 
5756
- #: src/Tickets/Commerce/Utils/Currency.php:865
5757
  msgid "Serbian dinar (RSD)"
5758
  msgstr ""
5759
 
5760
- #: src/Tickets/Commerce/Utils/Currency.php:873
5761
  msgid "Rwandan franc (RWF)"
5762
  msgstr ""
5763
 
5764
- #: src/Tickets/Commerce/Utils/Currency.php:881
5765
  msgid "Saudi riyal (SAR)"
5766
  msgstr ""
5767
 
5768
- #: src/Tickets/Commerce/Utils/Currency.php:889
5769
  msgid "Solomon Islands dollar (SBD)"
5770
  msgstr ""
5771
 
5772
- #: src/Tickets/Commerce/Utils/Currency.php:897
5773
  msgid "Seychellois rupee (SCR)"
5774
  msgstr ""
5775
 
5776
- #: src/Tickets/Commerce/Utils/Currency.php:905
5777
  msgid "Barbadian dollar (BBD)"
5778
  msgstr ""
5779
 
5780
- #: src/Tickets/Commerce/Utils/Currency.php:913
5781
  msgid "Bangladeshi taka (BDT)"
5782
  msgstr ""
5783
 
5784
- #: src/Tickets/Commerce/Utils/Currency.php:921
5785
  msgid "Bulgarian lev (BGN)"
5786
  msgstr ""
5787
 
5788
- #: src/Tickets/Commerce/Utils/Currency.php:929
5789
  msgid "Burundian franc (BIF)"
5790
  msgstr ""
5791
 
5792
- #: src/Tickets/Commerce/Utils/Currency.php:937
5793
  msgid "Bermudian dollar (BMD)"
5794
  msgstr ""
5795
 
5796
- #: src/Tickets/Commerce/Utils/Currency.php:945
5797
  msgid "Bolivian boliviano (BOB)"
5798
  msgstr ""
5799
 
5800
- #: src/Tickets/Commerce/Utils/Currency.php:953
5801
  msgid "Bahamian dollar (BSD)"
5802
  msgstr ""
5803
 
5804
- #: src/Tickets/Commerce/Utils/Currency.php:961
5805
  msgid "Botswana pula (BWP)"
5806
  msgstr ""
5807
 
5808
- #: src/Tickets/Commerce/Utils/Currency.php:969
5809
  msgid "Belarusian ruble (BYN)"
5810
  msgstr ""
5811
 
5812
- #: src/Tickets/Commerce/Utils/Currency.php:977
5813
  msgid "Congolese franc (CDF)"
5814
  msgstr ""
5815
 
5816
- #: src/Tickets/Commerce/Utils/Currency.php:985
5817
  msgid "Chilean peso (CLP)"
5818
  msgstr ""
5819
 
5820
- #: src/Tickets/Commerce/Utils/Currency.php:993
5821
  msgid "Chinese yuan (CNY)"
5822
  msgstr ""
5823
 
5824
- #: src/Tickets/Commerce/Utils/Currency.php:1001
5825
  msgid "Colombian peso (COP)"
5826
  msgstr ""
5827
 
5828
- #: src/Tickets/Commerce/Utils/Currency.php:1009
5829
  msgid "Costa Rican colón (CRC)"
5830
  msgstr ""
5831
 
5832
- #: src/Tickets/Commerce/Utils/Currency.php:1017
5833
  msgid "Cape Verdean escudo (CVE)"
5834
  msgstr ""
5835
 
5836
- #: src/Tickets/Commerce/Utils/Currency.php:1025
5837
  msgid "Djiboutian franc (DJF)"
5838
  msgstr ""
5839
 
5840
- #: src/Tickets/Commerce/Utils/Currency.php:1033
5841
  msgid "Dominican peso (DOP)"
5842
  msgstr ""
5843
 
5844
- #: src/Tickets/Commerce/Utils/Currency.php:1041
5845
  msgid "Algerian dinar (DZD)"
5846
  msgstr ""
5847
 
5848
- #: src/Tickets/Commerce/Utils/Currency.php:1049
5849
  msgid "Egyptian pound (EGP)"
5850
  msgstr ""
5851
 
5852
- #: src/Tickets/Commerce/Utils/Currency.php:1057
5853
  msgid "Ethiopian birr (ETB)"
5854
  msgstr ""
5855
 
5856
- #: src/Tickets/Commerce/Utils/Currency.php:1065
5857
  msgid "Fijian dollar (FJD)"
5858
  msgstr ""
5859
 
5860
- #: src/Tickets/Commerce/Utils/Currency.php:1073
5861
  msgid "Georgian lari (GEL)"
5862
  msgstr ""
5863
 
5864
- #: src/Tickets/Commerce/Utils/Currency.php:1081
5865
  msgid "Gibraltar pound (GIP)"
5866
  msgstr ""
5867
 
5868
- #: src/Tickets/Commerce/Utils/Currency.php:1089
5869
  msgid "Gambian dalasi (GMD)"
5870
  msgstr ""
5871
 
5872
- #: src/Tickets/Commerce/Utils/Currency.php:1097
5873
  msgid "Guinean franc (GNF)"
5874
  msgstr ""
5875
 
5876
- #: src/Tickets/Commerce/Utils/Currency.php:1105
5877
  msgid "Guatemalan quetzal (GTQ)"
5878
  msgstr ""
5879
 
5880
- #: src/Tickets/Commerce/Utils/Currency.php:1113
5881
  msgid "Guyanese dollar (GYD)"
5882
  msgstr ""
5883
 
5884
- #: src/Tickets/Commerce/Utils/Currency.php:1121
5885
  msgid "Honduran lempira (HNL)"
5886
  msgstr ""
5887
 
5888
- #: src/Tickets/Commerce/Utils/Currency.php:1129
5889
  msgid "Croatian kuna (HRK)"
5890
  msgstr ""
5891
 
5892
- #: src/Tickets/Commerce/Utils/Currency.php:1137
5893
  msgid "Haitian gourde (HTG)"
5894
  msgstr ""
5895
 
5896
- #: src/Tickets/Commerce/Utils/Currency.php:1145
5897
  msgid "Indonesian rupiah (IDR)"
5898
  msgstr ""
5899
 
5900
- #: src/Tickets/Commerce/Utils/Currency.php:1153
5901
  msgid "Icelandic krona (ISK)"
5902
  msgstr ""
5903
 
5904
- #: src/Tickets/Commerce/Utils/Currency.php:1161
5905
  msgid "Jamaican dollar (JMD)"
5906
  msgstr ""
5907
 
5908
- #: src/Tickets/Commerce/Utils/Currency.php:1169
5909
  msgid "Kenyan shilling (KES)"
5910
  msgstr ""
5911
 
5912
- #: src/Tickets/Commerce/Utils/Currency.php:1177
5913
  msgid "Kyrgyzstani som (KGS)"
5914
  msgstr ""
5915
 
5916
- #: src/Tickets/Commerce/Utils/Currency.php:1185
5917
  msgid "Cambodian riel (KHR)"
5918
  msgstr ""
5919
 
5920
- #: src/Tickets/Commerce/Utils/Currency.php:1193
5921
  msgid "Comorian franc (KMF)"
5922
  msgstr ""
5923
 
5924
- #: src/Tickets/Commerce/Utils/Currency.php:1201
5925
  msgid "South Korean won (KRW)"
5926
  msgstr ""
5927
 
5928
- #: src/Tickets/Commerce/Utils/Currency.php:1209
5929
  msgid "Cayman Islands dollar (KYD)"
5930
  msgstr ""
5931
 
5932
- #: src/Tickets/Commerce/Utils/Currency.php:1217
5933
  msgid "Kazakhstani tenge (KZT)"
5934
  msgstr ""
5935
 
5936
- #: src/Tickets/Commerce/Utils/Currency.php:1225
5937
  msgid "Lao kip (LAK)"
5938
  msgstr ""
5939
 
5940
- #: src/Tickets/Commerce/Utils/Currency.php:1233
5941
  msgid "Saint Helena pound (SHP)"
5942
  msgstr ""
5943
 
5944
- #: src/Tickets/Commerce/Utils/Currency.php:1241
5945
  msgid "Sierra Leonean leone (SLL)"
5946
  msgstr ""
5947
 
5948
- #: src/Tickets/Commerce/Utils/Currency.php:1249
5949
  msgid "Somali shilling (SOS)"
5950
  msgstr ""
5951
 
5952
- #: src/Tickets/Commerce/Utils/Currency.php:1257
5953
  msgid "Surinamese dollar (SRD)"
5954
  msgstr ""
5955
 
5956
- #: src/Tickets/Commerce/Utils/Currency.php:1265
5957
  msgid "Swazi lilangeni (SZL)"
5958
  msgstr ""
5959
 
5960
- #: src/Tickets/Commerce/Utils/Currency.php:1273
5961
  msgid "Thai baht (THB)"
5962
  msgstr ""
5963
 
5964
- #: src/Tickets/Commerce/Utils/Currency.php:1281
5965
  msgid "Tajikistani somoni (TJS)"
5966
  msgstr ""
5967
 
5968
- #: src/Tickets/Commerce/Utils/Currency.php:1289
5969
  msgid "Tongan paʻanga (TOP)"
5970
  msgstr ""
5971
 
5972
- #: src/Tickets/Commerce/Utils/Currency.php:1297
5973
  msgid "Turkish lira (TRY)"
5974
  msgstr ""
5975
 
5976
- #: src/Tickets/Commerce/Utils/Currency.php:1305
5977
  msgid "Trinidad and Tobago dollar (TTD)"
5978
  msgstr ""
5979
 
5980
- #: src/Tickets/Commerce/Utils/Currency.php:1313
5981
  msgid "New Taiwan dollar (TWD)"
5982
  msgstr ""
5983
 
5984
- #: src/Tickets/Commerce/Utils/Currency.php:1321
5985
  msgid "Tanzanian shilling (TZS)"
5986
  msgstr ""
5987
 
5988
- #: src/Tickets/Commerce/Utils/Currency.php:1329
5989
  msgid "Ukrainian hryvnia (UAH)"
5990
  msgstr ""
5991
 
5992
- #: src/Tickets/Commerce/Utils/Currency.php:1337
5993
  msgid "Ugandan shilling (UGX)"
5994
  msgstr ""
5995
 
5996
- #: src/Tickets/Commerce/Utils/Currency.php:1345
5997
  msgid "Uruguayan peso (UYU)"
5998
  msgstr ""
5999
 
6000
- #: src/Tickets/Commerce/Utils/Currency.php:1353
6001
  msgid "Uzbekistani som (UZS)"
6002
  msgstr ""
6003
 
6004
- #: src/Tickets/Commerce/Utils/Currency.php:1361
6005
  msgid "Vietnamese dong (VND)"
6006
  msgstr ""
6007
 
6008
- #: src/Tickets/Commerce/Utils/Currency.php:1369
6009
  msgid "Vanuatu vatu (VUV)"
6010
  msgstr ""
6011
 
6012
- #: src/Tickets/Commerce/Utils/Currency.php:1377
6013
  msgid "Samoan tālā (WST)"
6014
  msgstr ""
6015
 
6016
- #: src/Tickets/Commerce/Utils/Currency.php:1385
6017
  msgid "Central African CFA franc (XAF)"
6018
  msgstr ""
6019
 
6020
- #: src/Tickets/Commerce/Utils/Currency.php:1393
6021
  msgid "East Caribbean dollar (XCD)"
6022
  msgstr ""
6023
 
6024
- #: src/Tickets/Commerce/Utils/Currency.php:1401
6025
  msgid "West African CFA franc (XOF)"
6026
  msgstr ""
6027
 
6028
- #: src/Tickets/Commerce/Utils/Currency.php:1409
6029
  msgid "CFP franc (XPF)"
6030
  msgstr ""
6031
 
6032
- #: src/Tickets/Commerce/Utils/Currency.php:1417
6033
  msgid "Yemeni rial (YER)"
6034
  msgstr ""
6035
 
6036
- #: src/Tickets/Commerce/Utils/Currency.php:1425
6037
  msgid "Zambian kwacha (ZMW)"
6038
  msgstr ""
6039
 
@@ -6763,28 +6774,28 @@ msgstr ""
6763
  msgid "Are you sure you want to cancel?"
6764
  msgstr ""
6765
 
6766
- #: src/Tribe/Editor/Blocks/Tickets.php:282 src/Tribe/Tickets.php:4329
6767
  msgctxt "Error message title, will be followed by the error code."
6768
  msgid "API Error"
6769
  msgstr ""
6770
 
6771
- #: src/Tribe/Editor/Blocks/Tickets.php:283 src/Tribe/Tickets.php:4330
6772
  msgid ""
6773
  "Refresh this page or wait a few minutes before trying again. If this happens "
6774
  "repeatedly, please contact the Site Admin."
6775
  msgstr ""
6776
 
6777
- #: src/Tribe/Editor/Blocks/Tickets.php:284 src/Tribe/Tickets.php:4331
6778
  msgid ""
6779
  "The ticket for this event has sold out and has been removed from your cart."
6780
  msgstr ""
6781
 
6782
- #: src/Tribe/Editor/Blocks/Tickets.php:285 src/Tribe/Tickets.php:4332
6783
  #: src/views/v2/commerce/order/header/title-empty.php:28
6784
  msgid "Whoops!"
6785
  msgstr ""
6786
 
6787
- #: src/Tribe/Editor/Blocks/Tickets.php:286 src/Tribe/Tickets.php:4333
6788
  msgctxt "The %s will change based on the error produced."
6789
  msgid "You have %s ticket(s) with a field that requires information."
6790
  msgstr ""
@@ -8055,26 +8066,26 @@ msgid_plural "Your %2$s from %3$s"
8055
  msgstr[0] ""
8056
  msgstr[1] ""
8057
 
8058
- #: src/Tribe/Tickets.php:3147
8059
  msgid "%s are not available as this %s has passed."
8060
  msgstr ""
8061
 
8062
- #: src/Tribe/Tickets.php:3183
8063
  msgid "%s will be available on "
8064
  msgstr ""
8065
 
8066
- #: src/Tribe/Tickets.php:3189
8067
  msgid " at "
8068
  msgstr ""
8069
 
8070
  #. translators: %s: Tickets label
8071
- #: src/Tribe/Tickets.php:3192 src/views/blocks/tickets/content-inactive.php:19
8072
  #: src/views/v2/tickets/item/content/inactive.php:53
8073
  #: src/views/v2/tickets/item/inactive.php:63
8074
  msgid "%s are not yet available"
8075
  msgstr ""
8076
 
8077
- #: src/Tribe/Tickets.php:3648
8078
  msgid "(copy)"
8079
  msgstr ""
8080
 
@@ -8084,7 +8095,7 @@ msgstr ""
8084
  msgid "Unlimited"
8085
  msgstr ""
8086
 
8087
- #: src/Tribe/Tickets_Handler.php:662
8088
  msgid "Invalid ticket capacity data."
8089
  msgstr ""
8090
 
@@ -8685,6 +8696,18 @@ msgstr ""
8685
  msgid "Sell using:"
8686
  msgstr ""
8687
 
 
 
 
 
 
 
 
 
 
 
 
 
8688
  #: src/admin-views/legacy-ticket-fields.php:19
8689
  #: src/admin-views/price-fields.php:7
8690
  msgid "(0 or empty for free tickets)"
@@ -9261,10 +9284,6 @@ msgstr ""
9261
  msgid "Stripe Logo Image"
9262
  msgstr ""
9263
 
9264
- #: src/admin-views/settings/tickets-commerce/stripe/modal/signup-complete/content.php:16
9265
- msgid "Currency"
9266
- msgstr ""
9267
-
9268
  #: src/admin-views/settings/tickets-commerce/stripe/modal/signup-complete/content.php:18
9269
  msgid ""
9270
  "Be sure that your Stripe currency matches the currency you have configured "
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Event Tickets 5.4.2\n"
 
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
7
+ "POT-Creation-Date: 2022-07-01 13:34:05+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2022-07-01 13:34\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
15
+ #. #-#-#-#-# event-tickets.pot (Event Tickets 5.4.2) #-#-#-#-#
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  #. Plugin Name of the plugin/theme
17
  #: event-tickets.php:61 src/Tribe/Admin/Notices.php:92 src/Tribe/Main.php:701
18
  #: src/Tribe/Privacy.php:59 src/admin-views/admin-welcome-message.php:60
317
  msgid "%1$s"
318
  msgstr ""
319
 
320
+ #: src/Tickets/Commerce/Assets.php:105
321
  msgid "Default checkout"
322
  msgstr ""
323
 
324
+ #: src/Tickets/Commerce/Assets.php:106
325
  msgid "Additional payment options"
326
  msgstr ""
327
 
4866
  msgstr ""
4867
 
4868
  #: src/Tickets/Commerce/Gateways/Stripe/Settings.php:252
4869
+ #: src/Tickets/Commerce/Settings.php:244 src/Tribe/Admin/Settings.php:235
4870
  msgid "General"
4871
  msgstr ""
4872
 
5219
  msgid "%s - Tickets Commerce Orders"
5220
  msgstr ""
5221
 
5222
+ #: src/Tickets/Commerce/Settings.php:192
5223
  msgid "Tickets Commerce Test Mode Active"
5224
  msgstr ""
5225
 
5226
+ #: src/Tickets/Commerce/Settings.php:232
5227
  msgid "-- No page set --"
5228
  msgstr ""
5229
 
5230
+ #: src/Tickets/Commerce/Settings.php:248
 
 
 
 
5231
  msgid "Enable Test Mode"
5232
  msgstr ""
5233
 
5234
+ #: src/Tickets/Commerce/Settings.php:249
5235
  msgid ""
5236
  "Enables Test mode for testing payments. Any payments made will be done on "
5237
  "\"sandbox\" accounts."
5238
  msgstr ""
5239
 
5240
+ #: src/Tickets/Commerce/Settings.php:255
 
 
 
 
 
 
 
 
 
5241
  #: src/admin-views/tribe-commerce-settings.php:144
5242
  msgid "Stock Handling"
5243
  msgstr ""
5244
 
5245
  #. Translators: %s: The word "ticket" in lowercase.
5246
+ #: src/Tickets/Commerce/Settings.php:259
5247
  msgctxt "tickets fields settings paypal stock handling"
5248
  msgid ""
5249
  "When a customer purchases a %s, the payment gateway might flag the order as "
5253
 
5254
  #. Translators: %1$s: The word "ticket" in lowercase. %2$s: `<strong>` opening
5255
  #. tag. %3$s: `</strong>` closing tag.
5256
+ #: src/Tickets/Commerce/Settings.php:268
5257
  msgid ""
5258
  "Decrease available %1$s stock as soon as a %2$sPending%3$s order is created."
5259
  msgstr ""
5260
 
5261
  #. Translators: %1$s: The word "ticket" in lowercase. %2$s: `<strong>` opening
5262
  #. tag. %3$s: `</strong>` closing tag.
5263
+ #: src/Tickets/Commerce/Settings.php:275
5264
  msgid ""
5265
  "Only decrease available %1$s stock if an order is confirmed as %2$sCompleted"
5266
  "%3$s by the payment gateway."
5267
  msgstr ""
5268
 
5269
+ #: src/Tickets/Commerce/Settings.php:285
5270
+ #: src/admin-views/settings/tickets-commerce/stripe/modal/signup-complete/content.php:16
5271
+ msgid "Currency"
5272
+ msgstr ""
5273
+
5274
+ #: src/Tickets/Commerce/Settings.php:289
5275
+ #: src/admin-views/tribe-commerce-settings.php:136
5276
+ msgid "Currency Code"
5277
+ msgstr ""
5278
+
5279
+ #: src/Tickets/Commerce/Settings.php:290
5280
+ msgid "The currency that will be used for Tickets Commerce transactions."
5281
+ msgstr ""
5282
+
5283
+ #: src/Tickets/Commerce/Settings.php:297
5284
+ msgid "Currency Position"
5285
+ msgstr ""
5286
+
5287
+ #: src/Tickets/Commerce/Settings.php:298
5288
+ msgid "The position of the currency symbol as it relates to the ticket values."
5289
+ msgstr ""
5290
+
5291
+ #: src/Tickets/Commerce/Settings.php:302
5292
+ msgid "Before"
5293
+ msgstr ""
5294
+
5295
+ #: src/Tickets/Commerce/Settings.php:303
5296
+ msgid "After"
5297
+ msgstr ""
5298
+
5299
+ #: src/Tickets/Commerce/Settings.php:308
5300
+ msgid "Pages Configuration"
5301
+ msgstr ""
5302
+
5303
+ #: src/Tickets/Commerce/Settings.php:312
5304
  msgid "Checkout page"
5305
  msgstr ""
5306
 
5307
  #. Translators: %s: The [shortcode] for the success page.
5308
+ #: src/Tickets/Commerce/Settings.php:316
5309
  msgid ""
5310
  "This is the page where customers go to complete their purchase. Use the %s "
5311
  "shortcode to display the checkout experience in the page content."
5312
  msgstr ""
5313
 
5314
+ #: src/Tickets/Commerce/Settings.php:327
5315
  #: src/admin-views/tribe-commerce-settings.php:162
5316
  msgid "Success page"
5317
  msgstr ""
5318
 
5319
  #. Translators: %s: The [shortcode] for the success page.
5320
+ #: src/Tickets/Commerce/Settings.php:331
5321
  msgid ""
5322
  "After a successful order, users will be redirected to this page. Use the %s "
5323
  "shortcode to display the order confirmation to the user in the page content."
5324
  msgstr ""
5325
 
5326
+ #: src/Tickets/Commerce/Settings.php:342
5327
+ msgid "Emails"
5328
+ msgstr ""
5329
+
5330
+ #: src/Tickets/Commerce/Settings.php:346
5331
  #: src/admin-views/tribe-commerce-settings.php:176
5332
  msgid "Confirmation email sender address"
5333
  msgstr ""
5334
 
5335
  #. Translators: %s: The word "tickets" in lowercase.
5336
+ #: src/Tickets/Commerce/Settings.php:350
5337
  msgctxt "tickets fields settings confirmation email"
5338
  msgid ""
5339
  "Email address that %s customers will receive confirmation from. Leave empty "
5340
  "to use the default WordPress site email address."
5341
  msgstr ""
5342
 
5343
+ #: src/Tickets/Commerce/Settings.php:361
5344
  #: src/admin-views/tribe-commerce-settings.php:185
5345
  msgid "Confirmation email sender name"
5346
  msgstr ""
5347
 
5348
  #. Translators: %s: The word "ticket" in lowercase.
5349
+ #: src/Tickets/Commerce/Settings.php:365
5350
  #: src/admin-views/tribe-commerce-settings.php:186
5351
  msgctxt "tickets fields settings paypal email sender"
5352
  msgid ""
5354
  "purchase."
5355
  msgstr ""
5356
 
5357
+ #: src/Tickets/Commerce/Settings.php:376
5358
  #: src/admin-views/tribe-commerce-settings.php:194
5359
  msgid "Confirmation email subject"
5360
  msgstr ""
5361
 
5362
  #. Translators: %s: The word "ticket" in lowercase.
5363
+ #: src/Tickets/Commerce/Settings.php:380
5364
  #: src/admin-views/tribe-commerce-settings.php:195
5365
  msgctxt "tickets fields settings paypal email subject"
5366
  msgid ""
5369
  msgstr ""
5370
 
5371
  #. Translators: %s: The word "tickets" in lowercase.
5372
+ #: src/Tickets/Commerce/Settings.php:388
5373
  #: src/admin-views/tribe-commerce-settings.php:197
5374
  msgctxt "tickets fields settings paypal email subject"
5375
  msgid "You have %s!"
5376
  msgstr ""
5377
 
5378
+ #: src/Tickets/Commerce/Settings.php:403
5379
  msgid "Payment Gateways"
5380
  msgstr ""
5381
 
5382
+ #: src/Tickets/Commerce/Settings.php:415
5383
  #: src/admin-views/settings/featured/link.php:33
5384
  msgid "Learn more about configuring payment options with Tickets Commerce"
5385
  msgstr ""
5434
  msgid "%s will be available on %s at %s"
5435
  msgstr ""
5436
 
5437
+ #: src/Tickets/Commerce/Status/Pending.php:163 src/Tribe/Tickets.php:3200
5438
  msgid "%s are no longer available."
5439
  msgstr ""
5440
 
5441
+ #: src/Tickets/Commerce/Status/Pending.php:165 src/Tribe/Tickets.php:3202
5442
  msgid "There are no %s available at this time."
5443
  msgstr ""
5444
 
5481
  msgid "unavailable"
5482
  msgstr ""
5483
 
5484
+ #: src/Tickets/Commerce/Utils/Currency.php:333
5485
  #: src/Tribe/Commerce/Currency.php:197
5486
  msgid "Australian Dollar (AUD)"
5487
  msgstr ""
5488
 
5489
+ #: src/Tickets/Commerce/Utils/Currency.php:341
5490
  #: src/Tribe/Commerce/Currency.php:203
5491
  msgid "Brazilian Real (BRL)"
5492
  msgstr ""
5493
 
5494
+ #: src/Tickets/Commerce/Utils/Currency.php:349
5495
  #: src/Tribe/Commerce/Currency.php:209
5496
  msgid "Canadian Dollar (CAD)"
5497
  msgstr ""
5498
 
5499
+ #: src/Tickets/Commerce/Utils/Currency.php:357
5500
  #: src/Tribe/Commerce/Currency.php:215
5501
  msgid "Swiss Franc (CHF)"
5502
  msgstr ""
5503
 
5504
+ #: src/Tickets/Commerce/Utils/Currency.php:365
5505
  #: src/Tribe/Commerce/Currency.php:221
5506
  msgid "Czech Koruna (CZK)"
5507
  msgstr ""
5508
 
5509
+ #: src/Tickets/Commerce/Utils/Currency.php:374
5510
  #: src/Tribe/Commerce/Currency.php:228
5511
  msgid "Danish Krone (DKK)"
5512
  msgstr ""
5513
 
5514
+ #: src/Tickets/Commerce/Utils/Currency.php:382
5515
  #: src/Tribe/Commerce/Currency.php:234
5516
  msgid "Euro (EUR)"
5517
  msgstr ""
5518
 
5519
+ #: src/Tickets/Commerce/Utils/Currency.php:390
5520
  #: src/Tribe/Commerce/Currency.php:240
5521
  msgid "Pound Sterling (GBP)"
5522
  msgstr ""
5523
 
5524
+ #: src/Tickets/Commerce/Utils/Currency.php:398
5525
  #: src/Tribe/Commerce/Currency.php:246
5526
  msgid "Hong Kong Dollar (HKD)"
5527
  msgstr ""
5528
 
5529
+ #: src/Tickets/Commerce/Utils/Currency.php:406
5530
  #: src/Tribe/Commerce/Currency.php:252
5531
  msgid "Hungarian Forint (HUF)"
5532
  msgstr ""
5533
 
5534
+ #: src/Tickets/Commerce/Utils/Currency.php:414
5535
  #: src/Tribe/Commerce/Currency.php:258
5536
  msgid "Israeli New Sheqel (ILS)"
5537
  msgstr ""
5538
 
5539
+ #: src/Tickets/Commerce/Utils/Currency.php:422
5540
  #: src/Tribe/Commerce/Currency.php:264
5541
  msgid "Indian Rupee (INR)"
5542
  msgstr ""
5543
 
5544
+ #: src/Tickets/Commerce/Utils/Currency.php:430
5545
  #: src/Tribe/Commerce/Currency.php:270
5546
  msgid "Japanese Yen (JPY)"
5547
  msgstr ""
5548
 
5549
+ #: src/Tickets/Commerce/Utils/Currency.php:438
5550
  #: src/Tribe/Commerce/Currency.php:276
5551
  msgid "Malaysian Ringgit (MYR)"
5552
  msgstr ""
5553
 
5554
+ #: src/Tickets/Commerce/Utils/Currency.php:446
5555
  #: src/Tribe/Commerce/Currency.php:282
5556
  msgid "Mexican Peso (MXN)"
5557
  msgstr ""
5558
 
5559
+ #: src/Tickets/Commerce/Utils/Currency.php:454
5560
  #: src/Tribe/Commerce/Currency.php:288
5561
  msgid "Norwegian Krone (NOK)"
5562
  msgstr ""
5563
 
5564
+ #: src/Tickets/Commerce/Utils/Currency.php:462
5565
  #: src/Tribe/Commerce/Currency.php:294
5566
  msgid "New Zealand Dollar (NZD)"
5567
  msgstr ""
5568
 
5569
+ #: src/Tickets/Commerce/Utils/Currency.php:470
5570
  #: src/Tribe/Commerce/Currency.php:300
5571
  msgid "Philippine Peso (PHP)"
5572
  msgstr ""
5573
 
5574
+ #: src/Tickets/Commerce/Utils/Currency.php:478
5575
  #: src/Tribe/Commerce/Currency.php:306
5576
  msgid "Polish Zloty (PLN)"
5577
  msgstr ""
5578
 
5579
+ #: src/Tickets/Commerce/Utils/Currency.php:486
5580
  #: src/Tribe/Commerce/Currency.php:312
5581
  msgid "Russian Ruble (RUB)"
5582
  msgstr ""
5583
 
5584
+ #: src/Tickets/Commerce/Utils/Currency.php:494
5585
  #: src/Tribe/Commerce/Currency.php:318
5586
  msgid "Swedish Krona (SEK)"
5587
  msgstr ""
5588
 
5589
+ #: src/Tickets/Commerce/Utils/Currency.php:502
5590
  #: src/Tribe/Commerce/Currency.php:324
5591
  msgid "Singapore Dollar (SGD)"
5592
  msgstr ""
5593
 
5594
+ #: src/Tickets/Commerce/Utils/Currency.php:510
5595
  #: src/Tribe/Commerce/Currency.php:342
5596
  msgid "U.S. Dollar (USD)"
5597
  msgstr ""
5598
 
5599
+ #: src/Tickets/Commerce/Utils/Currency.php:518
5600
  msgid "South African Rand (ZAR)"
5601
  msgstr ""
5602
 
5603
+ #: src/Tickets/Commerce/Utils/Currency.php:526
5604
  msgid "United Arab Emirates dirham (AED)"
5605
  msgstr ""
5606
 
5607
+ #: src/Tickets/Commerce/Utils/Currency.php:534
5608
  msgid "Afghan afghani (AFN)"
5609
  msgstr ""
5610
 
5611
+ #: src/Tickets/Commerce/Utils/Currency.php:542
5612
  msgid "Albanian lek (ALL)"
5613
  msgstr ""
5614
 
5615
+ #: src/Tickets/Commerce/Utils/Currency.php:550
5616
  msgid "Armenian dram (AMD)"
5617
  msgstr ""
5618
 
5619
+ #: src/Tickets/Commerce/Utils/Currency.php:558
5620
  msgid "Netherlands Antillean guilder (ANG)"
5621
  msgstr ""
5622
 
5623
+ #: src/Tickets/Commerce/Utils/Currency.php:566
5624
  msgid "Angolan kwanza (AOA)"
5625
  msgstr ""
5626
 
5627
+ #: src/Tickets/Commerce/Utils/Currency.php:574
5628
  msgid "Argentine peso (ARS)"
5629
  msgstr ""
5630
 
5631
+ #: src/Tickets/Commerce/Utils/Currency.php:582
5632
  msgid "Aruban florin (AWG)"
5633
  msgstr ""
5634
 
5635
+ #: src/Tickets/Commerce/Utils/Currency.php:590
5636
  msgid "Azerbaijani manat (AZN)"
5637
  msgstr ""
5638
 
5639
+ #: src/Tickets/Commerce/Utils/Currency.php:598
5640
  msgid "Bosnia and Herzegovina convertible mark (BAM)"
5641
  msgstr ""
5642
 
5643
+ #: src/Tickets/Commerce/Utils/Currency.php:606
5644
  msgid "Brunei dollar (BND)"
5645
  msgstr ""
5646
 
5647
+ #: src/Tickets/Commerce/Utils/Currency.php:614
5648
  msgid "Belize dollar (BZD)"
5649
  msgstr ""
5650
 
5651
+ #: src/Tickets/Commerce/Utils/Currency.php:622
5652
  msgid "Lebanese pound (LBP)"
5653
  msgstr ""
5654
 
5655
+ #: src/Tickets/Commerce/Utils/Currency.php:630
5656
  msgid "Sri Lankan rupee (LKR)"
5657
  msgstr ""
5658
 
5659
+ #: src/Tickets/Commerce/Utils/Currency.php:638
5660
  msgid "Liberian dollar (LRD)"
5661
  msgstr ""
5662
 
5663
+ #: src/Tickets/Commerce/Utils/Currency.php:646
5664
  msgid "Lesotho loti (LSL)"
5665
  msgstr ""
5666
 
5667
+ #: src/Tickets/Commerce/Utils/Currency.php:654
5668
  msgid "Moroccan dirham (MAD)"
5669
  msgstr ""
5670
 
5671
+ #: src/Tickets/Commerce/Utils/Currency.php:662
5672
  msgid "Moldovan leu (MDL)"
5673
  msgstr ""
5674
 
5675
+ #: src/Tickets/Commerce/Utils/Currency.php:670
5676
  msgid "Malagasy ariary (MGA)"
5677
  msgstr ""
5678
 
5679
+ #: src/Tickets/Commerce/Utils/Currency.php:678
5680
  msgid "Macedonian denar (MKD)"
5681
  msgstr ""
5682
 
5683
+ #: src/Tickets/Commerce/Utils/Currency.php:686
5684
  msgid "Burmese kyat (MMK)"
5685
  msgstr ""
5686
 
5687
+ #: src/Tickets/Commerce/Utils/Currency.php:694
5688
  msgid "Mongolian tögrög (MNT)"
5689
  msgstr ""
5690
 
5691
+ #: src/Tickets/Commerce/Utils/Currency.php:702
5692
  msgid "Macanese pataca (MOP)"
5693
  msgstr ""
5694
 
5695
+ #: src/Tickets/Commerce/Utils/Currency.php:710
5696
  msgid "Mauritian rupee (MUR)"
5697
  msgstr ""
5698
 
5699
+ #: src/Tickets/Commerce/Utils/Currency.php:718
5700
  msgid "Maldivian rufiyaa (MVR)"
5701
  msgstr ""
5702
 
5703
+ #: src/Tickets/Commerce/Utils/Currency.php:726
5704
  msgid "Malawian kwacha (MWK)"
5705
  msgstr ""
5706
 
5707
+ #: src/Tickets/Commerce/Utils/Currency.php:734
5708
  msgid "Mexican peso (MXN)"
5709
  msgstr ""
5710
 
5711
+ #: src/Tickets/Commerce/Utils/Currency.php:742
5712
  msgid "Malaysian ringgit (MYR)"
5713
  msgstr ""
5714
 
5715
+ #: src/Tickets/Commerce/Utils/Currency.php:750
5716
  msgid "Mozambican metical (MZN)"
5717
  msgstr ""
5718
 
5719
+ #: src/Tickets/Commerce/Utils/Currency.php:758
5720
  msgid "Namibian dollar (NAD)"
5721
  msgstr ""
5722
 
5723
+ #: src/Tickets/Commerce/Utils/Currency.php:766
5724
  msgid "Nigerian naira (NGN)"
5725
  msgstr ""
5726
 
5727
+ #: src/Tickets/Commerce/Utils/Currency.php:774
5728
  msgid "Nicaraguan córdoba (NIO)"
5729
  msgstr ""
5730
 
5731
+ #: src/Tickets/Commerce/Utils/Currency.php:782
5732
  msgid "Nepalese rupee (NPR)"
5733
  msgstr ""
5734
 
5735
+ #: src/Tickets/Commerce/Utils/Currency.php:790
5736
  msgid "Panamanian balboa (PAB)"
5737
  msgstr ""
5738
 
5739
+ #: src/Tickets/Commerce/Utils/Currency.php:798
5740
  msgid "Peruvian sol (PEN)"
5741
  msgstr ""
5742
 
5743
+ #: src/Tickets/Commerce/Utils/Currency.php:806
5744
  msgid "Papua New Guinean kina (PGK)"
5745
  msgstr ""
5746
 
5747
+ #: src/Tickets/Commerce/Utils/Currency.php:814
5748
  msgid "Philippine peso (PHP)"
5749
  msgstr ""
5750
 
5751
+ #: src/Tickets/Commerce/Utils/Currency.php:822
5752
  msgid "Pakistani rupee (PKR)"
5753
  msgstr ""
5754
 
5755
+ #: src/Tickets/Commerce/Utils/Currency.php:830
5756
  msgid "Paraguayan guaraní (PYG)"
5757
  msgstr ""
5758
 
5759
+ #: src/Tickets/Commerce/Utils/Currency.php:838
5760
  msgid "Qatari riyal (QAR)"
5761
  msgstr ""
5762
 
5763
+ #: src/Tickets/Commerce/Utils/Currency.php:846
5764
  msgid "Romanian leu (RON)"
5765
  msgstr ""
5766
 
5767
+ #: src/Tickets/Commerce/Utils/Currency.php:854
5768
  msgid "Serbian dinar (RSD)"
5769
  msgstr ""
5770
 
5771
+ #: src/Tickets/Commerce/Utils/Currency.php:862
5772
  msgid "Rwandan franc (RWF)"
5773
  msgstr ""
5774
 
5775
+ #: src/Tickets/Commerce/Utils/Currency.php:870
5776
  msgid "Saudi riyal (SAR)"
5777
  msgstr ""
5778
 
5779
+ #: src/Tickets/Commerce/Utils/Currency.php:878
5780
  msgid "Solomon Islands dollar (SBD)"
5781
  msgstr ""
5782
 
5783
+ #: src/Tickets/Commerce/Utils/Currency.php:886
5784
  msgid "Seychellois rupee (SCR)"
5785
  msgstr ""
5786
 
5787
+ #: src/Tickets/Commerce/Utils/Currency.php:894
5788
  msgid "Barbadian dollar (BBD)"
5789
  msgstr ""
5790
 
5791
+ #: src/Tickets/Commerce/Utils/Currency.php:902
5792
  msgid "Bangladeshi taka (BDT)"
5793
  msgstr ""
5794
 
5795
+ #: src/Tickets/Commerce/Utils/Currency.php:910
5796
  msgid "Bulgarian lev (BGN)"
5797
  msgstr ""
5798
 
5799
+ #: src/Tickets/Commerce/Utils/Currency.php:918
5800
  msgid "Burundian franc (BIF)"
5801
  msgstr ""
5802
 
5803
+ #: src/Tickets/Commerce/Utils/Currency.php:926
5804
  msgid "Bermudian dollar (BMD)"
5805
  msgstr ""
5806
 
5807
+ #: src/Tickets/Commerce/Utils/Currency.php:934
5808
  msgid "Bolivian boliviano (BOB)"
5809
  msgstr ""
5810
 
5811
+ #: src/Tickets/Commerce/Utils/Currency.php:942
5812
  msgid "Bahamian dollar (BSD)"
5813
  msgstr ""
5814
 
5815
+ #: src/Tickets/Commerce/Utils/Currency.php:950
5816
  msgid "Botswana pula (BWP)"
5817
  msgstr ""
5818
 
5819
+ #: src/Tickets/Commerce/Utils/Currency.php:958
5820
  msgid "Belarusian ruble (BYN)"
5821
  msgstr ""
5822
 
5823
+ #: src/Tickets/Commerce/Utils/Currency.php:966
5824
  msgid "Congolese franc (CDF)"
5825
  msgstr ""
5826
 
5827
+ #: src/Tickets/Commerce/Utils/Currency.php:974
5828
  msgid "Chilean peso (CLP)"
5829
  msgstr ""
5830
 
5831
+ #: src/Tickets/Commerce/Utils/Currency.php:982
5832
  msgid "Chinese yuan (CNY)"
5833
  msgstr ""
5834
 
5835
+ #: src/Tickets/Commerce/Utils/Currency.php:990
5836
  msgid "Colombian peso (COP)"
5837
  msgstr ""
5838
 
5839
+ #: src/Tickets/Commerce/Utils/Currency.php:998
5840
  msgid "Costa Rican colón (CRC)"
5841
  msgstr ""
5842
 
5843
+ #: src/Tickets/Commerce/Utils/Currency.php:1006
5844
  msgid "Cape Verdean escudo (CVE)"
5845
  msgstr ""
5846
 
5847
+ #: src/Tickets/Commerce/Utils/Currency.php:1014
5848
  msgid "Djiboutian franc (DJF)"
5849
  msgstr ""
5850
 
5851
+ #: src/Tickets/Commerce/Utils/Currency.php:1022
5852
  msgid "Dominican peso (DOP)"
5853
  msgstr ""
5854
 
5855
+ #: src/Tickets/Commerce/Utils/Currency.php:1030
5856
  msgid "Algerian dinar (DZD)"
5857
  msgstr ""
5858
 
5859
+ #: src/Tickets/Commerce/Utils/Currency.php:1038
5860
  msgid "Egyptian pound (EGP)"
5861
  msgstr ""
5862
 
5863
+ #: src/Tickets/Commerce/Utils/Currency.php:1046
5864
  msgid "Ethiopian birr (ETB)"
5865
  msgstr ""
5866
 
5867
+ #: src/Tickets/Commerce/Utils/Currency.php:1054
5868
  msgid "Fijian dollar (FJD)"
5869
  msgstr ""
5870
 
5871
+ #: src/Tickets/Commerce/Utils/Currency.php:1062
5872
  msgid "Georgian lari (GEL)"
5873
  msgstr ""
5874
 
5875
+ #: src/Tickets/Commerce/Utils/Currency.php:1070
5876
  msgid "Gibraltar pound (GIP)"
5877
  msgstr ""
5878
 
5879
+ #: src/Tickets/Commerce/Utils/Currency.php:1078
5880
  msgid "Gambian dalasi (GMD)"
5881
  msgstr ""
5882
 
5883
+ #: src/Tickets/Commerce/Utils/Currency.php:1086
5884
  msgid "Guinean franc (GNF)"
5885
  msgstr ""
5886
 
5887
+ #: src/Tickets/Commerce/Utils/Currency.php:1094
5888
  msgid "Guatemalan quetzal (GTQ)"
5889
  msgstr ""
5890
 
5891
+ #: src/Tickets/Commerce/Utils/Currency.php:1102
5892
  msgid "Guyanese dollar (GYD)"
5893
  msgstr ""
5894
 
5895
+ #: src/Tickets/Commerce/Utils/Currency.php:1110
5896
  msgid "Honduran lempira (HNL)"
5897
  msgstr ""
5898
 
5899
+ #: src/Tickets/Commerce/Utils/Currency.php:1118
5900
  msgid "Croatian kuna (HRK)"
5901
  msgstr ""
5902
 
5903
+ #: src/Tickets/Commerce/Utils/Currency.php:1126
5904
  msgid "Haitian gourde (HTG)"
5905
  msgstr ""
5906
 
5907
+ #: src/Tickets/Commerce/Utils/Currency.php:1134
5908
  msgid "Indonesian rupiah (IDR)"
5909
  msgstr ""
5910
 
5911
+ #: src/Tickets/Commerce/Utils/Currency.php:1142
5912
  msgid "Icelandic krona (ISK)"
5913
  msgstr ""
5914
 
5915
+ #: src/Tickets/Commerce/Utils/Currency.php:1150
5916
  msgid "Jamaican dollar (JMD)"
5917
  msgstr ""
5918
 
5919
+ #: src/Tickets/Commerce/Utils/Currency.php:1158
5920
  msgid "Kenyan shilling (KES)"
5921
  msgstr ""
5922
 
5923
+ #: src/Tickets/Commerce/Utils/Currency.php:1166
5924
  msgid "Kyrgyzstani som (KGS)"
5925
  msgstr ""
5926
 
5927
+ #: src/Tickets/Commerce/Utils/Currency.php:1174
5928
  msgid "Cambodian riel (KHR)"
5929
  msgstr ""
5930
 
5931
+ #: src/Tickets/Commerce/Utils/Currency.php:1182
5932
  msgid "Comorian franc (KMF)"
5933
  msgstr ""
5934
 
5935
+ #: src/Tickets/Commerce/Utils/Currency.php:1190
5936
  msgid "South Korean won (KRW)"
5937
  msgstr ""
5938
 
5939
+ #: src/Tickets/Commerce/Utils/Currency.php:1198
5940
  msgid "Cayman Islands dollar (KYD)"
5941
  msgstr ""
5942
 
5943
+ #: src/Tickets/Commerce/Utils/Currency.php:1206
5944
  msgid "Kazakhstani tenge (KZT)"
5945
  msgstr ""
5946
 
5947
+ #: src/Tickets/Commerce/Utils/Currency.php:1214
5948
  msgid "Lao kip (LAK)"
5949
  msgstr ""
5950
 
5951
+ #: src/Tickets/Commerce/Utils/Currency.php:1222
5952
  msgid "Saint Helena pound (SHP)"
5953
  msgstr ""
5954
 
5955
+ #: src/Tickets/Commerce/Utils/Currency.php:1230
5956
  msgid "Sierra Leonean leone (SLL)"
5957
  msgstr ""
5958
 
5959
+ #: src/Tickets/Commerce/Utils/Currency.php:1238
5960
  msgid "Somali shilling (SOS)"
5961
  msgstr ""
5962
 
5963
+ #: src/Tickets/Commerce/Utils/Currency.php:1246
5964
  msgid "Surinamese dollar (SRD)"
5965
  msgstr ""
5966
 
5967
+ #: src/Tickets/Commerce/Utils/Currency.php:1254
5968
  msgid "Swazi lilangeni (SZL)"
5969
  msgstr ""
5970
 
5971
+ #: src/Tickets/Commerce/Utils/Currency.php:1262
5972
  msgid "Thai baht (THB)"
5973
  msgstr ""
5974
 
5975
+ #: src/Tickets/Commerce/Utils/Currency.php:1270
5976
  msgid "Tajikistani somoni (TJS)"
5977
  msgstr ""
5978
 
5979
+ #: src/Tickets/Commerce/Utils/Currency.php:1278
5980
  msgid "Tongan paʻanga (TOP)"
5981
  msgstr ""
5982
 
5983
+ #: src/Tickets/Commerce/Utils/Currency.php:1286
5984
  msgid "Turkish lira (TRY)"
5985
  msgstr ""
5986
 
5987
+ #: src/Tickets/Commerce/Utils/Currency.php:1294
5988
  msgid "Trinidad and Tobago dollar (TTD)"
5989
  msgstr ""
5990
 
5991
+ #: src/Tickets/Commerce/Utils/Currency.php:1302
5992
  msgid "New Taiwan dollar (TWD)"
5993
  msgstr ""
5994
 
5995
+ #: src/Tickets/Commerce/Utils/Currency.php:1310
5996
  msgid "Tanzanian shilling (TZS)"
5997
  msgstr ""
5998
 
5999
+ #: src/Tickets/Commerce/Utils/Currency.php:1318
6000
  msgid "Ukrainian hryvnia (UAH)"
6001
  msgstr ""
6002
 
6003
+ #: src/Tickets/Commerce/Utils/Currency.php:1326
6004
  msgid "Ugandan shilling (UGX)"
6005
  msgstr ""
6006
 
6007
+ #: src/Tickets/Commerce/Utils/Currency.php:1334
6008
  msgid "Uruguayan peso (UYU)"
6009
  msgstr ""
6010
 
6011
+ #: src/Tickets/Commerce/Utils/Currency.php:1342
6012
  msgid "Uzbekistani som (UZS)"
6013
  msgstr ""
6014
 
6015
+ #: src/Tickets/Commerce/Utils/Currency.php:1350
6016
  msgid "Vietnamese dong (VND)"
6017
  msgstr ""
6018
 
6019
+ #: src/Tickets/Commerce/Utils/Currency.php:1358
6020
  msgid "Vanuatu vatu (VUV)"
6021
  msgstr ""
6022
 
6023
+ #: src/Tickets/Commerce/Utils/Currency.php:1366
6024
  msgid "Samoan tālā (WST)"
6025
  msgstr ""
6026
 
6027
+ #: src/Tickets/Commerce/Utils/Currency.php:1374
6028
  msgid "Central African CFA franc (XAF)"
6029
  msgstr ""
6030
 
6031
+ #: src/Tickets/Commerce/Utils/Currency.php:1382
6032
  msgid "East Caribbean dollar (XCD)"
6033
  msgstr ""
6034
 
6035
+ #: src/Tickets/Commerce/Utils/Currency.php:1390
6036
  msgid "West African CFA franc (XOF)"
6037
  msgstr ""
6038
 
6039
+ #: src/Tickets/Commerce/Utils/Currency.php:1398
6040
  msgid "CFP franc (XPF)"
6041
  msgstr ""
6042
 
6043
+ #: src/Tickets/Commerce/Utils/Currency.php:1406
6044
  msgid "Yemeni rial (YER)"
6045
  msgstr ""
6046
 
6047
+ #: src/Tickets/Commerce/Utils/Currency.php:1414
6048
  msgid "Zambian kwacha (ZMW)"
6049
  msgstr ""
6050
 
6774
  msgid "Are you sure you want to cancel?"
6775
  msgstr ""
6776
 
6777
+ #: src/Tribe/Editor/Blocks/Tickets.php:282 src/Tribe/Tickets.php:4334
6778
  msgctxt "Error message title, will be followed by the error code."
6779
  msgid "API Error"
6780
  msgstr ""
6781
 
6782
+ #: src/Tribe/Editor/Blocks/Tickets.php:283 src/Tribe/Tickets.php:4335
6783
  msgid ""
6784
  "Refresh this page or wait a few minutes before trying again. If this happens "
6785
  "repeatedly, please contact the Site Admin."
6786
  msgstr ""
6787
 
6788
+ #: src/Tribe/Editor/Blocks/Tickets.php:284 src/Tribe/Tickets.php:4336
6789
  msgid ""
6790
  "The ticket for this event has sold out and has been removed from your cart."
6791
  msgstr ""
6792
 
6793
+ #: src/Tribe/Editor/Blocks/Tickets.php:285 src/Tribe/Tickets.php:4337
6794
  #: src/views/v2/commerce/order/header/title-empty.php:28
6795
  msgid "Whoops!"
6796
  msgstr ""
6797
 
6798
+ #: src/Tribe/Editor/Blocks/Tickets.php:286 src/Tribe/Tickets.php:4338
6799
  msgctxt "The %s will change based on the error produced."
6800
  msgid "You have %s ticket(s) with a field that requires information."
6801
  msgstr ""
8066
  msgstr[0] ""
8067
  msgstr[1] ""
8068
 
8069
+ #: src/Tribe/Tickets.php:3152
8070
  msgid "%s are not available as this %s has passed."
8071
  msgstr ""
8072
 
8073
+ #: src/Tribe/Tickets.php:3188
8074
  msgid "%s will be available on "
8075
  msgstr ""
8076
 
8077
+ #: src/Tribe/Tickets.php:3194
8078
  msgid " at "
8079
  msgstr ""
8080
 
8081
  #. translators: %s: Tickets label
8082
+ #: src/Tribe/Tickets.php:3197 src/views/blocks/tickets/content-inactive.php:19
8083
  #: src/views/v2/tickets/item/content/inactive.php:53
8084
  #: src/views/v2/tickets/item/inactive.php:63
8085
  msgid "%s are not yet available"
8086
  msgstr ""
8087
 
8088
+ #: src/Tribe/Tickets.php:3653
8089
  msgid "(copy)"
8090
  msgstr ""
8091
 
8095
  msgid "Unlimited"
8096
  msgstr ""
8097
 
8098
+ #: src/Tribe/Tickets_Handler.php:667
8099
  msgid "Invalid ticket capacity data."
8100
  msgstr ""
8101
 
8696
  msgid "Sell using:"
8697
  msgstr ""
8698
 
8699
+ #: src/admin-views/editor/total-capacity.php:15
8700
+ msgid "Total Event Capacity:"
8701
+ msgstr ""
8702
+
8703
+ #: src/admin-views/editor/total-capacity.php:16
8704
+ msgid "The total number of possible attendees for this event"
8705
+ msgstr ""
8706
+
8707
+ #: src/admin-views/editor/total-capacity.php:23
8708
+ msgid "No tickets created yet"
8709
+ msgstr ""
8710
+
8711
  #: src/admin-views/legacy-ticket-fields.php:19
8712
  #: src/admin-views/price-fields.php:7
8713
  msgid "(0 or empty for free tickets)"
9284
  msgid "Stripe Logo Image"
9285
  msgstr ""
9286
 
 
 
 
 
9287
  #: src/admin-views/settings/tickets-commerce/stripe/modal/signup-complete/content.php:18
9288
  msgid ""
9289
  "Be sure that your Stripe currency matches the currency you have configured "
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, aguseo, bordoni, borkweb
4
  Tags: tickets, registration, event registration, RSVP, ticket sales, attendee management
5
  Requires at least: 5.6
6
  Tested up to: 6.0
7
- Stable tag: 5.4.1
8
  Requires PHP: 7.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -188,6 +188,20 @@ Check out our extensive [knowledgebase](https://evnt.is/18wm) for articles on us
188
 
189
  == Changelog ==
190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  = [5.4.1] 2022-06-08 =
192
 
193
  * Enhancement - Expanded list of supported currencies for Tickets Commerce, for details visit: https://evnt.is/tec-tc-currencies. [ET-1454, ET-1455, ET-1456]
4
  Tags: tickets, registration, event registration, RSVP, ticket sales, attendee management
5
  Requires at least: 5.6
6
  Tested up to: 6.0
7
+ Stable tag: 5.4.2
8
  Requires PHP: 7.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
188
 
189
  == Changelog ==
190
 
191
+ = [5.4.2] 2022-07-05 =
192
+
193
+ * Enhancement - Unify CSS class names for many admin elements. [ET-1536]
194
+ * Enhancement - Add a `Currency Position` setting for Tickets Commerce. [ET-1534]
195
+ * Tweak - Added helpful heading labels for Tickets Commerce Payments settings tab fields. [ET-1529]
196
+ * Fix - Fixed changing of Shared Capacity stock when a single ticket stock is updated. [ETP-800]
197
+ * Fix - Cannot edit events with Elementor on The Events Calendar with Event Tickets activated. [ET-1538]
198
+ * Fix - Remove duplicate `Total Event Capacity` wording when ET+ is activated. [ET-1535]
199
+ * Fix - When using Event Tickets as a standalone plugin, the SelectWoo asset was not being properly loaded. [ET-1531]
200
+ * Fix - Some CSS issues within the tickets block in the block editor. [ET-1530]
201
+ * Fix - The wrong `Ticket #` was being sent in attendee emails for Ticket Commerce tickets. [ET-1537]
202
+ * Fix - Allow price block to override the string that is dynamically created from ticket values. [ET-1524]
203
+ * Language - 9 new strings added, 177 updated, 0 fuzzied, and 1 obsoleted.
204
+
205
  = [5.4.1] 2022-06-08 =
206
 
207
  * Enhancement - Expanded list of supported currencies for Tickets Commerce, for details visit: https://evnt.is/tec-tc-currencies. [ET-1454, ET-1455, ET-1456]
src/Tickets/Commerce/Assets.php CHANGED
@@ -33,7 +33,11 @@ class Assets extends tad_DI52_ServiceProvider {
33
  $tickets_main,
34
  'tribe-tickets-admin-commerce-settings',
35
  'admin/tickets-commerce-settings.js',
36
- [ 'jquery' ],
 
 
 
 
37
  'admin_enqueue_scripts'
38
  );
39
 
33
  $tickets_main,
34
  'tribe-tickets-admin-commerce-settings',
35
  'admin/tickets-commerce-settings.js',
36
+ [
37
+ 'jquery',
38
+ 'tribe-dropdowns',
39
+ 'tribe-select2',
40
+ ],
41
  'admin_enqueue_scripts'
42
  );
43
 
src/Tickets/Commerce/Models/Attendee_Model.php CHANGED
@@ -91,7 +91,7 @@ class Attendee_Model extends Base {
91
  'user_id' => $user_id,
92
  'holder_name' => $full_name,
93
  'holder_email' => $email,
94
- 'ticket_id' => $ticket_id,
95
  'qr_ticket_id' => $post_id,
96
  'security_code' => $security,
97
 
91
  'user_id' => $user_id,
92
  'holder_name' => $full_name,
93
  'holder_email' => $email,
94
+ 'ticket_id' => $post_id,
95
  'qr_ticket_id' => $post_id,
96
  'security_code' => $security,
97
 
src/Tickets/Commerce/Models/Order_Model.php CHANGED
@@ -63,10 +63,12 @@ class Order_Model extends Base {
63
  'provider_slug' => Commerce::ABBR,
64
  'status_log' => $status_log,
65
  'status_obj' => $status,
 
66
  'gateway' => $gateway_slug,
67
  'gateway_order_id' => $gateway_order_id,
68
  'gateway_payload' => $gateway_payload,
69
  'total_value' => Commerce\Utils\Value::create( $total_value ),
 
70
  'currency' => $currency,
71
  'purchaser' => [
72
  'user_id' => (int) $purchaser_user_id,
63
  'provider_slug' => Commerce::ABBR,
64
  'status_log' => $status_log,
65
  'status_obj' => $status,
66
+ 'status' => $status->get_name(),
67
  'gateway' => $gateway_slug,
68
  'gateway_order_id' => $gateway_order_id,
69
  'gateway_payload' => $gateway_payload,
70
  'total_value' => Commerce\Utils\Value::create( $total_value ),
71
+ 'total' => $total_value,
72
  'currency' => $currency,
73
  'purchaser' => [
74
  'user_id' => (int) $purchaser_user_id,
src/Tickets/Commerce/Settings.php CHANGED
@@ -53,6 +53,15 @@ class Settings {
53
  */
54
  public static $option_currency_code = 'tickets-commerce-currency-code';
55
 
 
 
 
 
 
 
 
 
 
56
  /**
57
  * The option key for stock handling.
58
  *
@@ -225,14 +234,14 @@ class Settings {
225
  $success_shortcode = Shortcodes\Success_Shortcode::get_wp_slug();
226
  $checkout_shortcode = Shortcodes\Checkout_Shortcode::get_wp_slug();
227
 
228
- $paypal_currency_code_options = tribe( Currency::class )->get_currency_code_options();
229
 
230
  $current_user = get_user_by( 'id', get_current_user_id() );
231
 
232
  $settings = [
233
- 'tickets-commerce-general-settings-heading' => [
234
  'type' => 'html',
235
- 'html' => '<h3 class="tribe-dependent" data-depends="#' . Tickets_Settings::$tickets_commerce_enabled . '-input" data-condition-is-checked>' . __( 'Tickets Commerce Settings', 'event-tickets' ) . '</h3><div class="clear"></div>',
236
  ],
237
  static::$option_sandbox => [
238
  'type' => 'checkbox_bool',
@@ -241,14 +250,6 @@ class Settings {
241
  'default' => false,
242
  'validation_type' => 'boolean',
243
  ],
244
- static::$option_currency_code => [
245
- 'type' => 'dropdown',
246
- 'label' => esc_html__( 'Currency Code', 'event-tickets' ),
247
- 'tooltip' => esc_html__( 'The currency that will be used for Tickets Commerce transactions.', 'event-tickets' ),
248
- 'default' => 'USD',
249
- 'validation_type' => 'options',
250
- 'options' => $paypal_currency_code_options,
251
- ],
252
  static::$option_stock_handling => [
253
  'type' => 'radio',
254
  'label' => esc_html__( 'Stock Handling', 'event-tickets' ),
@@ -279,6 +280,33 @@ class Settings {
279
  ],
280
  'tooltip_first' => true,
281
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  static::$option_checkout_page => [
283
  'type' => 'dropdown',
284
  'label' => esc_html__( 'Checkout page', 'event-tickets' ),
@@ -309,6 +337,10 @@ class Settings {
309
  'options' => $pages,
310
  'required' => true,
311
  ],
 
 
 
 
312
  static::$option_confirmation_email_sender_email => [
313
  'type' => 'email',
314
  'label' => esc_html__( 'Confirmation email sender address', 'event-tickets' ),
53
  */
54
  public static $option_currency_code = 'tickets-commerce-currency-code';
55
 
56
+ /**
57
+ * The option key for currency position.
58
+ *
59
+ * @since 5.4.2
60
+ *
61
+ * @var string
62
+ */
63
+ public static $option_currency_position = 'tickets-commerce-currency-position';
64
+
65
  /**
66
  * The option key for stock handling.
67
  *
234
  $success_shortcode = Shortcodes\Success_Shortcode::get_wp_slug();
235
  $checkout_shortcode = Shortcodes\Checkout_Shortcode::get_wp_slug();
236
 
237
+ $tc_currency_options = tribe( Currency::class )->get_currency_code_options();
238
 
239
  $current_user = get_user_by( 'id', get_current_user_id() );
240
 
241
  $settings = [
242
+ 'tickets-commerce-settings-general-heading' => [
243
  'type' => 'html',
244
+ 'html' => '<h3>' . __( 'General', 'event-tickets' ) . '</h3>',
245
  ],
246
  static::$option_sandbox => [
247
  'type' => 'checkbox_bool',
250
  'default' => false,
251
  'validation_type' => 'boolean',
252
  ],
 
 
 
 
 
 
 
 
253
  static::$option_stock_handling => [
254
  'type' => 'radio',
255
  'label' => esc_html__( 'Stock Handling', 'event-tickets' ),
280
  ],
281
  'tooltip_first' => true,
282
  ],
283
+ 'tickets-commerce-settings-currency-heading' => [
284
+ 'type' => 'html',
285
+ 'html' => '<h3>' . __( 'Currency', 'event-tickets' ) . '</h3>',
286
+ ],
287
+ static::$option_currency_code => [
288
+ 'type' => 'dropdown',
289
+ 'label' => esc_html__( 'Currency Code', 'event-tickets' ),
290
+ 'tooltip' => esc_html__( 'The currency that will be used for Tickets Commerce transactions.', 'event-tickets' ),
291
+ 'default' => 'USD',
292
+ 'validation_type' => 'options',
293
+ 'options' => $tc_currency_options,
294
+ ],
295
+ static::$option_currency_position => [
296
+ 'type' => 'dropdown',
297
+ 'label' => esc_html__( 'Currency Position', 'event-tickets' ),
298
+ 'tooltip' => esc_html__( 'The position of the currency symbol as it relates to the ticket values.', 'event-tickets' ),
299
+ 'default' => 'prefix',
300
+ 'validation_type' => 'options',
301
+ 'options' => [
302
+ 'prefix' => esc_html__( 'Before', 'event-tickets' ),
303
+ 'postfix' => esc_html__( 'After', 'event-tickets' ),
304
+ ],
305
+ ],
306
+ 'tickets-commerce-settings-page-heading' => [
307
+ 'type' => 'html',
308
+ 'html' => '<h3>' . __( 'Pages Configuration', 'event-tickets' ) . '</h3>',
309
+ ],
310
  static::$option_checkout_page => [
311
  'type' => 'dropdown',
312
  'label' => esc_html__( 'Checkout page', 'event-tickets' ),
337
  'options' => $pages,
338
  'required' => true,
339
  ],
340
+ 'tickets-commerce-email-settings-heading' => [
341
+ 'type' => 'html',
342
+ 'html' => '<h3>' . __( 'Emails', 'event-tickets' ) . '</h3>',
343
+ ],
344
  static::$option_confirmation_email_sender_email => [
345
  'type' => 'email',
346
  'label' => esc_html__( 'Confirmation email sender address', 'event-tickets' ),
src/Tickets/Commerce/Utils/Currency.php CHANGED
@@ -2,6 +2,8 @@
2
 
3
  namespace TEC\Tickets\Commerce\Utils;
4
 
 
 
5
  /**
6
  * Class Currency Utils
7
  *
@@ -286,20 +288,7 @@ class Currency {
286
  *
287
  */
288
  public static function get_currency_symbol_position( $code ) {
289
- $map = static::get_default_currency_map();
290
- if ( ! isset( $map[ $code ]['position'] ) ) {
291
- $currency_position = 'prefix';
292
- } else {
293
- $currency_position = $map[ $code ]['position'];
294
- }
295
-
296
- if (
297
- 'prefix' === $currency_position
298
- && 'EUR' === $code
299
- && 0 !== strpos( get_locale(), 'en_' ) // site language does not start with 'en_'
300
- ) {
301
- $currency_position = 'postfix';
302
- }
303
 
304
  /**
305
  * Whether the currency position should be 'prefix' or 'postfix' (i.e. suffix).
2
 
3
  namespace TEC\Tickets\Commerce\Utils;
4
 
5
+ use TEC\Tickets\Commerce\Settings;
6
+
7
  /**
8
  * Class Currency Utils
9
  *
288
  *
289
  */
290
  public static function get_currency_symbol_position( $code ) {
291
+ $currency_position = tribe_get_option( Settings::$option_currency_position, 'prefix' );
 
 
 
 
 
 
 
 
 
 
 
 
 
292
 
293
  /**
294
  * Whether the currency position should be 'prefix' or 'postfix' (i.e. suffix).
src/Tribe/Commerce/Currency.php CHANGED
@@ -529,6 +529,10 @@ class Tribe__Tickets__Commerce__Currency {
529
  return 'before' === $position ? 'prefix' : 'postfix';
530
  }
531
 
 
 
 
 
532
  return $this->get_currency_symbol_position( $object_id );
533
  }
534
 
529
  return 'before' === $position ? 'prefix' : 'postfix';
530
  }
531
 
532
+ if ( 'TEC\Tickets\Commerce\Module' === $provider && function_exists( 'tec_tickets_commerce_currency_position' ) ) {
533
+ return tec_tickets_commerce_currency_position();
534
+ }
535
+
536
  return $this->get_currency_symbol_position( $object_id );
537
  }
538
 
src/Tribe/Editor/Compatibility/Tickets.php CHANGED
@@ -32,6 +32,11 @@ class Tribe__Tickets__Editor__Compatibility__Tickets {
32
  return $content;
33
  }
34
 
 
 
 
 
 
35
  /** @var Tribe__Context $context */
36
  $context = tribe( 'context' );
37
 
32
  return $content;
33
  }
34
 
35
+ // If edited via Elementor, return.
36
+ if ( class_exists( '\Elementor\Plugin' ) && \Elementor\Plugin::$instance->documents->get( get_the_ID() )->is_built_with_elementor() ) {
37
+ return $content;
38
+ }
39
+
40
  /** @var Tribe__Context $context */
41
  $context = tribe( 'context' );
42
 
src/Tribe/Main.php CHANGED
@@ -8,7 +8,7 @@ class Tribe__Tickets__Main {
8
  /**
9
  * Current version of this plugin
10
  */
11
- const VERSION = '5.4.1';
12
 
13
  /**
14
  * Used to store the version history.
8
  /**
9
  * Current version of this plugin
10
  */
11
+ const VERSION = '5.4.2';
12
 
13
  /**
14
  * Used to store the version history.
src/Tribe/Tickets.php CHANGED
@@ -2724,6 +2724,11 @@ if ( ! class_exists( 'Tribe__Tickets__Tickets' ) ) {
2724
  * @return array
2725
  */
2726
  public function get_ticket_prices( array $prices, $post_id ) {
 
 
 
 
 
2727
  // Iterate through all tickets from all providers
2728
  foreach ( self::get_all_event_tickets( $post_id ) as $ticket ) {
2729
  // No need to add the pricepoint if it is already in the array
2724
  * @return array
2725
  */
2726
  public function get_ticket_prices( array $prices, $post_id ) {
2727
+ // If value already exists, do not override it. Return it.
2728
+ if ( ! empty( $prices ) ) {
2729
+ return $prices;
2730
+ }
2731
+
2732
  // Iterate through all tickets from all providers
2733
  foreach ( self::get_all_event_tickets( $post_id ) as $ticket ) {
2734
  // No need to add the pricepoint if it is already in the array
src/Tribe/Tickets_Handler.php CHANGED
@@ -657,6 +657,11 @@ class Tribe__Tickets__Tickets_Handler {
657
  public function trigger_shared_cap_sync( $post_id, $ticket, $raw_data ) {
658
  $ticket_capacity_data = Tribe__Utils__Array::get( $raw_data, 'tribe-ticket', [] );
659
  $ticket_capacity = Tribe__Utils__Array::get( $ticket_capacity_data, 'capacity', false );
 
 
 
 
 
660
 
661
  if ( empty( $ticket_capacity_data ) || ! $ticket_capacity ) {
662
  return new WP_Error( 'invalid_capacity', __( 'Invalid ticket capacity data.', 'event-tickets' ), $raw_data );
657
  public function trigger_shared_cap_sync( $post_id, $ticket, $raw_data ) {
658
  $ticket_capacity_data = Tribe__Utils__Array::get( $raw_data, 'tribe-ticket', [] );
659
  $ticket_capacity = Tribe__Utils__Array::get( $ticket_capacity_data, 'capacity', false );
660
+ $capacity_mode = Tribe__Utils__Array::get( $ticket_capacity_data, 'mode', false );
661
+
662
+ if ( Tribe__Tickets__Global_Stock::OWN_STOCK_MODE === $capacity_mode ) {
663
+ return false;
664
+ }
665
 
666
  if ( empty( $ticket_capacity_data ) || ! $ticket_capacity ) {
667
  return new WP_Error( 'invalid_capacity', __( 'Invalid ticket capacity data.', 'event-tickets' ), $raw_data );
src/admin-views/editor/total-capacity.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $post_id = get_the_ID();
3
+
4
+ /** @var Tribe__Tickets__Tickets_Handler $handler */
5
+ $handler = tribe( 'tickets.handler' );
6
+
7
+ $total_tickets = tribe_get_event_capacity( $post_id );
8
+
9
+ // only show if there are tickets
10
+ if ( empty( $total_tickets ) ) {
11
+ return;
12
+ }
13
+ ?>
14
+ <span id="ticket_form_total_capacity">
15
+ <?php esc_html_e( 'Total Event Capacity:', 'event-tickets' ); ?>
16
+ <span id="ticket_form_total_capacity_value" title="<?php esc_attr_e( 'The total number of possible attendees for this event', 'event-tickets' ); ?>">
17
+ <?php
18
+ switch ( $total_tickets ) {
19
+ case -1:
20
+ printf( '<i>%s</i>', esc_html( $handler->unlimited_term ) );
21
+ break;
22
+ case 0:
23
+ printf( '<i>%s</i>', esc_html__( 'No tickets created yet', 'event-tickets' ) );
24
+ break;
25
+ default:
26
+ echo esc_html( number_format_i18n( $total_tickets ) );
27
+ break;
28
+ }
29
+ ?>
30
+ </span>
31
+ </span>
src/admin-views/settings/getting-started.php CHANGED
@@ -14,24 +14,24 @@ $help_text = $etp_enabled
14
  : __( 'Thank you for using Event Tickets! We recommend looking through the settings below so that you can fine tune your specific ticketing needs. Here are some resources that can help.', 'event-tickets' );
15
 
16
  ?>
17
- <div class="event-tickets__admin-banner">
18
  <h3><?php echo esc_html__( 'Getting Started With Tickets', 'event-tickets' ); ?></h3>
19
- <p class="event-tickets__admin-banner-help-text"><?php echo esc_html__( $help_text ); ?></p>
20
 
21
- <div class="event-tickets__admin-banner-help-links-wrapper">
22
- <div class="event-tickets__admin-banner-links">
23
  <h3><?php esc_html_e( 'Beginner Resources', 'event-tickets' ); ?> </h3>
24
 
25
- <ul class="event-tickets__admin-banner-kb-list">
26
  <?php
27
  foreach ( $et_resource_links as $link ) {
28
- $new_label = isset( $link['new'] ) ? '<span class="event-tickets__admin-banner-links-link-label--new">' . esc_html( 'New!', 'event-tickets' ) . '</span>' : '';
29
  printf( '<li><a href="%s" target="_blank" rel="noopener noreferrer">%s%s</a></li>', esc_url( $link['href'] ), esc_html( $link['label'] ), $new_label );
30
  }
31
  ?>
32
  </ul>
33
  </div>
34
- <div class="event-tickets__admin-banner-links">
35
  <h3>
36
  <?php esc_html_e( 'Advanced Plus Features', 'event-tickets' ); ?>
37
  <?php
@@ -41,7 +41,7 @@ $help_text = $etp_enabled
41
  ?>
42
  </h3>
43
 
44
- <ul class="event-tickets__admin-banner-kb-list">
45
  <?php
46
  foreach ( $etp_resource_links as $link ) {
47
  printf( '<li><a href="%s" target="_blank" rel="noopener noreferrer">%s</a></li>', esc_url( $link['href'] ), esc_html( $link['label'] ) );
14
  : __( 'Thank you for using Event Tickets! We recommend looking through the settings below so that you can fine tune your specific ticketing needs. Here are some resources that can help.', 'event-tickets' );
15
 
16
  ?>
17
+ <div class="tec-tickets__admin-banner">
18
  <h3><?php echo esc_html__( 'Getting Started With Tickets', 'event-tickets' ); ?></h3>
19
+ <p class="tec-tickets__admin-banner-help-text"><?php echo esc_html__( $help_text ); ?></p>
20
 
21
+ <div class="tec-tickets__admin-banner-help-links-wrapper">
22
+ <div class="tec-tickets__admin-banner-links">
23
  <h3><?php esc_html_e( 'Beginner Resources', 'event-tickets' ); ?> </h3>
24
 
25
+ <ul class="tec-tickets__admin-banner-kb-list">
26
  <?php
27
  foreach ( $et_resource_links as $link ) {
28
+ $new_label = isset( $link['new'] ) ? '<span class="tec-tickets__admin-banner-links-link-label--new">' . esc_html( 'New!', 'event-tickets' ) . '</span>' : '';
29
  printf( '<li><a href="%s" target="_blank" rel="noopener noreferrer">%s%s</a></li>', esc_url( $link['href'] ), esc_html( $link['label'] ), $new_label );
30
  }
31
  ?>
32
  </ul>
33
  </div>
34
+ <div class="tec-tickets__admin-banner-links">
35
  <h3>
36
  <?php esc_html_e( 'Advanced Plus Features', 'event-tickets' ); ?>
37
  <?php
41
  ?>
42
  </h3>
43
 
44
+ <ul class="tec-tickets__admin-banner-kb-list">
45
  <?php
46
  foreach ( $etp_resource_links as $link ) {
47
  printf( '<li><a href="%s" target="_blank" rel="noopener noreferrer">%s</a></li>', esc_url( $link['href'] ), esc_html( $link['label'] ) );
src/admin-views/settings/tickets-commerce/banner.php CHANGED
@@ -15,12 +15,12 @@
15
  */
16
 
17
  ?>
18
- <div class="event-tickets__admin-banner event-tickets__admin-tc-banner">
19
- <div class="event-tickets__admin-tc-banner-header">
20
- <h4 class="event-tickets__admin-tc-banner-header-title"><?php echo esc_html( $banner_title ); ?></h4>
21
  <?php $this->template( 'settings/tickets-commerce/banner/new-badge' ); ?>
22
  </div>
23
- <p class="event-tickets__admin-tc-banner-content">
24
  <?php echo wp_kses( $banner_content, 'post' ); ?>
25
  </p>
26
  <?php $this->template( 'settings/tickets-commerce/banner/footer' ); ?>
15
  */
16
 
17
  ?>
18
+ <div class="tec-tickets__admin-banner tec-tickets__admin-tc-banner">
19
+ <div class="tec-tickets__admin-tc-banner-header">
20
+ <h4 class="tec-tickets__admin-tc-banner-header-title"><?php echo esc_html( $banner_title ); ?></h4>
21
  <?php $this->template( 'settings/tickets-commerce/banner/new-badge' ); ?>
22
  </div>
23
+ <p class="tec-tickets__admin-tc-banner-content">
24
  <?php echo wp_kses( $banner_content, 'post' ); ?>
25
  </p>
26
  <?php $this->template( 'settings/tickets-commerce/banner/footer' ); ?>
src/admin-views/settings/tickets-commerce/banner/footer.php CHANGED
@@ -22,7 +22,7 @@ if ( $hide_button && $hide_link ) {
22
  }
23
 
24
  ?>
25
- <div class="event-tickets__admin-tc-banner-footer">
26
  <?php $this->template( 'settings/tickets-commerce/banner/footer/button' ); ?>
27
  <?php $this->template( 'settings/tickets-commerce/banner/footer/link' ); ?>
28
  </div>
22
  }
23
 
24
  ?>
25
+ <div class="tec-tickets__admin-tc-banner-footer">
26
  <?php $this->template( 'settings/tickets-commerce/banner/footer/button' ); ?>
27
  <?php $this->template( 'settings/tickets-commerce/banner/footer/link' ); ?>
28
  </div>
src/admin-views/settings/tickets-commerce/banner/footer/button.php CHANGED
@@ -19,6 +19,6 @@ if ( empty( $button_url ) || empty( $button_text ) ) {
19
  }
20
 
21
  ?>
22
- <a class="event-tickets__admin-tc-banner-button" href="<?php echo esc_url( $button_url ); ?>">
23
  <?php echo esc_html( $button_text ); ?>
24
  </a>
19
  }
20
 
21
  ?>
22
+ <a class="tec-tickets__admin-tc-banner-button" href="<?php echo esc_url( $button_url ); ?>">
23
  <?php echo esc_html( $button_text ); ?>
24
  </a>
src/admin-views/settings/tickets-commerce/banner/footer/link.php CHANGED
@@ -20,7 +20,7 @@ if ( empty( $link_text ) || empty( $link_url ) ) {
20
 
21
  ?>
22
  <a
23
- class="event-tickets__admin-tc-banner-link"
24
  href="<?php echo esc_url( $link_url ); ?>"
25
  rel="noopener noreferrer"
26
  target="_blank"
20
 
21
  ?>
22
  <a
23
+ class="tec-tickets__admin-tc-banner-link"
24
  href="<?php echo esc_url( $link_url ); ?>"
25
  rel="noopener noreferrer"
26
  target="_blank"
src/admin-views/settings/tickets-commerce/banner/new-badge.php CHANGED
@@ -19,6 +19,6 @@ if ( ! tribe_is_truthy( $show_new ) ) {
19
  }
20
 
21
  ?>
22
- <span class="event-tickets__admin-tc-banner-label--new">
23
  <?php esc_html_e( 'New!', 'event-tickets' ); ?>
24
  </span>
19
  }
20
 
21
  ?>
22
+ <span class="tec-tickets__admin-tc-banner-label--new">
23
  <?php esc_html_e( 'New!', 'event-tickets' ); ?>
24
  </span>
src/modules/blocks/ticket/container-content/duration/style.pcss CHANGED
@@ -28,5 +28,5 @@
28
  line-height: 18px;
29
  margin-top: 10px;
30
  padding-left: 160px;
31
- width: 100%;
32
  }
28
  line-height: 18px;
29
  margin-top: 10px;
30
  padding-left: 160px;
31
+ width: calc(100% - 160px);
32
  }
src/modules/blocks/ticket/container-header/price/style.pcss CHANGED
@@ -11,7 +11,7 @@
11
  text-align: center;
12
 
13
  .tribe-editor__ticket--selected & {
14
- margin-right: 118px;
15
  }
16
 
17
  .tribe-editor__ticket--disabled & {
11
  text-align: center;
12
 
13
  .tribe-editor__ticket--selected & {
14
+ margin: 30px 143px 30px 0;
15
  }
16
 
17
  .tribe-editor__ticket--disabled & {
src/modules/blocks/ticket/container-header/style.pcss CHANGED
@@ -8,4 +8,5 @@
8
 
9
  .tribe-editor__ticket__container-header-details {
10
  flex: auto;
 
11
  }
8
 
9
  .tribe-editor__ticket__container-header-details {
10
  flex: auto;
11
+ margin: 30px 0 30px 25px;
12
  }
src/modules/elements/container-panel/style.pcss CHANGED
@@ -21,8 +21,11 @@
21
 
22
  .tribe-editor__container-panel--ticket & {
23
  width: 100px;
24
- padding: 25px 4px;
25
  background-color: #F8F9F9;
 
 
 
 
26
  }
27
  }
28
 
@@ -41,7 +44,6 @@
41
  .tribe-editor__container-panel--ticket & {
42
  flex: none;
43
  width: calc(100% - 100px);
44
- padding: 30px 25px;
45
  }
46
  }
47
 
@@ -54,7 +56,7 @@
54
 
55
  .tribe-editor__container-panel--ticket & {
56
  flex: none;
57
- width: 100%;
58
  background-color: #F8F9F9;
59
  padding: 30px 20px 25px;
60
  border-top: 1px dashed #B5BCC2;
21
 
22
  .tribe-editor__container-panel--ticket & {
23
  width: 100px;
 
24
  background-color: #F8F9F9;
25
+
26
+ svg {
27
+ margin: 25px 4px;
28
+ }
29
  }
30
  }
31
 
44
  .tribe-editor__container-panel--ticket & {
45
  flex: none;
46
  width: calc(100% - 100px);
 
47
  }
48
  }
49
 
56
 
57
  .tribe-editor__container-panel--ticket & {
58
  flex: none;
59
+ width: calc(100% - 40px);
60
  background-color: #F8F9F9;
61
  padding: 30px 20px 25px;
62
  border-top: 1px dashed #B5BCC2;
src/resources/css/app/blocks.css CHANGED
@@ -1,7 +1,7 @@
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
- .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;padding:25px 4px;background-color:#f8f9f9}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px);padding:30px 25px}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:100%;background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
@@ -33,12 +33,12 @@
33
  .tribe-editor__ticket{margin:-19px 0;border:1px solid #e1e3e6;position:relative;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__ticket--selected{border:1px solid #b1b5b8}.tribe-editor__ticket .components-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);float:none;margin:0;opacity:.8}
34
  .tribe-editor__ticket__container-header-title{align-items:baseline;display:flex}.tribe-editor__ticket__container-header-title .tribe-editor__ticket__container-header-clipboard-tooltip{flex:none;height:20px;margin:6px 0 0 10px}.tribe-editor__ticket__container-header-title>svg{flex:none;margin:6px 0 0 10px;opacity:0;transition:opacity .2s ease}.is-hovered[data-type="tribe/tickets-item"] .tribe-editor__ticket__container-header-title>svg,.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-title>svg{opacity:1}.tribe-editor__ticket__container-header-title svg{fill:#8d949b}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket__container-header-title-label{flex:none;max-width:calc(100% - 28px);color:#141827;margin:0;padding-top:3px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-title-label{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input{background-color:transparent;border:none;color:#000;font-size:21px;font-weight:700;letter-spacing:.16px;line-height:25px;margin:3px 0 0;padding:0;resize:none;width:calc(95% - 26px)}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:hover{background-color:#fff}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:hover{background-color:transparent;color:#aeb4bb}
35
  .tribe-editor__ticket__container-header-description{display:block;color:#545d66;padding-top:7px;font-size:12px;line-height:18px;letter-spacing:.04px}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-description{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input{display:flex;background-color:transparent;color:#545d66;margin:0;padding:0;border:none;font-size:12px;max-height:108px;line-height:18px;letter-spacing:.04px;width:100%}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:disabled{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:hover{box-shadow:none;outline:none}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input>*{flex:none}
36
- .tribe-editor__ticket__container-header-price{flex:none;min-width:65px;color:#141827;margin:0 20px 0 15px;padding-bottom:5px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px;text-align:center}.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-price{margin-right:118px}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-price{color:#aeb4bb}.tribe-editor__ticket__container-header-price-input>input[type=number]{background-color:transparent;color:#141827;margin:0;padding:0;border:none;font-family:inherit;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket__container-header-price-input>input[type=number]:disabled{color:#aeb4bb}
37
  .tribe-editor__quantity-bar{border:1px solid #e1e3e6;position:relative;height:10px;margin:5px 0}.tribe-editor__quantity-bar__bar--capacity,.tribe-editor__quantity-bar__bar--shared-sold,.tribe-editor__quantity-bar__bar--sold{position:absolute;left:0;top:0;bottom:0}.tribe-editor__quantity-bar__bar--capacity{z-index:3}.tribe-editor__quantity-bar__bar--capacity:after{width:1px;content:"";height:20px;position:absolute;background-color:#009fd4;right:0;top:-5px}.tribe-editor__quantity-bar__bar--sold{background-color:#009fd4;z-index:2}.tribe-editor__quantity-bar__bar--shared-sold{background-color:#c9ebf7;z-index:1}.tribe-editor__quantity-bar__bar-label{position:absolute;right:0;bottom:-20px;transform:translateX(50%);font-size:12px;line-height:1;color:#545d66}
38
  .tribe-editor__ticket__container-header-quantity{margin-right:13px;min-width:105px}.tribe-editor__ticket__container-header-quantity-label{display:block;color:#000;font-size:15px;line-height:18px;margin-bottom:12px;text-align:center}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-quantity-label{color:#aeb4bb}.tribe-editor__ticket__container-header-quantity-unlimited{display:block;color:#aeb4bb;font-size:12px;line-height:14px;padding:2px 0;text-align:center}
39
- .tribe-editor__ticket .tribe-editor__container-panel__header{display:flex;align-items:center}.tribe-editor__ticket__container-header-details{flex:auto}
40
  .tribe-editor__ticket__content-row--capacity{padding-bottom:40px}.tribe-editor__ticket__capacity-label-with-tooltip{padding-top:13px}.tribe-editor__ticket__capacity-form{flex:auto;display:flex;justify-content:flex-end;flex-wrap:wrap}.tribe-editor__ticket--has-tickets-plus .tribe-editor__ticket__capacity-form{display:block}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row{display:flex;justify-content:flex-end;align-items:center;position:relative;padding-top:12px;margin-left:8px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__labeled-item__label{flex:none;margin-right:20px;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0;color:#000}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__input--number{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:before{content:"";flex:1;height:1px;margin-right:10px;background-color:#e1e3e6}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:after{content:"";width:1px;background-color:#e1e3e6;position:absolute;top:10px;left:0;height:100%}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:last-child:after{top:0;height:calc(50% + 6px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:nth-child(2):last-child:after{top:10px;height:calc(50% - 4px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--capacity-independent .tribe-editor__labeled-item__label:after,.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--shared-capacity .tribe-editor__labeled-item__label:after{color:red;content:"*";margin-left:3px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-helper-text{flex:none;width:100%;font-size:12px;line-height:14px;color:#8d949b;text-align:right;margin-top:10px}
41
- .tribe-editor__ticket__content-row--duration{padding:0 0 30px;flex-wrap:wrap}.tribe-editor__ticket__duration-label-with-tooltip{padding-top:12px;position:relative;z-index:1}.tribe-editor__ticket__duration-picker{flex:1;margin-left:-55px}.tribe-editor__ticket--disabled .tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#aeb4bb}.tribe-editor__ticket__duration-error{color:red;flex:none;font-size:15px;line-height:18px;margin-top:10px;padding-left:160px;width:100%}
42
  .tribe-editor__ticket__advanced-options .tribe-editor__accordion__row{position:relative}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.active:before{content:"";height:1px;width:calc(100% + 12px);background-color:#e1e3e6;position:absolute;top:10px;left:0}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.open .tribe-editor__accordion__row-content{overflow:visible}.tribe-editor__ticket__advanced-options-header{border:none;background-color:#f8f9f9!important;display:flex;align-items:center;padding:0;position:relative}svg.tribe-editor__ticket__advanced-options-header-icon{fill:#8d949b;margin-left:-5px;margin-right:3px}.tribe-editor__accordion__row.active svg.tribe-editor__ticket__advanced-options-header-icon{transform:rotate(180deg) translateX(-2px)}.tribe-editor__ticket--disabled svg.tribe-editor__ticket__advanced-options-header-icon{fill:#aeb4bb}.tribe-editor__ticket__advanced-options-header-text{color:#000;font-size:15px;font-weight:700;line-height:18px;padding-right:10px}.tribe-editor__ticket--disabled .tribe-editor__ticket__advanced-options-header-text{color:#aeb4bb}
43
  .tribe-editor__ticket__ecommerce-options{padding-top:30px}.tribe-editor__ticket__ecommerce-options .tribe-editor__labeled-item__label{flex:none;width:31%}.tribe-editor__ticket__ecommerce-options-links{display:flex;line-height:18px}.tribe-editor__ticket__ecommerce-options-link-wrapper{flex:none}.tribe-editor__ticket__ecommerce-options-link-wrapper:after{content:"|";color:#545d66;margin:0 6px}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link-wrapper:after{color:#aeb4bb}.tribe-editor__ticket__ecommerce-options-link-wrapper:last-child:after{content:""}.tribe-editor__ticket__ecommerce-options-link{font-size:15px;text-decoration:none}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link{color:#aeb4bb}
44
  .tribe-editor__ticket__content-row--move-delete{padding:30px 0 0}.tribe-editor__ticket__content-row--move-delete>button{font-size:15px!important;line-height:18px;padding:0}.tribe-editor__ticket__content-row--move-delete>button:first-child{color:#009fd4}.tribe-editor__ticket__content-row--move-delete>button:first-child:after{color:#8d949b;content:"|";margin:0 10px}.tribe-editor__ticket__content-row--move-delete>button:last-child{color:#da394d}
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
+ .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;background-color:#f8f9f9}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon svg{margin:25px 4px}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px)}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:calc(100% - 40px);background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
33
  .tribe-editor__ticket{margin:-19px 0;border:1px solid #e1e3e6;position:relative;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__ticket--selected{border:1px solid #b1b5b8}.tribe-editor__ticket .components-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);float:none;margin:0;opacity:.8}
34
  .tribe-editor__ticket__container-header-title{align-items:baseline;display:flex}.tribe-editor__ticket__container-header-title .tribe-editor__ticket__container-header-clipboard-tooltip{flex:none;height:20px;margin:6px 0 0 10px}.tribe-editor__ticket__container-header-title>svg{flex:none;margin:6px 0 0 10px;opacity:0;transition:opacity .2s ease}.is-hovered[data-type="tribe/tickets-item"] .tribe-editor__ticket__container-header-title>svg,.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-title>svg{opacity:1}.tribe-editor__ticket__container-header-title svg{fill:#8d949b}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket__container-header-title-label{flex:none;max-width:calc(100% - 28px);color:#141827;margin:0;padding-top:3px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-title-label{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input{background-color:transparent;border:none;color:#000;font-size:21px;font-weight:700;letter-spacing:.16px;line-height:25px;margin:3px 0 0;padding:0;resize:none;width:calc(95% - 26px)}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:hover{background-color:#fff}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:hover{background-color:transparent;color:#aeb4bb}
35
  .tribe-editor__ticket__container-header-description{display:block;color:#545d66;padding-top:7px;font-size:12px;line-height:18px;letter-spacing:.04px}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-description{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input{display:flex;background-color:transparent;color:#545d66;margin:0;padding:0;border:none;font-size:12px;max-height:108px;line-height:18px;letter-spacing:.04px;width:100%}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:disabled{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:hover{box-shadow:none;outline:none}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input>*{flex:none}
36
+ .tribe-editor__ticket__container-header-price{flex:none;min-width:65px;color:#141827;margin:0 20px 0 15px;padding-bottom:5px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px;text-align:center}.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-price{margin:30px 143px 30px 0}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-price{color:#aeb4bb}.tribe-editor__ticket__container-header-price-input>input[type=number]{background-color:transparent;color:#141827;margin:0;padding:0;border:none;font-family:inherit;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket__container-header-price-input>input[type=number]:disabled{color:#aeb4bb}
37
  .tribe-editor__quantity-bar{border:1px solid #e1e3e6;position:relative;height:10px;margin:5px 0}.tribe-editor__quantity-bar__bar--capacity,.tribe-editor__quantity-bar__bar--shared-sold,.tribe-editor__quantity-bar__bar--sold{position:absolute;left:0;top:0;bottom:0}.tribe-editor__quantity-bar__bar--capacity{z-index:3}.tribe-editor__quantity-bar__bar--capacity:after{width:1px;content:"";height:20px;position:absolute;background-color:#009fd4;right:0;top:-5px}.tribe-editor__quantity-bar__bar--sold{background-color:#009fd4;z-index:2}.tribe-editor__quantity-bar__bar--shared-sold{background-color:#c9ebf7;z-index:1}.tribe-editor__quantity-bar__bar-label{position:absolute;right:0;bottom:-20px;transform:translateX(50%);font-size:12px;line-height:1;color:#545d66}
38
  .tribe-editor__ticket__container-header-quantity{margin-right:13px;min-width:105px}.tribe-editor__ticket__container-header-quantity-label{display:block;color:#000;font-size:15px;line-height:18px;margin-bottom:12px;text-align:center}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-quantity-label{color:#aeb4bb}.tribe-editor__ticket__container-header-quantity-unlimited{display:block;color:#aeb4bb;font-size:12px;line-height:14px;padding:2px 0;text-align:center}
39
+ .tribe-editor__ticket .tribe-editor__container-panel__header{display:flex;align-items:center}.tribe-editor__ticket__container-header-details{flex:auto;margin:30px 0 30px 25px}
40
  .tribe-editor__ticket__content-row--capacity{padding-bottom:40px}.tribe-editor__ticket__capacity-label-with-tooltip{padding-top:13px}.tribe-editor__ticket__capacity-form{flex:auto;display:flex;justify-content:flex-end;flex-wrap:wrap}.tribe-editor__ticket--has-tickets-plus .tribe-editor__ticket__capacity-form{display:block}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row{display:flex;justify-content:flex-end;align-items:center;position:relative;padding-top:12px;margin-left:8px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__labeled-item__label{flex:none;margin-right:20px;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0;color:#000}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__input--number{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:before{content:"";flex:1;height:1px;margin-right:10px;background-color:#e1e3e6}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:after{content:"";width:1px;background-color:#e1e3e6;position:absolute;top:10px;left:0;height:100%}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:last-child:after{top:0;height:calc(50% + 6px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:nth-child(2):last-child:after{top:10px;height:calc(50% - 4px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--capacity-independent .tribe-editor__labeled-item__label:after,.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--shared-capacity .tribe-editor__labeled-item__label:after{color:red;content:"*";margin-left:3px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-helper-text{flex:none;width:100%;font-size:12px;line-height:14px;color:#8d949b;text-align:right;margin-top:10px}
41
+ .tribe-editor__ticket__content-row--duration{padding:0 0 30px;flex-wrap:wrap}.tribe-editor__ticket__duration-label-with-tooltip{padding-top:12px;position:relative;z-index:1}.tribe-editor__ticket__duration-picker{flex:1;margin-left:-55px}.tribe-editor__ticket--disabled .tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#aeb4bb}.tribe-editor__ticket__duration-error{color:red;flex:none;font-size:15px;line-height:18px;margin-top:10px;padding-left:160px;width:calc(100% - 160px)}
42
  .tribe-editor__ticket__advanced-options .tribe-editor__accordion__row{position:relative}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.active:before{content:"";height:1px;width:calc(100% + 12px);background-color:#e1e3e6;position:absolute;top:10px;left:0}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.open .tribe-editor__accordion__row-content{overflow:visible}.tribe-editor__ticket__advanced-options-header{border:none;background-color:#f8f9f9!important;display:flex;align-items:center;padding:0;position:relative}svg.tribe-editor__ticket__advanced-options-header-icon{fill:#8d949b;margin-left:-5px;margin-right:3px}.tribe-editor__accordion__row.active svg.tribe-editor__ticket__advanced-options-header-icon{transform:rotate(180deg) translateX(-2px)}.tribe-editor__ticket--disabled svg.tribe-editor__ticket__advanced-options-header-icon{fill:#aeb4bb}.tribe-editor__ticket__advanced-options-header-text{color:#000;font-size:15px;font-weight:700;line-height:18px;padding-right:10px}.tribe-editor__ticket--disabled .tribe-editor__ticket__advanced-options-header-text{color:#aeb4bb}
43
  .tribe-editor__ticket__ecommerce-options{padding-top:30px}.tribe-editor__ticket__ecommerce-options .tribe-editor__labeled-item__label{flex:none;width:31%}.tribe-editor__ticket__ecommerce-options-links{display:flex;line-height:18px}.tribe-editor__ticket__ecommerce-options-link-wrapper{flex:none}.tribe-editor__ticket__ecommerce-options-link-wrapper:after{content:"|";color:#545d66;margin:0 6px}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link-wrapper:after{color:#aeb4bb}.tribe-editor__ticket__ecommerce-options-link-wrapper:last-child:after{content:""}.tribe-editor__ticket__ecommerce-options-link{font-size:15px;text-decoration:none}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link{color:#aeb4bb}
44
  .tribe-editor__ticket__content-row--move-delete{padding:30px 0 0}.tribe-editor__ticket__content-row--move-delete>button{font-size:15px!important;line-height:18px;padding:0}.tribe-editor__ticket__content-row--move-delete>button:first-child{color:#009fd4}.tribe-editor__ticket__content-row--move-delete>button:first-child:after{color:#8d949b;content:"|";margin:0 10px}.tribe-editor__ticket__content-row--move-delete>button:last-child{color:#da394d}
src/resources/css/app/blocks.min.css CHANGED
@@ -1,7 +1,7 @@
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
- .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;padding:25px 4px;background-color:#f8f9f9}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px);padding:30px 25px}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:100%;background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
@@ -33,12 +33,12 @@
33
  .tribe-editor__ticket{margin:-19px 0;border:1px solid #e1e3e6;position:relative;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__ticket--selected{border:1px solid #b1b5b8}.tribe-editor__ticket .components-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);float:none;margin:0;opacity:.8}
34
  .tribe-editor__ticket__container-header-title{align-items:baseline;display:flex}.tribe-editor__ticket__container-header-title .tribe-editor__ticket__container-header-clipboard-tooltip{flex:none;height:20px;margin:6px 0 0 10px}.tribe-editor__ticket__container-header-title>svg{flex:none;margin:6px 0 0 10px;opacity:0;transition:opacity .2s ease}.is-hovered[data-type="tribe/tickets-item"] .tribe-editor__ticket__container-header-title>svg,.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-title>svg{opacity:1}.tribe-editor__ticket__container-header-title svg{fill:#8d949b}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket__container-header-title-label{flex:none;max-width:calc(100% - 28px);color:#141827;margin:0;padding-top:3px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-title-label{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input{background-color:transparent;border:none;color:#000;font-size:21px;font-weight:700;letter-spacing:.16px;line-height:25px;margin:3px 0 0;padding:0;resize:none;width:calc(95% - 26px)}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:hover{background-color:#fff}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:hover{background-color:transparent;color:#aeb4bb}
35
  .tribe-editor__ticket__container-header-description{display:block;color:#545d66;padding-top:7px;font-size:12px;line-height:18px;letter-spacing:.04px}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-description{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input{display:flex;background-color:transparent;color:#545d66;margin:0;padding:0;border:none;font-size:12px;max-height:108px;line-height:18px;letter-spacing:.04px;width:100%}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:disabled{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:hover{box-shadow:none;outline:none}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input>*{flex:none}
36
- .tribe-editor__ticket__container-header-price{flex:none;min-width:65px;color:#141827;margin:0 20px 0 15px;padding-bottom:5px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px;text-align:center}.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-price{margin-right:118px}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-price{color:#aeb4bb}.tribe-editor__ticket__container-header-price-input>input[type=number]{background-color:transparent;color:#141827;margin:0;padding:0;border:none;font-family:inherit;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket__container-header-price-input>input[type=number]:disabled{color:#aeb4bb}
37
  .tribe-editor__quantity-bar{border:1px solid #e1e3e6;position:relative;height:10px;margin:5px 0}.tribe-editor__quantity-bar__bar--capacity,.tribe-editor__quantity-bar__bar--shared-sold,.tribe-editor__quantity-bar__bar--sold{position:absolute;left:0;top:0;bottom:0}.tribe-editor__quantity-bar__bar--capacity{z-index:3}.tribe-editor__quantity-bar__bar--capacity:after{width:1px;content:"";height:20px;position:absolute;background-color:#009fd4;right:0;top:-5px}.tribe-editor__quantity-bar__bar--sold{background-color:#009fd4;z-index:2}.tribe-editor__quantity-bar__bar--shared-sold{background-color:#c9ebf7;z-index:1}.tribe-editor__quantity-bar__bar-label{position:absolute;right:0;bottom:-20px;transform:translateX(50%);font-size:12px;line-height:1;color:#545d66}
38
  .tribe-editor__ticket__container-header-quantity{margin-right:13px;min-width:105px}.tribe-editor__ticket__container-header-quantity-label{display:block;color:#000;font-size:15px;line-height:18px;margin-bottom:12px;text-align:center}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-quantity-label{color:#aeb4bb}.tribe-editor__ticket__container-header-quantity-unlimited{display:block;color:#aeb4bb;font-size:12px;line-height:14px;padding:2px 0;text-align:center}
39
- .tribe-editor__ticket .tribe-editor__container-panel__header{display:flex;align-items:center}.tribe-editor__ticket__container-header-details{flex:auto}
40
  .tribe-editor__ticket__content-row--capacity{padding-bottom:40px}.tribe-editor__ticket__capacity-label-with-tooltip{padding-top:13px}.tribe-editor__ticket__capacity-form{flex:auto;display:flex;justify-content:flex-end;flex-wrap:wrap}.tribe-editor__ticket--has-tickets-plus .tribe-editor__ticket__capacity-form{display:block}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row{display:flex;justify-content:flex-end;align-items:center;position:relative;padding-top:12px;margin-left:8px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__labeled-item__label{flex:none;margin-right:20px;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0;color:#000}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__input--number{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:before{content:"";flex:1;height:1px;margin-right:10px;background-color:#e1e3e6}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:after{content:"";width:1px;background-color:#e1e3e6;position:absolute;top:10px;left:0;height:100%}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:last-child:after{top:0;height:calc(50% + 6px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:nth-child(2):last-child:after{top:10px;height:calc(50% - 4px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--capacity-independent .tribe-editor__labeled-item__label:after,.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--shared-capacity .tribe-editor__labeled-item__label:after{color:red;content:"*";margin-left:3px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-helper-text{flex:none;width:100%;font-size:12px;line-height:14px;color:#8d949b;text-align:right;margin-top:10px}
41
- .tribe-editor__ticket__content-row--duration{padding:0 0 30px;flex-wrap:wrap}.tribe-editor__ticket__duration-label-with-tooltip{padding-top:12px;position:relative;z-index:1}.tribe-editor__ticket__duration-picker{flex:1;margin-left:-55px}.tribe-editor__ticket--disabled .tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#aeb4bb}.tribe-editor__ticket__duration-error{color:red;flex:none;font-size:15px;line-height:18px;margin-top:10px;padding-left:160px;width:100%}
42
  .tribe-editor__ticket__advanced-options .tribe-editor__accordion__row{position:relative}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.active:before{content:"";height:1px;width:calc(100% + 12px);background-color:#e1e3e6;position:absolute;top:10px;left:0}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.open .tribe-editor__accordion__row-content{overflow:visible}.tribe-editor__ticket__advanced-options-header{border:none;background-color:#f8f9f9!important;display:flex;align-items:center;padding:0;position:relative}svg.tribe-editor__ticket__advanced-options-header-icon{fill:#8d949b;margin-left:-5px;margin-right:3px}.tribe-editor__accordion__row.active svg.tribe-editor__ticket__advanced-options-header-icon{transform:rotate(180deg) translateX(-2px)}.tribe-editor__ticket--disabled svg.tribe-editor__ticket__advanced-options-header-icon{fill:#aeb4bb}.tribe-editor__ticket__advanced-options-header-text{color:#000;font-size:15px;font-weight:700;line-height:18px;padding-right:10px}.tribe-editor__ticket--disabled .tribe-editor__ticket__advanced-options-header-text{color:#aeb4bb}
43
  .tribe-editor__ticket__ecommerce-options{padding-top:30px}.tribe-editor__ticket__ecommerce-options .tribe-editor__labeled-item__label{flex:none;width:31%}.tribe-editor__ticket__ecommerce-options-links{display:flex;line-height:18px}.tribe-editor__ticket__ecommerce-options-link-wrapper{flex:none}.tribe-editor__ticket__ecommerce-options-link-wrapper:after{content:"|";color:#545d66;margin:0 6px}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link-wrapper:after{color:#aeb4bb}.tribe-editor__ticket__ecommerce-options-link-wrapper:last-child:after{content:""}.tribe-editor__ticket__ecommerce-options-link{font-size:15px;text-decoration:none}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link{color:#aeb4bb}
44
  .tribe-editor__ticket__content-row--move-delete{padding:30px 0 0}.tribe-editor__ticket__content-row--move-delete>button{font-size:15px!important;line-height:18px;padding:0}.tribe-editor__ticket__content-row--move-delete>button:first-child{color:#009fd4}.tribe-editor__ticket__content-row--move-delete>button:first-child:after{color:#8d949b;content:"|";margin:0 10px}.tribe-editor__ticket__content-row--move-delete>button:last-child{color:#da394d}
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
+ .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;background-color:#f8f9f9}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon svg{margin:25px 4px}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px)}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:calc(100% - 40px);background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
33
  .tribe-editor__ticket{margin:-19px 0;border:1px solid #e1e3e6;position:relative;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__ticket--selected{border:1px solid #b1b5b8}.tribe-editor__ticket .components-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);float:none;margin:0;opacity:.8}
34
  .tribe-editor__ticket__container-header-title{align-items:baseline;display:flex}.tribe-editor__ticket__container-header-title .tribe-editor__ticket__container-header-clipboard-tooltip{flex:none;height:20px;margin:6px 0 0 10px}.tribe-editor__ticket__container-header-title>svg{flex:none;margin:6px 0 0 10px;opacity:0;transition:opacity .2s ease}.is-hovered[data-type="tribe/tickets-item"] .tribe-editor__ticket__container-header-title>svg,.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-title>svg{opacity:1}.tribe-editor__ticket__container-header-title svg{fill:#8d949b}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket__container-header-title-label{flex:none;max-width:calc(100% - 28px);color:#141827;margin:0;padding-top:3px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket .tribe-editor__ticket__container .tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-title-label{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input{background-color:transparent;border:none;color:#000;font-size:21px;font-weight:700;letter-spacing:.16px;line-height:25px;margin:3px 0 0;padding:0;resize:none;width:calc(95% - 26px)}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:hover{background-color:#fff}.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-title-input:disabled:hover{background-color:transparent;color:#aeb4bb}
35
  .tribe-editor__ticket__container-header-description{display:block;color:#545d66;padding-top:7px;font-size:12px;line-height:18px;letter-spacing:.04px}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-description{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input{display:flex;background-color:transparent;color:#545d66;margin:0;padding:0;border:none;font-size:12px;max-height:108px;line-height:18px;letter-spacing:.04px;width:100%}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:disabled{color:#aeb4bb}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:focus,.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input:hover{box-shadow:none;outline:none}.tribe-editor__ticket .tribe-editor__ticket__container-header-description-input>*{flex:none}
36
+ .tribe-editor__ticket__container-header-price{flex:none;min-width:65px;color:#141827;margin:0 20px 0 15px;padding-bottom:5px;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px;text-align:center}.tribe-editor__ticket--selected .tribe-editor__ticket__container-header-price{margin:30px 143px 30px 0}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-price{color:#aeb4bb}.tribe-editor__ticket__container-header-price-input>input[type=number]{background-color:transparent;color:#141827;margin:0;padding:0;border:none;font-family:inherit;font-weight:700;font-size:21px;line-height:25px;letter-spacing:.16px}.tribe-editor__ticket__container-header-price-input>input[type=number]:disabled{color:#aeb4bb}
37
  .tribe-editor__quantity-bar{border:1px solid #e1e3e6;position:relative;height:10px;margin:5px 0}.tribe-editor__quantity-bar__bar--capacity,.tribe-editor__quantity-bar__bar--shared-sold,.tribe-editor__quantity-bar__bar--sold{position:absolute;left:0;top:0;bottom:0}.tribe-editor__quantity-bar__bar--capacity{z-index:3}.tribe-editor__quantity-bar__bar--capacity:after{width:1px;content:"";height:20px;position:absolute;background-color:#009fd4;right:0;top:-5px}.tribe-editor__quantity-bar__bar--sold{background-color:#009fd4;z-index:2}.tribe-editor__quantity-bar__bar--shared-sold{background-color:#c9ebf7;z-index:1}.tribe-editor__quantity-bar__bar-label{position:absolute;right:0;bottom:-20px;transform:translateX(50%);font-size:12px;line-height:1;color:#545d66}
38
  .tribe-editor__ticket__container-header-quantity{margin-right:13px;min-width:105px}.tribe-editor__ticket__container-header-quantity-label{display:block;color:#000;font-size:15px;line-height:18px;margin-bottom:12px;text-align:center}.tribe-editor__ticket--disabled .tribe-editor__ticket__container-header-quantity-label{color:#aeb4bb}.tribe-editor__ticket__container-header-quantity-unlimited{display:block;color:#aeb4bb;font-size:12px;line-height:14px;padding:2px 0;text-align:center}
39
+ .tribe-editor__ticket .tribe-editor__container-panel__header{display:flex;align-items:center}.tribe-editor__ticket__container-header-details{flex:auto;margin:30px 0 30px 25px}
40
  .tribe-editor__ticket__content-row--capacity{padding-bottom:40px}.tribe-editor__ticket__capacity-label-with-tooltip{padding-top:13px}.tribe-editor__ticket__capacity-form{flex:auto;display:flex;justify-content:flex-end;flex-wrap:wrap}.tribe-editor__ticket--has-tickets-plus .tribe-editor__ticket__capacity-form{display:block}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row{display:flex;justify-content:flex-end;align-items:center;position:relative;padding-top:12px;margin-left:8px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__labeled-item__label{flex:none;margin-right:20px;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0;color:#000}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row .tribe-editor__input--number{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:before{content:"";flex:1;height:1px;margin-right:10px;background-color:#e1e3e6}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:after{content:"";width:1px;background-color:#e1e3e6;position:absolute;top:10px;left:0;height:100%}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:last-child:after{top:0;height:calc(50% + 6px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row:nth-child(2):last-child:after{top:10px;height:calc(50% - 4px)}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--capacity-independent .tribe-editor__labeled-item__label:after,.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-row--shared-capacity .tribe-editor__labeled-item__label:after{color:red;content:"*";margin-left:3px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input{flex:none;width:85px}.tribe-editor__ticket__capacity-form .tribe-editor__ticket__capacity-input-helper-text{flex:none;width:100%;font-size:12px;line-height:14px;color:#8d949b;text-align:right;margin-top:10px}
41
+ .tribe-editor__ticket__content-row--duration{padding:0 0 30px;flex-wrap:wrap}.tribe-editor__ticket__duration-label-with-tooltip{padding-top:12px;position:relative;z-index:1}.tribe-editor__ticket__duration-picker{flex:1;margin-left:-55px}.tribe-editor__ticket--disabled .tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#aeb4bb}.tribe-editor__ticket__duration-error{color:red;flex:none;font-size:15px;line-height:18px;margin-top:10px;padding-left:160px;width:calc(100% - 160px)}
42
  .tribe-editor__ticket__advanced-options .tribe-editor__accordion__row{position:relative}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.active:before{content:"";height:1px;width:calc(100% + 12px);background-color:#e1e3e6;position:absolute;top:10px;left:0}.tribe-editor__ticket__advanced-options .tribe-editor__accordion__row.open .tribe-editor__accordion__row-content{overflow:visible}.tribe-editor__ticket__advanced-options-header{border:none;background-color:#f8f9f9!important;display:flex;align-items:center;padding:0;position:relative}svg.tribe-editor__ticket__advanced-options-header-icon{fill:#8d949b;margin-left:-5px;margin-right:3px}.tribe-editor__accordion__row.active svg.tribe-editor__ticket__advanced-options-header-icon{transform:rotate(180deg) translateX(-2px)}.tribe-editor__ticket--disabled svg.tribe-editor__ticket__advanced-options-header-icon{fill:#aeb4bb}.tribe-editor__ticket__advanced-options-header-text{color:#000;font-size:15px;font-weight:700;line-height:18px;padding-right:10px}.tribe-editor__ticket--disabled .tribe-editor__ticket__advanced-options-header-text{color:#aeb4bb}
43
  .tribe-editor__ticket__ecommerce-options{padding-top:30px}.tribe-editor__ticket__ecommerce-options .tribe-editor__labeled-item__label{flex:none;width:31%}.tribe-editor__ticket__ecommerce-options-links{display:flex;line-height:18px}.tribe-editor__ticket__ecommerce-options-link-wrapper{flex:none}.tribe-editor__ticket__ecommerce-options-link-wrapper:after{content:"|";color:#545d66;margin:0 6px}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link-wrapper:after{color:#aeb4bb}.tribe-editor__ticket__ecommerce-options-link-wrapper:last-child:after{content:""}.tribe-editor__ticket__ecommerce-options-link{font-size:15px;text-decoration:none}.tribe-editor__ticket--disabled .tribe-editor__ticket__ecommerce-options-link{color:#aeb4bb}
44
  .tribe-editor__ticket__content-row--move-delete{padding:30px 0 0}.tribe-editor__ticket__content-row--move-delete>button{font-size:15px!important;line-height:18px;padding:0}.tribe-editor__ticket__content-row--move-delete>button:first-child{color:#009fd4}.tribe-editor__ticket__content-row--move-delete>button:first-child:after{color:#8d949b;content:"|";margin:0 10px}.tribe-editor__ticket__content-row--move-delete>button:last-child{color:#da394d}
src/resources/css/app/elements.css CHANGED
@@ -1,7 +1,7 @@
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
- .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;padding:25px 4px;background-color:#f8f9f9}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px);padding:30px 25px}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:100%;background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
+ .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;background-color:#f8f9f9}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon svg{margin:25px 4px}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px)}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:calc(100% - 40px);background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
src/resources/css/app/elements.min.css CHANGED
@@ -1,7 +1,7 @@
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
- .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;padding:25px 4px;background-color:#f8f9f9}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px);padding:30px 25px}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:100%;background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
1
  .tribe-editor__action-button,.tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-button.tribe-editor__link{display:flex;align-items:center;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:.38px;color:#545d66;text-decoration:none;transition:none}.tribe-editor__action-button.tribe-editor__button>svg,.tribe-editor__action-button.tribe-editor__link>svg,.tribe-editor__action-button>svg{width:20px;fill:#545d66}.tribe-editor__action-button.tribe-editor__button>svg path,.tribe-editor__action-button.tribe-editor__link>svg path,.tribe-editor__action-button>svg path{fill:#545d66}.tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-button:focus,.tribe-editor__action-button:hover{color:#009fd4}.tribe-editor__action-button.tribe-editor__button:focus>svg,.tribe-editor__action-button.tribe-editor__button:focus>svg path,.tribe-editor__action-button.tribe-editor__button:hover>svg,.tribe-editor__action-button.tribe-editor__button:hover>svg path,.tribe-editor__action-button.tribe-editor__link:focus>svg,.tribe-editor__action-button.tribe-editor__link:focus>svg path,.tribe-editor__action-button.tribe-editor__link:hover>svg,.tribe-editor__action-button.tribe-editor__link:hover>svg path,.tribe-editor__action-button:focus>svg,.tribe-editor__action-button:focus>svg path,.tribe-editor__action-button:hover>svg,.tribe-editor__action-button:hover>svg path{fill:#009fd4}.tribe-editor__action-button.tribe-editor__button[disabled],.tribe-editor__action-button.tribe-editor__button[disabled]:focus,.tribe-editor__action-button.tribe-editor__button[disabled]:hover,.tribe-editor__action-button.tribe-editor__link[disabled],.tribe-editor__action-button.tribe-editor__link[disabled]:focus,.tribe-editor__action-button.tribe-editor__link[disabled]:hover,.tribe-editor__action-button[disabled],.tribe-editor__action-button[disabled]:focus,.tribe-editor__action-button[disabled]:hover{color:#8d949b}.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__button[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__button[disabled]>svg,.tribe-editor__action-button.tribe-editor__button[disabled]>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:focus>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg,.tribe-editor__action-button.tribe-editor__link[disabled]:hover>svg path,.tribe-editor__action-button.tribe-editor__link[disabled]>svg,.tribe-editor__action-button.tribe-editor__link[disabled]>svg path,.tribe-editor__action-button[disabled]:focus>svg,.tribe-editor__action-button[disabled]:focus>svg path,.tribe-editor__action-button[disabled]:hover>svg,.tribe-editor__action-button[disabled]:hover>svg path,.tribe-editor__action-button[disabled]>svg,.tribe-editor__action-button[disabled]>svg path{fill:#8d949b}.tribe-editor__action-dashboard .tribe-editor__action-button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__button:hover,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:focus,.tribe-editor__action-dashboard .tribe-editor__action-button.tribe-editor__link:hover,.tribe-editor__action-dashboard .tribe-editor__action-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-button:hover{box-shadow:none}.tribe-editor__action-button--icon-right>svg{margin-left:6px;order:2}.tribe-editor__action-button--icon-left>svg{margin-right:6px}
2
  .tribe-editor__action-dashboard{background-color:#f8f9fb;display:flex;position:relative}.tribe-editor__action-dashboard__group-left{display:flex;align-items:center;flex:1}.tribe-editor__action-dashboard__group-right{display:flex;align-items:center;flex:none;margin-left:auto}.tribe-editor__action-dashboard__action-wrapper{flex:none;margin-right:25px}.tribe-editor__action-dashboard__action-wrapper:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__confirm-button{flex:none;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button{background-color:transparent;font-size:15px;line-height:18px;padding:0;margin-right:20px;transition:color .2s ease}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:last-child{margin-right:0}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button:hover{color:#009fd4}.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled],.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:focus,.tribe-editor__action-dashboard .tribe-editor__action-dashboard__cancel-button[disabled]:hover{color:#8d949b}@media (min-width:600px){.tribe-editor__action-dashboard{padding:15px 28px}}
3
  .tribe-editor__attendee-registration{margin-top:30px}.tribe-editor__attendee-registration__modal{bottom:auto;height:90%;left:50%;max-height:none;max-width:none;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.tribe-editor__attendee-registration__modal .components-modal__header-heading{font-family:Helvetica,sans-serif;font-size:22px;font-weight:700}.tribe-editor__attendee-registration__modal-content{height:calc(100% - 40px);margin:-16px;position:relative;width:calc(100% + 32px)}.tribe-editor__attendee-registration__modal-iframe{display:block;height:100%;width:100%}.tribe-editor__attendee-registration__modal-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.tribe-editor__attendee-registration__modal-overlay .components-spinner{float:none;left:50%;margin:0;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.tribe-editor__attendee-registration__modal-overlay--show{display:block}.tribe-editor__attendee-registration__helper-text{display:block;color:#8d949b;font-size:12px;line-height:14px;margin-top:10px}
4
+ .tribe-editor__container-panel{display:flex}.tribe-editor__container-panel--rsvp{border:1px solid #e1e3e6}.tribe-editor__container-panel--ticket{flex-wrap:wrap}.tribe-editor__container-panel__icon{flex:none;text-align:center}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__icon{width:100px;padding:25px 20px 20px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon{width:100px;background-color:#f8f9f9}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__icon svg{margin:25px 4px}.tribe-editor__container-panel__header-content-wrapper{flex:auto;background-color:#f7f8f9;border-left:1px dashed #b5bcc2}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__header{padding:25px}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__header{flex:none;width:calc(100% - 100px)}.tribe-editor__container-panel--rsvp .tribe-editor__container-panel__content{margin:0 25px;padding:30px 0}.tribe-editor__container-panel--ticket .tribe-editor__container-panel__content{flex:none;width:calc(100% - 40px);background-color:#f8f9f9;padding:30px 20px 25px;border-top:1px dashed #b5bcc2}
5
  .tribe-editor__date-time-range-picker{display:flex;flex-wrap:wrap}.tribe-editor__date-time-range-picker__end,.tribe-editor__date-time-range-picker__start{flex:none;display:flex;align-items:center;width:100%}.tribe-editor__date-time-range-picker__start{flex:none;width:calc(100% - 55px);margin-left:55px;margin-bottom:15px}.tribe-editor__date-time-range-picker .DayPickerInput{flex:1}.tribe-editor__date-time-range-picker .DayPickerInput input{border:1px solid #e1e3e6;color:#545d66;font-size:16px;line-height:19px;letter-spacing:.4px;padding:10px 15px;width:100%}.tribe-editor__date-time-range-picker .DayPickerInput input:disabled{color:#aeb4bb}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator{color:#8d949b;flex:none;font-size:16px;line-height:19px;letter-spacing:.4px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--date-time{margin:0 15px}.tribe-editor__date-time-range-picker .tribe-editor__date-time-range-picker__separator--time-range{margin:0 7px 0 28px;width:20px}.tribe-editor__date-time-range-picker .tribe-editor__timepicker{flex:none}.tribe-editor__date-time-range-picker .DayPickerInput-Overlay{padding:20px;z-index:10}.tribe-editor__date-time-range-picker .DayPicker{width:100%}.tribe-editor__date-time-range-picker .DayPicker-Month{margin:0}.tribe-editor__date-time-range-picker .DayPicker-Caption>div,.tribe-editor__date-time-range-picker .DayPicker-Day,.tribe-editor__date-time-range-picker .DayPicker-Weekday{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:400}.tribe-editor__date-time-range-picker .DayPicker-Caption>div{font-size:1rem;margin-bottom:12px;text-align:center}.tribe-editor__date-time-range-picker .DayPicker-Weekday{font-size:.75rem}.tribe-editor__date-time-range-picker .DayPicker-Day{font-size:.875rem}.tribe-editor__date-time-range-picker .DayPicker-Day:hover{color:#007bb4;background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--today{color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--disabled{pointer-events:none;color:#ccc}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside){border-radius:0;background-color:#009fd4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--outside):hover{background-color:#007bb4;color:#fff}.tribe-editor__date-time-range-picker .DayPicker-NavButton--prev{left:0;top:0}.tribe-editor__date-time-range-picker .DayPicker-NavButton--next{right:0;top:0}.tribe-editor__date-time-range-picker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#fff}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside){background-color:#e7f5fa;color:#545d66}.tribe-editor__date-time-range-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):hover{color:#007bb4}
6
  .tribe-editor__label-with-tooltip{display:flex;align-items:center}.tribe-editor__labeled-item__label{font-weight:700}.tribe-editor__label-with-tooltip .tribe-editor__labeled-item__label{flex:none}.tribe-editor__label-with-tooltip__tooltip-label{flex:none;background-color:transparent;border:none;padding:0;margin-top:-2px;display:inline-flex;align-items:center}.tribe-editor__label-with-tooltip__tooltip-label>*{flex:none}
7
  .tribe-editor__inactive-block{display:flex;align-items:center;background-color:#f7f8f9}.tribe-editor__inactive-block__icon{flex:none}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__icon,.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__icon{width:100px;padding:25px 20px 20px}.tribe-editor__inactive-block__content{flex:auto}.tribe-editor__inactive-block--rsvp .tribe-editor__inactive-block__content{padding:25px}.tribe-editor__inactive-block--ticket .tribe-editor__inactive-block__content{padding:30px 25px 30px 20px}.tribe-editor__inactive-block .tribe-editor__inactive-block__content .tribe-editor__inactive-block__title{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:21px;font-weight:700;line-height:25px;letter-spacing:.16px;padding:0;margin:0 0 12px}.tribe-editor__inactive-block p.tribe-editor__inactive-block__description{color:#545d66;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.04px;margin:0}
src/resources/css/tickets-admin-settings.css CHANGED
@@ -645,7 +645,7 @@
645
  * @since 5.1.10
646
  */
647
 
648
- .event-tickets__admin-banner {
649
  background-color: #f9f9f9;
650
  border: 1px solid #ccc;
651
  border-left: 5px solid #50b078;
@@ -654,28 +654,28 @@
654
  padding: 8px 24px 12px;
655
  }
656
 
657
- .event-tickets__admin-banner a {
658
  text-decoration: none;
659
  }
660
 
661
- .event-tickets__admin-banner p.event-tickets__admin-banner-help-text {
662
  max-width: 690px;
663
  }
664
 
665
- .event-tickets__admin-banner-help-links-wrapper {
666
  display: flex;
667
  max-width: 690px;
668
  }
669
 
670
- .event-tickets__admin-banner-help-links-wrapper div {
671
  min-width: 50%;
672
  }
673
 
674
- .event-tickets__admin-banner-links h3 {
675
  font-size: 14px;
676
  }
677
 
678
- .event-tickets__admin-banner-links-link-label--new {
679
  background-color: #ffcf48;
680
  border-radius: 80px;
681
  color: #23282d;
@@ -686,7 +686,7 @@
686
  text-transform: uppercase;
687
  }
688
 
689
- .event-tickets__admin-tc-banner-header-title {
690
  font-family: var(--tec-font-family-sans-serif);
691
  font-size: var(--tec-font-size-5);
692
  line-height: var(--tec-line-height-0);
@@ -694,7 +694,7 @@
694
  padding: 0;
695
  }
696
 
697
- .event-tickets__admin-tc-banner-label--new {
698
  background-color: #ffcf48;
699
  border-radius: 80px;
700
  color: #23282d;
@@ -708,14 +708,14 @@
708
  text-transform: uppercase;
709
  }
710
 
711
- .event-tickets__admin-tc-banner-header {
712
  align-items: center;
713
  display: flex;
714
  justify-content: start;
715
  padding-top: var(--tec-spacer-4);
716
  }
717
 
718
- .event-tickets__admin-tc-banner-footer {
719
  align-items: center;
720
  display: flex;
721
  justify-content: start;
@@ -723,7 +723,7 @@
723
  padding-top: var(--tec-spacer-3);
724
  }
725
 
726
- .event-tickets__admin-tc-banner-button {
727
  color: var(--tec-color-text-primary);
728
  font-family: var(--tec-font-family-sans-serif);
729
  font-size: var(--tec-font-size-2);
@@ -748,21 +748,21 @@
748
  padding: var(--tec-spacer-1) var(--tec-spacer-5);
749
  }
750
 
751
- .event-tickets__admin-tc-banner-button:active,
752
- .event-tickets__admin-tc-banner-button:focus,
753
- .event-tickets__admin-tc-banner-button:hover {
754
  background-color: var(--tec-color-accent-primary-hover);
755
  color: #fff;
756
  }
757
 
758
- a.event-tickets__admin-tc-banner-link {
759
  color: #405bfb;
760
  text-decoration: underline;
761
  }
762
 
763
- a.event-tickets__admin-tc-banner-link:active,
764
- a.event-tickets__admin-tc-banner-link:focus,
765
- a.event-tickets__admin-tc-banner-link:hover {
766
  color: var(--tec-color-accent-primary-hover);
767
  text-decoration: none;
768
  }
@@ -1412,18 +1412,18 @@ body.events-cal .tribe-common div.tribe-dialog, body.events-cal .event-tickets d
1412
 
1413
  @media (min-width: 960px) {
1414
 
1415
- .event-tickets__admin-banner {
1416
  background-image: url("../images/background-tickets-notice.png");
1417
  background-position: top right;
1418
  background-repeat: no-repeat;
1419
  background-size: contain
1420
  }
1421
 
1422
- .event-tickets__admin-tc-banner {
1423
  background-image: url("../images/background-tc-banner.png")
1424
  }
1425
 
1426
- .event-tickets__admin-tc-banner-content {
1427
  max-width: calc(100% - 450px)
1428
  }
1429
  }
645
  * @since 5.1.10
646
  */
647
 
648
+ .tec-tickets__admin-banner {
649
  background-color: #f9f9f9;
650
  border: 1px solid #ccc;
651
  border-left: 5px solid #50b078;
654
  padding: 8px 24px 12px;
655
  }
656
 
657
+ .tec-tickets__admin-banner a {
658
  text-decoration: none;
659
  }
660
 
661
+ .tec-tickets__admin-banner p.tec-tickets__admin-banner-help-text {
662
  max-width: 690px;
663
  }
664
 
665
+ .tec-tickets__admin-banner-help-links-wrapper {
666
  display: flex;
667
  max-width: 690px;
668
  }
669
 
670
+ .tec-tickets__admin-banner-help-links-wrapper div {
671
  min-width: 50%;
672
  }
673
 
674
+ .tec-tickets__admin-banner-links h3 {
675
  font-size: 14px;
676
  }
677
 
678
+ .tec-tickets__admin-banner-links-link-label--new {
679
  background-color: #ffcf48;
680
  border-radius: 80px;
681
  color: #23282d;
686
  text-transform: uppercase;
687
  }
688
 
689
+ .tec-tickets__admin-tc-banner-header-title {
690
  font-family: var(--tec-font-family-sans-serif);
691
  font-size: var(--tec-font-size-5);
692
  line-height: var(--tec-line-height-0);
694
  padding: 0;
695
  }
696
 
697
+ .tec-tickets__admin-tc-banner-label--new {
698
  background-color: #ffcf48;
699
  border-radius: 80px;
700
  color: #23282d;
708
  text-transform: uppercase;
709
  }
710
 
711
+ .tec-tickets__admin-tc-banner-header {
712
  align-items: center;
713
  display: flex;
714
  justify-content: start;
715
  padding-top: var(--tec-spacer-4);
716
  }
717
 
718
+ .tec-tickets__admin-tc-banner-footer {
719
  align-items: center;
720
  display: flex;
721
  justify-content: start;
723
  padding-top: var(--tec-spacer-3);
724
  }
725
 
726
+ .tec-tickets__admin-tc-banner-button {
727
  color: var(--tec-color-text-primary);
728
  font-family: var(--tec-font-family-sans-serif);
729
  font-size: var(--tec-font-size-2);
748
  padding: var(--tec-spacer-1) var(--tec-spacer-5);
749
  }
750
 
751
+ .tec-tickets__admin-tc-banner-button:active,
752
+ .tec-tickets__admin-tc-banner-button:focus,
753
+ .tec-tickets__admin-tc-banner-button:hover {
754
  background-color: var(--tec-color-accent-primary-hover);
755
  color: #fff;
756
  }
757
 
758
+ a.tec-tickets__admin-tc-banner-link {
759
  color: #405bfb;
760
  text-decoration: underline;
761
  }
762
 
763
+ a.tec-tickets__admin-tc-banner-link:active,
764
+ a.tec-tickets__admin-tc-banner-link:focus,
765
+ a.tec-tickets__admin-tc-banner-link:hover {
766
  color: var(--tec-color-accent-primary-hover);
767
  text-decoration: none;
768
  }
1412
 
1413
  @media (min-width: 960px) {
1414
 
1415
+ .tec-tickets__admin-banner {
1416
  background-image: url("../images/background-tickets-notice.png");
1417
  background-position: top right;
1418
  background-repeat: no-repeat;
1419
  background-size: contain
1420
  }
1421
 
1422
+ .tec-tickets__admin-tc-banner {
1423
  background-image: url("../images/background-tc-banner.png")
1424
  }
1425
 
1426
+ .tec-tickets__admin-tc-banner-content {
1427
  max-width: calc(100% - 450px)
1428
  }
1429
  }
src/resources/css/tickets-admin-settings.min.css CHANGED
@@ -1 +1 @@
1
- .accordion-header{background:none;border:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:12px;font-weight:700;padding:10px 20px;position:relative;text-align:left;width:100%}.accordion-header:before{background-color:#000;border-radius:100%;box-sizing:border-box;color:#fff;content:"\f132";font-family:dashicons;font-size:10px;font-weight:400;height:14px;left:0;line-height:17px;padding:0;padding-right:1px;position:absolute;text-align:center;top:12px;width:15px}.accordion-header:after{border-bottom:1px solid #ddd;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:80%}.accordion-header.is-active:before{content:"\f460";line-height:15px}.accordion-header:focus{outline:1px solid #5b9dd9}.accordion-header:hover{background:none}.tribe-tickets-editor-history:after{width:calc(100% - 80px)}.tribe_attendee_meta:after{width:calc(100% - 170px)}.tribe_advanced_meta:after{width:calc(100% - 105px)}.accordion-label:focus{outline:none}.accordion-content{display:none}.ticket_panel .accordion-content{margin:1em 0 2em}.accordion-content.is-active{display:block}.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.tribe-common-c-loader.tribe-tickets-loader__modal{height:100vh;position:fixed;width:100vw}.event-tickets .tribe-common-c-loader{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.event-tickets .tribe-tickets__notice,.tribe-common .tribe-tickets__notice{background-color:var(--tec-color-background-secondary);border-radius:var(--tec-border-radius-default);margin:var(--tec-spacer-4) 0;padding:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice>:last-child,.tribe-common .tribe-tickets__notice>:last-child{margin-bottom:0;padding-bottom:0}.event-tickets .tribe-tickets-notice__title,.tribe-common .tribe-tickets-notice__title{margin:0;position:relative}.event-tickets .tribe-tickets-notice__title:empty,.tribe-common .tribe-tickets-notice__title:empty{display:none}.event-tickets .tribe-tickets__notice--error,.tribe-common .tribe-tickets__notice--error{background-color:var(--tec-color-background-error);display:none;padding-left:50px;position:relative}.event-tickets .tribe-tickets__notice--error:before,.tribe-common .tribe-tickets__notice--error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='7.467' stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='11.733' r='1.067' fill='%23141827' fill-rule='nonzero'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 3.733v4.8' fill='%23141827'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;content:"";height:var(--tec-spacer-3);left:var(--tec-spacer-4);position:absolute;top:var(--tec-spacer-4);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice--barred,.tribe-common .tribe-tickets__notice--barred{background-color:var(--tec-color-background);border:var(--tec-spacer-0) solid var(--tec-color-border-secondary);border-bottom:0;border-radius:0;border-top:0;padding:0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-left,.tribe-common .tribe-tickets__notice--barred-left{border-right:0;padding:0 0 0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-right,.tribe-common .tribe-tickets__notice--barred-right{border-left:0;padding:0 var(--tec-spacer-2) 0 0}.event-tickets .tribe-tickets-svgicon{background-repeat:no-repeat;background-size:contain}.tooltipster-base.tribe-tickets-tooltip-theme{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);box-shadow:var(--tec-box-shadow-tooltip);height:auto!important;max-width:254px;padding:var(--tec-spacer-5)}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin:0}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content{color:var(--tec-color-text-primary);overflow:inherit;padding:0;word-break:break-word}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow{display:none}.tribe-common a.tribe-common-c-btn--small,.tribe-common button.tribe-common-c-btn--small,.tribe-common input[type=button].tribe-common-c-btn--small,.tribe-common input[type=submit].tribe-common-c-btn--small{background-color:var(--tec-color-accent-primary);padding:11px 14px;width:auto}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;text-align:center;text-decoration:underline;transition:var(--tec-transition-color)}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background-color:transparent}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;color:var(--tec-color-accent-primary);padding:11px 20px;width:100%}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{color:var(--tec-color-accent-primary-hover)}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:active{color:var(--tec-color-accent-primary-active)}.tribe-common a.tribe-common-c-btn-link:disabled,.tribe-common button.tribe-common-c-btn-link:disabled,.tribe-common input[type=button].tribe-common-c-btn-link:disabled,.tribe-common input[type=submit].tribe-common-c-btn-link:disabled{color:var(--tec-color-accent-primary-background)}.event-tickets__admin-banner{background-color:#f9f9f9;border:1px solid #ccc;border-left:5px solid #50b078;border-radius:4px;margin:20px 0;padding:8px 24px 12px}.event-tickets__admin-banner a{text-decoration:none}.event-tickets__admin-banner p.event-tickets__admin-banner-help-text{max-width:690px}.event-tickets__admin-banner-help-links-wrapper{display:flex;max-width:690px}.event-tickets__admin-banner-help-links-wrapper div{min-width:50%}.event-tickets__admin-banner-links h3{font-size:14px}.event-tickets__admin-banner-links-link-label--new{background-color:#ffcf48;border-radius:80px;color:#23282d;font-size:10px;font-weight:600;margin-left:8px;padding:3px 5px;text-transform:uppercase}.event-tickets__admin-tc-banner-header-title{font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-5);line-height:var(--tec-line-height-0);margin:0;padding:0}.event-tickets__admin-tc-banner-label--new{background-color:#ffcf48;border-radius:80px;color:#23282d;font-size:10px;font-weight:600;letter-spacing:1px;line-height:1;margin-bottom:3px;margin-left:8px;padding:3px 8px;text-transform:uppercase}.event-tickets__admin-tc-banner-header{align-items:center;display:flex;justify-content:start;padding-top:var(--tec-spacer-4)}.event-tickets__admin-tc-banner-footer{align-items:center;display:flex;justify-content:start;padding-bottom:var(--tec-spacer-4);padding-top:var(--tec-spacer-3)}.event-tickets__admin-tc-banner-button{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);text-align:center;transition:var(--tec-transition-background-color);background-color:#405bfb;color:#fff;margin-right:var(--tec-spacer-5);padding:var(--tec-spacer-1) var(--tec-spacer-5)}.event-tickets__admin-tc-banner-button:active,.event-tickets__admin-tc-banner-button:focus,.event-tickets__admin-tc-banner-button:hover{background-color:var(--tec-color-accent-primary-hover);color:#fff}a.event-tickets__admin-tc-banner-link{color:#405bfb;text-decoration:underline}a.event-tickets__admin-tc-banner-link:active,a.event-tickets__admin-tc-banner-link:focus,a.event-tickets__admin-tc-banner-link:hover{color:var(--tec-color-accent-primary-hover);text-decoration:none}#tribe-field-tickets-commerce-paypal-commerce-configure,#tribe-field-tickets-commerce-stripe-commerce-configure{padding-left:0;width:100%}#tribe-field-tickets-commerce-paypal-commerce-configure .tribe-field-wrap,#tribe-field-tickets-commerce-stripe-commerce-configure .tribe-field-wrap{float:none;max-width:none}.tec-tickets__admin-settings-tickets-commerce-toggle-wrapper{margin-bottom:20px;margin-top:45px}.tec-tickets__admin-settings-tickets-commerce-toggle{cursor:pointer;display:flex}.tec-tickets__admin-settings-tickets-commerce-toggle-switch{background:#ccc;border-radius:16px;display:inline-block;height:22px;position:relative;transition:background .4s;vertical-align:middle;width:40px}.tec-tickets__admin-settings-tickets-commerce-toggle-switch:after,.tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{content:""}.tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{background:linear-gradient(180deg,#fff 0,#eee);border-radius:50%;display:block;height:16px;left:3px;position:absolute;top:3px;transition:left .4s;width:16px}.tec-tickets__admin-settings-tickets-commerce-toggle:hover .tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{background:linear-gradient(180deg,#fff 0,#fff)}.tec-tickets__admin-settings-tickets-commerce-toggle-checkbox:checked+.tec-tickets__admin-settings-tickets-commerce-toggle-switch{background:#278dbc}.tec-tickets__admin-settings-tickets-commerce-toggle-checkbox:checked+.tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{left:20px}.tec-tickets__admin-settings-tickets-commerce-toggle-checkbox{position:absolute;visibility:hidden}.tec-tickets__admin-settings-tickets-commerce-toggle-label{color:#1d2327;font-size:20px;font-weight:600;line-height:23px;margin-left:15px;position:relative}.tec-tickets__admin-settings-tickets-commerce-description{font-size:13px;font-weight:400;margin-bottom:35px;max-width:84%}.tec-tickets__admin-settings-tickets-commerce-gateway{background:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;margin-bottom:var(--tec-spacer-3);padding:45px 32px 20px}.tec-tickets__admin-settings-tickets-commerce-gateway-title{font-size:20px}.tec-tickets__admin-settings-tickets-commerce-gateway-description{align-items:start;display:flex;flex-direction:column;flex-grow:1;margin-bottom:20px}.tec-tickets__admin-settings-tickets-commerce-gateway-description p{max-width:470px}.tec-tickets__admin-settings-tickets-commerce-gateway-signup-links{flex-grow:1;margin-top:var(--tec-spacer-8)}.tec-tickets__admin-settings-tickets-commerce-gateway-help-links{margin-top:var(--tec-spacer-8)}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link{align-items:center;display:flex}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link:not(:last-of-type){margin-bottom:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link{margin-left:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:active,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:hover,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:visited,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:active,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:hover,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:visited{color:#405bfb}.tec-tickets__admin-settings-tickets-commerce-gateway-logo ul{list-style:none;margin:inherit}.tec-tickets__admin-settings-tickets-commerce-gateway-logo li{line-height:1.8;margin-bottom:16px}.tec-tickets__admin-settings-tickets-commerce-gateway-logo ul li:before{background-color:#405bfb;border-radius:100%;content:"";display:inline-block;height:7px;margin-right:7px;width:7px}.tec-tickets__admin-settings-tickets-commerce-gateway-logo{display:none;flex-basis:290px;font-size:13px;font-style:italic;font-weight:400;letter-spacing:.02em;line-height:16px;margin-bottom:var(--tec-spacer-4)}.tec-tickets__admin-settings-tickets-commerce-gateway-logo-image{height:auto;margin-bottom:32px;max-width:232px;width:100%}.tec-tickets__admin-settings-tickets-commerce-gateway-connect{display:flex;flex:1}.tec-tickets__admin-settings-tickets-commerce-gateway-connect-text--connected{color:#1eb056;font-size:16px;font-weight:600}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-row{display:flex;font-size:13px;font-weight:400;margin:20px 0;text-align:left}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-col1{flex-basis:20%;min-width:125px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-col2{flex-basis:80%}.tec-tickets__admin-settings-tickets-commerce-gateway-connect,.tec-tickets__admin-settings-tickets-commerce-gateway-logo{flex-direction:column}a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link{background:#405bfb;border-radius:4px;color:#fff;display:inline-block;font-size:16px;font-weight:600;line-height:18px;margin-top:25px;min-width:340px;padding:15px 0;text-align:center;text-decoration:none;width:100%}a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:active,a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:focus,a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:hover,a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:visited{color:#fff}a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link.disabled{background-color:var(--tec-color-button-primary-background);pointer-events:none}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-name{font-weight:700}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link{border-bottom:1px solid #405bfb;font-size:13px;margin-left:10px;text-transform:lowercase}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:active,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:hover,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:visited{color:#405bfb}.tec-tickets__admin-settings-tickets-commerce-gateway-currency{color:var(--tec-color-text-primary);font-weight:700}.tec-tickets__admin-settings-tickets-commerce-gateway-currency-message{color:#a3a3a3;margin-top:var(--tec-spacer-1)}.tec-tickets__admin-settings-tickets-commerce-gateway-capability--no,.tec-tickets__admin-settings-tickets-commerce-gateway-currency-message--error{color:var(--tec-color-icon-error)}.tec-tickets__admin-settings-tickets-commerce-gateway-capability--yes{color:#1eb056}.tec-tickets__admin-settings-tickets-commerce-gateway-signup-settings{max-width:340px;width:100%}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook:not(last-of-type){margin-bottom:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active .tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook-error,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active .tec-tickets__admin-settings-tickets-commerce-paypal-connected-webhook-error{display:none!important;visibility:hidden}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook:not(.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active) .tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook-name,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook:not(.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active) .tec-tickets__admin-settings-tickets-commerce-paypal-connected-webhook-name{color:var(--tec-color-text-primary-light);text-decoration:line-through}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook-error{color:var(--color-icon-error);margin-left:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-actions-debug{margin-top:20px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);text-align:center;transition:var(--tec-transition-background-color);background-color:var(--tec-color-button-primary);padding:11px 20px;width:auto}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:hover{background-color:var(--tec-color-button-primary-hover);color:#fff}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:active{background-color:var(--tec-color-button-primary-active)}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:disabled{background-color:var(--tec-color-button-primary-background)}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button-icon{margin-right:8px;position:relative;stroke:#fff;top:3px;width:16px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button-icon path{fill:none}.event-tickets.tribe-modal__wrapper--gateway-connected .tribe-tickets__notice,.tribe-common.tribe-modal__wrapper--gateway-connected .tribe-tickets__notice{display:block}.event-tickets.tribe-modal__wrapper--gateway-connected .tribe-common-c-btn,.tribe-common.tribe-modal__wrapper--gateway-connected .tribe-common-c-btn{width:auto}.event-tickets.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-list,.tribe-common.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-list{list-style:initial;margin:1em 0;padding-left:16px}.event-tickets.tribe-modal__wrapper--gateway-connected p,.tribe-common.tribe-modal__wrapper--gateway-connected p{margin:1em 0}.event-tickets.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-buttons,.tribe-common.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-buttons{display:flex;justify-content:flex-end;margin-top:26px}body.events-cal .event-tickets div.tribe-dialog,body.events-cal .tribe-common div.tribe-dialog{z-index:99999}.event-tickets .tec-tickets__admin-settings-tickets-commerce-gateway-modal-notice-error,.tribe-common .tec-tickets__admin-settings-tickets-commerce-gateway-modal-notice-error{display:block}.event-tickets .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-section,.event-tickets .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-title,.tribe-common .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-section,.tribe-common .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-title{margin-bottom:var(--tec-spacer-3)}#paypal-connected-modal-button,#stripe-connected-modal-button{display:none}.tec-tickets__admin-settings-tickets-commerce-section-menu{padding-top:var(--tec-spacer-6)}.tec-tickets__admin-settings-tickets-commerce-section-menu-link{border-bottom-color:#c4c4c4;border-bottom-style:solid;border-bottom-width:1px;color:#23282d;display:inline-block;font-size:var(--tec-font-size-2);margin-right:var(--tec-spacer-5);padding-bottom:var(--tec-spacer-1);text-decoration:none}.tec-tickets__admin-settings-tickets-commerce-section-menu-link--active{border-bottom-width:var(--tec-spacer-0);font-weight:700}.tec-tickets__admin-settings-tickets-commerce-section-menu-link--active,.tec-tickets__admin-settings-tickets-commerce-section-menu-link:hover{border-bottom-color:var(--tec-color-accent-primary);color:#23282d}.tec-tickets__admin-settings-featured{background-color:var(--tec-color-background);border:solid 1px var(--tec-color-border-default);border-radius:8px;margin-bottom:var(--tec-spacer-7);padding:var(--tec-spacer-8)}.tec-tickets__admin-settings-featured-title{background-color:transparent;font-size:var(--tec-font-size-5);font-weight:700;margin-bottom:var(--tec-spacer-2);padding:var(--tec-spacer-1) 0}.tec-tickets__admin-settings-featured-description{margin-bottom:var(--tec-spacer-4);max-width:720px}.tec-tickets__admin-settings-featured-link{align-items:center;display:flex}.tec-tickets__admin-settings-featured-link-url{color:var(--tec-color-accent-primary);padding:0 var(--tec-spacer-1)}.tec-tickets__admin-settings-tickets-commerce-gateways-item{margin-bottom:var(--tec-spacer-7);padding-bottom:var(--tec-spacer-0);text-align:center}.tec-tickets__admin-settings-tickets-commerce-gateways-item>div{padding:var(--tec-spacer-0) 0}.tec-tickets__admin-settings-tickets-commerce-gateways-item-toggle{margin-right:35px}.tec-tickets__admin-settings-tickets-commerce-gateways-item-brand{flex-grow:1}.tec-tickets__admin-settings-tickets-commerce-gateways-item-brand-logo-image{max-height:var(--tec-spacer-10)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-brand-subtitle{font-size:13px;font-style:italic}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link{background-color:var(--tec-color-accent-primary);border-radius:var(--tec-border-radius-default);color:#fff;display:inline-block;font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);padding:var(--tec-spacer-2) var(--tec-spacer-3);text-align:center;text-decoration:none;width:180px}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link:active,.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link:hover{background-color:var(--tec-color-button-primary-hover);color:#fff}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link:active{background-color:var(--tec-color-button-primary-active)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active{background-color:var(--tec-color-background);border:1px solid #3c434a;color:#3c434a}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active:active,.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active:hover{background-color:var(--tec-color-button-primary-hover);border-color:var(--tec-color-button-primary-hover);color:#fff}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active:active{background-color:var(--tec-color-button-primary-active);border-color:var(--tec-color-button-primary-active)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-toggle .tec-tickets__admin-settings-tickets-commerce-toggle-checkbox:checked+.tec-tickets__admin-settings-tickets-commerce-toggle-switch{background:#50b078}.tec-tickets__admin-settings-tickets-commerce-gateway-group-header{background:#f9f9f9;color:#23282d;font-size:var(--tec-font-size-4);font-weight:var(--tec-font-weight-bold);padding:var(--tec-spacer-1) var(--tec-spacer-2);width:100%}.tec-tickets__admin-settings-tickets-commerce-gateway-group-header:first-of-type{margin-top:0}.tec-tickets__admin-settings-tickets-commerce-gateways-item-status{color:var(--tec-color-text-disabled);font-size:var(--tec-font-size-2);font-style:italic;font-weight:var(--tec-font-weight-normal);margin:0 var(--tec-spacer-8)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-status--enabled{color:#50b078;font-weight:var(--tec-font-weight-bold)}.tribe-settings-form-wrap h3{width:100%}@media (min-width:768px){.event-tickets .tribe-common-c-loader,.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{padding:0}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;width:auto}.tec-tickets__admin-settings-tickets-commerce-gateway{background-image:url(../images/background-gateway-connect.png);background-position:100%;background-repeat:no-repeat;background-size:420px 100%}.tec-tickets__admin-settings-tickets-commerce-gateway-merchant-country-container .tribe-dropdown .select2-selection--single{height:42px}.tec-tickets__admin-settings-tickets-commerce-gateway-merchant-country-container .tribe-dropdown .select2-selection--single .select2-selection__rendered{line-height:42px;padding-left:16px}.tec-tickets__admin-settings-tickets-commerce-gateway-merchant-country-container .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px;right:12px}.tec-tickets__admin-settings-tickets-commerce-gateway-logo{display:flex}.tec-tickets__admin-settings-tickets-commerce-gateway-connect{padding-right:74px}.tec-tickets__admin-settings-tickets-commerce-gateways-item{align-items:center;display:flex;text-align:left}}@media (min-width:960px){.event-tickets__admin-banner{background-image:url(../images/background-tickets-notice.png);background-position:100% 0;background-repeat:no-repeat;background-size:contain}.event-tickets__admin-tc-banner{background-image:url(../images/background-tc-banner.png)}.event-tickets__admin-tc-banner-content{max-width:calc(100% - 450px)}}
1
+ .accordion-header{background:none;border:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:12px;font-weight:700;padding:10px 20px;position:relative;text-align:left;width:100%}.accordion-header:before{background-color:#000;border-radius:100%;box-sizing:border-box;color:#fff;content:"\f132";font-family:dashicons;font-size:10px;font-weight:400;height:14px;left:0;line-height:17px;padding:0;padding-right:1px;position:absolute;text-align:center;top:12px;width:15px}.accordion-header:after{border-bottom:1px solid #ddd;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:80%}.accordion-header.is-active:before{content:"\f460";line-height:15px}.accordion-header:focus{outline:1px solid #5b9dd9}.accordion-header:hover{background:none}.tribe-tickets-editor-history:after{width:calc(100% - 80px)}.tribe_attendee_meta:after{width:calc(100% - 170px)}.tribe_advanced_meta:after{width:calc(100% - 105px)}.accordion-label:focus{outline:none}.accordion-content{display:none}.ticket_panel .accordion-content{margin:1em 0 2em}.accordion-content.is-active{display:block}.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.tribe-common-c-loader.tribe-tickets-loader__modal{height:100vh;position:fixed;width:100vw}.event-tickets .tribe-common-c-loader{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.event-tickets .tribe-tickets__notice,.tribe-common .tribe-tickets__notice{background-color:var(--tec-color-background-secondary);border-radius:var(--tec-border-radius-default);margin:var(--tec-spacer-4) 0;padding:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice>:last-child,.tribe-common .tribe-tickets__notice>:last-child{margin-bottom:0;padding-bottom:0}.event-tickets .tribe-tickets-notice__title,.tribe-common .tribe-tickets-notice__title{margin:0;position:relative}.event-tickets .tribe-tickets-notice__title:empty,.tribe-common .tribe-tickets-notice__title:empty{display:none}.event-tickets .tribe-tickets__notice--error,.tribe-common .tribe-tickets__notice--error{background-color:var(--tec-color-background-error);display:none;padding-left:50px;position:relative}.event-tickets .tribe-tickets__notice--error:before,.tribe-common .tribe-tickets__notice--error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='7.467' stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='11.733' r='1.067' fill='%23141827' fill-rule='nonzero'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 3.733v4.8' fill='%23141827'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;content:"";height:var(--tec-spacer-3);left:var(--tec-spacer-4);position:absolute;top:var(--tec-spacer-4);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice--barred,.tribe-common .tribe-tickets__notice--barred{background-color:var(--tec-color-background);border:var(--tec-spacer-0) solid var(--tec-color-border-secondary);border-bottom:0;border-radius:0;border-top:0;padding:0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-left,.tribe-common .tribe-tickets__notice--barred-left{border-right:0;padding:0 0 0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-right,.tribe-common .tribe-tickets__notice--barred-right{border-left:0;padding:0 var(--tec-spacer-2) 0 0}.event-tickets .tribe-tickets-svgicon{background-repeat:no-repeat;background-size:contain}.tooltipster-base.tribe-tickets-tooltip-theme{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);box-shadow:var(--tec-box-shadow-tooltip);height:auto!important;max-width:254px;padding:var(--tec-spacer-5)}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin:0}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content{color:var(--tec-color-text-primary);overflow:inherit;padding:0;word-break:break-word}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow{display:none}.tribe-common a.tribe-common-c-btn--small,.tribe-common button.tribe-common-c-btn--small,.tribe-common input[type=button].tribe-common-c-btn--small,.tribe-common input[type=submit].tribe-common-c-btn--small{background-color:var(--tec-color-accent-primary);padding:11px 14px;width:auto}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;text-align:center;text-decoration:underline;transition:var(--tec-transition-color)}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background-color:transparent}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;color:var(--tec-color-accent-primary);padding:11px 20px;width:100%}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{color:var(--tec-color-accent-primary-hover)}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:active{color:var(--tec-color-accent-primary-active)}.tribe-common a.tribe-common-c-btn-link:disabled,.tribe-common button.tribe-common-c-btn-link:disabled,.tribe-common input[type=button].tribe-common-c-btn-link:disabled,.tribe-common input[type=submit].tribe-common-c-btn-link:disabled{color:var(--tec-color-accent-primary-background)}.tec-tickets__admin-banner{background-color:#f9f9f9;border:1px solid #ccc;border-left:5px solid #50b078;border-radius:4px;margin:20px 0;padding:8px 24px 12px}.tec-tickets__admin-banner a{text-decoration:none}.tec-tickets__admin-banner p.tec-tickets__admin-banner-help-text{max-width:690px}.tec-tickets__admin-banner-help-links-wrapper{display:flex;max-width:690px}.tec-tickets__admin-banner-help-links-wrapper div{min-width:50%}.tec-tickets__admin-banner-links h3{font-size:14px}.tec-tickets__admin-banner-links-link-label--new{background-color:#ffcf48;border-radius:80px;color:#23282d;font-size:10px;font-weight:600;margin-left:8px;padding:3px 5px;text-transform:uppercase}.tec-tickets__admin-tc-banner-header-title{font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-5);line-height:var(--tec-line-height-0);margin:0;padding:0}.tec-tickets__admin-tc-banner-label--new{background-color:#ffcf48;border-radius:80px;color:#23282d;font-size:10px;font-weight:600;letter-spacing:1px;line-height:1;margin-bottom:3px;margin-left:8px;padding:3px 8px;text-transform:uppercase}.tec-tickets__admin-tc-banner-header{align-items:center;display:flex;justify-content:start;padding-top:var(--tec-spacer-4)}.tec-tickets__admin-tc-banner-footer{align-items:center;display:flex;justify-content:start;padding-bottom:var(--tec-spacer-4);padding-top:var(--tec-spacer-3)}.tec-tickets__admin-tc-banner-button{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);text-align:center;transition:var(--tec-transition-background-color);background-color:#405bfb;color:#fff;margin-right:var(--tec-spacer-5);padding:var(--tec-spacer-1) var(--tec-spacer-5)}.tec-tickets__admin-tc-banner-button:active,.tec-tickets__admin-tc-banner-button:focus,.tec-tickets__admin-tc-banner-button:hover{background-color:var(--tec-color-accent-primary-hover);color:#fff}a.tec-tickets__admin-tc-banner-link{color:#405bfb;text-decoration:underline}a.tec-tickets__admin-tc-banner-link:active,a.tec-tickets__admin-tc-banner-link:focus,a.tec-tickets__admin-tc-banner-link:hover{color:var(--tec-color-accent-primary-hover);text-decoration:none}#tribe-field-tickets-commerce-paypal-commerce-configure,#tribe-field-tickets-commerce-stripe-commerce-configure{padding-left:0;width:100%}#tribe-field-tickets-commerce-paypal-commerce-configure .tribe-field-wrap,#tribe-field-tickets-commerce-stripe-commerce-configure .tribe-field-wrap{float:none;max-width:none}.tec-tickets__admin-settings-tickets-commerce-toggle-wrapper{margin-bottom:20px;margin-top:45px}.tec-tickets__admin-settings-tickets-commerce-toggle{cursor:pointer;display:flex}.tec-tickets__admin-settings-tickets-commerce-toggle-switch{background:#ccc;border-radius:16px;display:inline-block;height:22px;position:relative;transition:background .4s;vertical-align:middle;width:40px}.tec-tickets__admin-settings-tickets-commerce-toggle-switch:after,.tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{content:""}.tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{background:linear-gradient(180deg,#fff 0,#eee);border-radius:50%;display:block;height:16px;left:3px;position:absolute;top:3px;transition:left .4s;width:16px}.tec-tickets__admin-settings-tickets-commerce-toggle:hover .tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{background:linear-gradient(180deg,#fff 0,#fff)}.tec-tickets__admin-settings-tickets-commerce-toggle-checkbox:checked+.tec-tickets__admin-settings-tickets-commerce-toggle-switch{background:#278dbc}.tec-tickets__admin-settings-tickets-commerce-toggle-checkbox:checked+.tec-tickets__admin-settings-tickets-commerce-toggle-switch:before{left:20px}.tec-tickets__admin-settings-tickets-commerce-toggle-checkbox{position:absolute;visibility:hidden}.tec-tickets__admin-settings-tickets-commerce-toggle-label{color:#1d2327;font-size:20px;font-weight:600;line-height:23px;margin-left:15px;position:relative}.tec-tickets__admin-settings-tickets-commerce-description{font-size:13px;font-weight:400;margin-bottom:35px;max-width:84%}.tec-tickets__admin-settings-tickets-commerce-gateway{background:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;margin-bottom:var(--tec-spacer-3);padding:45px 32px 20px}.tec-tickets__admin-settings-tickets-commerce-gateway-title{font-size:20px}.tec-tickets__admin-settings-tickets-commerce-gateway-description{align-items:start;display:flex;flex-direction:column;flex-grow:1;margin-bottom:20px}.tec-tickets__admin-settings-tickets-commerce-gateway-description p{max-width:470px}.tec-tickets__admin-settings-tickets-commerce-gateway-signup-links{flex-grow:1;margin-top:var(--tec-spacer-8)}.tec-tickets__admin-settings-tickets-commerce-gateway-help-links{margin-top:var(--tec-spacer-8)}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link{align-items:center;display:flex}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link:not(:last-of-type){margin-bottom:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link{margin-left:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:active,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:hover,.tec-tickets__admin-settings-tickets-commerce-gateway-help-link-url:visited,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:active,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:hover,.tec-tickets__admin-settings-tickets-commerce-gateway-refresh-link:visited{color:#405bfb}.tec-tickets__admin-settings-tickets-commerce-gateway-logo ul{list-style:none;margin:inherit}.tec-tickets__admin-settings-tickets-commerce-gateway-logo li{line-height:1.8;margin-bottom:16px}.tec-tickets__admin-settings-tickets-commerce-gateway-logo ul li:before{background-color:#405bfb;border-radius:100%;content:"";display:inline-block;height:7px;margin-right:7px;width:7px}.tec-tickets__admin-settings-tickets-commerce-gateway-logo{display:none;flex-basis:290px;font-size:13px;font-style:italic;font-weight:400;letter-spacing:.02em;line-height:16px;margin-bottom:var(--tec-spacer-4)}.tec-tickets__admin-settings-tickets-commerce-gateway-logo-image{height:auto;margin-bottom:32px;max-width:232px;width:100%}.tec-tickets__admin-settings-tickets-commerce-gateway-connect{display:flex;flex:1}.tec-tickets__admin-settings-tickets-commerce-gateway-connect-text--connected{color:#1eb056;font-size:16px;font-weight:600}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-row{display:flex;font-size:13px;font-weight:400;margin:20px 0;text-align:left}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-col1{flex-basis:20%;min-width:125px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-col2{flex-basis:80%}.tec-tickets__admin-settings-tickets-commerce-gateway-connect,.tec-tickets__admin-settings-tickets-commerce-gateway-logo{flex-direction:column}a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link{background:#405bfb;border-radius:4px;color:#fff;display:inline-block;font-size:16px;font-weight:600;line-height:18px;margin-top:25px;min-width:340px;padding:15px 0;text-align:center;text-decoration:none;width:100%}a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:active,a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:focus,a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:hover,a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link:visited{color:#fff}a.tec-tickets__admin-settings-tickets-commerce-gateway-connect-button-link.disabled{background-color:var(--tec-color-button-primary-background);pointer-events:none}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-name{font-weight:700}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link{border-bottom:1px solid #405bfb;font-size:13px;margin-left:10px;text-transform:lowercase}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:active,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:hover,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-text-disconnect-link:visited{color:#405bfb}.tec-tickets__admin-settings-tickets-commerce-gateway-currency{color:var(--tec-color-text-primary);font-weight:700}.tec-tickets__admin-settings-tickets-commerce-gateway-currency-message{color:#a3a3a3;margin-top:var(--tec-spacer-1)}.tec-tickets__admin-settings-tickets-commerce-gateway-capability--no,.tec-tickets__admin-settings-tickets-commerce-gateway-currency-message--error{color:var(--tec-color-icon-error)}.tec-tickets__admin-settings-tickets-commerce-gateway-capability--yes{color:#1eb056}.tec-tickets__admin-settings-tickets-commerce-gateway-signup-settings{max-width:340px;width:100%}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook:not(last-of-type){margin-bottom:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active .tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook-error,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active .tec-tickets__admin-settings-tickets-commerce-paypal-connected-webhook-error{display:none!important;visibility:hidden}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook:not(.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active) .tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook-name,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook:not(.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook--active) .tec-tickets__admin-settings-tickets-commerce-paypal-connected-webhook-name{color:var(--tec-color-text-primary-light);text-decoration:line-through}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-webhook-error{color:var(--color-icon-error);margin-left:8px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-actions-debug{margin-top:20px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);text-align:center;transition:var(--tec-transition-background-color);background-color:var(--tec-color-button-primary);padding:11px 20px;width:auto}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:focus,.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:hover{background-color:var(--tec-color-button-primary-hover);color:#fff}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:active{background-color:var(--tec-color-button-primary-active)}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button:disabled{background-color:var(--tec-color-button-primary-background)}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button-icon{margin-right:8px;position:relative;stroke:#fff;top:3px;width:16px}.tec-tickets__admin-settings-tickets-commerce-gateway-connected-resync-button-icon path{fill:none}.event-tickets.tribe-modal__wrapper--gateway-connected .tribe-tickets__notice,.tribe-common.tribe-modal__wrapper--gateway-connected .tribe-tickets__notice{display:block}.event-tickets.tribe-modal__wrapper--gateway-connected .tribe-common-c-btn,.tribe-common.tribe-modal__wrapper--gateway-connected .tribe-common-c-btn{width:auto}.event-tickets.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-list,.tribe-common.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-list{list-style:initial;margin:1em 0;padding-left:16px}.event-tickets.tribe-modal__wrapper--gateway-connected p,.tribe-common.tribe-modal__wrapper--gateway-connected p{margin:1em 0}.event-tickets.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-buttons,.tribe-common.tribe-modal__wrapper--gateway-connected .tec-tickets__admin-modal-buttons{display:flex;justify-content:flex-end;margin-top:26px}body.events-cal .event-tickets div.tribe-dialog,body.events-cal .tribe-common div.tribe-dialog{z-index:99999}.event-tickets .tec-tickets__admin-settings-tickets-commerce-gateway-modal-notice-error,.tribe-common .tec-tickets__admin-settings-tickets-commerce-gateway-modal-notice-error{display:block}.event-tickets .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-section,.event-tickets .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-title,.tribe-common .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-section,.tribe-common .tec-tickets__admin-settings-tickets-commerce-stripe-modal-content-title{margin-bottom:var(--tec-spacer-3)}#paypal-connected-modal-button,#stripe-connected-modal-button{display:none}.tec-tickets__admin-settings-tickets-commerce-section-menu{padding-top:var(--tec-spacer-6)}.tec-tickets__admin-settings-tickets-commerce-section-menu-link{border-bottom-color:#c4c4c4;border-bottom-style:solid;border-bottom-width:1px;color:#23282d;display:inline-block;font-size:var(--tec-font-size-2);margin-right:var(--tec-spacer-5);padding-bottom:var(--tec-spacer-1);text-decoration:none}.tec-tickets__admin-settings-tickets-commerce-section-menu-link--active{border-bottom-width:var(--tec-spacer-0);font-weight:700}.tec-tickets__admin-settings-tickets-commerce-section-menu-link--active,.tec-tickets__admin-settings-tickets-commerce-section-menu-link:hover{border-bottom-color:var(--tec-color-accent-primary);color:#23282d}.tec-tickets__admin-settings-featured{background-color:var(--tec-color-background);border:solid 1px var(--tec-color-border-default);border-radius:8px;margin-bottom:var(--tec-spacer-7);padding:var(--tec-spacer-8)}.tec-tickets__admin-settings-featured-title{background-color:transparent;font-size:var(--tec-font-size-5);font-weight:700;margin-bottom:var(--tec-spacer-2);padding:var(--tec-spacer-1) 0}.tec-tickets__admin-settings-featured-description{margin-bottom:var(--tec-spacer-4);max-width:720px}.tec-tickets__admin-settings-featured-link{align-items:center;display:flex}.tec-tickets__admin-settings-featured-link-url{color:var(--tec-color-accent-primary);padding:0 var(--tec-spacer-1)}.tec-tickets__admin-settings-tickets-commerce-gateways-item{margin-bottom:var(--tec-spacer-7);padding-bottom:var(--tec-spacer-0);text-align:center}.tec-tickets__admin-settings-tickets-commerce-gateways-item>div{padding:var(--tec-spacer-0) 0}.tec-tickets__admin-settings-tickets-commerce-gateways-item-toggle{margin-right:35px}.tec-tickets__admin-settings-tickets-commerce-gateways-item-brand{flex-grow:1}.tec-tickets__admin-settings-tickets-commerce-gateways-item-brand-logo-image{max-height:var(--tec-spacer-10)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-brand-subtitle{font-size:13px;font-style:italic}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link{background-color:var(--tec-color-accent-primary);border-radius:var(--tec-border-radius-default);color:#fff;display:inline-block;font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);padding:var(--tec-spacer-2) var(--tec-spacer-3);text-align:center;text-decoration:none;width:180px}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link:active,.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link:hover{background-color:var(--tec-color-button-primary-hover);color:#fff}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link:active{background-color:var(--tec-color-button-primary-active)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active{background-color:var(--tec-color-background);border:1px solid #3c434a;color:#3c434a}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active:active,.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active:hover{background-color:var(--tec-color-button-primary-hover);border-color:var(--tec-color-button-primary-hover);color:#fff}.tec-tickets__admin-settings-tickets-commerce-gateways-item-button-link--active:active{background-color:var(--tec-color-button-primary-active);border-color:var(--tec-color-button-primary-active)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-toggle .tec-tickets__admin-settings-tickets-commerce-toggle-checkbox:checked+.tec-tickets__admin-settings-tickets-commerce-toggle-switch{background:#50b078}.tec-tickets__admin-settings-tickets-commerce-gateway-group-header{background:#f9f9f9;color:#23282d;font-size:var(--tec-font-size-4);font-weight:var(--tec-font-weight-bold);padding:var(--tec-spacer-1) var(--tec-spacer-2);width:100%}.tec-tickets__admin-settings-tickets-commerce-gateway-group-header:first-of-type{margin-top:0}.tec-tickets__admin-settings-tickets-commerce-gateways-item-status{color:var(--tec-color-text-disabled);font-size:var(--tec-font-size-2);font-style:italic;font-weight:var(--tec-font-weight-normal);margin:0 var(--tec-spacer-8)}.tec-tickets__admin-settings-tickets-commerce-gateways-item-status--enabled{color:#50b078;font-weight:var(--tec-font-weight-bold)}.tribe-settings-form-wrap h3{width:100%}@media (min-width:768px){.event-tickets .tribe-common-c-loader,.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{padding:0}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;width:auto}.tec-tickets__admin-settings-tickets-commerce-gateway{background-image:url(../images/background-gateway-connect.png);background-position:100%;background-repeat:no-repeat;background-size:420px 100%}.tec-tickets__admin-settings-tickets-commerce-gateway-merchant-country-container .tribe-dropdown .select2-selection--single{height:42px}.tec-tickets__admin-settings-tickets-commerce-gateway-merchant-country-container .tribe-dropdown .select2-selection--single .select2-selection__rendered{line-height:42px;padding-left:16px}.tec-tickets__admin-settings-tickets-commerce-gateway-merchant-country-container .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px;right:12px}.tec-tickets__admin-settings-tickets-commerce-gateway-logo{display:flex}.tec-tickets__admin-settings-tickets-commerce-gateway-connect{padding-right:74px}.tec-tickets__admin-settings-tickets-commerce-gateways-item{align-items:center;display:flex;text-align:left}}@media (min-width:960px){.tec-tickets__admin-banner{background-image:url(../images/background-tickets-notice.png);background-position:100% 0;background-repeat:no-repeat;background-size:contain}.tec-tickets__admin-tc-banner{background-image:url(../images/background-tc-banner.png)}.tec-tickets__admin-tc-banner-content{max-width:calc(100% - 450px)}}
src/resources/postcss/tickets-admin/settings/_banners.pcss CHANGED
@@ -4,7 +4,7 @@
4
  * @since 5.1.10
5
  */
6
 
7
- .event-tickets__admin-banner {
8
  background-color: #f9f9f9;
9
  border: 1px solid #ccc;
10
  border-left: 5px solid #50b078;
@@ -16,7 +16,7 @@
16
  text-decoration: none;
17
  }
18
 
19
- p.event-tickets__admin-banner-help-text {
20
  max-width: 690px;
21
  }
22
 
@@ -28,7 +28,7 @@
28
  }
29
  }
30
 
31
- .event-tickets__admin-banner-help-links-wrapper {
32
  display: flex;
33
  max-width: 690px;
34
 
@@ -37,11 +37,11 @@
37
  }
38
  }
39
 
40
- .event-tickets__admin-banner-links h3 {
41
  font-size: 14px;
42
  }
43
 
44
- .event-tickets__admin-banner-links-link-label--new {
45
  background-color: #ffcf48;
46
  border-radius: 80px;
47
  color: #23282d;
@@ -52,13 +52,13 @@
52
  text-transform: uppercase;
53
  }
54
 
55
- .event-tickets__admin-tc-banner {
56
  @media (--viewport-full) {
57
  background-image: url("../images/background-tc-banner.png");
58
  }
59
  }
60
 
61
- .event-tickets__admin-tc-banner-header-title {
62
  font-family: var(--tec-font-family-sans-serif);
63
  font-size: var(--tec-font-size-5);
64
  line-height: var(--tec-line-height-0);
@@ -66,7 +66,7 @@
66
  padding: 0;
67
  }
68
 
69
- .event-tickets__admin-tc-banner-label--new {
70
  background-color: #ffcf48;
71
  border-radius: 80px;
72
  color: #23282d;
@@ -80,20 +80,20 @@
80
  text-transform: uppercase;
81
  }
82
 
83
- .event-tickets__admin-tc-banner-header {
84
  align-items: center;
85
  display: flex;
86
  justify-content: start;
87
  padding-top: var(--tec-spacer-4);
88
  }
89
 
90
- .event-tickets__admin-tc-banner-content {
91
  @media (--viewport-full) {
92
  max-width: calc(100% - 450px);
93
  }
94
  }
95
 
96
- .event-tickets__admin-tc-banner-footer {
97
  align-items: center;
98
  display: flex;
99
  justify-content: start;
@@ -101,7 +101,7 @@
101
  padding-top: var(--tec-spacer-3);
102
  }
103
 
104
- .event-tickets__admin-tc-banner-button {
105
  @mixin button-solid;
106
 
107
  background-color: #405bfb;
@@ -117,7 +117,7 @@
117
  }
118
  }
119
 
120
- a.event-tickets__admin-tc-banner-link {
121
  color: #405bfb;
122
  text-decoration: underline;
123
 
4
  * @since 5.1.10
5
  */
6
 
7
+ .tec-tickets__admin-banner {
8
  background-color: #f9f9f9;
9
  border: 1px solid #ccc;
10
  border-left: 5px solid #50b078;
16
  text-decoration: none;
17
  }
18
 
19
+ p.tec-tickets__admin-banner-help-text {
20
  max-width: 690px;
21
  }
22
 
28
  }
29
  }
30
 
31
+ .tec-tickets__admin-banner-help-links-wrapper {
32
  display: flex;
33
  max-width: 690px;
34
 
37
  }
38
  }
39
 
40
+ .tec-tickets__admin-banner-links h3 {
41
  font-size: 14px;
42
  }
43
 
44
+ .tec-tickets__admin-banner-links-link-label--new {
45
  background-color: #ffcf48;
46
  border-radius: 80px;
47
  color: #23282d;
52
  text-transform: uppercase;
53
  }
54
 
55
+ .tec-tickets__admin-tc-banner {
56
  @media (--viewport-full) {
57
  background-image: url("../images/background-tc-banner.png");
58
  }
59
  }
60
 
61
+ .tec-tickets__admin-tc-banner-header-title {
62
  font-family: var(--tec-font-family-sans-serif);
63
  font-size: var(--tec-font-size-5);
64
  line-height: var(--tec-line-height-0);
66
  padding: 0;
67
  }
68
 
69
+ .tec-tickets__admin-tc-banner-label--new {
70
  background-color: #ffcf48;
71
  border-radius: 80px;
72
  color: #23282d;
80
  text-transform: uppercase;
81
  }
82
 
83
+ .tec-tickets__admin-tc-banner-header {
84
  align-items: center;
85
  display: flex;
86
  justify-content: start;
87
  padding-top: var(--tec-spacer-4);
88
  }
89
 
90
+ .tec-tickets__admin-tc-banner-content {
91
  @media (--viewport-full) {
92
  max-width: calc(100% - 450px);
93
  }
94
  }
95
 
96
+ .tec-tickets__admin-tc-banner-footer {
97
  align-items: center;
98
  display: flex;
99
  justify-content: start;
101
  padding-top: var(--tec-spacer-3);
102
  }
103
 
104
+ .tec-tickets__admin-tc-banner-button {
105
  @mixin button-solid;
106
 
107
  background-color: #405bfb;
117
  }
118
  }
119
 
120
+ a.tec-tickets__admin-tc-banner-link {
121
  color: #405bfb;
122
  text-decoration: underline;
123
 
src/template-tags/commerce.php CHANGED
@@ -36,3 +36,14 @@ function tec_tickets_commerce_currency_code() {
36
  function tec_tickets_commerce_currency_symbol() {
37
  return Currency::get_currency_symbol( tec_tickets_commerce_currency_code() );
38
  }
 
 
 
 
 
 
 
 
 
 
 
36
  function tec_tickets_commerce_currency_symbol() {
37
  return Currency::get_currency_symbol( tec_tickets_commerce_currency_code() );
38
  }
39
+
40
+ /**
41
+ * Returns the Tickets Commerce currency position.
42
+ *
43
+ * @since 5.4.2
44
+ *
45
+ * @return string String containing the Tickets Commerce currency position. Either `prefix` or `postfix`.
46
+ */
47
+ function tec_tickets_commerce_currency_position() {
48
+ return Currency::get_currency_symbol_position( tec_tickets_commerce_currency_code() );
49
+ }
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInita4d8324535c82574ea73951196f2335b::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit8b58e7fdb55f556429ab3d387a425ce0::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInita4d8324535c82574ea73951196f2335b
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInita4d8324535c82574ea73951196f2335b
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInita4d8324535c82574ea73951196f2335b', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInita4d8324535c82574ea73951196f2335b', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInita4d8324535c82574ea73951196f2335b::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit8b58e7fdb55f556429ab3d387a425ce0
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit8b58e7fdb55f556429ab3d387a425ce0', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit8b58e7fdb55f556429ab3d387a425ce0', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit8b58e7fdb55f556429ab3d387a425ce0::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInita4d8324535c82574ea73951196f2335b
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
@@ -207,9 +207,9 @@ class ComposerStaticInita4d8324535c82574ea73951196f2335b
207
  public static function getInitializer(ClassLoader $loader)
208
  {
209
  return \Closure::bind(function () use ($loader) {
210
- $loader->prefixLengthsPsr4 = ComposerStaticInita4d8324535c82574ea73951196f2335b::$prefixLengthsPsr4;
211
- $loader->prefixDirsPsr4 = ComposerStaticInita4d8324535c82574ea73951196f2335b::$prefixDirsPsr4;
212
- $loader->classMap = ComposerStaticInita4d8324535c82574ea73951196f2335b::$classMap;
213
 
214
  }, null, ClassLoader::class);
215
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit8b58e7fdb55f556429ab3d387a425ce0
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
207
  public static function getInitializer(ClassLoader $loader)
208
  {
209
  return \Closure::bind(function () use ($loader) {
210
+ $loader->prefixLengthsPsr4 = ComposerStaticInit8b58e7fdb55f556429ab3d387a425ce0::$prefixLengthsPsr4;
211
+ $loader->prefixDirsPsr4 = ComposerStaticInit8b58e7fdb55f556429ab3d387a425ce0::$prefixDirsPsr4;
212
+ $loader->classMap = ComposerStaticInit8b58e7fdb55f556429ab3d387a425ce0::$classMap;
213
 
214
  }, null, ClassLoader::class);
215
  }