Gutenberg Blocks – Ultimate Addons for Gutenberg - Version 2.0.0

Version Description

  • WEDNESDAY, 17TH AUGUST 2022 =
  • New: Redesigned UI/UX controls of Spectra blocks.
  • New: Introduced new, beautiful & fast Spectra admin dashboard powered by React.
  • New: Introducing Coming Soon mode feature.
  • New: Introducing Allow only Selected fonts, Load fonts locally & Preload fonts feature.
  • New: Introducing new border control which allow user to set border to Top/Bottom/Left/Right in all direction.
  • New: Introducing Automatic Block Recovery.
  • New: Introducing Font Awesome 6 Support.
  • New: Introducing Collapse Panels.
  • New: Introducing Blocks Editor Spacing.
  • New: Block Presets - Introducing Preset for most used block.
  • New: Control Presets - Added Preset for Box-Shadow, Button and Inner container.
  • New: Copy Paste Styles - Added Copy/Paste styling feature for Core Gutenberg blocks & Spectra blocks.
  • New: Added global Container Padding option on admin dashboard.
  • New: Added global default Content Width for container on admin dashboard.
  • New: Added support for block based widget editor.
  • New: Container - Introducing container block with advanced flex property feature.
  • New: How-To - Separate child "Step" for how-to instead of info-box.
  • New: Image - Introducing image block with advanced feature.
  • New: Z-index extension for Spectra block.
  • Global Improvement: Responsive setting wherever needed.
  • Global Improvement: Refactored the Spectra blocks code & improved editor performance drastically.
  • Global Improvement: Typography control - Added text-transform, text-decoration, letter-spacing and font-style options.
  • Global Improvement: 4 way border control.
  • Global Improvement: 4 way spacing control for padding/margin.
  • Improvement: Buttons - Multiple Typography option for Text in parent.
  • Improvement: Buttons-child - Enable/disable Icon option.
  • Improvement: Buttons-child - Add "nofollow" to link option.
  • Improvement: Buttons-child - Remove Text option.
  • Improvement: Buttons-child - Separate Typography option for child.
  • Improvement: Buttons-child - Background transparent/color/gradient option.
  • Improvement: Buttons-child - Box-Shadow option.
  • Improvement: Blockquote - Moved Twitter Username field inside Tweeter Icon Tab.
  • Improvement: Call To Action - Enable Additional Button option.
  • Improvement: Display Condition & Responsive Visibility Enable/Disable option for Spectra extensions on admin dashboard.
  • Improvement: Forms - Global reCAPTCHA setting option on admin dashboard.
  • Improvement: Heading - Hide option for heading text and description.
  • Improvement: Heading - Text shadow, gradient color option for Title
  • Improvement: Heading - Color option when link added to heading text.
  • Improvement: Heading - Highlight heading text feature.
  • Improvement: Heading - Background color option classic and gradient.
  • Improvement: Info-box - Enable/disable Icon/Image option.
  • Improvement: Info-box - Allow P tag in Title.
  • Improvement: Info-box - Icon option View( Stacked/Framed ), Shape( Circle/Square ).
  • Improvement: Icon List - Icon Position before/after.
  • Improvement: Lottie - Moved File Source option in block setting.
  • Improvement: Marketing Button - Show Description toggle option.
  • Improvement: Post Layout - Offset Starting Post option.
  • Improvement: Post Layout - Show Meta Icon option.
  • Improvement: Post Layout - Overall Border option.
  • Improvement: Post Layout - Overall Box shadow option.
  • Improvement: Post Layout - Added Taxonomy Styling option, show taxonomy above title option and layout normal/highlighted.
  • Improvement: Removed jQuery dependency from Spectra blocks.
  • Improvement: Social Share Parent block Color and background color option.
  • Improvement: Star Rating - Enable Title option.
  • Improvement: Star Rating - Star Position option.
  • Improvement: Team - Title Span/Div tag support.
  • Improvement: Table of content - Added Marker View Bullet/Number.
  • Improvement: Table of content - Added Title below Separator Style.
  • Improvement: Template - Enable Templates Button on admin dashboard.
  • Fix: Multiple issues in multiple blocks.
  • Deprecated: Advanced Columns, Section, WP-Search, Post Masonry, Contact Form 7 Designer and Gravity Form Designer block.
  • Deprecated: Removed Spectra extention i.e responsive condition,display condition from core block.
  • Deprecated: Table of content - Removed Scroll Animation Delay.
Download this release

Release Info

Developer brainstormworg
Plugin Icon Gutenberg Blocks – Ultimate Addons for Gutenberg
Version 2.0.0
Comparing to
See all releases

Code changes from version 1.25.6 to 2.0.0

Files changed (116) hide show
  1. admin-core/admin-loader.php +114 -0
  2. admin-core/ajax/ajax-base.php +96 -0
  3. admin-core/ajax/ajax-errors.php +81 -0
  4. admin-core/ajax/ajax-init.php +79 -0
  5. admin-core/ajax/common-settings.php +1042 -0
  6. admin-core/api/api-base.php +34 -0
  7. admin-core/api/api-init.php +79 -0
  8. admin-core/api/common-settings.php +104 -0
  9. admin-core/assets/build/dashboard-app-rtl.css +1602 -0
  10. admin-core/assets/build/dashboard-app.asset.php +1 -0
  11. admin-core/assets/build/dashboard-app.css +1602 -0
  12. admin-core/assets/build/dashboard-app.js +1 -0
  13. admin-core/assets/images/btn-spectra.svg +3 -0
  14. admin-core/assets/images/spectra.svg +23 -0
  15. admin-core/assets/images/uag-logo.svg +9 -0
  16. admin-core/inc/admin-helper.php +203 -0
  17. admin-core/inc/admin-menu.php +390 -0
  18. admin-core/postcss.config.js +6 -0
  19. admin-core/tailwind.config.js +29 -0
  20. admin-core/views/admin-base.php +23 -0
  21. admin-core/views/dashboard-app.php +16 -0
  22. admin/assets/admin-menu-settings.css +0 -371
  23. admin/assets/admin-menu-settings.js +0 -483
  24. admin/assets/admin-notice.css +39 -0
  25. admin/assets/blocks-deactivate.js +10 -5
  26. admin/assets/common-block-editor.css +0 -3382
  27. admin/assets/images/placeholder.png +0 -0
  28. admin/assets/images/uag-placeholder.svg +5 -0
  29. admin/assets/images/uag-white-logo.svg +0 -19
  30. admin/assets/images/uagb_logo.svg +0 -132
  31. admin/assets/images/uagb_notice.svg +0 -25
  32. admin/assets/images/welcome-screen-astra.jpg +0 -0
  33. admin/assets/preview-images/advanced-columns.png +0 -0
  34. admin/assets/preview-images/advanced-row.png +0 -0
  35. admin/assets/preview-images/blockquote.png +0 -0
  36. admin/assets/preview-images/call-to-action.png +0 -0
  37. admin/assets/preview-images/container.png +0 -0
  38. admin/assets/preview-images/content-timeline.png +0 -0
  39. admin/assets/preview-images/creative-heading.png +0 -0
  40. admin/assets/preview-images/faq.png +0 -0
  41. admin/assets/preview-images/form-accept.svg +5 -0
  42. admin/assets/preview-images/form-checkbox.svg +8 -0
  43. admin/assets/preview-images/form-date.svg +10 -0
  44. admin/assets/preview-images/form-email.svg +8 -0
  45. admin/assets/preview-images/form-hidden.svg +4 -0
  46. admin/assets/preview-images/form-name.svg +5 -0
  47. admin/assets/preview-images/form-phone.svg +6 -0
  48. admin/assets/preview-images/form-radio.svg +8 -0
  49. admin/assets/preview-images/form-select.svg +6 -0
  50. admin/assets/preview-images/form-textarea.svg +5 -0
  51. admin/assets/preview-images/form-toggle.svg +6 -0
  52. admin/assets/preview-images/form-url.svg +8 -0
  53. admin/assets/preview-images/form.png +0 -0
  54. admin/assets/preview-images/gf-cf-styler.png +0 -0
  55. admin/assets/preview-images/gmap.png +0 -0
  56. admin/assets/preview-images/how-to.png +0 -0
  57. admin/assets/preview-images/icon-list.png +0 -0
  58. admin/assets/preview-images/image.svg +28 -0
  59. admin/assets/preview-images/info-box.png +0 -0
  60. admin/assets/preview-images/inline-notice.png +0 -0
  61. admin/assets/preview-images/lottie-animation.png +0 -0
  62. admin/assets/preview-images/marketing-button.png +0 -0
  63. admin/assets/preview-images/multi-button.png +0 -0
  64. admin/assets/preview-images/post-carousel.png +0 -0
  65. admin/assets/preview-images/post-grid.png +0 -0
  66. admin/assets/preview-images/post-masonry.png +0 -0
  67. admin/assets/preview-images/post-timeline.png +0 -0
  68. admin/assets/preview-images/price-list.png +0 -0
  69. admin/assets/preview-images/review.png +0 -0
  70. admin/assets/preview-images/social-share.png +0 -0
  71. admin/assets/preview-images/star-ratings.png +0 -0
  72. admin/assets/preview-images/table-of-contents.png +0 -0
  73. admin/assets/preview-images/tabs.png +0 -0
  74. admin/assets/preview-images/taxonomy-list.png +0 -0
  75. admin/assets/preview-images/team.png +0 -0
  76. admin/assets/preview-images/testimonials.png +0 -0
  77. admin/assets/preview-images/wp-search.png +0 -0
  78. admin/uagb-admin.php +0 -39
  79. admin/uagb-general.php +0 -325
  80. admin/uagb-tools.php +0 -144
  81. assets/css/blocks/advanced-heading.css +1 -1
  82. assets/css/blocks/blockquote.css +1 -1
  83. assets/css/blocks/buttons-child.css +1 -1
  84. assets/css/blocks/buttons.css +1 -1
  85. assets/css/blocks/call-to-action.css +1 -1
  86. assets/css/blocks/cf7-styler.css +1 -1
  87. assets/css/blocks/column.css +1 -1
  88. assets/css/blocks/columns.css +1 -1
  89. assets/css/blocks/container.css +1 -0
  90. assets/css/blocks/extensions.css +1 -0
  91. assets/css/blocks/faq-child.css +1 -1
  92. assets/css/blocks/faq.css +1 -1
  93. assets/css/blocks/forms.css +1 -1
  94. assets/css/blocks/gf-styler.css +1 -1
  95. assets/css/blocks/how-to.css +1 -1
  96. assets/css/blocks/icon-list-child.css +1 -1
  97. assets/css/blocks/icon-list.css +1 -1
  98. assets/css/blocks/image.css +1 -0
  99. assets/css/blocks/info-box.css +1 -1
  100. assets/css/blocks/inline-notice.css +1 -1
  101. assets/css/blocks/lottie.css +0 -1
  102. assets/css/blocks/marketing-button.css +1 -1
  103. assets/css/blocks/post.css +1 -1
  104. assets/css/blocks/price-list-child.css +0 -0
  105. assets/css/blocks/price-list.css +1 -1
  106. assets/css/blocks/review.css +1 -1
  107. assets/css/blocks/section.css +1 -1
  108. assets/css/blocks/social-share-child.css +1 -1
  109. assets/css/blocks/social-share.css +1 -1
  110. assets/css/blocks/star-rating.css +1 -1
  111. assets/css/blocks/table-of-contents.css +1 -1
  112. assets/css/blocks/tabs.css +1 -1
  113. assets/css/blocks/taxonomy-list.css +1 -1
  114. assets/css/blocks/team.css +1 -1
  115. assets/css/blocks/testimonial.css +1 -1
  116. assets/css/blocks/timeline.css +1 -1
admin-core/admin-loader.php ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Uag Admin.
4
+ *
5
+ * @package Uag
6
+ */
7
+
8
+ namespace UagAdmin;
9
+
10
+ use UagAdmin\Api\Api_Init;
11
+ use UagAdmin\Ajax\Ajax_Init;
12
+ use UagAdmin\Inc\Admin_Menu;
13
+
14
+ // Exit if accessed directly.
15
+ if ( ! defined( 'ABSPATH' ) ) {
16
+ exit;
17
+ }
18
+ /**
19
+ * Class Admin_Loader.
20
+ */
21
+ class Admin_Loader {
22
+
23
+ /**
24
+ * Instance
25
+ *
26
+ * @access private
27
+ * @var object Class object.
28
+ * @since 2.0.0
29
+ */
30
+ private static $instance;
31
+
32
+ /**
33
+ * Initiator
34
+ *
35
+ * @since 2.0.0
36
+ * @return object initialized object of class.
37
+ */
38
+ public static function get_instance() {
39
+ if ( ! isset( self::$instance ) ) {
40
+ self::$instance = new self();
41
+ }
42
+ return self::$instance;
43
+ }
44
+
45
+ /**
46
+ * Autoload classes.
47
+ *
48
+ * @param string $class class name.
49
+ */
50
+ public function autoload( $class ) {
51
+
52
+ if ( 0 !== strpos( $class, __NAMESPACE__ ) ) {
53
+ return;
54
+ }
55
+
56
+ $class_to_load = $class;
57
+
58
+ if ( ! class_exists( $class_to_load ) ) {
59
+ $filename = strtolower(
60
+ preg_replace(
61
+ array( '/^' . __NAMESPACE__ . '\\\/', '/([a-z])([A-Z])/', '/_/', '/\\\/' ),
62
+ array( '', '$1-$2', '-', DIRECTORY_SEPARATOR ),
63
+ $class_to_load
64
+ )
65
+ );
66
+
67
+ $file = UAG_ADMIN_DIR . $filename . '.php';
68
+
69
+ // if the file redable, include it.
70
+ if ( is_readable( $file ) ) {
71
+ include $file;
72
+ }
73
+ }
74
+ }
75
+
76
+ /**
77
+ * Constructor
78
+ *
79
+ * @since 2.0.0
80
+ */
81
+ public function __construct() {
82
+
83
+ spl_autoload_register( array( $this, 'autoload' ) );
84
+
85
+ $this->define_constants();
86
+ $this->setup_classes();
87
+ }
88
+
89
+ /**
90
+ * Include required classes.
91
+ */
92
+ public function define_constants() {
93
+ define( 'UAG_ADMIN_DIR', UAGB_DIR . 'admin-core/' );
94
+ define( 'UAG_ADMIN_URL', UAGB_URL . 'admin-core/' );
95
+ }
96
+
97
+ /**
98
+ * Include required classes.
99
+ */
100
+ public function setup_classes() {
101
+
102
+ /* Init API */
103
+ Api_Init::get_instance();
104
+
105
+ if ( is_admin() ) {
106
+ /* Setup Menu */
107
+ Admin_Menu::get_instance();
108
+
109
+ /* Ajax init */
110
+ Ajax_Init::get_instance();
111
+ }
112
+ }
113
+ }
114
+ Admin_Loader::get_instance();
admin-core/ajax/ajax-base.php ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Ajax Base.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Ajax;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ use UagAdmin\Ajax\Ajax_Errors;
16
+
17
+ /**
18
+ * Class Ajax_Base.
19
+ */
20
+ abstract class Ajax_Base {
21
+
22
+ /**
23
+ * Ajax action prefix.
24
+ *
25
+ * @var string
26
+ */
27
+ private $prefix = 'uag';
28
+
29
+ /**
30
+ * Erros class instance.
31
+ *
32
+ * @var object
33
+ */
34
+ public $errors = null;
35
+
36
+ /**
37
+ * Constructor
38
+ *
39
+ * @since 2.0.0
40
+ */
41
+ public function __construct() {
42
+
43
+ $this->errors = Ajax_Errors::get_instance();
44
+ }
45
+
46
+ /**
47
+ * Register ajax events.
48
+ *
49
+ * @param array $ajax_events Ajax events.
50
+ */
51
+ public function init_ajax_events( $ajax_events ) {
52
+
53
+ if ( ! empty( $ajax_events ) ) {
54
+
55
+ foreach ( $ajax_events as $ajax_event ) {
56
+ add_action( 'wp_ajax_' . $this->prefix . '_' . $ajax_event, array( $this, $ajax_event ) );
57
+
58
+ $this->localize_ajax_action_nonce( $ajax_event );
59
+ }
60
+ }
61
+ }
62
+
63
+ /**
64
+ * Localize nonce for ajax call.
65
+ *
66
+ * @param string $action Action name.
67
+ * @return void
68
+ */
69
+ public function localize_ajax_action_nonce( $action ) {
70
+
71
+ if ( current_user_can( 'manage_options' ) ) {
72
+
73
+ add_filter(
74
+ 'uag_react_admin_localize',
75
+ function( $localize ) use ( $action ) {
76
+
77
+ $localize[ $action . '_nonce' ] = wp_create_nonce( $this->prefix . '_' . $action );
78
+ return $localize;
79
+ }
80
+ );
81
+
82
+ }
83
+ }
84
+
85
+
86
+ /**
87
+ * Get ajax error message.
88
+ *
89
+ * @param string $type Message type.
90
+ * @return string
91
+ */
92
+ public function get_error_msg( $type ) {
93
+
94
+ return $this->errors->get_error_msg( $type );
95
+ }
96
+ }
admin-core/ajax/ajax-errors.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Ajax Errors.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Ajax;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ /**
16
+ * Class Ajax_Errors
17
+ */
18
+ class Ajax_Errors {
19
+
20
+ /**
21
+ * Instance
22
+ *
23
+ * @access private
24
+ * @var object Class object.
25
+ * @since 2.0.0
26
+ */
27
+ private static $instance;
28
+
29
+ /**
30
+ * Errors
31
+ *
32
+ * @access private
33
+ * @var array Errors strings.
34
+ * @since 2.0.0
35
+ */
36
+ private static $errors = array();
37
+
38
+ /**
39
+ * Initiator
40
+ *
41
+ * @since 2.0.0
42
+ * @return object initialized object of class.
43
+ */
44
+ public static function get_instance() {
45
+ if ( ! isset( self::$instance ) ) {
46
+ self::$instance = new self();
47
+ }
48
+ return self::$instance;
49
+ }
50
+
51
+ /**
52
+ * Constructor
53
+ *
54
+ * @since 2.0.0
55
+ */
56
+ public function __construct() {
57
+
58
+ self::$errors = array(
59
+ 'permission' => __( 'Sorry, you are not allowed to do this operation.', 'ultimate-addons-for-gutenberg' ),
60
+ 'nonce' => __( 'Nonce validation failed', 'ultimate-addons-for-gutenberg' ),
61
+ 'default' => __( 'Sorry, something went wrong.', 'ultimate-addons-for-gutenberg' ),
62
+ );
63
+ }
64
+
65
+ /**
66
+ * Get error message.
67
+ *
68
+ * @param string $type Message type.
69
+ * @return string
70
+ */
71
+ public function get_error_msg( $type ) {
72
+
73
+ if ( ! isset( self::$errors[ $type ] ) ) {
74
+ $type = 'default';
75
+ }
76
+
77
+ return self::$errors[ $type ];
78
+ }
79
+ }
80
+
81
+ Ajax_Errors::get_instance();
admin-core/ajax/ajax-init.php ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Ajax Initialize.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Ajax;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ /**
16
+ * Class Ajax_Init.
17
+ */
18
+ class Ajax_Init {
19
+
20
+ /**
21
+ * Instance
22
+ *
23
+ * @access private
24
+ * @var object Class object.
25
+ * @since 2.0.0
26
+ */
27
+ private static $instance;
28
+
29
+ /**
30
+ * Initiator
31
+ *
32
+ * @since 2.0.0
33
+ * @return object initialized object of class.
34
+ */
35
+ public static function get_instance() {
36
+ if ( ! isset( self::$instance ) ) {
37
+ self::$instance = new self();
38
+ }
39
+ return self::$instance;
40
+ }
41
+
42
+ /**
43
+ * Constructor
44
+ *
45
+ * @since 2.0.0
46
+ */
47
+ public function __construct() {
48
+
49
+ $this->initialize_hooks();
50
+ }
51
+
52
+ /**
53
+ * Init Hooks.
54
+ *
55
+ * @since 2.0.0
56
+ * @return void
57
+ */
58
+ public function initialize_hooks() {
59
+
60
+ $this->register_all_ajax_events();
61
+ }
62
+
63
+ /**
64
+ * Register Ajax actions.
65
+ */
66
+ public function register_all_ajax_events() {
67
+
68
+ $controllers = array(
69
+ 'UagAdmin\Ajax\Common_Settings',
70
+ );
71
+
72
+ foreach ( $controllers as $controller ) {
73
+ $this->$controller = $controller::get_instance();
74
+ $this->$controller->register_ajax_events();
75
+ }
76
+ }
77
+ }
78
+
79
+ Ajax_Init::get_instance();
admin-core/ajax/common-settings.php ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Common Settings.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Ajax;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ use UagAdmin\Ajax\Ajax_Base;
16
+ use UagAdmin\Inc\Admin_Helper;
17
+
18
+ /**
19
+ * Class Common_Settings.
20
+ */
21
+ class Common_Settings extends Ajax_Base {
22
+
23
+ /**
24
+ * Instance
25
+ *
26
+ * @access private
27
+ * @var object Class object.
28
+ * @since 2.0.0
29
+ */
30
+ private static $instance;
31
+
32
+ /**
33
+ * Initiator
34
+ *
35
+ * @since 2.0.0
36
+ * @return object initialized object of class.
37
+ */
38
+ public static function get_instance() {
39
+ if ( ! isset( self::$instance ) ) {
40
+ self::$instance = new self();
41
+ }
42
+ return self::$instance;
43
+ }
44
+
45
+ /**
46
+ * Register_ajax_events.
47
+ *
48
+ * @return void
49
+ */
50
+ public function register_ajax_events() {
51
+
52
+ $ajax_events = array(
53
+ 'enable_beta_updates',
54
+ 'enable_file_generation',
55
+ 'regenerate_assets',
56
+ 'enable_templates_button',
57
+ 'enable_block_condition',
58
+ 'enable_masonry_gallery',
59
+ 'enable_block_responsive',
60
+ 'blocks_activation_and_deactivation',
61
+ 'load_select_font_globally',
62
+ 'select_font_globally',
63
+ 'load_gfonts_locally',
64
+ 'preload_local_fonts',
65
+ 'collapse_panels',
66
+ 'copy_paste',
67
+ 'content_width',
68
+ 'container_global_padding',
69
+ 'blocks_editor_spacing',
70
+ 'recaptcha_site_key_v2',
71
+ 'recaptcha_secret_key_v2',
72
+ 'recaptcha_site_key_v3',
73
+ 'recaptcha_secret_key_v3',
74
+ 'enable_coming_soon_mode',
75
+ 'coming_soon_page',
76
+ 'fetch_pages',
77
+ 'load_font_awesome_5',
78
+ 'auto_block_recovery',
79
+ );
80
+
81
+ $this->init_ajax_events( $ajax_events );
82
+ }
83
+ /**
84
+ * Save settings.
85
+ *
86
+ * @return void
87
+ */
88
+ public function recaptcha_secret_key_v3() {
89
+
90
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
91
+
92
+ if ( ! current_user_can( 'manage_options' ) ) {
93
+ wp_send_json_error( $response_data );
94
+ }
95
+
96
+ /**
97
+ * Nonce verification
98
+ */
99
+ if ( ! check_ajax_referer( 'uag_recaptcha_secret_key_v3', 'security', false ) ) {
100
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
101
+ wp_send_json_error( $response_data );
102
+ }
103
+
104
+ if ( empty( $_POST ) ) {
105
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
106
+ wp_send_json_error( $response_data );
107
+ }
108
+
109
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_recaptcha_secret_key_v3', sanitize_text_field( $_POST['value'] ) );
110
+
111
+ $response_data = array(
112
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
113
+ );
114
+ wp_send_json_success( $response_data );
115
+
116
+ }
117
+ /**
118
+ * Save settings.
119
+ *
120
+ * @return void
121
+ */
122
+ public function recaptcha_secret_key_v2() {
123
+
124
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
125
+
126
+ if ( ! current_user_can( 'manage_options' ) ) {
127
+ wp_send_json_error( $response_data );
128
+ }
129
+
130
+ /**
131
+ * Nonce verification
132
+ */
133
+ if ( ! check_ajax_referer( 'uag_recaptcha_secret_key_v2', 'security', false ) ) {
134
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
135
+ wp_send_json_error( $response_data );
136
+ }
137
+
138
+ if ( empty( $_POST ) ) {
139
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
140
+ wp_send_json_error( $response_data );
141
+ }
142
+
143
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_recaptcha_secret_key_v2', sanitize_text_field( $_POST['value'] ) );
144
+
145
+ $response_data = array(
146
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
147
+ );
148
+ wp_send_json_success( $response_data );
149
+
150
+ }
151
+
152
+ /**
153
+ * Save settings.
154
+ *
155
+ * @return void
156
+ */
157
+ public function recaptcha_site_key_v2() {
158
+
159
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
160
+
161
+ if ( ! current_user_can( 'manage_options' ) ) {
162
+ wp_send_json_error( $response_data );
163
+ }
164
+ /**
165
+ * Nonce verification
166
+ */
167
+ if ( ! check_ajax_referer( 'uag_recaptcha_site_key_v2', 'security', false ) ) {
168
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
169
+ wp_send_json_error( $response_data );
170
+ }
171
+
172
+ if ( empty( $_POST ) ) {
173
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
174
+ wp_send_json_error( $response_data );
175
+ }
176
+
177
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_recaptcha_site_key_v2', sanitize_text_field( $_POST['value'] ) );
178
+
179
+ $response_data = array(
180
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
181
+ );
182
+ wp_send_json_success( $response_data );
183
+
184
+ }
185
+
186
+ /**
187
+ * Save settings.
188
+ *
189
+ * @return void
190
+ */
191
+ public function recaptcha_site_key_v3() {
192
+
193
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
194
+
195
+ if ( ! current_user_can( 'manage_options' ) ) {
196
+ wp_send_json_error( $response_data );
197
+ }
198
+
199
+ /**
200
+ * Nonce verification
201
+ */
202
+ if ( ! check_ajax_referer( 'uag_recaptcha_site_key_v3', 'security', false ) ) {
203
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
204
+ wp_send_json_error( $response_data );
205
+ }
206
+
207
+ if ( empty( $_POST ) ) {
208
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
209
+ wp_send_json_error( $response_data );
210
+ }
211
+
212
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_recaptcha_site_key_v3', sanitize_text_field( $_POST['value'] ) );
213
+
214
+ $response_data = array(
215
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
216
+ );
217
+ wp_send_json_success( $response_data );
218
+
219
+ }
220
+ /**
221
+ * Save settings.
222
+ *
223
+ * @return void
224
+ */
225
+ public function fetch_pages() {
226
+
227
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
228
+
229
+ if ( ! current_user_can( 'manage_options' ) ) {
230
+ wp_send_json_error( $response_data );
231
+ }
232
+
233
+ /**
234
+ * Nonce verification
235
+ */
236
+ if ( ! check_ajax_referer( 'uag_fetch_pages', 'security', false ) ) {
237
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
238
+ wp_send_json_error( $response_data );
239
+ }
240
+
241
+ $args = array(
242
+ 'post_type' => 'page',
243
+ 'posts_per_page' => 5,
244
+ );
245
+ $keyword = ( isset( $_POST['keyword'] ) ? sanitize_text_field( $_POST['keyword'] ) : '' );
246
+ if ( ! empty( $keyword ) ) {
247
+ $args['s'] = $keyword;
248
+ }
249
+
250
+ $results = array();
251
+ $pages = get_posts( $args );
252
+ if ( is_array( $pages ) ) {
253
+ foreach ( $pages as $page ) {
254
+ $results[] = array(
255
+ 'label' => $page->post_title,
256
+ 'value' => $page->ID,
257
+ );
258
+ }
259
+ }
260
+
261
+ wp_send_json_success( $results );
262
+ }
263
+
264
+ /**
265
+ * Save settings.
266
+ *
267
+ * @return void
268
+ */
269
+ public function coming_soon_page() {
270
+
271
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
272
+
273
+ if ( ! current_user_can( 'manage_options' ) ) {
274
+ wp_send_json_error( $response_data );
275
+ }
276
+
277
+ /**
278
+ * Nonce verification
279
+ */
280
+ if ( ! check_ajax_referer( 'uag_coming_soon_page', 'security', false ) ) {
281
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
282
+ wp_send_json_error( $response_data );
283
+ }
284
+
285
+ if ( empty( $_POST ) ) {
286
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
287
+ wp_send_json_error( $response_data );
288
+ }
289
+
290
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_coming_soon_page', intval( $_POST['value'] ) );
291
+
292
+ $response_data = array(
293
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
294
+ );
295
+ wp_send_json_success( $response_data );
296
+
297
+ }
298
+
299
+ /**
300
+ * Save settings.
301
+ *
302
+ * @return void
303
+ */
304
+ public function enable_coming_soon_mode() {
305
+
306
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
307
+
308
+ if ( ! current_user_can( 'manage_options' ) ) {
309
+ wp_send_json_error( $response_data );
310
+ }
311
+
312
+ /**
313
+ * Nonce verification
314
+ */
315
+ if ( ! check_ajax_referer( 'uag_enable_coming_soon_mode', 'security', false ) ) {
316
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
317
+ wp_send_json_error( $response_data );
318
+ }
319
+
320
+ if ( empty( $_POST ) ) {
321
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
322
+ wp_send_json_error( $response_data );
323
+ }
324
+
325
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_enable_coming_soon_mode', sanitize_text_field( $_POST['value'] ) );
326
+
327
+ $response_data = array(
328
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
329
+ );
330
+ wp_send_json_success( $response_data );
331
+
332
+ }
333
+
334
+ /**
335
+ * Save settings.
336
+ *
337
+ * @return void
338
+ */
339
+ public function content_width() {
340
+
341
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
342
+
343
+ if ( ! current_user_can( 'manage_options' ) ) {
344
+ wp_send_json_error( $response_data );
345
+ }
346
+
347
+ /**
348
+ * Nonce verification
349
+ */
350
+ if ( ! check_ajax_referer( 'uag_content_width', 'security', false ) ) {
351
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
352
+ wp_send_json_error( $response_data );
353
+ }
354
+
355
+ if ( empty( $_POST ) ) {
356
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
357
+ wp_send_json_error( $response_data );
358
+ }
359
+
360
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_content_width', sanitize_text_field( $_POST['value'] ) );
361
+
362
+ $response_data = array(
363
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
364
+ );
365
+ wp_send_json_success( $response_data );
366
+
367
+ }
368
+
369
+ /**
370
+ * Save settings.
371
+ *
372
+ * @return void
373
+ */
374
+ public function container_global_padding() {
375
+
376
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
377
+
378
+ if ( ! current_user_can( 'manage_options' ) ) {
379
+ wp_send_json_error( $response_data );
380
+ }
381
+
382
+ /**
383
+ * Nonce verification
384
+ */
385
+ if ( ! check_ajax_referer( 'uag_container_global_padding', 'security', false ) ) {
386
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
387
+ wp_send_json_error( $response_data );
388
+ }
389
+
390
+ if ( empty( $_POST ) ) {
391
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
392
+ wp_send_json_error( $response_data );
393
+ }
394
+
395
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_container_global_padding', sanitize_text_field( $_POST['value'] ) );
396
+
397
+ $response_data = array(
398
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
399
+ );
400
+ wp_send_json_success( $response_data );
401
+
402
+ }
403
+
404
+ /**
405
+ * Save settings.
406
+ *
407
+ * @return void
408
+ */
409
+ public function blocks_editor_spacing() {
410
+
411
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
412
+
413
+ if ( ! current_user_can( 'manage_options' ) ) {
414
+ wp_send_json_error( $response_data );
415
+ }
416
+
417
+ /**
418
+ * Nonce verification
419
+ */
420
+ if ( ! check_ajax_referer( 'uag_blocks_editor_spacing', 'security', false ) ) {
421
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
422
+ wp_send_json_error( $response_data );
423
+ }
424
+
425
+ if ( empty( $_POST ) ) {
426
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
427
+ wp_send_json_error( $response_data );
428
+ }
429
+
430
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_blocks_editor_spacing', sanitize_text_field( $_POST['value'] ) );
431
+
432
+ $response_data = array(
433
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
434
+ );
435
+ wp_send_json_success( $response_data );
436
+
437
+ }
438
+ /**
439
+ * Save settings.
440
+ *
441
+ * @return void
442
+ */
443
+ public function load_select_font_globally() {
444
+
445
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
446
+
447
+ if ( ! current_user_can( 'manage_options' ) ) {
448
+ wp_send_json_error( $response_data );
449
+ }
450
+
451
+ /**
452
+ * Nonce verification
453
+ */
454
+ if ( ! check_ajax_referer( 'uag_load_select_font_globally', 'security', false ) ) {
455
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
456
+ wp_send_json_error( $response_data );
457
+ }
458
+
459
+ if ( empty( $_POST ) ) {
460
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
461
+ wp_send_json_error( $response_data );
462
+ }
463
+
464
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_load_select_font_globally', sanitize_text_field( $_POST['value'] ) );
465
+
466
+ $response_data = array(
467
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
468
+ );
469
+ wp_send_json_success( $response_data );
470
+
471
+ }
472
+ /**
473
+ * Save settings.
474
+ *
475
+ * @return void
476
+ */
477
+ public function select_font_globally() {
478
+
479
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
480
+
481
+ if ( ! current_user_can( 'manage_options' ) ) {
482
+ wp_send_json_error( $response_data );
483
+ }
484
+
485
+ /**
486
+ * Nonce verification
487
+ */
488
+ if ( ! check_ajax_referer( 'uag_select_font_globally', 'security', false ) ) {
489
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
490
+ wp_send_json_error( $response_data );
491
+ }
492
+
493
+ if ( empty( $_POST ) ) {
494
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
495
+ wp_send_json_error( $response_data );
496
+ }
497
+
498
+ $value = isset( $_POST['value'] ) ? json_decode( stripslashes( $_POST['value'] ), true ) : array(); // phpcs:ignore
499
+
500
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_select_font_globally', $this->sanitize_form_inputs( $value ) );
501
+ $response_data = array(
502
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
503
+ );
504
+ wp_send_json_success( $response_data );
505
+
506
+ }
507
+ /**
508
+ * Required Plugin Activate
509
+ *
510
+ * @return void
511
+ */
512
+ public function enable_masonry_gallery() {
513
+
514
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
515
+
516
+ if ( ! current_user_can( 'manage_options' ) ) {
517
+ wp_send_json_error( $response_data );
518
+ }
519
+
520
+ /**
521
+ * Nonce verification
522
+ */
523
+ if ( ! check_ajax_referer( 'uag_enable_masonry_gallery', 'security', false ) ) {
524
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
525
+ wp_send_json_error( $response_data );
526
+ }
527
+
528
+ if ( empty( $_POST ) ) {
529
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
530
+ wp_send_json_error( $response_data );
531
+ }
532
+
533
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_enable_masonry_gallery', sanitize_text_field( $_POST['value'] ) );
534
+
535
+ $response_data = array(
536
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
537
+ );
538
+ wp_send_json_success( $response_data );
539
+
540
+ }
541
+ /**
542
+ * Save settings.
543
+ *
544
+ * @return void
545
+ */
546
+ public function load_gfonts_locally() {
547
+
548
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
549
+
550
+ if ( ! current_user_can( 'manage_options' ) ) {
551
+ wp_send_json_error( $response_data );
552
+ }
553
+
554
+ /**
555
+ * Nonce verification
556
+ */
557
+ if ( ! check_ajax_referer( 'uag_load_gfonts_locally', 'security', false ) ) {
558
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
559
+ wp_send_json_error( $response_data );
560
+ }
561
+
562
+ if ( empty( $_POST ) ) {
563
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
564
+ wp_send_json_error( $response_data );
565
+ }
566
+
567
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_load_gfonts_locally', sanitize_text_field( $_POST['value'] ) );
568
+
569
+ $response_data = array(
570
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
571
+ );
572
+ wp_send_json_success( $response_data );
573
+
574
+ }
575
+ /**
576
+ * Save settings.
577
+ *
578
+ * @return void
579
+ */
580
+ public function collapse_panels() {
581
+
582
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
583
+
584
+ if ( ! current_user_can( 'manage_options' ) ) {
585
+ wp_send_json_error( $response_data );
586
+ }
587
+
588
+ /**
589
+ * Nonce verification
590
+ */
591
+ if ( ! check_ajax_referer( 'uag_collapse_panels', 'security', false ) ) {
592
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
593
+ wp_send_json_error( $response_data );
594
+ }
595
+
596
+ if ( empty( $_POST ) ) {
597
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
598
+ wp_send_json_error( $response_data );
599
+ }
600
+
601
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_collapse_panels', sanitize_text_field( $_POST['value'] ) );
602
+
603
+ $response_data = array(
604
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
605
+ );
606
+ wp_send_json_success( $response_data );
607
+
608
+ }
609
+ /**
610
+ * Save settings.
611
+ *
612
+ * @return void
613
+ */
614
+ public function copy_paste() {
615
+
616
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
617
+
618
+ if ( ! current_user_can( 'manage_options' ) ) {
619
+ wp_send_json_error( $response_data );
620
+ }
621
+
622
+ /**
623
+ * Nonce verification
624
+ */
625
+ if ( ! check_ajax_referer( 'uag_copy_paste', 'security', false ) ) {
626
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
627
+ wp_send_json_error( $response_data );
628
+ }
629
+
630
+ if ( empty( $_POST ) ) {
631
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
632
+ wp_send_json_error( $response_data );
633
+ }
634
+
635
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_copy_paste', sanitize_text_field( $_POST['value'] ) );
636
+
637
+ $response_data = array(
638
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
639
+ );
640
+ wp_send_json_success( $response_data );
641
+
642
+ }
643
+ /**
644
+ * Save settings.
645
+ *
646
+ * @return void
647
+ */
648
+ public function preload_local_fonts() {
649
+
650
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
651
+
652
+ if ( ! current_user_can( 'manage_options' ) ) {
653
+ wp_send_json_error( $response_data );
654
+ }
655
+
656
+ /**
657
+ * Nonce verification
658
+ */
659
+ if ( ! check_ajax_referer( 'uag_preload_local_fonts', 'security', false ) ) {
660
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
661
+ wp_send_json_error( $response_data );
662
+ }
663
+
664
+ if ( empty( $_POST ) ) {
665
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
666
+ wp_send_json_error( $response_data );
667
+ }
668
+
669
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_preload_local_fonts', sanitize_text_field( $_POST['value'] ) );
670
+
671
+ $response_data = array(
672
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
673
+ );
674
+ wp_send_json_success( $response_data );
675
+
676
+ }
677
+ /**
678
+ * Save settings.
679
+ *
680
+ * @return void
681
+ */
682
+ public function enable_block_condition() {
683
+
684
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
685
+
686
+ if ( ! current_user_can( 'manage_options' ) ) {
687
+ wp_send_json_error( $response_data );
688
+ }
689
+
690
+ /**
691
+ * Nonce verification
692
+ */
693
+ if ( ! check_ajax_referer( 'uag_enable_block_condition', 'security', false ) ) {
694
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
695
+ wp_send_json_error( $response_data );
696
+ }
697
+
698
+ if ( empty( $_POST ) ) {
699
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
700
+ wp_send_json_error( $response_data );
701
+ }
702
+
703
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_enable_block_condition', sanitize_text_field( $_POST['value'] ) );
704
+
705
+ $response_data = array(
706
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
707
+ );
708
+ wp_send_json_success( $response_data );
709
+
710
+ }
711
+ /**
712
+ * Save settings.
713
+ *
714
+ * @return void
715
+ */
716
+ public function enable_block_responsive() {
717
+
718
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
719
+
720
+ if ( ! current_user_can( 'manage_options' ) ) {
721
+ wp_send_json_error( $response_data );
722
+ }
723
+
724
+ /**
725
+ * Nonce verification
726
+ */
727
+ if ( ! check_ajax_referer( 'uag_enable_block_responsive', 'security', false ) ) {
728
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
729
+ wp_send_json_error( $response_data );
730
+ }
731
+
732
+ if ( empty( $_POST ) ) {
733
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
734
+ wp_send_json_error( $response_data );
735
+ }
736
+
737
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_enable_block_responsive', sanitize_text_field( $_POST['value'] ) );
738
+
739
+ $response_data = array(
740
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
741
+ );
742
+ wp_send_json_success( $response_data );
743
+
744
+ }
745
+ /**
746
+ * Save settings.
747
+ *
748
+ * @return void
749
+ */
750
+ public function enable_templates_button() {
751
+
752
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
753
+
754
+ if ( ! current_user_can( 'manage_options' ) ) {
755
+ wp_send_json_error( $response_data );
756
+ }
757
+
758
+ /**
759
+ * Nonce verification
760
+ */
761
+ if ( ! check_ajax_referer( 'uag_enable_templates_button', 'security', false ) ) {
762
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
763
+ wp_send_json_error( $response_data );
764
+ }
765
+
766
+ if ( empty( $_POST ) ) {
767
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
768
+ wp_send_json_error( $response_data );
769
+ }
770
+
771
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_enable_templates_button', sanitize_text_field( $_POST['value'] ) );
772
+
773
+ $response_data = array(
774
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
775
+ );
776
+ wp_send_json_success( $response_data );
777
+
778
+ }
779
+
780
+ /**
781
+ * Save settings.
782
+ *
783
+ * @return void
784
+ */
785
+ public function blocks_activation_and_deactivation() {
786
+
787
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
788
+
789
+ if ( ! current_user_can( 'manage_options' ) ) {
790
+ wp_send_json_error( $response_data );
791
+ }
792
+
793
+ /**
794
+ * Nonce verification
795
+ */
796
+ if ( ! check_ajax_referer( 'uag_blocks_activation_and_deactivation', 'security', false ) ) {
797
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
798
+ wp_send_json_error( $response_data );
799
+ }
800
+
801
+ if ( empty( $_POST ) ) {
802
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
803
+ wp_send_json_error( $response_data );
804
+ }
805
+
806
+ $value = isset( $_POST['value'] ) ? json_decode( stripslashes( $_POST['value'] ), true ) : array(); // phpcs:ignore
807
+
808
+ \UAGB_Admin_Helper::update_admin_settings_option( '_uagb_blocks', $this->sanitize_form_inputs( $value ) );
809
+
810
+ if ( 'disabled' === \UAGB_Helper::$file_generation ) {
811
+ \UAGB_Admin_Helper::create_specific_stylesheet(); // Get Specific Stylesheet.
812
+ }
813
+
814
+ $response_data = array(
815
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
816
+ );
817
+ wp_send_json_success( $response_data );
818
+ }
819
+
820
+ /**
821
+ * Save settings.
822
+ *
823
+ * @return void
824
+ */
825
+ public function enable_beta_updates() {
826
+
827
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
828
+
829
+ if ( ! current_user_can( 'manage_options' ) ) {
830
+ wp_send_json_error( $response_data );
831
+ }
832
+
833
+ /**
834
+ * Nonce verification
835
+ */
836
+ if ( ! check_ajax_referer( 'uag_enable_beta_updates', 'security', false ) ) {
837
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
838
+ wp_send_json_error( $response_data );
839
+ }
840
+
841
+ if ( empty( $_POST ) ) {
842
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
843
+ wp_send_json_error( $response_data );
844
+ }
845
+
846
+ if ( isset( $_POST ) ) {
847
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uagb_beta', sanitize_text_field( $_POST['value'] ) );
848
+
849
+ }
850
+
851
+ $response_data = array(
852
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
853
+ );
854
+ wp_send_json_success( $response_data );
855
+ }
856
+
857
+ /**
858
+ * Save settings.
859
+ *
860
+ * @return void
861
+ */
862
+ public function enable_file_generation() {
863
+
864
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
865
+
866
+ if ( ! current_user_can( 'manage_options' ) ) {
867
+ wp_send_json_error( $response_data );
868
+ }
869
+
870
+ /**
871
+ * Nonce verification
872
+ */
873
+ if ( ! check_ajax_referer( 'uag_enable_file_generation', 'security', false ) ) {
874
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
875
+ wp_send_json_error( $response_data );
876
+ }
877
+
878
+ if ( empty( $_POST ) ) {
879
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
880
+ wp_send_json_error( $response_data );
881
+ }
882
+
883
+ if ( isset( $_POST ) ) {
884
+
885
+ \UAGB_Admin_Helper::update_admin_settings_option( '_uagb_allow_file_generation', sanitize_text_field( $_POST['value'] ) );
886
+
887
+ }
888
+
889
+ $response_data = array(
890
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
891
+ );
892
+ wp_send_json_success( $response_data );
893
+ }
894
+
895
+ /**
896
+ * Save settings.
897
+ *
898
+ * @return void
899
+ */
900
+ public function regenerate_assets() {
901
+
902
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
903
+
904
+ if ( ! current_user_can( 'manage_options' ) ) {
905
+ wp_send_json_error( $response_data );
906
+ }
907
+
908
+ /**
909
+ * Nonce verification
910
+ */
911
+ if ( ! check_ajax_referer( 'uag_regenerate_assets', 'security', false ) ) {
912
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
913
+ wp_send_json_error( $response_data );
914
+ }
915
+
916
+ if ( empty( $_POST ) ) {
917
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
918
+ wp_send_json_error( $response_data );
919
+ }
920
+
921
+ $wp_upload_dir = \UAGB_Helper::get_uag_upload_dir_path();
922
+
923
+ if ( file_exists( $wp_upload_dir . 'custom-style-blocks.css' ) ) {
924
+ wp_delete_file( $wp_upload_dir . 'custom-style-blocks.css' );
925
+ }
926
+
927
+ if ( isset( $_POST['value'] ) && $_POST['value'] ) {
928
+
929
+ $file_generation = \UAGB_Helper::allow_file_generation();
930
+
931
+ if ( 'enabled' === $file_generation ) {
932
+
933
+ \UAGB_Helper::delete_uag_asset_dir();
934
+ }
935
+
936
+ \UAGB_Admin_Helper::create_specific_stylesheet();
937
+
938
+ /* Update the asset version */
939
+ \UAGB_Admin_Helper::update_admin_settings_option( '__uagb_asset_version', time() );
940
+
941
+ }
942
+
943
+ $response_data = array(
944
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
945
+ );
946
+ wp_send_json_success( $response_data );
947
+ }
948
+
949
+ /**
950
+ * Save settings.
951
+ *
952
+ * @param array $input_settings settimg data.
953
+ */
954
+ public function sanitize_form_inputs( $input_settings = array() ) {
955
+ $new_settings = array();
956
+
957
+ if ( ! empty( $input_settings ) ) {
958
+ foreach ( $input_settings as $key => $value ) {
959
+
960
+ $new_key = sanitize_text_field( $key );
961
+
962
+ if ( is_array( $value ) ) {
963
+ $new_settings[ $new_key ] = $this->sanitize_form_inputs( $value );
964
+ } else {
965
+ $new_settings[ $new_key ] = sanitize_text_field( $value );
966
+ }
967
+ }
968
+ }
969
+
970
+ return $new_settings;
971
+ }
972
+
973
+ /**
974
+ * Save settings.
975
+ *
976
+ * @return void
977
+ */
978
+ public function load_font_awesome_5() {
979
+
980
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
981
+
982
+ if ( ! current_user_can( 'manage_options' ) ) {
983
+ wp_send_json_error( $response_data );
984
+ }
985
+
986
+ /**
987
+ * Nonce verification
988
+ */
989
+ if ( ! check_ajax_referer( 'uag_load_font_awesome_5', 'security', false ) ) {
990
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
991
+ wp_send_json_error( $response_data );
992
+ }
993
+
994
+ if ( empty( $_POST ) ) {
995
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
996
+ wp_send_json_error( $response_data );
997
+ }
998
+
999
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_load_font_awesome_5', sanitize_text_field( $_POST['value'] ) );
1000
+
1001
+ $response_data = array(
1002
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
1003
+ );
1004
+ wp_send_json_success( $response_data );
1005
+
1006
+ }
1007
+
1008
+ /**
1009
+ * Save settings.
1010
+ *
1011
+ * @return void
1012
+ */
1013
+ public function auto_block_recovery() {
1014
+
1015
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
1016
+
1017
+ if ( ! current_user_can( 'manage_options' ) ) {
1018
+ wp_send_json_error( $response_data );
1019
+ }
1020
+
1021
+ /**
1022
+ * Nonce verification
1023
+ */
1024
+ if ( ! check_ajax_referer( 'uag_auto_block_recovery', 'security', false ) ) {
1025
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
1026
+ wp_send_json_error( $response_data );
1027
+ }
1028
+
1029
+ if ( empty( $_POST ) ) {
1030
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
1031
+ wp_send_json_error( $response_data );
1032
+ }
1033
+
1034
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_auto_block_recovery', sanitize_text_field( $_POST['value'] ) );
1035
+
1036
+ $response_data = array(
1037
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
1038
+ );
1039
+ wp_send_json_success( $response_data );
1040
+
1041
+ }
1042
+ }
admin-core/api/api-base.php ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Api Base.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Api;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ /**
16
+ * Class Api_Base.
17
+ */
18
+ abstract class Api_Base extends \WP_REST_Controller {
19
+
20
+ /**
21
+ * Endpoint namespace.
22
+ *
23
+ * @var string
24
+ */
25
+ protected $namespace = 'uag/v1';
26
+
27
+ /**
28
+ * Register API routes.
29
+ */
30
+ public function get_api_namespace() {
31
+
32
+ return $this->namespace;
33
+ }
34
+ }
admin-core/api/api-init.php ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Api Init.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Api;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ /**
16
+ * Class Api_Init.
17
+ */
18
+ class Api_Init {
19
+
20
+ /**
21
+ * Instance
22
+ *
23
+ * @access private
24
+ * @var object Class object.
25
+ * @since 1.0.0
26
+ */
27
+ private static $instance;
28
+
29
+ /**
30
+ * Initiator
31
+ *
32
+ * @since 1.0.0
33
+ * @return object initialized object of class.
34
+ */
35
+ public static function get_instance() {
36
+ if ( ! isset( self::$instance ) ) {
37
+ self::$instance = new self();
38
+ }
39
+ return self::$instance;
40
+ }
41
+
42
+ /**
43
+ * Constructor
44
+ *
45
+ * @since 1.0.0
46
+ */
47
+ public function __construct() {
48
+ $this->initialize_hooks();
49
+ }
50
+
51
+ /**
52
+ * Init Hooks.
53
+ *
54
+ * @since 1.0.0
55
+ * @return void
56
+ */
57
+ public function initialize_hooks() {
58
+
59
+ // REST API extensions init.
60
+ add_action( 'rest_api_init', array( $this, 'register_routes' ) );
61
+ }
62
+
63
+ /**
64
+ * Register API routes.
65
+ */
66
+ public function register_routes() {
67
+
68
+ $controllers = array(
69
+ 'UagAdmin\Api\Common_Settings',
70
+ );
71
+
72
+ foreach ( $controllers as $controller ) {
73
+ $this->$controller = $controller::get_instance();
74
+ $this->$controller->register_routes();
75
+ }
76
+ }
77
+ }
78
+
79
+ Api_Init::get_instance();
admin-core/api/common-settings.php ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Common Settings Data Query.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ namespace UagAdmin\Api;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ use UagAdmin\Api\Api_Base;
16
+ use UagAdmin\Inc\Admin_Helper;
17
+ use UagAdmin\Inc\Global_Settings;
18
+
19
+ /**
20
+ * Class Admin_Query.
21
+ */
22
+ class Common_Settings extends Api_Base {
23
+
24
+ /**
25
+ * Route base.
26
+ *
27
+ * @var string
28
+ */
29
+ protected $rest_base = '/admin/commonsettings/';
30
+
31
+ /**
32
+ * Instance
33
+ *
34
+ * @access private
35
+ * @var object Class object.
36
+ * @since 1.0.0
37
+ */
38
+ private static $instance;
39
+
40
+ /**
41
+ * Initiator
42
+ *
43
+ * @since 1.0.0
44
+ * @return object initialized object of class.
45
+ */
46
+ public static function get_instance() {
47
+ if ( ! isset( self::$instance ) ) {
48
+ self::$instance = new self();
49
+ }
50
+ return self::$instance;
51
+ }
52
+
53
+ /**
54
+ * Init Hooks.
55
+ *
56
+ * @since 1.0.0
57
+ * @return void
58
+ */
59
+ public function register_routes() {
60
+
61
+ $namespace = $this->get_api_namespace();
62
+
63
+ register_rest_route(
64
+ $namespace,
65
+ $this->rest_base,
66
+ array(
67
+ array(
68
+ 'methods' => \WP_REST_Server::READABLE,
69
+ 'callback' => array( $this, 'get_common_settings' ),
70
+ 'permission_callback' => array( $this, 'get_items_permissions_check' ),
71
+ 'args' => array(),
72
+ ),
73
+ 'schema' => array( $this, 'get_public_item_schema' ),
74
+ )
75
+ );
76
+ }
77
+
78
+ /**
79
+ * Get common settings.
80
+ *
81
+ * @param WP_REST_Request $request Full details about the request.
82
+ */
83
+ public function get_common_settings( $request ) {
84
+
85
+ $options = Admin_Helper::get_options();
86
+
87
+ return $options;
88
+ }
89
+
90
+ /**
91
+ * Check whether a given request has permission to read notes.
92
+ *
93
+ * @param WP_REST_Request $request Full details about the request.
94
+ * @return WP_Error|boolean
95
+ */
96
+ public function get_items_permissions_check( $request ) {
97
+
98
+ if ( ! current_user_can( 'manage_options' ) ) {
99
+ return new \WP_Error( 'uag_rest_cannot_view', __( 'Sorry, you cannot list resources.', 'ultimate-addons-for-gutenberg' ), array( 'status' => rest_authorization_required_code() ) );
100
+ }
101
+
102
+ return true;
103
+ }
104
+ }
admin-core/assets/build/dashboard-app-rtl.css ADDED
@@ -0,0 +1,1602 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
3
+ *//*
4
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
+ */
7
+
8
+ *,
9
+ ::before,
10
+ ::after {
11
+ box-sizing: border-box; /* 1 */
12
+ border-width: 0; /* 2 */
13
+ border-style: solid; /* 2 */
14
+ border-color: #e5e7eb; /* 2 */
15
+ }
16
+
17
+ ::before,
18
+ ::after {
19
+ --tw-content: '';
20
+ }
21
+
22
+ /*
23
+ 1. Use a consistent sensible line-height in all browsers.
24
+ 2. Prevent adjustments of font size after orientation changes in iOS.
25
+ 3. Use a more readable tab size.
26
+ 4. Use the user's configured `sans` font-family by default.
27
+ */
28
+
29
+ html {
30
+ line-height: 1.5; /* 1 */
31
+ -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
32
+ -o-tab-size: 4;
33
+ tab-size: 4; /* 3 */
34
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
35
+ }
36
+
37
+ /*
38
+ 1. Remove the margin in all browsers.
39
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
40
+ */
41
+
42
+ body {
43
+ margin: 0; /* 1 */
44
+ line-height: inherit; /* 2 */
45
+ }
46
+
47
+ /*
48
+ 1. Add the correct height in Firefox.
49
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
50
+ 3. Ensure horizontal rules are visible by default.
51
+ */
52
+
53
+ hr {
54
+ height: 0; /* 1 */
55
+ color: inherit; /* 2 */
56
+ border-top-width: 1px; /* 3 */
57
+ }
58
+
59
+ /*
60
+ Add the correct text decoration in Chrome, Edge, and Safari.
61
+ */
62
+
63
+ abbr:where([title]) {
64
+ -webkit-text-decoration: underline dotted;
65
+ text-decoration: underline dotted;
66
+ }
67
+
68
+ /*
69
+ Remove the default font size and weight for headings.
70
+ */
71
+
72
+ h1,
73
+ h2,
74
+ h3,
75
+ h4,
76
+ h5,
77
+ h6 {
78
+ font-size: inherit;
79
+ font-weight: inherit;
80
+ }
81
+
82
+ /*
83
+ Reset links to optimize for opt-in styling instead of opt-out.
84
+ */
85
+
86
+ a {
87
+ color: inherit;
88
+ text-decoration: inherit;
89
+ }
90
+
91
+ /*
92
+ Add the correct font weight in Edge and Safari.
93
+ */
94
+
95
+ b,
96
+ strong {
97
+ font-weight: bolder;
98
+ }
99
+
100
+ /*
101
+ 1. Use the user's configured `mono` font family by default.
102
+ 2. Correct the odd `em` font sizing in all browsers.
103
+ */
104
+
105
+ code,
106
+ kbd,
107
+ samp,
108
+ pre {
109
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
110
+ font-size: 1em; /* 2 */
111
+ }
112
+
113
+ /*
114
+ Add the correct font size in all browsers.
115
+ */
116
+
117
+ small {
118
+ font-size: 80%;
119
+ }
120
+
121
+ /*
122
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
123
+ */
124
+
125
+ sub,
126
+ sup {
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ position: relative;
130
+ vertical-align: baseline;
131
+ }
132
+
133
+ sub {
134
+ bottom: -0.25em;
135
+ }
136
+
137
+ sup {
138
+ top: -0.5em;
139
+ }
140
+
141
+ /*
142
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
143
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
144
+ 3. Remove gaps between table borders by default.
145
+ */
146
+
147
+ table {
148
+ text-indent: 0; /* 1 */
149
+ border-color: inherit; /* 2 */
150
+ border-collapse: collapse; /* 3 */
151
+ }
152
+
153
+ /*
154
+ 1. Change the font styles in all browsers.
155
+ 2. Remove the margin in Firefox and Safari.
156
+ 3. Remove default padding in all browsers.
157
+ */
158
+
159
+ button,
160
+ input,
161
+ optgroup,
162
+ select,
163
+ textarea {
164
+ font-family: inherit; /* 1 */
165
+ font-size: 100%; /* 1 */
166
+ line-height: inherit; /* 1 */
167
+ color: inherit; /* 1 */
168
+ margin: 0; /* 2 */
169
+ padding: 0; /* 3 */
170
+ }
171
+
172
+ /*
173
+ Remove the inheritance of text transform in Edge and Firefox.
174
+ */
175
+
176
+ button,
177
+ select {
178
+ text-transform: none;
179
+ }
180
+
181
+ /*
182
+ 1. Correct the inability to style clickable types in iOS and Safari.
183
+ 2. Remove default button styles.
184
+ */
185
+
186
+ button,
187
+ [type='button'],
188
+ [type='reset'],
189
+ [type='submit'] {
190
+ -webkit-appearance: button; /* 1 */
191
+ background-color: transparent; /* 2 */
192
+ background-image: none; /* 2 */
193
+ }
194
+
195
+ /*
196
+ Use the modern Firefox focus style for all focusable elements.
197
+ */
198
+
199
+ :-moz-focusring {
200
+ outline: auto;
201
+ }
202
+
203
+ /*
204
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
205
+ */
206
+
207
+ :-moz-ui-invalid {
208
+ box-shadow: none;
209
+ }
210
+
211
+ /*
212
+ Add the correct vertical alignment in Chrome and Firefox.
213
+ */
214
+
215
+ progress {
216
+ vertical-align: baseline;
217
+ }
218
+
219
+ /*
220
+ Correct the cursor style of increment and decrement buttons in Safari.
221
+ */
222
+
223
+ ::-webkit-inner-spin-button,
224
+ ::-webkit-outer-spin-button {
225
+ height: auto;
226
+ }
227
+
228
+ /*
229
+ 1. Correct the odd appearance in Chrome and Safari.
230
+ 2. Correct the outline style in Safari.
231
+ */
232
+
233
+ [type='search'] {
234
+ -webkit-appearance: textfield; /* 1 */
235
+ outline-offset: -2px; /* 2 */
236
+ }
237
+
238
+ /*
239
+ Remove the inner padding in Chrome and Safari on macOS.
240
+ */
241
+
242
+ ::-webkit-search-decoration {
243
+ -webkit-appearance: none;
244
+ }
245
+
246
+ /*
247
+ 1. Correct the inability to style clickable types in iOS and Safari.
248
+ 2. Change font properties to `inherit` in Safari.
249
+ */
250
+
251
+ ::-webkit-file-upload-button {
252
+ -webkit-appearance: button; /* 1 */
253
+ font: inherit; /* 2 */
254
+ }
255
+
256
+ /*
257
+ Add the correct display in Chrome and Safari.
258
+ */
259
+
260
+ summary {
261
+ display: list-item;
262
+ }
263
+
264
+ /*
265
+ Removes the default spacing and border for appropriate elements.
266
+ */
267
+
268
+ blockquote,
269
+ dl,
270
+ dd,
271
+ h1,
272
+ h2,
273
+ h3,
274
+ h4,
275
+ h5,
276
+ h6,
277
+ hr,
278
+ figure,
279
+ p,
280
+ pre {
281
+ margin: 0;
282
+ }
283
+
284
+ fieldset {
285
+ margin: 0;
286
+ padding: 0;
287
+ }
288
+
289
+ legend {
290
+ padding: 0;
291
+ }
292
+
293
+ ol,
294
+ ul,
295
+ menu {
296
+ list-style: none;
297
+ margin: 0;
298
+ padding: 0;
299
+ }
300
+
301
+ /*
302
+ Prevent resizing textareas horizontally by default.
303
+ */
304
+
305
+ textarea {
306
+ resize: vertical;
307
+ }
308
+
309
+ /*
310
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
311
+ 2. Set the default placeholder color to the user's configured gray 400 color.
312
+ */
313
+
314
+ input::placeholder,
315
+ textarea::placeholder {
316
+ opacity: 1; /* 1 */
317
+ color: #9ca3af; /* 2 */
318
+ }
319
+
320
+ /*
321
+ Set the default cursor for buttons.
322
+ */
323
+
324
+ button,
325
+ [role="button"] {
326
+ cursor: pointer;
327
+ }
328
+
329
+ /*
330
+ Make sure disabled buttons don't get the pointer cursor.
331
+ */
332
+ :disabled {
333
+ cursor: default;
334
+ }
335
+
336
+ /*
337
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
338
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
339
+ This can trigger a poorly considered lint error in some tools but is included by design.
340
+ */
341
+
342
+ img,
343
+ svg,
344
+ video,
345
+ canvas,
346
+ audio,
347
+ iframe,
348
+ embed,
349
+ object {
350
+ display: block; /* 1 */
351
+ vertical-align: middle; /* 2 */
352
+ }
353
+
354
+ /*
355
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
356
+ */
357
+
358
+ img,
359
+ video {
360
+ max-width: 100%;
361
+ height: auto;
362
+ }
363
+
364
+ /*
365
+ Ensure the default browser behavior of the `hidden` attribute.
366
+ */
367
+
368
+ [hidden] {
369
+ display: none;
370
+ }
371
+
372
+ [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
373
+ -webkit-appearance: none;
374
+ appearance: none;
375
+ background-color: #fff;
376
+ border-color: #6b7280;
377
+ border-width: 1px;
378
+ border-radius: 0px;
379
+ padding-top: 0.5rem;
380
+ padding-left: 0.75rem;
381
+ padding-bottom: 0.5rem;
382
+ padding-right: 0.75rem;
383
+ font-size: 1rem;
384
+ line-height: 1.5rem;
385
+ --tw-shadow: 0 0 #0000;
386
+ }
387
+
388
+ [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
389
+ outline: 2px solid transparent;
390
+ outline-offset: 2px;
391
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
392
+ --tw-ring-offset-width: 0px;
393
+ --tw-ring-offset-color: #fff;
394
+ --tw-ring-color: #2563eb;
395
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
396
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
397
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
398
+ border-color: #2563eb;
399
+ }
400
+
401
+ input::placeholder,textarea::placeholder {
402
+ color: #6b7280;
403
+ opacity: 1;
404
+ }
405
+
406
+ ::-webkit-datetime-edit-fields-wrapper {
407
+ padding: 0;
408
+ }
409
+
410
+ ::-webkit-date-and-time-value {
411
+ min-height: 1.5em;
412
+ }
413
+
414
+ select {
415
+ background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
416
+ background-position: left 0.5rem center;
417
+ background-repeat: no-repeat;
418
+ background-size: 1.5em 1.5em;
419
+ padding-left: 2.5rem;
420
+ -webkit-print-color-adjust: exact;
421
+ color-adjust: exact;
422
+ }
423
+
424
+ [multiple] {
425
+ background-image: initial;
426
+ background-position: initial;
427
+ background-repeat: unset;
428
+ background-size: initial;
429
+ padding-left: 0.75rem;
430
+ -webkit-print-color-adjust: unset;
431
+ color-adjust: unset;
432
+ }
433
+
434
+ [type='checkbox'],[type='radio'] {
435
+ -webkit-appearance: none;
436
+ appearance: none;
437
+ padding: 0;
438
+ -webkit-print-color-adjust: exact;
439
+ color-adjust: exact;
440
+ display: inline-block;
441
+ vertical-align: middle;
442
+ background-origin: border-box;
443
+ -webkit-user-select: none;
444
+ user-select: none;
445
+ flex-shrink: 0;
446
+ height: 1rem;
447
+ width: 1rem;
448
+ color: #2563eb;
449
+ background-color: #fff;
450
+ border-color: #6b7280;
451
+ border-width: 1px;
452
+ --tw-shadow: 0 0 #0000;
453
+ }
454
+
455
+ [type='checkbox'] {
456
+ border-radius: 0px;
457
+ }
458
+
459
+ [type='radio'] {
460
+ border-radius: 100%;
461
+ }
462
+
463
+ [type='checkbox']:focus,[type='radio']:focus {
464
+ outline: 2px solid transparent;
465
+ outline-offset: 2px;
466
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
467
+ --tw-ring-offset-width: 2px;
468
+ --tw-ring-offset-color: #fff;
469
+ --tw-ring-color: #2563eb;
470
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
471
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
472
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
473
+ }
474
+
475
+ [type='checkbox']:checked,[type='radio']:checked {
476
+ border-color: transparent;
477
+ background-color: currentColor;
478
+ background-size: 100% 100%;
479
+ background-position: center;
480
+ background-repeat: no-repeat;
481
+ }
482
+
483
+ [type='checkbox']:checked {
484
+ background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
485
+ }
486
+
487
+ [type='radio']:checked {
488
+ background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
489
+ }
490
+
491
+ [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
492
+ border-color: transparent;
493
+ background-color: currentColor;
494
+ }
495
+
496
+ [type='checkbox']:indeterminate {
497
+ background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
498
+ border-color: transparent;
499
+ background-color: currentColor;
500
+ background-size: 100% 100%;
501
+ background-position: center;
502
+ background-repeat: no-repeat;
503
+ }
504
+
505
+ [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
506
+ border-color: transparent;
507
+ background-color: currentColor;
508
+ }
509
+
510
+ [type='file'] {
511
+ background: unset;
512
+ border-color: inherit;
513
+ border-width: 0;
514
+ border-radius: 0;
515
+ padding: 0;
516
+ font-size: unset;
517
+ line-height: inherit;
518
+ }
519
+
520
+ [type='file']:focus {
521
+ outline: 1px auto -webkit-focus-ring-color;
522
+ }
523
+
524
+ *, ::before, ::after {
525
+ --tw-translate-x: 0;
526
+ --tw-translate-y: 0;
527
+ --tw-rotate: 0;
528
+ --tw-skew-x: 0;
529
+ --tw-skew-y: 0;
530
+ --tw-scale-x: 1;
531
+ --tw-scale-y: 1;
532
+ --tw-pan-x: ;
533
+ --tw-pan-y: ;
534
+ --tw-pinch-zoom: ;
535
+ --tw-scroll-snap-strictness: proximity;
536
+ --tw-ordinal: ;
537
+ --tw-slashed-zero: ;
538
+ --tw-numeric-figure: ;
539
+ --tw-numeric-spacing: ;
540
+ --tw-numeric-fraction: ;
541
+ --tw-ring-inset: ;
542
+ --tw-ring-offset-width: 0px;
543
+ --tw-ring-offset-color: #fff;
544
+ --tw-ring-color: rgb(59 130 246 / 0.5);
545
+ --tw-ring-offset-shadow: 0 0 #0000;
546
+ --tw-ring-shadow: 0 0 #0000;
547
+ --tw-shadow: 0 0 #0000;
548
+ --tw-shadow-colored: 0 0 #0000;
549
+ --tw-blur: ;
550
+ --tw-brightness: ;
551
+ --tw-contrast: ;
552
+ --tw-grayscale: ;
553
+ --tw-hue-rotate: ;
554
+ --tw-invert: ;
555
+ --tw-saturate: ;
556
+ --tw-sepia: ;
557
+ --tw-drop-shadow: ;
558
+ --tw-backdrop-blur: ;
559
+ --tw-backdrop-brightness: ;
560
+ --tw-backdrop-contrast: ;
561
+ --tw-backdrop-grayscale: ;
562
+ --tw-backdrop-hue-rotate: ;
563
+ --tw-backdrop-invert: ;
564
+ --tw-backdrop-opacity: ;
565
+ --tw-backdrop-saturate: ;
566
+ --tw-backdrop-sepia: ;
567
+ }.sr-only {
568
+ position: absolute;
569
+ width: 1px;
570
+ height: 1px;
571
+ padding: 0;
572
+ margin: -1px;
573
+ overflow: hidden;
574
+ clip: rect(0, 0, 0, 0);
575
+ white-space: nowrap;
576
+ border-width: 0;
577
+ }.pointer-events-none {
578
+ pointer-events: none;
579
+ }.pointer-events-auto {
580
+ pointer-events: auto;
581
+ }.fixed {
582
+ position: fixed;
583
+ }.absolute {
584
+ position: absolute;
585
+ }.relative {
586
+ position: relative;
587
+ }.inset-0 {
588
+ top: 0px;
589
+ left: 0px;
590
+ bottom: 0px;
591
+ right: 0px;
592
+ }.inset-10 {
593
+ top: 2.5rem;
594
+ left: 2.5rem;
595
+ bottom: 2.5rem;
596
+ right: 2.5rem;
597
+ }.inset-y-0 {
598
+ top: 0px;
599
+ bottom: 0px;
600
+ }.right-0 {
601
+ left: 0px;
602
+ }.z-50 {
603
+ z-index: 50;
604
+ }.z-10 {
605
+ z-index: 10;
606
+ }.z-0 {
607
+ z-index: 0;
608
+ }.mx-auto {
609
+ margin-right: auto;
610
+ margin-left: auto;
611
+ }.my-1 {
612
+ margin-top: 0.25rem;
613
+ margin-bottom: 0.25rem;
614
+ }.my-\[2\.43rem\] {
615
+ margin-top: 2.43rem;
616
+ margin-bottom: 2.43rem;
617
+ }.mb-1 {
618
+ margin-bottom: 0.25rem;
619
+ }.mt-3 {
620
+ margin-top: 0.75rem;
621
+ }.ml-3 {
622
+ margin-right: 0.75rem;
623
+ }.ml-4 {
624
+ margin-right: 1rem;
625
+ }.ml-1\.5 {
626
+ margin-right: 0.375rem;
627
+ }.ml-1 {
628
+ margin-right: 0.25rem;
629
+ }.mt-10 {
630
+ margin-top: 2.5rem;
631
+ }.mb-8 {
632
+ margin-bottom: 2rem;
633
+ }.mb-\[2\.43rem\] {
634
+ margin-bottom: 2.43rem;
635
+ }.ml-0 {
636
+ margin-right: 0px;
637
+ }.mb-6 {
638
+ margin-bottom: 1.5rem;
639
+ }.-ml-4 {
640
+ margin-right: -1rem;
641
+ }.-ml-px {
642
+ margin-right: -1px;
643
+ }.mr-16 {
644
+ margin-left: 4rem;
645
+ }.mt-2 {
646
+ margin-top: 0.5rem;
647
+ }.mt-8 {
648
+ margin-top: 2rem;
649
+ }.mr-5 {
650
+ margin-left: 1.25rem;
651
+ }.mt-4 {
652
+ margin-top: 1rem;
653
+ }.-mr-1 {
654
+ margin-left: -0.25rem;
655
+ }.mr-2 {
656
+ margin-left: 0.5rem;
657
+ }.-ml-1 {
658
+ margin-right: -0.25rem;
659
+ }.mr-3 {
660
+ margin-left: 0.75rem;
661
+ }.mt-6 {
662
+ margin-top: 1.5rem;
663
+ }.mr-4 {
664
+ margin-left: 1rem;
665
+ }.mr-\[80px\] {
666
+ margin-left: 80px;
667
+ }.box-border {
668
+ box-sizing: border-box;
669
+ }.block {
670
+ display: block;
671
+ }.inline-block {
672
+ display: inline-block;
673
+ }.inline {
674
+ display: inline;
675
+ }.flex {
676
+ display: flex;
677
+ }.inline-flex {
678
+ display: inline-flex;
679
+ }.grid {
680
+ display: grid;
681
+ }.contents {
682
+ display: contents;
683
+ }.hidden {
684
+ display: none;
685
+ }.h-10 {
686
+ height: 2.5rem;
687
+ }.h-full {
688
+ height: 100%;
689
+ }.h-16 {
690
+ height: 4rem;
691
+ }.h-6 {
692
+ height: 1.5rem;
693
+ }.h-\[2\.6rem\] {
694
+ height: 2.6rem;
695
+ }.h-5 {
696
+ height: 1.25rem;
697
+ }.h-20 {
698
+ height: 5rem;
699
+ }.h-3\.5 {
700
+ height: 0.875rem;
701
+ }.h-3 {
702
+ height: 0.75rem;
703
+ }.h-8 {
704
+ height: 2rem;
705
+ }.h-9 {
706
+ height: 2.25rem;
707
+ }.h-12 {
708
+ height: 3rem;
709
+ }.h-\[36rem\] {
710
+ height: 36rem;
711
+ }.max-h-4 {
712
+ max-height: 1rem;
713
+ }.min-h-screen {
714
+ min-height: 100vh;
715
+ }.min-h-\[36rem\] {
716
+ min-height: 36rem;
717
+ }.w-10 {
718
+ width: 2.5rem;
719
+ }.w-screen {
720
+ width: 100vw;
721
+ }.w-6 {
722
+ width: 1.5rem;
723
+ }.w-auto {
724
+ width: auto;
725
+ }.w-full {
726
+ width: 100%;
727
+ }.w-0 {
728
+ width: 0px;
729
+ }.w-5 {
730
+ width: 1.25rem;
731
+ }.w-\[2\.4rem\] {
732
+ width: 2.4rem;
733
+ }.w-3\.5 {
734
+ width: 0.875rem;
735
+ }.w-3 {
736
+ width: 0.75rem;
737
+ }.w-9\/12 {
738
+ width: 75%;
739
+ }.w-20 {
740
+ width: 5rem;
741
+ }.w-80 {
742
+ width: 20rem;
743
+ }.w-12 {
744
+ width: 3rem;
745
+ }.w-8 {
746
+ width: 2rem;
747
+ }.min-w-0 {
748
+ min-width: 0px;
749
+ }.max-w-full {
750
+ max-width: 100%;
751
+ }.max-w-md {
752
+ max-width: 28rem;
753
+ }.max-w-3xl {
754
+ max-width: 48rem;
755
+ }.max-w-sm {
756
+ max-width: 24rem;
757
+ }.max-w-\[77rem\] {
758
+ max-width: 77rem;
759
+ }.flex-1 {
760
+ flex: 1 1 0%;
761
+ }.flex-shrink-0 {
762
+ flex-shrink: 0;
763
+ }.translate-x-full {
764
+ --tw-translate-x: 100%;
765
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
766
+ }.translate-x-0 {
767
+ --tw-translate-x: 0px;
768
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
769
+ }.translate-y-2 {
770
+ --tw-translate-y: 0.5rem;
771
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
772
+ }.translate-y-0 {
773
+ --tw-translate-y: 0px;
774
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
775
+ }.translate-x-5 {
776
+ --tw-translate-x: 1.25rem;
777
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
778
+ }.translate-y-4 {
779
+ --tw-translate-y: 1rem;
780
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
781
+ }.transform {
782
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
783
+ }@keyframes spin {
784
+
785
+ to {
786
+ transform: rotate(-360deg);
787
+ }
788
+ }.animate-spin {
789
+ animation: spin 1s linear infinite;
790
+ }.cursor-pointer {
791
+ cursor: pointer;
792
+ }.snap-start {
793
+ scroll-snap-align: start;
794
+ }.appearance-none {
795
+ -webkit-appearance: none;
796
+ appearance: none;
797
+ }.grid-flow-row {
798
+ grid-auto-flow: row;
799
+ }.auto-rows-min {
800
+ grid-auto-rows: min-content;
801
+ }.grid-cols-2 {
802
+ grid-template-columns: repeat(2, minmax(0, 1fr));
803
+ }.grid-cols-1 {
804
+ grid-template-columns: repeat(1, minmax(0, 1fr));
805
+ }.flex-col {
806
+ flex-direction: column;
807
+ }.flex-wrap {
808
+ flex-wrap: wrap;
809
+ }.items-start {
810
+ align-items: flex-start;
811
+ }.items-end {
812
+ align-items: flex-end;
813
+ }.items-center {
814
+ align-items: center;
815
+ }.justify-start {
816
+ justify-content: flex-start;
817
+ }.justify-center {
818
+ justify-content: center;
819
+ }.justify-between {
820
+ justify-content: space-between;
821
+ }.gap-6 {
822
+ gap: 1.5rem;
823
+ }.gap-4 {
824
+ gap: 1rem;
825
+ }.gap-x-4 {
826
+ column-gap: 1rem;
827
+ }.space-y-4 > :not([hidden]) ~ :not([hidden]) {
828
+ --tw-space-y-reverse: 0;
829
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
830
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
831
+ }.space-x-4 > :not([hidden]) ~ :not([hidden]) {
832
+ --tw-space-x-reverse: 0;
833
+ margin-left: calc(1rem * var(--tw-space-x-reverse));
834
+ margin-right: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
835
+ }.space-y-1 > :not([hidden]) ~ :not([hidden]) {
836
+ --tw-space-y-reverse: 0;
837
+ margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
838
+ margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
839
+ }.space-x-3 > :not([hidden]) ~ :not([hidden]) {
840
+ --tw-space-x-reverse: 0;
841
+ margin-left: calc(0.75rem * var(--tw-space-x-reverse));
842
+ margin-right: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
843
+ }.divide-y > :not([hidden]) ~ :not([hidden]) {
844
+ --tw-divide-y-reverse: 0;
845
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
846
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
847
+ }.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
848
+ --tw-divide-opacity: 1;
849
+ border-color: rgb(229 231 235 / var(--tw-divide-opacity));
850
+ }.overflow-hidden {
851
+ overflow: hidden;
852
+ }.overflow-y-auto {
853
+ overflow-y: auto;
854
+ }.truncate {
855
+ overflow: hidden;
856
+ text-overflow: ellipsis;
857
+ white-space: nowrap;
858
+ }.rounded-full {
859
+ border-radius: 9999px;
860
+ }.rounded-md {
861
+ border-radius: 0.375rem;
862
+ }.rounded-\[0\.2rem\] {
863
+ border-radius: 0.2rem;
864
+ }.rounded-lg {
865
+ border-radius: 0.5rem;
866
+ }.rounded {
867
+ border-radius: 0.25rem;
868
+ }.rounded-2xl {
869
+ border-radius: 1rem;
870
+ }.rounded-l-md {
871
+ border-top-right-radius: 0.375rem;
872
+ border-bottom-right-radius: 0.375rem;
873
+ }.rounded-r-md {
874
+ border-top-left-radius: 0.375rem;
875
+ border-bottom-left-radius: 0.375rem;
876
+ }.border {
877
+ border-width: 1px;
878
+ }.border-2 {
879
+ border-width: 2px;
880
+ }.border-b-2 {
881
+ border-bottom-width: 2px;
882
+ }.border-b {
883
+ border-bottom-width: 1px;
884
+ }.border-l-4 {
885
+ border-right-width: 4px;
886
+ }.border-l {
887
+ border-right-width: 1px;
888
+ }.border-solid {
889
+ border-style: solid;
890
+ }.border-slate-200 {
891
+ --tw-border-opacity: 1;
892
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
893
+ }.border-spectra {
894
+ --tw-border-opacity: 1;
895
+ border-color: rgb(97 4 255 / var(--tw-border-opacity));
896
+ }.border-transparent {
897
+ border-color: transparent;
898
+ }.border-white {
899
+ --tw-border-opacity: 1;
900
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
901
+ }.border-slate-400 {
902
+ --tw-border-opacity: 1;
903
+ border-color: rgb(148 163 184 / var(--tw-border-opacity));
904
+ }.border-slate-300 {
905
+ --tw-border-opacity: 1;
906
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
907
+ }.bg-white {
908
+ --tw-bg-opacity: 1;
909
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
910
+ }.bg-spectra {
911
+ --tw-bg-opacity: 1;
912
+ background-color: rgb(97 4 255 / var(--tw-bg-opacity));
913
+ }.bg-slate-200 {
914
+ --tw-bg-opacity: 1;
915
+ background-color: rgb(226 232 240 / var(--tw-bg-opacity));
916
+ }.bg-gray-500 {
917
+ --tw-bg-opacity: 1;
918
+ background-color: rgb(107 114 128 / var(--tw-bg-opacity));
919
+ }.bg-red-50 {
920
+ --tw-bg-opacity: 1;
921
+ background-color: rgb(254 242 242 / var(--tw-bg-opacity));
922
+ }.bg-red-600 {
923
+ --tw-bg-opacity: 1;
924
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity));
925
+ }.bg-opacity-75 {
926
+ --tw-bg-opacity: 0.75;
927
+ }.fill-spectra {
928
+ fill: #6104FF;
929
+ }.fill-slate-800 {
930
+ fill: #1e293b;
931
+ }.fill-inherit {
932
+ fill: inherit;
933
+ }.stroke-red-600 {
934
+ stroke: #dc2626;
935
+ }.stroke-spectra {
936
+ stroke: #6104FF;
937
+ }.stroke-slate-800 {
938
+ stroke: #1e293b;
939
+ }.stroke-inherit {
940
+ stroke: inherit;
941
+ }.p-4 {
942
+ padding: 1rem;
943
+ }.p-6 {
944
+ padding: 1.5rem;
945
+ }.p-0 {
946
+ padding: 0px;
947
+ }.p-8 {
948
+ padding: 2rem;
949
+ }.p-12 {
950
+ padding: 3rem;
951
+ }.px-4 {
952
+ padding-right: 1rem;
953
+ padding-left: 1rem;
954
+ }.px-6 {
955
+ padding-right: 1.5rem;
956
+ padding-left: 1.5rem;
957
+ }.py-5 {
958
+ padding-top: 1.25rem;
959
+ padding-bottom: 1.25rem;
960
+ }.px-1 {
961
+ padding-right: 0.25rem;
962
+ padding-left: 0.25rem;
963
+ }.py-6 {
964
+ padding-top: 1.5rem;
965
+ padding-bottom: 1.5rem;
966
+ }.px-1\.5 {
967
+ padding-right: 0.375rem;
968
+ padding-left: 0.375rem;
969
+ }.py-1 {
970
+ padding-top: 0.25rem;
971
+ padding-bottom: 0.25rem;
972
+ }.py-4 {
973
+ padding-top: 1rem;
974
+ padding-bottom: 1rem;
975
+ }.py-2 {
976
+ padding-top: 0.5rem;
977
+ padding-bottom: 0.5rem;
978
+ }.px-12 {
979
+ padding-right: 3rem;
980
+ padding-left: 3rem;
981
+ }.py-8 {
982
+ padding-top: 2rem;
983
+ padding-bottom: 2rem;
984
+ }.py-3 {
985
+ padding-top: 0.75rem;
986
+ padding-bottom: 0.75rem;
987
+ }.py-\[2\.43rem\] {
988
+ padding-top: 2.43rem;
989
+ padding-bottom: 2.43rem;
990
+ }.pl-10 {
991
+ padding-right: 2.5rem;
992
+ }.pr-2 {
993
+ padding-left: 0.5rem;
994
+ }.pt-0\.5 {
995
+ padding-top: 0.125rem;
996
+ }.pt-0 {
997
+ padding-top: 0px;
998
+ }.pt-4 {
999
+ padding-top: 1rem;
1000
+ }.pb-20 {
1001
+ padding-bottom: 5rem;
1002
+ }.pt-5 {
1003
+ padding-top: 1.25rem;
1004
+ }.pb-4 {
1005
+ padding-bottom: 1rem;
1006
+ }.pl-5 {
1007
+ padding-right: 1.25rem;
1008
+ }.pt-\[2\.2rem\] {
1009
+ padding-top: 2.2rem;
1010
+ }.pb-3 {
1011
+ padding-bottom: 0.75rem;
1012
+ }.pb-7 {
1013
+ padding-bottom: 1.75rem;
1014
+ }.pt-6 {
1015
+ padding-top: 1.5rem;
1016
+ }.pr-10 {
1017
+ padding-left: 2.5rem;
1018
+ }.pb-2 {
1019
+ padding-bottom: 0.5rem;
1020
+ }.text-left {
1021
+ text-align: right;
1022
+ }.text-center {
1023
+ text-align: center;
1024
+ }.align-top {
1025
+ vertical-align: top;
1026
+ }.align-bottom {
1027
+ vertical-align: bottom;
1028
+ }.text-lg {
1029
+ font-size: 1.125rem;
1030
+ line-height: 1.75rem;
1031
+ }.text-sm {
1032
+ font-size: 0.875rem;
1033
+ line-height: 1.25rem;
1034
+ }.text-xs {
1035
+ font-size: 0.75rem;
1036
+ line-height: 1rem;
1037
+ }.text-\[0\.940rem\] {
1038
+ font-size: 0.940rem;
1039
+ }.text-base {
1040
+ font-size: 1rem;
1041
+ line-height: 1.5rem;
1042
+ }.text-\[10px\] {
1043
+ font-size: 10px;
1044
+ }.text-2xl {
1045
+ font-size: 1.5rem;
1046
+ line-height: 2rem;
1047
+ }.text-\[1\.8rem\] {
1048
+ font-size: 1.8rem;
1049
+ }.text-xl {
1050
+ font-size: 1.25rem;
1051
+ line-height: 1.75rem;
1052
+ }.font-medium {
1053
+ font-weight: 500;
1054
+ }.font-semibold {
1055
+ font-weight: 600;
1056
+ }.italic {
1057
+ font-style: italic;
1058
+ }.leading-\[10px\] {
1059
+ line-height: 10px;
1060
+ }.leading-8 {
1061
+ line-height: 2rem;
1062
+ }.leading-tight {
1063
+ line-height: 1.25;
1064
+ }.leading-\[2\.4rem\] {
1065
+ line-height: 2.4rem;
1066
+ }.text-gray-900 {
1067
+ --tw-text-opacity: 1;
1068
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1069
+ }.text-gray-400 {
1070
+ --tw-text-opacity: 1;
1071
+ color: rgb(156 163 175 / var(--tw-text-opacity));
1072
+ }.text-slate-800 {
1073
+ --tw-text-opacity: 1;
1074
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1075
+ }.text-slate-500 {
1076
+ --tw-text-opacity: 1;
1077
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1078
+ }.text-spectra {
1079
+ --tw-text-opacity: 1;
1080
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1081
+ }.text-green-400 {
1082
+ --tw-text-opacity: 1;
1083
+ color: rgb(74 222 128 / var(--tw-text-opacity));
1084
+ }.text-slate-400 {
1085
+ --tw-text-opacity: 1;
1086
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1087
+ }.text-lime-600 {
1088
+ --tw-text-opacity: 1;
1089
+ color: rgb(101 163 13 / var(--tw-text-opacity));
1090
+ }.text-white {
1091
+ --tw-text-opacity: 1;
1092
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1093
+ }.underline {
1094
+ -webkit-text-decoration-line: underline;
1095
+ text-decoration-line: underline;
1096
+ }.no-underline {
1097
+ -webkit-text-decoration-line: none;
1098
+ text-decoration-line: none;
1099
+ }.placeholder-slate-400::placeholder {
1100
+ --tw-placeholder-opacity: 1;
1101
+ color: rgb(148 163 184 / var(--tw-placeholder-opacity));
1102
+ }.opacity-0 {
1103
+ opacity: 0;
1104
+ }.opacity-100 {
1105
+ opacity: 1;
1106
+ }.opacity-80 {
1107
+ opacity: 0.8;
1108
+ }.opacity-25 {
1109
+ opacity: 0.25;
1110
+ }.opacity-75 {
1111
+ opacity: 0.75;
1112
+ }.shadow-overlay-left {
1113
+ --tw-shadow: -16px 0px 80px -24px rgba(0, 0, 0, 0.16);
1114
+ --tw-shadow-colored: -16px 0px 80px -24px var(--tw-shadow-color);
1115
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1116
+ }.shadow-xl {
1117
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1118
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1119
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1120
+ }.shadow {
1121
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1122
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1123
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1124
+ }.shadow-lg {
1125
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1126
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1127
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1128
+ }.shadow-sm {
1129
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1130
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1131
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1132
+ }.ring-1 {
1133
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1134
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1135
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1136
+ }.ring-0 {
1137
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1138
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1139
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1140
+ }.ring-black {
1141
+ --tw-ring-opacity: 1;
1142
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1143
+ }.ring-opacity-5 {
1144
+ --tw-ring-opacity: 0.05;
1145
+ }.filter {
1146
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1147
+ }.backdrop-blur-sm {
1148
+ --tw-backdrop-blur: blur(4px);
1149
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1150
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1151
+ }.transition {
1152
+ transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1153
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1154
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1155
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1156
+ transition-duration: 150ms;
1157
+ }.transition-colors {
1158
+ transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
1159
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1160
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
1161
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1162
+ transition-duration: 150ms;
1163
+ }.transition-opacity {
1164
+ transition-property: opacity;
1165
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1166
+ transition-duration: 150ms;
1167
+ }.transition-all {
1168
+ transition-property: all;
1169
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1170
+ transition-duration: 150ms;
1171
+ }.duration-150 {
1172
+ transition-duration: 150ms;
1173
+ }.duration-300 {
1174
+ transition-duration: 300ms;
1175
+ }.duration-100 {
1176
+ transition-duration: 100ms;
1177
+ }.duration-200 {
1178
+ transition-duration: 200ms;
1179
+ }.ease-in-out {
1180
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1181
+ }.ease-out {
1182
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1183
+ }.ease-in {
1184
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1185
+ }:root{--accent-color: #2271b1;--accent-hv-color: #0a4b78;--background-light-color: #f0f0f1;--heading-color: #1d2327;--content-color: #3c434a;--link-color: #2271b1;--link-hv-color: #0a4b78;--metabox-background-color: #fff}.wp-admin{overflow-y:scroll}#wpbody-content>.notice:not(.uag-notice),#wpbody-content>.error{display:none !important}.uag-menu-page-wrapper,.uag-menu-page-wrapper *{box-sizing:border-box}.uag-menu-page-wrapper a:focus,.uag-menu-page-wrapper button:focus,.uag-menu-page-wrapper input:focus{box-shadow:none;outline:none}#uag-menu-page .uag-accordion svg{fill:#e2e8f0}#uag-menu-page .uag-accordion:hover svg{fill:#475569}#uag-menu-page .uag-accordion:focus{outline:none;box-shadow:none}#uag-menu-page .uag-accordion:focus-visible svg{fill:#475569}.settings_page_spectra #wpcontent{padding-right:0}.uag-menu-page-wrapper .uag-settings-app{font-family:var(--heading-font-family);right:-20px;position:relative;width:calc(100% + 20px)}.uag-menu-page-wrapper .uag-settings-app .uag-normal-button-control .uag-button{display:inline-block;text-decoration:none;font-size:14px;margin:0;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);padding:10px 16px;cursor:pointer;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;text-transform:capitalize}.uag-menu-page-wrapper .uag-settings-app h2{font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:24px;margin-bottom:20px;margin-top:0;color:var(--content-color);line-height:32px}.uag-menu-page-wrapper .uag-settings-app h3{margin:0;margin-bottom:10px;color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:18px;font-style:var(--heading-font-style);line-height:1.3em}.uag-menu-page-wrapper .uag-settings-app .uag-field{border-radius:2px}.uag-menu-page-wrapper .uag-settings-app p{color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-400);font-size:14px;margin-top:0;margin-bottom:20px;line-height:1.55em;text-align:right}.uag-menu-page-wrapper .uag-settings-app .components-base-control__field{font-size:16px}.spectra-recaptcha__heading{color:var(--content-color)}.uag-user-info{background:var(--background-light-color);padding:35px 0;box-sizing:border-box;width:1200px;margin:0 auto;max-width:100%}.uag-user-info a[href=""]{display:none}.uag-button--primary:hover,.uag-button--primary:focus,.uag-button--primary:active{background:var(--accent-hv-color);color:var(--metabox-background-color)}.uag-button--primary{border-width:0;border:1px solid var(--accent-color);background:var(--accent-color);color:var(--background-light-color)}.uag-button--secondary{color:var(--accent-color);border:1px solid var(--accent-color);background:#fff;vertical-align:top}.uag-button--secondary:hover,.uag-button--secondary:focus,.uag-button--secondary:active{background:#f0f0f1;border-color:var(--accent-hv-color);color:var(--accent-hv-color)}.uag-control__status-yes,.uag-control__status-enabled{display:inline-flex;color:#639102;align-items:center;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.uag-control__status-yes img,.uag-control__status-enabled img{margin-right:5px;width:18px}.uag-control__status-no,.uag-control__status-disabled{color:red;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);display:inline-flex;align-items:center}.uag-control__status-no img,.uag-control__status-disabled img{display:none}#wpwrap{background-color:#f8fafc}#wpwrap .spectra-admin__input-field{color:#64748b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.25rem}#wpwrap .spectra-admin__input-field:focus{outline:none;border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__input-field:focus+.spectra-admin__input-field--end-display{border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__dropdown{padding-left:2rem}#wpwrap .spectra-admin__dropdown:hover{color:#2c3338}#wpwrap .spectra-admin__block-label{box-sizing:content-box}#wpwrap .spectra-content-width-input-wrap>input{padding:.5rem .75rem .5rem 0;border-radius:0 .25rem .25rem 0;border-left-width:0}#wpwrap .spectra-content-width-input-wrap>span{padding:.5rem .75rem;font-size:1rem;line-height:1.25rem;color:#64748b;background-color:#fff;border-radius:.25rem 0 0 .25rem;border:1px solid #e2e8f0}.uag-font-select-disabled{pointer-events:none;opacity:.4}.uag-menu-page-wrapper{font-family:Inter,sans-serif}.uag-menu-page-wrapper p{font-size:14px;line-height:22.4px}.uag-menu-page-wrapper h2{font-size:1.8rem}.uag-menu-page-wrapper h3{font-size:1.125rem}.spectra-video-container{position:relative;width:100%;padding-bottom:56.25%}.spectra-video-container .spectra-video{position:absolute;top:0;right:0;width:100%;height:100%;border:0}.spectra-icon-transition svg,.spectra-icon-transition path{transition-property:fill;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.spectra-disabled-icon svg,.spectra-disabled-icon path{fill:#94a3b8}.spectra-changelog-description strong{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#1e293b}.spectra-changelog-description ul{margin-top:.25rem;margin-bottom:.75rem}.spectra-changelog-description ul:last-child{margin-top:0}.spectra-changelog-description li{font-weight:400;font-size:.75rem;line-height:1rem;color:#64748b}.spectra__scrollable{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--blocks::-webkit-scrollbar-track{margin:1rem 0;border-radius:.25rem;background-color:#f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1}.spectra__scrollable--settings{overflow-y:scroll;scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--settings::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--settings::-webkit-scrollbar-track{border-radius:.5rem 0 0 .5rem;background-color:#f1f5f9;opacity:.4}.spectra__scrollable--settings::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1;opacity:.4}.spectra__settings>section:last-child{border-bottom:none}:root{--heading-font-family: "Inter";--heading-font-style: normal;--heading-weight-500: 500;--heading-weight-400: 400;--heading-font-size: 18px;--heading-line-height: 24px}.shadow-focused:focus.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow-focused:focus.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.shadow-focused:focus.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05) !important}.hover\:z-50:hover {
1186
+ z-index: 50;
1187
+ }.hover\:border-slate-300:hover {
1188
+ --tw-border-opacity: 1;
1189
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
1190
+ }.hover\:border-slate-200:hover {
1191
+ --tw-border-opacity: 1;
1192
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1193
+ }.hover\:bg-indigo-50:hover {
1194
+ --tw-bg-opacity: 1;
1195
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1196
+ }.hover\:bg-spectra-hover:hover {
1197
+ --tw-bg-opacity: 1;
1198
+ background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1199
+ }.hover\:bg-red-700:hover {
1200
+ --tw-bg-opacity: 1;
1201
+ background-color: rgb(185 28 28 / var(--tw-bg-opacity));
1202
+ }.hover\:bg-gray-50:hover {
1203
+ --tw-bg-opacity: 1;
1204
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1205
+ }.hover\:bg-slate-50:hover {
1206
+ --tw-bg-opacity: 1;
1207
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity));
1208
+ }.hover\:fill-spectra:hover {
1209
+ fill: #6104FF;
1210
+ }.hover\:fill-slate-900:hover {
1211
+ fill: #0f172a;
1212
+ }.hover\:stroke-spectra:hover {
1213
+ stroke: #6104FF;
1214
+ }.hover\:stroke-slate-900:hover {
1215
+ stroke: #0f172a;
1216
+ }.hover\:text-gray-500:hover {
1217
+ --tw-text-opacity: 1;
1218
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1219
+ }.hover\:text-spectra-hover:hover {
1220
+ --tw-text-opacity: 1;
1221
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1222
+ }.hover\:text-slate-800:hover {
1223
+ --tw-text-opacity: 1;
1224
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1225
+ }.hover\:text-slate-500:hover {
1226
+ --tw-text-opacity: 1;
1227
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1228
+ }.hover\:text-spectra:hover {
1229
+ --tw-text-opacity: 1;
1230
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1231
+ }.hover\:text-slate-900:hover {
1232
+ --tw-text-opacity: 1;
1233
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1234
+ }.hover\:shadow-hover:hover {
1235
+ --tw-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.12);
1236
+ --tw-shadow-colored: 0px 12px 24px -12px var(--tw-shadow-color);
1237
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1238
+ }.focus\:z-10:focus {
1239
+ z-index: 10;
1240
+ }.focus\:border-slate-200:focus {
1241
+ --tw-border-opacity: 1;
1242
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1243
+ }.focus\:bg-indigo-50:focus {
1244
+ --tw-bg-opacity: 1;
1245
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1246
+ }.focus\:bg-spectra-hover:focus {
1247
+ --tw-bg-opacity: 1;
1248
+ background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1249
+ }.focus\:bg-red-700:focus {
1250
+ --tw-bg-opacity: 1;
1251
+ background-color: rgb(185 28 28 / var(--tw-bg-opacity));
1252
+ }.focus\:bg-gray-50:focus {
1253
+ --tw-bg-opacity: 1;
1254
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1255
+ }.focus\:fill-spectra:focus {
1256
+ fill: #6104FF;
1257
+ }.focus\:fill-slate-900:focus {
1258
+ fill: #0f172a;
1259
+ }.focus\:stroke-spectra:focus {
1260
+ stroke: #6104FF;
1261
+ }.focus\:stroke-slate-900:focus {
1262
+ stroke: #0f172a;
1263
+ }.focus\:text-spectra:focus {
1264
+ --tw-text-opacity: 1;
1265
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1266
+ }.focus\:text-slate-400:focus {
1267
+ --tw-text-opacity: 1;
1268
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1269
+ }.focus\:text-slate-800:focus {
1270
+ --tw-text-opacity: 1;
1271
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1272
+ }.focus\:text-slate-500:focus {
1273
+ --tw-text-opacity: 1;
1274
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1275
+ }.focus\:text-spectra-hover:focus {
1276
+ --tw-text-opacity: 1;
1277
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1278
+ }.focus\:text-slate-900:focus {
1279
+ --tw-text-opacity: 1;
1280
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1281
+ }.focus\:outline-none:focus {
1282
+ outline: 2px solid transparent;
1283
+ outline-offset: 2px;
1284
+ }.focus\:ring-2:focus {
1285
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1286
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1287
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1288
+ }.focus\:ring-indigo-500:focus {
1289
+ --tw-ring-opacity: 1;
1290
+ --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
1291
+ }.focus\:ring-offset-2:focus {
1292
+ --tw-ring-offset-width: 2px;
1293
+ }.focus-visible\:border-slate-300:focus-visible {
1294
+ --tw-border-opacity: 1;
1295
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
1296
+ }.focus-visible\:border-slate-200:focus-visible {
1297
+ --tw-border-opacity: 1;
1298
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1299
+ }.focus-visible\:bg-spectra-hover:focus-visible {
1300
+ --tw-bg-opacity: 1;
1301
+ background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1302
+ }.focus-visible\:bg-slate-50:focus-visible {
1303
+ --tw-bg-opacity: 1;
1304
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity));
1305
+ }.focus-visible\:text-spectra-hover:focus-visible {
1306
+ --tw-text-opacity: 1;
1307
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1308
+ }.focus-visible\:text-slate-800:focus-visible {
1309
+ --tw-text-opacity: 1;
1310
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1311
+ }.focus-visible\:text-slate-500:focus-visible {
1312
+ --tw-text-opacity: 1;
1313
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1314
+ }.focus-visible\:text-spectra:focus-visible {
1315
+ --tw-text-opacity: 1;
1316
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1317
+ }.active\:text-spectra:active {
1318
+ --tw-text-opacity: 1;
1319
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1320
+ }.active\:text-slate-500:active {
1321
+ --tw-text-opacity: 1;
1322
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1323
+ }.active\:text-slate-800:active {
1324
+ --tw-text-opacity: 1;
1325
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1326
+ }.active\:text-spectra-hover:active {
1327
+ --tw-text-opacity: 1;
1328
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1329
+ }@media (min-width: 640px) {
1330
+
1331
+ .sm\:static {
1332
+ position: static;
1333
+ }
1334
+
1335
+ .sm\:inset-auto {
1336
+ top: auto;
1337
+ left: auto;
1338
+ bottom: auto;
1339
+ right: auto;
1340
+ }
1341
+
1342
+ .sm\:my-8 {
1343
+ margin-top: 2rem;
1344
+ margin-bottom: 2rem;
1345
+ }
1346
+
1347
+ .sm\:mx-0 {
1348
+ margin-right: 0px;
1349
+ margin-left: 0px;
1350
+ }
1351
+
1352
+ .sm\:mt-\[2rem\] {
1353
+ margin-top: 2rem;
1354
+ }
1355
+
1356
+ .sm\:ml-8 {
1357
+ margin-right: 2rem;
1358
+ }
1359
+
1360
+ .sm\:ml-6 {
1361
+ margin-right: 1.5rem;
1362
+ }
1363
+
1364
+ .sm\:mt-0 {
1365
+ margin-top: 0px;
1366
+ }
1367
+
1368
+ .sm\:ml-4 {
1369
+ margin-right: 1rem;
1370
+ }
1371
+
1372
+ .sm\:ml-20 {
1373
+ margin-right: 5rem;
1374
+ }
1375
+
1376
+ .sm\:mr-3 {
1377
+ margin-left: 0.75rem;
1378
+ }
1379
+
1380
+ .sm\:block {
1381
+ display: block;
1382
+ }
1383
+
1384
+ .sm\:inline-block {
1385
+ display: inline-block;
1386
+ }
1387
+
1388
+ .sm\:flex {
1389
+ display: flex;
1390
+ }
1391
+
1392
+ .sm\:hidden {
1393
+ display: none;
1394
+ }
1395
+
1396
+ .sm\:h-screen {
1397
+ height: 100vh;
1398
+ }
1399
+
1400
+ .sm\:h-16 {
1401
+ height: 4rem;
1402
+ }
1403
+
1404
+ .sm\:w-full {
1405
+ width: 100%;
1406
+ }
1407
+
1408
+ .sm\:w-16 {
1409
+ width: 4rem;
1410
+ }
1411
+
1412
+ .sm\:w-auto {
1413
+ width: auto;
1414
+ }
1415
+
1416
+ .sm\:max-w-lg {
1417
+ max-width: 32rem;
1418
+ }
1419
+
1420
+ .sm\:translate-y-0 {
1421
+ --tw-translate-y: 0px;
1422
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1423
+ }
1424
+
1425
+ .sm\:translate-x-2 {
1426
+ --tw-translate-x: 0.5rem;
1427
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1428
+ }
1429
+
1430
+ .sm\:translate-x-0 {
1431
+ --tw-translate-x: 0px;
1432
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1433
+ }
1434
+
1435
+ .sm\:scale-95 {
1436
+ --tw-scale-x: .95;
1437
+ --tw-scale-y: .95;
1438
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1439
+ }
1440
+
1441
+ .sm\:scale-100 {
1442
+ --tw-scale-x: 1;
1443
+ --tw-scale-y: 1;
1444
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1445
+ }
1446
+
1447
+ .sm\:grid-cols-3 {
1448
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1449
+ }
1450
+
1451
+ .sm\:flex-row {
1452
+ flex-direction: row;
1453
+ }
1454
+
1455
+ .sm\:flex-col {
1456
+ flex-direction: column;
1457
+ }
1458
+
1459
+ .sm\:items-start {
1460
+ align-items: flex-start;
1461
+ }
1462
+
1463
+ .sm\:items-end {
1464
+ align-items: flex-end;
1465
+ }
1466
+
1467
+ .sm\:items-stretch {
1468
+ align-items: stretch;
1469
+ }
1470
+
1471
+ .sm\:justify-start {
1472
+ justify-content: flex-start;
1473
+ }
1474
+
1475
+ .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
1476
+ --tw-space-x-reverse: 0;
1477
+ margin-left: calc(2rem * var(--tw-space-x-reverse));
1478
+ margin-right: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
1479
+ }
1480
+
1481
+ .sm\:p-6 {
1482
+ padding: 1.5rem;
1483
+ }
1484
+
1485
+ .sm\:p-0 {
1486
+ padding: 0px;
1487
+ }
1488
+
1489
+ .sm\:px-6 {
1490
+ padding-right: 1.5rem;
1491
+ padding-left: 1.5rem;
1492
+ }
1493
+
1494
+ .sm\:pr-0 {
1495
+ padding-left: 0px;
1496
+ }
1497
+
1498
+ .sm\:text-left {
1499
+ text-align: right;
1500
+ }
1501
+
1502
+ .sm\:align-middle {
1503
+ vertical-align: middle;
1504
+ }
1505
+
1506
+ .sm\:text-sm {
1507
+ font-size: 0.875rem;
1508
+ line-height: 1.25rem;
1509
+ }
1510
+
1511
+ .sm\:duration-150 {
1512
+ transition-duration: 150ms;
1513
+ }
1514
+
1515
+ .sm\:duration-300 {
1516
+ transition-duration: 300ms;
1517
+ }
1518
+ }@media (min-width: 1024px) {
1519
+
1520
+ .lg\:col-span-3 {
1521
+ grid-column: span 3 / span 3;
1522
+ }
1523
+
1524
+ .lg\:col-span-9 {
1525
+ grid-column: span 9 / span 9;
1526
+ }
1527
+
1528
+ .lg\:col-span-2 {
1529
+ grid-column: span 2 / span 2;
1530
+ }
1531
+
1532
+ .lg\:block {
1533
+ display: block;
1534
+ }
1535
+
1536
+ .lg\:grid {
1537
+ display: grid;
1538
+ }
1539
+
1540
+ .lg\:max-w-7xl {
1541
+ max-width: 80rem;
1542
+ }
1543
+
1544
+ .lg\:max-w-\[80rem\] {
1545
+ max-width: 80rem;
1546
+ }
1547
+
1548
+ .lg\:max-w-\[77rem\] {
1549
+ max-width: 77rem;
1550
+ }
1551
+
1552
+ .lg\:grid-cols-12 {
1553
+ grid-template-columns: repeat(12, minmax(0, 1fr));
1554
+ }
1555
+
1556
+ .lg\:grid-cols-3 {
1557
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1558
+ }
1559
+
1560
+ .lg\:flex-row {
1561
+ flex-direction: row;
1562
+ }
1563
+
1564
+ .lg\:justify-start {
1565
+ justify-content: flex-start;
1566
+ }
1567
+
1568
+ .lg\:gap-5 {
1569
+ gap: 1.25rem;
1570
+ }
1571
+
1572
+ .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
1573
+ --tw-space-y-reverse: 0;
1574
+ margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
1575
+ margin-bottom: calc(0px * var(--tw-space-y-reverse));
1576
+ }
1577
+
1578
+ .lg\:py-6 {
1579
+ padding-top: 1.5rem;
1580
+ padding-bottom: 1.5rem;
1581
+ }
1582
+
1583
+ .lg\:px-0 {
1584
+ padding-right: 0px;
1585
+ padding-left: 0px;
1586
+ }
1587
+
1588
+ .lg\:px-5 {
1589
+ padding-right: 1.25rem;
1590
+ padding-left: 1.25rem;
1591
+ }
1592
+ }@media (min-width: 1280px) {
1593
+
1594
+ .xl\:gap-10 {
1595
+ gap: 2.5rem;
1596
+ }
1597
+ }
1598
+ .uag-skeleton-base{display:block}.uag-skeleton{height:1.2em;display:block;background-color:rgba(0,0,0,.11)}.uag-skeleton-pulse{animation:uag-skeleton-keyframes-pulse 1.5s ease-in-out .5s infinite}@keyframes uag-skeleton-keyframes-pulse{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}.uag-skeleton--wave{overflow:hidden;position:relative}.uag-skeleton--wave::after{top:0;right:0;left:0;bottom:0;content:"";position:absolute;animation:uag-skeleton-keyframes-wave 1.6s linear .5s infinite;transform:translateX(100%);background:linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.04), transparent)}@keyframes uag-skeleton-keyframes-wave{0%{transform:translateX(100%)}60%{transform:translateX(-100%)}100%{transform:translateX(-100%)}}
1599
+ .uag-flow-row.is-placeholder{padding:20px 30px;border-bottom:1px solid #d7d7d7;display:flex;justify-content:space-between;align-items:center;position:relative}.uag-flow-row.is-placeholder .uag-flow-row__title,.uag-flow-row.is-placeholder .uag-flow-row__actions{width:500px;padding:15px;background-position:100% center;background-image:linear-gradient(-90deg, #ddd 0, #e8e8e8 40px, #ddd 80px);background-size:600px;animation:shine-lines 1.6s infinite linear}.uag-flow-row.is-placeholder .uag-flow-row__actions{width:250px;padding:8px}@keyframes shine-lines{0%{background-position:-100px}40%,100%{background-position:340px}}
1600
+ .uag-skeleton--text{height:auto;transform:scale(1, 0.6);margin-top:0;border-radius:4px;margin-bottom:0;transform-origin:100% 60%;font-size:12px;line-height:1.5em}.uag-skeleton--text:empty::before{content:" "}
1601
+ .uag-skeleton--spacer{height:25px}
1602
+ .uag-skeleton--rect{height:20px}
admin-core/assets/build/dashboard-app.asset.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => 'aa73fdd1d224bae0855fa22ce8c63f61');
admin-core/assets/build/dashboard-app.css ADDED
@@ -0,0 +1,1602 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
3
+ *//*
4
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
+ */
7
+
8
+ *,
9
+ ::before,
10
+ ::after {
11
+ box-sizing: border-box; /* 1 */
12
+ border-width: 0; /* 2 */
13
+ border-style: solid; /* 2 */
14
+ border-color: #e5e7eb; /* 2 */
15
+ }
16
+
17
+ ::before,
18
+ ::after {
19
+ --tw-content: '';
20
+ }
21
+
22
+ /*
23
+ 1. Use a consistent sensible line-height in all browsers.
24
+ 2. Prevent adjustments of font size after orientation changes in iOS.
25
+ 3. Use a more readable tab size.
26
+ 4. Use the user's configured `sans` font-family by default.
27
+ */
28
+
29
+ html {
30
+ line-height: 1.5; /* 1 */
31
+ -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
32
+ -o-tab-size: 4;
33
+ tab-size: 4; /* 3 */
34
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
35
+ }
36
+
37
+ /*
38
+ 1. Remove the margin in all browsers.
39
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
40
+ */
41
+
42
+ body {
43
+ margin: 0; /* 1 */
44
+ line-height: inherit; /* 2 */
45
+ }
46
+
47
+ /*
48
+ 1. Add the correct height in Firefox.
49
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
50
+ 3. Ensure horizontal rules are visible by default.
51
+ */
52
+
53
+ hr {
54
+ height: 0; /* 1 */
55
+ color: inherit; /* 2 */
56
+ border-top-width: 1px; /* 3 */
57
+ }
58
+
59
+ /*
60
+ Add the correct text decoration in Chrome, Edge, and Safari.
61
+ */
62
+
63
+ abbr:where([title]) {
64
+ -webkit-text-decoration: underline dotted;
65
+ text-decoration: underline dotted;
66
+ }
67
+
68
+ /*
69
+ Remove the default font size and weight for headings.
70
+ */
71
+
72
+ h1,
73
+ h2,
74
+ h3,
75
+ h4,
76
+ h5,
77
+ h6 {
78
+ font-size: inherit;
79
+ font-weight: inherit;
80
+ }
81
+
82
+ /*
83
+ Reset links to optimize for opt-in styling instead of opt-out.
84
+ */
85
+
86
+ a {
87
+ color: inherit;
88
+ text-decoration: inherit;
89
+ }
90
+
91
+ /*
92
+ Add the correct font weight in Edge and Safari.
93
+ */
94
+
95
+ b,
96
+ strong {
97
+ font-weight: bolder;
98
+ }
99
+
100
+ /*
101
+ 1. Use the user's configured `mono` font family by default.
102
+ 2. Correct the odd `em` font sizing in all browsers.
103
+ */
104
+
105
+ code,
106
+ kbd,
107
+ samp,
108
+ pre {
109
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
110
+ font-size: 1em; /* 2 */
111
+ }
112
+
113
+ /*
114
+ Add the correct font size in all browsers.
115
+ */
116
+
117
+ small {
118
+ font-size: 80%;
119
+ }
120
+
121
+ /*
122
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
123
+ */
124
+
125
+ sub,
126
+ sup {
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ position: relative;
130
+ vertical-align: baseline;
131
+ }
132
+
133
+ sub {
134
+ bottom: -0.25em;
135
+ }
136
+
137
+ sup {
138
+ top: -0.5em;
139
+ }
140
+
141
+ /*
142
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
143
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
144
+ 3. Remove gaps between table borders by default.
145
+ */
146
+
147
+ table {
148
+ text-indent: 0; /* 1 */
149
+ border-color: inherit; /* 2 */
150
+ border-collapse: collapse; /* 3 */
151
+ }
152
+
153
+ /*
154
+ 1. Change the font styles in all browsers.
155
+ 2. Remove the margin in Firefox and Safari.
156
+ 3. Remove default padding in all browsers.
157
+ */
158
+
159
+ button,
160
+ input,
161
+ optgroup,
162
+ select,
163
+ textarea {
164
+ font-family: inherit; /* 1 */
165
+ font-size: 100%; /* 1 */
166
+ line-height: inherit; /* 1 */
167
+ color: inherit; /* 1 */
168
+ margin: 0; /* 2 */
169
+ padding: 0; /* 3 */
170
+ }
171
+
172
+ /*
173
+ Remove the inheritance of text transform in Edge and Firefox.
174
+ */
175
+
176
+ button,
177
+ select {
178
+ text-transform: none;
179
+ }
180
+
181
+ /*
182
+ 1. Correct the inability to style clickable types in iOS and Safari.
183
+ 2. Remove default button styles.
184
+ */
185
+
186
+ button,
187
+ [type='button'],
188
+ [type='reset'],
189
+ [type='submit'] {
190
+ -webkit-appearance: button; /* 1 */
191
+ background-color: transparent; /* 2 */
192
+ background-image: none; /* 2 */
193
+ }
194
+
195
+ /*
196
+ Use the modern Firefox focus style for all focusable elements.
197
+ */
198
+
199
+ :-moz-focusring {
200
+ outline: auto;
201
+ }
202
+
203
+ /*
204
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
205
+ */
206
+
207
+ :-moz-ui-invalid {
208
+ box-shadow: none;
209
+ }
210
+
211
+ /*
212
+ Add the correct vertical alignment in Chrome and Firefox.
213
+ */
214
+
215
+ progress {
216
+ vertical-align: baseline;
217
+ }
218
+
219
+ /*
220
+ Correct the cursor style of increment and decrement buttons in Safari.
221
+ */
222
+
223
+ ::-webkit-inner-spin-button,
224
+ ::-webkit-outer-spin-button {
225
+ height: auto;
226
+ }
227
+
228
+ /*
229
+ 1. Correct the odd appearance in Chrome and Safari.
230
+ 2. Correct the outline style in Safari.
231
+ */
232
+
233
+ [type='search'] {
234
+ -webkit-appearance: textfield; /* 1 */
235
+ outline-offset: -2px; /* 2 */
236
+ }
237
+
238
+ /*
239
+ Remove the inner padding in Chrome and Safari on macOS.
240
+ */
241
+
242
+ ::-webkit-search-decoration {
243
+ -webkit-appearance: none;
244
+ }
245
+
246
+ /*
247
+ 1. Correct the inability to style clickable types in iOS and Safari.
248
+ 2. Change font properties to `inherit` in Safari.
249
+ */
250
+
251
+ ::-webkit-file-upload-button {
252
+ -webkit-appearance: button; /* 1 */
253
+ font: inherit; /* 2 */
254
+ }
255
+
256
+ /*
257
+ Add the correct display in Chrome and Safari.
258
+ */
259
+
260
+ summary {
261
+ display: list-item;
262
+ }
263
+
264
+ /*
265
+ Removes the default spacing and border for appropriate elements.
266
+ */
267
+
268
+ blockquote,
269
+ dl,
270
+ dd,
271
+ h1,
272
+ h2,
273
+ h3,
274
+ h4,
275
+ h5,
276
+ h6,
277
+ hr,
278
+ figure,
279
+ p,
280
+ pre {
281
+ margin: 0;
282
+ }
283
+
284
+ fieldset {
285
+ margin: 0;
286
+ padding: 0;
287
+ }
288
+
289
+ legend {
290
+ padding: 0;
291
+ }
292
+
293
+ ol,
294
+ ul,
295
+ menu {
296
+ list-style: none;
297
+ margin: 0;
298
+ padding: 0;
299
+ }
300
+
301
+ /*
302
+ Prevent resizing textareas horizontally by default.
303
+ */
304
+
305
+ textarea {
306
+ resize: vertical;
307
+ }
308
+
309
+ /*
310
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
311
+ 2. Set the default placeholder color to the user's configured gray 400 color.
312
+ */
313
+
314
+ input::placeholder,
315
+ textarea::placeholder {
316
+ opacity: 1; /* 1 */
317
+ color: #9ca3af; /* 2 */
318
+ }
319
+
320
+ /*
321
+ Set the default cursor for buttons.
322
+ */
323
+
324
+ button,
325
+ [role="button"] {
326
+ cursor: pointer;
327
+ }
328
+
329
+ /*
330
+ Make sure disabled buttons don't get the pointer cursor.
331
+ */
332
+ :disabled {
333
+ cursor: default;
334
+ }
335
+
336
+ /*
337
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
338
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
339
+ This can trigger a poorly considered lint error in some tools but is included by design.
340
+ */
341
+
342
+ img,
343
+ svg,
344
+ video,
345
+ canvas,
346
+ audio,
347
+ iframe,
348
+ embed,
349
+ object {
350
+ display: block; /* 1 */
351
+ vertical-align: middle; /* 2 */
352
+ }
353
+
354
+ /*
355
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
356
+ */
357
+
358
+ img,
359
+ video {
360
+ max-width: 100%;
361
+ height: auto;
362
+ }
363
+
364
+ /*
365
+ Ensure the default browser behavior of the `hidden` attribute.
366
+ */
367
+
368
+ [hidden] {
369
+ display: none;
370
+ }
371
+
372
+ [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
373
+ -webkit-appearance: none;
374
+ appearance: none;
375
+ background-color: #fff;
376
+ border-color: #6b7280;
377
+ border-width: 1px;
378
+ border-radius: 0px;
379
+ padding-top: 0.5rem;
380
+ padding-right: 0.75rem;
381
+ padding-bottom: 0.5rem;
382
+ padding-left: 0.75rem;
383
+ font-size: 1rem;
384
+ line-height: 1.5rem;
385
+ --tw-shadow: 0 0 #0000;
386
+ }
387
+
388
+ [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
389
+ outline: 2px solid transparent;
390
+ outline-offset: 2px;
391
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
392
+ --tw-ring-offset-width: 0px;
393
+ --tw-ring-offset-color: #fff;
394
+ --tw-ring-color: #2563eb;
395
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
396
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
397
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
398
+ border-color: #2563eb;
399
+ }
400
+
401
+ input::placeholder,textarea::placeholder {
402
+ color: #6b7280;
403
+ opacity: 1;
404
+ }
405
+
406
+ ::-webkit-datetime-edit-fields-wrapper {
407
+ padding: 0;
408
+ }
409
+
410
+ ::-webkit-date-and-time-value {
411
+ min-height: 1.5em;
412
+ }
413
+
414
+ select {
415
+ background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
416
+ background-position: right 0.5rem center;
417
+ background-repeat: no-repeat;
418
+ background-size: 1.5em 1.5em;
419
+ padding-right: 2.5rem;
420
+ -webkit-print-color-adjust: exact;
421
+ color-adjust: exact;
422
+ }
423
+
424
+ [multiple] {
425
+ background-image: initial;
426
+ background-position: initial;
427
+ background-repeat: unset;
428
+ background-size: initial;
429
+ padding-right: 0.75rem;
430
+ -webkit-print-color-adjust: unset;
431
+ color-adjust: unset;
432
+ }
433
+
434
+ [type='checkbox'],[type='radio'] {
435
+ -webkit-appearance: none;
436
+ appearance: none;
437
+ padding: 0;
438
+ -webkit-print-color-adjust: exact;
439
+ color-adjust: exact;
440
+ display: inline-block;
441
+ vertical-align: middle;
442
+ background-origin: border-box;
443
+ -webkit-user-select: none;
444
+ user-select: none;
445
+ flex-shrink: 0;
446
+ height: 1rem;
447
+ width: 1rem;
448
+ color: #2563eb;
449
+ background-color: #fff;
450
+ border-color: #6b7280;
451
+ border-width: 1px;
452
+ --tw-shadow: 0 0 #0000;
453
+ }
454
+
455
+ [type='checkbox'] {
456
+ border-radius: 0px;
457
+ }
458
+
459
+ [type='radio'] {
460
+ border-radius: 100%;
461
+ }
462
+
463
+ [type='checkbox']:focus,[type='radio']:focus {
464
+ outline: 2px solid transparent;
465
+ outline-offset: 2px;
466
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
467
+ --tw-ring-offset-width: 2px;
468
+ --tw-ring-offset-color: #fff;
469
+ --tw-ring-color: #2563eb;
470
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
471
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
472
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
473
+ }
474
+
475
+ [type='checkbox']:checked,[type='radio']:checked {
476
+ border-color: transparent;
477
+ background-color: currentColor;
478
+ background-size: 100% 100%;
479
+ background-position: center;
480
+ background-repeat: no-repeat;
481
+ }
482
+
483
+ [type='checkbox']:checked {
484
+ background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
485
+ }
486
+
487
+ [type='radio']:checked {
488
+ background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
489
+ }
490
+
491
+ [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
492
+ border-color: transparent;
493
+ background-color: currentColor;
494
+ }
495
+
496
+ [type='checkbox']:indeterminate {
497
+ background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
498
+ border-color: transparent;
499
+ background-color: currentColor;
500
+ background-size: 100% 100%;
501
+ background-position: center;
502
+ background-repeat: no-repeat;
503
+ }
504
+
505
+ [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
506
+ border-color: transparent;
507
+ background-color: currentColor;
508
+ }
509
+
510
+ [type='file'] {
511
+ background: unset;
512
+ border-color: inherit;
513
+ border-width: 0;
514
+ border-radius: 0;
515
+ padding: 0;
516
+ font-size: unset;
517
+ line-height: inherit;
518
+ }
519
+
520
+ [type='file']:focus {
521
+ outline: 1px auto -webkit-focus-ring-color;
522
+ }
523
+
524
+ *, ::before, ::after {
525
+ --tw-translate-x: 0;
526
+ --tw-translate-y: 0;
527
+ --tw-rotate: 0;
528
+ --tw-skew-x: 0;
529
+ --tw-skew-y: 0;
530
+ --tw-scale-x: 1;
531
+ --tw-scale-y: 1;
532
+ --tw-pan-x: ;
533
+ --tw-pan-y: ;
534
+ --tw-pinch-zoom: ;
535
+ --tw-scroll-snap-strictness: proximity;
536
+ --tw-ordinal: ;
537
+ --tw-slashed-zero: ;
538
+ --tw-numeric-figure: ;
539
+ --tw-numeric-spacing: ;
540
+ --tw-numeric-fraction: ;
541
+ --tw-ring-inset: ;
542
+ --tw-ring-offset-width: 0px;
543
+ --tw-ring-offset-color: #fff;
544
+ --tw-ring-color: rgb(59 130 246 / 0.5);
545
+ --tw-ring-offset-shadow: 0 0 #0000;
546
+ --tw-ring-shadow: 0 0 #0000;
547
+ --tw-shadow: 0 0 #0000;
548
+ --tw-shadow-colored: 0 0 #0000;
549
+ --tw-blur: ;
550
+ --tw-brightness: ;
551
+ --tw-contrast: ;
552
+ --tw-grayscale: ;
553
+ --tw-hue-rotate: ;
554
+ --tw-invert: ;
555
+ --tw-saturate: ;
556
+ --tw-sepia: ;
557
+ --tw-drop-shadow: ;
558
+ --tw-backdrop-blur: ;
559
+ --tw-backdrop-brightness: ;
560
+ --tw-backdrop-contrast: ;
561
+ --tw-backdrop-grayscale: ;
562
+ --tw-backdrop-hue-rotate: ;
563
+ --tw-backdrop-invert: ;
564
+ --tw-backdrop-opacity: ;
565
+ --tw-backdrop-saturate: ;
566
+ --tw-backdrop-sepia: ;
567
+ }.sr-only {
568
+ position: absolute;
569
+ width: 1px;
570
+ height: 1px;
571
+ padding: 0;
572
+ margin: -1px;
573
+ overflow: hidden;
574
+ clip: rect(0, 0, 0, 0);
575
+ white-space: nowrap;
576
+ border-width: 0;
577
+ }.pointer-events-none {
578
+ pointer-events: none;
579
+ }.pointer-events-auto {
580
+ pointer-events: auto;
581
+ }.fixed {
582
+ position: fixed;
583
+ }.absolute {
584
+ position: absolute;
585
+ }.relative {
586
+ position: relative;
587
+ }.inset-0 {
588
+ top: 0px;
589
+ right: 0px;
590
+ bottom: 0px;
591
+ left: 0px;
592
+ }.inset-10 {
593
+ top: 2.5rem;
594
+ right: 2.5rem;
595
+ bottom: 2.5rem;
596
+ left: 2.5rem;
597
+ }.inset-y-0 {
598
+ top: 0px;
599
+ bottom: 0px;
600
+ }.right-0 {
601
+ right: 0px;
602
+ }.z-50 {
603
+ z-index: 50;
604
+ }.z-10 {
605
+ z-index: 10;
606
+ }.z-0 {
607
+ z-index: 0;
608
+ }.mx-auto {
609
+ margin-left: auto;
610
+ margin-right: auto;
611
+ }.my-1 {
612
+ margin-top: 0.25rem;
613
+ margin-bottom: 0.25rem;
614
+ }.my-\[2\.43rem\] {
615
+ margin-top: 2.43rem;
616
+ margin-bottom: 2.43rem;
617
+ }.mb-1 {
618
+ margin-bottom: 0.25rem;
619
+ }.mt-3 {
620
+ margin-top: 0.75rem;
621
+ }.ml-3 {
622
+ margin-left: 0.75rem;
623
+ }.ml-4 {
624
+ margin-left: 1rem;
625
+ }.ml-1\.5 {
626
+ margin-left: 0.375rem;
627
+ }.ml-1 {
628
+ margin-left: 0.25rem;
629
+ }.mt-10 {
630
+ margin-top: 2.5rem;
631
+ }.mb-8 {
632
+ margin-bottom: 2rem;
633
+ }.mb-\[2\.43rem\] {
634
+ margin-bottom: 2.43rem;
635
+ }.ml-0 {
636
+ margin-left: 0px;
637
+ }.mb-6 {
638
+ margin-bottom: 1.5rem;
639
+ }.-ml-4 {
640
+ margin-left: -1rem;
641
+ }.-ml-px {
642
+ margin-left: -1px;
643
+ }.mr-16 {
644
+ margin-right: 4rem;
645
+ }.mt-2 {
646
+ margin-top: 0.5rem;
647
+ }.mt-8 {
648
+ margin-top: 2rem;
649
+ }.mr-5 {
650
+ margin-right: 1.25rem;
651
+ }.mt-4 {
652
+ margin-top: 1rem;
653
+ }.-mr-1 {
654
+ margin-right: -0.25rem;
655
+ }.mr-2 {
656
+ margin-right: 0.5rem;
657
+ }.-ml-1 {
658
+ margin-left: -0.25rem;
659
+ }.mr-3 {
660
+ margin-right: 0.75rem;
661
+ }.mt-6 {
662
+ margin-top: 1.5rem;
663
+ }.mr-4 {
664
+ margin-right: 1rem;
665
+ }.mr-\[80px\] {
666
+ margin-right: 80px;
667
+ }.box-border {
668
+ box-sizing: border-box;
669
+ }.block {
670
+ display: block;
671
+ }.inline-block {
672
+ display: inline-block;
673
+ }.inline {
674
+ display: inline;
675
+ }.flex {
676
+ display: flex;
677
+ }.inline-flex {
678
+ display: inline-flex;
679
+ }.grid {
680
+ display: grid;
681
+ }.contents {
682
+ display: contents;
683
+ }.hidden {
684
+ display: none;
685
+ }.h-10 {
686
+ height: 2.5rem;
687
+ }.h-full {
688
+ height: 100%;
689
+ }.h-16 {
690
+ height: 4rem;
691
+ }.h-6 {
692
+ height: 1.5rem;
693
+ }.h-\[2\.6rem\] {
694
+ height: 2.6rem;
695
+ }.h-5 {
696
+ height: 1.25rem;
697
+ }.h-20 {
698
+ height: 5rem;
699
+ }.h-3\.5 {
700
+ height: 0.875rem;
701
+ }.h-3 {
702
+ height: 0.75rem;
703
+ }.h-8 {
704
+ height: 2rem;
705
+ }.h-9 {
706
+ height: 2.25rem;
707
+ }.h-12 {
708
+ height: 3rem;
709
+ }.h-\[36rem\] {
710
+ height: 36rem;
711
+ }.max-h-4 {
712
+ max-height: 1rem;
713
+ }.min-h-screen {
714
+ min-height: 100vh;
715
+ }.min-h-\[36rem\] {
716
+ min-height: 36rem;
717
+ }.w-10 {
718
+ width: 2.5rem;
719
+ }.w-screen {
720
+ width: 100vw;
721
+ }.w-6 {
722
+ width: 1.5rem;
723
+ }.w-auto {
724
+ width: auto;
725
+ }.w-full {
726
+ width: 100%;
727
+ }.w-0 {
728
+ width: 0px;
729
+ }.w-5 {
730
+ width: 1.25rem;
731
+ }.w-\[2\.4rem\] {
732
+ width: 2.4rem;
733
+ }.w-3\.5 {
734
+ width: 0.875rem;
735
+ }.w-3 {
736
+ width: 0.75rem;
737
+ }.w-9\/12 {
738
+ width: 75%;
739
+ }.w-20 {
740
+ width: 5rem;
741
+ }.w-80 {
742
+ width: 20rem;
743
+ }.w-12 {
744
+ width: 3rem;
745
+ }.w-8 {
746
+ width: 2rem;
747
+ }.min-w-0 {
748
+ min-width: 0px;
749
+ }.max-w-full {
750
+ max-width: 100%;
751
+ }.max-w-md {
752
+ max-width: 28rem;
753
+ }.max-w-3xl {
754
+ max-width: 48rem;
755
+ }.max-w-sm {
756
+ max-width: 24rem;
757
+ }.max-w-\[77rem\] {
758
+ max-width: 77rem;
759
+ }.flex-1 {
760
+ flex: 1 1 0%;
761
+ }.flex-shrink-0 {
762
+ flex-shrink: 0;
763
+ }.translate-x-full {
764
+ --tw-translate-x: 100%;
765
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
766
+ }.translate-x-0 {
767
+ --tw-translate-x: 0px;
768
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
769
+ }.translate-y-2 {
770
+ --tw-translate-y: 0.5rem;
771
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
772
+ }.translate-y-0 {
773
+ --tw-translate-y: 0px;
774
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
775
+ }.translate-x-5 {
776
+ --tw-translate-x: 1.25rem;
777
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
778
+ }.translate-y-4 {
779
+ --tw-translate-y: 1rem;
780
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
781
+ }.transform {
782
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
783
+ }@keyframes spin {
784
+
785
+ to {
786
+ transform: rotate(360deg);
787
+ }
788
+ }.animate-spin {
789
+ animation: spin 1s linear infinite;
790
+ }.cursor-pointer {
791
+ cursor: pointer;
792
+ }.snap-start {
793
+ scroll-snap-align: start;
794
+ }.appearance-none {
795
+ -webkit-appearance: none;
796
+ appearance: none;
797
+ }.grid-flow-row {
798
+ grid-auto-flow: row;
799
+ }.auto-rows-min {
800
+ grid-auto-rows: min-content;
801
+ }.grid-cols-2 {
802
+ grid-template-columns: repeat(2, minmax(0, 1fr));
803
+ }.grid-cols-1 {
804
+ grid-template-columns: repeat(1, minmax(0, 1fr));
805
+ }.flex-col {
806
+ flex-direction: column;
807
+ }.flex-wrap {
808
+ flex-wrap: wrap;
809
+ }.items-start {
810
+ align-items: flex-start;
811
+ }.items-end {
812
+ align-items: flex-end;
813
+ }.items-center {
814
+ align-items: center;
815
+ }.justify-start {
816
+ justify-content: flex-start;
817
+ }.justify-center {
818
+ justify-content: center;
819
+ }.justify-between {
820
+ justify-content: space-between;
821
+ }.gap-6 {
822
+ gap: 1.5rem;
823
+ }.gap-4 {
824
+ gap: 1rem;
825
+ }.gap-x-4 {
826
+ column-gap: 1rem;
827
+ }.space-y-4 > :not([hidden]) ~ :not([hidden]) {
828
+ --tw-space-y-reverse: 0;
829
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
830
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
831
+ }.space-x-4 > :not([hidden]) ~ :not([hidden]) {
832
+ --tw-space-x-reverse: 0;
833
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
834
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
835
+ }.space-y-1 > :not([hidden]) ~ :not([hidden]) {
836
+ --tw-space-y-reverse: 0;
837
+ margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
838
+ margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
839
+ }.space-x-3 > :not([hidden]) ~ :not([hidden]) {
840
+ --tw-space-x-reverse: 0;
841
+ margin-right: calc(0.75rem * var(--tw-space-x-reverse));
842
+ margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
843
+ }.divide-y > :not([hidden]) ~ :not([hidden]) {
844
+ --tw-divide-y-reverse: 0;
845
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
846
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
847
+ }.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
848
+ --tw-divide-opacity: 1;
849
+ border-color: rgb(229 231 235 / var(--tw-divide-opacity));
850
+ }.overflow-hidden {
851
+ overflow: hidden;
852
+ }.overflow-y-auto {
853
+ overflow-y: auto;
854
+ }.truncate {
855
+ overflow: hidden;
856
+ text-overflow: ellipsis;
857
+ white-space: nowrap;
858
+ }.rounded-full {
859
+ border-radius: 9999px;
860
+ }.rounded-md {
861
+ border-radius: 0.375rem;
862
+ }.rounded-\[0\.2rem\] {
863
+ border-radius: 0.2rem;
864
+ }.rounded-lg {
865
+ border-radius: 0.5rem;
866
+ }.rounded {
867
+ border-radius: 0.25rem;
868
+ }.rounded-2xl {
869
+ border-radius: 1rem;
870
+ }.rounded-l-md {
871
+ border-top-left-radius: 0.375rem;
872
+ border-bottom-left-radius: 0.375rem;
873
+ }.rounded-r-md {
874
+ border-top-right-radius: 0.375rem;
875
+ border-bottom-right-radius: 0.375rem;
876
+ }.border {
877
+ border-width: 1px;
878
+ }.border-2 {
879
+ border-width: 2px;
880
+ }.border-b-2 {
881
+ border-bottom-width: 2px;
882
+ }.border-b {
883
+ border-bottom-width: 1px;
884
+ }.border-l-4 {
885
+ border-left-width: 4px;
886
+ }.border-l {
887
+ border-left-width: 1px;
888
+ }.border-solid {
889
+ border-style: solid;
890
+ }.border-slate-200 {
891
+ --tw-border-opacity: 1;
892
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
893
+ }.border-spectra {
894
+ --tw-border-opacity: 1;
895
+ border-color: rgb(97 4 255 / var(--tw-border-opacity));
896
+ }.border-transparent {
897
+ border-color: transparent;
898
+ }.border-white {
899
+ --tw-border-opacity: 1;
900
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
901
+ }.border-slate-400 {
902
+ --tw-border-opacity: 1;
903
+ border-color: rgb(148 163 184 / var(--tw-border-opacity));
904
+ }.border-slate-300 {
905
+ --tw-border-opacity: 1;
906
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
907
+ }.bg-white {
908
+ --tw-bg-opacity: 1;
909
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
910
+ }.bg-spectra {
911
+ --tw-bg-opacity: 1;
912
+ background-color: rgb(97 4 255 / var(--tw-bg-opacity));
913
+ }.bg-slate-200 {
914
+ --tw-bg-opacity: 1;
915
+ background-color: rgb(226 232 240 / var(--tw-bg-opacity));
916
+ }.bg-gray-500 {
917
+ --tw-bg-opacity: 1;
918
+ background-color: rgb(107 114 128 / var(--tw-bg-opacity));
919
+ }.bg-red-50 {
920
+ --tw-bg-opacity: 1;
921
+ background-color: rgb(254 242 242 / var(--tw-bg-opacity));
922
+ }.bg-red-600 {
923
+ --tw-bg-opacity: 1;
924
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity));
925
+ }.bg-opacity-75 {
926
+ --tw-bg-opacity: 0.75;
927
+ }.fill-spectra {
928
+ fill: #6104FF;
929
+ }.fill-slate-800 {
930
+ fill: #1e293b;
931
+ }.fill-inherit {
932
+ fill: inherit;
933
+ }.stroke-red-600 {
934
+ stroke: #dc2626;
935
+ }.stroke-spectra {
936
+ stroke: #6104FF;
937
+ }.stroke-slate-800 {
938
+ stroke: #1e293b;
939
+ }.stroke-inherit {
940
+ stroke: inherit;
941
+ }.p-4 {
942
+ padding: 1rem;
943
+ }.p-6 {
944
+ padding: 1.5rem;
945
+ }.p-0 {
946
+ padding: 0px;
947
+ }.p-8 {
948
+ padding: 2rem;
949
+ }.p-12 {
950
+ padding: 3rem;
951
+ }.px-4 {
952
+ padding-left: 1rem;
953
+ padding-right: 1rem;
954
+ }.px-6 {
955
+ padding-left: 1.5rem;
956
+ padding-right: 1.5rem;
957
+ }.py-5 {
958
+ padding-top: 1.25rem;
959
+ padding-bottom: 1.25rem;
960
+ }.px-1 {
961
+ padding-left: 0.25rem;
962
+ padding-right: 0.25rem;
963
+ }.py-6 {
964
+ padding-top: 1.5rem;
965
+ padding-bottom: 1.5rem;
966
+ }.px-1\.5 {
967
+ padding-left: 0.375rem;
968
+ padding-right: 0.375rem;
969
+ }.py-1 {
970
+ padding-top: 0.25rem;
971
+ padding-bottom: 0.25rem;
972
+ }.py-4 {
973
+ padding-top: 1rem;
974
+ padding-bottom: 1rem;
975
+ }.py-2 {
976
+ padding-top: 0.5rem;
977
+ padding-bottom: 0.5rem;
978
+ }.px-12 {
979
+ padding-left: 3rem;
980
+ padding-right: 3rem;
981
+ }.py-8 {
982
+ padding-top: 2rem;
983
+ padding-bottom: 2rem;
984
+ }.py-3 {
985
+ padding-top: 0.75rem;
986
+ padding-bottom: 0.75rem;
987
+ }.py-\[2\.43rem\] {
988
+ padding-top: 2.43rem;
989
+ padding-bottom: 2.43rem;
990
+ }.pl-10 {
991
+ padding-left: 2.5rem;
992
+ }.pr-2 {
993
+ padding-right: 0.5rem;
994
+ }.pt-0\.5 {
995
+ padding-top: 0.125rem;
996
+ }.pt-0 {
997
+ padding-top: 0px;
998
+ }.pt-4 {
999
+ padding-top: 1rem;
1000
+ }.pb-20 {
1001
+ padding-bottom: 5rem;
1002
+ }.pt-5 {
1003
+ padding-top: 1.25rem;
1004
+ }.pb-4 {
1005
+ padding-bottom: 1rem;
1006
+ }.pl-5 {
1007
+ padding-left: 1.25rem;
1008
+ }.pt-\[2\.2rem\] {
1009
+ padding-top: 2.2rem;
1010
+ }.pb-3 {
1011
+ padding-bottom: 0.75rem;
1012
+ }.pb-7 {
1013
+ padding-bottom: 1.75rem;
1014
+ }.pt-6 {
1015
+ padding-top: 1.5rem;
1016
+ }.pr-10 {
1017
+ padding-right: 2.5rem;
1018
+ }.pb-2 {
1019
+ padding-bottom: 0.5rem;
1020
+ }.text-left {
1021
+ text-align: left;
1022
+ }.text-center {
1023
+ text-align: center;
1024
+ }.align-top {
1025
+ vertical-align: top;
1026
+ }.align-bottom {
1027
+ vertical-align: bottom;
1028
+ }.text-lg {
1029
+ font-size: 1.125rem;
1030
+ line-height: 1.75rem;
1031
+ }.text-sm {
1032
+ font-size: 0.875rem;
1033
+ line-height: 1.25rem;
1034
+ }.text-xs {
1035
+ font-size: 0.75rem;
1036
+ line-height: 1rem;
1037
+ }.text-\[0\.940rem\] {
1038
+ font-size: 0.940rem;
1039
+ }.text-base {
1040
+ font-size: 1rem;
1041
+ line-height: 1.5rem;
1042
+ }.text-\[10px\] {
1043
+ font-size: 10px;
1044
+ }.text-2xl {
1045
+ font-size: 1.5rem;
1046
+ line-height: 2rem;
1047
+ }.text-\[1\.8rem\] {
1048
+ font-size: 1.8rem;
1049
+ }.text-xl {
1050
+ font-size: 1.25rem;
1051
+ line-height: 1.75rem;
1052
+ }.font-medium {
1053
+ font-weight: 500;
1054
+ }.font-semibold {
1055
+ font-weight: 600;
1056
+ }.italic {
1057
+ font-style: italic;
1058
+ }.leading-\[10px\] {
1059
+ line-height: 10px;
1060
+ }.leading-8 {
1061
+ line-height: 2rem;
1062
+ }.leading-tight {
1063
+ line-height: 1.25;
1064
+ }.leading-\[2\.4rem\] {
1065
+ line-height: 2.4rem;
1066
+ }.text-gray-900 {
1067
+ --tw-text-opacity: 1;
1068
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1069
+ }.text-gray-400 {
1070
+ --tw-text-opacity: 1;
1071
+ color: rgb(156 163 175 / var(--tw-text-opacity));
1072
+ }.text-slate-800 {
1073
+ --tw-text-opacity: 1;
1074
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1075
+ }.text-slate-500 {
1076
+ --tw-text-opacity: 1;
1077
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1078
+ }.text-spectra {
1079
+ --tw-text-opacity: 1;
1080
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1081
+ }.text-green-400 {
1082
+ --tw-text-opacity: 1;
1083
+ color: rgb(74 222 128 / var(--tw-text-opacity));
1084
+ }.text-slate-400 {
1085
+ --tw-text-opacity: 1;
1086
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1087
+ }.text-lime-600 {
1088
+ --tw-text-opacity: 1;
1089
+ color: rgb(101 163 13 / var(--tw-text-opacity));
1090
+ }.text-white {
1091
+ --tw-text-opacity: 1;
1092
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1093
+ }.underline {
1094
+ -webkit-text-decoration-line: underline;
1095
+ text-decoration-line: underline;
1096
+ }.no-underline {
1097
+ -webkit-text-decoration-line: none;
1098
+ text-decoration-line: none;
1099
+ }.placeholder-slate-400::placeholder {
1100
+ --tw-placeholder-opacity: 1;
1101
+ color: rgb(148 163 184 / var(--tw-placeholder-opacity));
1102
+ }.opacity-0 {
1103
+ opacity: 0;
1104
+ }.opacity-100 {
1105
+ opacity: 1;
1106
+ }.opacity-80 {
1107
+ opacity: 0.8;
1108
+ }.opacity-25 {
1109
+ opacity: 0.25;
1110
+ }.opacity-75 {
1111
+ opacity: 0.75;
1112
+ }.shadow-overlay-left {
1113
+ --tw-shadow: -16px 0px 80px -24px rgba(0, 0, 0, 0.16);
1114
+ --tw-shadow-colored: -16px 0px 80px -24px var(--tw-shadow-color);
1115
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1116
+ }.shadow-xl {
1117
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1118
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1119
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1120
+ }.shadow {
1121
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1122
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1123
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1124
+ }.shadow-lg {
1125
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1126
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1127
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1128
+ }.shadow-sm {
1129
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1130
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1131
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1132
+ }.ring-1 {
1133
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1134
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1135
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1136
+ }.ring-0 {
1137
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1138
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1139
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1140
+ }.ring-black {
1141
+ --tw-ring-opacity: 1;
1142
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1143
+ }.ring-opacity-5 {
1144
+ --tw-ring-opacity: 0.05;
1145
+ }.filter {
1146
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1147
+ }.backdrop-blur-sm {
1148
+ --tw-backdrop-blur: blur(4px);
1149
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1150
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1151
+ }.transition {
1152
+ transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1153
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1154
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1155
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1156
+ transition-duration: 150ms;
1157
+ }.transition-colors {
1158
+ transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
1159
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1160
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
1161
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1162
+ transition-duration: 150ms;
1163
+ }.transition-opacity {
1164
+ transition-property: opacity;
1165
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1166
+ transition-duration: 150ms;
1167
+ }.transition-all {
1168
+ transition-property: all;
1169
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1170
+ transition-duration: 150ms;
1171
+ }.duration-150 {
1172
+ transition-duration: 150ms;
1173
+ }.duration-300 {
1174
+ transition-duration: 300ms;
1175
+ }.duration-100 {
1176
+ transition-duration: 100ms;
1177
+ }.duration-200 {
1178
+ transition-duration: 200ms;
1179
+ }.ease-in-out {
1180
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1181
+ }.ease-out {
1182
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1183
+ }.ease-in {
1184
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1185
+ }:root{--accent-color: #2271b1;--accent-hv-color: #0a4b78;--background-light-color: #f0f0f1;--heading-color: #1d2327;--content-color: #3c434a;--link-color: #2271b1;--link-hv-color: #0a4b78;--metabox-background-color: #fff}.wp-admin{overflow-y:scroll}#wpbody-content>.notice:not(.uag-notice),#wpbody-content>.error{display:none !important}.uag-menu-page-wrapper,.uag-menu-page-wrapper *{box-sizing:border-box}.uag-menu-page-wrapper a:focus,.uag-menu-page-wrapper button:focus,.uag-menu-page-wrapper input:focus{box-shadow:none;outline:none}#uag-menu-page .uag-accordion svg{fill:#e2e8f0}#uag-menu-page .uag-accordion:hover svg{fill:#475569}#uag-menu-page .uag-accordion:focus{outline:none;box-shadow:none}#uag-menu-page .uag-accordion:focus-visible svg{fill:#475569}.settings_page_spectra #wpcontent{padding-left:0}.uag-menu-page-wrapper .uag-settings-app{font-family:var(--heading-font-family);left:-20px;position:relative;width:calc(100% + 20px)}.uag-menu-page-wrapper .uag-settings-app .uag-normal-button-control .uag-button{display:inline-block;text-decoration:none;font-size:14px;margin:0;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);padding:10px 16px;cursor:pointer;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;text-transform:capitalize}.uag-menu-page-wrapper .uag-settings-app h2{font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:24px;margin-bottom:20px;margin-top:0;color:var(--content-color);line-height:32px}.uag-menu-page-wrapper .uag-settings-app h3{margin:0;margin-bottom:10px;color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:18px;font-style:var(--heading-font-style);line-height:1.3em}.uag-menu-page-wrapper .uag-settings-app .uag-field{border-radius:2px}.uag-menu-page-wrapper .uag-settings-app p{color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-400);font-size:14px;margin-top:0;margin-bottom:20px;line-height:1.55em;text-align:left}.uag-menu-page-wrapper .uag-settings-app .components-base-control__field{font-size:16px}.spectra-recaptcha__heading{color:var(--content-color)}.uag-user-info{background:var(--background-light-color);padding:35px 0;box-sizing:border-box;width:1200px;margin:0 auto;max-width:100%}.uag-user-info a[href=""]{display:none}.uag-button--primary:hover,.uag-button--primary:focus,.uag-button--primary:active{background:var(--accent-hv-color);color:var(--metabox-background-color)}.uag-button--primary{border-width:0;border:1px solid var(--accent-color);background:var(--accent-color);color:var(--background-light-color)}.uag-button--secondary{color:var(--accent-color);border:1px solid var(--accent-color);background:#fff;vertical-align:top}.uag-button--secondary:hover,.uag-button--secondary:focus,.uag-button--secondary:active{background:#f0f0f1;border-color:var(--accent-hv-color);color:var(--accent-hv-color)}.uag-control__status-yes,.uag-control__status-enabled{display:inline-flex;color:#639102;align-items:center;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.uag-control__status-yes img,.uag-control__status-enabled img{margin-left:5px;width:18px}.uag-control__status-no,.uag-control__status-disabled{color:red;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);display:inline-flex;align-items:center}.uag-control__status-no img,.uag-control__status-disabled img{display:none}#wpwrap{background-color:#f8fafc}#wpwrap .spectra-admin__input-field{color:#64748b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.25rem}#wpwrap .spectra-admin__input-field:focus{outline:none;border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__input-field:focus+.spectra-admin__input-field--end-display{border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__dropdown{padding-right:2rem}#wpwrap .spectra-admin__dropdown:hover{color:#2c3338}#wpwrap .spectra-admin__block-label{box-sizing:content-box}#wpwrap .spectra-content-width-input-wrap>input{padding:.5rem 0 .5rem .75rem;border-radius:.25rem 0 0 .25rem;border-right-width:0}#wpwrap .spectra-content-width-input-wrap>span{padding:.5rem .75rem;font-size:1rem;line-height:1.25rem;color:#64748b;background-color:#fff;border-radius:0 .25rem .25rem 0;border:1px solid #e2e8f0}.uag-font-select-disabled{pointer-events:none;opacity:.4}.uag-menu-page-wrapper{font-family:Inter,sans-serif}.uag-menu-page-wrapper p{font-size:14px;line-height:22.4px}.uag-menu-page-wrapper h2{font-size:1.8rem}.uag-menu-page-wrapper h3{font-size:1.125rem}.spectra-video-container{position:relative;width:100%;padding-bottom:56.25%}.spectra-video-container .spectra-video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.spectra-icon-transition svg,.spectra-icon-transition path{transition-property:fill;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.spectra-disabled-icon svg,.spectra-disabled-icon path{fill:#94a3b8}.spectra-changelog-description strong{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#1e293b}.spectra-changelog-description ul{margin-top:.25rem;margin-bottom:.75rem}.spectra-changelog-description ul:last-child{margin-top:0}.spectra-changelog-description li{font-weight:400;font-size:.75rem;line-height:1rem;color:#64748b}.spectra__scrollable{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--blocks::-webkit-scrollbar-track{margin:1rem 0;border-radius:.25rem;background-color:#f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1}.spectra__scrollable--settings{overflow-y:scroll;scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--settings::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--settings::-webkit-scrollbar-track{border-radius:0 .5rem .5rem 0;background-color:#f1f5f9;opacity:.4}.spectra__scrollable--settings::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1;opacity:.4}.spectra__settings>section:last-child{border-bottom:none}:root{--heading-font-family: "Inter";--heading-font-style: normal;--heading-weight-500: 500;--heading-weight-400: 400;--heading-font-size: 18px;--heading-line-height: 24px}.shadow-focused:focus.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow-focused:focus.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.shadow-focused:focus.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05) !important}.hover\:z-50:hover {
1186
+ z-index: 50;
1187
+ }.hover\:border-slate-300:hover {
1188
+ --tw-border-opacity: 1;
1189
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
1190
+ }.hover\:border-slate-200:hover {
1191
+ --tw-border-opacity: 1;
1192
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1193
+ }.hover\:bg-indigo-50:hover {
1194
+ --tw-bg-opacity: 1;
1195
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1196
+ }.hover\:bg-spectra-hover:hover {
1197
+ --tw-bg-opacity: 1;
1198
+ background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1199
+ }.hover\:bg-red-700:hover {
1200
+ --tw-bg-opacity: 1;
1201
+ background-color: rgb(185 28 28 / var(--tw-bg-opacity));
1202
+ }.hover\:bg-gray-50:hover {
1203
+ --tw-bg-opacity: 1;
1204
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1205
+ }.hover\:bg-slate-50:hover {
1206
+ --tw-bg-opacity: 1;
1207
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity));
1208
+ }.hover\:fill-spectra:hover {
1209
+ fill: #6104FF;
1210
+ }.hover\:fill-slate-900:hover {
1211
+ fill: #0f172a;
1212
+ }.hover\:stroke-spectra:hover {
1213
+ stroke: #6104FF;
1214
+ }.hover\:stroke-slate-900:hover {
1215
+ stroke: #0f172a;
1216
+ }.hover\:text-gray-500:hover {
1217
+ --tw-text-opacity: 1;
1218
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1219
+ }.hover\:text-spectra-hover:hover {
1220
+ --tw-text-opacity: 1;
1221
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1222
+ }.hover\:text-slate-800:hover {
1223
+ --tw-text-opacity: 1;
1224
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1225
+ }.hover\:text-slate-500:hover {
1226
+ --tw-text-opacity: 1;
1227
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1228
+ }.hover\:text-spectra:hover {
1229
+ --tw-text-opacity: 1;
1230
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1231
+ }.hover\:text-slate-900:hover {
1232
+ --tw-text-opacity: 1;
1233
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1234
+ }.hover\:shadow-hover:hover {
1235
+ --tw-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.12);
1236
+ --tw-shadow-colored: 0px 12px 24px -12px var(--tw-shadow-color);
1237
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1238
+ }.focus\:z-10:focus {
1239
+ z-index: 10;
1240
+ }.focus\:border-slate-200:focus {
1241
+ --tw-border-opacity: 1;
1242
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1243
+ }.focus\:bg-indigo-50:focus {
1244
+ --tw-bg-opacity: 1;
1245
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1246
+ }.focus\:bg-spectra-hover:focus {
1247
+ --tw-bg-opacity: 1;
1248
+ background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1249
+ }.focus\:bg-red-700:focus {
1250
+ --tw-bg-opacity: 1;
1251
+ background-color: rgb(185 28 28 / var(--tw-bg-opacity));
1252
+ }.focus\:bg-gray-50:focus {
1253
+ --tw-bg-opacity: 1;
1254
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1255
+ }.focus\:fill-spectra:focus {
1256
+ fill: #6104FF;
1257
+ }.focus\:fill-slate-900:focus {
1258
+ fill: #0f172a;
1259
+ }.focus\:stroke-spectra:focus {
1260
+ stroke: #6104FF;
1261
+ }.focus\:stroke-slate-900:focus {
1262
+ stroke: #0f172a;
1263
+ }.focus\:text-spectra:focus {
1264
+ --tw-text-opacity: 1;
1265
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1266
+ }.focus\:text-slate-400:focus {
1267
+ --tw-text-opacity: 1;
1268
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1269
+ }.focus\:text-slate-800:focus {
1270
+ --tw-text-opacity: 1;
1271
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1272
+ }.focus\:text-slate-500:focus {
1273
+ --tw-text-opacity: 1;
1274
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1275
+ }.focus\:text-spectra-hover:focus {
1276
+ --tw-text-opacity: 1;
1277
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1278
+ }.focus\:text-slate-900:focus {
1279
+ --tw-text-opacity: 1;
1280
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1281
+ }.focus\:outline-none:focus {
1282
+ outline: 2px solid transparent;
1283
+ outline-offset: 2px;
1284
+ }.focus\:ring-2:focus {
1285
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1286
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1287
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1288
+ }.focus\:ring-indigo-500:focus {
1289
+ --tw-ring-opacity: 1;
1290
+ --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
1291
+ }.focus\:ring-offset-2:focus {
1292
+ --tw-ring-offset-width: 2px;
1293
+ }.focus-visible\:border-slate-300:focus-visible {
1294
+ --tw-border-opacity: 1;
1295
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
1296
+ }.focus-visible\:border-slate-200:focus-visible {
1297
+ --tw-border-opacity: 1;
1298
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1299
+ }.focus-visible\:bg-spectra-hover:focus-visible {
1300
+ --tw-bg-opacity: 1;
1301
+ background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1302
+ }.focus-visible\:bg-slate-50:focus-visible {
1303
+ --tw-bg-opacity: 1;
1304
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity));
1305
+ }.focus-visible\:text-spectra-hover:focus-visible {
1306
+ --tw-text-opacity: 1;
1307
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1308
+ }.focus-visible\:text-slate-800:focus-visible {
1309
+ --tw-text-opacity: 1;
1310
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1311
+ }.focus-visible\:text-slate-500:focus-visible {
1312
+ --tw-text-opacity: 1;
1313
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1314
+ }.focus-visible\:text-spectra:focus-visible {
1315
+ --tw-text-opacity: 1;
1316
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1317
+ }.active\:text-spectra:active {
1318
+ --tw-text-opacity: 1;
1319
+ color: rgb(97 4 255 / var(--tw-text-opacity));
1320
+ }.active\:text-slate-500:active {
1321
+ --tw-text-opacity: 1;
1322
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1323
+ }.active\:text-slate-800:active {
1324
+ --tw-text-opacity: 1;
1325
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1326
+ }.active\:text-spectra-hover:active {
1327
+ --tw-text-opacity: 1;
1328
+ color: rgb(83 0 224 / var(--tw-text-opacity));
1329
+ }@media (min-width: 640px) {
1330
+
1331
+ .sm\:static {
1332
+ position: static;
1333
+ }
1334
+
1335
+ .sm\:inset-auto {
1336
+ top: auto;
1337
+ right: auto;
1338
+ bottom: auto;
1339
+ left: auto;
1340
+ }
1341
+
1342
+ .sm\:my-8 {
1343
+ margin-top: 2rem;
1344
+ margin-bottom: 2rem;
1345
+ }
1346
+
1347
+ .sm\:mx-0 {
1348
+ margin-left: 0px;
1349
+ margin-right: 0px;
1350
+ }
1351
+
1352
+ .sm\:mt-\[2rem\] {
1353
+ margin-top: 2rem;
1354
+ }
1355
+
1356
+ .sm\:ml-8 {
1357
+ margin-left: 2rem;
1358
+ }
1359
+
1360
+ .sm\:ml-6 {
1361
+ margin-left: 1.5rem;
1362
+ }
1363
+
1364
+ .sm\:mt-0 {
1365
+ margin-top: 0px;
1366
+ }
1367
+
1368
+ .sm\:ml-4 {
1369
+ margin-left: 1rem;
1370
+ }
1371
+
1372
+ .sm\:ml-20 {
1373
+ margin-left: 5rem;
1374
+ }
1375
+
1376
+ .sm\:mr-3 {
1377
+ margin-right: 0.75rem;
1378
+ }
1379
+
1380
+ .sm\:block {
1381
+ display: block;
1382
+ }
1383
+
1384
+ .sm\:inline-block {
1385
+ display: inline-block;
1386
+ }
1387
+
1388
+ .sm\:flex {
1389
+ display: flex;
1390
+ }
1391
+
1392
+ .sm\:hidden {
1393
+ display: none;
1394
+ }
1395
+
1396
+ .sm\:h-screen {
1397
+ height: 100vh;
1398
+ }
1399
+
1400
+ .sm\:h-16 {
1401
+ height: 4rem;
1402
+ }
1403
+
1404
+ .sm\:w-full {
1405
+ width: 100%;
1406
+ }
1407
+
1408
+ .sm\:w-16 {
1409
+ width: 4rem;
1410
+ }
1411
+
1412
+ .sm\:w-auto {
1413
+ width: auto;
1414
+ }
1415
+
1416
+ .sm\:max-w-lg {
1417
+ max-width: 32rem;
1418
+ }
1419
+
1420
+ .sm\:translate-y-0 {
1421
+ --tw-translate-y: 0px;
1422
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1423
+ }
1424
+
1425
+ .sm\:translate-x-2 {
1426
+ --tw-translate-x: 0.5rem;
1427
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1428
+ }
1429
+
1430
+ .sm\:translate-x-0 {
1431
+ --tw-translate-x: 0px;
1432
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1433
+ }
1434
+
1435
+ .sm\:scale-95 {
1436
+ --tw-scale-x: .95;
1437
+ --tw-scale-y: .95;
1438
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1439
+ }
1440
+
1441
+ .sm\:scale-100 {
1442
+ --tw-scale-x: 1;
1443
+ --tw-scale-y: 1;
1444
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1445
+ }
1446
+
1447
+ .sm\:grid-cols-3 {
1448
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1449
+ }
1450
+
1451
+ .sm\:flex-row {
1452
+ flex-direction: row;
1453
+ }
1454
+
1455
+ .sm\:flex-col {
1456
+ flex-direction: column;
1457
+ }
1458
+
1459
+ .sm\:items-start {
1460
+ align-items: flex-start;
1461
+ }
1462
+
1463
+ .sm\:items-end {
1464
+ align-items: flex-end;
1465
+ }
1466
+
1467
+ .sm\:items-stretch {
1468
+ align-items: stretch;
1469
+ }
1470
+
1471
+ .sm\:justify-start {
1472
+ justify-content: flex-start;
1473
+ }
1474
+
1475
+ .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
1476
+ --tw-space-x-reverse: 0;
1477
+ margin-right: calc(2rem * var(--tw-space-x-reverse));
1478
+ margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
1479
+ }
1480
+
1481
+ .sm\:p-6 {
1482
+ padding: 1.5rem;
1483
+ }
1484
+
1485
+ .sm\:p-0 {
1486
+ padding: 0px;
1487
+ }
1488
+
1489
+ .sm\:px-6 {
1490
+ padding-left: 1.5rem;
1491
+ padding-right: 1.5rem;
1492
+ }
1493
+
1494
+ .sm\:pr-0 {
1495
+ padding-right: 0px;
1496
+ }
1497
+
1498
+ .sm\:text-left {
1499
+ text-align: left;
1500
+ }
1501
+
1502
+ .sm\:align-middle {
1503
+ vertical-align: middle;
1504
+ }
1505
+
1506
+ .sm\:text-sm {
1507
+ font-size: 0.875rem;
1508
+ line-height: 1.25rem;
1509
+ }
1510
+
1511
+ .sm\:duration-150 {
1512
+ transition-duration: 150ms;
1513
+ }
1514
+
1515
+ .sm\:duration-300 {
1516
+ transition-duration: 300ms;
1517
+ }
1518
+ }@media (min-width: 1024px) {
1519
+
1520
+ .lg\:col-span-3 {
1521
+ grid-column: span 3 / span 3;
1522
+ }
1523
+
1524
+ .lg\:col-span-9 {
1525
+ grid-column: span 9 / span 9;
1526
+ }
1527
+
1528
+ .lg\:col-span-2 {
1529
+ grid-column: span 2 / span 2;
1530
+ }
1531
+
1532
+ .lg\:block {
1533
+ display: block;
1534
+ }
1535
+
1536
+ .lg\:grid {
1537
+ display: grid;
1538
+ }
1539
+
1540
+ .lg\:max-w-7xl {
1541
+ max-width: 80rem;
1542
+ }
1543
+
1544
+ .lg\:max-w-\[80rem\] {
1545
+ max-width: 80rem;
1546
+ }
1547
+
1548
+ .lg\:max-w-\[77rem\] {
1549
+ max-width: 77rem;
1550
+ }
1551
+
1552
+ .lg\:grid-cols-12 {
1553
+ grid-template-columns: repeat(12, minmax(0, 1fr));
1554
+ }
1555
+
1556
+ .lg\:grid-cols-3 {
1557
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1558
+ }
1559
+
1560
+ .lg\:flex-row {
1561
+ flex-direction: row;
1562
+ }
1563
+
1564
+ .lg\:justify-start {
1565
+ justify-content: flex-start;
1566
+ }
1567
+
1568
+ .lg\:gap-5 {
1569
+ gap: 1.25rem;
1570
+ }
1571
+
1572
+ .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
1573
+ --tw-space-y-reverse: 0;
1574
+ margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
1575
+ margin-bottom: calc(0px * var(--tw-space-y-reverse));
1576
+ }
1577
+
1578
+ .lg\:py-6 {
1579
+ padding-top: 1.5rem;
1580
+ padding-bottom: 1.5rem;
1581
+ }
1582
+
1583
+ .lg\:px-0 {
1584
+ padding-left: 0px;
1585
+ padding-right: 0px;
1586
+ }
1587
+
1588
+ .lg\:px-5 {
1589
+ padding-left: 1.25rem;
1590
+ padding-right: 1.25rem;
1591
+ }
1592
+ }@media (min-width: 1280px) {
1593
+
1594
+ .xl\:gap-10 {
1595
+ gap: 2.5rem;
1596
+ }
1597
+ }
1598
+ .uag-skeleton-base{display:block}.uag-skeleton{height:1.2em;display:block;background-color:rgba(0,0,0,.11)}.uag-skeleton-pulse{animation:uag-skeleton-keyframes-pulse 1.5s ease-in-out .5s infinite}@keyframes uag-skeleton-keyframes-pulse{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}.uag-skeleton--wave{overflow:hidden;position:relative}.uag-skeleton--wave::after{top:0;left:0;right:0;bottom:0;content:"";position:absolute;animation:uag-skeleton-keyframes-wave 1.6s linear .5s infinite;transform:translateX(-100%);background:linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent)}@keyframes uag-skeleton-keyframes-wave{0%{transform:translateX(-100%)}60%{transform:translateX(100%)}100%{transform:translateX(100%)}}
1599
+ .uag-flow-row.is-placeholder{padding:20px 30px;border-bottom:1px solid #d7d7d7;display:flex;justify-content:space-between;align-items:center;position:relative}.uag-flow-row.is-placeholder .uag-flow-row__title,.uag-flow-row.is-placeholder .uag-flow-row__actions{width:500px;padding:15px;background-position:0 center;background-image:linear-gradient(90deg, #ddd 0, #e8e8e8 40px, #ddd 80px);background-size:600px;animation:shine-lines 1.6s infinite linear}.uag-flow-row.is-placeholder .uag-flow-row__actions{width:250px;padding:8px}@keyframes shine-lines{0%{background-position:-100px}40%,100%{background-position:340px}}
1600
+ .uag-skeleton--text{height:auto;transform:scale(1, 0.6);margin-top:0;border-radius:4px;margin-bottom:0;transform-origin:0 60%;font-size:12px;line-height:1.5em}.uag-skeleton--text:empty::before{content:" "}
1601
+ .uag-skeleton--spacer{height:25px}
1602
+ .uag-skeleton--rect{height:20px}
admin-core/assets/build/dashboard-app.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(){var e={679:function(e,t,a){"use strict";var n=a(864),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},r={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||i}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(g){var i=f(a);i&&i!==g&&e(t,i,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(r[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,i){return n(a)||(i=a||i,a=[]),i=i||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var i=[],r=0;r<t.length;r++)i.push(e(t[r],a,n).source);return c(new RegExp("(?:"+i.join("|")+")",d(n)),a)}(t,a,i):function(e,t,a){return m(r(e,a),t,a)}(t,a,i)},e.exports.parse=r,e.exports.compile=function(e,t){return o(r(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function r(e,t){for(var a,n=[],r=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=i.exec(e));){var d=a[0],m=a[1],f=a.index;if(o+=e.slice(l,f),l=f+d.length,m)o+=m[1];else{var g=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=g&&g!==p,D="+"===w||"*"===w,E="?"===w||"*"===w,C=a[2]||c,k=v||b;n.push({name:h||r++,prefix:p||"",delimiter:C,optional:E,repeat:D,partial:x,asterisk:!!y,pattern:k?u(k):y?".*":"[^"+s(C)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),i=0;i<e.length;i++)"object"==typeof e[i]&&(a[i]=new RegExp("^(?:"+e[i].pattern+")$",d(t)));return function(t,i){for(var r="",o=t||{},s=(i||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(r+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<m.length;f++){if(d=s(m[f]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");r+=(0===f?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');r+=c.prefix+d}}else r+=c}return r}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var i=(a=a||{}).strict,r=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+m+f+")*"),l+=f=u.optional?u.partial?m+"("+f+")?":"(?:"+m+"("+f+"))?":m+"("+f+")"}}var g=s(a.delimiter||"/"),p=l.slice(-g.length)===g;return i||(l=(p?l.slice(0,-g.length):l)+"(?:"+g+"(?=$))?"),l+=r?"$":i&&p?"":"(?="+g+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function i(){}function r(){}r.resetWarningCache=i,e.exports=function(){function e(e,t,a,i,r,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:i};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},i=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),r=a(196),l=s(r),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||f(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||f(),prevId:a}:null}}]),i(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),i=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(i),i.className=this.props.inputClassName,i.id=this.state.inputId,i.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},i,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(r.Component);g.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.Z=g},921:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,i=a?Symbol.for("react.portal"):60106,r=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,f=a?Symbol.for("react.suspense"):60113,g=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case r:case o:case l:case f:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case i:return t}}}function D(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=r,t.Lazy=h,t.Memo=p,t.Portal=i,t.Profiler=o,t.StrictMode=l,t.Suspense=f,t.isAsyncMode=function(e){return D(e)||x(e)===c},t.isConcurrentMode=D,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===r},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===i},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===d||e===o||e===l||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},864:function(e,t,a){"use strict";e.exports=a(921)},359:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},973:function(e,t,a){"use strict";a(359)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var i=t[n];if(void 0!==i)return i.exports;var r=t[n]={exports:{}};return e[n](r,r.exports,a),r.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e,t,n,i=window.wp.element,r=a(196),l=a.n(r),o=window.ReactDOM,s=a.n(o);function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},u.apply(this,arguments)}function c(e,t){if(null==e)return{};var a,n,i={},r=Object.keys(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||(i[a]=e[a]);return i}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function m(e,t){var a;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return d(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?d(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(a=e[Symbol.iterator]()).next.bind(a)}function f(e,t){if(e in t){for(var a=t[e],n=arguments.length,i=new Array(n>2?n-2:0),r=2;r<n;r++)i[r-2]=arguments[r];return"function"==typeof a?a.apply(void 0,i):a}var l=new Error('Tried to handle "'+e+'" but there is no handler defined. Only defined handlers are: '+Object.keys(t).map((function(e){return'"'+e+'"'})).join(", ")+".");throw Error.captureStackTrace&&Error.captureStackTrace(l,f),l}function g(a){var n=a.props,i=a.slot,r=a.defaultTag,l=a.features,o=a.visible,s=void 0===o||o,d=a.name;if(s)return p(n,i,r,d);var m=null!=l?l:e.None;if(m&e.Static){var g=n.static,h=void 0!==g&&g,v=c(n,["static"]);if(h)return p(v,i,r,d)}if(m&e.RenderStrategy){var b,w=n.unmount,y=void 0===w||w,x=c(n,["unmount"]);return f(y?t.Unmount:t.Hidden,((b={})[t.Unmount]=function(){return null},b[t.Hidden]=function(){return p(u({},x,{hidden:!0,style:{display:"none"}}),i,r,d)},b))}return p(n,i,r,d)}function p(e,t,a,n){var i;void 0===t&&(t={});var l=v(e,["unmount","static"]),o=l.as,s=void 0===o?a:o,u=l.children,d=l.refName,f=void 0===d?"ref":d,g=c(l,["as","children","refName"]),p=void 0!==e.ref?((i={})[f]=e.ref,i):{},h="function"==typeof u?u(t):u;if(g.className&&"function"==typeof g.className&&(g.className=g.className(t)),s===r.Fragment&&Object.keys(g).length>0){if(!(0,r.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"","The current component <"+n+' /> is rendering a "Fragment".',"However we need to passthrough the following props:",Object.keys(g).map((function(e){return" - "+e})).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((function(e){return" - "+e})).join("\n")].join("\n"));return(0,r.cloneElement)(h,Object.assign({},function(e,t,a){for(var n,i=Object.assign({},e),r=function(){var a,r=n.value;void 0!==e[r]&&void 0!==t[r]&&Object.assign(i,((a={})[r]=function(a){a.defaultPrevented||e[r](a),a.defaultPrevented||t[r](a)},a))},l=m(["onClick"]);!(n=l()).done;)r();return i}(function(e){var t=Object.assign({},e);for(var a in t)void 0===t[a]&&delete t[a];return t}(v(g,["ref"])),h.props),p))}return(0,r.createElement)(s,Object.assign({},v(g,["ref"]),s!==r.Fragment&&p),h)}function h(e){var t;return Object.assign((0,r.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function v(e,t){void 0===t&&(t=[]);for(var a,n=Object.assign({},e),i=m(t);!(a=i()).done;){var r=a.value;r in n&&delete n[r]}return n}function b(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=(0,r.useRef)(t);return(0,r.useEffect)((function(){n.current=t}),[t]),(0,r.useCallback)((function(e){for(var t,a=m(n.current);!(t=a()).done;){var i=t.value;null!=i&&("function"==typeof i?i(e):i.current=e)}}),[n])}function w(e){for(var t,a,n=e.parentElement,i=null;n&&!(n instanceof HTMLFieldSetElement);)n instanceof HTMLLegendElement&&(i=n),n=n.parentElement;var r=null!=(t=""===(null==(a=n)?void 0:a.getAttribute("disabled")))&&t;return(!r||!function(e){if(!e)return!1;for(var t=e.previousElementSibling;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(i))&&r}!function(e){e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static"}(e||(e={})),function(e){e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden"}(t||(t={})),function(e){e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab"}(n||(n={}));var y="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,x={serverHandoffComplete:!1};function D(){var e=(0,r.useState)(x.serverHandoffComplete),t=e[0],a=e[1];return(0,r.useEffect)((function(){!0!==t&&a(!0)}),[t]),(0,r.useEffect)((function(){!1===x.serverHandoffComplete&&(x.serverHandoffComplete=!0)}),[]),t}var E=0;function C(){return++E}function k(){var e=D(),t=(0,r.useState)(e?C:null),a=t[0],n=t[1];return y((function(){null===a&&n(C())}),[a]),null!=a?""+a:void 0}var S,_,O,N,T=(0,r.createContext)(null);function A(){return(0,r.useContext)(T)}function M(e){var t=e.value,a=e.children;return l().createElement(T.Provider,{value:t},a)}function P(e){var t;if(e.type)return e.type;var a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function L(e,t){var a=(0,r.useState)((function(){return P(e)})),n=a[0],i=a[1];return y((function(){i(P(e))}),[e.type,e.as]),y((function(){n||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&i("button")}),[n,t]),n}T.displayName="OpenClosedContext",function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(S||(S={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(O||(O={})),function(e){e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel"}(N||(N={}));var I=((_={})[N.ToggleDisclosure]=function(e){var t;return u({},e,{disclosureState:f(e.disclosureState,(t={},t[O.Open]=O.Closed,t[O.Closed]=O.Open,t))})},_[N.CloseDisclosure]=function(e){return e.disclosureState===O.Closed?e:u({},e,{disclosureState:O.Closed})},_[N.LinkPanel]=function(e){return!0===e.linkedPanel?e:u({},e,{linkedPanel:!0})},_[N.UnlinkPanel]=function(e){return!1===e.linkedPanel?e:u({},e,{linkedPanel:!1})},_[N.SetButtonId]=function(e,t){return e.buttonId===t.buttonId?e:u({},e,{buttonId:t.buttonId})},_[N.SetPanelId]=function(e,t){return e.panelId===t.panelId?e:u({},e,{panelId:t.panelId})},_),V=(0,r.createContext)(null);function R(e){var t=(0,r.useContext)(V);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,R),a}return t}V.displayName="DisclosureContext";var F=(0,r.createContext)(null);function H(e){var t=(0,r.useContext)(F);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,H),a}return t}F.displayName="DisclosureAPIContext";var j=(0,r.createContext)(null);function B(e,t){return f(t.type,I,e,t)}j.displayName="DisclosurePanelContext";var U=r.Fragment;function W(e){var t,a=e.defaultOpen,n=void 0!==a&&a,i=c(e,["defaultOpen"]),o="headlessui-disclosure-button-"+k(),s="headlessui-disclosure-panel-"+k(),u=(0,r.useReducer)(B,{disclosureState:n?O.Open:O.Closed,linkedPanel:!1,buttonId:o,panelId:s}),d=u[0].disclosureState,m=u[1];(0,r.useEffect)((function(){return m({type:N.SetButtonId,buttonId:o})}),[o,m]),(0,r.useEffect)((function(){return m({type:N.SetPanelId,panelId:s})}),[s,m]);var p=(0,r.useCallback)((function(e){m({type:N.CloseDisclosure});var t=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:document.getElementById(o):document.getElementById(o);null==t||t.focus()}),[m,o]),h=(0,r.useMemo)((function(){return{close:p}}),[p]),v=(0,r.useMemo)((function(){return{open:d===O.Open,close:p}}),[d,p]);return l().createElement(V.Provider,{value:u},l().createElement(F.Provider,{value:h},l().createElement(M,{value:f(d,(t={},t[O.Open]=S.Open,t[O.Closed]=S.Closed,t))},g({props:i,slot:v,defaultTag:U,name:"Disclosure"}))))}var G=h((function e(t,a){var i=R([W.name,e.name].join(".")),l=i[0],o=i[1],s=(0,r.useRef)(null),c=b(s,a),d=(0,r.useContext)(j),m=null!==d&&d===l.panelId,f=(0,r.useCallback)((function(e){var t;if(m){if(l.disclosureState===O.Closed)return;switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure}),null==(t=document.getElementById(l.buttonId))||t.focus()}}else switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure})}}),[o,m,l.disclosureState]),p=(0,r.useCallback)((function(e){e.key===n.Space&&e.preventDefault()}),[]),h=(0,r.useCallback)((function(e){var a;w(e.currentTarget)||t.disabled||(m?(o({type:N.ToggleDisclosure}),null==(a=document.getElementById(l.buttonId))||a.focus()):o({type:N.ToggleDisclosure}))}),[o,t.disabled,l.buttonId,m]),v=(0,r.useMemo)((function(){return{open:l.disclosureState===O.Open}}),[l]),y=L(t,s);return g({props:u({},t,m?{ref:c,type:y,onKeyDown:f,onClick:h}:{ref:c,id:l.buttonId,type:y,"aria-expanded":t.disabled?void 0:l.disclosureState===O.Open,"aria-controls":l.linkedPanel?l.panelId:void 0,onKeyDown:f,onKeyUp:p,onClick:h}),slot:v,defaultTag:"button",name:"Disclosure.Button"})})),z=e.RenderStrategy|e.Static,Z=h((function e(t,a){var n=R([W.name,e.name].join(".")),i=n[0],o=n[1],s=H([W.name,e.name].join(".")).close,c=b(a,(function(){i.linkedPanel||o({type:N.LinkPanel})})),d=A(),m=null!==d?d===S.Open:i.disclosureState===O.Open;(0,r.useEffect)((function(){return function(){return o({type:N.UnlinkPanel})}}),[o]),(0,r.useEffect)((function(){var e;i.disclosureState!==O.Closed||null!=(e=t.unmount)&&!e||o({type:N.UnlinkPanel})}),[i.disclosureState,t.unmount,o]);var f=(0,r.useMemo)((function(){return{open:i.disclosureState===O.Open,close:s}}),[i,s]),p={ref:c,id:i.panelId},h=t;return l().createElement(j.Provider,{value:i.panelId},g({props:u({},h,p),slot:f,defaultTag:"div",features:z,visible:m,name:"Disclosure.Panel"}))}));function K(e,t){return K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},K(e,t)}function $(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,K(e,t)}W.Button=G,W.Panel=Z;var Y=a(697),J=a.n(Y);function q(){return q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},q.apply(this,arguments)}function X(e){return"/"===e.charAt(0)}function Q(e,t){for(var a=t,n=a+1,i=e.length;n<i;a+=1,n+=1)e[a]=e[n];e.pop()}var ee=function(e,t){if(!e)throw new Error("Invariant failed")};function te(e){return"/"===e.charAt(0)?e:"/"+e}function ae(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ne(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function ie(e){var t=e.pathname,a=e.search,n=e.hash,i=t||"/";return a&&"?"!==a&&(i+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(i+="#"===n.charAt(0)?n:"#"+n),i}function re(e,t,a,n){var i;"string"==typeof e?(i=function(e){var t=e||"/",a="",n="",i=t.indexOf("#");-1!==i&&(n=t.substr(i),t=t.substr(0,i));var r=t.indexOf("?");return-1!==r&&(a=t.substr(r),t=t.substr(0,r)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),i.state=t):(void 0===(i=q({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(i.key=a),n?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],i=t&&t.split("/")||[],r=e&&X(e),l=t&&X(t),o=r||l;if(e&&X(e)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";if(i.length){var s=i[i.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=i.length;c>=0;c--){var d=i[c];"."===d?Q(i,c):".."===d?(Q(i,c),u++):u&&(Q(i,c),u--)}if(!o)for(;u--;u)i.unshift("..");!o||""===i[0]||i[0]&&X(i[0])||i.unshift("");var m=i.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(i.pathname,n.pathname)):i.pathname=n.pathname:i.pathname||(i.pathname="/"),i}function le(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,i){if(null!=e){var r="function"==typeof e?e(t,a):e;"string"==typeof r?"function"==typeof n?n(r,i):i(!0):i(!1!==r)}else i(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var oe=!("undefined"==typeof window||!window.document||!window.document.createElement);function se(e,t){t(window.confirm(e))}var ue="popstate",ce="hashchange";function de(){try{return window.history.state||{}}catch(e){return{}}}function me(e){void 0===e&&(e={}),oe||ee(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,i=!(-1===window.navigator.userAgent.indexOf("Trident")),r=e,l=r.forceRefresh,o=void 0!==l&&l,s=r.getUserConfirmation,u=void 0===s?se:s,c=r.keyLength,d=void 0===c?6:c,m=e.basename?ne(te(e.basename)):"";function f(e){var t=e||{},a=t.key,n=t.state,i=window.location,r=i.pathname+i.search+i.hash;return m&&(r=ae(r,m)),re(r,n,a)}function g(){return Math.random().toString(36).substr(2,d)}var p=le();function h(e){q(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(f(e.state))}function b(){y(f(de()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=D.indexOf(t.key);-1===a&&(a=0);var n=D.indexOf(e.key);-1===n&&(n=0);var i=a-n;i&&(w=!0,C(i))}(e)}))}var x=f(de()),D=[x.key];function E(e){return m+ie(e)}function C(e){a.go(e)}var k=0;function S(e){1===(k+=e)&&1===e?(window.addEventListener(ue,v),i&&window.addEventListener(ce,b)):0===k&&(window.removeEventListener(ue,v),i&&window.removeEventListener(ce,b))}var _=!1,O={length:a.length,action:"POP",location:x,createHref:E,push:function(e,t){var i="PUSH",r=re(e,t,g(),O.location);p.confirmTransitionTo(r,i,u,(function(e){if(e){var t=E(r),l=r.key,s=r.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=D.indexOf(O.location.key),c=D.slice(0,u+1);c.push(r.key),D=c,h({action:i,location:r})}else window.location.href=t}}))},replace:function(e,t){var i="REPLACE",r=re(e,t,g(),O.location);p.confirmTransitionTo(r,i,u,(function(e){if(e){var t=E(r),l=r.key,s=r.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=D.indexOf(O.location.key);-1!==u&&(D[u]=r.key),h({action:i,location:r})}else window.location.replace(t)}}))},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return _||(S(1),_=!0),function(){return _&&(_=!1,S(-1)),t()}},listen:function(e){var t=p.appendListener(e);return S(1),function(){S(-1),t()}}};return O}var fe=1073741823,ge="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function pe(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var he=l().createContext||function(e,t){var a,n,i,l="__create-react-context-"+((ge[i="__global_unique_id__"]=(ge[i]||0)+1)+"__"),o=function(e){function a(){var t;return(t=e.apply(this,arguments)||this).emitter=pe(t.props.value),t}$(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,i=e.value;((r=n)===(l=i)?0!==r||1/r==1/l:r!=r&&l!=l)?a=0:(a="function"==typeof t?t(n,i):fe,0!=(a|=0)&&this.emitter.set(e.value,a))}var r,l},n.render=function(){return this.props.children},a}(r.Component);o.childContextTypes=((a={})[l]=J().object.isRequired,a);var s=function(t){function a(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}$(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?fe:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?fe:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(r.Component);return s.contextTypes=((n={})[l]=J().object,n),{Provider:o,Consumer:s}},ve=he,be=a(779),we=a.n(be);function ye(e,t){if(null==e)return{};var a,n,i={},r=Object.keys(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||(i[a]=e[a]);return i}a(864),a(679);var xe=function(e){var t=ve();return t.displayName=e,t},De=xe("Router-History"),Ee=function(e){var t=ve();return t.displayName=e,t},Ce=Ee("Router"),ke=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._isMounted?a.setState({location:e}):a._pendingLocation=e}))),a}$(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&this.unlisten()},a.render=function(){return l().createElement(Ce.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},l().createElement(De.Provider,{children:this.props.children||null,value:this.props.history}))},t}(l().Component);l().Component,l().Component;var Se={},_e=0;function Oe(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,i=a.exact,r=void 0!==i&&i,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=Se[a]||(Se[a]={});if(n[e])return n[e];var i=[],r={regexp:we()(e,i,t),keys:i};return _e<1e4&&(n[e]=r,_e++),r}(a,{end:r,strict:o,sensitive:u}),i=n.regexp,l=n.keys,s=i.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return r&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Ne=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a=e.props.location||t.location,n=q({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Oe(a.pathname,e.props):t.match}),i=e.props,r=i.children,o=i.component,s=i.render;return Array.isArray(r)&&0===r.length&&(r=null),l().createElement(Ce.Provider,{value:n},n.match?r?"function"==typeof r?r(n):r:o?l().createElement(o,n):s?s(n):null:"function"==typeof r?r(n):null)}))},t}(l().Component);l().Component;var Te=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a,n,i=e.props.location||t.location;return l().Children.forEach(e.props.children,(function(e){if(null==n&&l().isValidElement(e)){a=e;var r=e.props.path||e.props.from;n=r?Oe(i.pathname,q({},e.props,{path:r})):t.match}})),n?l().cloneElement(a,{location:i,computedMatch:n}):null}))},t}(l().Component),Ae=l().useContext;function Me(){return Ae(Ce).location}var Pe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),i=0;i<a;i++)n[i]=arguments[i];return(t=e.call.apply(e,[this].concat(n))||this).history=me(t.props),t}return $(t,e),t.prototype.render=function(){return l().createElement(ke,{history:this.history,children:this.props.children})},t}(l().Component);l().Component;var Le=function(e,t){return"function"==typeof e?e(t):e},Ie=function(e,t){return"string"==typeof e?re(e,null,null,t):e},Ve=function(e){return e},Re=l().forwardRef;void 0===Re&&(Re=Ve);var Fe=Re((function(e,t){var a=e.innerRef,n=e.navigate,i=e.onClick,r=ye(e,["innerRef","navigate","onClick"]),o=r.target,s=q({},r,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),n())}});return s.ref=Ve!==Re&&t||a,l().createElement("a",s)})),He=Re((function(e,t){var a=e.component,n=void 0===a?Fe:a,i=e.replace,r=e.to,o=e.innerRef,s=ye(e,["component","replace","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=e.history,u=Ie(Le(r,e.location),e.location),c=u?a.createHref(u):"",d=q({},s,{href:c,navigate:function(){var t=Le(r,e.location);(i?a.replace:a.push)(t)}});return Ve!==Re?d.ref=t||o:d.innerRef=o,l().createElement(n,d)}))})),je=function(e){return e},Be=l().forwardRef;void 0===Be&&(Be=je),Be((function(e,t){var a=e["aria-current"],n=void 0===a?"page":a,i=e.activeClassName,r=void 0===i?"active":i,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,f=e.strict,g=e.style,p=e.to,h=e.innerRef,v=ye(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=d||e.location,i=Ie(Le(p,a),a),b=i.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Oe(a.pathname,{path:w,exact:u,sensitive:m,strict:f}):null,x=!!(c?c(y,a):y),D=x?function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(s,r):s,E=x?q({},g,{},o):g,C=q({"aria-current":x&&n||null,className:D,style:E,to:i},v);return je!==Be?C.ref=t||h:C.innerRef=h,l().createElement(He,C)}))}));var Ue,We=window.wp.i18n;function Ge(){var e=(0,r.useRef)(!1);return(0,r.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),e}function ze(){var e=[],t={requestAnimationFrame:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=requestAnimationFrame.apply(void 0,arguments);t.add((function(){return cancelAnimationFrame(e)}))})),nextFrame:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.requestAnimationFrame((function(){t.requestAnimationFrame.apply(t,a)}))},setTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=setTimeout.apply(void 0,arguments);t.add((function(){return clearTimeout(e)}))})),add:function(t){e.push(t)},dispose:function(){for(var t,a=m(e.splice(0));!(t=a()).done;){(0,t.value)()}}};return t}function Ze(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];e&&n.length>0&&(t=e.classList).add.apply(t,n)}function Ke(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];e&&n.length>0&&(t=e.classList).remove.apply(t,n)}function $e(e,t,a,n,i,r){var l=ze(),o=void 0!==r?function(e){var t={called:!1};return function(){if(!t.called)return t.called=!0,e.apply(void 0,arguments)}}(r):function(){};return Ke.apply(void 0,[e].concat(i)),Ze.apply(void 0,[e].concat(t,a)),l.nextFrame((function(){Ke.apply(void 0,[e].concat(a)),Ze.apply(void 0,[e].concat(n)),l.add(function(e,t){var a=ze();if(!e)return a.dispose;var n=getComputedStyle(e),i=[n.transitionDuration,n.transitionDelay].map((function(e){var t=e.split(",").filter(Boolean).map((function(e){return e.includes("ms")?parseFloat(e):1e3*parseFloat(e)})).sort((function(e,t){return t-e}))[0];return void 0===t?0:t})),r=i[0],l=i[1];return 0!==r?a.setTimeout((function(){t(Ue.Finished)}),r+l):t(Ue.Finished),a.add((function(){return t(Ue.Cancelled)})),a.dispose}(e,(function(a){return Ke.apply(void 0,[e].concat(n,t)),Ze.apply(void 0,[e].concat(i)),o(a)})))})),l.add((function(){return Ke.apply(void 0,[e].concat(t,a,n,i))})),l.add((function(){return o(Ue.Cancelled)})),l.dispose}function Ye(e){return void 0===e&&(e=""),(0,r.useMemo)((function(){return e.split(" ").filter((function(e){return e.trim().length>1}))}),[e])}!function(e){e.Finished="finished",e.Cancelled="cancelled"}(Ue||(Ue={}));var Je,qe=(0,r.createContext)(null);qe.displayName="TransitionContext",function(e){e.Visible="visible",e.Hidden="hidden"}(Je||(Je={}));var Xe=(0,r.createContext)(null);function Qe(e){return"children"in e?Qe(e.children):e.current.filter((function(e){return e.state===Je.Visible})).length>0}function et(e){var a=(0,r.useRef)(e),n=(0,r.useRef)([]),i=Ge();(0,r.useEffect)((function(){a.current=e}),[e]);var l=(0,r.useCallback)((function(e,r){var l;void 0===r&&(r=t.Hidden);var o=n.current.findIndex((function(t){return t.id===e}));-1!==o&&(f(r,((l={})[t.Unmount]=function(){n.current.splice(o,1)},l[t.Hidden]=function(){n.current[o].state=Je.Hidden},l)),!Qe(n)&&i.current&&(null==a.current||a.current()))}),[a,i,n]),o=(0,r.useCallback)((function(e){var a=n.current.find((function(t){return t.id===e}));return a?a.state!==Je.Visible&&(a.state=Je.Visible):n.current.push({id:e,state:Je.Visible}),function(){return l(e,t.Unmount)}}),[n,l]);return(0,r.useMemo)((function(){return{children:n,register:o,unregister:l}}),[o,l,n])}function tt(){}Xe.displayName="NestingContext";var at=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function nt(e){for(var t,a={},n=m(at);!(t=n()).done;){var i,r=t.value;a[r]=null!=(i=e[r])?i:tt}return a}var it=e.RenderStrategy;function rt(e){var a,n=e.beforeEnter,i=e.afterEnter,o=e.beforeLeave,s=e.afterLeave,d=e.enter,m=e.enterFrom,p=e.enterTo,h=e.entered,v=e.leave,b=e.leaveFrom,w=e.leaveTo,x=c(e,["beforeEnter","afterEnter","beforeLeave","afterLeave","enter","enterFrom","enterTo","entered","leave","leaveFrom","leaveTo"]),E=(0,r.useRef)(null),C=(0,r.useState)(Je.Visible),_=C[0],O=C[1],N=x.unmount?t.Unmount:t.Hidden,T=function(){var e=(0,r.useContext)(qe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),A=T.show,P=T.appear,L=T.initial,I=function(){var e=(0,r.useContext)(Xe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),V=I.register,R=I.unregister,F=k(),H=(0,r.useRef)(!1),j=et((function(){H.current||(O(Je.Hidden),R(F),$.current.afterLeave())}));y((function(){if(F)return V(F)}),[V,F]),y((function(){var e;N===t.Hidden&&F&&(A&&_!==Je.Visible?O(Je.Visible):f(_,((e={})[Je.Hidden]=function(){return R(F)},e[Je.Visible]=function(){return V(F)},e)))}),[_,F,V,R,A,N]);var B=Ye(d),U=Ye(m),W=Ye(p),G=Ye(h),z=Ye(v),Z=Ye(b),K=Ye(w),$=function(e){var t=(0,r.useRef)(nt(e));return(0,r.useEffect)((function(){t.current=nt(e)}),[e]),t}({beforeEnter:n,afterEnter:i,beforeLeave:o,afterLeave:s}),Y=D();(0,r.useEffect)((function(){if(Y&&_===Je.Visible&&null===E.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[E,_,Y]);var J=L&&!P;y((function(){var e=E.current;if(e&&!J)return H.current=!0,A&&$.current.beforeEnter(),A||$.current.beforeLeave(),A?$e(e,B,U,W,G,(function(e){H.current=!1,e===Ue.Finished&&$.current.afterEnter()})):$e(e,z,Z,K,G,(function(e){H.current=!1,e===Ue.Finished&&(Qe(j)||(O(Je.Hidden),R(F),$.current.afterLeave()))}))}),[$,F,H,R,j,E,J,A,B,U,W,z,Z,K]);var q={ref:E},X=x;return l().createElement(Xe.Provider,{value:j},l().createElement(M,{value:f(_,(a={},a[Je.Visible]=S.Open,a[Je.Hidden]=S.Closed,a))},g({props:u({},X,q),defaultTag:"div",features:it,visible:_===Je.Visible,name:"Transition.Child"})))}function lt(e){var t,a=e.show,n=e.appear,i=void 0!==n&&n,o=e.unmount,s=c(e,["show","appear","unmount"]),d=A();if(void 0===a&&null!==d&&(a=f(d,((t={})[S.Open]=!0,t[S.Closed]=!1,t))),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");var m=(0,r.useState)(a?Je.Visible:Je.Hidden),p=m[0],h=m[1],v=et((function(){h(Je.Hidden)})),b=function(){var e=(0,r.useRef)(!0);return(0,r.useEffect)((function(){e.current=!1}),[]),e.current}(),w=(0,r.useMemo)((function(){return{show:a,appear:i||!b,initial:b}}),[a,i,b]);(0,r.useEffect)((function(){a?h(Je.Visible):Qe(v)||h(Je.Hidden)}),[a,v]);var y={unmount:o};return l().createElement(Xe.Provider,{value:v},l().createElement(qe.Provider,{value:w},g({props:u({},y,{as:r.Fragment,children:l().createElement(rt,Object.assign({},y,s))}),defaultTag:r.Fragment,features:it,visible:p===Je.Visible,name:"Transition"})))}function ot(e,t,a){var n=(0,r.useRef)(t);n.current=t,(0,r.useEffect)((function(){function t(e){n.current.call(window,e)}return window.addEventListener(e,t,a),function(){return window.removeEventListener(e,t,a)}}),[e,a])}lt.Child=function(e){var t=null!==(0,r.useContext)(qe),a=null!==A();return!t&&a?l().createElement(lt,Object.assign({},e)):l().createElement(rt,Object.assign({},e))},lt.Root=lt;var st,ut,ct,dt,mt,ft=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((function(e){return e+":not([tabindex='-1'])"})).join(",");function gt(e){null==e||e.focus({preventScroll:!0})}function pt(e,t){var a=Array.isArray(e)?e.slice().sort((function(e,t){var a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING?-1:a&Node.DOCUMENT_POSITION_PRECEDING?1:0})):function(e){return void 0===e&&(e=document.body),null==e?[]:Array.from(e.querySelectorAll(ft))}(e),n=document.activeElement,i=function(){if(t&(st.First|st.Next))return ct.Next;if(t&(st.Previous|st.Last))return ct.Previous;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),r=function(){if(t&st.First)return 0;if(t&st.Previous)return Math.max(0,a.indexOf(n))-1;if(t&st.Next)return Math.max(0,a.indexOf(n))+1;if(t&st.Last)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),l=t&st.NoScroll?{preventScroll:!0}:{},o=0,s=a.length,u=void 0;do{var c;if(o>=s||o+s<=0)return ut.Error;var d=r+o;if(t&st.WrapAround)d=(d+s)%s;else{if(d<0)return ut.Underflow;if(d>=s)return ut.Overflow}null==(c=u=a[d])||c.focus(l),o+=i}while(u!==document.activeElement);return u.hasAttribute("tabindex")||u.setAttribute("tabindex","0"),ut.Success}!function(e){e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll"}(st||(st={})),function(e){e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow"}(ut||(ut={})),function(e){e[e.Previous=-1]="Previous",e[e.Next=1]="Next"}(ct||(ct={})),function(e){e[e.Strict=0]="Strict",e[e.Loose=1]="Loose"}(dt||(dt={})),function(e){e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All"}(mt||(mt={}));var ht=new Set,vt=new Map;function bt(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function wt(e){var t=vt.get(e);t&&(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}var yt=(0,r.createContext)(!1);function xt(e){return l().createElement(yt.Provider,{value:e.force},e.children)}var Dt=r.Fragment;function Et(e){var t=e,a=function(){var e=(0,r.useContext)(yt),t=(0,r.useContext)(kt),a=(0,r.useState)((function(){if(!e&&null!==t)return null;if("undefined"==typeof window)return null;var a=document.getElementById("headlessui-portal-root");if(a)return a;var n=document.createElement("div");return n.setAttribute("id","headlessui-portal-root"),document.body.appendChild(n)})),n=a[0],i=a[1];return(0,r.useEffect)((function(){null!==n&&(document.body.contains(n)||document.body.appendChild(n))}),[n]),(0,r.useEffect)((function(){e||null!==t&&i(t.current)}),[t,i,e]),n}(),n=(0,r.useState)((function(){return"undefined"==typeof window?null:document.createElement("div")}))[0],i=D();return y((function(){if(a&&n)return a.appendChild(n),function(){var e;a&&n&&(a.removeChild(n),a.childNodes.length<=0&&(null==(e=a.parentElement)||e.removeChild(a)))}}),[a,n]),i&&a&&n?(0,o.createPortal)(g({props:t,defaultTag:Dt,name:"Portal"}),n):null}var Ct=r.Fragment,kt=(0,r.createContext)(null);Et.Group=function(e){var t=e.target,a=c(e,["target"]);return l().createElement(kt.Provider,{value:t},g({props:a,defaultTag:Ct,name:"Popover.Group"}))};var St=(0,r.createContext)(null);function _t(){var e=(0,r.useContext)(St);if(null===e){var t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,_t),t}return e}function Ot(){var e=(0,r.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,r.useMemo)((function(){return function(e){var t=(0,r.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,r.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(St.Provider,{value:n},e.children)}}),[a])]}function Nt(e){var t=_t(),a="headlessui-description-"+k();y((function(){return t.register(a)}),[a,t.register]);var n=e,i=u({},t.props,{id:a});return g({props:u({},n,i),slot:t.slot||{},defaultTag:"p",name:t.name||"Description"})}var Tt,At,Mt,Pt,Lt=(0,r.createContext)((function(){}));function It(e){var t=e.children,a=e.onUpdate,n=e.type,i=e.element,o=(0,r.useContext)(Lt),s=(0,r.useCallback)((function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==a||a.apply(void 0,t),o.apply(void 0,t)}),[o,a]);return y((function(){return s(Tt.Add,n,i),function(){return s(Tt.Remove,n,i)}}),[s,n,i]),l().createElement(Lt.Provider,{value:s},t)}Lt.displayName="StackContext",function(e){e[e.Add=0]="Add",e[e.Remove=1]="Remove"}(Tt||(Tt={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(Mt||(Mt={})),function(e){e[e.SetTitleId=0]="SetTitleId"}(Pt||(Pt={}));var Vt=((At={})[Pt.SetTitleId]=function(e,t){return e.titleId===t.id?e:u({},e,{titleId:t.id})},At),Rt=(0,r.createContext)(null);function Ft(e){var t=(0,r.useContext)(Rt);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+Wt.displayName+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,Ft),a}return t}function Ht(e,t){return f(t.type,Vt,e,t)}Rt.displayName="DialogContext";var jt=e.RenderStrategy|e.Static,Bt=h((function(e,t){var a,i=e.open,o=e.onClose,s=e.initialFocus,d=c(e,["open","onClose","initialFocus"]),p=(0,r.useState)(0),h=p[0],v=p[1],w=A();void 0===i&&null!==w&&(i=f(w,((a={})[S.Open]=!0,a[S.Closed]=!1,a)));var x=(0,r.useRef)(new Set),E=(0,r.useRef)(null),C=b(E,t),_=e.hasOwnProperty("open")||null!==w,O=e.hasOwnProperty("onClose");if(!_&&!O)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!_)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!O)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof i)throw new Error("You provided an `open` prop to the `Dialog`, but the value is not a boolean. Received: "+i);if("function"!=typeof o)throw new Error("You provided an `onClose` prop to the `Dialog`, but the value is not a function. Received: "+o);var N=i?Mt.Open:Mt.Closed,T=null!==w?w===S.Open:N===Mt.Open,M=(0,r.useReducer)(Ht,{titleId:null,descriptionId:null}),P=M[0],L=M[1],I=(0,r.useCallback)((function(){return o(!1)}),[o]),V=(0,r.useCallback)((function(e){return L({type:Pt.SetTitleId,id:e})}),[L]),R=D()&&N===Mt.Open,F=h>1,H=null!==(0,r.useContext)(Rt);(function(e,t,a){void 0===t&&(t=mt.All);var i=void 0===a?{}:a,l=i.initialFocus,o=i.containers,s=(0,r.useRef)("undefined"!=typeof window?document.activeElement:null),u=(0,r.useRef)(null),c=Ge(),d=Boolean(t&mt.RestoreFocus),f=Boolean(t&mt.InitialFocus);(0,r.useEffect)((function(){d&&(s.current=document.activeElement)}),[d]),(0,r.useEffect)((function(){if(d)return function(){gt(s.current),s.current=null}}),[d]),(0,r.useEffect)((function(){if(f&&e.current){var t=document.activeElement;if(null==l?void 0:l.current){if((null==l?void 0:l.current)===t)return void(u.current=t)}else if(e.current.contains(t))return void(u.current=t);(null==l?void 0:l.current)?gt(l.current):pt(e.current,st.First)===ut.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),u.current=document.activeElement}}),[e,l,f]),ot("keydown",(function(a){t&mt.TabLock&&e.current&&a.key===n.Tab&&(a.preventDefault(),pt(e.current,(a.shiftKey?st.Previous:st.Next)|st.WrapAround)===ut.Success&&(u.current=document.activeElement))})),ot("focus",(function(a){if(t&mt.FocusLock){var n=new Set(null==o?void 0:o.current);if(n.add(e),n.size){var i=u.current;if(i&&c.current){var r=a.target;r&&r instanceof HTMLElement?function(e,t){for(var a,n=m(e);!(a=n()).done;){var i;if(null==(i=a.value.current)?void 0:i.contains(t))return!0}return!1}(n,r)?(u.current=r,gt(r)):(a.preventDefault(),a.stopPropagation(),gt(i)):gt(u.current)}}}}),!0)})(E,R?f(F?"parent":"leaf",{parent:mt.RestoreFocus,leaf:mt.All}):mt.None,{initialFocus:s,containers:x}),function(e,t){void 0===t&&(t=!0),y((function(){if(t&&e.current){var a=e.current;ht.add(a);for(var n,i=m(vt.keys());!(n=i()).done;){var r=n.value;r.contains(a)&&(wt(r),vt.delete(r))}return document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}1===ht.size&&(vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e))}})),function(){if(ht.delete(a),ht.size>0)document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement&&!vt.has(e)){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e)}}));else for(var e,t=m(vt.keys());!(e=t()).done;){var n=e.value;wt(n),vt.delete(n)}}}}),[t])}(E,!!F&&R),ot("mousedown",(function(e){var t,a=e.target;N===Mt.Open&&(F||(null==(t=E.current)?void 0:t.contains(a))||I())})),ot("keydown",(function(e){e.key===n.Escape&&N===Mt.Open&&(F||(e.preventDefault(),e.stopPropagation(),I()))})),(0,r.useEffect)((function(){if(N===Mt.Open&&!H){var e=document.documentElement.style.overflow,t=document.documentElement.style.paddingRight,a=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=a+"px",function(){document.documentElement.style.overflow=e,document.documentElement.style.paddingRight=t}}}),[N,H]),(0,r.useEffect)((function(){if(N===Mt.Open&&E.current){var e=new IntersectionObserver((function(e){for(var t,a=m(e);!(t=a()).done;){var n=t.value;0===n.boundingClientRect.x&&0===n.boundingClientRect.y&&0===n.boundingClientRect.width&&0===n.boundingClientRect.height&&I()}}));return e.observe(E.current),function(){return e.disconnect()}}}),[N,E,I]);var j=Ot(),B=j[0],U=j[1],W="headlessui-dialog-"+k(),G=(0,r.useMemo)((function(){return[{dialogState:N,close:I,setTitleId:V},P]}),[N,P,I,V]),z=(0,r.useMemo)((function(){return{open:N===Mt.Open}}),[N]),Z={ref:C,id:W,role:"dialog","aria-modal":N===Mt.Open||void 0,"aria-labelledby":P.titleId,"aria-describedby":B,onClick:function(e){e.stopPropagation()}},K=d;return l().createElement(It,{type:"Dialog",element:E,onUpdate:(0,r.useCallback)((function(e,t,a){var n;"Dialog"===t&&f(e,((n={})[Tt.Add]=function(){x.current.add(a),v((function(e){return e+1}))},n[Tt.Remove]=function(){x.current.add(a),v((function(e){return e-1}))},n))}),[])},l().createElement(xt,{force:!0},l().createElement(Et,null,l().createElement(Rt.Provider,{value:G},l().createElement(Et.Group,{target:E},l().createElement(xt,{force:!1},l().createElement(U,{slot:z,name:"Dialog.Description"},g({props:u({},K,Z),slot:z,defaultTag:"div",features:jt,visible:T,name:"Dialog"}))))))))})),Ut=h((function e(t,a){var n=Ft([Wt.displayName,e.name].join("."))[0],i=n.dialogState,l=n.close,o=b(a),s="headlessui-dialog-overlay-"+k(),c=(0,r.useCallback)((function(e){if(e.target===e.currentTarget){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),l()}}),[l]),d=(0,r.useMemo)((function(){return{open:i===Mt.Open}}),[i]);return g({props:u({},t,{ref:o,id:s,"aria-hidden":!0,onClick:c}),slot:d,defaultTag:"div",name:"Dialog.Overlay"})})),Wt=Object.assign(Bt,{Overlay:Ut,Title:function e(t){var a=Ft([Wt.displayName,e.name].join("."))[0],n=a.dialogState,i=a.setTitleId,l="headlessui-dialog-title-"+k();(0,r.useEffect)((function(){return i(l),function(){return i(null)}}),[l,i]);var o=(0,r.useMemo)((function(){return{open:n===Mt.Open}}),[n]);return g({props:u({},t,{id:l}),slot:o,defaultTag:"h2",name:"Dialog.Title"})},Description:Nt}),Gt=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))},zt=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))},Zt=()=>{const e=uag_react.global_data.changelog_data,[t,a]=(0,r.useState)(!1);return(0,i.createElement)(r.Fragment,null,(0,i.createElement)("button",{onClick:()=>a(!0),title:(0,We.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,i.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,i.createElement)(lt.Root,{show:t,as:r.Fragment},(0,i.createElement)(Wt,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:a},(0,i.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,i.createElement)(Wt.Overlay,{className:"absolute inset-0"}),(0,i.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,i.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,i.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,i.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,i.createElement)(Wt.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,We.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,i.createElement)("div",{className:"flex items-center"},(0,i.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>a(!1)},(0,i.createElement)(zt,{className:"h-6 w-6","aria-hidden":"true"})))),(0,i.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,i.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},e.map(((t,a)=>{const n=e[a].title,r=e[a].description,l=e[a].date;return(0,i.createElement)("a",{key:n,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,i.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:n}}),(0,i.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,i.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:r}}))}))))))))))))};function Kt(){const e=[{name:(0,We.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,We.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,We.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],t=new URLSearchParams(Me()?.search),a=t.get("page")?t.get("page"):uag_react.home_slug,n=t.get("path")?t.get("path"):"";return(0,i.createElement)(W,{as:"nav",className:"bg-white shadow"},(0,i.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,i.createElement)("div",{className:"relative flex justify-between h-16"},(0,i.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,i.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,i.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,i.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},e.map(((e,t)=>(0,i.createElement)(He,{index:t,key:`?page=${e.slug}&path=${e.path}`,to:{pathname:"options-general.php",search:`?page=${e.slug}${""!==e.path?"&path="+e.path:""}`},className:a===e.slug&&n===e.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},e.name))))),(0,i.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,i.createElement)(Zt,null)))))}var $t=()=>{const e="1"===new URLSearchParams(Me()?.search).get("spectra-activation-redirect")?1:0;return(0,i.createElement)("main",{className:"py-[2.43rem]"},(0,i.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,i.createElement)("h1",{className:"sr-only"},"Page title"),(0,i.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,i.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,i.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,i.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,i.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,i.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,i.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,We.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 pb-7"},(0,We.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,i.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/5Llg8huGs74?showinfo=0&autoplay=${e}&mute=${e}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,i.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,We.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,We.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,i.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,We.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,We.__)("Get Support","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,We.__)("Join Now","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Yt=window.wp.apiFetch,Jt=a.n(Yt),qt=l().createContext(null),Xt=function(e){e()},Qt=function(){return Xt},ea={notify:function(){},get:function(){return[]}};function ta(e,t){var a,n=ea;function i(){l.onStateChange&&l.onStateChange()}function r(){a||(a=t?t.addNestedSub(i):e.subscribe(i),n=function(){var e=Qt(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,i=a={callback:e,next:null,prev:a};return i.prev?i.prev.next=i:t=i,function(){n&&null!==t&&(n=!1,i.next?i.next.prev=i.prev:a=i.prev,i.prev?i.prev.next=i.next:t=i.next)}}}}())}var l={addNestedSub:function(e){return r(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:i,isSubscribed:function(){return Boolean(a)},trySubscribe:r,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ea)},getListeners:function(){return n}};return l}var aa="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect;function na(){return(0,r.useContext)(qt)}function ia(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,r.useContext)(e)};return function(){return t().store}}a(973);var ra=ia();function la(e){void 0===e&&(e=qt);var t=e===qt?ra:ia(e);return function(){return t().dispatch}}var oa=la(),sa=function(e,t){return e===t};function ua(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,r.useContext)(e)};return function(e,a){void 0===a&&(a=sa);var n=t(),i=function(e,t,a,n){var i,l=(0,r.useReducer)((function(e){return e+1}),0)[1],o=(0,r.useMemo)((function(){return ta(a,n)}),[a,n]),s=(0,r.useRef)(),u=(0,r.useRef)(),c=(0,r.useRef)(),d=(0,r.useRef)(),m=a.getState();try{if(e!==u.current||m!==c.current||s.current){var f=e(m);i=void 0!==d.current&&t(f,d.current)?d.current:f}else i=d.current}catch(e){throw s.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+s.current.stack+"\n\n"),e}return aa((function(){u.current=e,c.current=m,d.current=i,s.current=void 0})),aa((function(){function e(){try{var e=a.getState();if(e===c.current)return;var n=u.current(e);if(t(n,d.current))return;d.current=n,c.current=e}catch(e){s.current=e}l()}return o.onStateChange=e,o.trySubscribe(),e(),function(){return o.tryUnsubscribe()}}),[a,o]),i}(e,a,n.store,n.subscription);return(0,r.useDebugValue)(i),i}}var ca,da=ua();ca=o.unstable_batchedUpdates,Xt=ca;const ma=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var fa=()=>{const e=new URLSearchParams(Me()?.search),t=uag_react.blocks_info,a=oa(),n=da((e=>e.blocksStatuses)),l=da((e=>e.activeBlocksFilterTab)),[o,s]=(0,r.useState)([]),u=[{name:"All",slug:"all"},{name:"Core",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];return(0,r.useEffect)((()=>{const n=e.get("path"),i=e.get("filterTab");a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:i&&"blocks"===n?i:"all"});const r={...o};t.map((e=>(e.admin_categories?.map((t=>(r[t]||(r[t]=[]),r[t].push(e.slug),t))),e))),s(r)}),[]),(0,i.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,i.createElement)("div",{className:"w-full sm:hidden"},(0,i.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,i.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},u.map((e=>(0,i.createElement)("option",{key:e.name},e.name))))),(0,i.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,i.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},u.map((e=>(0,i.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${e.slug}`},key:e.name,className:ma(e.slug===l?"bg-white text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800 shadow shadow-focused":"text-slate-500 focus:text-slate-500 focus-visible:border-slate-200 active:text-slate-500 hover:text-slate-500 hover:border-slate-200","px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border border-transparent transition"),onClick:()=>{a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:e.slug})}},e.name)))),(0,i.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,i.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="block");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Activate all"),(0,i.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="disabled");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Deactivate all"))))};const ga="#1e293b";var pa={section:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:ga,strokeWidth:1.4})),buttons:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:ga,strokeWidth:1.4})),"info-box":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:ga,strokeWidth:1.4})),"post-grid":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:ga,strokeWidth:1.4})),testimonial:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:ga,strokeWidth:1.4})),"gf-styler":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:ga,strokeWidth:1.4})),"content-timeline":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4})),"social-share":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:ga,strokeWidth:1.4})),"restaurant-menu":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:ga,strokeWidth:1.4})),"marketing-button":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4})),image:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4}))},ha=(0,r.createContext)(null);function va(){var e=(0,r.useContext)(ha);if(null===e){var t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,va),t}return e}var ba=(0,r.createContext)(null);ba.displayName="GroupContext";var wa=r.Fragment;function ya(e){var t=e.checked,a=e.onChange,i=c(e,["checked","onChange"]),l="headlessui-switch-"+k(),o=(0,r.useContext)(ba),s=(0,r.useRef)(null),d=b(s,null===o?null:o.setSwitch),m=(0,r.useCallback)((function(){return a(!t)}),[a,t]),f=(0,r.useCallback)((function(e){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),m()}),[m]),p=(0,r.useCallback)((function(e){e.key!==n.Tab&&e.preventDefault(),e.key===n.Space&&m()}),[m]),h=(0,r.useCallback)((function(e){return e.preventDefault()}),[]),v=(0,r.useMemo)((function(){return{checked:t}}),[t]);return g({props:u({},i,{id:l,ref:d,role:"switch",type:L(e,s),tabIndex:0,"aria-checked":t,"aria-labelledby":null==o?void 0:o.labelledby,"aria-describedby":null==o?void 0:o.describedby,onClick:f,onKeyUp:p,onKeyPress:h}),slot:v,defaultTag:"button",name:"Switch"})}ya.Group=function(e){var t=(0,r.useState)(null),a=t[0],n=t[1],i=function(){var e=(0,r.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,r.useMemo)((function(){return function(e){var t=(0,r.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,r.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(ha.Provider,{value:n},e.children)}}),[a])]}(),o=i[0],s=i[1],u=Ot(),c=u[0],d=u[1],m=(0,r.useMemo)((function(){return{switch:a,setSwitch:n,labelledby:o,describedby:c}}),[a,n,o,c]);return l().createElement(d,{name:"Switch.Description"},l().createElement(s,{name:"Switch.Label",props:{onClick:function(){a&&(a.click(),a.focus({preventScroll:!0}))}}},l().createElement(ba.Provider,{value:m},g({props:e,defaultTag:wa,name:"Switch.Group"}))))},ya.Label=function(e){var t=e.passive,a=void 0!==t&&t,n=c(e,["passive"]),i=va(),r="headlessui-label-"+k();y((function(){return i.register(r)}),[r,i.register]);var l=u({},i.props,{id:r}),o=u({},n,l);return a&&delete o.onClick,g({props:o,slot:i.slot||{},defaultTag:"label",name:i.name||"Label"})},ya.Description=Nt;const xa=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Da=e=>{const{link:t,slug:a,title:n,deprecated:r}=e.blockInfo,l=oa(),o=da((e=>e.blocksStatuses)),s="disabled"!==o[a];return(0,i.createElement)("div",{key:a,className:xa(s?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 opacity-80"},pa[a]),(0,i.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},n,r&&(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,We.__)("Deprecated","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${t}`,target:"_blank",rel:"noreferrer"},(0,We.__)("Live Demo","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:s,onChange:()=>{let e="disabled";s||(e=a);const t={...o};t[a]=e,l({type:"UPDATE_BLOCK_STATUSES",payload:t});const n=new window.FormData;n.append("action","uag_blocks_activation_and_deactivation"),n.append("security",uag_react.blocks_activation_and_deactivation_nonce),n.append("value",JSON.stringify(t)),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{l({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:xa(s?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:xa(s?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ea(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ca=()=>{const e=da((e=>e.enableDisplayConditions)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_condition"),t.append("security",uag_react.enable_block_condition_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"display-conditons",className:Ea(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["display-conditions"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:a})},className:Ea(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ea(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function ka(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Sa=()=>{const e=da((e=>e.enableMasonryExtension)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_masonry_gallery"),t.append("security",uag_react.enable_masonry_gallery_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"masonry-gallery",className:ka(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0"},pa["masonry-gallery"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:a})},className:ka(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:ka(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function _a(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Oa=()=>{const e=da((e=>e.enableResponsiveConditions)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_responsive"),t.append("security",uag_react.enable_block_responsive_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"display-responsive-conditons",className:_a(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["responsive-conditions"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:a})},className:_a(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:_a(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Na=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Oa,null),(0,i.createElement)(Ca,null),(0,i.createElement)(Sa,null)),Ta=()=>{const e=da((e=>e.activeBlocksFilterTab)),t=uag_react.blocks_info.map(((t,a)=>t.admin_categories?.includes(e)||"all"===e?(0,i.createElement)(Da,{key:a,blockInfo:t}):""));return(0,i.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},t,("extensions"===e||"all"===e)&&(0,i.createElement)(Na,null))},Aa=function(e){const{fontSize:t,width:a,style:n}=e;return(0,i.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:t,width:a,...n}})},Ma=function(e){const{width:t,height:a,style:n}=e;return(0,i.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:t,height:a,...n}})},Pa=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,i.createElement)(Ma,{width:"75px",height:"32px"})),(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,i.createElement)("div",{className:"hidden justify-between sm:flex"},(0,i.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,i.createElement)(Ma,{width:"25px",height:"35px"}),(0,i.createElement)(Ma,{width:"50px",height:"35px"}),(0,i.createElement)(Ma,{width:"50px",height:"35px"}),(0,i.createElement)(Ma,{width:"33px",height:"35px"}),(0,i.createElement)(Ma,{width:"37px",height:"35px"}),(0,i.createElement)(Ma,{width:"33px",height:"35px"}),(0,i.createElement)(Ma,{width:"27px",height:"35px"}),(0,i.createElement)(Ma,{width:"71px",height:"35px"})),(0,i.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,i.createElement)(Ma,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,i.createElement)(Ma,{width:"100px",height:"40px"})))),(0,i.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((e=>(0,i.createElement)(Ma,{key:e,width:"400px",height:"80px"}))))),La=()=>{const e=da((e=>e.initialStateSetFlag));return e?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,i.createElement)(fa,null),(0,i.createElement)(Ta,null)):(0,i.createElement)(Pa,null)},Ia={"asset-generation":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function Va(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ra=()=>{const e=oa(),t=da((e=>e.enableFileGeneration)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("File Generation","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_FILE_GENERATION",payload:a});const n=uag_react.enable_file_generation_nonce,i=new window.FormData;i.append("action","uag_enable_file_generation"),i.append("security",n),i.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Va(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Va(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,i.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,We.__)("this article","ultimate-addons-for-gutenberg")," "),(0,We.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},Fa=()=>{const[e,t]=(0,r.useState)(!1);return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex justify-right items-center"},!0===e&&(0,i.createElement)("p",{className:"text-sm text-lime-600 pr-2"},(0,We.__)("Assets Regenerated!","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{t("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),Jt()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(setTimeout((function(){t(!1)}),2e3),t(!0))}))}},(0,We.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===e&&(0,i.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,i.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,i.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function Ha(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ja=()=>{const e=oa(),t=da((e=>e.enableTemplates)),a="no"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_TEMPLATES_BUTTON",payload:a});const n=uag_react.enable_templates_button_nonce,i=new window.FormData;i.append("action","uag_enable_templates_button"),i.append("security",n),i.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ha(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ha(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},Ba=e=>{const{openPopup:t,setopenPopup:a,previousVersionSelect:n,setconfirmPopup:l}=e,[o,s]=(0,r.useState)(t),u=(0,r.useRef)(null);return(0,r.useEffect)((()=>{s(t)}),[t]),(0,i.createElement)(lt.Root,{show:o,as:r.Fragment},(0,i.createElement)(Wt,{as:"div",className:"fixed backdrop-blur-sm z-10 inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,i.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,i.createElement)(Wt.Overlay,{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,i.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,i.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,i.createElement)("div",{className:"sm:flex sm:items-start"},(0,i.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,i.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,i.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,i.createElement)(Wt.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,We.__)(`Are you sure you want to rollback to Spectra v${n}?`,"ultimate-addons-for-gutenberg")))),(0,i.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,i.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",n);a(!1),l(!0),window.location.href=e}},(0,We.__)("Rollback","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{a(!t)},ref:u},(0,We.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},Ua=()=>{const e=uag_react.global_data.uag_previous_versions,[t,a]=(0,r.useState)(e[0].value),[n,l]=(0,r.useState)(!1),[o,s]=(0,r.useState)(!1);return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex justify-right"},(0,i.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{a(e.target.value)}},e.map((e=>(0,i.createElement)("option",{key:e.value,value:e.value},e.label)))),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,i.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,i.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,i.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,We.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,i.createElement)(Ba,{openPopup:n,setopenPopup:l,previousVersionSelect:t,setconfirmPopup:s}))};function Wa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ga=()=>{const e=oa(),t=da((e=>e.enableBeta)),a="no"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_BETA",payload:a});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Wa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,i.createElement)("span",{"aria-hidden":"true",className:Wa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function za(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Za(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Ka(e,t,a){return t&&Za(e.prototype,t),a&&Za(e,a),e}function $a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}function Ya(e){return Ya="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ya(e)}function Ja(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qa(e,t){return!t||"object"!==Ya(t)&&"function"!=typeof t?Ja(e):t}function Xa(e){return Xa=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Xa(e)}var Qa=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function en(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(i=t[a])||Qa(n)&&Qa(i)))return!1;var n,i;return!0}var tn=function(e,t){var a;void 0===t&&(t=en);var n,i=[],r=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return r&&a===this&&t(l,i)||(n=e.apply(this,l),r=!0,a=this,i=l),n}},an=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var r=105===e.charCodeAt(1)&&64===e.charCodeAt(0);i.insertRule(e,r?0:i.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),nn=function(e){function t(e,n,s,u,m){for(var f,g,p,h,y,D=0,E=0,C=0,k=0,S=0,M=0,L=p=f=0,V=0,R=0,F=0,H=0,j=s.length,B=j-1,U="",W="",G="",z="";V<j;){if(g=s.charCodeAt(V),V===B&&0!==E+k+C+D&&(0!==E&&(g=47===E?10:47),k=C=D=0,j++,B++),0===E+k+C+D){if(V===B&&(0<R&&(U=U.replace(d,"")),0<U.trim().length)){switch(g){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(V)}g=59}switch(g){case 123:for(f=(U=U.trim()).charCodeAt(0),p=1,H=++V;V<j;){switch(g=s.charCodeAt(V)){case 123:p++;break;case 125:p--;break;case 47:switch(g=s.charCodeAt(V+1)){case 42:case 47:e:{for(L=V+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===g&&42===s.charCodeAt(L-1)&&V+2!==L){V=L+1;break e}break;case 10:if(47===g){V=L+1;break e}}V=L}}break;case 91:g++;case 40:g++;case 34:case 39:for(;V++<B&&s.charCodeAt(V)!==g;);}if(0===p)break;V++}if(p=s.substring(H,V),0===f&&(f=(U=U.replace(c,"").trim()).charCodeAt(0)),64===f){switch(0<R&&(U=U.replace(d,"")),g=U.charCodeAt(1)){case 100:case 109:case 115:case 45:R=n;break;default:R=A}if(H=(p=t(n,R,p,g,m+1)).length,0<P&&(y=o(3,p,R=a(A,U,F),n,O,_,H,g,m,u),U=R.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(g=0,p="")),0<H)switch(g){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&r("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(W+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);G+=p,p=F=R=L=f=0,U="",g=s.charCodeAt(++V);break;case 125:case 59:if(1<(H=(U=(0<R?U.replace(d,""):U).trim()).length))switch(0===L&&(f=U.charCodeAt(0),45===f||96<f&&123>f)&&(H=(U=U.replace(" ",":")).length),0<P&&void 0!==(y=o(1,U,n,e,O,_,W.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),f=U.charCodeAt(0),g=U.charCodeAt(1),f){case 0:break;case 64:if(105===g||99===g){z+=U+s.charAt(V);break}default:58!==U.charCodeAt(H-1)&&(W+=i(U,f,g,U.charCodeAt(2)))}F=R=L=f=0,U="",g=s.charCodeAt(++V)}}switch(g){case 13:case 10:47===E?E=0:0===1+f&&107!==u&&0<U.length&&(R=1,U+="\0"),0<P*I&&o(0,U,n,e,O,_,W.length,u,m,u),_=1,O++;break;case 59:case 125:if(0===E+k+C+D){_++;break}default:switch(_++,h=s.charAt(V),g){case 9:case 32:if(0===k+D+E)switch(S){case 44:case 58:case 9:case 32:h="";break;default:32!==g&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===k+E+D&&(R=F=1,h="\f"+h);break;case 108:if(0===k+E+D+N&&0<L)switch(V-L){case 2:112===S&&58===s.charCodeAt(V-3)&&(N=S);case 8:111===M&&(N=M)}break;case 58:0===k+E+D&&(L=V);break;case 44:0===E+C+k+D&&(R=1,h+="\r");break;case 34:case 39:0===E&&(k=k===g?0:0===k?g:k);break;case 91:0===k+E+C&&D++;break;case 93:0===k+E+C&&D--;break;case 41:0===k+E+D&&C--;break;case 40:0===k+E+D&&(0===f&&(2*S+3*M==533||(f=1)),C++);break;case 64:0===E+C+k+D+L+p&&(p=1);break;case 42:case 47:if(!(0<k+D+C))switch(E){case 0:switch(2*g+3*s.charCodeAt(V+1)){case 235:E=47;break;case 220:H=V,E=42}break;case 42:47===g&&42===S&&H+2!==V&&(33===s.charCodeAt(H+2)&&(W+=s.substring(H,V+1)),h="",E=0)}}0===E&&(U+=h)}M=S,S=g,V++}if(0<(H=W.length)){if(R=n,0<P&&void 0!==(y=o(2,W,R,e,O,_,H,u,m,u))&&0===(W=y).length)return z+W+G;if(W=R.join(",")+"{"+W+"}",0!=T*N){switch(2!==T||r(W,2)||(N=0),N){case 111:W=W.replace(w,":-moz-$1")+W;break;case 112:W=W.replace(b,"::-webkit-input-$1")+W.replace(b,"::-moz-$1")+W.replace(b,":-ms-input-$1")+W}N=0}}return z+W+G}function a(e,t,a){var i=t.trim().split(p);t=i;var r=i.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<r;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<r;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",i[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function i(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&r(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!r(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(S,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return f.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(E,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(E,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===k.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?i(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function r(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(C,"$1"),a,t)}function l(e,t){var a=i(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(D," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,i,r,l,o,s,c){for(var d,m=0,f=t;m<P;++m)switch(d=M[m].call(u,e,f,a,n,i,r,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:f=d}if(f!==t)return f}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<P){var i=o(-1,a,n,n,O,_,0,0,0,0);void 0!==i&&"string"==typeof i&&(a=i)}var r=t(A,n,a,0,0);return 0<P&&void 0!==(i=o(-2,r,n,n,O,_,r.length,0,0,0))&&(r=i),N=0,_=O=1,r}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,f=/zoo|gra/,g=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,E=/-self|flex-/g,C=/[^]*?(:[rp][el]a[\w-]+)[^]*/,k=/stretch|:\s*\w+\-(?:conte|avail)/,S=/([^-])(image-set\()/,_=1,O=1,N=0,T=1,A=[],M=[],P=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:P=M.length=0;break;default:if("function"==typeof t)M[P++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},rn="/*|*/";function ln(e){e&&on.current.insert(e+"}")}var on={current:null},sn=function(e,t,a,n,i,r,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return on.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+rn;break;case 3:switch(o){case 102:case 112:return on.current.insert(a[0]+t),"";default:return t+(0===u?rn:"")}case-2:t.split("/*|*/}").forEach(ln)}};function un(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var cn,dn,mn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var i=t;do{e.insert("."+n,i,e.sheet,!0),i=i.next}while(void 0!==i)}},fn=function(e){for(var t,a=0,n=0,i=e.length;i>=4;++n,i-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(i){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},gn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},pn=/[A-Z]|^ms/g,hn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vn=function(e){return 45===e.charCodeAt(1)},bn=function(e){return null!=e&&"boolean"!=typeof e},wn=(cn=function(e){return vn(e)?e:e.replace(pn,"-$&").toLowerCase()},dn={},function(e){return void 0===dn[e]&&(dn[e]=cn(e)),dn[e]}),yn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(hn,(function(e,t,a){return Dn={name:t,styles:a,next:Dn},t}))}return 1===gn[e]||vn(e)||"number"!=typeof t||0===t?t:t+"px"};function xn(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Dn={name:a.name,styles:a.styles,next:Dn},a.name;if(void 0!==a.styles){var i=a.next;if(void 0!==i)for(;void 0!==i;)Dn={name:i.name,styles:i.styles,next:Dn},i=i.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var i=0;i<a.length;i++)n+=xn(e,t,a[i],!1);else for(var r in a){var l=a[r];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=r+"{"+t[l]+"}":bn(l)&&(n+=wn(r)+":"+yn(r,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=xn(e,t,l,!1);switch(r){case"animation":case"animationName":n+=wn(r)+":"+o+";";break;default:n+=r+"{"+o+"}"}}else for(var s=0;s<l.length;s++)bn(l[s])&&(n+=wn(r)+":"+yn(r,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var r=Dn,l=a(e);return Dn=r,xn(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Dn,En=/label:\s*([^\s;\n{]+)\s*;/g,Cn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,i="";Dn=void 0;var r=e[0];null==r||void 0===r.raw?(n=!1,i+=xn(a,t,r,!1)):i+=r[0];for(var l=1;l<e.length;l++)i+=xn(a,t,e[l],46===i.charCodeAt(i.length-1)),n&&(i+=r[l]);En.lastIndex=0;for(var o,s="";null!==(o=En.exec(i));)s+="-"+o[1];return{name:fn(i)+s,styles:i,next:Dn}},kn=Object.prototype.hasOwnProperty,Sn=(0,r.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,i=new nn(t),r={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){r[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),i.use(e.stylisPlugins)(sn),l=function(e,t,a,n){var r=t.name;on.current=a,i(e,t.styles),n&&(s.inserted[r]=!0)};var s={key:a,sheet:new an({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:r,registered:{},insert:l};return s}():null),On=(0,r.createContext)({}),Nn=(Sn.Provider,function(e){var t=function(t,a){return(0,r.createElement)(Sn.Consumer,null,(function(n){return e(t,n,a)}))};return(0,r.forwardRef)(t)}),Tn="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",An=function(e,t){var a={};for(var n in t)kn.call(t,n)&&(a[n]=t[n]);return a[Tn]=e,a},Mn=function(e,t,a,n){var i=null===a?t.css:t.css(a);"string"==typeof i&&void 0!==e.registered[i]&&(i=e.registered[i]);var l=t[Tn],o=[i],s="";"string"==typeof t.className?s=un(e.registered,o,t.className):null!=t.className&&(s=t.className+" ");var u=Cn(o);mn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in t)kn.call(t,d)&&"css"!==d&&d!==Tn&&(c[d]=t[d]);return c.ref=n,c.className=s,(0,r.createElement)(l,c)},Pn=Nn((function(e,t,a){return"function"==typeof e.css?(0,r.createElement)(On.Consumer,null,(function(n){return Mn(t,e,n,a)})):Mn(t,e,null,a)})),Ln=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Cn(t)},In=function(e,t){var a=arguments;if(null==t||!kn.call(t,"css"))return r.createElement.apply(void 0,a);var n=a.length,i=new Array(n);i[0]=Pn,i[1]=An(e,t);for(var l=2;l<n;l++)i[l]=a[l];return r.createElement.apply(null,i)},Vn=(r.Component,function e(t){for(var a=t.length,n=0,i="";n<a;n++){var r=t[n];if(null!=r){var l=void 0;switch(typeof r){case"boolean":break;case"object":if(Array.isArray(r))l=e(r);else for(var o in l="",r)r[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=r}l&&(i&&(i+=" "),i+=l)}}return i});function Rn(e,t,a){var n=[],i=un(e,n,a);return n.length<2?a:i+t(n)}var Fn=Nn((function(e,t){return(0,r.createElement)(On.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];var i=Cn(a,t.registered);return mn(t,i,!1),t.key+"-"+i.name},i={css:n,cx:function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return Rn(t.registered,n,Vn(a))},theme:a};return e.children(i)}))}));function Hn(e,t){if(null==e)return{};var a,n,i=ye(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(i[a]=e[a])}return i}function jn(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Bn(e,t){if(e){if("string"==typeof e)return jn(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?jn(e,t):void 0}}function Un(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,i,r=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(r.push(n.value),!t||r.length!==t);_n=!0);}catch(e){l=!0,i=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw i}}return r}}(e,t)||Bn(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Wn(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var Gn=a(639),zn=function(){};function Zn(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Kn(e,t,a){var n=[a];if(t&&e)for(var i in t)t.hasOwnProperty(i)&&t[i]&&n.push("".concat(Zn(e,i)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var $n=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===Ya(e)&&null!==e?[e]:[]};function Yn(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Jn(e){return Yn(e)?window.pageYOffset:e.scrollTop}function qn(e,t){Yn(e)?window.scrollTo(0,t):e.scrollTop=t}function Xn(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function Qn(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:zn,i=Jn(e),r=t-i,l=10,o=0;function s(){var t=Xn(o+=l,i,r,a);qn(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function ei(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function ti(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ai(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ti(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ti(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ni(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=Xa(e);if(t){var i=Xa(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return qa(this,a)}}function ii(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,i=e.placement,r=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,i=document.documentElement;if("fixed"===t.position)return i;for(var r=e;r=r.parentElement;)if(t=getComputedStyle(r),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return r;return i}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,f=d.height,g=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=Jn(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-g,D=y+v,E=c-v-g,C=m-h+v+b,k=v+g-w,S=160;switch(i){case"auto":case"bottom":if(x>=f)return{placement:"bottom",maxHeight:t};if(E>=f&&!l)return r&&Qn(s,C,S),{placement:"bottom",maxHeight:t};if(!l&&E>=n||l&&x>=n)return r&&Qn(s,C,S),{placement:"bottom",maxHeight:l?x-b:E-b};if("auto"===i||l){var _=t,O=l?y:D;return O>=n&&(_=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:_}}if("bottom"===i)return qn(s,C),{placement:"bottom",maxHeight:t};break;case"top":if(y>=f)return{placement:"top",maxHeight:t};if(D>=f&&!l)return r&&Qn(s,k,S),{placement:"top",maxHeight:t};if(!l&&D>=n||l&&y>=n){var N=t;return(!l&&D>=n||l&&y>=n)&&(N=l?y-w:D-w),r&&Qn(s,k,S),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(i,'".'))}return u}var ri=function(e){return"auto"===e?"bottom":e},li=(0,r.createContext)({getPortalPlacement:null}),oi=function(e){$a(a,e);var t=ni(a);function a(){var e;za(this,a);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(e=t.call.apply(t,[this].concat(i))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,i=a.maxMenuHeight,r=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=ii({maxHeight:i,menuEl:t,minHeight:n,placement:r,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||ri(t);return ai(ai({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return Ka(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(r.Component);oi.contextType=li;var si=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},ui=si,ci=si,di=function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},r),t)};di.defaultProps={children:"No options"};var mi=function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},r),t)};mi.defaultProps={children:"Loading..."};var fi=function(e){$a(a,e);var t=ni(a);function a(){var e;za(this,a);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(e=t.call.apply(t,[this].concat(i))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==ri(e.props.menuPlacement)&&e.setState({placement:a})},e}return Ka(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,i=e.menuPlacement,r=e.menuPosition,l=e.getStyles,s="fixed"===r;if(!t&&!s||!n)return null;var u=this.state.placement||ri(i),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,f=In("div",{css:l("menuPortal",{offset:m,position:r,rect:c})},a);return In(li.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,o.createPortal)(f,t):f)}}]),a}(r.Component),gi=Array.isArray,pi=Object.keys,hi=Object.prototype.hasOwnProperty;function vi(e,t){if(e===t)return!0;if(e&&t&&"object"==Ya(e)&&"object"==Ya(t)){var a,n,i,r=gi(e),l=gi(t);if(r&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!vi(e[a],t[a]))return!1;return!0}if(r!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=pi(e);if((n=d.length)!==pi(t).length)return!1;for(a=n;0!=a--;)if(!hi.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(i=d[a])&&e.$$typeof||vi(e[i],t[i])))return!1;return!0}return e!=e&&t!=t}function bi(e,t){try{return vi(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function wi(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return wi=function(){return a},a}var yi={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},xi=function(e){var t=e.size,a=Hn(e,["size"]);return In("svg",q({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:yi},a))},Di=function(e){return In(xi,q({size:20},e),In("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Ei=function(e){return In(xi,q({size:20},e),In("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Ci=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,i=a.colors;return{label:"indicatorContainer",color:t?i.neutral60:i.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?i.neutral80:i.neutral40}}},ki=Ci,Si=Ci,_i=function(){var e=Ln.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(wi()),Oi=function(e){var t=e.delay,a=e.offset;return In("span",{css:Ln({animation:"".concat(_i," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},Ni=function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerProps,r=e.isRtl;return In("div",q({},i,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),In(Oi,{delay:0,offset:r}),In(Oi,{delay:160,offset:!0}),In(Oi,{delay:320,offset:!r}))};function Ti(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ai(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ti(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ti(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Mi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Pi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Mi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Mi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ni.defaultProps={size:4};var Li=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function Ii(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Vi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ii(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ii(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Ri=function(e){var t=e.children,a=e.innerProps;return In("div",a,t)},Fi=Ri,Hi=Ri,ji=function(e){var t=e.children,a=e.className,n=e.components,i=e.cx,r=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,f=n.Remove;return In(Fn,null,(function(n){var g=n.css,p=n.cx;return In(d,{data:r,innerProps:Vi(Vi({},o),{},{className:p(g(l("multiValue",e)),i({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},In(m,{data:r,innerProps:{className:p(g(l("multiValueLabel",e)),i({"multi-value__label":!0},a))},selectProps:c},t),In(f,{data:r,innerProps:Vi({className:p(g(l("multiValueRemove",e)),i({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function Bi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ui(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Bi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Bi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}ji.defaultProps={cropWithEllipsis:!0};for(var Wi={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({},r,{css:i("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||In(Di,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,i=e.className,r=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return In("div",q({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":r,"control--is-focused":l,"control--menu-is-open":u},i)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({},r,{css:i("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||In(Ei,null))},DownChevron:Ei,CrossIcon:Di,Group:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return In("div",{css:i("group",e),className:n({group:!0},a)},In(r,q({},l,{selectProps:u,theme:s,getStyles:i,cx:n}),o),In("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.theme,r=(e.selectProps,Hn(e,["className","cx","getStyles","theme","selectProps"]));return In("div",q({css:n("groupHeading",Ai({theme:i},r)),className:a({"group-heading":!0},t)},r))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles;return In("div",{css:i("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerProps;return In("span",q({},i,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerRef,r=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,Hn(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return In("div",{css:n("input",Pi({theme:o},s))},In(Gn.Z,q({className:a({input:!0},t),inputRef:i,inputStyle:Li(r),disabled:l},s)))},LoadingIndicator:Ni,Menu:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerRef,l=e.innerProps;return In("div",q({css:i("menu",e),className:n({menu:!0},a)},l,{ref:r}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isMulti,l=e.innerRef,o=e.innerProps;return In("div",q({css:i("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":r},a),ref:l},o),t)},MenuPortal:fi,LoadingMessage:mi,NoOptionsMessage:di,MultiValue:ji,MultiValueContainer:Fi,MultiValueLabel:Hi,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return In("div",a,t||In(Di,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return In("div",q({css:i("option",e),className:n({option:!0,"option--is-disabled":r,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("placeholder",e),className:n({placeholder:!0},a)},r),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps,l=e.isDisabled,o=e.isRtl;return In("div",q({css:i("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},r),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isDisabled,l=e.innerProps;return In("div",q({css:i("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":r},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.isMulti,r=e.getStyles,l=e.hasValue;return In("div",{css:r("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":i,"value-container--has-value":l},a)},t)}},Gi=function(e){return Ui(Ui({},Wi),e.components)},zi=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],Zi=new RegExp("["+zi.map((function(e){return e.letters})).join("")+"]","g"),Ki={},$i=0;$i<zi.length;$i++)for(var Yi=zi[$i],Ji=0;Ji<Yi.letters.length;Ji++)Ki[Yi.letters[Ji]]=Yi.base;var qi=function(e){return e.replace(Zi,(function(e){return Ki[e]}))};function Xi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var Qi=function(e){return e.replace(/^\s+|\s+$/g,"")},er=function(e){return"".concat(e.label," ").concat(e.value)},tr={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},ar=function(e){return In("span",q({css:tr},e))};function nr(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,Hn(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return In("input",q({ref:t},a,{css:Ln({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var ir=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){return za(this,i),n.apply(this,arguments)}return Ka(i,[{key:"componentDidMount",value:function(){this.props.innerRef((0,o.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),i}(r.Component),rr=["boxSizing","height","overflow","paddingRight","position"],lr={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function or(e){e.preventDefault()}function sr(e){e.stopPropagation()}function ur(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function cr(){return"ontouchstart"in window||navigator.maxTouchPoints}var dr=!(!window.document||!window.document.createElement),mr=0,fr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Ka(i,[{key:"componentDidMount",value:function(){var e=this;if(dr){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,i=document.body,r=i&&i.style;if(a&&rr.forEach((function(t){var a=r&&r[t];e.originalStyles[t]=a})),a&&mr<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(lr).forEach((function(e){var t=lr[e];r&&(r[e]=t)})),r&&(r.paddingRight="".concat(s,"px"))}i&&cr()&&(i.addEventListener("touchmove",or,this.listenerOptions),n&&(n.addEventListener("touchstart",ur,this.listenerOptions),n.addEventListener("touchmove",sr,this.listenerOptions))),mr+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(dr){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,i=document.body,r=i&&i.style;mr=Math.max(mr-1,0),a&&mr<1&&rr.forEach((function(t){var a=e.originalStyles[t];r&&(r[t]=a)})),i&&cr()&&(i.removeEventListener("touchmove",or,this.listenerOptions),n&&(n.removeEventListener("touchstart",ur,this.listenerOptions),n.removeEventListener("touchmove",sr,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),i}(r.Component);fr.defaultProps={accountForScrollbars:!0};var gr={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},pr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Ka(i,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?In("div",null,In("div",{onClick:this.blurSelectInput,css:gr}),In(ir,{innerRef:this.getScrollTarget},t),n?In(fr,{touchScrollTarget:n}):null):t}}]),i}(r.PureComponent);var hr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,i=n.onBottomArrive,r=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,f=a>0,g=c-d-u,p=!1;g>a&&e.isBottom&&(r&&r(t),e.isBottom=!1),f&&e.isTop&&(o&&o(t),e.isTop=!1),f&&a>g?(i&&!e.isBottom&&i(t),m.scrollTop=c,p=!0,e.isBottom=!0):!f&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Ka(i,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return l().createElement(ir,{innerRef:this.getScrollTarget},this.props.children)}}]),i}(r.Component);function vr(e){var t=e.isEnabled,a=void 0===t||t,n=Hn(e,["isEnabled"]);return a?l().createElement(hr,n):n.children}var br=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,i=t.label,r=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(r?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(i||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},wr=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},yr=function(e){return!!e.isDisabled},xr={clearIndicator:Si,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,i=n.colors,r=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?i.neutral5:i.neutral0,borderColor:t?i.neutral10:a?i.primary:i.neutral20,borderRadius:r,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(i.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?i.primary:i.neutral30}}},dropdownIndicator:ki,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,i=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?i.neutral10:i.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,i=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:i.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,i=n.colors,r=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?i.neutral60:i.neutral20,display:"flex",padding:2*r,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:ci,menu:function(e){var t,a=e.placement,n=e.theme,i=n.borderRadius,r=n.spacing,l=n.colors;return Wn(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),Wn(t,"backgroundColor",l.neutral0),Wn(t,"borderRadius",i),Wn(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),Wn(t,"marginBottom",r.menuGutter),Wn(t,"marginTop",r.menuGutter),Wn(t,"position","absolute"),Wn(t,"width","100%"),Wn(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,i=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:i?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,i=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&i.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}}},noOptionsMessage:ui,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,i=e.theme,r=i.spacing,l=i.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*r.baseUnit,"px ").concat(3*r.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,i=a.colors;return{label:"singleValue",color:t?i.neutral40:i.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},Dr={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function Er(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Cr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Er(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Er(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var kr={backspaceRemovesValue:!0,blurInputOnSelect:ei(),captureMenuScroll:!ei(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Xi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Xi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:er,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,i=a.ignoreAccents,r=a.stringify,l=a.trim,o=a.matchFrom,s=l?Qi(t):t,u=l?Qi(r(e)):r(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),i&&(s=qi(s),u=qi(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:yr,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},Sr=1,_r=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(e){var t;za(this,i),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=Gi({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,i=n.onChange,r=n.name;i(e,Cr(Cr({},a),{},{name:r}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,i=t.props,r=i.closeMenuOnSelect,l=i.isMulti;t.onInputChange("",{action:"set-value"}),r&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,i=n.blurInputOnSelect,r=n.isMulti,l=t.state.selectValue;if(r)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return jn(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||Bn(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));i&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),i=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(i.length?i:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return Kn.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=xr[e](a);n.boxSizing="border-box";var i=t.props.styles[e];return i?i(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,i=a.focusedOption;if(i&&e){var r=n.focusable.indexOf(i),l=n.render[r];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:wr(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:br(a,Cr(Cr({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,i=a.menuIsOpen;t.focusInput(),i?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Yn(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var i=Math.abs(n.clientX-t.initialTouchX),r=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=i>5||r>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,i=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:i}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,i=a.backspaceRemovesValue,r=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,f=t.state,g=f.focusedOption,p=f.focusedValue,h=f.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!i)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!g||m&&t.isOptionSelected(g,h))return;t.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(u){if(!g)return;if(t.isComposing)return;t.selectOption(g);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&r&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!g)return;t.selectOption(g);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,i=void 0===n?"":n,r=e.options,l=function(e,n){var r=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},i))){var u=r?void 0:function(){return t.onOptionHover(e)},c=r?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:r,isSelected:l,key:d,label:o,type:"option",value:s}}};return r.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var i=a.options.map((function(t,a){var i=l(t,"".concat(n,"-").concat(a));return i&&e.focusable.push(t),i})).filter(Boolean);if(i.length){var r="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:r,data:a,options:i})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=tn(t.cacheComponents,bi).bind(Ja(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++Sr);var r=$n(a);t.buildMenuOptions=tn(t.buildMenuOptions,(function(e,t){var a=Un(e,2),n=a[0],i=a[1],r=Un(t,2),l=r[0];return i===r[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Ja(t));var l=e.menuIsOpen?t.buildMenuOptions(e,r):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=r,t}return Ka(i,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,i=t.menuIsOpen,r=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==i||e.inputValue!==r){var l=$n(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,i,r,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),i=a.getBoundingClientRect(),r=a.offsetHeight/3,i.bottom+r>n.bottom?qn(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+r,t.scrollHeight)):i.top-r<n.top&&qn(t,Math.max(a.offsetTop-r,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,i=a.isFocused,r=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:r.focusable.length-1;if(!o){var c=r.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(i&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:r,focusedValue:null,focusedOption:r.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,i=this.state,r=i.selectValue,l=i.focusedValue;if(a){this.setState({focusedOption:null});var o=r.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=r.length-1,u=-1;if(r.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:r[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,i=this.state,r=i.focusedOption,l=i.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(r);r||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:yr(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Dr):Cr(Cr({},Dr),this.props.theme):Dr}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,i=this.setValue,r=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:r,setValue:i,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,i=e.focusedOption,r=this.props,l=r.options,o=r.menuIsOpen,s=r.inputValue,u=r.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=i&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:i,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,n=e.inputId,i=e.inputValue,r=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=n||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return l().createElement(nr,q({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:zn,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:r,form:o,value:""},d));var m=this.commonProps,f=m.cx,g=m.theme,p=m.selectProps;return l().createElement(s,q({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:f,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:r,form:o,theme:g,type:"text",value:i},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,n=t.MultiValueContainer,i=t.MultiValueLabel,r=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,f=c.isMulti,g=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return g?null:l().createElement(s,q({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(f){var y=v.map((function(t,o){var s=t===b;return l().createElement(a,q({},u,{components:{Container:n,Label:i,Remove:r},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(g)return null;var x=v[0];return l().createElement(o,q({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,i=a.isLoading,r=this.state.isFocused;if(!this.isClearable()||!e||n||!this.hasValue()||i)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:o,isFocused:r}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,i=a.isLoading,r=this.state.isFocused;return e&&i?l().createElement(e,q({},t,{innerProps:{"aria-hidden":"true"},isDisabled:n,isFocused:r})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var n=this.commonProps,i=this.props.isDisabled,r=this.state.isFocused;return l().createElement(a,q({},n,{isDisabled:i,isFocused:r}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,n=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:i,isDisabled:a,isFocused:n}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,n=t.GroupHeading,i=t.Menu,r=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,f=m.focusedOption,g=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,D=p.menuIsOpen,E=p.menuPlacement,C=p.menuPosition,k=p.menuPortalTarget,S=p.menuShouldBlockScroll,_=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!D)return null;var A,M=function(t){var a=f===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,l().createElement(c,q({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=g.render.map((function(t){if("group"===t.type){t.type;var i=Hn(t,["type"]),r="".concat(t.key,"-heading");return l().createElement(a,q({},d,i,{Heading:n,headingProps:{id:r,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return M(e)})))}if("option"===t.type)return M(t)}));else if(b){var P=w({inputValue:v});if(null===P)return null;A=l().createElement(s,d,P)}else{var L=O({inputValue:v});if(null===L)return null;A=l().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:E,menuPosition:C,menuShouldScrollIntoView:_},V=l().createElement(oi,q({},d,I),(function(t){var a=t.ref,n=t.placerProps,o=n.placement,s=n.maxHeight;return l().createElement(i,q({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),l().createElement(vr,{isEnabled:h,onTopArrive:N,onBottomArrive:T},l().createElement(pr,{isEnabled:S},l().createElement(r,q({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return k||"fixed"===C?l().createElement(o,q({},d,{appendTo:k,controlElement:this.controlRef,menuPlacement:E,menuPosition:C}),V):V}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,n=t.isDisabled,i=t.isMulti,r=t.name,o=this.state.selectValue;if(r&&!n){if(i){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return l().createElement("input",{name:r,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return l().createElement("input",{key:"i-".concat(a),name:r,type:"hidden",value:e.getOptionValue(t)})})):l().createElement("input",{name:r,type:"hidden"});return l().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return l().createElement("input",{name:r,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?l().createElement(ar,{"aria-live":"polite"},l().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),l().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,n=e.SelectContainer,i=e.ValueContainer,r=this.props,o=r.className,s=r.id,u=r.isDisabled,c=r.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return l().createElement(n,q({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),l().createElement(t,q({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),l().createElement(i,q({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),l().createElement(a,q({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),i}(r.Component);_r.defaultProps=kr;r.Component;var Or,Nr,Tr,Ar=(Or=_r,Tr=Nr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return Ka(i,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,Hn(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return l().createElement(Or,q({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),i}(r.Component),Nr.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Tr),Mr=Ar,Pr={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function Lr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ir=()=>{const e=oa(),t=da((e=>e.enableSelectedFontFamilies)),a=da((e=>e.selectedFontFamilies)),n="disabled"!==t,r=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(Pr).map((e=>{"Default"!==e&&r.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&r.push({value:e,label:e})})),(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:n,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:a});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Lr(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Lr(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,i.createElement)(Mr,{isMulti:!0,placeholder:(0,We.__)("Select the font families you want"),defaultValue:a,onChange:a=>(a=>{if("enabled"===t){e({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:a});const t="uag_select_font_globally",n=uag_react.select_font_globally_nonce,i=new window.FormData;i.append("action",t),i.append("security",n),i.append("value",JSON.stringify(a)),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}})(a),options:r,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function Vr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Rr=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:a});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Vr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Vr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function Fr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Hr=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a=da((e=>e.enablePreloadLocalFonts)),n="disabled"!==a;return(0,i.createElement)("section",{className:`uag-font-select-${t} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:n,onChange:()=>{let t;t="disabled"===a?"enabled":"disabled",e({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:t});const n=new window.FormData;n.append("action","uag_preload_local_fonts"),n.append("security",uag_react.preload_local_fonts_nonce),n.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Fr(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Fr(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function jr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Br=()=>{const e=oa(),t=da((e=>e.enableCollapsePanels)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:a});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:jr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:jr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function Ur(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Wr=()=>{const e=oa(),t=da((e=>e.enableCopyPasteStyles)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:a});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ur(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ur(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))},Gr=()=>{const e=oa(),t=da((e=>e.contentWidth));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,We.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},zr=()=>{const e=oa(),t=da((e=>e.blocksEditorSpacing));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"0",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function Zr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Kr=()=>{const e=oa(),[t,a]=(0,r.useState)([]),[n,l]=(0,r.useState)(!1),o=da((e=>e.enableComingSoonMode)),s=da((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),a(e.data)}))};return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:u,onChange:()=>{let t;t="disabled"===o?"enabled":"disabled",e({type:"UPDATE_ENABLE_COMING_SOON",payload:t});const a=new window.FormData;a.append("action","uag_enable_coming_soon_mode"),a.append("security",uag_react.enable_coming_soon_mode_nonce),a.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Zr(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Zr(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,i.createElement)(Mr,{isMulti:!1,placeholder:(0,We.__)("Select the page you want"),defaultValue:s,onChange:t=>(t=>{e({type:"UPDATE_COMING_SOON_PAGE",payload:t.value});const a=new window.FormData;a.append("action","uag_coming_soon_page"),a.append("security",uag_react.coming_soon_page_nonce),a.append("value",t.value),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(t),onInputChange:e=>{0===t.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:t,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:n,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},$r=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,i.createElement)(Ma,{width:"100px",height:"32px"})),(0,i.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,i.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,i.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,i.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((e,t)=>(0,i.createElement)("div",{key:`setting${t}`,className:"flex justify-left items-center py-3 space-x-3"},(0,i.createElement)(Ma,{key:`icon${t}`,width:"24px",height:"24px"}),(0,i.createElement)(Aa,{key:t,width:"120px",fontSize:"16px"})))))),(0,i.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,i.createElement)(Aa,{fontSize:"35px",width:"225px"}),(0,i.createElement)(Aa,{width:"80%"}),(0,i.createElement)("div",{className:"h-8"}),(0,i.createElement)(Aa,{fontSize:"35px",width:"300px"}),(0,i.createElement)(Aa,{width:"60%"}),(0,i.createElement)("div",{className:"h-8"}),(0,i.createElement)(Aa,{fontSize:"35px",width:"210px"}),(0,i.createElement)(Aa,{width:"65%"}))))),Yr=()=>{const e=oa(),t=da((e=>e.siteKeyV2)),a=da((e=>e.secretKeyV2)),n=da((e=>e.siteKeyV3)),r=da((e=>e.secretKeyV3));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Form","ultimate-addons-for-gutenberg"))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,i.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,We.__)("here. ","ultimate-addons-for-gutenberg"))),(0,i.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:t,name:"site_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},id:"grid-zip",type:"text"}),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:a,name:"secret_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"text"}),(0,i.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:n,name:"site_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:r,name:"secret_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}))};function Jr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var qr=()=>{const e=oa(),t=da((e=>e.enableFontAwesome5)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:a});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Jr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Jr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function Xr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Qr=()=>{const e=oa(),t=da((e=>e.enableAutoBlockRecovery)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:a});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Xr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Xr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},el=()=>{const e=da((e=>e.containerGlobalPadding));(0,r.useEffect)((()=>{"default"===e&&a(10)}),[]);const t=oa(),a=e=>{t({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))};return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{const t=e.target.value;a(t)},type:"number",placeholder:"",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))};function tl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var al=()=>{const e=new URLSearchParams(Me()?.search),t=oa(),a=da((e=>e.activeSettingsNavigationTab)),n=da((e=>e.initialStateSetFlag)),l=[{name:(0,We.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:Ia["global-settings"]},{name:(0,We.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:Ia["asset-generation"]},{name:(0,We.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:Ia.templates},{name:(0,We.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:Ia["version-control"]},{name:(0,We.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:Ia["fonts-performance"]},{name:(0,We.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:Ia["block-settings"]},{name:(0,We.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:Ia["coming-soon"]}];return(0,r.useEffect)((()=>{const a=e.get("path"),n=e.get("settings");t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:n&&"settings"===a?n:"global-settings"})}),[n]),n?(0,i.createElement)("div",{className:"px-6 w-full"},(0,i.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,i.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden min-h-[36rem] lg:max-w-[80rem]"},(0,i.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,i.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,i.createElement)("nav",{className:"space-y-1"},l.map((e=>(0,i.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${e.slug}`},key:e.name,className:tl(a===e.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:e.slug})}},e.icon,(0,i.createElement)("span",{className:"truncate"},e.name)))))),(0,i.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Gr,null),(0,i.createElement)(el,null),(0,i.createElement)(zr,null),(0,i.createElement)(Br,null),(0,i.createElement)(Wr,null),(0,i.createElement)(Qr,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,i.createElement)(qr,null)),"asset-generation"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Ra,null),(0,i.createElement)(Fa,null)),"templates"===a&&(0,i.createElement)(ja,null),"version-control"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Ua,null),(0,i.createElement)(Ga,null)),"fonts-performance"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Rr,null),(0,i.createElement)(Hr,null),(0,i.createElement)(Ir,null)),"block-settings"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Yr,null)),"coming-soon"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Kr,null)))))):(0,i.createElement)($r,null)},nl=function(){const e=new URLSearchParams(Me().search),t=e.get("page"),a=e.get("path"),n=e.get("event");let r=(0,i.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===t)if("getting-started"===n)r=(0,i.createElement)($t,null);else switch(a){case"blocks":r=(0,i.createElement)(La,null);break;case"settings":r=(0,i.createElement)(al,null);break;default:r=(0,i.createElement)($t,null)}return(0,i.createElement)(i.Fragment,null,r)},il=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},e),r.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))};function rl(){const e=oa(),t=da((e=>e.settingsSavedNotification));return(0,r.useEffect)((()=>{!0===t&&setTimeout((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}),2e3)}),[t]),(0,i.createElement)(r.Fragment,null,(0,i.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,i.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,i.createElement)(lt,{show:t,as:r.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,i.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,i.createElement)("div",{className:"p-4"},(0,i.createElement)("div",{className:"flex items-start"},(0,i.createElement)("div",{className:"flex-shrink-0"},(0,i.createElement)(Gt,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,i.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,i.createElement)("p",{className:"text-sm font-medium text-gray-900"},(0,We.__)("Successfully saved!","ultimate-addons-for-gutenberg"))),(0,i.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,i.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}},(0,i.createElement)("span",{className:"sr-only"},"Close"),(0,i.createElement)(il,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function ll(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var ol="function"==typeof Symbol&&Symbol.observable||"@@observable",sl=function(){return Math.random().toString(36).substring(7).split("").join(".")},ul={INIT:"@@redux/INIT"+sl(),REPLACE:"@@redux/REPLACE"+sl(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+sl()}};function cl(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}const dl=function e(t,a,n){var i;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(ll(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(ll(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(ll(2));var r=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(ll(3));return l}function m(e){if("function"!=typeof e)throw new Error(ll(4));if(u)throw new Error(ll(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(ll(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function f(e){if(!cl(e))throw new Error(ll(7));if(void 0===e.type)throw new Error(ll(8));if(u)throw new Error(ll(9));try{u=!0,l=r(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function g(e){if("function"!=typeof e)throw new Error(ll(10));r=e,f({type:ul.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(ll(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[ol]=function(){return this},e}return f({type:ul.INIT}),(i={dispatch:f,subscribe:m,getState:d,replaceReducer:g})[ol]=p,i}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:!1,enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled"},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());var ml,fl=dl;fl.getState().initialStateSetFlag||(ml=fl,Jt()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:!1,blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.blocks_editor_spacing,containerGlobalPadding:e.container_global_padding,enableFontAwesome5:e.load_font_awesome_5,enableAutoBlockRecovery:e.auto_block_recovery};ml.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),s().render((0,i.createElement)((function(e){var t=e.store,a=e.context,n=e.children,i=(0,r.useMemo)((function(){var e=ta(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),o=(0,r.useMemo)((function(){return t.getState()}),[t]);aa((function(){var e=i.subscription;return e.trySubscribe(),o!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[i,o]);var s=a||qt;return l().createElement(s.Provider,{value:i},n)}),{store:fl},(0,i.createElement)((()=>(0,i.createElement)(Pe,null,(0,i.createElement)(Kt,null),(0,i.createElement)(rl,null),(0,i.createElement)(Te,null,(0,i.createElement)(Ne,{path:"/"},(0,i.createElement)(nl,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
admin-core/assets/images/btn-spectra.svg ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <svg width="71" height="71" viewBox="0 0 71 71" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M35.292 0C28.3119 0 21.4885 2.08204 15.6848 5.98283C9.88107 9.88362 5.35762 15.428 2.68645 21.9147C0.0152817 28.4015 -0.683625 35.5394 0.678124 42.4257C2.03987 49.312 5.40111 55.6375 10.3368 60.6023C15.2725 65.5671 21.5609 68.9481 28.4068 70.3179C35.2528 71.6876 42.3489 70.9846 48.7976 68.2977C55.2464 65.6108 60.7583 61.0607 64.6362 55.2227C68.5141 49.3848 70.584 42.5212 70.584 35.5C70.58 26.0861 66.8604 17.0588 60.2428 10.4021C53.6251 3.74548 44.6508 0.00401876 35.292 0V0ZM48.5887 40.944C48.5887 41.035 48.5887 41.126 48.5887 41.217V41.4748V41.6416C48.4098 42.6715 48.0307 43.6558 47.4731 44.538L47.1414 45.0081L46.659 45.5692C46.4943 45.781 46.3073 45.9742 46.1012 46.1454V46.2213L45.9957 46.2971L45.7846 46.4639C45.7145 46.5265 45.6388 46.5823 45.5585 46.6307L45.3323 46.7824L28.9753 57.6856C28.8417 57.7759 28.684 57.8235 28.523 57.8221H28.3572C28.2497 57.7996 28.1477 57.7558 28.0571 57.6933C27.9665 57.6309 27.8892 57.5509 27.8296 57.4582C27.8296 57.4582 27.4527 56.7909 27.4225 56.7454V56.5938V56.5179V56.4269V56.3208V56.1995C26.7754 54.513 26.7216 52.6545 27.2701 50.933C27.8187 49.2115 28.9365 47.7307 30.4376 46.7369L38.0659 41.6568C38.1849 41.5771 38.2779 41.4638 38.3329 41.3311C38.388 41.1984 38.4027 41.0522 38.3753 40.9111C38.3479 40.77 38.2796 40.6402 38.1789 40.5381C38.0782 40.436 37.9497 40.3662 37.8096 40.3375L28.8547 38.5177H28.5984H28.523H28.2818H28.0255H27.92H27.7843H27.709L27.4678 38.4267H27.3924H27.2416L27.0004 38.3054L26.7592 38.1841L26.533 38.0476L26.3069 37.9111C25.5952 37.4647 24.959 36.9067 24.4225 36.2582L24.2265 35.9853L24.0004 35.6365C23.421 34.7714 23.0198 33.7984 22.8205 32.7748C22.6211 31.7512 22.6276 30.6979 22.8395 29.6769C22.9971 28.975 23.2455 28.2969 23.5782 27.66C23.6687 27.4932 23.7441 27.3415 23.8345 27.205L23.9702 26.9927C24.067 26.8303 24.1727 26.6733 24.2868 26.5226L24.4225 26.3558L24.5883 26.1587L24.7541 25.9767L24.8597 25.8706L25.0406 25.6886L25.1913 25.5521L25.3572 25.4156L25.5381 25.264H25.6134L25.734 25.1578H25.8094L26.0054 25.0214L42.272 14.1788C42.3763 14.1091 42.4935 14.0612 42.6166 14.038C42.7396 14.0147 42.8661 14.0166 42.9884 14.0435C43.1108 14.0704 43.2265 14.1217 43.3287 14.1944C43.431 14.2672 43.5176 14.3598 43.5836 14.4669L43.7192 14.6944L43.8248 14.9067C43.8248 14.9825 43.9002 15.0432 43.9303 15.1038C43.9303 15.1038 43.9303 15.1038 43.9303 15.1948C43.94 15.2295 43.94 15.2662 43.9303 15.3009V15.3009L44.0208 15.5284C44.0289 15.5684 44.0289 15.6097 44.0208 15.6497C44.0208 15.6497 44.0208 15.6497 44.0208 15.7407C44.6198 17.3996 44.6483 19.2127 44.1017 20.8897C43.555 22.5668 42.4648 24.011 41.0056 24.991L33.4678 30.0256C33.3488 30.1053 33.2559 30.2186 33.2008 30.3513C33.1457 30.484 33.131 30.6302 33.1584 30.7713C33.1858 30.9124 33.2542 31.0422 33.3549 31.1443C33.4555 31.2464 33.584 31.3162 33.7241 31.3449L42.6036 33.1495C44.3808 33.5188 45.9773 34.4922 47.1249 35.9061C48.2726 37.3201 48.9012 39.0884 48.9053 40.9137C48.6188 40.4285 48.5887 40.9137 48.5887 40.9137V40.944Z" fill="white"/>
3
+ </svg>
admin-core/assets/images/spectra.svg ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 82 82" style="enable-background:new 0 0 82 82;" xml:space="preserve">
5
+ <g>
6
+ <path class="st0" d="M41,1C18.9,1,1,18.9,1,41s17.9,40,40,40c22.1,0,40-17.9,40-40S63.1,1,41,1z M56.1,47.1c0,0.1,0,0.2,0,0.3
7
+ c0,0.1,0,0.2,0,0.3l0,0.2c-0.2,1.2-0.6,2.3-1.3,3.3c-0.1,0.2-0.2,0.4-0.4,0.5c0,0,0,0.1-0.5,0.6c-0.4,0.5-0.5,0.6-0.6,0.7
8
+ c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.1-0.2,0.1-0.3,0.2l-0.1,0
9
+ c-0.1,0.1-0.2,0.1-0.3,0.2L33.6,66.1c-0.2,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.1,0-0.2,0c-0.2-0.1-0.5-0.2-0.6-0.4c0,0-0.4-0.8-0.5-0.8
10
+ c0-0.1-0.1-0.1-0.1-0.2l0-0.1c0,0,0-0.1,0-0.1l0-0.1c0,0,0-0.1-0.1-0.1l0-0.1c0,0,0-0.1-0.1-0.1l0,0c-0.7-1.9-0.8-4-0.2-5.9
11
+ c0.6-2,1.9-3.7,3.6-4.8l8.6-5.7c0.3-0.2,0.4-0.6,0.4-0.8c-0.1-0.3-0.2-0.6-0.6-0.6L33,44.3c-0.1,0-0.2,0-0.3-0.1l-0.1,0
12
+ c-0.1,0-0.2,0-0.3-0.1l0,0c-0.1,0-0.2-0.1-0.3-0.1L32,44c-0.1,0-0.1,0-0.2-0.1l-0.1,0c-0.1,0-0.2-0.1-0.3-0.1l-0.1,0
13
+ c-0.1,0-0.1,0-0.2-0.1l-0.1,0c-0.1,0-0.2-0.1-0.3-0.1l0,0c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1l0,0
14
+ c-0.1-0.1-0.2-0.1-0.3-0.2c-0.8-0.5-1.5-1.1-2.1-1.9l-0.2-0.3l-0.3-0.4c-1.3-2-1.8-4.4-1.3-6.7c0.2-0.7,0.4-1.5,0.8-2.3
15
+ c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.1,0.1-0.2,0.1-0.2c0.1-0.2,0.2-0.4,0.4-0.5c0-0.1,0.1-0.1,0.1-0.2l0,0c0.1-0.1,0.1-0.2,0.2-0.2
16
+ c0.1-0.1,0.1-0.1,0.2-0.2l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0,0c0.1-0.1,0.1-0.1,0.2-0.2l0,0c0.1-0.1,0.1-0.1,0.2-0.2l0.1-0.1
17
+ c0.1-0.1,0.1-0.1,0.2-0.2l0,0c0.1-0.1,0.1-0.1,0.2-0.2l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0.1-0.1,0.2-0.1,0.2-0.2L48.4,16
18
+ c0.2-0.2,0.5-0.2,0.8-0.2c0.3,0.1,0.5,0.2,0.7,0.5c0,0,0.1,0.2,0.2,0.3l0,0.1c0,0.1,0.1,0.2,0.1,0.2l0,0c0,0.1,0.1,0.1,0.1,0.2
19
+ l0,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0.1,0.1l0,0c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1,0.1,0.2c0,0,0,0.1,0,0.1l0,0.1
20
+ c0.7,1.8,0.7,3.9,0.1,5.8c-0.6,1.9-1.9,3.5-3.5,4.7l-8.6,5.7c-0.3,0.2-0.4,0.6-0.4,0.8c0.1,0.3,0.2,0.6,0.6,0.6l10.1,2
21
+ c4.2,0.8,7.1,4.5,7.1,8.7C56.1,46.5,56.1,47.1,56.1,47.1z"/>
22
+ </g>
23
+ </svg>
admin-core/assets/images/uag-logo.svg ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <svg width="60" height="60" viewBox="0 0 84 85" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M41.7849 0C33.5206 0 25.4419 2.49258 18.5705 7.16254C11.699 11.8325 6.34331 18.4701 3.18071 26.236C0.0181112 34.0018 -0.809377 42.5471 0.802901 50.7913C2.41518 59.0355 6.3948 66.6083 12.2385 72.552C18.0822 78.4958 25.5276 82.5435 33.633 84.1834C41.7385 85.8232 50.1401 84.9816 57.7753 81.7649C65.4105 78.5482 71.9363 73.1008 76.5277 66.1117C81.1191 59.1226 83.5697 50.9057 83.5697 42.5C83.565 31.2298 79.1612 20.4225 71.326 12.4533C63.4908 4.48402 52.8655 0.0048112 41.7849 0ZM57.5278 49.0175C57.5278 49.1264 57.5278 49.2354 57.5278 49.3443V49.6529V49.8526C57.3161 51.0856 56.8673 52.2639 56.207 53.3201L55.8143 53.8829L55.2431 54.5546C55.0482 54.8082 54.8268 55.0396 54.5827 55.2445V55.3353L54.4578 55.4261L54.2079 55.6258C54.1249 55.7007 54.0353 55.7675 53.9402 55.8255L53.6724 56.0071L34.3061 69.0602C34.1479 69.1683 33.9612 69.2253 33.7706 69.2236H33.5743C33.447 69.1967 33.3262 69.1443 33.2189 69.0695C33.1117 68.9947 33.0201 68.899 32.9495 68.7879C32.9495 68.7879 32.5033 67.9891 32.4676 67.9347V67.7531V67.6623V67.5534V67.4263V67.2811C31.7014 65.262 31.6378 63.0371 32.2872 60.9761C32.9366 58.9152 34.2601 57.1424 36.0375 55.9526L45.0691 49.8708C45.2101 49.7754 45.3201 49.6398 45.3853 49.4809C45.4505 49.322 45.4679 49.147 45.4355 48.9781C45.403 48.8091 45.3221 48.6537 45.2029 48.5315C45.0837 48.4093 44.9316 48.3257 44.7657 48.2913L34.1633 46.1128H33.8599H33.7706H33.485H33.1816H33.0567H32.896H32.8068L32.5212 46.0038H32.4319H32.2534L31.9679 45.8586L31.6823 45.7134L31.4145 45.55L31.1468 45.3866C30.3041 44.8521 29.5509 44.1841 28.9156 43.4077L28.6836 43.0809L28.4159 42.6634C27.73 41.6278 27.255 40.4629 27.0189 39.2375C26.7828 38.012 26.7905 36.751 27.0415 35.5286C27.228 34.6884 27.5221 33.8766 27.9161 33.1141C28.0232 32.9144 28.1124 32.7328 28.2195 32.5694L28.3802 32.3153C28.4948 32.1207 28.6199 31.9329 28.755 31.7525L28.9156 31.5528L29.112 31.3167L29.3083 31.0989L29.4333 30.9718L29.6475 30.754L29.8259 30.5906L30.0223 30.4272L30.2365 30.2456H30.3257L30.4685 30.1185H30.5578L30.7898 29.9551L50.049 16.9746C50.1725 16.8912 50.3113 16.8338 50.457 16.806C50.6027 16.7782 50.7524 16.7804 50.8973 16.8126C51.0421 16.8448 51.1791 16.9062 51.3002 16.9933C51.4212 17.0804 51.5238 17.1913 51.6019 17.3195L51.7626 17.5918L51.8875 17.846C51.8875 17.9368 51.9768 18.0094 52.0125 18.082C52.0125 18.082 52.0125 18.082 52.0125 18.191C52.0239 18.2325 52.0239 18.2765 52.0125 18.318L52.1195 18.5904C52.1292 18.6383 52.1292 18.6877 52.1195 18.7356C52.1195 18.7356 52.1195 18.7356 52.1195 18.8445C52.8288 20.8305 52.8625 23.0011 52.2153 25.0089C51.5681 27.0166 50.2774 28.7455 48.5497 29.9188L39.6251 35.9462C39.4842 36.0415 39.3742 36.1772 39.309 36.3361C39.2438 36.495 39.2263 36.6699 39.2588 36.8389C39.2912 37.0078 39.3722 37.1632 39.4914 37.2854C39.6106 37.4077 39.7627 37.4912 39.9286 37.5256L50.4417 39.686C52.5458 40.1281 54.4361 41.2935 55.7948 42.9862C57.1536 44.679 57.8979 46.796 57.9027 48.9812C57.5635 48.4003 57.5278 48.9812 57.5278 48.9812V49.0175Z" fill="url(#paint0_linear_619_170)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_619_170" x1="1.17098e-05" y1="1.49716e-06" x2="84.02" y2="71.3596" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#4E01D1"/>
6
+ <stop offset="1" stop-color="#6104FF"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
admin-core/inc/admin-helper.php ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Uag Admin Helper.
4
+ *
5
+ * @package Uag
6
+ */
7
+
8
+ namespace UagAdmin\Inc;
9
+
10
+ // Exit if accessed directly.
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ /**
16
+ * Class Admin_Helper.
17
+ */
18
+ class Admin_Helper {
19
+
20
+ /**
21
+ * Common.
22
+ *
23
+ * @var object instance
24
+ */
25
+ public static $common = null;
26
+
27
+ /**
28
+ * Options.
29
+ *
30
+ * @var object instance
31
+ */
32
+ public static $options = null;
33
+
34
+ /**
35
+ * Get Common settings.
36
+ *
37
+ * @return array.
38
+ */
39
+ public static function get_common_settings() {
40
+ $uag_versions = self::get_rollback_versions_options();
41
+ $changelog_data = self::get_changelog_feed_data();
42
+ $content_width = \UAGB_Admin_Helper::get_global_content_width();
43
+
44
+ $options = array(
45
+ 'rollback_to_previous_version' => isset( $uag_versions[0]['value'] ) ? $uag_versions[0]['value'] : '',
46
+ 'enable_beta_updates' => \UAGB_Admin_Helper::get_admin_settings_option( 'uagb_beta', 'no' ),
47
+ 'enable_file_generation' => \UAGB_Admin_Helper::get_admin_settings_option( '_uagb_allow_file_generation', 'enabled' ),
48
+ 'blocks_activation_and_deactivation' => self::get_blocks(),
49
+ 'enable_templates_button' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_templates_button', 'yes' ),
50
+ 'enable_block_condition' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_block_condition', 'disabled' ),
51
+ 'enable_masonry_gallery' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_masonry_gallery', 'enabled' ),
52
+ 'enable_block_responsive' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_block_responsive', 'enabled' ),
53
+ 'select_font_globally' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_select_font_globally', array() ),
54
+ 'load_select_font_globally' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_select_font_globally', 'disabled' ),
55
+ 'load_gfonts_locally' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_gfonts_locally', 'disabled' ),
56
+ 'collapse_panels' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_collapse_panels', 'enabled' ),
57
+ 'copy_paste' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_copy_paste', 'enabled' ),
58
+ 'preload_local_fonts' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_preload_local_fonts', 'disabled' ),
59
+ 'enable_coming_soon_mode' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_coming_soon_mode', 'disabled' ),
60
+ 'coming_soon_page' => self::get_coming_soon_page(),
61
+ 'uag_previous_versions' => $uag_versions,
62
+ 'changelog_data' => $changelog_data,
63
+ 'content_width' => $content_width,
64
+ 'container_global_padding' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_container_global_padding', 'default' ),
65
+ 'recaptcha_site_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
66
+ 'recaptcha_secret_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
67
+ 'recaptcha_site_key_v3' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v3', '' ),
68
+ 'recaptcha_secret_key_v3' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v3', '' ),
69
+ 'blocks_editor_spacing' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_blocks_editor_spacing', 0 ),
70
+ 'load_font_awesome_5' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_font_awesome_5', ( 'yes' === get_option( 'uagb-old-user-less-than-2' ) ) ? 'enabled' : 'disabled' ),
71
+ 'auto_block_recovery' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_auto_block_recovery', ( 'yes' === get_option( 'uagb-old-user-less-than-2' ) ) ? 'enabled' : 'disabled' ),
72
+ 'uagb_old_user_less_than_2' => get_option( 'uagb-old-user-less-than-2' ),
73
+ );
74
+
75
+ return $options;
76
+ }
77
+
78
+ /**
79
+ * Get Coming Soon Page
80
+ *
81
+ * @since 2.0.0
82
+ * @return boolean|array
83
+ */
84
+ public static function get_coming_soon_page() {
85
+ $page_id = \UAGB_Admin_Helper::get_admin_settings_option( 'uag_coming_soon_page', '' );
86
+ if ( $page_id ) {
87
+ return array(
88
+ 'value' => $page_id,
89
+ 'label' => \get_the_title( $page_id ),
90
+ );
91
+ }
92
+ return false;
93
+ }
94
+
95
+ /**
96
+ * Get Changelogs from API.
97
+ *
98
+ * @since 2.0.0
99
+ * @return array $changelog_data Changelog Data.
100
+ */
101
+ public static function get_changelog_feed_data() {
102
+ $posts = json_decode( wp_remote_retrieve_body( wp_remote_get( 'https://wpspectra.com/wp-json/wp/v2/changelog?per_page=3' ) ) );
103
+ $changelog_data = array();
104
+
105
+ if ( isset( $posts ) && is_array( $posts ) ) {
106
+ foreach ( $posts as $post ) {
107
+
108
+ $changelog_data[] = array(
109
+ 'title' => $post->title->rendered,
110
+ 'date' => gmdate( 'l F j, Y', strtotime( $post->date ) ),
111
+ 'description' => $post->content->rendered,
112
+ 'link' => $post->link,
113
+ );
114
+ }
115
+ }
116
+
117
+ return $changelog_data;
118
+ }
119
+ /**
120
+ * Get blocks.
121
+ */
122
+ public static function get_blocks() {
123
+
124
+ // Get all blocks.
125
+ $list_blocks = \UAGB_Helper::$block_list;
126
+ $default_blocks = array();
127
+
128
+ // Set all extension to enabled.
129
+ foreach ( $list_blocks as $slug => $value ) {
130
+ $_slug = str_replace( 'uagb/', '', $slug );
131
+ $default_blocks[ $_slug ] = $_slug;
132
+ }
133
+
134
+ // Escape attrs.
135
+ $default_blocks = array_map( 'esc_attr', $default_blocks );
136
+ $saved_blocks = \UAGB_Admin_Helper::get_admin_settings_option( '_uagb_blocks', array() );
137
+
138
+ return wp_parse_args( $saved_blocks, $default_blocks );
139
+ }
140
+
141
+ /**
142
+ * Get options.
143
+ */
144
+ public static function get_options() {
145
+
146
+ $general_settings = self::get_common_settings();
147
+
148
+ $options = $general_settings;
149
+
150
+ $options = apply_filters( 'uag_global_data_options', $options );
151
+
152
+ return $options;
153
+ }
154
+
155
+ /**
156
+ * Get Rollback versions.
157
+ *
158
+ * @since 1.23.0
159
+ * @return array
160
+ * @access public
161
+ */
162
+ public static function get_rollback_versions_options() {
163
+
164
+ $rollback_versions = \UAGB_Admin_Helper::get_instance()->get_rollback_versions();
165
+
166
+ $rollback_versions_options = array();
167
+
168
+ foreach ( $rollback_versions as $version ) {
169
+
170
+ $version = array(
171
+ 'label' => $version,
172
+ 'value' => $version,
173
+
174
+ );
175
+
176
+ $rollback_versions_options[] = $version;
177
+ }
178
+
179
+ return $rollback_versions_options;
180
+ }
181
+ /**
182
+ * Sort Rollback versions.
183
+ *
184
+ * @param string $prev Previous Version.
185
+ * @param string $next Next Version.
186
+ *
187
+ * @since 1.23.0
188
+ * @return array
189
+ * @access public
190
+ */
191
+ public static function sort_rollback_versions( $prev, $next ) {
192
+
193
+ if ( version_compare( $prev, $next, '==' ) ) {
194
+ return 0;
195
+ }
196
+
197
+ if ( version_compare( $prev, $next, '>' ) ) {
198
+ return -1;
199
+ }
200
+
201
+ return 1;
202
+ }
203
+ }
admin-core/inc/admin-menu.php ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Uag Admin Menu.
4
+ *
5
+ * @package Uag
6
+ */
7
+
8
+ namespace UagAdmin\Inc;
9
+
10
+ use UagAdmin\Inc\Admin_Helper;
11
+
12
+ // Exit if accessed directly.
13
+ if ( ! defined( 'ABSPATH' ) ) {
14
+ exit;
15
+ }
16
+
17
+ /**
18
+ * Class Admin_Menu.
19
+ */
20
+ class Admin_Menu {
21
+
22
+ /**
23
+ * Instance
24
+ *
25
+ * @access private
26
+ * @var object Class object.
27
+ * @since 1.0.0
28
+ */
29
+ private static $instance;
30
+
31
+ /**
32
+ * Initiator
33
+ *
34
+ * @since 1.0.0
35
+ * @return object initialized object of class.
36
+ */
37
+ public static function get_instance() {
38
+ if ( ! isset( self::$instance ) ) {
39
+ self::$instance = new self();
40
+ }
41
+ return self::$instance;
42
+ }
43
+
44
+ /**
45
+ * Instance
46
+ *
47
+ * @access private
48
+ * @var string Class object.
49
+ * @since 1.0.0
50
+ */
51
+ private $menu_slug = 'spectra';
52
+
53
+ /**
54
+ * Constructor
55
+ *
56
+ * @since 1.0.0
57
+ */
58
+ public function __construct() {
59
+
60
+ $this->initialize_hooks();
61
+ }
62
+
63
+ /**
64
+ * Init Hooks.
65
+ *
66
+ * @since 1.0.0
67
+ * @return void
68
+ */
69
+ public function initialize_hooks() {
70
+ add_action( 'admin_menu', array( $this, 'setup_menu' ) );
71
+ add_action( 'admin_init', array( $this, 'settings_admin_scripts' ) );
72
+
73
+ add_filter( 'plugin_action_links_' . UAGB_BASE, array( $this, 'add_action_links' ) );
74
+ /* Render admin content view */
75
+ add_action( 'uag_render_admin_page_content', array( $this, 'render_content' ), 10, 2 );
76
+
77
+ }
78
+
79
+ /**
80
+ * Show action on plugin page.
81
+ *
82
+ * @param array $links links.
83
+ * @return array
84
+ */
85
+ public function add_action_links( $links ) {
86
+
87
+ $default_url = admin_url( 'options-general.php?page=' . $this->menu_slug );
88
+
89
+ $mylinks = array(
90
+ '<a href="' . $default_url . '">' . __( 'Settings', 'ultimate-addons-for-gutenberg' ) . '</a>',
91
+ );
92
+
93
+ return array_merge( $mylinks, $links );
94
+ }
95
+
96
+ /**
97
+ * Initialize after Cartflows pro get loaded.
98
+ */
99
+ public function settings_admin_scripts() {
100
+ // Enqueue admin scripts.
101
+ if ( ! empty( $_GET['page'] ) && ( $this->menu_slug === $_GET['page'] || false !== strpos( $_GET['page'], $this->menu_slug . '_' ) ) ) { //phpcs:ignore
102
+
103
+ add_action( 'admin_enqueue_scripts', array( $this, 'styles_scripts' ) );
104
+
105
+ add_filter( 'admin_footer_text', array( $this, 'add_footer_link' ), 99 );
106
+ }
107
+ }
108
+
109
+ /**
110
+ * Add submenu to admin menu.
111
+ *
112
+ * @since 1.0.0
113
+ */
114
+ public function setup_menu() {
115
+ if ( ! current_user_can( 'manage_options' ) ) {
116
+ return;
117
+ }
118
+
119
+ $menu_slug = $this->menu_slug;
120
+ $capability = 'manage_options';
121
+
122
+ add_submenu_page(
123
+ 'options-general.php',
124
+ 'Spectra',
125
+ 'Spectra',
126
+ $capability,
127
+ $menu_slug,
128
+ array( $this, 'render' ),
129
+ 10
130
+ );
131
+ }
132
+
133
+ /**
134
+ * Renders the admin settings.
135
+ *
136
+ * @since 1.0.0
137
+ * @return void
138
+ */
139
+ public function render() {
140
+
141
+ $menu_page_slug = ( ! empty( $_GET['page'] ) ) ? sanitize_text_field( wp_unslash( $_GET['page'] ) ) : $this->menu_slug; //phpcs:ignore
142
+ $page_action = '';
143
+
144
+ if ( isset( $_GET['action'] ) ) { //phpcs:ignore
145
+ $page_action = sanitize_text_field( wp_unslash( $_GET['action'] ) ); //phpcs:ignore
146
+ $page_action = str_replace( '_', '-', $page_action );
147
+ }
148
+
149
+ include_once UAG_ADMIN_DIR . 'views/admin-base.php';
150
+ }
151
+
152
+ /**
153
+ * Renders the admin settings content.
154
+ *
155
+ * @since 1.0.0
156
+ * @param sting $menu_page_slug current page name.
157
+ * @param sting $page_action current page action.
158
+ *
159
+ * @return void
160
+ */
161
+ public function render_content( $menu_page_slug, $page_action ) {
162
+
163
+ if ( $this->menu_slug === $menu_page_slug ) {
164
+ include_once UAG_ADMIN_DIR . 'views/dashboard-app.php';
165
+ }
166
+ }
167
+
168
+ /**
169
+ * Enqueues the needed CSS/JS for the builder's admin settings page.
170
+ *
171
+ * @since 1.0.0
172
+ */
173
+ public function styles_scripts() {
174
+
175
+ $admin_slug = 'uag-admin';
176
+ $blocks_info = $this->get_blocks_info_for_activation_deactivation();
177
+ wp_enqueue_style( $admin_slug . '-font', 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap', array(), UAGB_VER );
178
+ // Styles.
179
+
180
+ wp_enqueue_style( 'wp-components' );
181
+
182
+ $theme = wp_get_theme();
183
+
184
+ $localize = apply_filters(
185
+ 'uag_react_admin_localize',
186
+ array(
187
+ 'current_user' => ! empty( wp_get_current_user()->user_firstname ) ? wp_get_current_user()->user_firstname : wp_get_current_user()->display_name,
188
+ 'admin_base_url' => admin_url(),
189
+ 'uag_base_url' => admin_url( 'options-general.php?page=' . $this->menu_slug ),
190
+ 'plugin_dir' => UAGB_URL,
191
+ 'plugin_ver' => UAGB_VER,
192
+ 'logo_url' => UAGB_URL . 'admin-core/assets/images/uag-logo.svg',
193
+ 'admin_url' => admin_url( 'admin.php' ),
194
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
195
+ 'wp_pages_url' => admin_url( 'post-new.php?post_type=page' ),
196
+ 'home_slug' => $this->menu_slug,
197
+ 'rollback_url' => esc_url( add_query_arg( 'version', 'VERSION', wp_nonce_url( admin_url( 'admin-post.php?action=uag_rollback' ), 'uag_rollback' ) ) ),
198
+ 'blocks_info' => $blocks_info,
199
+ 'reusable_url' => esc_url( admin_url( 'edit.php?post_type=wp_block' ) ),
200
+ 'global_data' => Admin_Helper::get_options(),
201
+ 'uag_content_width_set_by' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_content_width_set_by', __( 'Spectra', 'ultimate-addons-for-gutenberg' ) ),
202
+ 'spectra_custom_fonts' => apply_filters( 'spectra_system_fonts', array() ),
203
+ )
204
+ );
205
+
206
+ $this->settings_app_scripts( $localize );
207
+ }
208
+
209
+
210
+ /**
211
+ * Create an Array of Blocks info which we need to show in Admin dashboard.
212
+ */
213
+ public function get_blocks_info_for_activation_deactivation() {
214
+
215
+ $blocks = \UAGB_Admin_Helper::get_block_options();
216
+
217
+ array_multisort(
218
+ array_map(
219
+ function( $element ) {
220
+ if ( isset( $element['priority'] ) ) {
221
+ return $element['priority'];
222
+ }
223
+ return;
224
+ },
225
+ $blocks
226
+ ),
227
+ SORT_ASC,
228
+ $blocks
229
+ );
230
+
231
+ $cf7_status = $this->get_plugin_status( 'contact-form-7/wp-contact-form-7.php' );
232
+ $gf_status = $this->get_plugin_status( 'gravityforms/gravityforms.php' );
233
+
234
+ if ( is_array( $blocks ) && ! empty( $blocks ) ) {
235
+
236
+ $blocks_names = array();
237
+
238
+ foreach ( $blocks as $addon => $info ) {
239
+
240
+ $addon = str_replace( 'uagb/', '', $addon );
241
+
242
+ $exclude_blocks = array(
243
+ 'column',
244
+ 'icon-list-child',
245
+ 'social-share-child',
246
+ 'buttons-child',
247
+ 'faq-child',
248
+ 'forms-name',
249
+ 'forms-email',
250
+ 'forms-hidden',
251
+ 'forms-phone',
252
+ 'forms-textarea',
253
+ 'forms-url',
254
+ 'forms-select',
255
+ 'forms-radio',
256
+ 'forms-checkbox',
257
+ 'forms-upload',
258
+ 'forms-toggle',
259
+ 'forms-date',
260
+ 'forms-accept',
261
+ 'post-title',
262
+ 'post-image',
263
+ 'post-button',
264
+ 'post-excerpt',
265
+ 'post-taxonomy',
266
+ 'post-meta',
267
+ 'restaurant-menu-child',
268
+ 'content-timeline-child',
269
+ 'tabs-child',
270
+ 'how-to-step',
271
+ );
272
+
273
+ if ( ( 'cf7-styler' === $addon && 'active' !== $cf7_status ) || ( 'gf-styler' === $addon && 'active' !== $gf_status ) ) {
274
+ $exclude_blocks[] = $addon;
275
+ }
276
+
277
+ if ( 'yes' !== get_option( 'uagb-old-user-less-than-2' ) ) {
278
+ $exclude_blocks[] = 'wp-search';
279
+ $exclude_blocks[] = 'columns';
280
+ $exclude_blocks[] = 'section';
281
+ $exclude_blocks[] = 'cf7-styler';
282
+ $exclude_blocks[] = 'gf-styler';
283
+ $exclude_blocks[] = 'post-masonry';
284
+ }
285
+
286
+ if ( array_key_exists( 'extension', $info ) && $info['extension'] ) {
287
+ continue;
288
+ }
289
+
290
+ if ( in_array( $addon, $exclude_blocks, true ) ) {
291
+ continue;
292
+ }
293
+ $info['slug'] = $addon;
294
+ $blocks_names[] = $info;
295
+
296
+ }
297
+
298
+ return $blocks_names;
299
+ }
300
+
301
+ return array();
302
+
303
+ }
304
+
305
+ /**
306
+ * Get plugin status
307
+ *
308
+ * @since 2.0.0
309
+ *
310
+ * @param string $plugin_init_file Plguin init file.
311
+ * @return mixed
312
+ */
313
+ public function get_plugin_status( $plugin_init_file ) {
314
+
315
+ $installed_plugins = get_plugins();
316
+
317
+ if ( ! isset( $installed_plugins[ $plugin_init_file ] ) ) {
318
+ return 'not-installed';
319
+ } elseif ( is_plugin_active( $plugin_init_file ) ) {
320
+ return 'active';
321
+ } else {
322
+ return 'inactive';
323
+ }
324
+ }
325
+
326
+ /**
327
+ * Settings app scripts
328
+ *
329
+ * @param array $localize Variable names.
330
+ */
331
+ public function settings_app_scripts( $localize ) {
332
+ $handle = 'uag-admin-settings';
333
+ $build_path = UAG_ADMIN_DIR . 'assets/build/';
334
+ $build_url = UAG_ADMIN_URL . 'assets/build/';
335
+ $script_asset_path = $build_path . 'dashboard-app.asset.php';
336
+ $script_info = file_exists( $script_asset_path )
337
+ ? include $script_asset_path
338
+ : array(
339
+ 'dependencies' => array(),
340
+ 'version' => UAGB_VER,
341
+ );
342
+
343
+ $script_dep = array_merge( $script_info['dependencies'], array( 'updates' ) );
344
+
345
+ wp_register_script(
346
+ $handle,
347
+ $build_url . 'dashboard-app.js',
348
+ $script_dep,
349
+ $script_info['version'],
350
+ true
351
+ );
352
+
353
+ wp_register_style(
354
+ $handle,
355
+ $build_url . 'dashboard-app.css',
356
+ array(),
357
+ UAGB_VER
358
+ );
359
+
360
+ wp_register_style(
361
+ 'uag-admin-google-fonts',
362
+ 'https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap',
363
+ array(),
364
+ UAGB_VER
365
+ );
366
+
367
+ wp_enqueue_script( $handle );
368
+
369
+ wp_set_script_translations( $handle, 'ultimate-addons-for-gutenberg' );
370
+ wp_enqueue_style( 'uag-admin-google-fonts' );
371
+ wp_enqueue_style( $handle );
372
+ wp_style_add_data( $handle, 'rtl', 'replace' );
373
+ wp_localize_script( $handle, 'uag_admin_react', $localize );
374
+ wp_localize_script( $handle, 'uag_react', $localize );
375
+
376
+ }
377
+
378
+ /**
379
+ * Add footer link.
380
+ */
381
+ public function add_footer_link() {
382
+
383
+ $logs_page_url = '#';
384
+
385
+ echo '<span id="footer-thankyou"> Thank you for using <a href="#" class="focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover">Spectra.</a></span>';
386
+ }
387
+
388
+ }
389
+
390
+ Admin_Menu::get_instance();
admin-core/postcss.config.js ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ module.exports = {
2
+ plugins: {
3
+ tailwindcss: {},
4
+ autoprefixer: { grid:true },
5
+ },
6
+ }
admin-core/tailwind.config.js ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ module.exports = {
2
+ content: [
3
+ './assets/src/dashboard-app/**/*.{html,js}',
4
+ ],
5
+ plugins: [
6
+ require( '@tailwindcss/forms' ),
7
+ ],
8
+ theme: {
9
+ extend: {
10
+ colors: {
11
+ spectra: {
12
+ DEFAULT: '#6104FF',
13
+ hover: '#5300E0',
14
+ },
15
+ },
16
+ fontFamily: {
17
+ inter: ['"Inter"', 'sans-serif'],
18
+ },
19
+ boxShadow: {
20
+ 'overlay-left': '-16px 0px 80px -24px rgba(0, 0, 0, 0.16)',
21
+ 'overlay-right': '16px 0px 80px -24px rgba(0, 0, 0, 0.16)',
22
+ 'hover': '0px 12px 24px -12px rgba(0, 0, 0, 0.12)',
23
+ },
24
+ },
25
+ },
26
+ variants: {
27
+ extend: {},
28
+ },
29
+ }
admin-core/views/admin-base.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Admin Base HTML.
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ // Exit if accessed directly.
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit;
11
+ }
12
+
13
+ ?>
14
+ <div class="uag-menu-page-wrapper">
15
+ <div id="uag-menu-page">
16
+ <div class="uag-menu-page-content uag-clear">
17
+ <?php
18
+
19
+ do_action( 'uag_render_admin_page_content', $menu_page_slug, $page_action );
20
+ ?>
21
+ </div>
22
+ </div>
23
+ </div>
admin-core/views/dashboard-app.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Single page settings page
4
+ *
5
+ * @package uag
6
+ */
7
+
8
+ // Exit if accessed directly.
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit;
11
+ }
12
+
13
+ ?>
14
+
15
+ <div id="uag-dashboard-app" class="uag-dashboard-app">
16
+ </div>
admin/assets/admin-menu-settings.css DELETED
@@ -1,371 +0,0 @@
1
- .uagb-clear:before, .uagb-clear:after {
2
- content: " ";
3
- display: table;
4
- }
5
-
6
- .uagb-clear:after {
7
- clear: both;
8
- }
9
-
10
- .uagb-menu-page-wrapper.wrap {
11
- margin: 0;
12
- }
13
-
14
- .uagb-flex {
15
- -js-display: flex;
16
- display: -webkit-box;
17
- display: -webkit-flex;
18
- display: -moz-box;
19
- display: -ms-flexbox;
20
- display: flex;
21
- -webkit-box-align: center;
22
- -webkit-align-items: center;
23
- -moz-box-align: center;
24
- -ms-flex-align: center;
25
- align-items: center;
26
- -webkit-flex-wrap: wrap;
27
- -ms-flex-wrap: wrap;
28
- flex-wrap: wrap;
29
- -webkit-align-content: center;
30
- -ms-flex-line-pack: center;
31
- align-content: center;
32
- }
33
-
34
- .form-field p.uagb-p {
35
- margin: 1em 0;
36
- }
37
-
38
- #poststuff .uagb-intro-col h2 {
39
- font-size: 18px;
40
- padding-left: 0;
41
- }
42
-
43
- .uagb-container img.uagb-ast-img {
44
- width: 100%;
45
- }
46
-
47
- .uagb-intro-section {
48
- padding: 20px;
49
- }
50
-
51
- .uagb-intro-section .uagb-intro-icon,
52
- .uagb-intro-section .uagb-gen-icon {
53
- margin-right: 8px;
54
- width: 25px;
55
- height: 25px;
56
- font-size: 25px;
57
- }
58
-
59
- .uagb-title .uagb-plugin-version {
60
- background-color: #e5e5e5;
61
- border-radius: 3px;
62
- font-size: 0.5em;
63
- font-weight: 400;
64
- margin-left: 10px;
65
- padding: 2px 7px;
66
- color: #333;
67
- }
68
-
69
- .uagb-container div.notice, .uagb-container div.updated, .uagb-container div.error {
70
- margin-top: 0;
71
- }
72
-
73
- .uagb-container {
74
- max-width: 1200px;
75
- margin: 0 auto;
76
- padding: 0 20px;
77
- box-sizing: border-box;
78
- }
79
-
80
- #uagb-menu-page .uagb-notice {
81
- max-width: 860px;
82
- margin: 0 auto;
83
- line-height: initial;
84
- margin-bottom: 15px;
85
- }
86
-
87
- .uagb-menu-page-wrapper a {
88
- text-decoration: none;
89
- }
90
-
91
- .uagb-bulk-actions-wrap {
92
- flex: auto;
93
- text-align: right;
94
- }
95
-
96
- .uagb-general-list .inside {
97
- padding: 0;
98
- margin: 0;
99
- }
100
-
101
- .uagb-list-section .uagb-widget-list li {
102
- -js-display: flex;
103
- display: -webkit-box;
104
- display: -webkit-flex;
105
- display: -moz-box;
106
- display: -ms-flexbox;
107
- display: flex;
108
- -webkit-box-align: center;
109
- -webkit-align-items: center;
110
- -moz-box-align: center;
111
- -ms-flex-align: center;
112
- align-items: center;
113
- -webkit-flex-wrap: wrap;
114
- -ms-flex-wrap: wrap;
115
- flex-wrap: wrap;
116
- -webkit-align-content: center;
117
- -ms-flex-line-pack: center;
118
- align-content: center;
119
- padding: 10px 12px;
120
- -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
121
- -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
122
- box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
123
- margin-bottom: 0;
124
- }
125
-
126
- .uagb-list-section .uagb-widget-list li:nth-child(even) {
127
- background-color: #fbfbfb;
128
- }
129
-
130
- .uagb-list-section .uagb-widget-list .activate {
131
- border-left: 3px solid #008ec2;
132
- padding-left: 12px;
133
- }
134
-
135
- .uagb-widget-list a {
136
- text-decoration: none;
137
- }
138
-
139
- .uagb-widget-link-wrapper {
140
- -js-display: flex;
141
- display: -webkit-box;
142
- display: -webkit-flex;
143
- display: -moz-box;
144
- display: -ms-flexbox;
145
- display: flex;
146
- -webkit-box-align: center;
147
- -webkit-align-items: center;
148
- -moz-box-align: center;
149
- -ms-flex-align: center;
150
- align-items: center;
151
- -webkit-flex-wrap: wrap;
152
- -ms-flex-wrap: wrap;
153
- flex-wrap: wrap;
154
- -webkit-align-content: center;
155
- -ms-flex-line-pack: center;
156
- align-content: center;
157
- display: -webkit-flex;
158
- -webkit-flex-direction: row-reverse;
159
- flex-direction: row-reverse;
160
- flex: auto;
161
- }
162
-
163
- .uagb-widget-list li a:before {
164
- display: inline-block;
165
- margin-right: 2px;
166
- font: normal 20px/1 'dashicons';
167
- -webkit-font-smoothing: antialiased;
168
- -moz-osx-font-smoothing: grayscale;
169
- vertical-align: top;
170
- }
171
-
172
- .uagb-widget-link-wrapper a:nth-child(even) {
173
- margin: 0 10px;
174
- }
175
-
176
- .uagb-container .postbox .hndle {
177
- cursor: unset;
178
- background: #f7f7f7;
179
- border-bottom: 2px solid #e6e6e6;
180
- }
181
- .uagb-container .postbox ul{
182
- margin: 0;
183
- }
184
- .uagb-widget-list a{
185
- line-height: 1.6;
186
- }
187
- .uagb-widget-list a:focus{
188
- box-shadow: none;
189
- }
190
-
191
- /* Update icon. */
192
- .uagb-widget-link-wrapper a.updating-message:before {
193
- color: #f56e28;
194
- content: "\f463";
195
- }
196
-
197
- /* Spins the update icon. */
198
- .uagb-widget-link-wrapper a.updating-message:before {
199
- -webkit-animation: rotation 2s infinite linear;
200
- animation: rotation 2s infinite linear;
201
- }
202
-
203
- .settings_page_uag #wpcontent,
204
- .settings_page_uag-tools #wpcontent {
205
- padding: 0;
206
- }
207
-
208
- /* Header */
209
- .uagb-menu-page-header.general .uagb-container,
210
- .uagb-container.uagb-general {
211
- max-width: 930px;
212
- }
213
-
214
- .uagb-title {
215
- flex: auto;
216
- align-content: flex-start;
217
- text-align: left;
218
- margin: 15px 0;
219
- }
220
-
221
- .uagb-title a,
222
- .uagb-title span {
223
- display: block;
224
- outline: none;
225
- box-shadow: none;
226
- font-size: 1.5rem;
227
- color: #333333;
228
- font-weight: 500;
229
- }
230
-
231
- .uagb-title > a {
232
- display: flex;
233
- align-items: center;
234
- }
235
-
236
- .uagb-header-icon {
237
- width: 200px;
238
- vertical-align: bottom;
239
- }
240
-
241
- .uagb-top-links {
242
- flex: auto;
243
- text-align: right;
244
- font-weight: bold;
245
- }
246
-
247
- .uagb-menu-page-header {
248
- background-color: #fff;
249
- text-align: center;
250
- padding: 10px 0;
251
- margin-bottom: 20px;
252
- box-shadow: 0 2px 0 #efefef, 0 2px 2px #ececec;
253
- }
254
-
255
- /* White Label link*/
256
- .uagb-widget-list .uagb-white-label{
257
- border-left: 3px solid #008ec2;
258
- padding-left: 12px;
259
- }
260
-
261
- /* Integration */
262
- .uagb-integration-wrapper #poststuff {
263
- width: 640px;
264
- margin: 0 auto;
265
- min-width: 640px;
266
- }
267
-
268
- .uagb-integration-form-wrap .form-field select {
269
- border-style: solid;
270
- border-width: 1px;
271
- width: 95%;
272
- }
273
-
274
- /* Spinner */
275
- .uagb-button-spinner:before {
276
- font: normal 20px/.5 dashicons;
277
- speak: none;
278
- display: inline-block;
279
- padding: 0;
280
- top: 8px;
281
- left: -4px;
282
- position: relative;
283
- vertical-align: top;
284
- content: "\f463";
285
- }
286
-
287
- .uagb-button-spinner.loading:before {
288
- -webkit-animation: rotation 1s infinite linear;
289
- animation: rotation 1s infinite linear;
290
- }
291
-
292
- .uagb-reusable-block-link > span {
293
- vertical-align: text-top;
294
- }
295
- .uag-file-permissions-notice {
296
- background: #dcdcdead;
297
- margin-bottom: 15px;
298
- padding: 5px;
299
- }
300
- .uagb-confirm-rollback-popup {
301
- position: fixed;
302
- height: 100%;
303
- width: 100%;
304
- bottom: 0;
305
- left: 0;
306
- background-color: rgba(0, 0, 0, 0.8);
307
- z-index: 9999;
308
- -webkit-user-select: none;
309
- -moz-user-select: none;
310
- -ms-user-select: none;
311
- user-select: none;
312
- display: none;
313
- }
314
- .uagb-confirm-rollback-popup-content {
315
- top: 151px;
316
- left: 532.5px;
317
- margin: auto;
318
- width: 375px;
319
- background-color: #fff;
320
- position: absolute;
321
- -webkit-border-radius: 3px;
322
- border-radius: 3px;
323
- -webkit-box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
324
- box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
325
- overflow: hidden;
326
- }
327
- .uagb-confirm-rollback-popup-header {
328
- font-size: 15px;
329
- color: #495157;
330
- padding: 30px 0 10px;
331
- font-weight: 500;
332
- text-align: center;
333
- }
334
- .uagb-confirm-rollback-popup-message {
335
- font-size: 12px;
336
- line-height: 1.5;
337
- -webkit-box-sizing: border-box;
338
- box-sizing: border-box;
339
- padding: 0 30px 30px;
340
- min-height: 50px;
341
- text-align: center;
342
- }
343
- .uagb-confirm-rollback-popup-buttons-wrapper {
344
- border-top: 1px solid #e6e9ec;
345
- text-align: center;
346
- display: inline-flex;
347
- width: 100%;
348
- }
349
- .uagb-confirm-rollback-popup-button {
350
- font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
351
- width: 50%;
352
- border: none;
353
- background: none;
354
- color: #6d7882;
355
- font-size: 15px;
356
- cursor: pointer;
357
- padding: 13px 0;
358
- outline: 0;
359
- }
360
- .uagb-confirm-rollback-popup-button:hover {
361
- background:#e6e9ec6b
362
- }
363
- .uagb-confirm-rollback-popup-button.confirm-cancel {
364
- border-right: 1px solid #e6e9ec;
365
- }
366
- .uagb-confirm-rollback-popup-button.confirm-ok {
367
- color: rgb(74, 0, 224);
368
- }
369
- .uagb-confirm-rollback-popup.show {
370
- display: block;
371
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/admin-menu-settings.js DELETED
@@ -1,483 +0,0 @@
1
- ( function( $ ) {
2
-
3
- /**
4
- * AJAX Request Queue
5
- *
6
- * - add()
7
- * - remove()
8
- * - run()
9
- * - stop()
10
- *
11
- * @since 1.2.0.8
12
- */
13
- var UAGBAjaxQueue = (function() {
14
-
15
- var requests = []
16
-
17
- return {
18
-
19
- /**
20
- * Add AJAX request
21
- *
22
- * @since 1.2.0.8
23
- */
24
- add: function(opt) {
25
- requests.push(opt)
26
- },
27
-
28
- /**
29
- * Remove AJAX request
30
- *
31
- * @since 1.2.0.8
32
- */
33
- remove: function(opt) {
34
- if( jQuery.inArray(opt, requests) > -1 )
35
- requests.splice($.inArray(opt, requests), 1)
36
- },
37
-
38
- /**
39
- * Run / Process AJAX request
40
- *
41
- * @since 1.2.0.8
42
- */
43
- run: function() {
44
- var self = this,
45
- oriSuc
46
-
47
- if( requests.length ) {
48
- oriSuc = requests[0].complete
49
-
50
- requests[0].complete = function() {
51
- if( typeof(oriSuc) === "function" ) oriSuc()
52
- requests.shift()
53
- self.run.apply(self, [])
54
- }
55
-
56
- jQuery.ajax(requests[0])
57
-
58
- } else {
59
-
60
- self.tid = setTimeout(function() {
61
- self.run.apply(self, [])
62
- }, 1000)
63
- }
64
- },
65
-
66
- /**
67
- * Stop AJAX request
68
- *
69
- * @since 1.2.0.8
70
- */
71
- stop: function() {
72
-
73
- requests = []
74
- clearTimeout(this.tid)
75
- }
76
- }
77
-
78
- }())
79
-
80
- UAGBAdmin = {
81
-
82
- init: function() {
83
- /**
84
- * Run / Process AJAX request
85
- */
86
- UAGBAjaxQueue.run()
87
-
88
- $( document ).on( "click",".uagb-activate-widget", UAGBAdmin._activate_widget )
89
- $( document ).on( "click",".uagb-deactivate-widget", UAGBAdmin._deactivate_widget )
90
-
91
- $( document ).on( "click",".uagb-activate-all", UAGBAdmin._bulk_activate_widgets )
92
- $( document ).on( "click",".uagb-deactivate-all", UAGBAdmin._bulk_deactivate_widgets )
93
-
94
- $( document ).on( "click",".uag-install-theme", UAGBAdmin._installNow )
95
- $( document ).on( "click",".uag-activate-theme", UAGBAdmin._activateTheme)
96
-
97
- $( document ).on( "click",".uag-file-generation", UAGBAdmin._fileGeneration )
98
-
99
- $( document ).on( "click",".uag-file-regeneration", UAGBAdmin._fileReGeneration )
100
-
101
- $( document ).on( "click",".uag-beta-updates", UAGBAdmin._betaUpdates )
102
-
103
- $( document ).on( "change",".uagb-rollback-select", UAGBAdmin._selectRollbackVersion ).trigger('change');
104
-
105
- $( document ).on( "click",".uagb-rollback-button", UAGBAdmin._onRollbackClick )
106
-
107
- $( document ).on( "click",".uagb-confirm-rollback-popup-button.confirm-ok", UAGBAdmin._onConfirmClick )
108
-
109
- $( document ).on( "click",".uagb-confirm-rollback-popup-button.confirm-cancel", UAGBAdmin._closeRollbackPopup )
110
-
111
- $( document ).on( "keyup", UAGBAdmin._onEscPressed )
112
-
113
- $( document ).on( "click", UAGBAdmin._onOutsidePopupClick )
114
-
115
- },
116
- _onRollbackClick: function ( e ) {
117
-
118
- e.preventDefault();
119
-
120
- $( '.uagb-confirm-rollback-popup' ).addClass('show');
121
- },
122
- _onConfirmClick: function ( e ) {
123
-
124
- e.preventDefault();
125
-
126
- location.href = $( '.uagb-rollback-button' ).attr('href');
127
-
128
- UAGBAdmin._closeRollbackPopup( e );
129
- },
130
- _onEscPressed: function ( e ) {
131
-
132
- // 27 is keymap for esc key.
133
- if ( e.keyCode === 27 ) {
134
-
135
- UAGBAdmin._closeRollbackPopup( e );
136
- }
137
-
138
- },
139
- _onOutsidePopupClick: function ( e ) {
140
- var target = e.target,
141
- popup = $( '.uagb-confirm-rollback-popup.show' );
142
-
143
- if ( target === popup[0] ) {
144
- UAGBAdmin._closeRollbackPopup( e );
145
- }
146
- },
147
- _closeRollbackPopup: function ( e ) {
148
- e.preventDefault();
149
- $( '.uagb-confirm-rollback-popup' ).removeClass('show');
150
- },
151
- _selectRollbackVersion: function ( e ) {
152
-
153
- var $this = $( this ),
154
- rollbackButton = $this.next('.uagb-rollback-button'),
155
- placeholderText = rollbackButton.data('placeholder-text'),
156
- placeholderUrl = rollbackButton.data('placeholder-url');
157
-
158
- rollbackButton.html(placeholderText.replace('{VERSION}', $this.val()));
159
- rollbackButton.attr('href', placeholderUrl.replace('VERSION', $this.val()));
160
- },
161
- _betaUpdates: function( e ) {
162
-
163
- e.preventDefault();
164
-
165
- var button = $( this ),
166
- value = button.data("value")
167
-
168
- var data = {
169
- value : value,
170
- action: "uagb_beta_updates",
171
- nonce: uagb.ajax_nonce,
172
- }
173
-
174
- if ( button.hasClass( "updating-message" ) ) {
175
- return
176
- }
177
-
178
- $( button ).addClass("updating-message")
179
-
180
- UAGBAjaxQueue.add({
181
- url: ajaxurl,
182
- type: "POST",
183
- data: data,
184
- success: function(data){
185
- console.log(data);
186
- location.reload();
187
- }
188
- })
189
- },
190
- _fileGeneration: function( e ) {
191
-
192
- e.preventDefault()
193
- var button = $( this ),
194
- value = button.data("value")
195
-
196
- var data = {
197
- value : value,
198
- action: "uagb_file_generation",
199
- nonce: uagb.ajax_nonce,
200
- }
201
-
202
- if ( button.hasClass( "updating-message" ) ) {
203
- return
204
- }
205
-
206
- $( button ).addClass("updating-message")
207
-
208
- UAGBAjaxQueue.add({
209
- url: ajaxurl,
210
- type: "POST",
211
- data: data,
212
- success: function(data){
213
- console.log(data);
214
- location.reload();
215
- }
216
- })
217
-
218
- },
219
-
220
- _fileReGeneration: function( e ) {
221
-
222
- e.preventDefault();
223
-
224
- var button = $( this );
225
-
226
- var data = {
227
- action: "uagb_file_regeneration",
228
- nonce: uagb.ajax_nonce,
229
- }
230
-
231
- if ( button.hasClass( "updating-message" ) ) {
232
- return
233
- }
234
-
235
- $( button ).addClass("updating-message")
236
-
237
- UAGBAjaxQueue.add({
238
- url: ajaxurl,
239
- type: "POST",
240
- data: data,
241
- success: function(data){
242
- console.log(data);
243
- location.reload();
244
- }
245
- })
246
-
247
- },
248
-
249
- /**
250
- * Activate All Widgets.
251
- */
252
- _bulk_activate_widgets: function( e ) {
253
- var button = $( this )
254
-
255
- var data = {
256
- action: "uagb_bulk_activate_widgets",
257
- nonce: uagb.ajax_nonce,
258
- }
259
-
260
- if ( button.hasClass( "updating-message" ) ) {
261
- return
262
- }
263
-
264
- $( button ).addClass("updating-message")
265
-
266
- UAGBAjaxQueue.add({
267
- url: ajaxurl,
268
- type: "POST",
269
- data: data,
270
- success: function(data){
271
-
272
- console.log( data )
273
-
274
- // Bulk add or remove classes to all modules.
275
- $(".uagb-widget-list").children( "li" ).addClass( "activate" ).removeClass( "deactivate" )
276
- $(".uagb-widget-list").children( "li" ).find(".uagb-activate-widget")
277
- .addClass("uagb-deactivate-widget")
278
- .text(uagb.deactivate)
279
- .removeClass("uagb-activate-widget")
280
- $( button ).removeClass("updating-message")
281
- }
282
- })
283
- e.preventDefault()
284
- },
285
-
286
- /**
287
- * Deactivate All Widgets.
288
- */
289
- _bulk_deactivate_widgets: function( e ) {
290
- var button = $( this )
291
-
292
- var data = {
293
- action: "uagb_bulk_deactivate_widgets",
294
- nonce: uagb.ajax_nonce,
295
- }
296
-
297
- if ( button.hasClass( "updating-message" ) ) {
298
- return
299
- }
300
- $( button ).addClass("updating-message")
301
-
302
- UAGBAjaxQueue.add({
303
- url: ajaxurl,
304
- type: "POST",
305
- data: data,
306
- success: function(data){
307
-
308
- console.log( data )
309
- // Bulk add or remove classes to all modules.
310
- $(".uagb-widget-list").children( "li" ).addClass( "deactivate" ).removeClass( "activate" )
311
- $(".uagb-widget-list").children( "li" ).find(".uagb-deactivate-widget")
312
- .addClass("uagb-activate-widget")
313
- .text(uagb.activate)
314
- .removeClass("uagb-deactivate-widget")
315
- $( button ).removeClass("updating-message")
316
- }
317
- })
318
- e.preventDefault()
319
- },
320
-
321
- /**
322
- * Activate Module.
323
- */
324
- _activate_widget: function( e ) {
325
- var button = $( this ),
326
- id = button.parents("li").attr("id")
327
-
328
- var data = {
329
- block_id : id,
330
- action: "uagb_activate_widget",
331
- nonce: uagb.ajax_nonce,
332
- }
333
-
334
- if ( button.hasClass( "updating-message" ) ) {
335
- return
336
- }
337
-
338
- $( button ).addClass("updating-message")
339
-
340
- UAGBAjaxQueue.add({
341
- url: ajaxurl,
342
- type: "POST",
343
- data: data,
344
- success: function(data){
345
-
346
- if ( data.success ) {
347
- // Add active class.
348
- $( "#" + id ).addClass("activate").removeClass( "deactivate" )
349
- // Change button classes & text.
350
- $( "#" + id ).find(".uagb-activate-widget")
351
- .addClass("uagb-deactivate-widget")
352
- .text(uagb.deactivate)
353
- .removeClass("uagb-activate-widget")
354
- .removeClass("updating-message")
355
- } else {
356
- $( "#" + id ).find(".uagb-activate-widget").removeClass("updating-message")
357
- }
358
- }
359
- })
360
-
361
- e.preventDefault()
362
- },
363
-
364
- /**
365
- * Deactivate Module.
366
- */
367
- _deactivate_widget: function( e ) {
368
- var button = $( this ),
369
- id = button.parents("li").attr("id")
370
- var data = {
371
- block_id: id,
372
- action: "uagb_deactivate_widget",
373
- nonce: uagb.ajax_nonce,
374
- }
375
-
376
- if ( button.hasClass( "updating-message" ) ) {
377
- return
378
- }
379
-
380
- $( button ).addClass("updating-message")
381
-
382
- UAGBAjaxQueue.add({
383
- url: ajaxurl,
384
- type: "POST",
385
- data: data,
386
- success: function(data){
387
-
388
- if ( data.success ) {
389
- // Remove active class.
390
- $( "#" + id ).addClass( "deactivate" ).removeClass("activate")
391
-
392
- // Change button classes & text.
393
- $( "#" + id ).find(".uagb-deactivate-widget")
394
- .addClass("uagb-activate-widget")
395
- .text(uagb.activate)
396
- .removeClass("uagb-deactivate-widget")
397
- .removeClass("updating-message")
398
- } else {
399
- $( "#" + id ).find(".uagb-deactivate-widget").removeClass("updating-message")
400
- }
401
- }
402
- })
403
-
404
- e.preventDefault()
405
- },
406
-
407
- /**
408
- * Activate Success
409
- */
410
- _activateTheme: function( event, response ) {
411
-
412
- event.preventDefault()
413
-
414
- var $button = jQuery(event.target)
415
-
416
- var $slug = $button.data("slug")
417
-
418
- $button.text( uagb.activating_text ).addClass( "updating-message" )
419
-
420
- // WordPress adds "Activate" button after waiting for 1000ms. So we will run our activation after that.
421
- setTimeout( function() {
422
-
423
- $.ajax({
424
- url: uagb.ajax_url,
425
- type: "POST",
426
- data: {
427
- "action" : "uag-theme-activate",
428
- "slug" : $slug,
429
- "nonce" : uagb.ajax_nonce,
430
- },
431
- })
432
- .done(function (result) {
433
-
434
- if( result.success ) {
435
- $button.text( uagb.activated_text ).removeClass( "updating-message" )
436
-
437
- setTimeout( function() {
438
- $button.parents( ".uagb-sidebar" ).find( ".uagb-astra-sidebar" ).slideUp()
439
- }, 1200 )
440
- }
441
-
442
- })
443
-
444
- }, 1200 )
445
-
446
- },
447
-
448
- /**
449
- * Install Now
450
- */
451
- _installNow: function(event)
452
- {
453
- event.preventDefault()
454
-
455
- var $button = jQuery( event.target ),
456
- $document = jQuery(document)
457
-
458
- $button.text( uagb.installing_text ).addClass( "updating-message" )
459
-
460
- if ( wp.updates.shouldRequestFilesystemCredentials && ! wp.updates.ajaxLocked ) {
461
- wp.updates.requestFilesystemCredentials( event )
462
-
463
- $document.on( "credential-modal-cancel", function() {
464
- $button.text( wp.updates.l10n.installNow )
465
- wp.a11y.speak( wp.updates.l10n.updateCancel, "polite" )
466
- } )
467
- }
468
-
469
- wp.updates.installTheme( {
470
- slug: $button.data( "slug" )
471
- }).then(function(e){
472
- $button.removeClass( "uag-install-theme updating-message" ).addClass( "uag-activate-theme" ).text( "Activate Astra Now!" )
473
- })
474
- },
475
-
476
- }
477
-
478
- $( document ).ready(function() {
479
- UAGBAdmin.init()
480
- })
481
-
482
-
483
- } )( jQuery )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/admin-notice.css ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .astra-notice .notice-container {
2
+ padding-top: 10px;
3
+ padding-bottom: 10px;
4
+ display: block;
5
+ justify-content: left;
6
+ align-items: center;
7
+ }
8
+
9
+ #uagb-admin-rating .notice-container {
10
+ display: flex;
11
+ }
12
+
13
+ .astra-notice .notice-content {
14
+ margin-left: 15px;
15
+ }
16
+
17
+ .astra-notice .notice-image img {
18
+ max-width: 70px;
19
+ }
20
+
21
+ .uagb-review-notice-container {
22
+ display: flex;
23
+ align-items: center;
24
+ padding-top: 10px;
25
+ }
26
+
27
+ .uagb-review-notice-container .dashicons {
28
+ font-size: 1.4em;
29
+ padding-left: 10px;
30
+ }
31
+
32
+ .uagb-review-notice-container a {
33
+ padding-left: 5px;
34
+ text-decoration: none;
35
+ }
36
+
37
+ .uagb-review-notice-container .dashicons:first-child {
38
+ padding-left: 0;
39
+ }
admin/assets/blocks-deactivate.js CHANGED
@@ -1,10 +1,15 @@
1
- let uagb_deactivated_blocks = uagb_deactivate_blocks.deactivated_blocks
2
  // If we are recieving an object, let's convert it into an array.
3
  if ( uagb_deactivated_blocks.length ) {
4
- if ( typeof wp.blocks.unregisterBlockType !== "undefined" ) {
5
- for( block_index in uagb_deactivated_blocks ) {
6
- wp.blocks.unregisterBlockType( uagb_deactivated_blocks[block_index] );
 
 
 
 
 
 
7
  }
8
  }
9
-
10
  }
1
+ const uagb_deactivated_blocks = uagb_deactivate_blocks.deactivated_blocks;
2
  // If we are recieving an object, let's convert it into an array.
3
  if ( uagb_deactivated_blocks.length ) {
4
+ if ( typeof wp.blocks.unregisterBlockType !== 'undefined' ) {
5
+ for ( const block_index in uagb_deactivated_blocks ) {
6
+ if ( 'uagb/masonry-gallery' === uagb_deactivated_blocks[ block_index ] ) {
7
+ continue;
8
+ }
9
+
10
+ wp.blocks.unregisterBlockType(
11
+ uagb_deactivated_blocks[ block_index ]
12
+ );
13
  }
14
  }
 
15
  }
admin/assets/common-block-editor.css DELETED
@@ -1,3382 +0,0 @@
1
- /**
2
- * #.# Common SCSS
3
- *
4
- * Can include things like variables and mixins
5
- * that are used across the project.
6
- */
7
- .uagb-inspect-tabs .components-tab-panel__tabs button{
8
- padding: 10px;
9
- background: transparent;
10
- color: #333;
11
- outline: none;
12
- border-top: none;
13
- border-left: none;
14
- border-right: none;
15
- border-bottom: 3px solid #eee;
16
- cursor: pointer;
17
- -webkit-transition: all 0.2s;
18
- -o-transition: all 0.2s;
19
- transition: all 0.2s;
20
- }
21
-
22
- button.components-button.components-button.components-tab-panel__tabs-item.uagb-responsive-tabs {
23
- box-shadow:inset 0 0 0 1px #fff;
24
- }
25
-
26
- hr.uagb-editor__separator {
27
- border-bottom: 1px solid #e2e4e7;
28
- }
29
-
30
- .uagb-inspect-tabs > .components-tab-panel__tabs button.active-tab,
31
- .uagb-inspect-tabs > .components-tab-panel__tabs button:focus {
32
- border-bottom: 3px solid #333;
33
- outline:none;
34
- font-weight:500;
35
- }
36
-
37
- .uagb-inspect-tab-title {
38
- margin-top: 20px;
39
- }
40
-
41
- .uagb-inspect-tabs-col-2 > .components-tab-panel__tabs button,
42
- .uagb-inspect-tabs.uagb-inspect-tabs-col-2 > .components-tab-panel__tabs button {
43
- width: 50%;
44
- }
45
-
46
- .uagb-inspect-tabs .components-tab-panel__tabs {
47
- margin-bottom: 15px;
48
- }
49
-
50
- .uagb-inspect-tabs-col-3 > .components-tab-panel__tabs button {
51
- width: 33.33%;
52
- }
53
- .uagb-settings-notice {
54
- color: #478a3b; background-color: #e5fce3; padding: 15px; border-left: 5px solid #c3f9c5; font-size: 12px; line-height: 1.5; text-align: left;
55
- }
56
- .uagb-note,
57
- .components-base-control__help {
58
- font-size: 12px;
59
- font-style: italic;
60
- color: #a4afb7;
61
- }
62
- .components-range-control.uagb-margin-control .components-base-control__label {
63
- width: 30px;
64
- }
65
-
66
- .uagb-icons-list .uagb-widget-icon {
67
- -js-display: flex;
68
- display: -webkit-box;
69
- display: -webkit-flex;
70
- display: -moz-box;
71
- display: -ms-flexbox;
72
- display: flex;
73
- -webkit-box-align: center;
74
- -webkit-align-items: center;
75
- -moz-box-align: center;
76
- -ms-flex-align: center;
77
- align-items: center;
78
- -webkit-box-pack: center;
79
- -webkit-justify-content: center;
80
- -moz-box-pack: center;
81
- -ms-flex-pack: center;
82
- justify-content: center;
83
- float: left;
84
- cursor: pointer;
85
- padding: 1em;
86
- line-height: 1em;
87
- font-size: 1em;
88
- border: 1px solid #f1f1f1;
89
- margin: 0;
90
- text-align: center;
91
- }
92
-
93
- .uagb-icons-list {
94
- display: inline-block;
95
- margin: 1em 0 0 0;
96
- padding: 0;
97
- max-height: 200px;
98
- overflow: auto;
99
- }
100
-
101
- .uagb-widget-icon svg {
102
- width: 20px;
103
- height: 20px;
104
- }
105
-
106
- .uagb-icon-picker-wrap {
107
- position: relative;
108
- margin: 8px 0;
109
- width: 100%;
110
- vertical-align: middle;
111
- }
112
-
113
- .uagb-icon-picker-wrap .search-icon {
114
- background-color: #fff;
115
- border: 1px solid #e0e0e0;
116
- width: 100%;
117
- }
118
-
119
- .components-button-group.uagb-size-type-field {
120
- margin: 0;
121
- text-align: right;
122
- display: flex;
123
- justify-content: flex-end;
124
- margin-bottom: -18px;
125
- }
126
-
127
- .uagb-size-type-field-tabs .components-range-control .components-base-control__field {
128
- display: block;
129
- flex-wrap: unset;
130
- }
131
-
132
- .uagb-size-type-field-tabs .components-range-control .components-base-control__label {
133
- width: auto;
134
- display: block;
135
- }
136
-
137
- .uagb-size-type-field-tabs .components-range-control .components-range-control__slider {
138
- margin-bottom: 0;
139
- padding-bottom: 2px;
140
- }
141
-
142
- .uagb-size-type-field-tabs .components-range-control .dashicon {
143
- vertical-align: middle;
144
- }
145
-
146
- .edit-post-sidebar h2.uagb-size-type-field-title {
147
- font-size: 14px;
148
- margin-bottom: 0;
149
- color: #555d66;
150
- margin-top: 30px
151
- }
152
-
153
- .uagb-size-type-field-tabs {
154
- margin-bottom: 20px;
155
- margin-top: 20px;
156
- }
157
-
158
- .uagb-size-type-field-tabs{
159
- margin-bottom: -20px;
160
- }
161
-
162
- .uagb-size-type-field-tabs .components-tab-panel__tabs {
163
- border-bottom: 0;
164
- text-align: right;
165
- margin-right: 40px;
166
- margin-bottom: -20px;
167
- display: block;
168
- }
169
-
170
- .uagb-size-type-field-tabs.uagb-without-size-type .components-tab-panel__tabs {
171
- margin-right: 0;
172
- }
173
-
174
- .uagb-size-type-field-tabs .components-tab-panel__tabs button svg {
175
- width: 14px;
176
- height: 14px
177
- }
178
-
179
- .uagb-size-type-field-tabs .components-tab-panel__tabs button {
180
- border: 0;
181
- border-bottom: 0;
182
- padding: 3px 3px 0px 0px;
183
- margin-bottom: 0;
184
- outline: 0;
185
- width: auto;
186
- font-size: 8px;
187
- background: transparent;
188
- color: #999;
189
- display: inline-block;
190
- border-radius: 50%;
191
- height: 20px;
192
- width: 20px;
193
- margin-right: 3px;
194
- }
195
-
196
- .uagb-size-type-field-tabs .components-tab-panel__tabs button.active-tab,
197
- .uagb-size-type-field-tabs .components-tab-panel__tabs button.active-tab:focus {
198
- color: #23282d;
199
- background-color: #e4e5e5;
200
- box-shadow: none;
201
- }
202
-
203
- .uagb-size-type-field button.components-button.uagb-size-btn {
204
- background: transparent;
205
- color: #777;
206
- border: 0;
207
- -webkit-box-shadow: none;
208
- box-shadow: none;
209
- text-shadow: none;
210
- height: 18px;
211
- line-height: 18px;
212
- padding: 0 3px;
213
- }
214
-
215
- .uagb-size-type-field button.components-button.uagb-size-btn:first-child {
216
- padding-left: 0;
217
- }
218
-
219
- .uagb-size-type-field button.components-button.uagb-size-btn:last-child {
220
- padding-right: 0;
221
- }
222
-
223
- .uagb-size-type-field button.components-button.uagb-size-btn.is-primary,
224
- .uagb-size-type-field button.components-button.uagb-size-btn.is-primary:focus:not(:disabled):not([aria-disabled=true]) {
225
- color: #000;
226
- text-decoration: underline;
227
- background: transparent;
228
- -webkit-box-shadow: none;
229
- box-shadow: none;
230
- border: none;
231
- outline: none
232
- }
233
-
234
- .components-button-group .components-button.is-button {
235
- position: relative;
236
- z-index: 1;
237
- }
238
-
239
- .uagb-size-type-field button.components-button.uagb-size-btn:hover,.uagb-size-type-field button.components-button.uagb-size-btn:hover:focus:not(:disabled):not([aria-disabled=true]) {
240
- color: #000;
241
- background: transparent;
242
- -webkit-box-shadow: none;
243
- box-shadow: none;
244
- border: none;
245
- outline: none
246
- }
247
-
248
- .uagb-size-type-field__common-tabs .components-tab-panel__tabs {
249
- margin-bottom: -34px;
250
- display: block;
251
- }
252
-
253
- .uagb-typography-advanced,
254
- .uagb-box-shadow-advanced {
255
- box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
256
- border: 1px solid #e2e4e7;
257
- background: #fff;
258
- padding: 10px;
259
- margin-top: 10px;
260
- margin-bottom: 10px;
261
- position: relative;
262
- }
263
-
264
- .uagb-typography-advanced::before,
265
- .uagb-box-shadow-advanced::before {
266
- border: 8px solid #e2e4e7;
267
-
268
- content: "";
269
- position: absolute;
270
- height: 0;
271
- width: 0;
272
- line-height: 0;
273
-
274
- top: -8px;
275
- right: 5%;
276
-
277
- border-bottom-style: solid;
278
- border-left-color: transparent;
279
- border-right-color: transparent;
280
- border-top: none;
281
- margin-left: -10px;
282
- }
283
-
284
- .uagb-typography-advanced::after,
285
- .uagb-box-shadow-advanced::after {
286
- border: 8px solid #fff;
287
-
288
- content: "";
289
- position: absolute;
290
- height: 0;
291
- width: 0;
292
- line-height: 0;
293
-
294
- top: -6px;
295
- right: 5%;
296
-
297
- border-bottom-style: solid;
298
- border-left-color: transparent;
299
- border-right-color: transparent;
300
- border-top: none;
301
- margin-left: -10px;
302
- }
303
-
304
- /*.uag-typography-option-actions .components-button.is-default.uagb-typography-reset-btn {
305
- background: transparent;
306
- border-color: transparent;
307
- box-shadow: inset 0 1px 0 transparent;
308
- float: right;
309
- }
310
- .uag-typography-option-actions .components-button.is-default.uagb-typography-reset-btn:hover {
311
- border-color: #cccccc;
312
- }*/
313
-
314
- .uag-typography-option-actions,
315
- .uag-box-shadow-option-actions {
316
- margin-bottom: 1.5em;
317
- margin-top: 1.5em;
318
- }
319
-
320
- .uag-typography-font-family-options .components-base-control__field {
321
- display: block;
322
- align-items: center;
323
- }
324
-
325
- .uag-typography-font-family-options .components-base-control__label,
326
- .uag-typography-font-family-options .components-select-control__input {
327
- width: 50%;
328
- }
329
-
330
- .uag-typography-font-family-options > div {
331
- margin: 0.2em 0 1.5em 0;
332
- z-index: 2;
333
- }
334
-
335
- .uag-typography-font-family-options input[type="text"]:focus {
336
- box-shadow: none;
337
- }
338
-
339
- .uag-typography-option-actions button {
340
- margin: 0;
341
- float: right;
342
- }
343
-
344
- .uag-typography-option-actions .uagb-typography-reset-btn,
345
- .uag-typography-option-actions .uagb-typography-reset-btn:hover,
346
- .uag-typography-option-actions .uagb-typography-reset-btn:active:enabled {
347
- background: none;
348
- border: none;
349
- box-shadow: none;
350
- float: right;
351
- }
352
-
353
- .uag-typography-option-actions button svg {
354
- height: 15px;
355
- width: 15px;
356
- }
357
-
358
- .uag-typography-option-actions button svg:hover {
359
- fill: #23282d;
360
- }
361
-
362
- .uag-typography-option-actions button.uagb-typography-reset-btn svg {
363
- height: 13px;
364
- width: 13px;
365
- fill: #777;
366
- }
367
-
368
- .uag-typography-font-family-options .react-select__control,
369
- .uag-typography-font-family-options .react-select__indicators,
370
- .uag-typography-font-family-options .react-select__value-container {
371
- min-height: 28px;
372
- height: 28px;
373
- padding-top: 0;
374
- padding-bottom: 0;
375
- border-color: #8D96A0;
376
- }
377
-
378
- .uag-typography-font-family-options .react-select__indicator-separator {
379
- display: none;
380
- }
381
-
382
- .uag-typography-font-family-options .react-select__dropdown-indicator svg {
383
- fill: #555D66;
384
- }
385
-
386
- .uagb__url-panel-body .block-editor-url-input input {
387
- width: 100%;
388
- }
389
-
390
- /*
391
- Fonticon picker css
392
- */
393
-
394
- /**
395
- * #.# Editor Styles
396
- *
397
- * CSS for just Backend enqueued after style.scss
398
- * which makes it higher in priority.
399
- */
400
-
401
- .uagb-setting-label .component-color-indicator {
402
- vertical-align: middle;
403
- background-color: transparent;
404
- }
405
-
406
- .components-panel .rfipdropdown.rfipdropdown--default.fipappear-enter-done,
407
- .components-panel .rfipdropdown {
408
- left: 0!important;
409
- width: 230px;
410
- }
411
-
412
- .components-panel .rfipicons__ibox {
413
- font-size: 15px;
414
- }
415
-
416
- .components-panel .rfipicons__icon {
417
- height: 40px;
418
- }
419
-
420
- .components-panel .rfipicons__ibox:hover>* {
421
- -webkit-transform: scale(1.45);
422
- -ms-transform: scale(1.45);
423
- transform: scale(1.45);
424
- }
425
-
426
- .components-button.uagb-rm-btn {
427
- margin-left: 10px;
428
- }
429
-
430
- .rfipbtn,
431
- .rfipdropdown {
432
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
433
- font-size: 14px;
434
- line-height: 1.71429;
435
- vertical-align: baseline
436
- }
437
-
438
- .rfipbtn,
439
- .rfipbtn *,
440
- .rfipdropdown,
441
- .rfipdropdown * {
442
- margin: 0;
443
- padding: 0;
444
- -webkit-box-sizing: border-box;
445
- box-sizing: border-box
446
- }
447
-
448
- .rfipbtn input,
449
- .rfipbtn select,
450
- .rfipdropdown input,
451
- .rfipdropdown select {
452
- font-size: 14px
453
- }
454
-
455
- .rfip {
456
- position: relative;
457
- margin: 8px 0;
458
- width: 100%;
459
- vertical-align: middle
460
- }
461
-
462
- .rfipbtn {
463
- width: 136px;
464
- display: -webkit-box;
465
- display: -ms-flexbox;
466
- display: flex;
467
- -webkit-box-orient: horizontal;
468
- -webkit-box-direction: normal;
469
- -ms-flex-flow: row nowrap;
470
- flex-flow: row nowrap;
471
- min-height: 50px;
472
- border-radius: 2px;
473
- cursor: pointer;
474
- -webkit-transition: border-color .25s, -webkit-box-shadow .25s;
475
- transition: border-color .25s, -webkit-box-shadow .25s;
476
- transition: box-shadow .25s, border-color .25s;
477
- transition: box-shadow .25s, border-color .25s, -webkit-box-shadow .25s;
478
- outline: 0 none;
479
- -webkit-user-select: none;
480
- -moz-user-select: none;
481
- -ms-user-select: none;
482
- user-select: none;
483
- height: 40px;
484
- }
485
-
486
- .rfipbtn--open {
487
- border-radius: 2px 2px 0 0
488
- }
489
-
490
- .rfipbtn__button {
491
- width: 48px;
492
- margin-left: auto;
493
- display: -webkit-box;
494
- display: -ms-flexbox;
495
- display: flex;
496
- -webkit-box-align: center;
497
- -ms-flex-align: center;
498
- align-items: center;
499
- -webkit-box-pack: center;
500
- -ms-flex-pack: center;
501
- justify-content: center;
502
- height: auto;
503
- -webkit-transition: background .25s, -webkit-box-shadow .25s;
504
- transition: background .25s, -webkit-box-shadow .25s;
505
- transition: background .25s, box-shadow .25s;
506
- transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s
507
- }
508
-
509
- .rfipbtn__button i {
510
- font-size: 26px;
511
- line-height: 26px;
512
- height: 26px;
513
- width: 26px;
514
- -webkit-transition: -webkit-transform .25s;
515
- transition: -webkit-transform .25s;
516
- transition: transform .25s;
517
- transition: transform .25s, -webkit-transform .25s;
518
- margin-left: auto;
519
- margin-right: auto;
520
- }
521
-
522
- .rfipbtn__button--open i {
523
- -webkit-transform: rotate(-180deg);
524
- transform: rotate(-180deg)
525
- }
526
-
527
- .rfipbtn__current {
528
- display: -webkit-box;
529
- display: -ms-flexbox;
530
- display: flex;
531
- -webkit-box-orient: horizontal;
532
- -webkit-box-direction: normal;
533
- -ms-flex-flow: row nowrap;
534
- flex-flow: row nowrap;
535
- -webkit-box-align: center;
536
- -ms-flex-align: center;
537
- align-items: center;
538
- -webkit-box-pack: center;
539
- -ms-flex-pack: center;
540
- justify-content: center;
541
- -webkit-box-flex: 0;
542
- -ms-flex: 0 0 86px;
543
- flex: 0 0 86px;
544
- padding: 2px
545
- }
546
-
547
- .rfipbtn--multi {
548
- width: 258px
549
- }
550
-
551
- .rfipbtn--multi .rfipbtn__current {
552
- -ms-flex-flow: row wrap;
553
- flex-flow: row wrap;
554
- -webkit-box-pack: start;
555
- -ms-flex-pack: start;
556
- justify-content: flex-start;
557
- -ms-flex-preferred-size: 212px;
558
- flex-basis: 212px;
559
- -ms-flex-line-pack: center;
560
- align-content: center
561
- }
562
-
563
- .rfipbtn--multi .rfipbtn__current,
564
- .rfipbtn__icon {
565
- -webkit-box-orient: horizontal;
566
- -webkit-box-direction: normal
567
- }
568
-
569
- .rfipbtn__icon {
570
- margin: 2px;
571
- padding: 0;
572
- height: 28px;
573
- width: 48px;
574
- display: -webkit-box;
575
- display: -ms-flexbox;
576
- display: flex;
577
- -ms-flex-flow: row nowrap;
578
- flex-flow: row nowrap;
579
- -webkit-box-align: center;
580
- -ms-flex-align: center;
581
- align-items: center;
582
- -webkit-box-pack: justify;
583
- -ms-flex-pack: justify;
584
- justify-content: space-between;
585
- border-radius: 2px
586
- }
587
-
588
- .rfipbtn__icon--empty {
589
- font-size: 14px;
590
- line-height: 16px;
591
- margin-left: 8px;
592
- text-align: center;
593
- text-transform: lowercase;
594
- font-style: italic
595
- }
596
-
597
- .rfipbtn__elm {
598
- display: -webkit-box;
599
- display: -ms-flexbox;
600
- display: flex;
601
- height: 28px;
602
- width: 28px;
603
- -webkit-box-align: center;
604
- -ms-flex-align: center;
605
- align-items: center;
606
- -webkit-box-pack: center;
607
- -ms-flex-pack: center;
608
- justify-content: center;
609
- font-size: 18px
610
- }
611
-
612
- .rfipbtn__elm img,
613
- .rfipbtn__elm svg {
614
- height: 18px;
615
- width: 18px;
616
- }
617
-
618
- .rfipbtn__elm svg {
619
- fill : #333;
620
- }
621
-
622
- .rfipbtn__del {
623
- width: 18px;
624
- display: -webkit-box;
625
- display: -ms-flexbox;
626
- display: flex;
627
- height: 28px;
628
- -webkit-box-align: center;
629
- -ms-flex-align: center;
630
- align-items: center;
631
- -webkit-box-pack: center;
632
- -ms-flex-pack: center;
633
- justify-content: center;
634
- -webkit-transition: background-color .25s;
635
- transition: background-color .25s;
636
- cursor: pointer
637
- }
638
-
639
- .rfipcategory {
640
- width: 100%;
641
- margin: 0 0 8px;
642
- position: relative
643
- }
644
-
645
- .rfipcategory select {
646
- width: 100%;
647
- display: block;
648
- height: 32px;
649
- line-height: 32px;
650
- border-radius: 0;
651
- -webkit-appearance: none;
652
- -moz-appearance: none;
653
- appearance: none;
654
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
655
- transition: border .25s, -webkit-box-shadow .25s;
656
- transition: border .25s, box-shadow .25s;
657
- transition: border .25s, box-shadow .25s, -webkit-box-shadow .25s;
658
- background-color: transparent!important
659
- }
660
-
661
- .rfipcategory i {
662
- position: absolute;
663
- right: 2px;
664
- top: 0;
665
- font-size: 16px;
666
- line-height: 32px;
667
- z-index: -1
668
- }
669
-
670
- .rfipdropdown {
671
- width: 352px;
672
- position: absolute;
673
- left: 0;
674
- margin-top: -1px;
675
- z-index: 100000001;
676
- border-radius: 0 1px 4px 4px
677
- }
678
-
679
- .rfipdropdown__selector {
680
- overflow: hidden;
681
- padding: 16px
682
- }
683
-
684
- .rfipdropdown.fipappear-enter-active .rfipdropdown__selector,
685
- .rfipdropdown.fipappear-exit-active .rfipdropdown__selector {
686
- -webkit-transition: max-height .3s ease-out, padding .3s ease-out;
687
- transition: max-height .3s ease-out, padding .3s ease-out;
688
- padding: 16px
689
- }
690
-
691
- .rfipicons__pager {
692
- display: -webkit-box;
693
- display: -ms-flexbox;
694
- display: flex;
695
- -webkit-box-orient: horizontal;
696
- -webkit-box-direction: normal;
697
- -ms-flex-flow: row nowrap;
698
- flex-flow: row nowrap;
699
- height: 24px;
700
- line-height: 24px;
701
- -webkit-box-align: center;
702
- -ms-flex-align: center;
703
- align-items: center;
704
- margin-bottom: 8px
705
- }
706
-
707
- .rfipicons__num {
708
- width: 100px;
709
- margin-right: auto
710
- }
711
-
712
- .rfipicons__cp {
713
- width: 32px;
714
- height: 24px;
715
- line-height: 24px;
716
- text-align: right
717
- }
718
-
719
- .rfipicons__cp,
720
- .rfipicons__sp,
721
- .rfipicons__tp {
722
- margin-right: 8px
723
- }
724
-
725
- .rfipicons__arrow {
726
- margin-left: auto;
727
- width: 56px;
728
- display: -webkit-box;
729
- display: -ms-flexbox;
730
- display: flex;
731
- -webkit-box-orient: horizontal;
732
- -webkit-box-direction: normal;
733
- -ms-flex-flow: row nowrap;
734
- flex-flow: row nowrap;
735
- -webkit-box-pack: end;
736
- -ms-flex-pack: end;
737
- justify-content: flex-end;
738
- -webkit-box-align: center;
739
- -ms-flex-align: center;
740
- align-items: center;
741
- height: 24px;
742
- -webkit-user-select: none;
743
- -moz-user-select: none;
744
- -ms-user-select: none;
745
- user-select: none
746
- }
747
-
748
- .rfipicons__right {
749
- margin-left: auto
750
- }
751
-
752
- .rfipicons__left,
753
- .rfipicons__right {
754
- cursor: pointer;
755
- width: 24px;
756
- height: 24px;
757
- position: relative;
758
- -webkit-transition: background-color .25s, border .25s;
759
- transition: background-color .25s, border .25s;
760
- outline: 0 none;
761
- border-radius: 2px;
762
- font-size: 18px
763
- }
764
-
765
- .rfipicons__label {
766
- height: 22px;
767
- width: 22px;
768
- display: -webkit-box;
769
- display: -ms-flexbox;
770
- display: flex;
771
- -webkit-box-align: center;
772
- -ms-flex-align: center;
773
- align-items: center;
774
- -webkit-box-pack: center;
775
- -ms-flex-pack: center;
776
- justify-content: center
777
- }
778
-
779
- .rfipicons__label img {
780
- height: 18px;
781
- width: 18px
782
- }
783
-
784
- .rfipicons__selector {
785
- -webkit-box-flex: 1;
786
- -ms-flex: 1 1 20%;
787
- flex: 1 1 20%;
788
- -webkit-box-orient: horizontal;
789
- -webkit-box-direction: normal;
790
- -ms-flex-flow: row wrap;
791
- flex-flow: row wrap;
792
- -ms-flex-line-pack: center;
793
- align-content: center;
794
- -webkit-box-pack: start;
795
- -ms-flex-pack: start;
796
- justify-content: flex-start
797
- }
798
-
799
- .rfipicons__ibox,
800
- .rfipicons__selector {
801
- display: -webkit-box;
802
- display: -ms-flexbox;
803
- display: flex
804
- }
805
-
806
- .rfipicons__ibox {
807
- -webkit-box-align: center;
808
- -ms-flex-align: center;
809
- align-items: center;
810
- -webkit-box-pack: center;
811
- -ms-flex-pack: center;
812
- justify-content: center;
813
- height: 100%;
814
- width: 100%;
815
- -webkit-transition: background-color .25s, border .25s;
816
- transition: background-color .25s, border .25s;
817
- border-radius: 2px;
818
- outline: 0 none;
819
- font-size: 20px
820
- }
821
-
822
- .rfipicons__ibox img,
823
- .rfipicons__ibox svg {
824
- max-height: 24px;
825
- height: 18px;
826
- width: 18px;
827
- }
828
-
829
- .rfipicons__ibox svg {
830
- fill: #333;
831
- }
832
-
833
- .rfipicons__ibox>* {
834
- -webkit-transform: scale(1);
835
- transform: scale(1);
836
- -webkit-transition: -webkit-transform .25s;
837
- transition: -webkit-transform .25s;
838
- transition: transform .25s;
839
- transition: transform .25s, -webkit-transform .25s;
840
- -webkit-transform-origin: center;
841
- transform-origin: center
842
- }
843
-
844
- .rfipicons__ibox:hover>* {
845
- -webkit-transform: scale(1.8);
846
- transform: scale(1.8)
847
- }
848
-
849
- .rfipicons__icon {
850
- width: 20%;
851
- height: 64px;
852
- padding: 1px;
853
- display: -webkit-box;
854
- display: -ms-flexbox;
855
- display: flex;
856
- -webkit-box-align: center;
857
- -ms-flex-align: center;
858
- align-items: center;
859
- -webkit-box-pack: center;
860
- -ms-flex-pack: center;
861
- justify-content: center;
862
- cursor: pointer
863
- }
864
-
865
- .rfipicons__icon--error {
866
- display: block;
867
- text-align: center;
868
- font-size: 16px;
869
- width: 100%;
870
- line-height: 1
871
- }
872
-
873
- .rfipsearch {
874
- width: 100%;
875
- margin: 0 0 8px
876
- }
877
-
878
- .rfipsearch input {
879
- width: 100%;
880
- display: block;
881
- height: 32px;
882
- line-height: 32px
883
- }
884
-
885
- .rfipbtn--green {
886
- background-color: #fff;
887
- border: 1px solid #81c784
888
- }
889
-
890
- .rfipbtn--green:active,
891
- .rfipbtn--green:focus {
892
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
893
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
894
- border: 1px solid #66bb6a
895
- }
896
-
897
- .rfipbtn--green .rfipbtn__button {
898
- border: 0 none transparent;
899
- border-left: 1px solid #81c784;
900
- background-color: #c8e6c9;
901
- color: #2e7d32
902
- }
903
-
904
- .rfipbtn--green .rfipbtn__button:hover {
905
- background-color: #66bb6a
906
- }
907
-
908
- .rfipbtn--green .rfipbtn__button:active {
909
- -webkit-box-shadow: inset 0 0 10px 0 #81c784;
910
- box-shadow: inset 0 0 10px 0 #81c784
911
- }
912
-
913
- .rfipbtn--green .rfipbtn__icon {
914
- border: 1px solid #a5d6a7;
915
- color: #2e7d32
916
- }
917
-
918
- .rfipbtn--green .rfipbtn__icon--empty {
919
- color: #81c784
920
- }
921
-
922
- .rfipbtn--green .rfipbtn__del {
923
- background-color: #a5d6a7
924
- }
925
-
926
- .rfipbtn--green .rfipbtn__del:hover {
927
- background-color: #81c784
928
- }
929
-
930
- .rfipbtn--green .rfipbtn__del:active,
931
- .rfipbtn--green .rfipbtn__del:focus {
932
- outline: 1px solid #81c784
933
- }
934
-
935
- .rfipdropdown--green {
936
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
937
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
938
- color: #424242;
939
- background-color: #fff;
940
- border: 1px solid #81c784
941
- }
942
-
943
- .rfipdropdown--green input,
944
- .rfipdropdown--green select {
945
- color: #424242
946
- }
947
-
948
- .rfipdropdown--green .rfipcategory select {
949
- background-color: #fff;
950
- border: 0 none;
951
- border-bottom: 1px solid #66bb6a;
952
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
953
- transition: border .25s, -webkit-box-shadow .25s;
954
- transition: box-shadow .25s, border .25s;
955
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
956
- }
957
-
958
- .rfipdropdown--green .rfipcategory select:active,
959
- .rfipdropdown--green .rfipcategory select:focus {
960
- border-bottom-color: #4caf50;
961
- -webkit-box-shadow: 0 1px 0 0 #4caf50;
962
- box-shadow: 0 1px 0 0 #4caf50;
963
- outline: 0 none
964
- }
965
-
966
- .rfipdropdown--green .rfipicons__cp {
967
- border: 0 none;
968
- border-bottom: 1px solid #66bb6a;
969
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
970
- transition: border .25s, -webkit-box-shadow .25s;
971
- transition: box-shadow .25s, border .25s;
972
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
973
- }
974
-
975
- .rfipdropdown--green .rfipicons__cp:active,
976
- .rfipdropdown--green .rfipicons__cp:focus {
977
- border-bottom-color: #4caf50;
978
- -webkit-box-shadow: 0 1px 0 0 #4caf50;
979
- box-shadow: 0 1px 0 0 #4caf50;
980
- outline: 0 none
981
- }
982
-
983
- .rfipdropdown--green .rfipicons__left,
984
- .rfipdropdown--green .rfipicons__right {
985
- background-color: #a5d6a7;
986
- border: 1px solid #a5d6a7;
987
- color: #2e7d32
988
- }
989
-
990
- .rfipdropdown--green .rfipicons__left:hover,
991
- .rfipdropdown--green .rfipicons__right:hover {
992
- background-color: #66bb6a;
993
- border: 1px solid #66bb6a
994
- }
995
-
996
- .rfipdropdown--green .rfipicons__left:active,
997
- .rfipdropdown--green .rfipicons__left:focus,
998
- .rfipdropdown--green .rfipicons__right:active,
999
- .rfipdropdown--green .rfipicons__right:focus {
1000
- border: 1px solid #66bb6a
1001
- }
1002
-
1003
- .rfipdropdown--green .rfipicons__ibox {
1004
- background-color: #c8e6c9;
1005
- border: 1px solid #c8e6c9;
1006
- color: #2e7d32
1007
- }
1008
-
1009
- .rfipdropdown--green .rfipicons__ibox:hover {
1010
- background-color: #66bb6a;
1011
- border: 1px solid #66bb6a
1012
- }
1013
-
1014
- .rfipdropdown--green .rfipicons__ibox:active,
1015
- .rfipdropdown--green .rfipicons__ibox:focus {
1016
- border: 1px solid #66bb6a
1017
- }
1018
-
1019
- .rfipdropdown--green .rfipicons__ibox--error {
1020
- color: #ef9a9a
1021
- }
1022
-
1023
- .rfipdropdown--green .rfipicons__icon--selected .rfipicons__ibox {
1024
- background-color: #a5d6a7
1025
- }
1026
-
1027
- .rfipdropdown--green .rfipsearch input {
1028
- border: 0 none;
1029
- border-bottom: 1px solid #66bb6a;
1030
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1031
- transition: border .25s, -webkit-box-shadow .25s;
1032
- transition: box-shadow .25s, border .25s;
1033
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1034
- }
1035
-
1036
- .rfipdropdown--green .rfipsearch input:active,
1037
- .rfipdropdown--green .rfipsearch input:focus {
1038
- border-bottom-color: #4caf50;
1039
- -webkit-box-shadow: 0 1px 0 0 #4caf50;
1040
- box-shadow: 0 1px 0 0 #4caf50;
1041
- outline: 0 none
1042
- }
1043
-
1044
- .rfipbtn--bluegrey {
1045
- background-color: #fff;
1046
- border: 1px solid #90a4ae
1047
- }
1048
-
1049
- .rfipbtn--bluegrey:active,
1050
- .rfipbtn--bluegrey:focus {
1051
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1052
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1053
- border: 1px solid #78909c
1054
- }
1055
-
1056
- .rfipbtn--bluegrey .rfipbtn__button {
1057
- border: 0 none transparent;
1058
- border-left: 1px solid #90a4ae;
1059
- background-color: #cfd8dc;
1060
- color: #37474f
1061
- }
1062
-
1063
- .rfipbtn--bluegrey .rfipbtn__button:hover {
1064
- background-color: #78909c
1065
- }
1066
-
1067
- .rfipbtn--bluegrey .rfipbtn__button:active {
1068
- -webkit-box-shadow: inset 0 0 10px 0 #90a4ae;
1069
- box-shadow: inset 0 0 10px 0 #90a4ae
1070
- }
1071
-
1072
- .rfipbtn--bluegrey .rfipbtn__icon {
1073
- border: 1px solid #b0bec5;
1074
- color: #37474f
1075
- }
1076
-
1077
- .rfipbtn--bluegrey .rfipbtn__icon--empty {
1078
- color: #90a4ae
1079
- }
1080
-
1081
- .rfipbtn--bluegrey .rfipbtn__del {
1082
- background-color: #b0bec5
1083
- }
1084
-
1085
- .rfipbtn--bluegrey .rfipbtn__del:hover {
1086
- background-color: #90a4ae
1087
- }
1088
-
1089
- .rfipbtn--bluegrey .rfipbtn__del:active,
1090
- .rfipbtn--bluegrey .rfipbtn__del:focus {
1091
- outline: 1px solid #90a4ae
1092
- }
1093
-
1094
- .rfipdropdown--bluegrey {
1095
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1096
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1097
- color: #424242;
1098
- background-color: #fff;
1099
- border: 1px solid #90a4ae
1100
- }
1101
-
1102
- .rfipdropdown--bluegrey input,
1103
- .rfipdropdown--bluegrey select {
1104
- color: #424242
1105
- }
1106
-
1107
- .rfipdropdown--bluegrey .rfipcategory select {
1108
- background-color: #fff;
1109
- border: 0 none;
1110
- border-bottom: 1px solid #78909c;
1111
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1112
- transition: border .25s, -webkit-box-shadow .25s;
1113
- transition: box-shadow .25s, border .25s;
1114
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1115
- }
1116
-
1117
- .rfipdropdown--bluegrey .rfipcategory select:active,
1118
- .rfipdropdown--bluegrey .rfipcategory select:focus {
1119
- border-bottom-color: #607d8b;
1120
- -webkit-box-shadow: 0 1px 0 0 #607d8b;
1121
- box-shadow: 0 1px 0 0 #607d8b;
1122
- outline: 0 none
1123
- }
1124
-
1125
- .rfipdropdown--bluegrey .rfipicons__cp {
1126
- border: 0 none;
1127
- border-bottom: 1px solid #78909c;
1128
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1129
- transition: border .25s, -webkit-box-shadow .25s;
1130
- transition: box-shadow .25s, border .25s;
1131
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1132
- }
1133
-
1134
- .rfipdropdown--bluegrey .rfipicons__cp:active,
1135
- .rfipdropdown--bluegrey .rfipicons__cp:focus {
1136
- border-bottom-color: #607d8b;
1137
- -webkit-box-shadow: 0 1px 0 0 #607d8b;
1138
- box-shadow: 0 1px 0 0 #607d8b;
1139
- outline: 0 none
1140
- }
1141
-
1142
- .rfipdropdown--bluegrey .rfipicons__left,
1143
- .rfipdropdown--bluegrey .rfipicons__right {
1144
- background-color: #b0bec5;
1145
- border: 1px solid #b0bec5;
1146
- color: #37474f
1147
- }
1148
-
1149
- .rfipdropdown--bluegrey .rfipicons__left:hover,
1150
- .rfipdropdown--bluegrey .rfipicons__right:hover {
1151
- background-color: #78909c;
1152
- border: 1px solid #78909c
1153
- }
1154
-
1155
- .rfipdropdown--bluegrey .rfipicons__left:active,
1156
- .rfipdropdown--bluegrey .rfipicons__left:focus,
1157
- .rfipdropdown--bluegrey .rfipicons__right:active,
1158
- .rfipdropdown--bluegrey .rfipicons__right:focus {
1159
- border: 1px solid #78909c
1160
- }
1161
-
1162
- .rfipdropdown--bluegrey .rfipicons__ibox {
1163
- background-color: #cfd8dc;
1164
- border: 1px solid #cfd8dc;
1165
- color: #37474f
1166
- }
1167
-
1168
- .rfipdropdown--bluegrey .rfipicons__ibox:hover {
1169
- background-color: #78909c;
1170
- border: 1px solid #78909c
1171
- }
1172
-
1173
- .rfipdropdown--bluegrey .rfipicons__ibox:active,
1174
- .rfipdropdown--bluegrey .rfipicons__ibox:focus {
1175
- border: 1px solid #78909c
1176
- }
1177
-
1178
- .rfipdropdown--bluegrey .rfipicons__ibox--error {
1179
- color: #ef9a9a
1180
- }
1181
-
1182
- .rfipdropdown--bluegrey .rfipicons__icon--selected .rfipicons__ibox {
1183
- background-color: #b0bec5
1184
- }
1185
-
1186
- .rfipdropdown--bluegrey .rfipsearch input {
1187
- border: 0 none;
1188
- border-bottom: 1px solid #78909c;
1189
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1190
- transition: border .25s, -webkit-box-shadow .25s;
1191
- transition: box-shadow .25s, border .25s;
1192
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1193
- }
1194
-
1195
- .rfipdropdown--bluegrey .rfipsearch input:active,
1196
- .rfipdropdown--bluegrey .rfipsearch input:focus {
1197
- border-bottom-color: #607d8b;
1198
- -webkit-box-shadow: 0 1px 0 0 #607d8b;
1199
- box-shadow: 0 1px 0 0 #607d8b;
1200
- outline: 0 none
1201
- }
1202
-
1203
- .rfipbtn--brown {
1204
- background-color: #fff;
1205
- border: 1px solid #a1887f
1206
- }
1207
-
1208
- .rfipbtn--brown:active,
1209
- .rfipbtn--brown:focus {
1210
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1211
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1212
- border: 1px solid #8d6e63
1213
- }
1214
-
1215
- .rfipbtn--brown .rfipbtn__button {
1216
- border: 0 none transparent;
1217
- border-left: 1px solid #a1887f;
1218
- background-color: #d7ccc8;
1219
- color: #4e342e
1220
- }
1221
-
1222
- .rfipbtn--brown .rfipbtn__button:hover {
1223
- background-color: #8d6e63
1224
- }
1225
-
1226
- .rfipbtn--brown .rfipbtn__button:active {
1227
- -webkit-box-shadow: inset 0 0 10px 0 #a1887f;
1228
- box-shadow: inset 0 0 10px 0 #a1887f
1229
- }
1230
-
1231
- .rfipbtn--brown .rfipbtn__icon {
1232
- border: 1px solid #bcaaa4;
1233
- color: #4e342e
1234
- }
1235
-
1236
- .rfipbtn--brown .rfipbtn__icon--empty {
1237
- color: #a1887f
1238
- }
1239
-
1240
- .rfipbtn--brown .rfipbtn__del {
1241
- background-color: #bcaaa4
1242
- }
1243
-
1244
- .rfipbtn--brown .rfipbtn__del:hover {
1245
- background-color: #a1887f
1246
- }
1247
-
1248
- .rfipbtn--brown .rfipbtn__del:active,
1249
- .rfipbtn--brown .rfipbtn__del:focus {
1250
- outline: 1px solid #a1887f
1251
- }
1252
-
1253
- .rfipdropdown--brown {
1254
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1255
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1256
- color: #424242;
1257
- background-color: #fff;
1258
- border: 1px solid #a1887f
1259
- }
1260
-
1261
- .rfipdropdown--brown input,
1262
- .rfipdropdown--brown select {
1263
- color: #424242
1264
- }
1265
-
1266
- .rfipdropdown--brown .rfipcategory select {
1267
- background-color: #fff;
1268
- border: 0 none;
1269
- border-bottom: 1px solid #8d6e63;
1270
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1271
- transition: border .25s, -webkit-box-shadow .25s;
1272
- transition: box-shadow .25s, border .25s;
1273
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1274
- }
1275
-
1276
- .rfipdropdown--brown .rfipcategory select:active,
1277
- .rfipdropdown--brown .rfipcategory select:focus {
1278
- border-bottom-color: #795548;
1279
- -webkit-box-shadow: 0 1px 0 0 #795548;
1280
- box-shadow: 0 1px 0 0 #795548;
1281
- outline: 0 none
1282
- }
1283
-
1284
- .rfipdropdown--brown .rfipicons__cp {
1285
- border: 0 none;
1286
- border-bottom: 1px solid #8d6e63;
1287
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1288
- transition: border .25s, -webkit-box-shadow .25s;
1289
- transition: box-shadow .25s, border .25s;
1290
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1291
- }
1292
-
1293
- .rfipdropdown--brown .rfipicons__cp:active,
1294
- .rfipdropdown--brown .rfipicons__cp:focus {
1295
- border-bottom-color: #795548;
1296
- -webkit-box-shadow: 0 1px 0 0 #795548;
1297
- box-shadow: 0 1px 0 0 #795548;
1298
- outline: 0 none
1299
- }
1300
-
1301
- .rfipdropdown--brown .rfipicons__left,
1302
- .rfipdropdown--brown .rfipicons__right {
1303
- background-color: #bcaaa4;
1304
- border: 1px solid #bcaaa4;
1305
- color: #4e342e
1306
- }
1307
-
1308
- .rfipdropdown--brown .rfipicons__left:hover,
1309
- .rfipdropdown--brown .rfipicons__right:hover {
1310
- background-color: #8d6e63;
1311
- border: 1px solid #8d6e63
1312
- }
1313
-
1314
- .rfipdropdown--brown .rfipicons__left:active,
1315
- .rfipdropdown--brown .rfipicons__left:focus,
1316
- .rfipdropdown--brown .rfipicons__right:active,
1317
- .rfipdropdown--brown .rfipicons__right:focus {
1318
- border: 1px solid #8d6e63
1319
- }
1320
-
1321
- .rfipdropdown--brown .rfipicons__ibox {
1322
- background-color: #d7ccc8;
1323
- border: 1px solid #d7ccc8;
1324
- color: #4e342e
1325
- }
1326
-
1327
- .rfipdropdown--brown .rfipicons__ibox:hover {
1328
- background-color: #8d6e63;
1329
- border: 1px solid #8d6e63
1330
- }
1331
-
1332
- .rfipdropdown--brown .rfipicons__ibox:active,
1333
- .rfipdropdown--brown .rfipicons__ibox:focus {
1334
- border: 1px solid #8d6e63
1335
- }
1336
-
1337
- .rfipdropdown--brown .rfipicons__ibox--error {
1338
- color: #ef9a9a
1339
- }
1340
-
1341
- .rfipdropdown--brown .rfipicons__icon--selected .rfipicons__ibox {
1342
- background-color: #bcaaa4
1343
- }
1344
-
1345
- .rfipdropdown--brown .rfipsearch input {
1346
- border: 0 none;
1347
- border-bottom: 1px solid #8d6e63;
1348
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1349
- transition: border .25s, -webkit-box-shadow .25s;
1350
- transition: box-shadow .25s, border .25s;
1351
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1352
- }
1353
-
1354
- .rfipdropdown--brown .rfipsearch input:active,
1355
- .rfipdropdown--brown .rfipsearch input:focus {
1356
- border-bottom-color: #795548;
1357
- -webkit-box-shadow: 0 1px 0 0 #795548;
1358
- box-shadow: 0 1px 0 0 #795548;
1359
- outline: 0 none
1360
- }
1361
-
1362
- .rfipbtn--cyan {
1363
- background-color: #fff;
1364
- border: 1px solid #4dd0e1
1365
- }
1366
-
1367
- .rfipbtn--cyan:active,
1368
- .rfipbtn--cyan:focus {
1369
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1370
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1371
- border: 1px solid #26c6da
1372
- }
1373
-
1374
- .rfipbtn--cyan .rfipbtn__button {
1375
- border: 0 none transparent;
1376
- border-left: 1px solid #4dd0e1;
1377
- background-color: #b2ebf2;
1378
- color: #00838f
1379
- }
1380
-
1381
- .rfipbtn--cyan .rfipbtn__button:hover {
1382
- background-color: #26c6da
1383
- }
1384
-
1385
- .rfipbtn--cyan .rfipbtn__button:active {
1386
- -webkit-box-shadow: inset 0 0 10px 0 #4dd0e1;
1387
- box-shadow: inset 0 0 10px 0 #4dd0e1
1388
- }
1389
-
1390
- .rfipbtn--cyan .rfipbtn__icon {
1391
- border: 1px solid #80deea;
1392
- color: #00838f
1393
- }
1394
-
1395
- .rfipbtn--cyan .rfipbtn__icon--empty {
1396
- color: #4dd0e1
1397
- }
1398
-
1399
- .rfipbtn--cyan .rfipbtn__del {
1400
- background-color: #80deea
1401
- }
1402
-
1403
- .rfipbtn--cyan .rfipbtn__del:hover {
1404
- background-color: #4dd0e1
1405
- }
1406
-
1407
- .rfipbtn--cyan .rfipbtn__del:active,
1408
- .rfipbtn--cyan .rfipbtn__del:focus {
1409
- outline: 1px solid #4dd0e1
1410
- }
1411
-
1412
- .rfipdropdown--cyan {
1413
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1414
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1415
- color: #424242;
1416
- background-color: #fff;
1417
- border: 1px solid #4dd0e1
1418
- }
1419
-
1420
- .rfipdropdown--cyan input,
1421
- .rfipdropdown--cyan select {
1422
- color: #424242
1423
- }
1424
-
1425
- .rfipdropdown--cyan .rfipcategory select {
1426
- background-color: #fff;
1427
- border: 0 none;
1428
- border-bottom: 1px solid #26c6da;
1429
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1430
- transition: border .25s, -webkit-box-shadow .25s;
1431
- transition: box-shadow .25s, border .25s;
1432
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1433
- }
1434
-
1435
- .rfipdropdown--cyan .rfipcategory select:active,
1436
- .rfipdropdown--cyan .rfipcategory select:focus {
1437
- border-bottom-color: #00bcd4;
1438
- -webkit-box-shadow: 0 1px 0 0 #00bcd4;
1439
- box-shadow: 0 1px 0 0 #00bcd4;
1440
- outline: 0 none
1441
- }
1442
-
1443
- .rfipdropdown--cyan .rfipicons__cp {
1444
- border: 0 none;
1445
- border-bottom: 1px solid #26c6da;
1446
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1447
- transition: border .25s, -webkit-box-shadow .25s;
1448
- transition: box-shadow .25s, border .25s;
1449
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1450
- }
1451
-
1452
- .rfipdropdown--cyan .rfipicons__cp:active,
1453
- .rfipdropdown--cyan .rfipicons__cp:focus {
1454
- border-bottom-color: #00bcd4;
1455
- -webkit-box-shadow: 0 1px 0 0 #00bcd4;
1456
- box-shadow: 0 1px 0 0 #00bcd4;
1457
- outline: 0 none
1458
- }
1459
-
1460
- .rfipdropdown--cyan .rfipicons__left,
1461
- .rfipdropdown--cyan .rfipicons__right {
1462
- background-color: #80deea;
1463
- border: 1px solid #80deea;
1464
- color: #00838f
1465
- }
1466
-
1467
- .rfipdropdown--cyan .rfipicons__left:hover,
1468
- .rfipdropdown--cyan .rfipicons__right:hover {
1469
- background-color: #26c6da;
1470
- border: 1px solid #26c6da
1471
- }
1472
-
1473
- .rfipdropdown--cyan .rfipicons__left:active,
1474
- .rfipdropdown--cyan .rfipicons__left:focus,
1475
- .rfipdropdown--cyan .rfipicons__right:active,
1476
- .rfipdropdown--cyan .rfipicons__right:focus {
1477
- border: 1px solid #26c6da
1478
- }
1479
-
1480
- .rfipdropdown--cyan .rfipicons__ibox {
1481
- background-color: #b2ebf2;
1482
- border: 1px solid #b2ebf2;
1483
- color: #00838f
1484
- }
1485
-
1486
- .rfipdropdown--cyan .rfipicons__ibox:hover {
1487
- background-color: #26c6da;
1488
- border: 1px solid #26c6da
1489
- }
1490
-
1491
- .rfipdropdown--cyan .rfipicons__ibox:active,
1492
- .rfipdropdown--cyan .rfipicons__ibox:focus {
1493
- border: 1px solid #26c6da
1494
- }
1495
-
1496
- .rfipdropdown--cyan .rfipicons__ibox--error {
1497
- color: #ef9a9a
1498
- }
1499
-
1500
- .rfipdropdown--cyan .rfipicons__icon--selected .rfipicons__ibox {
1501
- background-color: #80deea
1502
- }
1503
-
1504
- .rfipdropdown--cyan .rfipsearch input {
1505
- border: 0 none;
1506
- border-bottom: 1px solid #26c6da;
1507
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1508
- transition: border .25s, -webkit-box-shadow .25s;
1509
- transition: box-shadow .25s, border .25s;
1510
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1511
- }
1512
-
1513
- .rfipdropdown--cyan .rfipsearch input:active,
1514
- .rfipdropdown--cyan .rfipsearch input:focus {
1515
- border-bottom-color: #00bcd4;
1516
- -webkit-box-shadow: 0 1px 0 0 #00bcd4;
1517
- box-shadow: 0 1px 0 0 #00bcd4;
1518
- outline: 0 none
1519
- }
1520
-
1521
- .rfipbtn--deeporange {
1522
- background-color: #fff;
1523
- border: 1px solid #ff8a65
1524
- }
1525
-
1526
- .rfipbtn--deeporange:active,
1527
- .rfipbtn--deeporange:focus {
1528
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1529
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1530
- border: 1px solid #ff7043
1531
- }
1532
-
1533
- .rfipbtn--deeporange .rfipbtn__button {
1534
- border: 0 none transparent;
1535
- border-left: 1px solid #ff8a65;
1536
- background-color: #ffccbc;
1537
- color: #d84315
1538
- }
1539
-
1540
- .rfipbtn--deeporange .rfipbtn__button:hover {
1541
- background-color: #ff7043
1542
- }
1543
-
1544
- .rfipbtn--deeporange .rfipbtn__button:active {
1545
- -webkit-box-shadow: inset 0 0 10px 0 #ff8a65;
1546
- box-shadow: inset 0 0 10px 0 #ff8a65
1547
- }
1548
-
1549
- .rfipbtn--deeporange .rfipbtn__icon {
1550
- border: 1px solid #ffab91;
1551
- color: #d84315
1552
- }
1553
-
1554
- .rfipbtn--deeporange .rfipbtn__icon--empty {
1555
- color: #ff8a65
1556
- }
1557
-
1558
- .rfipbtn--deeporange .rfipbtn__del {
1559
- background-color: #ffab91
1560
- }
1561
-
1562
- .rfipbtn--deeporange .rfipbtn__del:hover {
1563
- background-color: #ff8a65
1564
- }
1565
-
1566
- .rfipbtn--deeporange .rfipbtn__del:active,
1567
- .rfipbtn--deeporange .rfipbtn__del:focus {
1568
- outline: 1px solid #ff8a65
1569
- }
1570
-
1571
- .rfipdropdown--deeporange {
1572
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1573
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1574
- color: #424242;
1575
- background-color: #fff;
1576
- border: 1px solid #ff8a65
1577
- }
1578
-
1579
- .rfipdropdown--deeporange input,
1580
- .rfipdropdown--deeporange select {
1581
- color: #424242
1582
- }
1583
-
1584
- .rfipdropdown--deeporange .rfipcategory select {
1585
- background-color: #fff;
1586
- border: 0 none;
1587
- border-bottom: 1px solid #ff7043;
1588
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1589
- transition: border .25s, -webkit-box-shadow .25s;
1590
- transition: box-shadow .25s, border .25s;
1591
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1592
- }
1593
-
1594
- .rfipdropdown--deeporange .rfipcategory select:active,
1595
- .rfipdropdown--deeporange .rfipcategory select:focus {
1596
- border-bottom-color: #ff5722;
1597
- -webkit-box-shadow: 0 1px 0 0 #ff5722;
1598
- box-shadow: 0 1px 0 0 #ff5722;
1599
- outline: 0 none
1600
- }
1601
-
1602
- .rfipdropdown--deeporange .rfipicons__cp {
1603
- border: 0 none;
1604
- border-bottom: 1px solid #ff7043;
1605
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1606
- transition: border .25s, -webkit-box-shadow .25s;
1607
- transition: box-shadow .25s, border .25s;
1608
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1609
- }
1610
-
1611
- .rfipdropdown--deeporange .rfipicons__cp:active,
1612
- .rfipdropdown--deeporange .rfipicons__cp:focus {
1613
- border-bottom-color: #ff5722;
1614
- -webkit-box-shadow: 0 1px 0 0 #ff5722;
1615
- box-shadow: 0 1px 0 0 #ff5722;
1616
- outline: 0 none
1617
- }
1618
-
1619
- .rfipdropdown--deeporange .rfipicons__left,
1620
- .rfipdropdown--deeporange .rfipicons__right {
1621
- background-color: #ffab91;
1622
- border: 1px solid #ffab91;
1623
- color: #d84315
1624
- }
1625
-
1626
- .rfipdropdown--deeporange .rfipicons__left:hover,
1627
- .rfipdropdown--deeporange .rfipicons__right:hover {
1628
- background-color: #ff7043;
1629
- border: 1px solid #ff7043
1630
- }
1631
-
1632
- .rfipdropdown--deeporange .rfipicons__left:active,
1633
- .rfipdropdown--deeporange .rfipicons__left:focus,
1634
- .rfipdropdown--deeporange .rfipicons__right:active,
1635
- .rfipdropdown--deeporange .rfipicons__right:focus {
1636
- border: 1px solid #ff7043
1637
- }
1638
-
1639
- .rfipdropdown--deeporange .rfipicons__ibox {
1640
- background-color: #ffccbc;
1641
- border: 1px solid #ffccbc;
1642
- color: #d84315
1643
- }
1644
-
1645
- .rfipdropdown--deeporange .rfipicons__ibox:hover {
1646
- background-color: #ff7043;
1647
- border: 1px solid #ff7043
1648
- }
1649
-
1650
- .rfipdropdown--deeporange .rfipicons__ibox:active,
1651
- .rfipdropdown--deeporange .rfipicons__ibox:focus {
1652
- border: 1px solid #ff7043
1653
- }
1654
-
1655
- .rfipdropdown--deeporange .rfipicons__ibox--error {
1656
- color: #ef9a9a
1657
- }
1658
-
1659
- .rfipdropdown--deeporange .rfipicons__icon--selected .rfipicons__ibox {
1660
- background-color: #ffab91
1661
- }
1662
-
1663
- .rfipdropdown--deeporange .rfipsearch input {
1664
- border: 0 none;
1665
- border-bottom: 1px solid #ff7043;
1666
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1667
- transition: border .25s, -webkit-box-shadow .25s;
1668
- transition: box-shadow .25s, border .25s;
1669
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1670
- }
1671
-
1672
- .rfipdropdown--deeporange .rfipsearch input:active,
1673
- .rfipdropdown--deeporange .rfipsearch input:focus {
1674
- border-bottom-color: #ff5722;
1675
- -webkit-box-shadow: 0 1px 0 0 #ff5722;
1676
- box-shadow: 0 1px 0 0 #ff5722;
1677
- outline: 0 none
1678
- }
1679
-
1680
- .rfipbtn--deeppurple {
1681
- background-color: #fff;
1682
- border: 1px solid #9575cd
1683
- }
1684
-
1685
- .rfipbtn--deeppurple:active,
1686
- .rfipbtn--deeppurple:focus {
1687
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1688
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1689
- border: 1px solid #7e57c2
1690
- }
1691
-
1692
- .rfipbtn--deeppurple .rfipbtn__button {
1693
- border: 0 none transparent;
1694
- border-left: 1px solid #9575cd;
1695
- background-color: #d1c4e9;
1696
- color: #4527a0
1697
- }
1698
-
1699
- .rfipbtn--deeppurple .rfipbtn__button:hover {
1700
- background-color: #7e57c2
1701
- }
1702
-
1703
- .rfipbtn--deeppurple .rfipbtn__button:active {
1704
- -webkit-box-shadow: inset 0 0 10px 0 #9575cd;
1705
- box-shadow: inset 0 0 10px 0 #9575cd
1706
- }
1707
-
1708
- .rfipbtn--deeppurple .rfipbtn__icon {
1709
- border: 1px solid #b39ddb;
1710
- color: #4527a0
1711
- }
1712
-
1713
- .rfipbtn--deeppurple .rfipbtn__icon--empty {
1714
- color: #9575cd
1715
- }
1716
-
1717
- .rfipbtn--deeppurple .rfipbtn__del {
1718
- background-color: #b39ddb
1719
- }
1720
-
1721
- .rfipbtn--deeppurple .rfipbtn__del:hover {
1722
- background-color: #9575cd
1723
- }
1724
-
1725
- .rfipbtn--deeppurple .rfipbtn__del:active,
1726
- .rfipbtn--deeppurple .rfipbtn__del:focus {
1727
- outline: 1px solid #9575cd
1728
- }
1729
-
1730
- .rfipdropdown--deeppurple {
1731
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1732
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1733
- color: #424242;
1734
- background-color: #fff;
1735
- border: 1px solid #9575cd
1736
- }
1737
-
1738
- .rfipdropdown--deeppurple input,
1739
- .rfipdropdown--deeppurple select {
1740
- color: #424242
1741
- }
1742
-
1743
- .rfipdropdown--deeppurple .rfipcategory select {
1744
- background-color: #fff;
1745
- border: 0 none;
1746
- border-bottom: 1px solid #7e57c2;
1747
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1748
- transition: border .25s, -webkit-box-shadow .25s;
1749
- transition: box-shadow .25s, border .25s;
1750
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1751
- }
1752
-
1753
- .rfipdropdown--deeppurple .rfipcategory select:active,
1754
- .rfipdropdown--deeppurple .rfipcategory select:focus {
1755
- border-bottom-color: #673ab7;
1756
- -webkit-box-shadow: 0 1px 0 0 #673ab7;
1757
- box-shadow: 0 1px 0 0 #673ab7;
1758
- outline: 0 none
1759
- }
1760
-
1761
- .rfipdropdown--deeppurple .rfipicons__cp {
1762
- border: 0 none;
1763
- border-bottom: 1px solid #7e57c2;
1764
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1765
- transition: border .25s, -webkit-box-shadow .25s;
1766
- transition: box-shadow .25s, border .25s;
1767
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1768
- }
1769
-
1770
- .rfipdropdown--deeppurple .rfipicons__cp:active,
1771
- .rfipdropdown--deeppurple .rfipicons__cp:focus {
1772
- border-bottom-color: #673ab7;
1773
- -webkit-box-shadow: 0 1px 0 0 #673ab7;
1774
- box-shadow: 0 1px 0 0 #673ab7;
1775
- outline: 0 none
1776
- }
1777
-
1778
- .rfipdropdown--deeppurple .rfipicons__left,
1779
- .rfipdropdown--deeppurple .rfipicons__right {
1780
- background-color: #b39ddb;
1781
- border: 1px solid #b39ddb;
1782
- color: #4527a0
1783
- }
1784
-
1785
- .rfipdropdown--deeppurple .rfipicons__left:hover,
1786
- .rfipdropdown--deeppurple .rfipicons__right:hover {
1787
- background-color: #7e57c2;
1788
- border: 1px solid #7e57c2
1789
- }
1790
-
1791
- .rfipdropdown--deeppurple .rfipicons__left:active,
1792
- .rfipdropdown--deeppurple .rfipicons__left:focus,
1793
- .rfipdropdown--deeppurple .rfipicons__right:active,
1794
- .rfipdropdown--deeppurple .rfipicons__right:focus {
1795
- border: 1px solid #7e57c2
1796
- }
1797
-
1798
- .rfipdropdown--deeppurple .rfipicons__ibox {
1799
- background-color: #d1c4e9;
1800
- border: 1px solid #d1c4e9;
1801
- color: #4527a0
1802
- }
1803
-
1804
- .rfipdropdown--deeppurple .rfipicons__ibox:hover {
1805
- background-color: #7e57c2;
1806
- border: 1px solid #7e57c2
1807
- }
1808
-
1809
- .rfipdropdown--deeppurple .rfipicons__ibox:active,
1810
- .rfipdropdown--deeppurple .rfipicons__ibox:focus {
1811
- border: 1px solid #7e57c2
1812
- }
1813
-
1814
- .rfipdropdown--deeppurple .rfipicons__ibox--error {
1815
- color: #ef9a9a
1816
- }
1817
-
1818
- .rfipdropdown--deeppurple .rfipicons__icon--selected .rfipicons__ibox {
1819
- background-color: #b39ddb
1820
- }
1821
-
1822
- .rfipdropdown--deeppurple .rfipsearch input {
1823
- border: 0 none;
1824
- border-bottom: 1px solid #7e57c2;
1825
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1826
- transition: border .25s, -webkit-box-shadow .25s;
1827
- transition: box-shadow .25s, border .25s;
1828
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1829
- }
1830
-
1831
- .rfipdropdown--deeppurple .rfipsearch input:active,
1832
- .rfipdropdown--deeppurple .rfipsearch input:focus {
1833
- border-bottom-color: #673ab7;
1834
- -webkit-box-shadow: 0 1px 0 0 #673ab7;
1835
- box-shadow: 0 1px 0 0 #673ab7;
1836
- outline: 0 none
1837
- }
1838
-
1839
- .rfipbtn--default {
1840
- background-color: #fff;
1841
- border: 1px solid #e0e0e0;
1842
- width: 100%;
1843
- }
1844
-
1845
- .rfipbtn--default:active,
1846
- .rfipbtn--default:focus {
1847
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1848
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
1849
- border: 1px solid #bdbdbd
1850
- }
1851
-
1852
- .rfipbtn--default .rfipbtn__button {
1853
- border: 0 none transparent;
1854
- border-left: 1px solid #e0e0e0;
1855
- background-color: #f5f5f5;
1856
- color: #424242
1857
- }
1858
-
1859
- .rfipbtn--default .rfipbtn__button:hover {
1860
- background-color: #bdbdbd
1861
- }
1862
-
1863
- .rfipbtn--default .rfipbtn__button:active {
1864
- -webkit-box-shadow: inset 0 0 10px 0 #e0e0e0;
1865
- box-shadow: inset 0 0 10px 0 #e0e0e0
1866
- }
1867
-
1868
- .rfipbtn--default .rfipbtn__icon {
1869
- border: 1px solid #eee;
1870
- color: #424242
1871
- }
1872
-
1873
- .rfipbtn--default .rfipbtn__icon--empty {
1874
- color: #e0e0e0
1875
- }
1876
-
1877
- .rfipbtn--default .rfipbtn__del {
1878
- background-color: #eee
1879
- }
1880
-
1881
- .rfipbtn--default .rfipbtn__del:hover {
1882
- background-color: #e0e0e0
1883
- }
1884
-
1885
- .rfipbtn--default .rfipbtn__del:active,
1886
- .rfipbtn--default .rfipbtn__del:focus {
1887
- outline: 1px solid #e0e0e0
1888
- }
1889
-
1890
- .rfipdropdown--default {
1891
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1892
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
1893
- color: #424242;
1894
- background-color: #fff;
1895
- border: 1px solid #e0e0e0
1896
- }
1897
-
1898
- .rfipdropdown--default input,
1899
- .rfipdropdown--default select {
1900
- color: #424242
1901
- }
1902
-
1903
- .rfipdropdown--default .rfipcategory select {
1904
- background-color: #fff;
1905
- border: 0 none;
1906
- border-bottom: 1px solid #bdbdbd;
1907
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1908
- transition: border .25s, -webkit-box-shadow .25s;
1909
- transition: box-shadow .25s, border .25s;
1910
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1911
- }
1912
-
1913
- .rfipdropdown--default .rfipcategory select:active,
1914
- .rfipdropdown--default .rfipcategory select:focus {
1915
- border-bottom-color: #9e9e9e;
1916
- -webkit-box-shadow: 0 1px 0 0 #9e9e9e;
1917
- box-shadow: 0 1px 0 0 #9e9e9e;
1918
- outline: 0 none
1919
- }
1920
-
1921
- .rfipdropdown--default .rfipicons__cp {
1922
- border: 0 none;
1923
- border-bottom: 1px solid #bdbdbd;
1924
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1925
- transition: border .25s, -webkit-box-shadow .25s;
1926
- transition: box-shadow .25s, border .25s;
1927
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1928
- }
1929
-
1930
- .rfipdropdown--default .rfipicons__cp:active,
1931
- .rfipdropdown--default .rfipicons__cp:focus {
1932
- border-bottom-color: #9e9e9e;
1933
- -webkit-box-shadow: 0 1px 0 0 #9e9e9e;
1934
- box-shadow: 0 1px 0 0 #9e9e9e;
1935
- outline: 0 none
1936
- }
1937
-
1938
- .rfipdropdown--default .rfipicons__left,
1939
- .rfipdropdown--default .rfipicons__right {
1940
- background-color: #eee;
1941
- border: 1px solid #eee;
1942
- color: #424242
1943
- }
1944
-
1945
- .rfipdropdown--default .rfipicons__left:hover,
1946
- .rfipdropdown--default .rfipicons__right:hover {
1947
- background-color: #bdbdbd;
1948
- border: 1px solid #bdbdbd
1949
- }
1950
-
1951
- .rfipdropdown--default .rfipicons__left:active,
1952
- .rfipdropdown--default .rfipicons__left:focus,
1953
- .rfipdropdown--default .rfipicons__right:active,
1954
- .rfipdropdown--default .rfipicons__right:focus {
1955
- border: 1px solid #bdbdbd
1956
- }
1957
-
1958
- .rfipdropdown--default .rfipicons__ibox {
1959
- background-color: #f5f5f5;
1960
- border: 1px solid #f5f5f5;
1961
- color: #424242
1962
- }
1963
-
1964
- .rfipdropdown--default .rfipicons__ibox:hover {
1965
- background-color: #bdbdbd;
1966
- border: 1px solid #bdbdbd
1967
- }
1968
-
1969
- .rfipdropdown--default .rfipicons__ibox:active,
1970
- .rfipdropdown--default .rfipicons__ibox:focus {
1971
- border: 1px solid #bdbdbd
1972
- }
1973
-
1974
- .rfipdropdown--default .rfipicons__icon--selected .rfipicons__ibox {
1975
- background-color: #eee
1976
- }
1977
-
1978
- .rfipdropdown--default .rfipsearch input {
1979
- border: 0 none;
1980
- border-bottom: 1px solid #bdbdbd;
1981
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
1982
- transition: border .25s, -webkit-box-shadow .25s;
1983
- transition: box-shadow .25s, border .25s;
1984
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
1985
- }
1986
-
1987
- .rfipdropdown--default .rfipsearch input:active,
1988
- .rfipdropdown--default .rfipsearch input:focus {
1989
- border-bottom-color: #9e9e9e;
1990
- -webkit-box-shadow: 0 1px 0 0 #9e9e9e;
1991
- box-shadow: 0 1px 0 0 #9e9e9e;
1992
- outline: 0 none
1993
- }
1994
-
1995
- .rfipbtn--blue {
1996
- background-color: #fff;
1997
- border: 1px solid #64b5f6
1998
- }
1999
-
2000
- .rfipbtn--blue:active,
2001
- .rfipbtn--blue:focus {
2002
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2003
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2004
- border: 1px solid #42a5f5
2005
- }
2006
-
2007
- .rfipbtn--blue .rfipbtn__button {
2008
- border: 0 none transparent;
2009
- border-left: 1px solid #64b5f6;
2010
- background-color: #bbdefb;
2011
- color: #1565c0
2012
- }
2013
-
2014
- .rfipbtn--blue .rfipbtn__button:hover {
2015
- background-color: #42a5f5
2016
- }
2017
-
2018
- .rfipbtn--blue .rfipbtn__button:active {
2019
- -webkit-box-shadow: inset 0 0 10px 0 #64b5f6;
2020
- box-shadow: inset 0 0 10px 0 #64b5f6
2021
- }
2022
-
2023
- .rfipbtn--blue .rfipbtn__icon {
2024
- border: 1px solid #90caf9;
2025
- color: #1565c0
2026
- }
2027
-
2028
- .rfipbtn--blue .rfipbtn__icon--empty {
2029
- color: #64b5f6
2030
- }
2031
-
2032
- .rfipbtn--blue .rfipbtn__del {
2033
- background-color: #90caf9
2034
- }
2035
-
2036
- .rfipbtn--blue .rfipbtn__del:hover {
2037
- background-color: #64b5f6
2038
- }
2039
-
2040
- .rfipbtn--blue .rfipbtn__del:active,
2041
- .rfipbtn--blue .rfipbtn__del:focus {
2042
- outline: 1px solid #64b5f6
2043
- }
2044
-
2045
- .rfipdropdown--blue {
2046
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2047
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2048
- color: #424242;
2049
- background-color: #fff;
2050
- border: 1px solid #64b5f6
2051
- }
2052
-
2053
- .rfipdropdown--blue input,
2054
- .rfipdropdown--blue select {
2055
- color: #424242
2056
- }
2057
-
2058
- .rfipdropdown--blue .rfipcategory select {
2059
- background-color: #fff;
2060
- border: 0 none;
2061
- border-bottom: 1px solid #42a5f5;
2062
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2063
- transition: border .25s, -webkit-box-shadow .25s;
2064
- transition: box-shadow .25s, border .25s;
2065
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2066
- }
2067
-
2068
- .rfipdropdown--blue .rfipcategory select:active,
2069
- .rfipdropdown--blue .rfipcategory select:focus {
2070
- border-bottom-color: #2196f3;
2071
- -webkit-box-shadow: 0 1px 0 0 #2196f3;
2072
- box-shadow: 0 1px 0 0 #2196f3;
2073
- outline: 0 none
2074
- }
2075
-
2076
- .rfipdropdown--blue .rfipicons__cp {
2077
- border: 0 none;
2078
- border-bottom: 1px solid #42a5f5;
2079
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2080
- transition: border .25s, -webkit-box-shadow .25s;
2081
- transition: box-shadow .25s, border .25s;
2082
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2083
- }
2084
-
2085
- .rfipdropdown--blue .rfipicons__cp:active,
2086
- .rfipdropdown--blue .rfipicons__cp:focus {
2087
- border-bottom-color: #2196f3;
2088
- -webkit-box-shadow: 0 1px 0 0 #2196f3;
2089
- box-shadow: 0 1px 0 0 #2196f3;
2090
- outline: 0 none
2091
- }
2092
-
2093
- .rfipdropdown--blue .rfipicons__left,
2094
- .rfipdropdown--blue .rfipicons__right {
2095
- background-color: #90caf9;
2096
- border: 1px solid #90caf9;
2097
- color: #1565c0
2098
- }
2099
-
2100
- .rfipdropdown--blue .rfipicons__left:hover,
2101
- .rfipdropdown--blue .rfipicons__right:hover {
2102
- background-color: #42a5f5;
2103
- border: 1px solid #42a5f5
2104
- }
2105
-
2106
- .rfipdropdown--blue .rfipicons__left:active,
2107
- .rfipdropdown--blue .rfipicons__left:focus,
2108
- .rfipdropdown--blue .rfipicons__right:active,
2109
- .rfipdropdown--blue .rfipicons__right:focus {
2110
- border: 1px solid #42a5f5
2111
- }
2112
-
2113
- .rfipdropdown--blue .rfipicons__ibox {
2114
- background-color: #bbdefb;
2115
- border: 1px solid #bbdefb;
2116
- color: #1565c0
2117
- }
2118
-
2119
- .rfipdropdown--blue .rfipicons__ibox:hover {
2120
- background-color: #42a5f5;
2121
- border: 1px solid #42a5f5
2122
- }
2123
-
2124
- .rfipdropdown--blue .rfipicons__ibox:active,
2125
- .rfipdropdown--blue .rfipicons__ibox:focus {
2126
- border: 1px solid #42a5f5
2127
- }
2128
-
2129
- .rfipdropdown--blue .rfipicons__ibox--error {
2130
- color: #ef9a9a
2131
- }
2132
-
2133
- .rfipdropdown--blue .rfipicons__icon--selected .rfipicons__ibox {
2134
- background-color: #90caf9
2135
- }
2136
-
2137
- .rfipdropdown--blue .rfipsearch input {
2138
- border: 0 none;
2139
- border-bottom: 1px solid #42a5f5;
2140
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2141
- transition: border .25s, -webkit-box-shadow .25s;
2142
- transition: box-shadow .25s, border .25s;
2143
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2144
- }
2145
-
2146
- .rfipdropdown--blue .rfipsearch input:active,
2147
- .rfipdropdown--blue .rfipsearch input:focus {
2148
- border-bottom-color: #2196f3;
2149
- -webkit-box-shadow: 0 1px 0 0 #2196f3;
2150
- box-shadow: 0 1px 0 0 #2196f3;
2151
- outline: 0 none
2152
- }
2153
-
2154
- .rfipbtn--indigo {
2155
- background-color: #fff;
2156
- border: 1px solid #7986cb
2157
- }
2158
-
2159
- .rfipbtn--indigo:active,
2160
- .rfipbtn--indigo:focus {
2161
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2162
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2163
- border: 1px solid #5c6bc0
2164
- }
2165
-
2166
- .rfipbtn--indigo .rfipbtn__button {
2167
- border: 0 none transparent;
2168
- border-left: 1px solid #7986cb;
2169
- background-color: #c5cae9;
2170
- color: #283593
2171
- }
2172
-
2173
- .rfipbtn--indigo .rfipbtn__button:hover {
2174
- background-color: #5c6bc0
2175
- }
2176
-
2177
- .rfipbtn--indigo .rfipbtn__button:active {
2178
- -webkit-box-shadow: inset 0 0 10px 0 #7986cb;
2179
- box-shadow: inset 0 0 10px 0 #7986cb
2180
- }
2181
-
2182
- .rfipbtn--indigo .rfipbtn__icon {
2183
- border: 1px solid #9fa8da;
2184
- color: #283593
2185
- }
2186
-
2187
- .rfipbtn--indigo .rfipbtn__icon--empty {
2188
- color: #7986cb
2189
- }
2190
-
2191
- .rfipbtn--indigo .rfipbtn__del {
2192
- background-color: #9fa8da
2193
- }
2194
-
2195
- .rfipbtn--indigo .rfipbtn__del:hover {
2196
- background-color: #7986cb
2197
- }
2198
-
2199
- .rfipbtn--indigo .rfipbtn__del:active,
2200
- .rfipbtn--indigo .rfipbtn__del:focus {
2201
- outline: 1px solid #7986cb
2202
- }
2203
-
2204
- .rfipdropdown--indigo {
2205
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2206
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2207
- color: #424242;
2208
- background-color: #fff;
2209
- border: 1px solid #7986cb
2210
- }
2211
-
2212
- .rfipdropdown--indigo input,
2213
- .rfipdropdown--indigo select {
2214
- color: #424242
2215
- }
2216
-
2217
- .rfipdropdown--indigo .rfipcategory select {
2218
- background-color: #fff;
2219
- border: 0 none;
2220
- border-bottom: 1px solid #5c6bc0;
2221
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2222
- transition: border .25s, -webkit-box-shadow .25s;
2223
- transition: box-shadow .25s, border .25s;
2224
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2225
- }
2226
-
2227
- .rfipdropdown--indigo .rfipcategory select:active,
2228
- .rfipdropdown--indigo .rfipcategory select:focus {
2229
- border-bottom-color: #3f51b5;
2230
- -webkit-box-shadow: 0 1px 0 0 #3f51b5;
2231
- box-shadow: 0 1px 0 0 #3f51b5;
2232
- outline: 0 none
2233
- }
2234
-
2235
- .rfipdropdown--indigo .rfipicons__cp {
2236
- border: 0 none;
2237
- border-bottom: 1px solid #5c6bc0;
2238
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2239
- transition: border .25s, -webkit-box-shadow .25s;
2240
- transition: box-shadow .25s, border .25s;
2241
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2242
- }
2243
-
2244
- .rfipdropdown--indigo .rfipicons__cp:active,
2245
- .rfipdropdown--indigo .rfipicons__cp:focus {
2246
- border-bottom-color: #3f51b5;
2247
- -webkit-box-shadow: 0 1px 0 0 #3f51b5;
2248
- box-shadow: 0 1px 0 0 #3f51b5;
2249
- outline: 0 none
2250
- }
2251
-
2252
- .rfipdropdown--indigo .rfipicons__left,
2253
- .rfipdropdown--indigo .rfipicons__right {
2254
- background-color: #9fa8da;
2255
- border: 1px solid #9fa8da;
2256
- color: #283593
2257
- }
2258
-
2259
- .rfipdropdown--indigo .rfipicons__left:hover,
2260
- .rfipdropdown--indigo .rfipicons__right:hover {
2261
- background-color: #5c6bc0;
2262
- border: 1px solid #5c6bc0
2263
- }
2264
-
2265
- .rfipdropdown--indigo .rfipicons__left:active,
2266
- .rfipdropdown--indigo .rfipicons__left:focus,
2267
- .rfipdropdown--indigo .rfipicons__right:active,
2268
- .rfipdropdown--indigo .rfipicons__right:focus {
2269
- border: 1px solid #5c6bc0
2270
- }
2271
-
2272
- .rfipdropdown--indigo .rfipicons__ibox {
2273
- background-color: #c5cae9;
2274
- border: 1px solid #c5cae9;
2275
- color: #283593
2276
- }
2277
-
2278
- .rfipdropdown--indigo .rfipicons__ibox:hover {
2279
- background-color: #5c6bc0;
2280
- border: 1px solid #5c6bc0
2281
- }
2282
-
2283
- .rfipdropdown--indigo .rfipicons__ibox:active,
2284
- .rfipdropdown--indigo .rfipicons__ibox:focus {
2285
- border: 1px solid #5c6bc0
2286
- }
2287
-
2288
- .rfipdropdown--indigo .rfipicons__ibox--error {
2289
- color: #ef9a9a
2290
- }
2291
-
2292
- .rfipdropdown--indigo .rfipicons__icon--selected .rfipicons__ibox {
2293
- background-color: #9fa8da
2294
- }
2295
-
2296
- .rfipdropdown--indigo .rfipsearch input {
2297
- border: 0 none;
2298
- border-bottom: 1px solid #5c6bc0;
2299
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2300
- transition: border .25s, -webkit-box-shadow .25s;
2301
- transition: box-shadow .25s, border .25s;
2302
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2303
- }
2304
-
2305
- .rfipdropdown--indigo .rfipsearch input:active,
2306
- .rfipdropdown--indigo .rfipsearch input:focus {
2307
- border-bottom-color: #3f51b5;
2308
- -webkit-box-shadow: 0 1px 0 0 #3f51b5;
2309
- box-shadow: 0 1px 0 0 #3f51b5;
2310
- outline: 0 none
2311
- }
2312
-
2313
- .rfipbtn--lightblue {
2314
- background-color: #fff;
2315
- border: 1px solid #4fc3f7
2316
- }
2317
-
2318
- .rfipbtn--lightblue:active,
2319
- .rfipbtn--lightblue:focus {
2320
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2321
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2322
- border: 1px solid #29b6f6
2323
- }
2324
-
2325
- .rfipbtn--lightblue .rfipbtn__button {
2326
- border: 0 none transparent;
2327
- border-left: 1px solid #4fc3f7;
2328
- background-color: #b3e5fc;
2329
- color: #0277bd
2330
- }
2331
-
2332
- .rfipbtn--lightblue .rfipbtn__button:hover {
2333
- background-color: #29b6f6
2334
- }
2335
-
2336
- .rfipbtn--lightblue .rfipbtn__button:active {
2337
- -webkit-box-shadow: inset 0 0 10px 0 #4fc3f7;
2338
- box-shadow: inset 0 0 10px 0 #4fc3f7
2339
- }
2340
-
2341
- .rfipbtn--lightblue .rfipbtn__icon {
2342
- border: 1px solid #81d4fa;
2343
- color: #0277bd
2344
- }
2345
-
2346
- .rfipbtn--lightblue .rfipbtn__icon--empty {
2347
- color: #4fc3f7
2348
- }
2349
-
2350
- .rfipbtn--lightblue .rfipbtn__del {
2351
- background-color: #81d4fa
2352
- }
2353
-
2354
- .rfipbtn--lightblue .rfipbtn__del:hover {
2355
- background-color: #4fc3f7
2356
- }
2357
-
2358
- .rfipbtn--lightblue .rfipbtn__del:active,
2359
- .rfipbtn--lightblue .rfipbtn__del:focus {
2360
- outline: 1px solid #4fc3f7
2361
- }
2362
-
2363
- .rfipdropdown--lightblue {
2364
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2365
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2366
- color: #424242;
2367
- background-color: #fff;
2368
- border: 1px solid #4fc3f7
2369
- }
2370
-
2371
- .rfipdropdown--lightblue input,
2372
- .rfipdropdown--lightblue select {
2373
- color: #424242
2374
- }
2375
-
2376
- .rfipdropdown--lightblue .rfipcategory select {
2377
- background-color: #fff;
2378
- border: 0 none;
2379
- border-bottom: 1px solid #29b6f6;
2380
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2381
- transition: border .25s, -webkit-box-shadow .25s;
2382
- transition: box-shadow .25s, border .25s;
2383
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2384
- }
2385
-
2386
- .rfipdropdown--lightblue .rfipcategory select:active,
2387
- .rfipdropdown--lightblue .rfipcategory select:focus {
2388
- border-bottom-color: #03a9f4;
2389
- -webkit-box-shadow: 0 1px 0 0 #03a9f4;
2390
- box-shadow: 0 1px 0 0 #03a9f4;
2391
- outline: 0 none
2392
- }
2393
-
2394
- .rfipdropdown--lightblue .rfipicons__cp {
2395
- border: 0 none;
2396
- border-bottom: 1px solid #29b6f6;
2397
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2398
- transition: border .25s, -webkit-box-shadow .25s;
2399
- transition: box-shadow .25s, border .25s;
2400
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2401
- }
2402
-
2403
- .rfipdropdown--lightblue .rfipicons__cp:active,
2404
- .rfipdropdown--lightblue .rfipicons__cp:focus {
2405
- border-bottom-color: #03a9f4;
2406
- -webkit-box-shadow: 0 1px 0 0 #03a9f4;
2407
- box-shadow: 0 1px 0 0 #03a9f4;
2408
- outline: 0 none
2409
- }
2410
-
2411
- .rfipdropdown--lightblue .rfipicons__left,
2412
- .rfipdropdown--lightblue .rfipicons__right {
2413
- background-color: #81d4fa;
2414
- border: 1px solid #81d4fa;
2415
- color: #0277bd
2416
- }
2417
-
2418
- .rfipdropdown--lightblue .rfipicons__left:hover,
2419
- .rfipdropdown--lightblue .rfipicons__right:hover {
2420
- background-color: #29b6f6;
2421
- border: 1px solid #29b6f6
2422
- }
2423
-
2424
- .rfipdropdown--lightblue .rfipicons__left:active,
2425
- .rfipdropdown--lightblue .rfipicons__left:focus,
2426
- .rfipdropdown--lightblue .rfipicons__right:active,
2427
- .rfipdropdown--lightblue .rfipicons__right:focus {
2428
- border: 1px solid #29b6f6
2429
- }
2430
-
2431
- .rfipdropdown--lightblue .rfipicons__ibox {
2432
- background-color: #b3e5fc;
2433
- border: 1px solid #b3e5fc;
2434
- color: #0277bd
2435
- }
2436
-
2437
- .rfipdropdown--lightblue .rfipicons__ibox:hover {
2438
- background-color: #29b6f6;
2439
- border: 1px solid #29b6f6
2440
- }
2441
-
2442
- .rfipdropdown--lightblue .rfipicons__ibox:active,
2443
- .rfipdropdown--lightblue .rfipicons__ibox:focus {
2444
- border: 1px solid #29b6f6
2445
- }
2446
-
2447
- .rfipdropdown--lightblue .rfipicons__ibox--error {
2448
- color: #ef9a9a
2449
- }
2450
-
2451
- .rfipdropdown--lightblue .rfipicons__icon--selected .rfipicons__ibox {
2452
- background-color: #81d4fa
2453
- }
2454
-
2455
- .rfipdropdown--lightblue .rfipsearch input {
2456
- border: 0 none;
2457
- border-bottom: 1px solid #29b6f6;
2458
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2459
- transition: border .25s, -webkit-box-shadow .25s;
2460
- transition: box-shadow .25s, border .25s;
2461
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2462
- }
2463
-
2464
- .rfipdropdown--lightblue .rfipsearch input:active,
2465
- .rfipdropdown--lightblue .rfipsearch input:focus {
2466
- border-bottom-color: #03a9f4;
2467
- -webkit-box-shadow: 0 1px 0 0 #03a9f4;
2468
- box-shadow: 0 1px 0 0 #03a9f4;
2469
- outline: 0 none
2470
- }
2471
-
2472
- .rfipbtn--pink {
2473
- background-color: #fff;
2474
- border: 1px solid #f06292
2475
- }
2476
-
2477
- .rfipbtn--pink:active,
2478
- .rfipbtn--pink:focus {
2479
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2480
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2481
- border: 1px solid #ec407a
2482
- }
2483
-
2484
- .rfipbtn--pink .rfipbtn__button {
2485
- border: 0 none transparent;
2486
- border-left: 1px solid #f06292;
2487
- background-color: #f8bbd0;
2488
- color: #ad1457
2489
- }
2490
-
2491
- .rfipbtn--pink .rfipbtn__button:hover {
2492
- background-color: #ec407a
2493
- }
2494
-
2495
- .rfipbtn--pink .rfipbtn__button:active {
2496
- -webkit-box-shadow: inset 0 0 10px 0 #f06292;
2497
- box-shadow: inset 0 0 10px 0 #f06292
2498
- }
2499
-
2500
- .rfipbtn--pink .rfipbtn__icon {
2501
- border: 1px solid #f48fb1;
2502
- color: #ad1457
2503
- }
2504
-
2505
- .rfipbtn--pink .rfipbtn__icon--empty {
2506
- color: #f06292
2507
- }
2508
-
2509
- .rfipbtn--pink .rfipbtn__del {
2510
- background-color: #f48fb1
2511
- }
2512
-
2513
- .rfipbtn--pink .rfipbtn__del:hover {
2514
- background-color: #f06292
2515
- }
2516
-
2517
- .rfipbtn--pink .rfipbtn__del:active,
2518
- .rfipbtn--pink .rfipbtn__del:focus {
2519
- outline: 1px solid #f06292
2520
- }
2521
-
2522
- .rfipdropdown--pink {
2523
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2524
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2525
- color: #424242;
2526
- background-color: #fff;
2527
- border: 1px solid #f06292
2528
- }
2529
-
2530
- .rfipdropdown--pink input,
2531
- .rfipdropdown--pink select {
2532
- color: #424242
2533
- }
2534
-
2535
- .rfipdropdown--pink .rfipcategory select {
2536
- background-color: #fff;
2537
- border: 0 none;
2538
- border-bottom: 1px solid #ec407a;
2539
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2540
- transition: border .25s, -webkit-box-shadow .25s;
2541
- transition: box-shadow .25s, border .25s;
2542
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2543
- }
2544
-
2545
- .rfipdropdown--pink .rfipcategory select:active,
2546
- .rfipdropdown--pink .rfipcategory select:focus {
2547
- border-bottom-color: #e91e63;
2548
- -webkit-box-shadow: 0 1px 0 0 #e91e63;
2549
- box-shadow: 0 1px 0 0 #e91e63;
2550
- outline: 0 none
2551
- }
2552
-
2553
- .rfipdropdown--pink .rfipicons__cp {
2554
- border: 0 none;
2555
- border-bottom: 1px solid #ec407a;
2556
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2557
- transition: border .25s, -webkit-box-shadow .25s;
2558
- transition: box-shadow .25s, border .25s;
2559
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2560
- }
2561
-
2562
- .rfipdropdown--pink .rfipicons__cp:active,
2563
- .rfipdropdown--pink .rfipicons__cp:focus {
2564
- border-bottom-color: #e91e63;
2565
- -webkit-box-shadow: 0 1px 0 0 #e91e63;
2566
- box-shadow: 0 1px 0 0 #e91e63;
2567
- outline: 0 none
2568
- }
2569
-
2570
- .rfipdropdown--pink .rfipicons__left,
2571
- .rfipdropdown--pink .rfipicons__right {
2572
- background-color: #f48fb1;
2573
- border: 1px solid #f48fb1;
2574
- color: #ad1457
2575
- }
2576
-
2577
- .rfipdropdown--pink .rfipicons__left:hover,
2578
- .rfipdropdown--pink .rfipicons__right:hover {
2579
- background-color: #ec407a;
2580
- border: 1px solid #ec407a
2581
- }
2582
-
2583
- .rfipdropdown--pink .rfipicons__left:active,
2584
- .rfipdropdown--pink .rfipicons__left:focus,
2585
- .rfipdropdown--pink .rfipicons__right:active,
2586
- .rfipdropdown--pink .rfipicons__right:focus {
2587
- border: 1px solid #ec407a
2588
- }
2589
-
2590
- .rfipdropdown--pink .rfipicons__ibox {
2591
- background-color: #f8bbd0;
2592
- border: 1px solid #f8bbd0;
2593
- color: #ad1457
2594
- }
2595
-
2596
- .rfipdropdown--pink .rfipicons__ibox:hover {
2597
- background-color: #ec407a;
2598
- border: 1px solid #ec407a
2599
- }
2600
-
2601
- .rfipdropdown--pink .rfipicons__ibox:active,
2602
- .rfipdropdown--pink .rfipicons__ibox:focus {
2603
- border: 1px solid #ec407a
2604
- }
2605
-
2606
- .rfipdropdown--pink .rfipicons__ibox--error {
2607
- color: #ef9a9a
2608
- }
2609
-
2610
- .rfipdropdown--pink .rfipicons__icon--selected .rfipicons__ibox {
2611
- background-color: #f48fb1
2612
- }
2613
-
2614
- .rfipdropdown--pink .rfipsearch input {
2615
- border: 0 none;
2616
- border-bottom: 1px solid #ec407a;
2617
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2618
- transition: border .25s, -webkit-box-shadow .25s;
2619
- transition: box-shadow .25s, border .25s;
2620
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2621
- }
2622
-
2623
- .rfipdropdown--pink .rfipsearch input:active,
2624
- .rfipdropdown--pink .rfipsearch input:focus {
2625
- border-bottom-color: #e91e63;
2626
- -webkit-box-shadow: 0 1px 0 0 #e91e63;
2627
- box-shadow: 0 1px 0 0 #e91e63;
2628
- outline: 0 none
2629
- }
2630
-
2631
- .rfipbtn--orange {
2632
- background-color: #fff;
2633
- border: 1px solid #ffb74d
2634
- }
2635
-
2636
- .rfipbtn--orange:active,
2637
- .rfipbtn--orange:focus {
2638
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2639
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2640
- border: 1px solid #ffa726
2641
- }
2642
-
2643
- .rfipbtn--orange .rfipbtn__button {
2644
- border: 0 none transparent;
2645
- border-left: 1px solid #ffb74d;
2646
- background-color: #ffe0b2;
2647
- color: #ef6c00
2648
- }
2649
-
2650
- .rfipbtn--orange .rfipbtn__button:hover {
2651
- background-color: #ffa726
2652
- }
2653
-
2654
- .rfipbtn--orange .rfipbtn__button:active {
2655
- -webkit-box-shadow: inset 0 0 10px 0 #ffb74d;
2656
- box-shadow: inset 0 0 10px 0 #ffb74d
2657
- }
2658
-
2659
- .rfipbtn--orange .rfipbtn__icon {
2660
- border: 1px solid #ffcc80;
2661
- color: #ef6c00
2662
- }
2663
-
2664
- .rfipbtn--orange .rfipbtn__icon--empty {
2665
- color: #ffb74d
2666
- }
2667
-
2668
- .rfipbtn--orange .rfipbtn__del {
2669
- background-color: #ffcc80
2670
- }
2671
-
2672
- .rfipbtn--orange .rfipbtn__del:hover {
2673
- background-color: #ffb74d
2674
- }
2675
-
2676
- .rfipbtn--orange .rfipbtn__del:active,
2677
- .rfipbtn--orange .rfipbtn__del:focus {
2678
- outline: 1px solid #ffb74d
2679
- }
2680
-
2681
- .rfipdropdown--orange {
2682
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2683
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2684
- color: #424242;
2685
- background-color: #fff;
2686
- border: 1px solid #ffb74d
2687
- }
2688
-
2689
- .rfipdropdown--orange input,
2690
- .rfipdropdown--orange select {
2691
- color: #424242
2692
- }
2693
-
2694
- .rfipdropdown--orange .rfipcategory select {
2695
- background-color: #fff;
2696
- border: 0 none;
2697
- border-bottom: 1px solid #ffa726;
2698
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2699
- transition: border .25s, -webkit-box-shadow .25s;
2700
- transition: box-shadow .25s, border .25s;
2701
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2702
- }
2703
-
2704
- .rfipdropdown--orange .rfipcategory select:active,
2705
- .rfipdropdown--orange .rfipcategory select:focus {
2706
- border-bottom-color: #ff9800;
2707
- -webkit-box-shadow: 0 1px 0 0 #ff9800;
2708
- box-shadow: 0 1px 0 0 #ff9800;
2709
- outline: 0 none
2710
- }
2711
-
2712
- .rfipdropdown--orange .rfipicons__cp {
2713
- border: 0 none;
2714
- border-bottom: 1px solid #ffa726;
2715
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2716
- transition: border .25s, -webkit-box-shadow .25s;
2717
- transition: box-shadow .25s, border .25s;
2718
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2719
- }
2720
-
2721
- .rfipdropdown--orange .rfipicons__cp:active,
2722
- .rfipdropdown--orange .rfipicons__cp:focus {
2723
- border-bottom-color: #ff9800;
2724
- -webkit-box-shadow: 0 1px 0 0 #ff9800;
2725
- box-shadow: 0 1px 0 0 #ff9800;
2726
- outline: 0 none
2727
- }
2728
-
2729
- .rfipdropdown--orange .rfipicons__left,
2730
- .rfipdropdown--orange .rfipicons__right {
2731
- background-color: #ffcc80;
2732
- border: 1px solid #ffcc80;
2733
- color: #ef6c00
2734
- }
2735
-
2736
- .rfipdropdown--orange .rfipicons__left:hover,
2737
- .rfipdropdown--orange .rfipicons__right:hover {
2738
- background-color: #ffa726;
2739
- border: 1px solid #ffa726
2740
- }
2741
-
2742
- .rfipdropdown--orange .rfipicons__left:active,
2743
- .rfipdropdown--orange .rfipicons__left:focus,
2744
- .rfipdropdown--orange .rfipicons__right:active,
2745
- .rfipdropdown--orange .rfipicons__right:focus {
2746
- border: 1px solid #ffa726
2747
- }
2748
-
2749
- .rfipdropdown--orange .rfipicons__ibox {
2750
- background-color: #ffe0b2;
2751
- border: 1px solid #ffe0b2;
2752
- color: #ef6c00
2753
- }
2754
-
2755
- .rfipdropdown--orange .rfipicons__ibox:hover {
2756
- background-color: #ffa726;
2757
- border: 1px solid #ffa726
2758
- }
2759
-
2760
- .rfipdropdown--orange .rfipicons__ibox:active,
2761
- .rfipdropdown--orange .rfipicons__ibox:focus {
2762
- border: 1px solid #ffa726
2763
- }
2764
-
2765
- .rfipdropdown--orange .rfipicons__ibox--error {
2766
- color: #ef9a9a
2767
- }
2768
-
2769
- .rfipdropdown--orange .rfipicons__icon--selected .rfipicons__ibox {
2770
- background-color: #ffcc80
2771
- }
2772
-
2773
- .rfipdropdown--orange .rfipsearch input {
2774
- border: 0 none;
2775
- border-bottom: 1px solid #ffa726;
2776
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2777
- transition: border .25s, -webkit-box-shadow .25s;
2778
- transition: box-shadow .25s, border .25s;
2779
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2780
- }
2781
-
2782
- .rfipdropdown--orange .rfipsearch input:active,
2783
- .rfipdropdown--orange .rfipsearch input:focus {
2784
- border-bottom-color: #ff9800;
2785
- -webkit-box-shadow: 0 1px 0 0 #ff9800;
2786
- box-shadow: 0 1px 0 0 #ff9800;
2787
- outline: 0 none
2788
- }
2789
-
2790
- .rfipbtn--purple {
2791
- background-color: #fff;
2792
- border: 1px solid #ba68c8
2793
- }
2794
-
2795
- .rfipbtn--purple:active,
2796
- .rfipbtn--purple:focus {
2797
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2798
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2799
- border: 1px solid #ab47bc
2800
- }
2801
-
2802
- .rfipbtn--purple .rfipbtn__button {
2803
- border: 0 none transparent;
2804
- border-left: 1px solid #ba68c8;
2805
- background-color: #e1bee7;
2806
- color: #6a1b9a
2807
- }
2808
-
2809
- .rfipbtn--purple .rfipbtn__button:hover {
2810
- background-color: #ab47bc
2811
- }
2812
-
2813
- .rfipbtn--purple .rfipbtn__button:active {
2814
- -webkit-box-shadow: inset 0 0 10px 0 #ba68c8;
2815
- box-shadow: inset 0 0 10px 0 #ba68c8
2816
- }
2817
-
2818
- .rfipbtn--purple .rfipbtn__icon {
2819
- border: 1px solid #ce93d8;
2820
- color: #6a1b9a
2821
- }
2822
-
2823
- .rfipbtn--purple .rfipbtn__icon--empty {
2824
- color: #ba68c8
2825
- }
2826
-
2827
- .rfipbtn--purple .rfipbtn__del {
2828
- background-color: #ce93d8
2829
- }
2830
-
2831
- .rfipbtn--purple .rfipbtn__del:hover {
2832
- background-color: #ba68c8
2833
- }
2834
-
2835
- .rfipbtn--purple .rfipbtn__del:active,
2836
- .rfipbtn--purple .rfipbtn__del:focus {
2837
- outline: 1px solid #ba68c8
2838
- }
2839
-
2840
- .rfipdropdown--purple {
2841
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2842
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
2843
- color: #424242;
2844
- background-color: #fff;
2845
- border: 1px solid #ba68c8
2846
- }
2847
-
2848
- .rfipdropdown--purple input,
2849
- .rfipdropdown--purple select {
2850
- color: #424242
2851
- }
2852
-
2853
- .rfipdropdown--purple .rfipcategory select {
2854
- background-color: #fff;
2855
- border: 0 none;
2856
- border-bottom: 1px solid #ab47bc;
2857
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2858
- transition: border .25s, -webkit-box-shadow .25s;
2859
- transition: box-shadow .25s, border .25s;
2860
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2861
- }
2862
-
2863
- .rfipdropdown--purple .rfipcategory select:active,
2864
- .rfipdropdown--purple .rfipcategory select:focus {
2865
- border-bottom-color: #9c27b0;
2866
- -webkit-box-shadow: 0 1px 0 0 #9c27b0;
2867
- box-shadow: 0 1px 0 0 #9c27b0;
2868
- outline: 0 none
2869
- }
2870
-
2871
- .rfipdropdown--purple .rfipicons__cp {
2872
- border: 0 none;
2873
- border-bottom: 1px solid #ab47bc;
2874
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2875
- transition: border .25s, -webkit-box-shadow .25s;
2876
- transition: box-shadow .25s, border .25s;
2877
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2878
- }
2879
-
2880
- .rfipdropdown--purple .rfipicons__cp:active,
2881
- .rfipdropdown--purple .rfipicons__cp:focus {
2882
- border-bottom-color: #9c27b0;
2883
- -webkit-box-shadow: 0 1px 0 0 #9c27b0;
2884
- box-shadow: 0 1px 0 0 #9c27b0;
2885
- outline: 0 none
2886
- }
2887
-
2888
- .rfipdropdown--purple .rfipicons__left,
2889
- .rfipdropdown--purple .rfipicons__right {
2890
- background-color: #ce93d8;
2891
- border: 1px solid #ce93d8;
2892
- color: #6a1b9a
2893
- }
2894
-
2895
- .rfipdropdown--purple .rfipicons__left:hover,
2896
- .rfipdropdown--purple .rfipicons__right:hover {
2897
- background-color: #ab47bc;
2898
- border: 1px solid #ab47bc
2899
- }
2900
-
2901
- .rfipdropdown--purple .rfipicons__left:active,
2902
- .rfipdropdown--purple .rfipicons__left:focus,
2903
- .rfipdropdown--purple .rfipicons__right:active,
2904
- .rfipdropdown--purple .rfipicons__right:focus {
2905
- border: 1px solid #ab47bc
2906
- }
2907
-
2908
- .rfipdropdown--purple .rfipicons__ibox {
2909
- background-color: #e1bee7;
2910
- border: 1px solid #e1bee7;
2911
- color: #6a1b9a
2912
- }
2913
-
2914
- .rfipdropdown--purple .rfipicons__ibox:hover {
2915
- background-color: #ab47bc;
2916
- border: 1px solid #ab47bc
2917
- }
2918
-
2919
- .rfipdropdown--purple .rfipicons__ibox:active,
2920
- .rfipdropdown--purple .rfipicons__ibox:focus {
2921
- border: 1px solid #ab47bc
2922
- }
2923
-
2924
- .rfipdropdown--purple .rfipicons__ibox--error {
2925
- color: #ef9a9a
2926
- }
2927
-
2928
- .rfipdropdown--purple .rfipicons__icon--selected .rfipicons__ibox {
2929
- background-color: #ce93d8
2930
- }
2931
-
2932
- .rfipdropdown--purple .rfipsearch input {
2933
- border: 0 none;
2934
- border-bottom: 1px solid #ab47bc;
2935
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
2936
- transition: border .25s, -webkit-box-shadow .25s;
2937
- transition: box-shadow .25s, border .25s;
2938
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
2939
- }
2940
-
2941
- .rfipdropdown--purple .rfipsearch input:active,
2942
- .rfipdropdown--purple .rfipsearch input:focus {
2943
- border-bottom-color: #9c27b0;
2944
- -webkit-box-shadow: 0 1px 0 0 #9c27b0;
2945
- box-shadow: 0 1px 0 0 #9c27b0;
2946
- outline: 0 none
2947
- }
2948
-
2949
- .rfipbtn--red {
2950
- background-color: #fff;
2951
- border: 1px solid #e57373
2952
- }
2953
-
2954
- .rfipbtn--red:active,
2955
- .rfipbtn--red:focus {
2956
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2957
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
2958
- border: 1px solid #ef5350
2959
- }
2960
-
2961
- .rfipbtn--red .rfipbtn__button {
2962
- border: 0 none transparent;
2963
- border-left: 1px solid #e57373;
2964
- background-color: #ffcdd2;
2965
- color: #c62828
2966
- }
2967
-
2968
- .rfipbtn--red .rfipbtn__button:hover {
2969
- background-color: #ef5350
2970
- }
2971
-
2972
- .rfipbtn--red .rfipbtn__button:active {
2973
- -webkit-box-shadow: inset 0 0 10px 0 #e57373;
2974
- box-shadow: inset 0 0 10px 0 #e57373
2975
- }
2976
-
2977
- .rfipbtn--red .rfipbtn__icon {
2978
- border: 1px solid #ef9a9a;
2979
- color: #c62828
2980
- }
2981
-
2982
- .rfipbtn--red .rfipbtn__icon--empty {
2983
- color: #e57373
2984
- }
2985
-
2986
- .rfipbtn--red .rfipbtn__del {
2987
- background-color: #ef9a9a
2988
- }
2989
-
2990
- .rfipbtn--red .rfipbtn__del:hover {
2991
- background-color: #e57373
2992
- }
2993
-
2994
- .rfipbtn--red .rfipbtn__del:active,
2995
- .rfipbtn--red .rfipbtn__del:focus {
2996
- outline: 1px solid #e57373
2997
- }
2998
-
2999
- .rfipdropdown--red {
3000
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
3001
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
3002
- color: #424242;
3003
- background-color: #fff;
3004
- border: 1px solid #e57373
3005
- }
3006
-
3007
- .rfipdropdown--red input,
3008
- .rfipdropdown--red select {
3009
- color: #424242
3010
- }
3011
-
3012
- .rfipdropdown--red .rfipcategory select {
3013
- background-color: #fff;
3014
- border: 0 none;
3015
- border-bottom: 1px solid #ef5350;
3016
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
3017
- transition: border .25s, -webkit-box-shadow .25s;
3018
- transition: box-shadow .25s, border .25s;
3019
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
3020
- }
3021
-
3022
- .rfipdropdown--red .rfipcategory select:active,
3023
- .rfipdropdown--red .rfipcategory select:focus {
3024
- border-bottom-color: #f44336;
3025
- -webkit-box-shadow: 0 1px 0 0 #f44336;
3026
- box-shadow: 0 1px 0 0 #f44336;
3027
- outline: 0 none
3028
- }
3029
-
3030
- .rfipdropdown--red .rfipicons__cp {
3031
- border: 0 none;
3032
- border-bottom: 1px solid #ef5350;
3033
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
3034
- transition: border .25s, -webkit-box-shadow .25s;
3035
- transition: box-shadow .25s, border .25s;
3036
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
3037
- }
3038
-
3039
- .rfipdropdown--red .rfipicons__cp:active,
3040
- .rfipdropdown--red .rfipicons__cp:focus {
3041
- border-bottom-color: #f44336;
3042
- -webkit-box-shadow: 0 1px 0 0 #f44336;
3043
- box-shadow: 0 1px 0 0 #f44336;
3044
- outline: 0 none
3045
- }
3046
-
3047
- .rfipdropdown--red .rfipicons__left,
3048
- .rfipdropdown--red .rfipicons__right {
3049
- background-color: #ef9a9a;
3050
- border: 1px solid #ef9a9a;
3051
- color: #c62828
3052
- }
3053
-
3054
- .rfipdropdown--red .rfipicons__left:hover,
3055
- .rfipdropdown--red .rfipicons__right:hover {
3056
- background-color: #ef5350;
3057
- border: 1px solid #ef5350
3058
- }
3059
-
3060
- .rfipdropdown--red .rfipicons__left:active,
3061
- .rfipdropdown--red .rfipicons__left:focus,
3062
- .rfipdropdown--red .rfipicons__right:active,
3063
- .rfipdropdown--red .rfipicons__right:focus {
3064
- border: 1px solid #ef5350
3065
- }
3066
-
3067
- .rfipdropdown--red .rfipicons__ibox {
3068
- background-color: #ffcdd2;
3069
- border: 1px solid #ffcdd2;
3070
- color: #c62828
3071
- }
3072
-
3073
- .rfipdropdown--red .rfipicons__ibox:hover {
3074
- background-color: #ef5350;
3075
- border: 1px solid #ef5350
3076
- }
3077
-
3078
- .rfipdropdown--red .rfipicons__ibox:active,
3079
- .rfipdropdown--red .rfipicons__ibox:focus {
3080
- border: 1px solid #ef5350
3081
- }
3082
-
3083
- .rfipdropdown--red .rfipicons__ibox--error {
3084
- color: #ef9a9a
3085
- }
3086
-
3087
- .rfipdropdown--red .rfipicons__icon--selected .rfipicons__ibox {
3088
- background-color: #ef9a9a
3089
- }
3090
-
3091
- .rfipdropdown--red .rfipsearch input {
3092
- border: 0 none;
3093
- border-bottom: 1px solid #ef5350;
3094
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
3095
- transition: border .25s, -webkit-box-shadow .25s;
3096
- transition: box-shadow .25s, border .25s;
3097
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
3098
- }
3099
-
3100
- .rfipdropdown--red .rfipsearch input:active,
3101
- .rfipdropdown--red .rfipsearch input:focus {
3102
- border-bottom-color: #f44336;
3103
- -webkit-box-shadow: 0 1px 0 0 #f44336;
3104
- box-shadow: 0 1px 0 0 #f44336;
3105
- outline: 0 none
3106
- }
3107
-
3108
- .rfipbtn--teal {
3109
- background-color: #fff;
3110
- border: 1px solid #4db6ac
3111
- }
3112
-
3113
- .rfipbtn--teal:active,
3114
- .rfipbtn--teal:focus {
3115
- -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
3116
- box-shadow: 0 1.5px 4px rgba(0, 0, 0, .24), 0 1.5px 6px rgba(0, 0, 0, .12);
3117
- border: 1px solid #26a69a
3118
- }
3119
-
3120
- .rfipbtn--teal .rfipbtn__button {
3121
- border: 0 none transparent;
3122
- border-left: 1px solid #4db6ac;
3123
- background-color: #b2dfdb;
3124
- color: #00695c
3125
- }
3126
-
3127
- .rfipbtn--teal .rfipbtn__button:hover {
3128
- background-color: #26a69a
3129
- }
3130
-
3131
- .rfipbtn--teal .rfipbtn__button:active {
3132
- -webkit-box-shadow: inset 0 0 10px 0 #4db6ac;
3133
- box-shadow: inset 0 0 10px 0 #4db6ac
3134
- }
3135
-
3136
- .rfipbtn--teal .rfipbtn__icon {
3137
- border: 1px solid #80cbc4;
3138
- color: #00695c
3139
- }
3140
-
3141
- .rfipbtn--teal .rfipbtn__icon--empty {
3142
- color: #4db6ac
3143
- }
3144
-
3145
- .rfipbtn--teal .rfipbtn__del {
3146
- background-color: #80cbc4
3147
- }
3148
-
3149
- .rfipbtn--teal .rfipbtn__del:hover {
3150
- background-color: #4db6ac
3151
- }
3152
-
3153
- .rfipbtn--teal .rfipbtn__del:active,
3154
- .rfipbtn--teal .rfipbtn__del:focus {
3155
- outline: 1px solid #4db6ac
3156
- }
3157
-
3158
- .rfipdropdown--teal {
3159
- -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
3160
- box-shadow: 0 15px 24px rgba(0, 0, 0, .22), 0 19px 76px rgba(0, 0, 0, .3);
3161
- color: #424242;
3162
- background-color: #fff;
3163
- border: 1px solid #4db6ac
3164
- }
3165
-
3166
- .rfipdropdown--teal input,
3167
- .rfipdropdown--teal select {
3168
- color: #424242
3169
- }
3170
-
3171
- .rfipdropdown--teal .rfipcategory select {
3172
- background-color: #fff;
3173
- border: 0 none;
3174
- border-bottom: 1px solid #26a69a;
3175
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
3176
- transition: border .25s, -webkit-box-shadow .25s;
3177
- transition: box-shadow .25s, border .25s;
3178
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
3179
- }
3180
-
3181
- .rfipdropdown--teal .rfipcategory select:active,
3182
- .rfipdropdown--teal .rfipcategory select:focus {
3183
- border-bottom-color: #009688;
3184
- -webkit-box-shadow: 0 1px 0 0 #009688;
3185
- box-shadow: 0 1px 0 0 #009688;
3186
- outline: 0 none
3187
- }
3188
-
3189
- .rfipdropdown--teal .rfipicons__cp {
3190
- border: 0 none;
3191
- border-bottom: 1px solid #26a69a;
3192
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
3193
- transition: border .25s, -webkit-box-shadow .25s;
3194
- transition: box-shadow .25s, border .25s;
3195
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
3196
- }
3197
-
3198
- .rfipdropdown--teal .rfipicons__cp:active,
3199
- .rfipdropdown--teal .rfipicons__cp:focus {
3200
- border-bottom-color: #009688;
3201
- -webkit-box-shadow: 0 1px 0 0 #009688;
3202
- box-shadow: 0 1px 0 0 #009688;
3203
- outline: 0 none
3204
- }
3205
-
3206
- .rfipdropdown--teal .rfipicons__left,
3207
- .rfipdropdown--teal .rfipicons__right {
3208
- background-color: #80cbc4;
3209
- border: 1px solid #80cbc4;
3210
- color: #00695c
3211
- }
3212
-
3213
- .rfipdropdown--teal .rfipicons__left:hover,
3214
- .rfipdropdown--teal .rfipicons__right:hover {
3215
- background-color: #26a69a;
3216
- border: 1px solid #26a69a
3217
- }
3218
-
3219
- .rfipdropdown--teal .rfipicons__left:active,
3220
- .rfipdropdown--teal .rfipicons__left:focus,
3221
- .rfipdropdown--teal .rfipicons__right:active,
3222
- .rfipdropdown--teal .rfipicons__right:focus {
3223
- border: 1px solid #26a69a
3224
- }
3225
-
3226
- .rfipdropdown--teal .rfipicons__ibox {
3227
- background-color: #b2dfdb;
3228
- border: 1px solid #b2dfdb;
3229
- color: #00695c
3230
- }
3231
-
3232
- .rfipdropdown--teal .rfipicons__ibox:hover {
3233
- background-color: #26a69a;
3234
- border: 1px solid #26a69a
3235
- }
3236
-
3237
- .rfipdropdown--teal .rfipicons__ibox:active,
3238
- .rfipdropdown--teal .rfipicons__ibox:focus {
3239
- border: 1px solid #26a69a
3240
- }
3241
-
3242
- .rfipdropdown--teal .rfipicons__ibox--error {
3243
- color: #ef9a9a
3244
- }
3245
-
3246
- .rfipdropdown--teal .rfipicons__icon--selected .rfipicons__ibox {
3247
- background-color: #80cbc4
3248
- }
3249
-
3250
- .rfipdropdown--teal .rfipsearch input {
3251
- border: 0 none;
3252
- border-bottom: 1px solid #26a69a;
3253
- -webkit-transition: border .25s, -webkit-box-shadow .25s;
3254
- transition: border .25s, -webkit-box-shadow .25s;
3255
- transition: box-shadow .25s, border .25s;
3256
- transition: box-shadow .25s, border .25s, -webkit-box-shadow .25s
3257
- }
3258
-
3259
- .rfipdropdown--teal .rfipsearch input:active,
3260
- .rfipdropdown--teal .rfipsearch input:focus {
3261
- border-bottom-color: #009688;
3262
- -webkit-box-shadow: 0 1px 0 0 #009688;
3263
- box-shadow: 0 1px 0 0 #009688;
3264
- outline: 0 none
3265
- }
3266
-
3267
- .rfipbtn--default .rfipbtn__icon {
3268
- border: 0;
3269
- height: 40px;
3270
- }
3271
-
3272
- .rfipbtn--default .rfipbtn__del {
3273
- height: 18px;
3274
- }
3275
-
3276
- [class^=fipicon-] {
3277
- speak: none;
3278
- font-style: normal;
3279
- font-weight: 400;
3280
- font-variant: normal;
3281
- text-transform: none;
3282
- line-height: 1;
3283
- -webkit-font-smoothing: antialiased;
3284
- -moz-osx-font-smoothing: grayscale;
3285
- }
3286
-
3287
- i.fipicon-angle-down:before {
3288
- content: "\f140";
3289
- font-family: dashicons;
3290
- }
3291
-
3292
- i.fipicon-angle-up:before {
3293
- content: "\f142";
3294
- font-family: dashicons;
3295
- }
3296
-
3297
- i.fipicon-angle-right:before {
3298
- content: "\f345";
3299
- font-family: dashicons;
3300
- }
3301
-
3302
- i.fipicon-angle-left:before {
3303
- content: "\f341";
3304
- font-family: dashicons;
3305
- }
3306
-
3307
- label.wp-block-uagb-blockquote__via-label svg {
3308
- fill: #6c7781;
3309
- vertical-align: middle;
3310
- }
3311
- .slick-arrow svg{
3312
- vertical-align: middle;
3313
- }
3314
- .components-select-control__input{
3315
- text-transform: capitalize;
3316
- }
3317
- .components-panel__body.uagb-repeater-panel {
3318
- max-width: 100%;
3319
- margin: 0 auto;
3320
- margin-bottom: 1em;
3321
- border: 1px solid #e2e4e7;
3322
- background: #fff;
3323
- margin-top: 1em;
3324
- }
3325
- .edit-post-settings-sidebar__panel-block .components-panel__body.uagb-repeater-panel:last-child{
3326
- margin-bottom: 1em;
3327
- }
3328
- .uagb-inline-margin .uagb-margin-control label.components-base-control__label {
3329
- display: inline-block;
3330
- }
3331
- .uagb-inline-margin .components-button-group.uagb-size-type-field {
3332
- display: inline-block;
3333
- float: right;
3334
- }
3335
-
3336
- /* Reset Button Alignment */
3337
- .uagb-size-type-field-tabs.uagb-size-type-field__common-tabs .components-base-control.components-range-control.uagb-margin-control .components-base-control__field{
3338
- display:flex;
3339
- }
3340
-
3341
- .uagb-size-type-field-tabs.uagb-inline-margin .components-range-control .components-base-control__field{
3342
- display:unset;
3343
- }
3344
-
3345
- .uag-typography-range-options .uagb-size-type-field-tabs .components-tab-panel__tab-content .components-base-control.components-range-control .components-base-control__field {
3346
- display:block;
3347
- }
3348
-
3349
- .uagb-size-type-field-tabs .components-tab-panel__tab-content div.components-base-control .components-base-control__field{
3350
- display:block;
3351
- }
3352
-
3353
- .uagb-typography-advanced .uag-typography-range-options .uagb-size-type-field-tabs .components-base-control.components-range-control .components-base-control__field{
3354
- display:block;
3355
- }
3356
- .uagb-forms-button-group {
3357
- margin-bottom:15px;
3358
- }
3359
- /* WP 5.6 typography icon css */
3360
- .uag-typography-option-actions button .dashicons,.uag-typography-option-actions button .dashicons-before:before {
3361
- font-size:15px
3362
- }
3363
-
3364
- .uagb-size-type-field-tabs .components-tab-panel__tabs button span.dashicon.dashicons {
3365
- font-size:15px
3366
- }
3367
-
3368
- .uag-typography-range-options + .components-base-control .components-base-control__field .css-unzpkb-Flex-Root{
3369
- position:inherit;
3370
- }
3371
-
3372
- button.components-button.uagb-review-select-btn.is-secondary {
3373
- margin-bottom:10px;
3374
- }
3375
-
3376
- .uag-typography-font-family-options{
3377
- margin-top: 24px;
3378
- }
3379
-
3380
- .uag-typography-range-options + .components-base-control .components-flex.components-select-control{
3381
- position:unset;
3382
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/images/placeholder.png ADDED
Binary file
admin/assets/images/uag-placeholder.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="250" height="250" viewBox="0 0 250 250" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="250" height="250" fill="#EBECEF"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61 78H187C188.105 78 189 78.8954 189 80V150.24C188.946 150.191 188.889 150.144 188.831 150.099L161.588 129.109C160.394 128.189 158.702 128.298 157.636 129.364L138.121 148.879C136.95 150.05 135.05 150.05 133.879 148.879L99.6079 114.608C98.4416 113.442 96.5525 113.436 95.3788 114.594L59 150.513V80C59 78.8954 59.8954 78 61 78ZM57 80C57 77.7909 58.7909 76 61 76H187C189.209 76 191 77.7909 191 80V168C191 170.209 189.209 172 187 172H61C58.7909 172 57 170.209 57 168V80Z" fill="#6F7B81"/>
4
+ <path d="M148 110C148 114.418 144.418 118 140 118C135.582 118 132 114.418 132 110C132 105.582 135.582 102 140 102C144.418 102 148 105.582 148 110Z" fill="#6F7B81"/>
5
+ </svg>
admin/assets/images/uag-white-logo.svg DELETED
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
5
- <image overflow="visible" width="526" height="118" xlink:href="D8DA74DD.jpg" transform="matrix(1 0 0 1 -7692 -7692)">
6
- </image>
7
- <circle fill="#FFFFFF" cx="508.2" cy="500" r="344.7"/>
8
- <g>
9
- <path fill="#007CBB" d="M480.1,386v141.4c0,31.8-8.5,55.7-25.4,71.6c-17,15.9-41.7,23.9-74.2,23.9s-57.3-8-74.2-23.9
10
- c-17-15.9-25.4-39.8-25.4-71.6V386h48.8v139.3c0,19.6,4.2,34.1,12.5,43.5c8.4,9.4,21.1,14.1,38.3,14.1c17.2,0,29.9-4.7,38.2-14.1
11
- c8.2-9.4,12.4-23.9,12.4-43.5V386H480.1z"/>
12
- <path fill="#007CBB" d="M632,622.8c-21.4,0-40.2-4.7-56.4-14.1c-16.1-9.4-28.7-23.1-37.6-41c-9-17.9-13.4-39.5-13.4-64.7
13
- c0-25,4.7-46.5,14.1-64.5c9.4-18,22.7-31.9,39.9-41.5c17.2-9.7,37.3-14.5,60.4-14.5c25.2,0,45.6,4.7,61.1,14
14
- c15.6,9.3,27.9,23.7,37.1,43.3l-45.2,19.4c-3.8-12.5-10.2-21.7-19.3-27.7c-9.1-6-20.2-9-33.4-9c-13.2,0-24.6,3.1-34.3,9.4
15
- c-9.7,6.2-17.1,15.3-22.3,27.2c-5.2,11.9-7.8,26.5-7.8,43.6c0,17.7,2.5,32.6,7.4,44.7c4.9,12.1,12.3,21.2,22.1,27.2
16
- c9.8,6,21.9,9,36.2,9c7.8,0,15-0.9,21.7-2.8c6.7-1.9,12.5-4.7,17.5-8.5c4.9-3.8,8.8-8.6,11.7-14.5c2.8-5.9,4.2-12.7,4.2-20.5V532
17
- h-61.1v-35.7h103.2v123h-34.3l-3.5-50.9l8.5,6c-5.2,15.6-14.3,27.5-27.4,35.9C668.3,618.6,651.8,622.8,632,622.8z"/>
18
- </g>
19
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/images/uagb_logo.svg DELETED
@@ -1,132 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="255px" height="54px" viewBox="0 0 255 54" enable-background="new 0 0 255 54" xml:space="preserve">
6
- <g>
7
- <path fill="#453E69" d="M64.247,19.667v-7.894h3.221v7.894c0,0.794,0.195,1.402,0.586,1.829c0.389,0.426,0.959,0.641,1.713,0.641
8
- s1.331-0.215,1.734-0.641c0.404-0.427,0.604-1.035,0.604-1.829v-7.894h3.221v7.894c0,1.168-0.272,2.178-0.82,3.024
9
- c-0.546,0.847-1.236,1.468-2.072,1.856c-0.834,0.39-1.744,0.584-2.721,0.584c-1.533,0-2.828-0.478-3.883-1.432
10
- C64.775,22.745,64.247,21.401,64.247,19.667z"/>
11
- <path fill="#453E69" d="M78.641,11.773h3.223V22.55h4.015V25h-7.237L78.641,11.773L78.641,11.773z"/>
12
- <path fill="#453E69" d="M87.328,14.223v-2.449h10.438v2.449h-3.618V25h-3.224V14.223H87.328z"/>
13
- <path fill="#453E69" d="M100.253,25V11.773h3.223V25H100.253z"/>
14
- <path fill="#453E69" d="M121.845,11.773V25h-3.221v-7.461L115.55,25h-2.39l-3.072-7.461V25h-3.222V11.773h3.691l3.808,9.119
15
- l3.786-9.119H121.845z"/>
16
- <path fill="#453E69" d="M133.641,25l-0.736-2.223h-4.747L127.422,25h-3.429l4.599-13.265h3.918L137.088,25H133.641z
17
- M128.969,20.329h3.127l-1.563-4.713L128.969,20.329z"/>
18
- <path fill="#453E69" d="M138.33,14.223v-2.449h10.439v2.449h-3.617V25h-3.223V14.223H138.33z"/>
19
- <path fill="#453E69" d="M159.264,11.735v2.449h-4.785v2.845h4.222v2.451h-4.222v3.069h4.785V25h-8.006V11.735H159.264z"/>
20
- <path fill="#453E69" d="M177.219,25l-0.732-2.223h-4.75L171.002,25h-3.43l4.598-13.265h3.92L180.668,25H177.219z M172.547,20.329
21
- h3.131l-1.568-4.713L172.547,20.329z"/>
22
- <path fill="#453E69" d="M187.469,11.773c2.111,0,3.844,0.612,5.199,1.835c1.357,1.227,2.037,2.815,2.037,4.769
23
- c0,1.955-0.68,3.545-2.037,4.775C191.313,24.385,189.58,25,187.469,25h-4.652V11.773H187.469z M186.037,22.55h1.432
24
- c1.23,0,2.199-0.376,2.904-1.13c0.701-0.753,1.053-1.765,1.053-3.033c0-1.268-0.352-2.278-1.053-3.033
25
- c-0.705-0.754-1.674-1.131-2.904-1.131h-1.432V22.55z"/>
26
- <path fill="#453E69" d="M201.959,11.773c2.109,0,3.842,0.612,5.199,1.835c1.357,1.227,2.035,2.815,2.035,4.769
27
- c0,1.955-0.678,3.545-2.035,4.775c-1.357,1.232-3.09,1.848-5.199,1.848h-4.654V11.773H201.959z M200.527,22.55h1.432
28
- c1.229,0,2.197-0.376,2.9-1.13c0.703-0.753,1.057-1.765,1.057-3.033c0-1.268-0.354-2.278-1.057-3.033
29
- c-0.703-0.754-1.672-1.131-2.9-1.131h-1.432V22.55z"/>
30
- <path fill="#453E69" d="M212.99,23.21c-1.313-1.282-1.971-2.901-1.971-4.86c0-1.962,0.658-3.578,1.971-4.852
31
- c1.313-1.275,2.922-1.913,4.824-1.913c1.901,0,3.506,0.638,4.805,1.913c1.299,1.273,1.949,2.89,1.949,4.852
32
- c0,1.959-0.652,3.578-1.957,4.86c-1.31,1.281-2.91,1.922-4.807,1.922C215.906,25.132,214.303,24.491,212.99,23.21z M220.34,21.119
33
- c0.633-0.691,0.949-1.613,0.949-2.77c0-1.155-0.316-2.08-0.949-2.771c-0.637-0.69-1.482-1.036-2.543-1.036
34
- c-1.063,0-1.914,0.346-2.545,1.036c-0.635,0.69-0.951,1.615-0.951,2.771c0,1.156,0.316,2.078,0.951,2.77
35
- c0.631,0.69,1.482,1.036,2.545,1.036C218.857,22.155,219.703,21.81,220.34,21.119z"/>
36
- <path fill="#453E69" d="M235.818,11.735h3.221V25h-3.221l-5.392-8.347V25h-3.221V11.735h3.221l5.392,8.349V11.735z"/>
37
- <path fill="#453E69" d="M246.914,14.128c-0.4,0-0.73,0.108-0.988,0.32c-0.258,0.214-0.387,0.521-0.387,0.925
38
- c0,0.4,0.117,0.726,0.357,0.971c0.24,0.244,0.551,0.432,0.932,0.563c0.385,0.133,0.813,0.259,1.283,0.377
39
- c0.471,0.119,0.938,0.266,1.402,0.434c0.463,0.17,0.891,0.381,1.272,0.632c0.381,0.251,0.692,0.605,0.932,1.063
40
- c0.238,0.461,0.359,1.009,0.359,1.651c0,1.116-0.457,2.075-1.367,2.872c-0.91,0.798-2.108,1.196-3.601,1.196
41
- c-1.485,0-2.688-0.357-3.598-1.074c-0.912-0.716-1.365-1.732-1.365-3.053h3.429c0.088,1.055,0.627,1.584,1.618,1.584
42
- c0.468,0,0.832-0.122,1.095-0.368c0.264-0.244,0.396-0.556,0.396-0.934c0-0.375-0.119-0.684-0.358-0.922
43
- c-0.236-0.239-0.55-0.426-0.933-0.566c-0.383-0.138-0.811-0.267-1.279-0.387c-0.475-0.117-0.94-0.267-1.403-0.44
44
- c-0.465-0.177-0.892-0.387-1.272-0.632c-0.384-0.244-0.695-0.597-0.933-1.056c-0.237-0.458-0.356-1-0.356-1.631
45
- c0-1.229,0.457-2.215,1.375-2.956c0.916-0.741,2.09-1.112,3.514-1.112s2.578,0.324,3.455,0.97c0.881,0.647,1.34,1.668,1.377,3.062
46
- h-3.506c-0.049-0.477-0.203-0.845-0.461-1.102C247.646,14.257,247.316,14.128,246.914,14.128z"/>
47
- </g>
48
- <g>
49
- <path fill="#453E69" d="M65.315,43.902v-9.938h6.676v1.694h-4.746v2.562h3.947v1.566h-3.947V43.9h-1.93V43.902z"/>
50
- <path fill="#453E69" d="M83.241,43.973c-0.727,0-1.389-0.143-1.981-0.427c-0.591-0.285-1.1-0.663-1.522-1.135
51
- c-0.427-0.472-0.756-1.009-0.988-1.616c-0.234-0.605-0.349-1.227-0.349-1.861c0-0.662,0.122-1.295,0.37-1.902
52
- c0.248-0.604,0.589-1.143,1.02-1.608c0.435-0.467,0.951-0.837,1.549-1.112c0.596-0.274,1.244-0.412,1.945-0.412
53
- c0.716,0,1.371,0.146,1.965,0.439c0.593,0.294,1.098,0.68,1.519,1.155c0.419,0.476,0.745,1.017,0.979,1.622
54
- c0.233,0.605,0.351,1.224,0.351,1.848c0,0.662-0.121,1.296-0.364,1.896c-0.241,0.601-0.577,1.132-1.008,1.596
55
- c-0.427,0.461-0.941,0.829-1.538,1.105C84.589,43.834,83.941,43.973,83.241,43.973z M80.358,38.934
56
- c0,0.431,0.066,0.846,0.197,1.248c0.129,0.397,0.316,0.754,0.565,1.062c0.247,0.309,0.55,0.557,0.908,0.741
57
- c0.36,0.188,0.769,0.281,1.228,0.281c0.465,0,0.879-0.097,1.238-0.287c0.358-0.191,0.662-0.445,0.908-0.763
58
- c0.246-0.317,0.435-0.675,0.56-1.069c0.128-0.397,0.188-0.801,0.188-1.213c0-0.429-0.066-0.844-0.202-1.246
59
- c-0.135-0.397-0.327-0.754-0.573-1.062c-0.248-0.31-0.552-0.554-0.91-0.735c-0.359-0.183-0.764-0.272-1.209-0.272
60
- c-0.469,0-0.883,0.096-1.247,0.286c-0.364,0.191-0.667,0.445-0.91,0.757c-0.241,0.313-0.425,0.667-0.552,1.063
61
- C80.423,38.12,80.358,38.521,80.358,38.934z"/>
62
- <path fill="#453E69" d="M95.458,43.902v-9.938h4.393c0.457,0,0.879,0.098,1.268,0.287c0.385,0.193,0.72,0.443,1,0.756
63
- c0.279,0.313,0.498,0.667,0.657,1.063c0.158,0.396,0.239,0.797,0.239,1.197c0,0.644-0.161,1.229-0.484,1.756
64
- c-0.32,0.525-0.758,0.906-1.309,1.142l2.268,3.735h-2.168l-2.029-3.332h-1.904V43.9h-1.931V43.902z M97.388,38.88h2.422
65
- c0.177,0,0.343-0.044,0.496-0.128c0.154-0.084,0.287-0.197,0.396-0.343c0.113-0.146,0.202-0.315,0.269-0.511
66
- c0.064-0.196,0.1-0.406,0.1-0.631c0-0.231-0.039-0.447-0.113-0.643s-0.177-0.368-0.302-0.514c-0.125-0.143-0.271-0.254-0.434-0.336
67
- c-0.163-0.077-0.33-0.116-0.496-0.116h-2.338V38.88z"/>
68
- <path fill="#453E69" d="M126.775,42.782c-0.793,0.794-1.717,1.188-2.772,1.188c-0.652,0-1.267-0.131-1.84-0.391
69
- c-0.574-0.264-1.072-0.621-1.498-1.079c-0.422-0.457-0.759-0.995-1.006-1.616c-0.248-0.619-0.371-1.289-0.371-2.006
70
- c0-0.684,0.123-1.324,0.371-1.926c0.247-0.604,0.586-1.129,1.02-1.582c0.436-0.45,0.945-0.811,1.535-1.078
71
- c0.587-0.266,1.225-0.396,1.916-0.396c0.933,0,1.733,0.195,2.403,0.588c0.664,0.391,1.166,0.92,1.502,1.582l-1.441,1.062
72
- c-0.252-0.494-0.604-0.872-1.057-1.133c-0.453-0.263-0.946-0.392-1.478-0.392c-0.422,0-0.805,0.088-1.154,0.267
73
- c-0.35,0.178-0.648,0.419-0.895,0.728c-0.249,0.309-0.439,0.662-0.574,1.063c-0.135,0.399-0.203,0.825-0.203,1.272
74
- c0,0.467,0.074,0.902,0.225,1.31c0.146,0.405,0.354,0.757,0.615,1.057c0.262,0.298,0.571,0.534,0.93,0.705
75
- c0.359,0.175,0.75,0.261,1.17,0.261c0.96,0,1.827-0.455,2.603-1.358v-0.699h-2.001v-1.413h3.597v5.107h-1.596L126.775,42.782
76
- L126.775,42.782z"/>
77
- <path fill="#453E69" d="M140.098,42.266c0.457,0,0.842-0.094,1.154-0.281c0.313-0.186,0.564-0.428,0.756-0.728
78
- c0.191-0.299,0.326-0.641,0.406-1.028c0.078-0.388,0.117-0.785,0.117-1.196v-5.065h1.918v5.065c0,0.682-0.082,1.319-0.246,1.918
79
- c-0.162,0.597-0.418,1.12-0.77,1.567c-0.351,0.446-0.8,0.801-1.351,1.063c-0.549,0.26-1.207,0.392-1.974,0.392
80
- c-0.793,0-1.467-0.139-2.021-0.412c-0.555-0.276-1.004-0.641-1.351-1.095c-0.348-0.45-0.596-0.977-0.747-1.573
81
- c-0.154-0.596-0.232-1.216-0.232-1.86v-5.065h1.931v5.065c0,0.42,0.039,0.823,0.119,1.212c0.082,0.387,0.217,0.729,0.405,1.027
82
- c0.19,0.299,0.44,0.537,0.75,0.72C139.273,42.175,139.648,42.266,140.098,42.266z"/>
83
- <path fill="#453E69" d="M159.705,35.66h-3.18v8.242h-1.916V35.66h-3.176v-1.694h8.271L159.705,35.66L159.705,35.66z"/>
84
- <path fill="#453E69" d="M173.709,42.208v1.694h-6.896v-9.938h6.771v1.694h-4.842v2.392h4.186v1.568h-4.186v2.588L173.709,42.208
85
- L173.709,42.208z"/>
86
- <path fill="#453E69" d="M183.029,37.534v6.368h-1.93v-9.938h1.498l5.176,6.521V33.98h1.93v9.922h-1.564L183.029,37.534z"/>
87
- <path fill="#453E69" d="M205.656,41.341c0,0.42-0.084,0.788-0.25,1.104c-0.17,0.318-0.398,0.584-0.693,0.799
88
- c-0.295,0.216-0.635,0.377-1.021,0.49c-0.387,0.109-0.801,0.168-1.237,0.168h-4.8v-9.938h5.314c0.346,0,0.66,0.076,0.939,0.225
89
- c0.281,0.149,0.518,0.344,0.715,0.58c0.193,0.238,0.348,0.51,0.455,0.813c0.107,0.302,0.158,0.606,0.158,0.916
90
- c0,0.485-0.121,0.938-0.363,1.364c-0.242,0.424-0.596,0.738-1.063,0.943c0.567,0.168,1.018,0.469,1.352,0.902
91
- C205.49,40.146,205.656,40.688,205.656,41.341z M199.584,35.617v2.506h2.576c0.326,0,0.602-0.112,0.83-0.336
92
- c0.23-0.225,0.344-0.533,0.344-0.924c0-0.383-0.104-0.688-0.314-0.909c-0.209-0.226-0.469-0.337-0.774-0.337H199.584z
93
- M203.711,40.977c0-0.177-0.029-0.347-0.09-0.511c-0.061-0.163-0.143-0.305-0.244-0.427c-0.104-0.12-0.225-0.216-0.365-0.287
94
- c-0.141-0.068-0.293-0.104-0.461-0.104h-2.967v2.617h2.869c0.178,0,0.342-0.033,0.496-0.1c0.156-0.064,0.287-0.156,0.4-0.271
95
- c0.11-0.117,0.198-0.254,0.264-0.414C203.68,41.322,203.711,41.154,203.711,40.977z"/>
96
- <path fill="#453E69" d="M219.945,42.208v1.694h-6.9v-9.938h6.773v1.694h-4.842v2.392h4.186v1.568h-4.186v2.588L219.945,42.208
97
- L219.945,42.208z"/>
98
- <path fill="#453E69" d="M227.334,43.902v-9.938h4.393c0.455,0,0.881,0.098,1.267,0.287c0.389,0.193,0.723,0.443,1.002,0.756
99
- c0.28,0.313,0.5,0.667,0.657,1.063c0.156,0.396,0.236,0.797,0.236,1.197c0,0.644-0.16,1.229-0.479,1.756
100
- c-0.324,0.525-0.761,0.906-1.312,1.142l2.269,3.735h-2.171l-2.028-3.332h-1.901V43.9h-1.932V43.902z M229.264,38.88h2.422
101
- c0.178,0,0.342-0.044,0.494-0.128c0.156-0.084,0.289-0.197,0.4-0.343c0.113-0.146,0.201-0.315,0.266-0.511
102
- c0.066-0.196,0.1-0.406,0.1-0.631c0-0.231-0.036-0.447-0.112-0.643c-0.074-0.195-0.174-0.368-0.299-0.514
103
- c-0.127-0.143-0.272-0.254-0.437-0.336c-0.164-0.077-0.328-0.116-0.496-0.116h-2.338V38.88z"/>
104
- <path fill="#453E69" d="M249.416,42.782c-0.793,0.794-1.717,1.188-2.771,1.188c-0.651,0-1.268-0.131-1.84-0.391
105
- c-0.574-0.264-1.072-0.621-1.498-1.079c-0.424-0.457-0.76-0.995-1.008-1.616c-0.246-0.619-0.369-1.289-0.369-2.006
106
- c0-0.684,0.123-1.324,0.369-1.926c0.248-0.604,0.588-1.129,1.021-1.582c0.436-0.45,0.945-0.811,1.533-1.078
107
- c0.586-0.266,1.227-0.396,1.918-0.396c0.932,0,1.731,0.195,2.397,0.588c0.668,0.391,1.17,0.92,1.506,1.582l-1.442,1.062
108
- c-0.252-0.494-0.604-0.872-1.058-1.133c-0.45-0.263-0.942-0.392-1.475-0.392c-0.423,0-0.806,0.088-1.156,0.267
109
- c-0.349,0.178-0.646,0.419-0.894,0.728c-0.25,0.309-0.44,0.662-0.573,1.063c-0.138,0.399-0.203,0.825-0.203,1.272
110
- c0,0.467,0.073,0.902,0.224,1.31c0.147,0.405,0.354,0.757,0.616,1.057c0.261,0.298,0.57,0.534,0.931,0.705
111
- c0.356,0.175,0.748,0.261,1.168,0.261c0.961,0,1.828-0.455,2.604-1.358v-0.699h-2.004v-1.413h3.598v5.107h-1.594V42.782z"/>
112
- </g>
113
- <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="32.9766" y1="52.9395" x2="23.762" y2="0.6812">
114
- <stop offset="0" style="stop-color:#8E2DE2"/>
115
- <stop offset="1" style="stop-color:#4A00E0"/>
116
- </linearGradient>
117
- <path fill="url(#SVGID_1_)" d="M28.37,0.282c-14.654,0-26.529,11.879-26.529,26.53S13.715,53.339,28.37,53.339
118
- c14.652,0,26.529-11.877,26.529-26.527S43.021,0.282,28.37,0.282z M26.424,27.997c0,1.132-0.142,2.187-0.424,3.165
119
- c-0.283,0.979-0.718,1.833-1.307,2.566c-0.589,0.733-1.338,1.313-2.247,1.731c-0.91,0.42-1.991,0.631-3.245,0.631
120
- c-1.299,0-2.407-0.222-3.325-0.665c-0.917-0.443-1.663-1.035-2.235-1.777c-0.573-0.74-0.994-1.601-1.261-2.58
121
- c-0.268-0.978-0.401-2.002-0.401-3.071v-8.322h3.76v8.322c0,0.628,0.061,1.224,0.184,1.789s0.321,1.069,0.596,1.514
122
- c0.275,0.442,0.63,0.794,1.066,1.054s0.975,0.39,1.617,0.39c0.642,0,1.185-0.136,1.628-0.402s0.802-0.622,1.077-1.065
123
- c0.275-0.442,0.47-0.95,0.584-1.523c0.115-0.574,0.172-1.158,0.172-1.755v-8.322h3.761V27.997z M43.643,35.955h-3.118v-1.607
124
- c-1.238,1.146-2.667,1.719-4.287,1.719c-1.07,0-2.079-0.2-3.026-0.605c-0.948-0.404-1.777-0.975-2.488-1.708
125
- c-0.71-0.733-1.272-1.617-1.685-2.649c-0.413-1.03-0.619-2.166-0.619-3.403c0-1.115,0.207-2.17,0.619-3.164
126
- c0.412-0.994,0.981-1.858,1.708-2.591c0.726-0.734,1.585-1.314,2.579-1.743c0.993-0.428,2.063-0.642,3.209-0.642
127
- c1.513,0,2.835,0.318,3.967,0.952c1.131,0.634,1.979,1.501,2.545,2.602l-2.797,2.109c-0.367-0.733-0.898-1.303-1.593-1.708
128
- c-0.696-0.404-1.449-0.607-2.259-0.607c-0.627,0-1.196,0.125-1.708,0.378c-0.512,0.253-0.951,0.604-1.318,1.055
129
- c-0.367,0.451-0.65,0.975-0.849,1.57c-0.199,0.596-0.298,1.238-0.298,1.926c0,0.703,0.107,1.354,0.321,1.948
130
- c0.214,0.597,0.512,1.113,0.894,1.549c0.382,0.436,0.837,0.775,1.365,1.021c0.527,0.244,1.111,0.365,1.754,0.365
131
- c1.467,0,2.79-0.679,3.966-2.039v-0.506h-3.164v-2.727h6.282V35.955z"/>
132
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/images/uagb_notice.svg DELETED
@@ -1,25 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="90px" height="90px" viewBox="-17.5 -17.5 90 90" enable-background="new -17.5 -17.5 90 90" xml:space="preserve">
6
- <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="35.2285" y1="71.3311" x2="19.7713" y2="-16.3313">
7
- <stop offset="0" style="stop-color:#8E2DE2"/>
8
- <stop offset="1" style="stop-color:#4A00E0"/>
9
- </linearGradient>
10
- <path fill="url(#SVGID_1_)" d="M27.5-17C2.918-17-17,2.928-17,27.501C-17,52.076,2.918,72,27.5,72C52.076,72,72,52.076,72,27.501
11
- C72,2.928,52.076-17,27.5-17z M24.236,29.491c0,1.896-0.238,3.664-0.711,5.307c-0.474,1.64-1.205,3.075-2.192,4.308
12
- c-0.987,1.229-2.245,2.199-3.769,2.904c-1.527,0.705-3.34,1.059-5.442,1.059c-2.18,0-4.039-0.373-5.576-1.115
13
- c-1.539-0.743-2.789-1.738-3.749-2.983c-0.962-1.242-1.667-2.684-2.117-4.327c-0.448-1.64-0.673-3.356-0.673-5.151V15.529h6.308
14
- v13.962c0,1.051,0.102,2.051,0.308,2.999s0.539,1.795,1,2.541c0.461,0.74,1.057,1.331,1.788,1.767
15
- c0.731,0.437,1.635,0.654,2.712,0.654c1.078,0,1.987-0.229,2.731-0.673c0.743-0.449,1.347-1.046,1.808-1.789
16
- c0.461-0.742,0.788-1.596,0.979-2.557c0.193-0.964,0.288-1.943,0.288-2.942V15.53h6.308V29.491z M53.122,42.835h-5.228v-2.693
17
- h-0.003c-2.076,1.925-4.477,2.886-7.19,2.886c-1.797,0-3.487-0.338-5.079-1.018c-1.589-0.68-2.979-1.634-4.175-2.866
18
- c-1.188-1.229-2.132-2.712-2.822-4.442c-0.692-1.729-1.041-3.632-1.041-5.711c0-1.87,0.349-3.641,1.041-5.307
19
- c0.69-1.667,1.646-3.117,2.865-4.347c1.215-1.232,2.659-2.206,4.325-2.923c1.667-0.718,3.461-1.078,5.384-1.078
20
- c2.538,0,4.755,0.534,6.653,1.598c1.899,1.063,3.319,2.518,4.268,4.364l-4.689,3.539c-0.613-1.23-1.508-2.186-2.67-2.866
21
- c-1.171-0.678-2.432-1.018-3.791-1.018c-1.052,0-2.005,0.21-2.866,0.634c-0.859,0.423-1.593,1.011-2.209,1.77
22
- c-0.616,0.756-1.091,1.635-1.426,2.633c-0.335,1-0.499,2.078-0.499,3.232c0,1.179,0.177,2.268,0.539,3.268
23
- c0.356,1.002,0.857,1.868,1.499,2.599c0.642,0.729,1.403,1.299,2.288,1.713c0.884,0.41,1.865,0.612,2.941,0.612
24
- c2.46,0,4.681-1.138,6.654-3.423v-0.845h-5.307v-4.578h10.537V42.835z"/>
25
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/images/welcome-screen-astra.jpg DELETED
Binary file
admin/assets/preview-images/advanced-columns.png ADDED
Binary file
admin/assets/preview-images/advanced-row.png ADDED
Binary file
admin/assets/preview-images/blockquote.png ADDED
Binary file
admin/assets/preview-images/call-to-action.png ADDED
Binary file
admin/assets/preview-images/container.png ADDED
Binary file
admin/assets/preview-images/content-timeline.png ADDED
Binary file
admin/assets/preview-images/creative-heading.png ADDED
Binary file
admin/assets/preview-images/faq.png ADDED
Binary file
admin/assets/preview-images/form-accept.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="55" y="166" width="267" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="27" y="166" width="18" height="18" rx="2" fill="#DBDCDE"/>
5
+ </svg>
admin/assets/preview-images/form-checkbox.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="55" y="163" width="267" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="55" y="189" width="267" height="18" rx="9" fill="#DBDCDE"/>
5
+ <rect x="27" y="163" width="18" height="18" rx="2" fill="#DBDCDE"/>
6
+ <rect x="27" y="189" width="18" height="18" rx="2" fill="#DBDCDE"/>
7
+ <rect x="27" y="143" width="51" height="12" rx="6" fill="#DBDCDE"/>
8
+ </svg>
admin/assets/preview-images/form-date.svg ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ <path d="M38 185H54" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
+ <path d="M63 185H79" stroke="#F5F3F3" stroke-width="2" fill="none" />
7
+ <path d="M88 185H104" stroke="#F5F3F3" stroke-width="2" fill="none" />
8
+ <path d="M60 181L56.9656 190.002" stroke="#F5F3F3" stroke-width="1.5" fill="none"/>
9
+ <path d="M85 181L81.9656 190.002" stroke="#F5F3F3" stroke-width="1.5" fill="none"/>
10
+ </svg>
admin/assets/preview-images/form-email.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ <path d="M38 185H133" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
+ <path d="M145 185H172" stroke="#F5F3F3" stroke-width="2" fill="none" />
7
+ <path d="M140.283 183.339V183.09V183.04H140.333H141.083H141.133V183.09V186.099C141.133 186.274 141.185 186.427 141.288 186.56C141.388 186.688 141.533 186.754 141.733 186.754C141.962 186.754 142.13 186.681 142.246 186.539L142.247 186.539C142.368 186.394 142.454 186.165 142.501 185.845L142.501 185.845C142.55 185.524 142.574 185.112 142.574 184.608C142.574 184.315 142.532 184.027 142.446 183.743L142.446 183.743C142.362 183.458 142.235 183.191 142.063 182.942L142.063 182.942C141.895 182.694 141.681 182.475 141.421 182.285C141.162 182.096 140.857 181.947 140.506 181.84L140.505 181.84C140.157 181.731 139.761 181.676 139.314 181.676C138.765 181.676 138.275 181.756 137.843 181.916L137.843 181.916C137.413 182.073 137.048 182.303 136.747 182.606C136.448 182.907 136.22 183.273 136.062 183.706C135.906 184.137 135.828 184.628 135.828 185.18C135.828 185.741 135.906 186.238 136.062 186.671C136.22 187.103 136.452 187.467 136.757 187.763C137.065 188.059 137.446 188.284 137.902 188.437L137.902 188.437C138.358 188.593 138.885 188.671 139.484 188.671C139.74 188.671 139.993 188.648 140.242 188.602C140.494 188.556 140.715 188.505 140.906 188.45C141.099 188.395 141.238 188.354 141.322 188.327L141.37 188.312L141.385 188.36L141.583 188.972L141.597 189.017L141.554 189.034C141.405 189.093 141.211 189.151 140.974 189.209C140.739 189.267 140.488 189.315 140.22 189.353C140.22 189.353 140.22 189.353 140.22 189.353L140.213 189.303C139.949 189.341 139.696 189.36 139.456 189.36C138.734 189.36 138.097 189.267 137.543 189.08L140.283 183.339ZM140.283 183.339C140.236 183.271 140.167 183.21 140.081 183.155C139.949 183.068 139.784 183.005 139.586 182.965C139.387 182.921 139.168 182.911 138.928 182.934L138.927 182.934C138.658 182.961 138.406 183.032 138.171 183.148C137.939 183.262 137.736 183.414 137.562 183.605L137.562 183.606C137.39 183.797 137.256 184.02 137.16 184.274C137.063 184.529 137.015 184.809 137.015 185.113C137.015 185.433 137.055 185.731 137.134 186.009L137.134 186.01C137.216 186.285 137.336 186.529 137.496 186.741L137.496 186.741L137.496 186.741C137.659 186.952 137.86 187.118 138.1 187.241L138.1 187.241C138.341 187.363 138.618 187.428 138.931 187.44L138.931 187.44C139.204 187.449 139.438 187.419 139.632 187.347M140.283 183.339L139.632 187.347M139.632 187.347C139.826 187.276 139.985 187.181 140.106 187.059C140.206 186.962 140.285 186.859 140.343 186.751C140.386 186.915 140.477 187.05 140.618 187.154C140.777 187.271 140.959 187.355 141.163 187.405C141.364 187.455 141.549 187.48 141.719 187.48C142.101 187.48 142.41 187.394 142.641 187.217C142.87 187.042 143.039 186.812 143.148 186.529L143.149 186.529C143.256 186.247 143.327 185.939 143.36 185.604C143.393 185.272 143.41 184.944 143.41 184.621C143.41 184.158 143.324 183.708 143.152 183.271C142.982 182.835 142.726 182.442 142.384 182.093C142.044 181.742 141.621 181.464 141.116 181.26C140.611 181.053 140.024 180.95 139.357 180.95C138.671 180.95 138.055 181.045 137.508 181.236L137.508 181.236C136.965 181.426 136.501 181.704 136.118 182.069L136.118 182.069C135.738 182.431 135.447 182.873 135.247 183.391L135.247 183.392C135.049 183.911 134.95 184.498 134.95 185.153C134.95 185.83 135.047 186.433 135.243 186.961C135.439 187.489 135.728 187.936 136.111 188.301C136.494 188.666 136.967 188.942 137.527 189.128L139.632 187.347C139.632 187.347 139.632 187.347 139.632 187.347ZM138.413 183.877L138.413 183.876C138.594 183.75 138.814 183.686 139.074 183.686C139.352 183.686 139.583 183.727 139.768 183.808C139.949 183.887 140.087 184.024 140.182 184.223C140.276 184.422 140.325 184.704 140.325 185.074C140.325 185.438 140.281 185.737 140.194 185.971C140.108 186.204 139.972 186.375 139.787 186.489C139.602 186.602 139.356 186.661 139.046 186.661C138.748 186.661 138.516 186.587 138.346 186.443C138.172 186.294 138.046 186.101 137.969 185.86C137.89 185.615 137.851 185.353 137.851 185.074C137.851 184.823 137.899 184.593 137.995 184.382C138.093 184.17 138.232 184.002 138.413 183.877Z" fill="#F5F3F3" stroke="#F5F3F3" stroke-width="0.1"/>
8
+ </svg>
admin/assets/preview-images/form-hidden.svg ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M194.273 153.087C194.117 153.152 192.604 154.605 190.911 156.316L187.832 159.426L186.377 158.845C184.013 157.901 181.769 157.3 179.142 156.906C177.059 156.593 172.665 156.623 170.487 156.964C164.709 157.869 159.614 160.192 154.786 164.122C153.259 165.364 150.353 168.32 149.12 169.885C147.774 171.593 146.127 174.108 146.037 174.593C145.91 175.277 146.082 175.73 147.01 177.148C149.726 181.304 153.623 185.274 157.55 187.89C158.204 188.325 158.763 188.7 158.79 188.721C158.818 188.742 157.611 190.01 156.107 191.538C153.766 193.917 153.362 194.378 153.295 194.746C153.17 195.437 153.329 195.979 153.796 196.451C154.262 196.923 154.796 197.084 155.481 196.959C155.861 196.89 158.053 194.711 176.224 176.329C191.155 161.225 196.575 155.674 196.667 155.39C196.919 154.619 196.639 153.796 195.947 153.273C195.604 153.014 194.691 152.912 194.273 153.087ZM178.859 160.593C180.806 160.893 182.97 161.467 184.689 162.138L185.022 162.268L181.311 166.029L181.004 165.807C180.414 165.382 178.568 164.55 177.668 164.304C176.463 163.975 173.766 163.941 172.583 164.242C170.508 164.769 168.856 165.715 167.348 167.241C165.84 168.767 164.903 170.443 164.386 172.539C164.079 173.779 164.11 176.368 164.445 177.627C164.697 178.574 165.454 180.308 165.925 181.015L166.156 181.364L161.545 186.027L160.471 185.343C156.708 182.95 152.886 179.299 150.523 175.839L149.942 174.989L150.511 174.157C152.522 171.219 156.008 167.68 158.967 165.574C162.961 162.73 167.666 160.922 172.352 160.429C173.76 160.28 177.434 160.373 178.859 160.593ZM192.883 164.639C192.214 165.318 191.669 165.925 191.673 165.987C191.676 166.049 192.123 166.445 192.665 166.867C194.983 168.673 198.043 171.968 199.699 174.443L200.064 174.987L199.604 175.673C197.649 178.585 194.262 182.065 191.27 184.235C186.151 187.946 180.165 189.84 174.211 189.63C172.351 189.564 171.779 189.5 169.865 189.139L168.863 188.95L167.402 190.425C166.342 191.495 165.984 191.924 166.097 191.988C166.413 192.167 169.102 192.777 170.641 193.019C172.766 193.353 177.079 193.38 179.142 193.073C186.452 191.986 192.548 188.797 198.13 183.139C200.124 181.118 201.431 179.517 202.892 177.306C204.344 175.107 204.35 174.911 203.021 172.856C201.758 170.905 200.018 168.757 198.185 166.891C196.626 165.303 194.468 163.404 194.224 163.404C194.155 163.404 193.552 163.96 192.883 164.639ZM176.619 167.87C177.318 168.051 178.632 168.6 178.632 168.711C178.632 168.726 176.418 170.979 173.712 173.716L168.792 178.694L168.491 178.092C168.075 177.261 167.75 175.902 167.753 174.999C167.765 170.309 172.216 166.73 176.619 167.87ZM183.806 173.825L182.239 175.414L182.083 176.32C181.902 177.373 181.257 178.777 180.57 179.611C179.503 180.907 177.877 181.878 176.318 182.152L175.422 182.31L173.83 183.921C172.954 184.807 172.269 185.563 172.306 185.602C172.443 185.74 174.176 185.992 175.018 185.996C177.888 186.009 180.53 184.879 182.654 182.73C184.844 180.513 185.81 178.188 185.821 175.104C185.826 173.665 185.642 172.236 185.451 172.236C185.408 172.236 184.668 172.951 183.806 173.825Z" fill="#DBDCDE" stroke="#DBDCDE" stroke-width="0.5"/>
4
+ </svg>
admin/assets/preview-images/form-name.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ </svg>
admin/assets/preview-images/form-phone.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="176" width="48" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="78" y="176" width="244" height="18" rx="9" fill="#DBDCDE"/>
5
+ <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
6
+ </svg>
admin/assets/preview-images/form-radio.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="55" y="163" width="267" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="55" y="189" width="267" height="18" rx="9" fill="#DBDCDE"/>
5
+ <rect x="27" y="143" width="51" height="12" rx="6" fill="#DBDCDE"/>
6
+ <circle cx="36" cy="172" r="9" fill="#D9D9D9"/>
7
+ <circle cx="36" cy="198" r="9" fill="#D9D9D9"/>
8
+ </svg>
admin/assets/preview-images/form-select.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ <path d="M296 183L300 187L304 183" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
+ </svg>
admin/assets/preview-images/form-textarea.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="151" width="295" height="67" rx="5" fill="#DBDCDE"/>
4
+ <rect x="27" y="131" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ </svg>
admin/assets/preview-images/form-toggle.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="149" y="176" width="51" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="149" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ <circle cx="159" cy="185" r="6" fill="#F5F3F3"/>
6
+ </svg>
admin/assets/preview-images/form-url.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="350" height="350" fill="white"/>
3
+ <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
+ <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
+ <path d="M38 185H58" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
+ <path d="M71 185L200 185" stroke="#F5F3F3" stroke-width="2" fill="none" />
7
+ <path d="M61.02 188.925L61.0206 188.925C61.1323 188.855 61.2215 188.763 61.287 188.648C61.3559 188.532 61.3902 188.405 61.3902 188.268C61.3902 188.06 61.3166 187.88 61.1718 187.732C61.0269 187.583 60.8496 187.507 60.6451 187.507C60.4406 187.507 60.2633 187.583 60.1184 187.732C59.9735 187.88 59.9 188.06 59.9 188.268C59.9 188.475 59.9735 188.655 60.1184 188.804C60.2633 188.952 60.4406 189.028 60.6451 189.028C60.7818 189.028 60.9076 188.994 61.02 188.925ZM61.02 184.741L61.02 184.741L61.0206 184.741C61.1324 184.671 61.2215 184.578 61.287 184.464C61.3559 184.348 61.3902 184.22 61.3902 184.083C61.3902 183.876 61.3166 183.696 61.1718 183.547C61.0269 183.399 60.8496 183.323 60.6451 183.323C60.4406 183.323 60.2633 183.399 60.1184 183.547C59.9735 183.696 59.9 183.876 59.9 184.083C59.9 184.29 59.9735 184.471 60.1184 184.619C60.2633 184.768 60.4406 184.844 60.6451 184.844C60.7818 184.844 60.9076 184.81 61.02 184.741ZM65.4994 181.025L65.5324 180.9H65.4027H64.6286H64.5515L64.5319 180.975L62.1665 189.975L62.1335 190.1H62.2632H63.0373H63.1144L63.134 190.025L65.4994 181.025ZM69.0967 181.025L69.1297 180.9H69H68.2259H68.1488L68.1292 180.975L65.7638 189.975L65.7308 190.1H65.8605H66.6346H66.7118L66.7314 190.025L69.0967 181.025Z" fill="#F5F3F3" stroke="#F5F3F3" stroke-width="0.2"/>
8
+ </svg>
admin/assets/preview-images/form.png ADDED
Binary file
admin/assets/preview-images/gf-cf-styler.png ADDED
Binary file
admin/assets/preview-images/gmap.png ADDED
Binary file
admin/assets/preview-images/how-to.png ADDED
Binary file
admin/assets/preview-images/icon-list.png ADDED
Binary file
admin/assets/preview-images/image.svg ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="350px" height="350px" viewBox="0 0 350 350" enable-background="new 0 0 350 350" xml:space="preserve">
6
+ <g>
7
+ <path fill="#DBDCDE" d="M241.603,306.172c0,4.266-3.458,7.723-7.722,7.723H116.12c-4.265,0-7.722-3.457-7.722-7.723v0.469
8
+ c0-4.264,3.457-7.723,7.722-7.723h117.761c4.264,0,7.722,3.459,7.722,7.723V306.172z"/>
9
+ <g>
10
+ <path fill="#DBDCDE" d="M299.878,255.078V66.886c0-16.994-13.785-30.78-30.783-30.78H80.9c-17,0-30.785,13.786-30.785,30.78
11
+ v188.192c0,17.01,13.785,30.795,30.785,30.795h188.194c16.998,0,30.79-13.785,30.79-30.795H299.878z M70.198,213.172
12
+ c0-46.861-0.001-93.723,0.002-140.585c0-10.354,5.507-15.895,15.805-15.895c58.774-0.003,117.548-0.003,176.321,0
13
+ c10.348,0,15.854,5.503,15.854,15.848c0.003,43.416,0.002,86.831,0.002,130.247c0,0.945,0,1.891,0,3.461
14
+ c-6.477-5.148-12.449-9.9-18.426-14.65c-2.388-1.898-4.731-3.855-7.178-5.678c-9.264-6.904-20.837-7.08-30.23-0.367
15
+ c-9.688,6.922-19.29,13.963-28.936,20.941c-4.878,3.529-7.071,3.363-11.254-0.818c-9.052-9.049-18.098-18.102-27.152-27.148
16
+ c-11.62-11.608-25.116-12.141-37.594-1.57c-15.096,12.787-30.236,25.523-45.359,38.279c-0.438,0.369-0.896,0.713-1.855,1.477
17
+ C70.198,215.121,70.198,214.146,70.198,213.172z M278.178,249.674c-0.032,9.141-5.823,14.986-14.931,14.992
18
+ c-29.73,0.02-59.461,0.008-89.19,0.008c-29.336,0-58.672,0.002-88.008-0.002c-10.331,0-15.534-5.533-15.979-15.844
19
+ c-0.229-5.334,1.471-8.693,5.622-12.076c18.461-15.047,36.594-30.496,54.852-45.791c4.104-3.439,6.93-3.26,10.738,0.625
20
+ c9.302,9.492,18.605,18.982,27.903,28.477c10.408,10.629,23.854,11.629,35.583,2.596c9.122-7.025,18.202-14.105,27.313-21.143
21
+ c3.805-2.938,6.242-2.91,10.021,0.117c11.446,9.166,22.904,18.318,34.266,27.588c0.954,0.777,1.691,2.377,1.732,3.623
22
+ C278.286,238.447,278.198,244.063,278.178,249.674z"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#DBDCDE" d="M229.719,127.324c-0.047,12.712-10.809,23.322-23.499,23.165
24
+ c-12.665-0.157-22.966-10.496-23.051-23.136c-0.087-12.724,10.538-23.423,23.249-23.416
25
+ C219.167,103.947,229.765,114.584,229.719,127.324z"/>
26
+ </g>
27
+ </g>
28
+ </svg>
admin/assets/preview-images/info-box.png ADDED
Binary file
admin/assets/preview-images/inline-notice.png ADDED
Binary file
admin/assets/preview-images/lottie-animation.png ADDED
Binary file
admin/assets/preview-images/marketing-button.png ADDED
Binary file
admin/assets/preview-images/multi-button.png ADDED
Binary file
admin/assets/preview-images/post-carousel.png ADDED
Binary file
admin/assets/preview-images/post-grid.png ADDED
Binary file
admin/assets/preview-images/post-masonry.png ADDED
Binary file
admin/assets/preview-images/post-timeline.png ADDED
Binary file
admin/assets/preview-images/price-list.png ADDED
Binary file
admin/assets/preview-images/review.png ADDED
Binary file
admin/assets/preview-images/social-share.png ADDED
Binary file
admin/assets/preview-images/star-ratings.png ADDED
Binary file
admin/assets/preview-images/table-of-contents.png ADDED
Binary file
admin/assets/preview-images/tabs.png ADDED
Binary file
admin/assets/preview-images/taxonomy-list.png ADDED
Binary file
admin/assets/preview-images/team.png ADDED
Binary file
admin/assets/preview-images/testimonials.png ADDED
Binary file
admin/assets/preview-images/wp-search.png ADDED
Binary file
admin/uagb-admin.php DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- /**
3
- * UAGB Admin HTML.
4
- *
5
- * @package UAGB
6
- */
7
-
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit; // Exit if accessed directly.
10
- }
11
-
12
- ?>
13
- <div class="uagb-menu-page-wrapper wrap uagb-clear general">
14
- <div id="uagb-menu-page">
15
- <div class="uagb-menu-page-header <?php echo esc_attr( implode( ' ', $uagb_header_wrapper_class ) ); ?>">
16
- <div class="uagb-container uagb-flex">
17
- <div class="uagb-title">
18
- <a href="<?php echo esc_url( $uagb_visit_site_url ); ?>" target="_blank" rel="noopener" >
19
- <?php if ( $uagb_icon ) { ?>
20
- <img src="<?php echo esc_url( UAGB_URL . 'admin/assets/images/uagb_logo.svg' ); ?>" class="uagb-header-icon" alt="<?php echo esc_attr( UAGB_PLUGIN_NAME ); ?> " >
21
- <?php
22
- } else {
23
- echo sprintf( '<h4>%s</h4>', esc_html( UAGB_PLUGIN_NAME ) );
24
- }
25
- ?>
26
- <span class="uagb-plugin-version"><?php echo esc_html( UAGB_VER ); ?></span>
27
- </a>
28
- </div>
29
- <div class="uagb-top-links">
30
- <?php esc_attr_e( 'Take Gutenberg to The Next Level! - ', 'ultimate-addons-for-gutenberg' ); ?>
31
- <a href="<?php echo esc_url( $uagb_visit_site_url ); ?>" target="_blank" rel=""><?php esc_html_e( 'View Demos', 'ultimate-addons-for-gutenberg' ); ?></a>
32
- </div>
33
- </div>
34
- </div>
35
- <?php
36
- do_action( 'uagb_render_admin_content' );
37
- ?>
38
- </div>
39
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/uagb-general.php DELETED
@@ -1,325 +0,0 @@
1
- <?php
2
- /**
3
- * General Setting Form
4
- *
5
- * @package UAGB
6
- */
7
-
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit; // Exit if accessed directly.
10
- }
11
-
12
- $blocks = UAGB_Admin_Helper::get_block_options();
13
- $allow_file_generation = UAGB_Helper::allow_file_generation();
14
- $kb_data = UAGB_Admin_Helper::knowledgebase_data();
15
- $enable_kb = $kb_data['enable_knowledgebase'];
16
- $kb_url = $kb_data['knowledgebase_url'];
17
-
18
- $support_data = UAGB_Admin_Helper::support_data();
19
- $enable_support = $support_data['enable_support'];
20
- $support_url = $support_data['support_url'];
21
-
22
- $uagb_support_link = apply_filters( 'uagb_support_link', $support_url );
23
- $uagb_support_link_text = apply_filters( 'uagb_support_link_text', __( 'Submit a Ticket »', 'ultimate-addons-for-gutenberg' ) );
24
- $has_write_permission = UAGB_Helper::is_uag_dir_has_write_permissions();
25
-
26
- array_multisort(
27
- array_map(
28
- function( $element ) {
29
- return $element['title'];
30
- },
31
- $blocks
32
- ),
33
- SORT_ASC,
34
- $blocks
35
- );
36
- ?>
37
-
38
- <div class="uagb-container uagb-general">
39
- <div id="poststuff">
40
- <div id="post-body" class="columns-2">
41
- <div id="post-body-content">
42
- <!-- All WordPress Notices below header -->
43
- <h1 class="screen-reader-text"> <?php esc_html_e( 'Ultimate Addons for Gutenberg', 'ultimate-addons-for-gutenberg' ); ?> </h1>
44
- <div class="widgets postbox">
45
- <div class="uagb-intro-section">
46
- <div class="uagb-intro-col">
47
- <h2>
48
- <span class="uagb-intro-icon dashicons dashicons-megaphone"></span>
49
- <span><?php esc_html_e( 'Welcome to the Ultimate Addons for Gutenberg!', 'ultimate-addons-for-gutenberg' ); ?></span>
50
- </h2>
51
- <p><?php esc_html_e( 'Thank you for choosing Ultimate Addons for Gutenberg - the most comprehensive library of advanced and creative blocks to build a stunning website and blog faster than ever before!', 'ultimate-addons-for-gutenberg' ); ?></p>
52
- <a href="https://www.ultimategutenberg.com/getting-started-with-gutenberg-blocks/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard" target="_blank" rel="noopener"><?php esc_attr_e( 'How to use the Ultimate Addons for Gutenberg Blocks »', 'ultimate-addons-for-gutenberg' ); ?></a>
53
- <p><strong><?php esc_html_e( 'Ready-to-use Full Demo Websites - ', 'ultimate-addons-for-gutenberg' ); ?></strong><?php esc_html_e( 'Get professionally designed 20+ pre-built FREE starter sites built using Gutenberg, Ultimate Addons for Gutenberg and the Astra theme. These can be imported in just a few clicks. Tweak them easily and build awesome websites in minutes!', 'ultimate-addons-for-gutenberg' ); ?></p>
54
- <a href="https://www.ultimategutenberg.com/ready-websites-for-gutenberg/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard" target="_blank" rel="noopener"><?php esc_attr_e( 'Know More »', 'ultimate-addons-for-gutenberg' ); ?></a>
55
- </div>
56
- </div>
57
- </div>
58
- <div class="widgets postbox">
59
- <div class="uagb-intro-section">
60
- <div class="uagb-intro-col">
61
- <h2>
62
- <span class="uagb-intro-icon dashicons dashicons-smiley"></span>
63
- <span><?php esc_html_e( 'Ever-growing Library of Gutenberg Blocks', 'ultimate-addons-for-gutenberg' ); ?></span>
64
- </h2>
65
- <p><?php esc_html_e( 'The easy-to-use and extremely powerful blocks of the Ultimate Addons for Gutenberg (UAG) are now available within your Gutenberg Editor. Search for "UAG" in the block inserter and see all the Ultimate Addons for Gutenberg blocks listed below. Simply click on the block you wish to add on your page or post.', 'ultimate-addons-for-gutenberg' ); ?></p>
66
- <p><?php esc_html_e( 'Wish to see some real design implementations with these blocks?', 'ultimate-addons-for-gutenberg' ); ?></p>
67
- <a href="https://www.ultimategutenberg.com/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard" target="_blank" rel="noopener"><?php esc_attr_e( 'See Demos »', 'ultimate-addons-for-gutenberg' ); ?></a>
68
- <p><?php esc_html_e( 'Check out the detailed knowledge base articles that will help you understand the working of each block.', 'ultimate-addons-for-gutenberg' ); ?></p>
69
- <a href="<?php echo esc_url( $kb_url ); ?>" target="_blank" rel="noopener"><?php esc_attr_e( 'Visit Knowledge Base »', 'ultimate-addons-for-gutenberg' ); ?></a>
70
- </div>
71
- </div>
72
- </div>
73
- <div class="widgets postbox">
74
- <h2 class="hndle uagb-flex uagb-widgets-heading"><span><?php esc_html_e( 'Blocks', 'ultimate-addons-for-gutenberg' ); ?></span>
75
- <div class="uagb-bulk-actions-wrap">
76
- <a class="bulk-action uagb-activate-all button"> <?php esc_html_e( 'Activate All', 'ultimate-addons-for-gutenberg' ); ?> </a>
77
- <a class="bulk-action uagb-deactivate-all button"> <?php esc_html_e( 'Deactivate All', 'ultimate-addons-for-gutenberg' ); ?> </a>
78
- <a class="uagb-reusable-block-link button button-primary" href="<?php echo esc_url( admin_url( 'edit.php?post_type=wp_block' ) ); ?>" rel="noopener"> <?php esc_html_e( 'Reusable Blocks', 'ultimate-addons-for-gutenberg' ); ?> <span class="dashicons-controls-repeat dashicons"></span></a>
79
- </div>
80
- </h2>
81
- <div class="uagb-list-section">
82
- <?php
83
- if ( is_array( $blocks ) && ! empty( $blocks ) ) :
84
- ?>
85
- <ul class="uagb-widget-list">
86
- <?php
87
- foreach ( $blocks as $addon => $info ) {
88
-
89
- $addon = str_replace( 'uagb/', '', $addon );
90
-
91
- $child_blocks = array(
92
- 'column',
93
- 'icon-list-child',
94
- 'social-share-child',
95
- 'buttons-child',
96
- 'faq-child',
97
- 'forms-name',
98
- 'forms-email',
99
- 'forms-hidden',
100
- 'forms-phone',
101
- 'forms-textarea',
102
- 'forms-url',
103
- 'forms-select',
104
- 'forms-radio',
105
- 'forms-checkbox',
106
- 'forms-upload',
107
- 'forms-toggle',
108
- 'forms-date',
109
- 'forms-accept',
110
- 'post-title',
111
- 'post-image',
112
- 'post-button',
113
- 'post-excerpt',
114
- 'post-meta',
115
- 'restaurant-menu-child',
116
- 'content-timeline-child',
117
- 'tabs-child',
118
- );
119
-
120
- if ( array_key_exists( 'extension', $info ) && $info['extension'] ) {
121
- continue;
122
- }
123
-
124
- if ( in_array( $addon, $child_blocks, true ) ) {
125
- continue;
126
- }
127
- $title_url = ( isset( $info['title_url'] ) && ! empty( $info['title_url'] ) ) ? 'href="' . esc_url( $info['title_url'] ) . '"' : '';
128
- $anchor_target = ( isset( $info['title_url'] ) && ! empty( $info['title_url'] ) ) ? "target='_blank' rel='noopener'" : '';
129
-
130
- $class = 'deactivate';
131
-
132
- $uagb_link = array(
133
- 'link_class' => 'uagb-activate-widget',
134
- 'link_text' => __( 'Activate', 'ultimate-addons-for-gutenberg' ),
135
- );
136
-
137
- if ( $info['is_activate'] ) {
138
- $class = 'activate';
139
- $uagb_link = array(
140
- 'link_class' => 'uagb-deactivate-widget',
141
- 'link_text' => __( 'Deactivate', 'ultimate-addons-for-gutenberg' ),
142
- );
143
- }
144
-
145
- echo '<li id="' . esc_attr( $addon ) . '" class="' . esc_attr( $class ) . '"><a class="uagb-widget-title"' . esc_url( $title_url ) . esc_url( $anchor_target ) . ' >' . esc_html( $info['title'] ) . '</a><div class="uagb-widget-link-wrapper">';
146
-
147
- printf(
148
- '<a href="%1$s" class="%2$s"> %3$s </a>',
149
- ( isset( $uagb_link['link_url'] ) && ! empty( $uagb_link['link_url'] ) ) ? esc_url( $uagb_link['link_url'] ) : '#',
150
- esc_attr( $uagb_link['link_class'] ),
151
- esc_html( $uagb_link['link_text'] )
152
- );
153
-
154
- if ( $info['is_activate'] && isset( $info['setting_url'] ) ) {
155
-
156
- printf(
157
- '<a href="%1$s" class="%2$s"> %3$s </a>',
158
- esc_url( $info['setting_url'] ),
159
- esc_attr( 'uagb-advanced-settings' ),
160
- esc_html( $info['setting_text'] )
161
- );
162
- }
163
-
164
- echo '</div></li>';
165
- }
166
- ?>
167
- </ul>
168
- <?php endif; ?>
169
- </div>
170
- </div>
171
- </div>
172
- <div class="postbox-container uagb-sidebar" id="postbox-container-1">
173
- <div id="side-sortables">
174
- <?php if ( ! defined( 'ASTRA_THEME_VERSION' ) ) { ?>
175
- <div class="postbox uagb-astra-sidebar">
176
- <h2 class="hndle uagb-normal-cusror">
177
- <span class="dashicons dashicons-admin-customizer"></span>
178
- <span><?php esc_html_e( 'Free Theme for Gutenberg', 'ultimate-addons-for-gutenberg' ); ?></span>
179
- </h2>
180
- <img class="uagb-ast-img" alt="" src="<?php echo esc_url( UAGB_URL . 'admin/assets/images/welcome-screen-astra.jpg' ); ?>">
181
- <div class="inside">
182
- <p><?php esc_html_e( 'Join over 1+ million active users empowering their websites with Astra! From beginners to industry leaders, everyone loves the Astra theme.', 'ultimate-addons-for-gutenberg' ); ?></p>
183
- <h4><?php esc_html_e( 'Why Astra Theme?', 'ultimate-addons-for-gutenberg' ); ?></h4>
184
- <p><strong><?php esc_html_e( 'Faster Performance - ', 'ultimate-addons-for-gutenberg' ); ?></strong><?php esc_html_e( 'Built with speed and performance in mind, Astra follows the best coding standards and lets you build faster loading and better performing websites.', 'ultimate-addons-for-gutenberg' ); ?></p>
185
- <p><strong><?php esc_html_e( 'Easy Customization - ', 'ultimate-addons-for-gutenberg' ); ?></strong><?php esc_html_e( 'With all the settings managed through the customizer, Astra keeps it simple and gives you lots of options to customize everything with a few clicks.', 'ultimate-addons-for-gutenberg' ); ?></p>
186
- <p><strong><?php esc_html_e( 'Pixel Perfect Design - ', 'ultimate-addons-for-gutenberg' ); ?></strong><?php esc_html_e( 'Astra reduces your design time by giving you pixel-perfect FREE ready-to-use websites demos within a huge library of starter sites.', 'ultimate-addons-for-gutenberg' ); ?></p>
187
- <?php
188
- $theme = wp_get_theme();
189
- if ( ! file_exists( get_theme_root() . '/astra/functions.php' ) ) {
190
- ?>
191
- <a class="button button-primary ast-sites-inactive uag-install-theme" href="#" data-slug="astra"><?php esc_html_e( 'Install Astra Now!', 'ultimate-addons-for-gutenberg' ); ?></a>
192
- <?php } elseif ( 'Astra' !== $theme->name || 'Astra' !== $theme->parent_theme && file_exists( get_theme_root() . '/astra/functions.php' ) ) { ?>
193
- <a class="button button-primary ast-sites-inactive uag-activate-theme" href="#" data-slug="astra" data-init="astra/astra.php"><?php esc_html_e( 'Activate Astra Now!', 'ultimate-addons-for-gutenberg' ); ?></a>
194
- <?php } ?>
195
- <div>
196
- </div>
197
- </div>
198
- </div>
199
- <?php } ?>
200
- <div class="postbox">
201
- <h2 class="hndle ast-normal-cusror">
202
- <span class="dashicons dashicons-admin-page"></span>
203
- <span>
204
- <?php printf( esc_html__( 'CSS & JS File Generation', 'ultimate-addons-for-gutenberg' ) ); ?>
205
- </span>
206
- </h2>
207
- <div class="inside">
208
- <p class="warning">
209
- </p>
210
- <?php esc_html_e( 'Enabling this option will generate CSS & JS files for Ultimate Addons for Gutenberg block styling instead of loading the CSS & JS inline on page.', 'ultimate-addons-for-gutenberg' ); ?>
211
- <p>
212
- <?php
213
- $file_generation_doc_link = esc_url( 'https://www.ultimategutenberg.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard' );
214
- $a_tag_open = '<a target="_blank" rel="noopener" href="' . $file_generation_doc_link . '">';
215
- $a_tag_close = '</a>';
216
-
217
- printf(
218
- /* translators: %1$s: a tag open. */
219
- esc_html__( 'Please read %1$s this article %2$s to know more.', 'ultimate-addons-for-gutenberg' ),
220
- wp_kses_post( $a_tag_open ),
221
- wp_kses_post( $a_tag_close )
222
- );
223
- ?>
224
- </p>
225
- <label for="uag_file_generation">
226
- <?php
227
- $button_disabled = '';
228
- $file_perm_notice = false;
229
- if ( 'disabled' === $allow_file_generation && true === $has_write_permission ) {
230
- $val = 'enabled';
231
- $file_generation_string = __( 'Enable File Generation', 'ultimate-addons-for-gutenberg' );
232
- } elseif ( 'disabled' === $allow_file_generation && false === $has_write_permission ) {
233
-
234
- $val = 'disabled';
235
- $file_generation_string = __( 'Inadequate File Permission', 'ultimate-addons-for-gutenberg' );
236
- $button_disabled = 'disabled';
237
- $file_perm_notice = true;
238
-
239
- } else {
240
- $val = 'disabled';
241
- $file_generation_string = __( 'Disable File Generation', 'ultimate-addons-for-gutenberg' );
242
- }
243
-
244
- if ( $file_perm_notice ) {
245
- ?>
246
- <div class="uag-file-permissions-notice">
247
- <?php
248
- $file_permission_doc_link = esc_url( 'https://ultimategutenberg.com/docs/update-uag-file-permissions/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard' );
249
- $a_tag_open = '<a target="_blank" rel="noopener" href="' . $file_permission_doc_link . '">';
250
- $a_tag_close = '</a>';
251
-
252
- printf(
253
- /* translators: %1$s: a tag open. */
254
- esc_html__( 'Please update the %1$sfile permissions%2$s for "wp-content/uploads" folder in order to use the File Generation feature.', 'ultimate-addons-for-gutenberg' ),
255
- wp_kses_post( $a_tag_open ),
256
- wp_kses_post( $a_tag_close )
257
- );
258
- ?>
259
- </div>
260
- <?php } ?>
261
- <button class="button astra-beta-updates uag-file-generation" id="uag_file_generation" data-value="<?php echo esc_attr( $val ); ?>" <?php echo esc_attr( $button_disabled ); ?> >
262
- <?php echo esc_html( $file_generation_string ); ?>
263
- </button>
264
- </label>
265
- </div>
266
- </div>
267
- <div class="postbox">
268
- <h2 class="hndle uagb-normal-cusror">
269
- <span class="dashicons dashicons-controls-repeat"></span>
270
- <span><?php esc_html_e( 'Regenerate Assets', 'ultimate-addons-for-gutenberg' ); ?></span>
271
- </h2>
272
- <div class="inside">
273
- <p>
274
- <?php esc_html_e( 'You can regenerate your CSS & Javascript assets here.', 'ultimate-addons-for-gutenberg' ); ?>
275
- </p>
276
- <button class="button astra-beta-updates uag-file-regeneration">
277
- <?php echo esc_html( __( 'Regenerate Assets', 'ultimate-addons-for-gutenberg' ) ); ?>
278
- </button>
279
- </div>
280
- </div>
281
- <div class="postbox">
282
- <h2 class="hndle uagb-normal-cusror">
283
- <span class="dashicons dashicons-book"></span>
284
- <span><?php esc_html_e( 'Knowledge Base', 'ultimate-addons-for-gutenberg' ); ?></span>
285
- </h2>
286
- <div class="inside">
287
- <p>
288
- <?php esc_html_e( 'Not sure how something works? Take a peek at the knowledge base and learn.', 'ultimate-addons-for-gutenberg' ); ?>
289
- </p>
290
- <a href='<?php echo esc_url( $kb_url ); ?> ' target="_blank" rel="noopener"><?php esc_attr_e( 'Visit Knowledge Base »', 'ultimate-addons-for-gutenberg' ); ?></a>
291
- </div>
292
- </div>
293
- <div class="postbox">
294
- <h2 class="hndle uagb-normal-cusror">
295
- <span class="dashicons dashicons-awards"></span>
296
- <span><?php esc_html_e( 'Five Star Support', 'ultimate-addons-for-gutenberg' ); ?></span>
297
- </h2>
298
- <div class="inside">
299
- <p>
300
- <?php
301
- printf(
302
- /* translators: %1$s: uagb name. */
303
- esc_html__( 'Got a question? Get in touch with %1$s developers. We\'re happy to help!', 'ultimate-addons-for-gutenberg' ),
304
- esc_html( UAGB_PLUGIN_NAME )
305
- );
306
- ?>
307
- </p>
308
- <?php
309
- printf(
310
- /* translators: %1$s: uagb support link. */
311
- '%1$s',
312
- ! empty( $uagb_support_link ) ? '<a href=' . esc_url( $uagb_support_link ) . ' target="_blank" rel="noopener">' . esc_html( $uagb_support_link_text ) . '</a>' :
313
- esc_html( $uagb_support_link_text )
314
- );
315
- ?>
316
- </div>
317
- </div>
318
- </div>
319
- </div>
320
- </div>
321
- <!-- /post-body -->
322
- <br class="clear">
323
- </div>
324
- </div>
325
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/uagb-tools.php DELETED
@@ -1,144 +0,0 @@
1
- <?php
2
- /**
3
- * Tools Setting Form
4
- *
5
- * @package UAGB
6
- */
7
-
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit; // Exit if accessed directly.
10
- }
11
-
12
- $kb_data = UAGB_Admin_Helper::knowledgebase_data();
13
- $enable_kb = $kb_data['enable_knowledgebase'];
14
- $kb_url = $kb_data['knowledgebase_url'];
15
- $support_data = UAGB_Admin_Helper::support_data();
16
- $support_url = $support_data['support_url'];
17
- $uagb_support_link = apply_filters( 'uagb_support_link', $support_url );
18
- $uagb_support_link_text = apply_filters( 'uagb_support_link_text', __( 'Submit a Ticket »', 'ultimate-addons-for-gutenberg' ) );
19
-
20
- ?>
21
- <div class="uagb-container uagb-general">
22
- <div id="poststuff">
23
- <div id="post-body" class="columns-2">
24
- <div id="post-body-content">
25
- <!-- All WordPress Notices below header -->
26
- <h1 class="screen-reader-text"> <?php esc_html_e( 'Ultimate Addons for Gutenberg', 'ultimate-addons-for-gutenberg' ); ?> </h1>
27
- <div class="widgets postbox">
28
- <div class="uagb-intro-section">
29
- <div class="uagb-intro-col">
30
- <?php
31
- $uagb_beta = get_option( 'uagb_beta', 'no' );
32
-
33
- $beta_updates_button_text = __( 'Enable Beta Updates', 'ultimate-addons-for-gutenberg' );
34
-
35
- $value = 'yes';
36
-
37
- if ( 'yes' === $uagb_beta ) {
38
-
39
- $beta_updates_button_text = __( 'Disable Beta Updates', 'ultimate-addons-for-gutenberg' );
40
-
41
- $value = 'no';
42
-
43
- }
44
- ?>
45
- <h2 class="uagb-normal-cusror">
46
- <span class="uagb-gen-icon dashicons dashicons-laptop"></span>
47
- <span><?php esc_html_e( 'Enable Beta Updates', 'ultimate-addons-for-gutenberg' ); ?></span>
48
- </h2>
49
- <div class="inside">
50
- <p>
51
- <?php esc_html_e( 'Enable this option to turn on beta updates & get notified when a new beta version of Ultimate Addons for Gutenberg is available.', 'ultimate-addons-for-gutenberg' ); ?>
52
- <br><br>
53
- <?php esc_html_e( 'The beta version will not install automatically. You will always have the option to ignore it.', 'ultimate-addons-for-gutenberg' ); ?>
54
- </p>
55
- <button class="button uag-beta-updates" data-value="<?php echo esc_attr( $value ); ?>" >
56
- <?php echo esc_html( $beta_updates_button_text ); ?>
57
- </button>
58
-
59
- <p><span style="color: red;">
60
- <?php esc_html_e( 'Note: We do not recommend updating to a beta version on production site.', 'ultimate-addons-for-gutenberg' ); ?>
61
- </span></p>
62
- </div>
63
- </div>
64
- </div>
65
- </div>
66
- <div class="widgets postbox">
67
- <div class="uagb-intro-section">
68
- <div class="uagb-intro-col">
69
- <h2 class="uagb-normal-cusror">
70
- <span class="uagb-gen-icon dashicons dashicons-controls-repeat"></span>
71
- <span><?php esc_html_e( 'Rollback to Previous Version', 'ultimate-addons-for-gutenberg' ); ?></span>
72
- </h2>
73
- <div class="inside">
74
- <p>
75
- <?php
76
- /* translators: %s: UAG version */
77
- echo esc_html( sprintf( __( 'Experiencing an issue with Ultimate Addons for Gutenberg version %s? Rollback to a previous version before the issue appeared.', 'ultimate-addons-for-gutenberg' ), UAGB_VER ) );
78
- ?>
79
- </p>
80
- <select class="uagb-rollback-select">
81
- <?php
82
-
83
- $uag_versions = UAGB_Admin_Helper::get_instance()->get_rollback_versions();
84
-
85
- foreach ( $uag_versions as $version ) {
86
- ?>
87
- <option value="<?php echo esc_attr( $version ); ?>"><?php echo esc_html( $version ); ?> </option>
88
- <?php
89
- }
90
- ?>
91
- </select>
92
- <a data-placeholder-text=" <?php echo esc_html__( 'Reinstall ', 'ultimate-addons-for-gutenberg' ) . 'v{VERSION}'; ?>" href="<?php echo esc_url( add_query_arg( 'version', $uag_versions[0], wp_nonce_url( admin_url( 'admin-post.php?action=uag_rollback' ), 'uag_rollback' ) ) ); ?>" data-placeholder-url="<?php echo esc_url( wp_nonce_url( admin_url( 'admin-post.php?action=uag_rollback&version=VERSION' ), 'uag_rollback' ) ); ?>" class="button uagb-rollback-button"><?php echo esc_html__( 'Reinstall ', 'ultimate-addons-for-gutenberg' ) . esc_html( $uag_versions[0] ); ?> </a>
93
- <p><span style="color: red;">
94
- <?php esc_html_e( 'Warning: Please backup your database before making the rollback.', 'ultimate-addons-for-gutenberg' ); ?>
95
- </span></p>
96
- </div>
97
- </div>
98
- </div>
99
- </div>
100
- </div>
101
- <div class="postbox-container uagb-sidebar" id="postbox-container-1">
102
- <div id="side-sortables">
103
- <div class="postbox">
104
- <h2 class="hndle uagb-normal-cusror">
105
- <span class="dashicons dashicons-book"></span>
106
- <span><?php esc_html_e( 'Knowledge Base', 'ultimate-addons-for-gutenberg' ); ?></span>
107
- </h2>
108
- <div class="inside">
109
- <p>
110
- <?php esc_html_e( 'Not sure how something works? Take a peek at the knowledge base and learn.', 'ultimate-addons-for-gutenberg' ); ?>
111
- </p>
112
- <a href='<?php echo esc_url( $kb_url ); ?> ' target="_blank" rel="noopener"><?php esc_attr_e( 'Visit Knowledge Base »', 'ultimate-addons-for-gutenberg' ); ?></a>
113
- </div>
114
- </div>
115
- <div class="postbox">
116
- <h2 class="hndle uagb-normal-cusror">
117
- <span class="dashicons dashicons-awards"></span>
118
- <span><?php esc_html_e( 'Five Star Support', 'ultimate-addons-for-gutenberg' ); ?></span>
119
- </h2>
120
- <div class="inside">
121
- <p>
122
- <?php
123
- printf(
124
- /* translators: %1$s: uagb name. */
125
- esc_html__( 'Got a question? Get in touch with %1$s developers. We\'re happy to help!', 'ultimate-addons-for-gutenberg' ),
126
- esc_html( UAGB_PLUGIN_NAME )
127
- );
128
- ?>
129
- </p>
130
- <?php
131
- printf(
132
- /* translators: %1$s: uagb support link. */
133
- '%1$s',
134
- ! empty( $uagb_support_link ) ? '<a href=' . esc_url( $uagb_support_link ) . ' target="_blank" rel="noopener">' . esc_html( $uagb_support_link_text ) . '</a>' :
135
- esc_html( $uagb_support_link_text )
136
- );
137
- ?>
138
- </div>
139
- </div>
140
- </div>
141
- </div>
142
- </div>
143
- </div>
144
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/blocks/advanced-heading.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-advanced-heading{padding:0;margin:0 auto}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0;text-align:center}.wp-block-uagb-advanced-heading .uagb-separator-wrap{font-size:0;text-align:center}.wp-block-uagb-advanced-heading .uagb-separator{border-top-style:solid;display:inline-block;border-top-width:2px;width:5%;margin:0px 0px 10px 0px}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0;text-align:center}
1
+ .wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}
assets/css/blocks/blockquote.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-blockquote{padding:0;margin:0 auto}.wp-block-uagb-blockquote .uagb-blockquote__content,.wp-block-uagb-blockquote cite.uagb-blockquote__author{font-style:normal;display:block}.wp-block-uagb-blockquote cite.uagb-blockquote__author,.wp-block-uagb-blockquote .uagb-blockquote__author{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border-left:0 none;border-right:0 none;border-top:0 none;border-bottom:0 none;font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap{position:relative;display:inline-block;padding:0px;z-index:1;background:#333;padding:10px;border-radius:100%;margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon{height:25px;width:25px;display:inline-block;float:left}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg{height:inherit;width:inherit;display:inherit}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left}.wp-block-uagb-blockquote blockquote.uagb-blockquote{margin:0;padding:0}.wp-block-uagb-blockquote .uagb-blockquote__wrap,.wp-block-uagb-blockquote .uagb-blockquote__wrap *{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left;text-align:left}.wp-block-uagb-blockquote .uagb-blockquote__separator-parent{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wp-block-uagb-blockquote .uagb-blockquote a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;line-height:1;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;color:#1DA1F2;background-color:transparent;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{height:15px;width:15px;margin-right:5px;fill:#fff;vertical-align:middle;align-self:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg{margin-right:0}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text svg{margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button{padding:8px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button{padding:10px 14px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button{padding:10px 0}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button{background-color:#1DA1F2;border-radius:100em;color:#fff}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{content:'';border:solid 0.5em transparent;border-right-color:#1DA1F2;position:absolute;left:-0.8em;top:50%;-webkit-transform:translateY(-50%) scale(1, 0.65);-ms-transform:translateY(-50%) scale(1, 0.65);transform:translateY(-50%) scale(1, 0.65);-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:auto;right:-0.8em;-webkit-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);-ms-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);transform:translateY(-50%) scale(1, 0.65) rotate(180deg)}.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer{display:block;text-align:center}.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button{display:block;text-align:center;margin:0 auto;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote footer{flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__author-image{align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__author-image img{width:50px;height:50px;border-radius:100%;margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row}.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;-webkit-justify-content:unset;-moz-box-pack:unset}.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author{width:inherit}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:auto}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{text-align:right}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img{margin-left:10px;margin-right:0}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 976px){.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img{margin-left:0;margin-right:0;margin-bottom:10px}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{margin-top:10px}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}}@media screen and (max-width: 767px){.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img{margin-left:0;margin-right:0;margin-bottom:10px}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{margin-top:10px}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}}
1
+ .wp-block-uagb-blockquote{padding:0;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-blockquote .uagb-blockquote__content,.wp-block-uagb-blockquote cite.uagb-blockquote__author{display:block;font-style:normal}.wp-block-uagb-blockquote cite.uagb-blockquote__author,.wp-block-uagb-blockquote .uagb-blockquote__author{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border-left:0 none;border-right:0 none;border-top:0 none;border-bottom:0 none;font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap{display:inline-flex;float:unset}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap .uagb-blockquote__icon{padding:0;margin-right:0;margin-bottom:0}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button{background-color:#1da1f2;border-radius:100em;color:#fff}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button{padding:10px 14px}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer{display:block;text-align:center}.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button{display:block;text-align:center;margin:0 auto;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:auto;align-items:center}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before{position:absolute;top:50%;left:-0.8em;border:solid 0.5em transparent;border-right-color:#1da1f2;transform:translateY(-50%) scale(1, 0.65);transition:0.2s;content:"";-webkit-transform:translateY(-50%) scale(1, 0.65);-ms-transform:translateY(-50%) scale(1, 0.65);-webkit-transition:0.2s;-o-transition:0.2s}.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation blockquote.uagb-blockquote{vertical-align:baseline;padding:0;margin:0;background:transparent;border:0 none;outline:0;font-size:100%;font-style:normal;quotes:none}.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote__icon{position:relative;display:inline-block;z-index:1;padding:10px;margin-right:10px;border-radius:100%;float:left}.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote__icon svg{display:inherit;width:inherit;height:inherit}.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2.uagb-blockquote__align-right .uagb-blockquote__icon{display:inline-block;float:right}.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon{display:inline-block;float:left}.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation.uagb-blockquote__style-style_1 .uagb-blockquote__icon{display:inline-flex;float:unset}.wp-block-uagb-blockquote blockquote.uagb-blockquote{padding:0;margin:0}.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon{display:inline-block;float:left;text-align:left}.wp-block-uagb-blockquote .uagb-blockquote__separator-parent{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;justify-content:flex-start;-js-display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start}.wp-block-uagb-blockquote.uagb-blockquote__with-tweet .uagb-blockquote footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify}.wp-block-uagb-blockquote .uagb-blockquote a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-self:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;background-color:transparent;color:#1da1f2;line-height:1;transition:0.2s;-webkit-transition:0.2s;-o-transition:0.2s;-webkit-align-self:flex-end;-ms-flex-item-align:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{align-self:center;vertical-align:middle;width:15px;height:15px;fill:#fff}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{font-style:normal}.wp-block-uagb-blockquote.uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg{margin-right:0}.wp-block-uagb-blockquote.uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button{padding:8px}.wp-block-uagb-blockquote.uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote.uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button{padding:10px 14px}.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button{padding:10px 0}.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button{background-color:#1da1f2;border-radius:100em;color:#fff}.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before{position:absolute;top:50%;left:-0.8em;border:solid 0.5em transparent;border-right-color:#1da1f2;transform:translateY(-50%) scale(1, 0.65);transition:0.2s;content:"";-webkit-transform:translateY(-50%) scale(1, 0.65);-ms-transform:translateY(-50%) scale(1, 0.65);-webkit-transition:0.2s;-o-transition:0.2s}.wp-block-uagb-blockquote.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before{right:-0.8em;left:auto;transform:translateY(-50%) scale(1, 0.65) rotate(180deg);-webkit-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);-ms-transform:translateY(-50%) scale(1, 0.65) rotate(180deg)}.wp-block-uagb-blockquote.uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before{top:-0.8em;right:auto;left:50%;transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg);-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg)}.wp-block-uagb-blockquote.uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote footer{display:block;text-align:center}.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote.uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.wp-block-uagb-blockquote.uagb-blockquote__align-center a.uagb-blockquote__tweet-button{display:block;align-self:center;margin:0 auto;text-align:center;-ms-flex-item-align:center}.wp-block-uagb-blockquote.uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer,.wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote footer{flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;align-self:center;align-items:center}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap img{width:50px;height:50px;border-radius:100%;object-fit:cover}.wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote.uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:flex-end}.wp-block-uagb-blockquote.uagb-blockquote__align-left .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;-webkit-justify-content:unset;-moz-box-pack:unset}.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote.uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{flex-direction:column;width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;align-items:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author{width:inherit}.wp-block-uagb-blockquote.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:auto}.wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{text-align:right;align-items:flex-end}.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{text-align:center;align-items:center}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;justify-content:flex-end}@media only screen and (max-width: 976px){.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;align-items:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;align-self:flex-start;-ms-flex-item-align:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before{top:-0.8em;right:auto;left:50%;transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg);-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg)}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}}@media screen and (max-width: 767px){.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;align-items:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;align-self:flex-start;-ms-flex-item-align:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before,.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before{top:-0.8em;right:auto;left:50%;transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg);-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg)}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}}
assets/css/blocks/buttons-child.css CHANGED
@@ -1 +1 @@
1
- .uagb-buttons-repeater{display:flex;justify-content:center;align-items:center}.uagb-buttons-repeater a.uagb-button__link{display:flex;justify-content:center}.uagb-buttons-repeater .uagb-button__icon{font-size:inherit;display:flex;align-items:center;width:15px}.uagb-buttons-repeater .uagb-button__icon svg{fill:currentColor;width:inherit;height:inherit}
1
+ .uagb-buttons-repeater{display:flex;justify-content:center;align-items:center}.uagb-buttons-repeater a.uagb-button__link{display:flex;justify-content:center}.uagb-buttons-repeater .uagb-button__icon{font-size:inherit;display:flex;align-items:center}.uagb-buttons-repeater .uagb-button__icon svg{fill:currentColor;width:inherit;height:inherit}
assets/css/blocks/buttons.css CHANGED
@@ -1 +1 @@
1
- .uagb-buttons__outer-wrap .uagb-buttons__wrap{display:flex;align-items:center;justify-content:center}.uagb-buttons__outer-wrap a{color:inherit}
1
+ .uagb-buttons__outer-wrap .uagb-buttons__wrap{display:inline-flex;width:100%}.uagb-buttons__outer-wrap a{color:inherit}.uagb-buttons__outer-wrap .uagb-buttons-repeater .uagb-button__link{white-space:nowrap !important}.uagb-buttons__outer-wrap.uagb-btn__small-btn .uagb-buttons-repeater.wp-block-button__link{padding:5px 10px}.uagb-buttons__outer-wrap.uagb-btn__medium-btn .uagb-buttons-repeater.wp-block-button__link{padding:12px 24px}.uagb-buttons__outer-wrap.uagb-btn__large-btn .uagb-buttons-repeater.wp-block-button__link{padding:20px 30px}.uagb-buttons__outer-wrap.uagb-btn__extralarge-btn .uagb-buttons-repeater.wp-block-button__link{padding:30px 65px}@media (max-width: 976px){.uagb-buttons__outer-wrap.uagb-btn-tablet__small-btn .uagb-buttons-repeater.wp-block-button__link{padding:5px 10px}.uagb-buttons__outer-wrap.uagb-btn-tablet__medium-btn .uagb-buttons-repeater.wp-block-button__link{padding:12px 24px}.uagb-buttons__outer-wrap.uagb-btn-tablet__large-btn .uagb-buttons-repeater.wp-block-button__link{padding:20px 30px}.uagb-buttons__outer-wrap.uagb-btn-tablet__extralarge-btn .uagb-buttons-repeater.wp-block-button__link{padding:30px 65px}}@media (max-width: 767px){.uagb-buttons__outer-wrap.uagb-btn-mobile__small-btn .uagb-buttons-repeater.wp-block-button__link{padding:5px 10px}.uagb-buttons__outer-wrap.uagb-btn-mobile__medium-btn .uagb-buttons-repeater.wp-block-button__link{padding:12px 24px}.uagb-buttons__outer-wrap.uagb-btn-mobile__large-btn .uagb-buttons-repeater.wp-block-button__link{padding:20px 30px}.uagb-buttons__outer-wrap.uagb-btn-mobile__extralarge-btn .uagb-buttons-repeater.wp-block-button__link{padding:30px 65px}}
assets/css/blocks/call-to-action.css CHANGED
@@ -1 +1 @@
1
- .uagb-cta__outer-wrap{position:relative}.uagb-cta__outer-wrap .wp-block-button__link svg{fill:currentColor}.uagb-cta__outer-wrap .uagb-cta__content{display:inline-block}.uagb-cta__outer-wrap a.uagb-cta__block-link span{font-size:inherit;vertical-align:middle;display:inline-block;float:left}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper{width:30%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content{width:70%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:right}.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}.uagb-cta__outer-wrap a.uagb-cta__block-link,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link-icon,.uagb-cta__outer-wrap .uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__outer-wrap .uagb-cta__block{position:relative}.uagb-cta__outer-wrap .uagb-cta-typeof-button{display:inline-block;line-height:1;background-color:transparent;color:#333;text-align:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__outer-wrap .uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__outer-wrap .uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__outer-wrap .uagb-cta__block,.uagb-cta__outer-wrap .uagb-cta__content{z-index:1}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{z-index:1}.uagb-cta__outer-wrap .uagb-cta__block-link{cursor:pointer}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{display:inline-block;float:right;padding:10px 14px}.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content p:empty{display:none}.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta__outer-wrap .uagb-cta-with-svg{height:14px;width:14px;line-height:14px;display:inline-block;vertical-align:middle}.uagb-cta__outer-wrap .uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__outer-wrap .uagb-cta__align-button-after{margin-left:5px}.uagb-cta__outer-wrap .uagb-cta__align-button-before{margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link i{font-style:normal}.uagb-cta__outer-wrap a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
1
+ .uagb-cta__outer-wrap .uagb-cta__content,.uagb-cta__outer-wrap a.uagb-cta__block-link span,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper,.uagb-cta__outer-wrap .uagb-cta-typeof-button,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta-with-svg{display:inline-block}.uagb-cta__outer-wrap{display:flex;justify-content:space-between}.wp-block-uagb-call-to-action .uagb-cta__buttons{display:inline-flex}.wp-block-uagb-call-to-action .wp-block-button__link{fill:currentColor}.uagb-cta__button-link-wrapper,.uagb-cta-second__button{display:inline-flex;align-items:center;width:max-content;word-break:keep-all}.uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__content-right .uagb-cta__button-wrapper{float:right}.uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}a.uagb-cta__block-link,.entry .entry-content a.uagb-cta__block-link,a.uagb-cta__block-link-wrap,.entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}a.uagb-cta__block-link:hover,.entry .entry-content a.uagb-cta__block-link:hover,a.uagb-cta__block-link-wrap:hover,.entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__block-link-icon,.uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__block{position:relative}.uagb-cta-typeof-button{line-height:1;text-align:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__block,.uagb-cta__content,.uagb-cta__left-right-wrap{z-index:1}.uagb-cta__block-link{cursor:pointer}.uagb-cta__content-right .uagb-cta__block-link{float:right;padding:10px 14px}a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__content p:empty{display:none}.uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta-with-svg{height:14px;width:14px;line-height:14px;vertical-align:middle}.uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__align-button-after{margin-left:5px}.uagb-cta__align-button-before{margin-right:5px}.uagb-cta__block-link i{font-style:normal}a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.wp-block-uagb-call-to-action{position:relative}.wp-block-uagb-call-to-action a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet,.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile,.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
assets/css/blocks/cf7-styler.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-cf7-styler .wpcf7 *,.wp-block-uagb-cf7-styler .wpcf7 :after,.wp-block-uagb-cf7-styler .wpcf7 :before{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after{content:" "}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center;height:15px;width:15px;border-style:solid;border-color:#eaeaea;border-width:1px 1px 1px 1px}.wp-block-uagb-cf7-styler span.wpcf7-list-item{display:inline-block;margin:0 1em 0 0}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before{content:"\2714";line-height:1.2}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wp-block-uagb-cf7-styler input[type=checkbox]:checked+span:before{font-size:-webkit-calc(12px / 1.2);font-size:calc(12px / 1.2)}.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{-webkit-border-radius:100%;border-radius:100%}.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type="radio"]:checked+span:before,.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type="radio"]:checked+span:before{background-color:#545454;box-shadow:inset 0px 0px 0px 4px #fafafa}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto;line-height:1em;background:transparent;border-color:#333;border-width:1px;padding:10px 25px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:0}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:0}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:auto}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.wp-block-uagb-cf7-styler .wpcf7 input[type=checkbox],.wp-block-uagb-cf7-styler .wpcf7 input[type=radio]{display:none}.wp-block-uagb-cf7-styler .wpcf7 select{height:auto;padding:10px;-webkit-appearance:menulist-button;-moz-appearance:menulist-button;-webkit-appearance:menulist-button}.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple="multiple"]{padding:0}.wp-block-uagb-cf7-styler .wpcf7 select option{padding:10px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip{display:inline-block;right:0;top:100%;padding:.1em .8em;-webkit-border-radius:2px;border-radius:2px;color:#ffffff;background-color:rgba(255,0,0,0.6);padding:5px 10px;font-size:15px;float:right;margin-top:5px}.wp-block-uagb-cf7-styler .wpcf7 input[type="number"]{height:auto}.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date{-webkit-appearance:none}@media (min-width: 769px){.wp-block-uagb-cf7-styler .uagb-cf7_styler-col{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col label,.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;flex-basis:100%}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col br{display:none}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-1{padding-left:0;padding-right:15px}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-3{padding-left:15px;padding-right:0}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap{height:100%}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select{height:100%}}
1
+ .wp-block-uagb-cf7-styler input[type="text"],.wp-block-uagb-cf7-styler input[type="password"],.wp-block-uagb-cf7-styler input[type="date"],.wp-block-uagb-cf7-styler input[type="datetime"],.wp-block-uagb-cf7-styler input[type="datetime-local"],.wp-block-uagb-cf7-styler input[type="email"],.wp-block-uagb-cf7-styler input[type="month"],.wp-block-uagb-cf7-styler input[type="number"],.wp-block-uagb-cf7-styler input[type="search"],.wp-block-uagb-cf7-styler input[type="tel"],.wp-block-uagb-cf7-styler input[type="time"],.wp-block-uagb-cf7-styler input[type="url"],.wp-block-uagb-cf7-styler input[type="week"]{min-height:30px;line-height:30px}.wp-block-uagb-cf7-styler textarea{resize:vertical}.wp-block-uagb-cf7-styler .wpcf7 *,.wp-block-uagb-cf7-styler .wpcf7 ::after,.wp-block-uagb-cf7-styler .wpcf7 ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after{content:" "}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]+span::before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]+span::before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type="radio"]+span::before{display:inline-block;vertical-align:middle;width:15px;height:15px;margin-right:10px;border-color:#eaeaea;border-style:solid;border-width:1px 1px 1px 1px;text-align:center;content:""}.wp-block-uagb-cf7-styler span.wpcf7-list-item{display:inline-block;margin:0 1em 0 0}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]:checked+span::before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]:checked+span::before{line-height:1.2;content:"\2714"}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]+span::before,.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]:checked+span::before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]+span::before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]:checked+span::before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type="radio"]+span::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wp-block-uagb-cf7-styler input[type="checkbox"]:checked+span::before{font-size:-webkit-calc(12px / 1.2);font-size:calc(12px / 1.2)}.wp-block-uagb-cf7-styler .wpcf7-radio input[type="radio"]+span::before{-webkit-border-radius:100%;border-radius:100%}.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type="radio"]:checked+span::before,.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type="radio"]:checked+span::before{box-shadow:inset 0 0 0 4px #fafafa;background-color:#545454}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;width:auto;padding:10px 25px;background:transparent;border-color:#333;border-width:1px;line-height:16px;-js-display:flex}.wp-block-uagb-cf7-styler .wpcf7 input[type="checkbox"],.wp-block-uagb-cf7-styler .wpcf7 input[type="radio"]{display:none}.wp-block-uagb-cf7-styler .wpcf7 select{height:auto;padding:10px;-webkit-appearance:menulist-button;-moz-appearance:menulist-button}.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple="multiple"]{padding:0}.wp-block-uagb-cf7-styler .wpcf7 select option{padding:10px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip{display:block;padding:0.1em 0.5em;margin-top:5px;border-radius:2px;font-size:0.9em;-webkit-border-radius:2px;width:fit-content;margin-left:auto;margin-right:0}.wp-block-uagb-cf7-styler .wpcf7 input[type="number"]{height:auto}.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date{-webkit-appearance:none}.wp-block-uagb-cf7-styler .wpcf7-spinner{margin-top:25px}@media (min-width: 769px){.wp-block-uagb-cf7-styler .uagb-cf7_styler-col{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col label,.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;flex-basis:100%}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col br{display:none}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-1{padding-right:15px;padding-left:0}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-3{padding-right:0;padding-left:15px}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap{height:100%}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select{height:100%}}@media (min-width: 780px){.uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit{margin-right:0;margin-left:auto}.uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:0}.uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:auto}.uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100% !important}}@media (max-width: 780px){.uagb-cf7-styler__btn-align-tablet-right input.wpcf7-form-control.wpcf7-submit{margin-right:0;margin-left:auto}.uagb-cf7-styler__btn-align-tablet-left input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:0}.uagb-cf7-styler__btn-align-tablet-center input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:auto}}@media (min-width: 641px) and (max-width: 780px){.uagb-cf7-styler__btn-align-tablet-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100% !important}}@media (max-width: 641px){.uagb-cf7-styler__btn-align-mobile-right input.wpcf7-form-control.wpcf7-submit{margin-right:0;margin-left:auto}.uagb-cf7-styler__btn-align-mobile-left input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:0}.uagb-cf7-styler__btn-align-mobile-center input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:auto}.uagb-cf7-styler__btn-align-mobile-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100% !important}}
assets/css/blocks/column.css CHANGED
@@ -1 +1 @@
1
- .uagb-column__wrap{position:relative;overflow:hidden}.uagb-column__wrap .uagb-column__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2;width:100%}.uagb-column__wrap.uagb-column__align-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__wrap.uagb-column__align-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}.uagb-column__wrap .uagb-column__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-column__wrap .uagb-column__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-column__wrap .uagb-column__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="uagb/column"]{display:flex;flex-direction:column;flex:1;padding-left:0;padding-right:0;margin-left:-14px;margin-right:-14px;min-width:0;word-break:break-word;overflow-wrap:break-word;flex-basis:100%}@media (max-width: 976px){.uagb-column__align-tablet-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__align-tablet-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}}@media (max-width: 767px){.uagb-column__align-mobile-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__align-mobile-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}}@media (max-width: 449px){.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll !important}}
1
+ .uagb-column__wrap,.uagb-column__inner-wrap{margin-left:auto;margin-right:auto;position:relative;width:100%;z-index:2}.uagb-column__wrap{position:relative;overflow:visible}.uagb-column__wrap>*{z-index:1;width:100%;position:relative}.uagb-column__wrap.uagb-column__align-left{margin-left:0;margin-right:auto}.uagb-column__wrap.uagb-column__align-right{margin-left:auto;margin-right:0}.uagb-column__wrap .uagb-column__video-wrap,.uagb-column__wrap .uagb-column__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-column__wrap .uagb-column__video-wrap{overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-column__wrap .uagb-column__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="uagb/column"]{display:flex;flex-direction:column;flex:1;padding-left:0;padding-right:0;margin-left:-14px;margin-right:-14px;min-width:0;word-break:break-word;overflow-wrap:break-word;flex-basis:100%}@media (max-width: 976px){.uagb-column__align-tablet-left{margin-left:0;margin-right:auto}.uagb-column__align-tablet-right{margin-left:auto;margin-right:0}}@media (max-width: 767px){.uagb-column__align-mobile-left{margin-left:0;margin-right:auto}.uagb-column__align-mobile-right{margin-left:auto;margin-right:0}}@media (max-width: 449px){.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll !important}}
assets/css/blocks/columns.css CHANGED
@@ -1 +1 @@
1
- .uagb-columns__wrap{position:relative}.uagb-columns__wrap .uagb-columns__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2}.uagb-columns__wrap .uagb-columns__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-columns__wrap .uagb-columns__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-columns__wrap .uagb-columns__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.uagb-columns__wrap .uagb-column__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.uagb-columns__wrap .uagb-columns__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-columns__wrap .uagb-columns__shape-top{top:-3px}.uagb-columns__wrap .uagb-columns__shape-bottom{bottom:-3px}.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-columns__wrap .uagb-columns__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content{z-index:9;pointer-events:none}.uagb-columns__valign-center .uagb-column__wrap,.uagb-columns__valign-middle .uagb-column__wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.uagb-columns__valign-top .uagb-column__wrap{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.uagb-columns__valign-bottom .uagb-column__wrap{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.uagb-columns__inner-wrap{display:flex;flex-wrap:nowrap}.uagb-columns__columns-1>.uagb-column__wrap{width:100%}.uagb-columns__columns-2>.uagb-column__wrap{width:50%}.uagb-columns__columns-3>.uagb-column__wrap{width:33.33%}.uagb-columns__columns-4>.uagb-column__wrap{width:25%}.uagb-columns__columns-5>.uagb-column__wrap{width:20%}.uagb-columns__columns-6>.uagb-column__wrap{width:16.66%}.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:0}.uagb-columns__gap-default>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:10px}.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:5px}.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:15px}.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:20px}.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:30px}@media (max-width: 976px){.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-tablet>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-tablet.uagb-columns__reverse-tablet .uagb-columns__inner-wrap{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-tablet .uagb-columns__inner-wrap{display:flex;flex-direction:row-reverse}}@media (max-width: 767px){.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-mobile>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-mobile.uagb-columns__reverse-mobile .uagb-columns__inner-wrap{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-mobile .uagb-columns__inner-wrap{display:flex;flex-direction:row-reverse}}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll}}@media (max-width: 449px){.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image{background-attachment:scroll !important}}
1
+ [class*="uagb-columns__columns-"],.uagb-columns__inner-wrap{position:relative;margin-left:auto;margin-right:auto;z-index:2;display:flex;flex-wrap:nowrap}.uagb-columns__wrap{position:relative;margin-left:auto;margin-right:auto}.uagb-columns__wrap .uagb-columns__overlay,.uagb-columns__wrap .uagb-columns__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-columns__wrap .uagb-columns__video-wrap{overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-columns__wrap .uagb-columns__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.uagb-columns__wrap .uagb-columns__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-columns__wrap .uagb-columns__shape-top{top:-3px}.uagb-columns__wrap .uagb-columns__shape-bottom{bottom:-3px}.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom,.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-columns__wrap .uagb-columns__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content{z-index:9;pointer-events:none}.uagb-columns__valign-center .uagb-column__wrap,.uagb-columns__valign-middle .uagb-column__wrap{display:flex;flex-direction:column;justify-content:center}.uagb-columns__valign-top .uagb-column__wrap{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.uagb-columns__valign-bottom .uagb-column__wrap{display:flex;flex-direction:column;justify-content:flex-end}.uagb-columns__columns-1>.uagb-column__wrap{width:100%}.uagb-columns__columns-2>.uagb-column__wrap{width:50%}.uagb-columns__columns-3>.uagb-column__wrap{width:33.33%}.uagb-columns__columns-4>.uagb-column__wrap{width:25%}.uagb-columns__columns-5>.uagb-column__wrap{width:20%}.uagb-columns__columns-6>.uagb-column__wrap{width:16.66%}.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"]{padding:0}.uagb-columns__gap-default>.wp-block[data-type="uagb/column"]{padding:10px}.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"]{padding:5px}.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"]{padding:15px}.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"]{padding:20px}.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"]{padding:30px}@media (max-width: 976px){.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-tablet{display:block}.uagb-columns__stack-tablet>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-tablet.uagb-columns__reverse-tablet{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-tablet{display:flex;flex-direction:row-reverse}}@media (max-width: 767px){.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-mobile{display:block}.uagb-columns__stack-mobile>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-mobile.uagb-columns__reverse-mobile{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-mobile{display:flex;flex-direction:row-reverse}}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll}}@media (max-width: 449px){.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image{background-attachment:scroll !important}}
assets/css/blocks/container.css ADDED
@@ -0,0 +1 @@
 
1
+ .wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap){min-width:unset !important;width:100%}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}
assets/css/blocks/extensions.css ADDED
@@ -0,0 +1 @@
 
1
+ .uag-blocks-common-selector{z-index:var(--z-index-desktop)}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet)}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile)}}
assets/css/blocks/faq-child.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active{outline:thin dotted}.wp-block-uagb-faq-child .uagb-faq-questions-button{display:flex;align-items:center;width:100%}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap{display:inline-block;vertical-align:middle}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question{width:100%;margin-top:0px;margin-bottom:0px}.wp-block-uagb-faq-child .uagb-icon svg,.wp-block-uagb-faq-child .uagb-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-uagb-faq-child .uagb-faq-content span{display:inline-block}.wp-block-uagb-faq-child .uagb-faq-content p{margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:inline-block;width:auto;height:auto}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}
1
+ .wp-block-uagb-faq-child .uagb-faq-questions-button{display:flex;align-items:center}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap{display:flex;align-items:center}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question{width:100%;margin-top:0;margin-bottom:0}.wp-block-uagb-faq-child .uagb-icon svg,.wp-block-uagb-faq-child .uagb-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:flex;width:auto;height:auto}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}
assets/css/blocks/faq.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button{cursor:pointer}.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__outer-wrap,.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__wrapper,.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-item{height:100%}
1
+ .wp-block-uagb-faq{width:100%}.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button{cursor:pointer}.wp-block-uagb-faq .uagb-faq-content{margin-bottom:0}.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-child__outer-wrap,.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-item{height:100%}body[class*="astra"] .uagb-faq-questions{line-height:normal}.uagb-faq-item{overflow:hidden}
assets/css/blocks/forms.css CHANGED
@@ -1 +1 @@
1
- .uagb-forms__outer-wrap .uagb-forms-main-form input:not([type=checkbox]):not([type=radio]):not([type=file]),.uagb-forms__outer-wrap .uagb-forms-main-form textarea,.uagb-forms__outer-wrap .uagb-forms-main-form select{width:100%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-form-phone-country{width:23%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form input.uagb-forms-phone-input.uagb-forms-input{width:75% !important}.uagb-forms__outer-wrap .uagb-forms-main-form .required:after{content:" *";color:#ff0000}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data{display:none}.uagb-forms__outer-wrap .uagb-forms-submit-message-hide{display:none}.uagb-forms__outer-wrap .uagb-forms-success-message{padding:20px 20px}.uagb-forms__outer-wrap .uagb-forms-failed-message{padding:20px 20px}.uagb-forms__outer-wrap span.components-spinner{float:none}.uagb-forms__outer-wrap .uag-col-2-wrap{display:grid;grid-template-columns:1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-3-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-4-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px}.uagb-forms-radio-wrap input[type=radio]:checked+label:before{content:" ";line-height:1.2;box-shadow:inset 0px 0px 0px 4px #fafafa}.uagb-forms-radio-wrap input[type=radio]+label:before{box-sizing:content-box;content:'';border-radius:100%;display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;text-align:center;line-height:1.2}select:after,select:before{padding:10px}.uagb-forms-radio-wrap input[type=radio],.uagb-forms-checkbox-wrap input[type=checkbox],.uagb-forms-accept-wrap input[type=checkbox]{display:none}.uagb-forms-checkbox-wrap input[type=checkbox]:checked+label:before,.uagb-forms-accept-wrap input[type=checkbox]:checked+label:before{content:"\2714";line-height:1.2}.uagb-forms-checkbox-wrap input[type=checkbox]+label:before,.uagb-forms-accept-wrap input[type=checkbox]+label:before{box-sizing:content-box;display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;text-align:center;line-height:1.2;content:" "}.uagb-forms__small-btn .uagb-forms-main-submit-button{padding:5px 10px}.uagb-forms__medium-btn .uagb-forms-main-submit-button{padding:12px 24px}.uagb-forms__large-btn .uagb-forms-main-submit-button{padding:20px 30px}.uagb-forms__extralarge-btn .uagb-forms-main-submit-button{padding:30px 65px}.uagb-forms__full-btn .uagb-forms-main-submit-button{padding:10px 15px;width:100%}.uagb-forms__outer-wrap .uagb-switch{position:relative;display:inline-block;width:50px;height:25px}.uagb-forms__outer-wrap .uagb-switch input{opacity:0;width:0;height:0}.uagb-forms__outer-wrap .uagb-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;-webkit-transition:.4s;background-color:#ffffff;transition:.4s}.uagb-forms__outer-wrap .uagb-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;top:3px;bottom:3px;background-color:#000000;-webkit-transition:.4s;transition:.4s}.uagb-forms__outer-wrap .uagb-switch input:checked+.uagb-slider:before{background-color:#ffffff;-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.uagb-forms__outer-wrap .uagb-slider.round{border-radius:34px}.uagb-forms__outer-wrap .uagb-slider.round:before{border-radius:50%}
1
+ .uagb-forms__outer-wrap .uagb-forms-input,.uagb-forms__outer-wrap .uagb-forms-input::placeholder,.uagb-forms__outer-wrap .uagb-forms-input-label,.uagb-forms__outer-wrap .uagb-forms-main-submit-button,.uagb-forms__outer-wrap .uagb-forms-success-message,.uagb-forms__outer-wrap .uagb-forms-failed-message{-webkit-transition-property:color, background-color, border-color;-moz-transition-property:color, background-color, border-color;-o-transition-property:color, background-color, border-color;transition-property:color, background-color, border-color;-webkit-transition-duration:0.15s;-moz-transition-duration:0.15s;-o-transition-duration:0.15s;transition-duration:0.15s}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input,.uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]{min-height:0 !important}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input::-webkit-input-placeholder,.uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]::-webkit-input-placeholder{overflow:unset}.uagb-forms__outer-wrap .uagb-forms-main-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.uagb-forms__outer-wrap .uagb-forms-main-form textarea,.uagb-forms__outer-wrap .uagb-forms-main-form select{width:100%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-checkbox-wrap .uagb-form-checkbox-option input.uagb-inner-input-view{width:33%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-form-phone-country{width:23%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-forms-phone-input{width:75% !important}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex{display:flex;width:100%;justify-content:space-between}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country{width:23%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form .required::after{color:#f00;content:" *"}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data{display:none}.uagb-forms__outer-wrap .uagb-forms-submit-message-hide{display:none}.uagb-forms__outer-wrap .uagb-forms-success-message{padding:20px 20px}.uagb-forms__outer-wrap .uagb-forms-failed-message{padding:20px 20px}.uagb-forms__outer-wrap span.components-spinner{float:none}.uagb-forms__outer-wrap .uag-col-2-wrap{display:grid;grid-template-columns:1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-3-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-4-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uagb-switch{position:relative;display:inline-block;width:50px;height:25px}.uagb-forms__outer-wrap .uagb-switch input{width:0;height:0;opacity:0}.uagb-forms__outer-wrap .uagb-slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;cursor:pointer;transition:0.4s;-webkit-transition:0.4s}.uagb-forms__outer-wrap .uagb-switch .uagb-slider::before{position:absolute;width:20px;height:20px;background-color:#000;transition:0.4s;content:"";-webkit-transition:0.4s}.uagb-forms__outer-wrap .uagb-switch input:checked+.uagb-slider::before{background-color:#fff}.uagb-forms__outer-wrap .uagb-slider.round::before{border-radius:50% !important}.uagb-forms-radio-wrap input[type="radio"]:checked+label::before{line-height:1.2;content:" "}.uagb-forms-radio-wrap input[type="radio"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;box-sizing:content-box;text-align:center;line-height:1.2;content:""}.uagb-forms-radio-wrap input[type="radio"].round+label::before{border-radius:100% !important}select::after,select::before{padding:10px}.uagb-forms-radio-wrap input[type="radio"],.uagb-forms-checkbox-wrap input[type="checkbox"],.uagb-forms-accept-wrap input[type="checkbox"]{display:none}.uagb-forms-checkbox-wrap input[type="checkbox"]:checked+label::before,.uagb-forms-accept-wrap input[type="checkbox"]:checked+label::before{line-height:1.2;content:"\2714"}.uagb-forms-checkbox-wrap input[type="checkbox"]+label::before,.uagb-forms-accept-wrap input[type="checkbox"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;box-sizing:content-box;text-align:center;line-height:1.2;content:" "}.uagb-forms__small-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding:5px 10px}.uagb-forms__medium-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding:12px 24px}.uagb-forms__large-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding:20px 30px}.uagb-forms__extralarge-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding:30px 65px}.uagb-forms__full-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{width:100%;padding:10px 15px}@media only screen and (max-width: 767px){.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex{display:flex;width:100%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country{width:25%}}
assets/css/blocks/gf-styler.css CHANGED
@@ -1 +1 @@
1
- .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0;height:auto;border:1px solid #AAA;-webkit-border-radius:0;border-radius:0;background:#FFF;-webkit-box-shadow:none;box-shadow:none;color:#444;text-decoration:none;white-space:nowrap}.uagb-gf-styler__gform-heading-none .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading.custom_gform_heading{display:none}.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading.custom_gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading{display:block}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span{line-height:1}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single{background:#FFF}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=submit]{display:inline-block}.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title{opacity:1}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom{position:relative}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom:after{content:"\f078";font-family:'FontAwesome' !important;font-size:0.7em;line-height:1;position:absolute;top:45%;-webkit-transform:translateY(-45%);-ms-transform:translateY(-45%);transform:translateY(-45%);right:0.5em;pointer-events:none;z-index:5}.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom{display:inline;vertical-align:middle}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]:checked+label:before{box-shadow:inset 0px 0px 0px 4px #fafafa}.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before{font-weight:700}.uagb-gf-styler__check-style-enabled select,.uagb-gf-styler__check-style-enabled .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none}.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error{border-top:none;border-bottom:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label{margin:0 0 0 0}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]+label:before{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection{margin-right:0}.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=button]{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:13px;padding:8px 10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:13px;padding:6px 10px}.ginput_container select{height:100%;line-height:inherit}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:13px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:10px;width:10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 10px / 1.2);font-size:calc( 10px / 1.2)}.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=button]{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:15px;padding:12px 10px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:15px;padding:10px 10px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:15px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:12px;width:12px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 12px / 1.2);font-size:calc( 12px / 1.2)}.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=button]{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:16px;padding:15px 10px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:16px;padding:13px 10px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:16px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:15px;width:15px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 15px / 1.2);font-size:calc( 15px / 1.2)}.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=button]{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:18px;padding:20px 10px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:18px;padding:18px 10px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:18px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:20px;width:20px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 20px / 1.2);font-size:calc( 20px / 1.2)}.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=button]{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:20px;padding:25px 10px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:20px;padding:23px 10px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:20px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:25px;width:25px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before{font-size:-webkit-calc( 25px / 1.2);font-size:calc( 25px / 1.2)}.uagb-gf-styler__btn-align-right .gform_next_button,.uagb-gf-styler__btn-align-right .gform_previous_button{margin-right:5px !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label){padding:0 0 0 0;margin-right:0;margin-left:0;width:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label,.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label{padding:0 0 0 0}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before{-webkit-border-radius:100%;border-radius:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit]{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto}.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto}.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0}.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio'],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']{display:none}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio']+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']+label:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']:checked+label:before{content:"\2714";line-height:1.2}.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third){padding-right:0}.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type=submit]{display:block;text-align:center;width:100%}.uagb-gf-styler__check-style-enabled .gform_body ul{margin-left:0;list-style:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"],.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default{height:auto}.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"]{padding:0px 0px 0px 0px}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button]{margin-bottom:20px}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div{display:none}.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label,.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required{display:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span{margin-bottom:0;width:100%}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single{border:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single{border:none}@media only screen and (max-width: 976px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto;width:auto}.uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto;width:auto}.uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0;width:auto}.uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media only screen and (max-width: 767px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto;width:auto}.uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto;width:auto}.uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0;width:auto}.uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}
1
+ .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single{position:relative;display:block;height:auto;padding:0;box-shadow:none;background:#fff;border:1px solid #aaa;border-radius:0;color:#444;text-decoration:none;white-space:nowrap;overflow:hidden;-webkit-border-radius:0;-webkit-box-shadow:none}.uagb-gf-styler__gform-heading-none .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading.custom_gform_heading{display:none}.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading.custom_gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading{display:block}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span{line-height:1}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single{background:#fff}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type="submit"]{display:inline-block}.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title{opacity:1}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom{position:relative}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom::after{position:absolute;top:45%;right:0.5em;z-index:5;font-family:FontAwesome, serif !important;font-size:0.7em;line-height:1;transform:translateY(-45%);content:"\f078";pointer-events:none;-webkit-transform:translateY(-45%);-ms-transform:translateY(-45%)}.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom{display:inline;vertical-align:middle}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]:checked+label::before{box-shadow:inset 0 0 0 4px #fafafa}.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before,.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before,.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label::before{font-weight:700}.uagb-gf-styler__check-style-enabled select,.uagb-gf-styler__check-style-enabled .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none}.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error{border-top:none;border-bottom:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label{margin:0 0 0 0}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body{width:100% !important}.wp-block-uagb-gf-styler .gform_wrapper .gform_fields,.wp-block-uagb-gf-styler .gform_wrapper .gform_footer{pointer-events:auto}.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]:checked+label::before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]:checked+label::before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]+label::before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]+label::before{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection{margin-right:0}.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type="submit"],.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type="button"]{padding:10px 20px;border-radius:2px;font-size:13px;-webkit-border-radius:2px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{padding:8px 10px;font-size:13px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select{padding:6px 10px;font-size:13px}.ginput_container select{height:100%;line-height:inherit}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:13px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{width:10px;height:10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{font-size:-webkit-calc(10px / 1.2);font-size:calc(10px / 1.2)}.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type="submit"],.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type="button"]{padding:12px 24px;border-radius:3px;font-size:15px;-webkit-border-radius:3px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{padding:12px 10px;font-size:15px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select{padding:10px 10px;font-size:15px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:15px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{width:12px;height:12px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{font-size:-webkit-calc(12px / 1.2);font-size:calc(12px / 1.2)}.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type="submit"],.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type="button"]{padding:15px 30px;border-radius:4px;font-size:16px;-webkit-border-radius:4px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{padding:15px 10px;font-size:16px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select{padding:13px 10px;font-size:16px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:16px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{width:15px;height:15px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{font-size:-webkit-calc(15px / 1.2);font-size:calc(15px / 1.2)}.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type="submit"],.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type="button"]{padding:20px 40px;border-radius:5px;font-size:18px;-webkit-border-radius:5px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{padding:20px 10px;font-size:18px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select{padding:18px 10px;font-size:18px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:18px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{width:20px;height:20px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{font-size:-webkit-calc(20px / 1.2);font-size:calc(20px / 1.2)}.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type="submit"],.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type="button"]{padding:25px 50px;border-radius:6px;font-size:20px;-webkit-border-radius:6px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{padding:25px 10px;font-size:20px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select{padding:23px 10px;font-size:20px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:20px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before{width:25px;height:25px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label::before{font-size:-webkit-calc(25px / 1.2);font-size:calc(25px / 1.2)}.uagb-gf-styler__btn-align-right .gform_next_button,.uagb-gf-styler__btn-align-right .gform_previous_button{margin-right:5px !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label){width:100%;padding:0 0 0 0;margin-right:0;margin-left:0}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label,.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label{padding:0 0 0 0}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before{-webkit-border-radius:100%;border-radius:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="submit"],.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="submit"],.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="submit"],.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="submit"]{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;width:auto;-js-display:flex}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="submit"]{margin-right:auto;margin-left:auto}.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="submit"]{margin-right:auto;margin-left:0}.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="submit"]{margin-right:0;margin-left:auto}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type="radio"],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type="checkbox"]{display:none}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]+label::before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type="radio"]+label::before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type="checkbox"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;text-align:center;content:""}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked+label::before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type="checkbox"]:checked+label::before{line-height:1.2;content:"\2714"}.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third){padding-right:0}.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type="submit"]{display:block;width:100%;text-align:center}.uagb-gf-styler__check-style-enabled .gform_body ul{margin-left:0;list-style:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"],.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default{height:auto}.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"]{padding:0 0 0 0}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type="button"]{margin-bottom:20px}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div{display:none}.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label,.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required{display:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span{width:100%;margin-bottom:0}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single{border:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single{border:none}.wp-block-uagb-gf-styler .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice,.wp-block-uagb-gf-styler .gform_wrapper .ginput_container_radio .gfield_radio .gchoice{margin-bottom:5px;line-height:0}.wp-block-uagb-gf-styler .gform_wrapper .ginput_container_select select{background:#fafafa url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px;cursor:pointer;vertical-align:middle}@media only screen and (max-width: 976px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type="submit"],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="submit"]{width:auto;margin-right:auto;margin-left:auto}.uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type="submit"],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type="submit"]{width:auto;margin-right:auto;margin-left:0}.uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type="submit"],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type="submit"]{width:auto;margin-right:0;margin-left:auto}.uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type="submit"],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media only screen and (max-width: 767px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type="submit"],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type="button"],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type="submit"]{width:auto;margin-right:auto;margin-left:auto}.uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type="submit"],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type="button"],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type="submit"]{width:auto;margin-right:auto;margin-left:0}.uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type="submit"],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type="button"],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type="submit"]{width:auto;margin-right:0;margin-left:auto}.uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type="submit"],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type="button"],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media (min-width: 780px){.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media (max-width: 780px){.uagb-gf-styler__btn-align-tablet-center .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-center .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="submit"]{margin-right:auto;margin-left:auto}.uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer{text-align:right}.uagb-gf-styler__btn-align-tablet-left .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-right .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="submit"]{margin-right:auto;margin-left:0}.uagb-gf-styler__btn-align-tablet-right .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-left .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="submit"]{margin-right:0;margin-left:auto}}@media (min-width: 641px) and (max-width: 780px){.uagb-gf-styler__btn-align-tablet-justify .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-tablet-justify .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-tablet-justify .gform_page .gform_page_footer input[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100% !important}}@media (max-width: 641px){.uagb-gf-styler__btn-align-mobile-center .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-center .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="submit"]{margin-right:auto;margin-left:auto}.uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer{text-align:right}.uagb-gf-styler__btn-align-mobile-left .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-right .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="submit"]{margin-right:auto;margin-left:0}.uagb-gf-styler__btn-align-mobile-right .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-left .gform_wrapper .gform_footer input[type="submit"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="button"],html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="submit"]{margin-right:0;margin-left:auto}.uagb-gf-styler__btn-align-mobile-justify .gform_wrapper .gform_footer input[type="submit"],.uagb-gf-styler__btn-align-mobile-justify .gform_page .gform_page_footer input[type="button"],.uagb-gf-styler__btn-align-mobile-justify .gform_page .gform_page_footer input[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100% !important}}
assets/css/blocks/how-to.css CHANGED
@@ -1 +1 @@
1
- .uagb-howto__cost-wrap{display:block}.uagb-howto__cost-wrap .uagb-howto-estcost-text,.uagb-howto__cost-wrap .uagb-howto-estcost-value,.uagb-howto__cost-wrap .uagb-howto-estcost-type{display:inline-flex}.uagb-howto__time-wrap{display:block}.uagb-howto__time-wrap .uagb-howto-timeNeeded-text,.uagb-howto__time-wrap .uagb-howto-timeNeeded-value,.uagb-howto__time-wrap .uagb-howto-timeINmin-text{display:inline-flex}.uagb-howto__time-wrap .uagb-howto-timeINmin-text{margin-left:5px}
1
+ .uagb-howto__cost-wrap{display:flex;align-items:center}.uagb-howto__cost-wrap .uagb-howto-estcost-text,.uagb-howto__cost-wrap .uagb-howto-estcost-value,.uagb-howto__cost-wrap .uagb-howto-estcost-type{display:inline-flex}.uagb-howto__time-wrap{display:flex;align-items:center}.uagb-howto__time-wrap .uagb-howto-timeNeeded-text,.uagb-howto__time-wrap .uagb-howto-timeNeeded-value,.uagb-howto__time-wrap .uagb-howto-timeINmin-text{display:inline-flex}.uagb-howto__time-wrap .uagb-howto-timeINmin-text{margin-left:5px}.uagb-step-link-all{height:100%;width:100%;top:0;left:0;position:absolute;z-index:3;box-shadow:none;text-decoration:none;color:inherit}.uagb-how-to-step-wrap{position:relative;margin-top:25px}.uagb-step-image-content-wrap.uag-image-position-left-title{display:flex}.uagb-step-image-content-wrap.uag-image-position-left-title .uagb-how-to-step-image{margin-right:20px}.uagb-step-image-content-wrap.uag-image-position-right-title{display:flex;flex-direction:row-reverse}.uagb-step-image-content-wrap.uag-image-position-right-title .uagb-how-to-step-image{margin-left:20px}.uagb-step-image-content-wrap.uag-image-position-above-title{display:block}.uagb-step-image-content-wrap.uag-image-position-above-title .uagb-how-to-step-image{margin-bottom:20px}.uagb-step-image-content-wrap .uagb-step-link{text-decoration:none !important}.uagb-step-image-content-wrap .uagb-step-link:hover{text-decoration:none !important}.uagb-howto-req-steps-text,.uagb-howto-req-tools-text,.uagb-howto-req-materials-text{margin-block-start:1.33em;margin-block-end:1.33em}
assets/css/blocks/icon-list-child.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}
1
+ .wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-all}
assets/css/blocks/icon-list.css CHANGED
@@ -1 +1 @@
1
- .uagb-icon-list__outer-wrap .uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:focus,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:active,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:visited{text-decoration:none}.uagb-icon-list__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap,.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{width:inherit;display:inline-block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{display:inherit;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon,.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon:before{font-size:40px;width:40px;height:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap span.uagb-icon-list__source-wrap{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:first-child{margin-left:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:last-child{margin-right:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper[href="/"]{pointer-events:none;cursor:text}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap .uagb-icon-list__wrapper{text-decoration:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__wrapper{box-shadow:none}.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap{align-self:flex-start}.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap{margin-right:15px}.uagb-icon-list__no-label .uagb-icon-list__label-wrap{display:none}
1
+ .uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}
assets/css/blocks/image.css ADDED
@@ -0,0 +1 @@
 
1
+ .wp-block-uagb-image__figure{position:relative;display:inline-block;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;max-width:100%}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}
assets/css/blocks/info-box.css CHANGED
@@ -1 +1 @@
1
- .uagb-ifb-icon-wrap,.uagb-ifb-icon-wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-ifb-icon-wrap .uagb-ifb-icon,.uagb-ifb-content{display:inline-block}.uagb-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.infobox-icon-above-title .uagb-ifb-left-right-wrap{text-align:center}a.uagb-infobox-cta-link span{font-size:inherit}.uagb-ifb-cta.uagb-infobox-cta-link-style:empty{display:none}a.uagb-infobox-cta-link,.entry .entry-content a.uagb-infobox-cta-link,a.uagb-infobox-link-wrap,.entry .entry-content a.uagb-infobox-link-wrap{text-decoration:none}a.uagb-infobox-cta-link:hover,.entry .entry-content a.uagb-infobox-cta-link:hover,a.uagb-infobox-link-wrap:hover,.entry .entry-content a.uagb-infobox-link-wrap:hover .entry .entry-content a.uagb-infobox-cta-link:hover{color:inherit}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.uagb-infobox-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.uagb-infobox-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.uagb-infobox-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-left-right-wrap{width:100%;word-break:break-word}.uagb-infobox-icon-above-title .uagb-ifb-left-right-wrap,.uagb-infobox-icon-below-title .uagb-ifb-left-right-wrap{display:block;min-width:100%;width:100%}.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-left:10px}.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex}.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-icon-wrap .uagb-ifb-icon span{font-style:initial;height:auto;width:auto}.uagb-ifb-imgicon-wrap .uagb-ifb-image-content{display:inline-block;line-height:0;position:relative;max-width:100%}.uagb-ifb-imgicon-wrap .uagb-ifb-image-content img{display:inline;height:auto !important;max-width:100%;width:auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.uagb-ifb-imgicon-wrap .uagb-image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.uagb-ifb-imgicon-wrap .uagb-image-crop-square img{-webkit-border-radius:0;border-radius:0}.uagb-infobox-module-link{position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:4}.uagb-edit-mode .uagb-infobox-module-link{z-index:2}.uagb-infobox-link-icon-after{margin-left:5px;margin-right:0}.uagb-infobox-link-icon-before{margin-left:0;margin-right:5px}.uagb-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.uagb-infobox{position:relative}.uagb-ifb-separator{width:30%;border-top-width:2px;border-top-color:#333;border-top-style:solid;display:inline-block;margin:0}.uagb-ifb-separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px}.uagb-ifb-cta-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;text-align:center}.uagb-ifb-button-wrapper .wp-block-button__link svg{fill:currentColor}.uagb-ifb-cta a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.uagb-ifb-title-wrap{width:100%}.uagb-ifb-title-wrap .uagb-ifb-title,.uagb-ifb-title-wrap .uagb-ifb-title-prefix{padding:0;margin:0;display:block}.uagb-infobox__content-wrap.uagb-infobox{position:relative}.uagb-ifb-icon span{font-size:40px;height:40px;color:#333;width:40px}.uagb-ifb-icon svg{fill:#333}.uagb-ifb-content{width:100%}.uagb-infobox__content-wrap.uagb-infobox,.uagb-ifb-content,.uagb-ifb-title-wrap,.uagb-ifb-title-prefix *,svg.dashicon.dashicons-upload{z-index:1}.uagb-ifb-left-right-wrap{z-index:1}.uagb-infobox-cta-link{cursor:pointer}a.uagb-infobox-link-wrap{color:inherit}.uagb-ifb-content p:empty{display:none}.uagb-infobox .uagb-ifb-icon,.uagb-infobox .uagb-ifb-image-content img{display:inline-block;box-sizing:content-box}.uagb-ifb-align-icon-after{margin-left:5px}.uagb-ifb-align-icon-before{margin-right:5px}span.uagb-ifb-button-icon.uagb-ifb-align-icon-after{float:right}.uagb-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.uagb-ifb-text-icon{height:15px;width:15px;font-size:15px;line-height:15px;vertical-align:middle;display:inline-block}.uagb-ifb-button-icon svg,.uagb-ifb-text-icon svg{height:inherit;width:inherit;display:inline-block}.block-editor-page #wpwrap .uagb-infobox-cta-link svg,.uagb-infobox-cta-link svg{font-style:normal}.uagb-infobox__outer-wrap{position:relative}a.uagb-infbox__link-to-all{height:100%;width:100%;top:0;left:0;position:absolute;z-index:3;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}@media only screen and (max-width: 976px){.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet .uagb-ifb-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-content,.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{margin-left:0px;margin-right:0px}.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap{margin-right:0px}.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap{margin-left:0px}.uagb-infobox-icon-left-title .uagb-ifb-separator-parent{margin:10px 0}}@media screen and (max-width: 767px){.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.uagb-infobox-stacked-mobile.uagb-reverse-order-mobile .uagb-ifb-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-content,.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{margin-left:0px;margin-right:0px}.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap{margin-right:0px}.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap{margin-left:0px}.uagb-infobox-icon-left-title .uagb-ifb-separator-parent{margin:10px 0}}
1
+ .uagb-ifb-content>svg *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-ifb-content>svg,.uagb-ifb-content{display:inline-block}.uagb-ifb-content>svg{vertical-align:middle;width:inherit;height:inherit;font-style:initial}.uagb-ifb-content .uagb-ifb-icon-wrap svg{box-sizing:content-box;width:inherit;height:inherit}.uagb-ifb-button-wrapper:empty{display:none}div.uagb-ifb-button-wrapper a.uagb-infobox-cta-link,div.uagb-ifb-cta a.uagb-infobox-cta-link,.entry .entry-content a.uagb-infobox-cta-link,a.uagb-infobox-link-wrap,.entry .entry-content a.uagb-infobox-link-wrap{text-decoration:none;align-items:center}a.uagb-infobox-cta-link:hover,.entry .entry-content a.uagb-infobox-cta-link:hover,a.uagb-infobox-link-wrap:hover,.entry .entry-content a.uagb-infobox-link-wrap:hover .entry .entry-content a.uagb-infobox-cta-link:hover{color:inherit}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-icon-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap,.uagb-infobox-image-valign-top .uagb-ifb-icon-wrap,.uagb-infobox-image-valign-top .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-image-valign-top .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-top .uagb-ifb-content{-webkit-align-self:self-start;align-self:self-start}.uagb-infobox-left{justify-content:flex-start;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start}.uagb-infobox-center{justify-content:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.uagb-infobox-right{justify-content:flex-end;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end}.uagb-infobox-icon-above-title.uagb-infobox__content-wrap,.uagb-infobox-icon-below-title.uagb-infobox__content-wrap{display:block;width:100%}.uagb-infobox-icon-left-title .uagb-ifb-content>svg,.uagb-infobox-icon-left .uagb-ifb-content>svg{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-content>svg,.uagb-infobox-icon-right .uagb-ifb-content>svg{margin-left:10px}.uagb-infobox-icon-left.uagb-infobox__content-wrap,.uagb-infobox-icon-right.uagb-infobox__content-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-js-display:flex}.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-image-content,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-image-content,.uagb-infobox-icon-left .uagb-ifb-image-content,.uagb-infobox-icon-right .uagb-ifb-image-content{flex-shrink:0}.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-title-wrap,.uagb-infobox-icon-left .uagb-ifb-content,.uagb-infobox-icon-right .uagb-ifb-content{flex-grow:1}.uagb-infobox-icon-right.uagb-infobox__content-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-content img{position:relative;display:inline-block;line-height:0;width:auto;height:auto !important;max-width:100%;border-radius:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-border-radius:inherit}.uagb-infobox-module-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%}.uagb-edit-mode .uagb-infobox-module-link{z-index:2}.uagb-infobox-link-icon-after{margin-right:0;margin-left:5px}.uagb-infobox-link-icon-before{margin-right:5px;margin-left:0}.uagb-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.uagb-infobox__content-wrap{box-sizing:border-box;position:relative;width:100%;word-break:break-word;z-index:1}.uagb-ifb-separator{display:inline-block;margin:0;border-top-color:#333;border-top-style:solid;border-top-width:2px;line-height:0}.uagb-ifb-button-wrapper{line-height:1}.uagb-ifb-button-wrapper .uagb-infobox-cta-link{cursor:pointer}.uagb-ifb-button-wrapper .wp-block-button__link svg{fill:currentColor}.uagb-infobox__content-wrap a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.uagb-ifb-title-wrap{width:100%}.uagb-ifb-title-wrap .uagb-ifb-title-prefix{display:block;padding:0;margin:0}.uagb-infobox__content-wrap.uagb-infobox__content-wrap{position:relative}.uagb-ifb-content{width:100%}.uagb-infobox__content-wrap.uagb-infobox,.uagb-ifb-content,.uagb-ifb-title-wrap,.uagb-ifb-title-prefix *,svg.dashicon.dashicons-upload{z-index:1}a.uagb-infobox-link-wrap{color:inherit}.uagb-ifb-content p:empty{display:none}.uagb-infobox__content-wrap .uagb-ifb-content img{display:inline-block;max-width:100%}.uagb-infobox__content-wrap .uagb-ifb-content svg{display:inline-block}.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-image-content,.uagb-infobox-icon-right .uagb-ifb-image-content{box-sizing:content-box}.uagb-infobox-cta-link>svg{vertical-align:middle;width:15px;height:15px;font-size:15px}.uagb-infobox-cta-link{display:inline-flex}.block-editor-page #wpwrap .uagb-infobox-cta-link svg,.uagb-infobox-cta-link svg{font-style:normal}.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-left:10px}.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;display:flex}.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}a.uagb-infbox__link-to-all{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;box-shadow:none;text-decoration:none;-webkit-box-shadow:none}@media only screen and (max-width: 976px){.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{padding:0;margin-bottom:20px}.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet.uagb-infobox__content-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;flex-direction:column-reverse;-js-display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-content,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{display:block;width:100%;text-align:center}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{margin-right:0;margin-left:0}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap{margin-right:0}.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap{margin-left:0}.uagb-infobox-icon-left-title .uagb-ifb-separator{margin:10px 0}}@media screen and (max-width: 767px){.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap{display:inline-block}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap{padding:0;margin-bottom:20px;margin-right:0;margin-left:0}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap.uagb-reverse-order-mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;flex-direction:column-reverse;-js-display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-content{display:block;width:100%;text-align:center}.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap{margin-right:0}.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap{margin-left:0}.uagb-infobox-icon-left-title .uagb-ifb-separator{margin:10px 0}}.uagb-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.uagb-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.uagb-ifb-button-icon svg{height:inherit;width:inherit;display:inline-block}.uagb-ifb-button-icon.uagb-ifb-align-icon-after{float:right}.uagb-ifb-cta-button{display:inline-block}
assets/css/blocks/inline-notice.css CHANGED
@@ -1 +1 @@
1
- .uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right{text-align:right}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right span.uagb-notice-dismiss{left:13px}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center{text-align:center}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center span.uagb-notice-dismiss{right:13px}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left{text-align:left}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left span.uagb-notice-dismiss{right:13px}.wp-block-uagb-inline-notice{position:relative}.wp-block-uagb-inline-notice.uagb-notice__active{display:none}.wp-block-uagb-inline-notice .uagb-notice-title{margin:0;width:100%;display:inline-block}.wp-block-uagb-inline-notice span.uagb-notice-dismiss svg{width:16px;height:16px}.wp-block-uagb-inline-notice span.uagb-notice-dismiss{position:absolute;cursor:pointer;top:13px;opacity:.8;padding:0;background:none;transition:.3s ease}
1
+ .uagb-inline_notice__align-right{text-align:right}.uagb-inline_notice__align-right span.uagb-notice-dismiss{left:13px}.uagb-inline_notice__align-center{text-align:center}.uagb-inline_notice__align-center span.uagb-notice-dismiss{right:13px}.uagb-inline_notice__align-left{text-align:left}.uagb-inline_notice__align-left span.uagb-notice-dismiss{right:13px}.wp-block-uagb-inline-notice{width:100%;position:relative}.wp-block-uagb-inline-notice.uagb-notice__active{display:none}.wp-block-uagb-inline-notice .uagb-notice-title{margin:0;width:-webkit-fill-available;display:inline-block}.wp-block-uagb-inline-notice span.uagb-notice-dismiss svg{width:16px;height:16px}.wp-block-uagb-inline-notice span.uagb-notice-dismiss{position:absolute;cursor:pointer;top:13px;opacity:0.8;padding:0;background:none;transition:0.3s ease}.wp-block-uagb-inline-notice.uagb-dismissable>svg{position:absolute;cursor:pointer;opacity:0.8;padding:0;background:none;transition:0.3s ease}.wp-block-uagb-inline-notice.uagb-inline_notice__align-right{text-align:right}.wp-block-uagb-inline-notice.uagb-inline_notice__align-right svg{left:13px}.wp-block-uagb-inline-notice.uagb-inline_notice__align-center{text-align:center}.wp-block-uagb-inline-notice.uagb-inline_notice__align-center svg{right:13px}.wp-block-uagb-inline-notice.uagb-inline_notice__align-left{text-align:left}.wp-block-uagb-inline-notice.uagb-inline_notice__align-left svg{right:13px}
assets/css/blocks/lottie.css DELETED
@@ -1 +0,0 @@
1
- .uagb-lottie__center{margin:0 auto}.uagb-lottie__right{margin-left:auto}.uagb-lottie__left{margin-right:auto}
 
assets/css/blocks/marketing-button.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-marketing-button .uagb-marketing-btn__wrap>p,.wp-block-uagb-marketing-button p:empty{display:none}.wp-block-uagb-marketing-button .uagb-marketing-btn__title,.wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix{margin:0}.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{z-index:1}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{display:inline-block;position:relative;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap{width:20px;height:20px;display:flex;z-index:1}.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap svg{width:inherit;height:inherit}.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link{width:100%}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix-wrap{text-align:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix-wrap{text-align:left}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix-wrap{text-align:right}.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__title-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link{text-decoration:none}
1
+ .wp-block-uagb-marketing-button{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-uagb-marketing-button p:empty{display:none}.wp-block-uagb-marketing-button .uagb-marketing-btn__title,.wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix{margin-bottom:0}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{z-index:1;display:inline-block;position:relative;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.wp-block-uagb-marketing-button svg{fill:currentColor;width:20px;height:20px;z-index:1;vertical-align:middle}.wp-block-uagb-marketing-button .uagb-marketing-btn__title,.wp-block-uagb-marketing-button svg{display:inline;vertical-align:middle}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__link{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link{width:100%}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix{text-align:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix{text-align:left}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix{text-align:right}.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after svg{order:2}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__wrap{width:100%}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:self-end;-ms-flex-align:self-end;align-items:self-end}.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__icon-wrap{order:2}.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link{text-decoration:none}
assets/css/blocks/post.css CHANGED
@@ -1 +1 @@
1
- .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid .uagb-post__load-more-wrap{width:100%}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid .is-grid article{float:left;display:inline-block}.uagb-post-grid .is-grid .uagb-post__link-complete-box{top:inherit;left:inherit}.uagb-post-grid .uagb-post__items{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:100%}.uagb-post-grid .is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__inner-wrap>p{display:none}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px}.uagb-post-grid .uagb-post__columns-8 article{width:12.5%}.uagb-post-grid .uagb-post__columns-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-5 article{width:20%}.uagb-post-grid .uagb-post__columns-4 article{width:25%}.uagb-post-grid .uagb-post__columns-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-2 article{width:50%}.uagb-post-grid .uagb-post__columns-1 article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__image{margin-bottom:15px}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:15px;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline{text-transform:capitalize;font-size:11px;letter-spacing:1px;margin-bottom:15px}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child):after,.uagb-post-grid .uagb-post__date:not(:last-child):after{content:"\B7";vertical-align:middle;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{margin-bottom:25px;word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p{margin:0 0 15px 0}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block}.uagb-post-grid .uagb-post__link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:bold;color:inherit;text-decoration:none;padding:5px 10px}.uagb-post-grid .uagb-post__excerpt div+p{margin-top:15px}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:relative}.uagb-post__image-position-background .uagb-post__image{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:-45px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:-45px;right:auto}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid .is-grid article,.uagb-post-grid .is-masonry article,.uagb-post-grid .is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}.uagb-post-grid .uagb-post__columns-tablet-1 article{width:100%}.uagb-post-grid .uagb-post__columns-tablet-2 article{width:50%}.uagb-post-grid .uagb-post__columns-tablet-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-tablet-4 article{width:25%}.uagb-post-grid .uagb-post__columns-tablet-5 article{width:20%}.uagb-post-grid .uagb-post__columns-tablet-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-tablet-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-tablet-8 article{width:12.5%}}@media (max-width: 767px){.uagb-post-grid .uagb-post__columns-mobile-1 article{width:100%}.uagb-post-grid .uagb-post__columns-mobile-2 article{width:50%}.uagb-post-grid .uagb-post__columns-mobile-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-mobile-4 article{width:25%}.uagb-post-grid .uagb-post__columns-mobile-5 article{width:20%}.uagb-post-grid .uagb-post__columns-mobile-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-tablet-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-tablet-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:inline-block}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
1
+ .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__inner-wrap>p{display:none}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.is-grid.uagb-post__columns-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-1{grid-template-columns:auto}.is-grid:last-child .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text.uagb-post__title a,.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text a{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999;margin-top:20px}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}.is-grid.uagb-post__columns-tablet-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-tablet-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-tablet-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-tablet-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-tablet-1{grid-template-columns:auto}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}.is-grid.uagb-post__columns-mobile-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-mobile-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-mobile-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-mobile-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-mobile-1{grid-template-columns:auto}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
assets/css/blocks/price-list-child.css DELETED
File without changes
assets/css/blocks/price-list.css CHANGED
@@ -1 +1 @@
1
- .uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative}.uagb-rm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm-parent{padding:30px}.uagb-rm__text-wrap{position:relative;display:block;width:100%}.uagb-rest_menu__wrap{position:relative}.uagb-rest_menu__outer-wrap:after{content:"";display:block;clear:both}.uagb-rest_menu__wrap.uagb-rm__desk-column-3{display:block;width:33%;float:left;width:calc(100% / 3);padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-2{display:block;width:49%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-1{display:block;width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex}.uagb-rm__separator{width:100%;border-top-width:1px;border-top-color:#b2b4b5;border-top-style:inherit}.uagb-rm__image-position-left .uagb-rm__image{margin-right:10px}.uagb-rm__image-position-right .uagb-rm__image{margin-left:10px}@media (max-width: 976px){.uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}.uagb-rm__tablet-column-3.uagb-rest_menu__wrap{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-2.uagb-rest_menu__wrap{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-1.uagb-rest_menu__wrap{width:100%;float:left;padding-left:10px;padding-right:10px}}@media (max-width: 767px){.uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rest_menu__wrap.uagb-rm__mobile-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}}
1
+ .wp-block-uagb-restaurant-menu,.uagb-rest_menu__wrap{position:relative}.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-1,.uagb-rest_menu__wrap.uagb-rm__desk-column-1{grid-template-columns:auto}.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-2,.uagb-rest_menu__wrap.uagb-rm__desk-column-2{grid-template-columns:auto auto}.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-3,.uagb-rest_menu__wrap.uagb-rm__desk-column-3{grid-template-columns:auto auto auto}.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-4,.uagb-rest_menu__wrap.uagb-rm__desk-column-4{grid-template-columns:auto auto auto auto}.wp-block-uagb-restaurant-menu .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__price{min-width:fit-content}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap,.uagb-rest_menu__wrap .uagb-rest_menu__wrap{position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__image-position-right .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__image-position-right .uagb-rm__price{text-align:left !important}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content{position:relative;display:table;width:100%;padding:15px;border-radius:inherit;text-align:left;word-break:break-word;overflow:hidden}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details{display:table;width:100%}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title{display:block;margin-bottom:5px;word-break:normal;white-space:nowrap}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__price{word-break:normal}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm__separator,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm__separator{display:-webkit-flex;display:-moz-flexbox;display:flex;margin-right:0;margin-bottom:10px;margin-left:0;line-height:0;-js-display:flex;width:100%;border-top-color:#b2b4b5;border-top-style:inherit;border-top-width:1px}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content img,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content img{display:inline-block;box-sizing:content-box}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__desk-column-3,.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__desk-column-2,.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__desk-column-1,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__desk-column-3,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__desk-column-2,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__desk-column-1{float:left;padding-right:10px;padding-left:10px}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center{display:flex;flex-direction:column}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__separator,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__separator{align-self:center}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__price{text-align:center}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-right .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-right .uagb-rm__price{display:table-cell;text-align:left}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price{display:table-cell}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__image-position-top .uagb-rm__content .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__image-position-top .uagb-rm__content .uagb-rm__price{display:table-cell}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__desc,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__desc{margin-bottom:15px}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-left .uagb-rm__content,.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-right .uagb-rm__content,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-left .uagb-rm__content,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;display:flex;-js-display:flex}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price,.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{width:20%}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm-details,.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center.uagb-rm__image-position-top .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center.uagb-rm__image-position-top .uagb-rm__price{display:block;width:100%}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image{overflow:hidden}.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image .uagb-rm-aligned-middle img,.uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image .uagb-rm-aligned-middle img{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-middle img,.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-middle .uagb-rm__image-content,.uagb-rest_menu__wrap.uagb-rm__image-aligned-middle img,.uagb-rest_menu__wrap .uagb-rm__image-aligned-middle .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-top img,.uagb-rest_menu__wrap.uagb-rm__image-aligned-top img{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-restaurant-menu .uagb-rm__align-left .uagb-rm__content span.uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__align-left .uagb-rm__content span.uagb-rm__price{display:table-cell;text-align:right}.wp-block-uagb-restaurant-menu .uagb-rm__text-wrap,.uagb-rest_menu__wrap .uagb-rm__text-wrap{position:relative;display:block;width:100%}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price{display:block;width:100%;text-align:center}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left .uagb-rm__content,.uagb-rest_menu__wrap .uagb-rm__image-position-left .uagb-rm__content{display:-ms-flexbox;display:flex;-js-display:flex}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details{flex-direction:unset}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right;display:table-cell}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left img,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-right img,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-center img,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left img,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-right img,.uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center img{text-align:left}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left img,.uagb-rest_menu__wrap .uagb-rm__image-position-left img{margin-right:10px}.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-middle .uagb-rm__content img,.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-middle .uagb-rm__content .uagb-rm__image-content,.uagb-rest_menu__wrap .uagb-rm__image-aligned-middle .uagb-rm__content img,.uagb-rest_menu__wrap .uagb-rm__image-aligned-middle .uagb-rm__content .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-top .uagb-rm__content img,.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-top .uagb-rm__content .uagb-rm__image-content,.uagb-rest_menu__wrap .uagb-rm__image-aligned-top .uagb-rm__content img,.uagb-rest_menu__wrap .uagb-rm__image-aligned-top .uagb-rm__content .uagb-rm__image-content{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-middle .uagb-rm__content img,.uagb-rest_menu__wrap.uagb-rm__image-aligned-middle .uagb-rm__content img{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-top .uagb-rm__content img,.uagb-rest_menu__wrap.uagb-rm__image-aligned-top .uagb-rm__content img{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right .uagb-rm__content,.uagb-rest_menu__wrap .uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;display:flex;-js-display:flex}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{text-align:right}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__text-wrap .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__text-wrap .uagb-rm-details{display:flex;flex-direction:row-reverse}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left;display:table-cell}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left img,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right img,.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center img,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left img,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right img,.uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center img{text-align:right}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right img,.uagb-rest_menu__wrap .uagb-rm__image-position-right img{margin-left:10px}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-top.uagb-rm__align-right .uagb-rm-details,.uagb-rest_menu__wrap .uagb-rm__image-position-top.uagb-rm__align-right .uagb-rm-details{display:inline-table}.wp-block-uagb-restaurant-menu{display:grid}@media (max-width: 976px){.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content{display:block;display:block;-js-display:block}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle img{align-self:flex-start}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content{display:block;display:block;-js-display:block}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-flexbox;display:flex;flex-direction:column-reverse;-js-display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle img{align-self:flex-end}.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-1{grid-template-columns:auto}.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-2{grid-template-columns:auto auto}.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-3{grid-template-columns:auto auto auto}.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-4{grid-template-columns:auto auto auto auto}}@media (max-width: 767px){.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content{display:block;display:block;-js-display:block}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle img{align-self:flex-start}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content{display:block;display:block;-js-display:block}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-flexbox;display:flex;flex-direction:column-reverse;-js-display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle img{align-self:flex-end}.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-1{grid-template-columns:auto}.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-2{grid-template-columns:auto auto}.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-3{grid-template-columns:auto auto auto}.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-4{grid-template-columns:auto auto auto auto}}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex}
assets/css/blocks/review.css CHANGED
@@ -1 +1 @@
1
- .uagb_review_block{padding:25px 40px 35px 40px;margin:30px auto}.uagb_review_block a.uagb-rating-link-wrapper{color:inherit}.uagb_review_block .uagb-rating__source-wrap{padding-top:10px;padding-bottom:10px}.uagb_review_block .uagb_review_entry{display:flex;padding:10px 0 10px 0;border-bottom:1px solid #e9e9e9}.uagb_review_block .uagb_review_summary_title{margin:23px 0 13px 0;font-size:24px;font-weight:600}.uagb_review_block .uagb_review_summary .uagb_review_overall_value{flex-basis:75%}.uagb_review_block .uagb_review_average{display:inline-flex}.uagb_review_block .uagb_review_rating{text-align:right;font-size:40px}.uagb_review_block .uagb_review_average_stars{display:flex;grid-area:auto;justify-self:self-end;height:50px;line-height:60px;margin-left:10px;margin-top:25px}
1
+ .uagb_review_block{padding:25px 40px 35px 40px;margin:30px auto}.uagb_review_block a.uagb-rating-link-wrapper{color:inherit;text-decoration:none}.uagb_review_block .uagb-rating__source-wrap{padding-top:10px;padding-bottom:10px}.uagb_review_block .uagb_review_entry{display:flex;padding:10px 0 10px 0;border-bottom:1px solid #e9e9e9}.uagb_review_block .uagb_review_summary_title{margin:23px 0 13px 0;font-size:24px;font-weight:600}.uagb_review_block .uagb_review_summary .uagb_review_overall_value{flex-basis:75%}.uagb_review_block .uagb_review_average{display:inline-flex}.uagb_review_block .uagb_review_rating{text-align:right;font-size:40px}.uagb_review_block .uagb_review_average_stars{display:flex;grid-area:auto;justify-self:self-end;height:50px;line-height:60px;margin-left:10px;margin-top:25px}
assets/css/blocks/section.css CHANGED
@@ -1 +1 @@
1
- .uagb-section__wrap{position:relative}.uagb-section__wrap .uagb-section__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2}.uagb-section__wrap .uagb-section__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-section__wrap .uagb-section__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-section__wrap .uagb-section__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image{background-attachment:scroll}}
1
+ .uagb-section__wrap{position:relative}.uagb-section__wrap .uagb-section__inner-wrap{position:relative;z-index:2;margin-right:auto;margin-left:auto}.uagb-section__wrap .uagb-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.uagb-section__wrap .uagb-section__video-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;transition:opacity 1s;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s}.uagb-section__wrap .uagb-section__video-wrap video{display:inline-block;vertical-align:baseline;width:100%;height:100%;max-width:100%;margin:0;background-size:cover;border:none;object-fit:cover;line-height:1;-o-object-fit:cover}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image{background-attachment:scroll}}
assets/css/blocks/social-share-child.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-social-share .uagb-social-share__wrap .uagb-social-share__wrapper{text-decoration:none}.uagb-social-share__wrap .uagb-social-share__wrapper{box-shadow:none}.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap{margin-right:15px}.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap{-ms-flex-item-align:flex-start;align-self:flex-start;margin-top:5px}
1
+ .wp-block-uagb-social-share .uagb-social-share__wrapper{text-decoration:none}.uagb-social-share__wrapper{box-shadow:none}.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap{margin-right:15px}.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap{-ms-flex-item-align:flex-start;align-self:flex-start;margin-top:5px}
assets/css/blocks/social-share.css CHANGED
@@ -1 +1 @@
1
- .uagb-social-share__outer-wrap .uagb-social-share__wrap{display:flex;align-items:center;justify-content:center}.uagb-social-share__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-social-share__outer-wrap .uagb-ss__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-social-share__outer-wrap .uagb-ss__source-wrap{display:inline-block}.uagb-social-share__outer-wrap .uagb-ss__link{color:#3a3a3a;display:inline-table;line-height:0;cursor:pointer}.uagb-social-share__outer-wrap .uagb-ss__source-icon{font-size:40px;width:40px;height:40px}.uagb-social-share__outer-wrap .uagb-ss__source-image{width:40px}.uagb-social-share__outer-wrap .uagb-ss__wrapper:first-child{margin-left:0}.uagb-social-share__outer-wrap .uagb-ss__wrapper:last-child{margin-right:0}.uagb-social-share__layout-vertical .uagb-social-share__wrap{flex-direction:column}@media (max-width: 976px){.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left:0;margin-right:0}}
1
+ .uagb-social-share__outer-wrap,.uagb-social-share__wrap{display:flex;align-items:center;justify-content:center}.uagb-social-share__layout-vertical.uagb-social-share__outer-wrap,.uagb-social-share__layout-vertical .uagb-social-share__wrap{flex-direction:column}.uagb-social-share__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-social-share__outer-wrap .uagb-ss__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-social-share__outer-wrap .uagb-ss__source-wrap{display:inline-block}.uagb-social-share__outer-wrap .uagb-ss__link{color:#3a3a3a;display:inline-table;line-height:0;cursor:pointer}.uagb-social-share__outer-wrap .uagb-ss__source-icon{font-size:40px;width:40px;height:40px}.uagb-social-share__outer-wrap .uagb-ss__source-image{width:40px}.uagb-social-share__outer-wrap .uagb-ss__wrapper:first-child{margin-left:0}.uagb-social-share__outer-wrap .uagb-ss__wrapper:last-child{margin-right:0}@media (max-width: 976px){.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left:0;margin-right:0}}
assets/css/blocks/star-rating.css CHANGED
@@ -1 +1 @@
1
- .uag-star-rating__wrapper{display:flex;align-items:center}.uag-star-rating__wrapper.uag-star-rating__layout-stack{display:block}.uag-star-rating__wrapper .uag-star-rating__title{margin:0}.uag-star-rating__wrapper .uag-star{color:#ccd6df}
1
+ .wp-block-uagb-star-rating{display:flex}.wp-block-uagb-star-rating .uag-star-rating__title{margin:0;display:flex;align-items:center}.wp-block-uagb-star-rating .uag-star-rating{display:flex;align-items:center}.wp-block-uagb-star-rating .uag-star{color:#ccd6df;display:inline-block;line-height:0.75em}
assets/css/blocks/table-of-contents.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-table-of-contents .uagb-toc__wrap{display:inline-block}.wp-block-uagb-table-of-contents ul.uagb-toc__list,.wp-block-uagb-table-of-contents ol.uagb-toc__list{margin-left:2.2em;padding-left:0px;margin-bottom:0}.wp-block-uagb-table-of-contents ul.uagb-toc__list li,.wp-block-uagb-table-of-contents ol.uagb-toc__list li{margin:0}.wp-block-uagb-table-of-contents.uagb-toc__align-left{text-align:left}.wp-block-uagb-table-of-contents.uagb-toc__align-center{text-align:center}.wp-block-uagb-table-of-contents.uagb-toc__align-right{text-align:right}.wp-block-uagb-table-of-contents ul li:empty{display:none}.wp-block-uagb-table-of-contents .uagb-toc__title-wrap{display:flex;align-items:center}.wp-block-uagb-table-of-contents .uagb-toc__is-collapsible.uagb-toc__title-wrap{cursor:pointer}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg{width:20px;height:20px}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap{margin-left:10px;display:flex;cursor:pointer}.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap{display:none}ol.uagb-toc__list li.uagb-toc__list ul,ol.uagb-toc__list ul.uagb-toc__list ul{list-style-type:circle}ol.uagb-toc__list>ul,ol.uagb-toc__list>li{list-style-type:disc}.uagb-toc__scroll-top{display:none;position:fixed;bottom:50px;right:50px;padding:10px;background:#ccd0d4;cursor:pointer;font-size:1rem;line-height:1.85714285714286}.uagb-toc__scroll-top svg{margin-left:0px;transform:translate(0, -20%) rotate(180deg);width:1.6em;height:.6em;fill:currentColor}.uagb-toc__scroll-top.uagb-toc__show-scroll{display:inline-table}
1
+ .wp-block-uagb-table-of-contents .uagb-toc__wrap{display:inline-block}.wp-block-uagb-table-of-contents li.uagb-toc__list{padding-top:10px}.wp-block-uagb-table-of-contents ul.uagb-toc__list,.wp-block-uagb-table-of-contents ol.uagb-toc__list{padding-left:0;margin-bottom:0;margin-left:2.2em}.wp-block-uagb-table-of-contents ul.uagb-toc__list li,.wp-block-uagb-table-of-contents ol.uagb-toc__list li{margin:0}.wp-block-uagb-table-of-contents ul li:empty{display:none}.wp-block-uagb-table-of-contents .uagb-toc__title-wrap{display:flex;align-items:center}.wp-block-uagb-table-of-contents .uagb-toc__title{display:flex;align-items:center}.wp-block-uagb-table-of-contents .uagb-toc__is-collapsible.uagb-toc__title-wrap{cursor:pointer}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg{width:20px;height:20px}.wp-block-uagb-table-of-contents svg{width:20px;height:20px;display:inline-block;margin-left:10px;cursor:pointer}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap{display:flex;margin-left:10px;cursor:pointer}.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap{display:none}ol.uagb-toc__list li.uagb-toc__list ul,ol.uagb-toc__list ul.uagb-toc__list ul{list-style-type:circle}ol.uagb-toc__list>ul,ol.uagb-toc__list>li{list-style-type:disc}.uagb-toc__scroll-top{position:fixed;right:50px;bottom:50px;display:none;padding:10px;background:#ccd0d4;cursor:pointer;font-size:1rem;line-height:1.85714285714286}.uagb-toc__scroll-top svg{width:1.6em;height:0.6em;margin-left:0;transform:translate(0, -20%) rotate(180deg);fill:currentColor}.uagb-toc__scroll-top.uagb-toc__show-scroll{display:inline-table}body[class*="astra"] .uagb-toc__list{line-height:normal}.uagb-toc__list{margin-top:0}
assets/css/blocks/tabs.css CHANGED
@@ -1 +1 @@
1
- .uagb-tabs__wrap{display:flex;margin:15px}.uagb-tabs__wrap ul.uagb-tabs__panel{margin:0px;list-style-type:none;display:inherit}.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab{float:left;position:relative}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left{display:inline-flex}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left .uagb-tabs__icon{margin-top:3px}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-top{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-top .uagb-tabs__icon{display:block;text-align:center}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-bottom{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-bottom .uagb-tabs__icon{display:block;text-align:center}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right{display:inline-flex}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right .uagb-tabs__icon{margin-top:3px}.uagb-tabs__wrap .uagb-tabs__body-wrap{position:relative;max-width:100%;padding:10px}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;flex-direction:row}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tab{border-style:solid;margin:10px 10px 10px 0px;padding:6px 12px;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;flex-direction:row;border-bottom:1px solid #b3b6b9}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tab{margin:10px 10px -1px 0px;padding:6px 12px;border-top-left-radius:4px;border-top-right-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__body-wrap{border:none}.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;flex-direction:row}.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tab{border-top-right-radius:7px;border-top-left-radius:7px;border-top-style:solid;border-left-style:solid;border-right-style:solid;margin:10px 10px 0px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tabs__body-wrap{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab{border-radius:30px;border-style:solid;margin:10px 10px 10px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tabs__body-wrap{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop{flex-direction:column;border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop ul.uagb-tabs__panel{justify-content:space-between;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab{padding:6px 12px;margin:10px 10px 10px 10px;text-align:center;width:100%}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab.uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel .uagb-tab{border-style:solid;margin:0px 10px 10px 0px;padding:6px 12px;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop{flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel{display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tab{margin:10px 10px 0px 0px;padding:6px 12px;border-top-style:none;border-left-style:none;border-right-style:none;border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap{border:none;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop{flex-direction:row;display:flex}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:grid;flex-grow:1;min-width:25%;max-width:25%}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab{border-top-style:solid;border-left-style:solid;border-bottom-style:none;padding:6px 12px;border-top-left-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab:last-child{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop{flex-direction:row;display:flex}.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel .uagb-tab{border-radius:30px;border-style:solid;margin:0px 10px 10px 0px;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop{border-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel{display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab{padding:6px 12px;margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active{border-right-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap{flex-grow:3;max-width:75%}@media (max-width: 1023px){.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tab{border-style:solid;margin:10px 10px 10px 0px;padding:6px 12px;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tabs__body-wrap{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tab{margin:10px 10px -1px 0px;padding:6px 12px;border-top-left-radius:4px;border-top-right-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tabs__body-wrap{border:none}.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab{border-top-right-radius:7px;border-top-left-radius:7px;border-top-style:solid;border-left-style:solid;border-right-style:solid;margin:10px 10px 0px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tabs__body-wrap{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab{border-radius:30px;border-style:solid;margin:10px 10px 10px 0px;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tabs__body-wrap{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet{flex-direction:column;border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel{justify-content:space-between;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab{padding:6px 12px;margin:10px 10px 10px 10px;width:100%;text-align:center}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab.uagb-tabs__active{border-bottom:1px solid}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel .uagb-tab{border-style:solid;margin:0px 10px 10px 0px;padding:6px 12px;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet{flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel{display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%;margin:0px;padding:0px;border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tab{margin:10px 10px 0px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap{border:none;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet{flex-direction:row;display:flex}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:grid;flex-grow:1;min-width:25%;max-width:25%}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab{border-top-style:solid;border-left-style:solid;border-bottom-style:none;padding:6px 12px;border-top-left-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab:last-child{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet{flex-direction:row;display:flex}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab{border-radius:30px;border-style:solid;margin:0px 10px 10px 0px;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet{border-style:solid;flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel{display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab{padding:6px 12px;margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active{border-right-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap{flex-grow:3;max-width:75%}}@media (max-width: 767px){.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:row;flex-grow:1}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab{border-style:solid;margin:10px 10px 10px 0px;padding:6px 12px;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap{border-style:solid;flex-direction:row}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:row;flex-grow:1;border-bottom:1px solid #b3b6b9}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tab{margin:10px 10px -1px 0px;padding:6px 12px;border-top-left-radius:4px;border-top-right-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__body-wrap{border:none;flex-direction:row}.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile ul.uagb-tabs__panel{display:flex;flex-grow:1;margin-bottom:0px;flex-direction:row;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab{border-top-right-radius:7px;border-top-left-radius:7px;border-top-style:solid;border-left-style:solid;border-right-style:solid;margin:10px 10px 0px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tabs__body-wrap{border-style:solid;flex-direction:row}.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;flex-direction:row;display:flex;flex-grow:1}.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab{border-radius:30px;border-style:solid;margin:10px 10px 10px 0px;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tabs__body-wrap{border-style:solid;max-width:100%}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile{flex-direction:column;border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel{display:flex;flex-grow:1;flex-direction:row;justify-content:space-between;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab{padding:6px 12px;margin:10px 10px 10px 10px;text-align:center;width:100%}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab.uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tabs__body-wrap{max-width:100%}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile{flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab{border-style:solid;margin:0px 10px 10px 0px;padding:6px 12px;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile{flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel{display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tab{border-top-style:none;border-left-style:none;border-right-style:none;border-bottom-style:solid;margin:10px 10px 0px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tabs__body-wrap{border:none;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile{flex-direction:row;display:flex}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:grid;flex-grow:1;min-width:25%;max-width:25%}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab{border-top-style:solid;border-left-style:solid;border-bottom-style:none;padding:6px 12px;border-top-left-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab:last-child{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile{flex-direction:row;display:flex}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel{margin-bottom:0px;padding:0px;display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab{border-radius:30px;border-style:solid;margin:0px 10px 10px 0px;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tabs__body-wrap{border-style:solid;flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile{border-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel{display:flex;flex-direction:column;flex-grow:1;min-width:24%;max-width:24%;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab{padding:6px 12px;margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active{border-right-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap{flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__stack1-mobile{border-style:None;display:grid}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel{margin:0px;padding:0px;display:flex;flex-direction:column;max-width:100%;flex-grow:unset}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab{border-style:solid;margin:0px 0px 10px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap{border-style:solid;max-width:100%}.uagb-tabs__wrap.uagb-tabs__stack2-mobile{border-style:None;display:grid}.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel{display:flex;flex-direction:column;max-width:100%;flex-grow:unset;width:100%;margin:0px;padding:0px;border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab{margin:0px 0px 10px 0px;padding:6px 12px}.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__stack2-mobile .uagb-tabs__body-wrap{max-width:100%}.uagb-tabs__wrap.uagb-tabs__stack3-mobile{border-style:None;display:grid}.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel{margin:0px;padding:0px;display:flex;flex-direction:column;max-width:100%;flex-grow:unset;width:100%}.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab{border-radius:30px;border-style:solid;margin:0px 0px 10px 0px;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__stack3-mobile .uagb-tabs__body-wrap{border-style:solid;max-width:100%}.uagb-tabs__wrap.uagb-tabs__stack4-mobile{display:grid;border-style:solid;margin:auto}.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel{display:flex;flex-direction:column;max-width:100%;flex-grow:unset;width:100%;margin:0px;padding:0px}.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab{padding:6px 12px;margin:0px 0px 10px 0px;text-align:center}.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0px}.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active{border-right-style:solid}.uagb-tabs__wrap.uagb-tabs__stack4-mobile .uagb-tabs__body-wrap{max-width:100%}}.uagb-tabs__wrap .uagb-tabs__panel.uagb-tabs__align-center{margin:auto}.uagb-tabs__wrap .uagb-tabs__panel.uagb-tabs__align-left{margin-right:auto;margin-left:0}.uagb-tabs__wrap .uagb-tabs__panel.uagb-tabs__align-right{margin-left:auto;margin-right:0}.uagb-tabs__wrap .uagb-tabs__body-container.uagb-tabs-body__active{display:block}
1
+ .uagb-tabs__wrap{display:flex;margin:15px}.uagb-tabs__wrap ul.uagb-tabs__panel{margin:0;list-style-type:none;display:inherit}.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-center{justify-content:center}.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-left{justify-content:flex-start}.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-right{justify-content:flex-end}.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-right .uagb-tab:last-child{margin-right:0}.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a{position:relative;padding:6px 12px;display:inline-flex}.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-top{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-top .uagb-tabs__icon{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-bottom{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-bottom .uagb-tabs__icon{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel p{margin:0}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon{vertical-align:text-top}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left{display:block;align-items:center}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left .uagb-tabs__icon{display:flex;align-self:center}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right{display:block}.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right .uagb-tabs__icon{display:flex;align-self:center}.uagb-tabs__wrap .uagb-tabs__body-wrap{position:relative;max-width:100%;padding:10px}.editor-styles-wrapper .uagb-editor-preview-mode-tablet.uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab,.editor-styles-wrapper .uagb-editor-preview-mode-mobile.uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab{display:none}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop,.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop,.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop,.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop ul.uagb-tabs__panel{margin-bottom:0;padding:0;display:flex;align-items:center;flex-direction:row;max-width:100%;flex-wrap:wrap}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__body-wrap{max-width:100%}.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tab{border-style:solid;margin:10px 10px 10px 0;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tab{margin:10px 10px -1px 0;border-top-left-radius:4px;border-top-right-radius:4px}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__body-wrap{border:none}.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tab{border-top-right-radius:7px;border-top-left-radius:7px;border-top-style:solid;border-left-style:solid;border-right-style:solid;margin:10px 10px 0 0}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab{border-style:solid;margin:10px 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop ul.uagb-tabs__panel{justify-content:space-between;margin:0}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab{margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab.uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop,.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop,.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop,.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop,.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop{flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel{padding:0;display:flex;flex-direction:column;flex-grow:1;flex-wrap:wrap}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap{flex-grow:3}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel{min-width:24%;max-width:24%;margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap{max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tab{border-style:solid;margin:0 10px 10px 0;border-radius:4px}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tabs__active{border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tab{margin:10px 10px 0 0;border-top-style:none;border-left-style:none;border-right-style:none;border-bottom-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap{border:none}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel{min-width:25%;max-width:25%}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab{border-top-style:solid;border-left-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs__body-wrap{max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tab{border-style:solid;margin:0 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active{border-right-style:solid}.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tab{margin:10px 10px 10px 10px;text-align:center}@media (min-width: 1024px){.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop{border-style:solid}.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop ul.uagb-tabs__panel{border-bottom:1px solid #b3b6b9}.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab,.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tab{border-radius:30px}.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab{border-top-left-radius:4px}}@media (max-width: 1023px){.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet{flex-direction:column}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel{margin-bottom:0;padding:0;max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tabs__body-wrap{max-width:100%}.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tab{margin:10px 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tab{margin:10px 10px -1px 0}.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab{margin:10px 10px 0 0}.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab{margin:10px 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel{justify-content:flex-start;margin:0}.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab{margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet,.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet,.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet,.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet,.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet{flex-direction:row}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel{margin-bottom:0;padding:0;display:flex;flex-direction:column;flex-grow:1}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tab p{margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap{flex-grow:3}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel{min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap{max-width:75%}.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab{margin:0 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel{margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tab{margin:10px 10px 0 0}.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap{border:none}.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel{margin-bottom:0;min-width:25%;max-width:25%;justify-content:normal}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel{margin-bottom:0}.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab{margin:0 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel{margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab{margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle3-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle4-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle3-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle4-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle6-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle8-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle9-tablet,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap{border-style:none}}@media (max-width: 767px){.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile,.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile,.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile,.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile,.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile{flex-direction:column;border-style:none}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel{margin-bottom:0;padding:0;display:flex;flex-direction:row;flex-grow:1;max-width:100%}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tabs__body-wrap{flex-direction:row;max-width:100%}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile,.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile,.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile,.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile,.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile{flex-direction:row;border-style:none}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel{margin-bottom:0;padding:0;display:flex;flex-direction:column;flex-grow:1}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab p{margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap{flex-grow:3;max-width:75%}.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab{margin:10px 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tab{margin:10px 10px -1px 0}.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab{margin:10px 10px 0 0}.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab{margin:10px 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel{justify-content:flex-start;margin:0}.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab{margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel{min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel{min-width:24%;max-width:24%;margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tab{margin:10px 10px 0 0}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel{min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel{min-width:24%;max-width:24%}.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 10px 10px 0}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel{min-width:24%;max-width:24%;margin:0}.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab{margin:10px 10px 10px 10px;text-align:center}.uagb-tabs__wrap.uagb-tabs__stack1-mobile,.uagb-tabs__wrap.uagb-tabs__stack2-mobile,.uagb-tabs__wrap.uagb-tabs__stack3-mobile,.uagb-tabs__wrap.uagb-tabs__stack4-mobile{display:block}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel,.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel{margin:0;padding:0;display:flex;flex-direction:column;max-width:100%;flex-grow:unset}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab,.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab,.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab,.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab{width:100%}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab p,.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0}.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__stack2-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__stack3-mobile .uagb-tabs__body-wrap,.uagb-tabs__wrap.uagb-tabs__stack4-mobile .uagb-tabs__body-wrap{max-width:100%}.uagb-tabs__wrap.uagb-tabs__stack1-mobile{display:block}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel{margin:0;padding:0;display:flex;flex-direction:column;max-width:100%;flex-grow:unset}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 0 10px 0}.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p{margin:0}.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap{max-width:100%}.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 0 10px 0}.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 0 10px 0;padding:6px 12px 6px 12px}.uagb-tabs__wrap.uagb-tabs__stack4-mobile{margin:auto}.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab{margin:0 0 10px 0;text-align:center}}.uagb-tabs__wrap .uagb-tabs__body-container.uagb-tabs-body__active{display:block}
assets/css/blocks/taxonomy-list.css CHANGED
@@ -1 +1 @@
1
- .uagb-tax-not-available{border:1px solid;padding:10px;text-align:center}.uagb-layout-list .uagb-list-wrap{margin-left:10px}.uagb-taxonomy__outer-wrap{margin-bottom:20px}ul.uagb-taxonomy-list-children{margin-bottom:0}
1
+ .uagb-tax-not-available{padding:10px;border:1px solid;text-align:center}.uagb-layout-list .uagb-list-wrap{margin-left:10px}.uagb-taxonomy__outer-wrap{margin-bottom:20px}ul.uagb-taxonomy-list-children{margin-bottom:0}
assets/css/blocks/team.css CHANGED
@@ -1 +1 @@
1
- .uagb-team__outer-wrap .uagb-team__prefix{font-size:15px;font-style:italic;color:#888}.uagb-team__outer-wrap .uagb-team__image-wrap img{display:inline;height:auto !important;max-width:100%;width:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-square img{-webkit-border-radius:0;border-radius:0}.uagb-team__outer-wrap .uagb-team__social-icon-wrap ul{list-style:none;display:flex}.uagb-team__outer-wrap .uagb-team__social-icon a span,.uagb-team__outer-wrap .uagb-team__social-icon a span:before{color:inherit;font-size:inherit;height:inherit;width:inherit}.uagb-team__outer-wrap .uagb-team__social-icon a{font-size:20px;width:20px;height:20px;color:#333;display:block}.uagb-team__outer-wrap .uagb-team__social-icon{margin-right:20px;margin-left:0}.uagb-team__outer-wrap .uagb-team__social-list{margin:0;padding:0}.uagb-team__image-position-above.uagb-team__align-center{text-align:center}.uagb-team__image-position-above.uagb-team__align-left{text-align:left}.uagb-team__image-position-above.uagb-team__align-right{text-align:right}.uagb-team__image-position-left .uagb-team__wrap,.uagb-team__image-position-right .uagb-team__wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.uagb-team__image-position-left .uagb-team__content{text-align:left}.uagb-team__image-position-right .uagb-team__content{text-align:right}.uagb-team__image-position-left .uagb-team__social-icon-wrap ul{justify-content:flex-start;margin:0;padding:0}.uagb-team__image-position-right .uagb-team__social-icon-wrap ul{justify-content:flex-end;margin:0;padding:0}.uagb-team__image-position-left li{margin-right:5px}.uagb-team__image-position-right li{margin-left:5px}.uagb-team__image-position-above .uagb-team__social-icon-wrap{display:inline-block}.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content{text-align:center}.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content{text-align:left}.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content{text-align:right}@media only screen and (max-width: 976px){.uagb-team__stack-tablet,.uagb-team__stack-tablet .uagb-team__content{text-align:center}.uagb-team__stack-tablet .uagb-team__wrap{display:inline-block}.uagb-team__stack-tablet .uagb-team__image-wrap{margin-left:auto !important;margin-right:auto !important}.uagb-team__stack-tablet .uagb-team__social-icon-wrap ul{justify-content:center}}@media screen and (max-width: 767px){.uagb-team__stack-mobile,.uagb-team__stack-mobile .uagb-team__content{text-align:center}.uagb-team__stack-mobile .uagb-team__wrap{display:inline-block}.uagb-team__stack-mobile .uagb-team__image-wrap{margin-left:auto !important;margin-right:auto !important}.uagb-team__stack-mobile .uagb-team__social-icon-wrap ul{justify-content:center}}
1
+ .wp-block-uagb-team{display:flex}.wp-block-uagb-team .uagb-team__content{width:100%}.wp-block-uagb-team.uagb-team__outer-wrap.uagb-team__image-position-left .uagb-team__wrap,.wp-block-uagb-team.uagb-team__outer-wrap.uagb-team__image-position-right .uagb-team__wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wp-block-uagb-team .uagb-team__title,.wp-block-uagb-team span.uagb-team__title{display:block}.wp-block-uagb-team .uagb-team__image-wrap img{display:inline;width:inherit;height:auto !important;max-width:100%;box-sizing:content-box;border-radius:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-border-radius:inherit}.wp-block-uagb-team .uagb-team__image-wrap.uagb-team__image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.wp-block-uagb-team img.uagb-team__image-crop-circle{-webkit-border-radius:100%;border-radius:100%}.wp-block-uagb-team .uagb-team__image-wrap.uagb-team__image-crop-square img{-webkit-border-radius:0;border-radius:0}.wp-block-uagb-team img.uagb-team__image-crop-square{-webkit-border-radius:0;border-radius:0}.wp-block-uagb-team .uagb-team__social-icon-wrap ul{display:flex;list-style:none}.wp-block-uagb-team .uagb-team__social-icon a{display:block;width:20px;height:20px;color:#333;font-size:20px}.wp-block-uagb-team .uagb-team__social-icon{margin-right:20px;margin-left:0}.wp-block-uagb-team .uagb-team__social-list{padding:0;margin:0}.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-center{text-align:center}.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content{text-align:center}.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-left{text-align:left}.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content{text-align:left}.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-right{text-align:right}.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content{text-align:right}.wp-block-uagb-team.uagb-team__image-position-above ul.uagb-team__social-list{display:flex;list-style:none}.wp-block-uagb-team.uagb-team__image-position-above .uagb-team__social-icon-wrap{display:inline-block}.wp-block-uagb-team.uagb-team__image-position-left ul.uagb-team__social-list{display:flex;list-style:none;justify-content:flex-start}.wp-block-uagb-team.uagb-team__image-position-left .uagb-team__content{text-align:left}.wp-block-uagb-team.uagb-team__image-position-left .uagb-team__social-icon-wrap ul{justify-content:flex-start;padding:0;margin:0}.wp-block-uagb-team.uagb-team__image-position-left li{margin-right:5px}.wp-block-uagb-team.uagb-team__image-position-right ul.uagb-team__social-list{display:flex;list-style:none;justify-content:flex-end}.wp-block-uagb-team.uagb-team__image-position-right .uagb-team__content{text-align:right}.wp-block-uagb-team.uagb-team__image-position-right .uagb-team__social-icon-wrap ul{justify-content:flex-end;padding:0;margin:0}.wp-block-uagb-team.uagb-team__image-position-right li{margin-left:5px}.wp-block-uagb-team .uagb-team__image-position-left .uagb-team__wrap,.wp-block-uagb-team .uagb-team__image-position-right .uagb-team__wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wp-block-uagb-team img{display:inline;max-width:100%;width:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}@media only screen and (max-width: 976px){.wp-block-uagb-team.uagb-team__image-position-left ul.uagb-team__social-list{justify-content:center}.wp-block-uagb-team.uagb-team__image-position-right ul.uagb-team__social-list{justify-content:center}.wp-block-uagb-team.uagb-team__stack-tablet{text-align:center;display:block}.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__content{text-align:center}.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__wrap{display:inline-block}.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__image-wrap,.wp-block-uagb-team.uagb-team__stack-tablet img{margin-right:auto !important;margin-left:auto !important}.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__social-icon-wrap ul{justify-content:center}}@media screen and (max-width: 767px){.wp-block-uagb-team.uagb-team__image-position-left ul.uagb-team__social-list{justify-content:center}.wp-block-uagb-team.uagb-team__image-position-right ul.uagb-team__social-list{justify-content:center}.wp-block-uagb-team.uagb-team__stack-mobile{text-align:center;display:block}.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__content{text-align:center}.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__wrap{display:inline-block}.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__image-wrap{margin-right:auto !important;margin-left:auto !important}.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__social-icon-wrap ul{justify-content:center}}
assets/css/blocks/testimonial.css CHANGED
@@ -1 +1 @@
1
- .uagb-testimonial__wrap{position:relative;box-sizing:border-box}.uagb-testimonial__wrap,.uagb-testimonial__wrap *{transition:all 0.2s}.uagb-icon-wrap .uagb-icon{display:inline-block}.uagb-tm__image{position:relative}.uagb-tm__imgicon-style-circle .uagb-tm__image img{border-radius:100%}.uagb-tm__imgicon-style-square .uagb-tm__image img{border-radius:0%}.uagb-tm__image img,.slick-slide .uagb-tm__image img{display:inline-block;box-sizing:content-box}.uagb-tm__author-name,.uagb-tm__company{display:inline-block}.uagb-tm__content{overflow:hidden;text-align:center;word-break:break-word;padding:15px;border-radius:inherit;position:relative}.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm__image-position-right .uagb-tm__content{display:flex}.uagb-tm__meta-inner{display:inline-block}.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm__image-position-bottom .uagb-testimonial-details{display:table-cell;vertical-align:middle}.uagb-tm__meta{width:100%;line-height:1}.uagb-tm__image-position-bottom .uagb-tm__image-content{padding-right:10px}.uagb-tm__author-name,.uagb-tm__company{display:block}.uagb-tm__image-aligned-middle .uagb-tm__image-content{align-self:center}.uagb-tm__desc{margin-bottom:15px}.uagb-tm__author-name{margin-bottom:5px;font-size:30px;line-height:1em}.uagb-tm__company{font-size:15px;font-style:italic;line-height:1em;color:#888888}.is-carousel .uagb-testomonial__outer-wrap{padding-left:10px;padding-right:10px}.uagb-tm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm__text-wrap{position:relative}.uagb-tm__items{visibility:hidden}.uagb-tm__items.slick-initialized{visibility:visible}.uagb-tm__image-position-top .uagb-tm__image-content{display:flex;justify-content:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-45px}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev{left:25px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next{right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev{left:auto;right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next{left:25px;right:auto}[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next{left:-45px;right:auto}@media (max-width: 976px){.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:15px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:auto;right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{left:15px;right:auto}}@media (max-width: 768px){.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}}
1
+ .uagb-testimonial__wrap{box-sizing:border-box}.uagb-testimonial__wrap,.uagb-testimonial__wrap *{transition:all 0.2s}.uagb-icon-wrap .uagb-icon{display:inline-block}.uagb-tm__image,.uagb-testimonial__wrap,.uagb-tm__content,.uagb-tm__text-wrap{position:relative}.uagb-tm__imgicon-style-circle .uagb-tm__image img{border-radius:100%}.uagb-tm__imgicon-style-square .uagb-tm__image img{border-radius:0%}.uagb-tm__image img,.slick-slide .uagb-tm__image img{display:inline-block;box-sizing:content-box}.uagb-tm__content{overflow:hidden;text-align:center;word-break:break-word;border-radius:inherit}.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm__image-position-right .uagb-tm__content{display:flex}.uagb-tm__meta-inner{display:inline;width:100%;line-height:1}.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm__image-position-bottom .uagb-testimonial-details{display:table-cell;vertical-align:middle}.uagb-tm__image-position-bottom .uagb-tm__image-content{padding-right:10px}.uagb-tm__author-name,.uagb-tm__company{display:block}.uagb-tm__image-aligned-middle .uagb-tm__image-content{align-self:center}.uagb-tm__author-name{font-size:30px;line-height:16px}.uagb-tm__company{font-size:15px;font-style:normal;line-height:16px;color:#888}.uagb-tm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm__items{visibility:hidden}.uagb-tm__items.slick-initialized{visibility:visible}.uagb-tm__image-position-top .uagb-tm__image-content{display:flex;justify-content:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-45px}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev{left:25px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next{right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev{left:auto;right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next{left:25px;right:auto}[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev{right:auto;left:-45px}[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next{left:auto;right:-45px}@media (min-width: 1025px){.wp-block-uagb-testimonial.uagb-post__carousel_notset .slick-slide:last-child .uagb-testimonial__wrap{padding-right:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset .slick-slide:first-child .uagb-testimonial__wrap{padding-left:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset .uagb-testimonial__wrap{margin-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset .uagb-tm__content{padding-bottom:0}}@media (max-width: 976px){.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .uagb-testimonial__wrap{margin-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .uagb-tm__content{padding-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .slick-slide:last-child .uagb-testimonial__wrap{padding-right:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .slick-slide:first-child .uagb-testimonial__wrap{padding-left:0}.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:-10px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-10px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:auto;right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{left:15px;right:auto}}@media (max-width: 768px){.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .uagb-testimonial__wrap{margin-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .uagb-tm__content{padding-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .slick-slide:last-child .uagb-testimonial__wrap{padding-right:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .slick-slide:first-child .uagb-testimonial__wrap{padding-left:0}.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}}
assets/css/blocks/timeline.css CHANGED
@@ -1 +1 @@
1
- .uagb-timeline__widget{position:relative;display:flex;align-items:flex-start;font-size:inherit;color:inherit;margin-bottom:inherit}.uagb-timeline__widget a{text-decoration:none;color:inherit;font-size:inherit;margin-bottom:inherit}.uagb-timeline__image a{display:block;position:relative;max-width:100%}.uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__author{text-transform:capitalize}.uagb-timeline__main{position:relative}.uagb-content{word-break:break-word}a.uagb-timeline__link{padding:5px 10px;display:inline-block}.uagb-timeline__headingh1,.uagb-timeline__headingh2,.uagb-timeline__headingh3,.uagb-timeline__headingh4,.uagb-timeline__headingh5,.uagb-timeline__headingh6{margin-bottom:0px}.uagb-timeline__inner-date-new p,.uagb-timeline__date-inner .uagb-timeline__inner-date-new p{margin-bottom:0px}.uagb-timeline__line{background-color:#eeeeee}.uagb-timeline__line__inner{background-color:#5cb85c;width:100%}.uagb-timeline__main .uagb-timeline__icon-new{line-height:1em;display:inline-block;vertical-align:middle;font-style:normal}.uagb-timeline__center-block .uagb-timeline__date-hide{display:none}.uagb-timeline__field:not(:last-child){margin-bottom:20px}.uagb-timeline__field{margin-bottom:20px}.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,.uagb-timeline__right-block .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__right-block .uagb-timeline__center-block .uagb-timeline__date-new{display:block}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:inherit}.uagb-timeline__right-block .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{top:0;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__right-block .uagb-timeline__marker,.uagb-timeline__right-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__right-block .uagb-timeline__day-new{margin-right:14px}.uagb-timeline__right-block .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__right-block .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__left-block .uagb-timeline__marker,.uagb-timeline__left-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__left-block .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__left-block .uagb-timeline__day-new{margin-left:14px;flex-grow:1;order:1}.uagb-timeline__left-block .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{top:0;width:10px;height:40px;position:absolute}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__marker{background-color:#eeeeee;border-radius:999px;position:relative;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .2s ease-in-out}.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker{transition:all .2s ease-in-out}.uagb-timeline__center-block .uagb-timeline__marker{order:1;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block .uagb-timeline__day-new,.uagb-timeline__center-block .uagb-timeline__date-new{flex-grow:1;flex-basis:50%;max-width:100%;position:relative}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new{order:2;padding-left:0;padding-right:12px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new{order:2;padding-right:0;padding-left:12px}.uagb-timeline__events-inner-new{padding:40px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new{display:flex;justify-content:flex-end}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new{display:flex;justify-content:flex-start}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__right-block .uagb-timeline__date-new{margin-left:10px}.uagb-timeline__right-block .uagb-timeline__date-new{display:flex;align-items:center}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow{right:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow{left:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__arrow-center .uagb-timeline__widget{align-items:center}.uagb-timeline__arrow-bottom .uagb-timeline__widget{align-items:flex-end}.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow{top:100%;transform:translateY(-100%)}.uagb-timeline__day-right .uagb-timeline__events-inner{text-align:right}.uagb-timeline__day-left .uagb-timeline__events-inner{text-align:left}.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__events-inner-new,.uagb-timeline__arrow{transition:background .2s ease-in-out}.uagb-timeline__arrow:after{transition:border-color .2s ease-in-out}.uagb-timeline__date-new{transition:color .2s ease-in-out}.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__main .uagb-timeline__year{display:flex;position:relative}.uagb-timeline__main .uagb-timeline__year span{display:inline-block;padding-bottom:6px}.uagb-timeline__day-left .uagb-timeline__arrow:after{content:'';left:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after{right:0}.uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__icon{width:100px;height:100px;-webkit-border-radius:50%;border-radius:50%;text-align:center;line-height:100px;vertical-align:middle;position:relative;z-index:1}.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new{white-space:nowrap;margin:0px}.uagb-timeline__main .uagb-timeline__line{position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block .uagb-timeline__line{left:50%;right:auto}.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon{-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-in-out;-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out}.uagb-timeline__left-block .uagb-timeline__days{text-align:left}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block .uagb-timeline__days{text-align:center}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__days{text-align:right}.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons{display:inline;vertical-align:baseline;margin-right:4px}@media screen and (max-width: 1023px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}@media screen and (max-width: 767px){.uagb-timeline-responsive-none .uagb-timeline__events-inner-new{padding:15px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__day-left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}.uagb-timeline__line__inner{background-color:#61ce70;width:100%}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__day-right .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__day-left .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__line{width:3px}.uagb-timeline__main .uagb-timeline__icon-new{font-size:16px}.uagb-timeline__marker{min-height:3em;min-width:3em;line-height:3em}.uagb-timeline__arrow{height:3em}.uagb-timeline__left-block .uagb-timeline__line{left:1.5em}.uagb-timeline__right-block .uagb-timeline__line{right:1.5em}.rtl .uagb-timeline__left-block .uagb-timeline__line{right:1.5em;left:auto}.rtl .uagb-timeline__right-block .uagb-timeline__line{left:1.5em;right:auto}.uagb-timeline-desc-content p{font-size:inherit}.uagb-timeline__main p:empty{display:none}@media (max-width: 976px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:17.5px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:17.5px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-ms-flex-order:0;order:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-ms-flex-positive:unset;flex-grow:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-ms-flex-positive:unset;flex-grow:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}@media (max-width: 767px){.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{left:17.5px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:17.5px;left:auto}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__date-new{display:none}.wp-block-uagb-content-timeline .uagb-timeline__right-block .uagb-timeline__date-new{display:none}
1
+ .uagb-timeline__outer-wrap{position:relative}.uagb-timeline__outer-wrap .uagb-timeline__field{position:relative;display:flex;align-items:flex-start;margin-bottom:inherit;color:inherit;font-size:inherit}.uagb-timeline__outer-wrap .uagb-timeline__field:not(:last-child){margin-bottom:20px}.uagb-timeline__outer-wrap .uagb-timeline__field a{margin-bottom:inherit;text-decoration:none;font-size:inherit}.uagb-timeline__outer-wrap .uagb-timeline__field a.uagb-timeline__image{position:relative;display:block;max-width:100%}.uagb-timeline__outer-wrap .uagb-timeline__field a.uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__outer-wrap .uagb-timeline__field .uagb-timeline__author-link{text-transform:capitalize}.uagb-timeline__outer-wrap .uagb-timeline__field a.uagb-timeline__link{display:inline-block;padding:5px 10px}.uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__left.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__right.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__outer-wrap .uagb-timeline__field .uagb-timeline__image a{position:relative;display:block;max-width:100%}.uagb-timeline__outer-wrap .uagb-timeline__field .uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__outer-wrap .uagb-timeline__line{position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);width:3px;background-color:#eee}.uagb-timeline__outer-wrap .uagb-timeline__line .uagb-timeline__line__inner{width:100%;background-color:#0693e3}.uagb-timeline__outer-wrap svg{display:inline-block;vertical-align:middle;font-size:16px;font-style:normal;line-height:16px}.uagb-timeline__outer-wrap .uagb-timeline__field:hover .uagb-timeline__marker{transition:all 0.2s ease-in-out}.uagb-timeline__outer-wrap .uagb-timeline__marker{position:relative;display:flex;z-index:1;justify-content:center;align-items:center;min-width:3em;min-height:3em;background-color:#eee;border-radius:999px;line-height:48px;transition:all 0.2s ease-in-out}.uagb-timeline__outer-wrap .uagb-timeline__year{position:relative;display:flex}.uagb-timeline__outer-wrap .uagb-timeline__year span{display:inline-block;padding-bottom:6px}.uagb-timeline__outer-wrap.uagb-timeline__arrow-center .uagb-timeline__field{align-items:center}.uagb-timeline__outer-wrap.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__outer-wrap.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__field{align-items:flex-end}.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow{top:100%;transform:translateY(-100%)}.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__outer-wrap .uagb-timeline__date .uagb-timeline__inner-date-new{margin:0;white-space:nowrap}.uagb-timeline__outer-wrap .in-view i.uagb-timeline__in-view-icon{-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-in-out;-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out}.uagb-timeline__outer-wrap.uagb-timeline__left-block .uagb-timeline__date-new{display:none}.uagb-timeline__outer-wrap.uagb-timeline__right-block .uagb-timeline__date-new{display:none}.uagb-timeline__outer-wrap p:empty{display:none}.uagb-timeline__outer-wrap.uagb-timeline__right-block .uagb-timeline__line{position:absolute;transform:translateX(50%);-webkit-transform:translateX(50%);-ms-transform:translateX(50%)}.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons{display:inline;vertical-align:baseline;margin-right:4px}.uagb-content{word-break:break-word}.uagb-timeline__headingh1,.uagb-timeline__headingh2,.uagb-timeline__headingh3,.uagb-timeline__headingh4,.uagb-timeline__headingh5,.uagb-timeline__headingh6{margin-bottom:0}.uagb-timeline__inner-date-new p,.uagb-timeline__date-inner .uagb-timeline__inner-date-new p{margin-bottom:0}.uagb-timeline__center-block{text-align:center}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow::after{position:absolute;top:50%;right:0;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:13px solid #eee;transform:translateY(-50%);content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__marker{flex-grow:0;flex-shrink:0;order:1}.uagb-timeline__center-block .uagb-timeline__date-hide{display:none}.uagb-timeline__center-block .uagb-timeline__field.uagb-timeline__right{flex-direction:row-reverse}.uagb-timeline__center-block .uagb-timeline__day-new,.uagb-timeline__center-block .uagb-timeline__date-new{display:block;position:relative;flex-grow:1;flex-basis:50%;max-width:100%}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new{order:2}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new{display:flex;justify-content:flex-start}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow{position:absolute;top:0;right:-10px;width:10px;height:40px}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new{order:2}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new{display:flex;justify-content:flex-end}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow{position:absolute;top:0;left:-10px;width:10px;height:40px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__line{right:auto;left:50%}.uagb-timeline__right-block .uagb-timeline__field{flex-direction:row-reverse}.uagb-timeline__right-block .uagb-timeline__date-new{display:flex;align-items:center;margin-left:10px}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:inherit}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%)}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{position:absolute;top:0;right:0;width:10px;height:40px}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__right-block .uagb-timeline__marker,.uagb-timeline__right-block .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__right-block .uagb-timeline__day-new{flex-grow:1;margin-right:14px}.uagb-timeline__right-block .uagb-timeline__marker{flex-grow:0;flex-shrink:0}.uagb-timeline__left-block{text-align:left}.uagb-timeline__left-block .uagb-timeline__marker,.uagb-timeline__left-block .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__left-block .uagb-timeline__line{right:auto;left:20px}.uagb-timeline__left-block .uagb-timeline__day-new{flex-grow:1;order:1;margin-left:14px}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__left-block .uagb-timeline__marker{flex-grow:0;flex-shrink:0;order:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__events-inner-new,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%)}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{position:absolute;top:0;width:10px;height:40px}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow::after{position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-right:13px solid #eee;border-bottom:12px solid transparent;content:""}.uagb-timeline__day-right .uagb-timeline__events-inner{text-align:right}.uagb-timeline__day-left .uagb-timeline__events-inner{text-align:left}.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__events-inner-new,.uagb-timeline__arrow{transition:background 0.2s ease-in-out}.uagb-timeline__arrow::after{transition:border-color 0.2s ease-in-out}.uagb-timeline__date-new{transition:color 0.2s ease-in-out}.uagb-timeline__day-left .uagb-timeline__arrow::after{position:absolute;left:0;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;content:""}.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow::after{right:0}.uagb-timeline__day-right .uagb-timeline__arrow::after{position:absolute;right:0;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;content:""}.uagb-timeline__icon{position:relative;z-index:1;vertical-align:middle;width:100px;height:100px;border-radius:50%;text-align:center;line-height:100px;-webkit-border-radius:50%}.uagb-timeline__left{text-align:left}.uagb-timeline__right{text-align:right}.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow::after{border-left:13px solid #eee}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow::after{border-left:13px solid #eee}.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow::after{border-right:13px solid #eee}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow::after{border-right:13px solid #eee}.uagb-timeline__day-right .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__day-left .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__arrow{height:3em}.uagb-timeline__right-block .uagb-timeline__line{right:1.5em}.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow::after{border-right:13px solid #eee;border-left:none}.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow::after{border-right:none;border-left:13px solid #eee}.rtl .uagb-timeline__left-block .uagb-timeline__line{right:auto;left:16px}.rtl .uagb-timeline__left-block .uagb-timeline__field{flex-direction:row-reverse}.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow::after{border-right:13px solid #eee;right:-3px}.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow::after{border-right:13px solid #eee;right:-3px}.rtl .uagb-timeline__right-block .uagb-timeline__line{right:auto;left:1.5em}.rtl .uagb-timeline__right-block .uagb-timeline__field{flex-direction:row}.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow::after{border-left:13px solid #eee}.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow::after{border-left:13px solid #eee;right:-17px}@media screen and (max-width: 1023px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;right:16px;left:auto;transform:translateX(50%);-webkit-transform:translateX(50%);-ms-transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:auto;left:20px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;flex-grow:0;flex-shrink:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{flex-grow:1;order:1;margin-left:16px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{position:absolute;width:10px;height:40px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow::after{position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;content:""}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__field.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;position:relative;flex-grow:unset;flex-basis:unset;width:100%;max-width:100%;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__field{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{position:absolute;right:0;left:auto;width:10px;height:40px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-grow:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1;margin-right:16px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;position:relative;flex-grow:unset;flex-basis:unset;max-width:100%;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}@media screen and (max-width: 767px){.uagb-timeline-responsive-none .uagb-timeline__events-inner-new{padding:15px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:auto;left:20px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;flex-grow:0;flex-shrink:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{flex-grow:1;order:1;margin-left:16px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{position:absolute;width:10px;height:40px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__day-left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow::after{position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;content:""}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__field.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;position:relative;flex-grow:unset;flex-basis:unset;max-width:100%;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__field{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{position:absolute;right:0;left:auto;width:10px;height:40px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-grow:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1;margin-right:16px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{position:absolute;right:16px;left:auto;transform:translateX(50%);-webkit-transform:translateX(50%);-ms-transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;position:relative;flex-grow:unset;flex-basis:unset;max-width:100%;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow::after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow::after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow::after{border-right:13px solid #eee;border-left:none}.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow::after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow::after{border-right:none;border-left:13px solid #eee}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{right:auto;left:17.5px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:17.5px;left:auto}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author-link,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link,.uagb-timeline__responsive-mobile.uagb-timeline__center-block a.uagb-timeline__image,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__inner-date-new{text-align:left}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}@media (max-width: 976px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;right:16px;left:auto;transform:translateX(50%);-webkit-transform:translateX(50%);-ms-transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:auto;left:17.5px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-ms-flex-order:0;flex-grow:0;flex-shrink:0;order:0;-ms-flex-negative:0;-ms-flex-positive:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{flex-grow:1;order:1;margin-left:16px;-ms-flex-positive:1;-ms-flex-order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{position:absolute;width:10px;height:40px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow::after{position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;content:""}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__field.uagb-timeline__right{-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-ms-flex-positive:unset;position:relative;flex-grow:unset;flex-basis:unset;width:100%;max-width:100%;-ms-flex-preferred-size:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__field{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{position:absolute;right:0;left:auto;width:10px;height:40px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{position:relative;max-width:100%}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-ms-flex-negative:0;flex-grow:0;flex-shrink:0;-ms-flex-positive:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1;margin-right:16px;-ms-flex-positive:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow::after{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-ms-flex-positive:unset;position:relative;flex-grow:unset;flex-basis:unset;max-width:100%;-ms-flex-preferred-size:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow::after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timel