Version Description
- Update: Moved various features to the upgraded plan.
Download this release
Release Info
Developer | thethemefoundry |
Plugin | Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms |
Version | 1.8.11 |
Comparing to | |
See all releases |
Code changes from version 1.8.10 to 1.8.11
- happyforms.php +2 -2
- inc/classes/class-happyforms.php +144 -2
- inc/classes/class-message-controller.php +0 -81
- inc/classes/parts/class-part-address-dummy.php +12 -0
- inc/classes/parts/class-part-date-dummy.php +12 -0
- inc/classes/parts/class-part-legal-dummy.php +12 -0
- inc/classes/parts/class-part-narrative-dummy.php +12 -0
- inc/classes/parts/class-part-phone-dummy.php +12 -0
- inc/classes/parts/class-part-placeholder-dummy.php +12 -0
- inc/classes/parts/class-part-rating-dummy.php +12 -0
- inc/classes/parts/class-part-rich-text-dummy.php +12 -0
- inc/classes/parts/class-part-scale-dummy.php +12 -0
- inc/classes/parts/class-part-table-dummy.php +12 -0
- inc/classes/parts/class-part-title-dummy.php +12 -0
- inc/classes/parts/class-part-website-url-dummy.php +12 -0
- inc/core/assets/css/customize.css +49 -28
- inc/core/assets/css/rich-text-editor.css +0 -60
- inc/core/assets/js/customize.js +1 -72
- inc/core/assets/js/frontend.js +0 -32
- inc/core/assets/js/frontend/address.js +0 -146
- inc/core/assets/js/frontend/date.js +0 -212
- inc/core/assets/js/frontend/narrative.js +0 -15
- inc/core/assets/js/frontend/phone.js +0 -236
- inc/core/assets/js/frontend/rating.js +0 -19
- inc/core/assets/js/frontend/recaptcha.js +0 -79
- inc/core/assets/js/frontend/rich-text.js +0 -343
- inc/core/assets/js/frontend/scale.js +0 -105
- inc/core/assets/js/frontend/table.js +0 -20
- inc/core/assets/js/lib/cleave-phone.i18n.js +0 -58
- inc/core/assets/js/lib/multirange.js +0 -87
- inc/core/assets/js/parts/part-address.js +0 -94
- inc/core/assets/js/parts/part-date.js +0 -188
- inc/core/assets/js/parts/part-legal.js +0 -98
- inc/core/assets/js/parts/part-narrative.js +0 -86
- inc/core/assets/js/parts/part-phone.js +0 -144
- inc/core/assets/js/parts/part-placeholder.js +0 -98
- inc/core/assets/js/parts/part-rating.js +0 -117
- inc/core/assets/js/parts/part-scale.js +0 -191
- inc/core/assets/js/parts/part-table.js +0 -647
- inc/core/assets/js/parts/part-title.js +0 -34
- inc/core/assets/js/parts/part-website-url.js +0 -17
- inc/core/assets/js/preview.js +3 -24
- inc/core/classes/class-form-controller.php +0 -6
- inc/core/classes/class-form-part-library.php +1 -13
- inc/core/classes/class-form-setup.php +0 -202
- inc/core/classes/class-form-styles.php +0 -14
- inc/core/classes/parts/class-part-address.php +0 -390
- inc/core/classes/parts/class-part-date.php +0 -436
- inc/core/classes/parts/class-part-narrative.php +0 -197
- inc/core/classes/parts/class-part-placeholder.php +0 -167
- inc/core/classes/parts/class-part-table.php +0 -348
- inc/core/helpers/helper-form-templates.php +0 -63
- inc/core/templates/partials/form-confirm-preview.php +0 -4
- inc/core/templates/partials/form-submit-preview.php +0 -5
- inc/core/templates/partials/form-submit.php +1 -1
- inc/core/templates/partials/part-preview.php +0 -7
- inc/core/templates/single-form.php +0 -1
- languages/happyforms.pot +630 -770
- readme.txt +18 -21
- trunk/happyforms.php +119 -0
- trunk/inc/assets/css/admin.css +143 -0
- trunk/inc/assets/img/logo.png +0 -0
- trunk/inc/assets/js/admin/dashboard.js +70 -0
- trunk/inc/classes/class-happyforms.php +381 -0
- trunk/inc/classes/class-message-controller.php +649 -0
- trunk/inc/classes/class-migrations.php +148 -0
- trunk/inc/classes/parts/class-part-address-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-attachment-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-date-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-legal-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-narrative-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-page-break-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-phone-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-placeholder-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-poll-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-rating-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-rich-text-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-scale-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-table-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-title-dummy.php +12 -0
- trunk/inc/classes/parts/class-part-website-url-dummy.php +12 -0
- trunk/inc/core/assets/css/admin.css +316 -0
- trunk/inc/core/assets/css/color.css +1346 -0
- trunk/inc/core/assets/css/customize.css +1335 -0
- trunk/inc/core/assets/css/font-awesome.min.css +4 -0
- trunk/inc/core/assets/css/layout.css +2436 -0
- trunk/inc/core/assets/css/notice.css +134 -0
- trunk/inc/core/assets/css/preview.css +92 -0
- trunk/inc/core/assets/fonts/FontAwesome.otf +0 -0
- trunk/inc/core/assets/fonts/fontawesome-webfont.eot +0 -0
- trunk/inc/core/assets/fonts/fontawesome-webfont.svg +1793 -0
happyforms.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: The Theme Foundry
|
8 |
-
* Version: 1.8.
|
9 |
* Author URI: https://thethemefoundry.com
|
10 |
* Upgrade URI: https://thethemefoundry.com
|
11 |
*/
|
@@ -13,7 +13,7 @@
|
|
13 |
/**
|
14 |
* The current version of the plugin.
|
15 |
*/
|
16 |
-
define( 'HAPPYFORMS_VERSION', '1.8.
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: The Theme Foundry
|
8 |
+
* Version: 1.8.11
|
9 |
* Author URI: https://thethemefoundry.com
|
10 |
* Upgrade URI: https://thethemefoundry.com
|
11 |
*/
|
13 |
/**
|
14 |
* The current version of the plugin.
|
15 |
*/
|
16 |
+
define( 'HAPPYFORMS_VERSION', '1.8.11' );
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
inc/classes/class-happyforms.php
CHANGED
@@ -12,7 +12,8 @@ class HappyForms extends HappyForms_Core {
|
|
12 |
add_filter( 'happyforms_setup_controls', array( $this, 'add_dummy_setup_controls' ) );
|
13 |
add_action( 'admin_print_footer_scripts', array( $this, 'print_upgrade_modals' ) );
|
14 |
add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
|
15 |
-
|
|
|
16 |
$this->register_dummy_parts();
|
17 |
$this->add_setup_logic_upgrade_links();
|
18 |
}
|
@@ -20,14 +21,50 @@ class HappyForms extends HappyForms_Core {
|
|
20 |
public function register_dummy_parts() {
|
21 |
$part_library = happyforms_get_part_library();
|
22 |
|
|
|
|
|
|
|
23 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-attachment-dummy.php' );
|
24 |
$part_library->register_part( 'HappyForms_Part_Attachment_Dummy', 6 );
|
25 |
|
|
|
|
|
|
|
26 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-poll-dummy.php' );
|
27 |
$part_library->register_part( 'HappyForms_Part_Poll_Dummy', 10 );
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
|
30 |
-
$part_library->register_part( 'HappyForms_Part_PageBreak_Dummy',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
|
33 |
public function add_dummy_setup_controls( $controls ) {
|
@@ -38,6 +75,13 @@ class HappyForms extends HappyForms_Core {
|
|
38 |
'tooltip' => __( 'Reply to your users and mark their submission as read in one click.', 'happyforms' ),
|
39 |
);
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
$controls[1310] = array(
|
42 |
'type' => 'checkbox_dummy',
|
43 |
'dummy_id' => 'track_goal_link',
|
@@ -59,6 +103,16 @@ class HappyForms extends HappyForms_Core {
|
|
59 |
'tooltip' => __( 'Shuffle the order of all form parts to avoid biases in your responses.', 'happyforms' ),
|
60 |
);
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
$controls[1550] = array(
|
63 |
'type' => 'checkbox_dummy',
|
64 |
'dummy_id' => 'require_password',
|
@@ -95,6 +149,20 @@ class HappyForms extends HappyForms_Core {
|
|
95 |
'tooltip' => __( 'Tag responses with a unique, incremental identifier.', 'happyforms' ),
|
96 |
);
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
$controls[2300] = array(
|
99 |
'type' => 'checkbox_dummy',
|
100 |
'dummy_id' => 'limit_responses',
|
@@ -214,6 +282,80 @@ class HappyForms extends HappyForms_Core {
|
|
214 |
$message_controller->export_archive( $form );
|
215 |
}
|
216 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
public function add_setup_logic_upgrade_links() {
|
218 |
$control_slugs = array(
|
219 |
'email_recipient',
|
12 |
add_filter( 'happyforms_setup_controls', array( $this, 'add_dummy_setup_controls' ) );
|
13 |
add_action( 'admin_print_footer_scripts', array( $this, 'print_upgrade_modals' ) );
|
14 |
add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
|
15 |
+
add_action( 'current_screen', array( $this, 'display_notices' ) );
|
16 |
+
|
17 |
$this->register_dummy_parts();
|
18 |
$this->add_setup_logic_upgrade_links();
|
19 |
}
|
21 |
public function register_dummy_parts() {
|
22 |
$part_library = happyforms_get_part_library();
|
23 |
|
24 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-website-url-dummy.php' );
|
25 |
+
$part_library->register_part( 'HappyForms_Part_WebsiteUrl_Dummy', 3 );
|
26 |
+
|
27 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-attachment-dummy.php' );
|
28 |
$part_library->register_part( 'HappyForms_Part_Attachment_Dummy', 6 );
|
29 |
|
30 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-table-dummy.php' );
|
31 |
+
$part_library->register_part( 'HappyForms_Part_Table_Dummy', 7 );
|
32 |
+
|
33 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-poll-dummy.php' );
|
34 |
$part_library->register_part( 'HappyForms_Part_Poll_Dummy', 10 );
|
35 |
|
36 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-phone-dummy.php' );
|
37 |
+
$part_library->register_part( 'HappyForms_Part_Phone_Dummy', 11 );
|
38 |
+
|
39 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-date-dummy.php' );
|
40 |
+
$part_library->register_part( 'HappyForms_Part_Date_Dummy', 12 );
|
41 |
+
|
42 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
|
43 |
+
$part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 13 );
|
44 |
+
|
45 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-address-dummy.php' );
|
46 |
+
$part_library->register_part( 'HappyForms_Part_Address_Dummy', 14 );
|
47 |
+
|
48 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-scale-dummy.php' );
|
49 |
+
$part_library->register_part( 'HappyForms_Part_Scale_Dummy', 15 );
|
50 |
+
|
51 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rich-text-dummy.php' );
|
52 |
+
$part_library->register_part( 'HappyForms_Part_RichText_Dummy', 16 );
|
53 |
+
|
54 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-title-dummy.php' );
|
55 |
+
$part_library->register_part( 'HappyForms_Part_Title_Dummy', 17 );
|
56 |
+
|
57 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-legal-dummy.php' );
|
58 |
+
$part_library->register_part( 'HappyForms_Part_Legal_Dummy', 18 );
|
59 |
+
|
60 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rating-dummy.php' );
|
61 |
+
$part_library->register_part( 'HappyForms_Part_Rating_Dummy', 19 );
|
62 |
+
|
63 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-narrative-dummy.php' );
|
64 |
+
$part_library->register_part( 'HappyForms_Part_Narrative_Dummy', 20 );
|
65 |
+
|
66 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-placeholder-dummy.php' );
|
67 |
+
$part_library->register_part( 'HappyForms_Part_Placeholder_Dummy', 21 );
|
68 |
}
|
69 |
|
70 |
public function add_dummy_setup_controls( $controls ) {
|
75 |
'tooltip' => __( 'Reply to your users and mark their submission as read in one click.', 'happyforms' ),
|
76 |
);
|
77 |
|
78 |
+
$controls[1300] = array(
|
79 |
+
'type' => 'checkbox_dummy',
|
80 |
+
'dummy_id' => 'redirect_on_complete',
|
81 |
+
'label' => __( 'Redirect on complete', 'happyforms' ),
|
82 |
+
'tooltip' => __( 'By default, recipients will be redirected to the post or page displaying this form. To set a custom redirect webpage, add a link here.', 'happyforms' ),
|
83 |
+
);
|
84 |
+
|
85 |
$controls[1310] = array(
|
86 |
'type' => 'checkbox_dummy',
|
87 |
'dummy_id' => 'track_goal_link',
|
103 |
'tooltip' => __( 'Shuffle the order of all form parts to avoid biases in your responses.', 'happyforms' ),
|
104 |
);
|
105 |
|
106 |
+
$controls[1500] = array(
|
107 |
+
'type' => 'checkbox_dummy',
|
108 |
+
'dummy_id' => 'captcha',
|
109 |
+
'label' => sprintf(
|
110 |
+
__( 'Use <a href="%s" target="_blank" class="external"> Google ReCaptcha</a>', 'happyforms' ),
|
111 |
+
'https://www.google.com/recaptcha'
|
112 |
+
),
|
113 |
+
'tooltip' => __( 'Protect your form against bots using your Google ReCaptcha credentials.', 'happyforms' ),
|
114 |
+
);
|
115 |
+
|
116 |
$controls[1550] = array(
|
117 |
'type' => 'checkbox_dummy',
|
118 |
'dummy_id' => 'require_password',
|
149 |
'tooltip' => __( 'Tag responses with a unique, incremental identifier.', 'happyforms' ),
|
150 |
);
|
151 |
|
152 |
+
$controls[1800] = array(
|
153 |
+
'type' => 'checkbox_dummy',
|
154 |
+
'dummy_id' => 'preview_before_submit',
|
155 |
+
'label' => __( 'Preview values before submission', 'happyforms' ),
|
156 |
+
'tooltip' => __( 'Let your users review their submission before confirming it.', 'happyforms' ),
|
157 |
+
);
|
158 |
+
|
159 |
+
$controls[1900] = array(
|
160 |
+
'type' => 'checkbox_dummy',
|
161 |
+
'dummy_id' => 'disable_submit_until_valid',
|
162 |
+
'label' => __( 'Fade submit button until valid', 'happyforms' ),
|
163 |
+
'tooltip' => __( 'Reduce the opacity of the submit button until all required form parts are valid.', 'happyforms' )
|
164 |
+
);
|
165 |
+
|
166 |
$controls[2300] = array(
|
167 |
'type' => 'checkbox_dummy',
|
168 |
'dummy_id' => 'limit_responses',
|
282 |
$message_controller->export_archive( $form );
|
283 |
}
|
284 |
|
285 |
+
public function display_notices() {
|
286 |
+
$forms = happyforms_get_form_controller()->get();
|
287 |
+
|
288 |
+
if ( 0 === count( $forms ) ) {
|
289 |
+
return;
|
290 |
+
}
|
291 |
+
|
292 |
+
if ( ! $this->is_new_user( $forms ) ) {
|
293 |
+
$this->display_removal_notice( $forms );
|
294 |
+
}
|
295 |
+
|
296 |
+
$this->display_review_notice( $forms );
|
297 |
+
}
|
298 |
+
|
299 |
+
public function is_new_user( $forms ) {
|
300 |
+
if ( 1 !== count( $forms ) ) {
|
301 |
+
return false;
|
302 |
+
}
|
303 |
+
|
304 |
+
$form = $forms[0];
|
305 |
+
|
306 |
+
if ( 'Sample Form' === $form['post_title'] ) {
|
307 |
+
return true;
|
308 |
+
}
|
309 |
+
|
310 |
+
return false;
|
311 |
+
}
|
312 |
+
|
313 |
+
public function display_removal_notice( $forms ) {
|
314 |
+
$upgrade_link = 'https://happyforms.me/upgrade';
|
315 |
+
|
316 |
+
happyforms_get_admin_notices()->register(
|
317 |
+
'happyforms_feature_removal',
|
318 |
+
sprintf(
|
319 |
+
__( '<p><strong>Important changes to HappyForms</strong></p><p>We want to continue developing the free HappyForms plugin, but we can\'t do this without the support of more paying customers. So, starting with HappyForms 1.8.11, we\'ve transitioned the following features to the paid plugin: Scale, Rating, Story, Website Link, Table, Phone, Date & Time, Address, Title, Legal, Placeholder and Text Editor form parts along with redirects, submit button fade, Google ReCaptcha and response reviews.</p><p>If you\'re using these parts and features in your forms, they will be removed from the free plugin with this release. Please review all your existing forms for changes.</p><p>To make your transition easier, <a href="%s" target="_blank" class="external">we\'re offering 50%% off upgrades</a>. Use the coupon code “TRANSITION” to save.</p>', 'happyforms' ),
|
320 |
+
$upgrade_link
|
321 |
+
),
|
322 |
+
array(
|
323 |
+
'type' => 'error',
|
324 |
+
'screen' => array( 'dashboard', 'edit-post', 'edit-page', 'edit-happyform', 'plugins' ),
|
325 |
+
'dismissible' => true,
|
326 |
+
)
|
327 |
+
);
|
328 |
+
}
|
329 |
+
|
330 |
+
public function display_review_notice( $forms ) {
|
331 |
+
$form = $forms[0];
|
332 |
+
$form_date = new DateTime( $form['post_date'] );
|
333 |
+
$now = new DateTime();
|
334 |
+
$difference = $now->diff( $form_date );
|
335 |
+
$hours = $difference->format( '%h' );
|
336 |
+
$days = $difference->format( '%d' );
|
337 |
+
|
338 |
+
if ( 3 > intval( $days ) ) {
|
339 |
+
return;
|
340 |
+
}
|
341 |
+
|
342 |
+
$review_link = 'https://wordpress.org/support/plugin/happyforms/reviews/?filter=5#new-post';
|
343 |
+
$upgrade_link = 'https://happyforms.me/upgrade';
|
344 |
+
|
345 |
+
happyforms_get_admin_notices()->register(
|
346 |
+
'happyforms_leave_a_review',
|
347 |
+
sprintf(
|
348 |
+
__( '<p>Can we ask a favor?</p><p>You created your first form %s days ago — how time flies! Since then, we’ve answered hundreds of community emails and spent %s hours coding and improving HappyForms.</p><p>As you probably know, plugin reviews are an important way in helping a young business like ours grow.</p><p>If you could please spare one minute for a review, it would put a huge smile on our faces. 😊</p><p><a href="%s" target="_blank" rel="noopener">Leave a review now</a>, or show your support by <a href="%s" target="_blank" class="external">upgrading to a paid plan</a>.</p>', 'happyforms' ),
|
349 |
+
$days, $hours, $review_link, $upgrade_link
|
350 |
+
),
|
351 |
+
array(
|
352 |
+
'type' => 'info',
|
353 |
+
'screen' => array( 'edit-happyform' ),
|
354 |
+
'dismissible' => true,
|
355 |
+
)
|
356 |
+
);
|
357 |
+
}
|
358 |
+
|
359 |
public function add_setup_logic_upgrade_links() {
|
360 |
$control_slugs = array(
|
361 |
'email_recipient',
|
inc/classes/class-message-controller.php
CHANGED
@@ -72,24 +72,6 @@ class HappyForms_Message_Controller {
|
|
72 |
*/
|
73 |
public $nonce_name = 'happyforms_message_nonce';
|
74 |
|
75 |
-
/**
|
76 |
-
* The url used to verify a Google ReCaptcha request.
|
77 |
-
*
|
78 |
-
* @since 1.1
|
79 |
-
*
|
80 |
-
* @var string
|
81 |
-
*/
|
82 |
-
public $captcha_verify_url = 'https://www.google.com/recaptcha/api/siteverify';
|
83 |
-
|
84 |
-
/**
|
85 |
-
* The name of the field containing Google ReCaptcha data.
|
86 |
-
*
|
87 |
-
* @since 1.1
|
88 |
-
*
|
89 |
-
* @var string
|
90 |
-
*/
|
91 |
-
public $captcha_field = 'g-recaptcha-response';
|
92 |
-
|
93 |
/**
|
94 |
* The singleton constructor.
|
95 |
*
|
@@ -224,15 +206,6 @@ class HappyForms_Message_Controller {
|
|
224 |
return;
|
225 |
}
|
226 |
|
227 |
-
// Validate ReCaptcha
|
228 |
-
if ( happyforms_get_form_controller()->has_recaptcha_protection( $form ) ) {
|
229 |
-
$captcha_value = $this->validate_captcha( $form );
|
230 |
-
|
231 |
-
if ( is_wp_error( $captcha_value ) ) {
|
232 |
-
wp_send_json_error();
|
233 |
-
}
|
234 |
-
}
|
235 |
-
|
236 |
$form_id = $form['ID'];
|
237 |
$form_controller = happyforms_get_form_controller();
|
238 |
$session = happyforms_get_session();
|
@@ -273,15 +246,6 @@ class HappyForms_Message_Controller {
|
|
273 |
// Empty submitted values
|
274 |
$session->clear_values();
|
275 |
|
276 |
-
$redirect_url = happyforms_get_form_property( $form, 'redirect_url' );
|
277 |
-
|
278 |
-
if ( happyforms_get_form_property( $form, 'redirect_on_complete' ) &&
|
279 |
-
! empty( $redirect_url ) ) {
|
280 |
-
|
281 |
-
$response['redirect'] = $form['redirect_url'];
|
282 |
-
$response['redirect_to_blank'] = intval( happyforms_get_form_property( $form, 'redirect_blank' ) );
|
283 |
-
}
|
284 |
-
|
285 |
if ( 1 === intval( $form['receive_email_alerts'] ) ) {
|
286 |
$this->email_owner_confirmation( $form, $submission );
|
287 |
}
|
@@ -315,15 +279,6 @@ class HappyForms_Message_Controller {
|
|
315 |
return;
|
316 |
}
|
317 |
|
318 |
-
// Validate ReCaptcha
|
319 |
-
if ( happyforms_get_form_controller()->has_recaptcha_protection( $form ) ) {
|
320 |
-
$captcha_value = $this->validate_captcha( $form );
|
321 |
-
|
322 |
-
if ( is_wp_error( $captcha_value ) ) {
|
323 |
-
wp_send_json_error();
|
324 |
-
}
|
325 |
-
}
|
326 |
-
|
327 |
$form_id = $form['ID'];
|
328 |
$form_controller = happyforms_get_form_controller();
|
329 |
$session = happyforms_get_session();
|
@@ -421,42 +376,6 @@ class HappyForms_Message_Controller {
|
|
421 |
return $validated;
|
422 |
}
|
423 |
|
424 |
-
private function validate_captcha( $form ) {
|
425 |
-
$secret_key = $form['captcha_secret_key'];
|
426 |
-
$captcha_value = isset ( $_REQUEST[$this->captcha_field] ) ? $_REQUEST[$this->captcha_field] : '';
|
427 |
-
$captcha_value = sanitize_text_field( $captcha_value );
|
428 |
-
$request_body = array(
|
429 |
-
'secret' => $secret_key,
|
430 |
-
'response' => $captcha_value,
|
431 |
-
'ip' => $_SERVER['REMOTE_ADDR'],
|
432 |
-
);
|
433 |
-
|
434 |
-
$request = wp_remote_post( $this->captcha_verify_url, array( 'body' => $request_body ) );
|
435 |
-
$response = wp_remote_retrieve_body( $request );
|
436 |
-
|
437 |
-
if ( empty( $response ) ) {
|
438 |
-
return new WP_Error( 'captcha', 'captcha_invalid_configuration' );
|
439 |
-
}
|
440 |
-
|
441 |
-
$response = json_decode( $response, true );
|
442 |
-
|
443 |
-
if ( ! $response['success'] ) {
|
444 |
-
$configuration_errors = array_intersect( array(
|
445 |
-
'missing-input-secret', 'invalid-input-secret', 'bad-request'
|
446 |
-
), $response['error-codes'] );
|
447 |
-
$value_errors = array_intersect( array(
|
448 |
-
'missing-input-response', 'invalid-input-response'
|
449 |
-
), $response['error-codes'] );
|
450 |
-
if ( count( $configuration_errors ) > 0 ) {
|
451 |
-
return new WP_Error( 'captcha', 'captcha_invalid_configuration' );
|
452 |
-
} else if ( count( $value_errors ) > 0 ) {
|
453 |
-
return new WP_Error( 'captcha', 'captcha_not_verified' );
|
454 |
-
}
|
455 |
-
}
|
456 |
-
|
457 |
-
return $captcha_value;
|
458 |
-
}
|
459 |
-
|
460 |
public function validate_part( $form, $part, $request ) {
|
461 |
$part_class = happyforms_get_part_library()->get_part( $part['type'] );
|
462 |
|
72 |
*/
|
73 |
public $nonce_name = 'happyforms_message_nonce';
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
/**
|
76 |
* The singleton constructor.
|
77 |
*
|
206 |
return;
|
207 |
}
|
208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
$form_id = $form['ID'];
|
210 |
$form_controller = happyforms_get_form_controller();
|
211 |
$session = happyforms_get_session();
|
246 |
// Empty submitted values
|
247 |
$session->clear_values();
|
248 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
if ( 1 === intval( $form['receive_email_alerts'] ) ) {
|
250 |
$this->email_owner_confirmation( $form, $submission );
|
251 |
}
|
279 |
return;
|
280 |
}
|
281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
$form_id = $form['ID'];
|
283 |
$form_controller = happyforms_get_form_controller();
|
284 |
$session = happyforms_get_session();
|
376 |
return $validated;
|
377 |
}
|
378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
public function validate_part( $form, $part, $request ) {
|
380 |
$part_class = happyforms_get_part_library()->get_part( $part['type'] );
|
381 |
|
inc/classes/parts/class-part-address-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Address_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'address_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Address', 'happyforms' );
|
9 |
+
$this->description = __( 'For geographical locations. Includes Google Maps intergration.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-date-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Date_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'date_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Date & Time', 'happyforms' );
|
9 |
+
$this->description = __( 'For formatted day, month, year and or time fields.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-legal-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Legal_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'legal_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Legal', 'happyforms' );
|
9 |
+
$this->description = __( 'For requiring fine print before accepting submission.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-narrative-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Narrative_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'narrative_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Story', 'happyforms' );
|
9 |
+
$this->description = __( 'For adding fill-in-the-blank style inputs to a paragraph of text.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-phone-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Phone_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'phone_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Phone', 'happyforms' );
|
9 |
+
$this->description = __( 'For phone numbers. Includes country specific formatting.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-placeholder-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Placeholder_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'placeholder_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Placeholder', 'happyforms' );
|
9 |
+
$this->description = __( 'For adding helper text, horizontal rules and extra space.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-rating-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Rating_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'rating_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Rating', 'happyforms' );
|
9 |
+
$this->description = __( 'For collecting opinions using stars and emoji scales.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-rich-text-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_RichText_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'rich_text_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Text Editor', 'happyforms' );
|
9 |
+
$this->description = __( 'For formatting text, code blocks, lists and more.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-scale-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Scale_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'scale_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Scale', 'happyforms' );
|
9 |
+
$this->description = __( 'For collecting opinions using a horizontal slider.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-table-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Table_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'table_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Table', 'happyforms' );
|
9 |
+
$this->description = __( 'For radios and checkboxes displaying in a grid of rows and columns.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-title-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Title_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'title_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Title', 'happyforms' );
|
9 |
+
$this->description = __( 'For displaying personal honorifics.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/classes/parts/class-part-website-url-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_WebsiteUrl_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'website_url_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Website Link', 'happyforms' );
|
9 |
+
$this->description = __( 'For formatted website URLs.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
inc/core/assets/css/customize.css
CHANGED
@@ -927,10 +927,6 @@ ul.happyforms-parts-list li[data-part-type="number"] .happyforms-parts-list-item
|
|
927 |
background-image: url(../svg/icons/number.svg);
|
928 |
}
|
929 |
|
930 |
-
ul.happyforms-parts-list li[data-part-type="date"] .happyforms-parts-list-item-title:before {
|
931 |
-
background-image: url(../svg/icons/date.svg);
|
932 |
-
}
|
933 |
-
|
934 |
ul.happyforms-parts-list li[data-part-type="checkbox"] .happyforms-parts-list-item-title:before {
|
935 |
background-image: url(../svg/icons/multiple-choice.svg);
|
936 |
}
|
@@ -947,59 +943,84 @@ ul.happyforms-parts-list li[data-part-type="country"] .happyforms-parts-list-ite
|
|
947 |
background-image: url(../svg/icons/country.svg);
|
948 |
}
|
949 |
|
950 |
-
ul.happyforms-parts-list li[data-part-type="
|
951 |
-
|
|
|
952 |
}
|
953 |
|
954 |
-
ul.happyforms-parts-list li[data-part-type="
|
955 |
-
|
|
|
956 |
}
|
957 |
|
958 |
-
ul.happyforms-parts-list li[data-part-type="
|
959 |
-
|
|
|
960 |
}
|
961 |
|
962 |
-
ul.happyforms-parts-list li[data-part-type="
|
963 |
-
|
|
|
964 |
}
|
965 |
|
966 |
-
ul.happyforms-parts-list li[data-part-type="
|
967 |
-
|
|
|
968 |
}
|
969 |
|
970 |
-
ul.happyforms-parts-list li[data-part-type="
|
971 |
-
|
|
|
972 |
}
|
973 |
|
974 |
-
ul.happyforms-parts-list li[data-part-type="
|
|
|
|
|
|
|
|
|
|
|
|
|
975 |
background-image: url(../svg/icons/phone.svg);
|
976 |
}
|
977 |
|
978 |
-
ul.happyforms-parts-list li[data-part-type="
|
979 |
-
|
|
|
980 |
}
|
981 |
|
982 |
-
ul.happyforms-parts-list li[data-part-type="
|
983 |
-
|
|
|
984 |
}
|
985 |
|
986 |
-
ul.happyforms-parts-list li[data-part-type="
|
|
|
987 |
background-image: url(../svg/icons/text-editor.svg);
|
988 |
}
|
989 |
|
990 |
-
ul.happyforms-parts-list li[data-part-type="
|
991 |
opacity: 0.5;
|
992 |
-
background-image: url(../svg/icons/
|
993 |
}
|
994 |
|
995 |
-
ul.happyforms-parts-list li[data-part-type="
|
996 |
opacity: 0.5;
|
997 |
-
background-image: url(../svg/icons/
|
998 |
}
|
999 |
|
1000 |
-
ul.happyforms-parts-list li[data-part-type="
|
1001 |
opacity: 0.5;
|
1002 |
-
background-image: url(../svg/icons/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1003 |
}
|
1004 |
|
1005 |
ul.happyforms-parts-list .happyforms-parts-list-item-title {
|
927 |
background-image: url(../svg/icons/number.svg);
|
928 |
}
|
929 |
|
|
|
|
|
|
|
|
|
930 |
ul.happyforms-parts-list li[data-part-type="checkbox"] .happyforms-parts-list-item-title:before {
|
931 |
background-image: url(../svg/icons/multiple-choice.svg);
|
932 |
}
|
943 |
background-image: url(../svg/icons/country.svg);
|
944 |
}
|
945 |
|
946 |
+
ul.happyforms-parts-list li[data-part-type="attachment_dummy"] .happyforms-parts-list-item-title:before {
|
947 |
+
opacity: 0.5;
|
948 |
+
background-image: url(../svg/icons/attachment.svg);
|
949 |
}
|
950 |
|
951 |
+
ul.happyforms-parts-list li[data-part-type="poll_dummy"] .happyforms-parts-list-item-title:before {
|
952 |
+
opacity: 0.5;
|
953 |
+
background-image: url(../svg/icons/poll.svg);
|
954 |
}
|
955 |
|
956 |
+
ul.happyforms-parts-list li[data-part-type="page_break_dummy"] .happyforms-parts-list-item-title:before {
|
957 |
+
opacity: 0.5;
|
958 |
+
background-image: url(../svg/icons/page-break.svg);
|
959 |
}
|
960 |
|
961 |
+
ul.happyforms-parts-list li[data-part-type="website_url_dummy"] .happyforms-parts-list-item-title:before {
|
962 |
+
opacity: 0.5;
|
963 |
+
background-image: url(../svg/icons/website-link.svg);
|
964 |
}
|
965 |
|
966 |
+
ul.happyforms-parts-list li[data-part-type="table_dummy"] .happyforms-parts-list-item-title:before {
|
967 |
+
opacity: 0.5;
|
968 |
+
background-image: url(../svg/icons/table.svg);
|
969 |
}
|
970 |
|
971 |
+
ul.happyforms-parts-list li[data-part-type="date_dummy"] .happyforms-parts-list-item-title:before {
|
972 |
+
opacity: 0.5;
|
973 |
+
background-image: url(../svg/icons/date.svg);
|
974 |
}
|
975 |
|
976 |
+
ul.happyforms-parts-list li[data-part-type="address_dummy"] .happyforms-parts-list-item-title:before {
|
977 |
+
opacity: 0.5;
|
978 |
+
background-image: url(../svg/icons/country.svg);
|
979 |
+
}
|
980 |
+
|
981 |
+
ul.happyforms-parts-list li[data-part-type="phone_dummy"] .happyforms-parts-list-item-title:before {
|
982 |
+
opacity: 0.5;
|
983 |
background-image: url(../svg/icons/phone.svg);
|
984 |
}
|
985 |
|
986 |
+
ul.happyforms-parts-list li[data-part-type="title_dummy"] .happyforms-parts-list-item-title:before {
|
987 |
+
opacity: 0.5;
|
988 |
+
background-image: url(../svg/icons/title.svg);
|
989 |
}
|
990 |
|
991 |
+
ul.happyforms-parts-list li[data-part-type="legal_dummy"] .happyforms-parts-list-item-title:before {
|
992 |
+
opacity: 0.5;
|
993 |
+
background-image: url(../svg/icons/legal.svg);
|
994 |
}
|
995 |
|
996 |
+
ul.happyforms-parts-list li[data-part-type="rich_text_dummy"] .happyforms-parts-list-item-title:before {
|
997 |
+
opacity: 0.5;
|
998 |
background-image: url(../svg/icons/text-editor.svg);
|
999 |
}
|
1000 |
|
1001 |
+
ul.happyforms-parts-list li[data-part-type="scale_dummy"] .happyforms-parts-list-item-title:before {
|
1002 |
opacity: 0.5;
|
1003 |
+
background-image: url(../svg/icons/scale.svg);
|
1004 |
}
|
1005 |
|
1006 |
+
ul.happyforms-parts-list li[data-part-type="rating_dummy"] .happyforms-parts-list-item-title:before {
|
1007 |
opacity: 0.5;
|
1008 |
+
background-image: url(../svg/icons/rating.svg);
|
1009 |
}
|
1010 |
|
1011 |
+
ul.happyforms-parts-list li[data-part-type="rating_dummy"] .happyforms-parts-list-item-title:before {
|
1012 |
opacity: 0.5;
|
1013 |
+
background-image: url(../svg/icons/rating.svg);
|
1014 |
+
}
|
1015 |
+
|
1016 |
+
ul.happyforms-parts-list li[data-part-type="narrative_dummy"] .happyforms-parts-list-item-title:before {
|
1017 |
+
opacity: 0.5;
|
1018 |
+
background-image: url(../svg/icons/story.svg);
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
ul.happyforms-parts-list li[data-part-type="placeholder_dummy"] .happyforms-parts-list-item-title:before {
|
1022 |
+
opacity: 0.5;
|
1023 |
+
background-image: url(../svg/icons/placeholder.svg);
|
1024 |
}
|
1025 |
|
1026 |
ul.happyforms-parts-list .happyforms-parts-list-item-title {
|
inc/core/assets/css/rich-text-editor.css
DELETED
@@ -1,60 +0,0 @@
|
|
1 |
-
html.happyforms-form--part-value-text-align-center body {
|
2 |
-
text-align: center;
|
3 |
-
}
|
4 |
-
|
5 |
-
html.happyforms-form--part-value-text-align-right body {
|
6 |
-
text-align: right;
|
7 |
-
}
|
8 |
-
|
9 |
-
body {
|
10 |
-
padding: 10px;
|
11 |
-
font-size: 16px;
|
12 |
-
font-size: var(--happyforms-part-value-font-size);
|
13 |
-
background: transparent !important;
|
14 |
-
}
|
15 |
-
|
16 |
-
html.happyforms-form--part-inner-padding-wide body {
|
17 |
-
padding-top: 15px;
|
18 |
-
}
|
19 |
-
|
20 |
-
p, strong, em, ul, ol, li, blockquote, pre {
|
21 |
-
margin: 0;
|
22 |
-
padding: 0;
|
23 |
-
border: 0;
|
24 |
-
line-height: 1.6;
|
25 |
-
background: transparent !important;
|
26 |
-
}
|
27 |
-
|
28 |
-
ol, ul {
|
29 |
-
list-style: none;
|
30 |
-
}
|
31 |
-
|
32 |
-
ul {
|
33 |
-
list-style-type: disc;
|
34 |
-
}
|
35 |
-
|
36 |
-
ol {
|
37 |
-
list-style-type: decimal;
|
38 |
-
}
|
39 |
-
|
40 |
-
ul:before, ul:after, li:before, li:after {
|
41 |
-
content: '';
|
42 |
-
width: 0;
|
43 |
-
height: 0;
|
44 |
-
background: transparent;
|
45 |
-
}
|
46 |
-
|
47 |
-
strong {
|
48 |
-
font-weight: bold !important;
|
49 |
-
}
|
50 |
-
|
51 |
-
em {
|
52 |
-
font-style: italic !important;
|
53 |
-
}
|
54 |
-
|
55 |
-
ul, ol, blockquote {
|
56 |
-
margin: 20px 0;
|
57 |
-
padding-left: 40px;
|
58 |
-
font-size: 16px;
|
59 |
-
font-size: var(--happyforms-part-value-font-size) !important;
|
60 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/customize.js
CHANGED
@@ -1382,11 +1382,6 @@
|
|
1382 |
initialize: function() {
|
1383 |
classes.views.Base.prototype.initialize.apply( this, arguments );
|
1384 |
|
1385 |
-
this.listenTo( this.model, 'change:captcha', this.onChangeCaptcha );
|
1386 |
-
this.listenTo( this.model, 'change:captcha_site_key', this.onChangeCaptchaKey );
|
1387 |
-
this.listenTo( this.model, 'change:captcha_secret_key', this.onChangeCaptchaKey );
|
1388 |
-
this.listenTo( this.model, 'change:captcha_label', this.onChangeCaptchaLabel );
|
1389 |
-
this.listenTo( this.model, 'change:captcha_theme', this.onChangeCaptcha );
|
1390 |
this.listenTo( this.model, 'change:submit_button_label', this.onSubmitButtonLabelChange );
|
1391 |
},
|
1392 |
|
@@ -1410,7 +1405,6 @@
|
|
1410 |
wp.editor.initialize( editorId, editorSettings );
|
1411 |
} );
|
1412 |
|
1413 |
-
this.onChangeCaptcha();
|
1414 |
this.setOptionalLabelVisibility();
|
1415 |
},
|
1416 |
|
@@ -1444,26 +1438,6 @@
|
|
1444 |
this.model.set( attribute, value );
|
1445 |
},
|
1446 |
|
1447 |
-
onChangeCaptcha: function() {
|
1448 |
-
this.onChangeCaptchaKey();
|
1449 |
-
},
|
1450 |
-
|
1451 |
-
onChangeCaptchaKey: function() {
|
1452 |
-
var data = {
|
1453 |
-
callback: 'onRecaptchaUpdate',
|
1454 |
-
};
|
1455 |
-
|
1456 |
-
happyForms.previewSend( 'happyforms-form-recaptcha-update', data );
|
1457 |
-
},
|
1458 |
-
|
1459 |
-
onChangeCaptchaLabel: function() {
|
1460 |
-
var data = {
|
1461 |
-
callback: 'onRecaptchaLabelChangeCallback',
|
1462 |
-
};
|
1463 |
-
|
1464 |
-
happyForms.previewSend( 'happyforms-form-dom-update', data );
|
1465 |
-
},
|
1466 |
-
|
1467 |
onSubmitButtonLabelChange: function( model, value ) {
|
1468 |
happyForms.previewSend( 'happyforms-submit-button-text-update', value );
|
1469 |
},
|
@@ -1525,7 +1499,6 @@
|
|
1525 |
'change [data-target="css_var"] input[type=radio]': 'onButtonSetCssVarChange',
|
1526 |
'keyup [data-target="attribute"] input[type=text]': 'onAttributeChange',
|
1527 |
'navigate-to-group': 'navigateToGroup',
|
1528 |
-
'change [data-target="recaptcha"]': 'onRecaptchaChange'
|
1529 |
} ),
|
1530 |
|
1531 |
pointers: {},
|
@@ -1601,18 +1574,11 @@
|
|
1601 |
this.$el.addClass( 'has-table' );
|
1602 |
}
|
1603 |
|
1604 |
-
var hasSubmitInline = ( happyForms.form.get( '
|
1605 |
-
&& ( happyForms.form.get( 'parts' ).findLastIndex( { width: 'auto' } ) !== -1 );
|
1606 |
|
1607 |
if ( hasSubmitInline ) {
|
1608 |
this.$el.addClass( 'has-submit-inline' );
|
1609 |
}
|
1610 |
-
|
1611 |
-
var hasRecaptcha = ( '1' == happyForms.form.get( 'captcha' ) );
|
1612 |
-
|
1613 |
-
if ( hasRecaptcha ) {
|
1614 |
-
this.$el.addClass( 'has-captcha' );
|
1615 |
-
}
|
1616 |
},
|
1617 |
|
1618 |
ready: function() {
|
@@ -1690,22 +1656,6 @@
|
|
1690 |
happyForms.form.set( attribute, value );
|
1691 |
},
|
1692 |
|
1693 |
-
onRecaptchaChange: function( e ) {
|
1694 |
-
e.preventDefault();
|
1695 |
-
|
1696 |
-
var $target = $( e.target );
|
1697 |
-
var attribute = $target.data( 'attribute' );
|
1698 |
-
var value = $target.val();
|
1699 |
-
|
1700 |
-
happyForms.form.set( attribute, value );
|
1701 |
-
|
1702 |
-
var data = {
|
1703 |
-
callback: 'onRecaptchaUpdate',
|
1704 |
-
};
|
1705 |
-
|
1706 |
-
happyForms.previewSend( 'happyforms-form-recaptcha-update', data );
|
1707 |
-
},
|
1708 |
-
|
1709 |
onGroupClick: function( e ) {
|
1710 |
e.preventDefault();
|
1711 |
|
@@ -2112,27 +2062,6 @@
|
|
2112 |
$formContainer.addClass( currentClass );
|
2113 |
},
|
2114 |
|
2115 |
-
onRecaptchaUpdate: function( $recaptcha, $ ) {
|
2116 |
-
var captcha = happyForms.form.get( 'captcha' );
|
2117 |
-
|
2118 |
-
if ( captcha ) {
|
2119 |
-
var siteKey = happyForms.form.get( 'captcha_site_key' ) || 'null';
|
2120 |
-
$recaptcha.attr( 'data-sitekey', siteKey );
|
2121 |
-
var theme = happyForms.form.get( 'captcha_theme' ) || 'light';
|
2122 |
-
$recaptcha.attr( 'data-theme', theme );
|
2123 |
-
$recaptcha.show();
|
2124 |
-
$recaptcha.happyFormPart( 'render' );
|
2125 |
-
} else {
|
2126 |
-
$recaptcha.hide();
|
2127 |
-
$recaptcha.happyFormPart( 'reset' );
|
2128 |
-
}
|
2129 |
-
},
|
2130 |
-
|
2131 |
-
onRecaptchaLabelChangeCallback: function( $form ) {
|
2132 |
-
var recaptchaLabel = happyForms.form.get( 'captcha_label' );
|
2133 |
-
$( '.happyforms-part--recaptcha .label', $form ).text( recaptchaLabel );
|
2134 |
-
},
|
2135 |
-
|
2136 |
onFocusRevealDescriptionCallback: function( id, html, options ) {
|
2137 |
var part = happyForms.form.get( 'parts' ).get( id );
|
2138 |
var $part = this.$( html );
|
1382 |
initialize: function() {
|
1383 |
classes.views.Base.prototype.initialize.apply( this, arguments );
|
1384 |
|
|
|
|
|
|
|
|
|
|
|
1385 |
this.listenTo( this.model, 'change:submit_button_label', this.onSubmitButtonLabelChange );
|
1386 |
},
|
1387 |
|
1405 |
wp.editor.initialize( editorId, editorSettings );
|
1406 |
} );
|
1407 |
|
|
|
1408 |
this.setOptionalLabelVisibility();
|
1409 |
},
|
1410 |
|
1438 |
this.model.set( attribute, value );
|
1439 |
},
|
1440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1441 |
onSubmitButtonLabelChange: function( model, value ) {
|
1442 |
happyForms.previewSend( 'happyforms-submit-button-text-update', value );
|
1443 |
},
|
1499 |
'change [data-target="css_var"] input[type=radio]': 'onButtonSetCssVarChange',
|
1500 |
'keyup [data-target="attribute"] input[type=text]': 'onAttributeChange',
|
1501 |
'navigate-to-group': 'navigateToGroup',
|
|
|
1502 |
} ),
|
1503 |
|
1504 |
pointers: {},
|
1574 |
this.$el.addClass( 'has-table' );
|
1575 |
}
|
1576 |
|
1577 |
+
var hasSubmitInline = ( happyForms.form.get( 'parts' ).findLastIndex( { width: 'auto' } ) !== -1 );
|
|
|
1578 |
|
1579 |
if ( hasSubmitInline ) {
|
1580 |
this.$el.addClass( 'has-submit-inline' );
|
1581 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
1582 |
},
|
1583 |
|
1584 |
ready: function() {
|
1656 |
happyForms.form.set( attribute, value );
|
1657 |
},
|
1658 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1659 |
onGroupClick: function( e ) {
|
1660 |
e.preventDefault();
|
1661 |
|
2062 |
$formContainer.addClass( currentClass );
|
2063 |
},
|
2064 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2065 |
onFocusRevealDescriptionCallback: function( id, html, options ) {
|
2066 |
var part = happyForms.form.get( 'parts' ).get( id );
|
2067 |
var $part = this.$( html );
|
inc/core/assets/js/frontend.js
CHANGED
@@ -164,7 +164,6 @@
|
|
164 |
HappyForms.wrapPart( $part, $form );
|
165 |
} );
|
166 |
|
167 |
-
this.$el.on( 'happyforms-change', this.validate.bind( this ) );
|
168 |
this.$el.trigger( 'happyforms-change' );
|
169 |
this.$el.trigger( 'happyforms-init' );
|
170 |
this.$form.submit( this.submit.bind( this ) );
|
@@ -180,28 +179,6 @@
|
|
180 |
$parts.remove();
|
181 |
},
|
182 |
|
183 |
-
validate: function( e, data ) {
|
184 |
-
var isValid = true;
|
185 |
-
|
186 |
-
if ( this.$el.is( '.happyforms-form--disable-until-valid' ) ) {
|
187 |
-
// Check every part
|
188 |
-
var $parts = $( '[data-happyforms-type]:visible', this.$form );
|
189 |
-
|
190 |
-
$parts.each( function() {
|
191 |
-
isValid = isValid && $( this ).happyFormPart( 'isValid' );
|
192 |
-
} );
|
193 |
-
} else {
|
194 |
-
// Check only recaptcha
|
195 |
-
var $recaptcha = $( '[data-happyforms-type=recaptcha]', this.$form );
|
196 |
-
|
197 |
-
if ( $recaptcha.length ) {
|
198 |
-
isValid = isValid && $recaptcha.happyFormPart( 'isValid' );
|
199 |
-
}
|
200 |
-
}
|
201 |
-
|
202 |
-
this.$submits.attr( 'disabled', ! isValid );
|
203 |
-
},
|
204 |
-
|
205 |
serialize: function( submitEl ) {
|
206 |
var action = $( '[name=action]', this.$form ).val();
|
207 |
var form_id = $( '[name=happyforms_form_id]', this.$form ).val();
|
@@ -273,15 +250,6 @@
|
|
273 |
return false;
|
274 |
}
|
275 |
|
276 |
-
if ( true === response.success && response.data.redirect ) {
|
277 |
-
if ( ! response.data.redirect_to_blank ) {
|
278 |
-
window.location.replace( response.data.redirect );
|
279 |
-
return false;
|
280 |
-
} else {
|
281 |
-
window.open( response.data.redirect, '_blank' );
|
282 |
-
}
|
283 |
-
}
|
284 |
-
|
285 |
if ( response.data.html ) {
|
286 |
var $el = $( response.data.html );
|
287 |
var $parts = $( '[data-happyforms-type]', this.$form );
|
164 |
HappyForms.wrapPart( $part, $form );
|
165 |
} );
|
166 |
|
|
|
167 |
this.$el.trigger( 'happyforms-change' );
|
168 |
this.$el.trigger( 'happyforms-init' );
|
169 |
this.$form.submit( this.submit.bind( this ) );
|
179 |
$parts.remove();
|
180 |
},
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
serialize: function( submitEl ) {
|
183 |
var action = $( '[name=action]', this.$form ).val();
|
184 |
var form_id = $( '[name=happyforms_form_id]', this.$form ).val();
|
250 |
return false;
|
251 |
}
|
252 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
if ( response.data.html ) {
|
254 |
var $el = $( response.data.html );
|
255 |
var $parts = $( '[data-happyforms-type]', this.$form );
|
inc/core/assets/js/frontend/address.js
DELETED
@@ -1,146 +0,0 @@
|
|
1 |
-
;( function ( $, settings ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
var sources = {
|
6 |
-
get: function( mode, context ) {
|
7 |
-
if ( 'autocomplete' === mode ) {
|
8 |
-
return settings.actionAutocomplete;
|
9 |
-
} else {
|
10 |
-
return settings.countries;
|
11 |
-
}
|
12 |
-
}
|
13 |
-
}
|
14 |
-
|
15 |
-
HappyForms.parts.address = {
|
16 |
-
init: function() {
|
17 |
-
this.type = this.$el.data( 'happyforms-type' );
|
18 |
-
|
19 |
-
this.$input = $( 'input', this.$el );
|
20 |
-
this.$fullAddress = $( '.address-full', this.$el );
|
21 |
-
this.$country = $( '.address-country', this.$el );
|
22 |
-
this.$city = $( '.address-city', this.$el );
|
23 |
-
this.mode = this.$el.attr('data-mode');
|
24 |
-
|
25 |
-
// Validation
|
26 |
-
this.$input.on( 'keyup', this.triggerChange.bind( this ) );
|
27 |
-
this.$input.on( 'change', this.triggerChange.bind( this ) );
|
28 |
-
this.$input.on( 'blur', this.onBlur.bind( this ) );
|
29 |
-
|
30 |
-
if ( 'simple' !== this.mode ) {
|
31 |
-
this.$input = $( '[data-serialize]', this.$el );
|
32 |
-
var $visualInput = $( '.happyforms-part--address__autocomplete', this.$el );
|
33 |
-
var $select = $( '.happyforms-custom-select-dropdown', this.$el );
|
34 |
-
|
35 |
-
var autocompleteOptions = {
|
36 |
-
delay: 500,
|
37 |
-
source: sources.get( this.mode )
|
38 |
-
};
|
39 |
-
|
40 |
-
if ( 'autocomplete' === this.mode ) {
|
41 |
-
autocompleteOptions.url = settings.url;
|
42 |
-
autocompleteOptions.apiKey = this.$el.attr('data-google-apikey');
|
43 |
-
}
|
44 |
-
|
45 |
-
$visualInput.happyFormsSelect( {
|
46 |
-
$input: this.$input,
|
47 |
-
$select: $select,
|
48 |
-
searchable: 'autocomplete',
|
49 |
-
autocompleteOptions: autocompleteOptions
|
50 |
-
});
|
51 |
-
}
|
52 |
-
|
53 |
-
// Geolocation
|
54 |
-
this.$geolocation = $( '.address-geolocate', this.$el );
|
55 |
-
|
56 |
-
if ( this.$geolocation.length ) {
|
57 |
-
if ( navigator.geolocation ) {
|
58 |
-
$( 'span', this.$geolocation ).text( this.$geolocation.data( 'idle' ) );
|
59 |
-
this.$geolocation.click( this.geolocate.bind( this ) );
|
60 |
-
} else {
|
61 |
-
this.$geolocation.hide();
|
62 |
-
}
|
63 |
-
}
|
64 |
-
|
65 |
-
this.onBlur();
|
66 |
-
},
|
67 |
-
|
68 |
-
geolocate: function( e ) {
|
69 |
-
e.preventDefault();
|
70 |
-
|
71 |
-
this.$geolocation.addClass( 'disabled' );
|
72 |
-
$( 'span', this.$geolocation ).text( this.$geolocation.data( 'fetching' ) );
|
73 |
-
navigator.geolocation.getCurrentPosition( this.geolocationCallback.bind( this ) );
|
74 |
-
},
|
75 |
-
|
76 |
-
geolocationCallback: function( position ) {
|
77 |
-
var apiKey = this.$el.attr( 'data-google-apikey' );
|
78 |
-
|
79 |
-
$.get( settings.url, {
|
80 |
-
action: settings.actionGeocode,
|
81 |
-
key: apiKey,
|
82 |
-
latitude: position.coords.latitude,
|
83 |
-
longitude: position.coords.longitude,
|
84 |
-
}, this.applyGeolocationResults.bind( this ) );
|
85 |
-
},
|
86 |
-
|
87 |
-
getFullAddress: function( results ) {
|
88 |
-
return results.formatted_address;
|
89 |
-
},
|
90 |
-
|
91 |
-
getCountry: function( results ) {
|
92 |
-
if ( ! results.address_components ) {
|
93 |
-
return '';
|
94 |
-
}
|
95 |
-
|
96 |
-
var country = results.address_components.filter( function( component ) {
|
97 |
-
return component.types.indexOf( 'country' ) >= 0;
|
98 |
-
} );
|
99 |
-
|
100 |
-
country = country.length > 0 ? country[0].long_name : '';
|
101 |
-
|
102 |
-
return country;
|
103 |
-
},
|
104 |
-
|
105 |
-
getCity: function( results ) {
|
106 |
-
if ( ! results.address_components ) {
|
107 |
-
return '';
|
108 |
-
}
|
109 |
-
|
110 |
-
var city = results.address_components.filter( function( component ) {
|
111 |
-
return component.types.indexOf( 'locality' ) >= 0;
|
112 |
-
} );
|
113 |
-
|
114 |
-
city = city.length > 0 ? city[0].long_name : '';
|
115 |
-
|
116 |
-
return city;
|
117 |
-
},
|
118 |
-
|
119 |
-
applyGeolocationResults: function( results ) {
|
120 |
-
var fullAddress = this.getFullAddress( results );
|
121 |
-
var country = this.getCountry( results );
|
122 |
-
var city = this.getCity( results );
|
123 |
-
|
124 |
-
this.$fullAddress.val( fullAddress ).trigger('change');
|
125 |
-
this.$country.val( country ).trigger('change');
|
126 |
-
this.$city.val( city ).trigger('change');
|
127 |
-
|
128 |
-
$( 'span', this.$geolocation ).text( this.$geolocation.data( 'idle' ) );
|
129 |
-
this.$geolocation.removeClass( 'disabled' );
|
130 |
-
},
|
131 |
-
|
132 |
-
serialize: function() {
|
133 |
-
var serialized = $( 'input', this.$el ).map( function( i, input ) {
|
134 |
-
var $input = $( input );
|
135 |
-
|
136 |
-
return {
|
137 |
-
name: $input.attr( 'name' ),
|
138 |
-
value: $input.val(),
|
139 |
-
}
|
140 |
-
} ).toArray();
|
141 |
-
|
142 |
-
return serialized;
|
143 |
-
},
|
144 |
-
}
|
145 |
-
|
146 |
-
} )( jQuery, _happyFormsAddressSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/date.js
DELETED
@@ -1,212 +0,0 @@
|
|
1 |
-
(function ($) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
HappyForms.parts.date = {
|
6 |
-
init: function () {
|
7 |
-
this.type = this.$el.data( 'happyforms-type' );
|
8 |
-
this.spinnerInterval = '';
|
9 |
-
this.spinnerIntervalLength = 50;
|
10 |
-
this.$input = $('input, select', this.$el);
|
11 |
-
this.$numbers = $('.happyforms-part-date__time-input input', this.$el);
|
12 |
-
this.$spinnerUpArrow = $('.happyforms-spinner-arrow--up', this.$el);
|
13 |
-
this.$spinnerDownArrow = $('.happyforms-spinner-arrow--down', this.$el);
|
14 |
-
|
15 |
-
this.$numbers.on('keydown', this.onKeyDown.bind(this));
|
16 |
-
this.$numbers.on('change', this.onChange.bind(this));
|
17 |
-
this.$input.on( 'change', this.triggerChange.bind( this ) );
|
18 |
-
|
19 |
-
this.$spinnerUpArrow.on('mousedown touchstart', this.onSpinnerUpClick.bind(this));
|
20 |
-
this.$spinnerUpArrow.on('mouseup mouseleave touchend', this.clearSpinnerInterval.bind(this));
|
21 |
-
this.$spinnerDownArrow.on('mousedown touchstart', this.onSpinnerDownClick.bind(this));
|
22 |
-
this.$spinnerDownArrow.on('mouseup mouseleave touchend', this.clearSpinnerInterval.bind(this));
|
23 |
-
|
24 |
-
this.initDropdowns();
|
25 |
-
},
|
26 |
-
|
27 |
-
initDropdowns: function() {
|
28 |
-
$( '.happyforms-custom-select', this.$el ).each( function() {
|
29 |
-
var $part = $( this );
|
30 |
-
var $input = $( 'input[data-serialize]', $part );
|
31 |
-
var $visualInput = $( 'input[type=text]', $part );
|
32 |
-
var $select = $( '.happyforms-custom-select-dropdown', $part );
|
33 |
-
|
34 |
-
$visualInput.happyFormsSelect( {
|
35 |
-
$input: $input,
|
36 |
-
$select: $select,
|
37 |
-
searchable: $visualInput.attr('data-searchable')
|
38 |
-
} );
|
39 |
-
} );
|
40 |
-
},
|
41 |
-
|
42 |
-
clearSpinnerInterval: function() {
|
43 |
-
clearInterval(this.spinnerInterval);
|
44 |
-
},
|
45 |
-
|
46 |
-
onSpinnerUpClick: function(e) {
|
47 |
-
var self = this;
|
48 |
-
|
49 |
-
this.clearSpinnerInterval();
|
50 |
-
|
51 |
-
this.spinnerInterval = setInterval(function() {
|
52 |
-
var $input = $(e.target).prev('input');
|
53 |
-
var step = ($input.attr('step')) ? parseInt($input.attr('step'), 10) : 1;
|
54 |
-
|
55 |
-
var value = self.getIncreasedValue(parseInt($input.val(), 10), step);
|
56 |
-
|
57 |
-
self.setValue($input, value);
|
58 |
-
}, this.spinnerIntervalLength);
|
59 |
-
},
|
60 |
-
|
61 |
-
onSpinnerDownClick: function (e) {
|
62 |
-
var self = this;
|
63 |
-
|
64 |
-
this.clearSpinnerInterval();
|
65 |
-
|
66 |
-
this.spinnerInterval = setInterval(function() {
|
67 |
-
var $input = $(e.target).prevAll('input');
|
68 |
-
var step = ($input.attr('step')) ? parseInt($input.attr('step'), 10) : 1;
|
69 |
-
|
70 |
-
var value = self.getDecreasedValue(parseInt($input.val(), 10), step);
|
71 |
-
|
72 |
-
self.setValue($input, value);
|
73 |
-
}, this.spinnerIntervalLength);
|
74 |
-
},
|
75 |
-
|
76 |
-
setValue: function($input, value) {
|
77 |
-
if ( 'undefined' === typeof $input ) {
|
78 |
-
return;
|
79 |
-
}
|
80 |
-
|
81 |
-
var pattern = $input.attr('pattern');
|
82 |
-
var intNewValue = parseInt(value, 10);
|
83 |
-
var intMin = parseInt($input.attr('min'), 10);
|
84 |
-
var intMax = parseInt($input.attr('max'), 10);
|
85 |
-
var step = ($input.attr('step')) ? parseInt( $input.attr('step'), 10 ) : 1;
|
86 |
-
|
87 |
-
if (intNewValue > intMax) {
|
88 |
-
intNewValue = intMin;
|
89 |
-
}
|
90 |
-
|
91 |
-
if (intNewValue < intMin) {
|
92 |
-
if (step) {
|
93 |
-
intNewValue = (intMax + 1 - step);
|
94 |
-
} else {
|
95 |
-
intNewValue = intMax;
|
96 |
-
}
|
97 |
-
}
|
98 |
-
|
99 |
-
if (intNewValue !== 0 && intNewValue % step !== 0) {
|
100 |
-
intNewValue = step;
|
101 |
-
}
|
102 |
-
|
103 |
-
var validatedValue = this.validateNumber(intNewValue, pattern);
|
104 |
-
|
105 |
-
if (validatedValue) {
|
106 |
-
$input.val(validatedValue);
|
107 |
-
}
|
108 |
-
|
109 |
-
this.$el.trigger( 'happyforms-change' );
|
110 |
-
},
|
111 |
-
|
112 |
-
isFilled: function() {
|
113 |
-
var filledInputs = this.$input.filter( function() {
|
114 |
-
return '' !== $( this ).val();
|
115 |
-
} );
|
116 |
-
|
117 |
-
return filledInputs.length === this.$input.length;
|
118 |
-
},
|
119 |
-
|
120 |
-
validateNumber: function (number, pattern) {
|
121 |
-
if (isNaN(number) || !number) {
|
122 |
-
return '00';
|
123 |
-
}
|
124 |
-
|
125 |
-
if (number.toString().match(pattern)) {
|
126 |
-
return number.toString();
|
127 |
-
} else {
|
128 |
-
var leadingZeroValue = '0' + number;
|
129 |
-
|
130 |
-
if (2 === leadingZeroValue.length && leadingZeroValue.match(pattern)) {
|
131 |
-
return leadingZeroValue;
|
132 |
-
}
|
133 |
-
}
|
134 |
-
},
|
135 |
-
|
136 |
-
getIncreasedValue: function(value, step) {
|
137 |
-
if ( 'undefined' === typeof value || !step ) {
|
138 |
-
return;
|
139 |
-
}
|
140 |
-
|
141 |
-
var newValue = (value + step).toString();
|
142 |
-
|
143 |
-
return newValue;
|
144 |
-
},
|
145 |
-
|
146 |
-
getDecreasedValue: function(value, step) {
|
147 |
-
if ( 'undefined' === typeof value || !step ) {
|
148 |
-
return;
|
149 |
-
}
|
150 |
-
|
151 |
-
var newValue = (value - step).toString();
|
152 |
-
|
153 |
-
return newValue;
|
154 |
-
},
|
155 |
-
|
156 |
-
onKeyDown: function(e) {
|
157 |
-
var $input = $(e.target);
|
158 |
-
var intValue = (parseInt($input.val(), 10)) ? parseInt($input.val(), 10) : parseInt($input.attr('min'), 10);
|
159 |
-
var newValue = '0';
|
160 |
-
var max = $input.attr('max');
|
161 |
-
var min = $input.attr('min');
|
162 |
-
var step = parseInt($input.attr('step'), 10) ? parseInt($input.attr('step'), 10) : 1;
|
163 |
-
|
164 |
-
if ( isNaN(intValue) && isNaN(parseInt(e.key, 10)) ) {
|
165 |
-
return false;
|
166 |
-
}
|
167 |
-
|
168 |
-
if ( e.keyCode !== 38 && e.keyCode !== 40 ) {
|
169 |
-
return;
|
170 |
-
}
|
171 |
-
|
172 |
-
if ( 38 === e.keyCode ) {
|
173 |
-
newValue = this.getIncreasedValue(intValue, step);
|
174 |
-
|
175 |
-
if ('undefined' === typeof newValue) {
|
176 |
-
newValue = min;
|
177 |
-
}
|
178 |
-
}
|
179 |
-
|
180 |
-
if (40 === e.keyCode) {
|
181 |
-
newValue = this.getDecreasedValue(intValue, step);
|
182 |
-
|
183 |
-
if ('undefined' === typeof newValue) {
|
184 |
-
newValue = max;
|
185 |
-
}
|
186 |
-
}
|
187 |
-
|
188 |
-
this.setValue($input, newValue);
|
189 |
-
},
|
190 |
-
|
191 |
-
onChange: function (e) {
|
192 |
-
var $input = $(e.target);
|
193 |
-
var value = $input.val();
|
194 |
-
|
195 |
-
this.setValue($input, value);
|
196 |
-
},
|
197 |
-
|
198 |
-
serialize: function() {
|
199 |
-
var serialized = $( 'input, select', this.$el ).map( function( i, input ) {
|
200 |
-
var $input = $( input );
|
201 |
-
|
202 |
-
return {
|
203 |
-
name: $input.attr( 'name' ),
|
204 |
-
value: $input.val(),
|
205 |
-
}
|
206 |
-
} ).toArray();
|
207 |
-
|
208 |
-
return serialized;
|
209 |
-
}
|
210 |
-
};
|
211 |
-
|
212 |
-
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/narrative.js
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
( function( $ ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
HappyForms.parts.narrative = {
|
6 |
-
isFilled: function() {
|
7 |
-
var emptyInputs = this.$input.filter( function() {
|
8 |
-
return '' === $( this ).val();
|
9 |
-
} );
|
10 |
-
|
11 |
-
return 0 === emptyInputs.length;
|
12 |
-
},
|
13 |
-
};
|
14 |
-
|
15 |
-
} )( jQuery );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/phone.js
DELETED
@@ -1,236 +0,0 @@
|
|
1 |
-
( function( $, settings ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
HappyForms.parts.phone = {
|
6 |
-
init: function() {
|
7 |
-
this.type = this.$el.data( 'happyforms-type' );
|
8 |
-
this.$input = $( '.happyforms-part-phone-wrap > input', this.$el );
|
9 |
-
this.masked = this.$el.attr( 'data-mask' );
|
10 |
-
this.$countryCode = $( 'input.happyforms-phone-code', this.$el );
|
11 |
-
this.$country = $( 'input.happyforms-phone-country', this.$el );
|
12 |
-
this.prefix = '';
|
13 |
-
|
14 |
-
this.$input.on( 'keyup', this.triggerChange.bind( this ) );
|
15 |
-
this.$input.on( 'change', this.triggerChange.bind( this ) );
|
16 |
-
this.$input.on( 'blur', this.onBlur.bind(this) );
|
17 |
-
this.$input.on( 'focus', this.toggleCountryDropdownClass.bind(this) );
|
18 |
-
this.$input.on( 'blur', this.toggleCountryDropdownClass.bind(this) );
|
19 |
-
|
20 |
-
if ( this.masked ) {
|
21 |
-
this.initCleave();
|
22 |
-
this.initCountryDropdown();
|
23 |
-
}
|
24 |
-
|
25 |
-
this.onBlur();
|
26 |
-
},
|
27 |
-
|
28 |
-
reinit: function() {
|
29 |
-
this.destroyCleave();
|
30 |
-
this.init();
|
31 |
-
},
|
32 |
-
|
33 |
-
destroyCleave: function() {
|
34 |
-
$.each(this.cleaveInstances, function (i, instance) {
|
35 |
-
instance.destroy();
|
36 |
-
});
|
37 |
-
},
|
38 |
-
|
39 |
-
initCleave: function() {
|
40 |
-
var self = this;
|
41 |
-
|
42 |
-
if ( this.masked ) {
|
43 |
-
this.cleaveInstances = this.$input.not(':hidden').map(function (i, input) {
|
44 |
-
var $input = $(input);
|
45 |
-
var code = self.$countryCode.val();
|
46 |
-
var rawValue = $input.val();
|
47 |
-
|
48 |
-
this.prefix = code;
|
49 |
-
|
50 |
-
var cleave = new Cleave($input, {
|
51 |
-
phone: true,
|
52 |
-
phoneRegionCode: settings.codes[code],
|
53 |
-
prefix: '+' + this.prefix + ' ',
|
54 |
-
rawValueTrimPrefix: true
|
55 |
-
});
|
56 |
-
|
57 |
-
var cleaveValue = '+' + code + rawValue;
|
58 |
-
|
59 |
-
cleave.setRawValue( cleaveValue );
|
60 |
-
|
61 |
-
return cleave;
|
62 |
-
}.bind(this));
|
63 |
-
}
|
64 |
-
},
|
65 |
-
|
66 |
-
initCountryDropdown: function() {
|
67 |
-
var self = this;
|
68 |
-
|
69 |
-
this.$input.not(':hidden').map(function (i, input) {
|
70 |
-
var $input = $(input);
|
71 |
-
|
72 |
-
if ( 'text' === $input.attr('type') ) {
|
73 |
-
$input.countryDropdown = new HappyFormsCountryDropdown( $input.prev('.happyforms-country-select') );
|
74 |
-
$.extend( $input.countryDropdown, HappyForms.countryDropdownMethods );
|
75 |
-
$input.countryDropdown.inputObject = self;
|
76 |
-
$input.countryDropdown.init();
|
77 |
-
}
|
78 |
-
});
|
79 |
-
},
|
80 |
-
|
81 |
-
isFilled: function() {
|
82 |
-
var prefix = this.prefix;
|
83 |
-
|
84 |
-
var filledInputs = this.$input.filter( function() {
|
85 |
-
var value = $( this ).val().replace( prefix, '' ).trim();
|
86 |
-
|
87 |
-
return '' !== value;
|
88 |
-
} );
|
89 |
-
|
90 |
-
return filledInputs.length > 0;
|
91 |
-
},
|
92 |
-
|
93 |
-
onBlur: function() {
|
94 |
-
if ( '' !== this.prefix ) {
|
95 |
-
return;
|
96 |
-
}
|
97 |
-
|
98 |
-
if ( this.$el.is( '.happyforms-part--label-as_placeholder' ) ) {
|
99 |
-
if ( this.isFilled() ) {
|
100 |
-
this.$el.addClass( 'happyforms-part--filled' );
|
101 |
-
} else {
|
102 |
-
this.$el.removeClass( 'happyforms-part--filled' );
|
103 |
-
}
|
104 |
-
}
|
105 |
-
},
|
106 |
-
|
107 |
-
serialize: function() {
|
108 |
-
var self = this;
|
109 |
-
|
110 |
-
var serialized = this.$input.map( function( i, input ) {
|
111 |
-
var $input = $( input );
|
112 |
-
var keyValue = {
|
113 |
-
name: $input.attr( 'name' ),
|
114 |
-
value: $input.val(),
|
115 |
-
};
|
116 |
-
|
117 |
-
if ( self.masked ) {
|
118 |
-
self.cleaveInstances.map( function(i, instance) {
|
119 |
-
if ( instance.element === input ) {
|
120 |
-
keyValue.value = self.cleaveInstances[i].getRawValue();
|
121 |
-
}
|
122 |
-
});
|
123 |
-
}
|
124 |
-
|
125 |
-
return keyValue;
|
126 |
-
} ).toArray();
|
127 |
-
|
128 |
-
return serialized;
|
129 |
-
},
|
130 |
-
|
131 |
-
toggleCountryDropdownClass: function(e) {
|
132 |
-
var $input = $(e.target);
|
133 |
-
|
134 |
-
if ( 'focus' === e.type ) {
|
135 |
-
$input.prev('div').addClass('focus');
|
136 |
-
} else {
|
137 |
-
$input.prev('div').removeClass('focus');
|
138 |
-
}
|
139 |
-
}
|
140 |
-
};
|
141 |
-
|
142 |
-
function HappyFormsCountryDropdown( $el ) {
|
143 |
-
this.$el = $el;
|
144 |
-
}
|
145 |
-
|
146 |
-
HappyForms.countryDropdownMethods = {
|
147 |
-
init: function() {
|
148 |
-
this.$countryTrigger = $( '.happyforms-country-select-trigger', this.$el );
|
149 |
-
this.$currentCountry = $( '.happyforms-country-select__selected-country', this.$el );
|
150 |
-
this.$currentFlag = $( '.happyforms-country-select__selected-country .happyforms-flag', this.inputObject.$el );
|
151 |
-
this.$countryDropdown = $( '.happyforms-custom-select-dropdown', this.$el );
|
152 |
-
this.$countrySearchField = $( '.happyforms-custom-select-dropdown__search', this.$el );
|
153 |
-
|
154 |
-
this.$countryTrigger.on( 'click', this.toggleCountryDropdown.bind(this) );
|
155 |
-
this.$countrySearchField.on( 'keyup', this.searchCountries.bind(this) );
|
156 |
-
|
157 |
-
$( '.happyforms-custom-select-dropdown__item', this.$countryDropdown ).on( 'click keyup', this.onCountrySelect.bind(this) );
|
158 |
-
$( window ).on( 'click', this.maybeCloseCountryDropdown.bind(this) );
|
159 |
-
},
|
160 |
-
|
161 |
-
toggleCountryDropdown: function(e) {
|
162 |
-
if ( 'undefined' !== typeof e ) {
|
163 |
-
e.preventDefault();
|
164 |
-
e.stopPropagation();
|
165 |
-
}
|
166 |
-
|
167 |
-
this.$currentCountry.toggleClass('open');
|
168 |
-
this.$countryDropdown.scrollTop(0);
|
169 |
-
this.$countryDropdown.toggleClass('active');
|
170 |
-
|
171 |
-
// clear search input val and show all items on dropdown close
|
172 |
-
if ( ! this.$countryDropdown.hasClass('active') ) {
|
173 |
-
this.$countrySearchField.val('');
|
174 |
-
$( 'li', this.$countryDropdown ).show();
|
175 |
-
}
|
176 |
-
},
|
177 |
-
|
178 |
-
maybeCloseCountryDropdown: function (e) {
|
179 |
-
if ( this.$countryDropdown.hasClass('active') && -1 >= e.target.className.indexOf('happyforms-custom-select') ) {
|
180 |
-
this.toggleCountryDropdown();
|
181 |
-
}
|
182 |
-
},
|
183 |
-
|
184 |
-
onCountrySelect: function( e ) {
|
185 |
-
var $li;
|
186 |
-
var $target = $(e.target);
|
187 |
-
|
188 |
-
if ( 'click' === e.type ) {
|
189 |
-
if ( ! $target.is('li') ) {
|
190 |
-
$li = $(e.target).parent('li');
|
191 |
-
} else {
|
192 |
-
$li = $target;
|
193 |
-
}
|
194 |
-
}
|
195 |
-
|
196 |
-
if ( 'keyup' === e.type ) {
|
197 |
-
if ( 'Enter' !== e.key ) {
|
198 |
-
return false;
|
199 |
-
}
|
200 |
-
|
201 |
-
$li = $(e.target);
|
202 |
-
}
|
203 |
-
|
204 |
-
var $flag = $( 'img', $li ).clone();
|
205 |
-
|
206 |
-
this.$currentFlag.html($flag); // replace flag
|
207 |
-
|
208 |
-
this.inputObject.$countryCode.val($li.attr('data-code'));
|
209 |
-
this.inputObject.$country.val($li.attr('data-country'));
|
210 |
-
|
211 |
-
// re-init cleave
|
212 |
-
this.inputObject.destroyCleave();
|
213 |
-
this.inputObject.initCleave();
|
214 |
-
|
215 |
-
this.inputObject.cleaveInstances.map(function(i, instance) {
|
216 |
-
instance.setRawValue('');
|
217 |
-
});
|
218 |
-
|
219 |
-
this.toggleCountryDropdown();
|
220 |
-
},
|
221 |
-
|
222 |
-
searchCountries: function(e) {
|
223 |
-
var searchString = this.$countrySearchField.val().toLowerCase();
|
224 |
-
var $allItems = $( '.happyforms-custom-select-dropdown__item', this.$countryDropdown );
|
225 |
-
|
226 |
-
if ( !searchString ) {
|
227 |
-
$allItems.show();
|
228 |
-
} else {
|
229 |
-
$allItems.hide();
|
230 |
-
$( '.happyforms-custom-select-dropdown__item[data-country*="'+ searchString +'"]', this.$countryDropdown).show();
|
231 |
-
$( '.happyforms-custom-select-dropdown__item[data-search-string*="'+ searchString +'"]', this.$countryDropdown ).show();
|
232 |
-
}
|
233 |
-
}
|
234 |
-
};
|
235 |
-
|
236 |
-
} )( jQuery, HappyFormsPhoneSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/rating.js
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
( function( $ ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
HappyForms.parts.rating = {
|
6 |
-
init: function() {
|
7 |
-
this.type = this.$el.data( 'happyforms-type' );
|
8 |
-
this.$input = $( 'input', this.$el );
|
9 |
-
|
10 |
-
this.$input.on( 'change', this.triggerChange.bind( this ) );
|
11 |
-
this.$input.on( 'blur', this.onBlur.bind( this ) );
|
12 |
-
},
|
13 |
-
|
14 |
-
isFilled: function() {
|
15 |
-
return '0' !== $( ':checked', this.$el ).val();
|
16 |
-
},
|
17 |
-
};
|
18 |
-
|
19 |
-
} )( jQuery );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/recaptcha.js
DELETED
@@ -1,79 +0,0 @@
|
|
1 |
-
( function( $ ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
HappyForms.parts.recaptcha = {
|
6 |
-
init: function() {
|
7 |
-
this.type = this.$el.data( 'happyforms-type' );
|
8 |
-
this.$input = $( '> div', this.$el );
|
9 |
-
this.html = this.$el.html();
|
10 |
-
this.checked = false;
|
11 |
-
this.ready = false;
|
12 |
-
this.widgetID = false;
|
13 |
-
|
14 |
-
this.render();
|
15 |
-
},
|
16 |
-
|
17 |
-
onReady: function() {
|
18 |
-
this.ready = true;
|
19 |
-
this.render();
|
20 |
-
},
|
21 |
-
|
22 |
-
render: function() {
|
23 |
-
if ( ! this.ready ) {
|
24 |
-
grecaptcha.ready( this.onReady.bind( this ) );
|
25 |
-
return;
|
26 |
-
}
|
27 |
-
|
28 |
-
var id = this.$input.attr( 'id' );
|
29 |
-
var siteKey = this.$el.attr( 'data-sitekey' );
|
30 |
-
var theme = ( this.$el.attr( 'data-theme' ) ) ? this.$el.attr( 'data-theme' ) : 'light';
|
31 |
-
var self = this;
|
32 |
-
|
33 |
-
if ( ! siteKey ) {
|
34 |
-
return;
|
35 |
-
}
|
36 |
-
|
37 |
-
if ( false !== this.widgetID ) {
|
38 |
-
this.reset();
|
39 |
-
}
|
40 |
-
|
41 |
-
this.widgetID = grecaptcha.render( id, {
|
42 |
-
sitekey: siteKey,
|
43 |
-
theme: theme,
|
44 |
-
|
45 |
-
callback: function( response ) {
|
46 |
-
self.checked = true;
|
47 |
-
|
48 |
-
self.triggerChange( {
|
49 |
-
recaptcha: true,
|
50 |
-
response: response
|
51 |
-
} );
|
52 |
-
},
|
53 |
-
} );
|
54 |
-
},
|
55 |
-
|
56 |
-
reset: function() {
|
57 |
-
this.$el.html( this.html );
|
58 |
-
this.widgetID = false;
|
59 |
-
},
|
60 |
-
|
61 |
-
isFilled: function() {
|
62 |
-
return this.checked;
|
63 |
-
},
|
64 |
-
|
65 |
-
isValid: function() {
|
66 |
-
return this.checked;
|
67 |
-
},
|
68 |
-
|
69 |
-
serialize: function() {
|
70 |
-
var serialized = [ {
|
71 |
-
name: 'g-recaptcha-response',
|
72 |
-
value: $( '[name=g-recaptcha-response]', this.$el ).val(),
|
73 |
-
} ];
|
74 |
-
|
75 |
-
return serialized;
|
76 |
-
},
|
77 |
-
};
|
78 |
-
|
79 |
-
} )( jQuery );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/rich-text.js
DELETED
@@ -1,343 +0,0 @@
|
|
1 |
-
( function( $, editorSettings ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
window._wpLink = {};
|
6 |
-
|
7 |
-
var defaultOnPostRender = function( editor, settings, e ) {
|
8 |
-
e.target.$el.html( $( '#' + settings.icon ).html() );
|
9 |
-
};
|
10 |
-
|
11 |
-
var GetButton = function( editor, settings ) {
|
12 |
-
var onPostRender = settings.onPostRender || defaultOnPostRender;
|
13 |
-
|
14 |
-
var button = Object.assign( {}, settings, {
|
15 |
-
onClick: settings.onClick.bind( this, editor ),
|
16 |
-
onPostRender: onPostRender.bind( this, editor, settings ),
|
17 |
-
} );
|
18 |
-
|
19 |
-
return button;
|
20 |
-
};
|
21 |
-
|
22 |
-
var buttons = {
|
23 |
-
hfbold: {
|
24 |
-
icon: 'happyforms-rich-text-icon-bold',
|
25 |
-
stateSelector: 'strong',
|
26 |
-
|
27 |
-
onClick: function ( editor ) {
|
28 |
-
editor.execCommand( 'mceToggleFormat', false, 'bold' );
|
29 |
-
},
|
30 |
-
},
|
31 |
-
hfitalic: {
|
32 |
-
icon: 'happyforms-rich-text-icon-italic',
|
33 |
-
stateSelector: 'em',
|
34 |
-
|
35 |
-
onClick: function ( editor ) {
|
36 |
-
editor.execCommand( 'mceToggleFormat', false, 'italic' );
|
37 |
-
},
|
38 |
-
},
|
39 |
-
hful: {
|
40 |
-
icon: 'happyforms-rich-text-icon-ul',
|
41 |
-
stateSelector: 'ul',
|
42 |
-
|
43 |
-
onClick: function ( editor ) {
|
44 |
-
editor.execCommand( 'InsertUnorderedList' );
|
45 |
-
},
|
46 |
-
},
|
47 |
-
hfol: {
|
48 |
-
icon: 'happyforms-rich-text-icon-ol',
|
49 |
-
stateSelector: 'ol',
|
50 |
-
|
51 |
-
onClick: function ( editor ) {
|
52 |
-
editor.execCommand( 'InsertOrderedList' );
|
53 |
-
},
|
54 |
-
},
|
55 |
-
hfquote: {
|
56 |
-
icon: 'happyforms-rich-text-icon-quote',
|
57 |
-
stateSelector: 'blockquote',
|
58 |
-
|
59 |
-
onClick: function ( editor ) {
|
60 |
-
editor.execCommand( 'mceToggleFormat', false, 'blockquote' );
|
61 |
-
},
|
62 |
-
},
|
63 |
-
hfcode: {
|
64 |
-
icon: 'happyforms-rich-text-icon-code',
|
65 |
-
stateSelector: 'pre',
|
66 |
-
|
67 |
-
onClick: function ( editor ) {
|
68 |
-
editor.execCommand( 'mceToggleFormat', false, 'pre' );
|
69 |
-
},
|
70 |
-
},
|
71 |
-
hfstrike: {
|
72 |
-
icon: 'happyforms-rich-text-icon-strike',
|
73 |
-
stateSelector: 'del',
|
74 |
-
|
75 |
-
onClick: function ( editor ) {
|
76 |
-
editor.execCommand( 'mceToggleFormat', false, 'strikethrough' );
|
77 |
-
},
|
78 |
-
},
|
79 |
-
hfunderline: {
|
80 |
-
icon: 'happyforms-rich-text-icon-underline',
|
81 |
-
|
82 |
-
onClick: function ( editor ) {
|
83 |
-
editor.execCommand( 'mceToggleFormat', false, 'underline' );
|
84 |
-
},
|
85 |
-
|
86 |
-
onPostRender: function( editor, settings, e ) {
|
87 |
-
defaultOnPostRender.apply( this, arguments );
|
88 |
-
|
89 |
-
var self = e.target;
|
90 |
-
|
91 |
-
editor.on( 'NodeChange', function( e ) {
|
92 |
-
self.active( 'underline' === e.element.style.textDecoration );
|
93 |
-
} );
|
94 |
-
},
|
95 |
-
},
|
96 |
-
hfhr: {
|
97 |
-
icon: 'happyforms-rich-text-icon-hr',
|
98 |
-
|
99 |
-
onClick: function ( editor ) {
|
100 |
-
editor.execCommand( 'InsertHorizontalRule' );
|
101 |
-
},
|
102 |
-
},
|
103 |
-
};
|
104 |
-
|
105 |
-
HappyForms.parts.rich_text = {
|
106 |
-
init: function( options ) {
|
107 |
-
this.$form = options.form;
|
108 |
-
this.type = this.$el.data( 'happyforms-type' );
|
109 |
-
this.$input = $( 'textarea', this.$el );
|
110 |
-
this.editorId = this.$input.attr( 'id' );
|
111 |
-
this.editor = null;
|
112 |
-
|
113 |
-
this.$el.on( 'happyforms.attach', this.editorCreate.bind( this ) );
|
114 |
-
this.$el.on( 'happyforms.detach', this.editorDestroy.bind( this ) );
|
115 |
-
this.$el.on( 'happyforms.formclass', this.onFormClassChange.bind( this ) );
|
116 |
-
this.$el.on( 'happyforms.cssvar', this.onCSSVarChange.bind( this ) );
|
117 |
-
|
118 |
-
this.editorCreate();
|
119 |
-
},
|
120 |
-
|
121 |
-
editorCreate: function() {
|
122 |
-
var self = this;
|
123 |
-
|
124 |
-
wp.editor.initialize( this.editorId, {
|
125 |
-
tinymce: {
|
126 |
-
toolbar1: 'hfbold,hfitalic,hful,hfol,hfquote,link,unlink,hfcode,hfstrike,hfunderline,hfhr',
|
127 |
-
statusbar: true,
|
128 |
-
resize: true,
|
129 |
-
plugins: 'wordpress,wplink,hr,paste',
|
130 |
-
content_css: editorSettings.contentCSS,
|
131 |
-
valid_elements: editorSettings.validElements,
|
132 |
-
paste_as_text: true,
|
133 |
-
|
134 |
-
setup: function( editor ) {
|
135 |
-
var wpAddButton = editor.addButton;
|
136 |
-
|
137 |
-
// Remove tooltips
|
138 |
-
editor.addButton = function( id, options ) {
|
139 |
-
switch ( id ) {
|
140 |
-
case 'link':
|
141 |
-
case 'unlink':
|
142 |
-
case 'wp_link_apply':
|
143 |
-
case 'wp_link_edit':
|
144 |
-
case 'wp_link_remove':
|
145 |
-
delete options.tooltip;
|
146 |
-
break;
|
147 |
-
default:
|
148 |
-
break;
|
149 |
-
}
|
150 |
-
|
151 |
-
return wpAddButton.apply( this, arguments );
|
152 |
-
}
|
153 |
-
|
154 |
-
// Add custom buttons
|
155 |
-
for ( var button in buttons ) {
|
156 |
-
editor.addButton( button, GetButton( editor, buttons[button] ) );
|
157 |
-
}
|
158 |
-
|
159 |
-
// Custom popover toolbar icons,
|
160 |
-
// class and border-color
|
161 |
-
editor.on( 'preinit', function() {
|
162 |
-
var _createToolbar = this.wp._createToolbar;
|
163 |
-
|
164 |
-
this.wp._createToolbar = function( buttons, bottom ) {
|
165 |
-
var index = buttons.indexOf( 'wp_link_advanced' );
|
166 |
-
var isLinkToolbar = -1 < index;
|
167 |
-
|
168 |
-
if ( isLinkToolbar ) {
|
169 |
-
buttons.splice( index, 1 );
|
170 |
-
}
|
171 |
-
|
172 |
-
var toolbar = _createToolbar.apply( this, [ buttons, bottom ] );
|
173 |
-
|
174 |
-
toolbar.$el.addClass( 'happyforms-editor-toolbar-link' );
|
175 |
-
|
176 |
-
toolbar.on( 'show', function() {
|
177 |
-
self.inheritCSSVars( editorSettings.cssVars, toolbar.$el[0] );
|
178 |
-
} );
|
179 |
-
|
180 |
-
$( 'i.dashicons-editor-break', toolbar.$el ).replaceWith(
|
181 |
-
$( '#happyforms-rich-text-icon-return' ).html()
|
182 |
-
);
|
183 |
-
|
184 |
-
$( 'i.dashicons-edit', toolbar.$el ).replaceWith(
|
185 |
-
$( '#happyforms-rich-text-icon-pencil' ).html()
|
186 |
-
);
|
187 |
-
|
188 |
-
$( 'i.dashicons-editor-unlink', toolbar.$el ).replaceWith(
|
189 |
-
$( '#happyforms-rich-text-icon-unlink' ).html()
|
190 |
-
);
|
191 |
-
|
192 |
-
return toolbar;
|
193 |
-
}
|
194 |
-
} );
|
195 |
-
|
196 |
-
// Inherit form class, fonts and css-vars
|
197 |
-
editor.on( 'init', function() {
|
198 |
-
self.editor = editor;
|
199 |
-
|
200 |
-
self.inheritFormClass();
|
201 |
-
self.inheritFonts();
|
202 |
-
|
203 |
-
var target = self.editor.dom.doc.querySelector( 'body' );
|
204 |
-
self.inheritCSSVars( editorSettings.cssVars, target );
|
205 |
-
self.refreshCounter();
|
206 |
-
} );
|
207 |
-
|
208 |
-
// Custom main toolbar icons
|
209 |
-
editor.on( 'postrender', function() {
|
210 |
-
var $el = $( editor.container );
|
211 |
-
|
212 |
-
$( 'i.mce-i-link', $el ).replaceWith(
|
213 |
-
$( '#happyforms-rich-text-icon-link' ).html()
|
214 |
-
);
|
215 |
-
|
216 |
-
$( 'i.mce-i-unlink', $el ).replaceWith(
|
217 |
-
$( '#happyforms-rich-text-icon-unlink' ).html()
|
218 |
-
);
|
219 |
-
|
220 |
-
self.editor = editor;
|
221 |
-
|
222 |
-
var target = self.editor.dom.doc.querySelector( 'body' );
|
223 |
-
target.style.color = $( 'body' ).css( 'color' );
|
224 |
-
} );
|
225 |
-
|
226 |
-
editor.on( 'change', self.onEditorChange.bind( self ) );
|
227 |
-
editor.on( 'focus', self.onFocus.bind( self ) );
|
228 |
-
editor.on( 'blur', self.onBlur.bind( self ) );
|
229 |
-
editor.on( 'keyup', self.refreshCounter.bind( self ) );
|
230 |
-
},
|
231 |
-
},
|
232 |
-
} );
|
233 |
-
},
|
234 |
-
|
235 |
-
getValueLength: function() {
|
236 |
-
var mode = this.$input.attr( 'data-length-mode' );
|
237 |
-
var value = this.editor.getContent( { format : 'text' } );
|
238 |
-
var length = value.length;
|
239 |
-
|
240 |
-
if ( 'word' === mode ) {
|
241 |
-
var matches = value.match( /\w+/g );
|
242 |
-
length = matches ? matches.length : 0;
|
243 |
-
} else {
|
244 |
-
if ( '\n' === value ) {
|
245 |
-
length --;
|
246 |
-
}
|
247 |
-
}
|
248 |
-
|
249 |
-
return length;
|
250 |
-
},
|
251 |
-
|
252 |
-
refreshCounter: function() {
|
253 |
-
var hasLength = parseInt( this.$input.attr( 'data-length' ), 10 );
|
254 |
-
|
255 |
-
if ( hasLength < 1 ) {
|
256 |
-
return;
|
257 |
-
}
|
258 |
-
|
259 |
-
var length = this.getValueLength();
|
260 |
-
$( '.happyforms-part__char-counter span', this.$el ).text( length );
|
261 |
-
},
|
262 |
-
|
263 |
-
editorDestroy: function() {
|
264 |
-
wp.editor.remove( this.editorId );
|
265 |
-
self.editor = null;
|
266 |
-
},
|
267 |
-
|
268 |
-
onEditorChange: function() {
|
269 |
-
this.triggerChange();
|
270 |
-
},
|
271 |
-
|
272 |
-
onFocus: function() {
|
273 |
-
this.$el.addClass( 'focus' );
|
274 |
-
},
|
275 |
-
|
276 |
-
onBlur: function() {
|
277 |
-
this.$el.removeClass( 'focus' );
|
278 |
-
},
|
279 |
-
|
280 |
-
inheritFormClass: function() {
|
281 |
-
this.editor.dom.doc.documentElement.className = this.$form.attr( 'class' );
|
282 |
-
},
|
283 |
-
|
284 |
-
inheritCSSVars: function( vars, target ) {
|
285 |
-
var styles = getComputedStyle( this.$form[0] );
|
286 |
-
var self = this;
|
287 |
-
|
288 |
-
vars.forEach( function( variable ) {
|
289 |
-
var value = styles.getPropertyValue( variable );
|
290 |
-
target.style.setProperty( variable, value );
|
291 |
-
} );
|
292 |
-
},
|
293 |
-
|
294 |
-
inheritFonts: function() {
|
295 |
-
var formStyle = getComputedStyle( this.$form[0] );
|
296 |
-
var stylesheets = [].slice.call( document.styleSheets );
|
297 |
-
var editorDocument = this.editor.dom.doc;
|
298 |
-
|
299 |
-
// Append parent stylesheets to editor
|
300 |
-
stylesheets
|
301 |
-
.map( function( stylesheet ) {
|
302 |
-
return stylesheet.ownerNode.cloneNode();
|
303 |
-
} )
|
304 |
-
.forEach( function( node ) {
|
305 |
-
editorDocument.head.insertBefore( node, editorDocument.head.firstChild );
|
306 |
-
} );
|
307 |
-
|
308 |
-
// Apply font-family
|
309 |
-
editorDocument.body.style.setProperty( 'font-family', formStyle.getPropertyValue( 'font-family' ) );
|
310 |
-
},
|
311 |
-
|
312 |
-
onFormClassChange: function( e, classes ) {
|
313 |
-
if ( this.editor ) {
|
314 |
-
this.editor.dom.doc.documentElement.className = classes;
|
315 |
-
}
|
316 |
-
},
|
317 |
-
|
318 |
-
onCSSVarChange: function( e, variable ) {
|
319 |
-
if ( this.editor ) {
|
320 |
-
this.editor.dom.doc.querySelector( 'body' ).style.setProperty( variable.name, variable.value );
|
321 |
-
|
322 |
-
$( '.happyforms-editor-toolbar-link' ).each( function() {
|
323 |
-
this.style.setProperty( variable.name, variable.value );
|
324 |
-
} );
|
325 |
-
}
|
326 |
-
},
|
327 |
-
|
328 |
-
isFilled: function() {
|
329 |
-
var content = wp.editor.getContent( this.editorId );
|
330 |
-
return '' !== content;
|
331 |
-
},
|
332 |
-
|
333 |
-
serialize: function() {
|
334 |
-
var serialized = [ {
|
335 |
-
name: this.$input.attr( 'name' ),
|
336 |
-
value: wp.editor.getContent( this.editorId ),
|
337 |
-
} ];
|
338 |
-
|
339 |
-
return serialized;
|
340 |
-
},
|
341 |
-
};
|
342 |
-
|
343 |
-
} )( jQuery, happyFormsRichTextSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/scale.js
DELETED
@@ -1,105 +0,0 @@
|
|
1 |
-
( function( $ ) {
|
2 |
-
HappyForms.parts = HappyForms.parts || {};
|
3 |
-
|
4 |
-
HappyForms.parts.scale = {
|
5 |
-
init: function() {
|
6 |
-
this.type = this.$el.data( 'happyforms-type' );
|
7 |
-
|
8 |
-
if ( document.readyState != 'loading' ) {
|
9 |
-
if ( typeof multirange !== undefined ) {
|
10 |
-
multirange.init();
|
11 |
-
}
|
12 |
-
}
|
13 |
-
|
14 |
-
if ( $( 'input', this.$el ).length > 1 ) {
|
15 |
-
this.initRangeSlider();
|
16 |
-
} else {
|
17 |
-
this.initSingleSlider();
|
18 |
-
}
|
19 |
-
},
|
20 |
-
|
21 |
-
initSingleSlider: function() {
|
22 |
-
this.$input = $( 'input', this.$el );
|
23 |
-
this.$output = $( 'output span', this.$el );
|
24 |
-
|
25 |
-
this.$input.on( 'input change', this.refreshSingleOutput.bind(this) );
|
26 |
-
this.$input.on( 'input change', this.updateTrackerColor.bind(this) );
|
27 |
-
|
28 |
-
this.$input.trigger('input');
|
29 |
-
},
|
30 |
-
|
31 |
-
initRangeSlider: function() {
|
32 |
-
this.$input = $( 'input:first', this.$el );
|
33 |
-
this.$output = $( 'output:first span', this.$el );
|
34 |
-
this.$ghostInput = $( 'input:last', this.$el );
|
35 |
-
this.$ghostOutput = $( 'output:last span', this.$el );
|
36 |
-
|
37 |
-
this.$ghostInput.on( 'input change', this.refreshMultiOutput.bind(this) );
|
38 |
-
this.$input.on( 'input change', this.refreshMultiOutput.bind(this) );
|
39 |
-
|
40 |
-
this.$input.trigger( 'input' );
|
41 |
-
},
|
42 |
-
|
43 |
-
refreshSingleOutput: function( e ) {
|
44 |
-
var inputVal = this.$input.val();
|
45 |
-
var outputPosition = this.getOutputPosition();
|
46 |
-
|
47 |
-
this.$output.css( 'left', outputPosition + '%' ).text( inputVal );
|
48 |
-
},
|
49 |
-
|
50 |
-
refreshMultiOutput: function( e ) {
|
51 |
-
var inputVal = this.$input.val().split(',');
|
52 |
-
var outputPosition = this.getOutputPosition();
|
53 |
-
|
54 |
-
this.$output.css( 'left', outputPosition['original'] + '%' ).text( inputVal[0] );
|
55 |
-
this.$ghostOutput.css( 'left', outputPosition['ghost'] + '%' ).text( inputVal[1] );
|
56 |
-
},
|
57 |
-
|
58 |
-
getOutputPosition: function() {
|
59 |
-
var value = this.$input.val();
|
60 |
-
var min = this.$input.attr( 'min' ) ? this.$input.attr( 'min' ) : 0;
|
61 |
-
var max = this.$input.attr( 'max' ) ? this.$input.attr( 'max' ) : 100;
|
62 |
-
var data;
|
63 |
-
|
64 |
-
if ( -1 !== value.indexOf( ',' ) ) {
|
65 |
-
value = value.split( ',' );
|
66 |
-
|
67 |
-
var originalOutputPosition = 100 * ( ( parseInt( value[0] ) - min ) / ( max - min ) );
|
68 |
-
var ghostOutputPosition = 100 * ( ( parseInt(value[1] ) - min ) / ( max - min ) );
|
69 |
-
|
70 |
-
originalOutputPosition = originalOutputPosition - originalOutputPosition * 0.025;
|
71 |
-
ghostOutputPosition = ghostOutputPosition - ghostOutputPosition * 0.025;
|
72 |
-
|
73 |
-
data = {
|
74 |
-
'original': originalOutputPosition,
|
75 |
-
'ghost': ghostOutputPosition
|
76 |
-
};
|
77 |
-
} else {
|
78 |
-
var outputPosition = 100 * ( ( parseInt( value ) - min ) / ( max - min ) );
|
79 |
-
var coefficient = 0.02;
|
80 |
-
|
81 |
-
if ( outputPosition > 50 ) {
|
82 |
-
coefficient = 0.025;
|
83 |
-
}
|
84 |
-
|
85 |
-
outputPosition -= outputPosition * coefficient;
|
86 |
-
|
87 |
-
data = outputPosition;
|
88 |
-
}
|
89 |
-
|
90 |
-
return data;
|
91 |
-
},
|
92 |
-
|
93 |
-
updateTrackerColor: function() {
|
94 |
-
var value = this.$input.val();
|
95 |
-
var min = this.$input.attr( 'min' ) ? this.$input.attr( 'min' ) : 0;
|
96 |
-
var max = this.$input.attr( 'max' ) ? this.$input.attr( 'max' ) : 100;
|
97 |
-
|
98 |
-
var percentValue = 100 * ( ( value - min ) / ( max - min ) );
|
99 |
-
|
100 |
-
this.$input.css( {
|
101 |
-
'background': 'linear-gradient(to right, var(--happyforms-color-part-value) ' + percentValue + '%, var(--happyforms-color-part-border) ' + percentValue + '%, var(--happyforms-color-part-border) 100%)'
|
102 |
-
} );
|
103 |
-
}
|
104 |
-
};
|
105 |
-
} )( jQuery );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/frontend/table.js
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
( function( $ ) {
|
2 |
-
|
3 |
-
HappyForms.parts = HappyForms.parts || {};
|
4 |
-
|
5 |
-
HappyForms.parts.table = {
|
6 |
-
isFilled: function() {
|
7 |
-
var $rows = $( 'tbody tr', this.$el );
|
8 |
-
|
9 |
-
var $filledRows = $rows.filter( function() {
|
10 |
-
var $row = $( this );
|
11 |
-
var $input = $( 'input:checked', $row );
|
12 |
-
|
13 |
-
return $input.length > 0;
|
14 |
-
} );
|
15 |
-
|
16 |
-
return $rows.length === $filledRows.length;
|
17 |
-
},
|
18 |
-
};
|
19 |
-
|
20 |
-
} )( jQuery );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/lib/cleave-phone.i18n.js
DELETED
@@ -1,58 +0,0 @@
|
|
1 |
-
!function(){function l(l,n){var u=l.split("."),d=Z;u[0]in d||!d.execScript||d.execScript("var "+u[0]);for(var A;u.length&&(A=u.shift());)u.length||void 0===n?d=d[A]?d[A]:d[A]={}:d[A]=n}function n(l,n){function u(){}u.prototype=n.prototype,l.M=n.prototype,l.prototype=new u,l.prototype.constructor=l,l.N=function(l,u,d){for(var A=Array(arguments.length-2),N=2;N<arguments.length;N++)A[N-2]=arguments[N];return n.prototype[u].apply(l,A)}}function u(l,n){null!=l&&this.a.apply(this,arguments)}function d(l){l.b=""}function A(l,n){l.sort(n||N)}function N(l,n){return l>n?1:n>l?-1:0}function $(l){var n,u=[],d=0;for(n in l)u[d++]=l[n];return u}function t(l,n){this.b=l,this.a={};for(var u=0;u<n.length;u++){var d=n[u];this.a[d.b]=d}}function e(l){return l=$(l.a),A(l,function(l,n){return l.b-n.b}),l}function r(l,n){switch(this.b=l,this.g=!!n.G,this.a=n.c,this.j=n.type,this.h=!1,this.a){case Y:case w:case x:case J:case Q:case W:case V:this.h=!0}this.f=n.defaultValue}function i(){this.a={},this.f=this.i().a,this.b=this.g=null}function a(l,n){for(var u=e(l.i()),d=0;d<u.length;d++){var A=u[d],N=A.b;if(null!=n.a[N]){l.b&&delete l.b[A.b];var $=11==A.a||10==A.a;if(A.g)for(var A=o(n,N)||[],t=0;t<A.length;t++){var r=l,i=N,C=$?A[t].clone():A[t];r.a[i]||(r.a[i]=[]),r.a[i].push(C),r.b&&delete r.b[i]}else A=o(n,N),$?($=o(l,N))?a($,A):p(l,N,A.clone()):p(l,N,A)}}}function o(l,n){var u=l.a[n];if(null==u)return null;if(l.g){if(!(n in l.b)){var d=l.g,A=l.f[n];if(null!=u)if(A.g){for(var N=[],$=0;$<u.length;$++)N[$]=d.b(A,u[$]);u=N}else u=d.b(A,u);return l.b[n]=u}return l.b[n]}return u}function C(l,n,u){var d=o(l,n);return l.f[n].g?d[u||0]:d}function s(l,n){var u;if(null!=l.a[n])u=C(l,n,void 0);else l:{if(u=l.f[n],void 0===u.f){var d=u.j;if(d===Boolean)u.f=!1;else if(d===Number)u.f=0;else{if(d!==String){u=new d;break l}u.f=u.h?"0":""}}u=u.f}return u}function f(l,n){return l.f[n].g?null!=l.a[n]?l.a[n].length:0:null!=l.a[n]?1:0}function p(l,n,u){l.a[n]=u,l.b&&(l.b[n]=u)}function c(l,n){var u,d=[];for(u in n)0!=u&&d.push(new r(u,n[u]));return new t(l,d)}/*
|
2 |
-
|
3 |
-
Protocol Buffer 2 Copyright 2008 Google Inc.
|
4 |
-
All other code copyright its respective owners.
|
5 |
-
Copyright (C) 2010 The Libphonenumber Authors
|
6 |
-
|
7 |
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
you may not use this file except in compliance with the License.
|
9 |
-
You may obtain a copy of the License at
|
10 |
-
|
11 |
-
http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
|
13 |
-
Unless required by applicable law or agreed to in writing, software
|
14 |
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
See the License for the specific language governing permissions and
|
17 |
-
limitations under the License.
|
18 |
-
*/
|
19 |
-
function h(){i.call(this)}function g(){i.call(this)}function S(){i.call(this)}function M(){}function b(){}function m(){}/*
|
20 |
-
|
21 |
-
Copyright (C) 2010 The Libphonenumber Authors.
|
22 |
-
|
23 |
-
Licensed under the Apache License, Version 2.0 (the "License");
|
24 |
-
you may not use this file except in compliance with the License.
|
25 |
-
You may obtain a copy of the License at
|
26 |
-
|
27 |
-
http://www.apache.org/licenses/LICENSE-2.0
|
28 |
-
|
29 |
-
Unless required by applicable law or agreed to in writing, software
|
30 |
-
distributed under the License is distributed on an "AS IS" BASIS,
|
31 |
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
32 |
-
See the License for the specific language governing permissions and
|
33 |
-
limitations under the License.
|
34 |
-
*/
|
35 |
-
function G(){this.a={}}function T(l,n){if(null==n)return null;n=n.toUpperCase();var u=l.a[n];if(null==u){if(u=ll[n],null==u)return null;u=(new m).a(S.i(),u),l.a[n]=u}return u}function y(l){return l=z[l],null==l?"ZZ":l[0]}function B(l){this.H=RegExp(" "),this.B="",this.m=new u,this.v="",this.h=new u,this.u=new u,this.j=!0,this.w=this.o=this.D=!1,this.F=G.b(),this.s=0,this.b=new u,this.A=!1,this.l="",this.a=new u,this.f=[],this.C=l,this.J=this.g=E(this,this.C)}function E(l,n){var u;if(null!=n&&isNaN(n)&&n.toUpperCase()in ll){if(u=T(l.F,n),null==u)throw"Invalid region code: "+n;u=s(u,10)}else u=0;return u=T(l.F,y(u)),null!=u?u:Nl}function v(l){for(var n=l.f.length,u=0;n>u;++u){var A=l.f[u],N=s(A,1);if(l.v==N)return!1;var $;$=l;var t=A,e=s(t,1);if(-1!=e.indexOf("|"))$=!1;else{e=e.replace($l,"\\d"),e=e.replace(tl,"\\d"),d($.m);var r;r=$;var t=s(t,2),i="999999999999999".match(e)[0];i.length<r.a.b.length?r="":(r=i.replace(new RegExp(e,"g"),t),r=r.replace(RegExp("9","g")," ")),0<r.length?($.m.a(r),$=!0):$=!1}if($)return l.v=N,l.A=rl.test(C(A,4)),l.s=0,!0}return l.j=!1}function R(l,n){for(var u=[],d=n.length-3,A=l.f.length,N=0;A>N;++N){var $=l.f[N];0==f($,3)?u.push(l.f[N]):($=C($,3,Math.min(d,f($,3)-1)),0==n.search($)&&u.push(l.f[N]))}l.f=u}function I(l,n){l.h.a(n);var u=n;if(dl.test(u)||1==l.h.b.length&&ul.test(u)){var A,u=n;"+"==u?(A=u,l.u.a(u)):(A=nl[u],l.u.a(A),l.a.a(A)),n=A}else l.j=!1,l.D=!0;if(!l.j){if(!l.D)if(H(l)){if(U(l))return L(l)}else if(0<l.l.length&&(u=l.a.toString(),d(l.a),l.a.a(l.l),l.a.a(u),u=l.b.toString(),A=u.lastIndexOf(l.l),d(l.b),l.b.a(u.substring(0,A))),l.l!=D(l))return l.b.a(" "),L(l);return l.h.toString()}switch(l.u.b.length){case 0:case 1:case 2:return l.h.toString();case 3:if(!H(l))return l.l=D(l),P(l);l.w=!0;default:return l.w?(U(l)&&(l.w=!1),l.b.toString()+l.a.toString()):0<l.f.length?(u=O(l,n),A=K(l),0<A.length?A:(R(l,l.a.toString()),v(l)?F(l):l.j?_(l,u):l.h.toString())):P(l)}}function L(l){return l.j=!0,l.w=!1,l.f=[],l.s=0,d(l.m),l.v="",P(l)}function K(l){for(var n=l.a.toString(),u=l.f.length,d=0;u>d;++d){var A=l.f[d],N=s(A,1);if(new RegExp("^(?:"+N+")$").test(n))return l.A=rl.test(C(A,4)),n=n.replace(new RegExp(N,"g"),C(A,2)),_(l,n)}return""}function _(l,n){var u=l.b.b.length;return l.A&&u>0&&" "!=l.b.toString().charAt(u-1)?l.b+" "+n:l.b+n}function P(l){var n=l.a.toString();if(3<=n.length){for(var u=l.o&&0<f(l.g,20)?o(l.g,20)||[]:o(l.g,19)||[],d=u.length,A=0;d>A;++A){var N,$=u[A];(N=null==l.g.a[12]||l.o||C($,6))||(N=s($,4),N=0==N.length||Al.test(N)),N&&el.test(s($,2))&&l.f.push($)}return R(l,n),n=K(l),0<n.length?n:v(l)?F(l):l.h.toString()}return _(l,n)}function F(l){var n=l.a.toString(),u=n.length;if(u>0){for(var d="",A=0;u>A;A++)d=O(l,n.charAt(A));return l.j?_(l,d):l.h.toString()}return l.b.toString()}function D(l){var n,u=l.a.toString(),A=0;return 1!=C(l.g,10)?n=!1:(n=l.a.toString(),n="1"==n.charAt(0)&&"0"!=n.charAt(1)&&"1"!=n.charAt(1)),n?(A=1,l.b.a("1").a(" "),l.o=!0):null!=l.g.a[15]&&(n=new RegExp("^(?:"+C(l.g,15)+")"),n=u.match(n),null!=n&&null!=n[0]&&0<n[0].length&&(l.o=!0,A=n[0].length,l.b.a(u.substring(0,A)))),d(l.a),l.a.a(u.substring(A)),u.substring(0,A)}function H(l){var n=l.u.toString(),u=new RegExp("^(?:\\+|"+C(l.g,11)+")"),u=n.match(u);return null!=u&&null!=u[0]&&0<u[0].length?(l.o=!0,u=u[0].length,d(l.a),l.a.a(n.substring(u)),d(l.b),l.b.a(n.substring(0,u)),"+"!=n.charAt(0)&&l.b.a(" "),!0):!1}function U(l){if(0==l.a.b.length)return!1;var n,A=new u;l:{if(n=l.a.toString(),0!=n.length&&"0"!=n.charAt(0))for(var N,$=n.length,t=1;3>=t&&$>=t;++t)if(N=parseInt(n.substring(0,t),10),N in z){A.a(n.substring(t)),n=N;break l}n=0}return 0==n?!1:(d(l.a),l.a.a(A.toString()),A=y(n),"001"==A?l.g=T(l.F,""+n):A!=l.C&&(l.g=E(l,A)),l.b.a(""+n).a(" "),l.l="",!0)}function O(l,n){var u=l.m.toString();if(0<=u.substring(l.s).search(l.H)){var A=u.search(l.H),u=u.replace(l.H,n);return d(l.m),l.m.a(u),l.s=A,u.substring(0,l.s+1)}return 1==l.f.length&&(l.j=!1),l.v="",l.h.toString()}var Z=this;u.prototype.b="",u.prototype.set=function(l){this.b=""+l},u.prototype.a=function(l,n,u){if(this.b+=String(l),null!=n)for(var d=1;d<arguments.length;d++)this.b+=arguments[d];return this},u.prototype.toString=function(){return this.b};var V=1,W=2,Y=3,w=4,x=6,J=16,Q=18;i.prototype.set=function(l,n){p(this,l.b,n)},i.prototype.clone=function(){var l=new this.constructor;return l!=this&&(l.a={},l.b&&(l.b={}),a(l,this)),l};var j;n(h,i);var X;n(g,i);var q;n(S,i),h.prototype.i=function(){return j||(j=c(h,{0:{name:"NumberFormat",I:"i18n.phonenumbers.NumberFormat"},1:{name:"pattern",required:!0,c:9,type:String},2:{name:"format",required:!0,c:9,type:String},3:{name:"leading_digits_pattern",G:!0,c:9,type:String},4:{name:"national_prefix_formatting_rule",c:9,type:String},6:{name:"national_prefix_optional_when_formatting",c:8,type:Boolean},5:{name:"domestic_carrier_code_formatting_rule",c:9,type:String}})),j},h.ctor=h,h.ctor.i=h.prototype.i,g.prototype.i=function(){return X||(X=c(g,{0:{name:"PhoneNumberDesc",I:"i18n.phonenumbers.PhoneNumberDesc"},2:{name:"national_number_pattern",c:9,type:String},3:{name:"possible_number_pattern",c:9,type:String},6:{name:"example_number",c:9,type:String},7:{name:"national_number_matcher_data",c:12,type:String},8:{name:"possible_number_matcher_data",c:12,type:String}})),X},g.ctor=g,g.ctor.i=g.prototype.i,S.prototype.i=function(){return q||(q=c(S,{0:{name:"PhoneMetadata",I:"i18n.phonenumbers.PhoneMetadata"},1:{name:"general_desc",c:11,type:g},2:{name:"fixed_line",c:11,type:g},3:{name:"mobile",c:11,type:g},4:{name:"toll_free",c:11,type:g},5:{name:"premium_rate",c:11,type:g},6:{name:"shared_cost",c:11,type:g},7:{name:"personal_number",c:11,type:g},8:{name:"voip",c:11,type:g},21:{name:"pager",c:11,type:g},25:{name:"uan",c:11,type:g},27:{name:"emergency",c:11,type:g},28:{name:"voicemail",c:11,type:g},24:{name:"no_international_dialling",c:11,type:g},9:{name:"id",required:!0,c:9,type:String},10:{name:"country_code",c:5,type:Number},11:{name:"international_prefix",c:9,type:String},17:{name:"preferred_international_prefix",c:9,type:String},12:{name:"national_prefix",c:9,type:String},13:{name:"preferred_extn_prefix",c:9,type:String},15:{name:"national_prefix_for_parsing",c:9,type:String},16:{name:"national_prefix_transform_rule",c:9,type:String},18:{name:"same_mobile_and_fixed_line_pattern",c:8,defaultValue:!1,type:Boolean},19:{name:"number_format",G:!0,c:11,type:h},20:{name:"intl_number_format",G:!0,c:11,type:h},22:{name:"main_country_for_code",c:8,defaultValue:!1,type:Boolean},23:{name:"leading_digits",c:9,type:String},26:{name:"leading_zero_possible",c:8,defaultValue:!1,type:Boolean}})),q},S.ctor=S,S.ctor.i=S.prototype.i,M.prototype.a=function(l){throw new l.b,Error("Unimplemented")},M.prototype.b=function(l,n){if(11==l.a||10==l.a)return n instanceof i?n:this.a(l.j.prototype.i(),n);if(14==l.a){if("string"==typeof n&&k.test(n)){var u=Number(n);if(u>0)return u}return n}if(!l.h)return n;if(u=l.j,u===String){if("number"==typeof n)return String(n)}else if(u===Number&&"string"==typeof n&&("Infinity"===n||"-Infinity"===n||"NaN"===n||k.test(n)))return Number(n);return n};var k=/^-?[0-9]+$/;n(b,M),b.prototype.a=function(l,n){var u=new l.b;return u.g=this,u.a=n,u.b={},u},n(m,b),m.prototype.b=function(l,n){return 8==l.a?!!n:M.prototype.b.apply(this,arguments)},m.prototype.a=function(l,n){return m.M.a.call(this,l,n)};/*
|
36 |
-
|
37 |
-
Copyright (C) 2010 The Libphonenumber Authors
|
38 |
-
|
39 |
-
Licensed under the Apache License, Version 2.0 (the "License");
|
40 |
-
you may not use this file except in compliance with the License.
|
41 |
-
You may obtain a copy of the License at
|
42 |
-
|
43 |
-
http://www.apache.org/licenses/LICENSE-2.0
|
44 |
-
|
45 |
-
Unless required by applicable law or agreed to in writing, software
|
46 |
-
distributed under the License is distributed on an "AS IS" BASIS,
|
47 |
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
48 |
-
See the License for the specific language governing permissions and
|
49 |
-
limitations under the License.
|
50 |
-
*/
|
51 |
-
var z={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI".split(" "),7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],800:["001"],808:["001"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],870:["001"],878:["001"],880:["BD"],881:["001"],882:["001"],883:["001"],886:["TW"],888:["001"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],979:["001"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},ll={800:[null,[null,null,"\\d{8}","\\d{8}",null,null,"12345678"],[null,null,"NA","NA",null,null,"12345678"],[null,null,"NA","NA",null,null,"12345678"],[null,null,"\\d{8}","\\d{8}",null,null,"12345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"001",800,null,null,null,null,null,null,null,1,[[null,"(\\d{4})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],808:[null,[null,null,"\\d{8}","\\d{8}",null,null,"12345678"],[null,null,"NA","NA",null,null,"12345678"],[null,null,"NA","NA",null,null,"12345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"\\d{8}","\\d{8}",null,null,"12345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],"001",808,null,null,null,null,null,null,null,1,[[null,"(\\d{4})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],870:[null,[null,null,"[35-7]\\d{8}","\\d{9}",null,null,"301234567"],[null,null,"NA","NA",null,null,"301234567"],[null,null,"(?:[356]\\d|7[6-8])\\d{7}","\\d{9}",null,null,"301234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"001",870,null,null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],878:[null,[null,null,"1\\d{11}","\\d{12}",null,null,"101234567890"],[null,null,"NA","NA",null,null,"101234567890"],[null,null,"NA","NA",null,null,"101234567890"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"10\\d{10}","\\d{12}",null,null,"101234567890"],"001",878,null,null,null,null,null,null,null,1,[[null,"(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],881:[null,[null,null,"[67]\\d{8}","\\d{9}",null,null,"612345678"],[null,null,"NA","NA",null,null,"612345678"],[null,null,"[67]\\d{8}","\\d{9}",null,null,"612345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"001",881,null,null,null,null,null,null,null,null,[[null,"(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[67]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],882:[null,[null,null,"[13]\\d{6,11}","\\d{7,12}",null,null,"3451234567"],[null,null,"NA","NA",null,null,"3451234567"],[null,null,"3(?:2\\d{3}|37\\d{2}|4(?:2|7\\d{3}))\\d{4}","\\d{7,10}",null,null,"3451234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15678]|9[0689])\\d{4}|6\\d{5,10})|345\\d{7}","\\d{7,12}",null,null,"3451234567"],"001",882,null,null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],[null,"(\\d{2})(\\d{5})","$1 $2",["16|342"]],[null,"(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["34[57]"]],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["348"]],[null,"(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1"]],[null,"(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],[null,"(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["16"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"348[57]\\d{7}","\\d{11}",null,null,"3451234567"]],883:[null,[null,null,"51\\d{7}(?:\\d{3})?","\\d{9}(?:\\d{3})?",null,null,"510012345"],[null,null,"NA","NA",null,null,"510012345"],[null,null,"NA","NA",null,null,"510012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"51(?:00\\d{5}(?:\\d{3})?|[13]0\\d{8})","\\d{9}(?:\\d{3})?",null,null,"510012345"],"001",883,null,null,null,null,null,null,null,1,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],[null,"(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["510"]],[null,"(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],888:[null,[null,null,"\\d{11}","\\d{11}",null,null,"12345678901"],[null,null,"NA","NA",null,null,"12345678901"],[null,null,"NA","NA",null,null,"12345678901"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"001",888,null,null,null,null,null,null,null,1,[[null,"(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"\\d{11}","\\d{11}",null,null,"12345678901"],1,null,[null,null,"NA","NA"]],979:[null,[null,null,"\\d{9}","\\d{9}",null,null,"123456789"],[null,null,"NA","NA",null,null,"123456789"],[null,null,"NA","NA",null,null,"123456789"],[null,null,"NA","NA"],[null,null,"\\d{9}","\\d{9}",null,null,"123456789"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"001",979,null,null,null,null,null,null,null,1,[[null,"(\\d)(\\d{4})(\\d{4})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],AC:[null,[null,null,"[46]\\d{4}|[01589]\\d{5}","\\d{5,6}"],[null,null,"6[2-467]\\d{3}","\\d{5}",null,null,"62889"],[null,null,"4\\d{4}","\\d{5}",null,null,"40123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AC",247,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"[01589]\\d{5}","\\d{6}",null,null,"542011"],null,null,[null,null,"NA","NA"]],AD:[null,[null,null,"(?:[346-9]|180)\\d{5}","\\d{6,8}"],[null,null,"[78]\\d{5}","\\d{6}",null,null,"712345"],[null,null,"[346]\\d{5}","\\d{6}",null,null,"312345"],[null,null,"180[02]\\d{4}","\\d{8}",null,null,"18001234"],[null,null,"9\\d{5}","\\d{6}",null,null,"912345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AD",376,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{3})","$1 $2",["[346-9]"]],[null,"(180[02])(\\d{4})","$1 $2",["1"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AE:[null,[null,null,"[2-79]\\d{7,8}|800\\d{2,9}","\\d{5,12}"],[null,null,"[2-4679][2-8]\\d{6}","\\d{7,8}",null,null,"22345678"],[null,null,"5[0256]\\d{7}","\\d{9}",null,null,"501234567"],[null,null,"400\\d{6}|800\\d{2,9}","\\d{5,12}",null,null,"800123456"],[null,null,"900[02]\\d{5}","\\d{9}",null,null,"900234567"],[null,null,"700[05]\\d{5}","\\d{9}",null,null,"700012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AE",971,"00","0",null,null,"0",null,null,null,[[null,"([2-4679])(\\d{3})(\\d{4})","$1 $2 $3",["[2-4679][2-8]"],"0$1"],[null,"(5[0256])(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],[null,"([479]00)(\\d)(\\d{5})","$1 $2 $3",["[479]0"],"$1"],[null,"([68]00)(\\d{2,9})","$1 $2",["60|8"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"600[25]\\d{5}","\\d{9}",null,null,"600212345"],null,null,[null,null,"NA","NA"]],AF:[null,[null,null,"[2-7]\\d{8}","\\d{7,9}"],[null,null,"(?:[25][0-8]|[34][0-4]|6[0-5])[2-9]\\d{6}","\\d{7,9}",null,null,"234567890"],[null,null,"7(?:[014-9]\\d{7}|2[89]\\d{6})","\\d{9}",null,null,"701234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AF",93,"00","0",null,null,"0",null,null,null,[[null,"([2-7]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AG:[null,[null,null,"[2589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"268(?:4(?:6[0-38]|84)|56[0-2])\\d{4}","\\d{7}(?:\\d{3})?",null,null,"2684601234"],[null,null,"268(?:464|7(?:2[0-9]|64|7[0-689]|8[02-68]))\\d{4}","\\d{10}",null,null,"2684641234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"26848[01]\\d{4}","\\d{10}",null,null,"2684801234"],"AG",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"26840[69]\\d{4}","\\d{10}",null,null,"2684061234"],null,"268",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AI:[null,[null,null,"[2589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"2644(?:6[12]|9[78])\\d{4}","\\d{7}(?:\\d{3})?",null,null,"2644612345"],[null,null,"264(?:235|476|5(?:3[6-9]|8[1-4])|7(?:29|72))\\d{4}","\\d{10}",null,null,"2642351234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"AI",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"264",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AL:[null,[null,null,"[2-57]\\d{7}|6\\d{8}|8\\d{5,7}|9\\d{5}","\\d{5,9}"],[null,null,"(?:2(?:[168][1-9]|[247]\\d|9[1-7])|3(?:1[1-3]|[2-6]\\d|[79][1-8]|8[1-9])|4\\d{2}|5(?:1[1-4]|[2-578]\\d|6[1-5]|9[1-7])|8(?:[19][1-5]|[2-6]\\d|[78][1-7]))\\d{5}","\\d{5,8}",null,null,"22345678"],[null,null,"6[6-9]\\d{7}","\\d{9}",null,null,"661234567"],[null,null,"800\\d{4}","\\d{7}",null,null,"8001234"],[null,null,"900\\d{3}","\\d{6}",null,null,"900123"],[null,null,"808\\d{3}","\\d{6}",null,null,"808123"],[null,null,"700\\d{5}","\\d{8}",null,null,"70012345"],[null,null,"NA","NA"],"AL",355,"00","0",null,null,"0",null,null,null,[[null,"(4)(\\d{3})(\\d{4})","$1 $2 $3",["4[0-6]"],"0$1"],[null,"(6[6-9])(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4[7-9]"],"0$1"],[null,"(\\d{3})(\\d{3,5})","$1 $2",["[235][16-9]|8[016-9]|[79]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AM:[null,[null,null,"[1-9]\\d{7}","\\d{5,8}"],[null,null,"(?:1[01]\\d|2(?:2[2-46]|3[1-8]|4[2-69]|5[2-7]|6[1-9]|8[1-7])|3[12]2|47\\d)\\d{5}","\\d{5,8}",null,null,"10123456"],[null,null,"(?:4[139]|55|77|9[1-9])\\d{6}","\\d{8}",null,null,"77123456"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"90[016]\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"80[1-4]\\d{5}","\\d{8}",null,null,"80112345"],[null,null,"NA","NA"],[null,null,"60[2-6]\\d{5}","\\d{8}",null,null,"60271234"],"AM",374,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],[null,"(\\d{2})(\\d{6})","$1 $2",["4[139]|[5-7]|9[1-9]"],"0$1"],[null,"(\\d{3})(\\d{5})","$1 $2",["[23]"],"(0$1)"],[null,"(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8|90"],"0 $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AO:[null,[null,null,"[29]\\d{8}","\\d{9}"],[null,null,"2\\d(?:[26-9]\\d|\\d[26-9])\\d{5}","\\d{9}",null,null,"222123456"],[null,null,"9[1-49]\\d{7}","\\d{9}",null,null,"923123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AO",244,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AR:[null,[null,null,"11\\d{8}|[2368]\\d{9}|9\\d{10}","\\d{6,11}"],[null,null,"11\\d{8}|(?:2(?:2(?:[013]\\d|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[067]\\d)|4(?:7[3-8]|9\\d)|6(?:[01346]\\d|2[24-6]|5[15-8])|80\\d|9(?:[0124789]\\d|3[1-6]|5[234]|6[2-46]))|3(?:3(?:2[79]|6\\d|8[2578])|4(?:[78]\\d|0[0124-9]|[1-35]\\d|4[24-7]|6[02-9]|9[123678])|5(?:[138]\\d|2[1245]|4[1-9]|6[2-4]|7[1-6])|6[24]\\d|7(?:[0469]\\d|1[1568]|2[013-9]|3[145]|5[14-8]|7[2-57]|8[0-24-9])|8(?:[013578]\\d|2[15-7]|4[13-6]|6[1-357-9]|9[124]))|670\\d)\\d{6}","\\d{6,10}",null,null,"1123456789"],[null,null,"675\\d{7}|9(?:11[2-9]\\d{7}|(?:2(?:2[013]|3[067]|49|6[01346]|80|9[147-9])|3(?:36|4[12358]|5[138]|6[24]|7[069]|8[013578]))[2-9]\\d{6}|\\d{4}[2-9]\\d{5})","\\d{6,11}",null,null,"91123456789"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"60[04579]\\d{7}","\\d{10}",null,null,"6001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AR",54,"00","0",null,null,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))?15)?","9$1",null,null,[[null,"([68]\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],[null,"(\\d{2})(\\d{4})","$1-$2",["[2-9]"],"$1"],[null,"(\\d{3})(\\d{4})","$1-$2",["[2-9]"],"$1"],[null,"(\\d{4})(\\d{4})","$1-$2",["[2-9]"],"$1"],[null,"(9)(11)(\\d{4})(\\d{4})","$2 15-$3-$4",["911"],"0$1"],[null,"(9)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9(?:2[234689]|3[3-8])","9(?:2(?:2[013]|3[067]|49|6[01346]|80|9[147-9])|3(?:36|4[1-358]|5[138]|6[24]|7[069]|8[013578]))","9(?:2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3[456]|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45])))","9(?:2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3(?:4|5[014]|6[1239])|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45])))"],"0$1"],[null,"(9)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9[23]"],"0$1"],[null,"(11)(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["2(?:2[013]|3[067]|49|6[01346]|80|9[147-9])|3(?:36|4[1-358]|5[138]|6[24]|7[069]|8[013578])","2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3[456]|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45]))","2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3(?:4|5[014]|6[1239])|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45]))"],"0$1",null,1],[null,"(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["[23]"],"0$1",null,1],[null,"(\\d{3})","$1",["1[012]|911"],"$1"]],[[null,"([68]\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],[null,"(9)(11)(\\d{4})(\\d{4})","$1 $2 $3-$4",["911"]],[null,"(9)(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3-$4",["9(?:2[234689]|3[3-8])","9(?:2(?:2[013]|3[067]|49|6[01346]|80|9[147-9])|3(?:36|4[1-358]|5[138]|6[24]|7[069]|8[013578]))","9(?:2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3[456]|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45])))","9(?:2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3(?:4|5[014]|6[1239])|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45])))"]],[null,"(9)(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3-$4",["9[23]"]],[null,"(11)(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["2(?:2[013]|3[067]|49|6[01346]|80|9[147-9])|3(?:36|4[1-358]|5[138]|6[24]|7[069]|8[013578])","2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3[456]|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45]))","2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3(?:4|5[014]|6[1239])|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45]))"],"0$1",null,1],[null,"(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["[23]"],"0$1",null,1]],[null,null,"NA","NA"],null,null,[null,null,"810\\d{7}","\\d{10}",null,null,"8101234567"],[null,null,"810\\d{7}","\\d{10}",null,null,"8101234567"],null,null,[null,null,"NA","NA"]],AS:[null,[null,null,"[5689]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"6846(?:22|33|44|55|77|88|9[19])\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6846221234"],[null,null,"684(?:2(?:5[2468]|72)|7(?:3[13]|70))\\d{4}","\\d{10}",null,null,"6847331234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"AS",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"684",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AT:[null,[null,null,"[1-9]\\d{3,12}","\\d{3,13}"],[null,null,"1\\d{3,12}|(?:2(?:1[467]|2[13-8]|5[2357]|6[1-46-8]|7[1-8]|8[124-7]|9[1458])|3(?:1[1-8]|3[23568]|4[5-7]|5[1378]|6[1-38]|8[3-68])|4(?:2[1-8]|35|63|7[1368]|8[2457])|5(?:12|2[1-8]|3[357]|4[147]|5[12578]|6[37])|6(?:13|2[1-47]|4[1-35-8]|5[468]|62)|7(?:2[1-8]|3[25]|4[13478]|5[68]|6[16-8]|7[1-6]|9[45]))\\d{3,10}","\\d{3,13}",null,null,"1234567890"],[null,null,"6(?:5[0-3579]|6[013-9]|[7-9]\\d)\\d{4,10}","\\d{7,13}",null,null,"664123456"],[null,null,"800\\d{6,10}","\\d{9,13}",null,null,"800123456"],[null,null,"(?:9(?:0[01]|3[019]))\\d{6,10}","\\d{9,13}",null,null,"900123456"],[null,null,"8(?:10\\d|2(?:[01]\\d|8\\d?))\\d{5,9}","\\d{8,13}",null,null,"810123456"],[null,null,"NA","NA"],[null,null,"780\\d{6,10}","\\d{9,13}",null,null,"780123456"],"AT",43,"00","0",null,null,"0",null,null,null,[[null,"(116\\d{3})","$1",["116"],"$1"],[null,"(1)(\\d{3,12})","$1 $2",["1"],"0$1"],[null,"(5\\d)(\\d{3,5})","$1 $2",["5[079]"],"0$1"],[null,"(5\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["5[079]"],"0$1"],[null,"(5\\d)(\\d{4})(\\d{4,7})","$1 $2 $3",["5[079]"],"0$1"],[null,"(\\d{3})(\\d{3,10})","$1 $2",["316|46|51|732|6(?:5[0-3579]|[6-9])|7(?:[28]0)|[89]"],"0$1"],[null,"(\\d{4})(\\d{3,9})","$1 $2",["2|3(?:1[1-578]|[3-8])|4[2378]|5[2-6]|6(?:[12]|4[1-9]|5[468])|7(?:2[1-8]|35|4[1-8]|[5-79])"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"5(?:(?:0[1-9]|17)\\d{2,10}|[79]\\d{3,11})|720\\d{6,10}","\\d{5,13}",null,null,"50123"],null,null,[null,null,"NA","NA"]],AU:[null,[null,null,"[1-578]\\d{5,9}","\\d{6,10}"],[null,null,"[237]\\d{8}|8(?:[6-8]\\d{3}|9(?:[02-9]\\d{2}|1(?:[0-57-9]\\d|6[0135-9])))\\d{4}","\\d{8,9}",null,null,"212345678"],[null,null,"14(?:5\\d|71)\\d{5}|4(?:[0-3]\\d|4[47-9]|5[0-25-9]|6[6-9]|7[02-9]|8[147-9]|9[017-9])\\d{6}","\\d{9}",null,null,"412345678"],[null,null,"180(?:0\\d{3}|2)\\d{3}","\\d{7,10}",null,null,"1800123456"],[null,null,"19(?:0[0126]\\d|[679])\\d{5}","\\d{8,10}",null,null,"1900123456"],[null,null,"13(?:00\\d{3}|45[0-4]|\\d)\\d{3}","\\d{6,10}",null,null,"1300123456"],[null,null,"500\\d{6}","\\d{9}",null,null,"500123456"],[null,null,"550\\d{6}","\\d{9}",null,null,"550123456"],"AU",61,"(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]","0",null,null,"0",null,"0011",null,[[null,"([2378])(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[45]|14"],"0$1"],[null,"(16)(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],[null,"(1[389]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[38]0|90)","1(?:[38]00|90)"],"$1"],[null,"(180)(2\\d{3})","$1 $2",["180","1802"],"$1"],[null,"(19\\d)(\\d{3})","$1 $2",["19[13]"],"$1"],[null,"(19\\d{2})(\\d{4})","$1 $2",["19[679]"],"$1"],[null,"(13)(\\d{2})(\\d{2})","$1 $2 $3",["13[1-9]"],"$1"]],null,[null,null,"16\\d{3,7}","\\d{5,9}",null,null,"1612345"],1,null,[null,null,"1(?:3(?:00\\d{3}|45[0-4]|\\d)\\d{3}|80(?:0\\d{6}|2\\d{3}))","\\d{6,10}",null,null,"1300123456"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AW:[null,[null,null,"[25-9]\\d{6}","\\d{7}"],[null,null,"5(?:2\\d|8[1-9])\\d{4}","\\d{7}",null,null,"5212345"],[null,null,"(?:5(?:6\\d|9[2-478])|6(?:[039]0|22|4[01]|6[0-2])|7[34]\\d|9(?:6[45]|9[4-8]))\\d{4}","\\d{7}",null,null,"5601234"],[null,null,"800\\d{4}","\\d{7}",null,null,"8001234"],[null,null,"900\\d{4}","\\d{7}",null,null,"9001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"28\\d{5}|501\\d{4}","\\d{7}",null,null,"5011234"],"AW",297,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],AX:[null,[null,null,"[135]\\d{5,9}|[27]\\d{4,9}|4\\d{5,10}|6\\d{7,8}|8\\d{6,9}","\\d{5,12}"],[null,null,"18[1-8]\\d{3,9}","\\d{6,12}",null,null,"1812345678"],[null,null,"4\\d{5,10}|50\\d{4,8}","\\d{6,11}",null,null,"412345678"],[null,null,"800\\d{4,7}","\\d{7,10}",null,null,"8001234567"],[null,null,"[67]00\\d{5,6}","\\d{8,9}",null,null,"600123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AX",358,"00|99[049]","0",null,null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"[13]00\\d{3,7}|2(?:0(?:0\\d{3,7}|2[023]\\d{1,6}|9[89]\\d{1,6}))|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{2,7})","\\d{5,10}",null,null,"100123"],[null,null,"[13]0\\d{4,8}|2(?:0(?:[016-8]\\d{3,7}|[2-59]\\d{2,7})|9\\d{4,8})|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{2,7})","\\d{5,10}",null,null,"10112345"],null,null,[null,null,"NA","NA"]],AZ:[null,[null,null,"[1-9]\\d{8}","\\d{7,9}"],[null,null,"(?:1[28]\\d|2(?:02|1[24]|2[2-4]|33|[45]2|6[23])|365)\\d{6}","\\d{7,9}",null,null,"123123456"],[null,null,"(?:4[04]|5[015]|60|7[07])\\d{7}","\\d{9}",null,null,"401234567"],[null,null,"88\\d{7}","\\d{9}",null,null,"881234567"],[null,null,"900200\\d{3}","\\d{9}",null,null,"900200123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"AZ",994,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["(?:1[28]|2(?:[45]2|[0-36])|365)"],"(0$1)"],[null,"(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[4-8]"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BA:[null,[null,null,"[3-9]\\d{7,8}","\\d{6,9}"],[null,null,"(?:[35]\\d|49)\\d{6}","\\d{6,8}",null,null,"30123456"],[null,null,"6(?:03|44|71|[1-356])\\d{6}","\\d{8,9}",null,null,"61123456"],[null,null,"8[08]\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"9[0246]\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"8[12]\\d{6}","\\d{8}",null,null,"82123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BA",387,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-356]|[7-9]"],"0$1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6[047]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"70[23]\\d{5}","\\d{8}",null,null,"70223456"],null,null,[null,null,"NA","NA"]],BB:[null,[null,null,"[2589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7(?:37|57)|9(?:1[89]|63))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"2464123456"],[null,null,"246(?:2(?:[356]\\d|4[0-57-9]|8[0-79])|45\\d|8(?:[2-5]\\d|83))\\d{4}","\\d{10}",null,null,"2462501234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900\\d{7}|246976\\d{4}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"24631\\d{5}","\\d{10}",null,null,"2463101234"],"BB",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"246",[null,null,"NA","NA"],[null,null,"246(?:292|41[7-9]|43[01])\\d{4}","\\d{10}",null,null,"2464301234"],null,null,[null,null,"NA","NA"]],BD:[null,[null,null,"[2-79]\\d{5,9}|1\\d{9}|8[0-7]\\d{4,8}","\\d{6,10}"],[null,null,"2(?:550\\d|7(?:1[0-267]|2[0-289]|3[0-29]|[46][01]|5[1-3]|7[017]|91)|8(?:0[125]|[139][1-6]|2[0157-9]|6[1-35]|7[1-5]|8[1-8]|90)|9(?:0[0-2]|1[0-4]|2[568]|3[3-6]|5[5-7]|6[0167]|7[15]|8[0146-8]))\\d{4}|3(?:12?[5-7]\\d{2}|0(?:2(?:[025-79]\\d|[348]\\d{1,2})|3(?:[2-4]\\d|[56]\\d?))|2(?:1\\d{2}|2(?:[12]\\d|[35]\\d{1,2}|4\\d?))|3(?:1\\d{2}|2(?:[2356]\\d|4\\d{1,2}))|4(?:1\\d{2}|2(?:2\\d{1,2}|[47]|5\\d{2}))|5(?:1\\d{2}|29)|[67]1\\d{2}|8(?:1\\d{2}|2(?:2\\d{2}|3|4\\d)))\\d{3}|4(?:0(?:2(?:[09]\\d|7)|33\\d{2})|1\\d{3}|2(?:1\\d{2}|2(?:[25]\\d?|[348]\\d|[67]\\d{1,2}))|3(?:1\\d{2}(?:\\d{2})?|2(?:[045]\\d|[236-9]\\d{1,2})|32\\d{2})|4(?:[18]\\d{2}|2(?:[2-46]\\d{2}|3)|5[25]\\d{2})|5(?:1\\d{2}|2(?:3\\d|5))|6(?:[18]\\d{2}|2(?:3(?:\\d{2})?|[46]\\d{1,2}|5\\d{2}|7\\d)|5(?:3\\d?|4\\d|[57]\\d{1,2}|6\\d{2}|8))|71\\d{2}|8(?:[18]\\d{2}|23\\d{2}|54\\d{2})|9(?:[18]\\d{2}|2[2-5]\\d{2}|53\\d{1,2}))\\d{3}|5(?:02[03489]\\d{2}|1\\d{2}|2(?:1\\d{2}|2(?:2(?:\\d{2})?|[457]\\d{2}))|3(?:1\\d{2}|2(?:[37](?:\\d{2})?|[569]\\d{2}))|4(?:1\\d{2}|2[46]\\d{2})|5(?:1\\d{2}|26\\d{1,2})|6(?:[18]\\d{2}|2|53\\d{2})|7(?:1|24)\\d{2}|8(?:1|26)\\d{2}|91\\d{2})\\d{3}|6(?:0(?:1\\d{2}|2(?:3\\d{2}|4\\d{1,2}))|2(?:2[2-5]\\d{2}|5(?:[3-5]\\d{2}|7)|8\\d{2})|3(?:1|2[3478])\\d{2}|4(?:1|2[34])\\d{2}|5(?:1|2[47])\\d{2}|6(?:[18]\\d{2}|6(?:2(?:2\\d|[34]\\d{2})|5(?:[24]\\d{2}|3\\d|5\\d{1,2})))|72[2-5]\\d{2}|8(?:1\\d{2}|2[2-5]\\d{2})|9(?:1\\d{2}|2[2-6]\\d{2}))\\d{3}|7(?:(?:02|[3-589]1|6[12]|72[24])\\d{2}|21\\d{3}|32)\\d{3}|8(?:(?:4[12]|[5-7]2|1\\d?)|(?:0|3[12]|[5-7]1|217)\\d)\\d{4}|9(?:[35]1|(?:[024]2|81)\\d|(?:1|[24]1)\\d{2})\\d{3}","\\d{6,9}",null,null,"27111234"],[null,null,"(?:1[13-9]\\d|(?:3[78]|44)[02-9]|6(?:44|6[02-9]))\\d{7}","\\d{10}",null,null,"1812345678"],[null,null,"80[03]\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"96(?:0[49]|1[0-4]|6[69])\\d{6}","\\d{10}",null,null,"9604123456"],"BD",880,"00[12]?","0",null,null,"0",null,"00",null,[[null,"(2)(\\d{7,8})","$1-$2",["2"],"0$1"],[null,"(\\d{2})(\\d{4,6})","$1-$2",["[3-79]1"],"0$1"],[null,"(\\d{4})(\\d{3,6})","$1-$2",["1|3(?:0|[2-58]2)|4(?:0|[25]2|3[23]|[4689][25])|5(?:[02-578]2|6[25])|6(?:[0347-9]2|[26][25])|7[02-9]2|8(?:[023][23]|[4-7]2)|9(?:[02][23]|[458]2|6[016])"],"0$1"],[null,"(\\d{3})(\\d{3,7})","$1-$2",["[3-79][2-9]|8"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BE:[null,[null,null,"[1-9]\\d{7,8}","\\d{8,9}"],[null,null,"(?:1[0-69]|[23][2-8]|4[23]|5\\d|6[013-57-9]|71|8[1-79]|9[2-4])\\d{6}|80[2-8]\\d{5}","\\d{8}",null,null,"12345678"],[null,null,"4(?:6[0135-8]|[79]\\d|8[3-9])\\d{6}","\\d{9}",null,null,"470123456"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"(?:70[2-467]|90[0-79])\\d{5}","\\d{8}",null,null,"90123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BE",32,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4[6-9]"],"0$1"],[null,"(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[23]|4[23]|9[2-4]"],"0$1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[156]|7[018]|8(?:0[1-9]|[1-79])"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"78\\d{6}","\\d{8}",null,null,"78123456"],null,null,[null,null,"NA","NA"]],BF:[null,[null,null,"[267]\\d{7}","\\d{8}"],[null,null,"2(?:0(?:49|5[23]|9[016-9])|4(?:4[569]|5[4-6]|7[0179])|5(?:[34]\\d|50))\\d{4}","\\d{8}",null,null,"20491234"],[null,null,"6(?:[0-689]\\d|7[0-5])\\d{5}|7\\d{7}","\\d{8}",null,null,"70123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BF",226,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BG:[null,[null,null,"[23567]\\d{5,7}|[489]\\d{6,8}","\\d{5,9}"],[null,null,"2(?:[0-8]\\d{5,6}|9\\d{4,6})|(?:[36]\\d|5[1-9]|8[1-6]|9[1-7])\\d{5,6}|(?:4(?:[124-7]\\d|3[1-6])|7(?:0[1-9]|[1-9]\\d))\\d{4,5}","\\d{5,8}",null,null,"2123456"],[null,null,"(?:8[7-9]\\d|9(?:8\\d|99))\\d{6}|4(?:3[0789]|8\\d)\\d{5}","\\d{8,9}",null,null,"48123456"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"90\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"NA","NA"],[null,null,"700\\d{5}","\\d{5,9}",null,null,"70012345"],[null,null,"NA","NA"],"BG",359,"00","0",null,null,"0",null,null,null,[[null,"(2)(\\d{5})","$1 $2",["29"],"0$1"],[null,"(2)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],[null,"(\\d{3})(\\d{4})","$1 $2",["43[124-7]|70[1-9]"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[124-7]|70[1-9]"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[78]00"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["999"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["48|8[7-9]|9[08]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BH:[null,[null,null,"[136-9]\\d{7}","\\d{8}"],[null,null,"(?:1(?:3[1356]|6[0156]|7\\d)\\d|6(?:1[16]\\d|500|6(?:0\\d|3[12]|44|7[7-9])|9[69][69])|7(?:1(?:11|78)|7\\d{2}))\\d{4}","\\d{8}",null,null,"17001234"],[null,null,"(?:3(?:[1-4679]\\d|5[013569]|8[0-47-9])\\d|6(?:3(?:00|33|6[16])|6(?:[69]\\d|3[03-9]|7[0-6])))\\d{4}","\\d{8}",null,null,"36001234"],[null,null,"80\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"(?:87|9[014578])\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"84\\d{6}","\\d{8}",null,null,"84123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BH",973,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],
|
52 |
-
BI:[null,[null,null,"[267]\\d{7}","\\d{8}"],[null,null,"22\\d{6}","\\d{8}",null,null,"22201234"],[null,null,"(?:29|6[189]|7[124-9])\\d{6}","\\d{8}",null,null,"79561234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BI",257,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BJ:[null,[null,null,"[2689]\\d{7}|7\\d{3}","\\d{4,8}"],[null,null,"2(?:02|1[037]|2[45]|3[68])\\d{5}","\\d{8}",null,null,"20211234"],[null,null,"(?:6[1-8]|9[03-9])\\d{6}","\\d{8}",null,null,"90011234"],[null,null,"7[3-5]\\d{2}","\\d{4}",null,null,"7312"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"857[58]\\d{4}","\\d{8}",null,null,"85751234"],"BJ",229,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"81\\d{6}","\\d{8}",null,null,"81123456"],null,null,[null,null,"NA","NA"]],BL:[null,[null,null,"[56]\\d{8}","\\d{9}"],[null,null,"590(?:2[7-9]|5[12]|87)\\d{4}","\\d{9}",null,null,"590271234"],[null,null,"690(?:0[0-7]|[1-9]\\d)\\d{4}","\\d{9}",null,null,"690301234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BL",590,"00","0",null,null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BM:[null,[null,null,"[4589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"441(?:2(?:02|23|61|[3479]\\d)|[46]\\d{2}|5(?:4\\d|60|89)|824)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"4412345678"],[null,null,"441(?:[37]\\d|5[0-39])\\d{5}","\\d{10}",null,null,"4413701234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"BM",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"441",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BN:[null,[null,null,"[2-578]\\d{6}","\\d{7}"],[null,null,"2(?:[013-9]\\d|2[0-7])\\d{4}|[3-5]\\d{6}","\\d{7}",null,null,"2345678"],[null,null,"22[89]\\d{4}|[78]\\d{6}","\\d{7}",null,null,"7123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BN",673,"00",null,null,null,null,null,null,null,[[null,"([2-578]\\d{2})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BO:[null,[null,null,"[23467]\\d{7}","\\d{7,8}"],[null,null,"(?:2(?:2\\d{2}|5(?:11|[258]\\d|9[67])|6(?:12|2\\d|9[34])|8(?:2[34]|39|62))|3(?:3\\d{2}|4(?:6\\d|8[24])|8(?:25|42|5[257]|86|9[25])|9(?:2\\d|3[234]|4[248]|5[24]|6[2-6]|7\\d))|4(?:4\\d{2}|6(?:11|[24689]\\d|72)))\\d{4}","\\d{7,8}",null,null,"22123456"],[null,null,"[67]\\d{7}","\\d{8}",null,null,"71234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BO",591,"00(1\\d)?","0",null,null,"0(1\\d)?",null,null,null,[[null,"([234])(\\d{7})","$1 $2",["[234]"],null,"0$CC $1"],[null,"([67]\\d{7})","$1",["[67]"],null,"0$CC $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BQ:[null,[null,null,"[347]\\d{6}","\\d{7}"],[null,null,"(?:318[023]|416[023]|7(?:1[578]|50)\\d)\\d{3}","\\d{7}",null,null,"7151234"],[null,null,"(?:318[14-68]|416[15-9]|7(?:0[01]|7[07]|[89]\\d)\\d)\\d{3}","\\d{7}",null,null,"3181234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BQ",599,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BR:[null,[null,null,"[1-46-9]\\d{7,10}|5\\d{8,9}","\\d{8,11}"],[null,null,"(?:[14689][1-9]|2[12478]|3[1-578]|5[1-5]|7[13-579])[2-5]\\d{7}","\\d{8,11}",null,null,"1123456789"],[null,null,"1[1-9](?:7|9\\d)\\d{7}|(?:2[12478]|3[1-578]|[689][1-9]|7[13-579])(?:[6-8]|9\\d?)\\d{7}|(?:4[1-9]|5[1-5])[6-9]\\d{7}","\\d{10,11}",null,null,"11961234567"],[null,null,"800\\d{6,7}","\\d{8,11}",null,null,"800123456"],[null,null,"(?:300|[59]00\\d?)\\d{6}","\\d{8,11}",null,null,"300123456"],[null,null,"(?:300\\d(?:\\d{2})?|40(?:0\\d|20))\\d{4}","\\d{8,10}",null,null,"40041234"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BR",55,"00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","0",null,null,"0(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2",null,null,[[null,"(\\d{4})(\\d{4})","$1-$2",["[2-9](?:[1-9]|0[1-9])"],"$1"],[null,"(\\d{5})(\\d{4})","$1-$2",["9(?:[1-9]|0[1-9])"],"$1"],[null,"(\\d{3,5})","$1",["1[125689]"],"$1"],[null,"(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["(?:[1689][1-9]|2[12478]|3[1-578]|7[13-579])9"],"($1)","0 $CC ($1)"],[null,"(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["[1-9][1-9]"],"($1)","0 $CC ($1)"],[null,"(\\d{4})(\\d{4})","$1-$2",["(?:300|40(?:0|20))"]],[null,"([3589]00)(\\d{2,3})(\\d{4})","$1 $2 $3",["[3589]00"],"0$1"]],[[null,"(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["(?:[1689][1-9]|2[12478]|3[1-578]|7[13-579])9"],"($1)","0 $CC ($1)"],[null,"(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["[1-9][1-9]"],"($1)","0 $CC ($1)"],[null,"(\\d{4})(\\d{4})","$1-$2",["(?:300|40(?:0|20))"]],[null,"([3589]00)(\\d{2,3})(\\d{4})","$1 $2 $3",["[3589]00"],"0$1"]],[null,null,"NA","NA"],null,null,[null,null,"(?:300\\d|40(?:0\\d|20))\\d{4}","\\d{8}",null,null,"40041234"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BS:[null,[null,null,"[2589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[3467]|8[0-4]|9[2-467])|461|502|6(?:0[1-3]|12|7[67]|8[78]|9[89])|7(?:02|88))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"2423456789"],[null,null,"242(?:3(?:5[79]|[79]5)|4(?:[2-4][1-9]|5[1-8]|6[2-8]|7\\d|81)|5(?:2[45]|3[35]|44|5[1-9]|65|77)|6[34]6|727)\\d{4}","\\d{10}",null,null,"2423591234"],[null,null,"242300\\d{4}|8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"BS",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"242",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BT:[null,[null,null,"[1-8]\\d{6,7}","\\d{6,8}"],[null,null,"(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\\d{5}","\\d{6,7}",null,null,"2345678"],[null,null,"(?:1[67]|77)\\d{6}","\\d{8}",null,null,"17123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BT",975,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1|77"]],[null,"([2-8])(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BW:[null,[null,null,"[2-79]\\d{6,7}","\\d{7,8}"],[null,null,"(?:2(?:4[0-48]|6[0-24]|9[0578])|3(?:1[0235-9]|55|[69]\\d|7[01])|4(?:6[03]|7[1267]|9[0-5])|5(?:3[0389]|4[0489]|7[1-47]|88|9[0-49])|6(?:2[1-35]|5[149]|8[067]))\\d{4}","\\d{7}",null,null,"2401234"],[null,null,"7(?:[1-6]\\d|7[014-8])\\d{5}","\\d{8}",null,null,"71123456"],[null,null,"NA","NA"],[null,null,"90\\d{5}","\\d{7}",null,null,"9012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"79[12][01]\\d{4}","\\d{8}",null,null,"79101234"],"BW",267,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[2-6]"]],[null,"(7\\d)(\\d{3})(\\d{3})","$1 $2 $3",["7"]],[null,"(90)(\\d{5})","$1 $2",["9"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BY:[null,[null,null,"[1-4]\\d{8}|800\\d{3,7}|[89]\\d{9,10}","\\d{6,11}"],[null,null,"(?:1(?:5(?:1[1-5]|[24]\\d|6[2-4]|9[1-7])|6(?:[235]\\d|4[1-7])|7\\d{2})|2(?:1(?:[246]\\d|3[0-35-9]|5[1-9])|2(?:[235]\\d|4[0-8])|3(?:[26]\\d|3[02-79]|4[024-7]|5[03-7])))\\d{5}","\\d{6,11}",null,null,"152450911"],[null,null,"(?:2(?:5[5679]|9[1-9])|33\\d|44\\d)\\d{6}","\\d{9}",null,null,"294911911"],[null,null,"8(?:0[13]|20\\d)\\d{7}|800\\d{3,7}","\\d{6,11}",null,null,"8011234567"],[null,null,"(?:810|902)\\d{7}","\\d{10}",null,null,"9021234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"249\\d{6}","\\d{9}",null,null,"249123456"],"BY",375,"810","8",null,null,"8?0?",null,"8~10",null,[[null,"(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["17[0-3589]|2[4-9]|[34]","17(?:[02358]|1[0-2]|9[0189])|2[4-9]|[34]"],"8 0$1"],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:5[24]|6[235]|7[467])|2(?:1[246]|2[25]|3[26])","1(?:5[24]|6(?:2|3[04-9]|5[0346-9])|7(?:[46]|7[37-9]))|2(?:1[246]|2[25]|3[26])"],"8 0$1"],[null,"(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],[null,"([89]\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8[01]|9"],"8 $1"],[null,"(82\\d)(\\d{4})(\\d{4})","$1 $2 $3",["82"],"8 $1"],[null,"(800)(\\d{3})","$1 $2",["800"],"8 $1"],[null,"(800)(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"8(?:[013]|[12]0)\\d{8}|800\\d{3,7}|902\\d{7}","\\d{6,11}",null,null,"82012345678"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],BZ:[null,[null,null,"[2-8]\\d{6}|0\\d{10}","\\d{7}(?:\\d{4})?"],[null,null,"[234578][02]\\d{5}","\\d{7}",null,null,"2221234"],[null,null,"6[0-35-7]\\d{5}","\\d{7}",null,null,"6221234"],[null,null,"0800\\d{7}","\\d{11}",null,null,"08001234123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"BZ",501,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],[null,"(0)(800)(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],CA:[null,[null,null,"[2-9]\\d{9}|3\\d{6}","\\d{7}(?:\\d{3})?"],[null,null,"(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|65)|4(?:03|1[68]|3[178]|50)|5(?:06|1[49]|48|79|8[17])|6(?:0[04]|13|22|39|47)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}|310\\d{4}","\\d{7}(?:\\d{3})?",null,null,"2042345678"],[null,null,"(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|65)|4(?:03|1[68]|3[178]|50)|5(?:06|1[49]|48|79|8[17])|6(?:0[04]|13|22|39|47)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}","\\d{7}(?:\\d{3})?",null,null,"2042345678"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}|310\\d{4}","\\d{7}(?:\\d{3})?",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"CA",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CC:[null,[null,null,"[1458]\\d{5,9}","\\d{6,10}"],[null,null,"89162\\d{4}","\\d{8,9}",null,null,"891621234"],[null,null,"14(?:5\\d|71)\\d{5}|4(?:[0-2]\\d|3[0-57-9]|4[47-9]|5[0-25-9]|6[6-9]|7[02-9]|8[147-9]|9[017-9])\\d{6}","\\d{9}",null,null,"412345678"],[null,null,"180(?:0\\d{3}|2)\\d{3}","\\d{7,10}",null,null,"1800123456"],[null,null,"190[0126]\\d{6}","\\d{10}",null,null,"1900123456"],[null,null,"13(?:00\\d{2})?\\d{4}","\\d{6,10}",null,null,"1300123456"],[null,null,"500\\d{6}","\\d{9}",null,null,"500123456"],[null,null,"550\\d{6}","\\d{9}",null,null,"550123456"],"CC",61,"(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]","0",null,null,"0",null,"0011",null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CD:[null,[null,null,"[2-6]\\d{6}|[18]\\d{6,8}|9\\d{8}","\\d{7,9}"],[null,null,"1(?:2\\d{7}|\\d{6})|[2-6]\\d{6}","\\d{7,9}",null,null,"1234567"],[null,null,"8(?:[0-2459]\\d{2}|8)\\d{5}|9[7-9]\\d{7}","\\d{7,9}",null,null,"991234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CD",243,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["12"],"0$1"],[null,"([89]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8[0-2459]|9"],"0$1"],[null,"(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],[null,"(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CF:[null,[null,null,"[278]\\d{7}","\\d{8}"],[null,null,"2[12]\\d{6}","\\d{8}",null,null,"21612345"],[null,null,"7[0257]\\d{6}","\\d{8}",null,null,"70012345"],[null,null,"NA","NA"],[null,null,"8776\\d{4}","\\d{8}",null,null,"87761234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CF",236,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CG:[null,[null,null,"[028]\\d{8}","\\d{9}"],[null,null,"222[1-589]\\d{5}","\\d{9}",null,null,"222123456"],[null,null,"0[14-6]\\d{7}","\\d{9}",null,null,"061234567"],[null,null,"NA","NA"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CG",242,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]],[null,"(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],CH:[null,[null,null,"[2-9]\\d{8}|860\\d{9}","\\d{9}(?:\\d{3})?"],[null,null,"(?:2[12467]|3[1-4]|4[134]|5[256]|6[12]|[7-9]1)\\d{7}","\\d{9}",null,null,"212345678"],[null,null,"7[5-9]\\d{7}","\\d{9}",null,null,"781234567"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"90[016]\\d{6}","\\d{9}",null,null,"900123456"],[null,null,"84[0248]\\d{6}","\\d{9}",null,null,"840123456"],[null,null,"878\\d{6}","\\d{9}",null,null,"878123456"],[null,null,"NA","NA"],"CH",41,"00","0",null,null,"0",null,null,null,[[null,"([2-9]\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]|[89]1"],"0$1"],[null,"([89]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["860"],"0$1"]],null,[null,null,"74[0248]\\d{6}","\\d{9}",null,null,"740123456"],null,null,[null,null,"NA","NA"],[null,null,"5[18]\\d{7}","\\d{9}",null,null,"581234567"],null,null,[null,null,"860\\d{9}","\\d{12}",null,null,"860123456789"]],CI:[null,[null,null,"[02-8]\\d{7}","\\d{8}"],[null,null,"(?:2(?:0[023]|1[02357]|[23][045]|4[03-5])|3(?:0[06]|1[069]|[2-4][07]|5[09]|6[08]))\\d{5}","\\d{8}",null,null,"21234567"],[null,null,"(?:0[1-9]|4\\d|5[14-9]|6[015-79]|7[578]|87)\\d{6}","\\d{8}",null,null,"01234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CI",225,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],CK:[null,[null,null,"[2-8]\\d{4}","\\d{5}"],[null,null,"(?:2\\d|3[13-7]|4[1-5])\\d{3}","\\d{5}",null,null,"21234"],[null,null,"[5-8]\\d{4}","\\d{5}",null,null,"71234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CK",682,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CL:[null,[null,null,"(?:[2-9]|600|123)\\d{7,8}","\\d{7,11}"],[null,null,"2(?:1962\\d{4}|2\\d{7}|32[0-2]\\d{5})|(?:3[2-5]|[47][1-35]|5[1-3578]|6[13-57])\\d{7}","\\d{7,9}",null,null,"221234567"],[null,null,"9[4-9]\\d{7}","\\d{8,9}",null,null,"961234567"],[null,null,"800\\d{6}|1230\\d{7}","\\d{9,11}",null,null,"800123456"],[null,null,"NA","NA"],[null,null,"600\\d{7,8}","\\d{10,11}",null,null,"6001234567"],[null,null,"NA","NA"],[null,null,"44\\d{7}","\\d{9}",null,null,"441234567"],"CL",56,"(?:0|1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))0","0",null,null,"0|(1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))",null,null,null,[[null,"(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[23]"],"($1)","$CC ($1)"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[357]|4[1-35]|6[13-57]"],"($1)","$CC ($1)"],[null,"(9)(\\d{4})(\\d{4})","$1 $2 $3",["9"],"0$1"],[null,"(44)(\\d{3})(\\d{4})","$1 $2 $3",["44"],"0$1"],[null,"([68]00)(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"],"$1"],[null,"(600)(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"],"$1"],[null,"(1230)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"$1"],[null,"(\\d{5})(\\d{4})","$1 $2",["219"],"($1)","$CC ($1)"],[null,"(\\d{4,5})","$1",["[1-9]"],"$1"]],[[null,"(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[23]"],"($1)","$CC ($1)"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[357]|4[1-35]|6[13-57]"],"($1)","$CC ($1)"],[null,"(9)(\\d{4})(\\d{4})","$1 $2 $3",["9"],"0$1"],[null,"(44)(\\d{3})(\\d{4})","$1 $2 $3",["44"],"0$1"],[null,"([68]00)(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"],"$1"],[null,"(600)(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"],"$1"],[null,"(1230)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"$1"],[null,"(\\d{5})(\\d{4})","$1 $2",["219"],"($1)","$CC ($1)"]],[null,null,"NA","NA"],null,null,[null,null,"600\\d{7,8}","\\d{10,11}",null,null,"6001234567"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CM:[null,[null,null,"[2368]\\d{7,8}","\\d{8,9}"],[null,null,"2(?:22|33|4[23])\\d{6}","\\d{9}",null,null,"222123456"],[null,null,"6[5-9]\\d{7}","\\d{9}",null,null,"671234567"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"88\\d{6}","\\d{8}",null,null,"88012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CM",237,"00",null,null,null,null,null,null,null,[[null,"([26])(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]"]],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[23]|88"]],[null,"(800)(\\d{2})(\\d{3})","$1 $2 $3",["80"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CN:[null,[null,null,"[1-7]\\d{6,11}|8[0-357-9]\\d{6,9}|9\\d{7,10}","\\d{4,12}"],[null,null,"21(?:100\\d{2}|95\\d{3,4}|\\d{8,10})|(?:10|2[02-57-9]|3(?:11|7[179])|4(?:[15]1|3[1-35])|5(?:1\\d|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:[57]1|98))(?:100\\d{2}|95\\d{3,4}|\\d{8})|(?:3(?:1[02-9]|35|49|5\\d|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|3[3-9]|5[2-9]|6[4789]|7\\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[17]\\d|2[248]|3[04-9]|4[3-6]|5[0-4689]|6[2368]|9[02-9])|8(?:078|1[236-8]|2[5-7]|3\\d|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100\\d{2}|95\\d{3,4}|\\d{7})|80(?:29|6[03578]|7[018]|81)\\d{4}","\\d{4,12}",null,null,"1012345678"],[null,null,"1(?:[38]\\d|4[57]|5[0-35-9]|7[036-8])\\d{8}","\\d{11}",null,null,"13123456789"],[null,null,"(?:10)?800\\d{7}","\\d{10,12}",null,null,"8001234567"],[null,null,"16[08]\\d{5}","\\d{8}",null,null,"16812345"],[null,null,"400\\d{7}|950\\d{7,8}|(?:10|2[0-57-9]|3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[4789]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[3678]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))96\\d{3,4}","\\d{7,11}",null,null,"4001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CN",86,"(1(?:[129]\\d{3}|79\\d{2}))?00","0",null,null,"(1(?:[129]\\d{3}|79\\d{2}))|0",null,"00",null,[[null,"(80\\d{2})(\\d{4})","$1 $2",["80[2678]"],"0$1","$CC $1",1],[null,"([48]00)(\\d{3})(\\d{4})","$1 $2 $3",["[48]00"]],[null,"(\\d{5,6})","$1",["100|95"]],[null,"(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2\\d)[19]","(?:10|2\\d)(?:10|9[56])","(?:10|2\\d)(?:100|9[56])"],"0$1","$CC $1"],[null,"(\\d{3})(\\d{5,6})","$1 $2",["[3-9]","[3-9]\\d{2}[19]","[3-9]\\d{2}(?:10|9[56])"],"0$1","$CC $1"],[null,"(\\d{3,4})(\\d{4})","$1 $2",["[2-9]"]],[null,"(21)(\\d{4})(\\d{4,6})","$1 $2 $3",["21"],"0$1","$CC $1",1],[null,"([12]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["10[1-9]|2[02-9]","10[1-9]|2[02-9]","10(?:[1-79]|8(?:[1-9]|0[1-9]))|2[02-9]"],"0$1","$CC $1",1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:1[02-9]|35|49|5|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|[35][2-9]|6[4789]|7\\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[04-9]|4[3-6]|6[2368])|8(?:1[236-8]|2[5-7]|3|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])"],"0$1","$CC $1",1],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["3(?:11|7[179])|4(?:[15]1|3[1-35])|5(?:1|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:[57]1|98)"],"0$1","$CC $1",1],[null,"(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["807","8078"],"0$1","$CC $1",1],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-578]"],null,"$CC $1"],[null,"(10800)(\\d{3})(\\d{4})","$1 $2 $3",["108","1080","10800"]],[null,"(\\d{3})(\\d{7,8})","$1 $2",["950"]]],[[null,"(80\\d{2})(\\d{4})","$1 $2",["80[2678]"],"0$1","$CC $1",1],[null,"([48]00)(\\d{3})(\\d{4})","$1 $2 $3",["[48]00"]],[null,"(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2\\d)[19]","(?:10|2\\d)(?:10|9[56])","(?:10|2\\d)(?:100|9[56])"],"0$1","$CC $1"],[null,"(\\d{3})(\\d{5,6})","$1 $2",["[3-9]","[3-9]\\d{2}[19]","[3-9]\\d{2}(?:10|9[56])"],"0$1","$CC $1"],[null,"(21)(\\d{4})(\\d{4,6})","$1 $2 $3",["21"],"0$1","$CC $1",1],[null,"([12]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["10[1-9]|2[02-9]","10[1-9]|2[02-9]","10(?:[1-79]|8(?:[1-9]|0[1-9]))|2[02-9]"],"0$1","$CC $1",1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:1[02-9]|35|49|5|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|[35][2-9]|6[4789]|7\\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[04-9]|4[3-6]|6[2368])|8(?:1[236-8]|2[5-7]|3|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])"],"0$1","$CC $1",1],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["3(?:11|7[179])|4(?:[15]1|3[1-35])|5(?:1|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:[57]1|98)"],"0$1","$CC $1",1],[null,"(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["807","8078"],"0$1","$CC $1",1],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-578]"],null,"$CC $1"],[null,"(10800)(\\d{3})(\\d{4})","$1 $2 $3",["108","1080","10800"]],[null,"(\\d{3})(\\d{7,8})","$1 $2",["950"]]],[null,null,"NA","NA"],null,null,[null,null,"(?:4|(?:10)?8)00\\d{7}|950\\d{7,8}","\\d{10,12}",null,null,"4001234567"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CO:[null,[null,null,"(?:[13]\\d{0,3}|[24-8])\\d{7}","\\d{7,11}"],[null,null,"[124-8][2-9]\\d{6}","\\d{8}",null,null,"12345678"],[null,null,"3(?:0[0-5]|1\\d|2[0-2]|5[01])\\d{7}","\\d{10}",null,null,"3211234567"],[null,null,"1800\\d{7}","\\d{11}",null,null,"18001234567"],[null,null,"19(?:0[01]|4[78])\\d{7}","\\d{11}",null,null,"19001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CO",57,"00(?:4(?:[14]4|56)|[579])","0",null,null,"0([3579]|4(?:44|56))?",null,null,null,[[null,"(\\d)(\\d{7})","$1 $2",["1(?:8[2-9]|9[0-3]|[2-7])|[24-8]","1(?:8[2-9]|9(?:09|[1-3])|[2-7])|[24-8]"],"($1)","0$CC $1"],[null,"(\\d{3})(\\d{7})","$1 $2",["3"],null,"0$CC $1"],[null,"(1)(\\d{3})(\\d{7})","$1-$2-$3",["1(?:80|9[04])","1(?:800|9(?:0[01]|4[78]))"],"0$1"]],[[null,"(\\d)(\\d{7})","$1 $2",["1(?:8[2-9]|9[0-3]|[2-7])|[24-8]","1(?:8[2-9]|9(?:09|[1-3])|[2-7])|[24-8]"],"($1)","0$CC $1"],[null,"(\\d{3})(\\d{7})","$1 $2",["3"],null,"0$CC $1"],[null,"(1)(\\d{3})(\\d{7})","$1 $2 $3",["1(?:80|9[04])","1(?:800|9(?:0[01]|4[78]))"]]],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CR:[null,[null,null,"[24-9]\\d{7,9}","\\d{8,10}"],[null,null,"2[0-24-7]\\d{6}","\\d{8}",null,null,"22123456"],[null,null,"5(?:0[01]|7[0-3])\\d{5}|(?:[67][0-3]|8[3-9])\\d{6}","\\d{8}",null,null,"83123456"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"90[059]\\d{7}","\\d{10}",null,null,"9001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"210[0-6]\\d{4}|4\\d{7}|5100\\d{4}","\\d{8}",null,null,"40001234"],"CR",506,"00",null,null,null,"(19(?:0[012468]|1[09]|20|66|77|99))",null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2",["[24-7]|8[3-9]"],null,"$CC $1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]0"],null,"$CC $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CU:[null,[null,null,"[2-57]\\d{5,7}","\\d{4,8}"],[null,null,"2[1-4]\\d{5,6}|3(?:1\\d{6}|[23]\\d{4,6})|4(?:[125]\\d{5,6}|[36]\\d{6}|[78]\\d{4,6})|7\\d{6,7}","\\d{4,8}",null,null,"71234567"],[null,null,"5\\d{7}","\\d{8}",null,null,"51234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CU",53,"119","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],[null,"(\\d{2})(\\d{4,6})","$1 $2",["[2-4]"],"(0$1)"],[null,"(\\d)(\\d{7})","$1 $2",["5"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CV:[null,[null,null,"[259]\\d{6}","\\d{7}"],[null,null,"2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\\d|7[1-3]|8[1-5])\\d{4}","\\d{7}",null,null,"2211234"],[null,null,"(?:9\\d|59)\\d{5}","\\d{7}",null,null,"9911234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CV",238,"0",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CW:[null,[null,null,"[169]\\d{6,7}","\\d{7,8}"],[null,null,"9(?:[48]\\d{2}|50\\d|7(?:2[0-24]|[34]\\d|6[35-7]|77|8[7-9]))\\d{4}","\\d{7,8}",null,null,"94151234"],[null,null,"9(?:5(?:[12467]\\d|3[01])|6(?:[15-9]\\d|3[01]))\\d{4}","\\d{7,8}",null,null,"95181234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"60[0-2]\\d{4}","\\d{7}",null,null,"6001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],"CW",599,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[13-7]"]],[null,"(9)(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],null,[null,null,"955\\d{5}","\\d{7,8}",null,null,"95581234"],1,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CX:[null,[null,null,"[1458]\\d{5,9}","\\d{6,10}"],[null,null,"89164\\d{4}","\\d{8,9}",null,null,"891641234"],[null,null,"14(?:5\\d|71)\\d{5}|4(?:[0-2]\\d|3[0-57-9]|4[47-9]|5[0-25-9]|6[6-9]|7[02-9]|8[147-9]|9[017-9])\\d{6}","\\d{9}",null,null,"412345678"],[null,null,"180(?:0\\d{3}|2)\\d{3}","\\d{7,10}",null,null,"1800123456"],[null,null,"190[0126]\\d{6}","\\d{10}",null,null,"1900123456"],[null,null,"13(?:00\\d{2})?\\d{4}","\\d{6,10}",null,null,"1300123456"],[null,null,"500\\d{6}","\\d{9}",null,null,"500123456"],[null,null,"550\\d{6}","\\d{9}",null,null,"550123456"],"CX",61,"(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]","0",null,null,"0",null,"0011",null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],CY:[null,[null,null,"[257-9]\\d{7}","\\d{8}"],[null,null,"2[2-6]\\d{6}","\\d{8}",null,null,"22345678"],[null,null,"9[4-79]\\d{6}","\\d{8}",null,null,"96123456"],[null,null,"800\\d{5}","\\d{8}",null,null,"80001234"],[null,null,"90[09]\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"80[1-9]\\d{5}","\\d{8}",null,null,"80112345"],[null,null,"700\\d{5}","\\d{8}",null,null,"70012345"],[null,null,"NA","NA"],"CY",357,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{6})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"(?:50|77)\\d{6}","\\d{8}",null,null,"77123456"],null,null,[null,null,"NA","NA"]],CZ:[null,[null,null,"[2-8]\\d{8}|9\\d{8,11}","\\d{9,12}"],[null,null,"2\\d{8}|(?:3[1257-9]|4[16-9]|5[13-9])\\d{7}","\\d{9,12}",null,null,"212345678"],[null,null,"(?:60[1-8]|7(?:0[2-5]|[2379]\\d))\\d{6}","\\d{9,12}",null,null,"601123456"],[null,null,"800\\d{6}","\\d{9,12}",null,null,"800123456"],[null,null,"9(?:0[05689]|76)\\d{6}","\\d{9,12}",null,null,"900123456"],[null,null,"8[134]\\d{7}","\\d{9,12}",null,null,"811234567"],[null,null,"70[01]\\d{6}","\\d{9,12}",null,null,"700123456"],[null,null,"9[17]0\\d{6}","\\d{9,12}",null,null,"910123456"],"CZ",420,"00",null,null,null,null,null,null,null,[[null,"([2-9]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],[null,"(96\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["96"]],[null,"(9\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9[36]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"9(?:5\\d|7[234])\\d{6}","\\d{9,12}",null,null,"972123456"],null,null,[null,null,"9(?:3\\d{9}|6\\d{7,10})","\\d{9,12}",null,null,"93123456789"]],DE:[null,[null,null,"[1-35-9]\\d{3,14}|4(?:[0-8]\\d{4,12}|9(?:[0-37]\\d|4(?:[1-35-8]|4\\d?)|5\\d{1,2}|6[1-8]\\d?)\\d{2,8})","\\d{2,15}"],[null,null,"[246]\\d{5,13}|3(?:0\\d{3,13}|2\\d{9}|[3-9]\\d{4,13})|5(?:0[2-8]|[1256]\\d|[38][0-8]|4\\d{0,2}|[79][0-7])\\d{3,11}|7(?:0[2-8]|[1-9]\\d)\\d{3,10}|8(?:0[2-9]|[1-9]\\d)\\d{3,10}|9(?:0[6-9]\\d{3,10}|1\\d{4,12}|[2-9]\\d{4,11})","\\d{2,15}",null,null,"30123456"],[null,null,"1(?:5[0-25-9]\\d{8}|6[023]\\d{7,8}|7(?:[0-57-9]\\d?|6\\d)\\d{7})","\\d{10,11}",null,null,"15123456789"],[null,null,"800\\d{7,12}","\\d{10,15}",null,null,"8001234567890"],[null,null,"137[7-9]\\d{6}|900(?:[135]\\d{6}|9\\d{7})","\\d{10,11}",null,null,"9001234567"],[null,null,"1(?:3(?:7[1-6]\\d{6}|8\\d{4})|80\\d{5,11})","\\d{7,14}",null,null,"18012345"],[null,null,"700\\d{8}","\\d{11}",null,null,"70012345678"],[null,null,"NA","NA"],"DE",49,"00","0",null,null,"0",null,null,null,[[null,"(1\\d{2})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],[null,"(15\\d{3})(\\d{6})","$1 $2",["15[0568]"],"0$1"],[null,"(1\\d{3})(\\d{7})","$1 $2",["15"],"0$1"],[null,"(\\d{2})(\\d{3,11})","$1 $2",["3[02]|40|[68]9"],"0$1"],[null,"(\\d{3})(\\d{3,11})","$1 $2",["2(?:\\d1|0[2389]|1[24]|28|34)|3(?:[3-9][15]|40)|[4-8][1-9]1|9(?:06|[1-9]1)"],"0$1"],[null,"(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|[7-9](?:\\d[1-9]|[1-9]\\d)|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])","[24-6]|[7-9](?:\\d[1-9]|[1-9]\\d)|3(?:3(?:0[1-467]|2[127-9]|3[124578]|[46][1246]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|3[1357]|4[13578]|6[1246]|7[1356]|9[1346])|5(?:0[14]|2[1-3589]|3[1357]|4[1246]|6[1-4]|7[1346]|8[13568]|9[1246])|6(?:0[356]|2[1-489]|3[124-6]|4[1347]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|3[1357]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|4[1347]|6[0135-9]|7[1467]|8[136])|9(?:0[12479]|2[1358]|3[1357]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))"],"0$1"],[null,"(3\\d{4})(\\d{1,10})","$1 $2",["3"],"0$1"],[null,"(800)(\\d{7,12})","$1 $2",["800"],"0$1"],[null,"(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["(?:18|90)0|137","1(?:37|80)|900[1359]"],"0$1"],[null,"(1\\d{2})(\\d{5,11})","$1 $2",["181"],"0$1"],[null,"(18\\d{3})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],[null,"(18\\d{2})(\\d{7})","$1 $2",["18[68]"],"0$1"],[null,"(18\\d)(\\d{8})","$1 $2",["18[2-579]"],"0$1"],[null,"(700)(\\d{4})(\\d{4})","$1 $2 $3",["700"],"0$1"],[null,"(138)(\\d{4})","$1 $2",["138"],"0$1"],[null,"(15[013-68])(\\d{2})(\\d{8})","$1 $2 $3",["15[013-68]"],"0$1"],[null,"(15[279]\\d)(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],[null,"(1[67]\\d)(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"]],null,[null,null,"16(?:4\\d{1,10}|[89]\\d{1,11})","\\d{4,14}",null,null,"16412345"],null,null,[null,null,"NA","NA"],[null,null,"18(?:1\\d{5,11}|[2-9]\\d{8})","\\d{8,14}",null,null,"18500123456"],null,null,[null,null,"1(?:5(?:(?:2\\d55|7\\d99|9\\d33)\\d{7}|(?:[034568]00|113)\\d{8})|6(?:013|255|399)\\d{7,8}|7(?:[015]13|[234]55|[69]33|[78]99)\\d{7,8})","\\d{12,13}",null,null,"177991234567"]],
|
53 |
-
DJ:[null,[null,null,"[27]\\d{7}","\\d{8}"],[null,null,"2(?:1[2-5]|7[45])\\d{5}","\\d{8}",null,null,"21360003"],[null,null,"77[0-26-8]\\d{5}","\\d{8}",null,null,"77831001"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"DJ",253,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],DK:[null,[null,null,"[2-9]\\d{7}","\\d{8}"],[null,null,"(?:[2-7]\\d|8[126-9]|9[1-36-9])\\d{6}","\\d{8}",null,null,"32123456"],[null,null,"(?:[2-7]\\d|8[126-9]|9[1-36-9])\\d{6}","\\d{8}",null,null,"20123456"],[null,null,"80\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"90\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"DK",45,"00",null,null,null,null,null,null,1,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],DM:[null,[null,null,"[57-9]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"767(?:2(?:55|66)|4(?:2[01]|4[0-25-9])|50[0-4]|70[1-3])\\d{4}","\\d{7}(?:\\d{3})?",null,null,"7674201234"],[null,null,"767(?:2(?:[234689]5|7[5-7])|31[5-7]|61[2-7])\\d{4}","\\d{10}",null,null,"7672251234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"DM",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"767",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],DO:[null,[null,null,"[589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"8(?:[04]9[2-9]\\d{6}|29(?:2(?:[0-59]\\d|6[04-9]|7[0-27]|8[0237-9])|3(?:[0-35-9]\\d|4[7-9])|[45]\\d{2}|6(?:[0-27-9]\\d|[3-5][1-9]|6[0135-8])|7(?:0[013-9]|[1-37]\\d|4[1-35689]|5[1-4689]|6[1-57-9]|8[1-79]|9[1-8])|8(?:0[146-9]|1[0-48]|[248]\\d|3[1-79]|5[01589]|6[013-68]|7[124-8]|9[0-8])|9(?:[0-24]\\d|3[02-46-9]|5[0-79]|60|7[0169]|8[57-9]|9[02-9]))\\d{4})","\\d{7}(?:\\d{3})?",null,null,"8092345678"],[null,null,"8[024]9[2-9]\\d{6}","\\d{7}(?:\\d{3})?",null,null,"8092345678"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"DO",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"8[024]9",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],DZ:[null,[null,null,"(?:[1-4]|[5-9]\\d)\\d{7}","\\d{8,9}"],[null,null,"(?:1\\d|2[013-79]|3[0-8]|4[0135689])\\d{6}|9619\\d{5}","\\d{8,9}",null,null,"12345678"],[null,null,"(?:5[4-6]|7[7-9])\\d{7}|6(?:[569]\\d|7[0-6])\\d{6}","\\d{9}",null,null,"551234567"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"80[3-689]1\\d{5}","\\d{9}",null,null,"808123456"],[null,null,"80[12]1\\d{5}","\\d{9}",null,null,"801123456"],[null,null,"NA","NA"],[null,null,"98[23]\\d{6}","\\d{9}",null,null,"983123456"],"DZ",213,"00","0",null,null,"0",null,null,null,[[null,"([1-4]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],[null,"([5-8]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"],[null,"(9\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],EC:[null,[null,null,"1\\d{9,10}|[2-8]\\d{7}|9\\d{8}","\\d{7,11}"],[null,null,"[2-7][2-7]\\d{6}","\\d{7,8}",null,null,"22123456"],[null,null,"9(?:39|[45][89]|[67][7-9]|[89]\\d)\\d{6}","\\d{9}",null,null,"991234567"],[null,null,"1800\\d{6,7}","\\d{10,11}",null,null,"18001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"[2-7]890\\d{4}","\\d{8}",null,null,"28901234"],"EC",593,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[247]|[356][2-8]"],"(0$1)"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],[null,"(1800)(\\d{3})(\\d{3,4})","$1 $2 $3",["1"],"$1"]],[[null,"(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[247]|[356][2-8]"]],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],[null,"(1800)(\\d{3})(\\d{3,4})","$1 $2 $3",["1"],"$1"]],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],EE:[null,[null,null,"1\\d{3,4}|[3-9]\\d{6,7}|800\\d{6,7}","\\d{4,10}"],[null,null,"(?:3[23589]|4[3-8]|6\\d|7[1-9]|88)\\d{5}","\\d{7}",null,null,"3212345"],[null,null,"(?:5\\d|8[1-5])\\d{6}|5(?:[02]\\d{2}|1(?:[0-8]\\d|95)|5[0-478]\\d|64[0-4]|65[1-589])\\d{3}","\\d{7,8}",null,null,"51234567"],[null,null,"800(?:0\\d{3}|1\\d|[2-9])\\d{3}","\\d{7,10}",null,null,"80012345"],[null,null,"(?:40\\d{2}|900)\\d{4}","\\d{7,8}",null,null,"9001234"],[null,null,"NA","NA"],[null,null,"70[0-2]\\d{5}","\\d{8}",null,null,"70012345"],[null,null,"NA","NA"],"EE",372,"00",null,null,null,null,null,null,null,[[null,"([3-79]\\d{2})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]"]],[null,"(70)(\\d{2})(\\d{4})","$1 $2 $3",["70"]],[null,"(8000)(\\d{3})(\\d{3})","$1 $2 $3",["800","8000"]],[null,"([458]\\d{3})(\\d{3,4})","$1 $2",["40|5|8(?:00|[1-5])","40|5|8(?:00[1-9]|[1-5])"]]],null,[null,null,"NA","NA"],null,null,[null,null,"1\\d{3,4}|800[2-9]\\d{3}","\\d{4,7}",null,null,"8002123"],[null,null,"1(?:2[01245]|3[0-6]|4[1-489]|5[0-59]|6[1-46-9]|7[0-27-9]|8[189]|9[012])\\d{1,2}","\\d{4,5}",null,null,"12123"],null,null,[null,null,"NA","NA"]],EG:[null,[null,null,"1\\d{4,9}|[2456]\\d{8}|3\\d{7}|[89]\\d{8,9}","\\d{5,10}"],[null,null,"(?:1(?:3[23]\\d|5(?:[23]|9\\d))|2[2-4]\\d{2}|3\\d{2}|4(?:0[2-5]|[578][23]|64)\\d|5(?:0[2-7]|[57][23])\\d|6[24-689]3\\d|8(?:2[2-57]|4[26]|6[237]|8[2-4])\\d|9(?:2[27]|3[24]|52|6[2356]|7[2-4])\\d)\\d{5}|1[69]\\d{3}","\\d{5,9}",null,null,"234567890"],[null,null,"1(?:0[0-269]|1[0-245]|2[0-278])\\d{7}","\\d{10}",null,null,"1001234567"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"900\\d{7}","\\d{10}",null,null,"9001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"EG",20,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1[012]|[89]00"],"0$1"],[null,"(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|[89][2-9]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],EH:[null,[null,null,"[5689]\\d{8}","\\d{9}"],[null,null,"528[89]\\d{5}","\\d{9}",null,null,"528812345"],[null,null,"6(?:0[0-8]|[12-79]\\d|8[017])\\d{6}","\\d{9}",null,null,"650123456"],[null,null,"80\\d{7}","\\d{9}",null,null,"801234567"],[null,null,"89\\d{7}","\\d{9}",null,null,"891234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"EH",212,"00","0",null,null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,"528[89]",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ER:[null,[null,null,"[178]\\d{6}","\\d{6,7}"],[null,null,"1(?:1[12568]|20|40|55|6[146])\\d{4}|8\\d{6}","\\d{6,7}",null,null,"8370362"],[null,null,"17[1-3]\\d{4}|7\\d{6}","\\d{7}",null,null,"7123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"ER",291,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{3})","$1 $2 $3",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ES:[null,[null,null,"[5-9]\\d{8}","\\d{9}"],[null,null,"8(?:[13]0|[28][0-8]|[47][1-9]|5[01346-9]|6[0457-9])\\d{6}|9(?:[1238][0-8]\\d{6}|4[1-9]\\d{6}|5\\d{7}|6(?:[0-8]\\d{6}|9(?:0(?:[0-57-9]\\d{4}|6(?:0[0-8]|1[1-9]|[2-9]\\d)\\d{2})|[1-9]\\d{5}))|7(?:[124-9]\\d{2}|3(?:[0-8]\\d|9[1-9]))\\d{4})","\\d{9}",null,null,"810123456"],[null,null,"(?:6\\d{6}|7[1-4]\\d{5}|9(?:6906(?:09|10)|7390\\d{2}))\\d{2}","\\d{9}",null,null,"612345678"],[null,null,"[89]00\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"80[367]\\d{6}","\\d{9}",null,null,"803123456"],[null,null,"90[12]\\d{6}","\\d{9}",null,null,"901123456"],[null,null,"70\\d{7}","\\d{9}",null,null,"701234567"],[null,null,"NA","NA"],"ES",34,"00",null,null,null,null,null,null,null,[[null,"([89]00)(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],[null,"([5-9]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[568]|[79][0-8]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"51\\d{7}","\\d{9}",null,null,"511234567"],null,null,[null,null,"NA","NA"]],ET:[null,[null,null,"[1-59]\\d{8}","\\d{7,9}"],[null,null,"(?:11(?:1(?:1[124]|2[2-57]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[578]|44|5[0-4])|6(?:18|2[69]|4[5-7]|5[1-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|22[0-6]|33[0134689]|44[04]|55[0-6]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:11[1-9]|22[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}","\\d{7,9}",null,null,"111112345"],[null,null,"9(?:[1-46]\\d|5[89])\\d{6}","\\d{9}",null,null,"911234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"ET",251,"00","0",null,null,"0",null,null,null,[[null,"([1-59]\\d)(\\d{3})(\\d{4})","$1 $2 $3",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],FI:[null,[null,null,"1\\d{4,11}|[2-9]\\d{4,10}","\\d{5,12}"],[null,null,"1(?:[3569][1-8]\\d{3,9}|[47]\\d{5,10})|2[1-8]\\d{3,9}|3(?:[1-8]\\d{3,9}|9\\d{4,8})|[5689][1-8]\\d{3,9}","\\d{5,12}",null,null,"1312345678"],[null,null,"4\\d{5,10}|50\\d{4,8}","\\d{6,11}",null,null,"412345678"],[null,null,"800\\d{4,7}","\\d{7,10}",null,null,"8001234567"],[null,null,"[67]00\\d{5,6}","\\d{8,9}",null,null,"600123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"FI",358,"00|99[049]","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]00|[6-8]0)"],"0$1"],[null,"(116\\d{3})","$1",["116"],"$1"],[null,"(\\d{2})(\\d{4,10})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],[null,"(\\d)(\\d{4,11})","$1 $2",["[25689][1-8]|3"],"0$1"]],null,[null,null,"NA","NA"],1,null,[null,null,"[13]00\\d{3,7}|2(?:0(?:0\\d{3,7}|2[023]\\d{1,6}|9[89]\\d{1,6}))|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{2,7})","\\d{5,10}",null,null,"100123"],[null,null,"[13]0\\d{4,8}|2(?:0(?:[016-8]\\d{3,7}|[2-59]\\d{2,7})|9\\d{4,8})|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{2,7})","\\d{5,10}",null,null,"10112345"],null,null,[null,null,"NA","NA"]],FJ:[null,[null,null,"[36-9]\\d{6}|0\\d{10}","\\d{7}(?:\\d{4})?"],[null,null,"(?:3[0-5]|6[25-7]|8[58])\\d{5}","\\d{7}",null,null,"3212345"],[null,null,"(?:7[0-8]|8[034679]|9\\d)\\d{5}","\\d{7}",null,null,"7012345"],[null,null,"0800\\d{7}","\\d{11}",null,null,"08001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"FJ",679,"0(?:0|52)",null,null,null,null,null,"00",null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[36-9]"]],[null,"(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],FK:[null,[null,null,"[2-7]\\d{4}","\\d{5}"],[null,null,"[2-47]\\d{4}","\\d{5}",null,null,"31234"],[null,null,"[56]\\d{4}","\\d{5}",null,null,"51234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"FK",500,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],FM:[null,[null,null,"[39]\\d{6}","\\d{7}"],[null,null,"3[2357]0[1-9]\\d{3}|9[2-6]\\d{5}","\\d{7}",null,null,"3201234"],[null,null,"3[2357]0[1-9]\\d{3}|9[2-7]\\d{5}","\\d{7}",null,null,"3501234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"FM",691,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],FO:[null,[null,null,"[2-9]\\d{5}","\\d{6}"],[null,null,"(?:20|[3-4]\\d|8[19])\\d{4}","\\d{6}",null,null,"201234"],[null,null,"(?:[27][1-9]|5\\d)\\d{4}","\\d{6}",null,null,"211234"],[null,null,"80[257-9]\\d{3}","\\d{6}",null,null,"802123"],[null,null,"90(?:[1345][15-7]|2[125-7]|99)\\d{2}","\\d{6}",null,null,"901123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"(?:6[0-36]|88)\\d{4}","\\d{6}",null,null,"601234"],"FO",298,"00",null,null,null,"(10(?:01|[12]0|88))",null,null,null,[[null,"(\\d{6})","$1",null,null,"$CC $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],FR:[null,[null,null,"[1-9]\\d{8}","\\d{9}"],[null,null,"[1-5]\\d{8}","\\d{9}",null,null,"123456789"],[null,null,"6\\d{8}|7(?:00\\d{6}|[3-9]\\d{7})","\\d{9}",null,null,"612345678"],[null,null,"80[0-5]\\d{6}","\\d{9}",null,null,"801234567"],[null,null,"89[1-37-9]\\d{6}","\\d{9}",null,null,"891123456"],[null,null,"8(?:1[019]|2[0156]|84|90)\\d{6}","\\d{9}",null,null,"810123456"],[null,null,"NA","NA"],[null,null,"9\\d{8}","\\d{9}",null,null,"912345678"],"FR",33,"00","0",null,null,"0",null,null,null,[[null,"([1-79])(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"],[null,"(1\\d{2})(\\d{3})","$1 $2",["11"],"$1"],[null,"(8\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"]],[[null,"([1-79])(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"],[null,"(8\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"]],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"80[6-9]\\d{6}","\\d{9}",null,null,"806123456"],null,null,[null,null,"NA","NA"]],GA:[null,[null,null,"0?\\d{7}","\\d{7,8}"],[null,null,"01\\d{6}","\\d{8}",null,null,"01441234"],[null,null,"0?[2-7]\\d{6}","\\d{7,8}",null,null,"06031234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GA",241,"00",null,null,null,null,null,null,null,[[null,"(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],GB:[null,[null,null,"\\d{7,10}","\\d{4,10}"],[null,null,"2(?:0[01378]|3[0189]|4[017]|8[0-46-9]|9[012])\\d{7}|1(?:(?:1(?:3[0-48]|[46][0-4]|5[012789]|7[0-49]|8[01349])|21[0-7]|31[0-8]|[459]1\\d|61[0-46-9]))\\d{6}|1(?:2(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-4789]|7[013-9]|9\\d)|3(?:0\\d|[25][02-9]|3[02-579]|[468][0-46-9]|7[1235679]|9[24578])|4(?:0[03-9]|[28][02-5789]|[37]\\d|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1235-9]|2[024-9]|3[015689]|4[02-9]|5[03-9]|6\\d|7[0-35-9]|8[0-468]|9[0-5789])|6(?:0[034689]|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0124578])|7(?:0[0246-9]|2\\d|3[023678]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-5789]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|2[02-689]|3[1-5789]|4[2-9]|5[0-579]|6[234789]|7[0124578]|8\\d|9[2-57]))\\d{6}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-4789]|8[345])))|3(?:638[2-5]|647[23]|8(?:47[04-9]|64[015789]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[123]))|5(?:24(?:3[2-79]|6\\d)|276\\d|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[567]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|955[0-4])|7(?:26(?:6[13-9]|7[0-7])|442\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|84(?:3[2-58]))|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}|176888[234678]\\d{2}|16977[23]\\d{3}","\\d{4,10}",null,null,"1212345678"],[null,null,"7(?:[1-4]\\d\\d|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[04-9]\\d|1[02-9]|2[0-35-9]|3[0-689]))\\d{6}","\\d{10}",null,null,"7400123456"],[null,null,"80(?:0(?:1111|\\d{6,7})|8\\d{7})|500\\d{6}","\\d{7}(?:\\d{2,3})?",null,null,"8001234567"],[null,null,"(?:87[123]|9(?:[01]\\d|8[2349]))\\d{7}","\\d{10}",null,null,"9012345678"],[null,null,"8(?:4(?:5464\\d|[2-5]\\d{7})|70\\d{7})","\\d{7}(?:\\d{3})?",null,null,"8431234567"],[null,null,"70\\d{8}","\\d{10}",null,null,"7012345678"],[null,null,"56\\d{8}","\\d{10}",null,null,"5612345678"],"GB",44,"00","0"," x",null,"0",null,null,null,[[null,"(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2|5[56]|7(?:0|6[013-9])","2|5[56]|7(?:0|6(?:[013-9]|2[0-35-9]))"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:1|\\d1)|3|9[018]"],"0$1"],[null,"(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:387|5(?:24|39)|697|768|946)","1(?:3873|5(?:242|39[456])|697[347]|768[347]|9467)"],"0$1"],[null,"(1\\d{3})(\\d{5,6})","$1 $2",["1"],"0$1"],[null,"(7\\d{3})(\\d{6})","$1 $2",["7(?:[1-5789]|62)","7(?:[1-5789]|624)"],"0$1"],[null,"(800)(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],[null,"(845)(46)(4\\d)","$1 $2 $3",["845","8454","84546","845464"],"0$1"],[null,"(8\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8(?:4[2-5]|7[0-3])"],"0$1"],[null,"(80\\d)(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1"],[null,"([58]00)(\\d{6})","$1 $2",["[58]00"],"0$1"]],null,[null,null,"76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\\d{6}","\\d{10}",null,null,"7640123456"],1,null,[null,null,"NA","NA"],[null,null,"(?:3[0347]|55)\\d{8}","\\d{10}",null,null,"5512345678"],null,null,[null,null,"NA","NA"]],GD:[null,[null,null,"[4589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-49]|5[5-79]|68|73|90)|63[68]|7(?:58|84)|800|938)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"4732691234"],[null,null,"473(?:4(?:0[2-79]|1[04-9]|20|58)|5(?:2[01]|3[3-8])|901)\\d{4}","\\d{10}",null,null,"4734031234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"GD",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"473",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GE:[null,[null,null,"[34578]\\d{8}","\\d{6,9}"],[null,null,"(?:3(?:[256]\\d|4[124-9]|7[0-4])|4(?:1\\d|2[2-7]|3[1-79]|4[2-8]|7[239]|9[1-7]))\\d{6}","\\d{6,9}",null,null,"322123456"],[null,null,"5(?:14|5[01578]|68|7[0147-9]|9[0-35-9])\\d{6}","\\d{9}",null,null,"555123456"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"706\\d{6}","\\d{9}",null,null,"706123456"],"GE",995,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"706\\d{6}","\\d{9}",null,null,"706123456"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GF:[null,[null,null,"[56]\\d{8}","\\d{9}"],[null,null,"594(?:10|2[012457-9]|3[0-57-9]|4[3-9]|5[7-9]|6[0-3]|9[014])\\d{4}","\\d{9}",null,null,"594101234"],[null,null,"694(?:[04][0-7]|1[0-5]|3[018]|[29]\\d)\\d{4}","\\d{9}",null,null,"694201234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GF",594,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GG:[null,[null,null,"[135789]\\d{6,9}","\\d{6,10}"],[null,null,"1481\\d{6}","\\d{6,10}",null,null,"1481456789"],[null,null,"7(?:781|839|911)\\d{6}","\\d{10}",null,null,"7781123456"],[null,null,"80(?:0(?:1111|\\d{6,7})|8\\d{7})|500\\d{6}","\\d{7}(?:\\d{2,3})?",null,null,"8001234567"],[null,null,"(?:87[123]|9(?:[01]\\d|8[0-3]))\\d{7}","\\d{10}",null,null,"9012345678"],[null,null,"8(?:4(?:5464\\d|[2-5]\\d{7})|70\\d{7})","\\d{7}(?:\\d{3})?",null,null,"8431234567"],[null,null,"70\\d{8}","\\d{10}",null,null,"7012345678"],[null,null,"56\\d{8}","\\d{10}",null,null,"5612345678"],"GG",44,"00","0"," x",null,"0",null,null,null,null,null,[null,null,"76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\\d{6}","\\d{10}",null,null,"7640123456"],null,null,[null,null,"NA","NA"],[null,null,"(?:3[0347]|55)\\d{8}","\\d{10}",null,null,"5512345678"],null,null,[null,null,"NA","NA"]],GH:[null,[null,null,"[235]\\d{8}|8\\d{7}","\\d{7,9}"],[null,null,"3(?:0[237]\\d|[167](?:2[0-6]|7\\d)|2(?:2[0-5]|7\\d)|3(?:2[0-3]|7\\d)|4(?:2[013-9]|3[01]|7\\d)|5(?:2[0-7]|7\\d)|8(?:2[0-2]|7\\d)|9(?:20|7\\d))\\d{5}","\\d{7,9}",null,null,"302345678"],[null,null,"(?:2[034678]\\d|5(?:[047]\\d|5[3-6]|6[01]))\\d{6}","\\d{9}",null,null,"231234567"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GH",233,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"],[null,"(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GI:[null,[null,null,"[2568]\\d{7}","\\d{8}"],[null,null,"2(?:00\\d|1(?:6[24-7]|9\\d)|2(?:00|2[2457]))\\d{4}","\\d{8}",null,null,"20012345"],[null,null,"(?:5[46-8]|62)\\d{6}","\\d{8}",null,null,"57123456"],[null,null,"80\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"8[1-689]\\d{6}","\\d{8}",null,null,"88123456"],[null,null,"87\\d{6}","\\d{8}",null,null,"87123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GI",350,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{5})","$1 $2",["2"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GL:[null,[null,null,"[1-689]\\d{5}","\\d{6}"],[null,null,"(?:19|3[1-6]|6[14689]|8[14-79]|9\\d)\\d{4}","\\d{6}",null,null,"321000"],[null,null,"[245][2-9]\\d{4}","\\d{6}",null,null,"221234"],[null,null,"80\\d{4}","\\d{6}",null,null,"801234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"3[89]\\d{4}","\\d{6}",null,null,"381234"],"GL",299,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GM:[null,[null,null,"[2-9]\\d{6}","\\d{7}"],[null,null,"(?:4(?:[23]\\d{2}|4(?:1[024679]|[6-9]\\d))|5(?:54[0-7]|6(?:[67]\\d)|7(?:1[04]|2[035]|3[58]|48))|8\\d{3})\\d{3}","\\d{7}",null,null,"5661234"],[null,null,"[23679]\\d{6}","\\d{7}",null,null,"3012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GM",220,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GN:[null,[null,null,"[367]\\d{7,8}","\\d{8,9}"],[null,null,"30(?:24|3[12]|4[1-35-7]|5[13]|6[189]|[78]1|9[1478])\\d{4}","\\d{8}",null,null,"30241234"],[null,null,"6[02356]\\d{7}","\\d{9}",null,null,"601123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"722\\d{6}","\\d{9}",null,null,"722123456"],"GN",224,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GP:[null,[null,null,"[56]\\d{8}","\\d{9}"],[null,null,"590(?:0[13468]|1[012]|2[0-68]|3[28]|4[0-8]|5[579]|6[0189]|70|8[0-689]|9\\d)\\d{4}","\\d{9}",null,null,"590201234"],[null,null,"690(?:0[0-7]|[1-9]\\d)\\d{4}","\\d{9}",null,null,"690301234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GP",590,"00","0",null,null,"0",null,null,null,[[null,"([56]90)(\\d{2})(\\d{4})","$1 $2-$3",null,"0$1"]],null,[null,null,"NA","NA"],1,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GQ:[null,[null,null,"[23589]\\d{8}","\\d{9}"],[null,null,"3(?:3(?:3\\d[7-9]|[0-24-9]\\d[46])|5\\d{2}[7-9])\\d{4}","\\d{9}",null,null,"333091234"],[null,null,"(?:222|55[15])\\d{6}","\\d{9}",null,null,"222123456"],[null,null,"80\\d[1-9]\\d{5}","\\d{9}",null,null,"800123456"],[null,null,"90\\d[1-9]\\d{5}","\\d{9}",null,null,"900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GQ",240,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],[null,"(\\d{3})(\\d{6})","$1 $2",["[89]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GR:[null,[null,null,"[26-9]\\d{9}","\\d{10}"],[null,null,"2(?:1\\d{2}|2(?:2[1-46-9]|3[1-8]|4[1-7]|5[1-4]|6[1-8]|7[1-5]|[89][1-9])|3(?:1\\d|2[1-57]|[35][1-3]|4[13]|7[1-7]|8[124-6]|9[1-79])|4(?:1\\d|2[1-8]|3[1-4]|4[13-5]|6[1-578]|9[1-5])|5(?:1\\d|[29][1-4]|3[1-5]|4[124]|5[1-6])|6(?:1\\d|3[1245]|4[1-7]|5[13-9]|[269][1-6]|7[14]|8[1-5])|7(?:1\\d|2[1-5]|3[1-6]|4[1-7]|5[1-57]|6[135]|9[125-7])|8(?:1\\d|2[1-5]|[34][1-4]|9[1-57]))\\d{6}","\\d{10}",null,null,"2123456789"],[null,null,"69\\d{8}","\\d{10}",null,null,"6912345678"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"90[19]\\d{7}","\\d{10}",null,null,"9091234567"],[null,null,"8(?:0[16]|12|25)\\d{7}","\\d{10}",null,null,"8011234567"],[null,null,"70\\d{8}","\\d{10}",null,null,"7012345678"],[null,null,"NA","NA"],"GR",30,"00",null,null,null,null,null,null,null,[[null,"([27]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2[2-9]1|[689]"]],[null,"(2\\d{3})(\\d{6})","$1 $2",["2[2-9][02-9]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GT:[null,[null,null,"[2-7]\\d{7}|1[89]\\d{9}","\\d{8}(?:\\d{3})?"],[null,null,"[267][2-9]\\d{6}","\\d{8}",null,null,"22456789"],[null,null,"[345]\\d{7}","\\d{8}",null,null,"51234567"],[null,null,"18[01]\\d{8}","\\d{11}",null,null,"18001112222"],[null,null,"19\\d{9}","\\d{11}",null,null,"19001112222"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GT",502,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],[null,"(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GU:[null,[null,null,"[5689]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"671(?:3(?:00|3[39]|4[349]|55|6[26])|4(?:56|7[1-9]|8[236-9])|5(?:55|6[2-5]|88)|6(?:3[2-578]|4[24-9]|5[34]|78|8[5-9])|7(?:[079]7|2[0167]|3[45]|8[789])|8(?:[2-5789]8|6[48])|9(?:2[29]|6[79]|7[179]|8[789]|9[78]))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6713001234"],[null,null,"671(?:3(?:00|3[39]|4[349]|55|6[26])|4(?:56|7[1-9]|8[236-9])|5(?:55|6[2-5]|88)|6(?:3[2-578]|4[24-9]|5[34]|78|8[5-9])|7(?:[079]7|2[0167]|3[45]|8[789])|8(?:[2-5789]8|6[48])|9(?:2[29]|6[79]|7[179]|8[789]|9[78]))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6713001234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"GU",1,"011","1",null,null,"1",null,null,1,null,null,[null,null,"NA","NA"],null,"671",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GW:[null,[null,null,"(?:4(?:0\\d{5}|4\\d{7})|9\\d{8})","\\d{7,9}"],[null,null,"443(?:2[0125]|3[1245]|4[12]|5[1-4]|70|9[1-467])\\d{4}","\\d{7,9}",null,null,"443201234"],[null,null,"9(?:55\\d|6(?:6\\d|9[012])|77\\d)\\d{5}","\\d{7,9}",null,null,"955012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"40\\d{5}","\\d{7,9}",null,null,"4012345"],"GW",245,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["44|9[567]"]],[null,"(\\d{3})(\\d{4})","$1 $2",["40"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],GY:[null,[null,null,"[2-4679]\\d{6}","\\d{7}"],[null,null,"(?:2(?:1[6-9]|2[0-35-9]|3[1-4]|5[3-9]|6\\d|7[0-24-79])|3(?:2[25-9]|3\\d)|4(?:4[0-24]|5[56])|77[1-57])\\d{4}","\\d{7}",null,null,"2201234"],[null,null,"6\\d{6}","\\d{7}",null,null,"6091234"],[null,null,"(?:289|862)\\d{4}","\\d{7}",null,null,"2891234"],[null,null,"9008\\d{3}","\\d{7}",null,null,"9008123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"GY",592,"001",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],HK:[null,[null,null,"[235-7]\\d{7}|8\\d{7,8}|9\\d{4,10}","\\d{5,11}"],[null,null,"(?:[23]\\d|58)\\d{6}","\\d{8}",null,null,"21234567"],[null,null,"(?:5[1-79]\\d|6\\d{2}|8[4-79]\\d|9(?:0[1-9]|[1-8]\\d))\\d{5}","\\d{8}",null,null,"51234567"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"900(?:[0-24-9]\\d{7}|3\\d{1,4})","\\d{5,11}",null,null,"90012345678"],[null,null,"NA","NA"],[null,null,"8[1-3]\\d{6}","\\d{8}",null,null,"81123456"],[null,null,"NA","NA"],"HK",852,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2",["[235-7]|[89](?:0[1-9]|[1-9])"]],[null,"(800)(\\d{3})(\\d{3})","$1 $2 $3",["800"]],[null,"(900)(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["900"]],[null,"(900)(\\d{2,5})","$1 $2",["900"]]],null,[null,null,"7\\d{7}","\\d{8}",null,null,"71234567"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],HN:[null,[null,null,"[237-9]\\d{7}","\\d{8}"],[null,null,"2(?:2(?:0[019]|1[1-36]|[23]\\d|4[056]|5[57]|7[01389]|8[0146-9]|9[012])|4(?:2[3-59]|3[13-689]|4[0-68]|5[1-35])|5(?:4[3-5]|5\\d|6[56]|74)|6(?:[056]\\d|3[04]|4[0-378]|[78][0-8]|9[01])|7(?:6[46-9]|7[02-9]|8[34])|8(?:79|8[0-35789]|9[1-57-9]))\\d{4}","\\d{8}",null,null,"22123456"],[null,null,"[37-9]\\d{7}","\\d{8}",null,null,"91234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"HN",504,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1-$2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],HR:[null,[null,null,"[1-7]\\d{5,8}|[89]\\d{6,11}","\\d{6,12}"],[null,null,"1\\d{7}|(?:2[0-3]|3[1-5]|4[02-47-9]|5[1-3])\\d{6,7}","\\d{6,9}",null,null,"12345678"],[null,null,"9(?:[1-9]\\d{6,10}|01\\d{6,9})","\\d{8,12}",null,null,"912345678"],[null,null,"80[01]\\d{4,7}","\\d{7,10}",null,null,"8001234567"],[null,null,"6(?:[01459]\\d{4,7})","\\d{6,9}",null,null,"611234"],[null,null,"NA","NA"],[null,null,"7[45]\\d{4,7}","\\d{6,9}",null,null,"741234567"],[null,null,"NA","NA"],"HR",385,"00","0",null,null,"0",null,null,null,[[null,"(1)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],[null,"(6[09])(\\d{4})(\\d{3})","$1 $2 $3",["6[09]"],"0$1"],[null,"([67]2)(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]2"],"0$1"],[null,"([2-5]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],[null,"(9\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],[null,"(9\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9"],"0$1"],[null,"(9\\d)(\\d{3,4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"],"0$1"],[null,"(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[0145]|7"],"0$1"],[null,"(\\d{2})(\\d{3,4})(\\d{3})","$1 $2 $3",["6[0145]|7"],"0$1"],[null,"(80[01])(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],[null,"(80[01])(\\d{3,4})(\\d{3})","$1 $2 $3",["8"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"[76]2\\d{6,7}","\\d{8,9}",null,null,"62123456"],null,null,[null,null,"NA","NA"]],
|
54 |
-
HT:[null,[null,null,"[2-489]\\d{7}","\\d{8}"],[null,null,"2(?:[248]\\d|5[1-5]|94)\\d{5}","\\d{8}",null,null,"22453300"],[null,null,"(?:3[1-9]\\d|4\\d{2}|9(?:8[0-35]|9[5-9]))\\d{5}","\\d{8}",null,null,"34101234"],[null,null,"8\\d{7}","\\d{8}",null,null,"80012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"98[89]\\d{5}","\\d{8}",null,null,"98901234"],"HT",509,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],HU:[null,[null,null,"[1-9]\\d{7,8}","\\d{6,9}"],[null,null,"(?:1\\d|2(?:1\\d|[2-9])|3(?:[2-7]|8\\d)|4[24-9]|5[2-79]|6[23689]|7(?:1\\d|[2-9])|8[2-57-9]|9[2-69])\\d{6}","\\d{6,9}",null,null,"12345678"],[null,null,"(?:[257]0|3[01])\\d{7}","\\d{9}",null,null,"201234567"],[null,null,"80\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"9[01]\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"40\\d{6}","\\d{8}",null,null,"40123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"HU",36,"00","06",null,null,"06",null,null,null,[[null,"(1)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"($1)"],[null,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"($1)"]],null,[null,null,"NA","NA"],null,null,[null,null,"[48]0\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ID:[null,[null,null,"(?:[1-79]\\d{6,10}|8\\d{7,11})","\\d{5,12}"],[null,null,"2(?:1(?:14\\d{3}|[0-8]\\d{6,7}|500\\d{3}|9\\d{6})|2\\d{6,8}|4\\d{7,8})|(?:2(?:[35][1-4]|6[0-8]|7[1-6]|8\\d|9[1-8])|3(?:1|[25][1-8]|3[1-68]|4[1-3]|6[1-3568]|7[0-469]|8\\d)|4(?:0[1-589]|1[01347-9]|2[0-36-8]|3[0-24-68]|43|5[1-378]|6[1-5]|7[134]|8[1245])|5(?:1[1-35-9]|2[25-8]|3[124-9]|4[1-3589]|5[1-46]|6[1-8])|6(?:19?|[25]\\d|3[1-69]|4[1-6])|7(?:02|[125][1-9]|[36]\\d|4[1-8]|7[0-36-9])|9(?:0[12]|1[013-8]|2[0-479]|5[125-8]|6[23679]|7[159]|8[01346]))\\d{5,8}","\\d{5,11}",null,null,"612345678"],[null,null,"(?:2(?:1(?:3[145]|4[01]|5[1-469]|60|8[0359]|9\\d)|2(?:88|9[1256])|3[1-4]9|4(?:36|91)|5(?:1[349]|[2-4]9)|6[0-7]9|7(?:[1-36]9|4[39])|8[1-5]9|9[1-48]9)|3(?:19[1-3]|2[12]9|3[13]9|4(?:1[69]|39)|5[14]9|6(?:1[69]|2[89])|709)|4[13]19|5(?:1(?:19|8[39])|4[129]9|6[12]9)|6(?:19[12]|2(?:[23]9|77))|7(?:1[13]9|2[15]9|419|5(?:1[89]|29)|6[15]9|7[178]9))\\d{5,6}|8[1-35-9]\\d{7,10}","\\d{9,12}",null,null,"812345678"],[null,null,"177\\d{6,8}|800\\d{5,7}","\\d{8,11}",null,null,"8001234567"],[null,null,"809\\d{7}","\\d{10}",null,null,"8091234567"],[null,null,"804\\d{7}","\\d{10}",null,null,"8041234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],"ID",62,"0(?:0[1789]|10(?:00|1[67]))","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{5,8})","$1 $2",["2[124]|[36]1"],"(0$1)"],[null,"(\\d{3})(\\d{5,8})","$1 $2",["[4579]|2[035-9]|[36][02-9]"],"(0$1)"],[null,"(8\\d{2})(\\d{3,4})(\\d{3,5})","$1-$2-$3",["8[1-35-9]"],"0$1"],[null,"(1)(500)(\\d{3})","$1 $2 $3",["15"],"$1"],[null,"(177)(\\d{6,8})","$1 $2",["17"],"0$1"],[null,"(800)(\\d{5,7})","$1 $2",["800"],"0$1"],[null,"(804)(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],[null,"(80\\d)(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80[79]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"8071\\d{6}","\\d{10}",null,null,"8071123456"],[null,null,"1500\\d{3}|8071\\d{6}","\\d{7,10}",null,null,"8071123456"],null,null,[null,null,"NA","NA"]],IE:[null,[null,null,"[124-9]\\d{6,9}","\\d{5,10}"],[null,null,"1\\d{7,8}|2(?:1\\d{6,7}|3\\d{7}|[24-9]\\d{5})|4(?:0[24]\\d{5}|[1-469]\\d{7}|5\\d{6}|7\\d{5}|8[0-46-9]\\d{7})|5(?:0[45]\\d{5}|1\\d{6}|[23679]\\d{7}|8\\d{5})|6(?:1\\d{6}|[237-9]\\d{5}|[4-6]\\d{7})|7[14]\\d{7}|9(?:1\\d{6}|[04]\\d{7}|[35-9]\\d{5})","\\d{5,10}",null,null,"2212345"],[null,null,"8(?:22\\d{6}|[35-9]\\d{7})","\\d{9}",null,null,"850123456"],[null,null,"1800\\d{6}","\\d{10}",null,null,"1800123456"],[null,null,"15(?:1[2-8]|[2-8]0|9[089])\\d{6}","\\d{10}",null,null,"1520123456"],[null,null,"18[59]0\\d{6}","\\d{10}",null,null,"1850123456"],[null,null,"700\\d{6}","\\d{9}",null,null,"700123456"],[null,null,"76\\d{7}","\\d{9}",null,null,"761234567"],"IE",353,"00","0",null,null,"0",null,null,null,[[null,"(1)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],[null,"(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],[null,"(\\d{3})(\\d{5})","$1 $2",["40[24]|50[45]"],"(0$1)"],[null,"(48)(\\d{4})(\\d{4})","$1 $2 $3",["48"],"(0$1)"],[null,"(818)(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],[null,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[24-69]|7[14]"],"(0$1)"],[null,"([78]\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["76|8[35-9]"],"0$1"],[null,"(700)(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],[null,"(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:8[059]|5)","1(?:8[059]0|5)"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"18[59]0\\d{6}","\\d{10}",null,null,"1850123456"],[null,null,"818\\d{6}","\\d{9}",null,null,"818123456"],null,null,[null,null,"8[35-9]\\d{8}","\\d{10}",null,null,"8501234567"]],IL:[null,[null,null,"[17]\\d{6,9}|[2-589]\\d{3}(?:\\d{3,6})?|6\\d{3}","\\d{4,10}"],[null,null,"[2-489]\\d{7}","\\d{7,8}",null,null,"21234567"],[null,null,"5(?:[02-47-9]\\d{2}|5(?:01|2[23]|3[2-4]|4[45]|5[5689]|6[67]|7[0178]|8[6-9]|9[4-9])|6[2-9]\\d)\\d{5}","\\d{9}",null,null,"501234567"],[null,null,"1(?:80[019]\\d{3}|255)\\d{3}","\\d{7,10}",null,null,"1800123456"],[null,null,"1(?:212|(?:9(?:0[01]|19)|200)\\d{2})\\d{4}","\\d{8,10}",null,null,"1919123456"],[null,null,"1700\\d{6}","\\d{10}",null,null,"1700123456"],[null,null,"NA","NA"],[null,null,"7(?:18\\d|2[23]\\d|3[237]\\d|47\\d|6(?:5\\d|8[0168])|7\\d{2}|8(?:2\\d|33|55|77|81)|9[29]\\d)\\d{5}","\\d{9}",null,null,"771234567"],"IL",972,"0(?:0|1[2-9])","0",null,null,"0",null,null,null,[[null,"([2-489])(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],[null,"([57]\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],[null,"(1)([7-9]\\d{2})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"],"$1"],[null,"(1255)(\\d{3})","$1-$2",["125"],"$1"],[null,"(1200)(\\d{3})(\\d{3})","$1-$2-$3",["120"],"$1"],[null,"(1212)(\\d{2})(\\d{2})","$1-$2-$3",["121"],"$1"],[null,"(1599)(\\d{6})","$1-$2",["15"],"$1"],[null,"(\\d{4})","*$1",["[2-689]"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"1700\\d{6}|[2-689]\\d{3}","\\d{4,10}",null,null,"1700123456"],[null,null,"[2-689]\\d{3}|1599\\d{6}","\\d{4}(?:\\d{6})?",null,null,"1599123456"],null,null,[null,null,"NA","NA"]],IM:[null,[null,null,"[135789]\\d{6,9}","\\d{6,10}"],[null,null,"1624\\d{6}","\\d{6,10}",null,null,"1624456789"],[null,null,"7[569]24\\d{6}","\\d{10}",null,null,"7924123456"],[null,null,"808162\\d{4}","\\d{10}",null,null,"8081624567"],[null,null,"(?:872299|90[0167]624)\\d{4}","\\d{10}",null,null,"9016247890"],[null,null,"8(?:4(?:40[49]06|5624\\d)|70624\\d)\\d{3}","\\d{10}",null,null,"8456247890"],[null,null,"70\\d{8}","\\d{10}",null,null,"7012345678"],[null,null,"56\\d{8}","\\d{10}",null,null,"5612345678"],"IM",44,"00","0"," x",null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"3(?:08162\\d|3\\d{5}|4(?:40[49]06|5624\\d)|7(?:0624\\d|2299\\d))\\d{3}|55\\d{8}","\\d{10}",null,null,"5512345678"],null,null,[null,null,"NA","NA"]],IN:[null,[null,null,"1\\d{7,12}|[2-9]\\d{9,10}","\\d{6,13}"],[null,null,"(?:11|2[02]|33|4[04]|79)[2-7]\\d{7}|80[2-467]\\d{7}|(?:1(?:2[0-249]|3[0-25]|4[145]|[59][14]|6[014]|7[1257]|8[01346])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|[36][25]|22|4[28]|5[12]|[78]1|9[15])|6(?:12|[2345]1|57|6[13]|7[14]|80)|7(?:12|2[14]|3[134]|4[47]|5[15]|[67]1|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91))[2-7]\\d{6}|(?:(?:1(?:2[35-8]|3[346-9]|4[236-9]|[59][0235-9]|6[235-9]|7[34689]|8[257-9])|2(?:1[134689]|3[24-8]|4[2-8]|5[25689]|6[2-4679]|7[13-79]|8[2-479]|9[235-9])|3(?:01|1[79]|2[1-5]|4[25-8]|5[125689]|6[235-7]|7[157-9]|8[2-467])|4(?:1[14578]|2[5689]|3[2-467]|5[4-7]|6[35]|73|8[2689]|9[2389])|5(?:[16][146-9]|2[14-8]|3[1346]|4[14-69]|5[46]|7[2-4]|8[2-8]|9[246])|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|[57][2-689]|6[24-578]|8[1-6])|8(?:1[1357-9]|2[235-8]|3[03-57-9]|4[0-24-9]|5\\d|6[2457-9]|7[1-6]|8[1256]|9[2-4]))\\d|7(?:(?:1[013-9]|2[0235-9]|3[2679]|4[1-35689]|5[2-46-9]|[67][02-9]|9\\d)\\d|8(?:2[0-6]|[013-8]\\d)))[2-7]\\d{5}","\\d{6,10}",null,null,"1123456789"],[null,null,"(?:7(?:0\\d{3}|2(?:[0235679]\\d|[14][017-9]|8[0-59]|9[389])\\d|3(?:[05-8]\\d{2}|1(?:[089]\\d|7[5-8])|2(?:[5-8]\\d|[01][089])|3[17-9]\\d|4[789]\\d|9[01689]\\d)|4(?:0[1-9]\\d|1(?:[015-9]\\d|4[08])|[29][89]\\d|39\\d|8[389]\\d)|5(?:[034678]\\d|2[03-9]|5[017-9]|9[7-9])\\d|6(?:0[0-47]|1[0-257-9]|2[0-4]|3[19]|5[4589]|[6-9]\\d)\\d|7(?:0[2-9]|[1-79]\\d|8[1-9])\\d|8[0-79]\\d{2}|99[4-9]\\d)|8(?:0(?:[01589]\\d|6[67])|1(?:[02-57-9]\\d|1[0135-9])|2(?:[236-9]\\d|5[1-9])|3(?:[0357-9]\\d|4[1-9])|[45]\\d{2}|6[02457-9]\\d|7(?:07|[1-69]\\d)|8(?:[0-26-9]\\d|44|5[2-9])|9(?:[035-9]\\d|2[2-9]|4[0-8]))\\d|9\\d{4})\\d{5}","\\d{10}",null,null,"9123456789"],[null,null,"1(?:600\\d{6}|80(?:0\\d{4,9}|3\\d{9}))","\\d{8,13}",null,null,"1800123456"],[null,null,"186[12]\\d{9}","\\d{13}",null,null,"1861123456789"],[null,null,"1860\\d{7}","\\d{11}",null,null,"18603451234"],[null,null,"NA","NA"],[null,null,"NA","NA"],"IN",91,"00","0",null,null,"0",null,null,null,[[null,"(\\d{5})(\\d{5})","$1 $2",["7(?:[02357]|4[0-389]|6[0-35-9]|8[0-79]|99)|8(?:0[015689]|1[0-57-9]|2[2356-9]|3[0-57-9]|[45]|6[02457-9]|7[01-69]|8[0-24-9]|9[02-9])|9","7(?:0|2(?:[0235679]|[14][017-9]|8[0-59]|9[389])|3(?:[05-8]|1[07-9]|2[015-8]|3[17-9]|4[789]|9[01689])|4(?:0[1-9]|1[014-9]|[29][89]|39|8[389])|5(?:[034678]|2[03-9]|5[017-9]|9[7-9])|6(?:0[0-47]|1[0-257-9]|2[0-4]|3[19]|5[4589]|[6-9])|7(?:0[2-9]|[1-79]|8[1-9])|8[0-79]|99[4-9])|8(?:0(?:[01589]|6[67])|1(?:[02-57-9]|1[0135-9])|2(?:[236-9]|5[1-9])|3(?:[0357-9]|4[1-9])|[45]|6[02457-9]|7(?:07|[1-69])|8(?:[0-26-9]|44|5[2-9])|9(?:[035-9]|2[2-9]|4[0-8]))|9","7(?:0|2(?:[0235679]|[14][017-9]|8[0-59]|9[389])|3(?:[05-8]|1(?:[089]|7[5-9])|2(?:[5-8]|[01][089])|3[17-9]|4[789]|9[01689])|4(?:0[1-9]|1(?:[015-9]|4[08])|[29][89]|39|8[389])|5(?:[034678]|2[03-9]|5[017-9]|9[7-9])|6(?:0[0-47]|1[0-257-9]|2[0-4]|3[19]|5[4589]|[6-9])|7(?:0[2-9]|[1-79]|8[1-9])|8[0-79]|99[4-9])|8(?:0(?:[01589]|6[67])|1(?:[02-57-9]|1[0135-9])|2(?:[236-9]|5[1-9])|3(?:[0357-9]|4[1-9])|[45]|6[02457-9]|7(?:07|[1-69])|8(?:[0-26-9]|44|5[2-9])|9(?:[035-9]|2[2-9]|4[0-8]))|9"],"0$1",null,1],[null,"(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79|80[2-46]"],"0$1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[569][14]|7[1257]|8[1346]|[68][1-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|[36][25]|22|4[28]|5[12]|[78]1|9[15])|6(?:12|[2345]1|57|6[13]|7[14]|80)"],"0$1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7(?:12|2[14]|3[134]|4[47]|5[15]|[67]1|88)","7(?:12|2[14]|3[134]|4[47]|5(?:1|5[2-6])|[67]1|88)"],"0$1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)"],"0$1",null,1],[null,"(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[23579]|[468][1-9])|[2-8]"],"0$1",null,1],[null,"(1600)(\\d{2})(\\d{4})","$1 $2 $3",["160","1600"],"$1",null,1],[null,"(1800)(\\d{4,5})","$1 $2",["180","1800"],"$1",null,1],[null,"(18[06]0)(\\d{2,4})(\\d{4})","$1 $2 $3",["18[06]","18[06]0"],"$1",null,1],[null,"(140)(\\d{3})(\\d{4})","$1 $2 $3",["140"],"$1",null,1],[null,"(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18[06]","18(?:0[03]|6[12])"],"$1",null,1]],null,[null,null,"NA","NA"],null,null,[null,null,"1(?:600\\d{6}|8(?:0(?:0\\d{4,9}|3\\d{9})|6(?:0\\d{7}|[12]\\d{9})))","\\d{8,13}",null,null,"1800123456"],[null,null,"140\\d{7}","\\d{10}",null,null,"1409305260"],null,null,[null,null,"NA","NA"]],IO:[null,[null,null,"3\\d{6}","\\d{7}"],[null,null,"37\\d{5}","\\d{7}",null,null,"3709100"],[null,null,"38\\d{5}","\\d{7}",null,null,"3801234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"IO",246,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],IQ:[null,[null,null,"[1-7]\\d{7,9}","\\d{6,10}"],[null,null,"1\\d{7}|(?:2[13-5]|3[02367]|4[023]|5[03]|6[026])\\d{6,7}","\\d{6,9}",null,null,"12345678"],[null,null,"7[3-9]\\d{8}","\\d{10}",null,null,"7912345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"IQ",964,"00","0",null,null,"0",null,null,null,[[null,"(1)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],[null,"([2-6]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],[null,"(7\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],IR:[null,[null,null,"[1-8]\\d{9}|9(?:[0-4]\\d{8}|9\\d{2,8})","\\d{4,10}"],[null,null,"(?:1[137]|2[13-68]|3[1458]|4[145]|5[146-8]|6[146]|7[1467]|8[13467])\\d{8}","\\d{10}",null,null,"2123456789"],[null,null,"9(?:0[1-3]|[13]\\d|2[0-2]|90)\\d{7}","\\d{10}",null,null,"9123456789"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"(?:[2-6]0\\d|993)\\d{7}","\\d{10}",null,null,"9932123456"],"IR",98,"00","0",null,null,"0",null,null,null,[[null,"(21)(\\d{3,5})","$1 $2",["21"],"0$1"],[null,"(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["9"],"0$1"],[null,"(\\d{3})(\\d{3})","$1 $2",["9"],"0$1"]],null,[null,null,"943\\d{7}","\\d{10}",null,null,"9432123456"],null,null,[null,null,"NA","NA"],[null,null,"9990\\d{0,6}","\\d{4,10}",null,null,"9990123456"],null,null,[null,null,"NA","NA"]],IS:[null,[null,null,"[4-9]\\d{6}|38\\d{7}","\\d{7,9}"],[null,null,"(?:4(?:1[0-24-6]|2[0-7]|[37][0-8]|4[0-245]|5[0-68]|6\\d|8[0-36-8])|5(?:05|[156]\\d|2[02578]|3[013-79]|4[03-7]|7[0-2578]|8[0-35-9]|9[013-689])|87[23])\\d{4}","\\d{7}",null,null,"4101234"],[null,null,"38[589]\\d{6}|(?:6(?:1[1-8]|2[056]|3[089]|4[0167]|5[0159]|[67][0-69]|9\\d)|7(?:5[057]|6[0-2]|[78]\\d)|8(?:2[0-59]|3[0-4]|[469]\\d|5[1-9]))\\d{4}","\\d{7,9}",null,null,"6111234"],[null,null,"800\\d{4}","\\d{7}",null,null,"8001234"],[null,null,"90\\d{5}","\\d{7}",null,null,"9011234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"49\\d{5}","\\d{7}",null,null,"4921234"],"IS",354,"1(?:0(?:01|10|20)|100)|00",null,null,null,null,null,"00",null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],[null,"(3\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"809\\d{4}","\\d{7}",null,null,"8091234"],null,null,[null,null,"(?:6(?:2[1-478]|49|8\\d)|8(?:7[0189]|80)|95[48])\\d{4}","\\d{7}",null,null,"6211234"]],IT:[null,[null,null,"[01589]\\d{5,10}|3(?:[12457-9]\\d{8}|[36]\\d{7,9})","\\d{6,11}"],[null,null,"0(?:[26]\\d{4,9}|(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2346]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[34578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7})","\\d{6,11}",null,null,"0212345678"],[null,null,"3(?:[12457-9]\\d{8}|6\\d{7,8}|3\\d{7,9})","\\d{9,11}",null,null,"3123456789"],[null,null,"80(?:0\\d{6}|3\\d{3})","\\d{6,9}",null,null,"800123456"],[null,null,"0878\\d{5}|1(?:44|6[346])\\d{6}|89(?:2\\d{3}|4(?:[0-4]\\d{2}|[5-9]\\d{4})|5(?:[0-4]\\d{2}|[5-9]\\d{6})|9\\d{6})","\\d{6,10}",null,null,"899123456"],[null,null,"84(?:[08]\\d{6}|[17]\\d{3})","\\d{6,9}",null,null,"848123456"],[null,null,"1(?:78\\d|99)\\d{6}","\\d{9,10}",null,null,"1781234567"],[null,null,"55\\d{8}","\\d{10}",null,null,"5512345678"],"IT",39,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|55"]],[null,"(0[26])(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],[null,"(0[26])(\\d{4,6})","$1 $2",["0[26]"]],[null,"(0\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]"]],[null,"(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[245])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|[45][0-4]))"]],[null,"(0\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["0[13-57-9][2-46-8]"]],[null,"(0\\d{3})(\\d{2,6})","$1 $2",["0[13-57-9][2-46-8]"]],[null,"(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13]|8(?:00|4[08]|9[59])","[13]|8(?:00|4[08]|9(?:5[5-9]|9))"]],[null,"(\\d{4})(\\d{4})","$1 $2",["894","894[5-9]"]],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["3"]]],null,[null,null,"NA","NA"],1,null,[null,null,"848\\d{6}","\\d{9}",null,null,"848123456"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],JE:[null,[null,null,"[135789]\\d{6,9}","\\d{6,10}"],[null,null,"1534\\d{6}","\\d{6,10}",null,null,"1534456789"],[null,null,"7(?:509|7(?:00|97)|829|937)\\d{6}","\\d{10}",null,null,"7797123456"],[null,null,"80(?:07(?:35|81)|8901)\\d{4}","\\d{10}",null,null,"8007354567"],[null,null,"(?:871206|90(?:066[59]|1810|71(?:07|55)))\\d{4}","\\d{10}",null,null,"9018105678"],[null,null,"8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|70002)\\d{4}","\\d{10}",null,null,"8447034567"],[null,null,"701511\\d{4}","\\d{10}",null,null,"7015115678"],[null,null,"56\\d{8}","\\d{10}",null,null,"5612345678"],"JE",44,"00","0"," x",null,"0",null,null,null,null,null,[null,null,"76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\\d{6}","\\d{10}",null,null,"7640123456"],null,null,[null,null,"NA","NA"],[null,null,"3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))\\d{4}|55\\d{8}","\\d{10}",null,null,"5512345678"],null,null,[null,null,"NA","NA"]],JM:[null,[null,null,"[589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"876(?:5(?:0[12]|1[0-468]|2[35]|63)|6(?:0[1-3579]|1[027-9]|[23]\\d|40|5[06]|6[2-589]|7[05]|8[04]|9[4-9])|7(?:0[2-689]|[1-6]\\d|8[056]|9[45])|9(?:0[1-8]|1[02378]|[2-8]\\d|9[2-468]))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"8765123456"],[null,null,"876(?:2[16-9]\\d|[348]\\d{2}|5(?:0[3-9]|27|6[0-24-9]|[3-578]\\d)|7(?:0[07]|7\\d|8[1-47-9]|9[0-36-9])|9(?:[01]9|9[0579]))\\d{4}","\\d{10}",null,null,"8762101234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"JM",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"876",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],JO:[null,[null,null,"[235-9]\\d{7,8}","\\d{8,9}"],[null,null,"(?:2(?:6(?:2[0-35-9]|3[0-57-8]|4[24-7]|5[0-24-8]|[6-8][023]|9[0-3])|7(?:0[1-79]|10|2[014-7]|3[0-689]|4[019]|5[0-3578]))|32(?:0[1-69]|1[1-35-7]|2[024-7]|3\\d|4[0-3]|[57][023]|6[03])|53(?:0[0-3]|[13][023]|2[0-59]|49|5[0-35-9]|6[15]|7[45]|8[1-6]|9[0-36-9])|6(?:2[50]0|3(?:00|33)|4(?:0[0125]|1[2-7]|2[0569]|[38][07-9]|4[025689]|6[0-589]|7\\d|9[0-2])|5(?:[01][056]|2[034]|3[0-57-9]|4[17-8]|5[0-69]|6[0-35-9]|7[1-379]|8[0-68]|9[02-39]))|87(?:[02]0|7[08]|90))\\d{4}","\\d{8}",null,null,"62001234"],[null,null,"7(?:55|7[025-9]|8[015-9]|9[0-25-9])\\d{6}","\\d{9}",null,null,"790123456"],[null,null,"80\\d{6}","\\d{8}",null,null,"80012345"],[null,null,"900\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"85\\d{6}","\\d{8}",null,null,"85012345"],[null,null,"70\\d{7}","\\d{9}",null,null,"700123456"],[null,null,"NA","NA"],"JO",962,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],[null,"(7)(\\d{4})(\\d{4})","$1 $2 $3",["7[457-9]"],"0$1"],[null,"(\\d{3})(\\d{5,6})","$1 $2",["70|8[0158]|9"],"0$1"]],null,[null,null,"74(?:66|77)\\d{5}","\\d{9}",null,null,"746612345"],null,null,[null,null,"NA","NA"],[null,null,"8(?:10|8\\d)\\d{5}","\\d{8}",null,null,"88101234"],null,null,[null,null,"NA","NA"]],JP:[null,[null,null,"[1-9]\\d{8,9}|00(?:[36]\\d{7,14}|7\\d{5,7}|8\\d{7})","\\d{8,17}"],[null,null,"(?:1(?:1[235-8]|2[3-6]|3[3-9]|4[2-6]|[58][2-8]|6[2-7]|7[2-9]|9[1-9])|2[2-9]\\d|[36][1-9]\\d|4(?:6[02-8]|[2-578]\\d|9[2-59])|5(?:6[1-9]|7[2-8]|[2-589]\\d)|7(?:3[4-9]|4[02-9]|[25-9]\\d)|8(?:3[2-9]|4[5-9]|5[1-9]|8[03-9]|[2679]\\d)|9(?:[679][1-9]|[2-58]\\d))\\d{6}","\\d{9}",null,null,"312345678"],[null,null,"[7-9]0[1-9]\\d{7}","\\d{10}",null,null,"9012345678"],[null,null,"120\\d{6}|800\\d{7}|00(?:37\\d{6,13}|66\\d{6,13}|777(?:[01]\\d{2}|5\\d{3}|8\\d{4})|882[1245]\\d{4})","\\d{8,17}",null,null,"120123456"],[null,null,"990\\d{6}","\\d{9}",null,null,"990123456"],[null,null,"NA","NA"],[null,null,"60\\d{7}","\\d{9}",null,null,"601234567"],[null,null,"50[1-9]\\d{7}","\\d{10}",null,null,"5012345678"],"JP",81,"010","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],[null,"(\\d{4})(\\d{4})","$1-$2",["0077"],"$1"],[null,"(\\d{4})(\\d{2})(\\d{3,4})","$1-$2-$3",["0077"],"$1"],[null,"(\\d{4})(\\d{2})(\\d{4})","$1-$2-$3",["0088"],"$1"],[null,"(\\d{4})(\\d{3})(\\d{3,4})","$1-$2-$3",["00(?:37|66)"],"$1"],[null,"(\\d{4})(\\d{4})(\\d{4,5})","$1-$2-$3",["00(?:37|66)"],"$1"],[null,"(\\d{4})(\\d{5})(\\d{5,6})","$1-$2-$3",["00(?:37|66)"],"$1"],[null,"(\\d{4})(\\d{6})(\\d{6,7})","$1-$2-$3",["00(?:37|66)"],"$1"],[null,"(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[2579]0|80[1-9]"],"0$1"],[null,"(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|5(?:76|97)|499|746|8(?:3[89]|63|47|51)|9(?:49|80|9[16])","1(?:267|3(?:7[247]|9[278])|4(?:5[67]|66)|5(?:47|58|64|8[67])|6(?:3[245]|48|5[4-68]))|5(?:76|97)9|499[2468]|7468|8(?:3(?:8[78]|96)|636|477|51[24])|9(?:496|802|9(?:1[23]|69))","1(?:267|3(?:7[247]|9[278])|4(?:5[67]|66)|5(?:47|58|64|8[67])|6(?:3[245]|48|5[4-68]))|5(?:769|979[2-69])|499[2468]|7468|8(?:3(?:8[78]|96[2457-9])|636[2-57-9]|477|51[24])|9(?:496|802|9(?:1[23]|69))"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["1(?:2[3-6]|3[3-9]|4[2-6]|5[2-8]|[68][2-7]|7[2-689]|9[1-578])|2(?:2[03-689]|3[3-58]|4[0-468]|5[04-8]|6[013-8]|7[06-9]|8[02-57-9]|9[13])|4(?:2[28]|3[689]|6[035-7]|7[05689]|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9[4-9])|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9[014-9])|8(?:2[49]|3[3-8]|4[5-8]|5[2-9]|6[35-9]|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9[3-7])","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:5[78]|7[2-4]|[0468][2-9])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[89][2-8]|[4-7]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9[2-8])|3(?:7[2-6]|[3-6][2-9]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5[4-7]|6[2-9]|8[2-8]|9[236-9])|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3[34]|[4-7]))","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:5[78]|7[2-4]|[0468][2-9])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[89][2-8]|[4-7]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9(?:[3578]|20|4[04-9]|6[56]))|3(?:7(?:[2-5]|6[0-59])|[3-6][2-9]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5(?:[467]|5[014-9])|6(?:[2-8]|9[02-69])|8[2-8]|9(?:[236-8]|9[23]))|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3(?:3[02-9]|4[0-24689])|4[2-69]|[5-7]))","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:5[78]|7[2-4]|[0468][2-9])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[89][2-8]|[4-7]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9(?:[3578]|20|4[04-9]|6(?:5[25]|60)))|3(?:7(?:[2-5]|6[0-59])|[3-6][2-9]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5(?:[467]|5[014-9])|6(?:[2-8]|9[02-69])|8[2-8]|9(?:[236-8]|9[23]))|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3(?:3[02-9]|4[0-24689])|4[2-69]|[5-7]))"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1|2(?:2[37]|5[5-9]|64|78|8[39]|91)|4(?:2[2689]|64|7[347])|5(?:[2-589]|39)|60|8(?:[46-9]|3[279]|2[124589])|9(?:[235-8]|93)","1|2(?:2[37]|5(?:[57]|[68]0|9[19])|64|78|8[39]|917)|4(?:2(?:[68]|20|9[178])|64|7[347])|5(?:[2-589]|39[67])|60|8(?:[46-9]|3[279]|2[124589])|9(?:[235-8]|93[34])","1|2(?:2[37]|5(?:[57]|[68]0|9(?:17|99))|64|78|8[39]|917)|4(?:2(?:[68]|20|9[178])|64|7[347])|5(?:[2-589]|39[67])|60|8(?:[46-9]|3[279]|2[124589])|9(?:[235-8]|93(?:31|4))"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["2(?:9[14-79]|74|[34]7|[56]9)|82|993"],"0$1"],[null,"(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["3|4(?:2[09]|7[01])|6[1-9]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[2479][1-9]"],"0$1"]],[[null,"(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],[null,"(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[2579]0|80[1-9]"],"0$1"],[null,"(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|5(?:76|97)|499|746|8(?:3[89]|63|47|51)|9(?:49|80|9[16])","1(?:267|3(?:7[247]|9[278])|4(?:5[67]|66)|5(?:47|58|64|8[67])|6(?:3[245]|48|5[4-68]))|5(?:76|97)9|499[2468]|7468|8(?:3(?:8[78]|96)|636|477|51[24])|9(?:496|802|9(?:1[23]|69))","1(?:267|3(?:7[247]|9[278])|4(?:5[67]|66)|5(?:47|58|64|8[67])|6(?:3[245]|48|5[4-68]))|5(?:769|979[2-69])|499[2468]|7468|8(?:3(?:8[78]|96[2457-9])|636[2-57-9]|477|51[24])|9(?:496|802|9(?:1[23]|69))"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["1(?:2[3-6]|3[3-9]|4[2-6]|5[2-8]|[68][2-7]|7[2-689]|9[1-578])|2(?:2[03-689]|3[3-58]|4[0-468]|5[04-8]|6[013-8]|7[06-9]|8[02-57-9]|9[13])|4(?:2[28]|3[689]|6[035-7]|7[05689]|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9[4-9])|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9[014-9])|8(?:2[49]|3[3-8]|4[5-8]|5[2-9]|6[35-9]|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9[3-7])","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:5[78]|7[2-4]|[0468][2-9])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[89][2-8]|[4-7]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9[2-8])|3(?:7[2-6]|[3-6][2-9]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5[4-7]|6[2-9]|8[2-8]|9[236-9])|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3[34]|[4-7]))","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:5[78]|7[2-4]|[0468][2-9])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[89][2-8]|[4-7]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9(?:[3578]|20|4[04-9]|6[56]))|3(?:7(?:[2-5]|6[0-59])|[3-6][2-9]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5(?:[467]|5[014-9])|6(?:[2-8]|9[02-69])|8[2-8]|9(?:[236-8]|9[23]))|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3(?:3[02-9]|4[0-24689])|4[2-69]|[5-7]))","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:5[78]|7[2-4]|[0468][2-9])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[89][2-8]|[4-7]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9(?:[3578]|20|4[04-9]|6(?:5[25]|60)))|3(?:7(?:[2-5]|6[0-59])|[3-6][2-9]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5(?:[467]|5[014-9])|6(?:[2-8]|9[02-69])|8[2-8]|9(?:[236-8]|9[23]))|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3(?:3[02-9]|4[0-24689])|4[2-69]|[5-7]))"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1|2(?:2[37]|5[5-9]|64|78|8[39]|91)|4(?:2[2689]|64|7[347])|5(?:[2-589]|39)|60|8(?:[46-9]|3[279]|2[124589])|9(?:[235-8]|93)","1|2(?:2[37]|5(?:[57]|[68]0|9[19])|64|78|8[39]|917)|4(?:2(?:[68]|20|9[178])|64|7[347])|5(?:[2-589]|39[67])|60|8(?:[46-9]|3[279]|2[124589])|9(?:[235-8]|93[34])","1|2(?:2[37]|5(?:[57]|[68]0|9(?:17|99))|64|78|8[39]|917)|4(?:2(?:[68]|20|9[178])|64|7[347])|5(?:[2-589]|39[67])|60|8(?:[46-9]|3[279]|2[124589])|9(?:[235-8]|93(?:31|4))"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["2(?:9[14-79]|74|[34]7|[56]9)|82|993"],"0$1"],[null,"(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["3|4(?:2[09]|7[01])|6[1-9]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[2479][1-9]"],"0$1"]],[null,null,"20\\d{8}","\\d{10}",null,null,"2012345678"],null,null,[null,null,"00(?:37\\d{6,13}|66\\d{6,13}|777(?:[01]\\d{2}|5\\d{3}|8\\d{4})|882[1245]\\d{4})","\\d{8,17}",null,null,"00777012"],[null,null,"570\\d{6}","\\d{9}",null,null,"570123456"],1,null,[null,null,"NA","NA"]],KE:[null,[null,null,"20\\d{6,7}|[4-9]\\d{6,9}","\\d{7,10}"],[null,null,"20\\d{6,7}|4(?:[0136]\\d{7}|[245]\\d{5,7})|5(?:[08]\\d{7}|[1-79]\\d{5,7})|6(?:[01457-9]\\d{5,7}|[26]\\d{7})","\\d{7,9}",null,null,"202012345"],[null,null,"7(?:[0-36]\\d|5[0-6]|[79][0-7]|8[0-25-9])\\d{6}","\\d{9}",null,null,"712123456"],[null,null,"800[24-8]\\d{5,6}","\\d{9,10}",null,null,"800223456"],[null,null,"900[02-9]\\d{5}","\\d{9}",null,null,"900223456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KE",254,"000","0",null,null,"005|0",null,null,null,[[null,"(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],[null,"(\\d{3})(\\d{6})","$1 $2",["7"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KG:[null,[null,null,"[235-8]\\d{8,9}","\\d{5,10}"],[null,null,"(?:3(?:1(?:[256]\\d|3[1-9]|47)|2(?:22|3[0-479]|6[0-7])|4(?:22|5[6-9]|6\\d)|5(?:22|3[4-7]|59|6\\d)|6(?:22|5[35-7]|6\\d)|7(?:22|3[468]|4[1-9]|59|[67]\\d)|9(?:22|4[1-8]|6\\d))|6(?:09|12|2[2-4])\\d)\\d{5}","\\d{5,10}",null,null,"312123456"],[null,null,"(?:20[0-35]|5[124-7]\\d|7[07]\\d)\\d{6}","\\d{9}",null,null,"700123456"],[null,null,"800\\d{6,7}","\\d{9,10}",null,null,"800123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KG",996,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[25-7]|31[25]"],"0$1"],[null,"(\\d{4})(\\d{5})","$1 $2",["3(?:1[36]|[2-9])"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d)(\\d{3})","$1 $2 $3 $4",["8"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KH:[null,[null,null,"[1-9]\\d{7,9}","\\d{6,10}"],[null,null,"(?:2[3-6]|3[2-6]|4[2-4]|[5-7][2-5])(?:[237-9]|4[56]|5\\d|6\\d?)\\d{5}|23(?:4[234]|8\\d{2})\\d{4}","\\d{6,9}",null,null,"23756789"],[null,null,"(?:1(?:[013-79]\\d|[28]\\d{1,2})|2[3-6]48|3(?:[18]\\d{2}|[2-6]48)|4[2-4]48|5[2-5]48|6(?:[016-9]\\d|[2-5]48)|7(?:[07-9]\\d|[16]\\d{2}|[2-5]48)|8(?:[013-79]\\d|8\\d{2})|9(?:6\\d{2}|7\\d{1,2}|[0-589]\\d))\\d{5}","\\d{8,9}",null,null,"91234567"],[null,null,"1800(?:1\\d|2[019])\\d{4}","\\d{10}",null,null,"1800123456"],[null,null,"1900(?:1\\d|2[09])\\d{4}","\\d{10}",null,null,"1900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KH",855,"00[14-9]","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["1\\d[1-9]|[2-9]"],"0$1"],[null,"(1[89]00)(\\d{3})(\\d{3})","$1 $2 $3",["1[89]0"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],
|
55 |
-
KI:[null,[null,null,"[2458]\\d{4}|3\\d{4,7}|7\\d{7}","\\d{5,8}"],[null,null,"(?:[24]\\d|3[1-9]|50|8[0-5])\\d{3}","\\d{5}",null,null,"31234"],[null,null,"7\\d{7}","\\d{8}",null,null,"72012345"],[null,null,"NA","NA"],[null,null,"3001\\d{4}","\\d{5,8}",null,null,"30010000"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KI",686,"00",null,null,null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KM:[null,[null,null,"[379]\\d{6}","\\d{7}"],[null,null,"7(?:6[0-37-9]|7[0-57-9])\\d{4}","\\d{7}",null,null,"7712345"],[null,null,"3[234]\\d{5}","\\d{7}",null,null,"3212345"],[null,null,"NA","NA"],[null,null,"(?:39[01]|9[01]0)\\d{4}","\\d{7}",null,null,"9001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KM",269,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KN:[null,[null,null,"[589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"869(?:2(?:29|36)|302|4(?:6[015-9]|70))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"8692361234"],[null,null,"869(?:5(?:5[6-8]|6[5-7])|66\\d|76[02-6])\\d{4}","\\d{10}",null,null,"8697652917"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"KN",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"869",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KP:[null,[null,null,"1\\d{9}|[28]\\d{7}","\\d{6,8}|\\d{10}"],[null,null,"2\\d{7}|85\\d{6}","\\d{6,8}",null,null,"21234567"],[null,null,"19[123]\\d{7}","\\d{10}",null,null,"1921234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KP",850,"00|99","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],[null,"(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"2(?:[0-24-9]\\d{2}|3(?:[0-79]\\d|8[02-9]))\\d{4}","\\d{8}",null,null,"23821234"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KR:[null,[null,null,"007\\d{9,11}|[1-7]\\d{3,9}|8\\d{8}","\\d{4,14}"],[null,null,"(?:2|3[1-3]|[46][1-4]|5[1-5])(?:1\\d{2,3}|[1-9]\\d{6,7})","\\d{4,10}",null,null,"22123456"],[null,null,"1[0-26-9]\\d{7,8}","\\d{9,10}",null,null,"1000000000"],[null,null,"(?:00798\\d{0,2}|80)\\d{7}","\\d{9,14}",null,null,"801234567"],[null,null,"60[2-9]\\d{6}","\\d{9}",null,null,"602345678"],[null,null,"NA","NA"],[null,null,"50\\d{8}","\\d{10}",null,null,"5012345678"],[null,null,"70\\d{8}","\\d{10}",null,null,"7012345678"],"KR",82,"00(?:[124-68]|3\\d{2}|7(?:[0-8]\\d|9[0-79]))","0",null,null,"0(8[1-46-8]|85\\d{2})?",null,null,null,[[null,"(\\d{5})(\\d{3,4})(\\d{4})","$1 $2 $3",["00798"],"$1","0$CC-$1"],[null,"(\\d{5})(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["00798"],"$1","0$CC-$1"],[null,"(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["1(?:0|1[19]|[69]9|5[458])|[57]0","1(?:0|1[19]|[69]9|5(?:44|59|8))|[57]0"],"0$1","0$CC-$1"],[null,"(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["1(?:[01]|5[1-4]|6[2-8]|[7-9])|[68]0|[3-6][1-9][1-9]","1(?:[01]|5(?:[1-3]|4[56])|6[2-8]|[7-9])|[68]0|[3-6][1-9][1-9]"],"0$1","0$CC-$1"],[null,"(\\d{3})(\\d)(\\d{4})","$1-$2-$3",["131","1312"],"0$1","0$CC-$1"],[null,"(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["131","131[13-9]"],"0$1","0$CC-$1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["13[2-9]"],"0$1","0$CC-$1"],[null,"(\\d{2})(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3-$4",["30"],"0$1","0$CC-$1"],[null,"(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2[1-9]"],"0$1","0$CC-$1"],[null,"(\\d)(\\d{3,4})","$1-$2",["21[0-46-9]"],"0$1","0$CC-$1"],[null,"(\\d{2})(\\d{3,4})","$1-$2",["[3-6][1-9]1","[3-6][1-9]1(?:[0-46-9])"],"0$1","0$CC-$1"],[null,"(\\d{4})(\\d{4})","$1-$2",["1(?:5[46-9]|6[04678]|8[0579])","1(?:5(?:44|66|77|88|99)|6(?:00|44|6[16]|70|88)|8(?:00|55|77|99))"],"$1","0$CC-$1"]],[[null,"(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["1(?:0|1[19]|[69]9|5[458])|[57]0","1(?:0|1[19]|[69]9|5(?:44|59|8))|[57]0"],"0$1","0$CC-$1"],[null,"(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["1(?:[01]|5[1-4]|6[2-8]|[7-9])|[68]0|[3-6][1-9][1-9]","1(?:[01]|5(?:[1-3]|4[56])|6[2-8]|[7-9])|[68]0|[3-6][1-9][1-9]"],"0$1","0$CC-$1"],[null,"(\\d{3})(\\d)(\\d{4})","$1-$2-$3",["131","1312"],"0$1","0$CC-$1"],[null,"(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["131","131[13-9]"],"0$1","0$CC-$1"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["13[2-9]"],"0$1","0$CC-$1"],[null,"(\\d{2})(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3-$4",["30"],"0$1","0$CC-$1"],[null,"(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2[1-9]"],"0$1","0$CC-$1"],[null,"(\\d)(\\d{3,4})","$1-$2",["21[0-46-9]"],"0$1","0$CC-$1"],[null,"(\\d{2})(\\d{3,4})","$1-$2",["[3-6][1-9]1","[3-6][1-9]1(?:[0-46-9])"],"0$1","0$CC-$1"],[null,"(\\d{4})(\\d{4})","$1-$2",["1(?:5[46-9]|6[04678]|8[0579])","1(?:5(?:44|66|77|88|99)|6(?:00|44|6[16]|70|88)|8(?:00|55|77|99))"],"$1","0$CC-$1"]],[null,null,"15\\d{7,8}","\\d{9,10}",null,null,"1523456789"],null,null,[null,null,"00798\\d{7,9}","\\d{12,14}",null,null,"007981234567"],[null,null,"1(?:5(?:44|66|77|88|99)|6(?:00|44|6[16]|70|88)|8(?:00|55|77|99))\\d{4}","\\d{8}",null,null,"15441234"],null,null,[null,null,"NA","NA"]],KW:[null,[null,null,"[12569]\\d{6,7}","\\d{7,8}"],[null,null,"(?:18\\d|2(?:[23]\\d{2}|4(?:[1-35-9]\\d|44)|5(?:0[034]|[2-46]\\d|5[1-3]|7[1-7])))\\d{4}","\\d{7,8}",null,null,"22345678"],[null,null,"(?:5(?:[05]\\d{2}|1[0-7]\\d|2(?:22|5[25]))|6(?:0[034679]\\d|5[015-9]\\d|6\\d{2}|7[067]\\d|9[0369]\\d)|9(?:0[09]\\d|22\\d|4[01479]\\d|55\\d|6[0679]\\d|[79]\\d{2}|8[057-9]\\d))\\d{4}","\\d{8}",null,null,"50012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"KW",965,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{3,4})","$1 $2",["[16]|2(?:[0-35-9]|4[0-35-9])|9[024-9]|52[25]"]],[null,"(\\d{3})(\\d{5})","$1 $2",["244|5[015]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KY:[null,[null,null,"[3589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"345(?:2(?:22|44)|444|6(?:23|38|40)|7(?:4[35-79]|6[6-9]|77)|8(?:00|1[45]|25|[48]8)|9(?:14|4[035-9]))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"3452221234"],[null,null,"345(?:32[1-9]|5(?:1[67]|2[5-7]|4[6-8]|76)|9(?:1[67]|2[2-9]|3[689]))\\d{4}","\\d{10}",null,null,"3453231234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}|345976\\d{4}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"KY",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"345849\\d{4}","\\d{10}",null,null,"3458491234"],null,"345",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],KZ:[null,[null,null,"(?:33\\d|7\\d{2}|80[09])\\d{7}","\\d{10}"],[null,null,"33622\\d{5}|7(?:1(?:0(?:[23]\\d|4[023]|59|63)|1(?:[23]\\d|4[0-79]|59)|2(?:[23]\\d|59)|3(?:2\\d|3[1-79]|4[0-35-9]|59)|4(?:2\\d|3[013-79]|4[0-8]|5[1-79])|5(?:2\\d|3[1-8]|4[1-7]|59)|6(?:[234]\\d|5[19]|61)|72\\d|8(?:[27]\\d|3[1-46-9]|4[0-5]))|2(?:1(?:[23]\\d|4[46-9]|5[3469])|2(?:2\\d|3[0679]|46|5[12679])|3(?:[234]\\d|5[139])|4(?:2\\d|3[1235-9]|59)|5(?:[23]\\d|4[01246-8]|59|61)|6(?:2\\d|3[1-9]|4[0-4]|59)|7(?:[237]\\d|40|5[279])|8(?:[23]\\d|4[0-3]|59)|9(?:2\\d|3[124578]|59)))\\d{5}","\\d{10}",null,null,"7123456789"],[null,null,"7(?:0[012578]|47|6[02-4]|7[15-8]|85)\\d{7}","\\d{10}",null,null,"7710009998"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"809\\d{7}","\\d{10}",null,null,"8091234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"751\\d{7}","\\d{10}",null,null,"7511234567"],"KZ",7,"810","8",null,null,"8",null,"8~10",null,null,null,[null,null,"NA","NA"],null,null,[null,null,"751\\d{7}","\\d{10}",null,null,"7511234567"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LA:[null,[null,null,"[2-8]\\d{7,9}","\\d{6,10}"],[null,null,"(?:2[13]|3(?:0\\d|[14])|[5-7][14]|41|8[1468])\\d{6}","\\d{6,9}",null,null,"21212862"],[null,null,"20(?:2[2389]|5[4-689]|7[6-8]|9[15-9])\\d{6}","\\d{10}",null,null,"2023123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LA",856,"00","0",null,null,"0",null,null,null,[[null,"(20)(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["20"],"0$1"],[null,"([2-8]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],[null,"(30)(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LB:[null,[null,null,"[13-9]\\d{6,7}","\\d{7,8}"],[null,null,"(?:[14-6]\\d{2}|7(?:[2-57]\\d|62|8[0-7]|9[04-9])|8[02-9]\\d|9\\d{2})\\d{4}","\\d{7}",null,null,"1123456"],[null,null,"(?:3\\d|7(?:[01]\\d|6[013-9]|8[89]|9[1-3])|81\\d)\\d{5}","\\d{7,8}",null,null,"71123456"],[null,null,"NA","NA"],[null,null,"9[01]\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"80\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LB",961,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-6]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]|9"],"0$1"],[null,"([7-9]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[89][01]|7(?:[01]|6[013-9]|8[89]|9[1-3])"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LC:[null,[null,null,"[5789]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"758(?:4(?:30|5[0-9]|6[2-9]|8[0-2])|57[0-2]|638)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"7584305678"],[null,null,"758(?:28[4-7]|384|4(?:6[01]|8[4-9])|5(?:1[89]|20|84)|7(?:1[2-9]|2[0-8]))\\d{4}","\\d{10}",null,null,"7582845678"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"LC",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"758",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LI:[null,[null,null,"6\\d{8}|[23789]\\d{6}","\\d{7,9}"],[null,null,"(?:2(?:01|1[27]|3\\d|6[02-578]|96)|3(?:7[0135-7]|8[048]|9[0269]))\\d{4}","\\d{7}",null,null,"2345678"],[null,null,"6(?:51[01]|6(?:0[0-6]|2[016-9]|39))\\d{5}|7(?:[37-9]\\d|42|56)\\d{4}","\\d{7,9}",null,null,"660234567"],[null,null,"80(?:02[28]|9\\d{2})\\d{2}","\\d{7}",null,null,"8002222"],[null,null,"90(?:02[258]|1(?:23|3[14])|66[136])\\d{2}","\\d{7}",null,null,"9002222"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LI",423,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[23789]"]],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[56]"]],[null,"(69)(7\\d{2})(\\d{4})","$1 $2 $3",["697"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"870(?:28|87)\\d{2}","\\d{7}",null,null,"8702812"],null,null,[null,null,"697(?:42|56|[7-9]\\d)\\d{4}","\\d{9}",null,null,"697861234"]],LK:[null,[null,null,"[1-9]\\d{8}","\\d{7,9}"],[null,null,"(?:[189]1|2[13-7]|3[1-8]|4[157]|5[12457]|6[35-7])[2-57]\\d{6}","\\d{7,9}",null,null,"112345678"],[null,null,"7[0125-8]\\d{7}","\\d{9}",null,null,"712345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LK",94,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{1})(\\d{6})","$1 $2 $3",["[1-689]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LR:[null,[null,null,"2\\d{7,8}|[37-9]\\d{8}|4\\d{6}|5\\d{6,8}","\\d{7,9}"],[null,null,"2\\d{7}","\\d{8}",null,null,"21234567"],[null,null,"(?:330\\d|4[67]|5\\d|77\\d{2}|88\\d{2}|994\\d)\\d{5}|(?:20\\d{3}|33(?:0\\d{2}|2(?:02|5\\d))|555\\d{2}|77[0567]\\d{2}|88[068]\\d{2}|994\\d{2})\\d{4}","\\d{7,9}",null,null,"770123456"],[null,null,"NA","NA"],[null,null,"90[03]\\d{6}","\\d{9}",null,null,"900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"332(?:0[02]|5\\d)\\d{4}","\\d{9}",null,null,"332001234"],"LR",231,"00","0",null,null,"0",null,null,null,[[null,"(2\\d)(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2579]"],"0$1"],[null,"([4-6])(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[38]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LS:[null,[null,null,"[2568]\\d{7}","\\d{8}"],[null,null,"2\\d{7}","\\d{8}",null,null,"22123456"],[null,null,"[56]\\d{7}","\\d{8}",null,null,"50123456"],[null,null,"800[256]\\d{4}","\\d{8}",null,null,"80021234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LS",266,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LT:[null,[null,null,"[3-9]\\d{7}","\\d{8}"],[null,null,"(?:3[1478]|4[124-6]|52)\\d{6}","\\d{8}",null,null,"31234567"],[null,null,"6\\d{7}","\\d{8}",null,null,"61234567"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"9(?:0[0239]|10)\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"808\\d{5}","\\d{8}",null,null,"80812345"],[null,null,"700\\d{5}","\\d{8}",null,null,"70012345"],[null,null,"NA","NA"],"LT",370,"00","8",null,null,"[08]",null,null,null,[[null,"([34]\\d)(\\d{6})","$1 $2",["37|4(?:1|5[45]|6[2-4])"],"(8-$1)",null,1],[null,"([3-6]\\d{2})(\\d{5})","$1 $2",["3[148]|4(?:[24]|6[09])|528|6"],"(8-$1)",null,1],[null,"([7-9]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",null,1],[null,"(5)(2\\d{2})(\\d{4})","$1 $2 $3",["52[0-79]"],"(8-$1)",null,1]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"70[67]\\d{5}","\\d{8}",null,null,"70712345"],null,null,[null,null,"NA","NA"]],LU:[null,[null,null,"[24-9]\\d{3,10}|3(?:[0-46-9]\\d{2,9}|5[013-9]\\d{1,8})","\\d{4,11}"],[null,null,"(?:2[2-9]\\d{2,9}|(?:[3457]\\d{2}|8(?:0[2-9]|[13-9]\\d)|9(?:0[89]|[2-579]\\d))\\d{1,8})","\\d{4,11}",null,null,"27123456"],[null,null,"6[2679][18]\\d{6}","\\d{9}",null,null,"628123456"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"90[015]\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"801\\d{5}","\\d{8}",null,null,"80112345"],[null,null,"70\\d{6}","\\d{8}",null,null,"70123456"],[null,null,"20(?:1\\d{5}|[2-689]\\d{1,7})","\\d{4,10}",null,null,"20201234"],"LU",352,"00",null,null,null,"(15(?:0[06]|1[12]|35|4[04]|55|6[26]|77|88|99)\\d)",null,null,null,[[null,"(\\d{2})(\\d{3})","$1 $2",["[2-5]|7[1-9]|[89](?:[1-9]|0[2-9])"],null,"$CC $1"],[null,"(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[2-5]|7[1-9]|[89](?:[1-9]|0[2-9])"],null,"$CC $1"],[null,"(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20"],null,"$CC $1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"],null,"$CC $1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"],null,"$CC $1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"],null,"$CC $1"],[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{1,4})","$1 $2 $3 $4",["2(?:[12589]|4[12])|[3-5]|7[1-9]|8(?:[1-9]|0[2-9])|9(?:[1-9]|0[2-46-9])"],null,"$CC $1"],[null,"(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["70|80[01]|90[015]"],null,"$CC $1"],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"],null,"$CC $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LV:[null,[null,null,"[2689]\\d{7}","\\d{8}"],[null,null,"6[3-8]\\d{6}","\\d{8}",null,null,"63123456"],[null,null,"2\\d{7}","\\d{8}",null,null,"21234567"],[null,null,"80\\d{6}","\\d{8}",null,null,"80123456"],[null,null,"90\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"81\\d{6}","\\d{8}",null,null,"81123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LV",371,"00",null,null,null,null,null,null,null,[[null,"([2689]\\d)(\\d{3})(\\d{3})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],LY:[null,[null,null,"[25679]\\d{8}","\\d{7,9}"],[null,null,"(?:2[1345]|5[1347]|6[123479]|71)\\d{7}","\\d{7,9}",null,null,"212345678"],[null,null,"9[1-6]\\d{7}","\\d{9}",null,null,"912345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"LY",218,"00","0",null,null,"0",null,null,null,[[null,"([25679]\\d)(\\d{7})","$1-$2",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MA:[null,[null,null,"[5689]\\d{8}","\\d{9}"],[null,null,"5(?:2(?:(?:[015-7]\\d|2[02-9]|3[2-57]|4[2-8]|8[235-7])\\d|9(?:0\\d|[89]0))|3(?:(?:[0-4]\\d|[57][2-9]|6[235-8]|9[3-9])\\d|8(?:0\\d|[89]0)))\\d{4}","\\d{9}",null,null,"520123456"],[null,null,"6(?:0[0-8]|[12-79]\\d|8[017])\\d{6}","\\d{9}",null,null,"650123456"],[null,null,"80\\d{7}","\\d{9}",null,null,"801234567"],[null,null,"89\\d{7}","\\d{9}",null,null,"891234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MA",212,"00","0",null,null,"0",null,null,null,[[null,"([56]\\d{2})(\\d{6})","$1-$2",["5(?:2[015-7]|3[0-4])|6"],"0$1"],[null,"([58]\\d{3})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9])|892","5(?:2(?:[2-48]|90)|3(?:[5-79]|80))|892"],"0$1"],[null,"(5\\d{4})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29|38)[89]"],"0$1"],[null,"(8[09])(\\d{7})","$1-$2",["8(?:0|9[013-9])"],"0$1"]],null,[null,null,"NA","NA"],1,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MC:[null,[null,null,"[4689]\\d{7,8}","\\d{8,9}"],[null,null,"870\\d{5}|9[2-47-9]\\d{6}","\\d{8}",null,null,"99123456"],[null,null,"6\\d{8}|4(?:4\\d|5[1-9])\\d{5}","\\d{8,9}",null,null,"612345678"],[null,null,"90\\d{6}","\\d{8}",null,null,"90123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MC",377,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"$1"],[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],[null,"(6)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["8"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"8\\d{7}","\\d{8}"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MD:[null,[null,null,"[235-9]\\d{7}","\\d{8}"],[null,null,"(?:2(?:1[0569]|2\\d|3[015-7]|4[1-46-9]|5[0-24689]|6[2-589]|7[1-37]|9[1347-9])|5(?:33|5[257]))\\d{5}","\\d{8}",null,null,"22212345"],[null,null,"(?:562\\d|6(?:[089]\\d{2}|[12][01]\\d|7(?:[1-6]\\d|7[0-4]))|7(?:6[07]|7[457-9]|[89]\\d)\\d)\\d{4}","\\d{8}",null,null,"62112345"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"90[056]\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"808\\d{5}","\\d{8}",null,null,"80812345"],[null,null,"NA","NA"],[null,null,"3[08]\\d{6}","\\d{8}",null,null,"30123456"],"MD",373,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],[null,"([25-7]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["2[13-79]|[5-7]"],"0$1"],[null,"([89]\\d{2})(\\d{5})","$1 $2",["[89]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"8(?:03|14)\\d{5}","\\d{8}",null,null,"80312345"],null,null,[null,null,"NA","NA"]],ME:[null,[null,null,"[2-9]\\d{7,8}","\\d{6,9}"],[null,null,"(?:20[2-8]|3(?:0[2-7]|[12][35-7]|3[4-7])|4(?:0[2367]|1[267])|5(?:0[467]|1[267]|2[367]))\\d{5}","\\d{6,8}",null,null,"30234567"],[null,null,"6(?:00\\d|32\\d|[89]\\d{2}|61\\d|7(?:[0-8]\\d|9(?:[3-9]|[0-2]\\d)))\\d{4}","\\d{8,9}",null,null,"67622901"],[null,null,"80\\d{6}","\\d{8}",null,null,"80080002"],[null,null,"(?:9(?:4[1568]|5[178]))\\d{5}","\\d{8}",null,null,"94515151"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"78[1-9]\\d{5}","\\d{8}",null,null,"78108780"],"ME",382,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]|6[036-9]","[2-57-9]|6(?:[03689]|7(?:[0-8]|9[3-9]))"],"0$1"],[null,"(67)(9)(\\d{3})(\\d{3})","$1 $2 $3 $4",["679","679[0-2]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"77\\d{6}","\\d{8}",null,null,"77273012"],null,null,[null,null,"NA","NA"]],MF:[null,[null,null,"[56]\\d{8}","\\d{9}"],[null,null,"590(?:[02][79]|13|5[0-268]|[78]7)\\d{4}","\\d{9}",null,null,"590271234"],[null,null,"690(?:0[0-7]|[1-9]\\d)\\d{4}","\\d{9}",null,null,"690301234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MF",590,"00","0",null,null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MG:[null,[null,null,"[23]\\d{8}","\\d{7,9}"],[null,null,"20(?:2\\d{2}|4[47]\\d|5[3467]\\d|6[279]\\d|7(?:2[29]|[35]\\d)|8[268]\\d|9[245]\\d)\\d{4}","\\d{7,9}",null,null,"202123456"],[null,null,"3[2-49]\\d{7}","\\d{9}",null,null,"321234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"22\\d{7}","\\d{9}",null,null,"221234567"],"MG",261,"00","0",null,null,"0",null,null,null,[[null,"([23]\\d)(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MH:[null,[null,null,"[2-6]\\d{6}","\\d{7}"],[null,null,"(?:247|528|625)\\d{4}","\\d{7}",null,null,"2471234"],[null,null,"(?:235|329|45[56]|545)\\d{4}","\\d{7}",null,null,"2351234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"635\\d{4}","\\d{7}",null,null,"6351234"],"MH",692,"011","1",null,null,"1",null,null,null,[[null,"(\\d{3})(\\d{4})","$1-$2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MK:[null,[null,null,"[2-578]\\d{7}","\\d{8}"],[null,null,"(?:2(?:[23]\\d|5[124578]|6[01])|3(?:1[3-6]|[23][2-6]|4[2356])|4(?:[23][2-6]|4[3-6]|5[256]|6[25-8]|7[24-6]|8[4-6]))\\d{5}","\\d{6,8}",null,null,"22212345"],[null,null,"7(?:[0-25-8]\\d{2}|32\\d|421)\\d{4}","\\d{8}",null,null,"72345678"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"5[02-9]\\d{6}","\\d{8}",null,null,"50012345"],[null,null,"8(?:0[1-9]|[1-9]\\d)\\d{5}","\\d{8}",null,null,"80123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MK",389,"00","0",null,null,"0",null,null,null,[[null,"(2)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],[null,"([347]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],[null,"([58]\\d{2})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ML:[null,[null,null,"[246-9]\\d{7}","\\d{8}"],[null,null,"(?:2(?:0(?:2\\d|7[0-8])|1(?:2[5-7]|[3-689]\\d))|44[1239]\\d)\\d{4}","\\d{8}",null,null,"20212345"],[null,null,"(?:2(?:079|17\\d)|[679]\\d{3}|8[239]\\d{2})\\d{4}","\\d{8}",null,null,"65012345"],[null,null,"80\\d{6}","\\d{8}",null,null,"80012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"ML",223,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[246-9]"]],[null,"(\\d{4})","$1",["67|74"]]],[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[246-9]"]]],[null,null,"NA","NA"],null,null,[null,null,"80\\d{6}","\\d{8}",null,null,"80012345"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MM:[null,[null,null,"[14578]\\d{5,7}|[26]\\d{5,8}|9(?:2\\d{0,2}|[58]|3\\d|4\\d{1,2}|6\\d?|[79]\\d{0,2})\\d{6}","\\d{5,10}"],[null,null,"1(?:2\\d{1,2}|[3-5]\\d|6\\d?|[89][0-6]\\d)\\d{4}|2(?:2(?:000\\d{3}|\\d{4})|3\\d{4}|4(?:0\\d{5}|\\d{4})|5(?:1\\d{3,6}|[02-9]\\d{3,5})|[6-9]\\d{4})|4(?:2[245-8]|[346][2-6]|5[3-5])\\d{4}|5(?:2(?:20?|[3-8])|3[2-68]|4(?:21?|[4-8])|5[23]|6[2-4]|7[2-8]|8[24-7]|9[2-7])\\d{4}|6(?:0[23]|1[2356]|[24][2-6]|3[24-6]|5[2-4]|6[2-8]|7(?:[2367]|4\\d|5\\d?|8[145]\\d)|8[245]|9[24])\\d{4}|7(?:[04][24-8]|[15][2-7]|22|3[2-4])\\d{4}|8(?:1(?:2\\d{1,2}|[3-689]\\d)|2(?:2\\d|3(?:\\d|20)|[4-8]\\d)|3[24]\\d|4[24-7]\\d|5[245]\\d|6[23]\\d)\\d{3}","\\d{5,9}",null,null,"1234567"],[null,null,"17[01]\\d{4}|9(?:2(?:[0-4]|5\\d{2}|6[0-5]\\d)|3[0-36]\\d|4(?:0[0-4]\\d|[1379]\\d|2\\d{2}|4[0-589]\\d|5\\d{2}|88)|5[0-6]|61?\\d|7(?:3\\d|[789]\\d{2})|8\\d|9(?:1\\d|[67]\\d{2}|[089]))\\d{5}","\\d{7,10}",null,null,"92123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"1333\\d{4}","\\d{8}",null,null,"13331234"],"MM",95,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["1|2[245]"],"0$1"],[null,"(2)(\\d{4})(\\d{4})","$1 $2 $3",["251"],"0$1"],[null,"(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["67|81"],"0$1"],[null,"(\\d{2})(\\d{2})(\\d{3,4})","$1 $2 $3",["[4-8]"],"0$1"],[null,"(9)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],[null,"(9)([34]\\d{4})(\\d{4})","$1 $2 $3",["9(?:3[0-36]|4[0-57-9])"],"0$1"],[null,"(9)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92[56]"],"0$1"],[null,"(9)(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["93"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MN:[null,[null,null,"[12]\\d{7,9}|[57-9]\\d{7}","\\d{6,10}"],[null,null,"[12](?:1\\d|2(?:[1-3]\\d?|7\\d)|3[2-8]\\d{1,2}|4[2-68]\\d{1,2}|5[1-4689]\\d{1,2})\\d{5}|5[0568]\\d{6}","\\d{6,10}",null,null,"50123456"],[null,null,"(?:8(?:[05689]\\d|3[01])|9[013-9]\\d)\\d{5}","\\d{8}",null,null,"88123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"7[05-8]\\d{6}","\\d{8}",null,null,"75123456"],"MN",976,"001","0",null,null,"0",null,null,null,[[null,"([12]\\d)(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],[null,"([12]2\\d)(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],[null,"([12]\\d{3})(\\d{5})","$1 $2",["[12](?:27|[3-5])","[12](?:27|[3-5]\\d)2"],"0$1"],[null,"(\\d{4})(\\d{4})","$1 $2",["[57-9]"],"$1"],[null,"([12]\\d{4})(\\d{4,5})","$1 $2",["[12](?:27|[3-5])","[12](?:27|[3-5]\\d)[4-9]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MO:[null,[null,null,"[268]\\d{7}","\\d{8}"],[null,null,"(?:28[2-57-9]|8[2-57-9]\\d)\\d{5}","\\d{8}",null,null,"28212345"],[null,null,"6(?:[2356]\\d|8[158])\\d{5}","\\d{8}",null,null,"66123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MO",853,"00",null,null,null,null,null,null,null,[[null,"([268]\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MP:[null,[null,null,"[5689]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"670(?:2(?:3[3-7]|56|8[5-8])|32[1238]|4(?:33|8[348])|5(?:32|55|88)|6(?:64|70|82)|78[589]|8[3-9]8|989)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6702345678"],[null,null,"670(?:2(?:3[3-7]|56|8[5-8])|32[1238]|4(?:33|8[348])|5(?:32|55|88)|6(?:64|70|82)|78[589]|8[3-9]8|989)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6702345678"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"MP",1,"011","1",null,null,"1",null,null,1,null,null,[null,null,"NA","NA"],null,"670",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MQ:[null,[null,null,"[56]\\d{8}","\\d{9}"],[null,null,"596(?:0[2-5]|[12]0|3[05-9]|4[024-8]|[5-7]\\d|89|9[4-8])\\d{4}","\\d{9}",null,null,"596301234"],[null,null,"696(?:[0-479]\\d|5[01]|8[0-689])\\d{4}","\\d{9}",null,null,"696201234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MQ",596,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MR:[null,[null,null,"[2-48]\\d{7}","\\d{8}"],[null,null,"25[08]\\d{5}|35\\d{6}|45[1-7]\\d{5}","\\d{8}",null,null,"35123456"],[null,null,"[234][0-46-9]\\d{6}","\\d{8}",null,null,"22123456"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MR",222,"00",null,null,null,null,null,null,null,[[null,"([2-48]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MS:[null,[null,null,"[5689]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"664491\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6644912345"],[null,null,"66449[2-6]\\d{4}","\\d{10}",null,null,"6644923456"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"MS",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"664",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MT:[null,[null,null,"[2357-9]\\d{7}","\\d{8}"],[null,null,"2(?:0(?:1[0-6]|3[1-4]|[69]\\d)|[1-357]\\d{2})\\d{4}","\\d{8}",null,null,"21001234"],[null,null,"(?:7(?:210|[79]\\d{2})|9(?:2(?:1[01]|31)|696|8(?:1[1-3]|89|97)|9\\d{2}))\\d{4}","\\d{8}",null,null,"96961234"],[null,null,"800[3467]\\d{4}","\\d{8}",null,null,"80071234"],[null,null,"5(?:0(?:0(?:37|43)|6\\d{2}|70\\d|9[0168])|[12]\\d0[1-5])\\d{3}","\\d{8}",null,null,"50037123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"3550\\d{4}","\\d{8}",null,null,"35501234"],"MT",356,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2"]],null,[null,null,"7117\\d{4}","\\d{8}",null,null,"71171234"],null,null,[null,null,"NA","NA"],[null,null,"501\\d{5}","\\d{8}",null,null,"50112345"],null,null,[null,null,"NA","NA"]],MU:[null,[null,null,"[2-9]\\d{6,7}","\\d{7,8}"],[null,null,"(?:2(?:[03478]\\d|1[0-7]|6[1-69])|4(?:[013568]\\d|2[4-7])|5(?:44\\d|471)|6\\d{2}|8(?:14|3[129]))\\d{4}","\\d{7,8}",null,null,"2012345"],[null,null,"5(?:2[59]\\d|4(?:2[1-389]|4\\d|7[1-9]|9\\d)|7\\d{2}|8(?:[0-2568]\\d|7[15-8])|9[0-8]\\d)\\d{4}","\\d{8}",null,null,"52512345"],[null,null,"80[012]\\d{4}","\\d{7}",null,null,"8001234"],[null,null,"30\\d{5}","\\d{7}",null,null,"3012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"3(?:20|9\\d)\\d{4}","\\d{7}",null,null,"3201234"],"MU",230,"0(?:0|[2-7]0|33)",null,null,null,null,null,"020",null,[[null,"([2-46-9]\\d{2})(\\d{4})","$1 $2",["[2-46-9]"]],[null,"(5\\d{3})(\\d{4})","$1 $2",["5"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MV:[null,[null,null,"[3467]\\d{6}|9(?:00\\d{7}|\\d{6})","\\d{7,10}"],[null,null,"(?:3(?:0[01]|3[0-59])|6(?:[567][02468]|8[024689]|90))\\d{4}","\\d{7}",null,null,"6701234"],[null,null,"(?:46[46]|7[3-9]\\d|9[15-9]\\d)\\d{4}","\\d{7}",null,null,"7712345"],[null,null,"NA","NA"],[null,null,"900\\d{7}","\\d{10}",null,null,"9001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MV",960,"0(?:0|19)",null,null,null,null,null,"00",null,[[null,"(\\d{3})(\\d{4})","$1-$2",["[3467]|9(?:[1-9]|0[1-9])"]],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["900"]]],null,[null,null,"781\\d{4}","\\d{7}",null,null,"7812345"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],
|
56 |
-
MW:[null,[null,null,"(?:1(?:\\d{2})?|[2789]\\d{2})\\d{6}","\\d{7,9}"],[null,null,"(?:1[2-9]|21\\d{2})\\d{5}","\\d{7,9}",null,null,"1234567"],[null,null,"(?:111|77\\d|88\\d|99\\d)\\d{6}","\\d{9}",null,null,"991234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MW",265,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1"],"0$1"],[null,"(2\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1789]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MX:[null,[null,null,"[1-9]\\d{9,10}","\\d{7,11}"],[null,null,"(?:33|55|81)\\d{8}|(?:2(?:0[01]|2[2-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-6][1-9]|[37][1-8]|8[1-35-9]|9[2-689])|5(?:88|9[1-79])|6(?:1[2-68]|[234][1-9]|5[1-3689]|6[12457-9]|7[1-7]|8[67]|9[4-8])|7(?:[13467][1-9]|2[1-8]|5[13-9]|8[1-69]|9[17])|8(?:2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69][1-9]|7[12]|8[1-8]))\\d{7}","\\d{7,10}",null,null,"2221234567"],[null,null,"1(?:(?:33|55|81)\\d{8}|(?:2(?:2[2-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-6][1-9]|[37][1-8]|8[1-35-9]|9[2-689])|5(?:88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[12457-9]|7[1-7]|8[67]|9[4-8])|7(?:[13467][1-9]|2[1-8]|5[13-9]|8[1-69]|9[17])|8(?:2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69][1-9]|7[12]|8[1-8]))\\d{7})","\\d{11}",null,null,"12221234567"],[null,null,"8(?:00|88)\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"900\\d{7}","\\d{10}",null,null,"9001234567"],[null,null,"300\\d{7}","\\d{10}",null,null,"3001234567"],[null,null,"500\\d{7}","\\d{10}",null,null,"5001234567"],[null,null,"NA","NA"],"MX",52,"0[09]","01",null,null,"0[12]|04[45](\\d{10})","1$1",null,null,[[null,"([358]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["33|55|81"],"01 $1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2467]|3[0-2457-9]|5[089]|8[02-9]|9[0-35-9]"],"01 $1",null,1],[null,"(1)([358]\\d)(\\d{4})(\\d{4})","044 $2 $3 $4",["1(?:33|55|81)"],"$1",null,1],[null,"(1)(\\d{3})(\\d{3})(\\d{4})","044 $2 $3 $4",["1(?:[2467]|3[0-2457-9]|5[089]|8[2-9]|9[1-35-9])"],"$1",null,1]],[[null,"([358]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["33|55|81"],"01 $1",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2467]|3[0-2457-9]|5[089]|8[02-9]|9[0-35-9]"],"01 $1",null,1],[null,"(1)([358]\\d)(\\d{4})(\\d{4})","$1 $2 $3 $4",["1(?:33|55|81)"]],[null,"(1)(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1(?:[2467]|3[0-2457-9]|5[089]|8[2-9]|9[1-35-9])"]]],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],MY:[null,[null,null,"[13-9]\\d{7,9}","\\d{6,10}"],[null,null,"(?:3[2-9]\\d|[4-9][2-9])\\d{6}","\\d{6,9}",null,null,"323456789"],[null,null,"1(?:1[1-5]\\d{2}|[02-4679][2-9]\\d|59\\d{2}|8(?:1[23]|[2-9]\\d))\\d{5}","\\d{9,10}",null,null,"123456789"],[null,null,"1[378]00\\d{6}","\\d{10}",null,null,"1300123456"],[null,null,"1600\\d{6}","\\d{10}",null,null,"1600123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"154\\d{7}","\\d{10}",null,null,"1541234567"],"MY",60,"00","0",null,null,"0",null,null,null,[[null,"([4-79])(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],[null,"(3)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],[null,"([18]\\d)(\\d{3})(\\d{3,4})","$1-$2 $3",["1[02-46-9][1-9]|8"],"0$1"],[null,"(1)([36-8]00)(\\d{2})(\\d{4})","$1-$2-$3-$4",["1[36-8]0"]],[null,"(11)(\\d{4})(\\d{4})","$1-$2 $3",["11"],"0$1"],[null,"(15[49])(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],MZ:[null,[null,null,"[28]\\d{7,8}","\\d{8,9}"],[null,null,"2(?:[1346]\\d|5[0-2]|[78][12]|93)\\d{5}","\\d{8}",null,null,"21123456"],[null,null,"8[23467]\\d{7}","\\d{9}",null,null,"821234567"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"MZ",258,"00",null,null,null,null,null,null,null,[[null,"([28]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-7]"]],[null,"(80\\d)(\\d{3})(\\d{3})","$1 $2 $3",["80"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NA:[null,[null,null,"[68]\\d{7,8}","\\d{8,9}"],[null,null,"6(?:1(?:17|2(?:[0189]\\d|[2-6]|7\\d?)|3(?:[01378]|2\\d)|4(?:[024]|10?|3[15]?)|69|7[014])|2(?:17|5(?:[0-36-8]|4\\d?)|69|70)|3(?:17|2(?:[0237]\\d?|[14-689])|34|6[289]|7[01]|81)|4(?:17|2(?:[012]|7?)|4(?:[06]|1\\d?)|5(?:[01357]|[25]\\d?)|69|7[01])|5(?:17|2(?:[0459]|[23678]\\d?)|69|7[01])|6(?:17|2(?:5|6\\d?)|38|42|69|7[01])|7(?:17|2(?:[569]|[234]\\d?)|3(?:0\\d?|[13])|69|7[01]))\\d{4}","\\d{8,9}",null,null,"61221234"],[null,null,"(?:60|8[125])\\d{7}","\\d{9}",null,null,"811234567"],[null,null,"NA","NA"],[null,null,"8701\\d{5}","\\d{9}",null,null,"870123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"8(?:3\\d{2}|86)\\d{5}","\\d{8,9}",null,null,"88612345"],"NA",264,"00","0",null,null,"0",null,null,null,[[null,"(8\\d)(\\d{3})(\\d{4})","$1 $2 $3",["8[1235]"],"0$1"],[null,"(6\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],[null,"(88)(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],[null,"(870)(\\d{3})(\\d{3})","$1 $2 $3",["870"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NC:[null,[null,null,"[2-57-9]\\d{5}","\\d{6}"],[null,null,"(?:2[03-9]|3[0-5]|4[1-7]|88)\\d{4}","\\d{6}",null,null,"201234"],[null,null,"(?:5[0-4]|[79]\\d|8[0-79])\\d{4}","\\d{6}",null,null,"751234"],[null,null,"NA","NA"],[null,null,"36\\d{4}","\\d{6}",null,null,"366711"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NC",687,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[2-46-9]|5[0-4]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NE:[null,[null,null,"[0289]\\d{7}","\\d{8}"],[null,null,"2(?:0(?:20|3[1-7]|4[134]|5[14]|6[14578]|7[1-578])|1(?:4[145]|5[14]|6[14-68]|7[169]|88))\\d{4}","\\d{8}",null,null,"20201234"],[null,null,"(?:8[089]|9\\d)\\d{6}","\\d{8}",null,null,"93123456"],[null,null,"08\\d{6}","\\d{8}",null,null,"08123456"],[null,null,"09\\d{6}","\\d{8}",null,null,"09123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NE",227,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[289]|09"]],[null,"(08)(\\d{3})(\\d{3})","$1 $2 $3",["08"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],NF:[null,[null,null,"[13]\\d{5}","\\d{5,6}"],[null,null,"(?:1(?:06|17|28|39)|3[012]\\d)\\d{3}","\\d{5,6}",null,null,"106609"],[null,null,"3[58]\\d{4}","\\d{5,6}",null,null,"381234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NF",672,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{4})","$1 $2",["1"]],[null,"(\\d)(\\d{5})","$1 $2",["3"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NG:[null,[null,null,"[1-6]\\d{5,8}|9\\d{5,9}|[78]\\d{5,13}","\\d{5,14}"],[null,null,"[12]\\d{6,7}|9(?:0[3-9]|[1-9]\\d)\\d{5}|(?:3\\d|4[023568]|5[02368]|6[02-469]|7[4-69]|8[2-9])\\d{6}|(?:4[47]|5[14579]|6[1578]|7[0-357])\\d{5,6}|(?:78|41)\\d{5}","\\d{5,9}",null,null,"12345678"],[null,null,"(?:1(?:7[34]\\d|8(?:04|[124579]\\d|8[0-3])|95\\d)|287[0-7]|3(?:18[1-8]|88[0-7]|9(?:8[5-9]|6[1-5]))|4(?:28[0-2]|6(?:7[1-9]|8[02-47])|88[0-2])|5(?:2(?:7[7-9]|8\\d)|38[1-79]|48[0-7]|68[4-7])|6(?:2(?:7[7-9]|8\\d)|4(?:3[7-9]|[68][129]|7[04-69]|9[1-8])|58[0-2]|98[7-9])|7(?:38[0-7]|69[1-8]|78[2-4])|8(?:28[3-9]|38[0-2]|4(?:2[12]|3[147-9]|5[346]|7[4-9]|8[014-689]|90)|58[1-8]|78[2-9]|88[5-7])|98[07]\\d)\\d{4}|(?:70[1-689]\\d|8(?:0(?:1[01]|[2-9]\\d)|1(?:[0-8]\\d|9[01]))|90[23589]\\d)\\d{6}","\\d{8,10}",null,null,"8021234567"],[null,null,"800\\d{7,11}","\\d{10,14}",null,null,"80017591759"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NG",234,"009","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["70|8[01]|90[23589]"],"0$1"],[null,"(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-6]|7(?:[1-79]|0[1-9])|8[2-9]"],"0$1"],[null,"([78]00)(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]00"],"0$1"],[null,"([78]00)(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]00"],"0$1"],[null,"(78)(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"700\\d{7,11}","\\d{10,14}",null,null,"7001234567"],null,null,[null,null,"NA","NA"]],NI:[null,[null,null,"[12578]\\d{7}","\\d{8}"],[null,null,"2\\d{7}","\\d{8}",null,null,"21234567"],[null,null,"5(?:5[0-7]\\d{5}|[78]\\d{6})|7[5-8]\\d{6}|8\\d{7}","\\d{8}",null,null,"81234567"],[null,null,"1800\\d{4}","\\d{8}",null,null,"18001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NI",505,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NL:[null,[null,null,"1\\d{4,8}|[2-7]\\d{8}|[89]\\d{6,9}","\\d{5,10}"],[null,null,"(?:1[0135-8]|2[02-69]|3[0-68]|4[0135-9]|[57]\\d|8[478])\\d{7}","\\d{9}",null,null,"101234567"],[null,null,"6[1-58]\\d{7}","\\d{9}",null,null,"612345678"],[null,null,"800\\d{4,7}","\\d{7,10}",null,null,"8001234"],[null,null,"90[069]\\d{4,7}","\\d{7,10}",null,null,"9061234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"85\\d{7}","\\d{9}",null,null,"851234567"],"NL",31,"00","0",null,null,"0",null,null,null,[[null,"([1-578]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1[035]|2[0346]|3[03568]|4[0356]|5[0358]|7|8[4578]"],"0$1"],[null,"([1-5]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],[null,"(6)(\\d{8})","$1 $2",["6[0-57-9]"],"0$1"],[null,"(66)(\\d{7})","$1 $2",["66"],"0$1"],[null,"(14)(\\d{3,4})","$1 $2",["14"],"$1"],[null,"([89]0\\d)(\\d{4,7})","$1 $2",["80|9"],"0$1"]],null,[null,null,"66\\d{7}","\\d{9}",null,null,"662345678"],null,null,[null,null,"14\\d{3,4}","\\d{5,6}"],[null,null,"140(?:1(?:[035]|[16-8]\\d)|2(?:[0346]|[259]\\d)|3(?:[03568]|[124]\\d)|4(?:[0356]|[17-9]\\d)|5(?:[0358]|[124679]\\d)|7\\d|8[458])","\\d{5,6}",null,null,"14020"],null,null,[null,null,"NA","NA"]],NO:[null,[null,null,"0\\d{4}|[2-9]\\d{7}","\\d{5}(?:\\d{3})?"],[null,null,"(?:2[1-4]|3[1-3578]|5[1-35-7]|6[1-4679]|7[0-8])\\d{6}","\\d{8}",null,null,"21234567"],[null,null,"(?:4[015-8]|5[89]|87|9\\d)\\d{6}","\\d{8}",null,null,"40612345"],[null,null,"80[01]\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"82[09]\\d{5}","\\d{8}",null,null,"82012345"],[null,null,"810(?:0[0-6]|[2-8]\\d)\\d{3}","\\d{8}",null,null,"81021234"],[null,null,"880\\d{5}","\\d{8}",null,null,"88012345"],[null,null,"85[0-5]\\d{5}","\\d{8}",null,null,"85012345"],"NO",47,"00",null,null,null,null,null,null,null,[[null,"([489]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[489]"]],[null,"([235-7]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],null,[null,null,"NA","NA"],1,null,[null,null,"NA","NA"],[null,null,"0\\d{4}|81(?:0(?:0[7-9]|1\\d)|5\\d{2})\\d{3}","\\d{5}(?:\\d{3})?",null,null,"01234"],1,null,[null,null,"81[23]\\d{5}","\\d{8}",null,null,"81212345"]],NP:[null,[null,null,"[1-8]\\d{7}|9(?:[1-69]\\d{6,8}|7[2-6]\\d{5,7}|8\\d{8})","\\d{6,10}"],[null,null,"(?:1[0-6]\\d|2[13-79][2-6]|3[135-8][2-6]|4[146-9][2-6]|5[135-7][2-6]|6[13-9][2-6]|7[15-9][2-6]|8[1-46-9][2-6]|9[1-79][2-6])\\d{5}","\\d{6,8}",null,null,"14567890"],[null,null,"9(?:6[013]|7[245]|8[0-24-6])\\d{7}","\\d{10}",null,null,"9841234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NP",977,"00","0",null,null,"0",null,null,null,[[null,"(1)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],[null,"(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-69]|7[15-9])"],"0$1"],[null,"(9\\d{2})(\\d{7})","$1-$2",["9(?:6[013]|7[245]|8)"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NR:[null,[null,null,"[458]\\d{6}","\\d{7}"],[null,null,"(?:444|888)\\d{4}","\\d{7}",null,null,"4441234"],[null,null,"55[5-9]\\d{4}","\\d{7}",null,null,"5551234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NR",674,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NU:[null,[null,null,"[1-5]\\d{3}","\\d{4}"],[null,null,"[34]\\d{3}","\\d{4}",null,null,"4002"],[null,null,"[125]\\d{3}","\\d{4}",null,null,"1234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"NU",683,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],NZ:[null,[null,null,"6[235-9]\\d{6}|[2-57-9]\\d{7,10}","\\d{7,11}"],[null,null,"(?:3[2-79]|[49][2-9]|6[235-9]|7[2-57-9])\\d{6}|24099\\d{3}","\\d{7,8}",null,null,"32345678"],[null,null,"2(?:[028]\\d{7,8}|1(?:[03]\\d{5,7}|[12457]\\d{5,6}|[689]\\d{5})|[79]\\d{7})","\\d{8,10}",null,null,"211234567"],[null,null,"508\\d{6,7}|80\\d{6,8}","\\d{8,10}",null,null,"800123456"],[null,null,"90\\d{7,9}","\\d{9,11}",null,null,"900123456"],[null,null,"NA","NA"],[null,null,"70\\d{7}","\\d{9}",null,null,"701234567"],[null,null,"NA","NA"],"NZ",64,"0(?:0|161)","0",null,null,"0",null,"00",null,[[null,"([34679])(\\d{3})(\\d{4})","$1-$2 $3",["[346]|7[2-57-9]|9[1-9]"],"0$1"],[null,"(24099)(\\d{3})","$1 $2",["240","2409","24099"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["21"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:1[1-9]|[69]|7[0-35-9])|70|86"],"0$1"],[null,"(2\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["2[028]"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|5|[89]0"],"0$1"]],null,[null,null,"[28]6\\d{6,7}","\\d{8,9}",null,null,"26123456"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],OM:[null,[null,null,"(?:5|[279]\\d)\\d{6}|800\\d{5,6}","\\d{7,9}"],[null,null,"2[2-6]\\d{6}","\\d{8}",null,null,"23123456"],[null,null,"7[19]\\d{6}|9(?:0[1-9]|[1-9]\\d)\\d{5}","\\d{8}",null,null,"92123456"],[null,null,"8007\\d{4,5}|500\\d{4}","\\d{7,9}",null,null,"80071234"],[null,null,"900\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"OM",968,"00",null,null,null,null,null,null,null,[[null,"(2\\d)(\\d{6})","$1 $2",["2"]],[null,"([79]\\d{3})(\\d{4})","$1 $2",["[79]"]],[null,"([58]00)(\\d{4,6})","$1 $2",["[58]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PA:[null,[null,null,"[1-9]\\d{6,7}","\\d{7,8}"],[null,null,"(?:1(?:0[0-8]|1[49]|2[37]|3[0137]|4[147]|5[05]|6[58]|7[0167]|8[58]|9[139])|2(?:[0235679]\\d|1[0-7]|4[04-9]|8[028])|3(?:[09]\\d|1[014-7]|2[0-3]|3[03]|4[03-57]|55|6[068]|7[06-8]|8[06-9])|4(?:3[013-69]|4\\d|7[0-589])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-267]|3[06]|[469]0|5[06-9]|7[0-24-79]|8[7-9])|8(?:09|[34]\\d|5[0134]|8[02])|9(?:0[6-9]|1[016-8]|2[036-8]|3[3679]|40|5[0489]|6[06-9]|7[046-9]|8[36-8]|9[1-9]))\\d{4}","\\d{7}",null,null,"2001234"],[null,null,"(?:1[16]1|21[89]|8(?:1[01]|7[23]))\\d{4}|6(?:[024-9]\\d|1[0-5]|3[0-24-9])\\d{5}","\\d{7,8}",null,null,"60012345"],[null,null,"80[09]\\d{4}","\\d{7}",null,null,"8001234"],[null,null,"(?:779|8(?:55|60|7[78])|9(?:00|81))\\d{4}","\\d{7}",null,null,"8601234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"PA",507,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],[null,"(\\d{4})(\\d{4})","$1-$2",["6"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PE:[null,[null,null,"[14-9]\\d{7,8}","\\d{6,9}"],[null,null,"(?:1\\d|4[1-4]|5[1-46]|6[1-7]|7[2-46]|8[2-4])\\d{6}","\\d{6,8}",null,null,"11234567"],[null,null,"9\\d{8}","\\d{9}",null,null,"912345678"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"805\\d{5}","\\d{8}",null,null,"80512345"],[null,null,"801\\d{5}","\\d{8}",null,null,"80112345"],[null,null,"80[24]\\d{5}","\\d{8}",null,null,"80212345"],[null,null,"NA","NA"],"PE",51,"19(?:1[124]|77|90)00","0"," Anexo ",null,"0",null,null,null,[[null,"(1)(\\d{7})","$1 $2",["1"],"(0$1)"],[null,"([4-8]\\d)(\\d{6})","$1 $2",["[4-7]|8[2-4]"],"(0$1)"],[null,"(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],[null,"(9\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PF:[null,[null,null,"4\\d{5,7}|8\\d{7}","\\d{6}(?:\\d{2})?"],[null,null,"4(?:[09][45689]\\d|4)\\d{4}","\\d{6}(?:\\d{2})?",null,null,"40412345"],[null,null,"8[79]\\d{6}","\\d{8}",null,null,"87123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"PF",689,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4[09]|8[79]"]],[null,"(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]]],null,[null,null,"NA","NA"],null,null,[null,null,"44\\d{4}","\\d{6}",null,null,"441234"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PG:[null,[null,null,"[1-9]\\d{6,7}","\\d{7,8}"],[null,null,"(?:3[0-2]\\d|4[25]\\d|5[34]\\d|64[1-9]|77(?:[0-24]\\d|30)|85[02-46-9]|9[78]\\d)\\d{4}","\\d{7}",null,null,"3123456"],[null,null,"(?:20150|68\\d{2}|7(?:[0-689]\\d|75)\\d{2})\\d{3}","\\d{7,8}",null,null,"6812345"],[null,null,"180\\d{4}","\\d{7}",null,null,"1801234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"275\\d{4}","\\d{7}",null,null,"2751234"],"PG",675,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[13-689]|27"]],[null,"(\\d{4})(\\d{4})","$1 $2",["20|7"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PH:[null,[null,null,"2\\d{5,7}|[3-9]\\d{7,9}|1800\\d{7,9}","\\d{5,13}"],[null,null,"2\\d{5}(?:\\d{2})?|(?:3[2-68]|4[2-9]|5[2-6]|6[2-58]|7[24578]|8[2-8])\\d{7}|88(?:22\\d{6}|42\\d{4})","\\d{5,10}",null,null,"21234567"],[null,null,"(?:81[37]|9(?:0[5-9]|1[024-9]|2[0-35-9]|3[02-9]|4[236-9]|50|7[34-79]|89|9[4-9]))\\d{7}","\\d{10}",null,null,"9051234567"],[null,null,"1800\\d{7,9}","\\d{11,13}",null,null,"180012345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"PH",63,"00","0",null,null,"0",null,null,null,[[null,"(2)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],[null,"(2)(\\d{5})","$1 $2",["2"],"(0$1)"],[null,"(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|5(?:22|44)|642|8(?:62|8[245])","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],[null,"(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],[null,"([3-8]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[3-8]"],"(0$1)"],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["81|9"],"0$1"],[null,"(1800)(\\d{3})(\\d{4})","$1 $2 $3",["1"]],[null,"(1800)(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PK:[null,[null,null,"1\\d{8}|[2-8]\\d{5,11}|9(?:[013-9]\\d{4,9}|2\\d(?:111\\d{6}|\\d{3,7}))","\\d{6,12}"],[null,null,"(?:21|42)[2-9]\\d{7}|(?:2[25]|4[0146-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]\\d{6}|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:1|2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8]))[2-9]\\d{5,6}|58[126]\\d{7}","\\d{6,10}",null,null,"2123456789"],[null,null,"3(?:0\\d|1[0-6]|2[0-5]|3[0-7]|4[0-8]|55|64)\\d{7}","\\d{10}",null,null,"3012345678"],[null,null,"800\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"900\\d{5}","\\d{8}",null,null,"90012345"],[null,null,"NA","NA"],[null,null,"122\\d{6}","\\d{9}",null,null,"122044444"],[null,null,"NA","NA"],"PK",92,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(111)(\\d{3})(\\d{3})","$1 $2 $3 $4",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)1","(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)11","(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)111"],"(0$1)"],[null,"(\\d{3})(111)(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[349]|45|54|60|72|8[2-5]|9[2-9]","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d1","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d11","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d111"],"(0$1)"],[null,"(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],[null,"(\\d{3})(\\d{6,7})","$1 $2",["2[349]|45|54|60|72|8[2-5]|9[2-9]","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d[2-9]"],"(0$1)"],[null,"(3\\d{2})(\\d{7})","$1 $2",["3"],"0$1"],[null,"([15]\\d{3})(\\d{5,6})","$1 $2",["58[12]|1"],"(0$1)"],[null,"(586\\d{2})(\\d{5})","$1 $2",["586"],"(0$1)"],[null,"([89]00)(\\d{3})(\\d{2})","$1 $2 $3",["[89]00"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"(?:2(?:[125]|3[2358]|4[2-4]|9[2-8])|4(?:[0-246-9]|5[3479])|5(?:[1-35-7]|4[2-467])|6(?:[1-8]|0[468])|7(?:[14]|2[236])|8(?:[16]|2[2-689]|3[23578]|4[3478]|5[2356])|9(?:1|22|3[27-9]|4[2-6]|6[3569]|9[2-7]))111\\d{6}","\\d{11,12}",null,null,"21111825888"],null,null,[null,null,"NA","NA"]],PL:[null,[null,null,"[12]\\d{6,8}|[3-57-9]\\d{8}|6\\d{5,8}","\\d{6,9}"],[null,null,"(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])\\d{7}|[12]2\\d{5}","\\d{6,9}",null,null,"123456789"],[null,null,"(?:5[0137]|6[069]|7[2389]|88)\\d{7}","\\d{9}",null,null,"512345678"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"70\\d{7}","\\d{9}",null,null,"701234567"],[null,null,"801\\d{6}","\\d{9}",null,null,"801234567"],[null,null,"NA","NA"],[null,null,"39\\d{7}","\\d{9}",null,null,"391234567"],"PL",48,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[14]|2[0-57-9]|3[2-4]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145]"]],[null,"(\\d{2})(\\d{1})(\\d{4})","$1 $2 $3",["[12]2"]],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["26|39|5[0137]|6[0469]|7[02389]|8[08]"]],[null,"(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],[null,"(\\d{3})(\\d{3})","$1 $2",["64"]]],null,[null,null,"64\\d{4,7}","\\d{6,9}",null,null,"641234567"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PM:[null,[null,null,"[45]\\d{5}","\\d{6}"],[null,null,"41\\d{4}","\\d{6}",null,null,"411234"],[null,null,"55\\d{4}","\\d{6}",null,null,"551234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"PM",508,"00","0",null,null,"0",null,null,null,[[null,"([45]\\d)(\\d{2})(\\d{2})","$1 $2 $3",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PR:[null,[null,null,"[5789]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"(?:787|939)[2-9]\\d{6}","\\d{7}(?:\\d{3})?",null,null,"7872345678"],[null,null,"(?:787|939)[2-9]\\d{6}","\\d{7}(?:\\d{3})?",null,null,"7872345678"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"PR",1,"011","1",null,null,"1",null,null,1,null,null,[null,null,"NA","NA"],null,"787|939",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PS:[null,[null,null,"[24589]\\d{7,8}|1(?:[78]\\d{8}|[49]\\d{2,3})","\\d{4,10}"],[null,null,"(?:22[234789]|42[45]|82[01458]|92[369])\\d{5}","\\d{7,8}",null,null,"22234567"],[null,null,"5[69]\\d{7}","\\d{9}",null,null,"599123456"],[null,null,"1800\\d{6}","\\d{10}",null,null,"1800123456"],[null,null,"1(?:4|9\\d)\\d{2}","\\d{4,5}",null,null,"19123"],[null,null,"1700\\d{6}","\\d{10}",null,null,"1700123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"PS",970,"00","0",null,null,"0",null,null,null,[[null,"([2489])(2\\d{2})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],[null,"(5[69]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],[null,"(1[78]00)(\\d{3})(\\d{3})","$1 $2 $3",["1[78]"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PT:[null,[null,null,"[2-46-9]\\d{8}","\\d{9}"],[null,null,"2(?:[12]\\d|[35][1-689]|4[1-59]|6[1-35689]|7[1-9]|8[1-69]|9[1256])\\d{6}","\\d{9}",null,null,"212345678"],[null,null,"9(?:[1236]\\d{2}|480)\\d{5}","\\d{9}",null,null,"912345678"],[null,null,"80[02]\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"6(?:0[178]|4[68])\\d{6}|76(?:0[1-57]|1[2-47]|2[237])\\d{5}","\\d{9}",null,null,"760123456"],[null,null,"80(?:8\\d|9[1579])\\d{5}","\\d{9}",null,null,"808123456"],[null,null,"884[0-4689]\\d{5}","\\d{9}",null,null,"884123456"],[null,null,"30\\d{7}","\\d{9}",null,null,"301234567"],"PT",351,"00",null,null,null,null,null,null,null,[[null,"(2\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],[null,"([2-46-9]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[3-9]|[346-9]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"7(?:0(?:7\\d|8[17]))\\d{5}","\\d{9}",null,null,"707123456"],null,null,[null,null,"600\\d{6}","\\d{9}",null,null,"600110000"]],PW:[null,[null,null,"[2-8]\\d{6}","\\d{7}"],[null,null,"2552255|(?:277|345|488|5(?:35|44|87)|6(?:22|54|79)|7(?:33|47)|8(?:24|55|76))\\d{4}","\\d{7}",null,null,"2771234"],[null,null,"(?:6[234689]0|77[45789])\\d{4}","\\d{7}",null,null,"6201234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"PW",680,"01[12]",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],PY:[null,[null,null,"5[0-5]\\d{4,7}|[2-46-9]\\d{5,8}","\\d{5,9}"],[null,null,"(?:[26]1|3[289]|4[124678]|7[123]|8[1236])\\d{5,7}|(?:2(?:2[4568]|7[15]|9[1-5])|3(?:18|3[167]|4[2357]|51)|4(?:18|2[45]|3[12]|5[13]|64|71|9[1-47])|5(?:[1-4]\\d|5[0234])|6(?:3[1-3]|44|7[1-4678])|7(?:17|4[0-4]|6[1-578]|75|8[0-8])|858)\\d{5,6}","\\d{5,9}",null,null,"212345678"],[null,null,"9(?:6[12]|[78][1-6]|9[1-5])\\d{6}","\\d{9}",null,null,"961456789"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"8700[0-4]\\d{4}","\\d{9}",null,null,"870012345"],"PY",595,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{5,7})","$1 $2",["(?:[26]1|3[289]|4[124678]|7[123]|8[1236])"],"($1)"],[null,"(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],[null,"(\\d{3})(\\d{6})","$1 $2",["9[1-9]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8700"]],[null,"(\\d{3})(\\d{4,6})","$1 $2",["[2-8][1-9]"],"($1)"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"[2-9]0\\d{4,7}","\\d{6,9}",null,null,"201234567"],null,null,[null,null,"NA","NA"]],QA:[null,[null,null,"[2-8]\\d{6,7}","\\d{7,8}"],[null,null,"4[04]\\d{6}","\\d{7,8}",null,null,"44123456"],[null,null,"[3567]\\d{7}","\\d{7,8}",null,null,"33123456"],[null,null,"800\\d{4}","\\d{7,8}",null,null,"8001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"QA",974,"00",null,null,null,null,null,null,null,[[null,"([28]\\d{2})(\\d{4})","$1 $2",["[28]"]],[null,"([3-7]\\d{3})(\\d{4})","$1 $2",["[3-7]"]]],null,[null,null,"2(?:[12]\\d|61)\\d{4}","\\d{7}",null,null,"2123456"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],RE:[null,[null,null,"[268]\\d{8}","\\d{9}"],[null,null,"262\\d{6}","\\d{9}",null,null,"262161234"],[null,null,"6(?:9[23]|47)\\d{6}","\\d{9}",null,null,"692123456"],[null,null,"80\\d{7}","\\d{9}",null,null,"801234567"],[null,null,"89[1-37-9]\\d{6}","\\d{9}",null,null,"891123456"],[null,null,"8(?:1[019]|2[0156]|84|90)\\d{6}","\\d{9}",null,null,"810123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],"RE",262,"00","0",null,null,"0",null,null,null,[[null,"([268]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",null,"0$1"]],null,[null,null,"NA","NA"],1,"262|6[49]|8",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],RO:[null,[null,null,"2\\d{5,8}|[37-9]\\d{8}","\\d{6,9}"],[null,null,"2(?:1(?:\\d{7}|9\\d{3})|[3-6](?:\\d{7}|\\d9\\d{2}))|3[13-6]\\d{7}","\\d{6,9}",null,null,"211234567"],[null,null,"7(?:[0-8]\\d{2}|99\\d)\\d{5}","\\d{9}",null,null,"712345678"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"90[036]\\d{6}","\\d{9}",null,null,"900123456"],[null,null,"801\\d{6}","\\d{9}",null,null,"801123456"],[null,null,"802\\d{6}","\\d{9}",null,null,"802123456"],[null,null,"NA","NA"],"RO",40,"00","0"," int ",null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],[null,"(21)(\\d{4})","$1 $2",["21"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23][3-7]|[7-9]"],"0$1"],[null,"(2\\d{2})(\\d{3})","$1 $2",["2[3-6]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"37\\d{7}","\\d{9}",null,null,"372123456"],null,null,[null,null,"NA","NA"]],RS:[null,[null,null,"[126-9]\\d{4,11}|3(?:[0-79]\\d{3,10}|8[2-9]\\d{2,9})","\\d{5,12}"],[null,null,"(?:1(?:[02-9][2-9]|1[1-9])\\d|2(?:[0-24-7][2-9]\\d|[389](?:0[2-9]|[2-9]\\d))|3(?:[0-8][2-9]\\d|9(?:[2-9]\\d|0[2-9])))\\d{3,8}","\\d{5,12}",null,null,"10234567"],[null,null,"6(?:[0-689]|7\\d)\\d{6,7}","\\d{8,10}",null,null,"601234567"],[null,null,"800\\d{3,9}","\\d{6,12}",null,null,"80012345"],[null,null,"(?:90[0169]|78\\d)\\d{3,7}","\\d{6,12}",null,null,"90012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"RS",381,"00","0",null,null,"0",null,null,null,[[null,"([23]\\d{2})(\\d{4,9})","$1 $2",["(?:2[389]|39)0"],"0$1"],[null,"([1-3]\\d)(\\d{5,10})","$1 $2",["1|2(?:[0-24-7]|[389][1-9])|3(?:[0-8]|9[1-9])"],"0$1"],[null,"(6\\d)(\\d{6,8})","$1 $2",["6"],"0$1"],[null,"([89]\\d{2})(\\d{3,9})","$1 $2",["[89]"],"0$1"],[null,"(7[26])(\\d{4,9})","$1 $2",["7[26]"],"0$1"],[null,"(7[08]\\d)(\\d{4,9})","$1 $2",["7[08]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"7[06]\\d{4,10}","\\d{6,12}",null,null,"700123456"],null,null,[null,null,"NA","NA"]],RU:[null,[null,null,"[3489]\\d{9}","\\d{10}"],[null,null,"(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15]|6[1-35-79]|7[1-37-9]))\\d{7}","\\d{10}",null,null,"3011234567"],[null,null,"9\\d{9}","\\d{10}",null,null,"9123456789"],[null,null,"80[04]\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"80[39]\\d{7}","\\d{10}",null,null,"8091234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"RU",7,"810","8",null,null,"8",null,"8~10",null,[[null,"(\\d{3})(\\d{2})(\\d{2})","$1-$2-$3",["[1-79]"],"$1",null,1],[null,"([3489]\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[34689]"],"8 ($1)",null,1],[null,"(7\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",null,1]],[[null,"([3489]\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[34689]"],"8 ($1)",null,1],[null,"(7\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",null,1]],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],RW:[null,[null,null,"[027-9]\\d{7,8}","\\d{8,9}"],[null,null,"2[258]\\d{7}|06\\d{6}","\\d{8,9}",null,null,"250123456"],[null,null,"7[238]\\d{7}","\\d{9}",null,null,"720123456"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"900\\d{6}","\\d{9}",null,null,"900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"RW",250,"00","0",null,null,"0",null,null,null,[[null,"(2\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"$1"],[null,"([7-9]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"],[null,"(0\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],
|
57 |
-
SA:[null,[null,null,"1\\d{7,8}|(?:[2-467]|92)\\d{7}|5\\d{8}|8\\d{9}","\\d{7,10}"],[null,null,"11\\d{7}|1?(?:2[24-8]|3[35-8]|4[3-68]|6[2-5]|7[235-7])\\d{6}","\\d{7,9}",null,null,"112345678"],[null,null,"(?:5(?:[013-689]\\d|7[0-26-8])|811\\d)\\d{6}","\\d{9,10}",null,null,"512345678"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"NA","NA"],[null,null,"92[05]\\d{6}","\\d{9}",null,null,"920012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SA",966,"00","0",null,null,"0",null,null,null,[[null,"([1-467])(\\d{3})(\\d{4})","$1 $2 $3",["[1-467]"],"0$1"],[null,"(1\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1[1-467]"],"0$1"],[null,"(5\\d)(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],[null,"(92\\d{2})(\\d{5})","$1 $2",["92"],"$1"],[null,"(800)(\\d{3})(\\d{4})","$1 $2 $3",["80"],"$1"],[null,"(811)(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SB:[null,[null,null,"[1-9]\\d{4,6}","\\d{5,7}"],[null,null,"(?:1[4-79]|[23]\\d|4[0-2]|5[03]|6[0-37])\\d{3}","\\d{5}",null,null,"40123"],[null,null,"48\\d{3}|7(?:30|[46-8]\\d|5[025-9]|9[0-5])\\d{4}|8[4-9]\\d{5}|9(?:1[2-9]|2[013-9]|3[0-2]|[46]\\d|5[0-46-9]|7[0-689]|8[0-79]|9[0-8])\\d{4}","\\d{5,7}",null,null,"7421234"],[null,null,"1[38]\\d{3}","\\d{5}",null,null,"18123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"5[12]\\d{3}","\\d{5}",null,null,"51123"],"SB",677,"0[01]",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{5})","$1 $2",["[7-9]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SC:[null,[null,null,"[2468]\\d{5,6}","\\d{6,7}"],[null,null,"4[2-46]\\d{5}","\\d{7}",null,null,"4217123"],[null,null,"2[5-8]\\d{5}","\\d{7}",null,null,"2510123"],[null,null,"8000\\d{2}","\\d{6}",null,null,"800000"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"64\\d{5}","\\d{7}",null,null,"6412345"],"SC",248,"0[0-2]",null,null,null,null,null,"00",null,[[null,"(\\d{3})(\\d{3})","$1 $2",["8"]],[null,"(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SD:[null,[null,null,"[19]\\d{8}","\\d{9}"],[null,null,"1(?:[125]\\d|8[3567])\\d{6}","\\d{9}",null,null,"121231234"],[null,null,"9[0-3569]\\d{7}","\\d{9}",null,null,"911231234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SD",249,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SE:[null,[null,null,"[1-35-9]\\d{5,11}|4\\d{6,8}","\\d{6,12}"],[null,null,"1(?:0[1-8]\\d{6}|[136]\\d{5,7}|(?:2[0-35]|4[0-4]|5[0-25-9]|7[13-6]|[89]\\d)\\d{5,6})|2(?:[136]\\d{5,7}|(?:2[0-7]|4[0136-8]|5[0138]|7[018]|8[01]|9[0-57])\\d{5,6})|3(?:[356]\\d{5,7}|(?:0[0-4]|1\\d|2[0-25]|4[056]|7[0-2]|8[0-3]|9[023])\\d{5,6})|4(?:[0246]\\d{5,7}|(?:1[013-8]|3[0135]|5[14-79]|7[0-246-9]|8[0156]|9[0-689])\\d{5,6})|5(?:0[0-6]|[15][0-5]|2[0-68]|3[0-4]|4\\d|6[03-5]|7[013]|8[0-79]|9[01])\\d{5,6}|6(?:[03]\\d{5,7}|(?:1[1-3]|2[0-4]|4[02-57]|5[0-37]|6[0-3]|7[0-2]|8[0247]|9[0-356])\\d{5,6})|8\\d{6,8}|9(?:0[1-9]\\d{4,6}|(?:1[0-68]|2\\d|3[02-5]|4[0-3]|5[0-4]|[68][01]|7[0135-8])\\d{5,6})","\\d{7,9}",null,null,"8123456"],[null,null,"7[02369]\\d{7}","\\d{9}",null,null,"701234567"],[null,null,"20\\d{4,7}","\\d{6,9}",null,null,"20123456"],[null,null,"649\\d{6}|9(?:00|39|44)[1-8]\\d{3,6}","\\d{7,10}",null,null,"9001234567"],[null,null,"77(?:0\\d{3}(?:\\d{3})?|[1-7]\\d{6})","\\d{6}(?:\\d{3})?",null,null,"771234567"],[null,null,"75[1-8]\\d{6}","\\d{9}",null,null,"751234567"],[null,null,"NA","NA"],"SE",46,"00","0",null,null,"0",null,null,null,[[null,"(8)(\\d{2,3})(\\d{2,3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1"],[null,"([1-69]\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[013689]|2[0136]|3[1356]|4[0246]|54|6[03]|90"],"0$1"],[null,"([1-469]\\d)(\\d{3})(\\d{2})","$1-$2 $3",["1[136]|2[136]|3[356]|4[0246]|6[03]|90"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[0-5]|4[0-3])"],"0$1"],[null,"(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[0-5]|4[0-3])"],"0$1"],[null,"(7\\d)(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["7"],"0$1"],[null,"(77)(\\d{2})(\\d{2})","$1-$2$3",["7"],"0$1"],[null,"(20)(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1"],[null,"(9[034]\\d)(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9[034]"],"0$1"],[null,"(9[034]\\d)(\\d{4})","$1-$2",["9[034]"],"0$1"],[null,"(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["25[245]|67[3-6]"],"0$1"]],[[null,"(8)(\\d{2,3})(\\d{2,3})(\\d{2})","$1 $2 $3 $4",["8"]],[null,"([1-69]\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[013689]|2[0136]|3[1356]|4[0246]|54|6[03]|90"]],[null,"([1-469]\\d)(\\d{3})(\\d{2})","$1 $2 $3",["1[136]|2[136]|3[356]|4[0246]|6[03]|90"]],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[0-5]|4[0-3])"]],[null,"(\\d{3})(\\d{2,3})(\\d{2})","$1 $2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[0-5]|4[0-3])"]],[null,"(7\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7"]],[null,"(77)(\\d{2})(\\d{2})","$1 $2 $3",["7"]],[null,"(20)(\\d{2,3})(\\d{2})","$1 $2 $3",["20"]],[null,"(9[034]\\d)(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["9[034]"]],[null,"(9[034]\\d)(\\d{4})","$1 $2",["9[034]"]],[null,"(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["25[245]|67[3-6]"]]],[null,null,"74[02-9]\\d{6}","\\d{9}",null,null,"740123456"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"(?:25[245]|67[3-6])\\d{9}","\\d{12}",null,null,"254123456789"]],SG:[null,[null,null,"[36]\\d{7}|[17-9]\\d{7,10}","\\d{8,11}"],[null,null,"6[1-9]\\d{6}","\\d{8}",null,null,"61234567"],[null,null,"(?:8[1-8]|9[0-8])\\d{6}","\\d{8}",null,null,"81234567"],[null,null,"1?800\\d{7}","\\d{10,11}",null,null,"18001234567"],[null,null,"1900\\d{7}","\\d{11}",null,null,"19001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"3[12]\\d{6}","\\d{8}",null,null,"31234567"],"SG",65,"0[0-3]\\d",null,null,null,null,null,null,null,[[null,"([3689]\\d{3})(\\d{4})","$1 $2",["[369]|8[1-9]"]],[null,"(1[89]00)(\\d{3})(\\d{4})","$1 $2 $3",["1[89]"]],[null,"(7000)(\\d{4})(\\d{3})","$1 $2 $3",["70"]],[null,"(800)(\\d{3})(\\d{4})","$1 $2 $3",["80"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"7000\\d{7}","\\d{11}",null,null,"70001234567"],null,null,[null,null,"NA","NA"]],SH:[null,[null,null,"[256]\\d{4}","\\d{4,5}"],[null,null,"2(?:[0-57-9]\\d|6[4-9])\\d{2}","\\d{5}",null,null,"22158"],[null,null,"[56]\\d{4}","\\d{5}"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"262\\d{2}","\\d{5}"],"SH",290,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],1,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SI:[null,[null,null,"[1-7]\\d{6,7}|[89]\\d{4,7}","\\d{5,8}"],[null,null,"(?:1\\d|[25][2-8]|3[24-8]|4[24-8]|7[3-8])\\d{6}","\\d{7,8}",null,null,"11234567"],[null,null,"(?:[37][01]|4[0139]|51|6[48])\\d{6}","\\d{8}",null,null,"31234567"],[null,null,"80\\d{4,6}","\\d{6,8}",null,null,"80123456"],[null,null,"90\\d{4,6}|89[1-3]\\d{2,5}","\\d{5,8}",null,null,"90123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"(?:59|8[1-3])\\d{6}","\\d{8}",null,null,"59012345"],"SI",386,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[12]|3[24-8]|4[24-8]|5[2-8]|7[3-8]"],"(0$1)"],[null,"([3-7]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],[null,"([89][09])(\\d{3,6})","$1 $2",["[89][09]"],"0$1"],[null,"([58]\\d{2})(\\d{5})","$1 $2",["59|8[1-3]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SJ:[null,[null,null,"0\\d{4}|[4789]\\d{7}","\\d{5}(?:\\d{3})?"],[null,null,"79\\d{6}","\\d{8}",null,null,"79123456"],[null,null,"(?:4[015-8]|5[89]|9\\d)\\d{6}","\\d{8}",null,null,"41234567"],[null,null,"80[01]\\d{5}","\\d{8}",null,null,"80012345"],[null,null,"82[09]\\d{5}","\\d{8}",null,null,"82012345"],[null,null,"810(?:0[0-6]|[2-8]\\d)\\d{3}","\\d{8}",null,null,"81021234"],[null,null,"880\\d{5}","\\d{8}",null,null,"88012345"],[null,null,"85[0-5]\\d{5}","\\d{8}",null,null,"85012345"],"SJ",47,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"0\\d{4}|81(?:0(?:0[7-9]|1\\d)|5\\d{2})\\d{3}","\\d{5}(?:\\d{3})?",null,null,"01234"],1,null,[null,null,"81[23]\\d{5}","\\d{8}",null,null,"81212345"]],SK:[null,[null,null,"(?:[2-68]\\d{5,8}|9\\d{6,8})","\\d{6,9}"],[null,null,"2(?:16\\d{3,4}|\\d{8})|[3-5](?:[1-8]16\\d{2,3}|\\d{8})","\\d{6,9}",null,null,"212345678"],[null,null,"9(?:0[1-8]|1[0-24-9]|4[0489]|50)\\d{6}","\\d{9}",null,null,"912123456"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"9(?:[78]\\d{7}|00\\d{6})","\\d{9}",null,null,"900123456"],[null,null,"8[5-9]\\d{7}","\\d{9}",null,null,"850123456"],[null,null,"NA","NA"],[null,null,"6(?:02|5[0-4]|9[0-6])\\d{6}","\\d{9}",null,null,"690123456"],"SK",421,"00","0",null,null,"0",null,null,null,[[null,"(2)(16)(\\d{3,4})","$1 $2 $3",["216"],"0$1"],[null,"([3-5]\\d)(16)(\\d{2,3})","$1 $2 $3",["[3-5]"],"0$1"],[null,"(2)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],[null,"([3-5]\\d)(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"],[null,"([689]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],[null,"(9090)(\\d{3})","$1 $2",["9090"],"0$1"]],null,[null,null,"9090\\d{3}","\\d{7}",null,null,"9090123"],null,null,[null,null,"(?:602|8(?:00|[5-9]\\d)|9(?:00|[78]\\d))\\d{6}|9090\\d{3}","\\d{7,9}",null,null,"800123456"],[null,null,"96\\d{7}","\\d{9}",null,null,"961234567"],null,null,[null,null,"NA","NA"]],SL:[null,[null,null,"[2-9]\\d{7}","\\d{6,8}"],[null,null,"[235]2[2-4][2-9]\\d{4}","\\d{6,8}",null,null,"22221234"],[null,null,"(?:2[15]|3[03-5]|4[04]|5[05]|66|7[6-9]|88|99)\\d{6}","\\d{6,8}",null,null,"25123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SL",232,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{6})","$1 $2",null,"(0$1)"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SM:[null,[null,null,"[05-7]\\d{7,9}","\\d{6,10}"],[null,null,"0549(?:8[0157-9]|9\\d)\\d{4}","\\d{6,10}",null,null,"0549886377"],[null,null,"6[16]\\d{6}","\\d{8}",null,null,"66661212"],[null,null,"NA","NA"],[null,null,"7[178]\\d{6}","\\d{8}",null,null,"71123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"5[158]\\d{6}","\\d{8}",null,null,"58001110"],"SM",378,"00",null,null,null,"(?:0549)?([89]\\d{5})","0549$1",null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],[null,"(0549)(\\d{6})","$1 $2",["0"]],[null,"(\\d{6})","0549 $1",["[89]"]]],[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],[null,"(0549)(\\d{6})","($1) $2",["0"]],[null,"(\\d{6})","(0549) $1",["[89]"]]],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],SN:[null,[null,null,"[3789]\\d{8}","\\d{9}"],[null,null,"3(?:0(?:1[0-2]|80)|282|3(?:8[1-9]|9[3-9])|611|90[1-5])\\d{5}","\\d{9}",null,null,"301012345"],[null,null,"7(?:[067]\\d|21|8[0-26]|90)\\d{6}","\\d{9}",null,null,"701234567"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"88[4689]\\d{6}","\\d{9}",null,null,"884123456"],[null,null,"81[02468]\\d{6}","\\d{9}",null,null,"810123456"],[null,null,"NA","NA"],[null,null,"3392\\d{5}|93330\\d{4}","\\d{9}",null,null,"933301234"],"SN",221,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]],[null,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SO:[null,[null,null,"[1-79]\\d{6,8}","\\d{7,9}"],[null,null,"(?:1\\d|2[0-79]|3[0-46-8]|4[0-7]|59)\\d{5}","\\d{7}",null,null,"4012345"],[null,null,"(?:15\\d|2(?:4\\d|8)|6[1-35-9]?\\d{2}|7(?:[1-8]\\d|99?\\d)|9(?:0[67]|[2-9])\\d)\\d{5}","\\d{7,9}",null,null,"71123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SO",252,"00","0",null,null,"0",null,null,null,[[null,"(\\d)(\\d{6})","$1 $2",["2[0-79]|[13-5]"]],[null,"(\\d)(\\d{7})","$1 $2",["24|[67]"]],[null,"(\\d{2})(\\d{5,7})","$1 $2",["15|28|6[1-35-9]|799|9[2-9]"]],[null,"(90\\d)(\\d{3})(\\d{3})","$1 $2 $3",["90"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SR:[null,[null,null,"[2-8]\\d{5,6}","\\d{6,7}"],[null,null,"(?:2[1-3]|3[0-7]|4\\d|5[2-58]|68\\d)\\d{4}","\\d{6,7}",null,null,"211234"],[null,null,"(?:7[124-7]|8[1-9])\\d{5}","\\d{7}",null,null,"7412345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"5(?:6\\d{4}|90[0-4]\\d{3})","\\d{6,7}",null,null,"561234"],"SR",597,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{3})","$1-$2",["[2-4]|5[2-58]"]],[null,"(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],[null,"(\\d{3})(\\d{4})","$1-$2",["59|[6-8]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SS:[null,[null,null,"[19]\\d{8}","\\d{9}"],[null,null,"18\\d{7}","\\d{9}",null,null,"181234567"],[null,null,"(?:12|9[1257])\\d{7}","\\d{9}",null,null,"977123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SS",211,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",null,"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ST:[null,[null,null,"[29]\\d{6}","\\d{7}"],[null,null,"22\\d{5}","\\d{7}",null,null,"2221234"],[null,null,"9(?:0(?:0[5-9]|[1-9]\\d)|[89]\\d{2})\\d{3}","\\d{7}",null,null,"9812345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"ST",239,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SV:[null,[null,null,"[267]\\d{7}|[89]\\d{6}(?:\\d{4})?","\\d{7,8}|\\d{11}"],[null,null,"2[1-6]\\d{6}","\\d{8}",null,null,"21234567"],[null,null,"[67]\\d{7}","\\d{8}",null,null,"70123456"],[null,null,"800\\d{4}(?:\\d{4})?","\\d{7}(?:\\d{4})?",null,null,"8001234"],[null,null,"900\\d{4}(?:\\d{4})?","\\d{7}(?:\\d{4})?",null,null,"9001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SV",503,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2",["[267]"]],[null,"(\\d{3})(\\d{4})","$1 $2",["[89]"]],[null,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SX:[null,[null,null,"[5789]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"7215(?:4[2-8]|8[239]|9[056])\\d{4}","\\d{7}(?:\\d{3})?",null,null,"7215425678"],[null,null,"7215(?:1[02]|2\\d|5[034679]|8[014-8])\\d{4}","\\d{10}",null,null,"7215205678"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002123456"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002123456"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"SX",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"721",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SY:[null,[null,null,"[1-59]\\d{7,8}","\\d{6,9}"],[null,null,"(?:1(?:1\\d?|4\\d|[2356])|2(?:1\\d?|[235])|3(?:[13]\\d|4)|4[13]|5[1-3])\\d{6}","\\d{6,9}",null,null,"112345678"],[null,null,"9(?:22|[35][0-8]|4\\d|6[024-9]|88|9[0-489])\\d{6}","\\d{9}",null,null,"944567890"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SY",963,"00","0",null,null,"0",null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",null,1],[null,"(9\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",null,1]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],SZ:[null,[null,null,"[027]\\d{7}","\\d{8}"],[null,null,"2[2-5]\\d{6}","\\d{8}",null,null,"22171234"],[null,null,"7[6-8]\\d{6}","\\d{8}",null,null,"76123456"],[null,null,"0800\\d{4}","\\d{8}",null,null,"08001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"SZ",268,"00",null,null,null,null,null,null,null,[[null,"(\\d{4})(\\d{4})","$1 $2",["[027]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"0800\\d{4}","\\d{8}",null,null,"08001234"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],TA:[null,[null,null,"8\\d{3}","\\d{4}"],[null,null,"8\\d{3}","\\d{4}",null,null,"8999"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TA",290,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TC:[null,[null,null,"[5689]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"649(?:712|9(?:4\\d|50))\\d{4}","\\d{7}(?:\\d{3})?",null,null,"6497121234"],[null,null,"649(?:2(?:3[129]|4[1-7])|3(?:3[1-389]|4[1-7])|4[34][1-3])\\d{4}","\\d{10}",null,null,"6492311234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"64971[01]\\d{4}","\\d{10}",null,null,"6497101234"],"TC",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"649",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TD:[null,[null,null,"[2679]\\d{7}","\\d{8}"],[null,null,"22(?:[3789]0|5[0-5]|6[89])\\d{4}","\\d{8}",null,null,"22501234"],[null,null,"(?:6[023568]\\d|77\\d|9\\d{2})\\d{5}","\\d{8}",null,null,"63012345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TD",235,"00|16",null,null,null,null,null,"00",null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TG:[null,[null,null,"[29]\\d{7}","\\d{8}"],[null,null,"2(?:2[2-7]|3[23]|44|55|66|77)\\d{5}","\\d{8}",null,null,"22212345"],[null,null,"9[0-389]\\d{6}","\\d{8}",null,null,"90112345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TG",228,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TH:[null,[null,null,"[2-9]\\d{7,8}|1\\d{3}(?:\\d{5,6})?","\\d{4}|\\d{8,10}"],[null,null,"(?:2\\d|3[2-9]|4[2-5]|5[2-6]|7[3-7])\\d{6}","\\d{8}",null,null,"21234567"],[null,null,"(?:14|6[1-3]|[89]\\d)\\d{7}","\\d{9}",null,null,"812345678"],[null,null,"1800\\d{6}","\\d{10}",null,null,"1800123456"],[null,null,"1900\\d{6}","\\d{10}",null,null,"1900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"6[08]\\d{7}","\\d{9}",null,null,"601234567"],"TH",66,"00","0",null,null,"0",null,null,null,[[null,"(2)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],[null,"([13-9]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["14|[3-9]"],"0$1"],[null,"(1[89]00)(\\d{3})(\\d{3})","$1 $2 $3",["1"],"$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"1\\d{3}","\\d{4}",null,null,"1100"],[null,null,"1\\d{3}","\\d{4}",null,null,"1100"],null,null,[null,null,"NA","NA"]],TJ:[null,[null,null,"[3-589]\\d{8}","\\d{3,9}"],[null,null,"(?:3(?:1[3-5]|2[245]|3[12]|4[24-7]|5[25]|72)|4(?:46|74|87))\\d{6}","\\d{3,9}",null,null,"372123456"],[null,null,"(?:41[18]|50[125]|88\\d|9[0-35-9]\\d)\\d{6}","\\d{9}",null,null,"917123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TJ",992,"810","8",null,null,"8",null,"8~10",null,[[null,"([349]\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"],"(8) $1",null,1],[null,"([4589]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[148]|[58]|9(?:1[59]|[0235-9])"],"(8) $1",null,1],[null,"(331700)(\\d)(\\d{2})","$1 $2 $3",["331","3317","33170","331700"],"(8) $1",null,1],[null,"(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]","3(?:[1245]|3(?:[02-9]|1[0-589]))"],"(8) $1",null,1]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TK:[null,[null,null,"[2-47]\\d{3,6}","\\d{4,7}"],[null,null,"(?:2[2-4]|[34]\\d)\\d{2,5}","\\d{4,7}",null,null,"3101"],[null,null,"7[2-4]\\d{2,5}","\\d{4,7}",null,null,"7290"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TK",690,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TL:[null,[null,null,"[2-489]\\d{6}|7\\d{6,7}","\\d{7,8}"],[null,null,"(?:2[1-5]|3[1-9]|4[1-4])\\d{5}","\\d{7}",null,null,"2112345"],[null,null,"7[3-8]\\d{6}","\\d{8}",null,null,"77212345"],[null,null,"80\\d{5}","\\d{7}",null,null,"8012345"],[null,null,"90\\d{5}","\\d{7}",null,null,"9012345"],[null,null,"NA","NA"],[null,null,"70\\d{5}","\\d{7}",null,null,"7012345"],[null,null,"NA","NA"],"TL",670,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[2-489]"]],[null,"(\\d{4})(\\d{4})","$1 $2",["7"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TM:[null,[null,null,"[1-6]\\d{7}","\\d{8}"],[null,null,"(?:1(?:2\\d|3[1-9])|2(?:22|4[0-35-8])|3(?:22|4[03-9])|4(?:22|3[128]|4\\d|6[15])|5(?:22|5[7-9]|6[014-689]))\\d{5}","\\d{8}",null,null,"12345678"],[null,null,"6[1-9]\\d{6}","\\d{8}",null,null,"66123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TM",993,"810","8",null,null,"8",null,"8~10",null,[[null,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],[null,"(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"],[null,"(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["13|[2-5]"],"(8 $1)"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TN:[null,[null,null,"[2-57-9]\\d{7}","\\d{8}"],[null,null,"3(?:[012]\\d|6[0-4]|91)\\d{5}|7\\d{7}|81200\\d{3}","\\d{8}",null,null,"71234567"],[null,null,"(?:[259]\\d|4[0-6])\\d{6}","\\d{8}",null,null,"20123456"],[null,null,"8010\\d{4}","\\d{8}",null,null,"80101234"],[null,null,"88\\d{6}","\\d{8}",null,null,"88123456"],[null,null,"8[12]10\\d{4}","\\d{8}",null,null,"81101234"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TN",216,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TO:[null,[null,null,"[02-8]\\d{4,6}","\\d{5,7}"],[null,null,"(?:2\\d|3[1-8]|4[1-4]|[56]0|7[0149]|8[05])\\d{3}","\\d{5}",null,null,"20123"],[null,null,"(?:7[578]|8[47-9])\\d{5}","\\d{7}",null,null,"7715123"],[null,null,"0800\\d{3}","\\d{7}",null,null,"0800222"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TO",676,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{3})","$1-$2",["[1-6]|7[0-4]|8[05]"]],[null,"(\\d{3})(\\d{4})","$1 $2",["7[5-9]|8[47-9]"]],[null,"(\\d{4})(\\d{3})","$1 $2",["0"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],TR:[null,[null,null,"[2-589]\\d{9}|444\\d{4}","\\d{7,10}"],[null,null,"(?:2(?:[13][26]|[28][2468]|[45][268]|[67][246])|3(?:[13][28]|[24-6][2468]|[78][02468]|92)|4(?:[16][246]|[23578][2468]|4[26]))\\d{7}","\\d{10}",null,null,"2123456789"],[null,null,"5(?:0[1-7]|22|[34]\\d|5[1-59]|9[246])\\d{7}","\\d{10}",null,null,"5012345678"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"900\\d{7}","\\d{10}",null,null,"9001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TR",90,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[23]|4(?:[0-35-9]|4[0-35-9])"],"(0$1)",null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[589]"],"0$1",null,1],[null,"(444)(\\d{1})(\\d{3})","$1 $2 $3",["444"]]],null,[null,null,"512\\d{7}","\\d{10}",null,null,"5123456789"],null,null,[null,null,"444\\d{4}","\\d{7}",null,null,"4441444"],[null,null,"444\\d{4}|850\\d{7}","\\d{7,10}",null,null,"4441444"],null,null,[null,null,"NA","NA"]],TT:[null,[null,null,"[589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"868(?:2(?:01|2[1-6]|3[1-5])|6(?:0[79]|1[02-8]|2[1-9]|[3-69]\\d|7[0-79])|82[124])\\d{4}","\\d{7}(?:\\d{3})?",null,null,"8682211234"],[null,null,"868(?:2(?:[789]\\d)|3(?:0[1-9]|1[02-9]|[2-9]\\d)|4[6-9]\\d|6(?:20|78|8\\d)|7(?:0[1-9]|1[02-9]|[2-9]\\d))\\d{4}","\\d{10}",null,null,"8682911234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"TT",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"868",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"868619\\d{4}","\\d{10}"]],TV:[null,[null,null,"[279]\\d{4,6}","\\d{5,7}"],[null,null,"2[02-9]\\d{3}","\\d{5}",null,null,"20123"],[null,null,"(?:70\\d|90)\\d{4}","\\d{6,7}",null,null,"901234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"TV",688,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TW:[null,[null,null,"[2-689]\\d{7,8}|7\\d{7,9}","\\d{8,10}"],[null,null,"[2-8]\\d{7,8}","\\d{8,9}",null,null,"21234567"],[null,null,"9\\d{8}","\\d{9}",null,null,"912345678"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"900\\d{6}","\\d{9}",null,null,"900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"70\\d{8}","\\d{10}",null,null,"7012345678"],"TW",886,"0(?:0[25679]|19)","0","#",null,"0",null,null,null,[[null,"([2-8])(\\d{3,4})(\\d{4})","$1 $2 $3",["[2-6]|[78][1-9]"],"0$1"],[null,"([89]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["80|9"],"0$1"],[null,"(70)(\\d{4})(\\d{4})","$1 $2 $3",["70"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],TZ:[null,[null,null,"\\d{9}","\\d{7,9}"],[null,null,"2[2-8]\\d{7}","\\d{7,9}",null,null,"222345678"],[null,null,"(?:6[25-8]|7[13-9])\\d{7}","\\d{9}",null,null,"621234567"],[null,null,"80[08]\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"90\\d{7}","\\d{9}",null,null,"900123456"],[null,null,"8(?:40|6[01])\\d{6}","\\d{9}",null,null,"840123456"],[null,null,"NA","NA"],[null,null,"41\\d{7}","\\d{9}",null,null,"412345678"],"TZ",255,"00[056]","0",null,null,"0",null,null,null,[[null,"([24]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],[null,"([67]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"],[null,"([89]\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],UA:[null,[null,null,"[3-9]\\d{8}","\\d{5,9}"],[null,null,"(?:3[1-8]|4[13-8]|5[1-7]|6[12459])\\d{7}","\\d{5,9}",null,null,"311234567"],[null,null,"(?:39|50|6[36-8]|73|9[1-9])\\d{7}","\\d{9}",null,null,"391234567"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"900\\d{6}","\\d{9}",null,null,"900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"89\\d{7}","\\d{9}",null,null,"891234567"],"UA",380,"00","0",null,null,"0",null,"0~0",null,[[null,"([3-9]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[38]9|4(?:[45][0-5]|87)|5(?:0|6[37]|7[37])|6[36-8]|73|9[1-9]","[38]9|4(?:[45][0-5]|87)|5(?:0|6(?:3[14-7]|7)|7[37])|6[36-8]|73|9[1-9]"],"0$1"],[null,"([3-689]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["3[1-8]2|4[13678]2|5(?:[12457]2|6[24])|6(?:[49]2|[12][29]|5[24])|8[0-8]|90","3(?:[1-46-8]2[013-9]|52)|4(?:[1378]2|62[013-9])|5(?:[12457]2|6[24])|6(?:[49]2|[12][29]|5[24])|8[0-8]|90"],"0$1"],[null,"([3-6]\\d{3})(\\d{5})","$1 $2",["3(?:5[013-9]|[1-46-8])|4(?:[137][013-9]|6|[45][6-9]|8[4-6])|5(?:[1245][013-9]|6[0135-9]|3|7[4-6])|6(?:[49][013-9]|5[0135-9]|[12][13-8])","3(?:5[013-9]|[1-46-8](?:22|[013-9]))|4(?:[137][013-9]|6(?:[013-9]|22)|[45][6-9]|8[4-6])|5(?:[1245][013-9]|6(?:3[02389]|[015689])|3|7[4-6])|6(?:[49][013-9]|5[0135-9]|[12][13-8])"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],UG:[null,[null,null,"\\d{9}","\\d{5,9}"],[null,null,"20(?:[0147]\\d{2}|2(?:40|[5-9]\\d)|3[23]\\d|5[0-4]\\d|6[03]\\d|8[0-2]\\d)\\d{4}|[34]\\d{8}","\\d{5,9}",null,null,"312345678"],[null,null,"2030\\d{5}|7(?:0[0-7]|[15789]\\d|2[03]|30|[46][0-4])\\d{6}","\\d{9}",null,null,"712345678"],[null,null,"800[123]\\d{5}","\\d{9}",null,null,"800123456"],[null,null,"90[123]\\d{6}","\\d{9}",null,null,"901123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"UG",256,"00[057]","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{6})","$1 $2",["[7-9]|20(?:[013-8]|2[5-9])|4(?:6[45]|[7-9])"],"0$1"],[null,"(\\d{2})(\\d{7})","$1 $2",["3|4(?:[1-5]|6[0-36-9])"],"0$1"],[null,"(2024)(\\d{5})","$1 $2",["2024"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],US:[null,[null,null,"[2-9]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"(?:2(?:0[1-35-9]|1[02-9]|2[04589]|3[149]|4[08]|5[1-46]|6[0279]|7[026]|8[13])|3(?:0[1-57-9]|1[02-9]|2[0135]|3[014679]|4[67]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[0235]|58|69|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-37]|7[013-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[16]|5[017]|6[0-279]|78|8[12])|7(?:0[1-46-8]|1[02-9]|2[0457]|3[1247]|4[037]|5[47]|6[02359]|7[02-59]|8[156])|8(?:0[1-68]|1[02-8]|28|3[0-25]|4[3578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[01678]|4[0179]|5[12469]|7[0-3589]|8[0459]))[2-9]\\d{6}","\\d{7}(?:\\d{3})?",null,null,"2015555555"],[null,null,"(?:2(?:0[1-35-9]|1[02-9]|2[04589]|3[149]|4[08]|5[1-46]|6[0279]|7[026]|8[13])|3(?:0[1-57-9]|1[02-9]|2[0135]|3[014679]|4[67]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[0235]|58|69|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-37]|7[013-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[16]|5[017]|6[0-279]|78|8[12])|7(?:0[1-46-8]|1[02-9]|2[0457]|3[1247]|4[037]|5[47]|6[02359]|7[02-59]|8[156])|8(?:0[1-68]|1[02-8]|28|3[0-25]|4[3578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[01678]|4[0179]|5[12469]|7[0-3589]|8[0459]))[2-9]\\d{6}","\\d{7}(?:\\d{3})?",null,null,"2015555555"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"US",1,"011","1",null,null,"1",null,null,1,[[null,"(\\d{3})(\\d{4})","$1-$2",null,null,null,1],[null,"(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,1]],[[null,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3"]],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],
|
58 |
-
UY:[null,[null,null,"[2489]\\d{6,7}","\\d{7,8}"],[null,null,"2\\d{7}|4[2-7]\\d{6}","\\d{7,8}",null,null,"21231234"],[null,null,"9[1-9]\\d{6}","\\d{8}",null,null,"94231234"],[null,null,"80[05]\\d{4}","\\d{7}",null,null,"8001234"],[null,null,"90[0-8]\\d{4}","\\d{7}",null,null,"9001234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"UY",598,"0(?:1[3-9]\\d|0)","0"," int. ",null,"0",null,"00",null,[[null,"(\\d{4})(\\d{4})","$1 $2",["[24]"]],[null,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9[1-9]"],"0$1"],[null,"(\\d{3})(\\d{4})","$1 $2",["[89]0"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],UZ:[null,[null,null,"[679]\\d{8}","\\d{7,9}"],[null,null,"(?:6(?:1(?:22|3[124]|4[1-4]|5[123578]|64)|2(?:22|3[0-57-9]|41)|5(?:22|3[3-7]|5[024-8])|6\\d{2}|7(?:[23]\\d|7[69])|9(?:22|4[1-8]|6[135]))|7(?:0(?:5[4-9]|6[0146]|7[12456]|9[135-8])|1[12]\\d|2(?:22|3[1345789]|4[123579]|5[14])|3(?:2\\d|3[1578]|4[1-35-7]|5[1-57]|61)|4(?:2\\d|3[1-579]|7[1-79])|5(?:22|5[1-9]|6[1457])|6(?:22|3[12457]|4[13-8])|9(?:22|5[1-9])))\\d{5}","\\d{7,9}",null,null,"662345678"],[null,null,"6(?:1(?:2(?:98|2[01])|35[0-4]|50\\d|61[23]|7(?:[01][017]|4\\d|55|9[5-9]))|2(?:11\\d|2(?:[12]1|9[01379])|5(?:[126]\\d|3[0-4])|7\\d{2})|5(?:19[01]|2(?:27|9[26])|30\\d|59\\d|7\\d{2})|6(?:2(?:1[5-9]|2[0367]|38|41|52|60)|3[79]\\d|4(?:56|83)|7(?:[07]\\d|1[017]|3[07]|4[047]|5[057]|67|8[0178]|9[79])|9[0-3]\\d)|7(?:2(?:24|3[237]|4[5-9]|7[15-8])|5(?:7[12]|8[0589])|7(?:0\\d|[39][07])|9(?:0\\d|7[079]))|9(?:2(?:1[1267]|5\\d|3[01]|7[0-4])|5[67]\\d|6(?:2[0-26]|8\\d)|7\\d{2}))\\d{4}|7(?:0\\d{3}|1(?:13[01]|6(?:0[47]|1[67]|66)|71[3-69]|98\\d)|2(?:2(?:2[79]|95)|3(?:2[5-9]|6[0-6])|57\\d|7(?:0\\d|1[17]|2[27]|3[37]|44|5[057]|66|88))|3(?:2(?:1[0-6]|21|3[469]|7[159])|33\\d|5(?:0[0-4]|5[579]|9\\d)|7(?:[0-3579]\\d|4[0467]|6[67]|8[078])|9[4-6]\\d)|4(?:2(?:29|5[0257]|6[0-7]|7[1-57])|5(?:1[0-4]|8\\d|9[5-9])|7(?:0\\d|1[024589]|2[0127]|3[0137]|[46][07]|5[01]|7[5-9]|9[079])|9(?:7[015-9]|[89]\\d))|5(?:112|2(?:0\\d|2[29]|[49]4)|3[1568]\\d|52[6-9]|7(?:0[01578]|1[017]|[23]7|4[047]|[5-7]\\d|8[78]|9[079]))|6(?:2(?:2[1245]|4[2-4])|39\\d|41[179]|5(?:[349]\\d|5[0-2])|7(?:0[017]|[13]\\d|22|44|55|67|88))|9(?:22[128]|3(?:2[0-4]|7\\d)|57[05629]|7(?:2[05-9]|3[37]|4\\d|60|7[2579]|87|9[07])))\\d{4}|9[0-57-9]\\d{7}","\\d{7,9}",null,null,"912345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"UZ",998,"810","8",null,null,"8",null,"8~10",null,[[null,"([679]\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",null,"8 $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],VA:[null,[null,null,"(?:0(?:878\\d{5}|6698\\d{5})|[1589]\\d{5,10}|3(?:[12457-9]\\d{8}|[36]\\d{7,9}))","\\d{6,11}"],[null,null,"06698\\d{5}","\\d{10}",null,null,"0669812345"],[null,null,"3(?:[12457-9]\\d{8}|6\\d{7,8}|3\\d{7,9})","\\d{9,11}",null,null,"3123456789"],[null,null,"80(?:0\\d{6}|3\\d{3})","\\d{6,9}",null,null,"800123456"],[null,null,"0878\\d{5}|1(?:44|6[346])\\d{6}|89(?:2\\d{3}|4(?:[0-4]\\d{2}|[5-9]\\d{4})|5(?:[0-4]\\d{2}|[5-9]\\d{6})|9\\d{6})","\\d{6,10}",null,null,"899123456"],[null,null,"84(?:[08]\\d{6}|[17]\\d{3})","\\d{6,9}",null,null,"848123456"],[null,null,"1(?:78\\d|99)\\d{6}","\\d{9,10}",null,null,"1781234567"],[null,null,"55\\d{8}","\\d{10}",null,null,"5512345678"],"VA",39,"00",null,null,null,null,null,null,null,null,null,[null,null,"NA","NA"],null,null,[null,null,"848\\d{6}","\\d{9}",null,null,"848123456"],[null,null,"NA","NA"],1,null,[null,null,"NA","NA"]],VC:[null,[null,null,"[5789]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"784(?:266|3(?:6[6-9]|7\\d|8[0-24-6])|4(?:38|5[0-36-8]|8[0-8])|5(?:55|7[0-2]|93)|638|784)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"7842661234"],[null,null,"784(?:4(?:3[0-4]|5[45]|89|9[0-58])|5(?:2[6-9]|3[0-4]))\\d{4}","\\d{10}",null,null,"7844301234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"VC",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"784",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],VE:[null,[null,null,"[24589]\\d{9}","\\d{7,10}"],[null,null,"(?:2(?:12|3[457-9]|[58][1-9]|[467]\\d|9[1-6])|50[01])\\d{7}","\\d{7,10}",null,null,"2121234567"],[null,null,"4(?:1[24-8]|2[46])\\d{7}","\\d{10}",null,null,"4121234567"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"900\\d{7}","\\d{10}",null,null,"9001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"VE",58,"00","0",null,null,"0",null,null,null,[[null,"(\\d{3})(\\d{7})","$1-$2",null,"0$1","$CC $1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],VG:[null,[null,null,"[2589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"284(?:(?:229|4(?:22|9[45])|774|8(?:52|6[459]))\\d{4}|496[0-5]\\d{3})","\\d{7}(?:\\d{3})?",null,null,"2842291234"],[null,null,"284(?:(?:3(?:0[0-3]|4[0-367]|94)|4(?:4[0-6]|68|99)|54[0-57])\\d{4}|496[6-9]\\d{3})","\\d{10}",null,null,"2843001234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"VG",1,"011","1",null,null,"1",null,null,null,null,null,[null,null,"NA","NA"],null,"284",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],VI:[null,[null,null,"[3589]\\d{9}","\\d{7}(?:\\d{3})?"],[null,null,"340(?:2(?:01|2[0678]|44|77)|3(?:32|44)|4(?:22|7[34])|5(?:1[34]|55)|6(?:26|4[23]|77|9[023])|7(?:1[2-589]|27|7\\d)|884|998)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"3406421234"],[null,null,"340(?:2(?:01|2[0678]|44|77)|3(?:32|44)|4(?:22|7[34])|5(?:1[34]|55)|6(?:26|4[23]|77|9[023])|7(?:1[2-589]|27|7\\d)|884|998)\\d{4}","\\d{7}(?:\\d{3})?",null,null,"3406421234"],[null,null,"8(?:00|44|55|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"8002345678"],[null,null,"900[2-9]\\d{6}","\\d{10}",null,null,"9002345678"],[null,null,"NA","NA"],[null,null,"5(?:00|33|44|66|77|88)[2-9]\\d{6}","\\d{10}",null,null,"5002345678"],[null,null,"NA","NA"],"VI",1,"011","1",null,null,"1",null,null,1,null,null,[null,null,"NA","NA"],null,"340",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],VN:[null,[null,null,"[17]\\d{6,9}|[2-69]\\d{7,9}|8\\d{6,8}","\\d{7,10}"],[null,null,"(?:2(?:[025-79]|1[0189]|[348][01])|3(?:[0136-9]|[25][01])|4\\d|5(?:[01][01]|[2-9])|6(?:[0-46-8]|5[01])|7(?:[02-79]|[18][01]))\\d{7}|8(?:[1-57]\\d|[689][0-79])\\d{6}","\\d{9,10}",null,null,"2101234567"],[null,null,"(?:9\\d|1(?:2\\d|6[2-9]|8[68]|99))\\d{7}|8[689]8\\d{6}","\\d{9,10}",null,null,"912345678"],[null,null,"1800\\d{4,6}","\\d{8,10}",null,null,"1800123456"],[null,null,"1900\\d{4,6}","\\d{8,10}",null,null,"1900123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"VN",84,"00","0",null,null,"0",null,null,null,[[null,"([17]99)(\\d{4})","$1 $2",["[17]99"],"0$1",null,1],[null,"([48])(\\d{4})(\\d{4})","$1 $2 $3",["4|8(?:[1-57]|[689][0-79])"],"0$1",null,1],[null,"([235-7]\\d)(\\d{4})(\\d{3})","$1 $2 $3",["2[025-79]|3[0136-9]|5[2-9]|6[0-46-8]|7[02-79]"],"0$1",null,1],[null,"(80)(\\d{5})","$1 $2",["80"],"0$1",null,1],[null,"(69\\d)(\\d{4,5})","$1 $2",["69"],"0$1",null,1],[null,"([235-7]\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["2[1348]|3[25]|5[01]|65|7[18]"],"0$1",null,1],[null,"([89]\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8[689]8|9"],"0$1",null,1],[null,"(1[2689]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1(?:[26]|8[68]|99)"],"0$1",null,1],[null,"(1[89]00)(\\d{4,6})","$1 $2",["1[89]0"],"$1",null,1]],null,[null,null,"NA","NA"],null,null,[null,null,"[17]99\\d{4}|69\\d{5,6}","\\d{7,8}",null,null,"1992000"],[null,null,"[17]99\\d{4}|69\\d{5,6}|80\\d{5}","\\d{7,8}",null,null,"1992000"],null,null,[null,null,"NA","NA"]],VU:[null,[null,null,"[2-57-9]\\d{4,6}","\\d{5,7}"],[null,null,"(?:2[02-9]\\d|3(?:[5-7]\\d|8[0-8])|48[4-9]|88\\d)\\d{2}","\\d{5}",null,null,"22123"],[null,null,"(?:5(?:7[2-5]|[0-689]\\d)|7[013-7]\\d)\\d{4}","\\d{7}",null,null,"5912345"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"VU",678,"00",null,null,null,null,null,null,null,[[null,"(\\d{3})(\\d{4})","$1 $2",["[579]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"3[03]\\d{3}|900\\d{4}","\\d{5,7}",null,null,"30123"],null,null,[null,null,"NA","NA"]],WF:[null,[null,null,"[4-8]\\d{5}","\\d{6}"],[null,null,"(?:50|68|72)\\d{4}","\\d{6}",null,null,"501234"],[null,null,"(?:50|68|72|8[23])\\d{4}","\\d{6}",null,null,"501234"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"WF",681,"00",null,null,null,null,null,null,null,[[null,"(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"[48]0\\d{4}","\\d{6}",null,null,"401234"]],WS:[null,[null,null,"[2-8]\\d{4,6}","\\d{5,7}"],[null,null,"(?:[2-5]\\d|6[1-9]|84\\d{2})\\d{3}","\\d{5,7}",null,null,"22123"],[null,null,"(?:60|7[25-7]\\d)\\d{4}","\\d{6,7}",null,null,"601234"],[null,null,"800\\d{3}","\\d{6}",null,null,"800123"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"WS",685,"0",null,null,null,null,null,null,null,[[null,"(8\\d{2})(\\d{3,4})","$1 $2",["8"]],[null,"(7\\d)(\\d{5})","$1 $2",["7"]],[null,"(\\d{5})","$1",["[2-6]"]]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],YE:[null,[null,null,"[1-7]\\d{6,8}","\\d{6,9}"],[null,null,"(?:1(?:7\\d|[2-68])|2[2-68]|3[2358]|4[2-58]|5[2-6]|6[3-58]|7[24-68])\\d{5}","\\d{6,8}",null,null,"1234567"],[null,null,"7[0137]\\d{7}","\\d{9}",null,null,"712345678"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"YE",967,"00","0",null,null,"0",null,null,null,[[null,"([1-7])(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7[24-68]"],"0$1"],[null,"(7\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["7[0137]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],YT:[null,[null,null,"[268]\\d{8}","\\d{9}"],[null,null,"269(?:6[0-4]|50)\\d{4}","\\d{9}",null,null,"269601234"],[null,null,"639\\d{6}","\\d{9}",null,null,"639123456"],[null,null,"80\\d{7}","\\d{9}",null,null,"801234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"YT",262,"00","0",null,null,"0",null,null,null,null,null,[null,null,"NA","NA"],null,"269|63",[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ZA:[null,[null,null,"[1-79]\\d{8}|8(?:[067]\\d{7}|[1-4]\\d{3,7})","\\d{5,9}"],[null,null,"(?:1[0-8]|2[0-378]|3[1-69]|4\\d|5[1346-8])\\d{7}","\\d{9}",null,null,"101234567"],[null,null,"(?:6[0-5]|7[0-46-9])\\d{7}|8[1-4]\\d{3,7}","\\d{5,9}",null,null,"711234567"],[null,null,"80\\d{7}","\\d{9}",null,null,"801234567"],[null,null,"86[2-9]\\d{6}|90\\d{7}","\\d{9}",null,null,"862345678"],[null,null,"860\\d{6}","\\d{9}",null,null,"860123456"],[null,null,"NA","NA"],[null,null,"87\\d{7}","\\d{9}",null,null,"871234567"],"ZA",27,"00","0",null,null,"0",null,null,null,[[null,"(860)(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-79]|8(?:[0-47]|6[1-9])"],"0$1"],[null,"(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],[null,"(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"861\\d{6}","\\d{9}",null,null,"861123456"],null,null,[null,null,"NA","NA"]],ZM:[null,[null,null,"[289]\\d{8}","\\d{9}"],[null,null,"21[1-8]\\d{6}","\\d{9}",null,null,"211234567"],[null,null,"9(?:5[05]|6\\d|7[1-9])\\d{6}","\\d{9}",null,null,"955123456"],[null,null,"800\\d{6}","\\d{9}",null,null,"800123456"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],"ZM",260,"00","0",null,null,"0",null,null,null,[[null,"([29]\\d)(\\d{7})","$1 $2",["[29]"],"0$1"],[null,"(800)(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]],ZW:[null,[null,null,"2(?:[012457-9]\\d{3,8}|6(?:[14]\\d{7}|\\d{4}))|[13-79]\\d{4,9}|8[06]\\d{8}","\\d{3,10}"],[null,null,"(?:2(?:0(?:4\\d|5\\d{2})|2[278]\\d|48\\d|7(?:[1-7]\\d|[089]\\d{2})|8(?:[2-57-9]|[146]\\d{2})|98)|3(?:08|17|3[78]|7(?:[19]|[56]\\d)|8[37]|98)|5[15][78]|6(?:28\\d{2}|[36]7|75\\d|[69]8|8(?:7\\d|8)))\\d{3}|(?:2(?:1[39]|2[0157]|6[14]|7[35]|84)|329)\\d{7}|(?:1(?:3\\d{2}|9\\d|[4-8])|2(?:0\\d{2}|[569]\\d)|3(?:[26]|[013459]\\d)|5(?:0|5\\d{2}|[689]\\d)|6(?:[39]|[01246]\\d|[78]\\d{2}))\\d{3}|(?:29\\d|39|54)\\d{6}|(?:(?:25|54)83|2582\\d)\\d{3}|(?:4\\d{6,7}|9[2-9]\\d{4,5})","\\d{3,10}",null,null,"1312345"],[null,null,"7[1378]\\d{7}","\\d{9}",null,null,"711234567"],[null,null,"800\\d{7}","\\d{10}",null,null,"8001234567"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"NA","NA"],[null,null,"86(?:1[12]|30|44|55|77|8[367]|99)\\d{6}","\\d{10}",null,null,"8686123456"],"ZW",263,"00","0",null,null,"0",null,null,null,[[null,"([49])(\\d{3})(\\d{2,4})","$1 $2 $3",["4|9[2-9]"],"0$1"],[null,"(7\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["7"],"0$1"],[null,"(86\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["86[24]"],"0$1"],[null,"([2356]\\d{2})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8|[78])|3(?:08|17|3[78]|7[1569]|8[37]|98)|5[15][78]|6(?:[29]8|[38]7|6[78]|75|[89]8)"],"0$1"],[null,"(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|6[14]|7[35]|84)|329"],"0$1"],[null,"([1-356]\\d)(\\d{3,5})","$1 $2",["1[3-9]|2[0569]|3[0-69]|5[05689]|6[0-46-9]"],"0$1"],[null,"([235]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[23]9|54"],"0$1"],[null,"([25]\\d{3})(\\d{3,5})","$1 $2",["(?:25|54)8","258[23]|5483"],"0$1"],[null,"(8\\d{3})(\\d{6})","$1 $2",["86"],"0$1"],[null,"(80\\d)(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1"]],null,[null,null,"NA","NA"],null,null,[null,null,"NA","NA"],[null,null,"NA","NA"],null,null,[null,null,"NA","NA"]]};G.b=function(){return G.a?G.a:G.a=new G};var nl={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"},ul=RegExp("[++]+"),dl=RegExp("([0-90-9٠-٩۰-۹])"),Al=/^\(?\$1\)?$/,Nl=new S;p(Nl,11,"NA");var $l=/\[([^\[\]])*\]/g,tl=/\d(?=[^,}][^,}])/g,el=RegExp("^[-x‐-―−ー--/ ()()[].\\[\\]/~⁓∼~]*(\\$\\d[-x‐-―−ー--/ ()()[].\\[\\]/~⁓∼~]*)+$"),rl=/[- ]/;B.prototype.K=function(){this.B="",d(this.h),d(this.u),d(this.m),this.s=0,this.v="",d(this.b),this.l="",d(this.a),this.j=!0,this.w=this.o=this.D=!1,this.f=[],this.A=!1,this.g!=this.J&&(this.g=E(this,this.C))},B.prototype.L=function(l){return this.B=I(this,l)},l("Cleave.AsYouTypeFormatter",B),l("Cleave.AsYouTypeFormatter.prototype.inputDigit",B.prototype.L),l("Cleave.AsYouTypeFormatter.prototype.clear",B.prototype.K)}.call("object"==typeof global&&global?global:window);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/lib/multirange.js
DELETED
@@ -1,87 +0,0 @@
|
|
1 |
-
(function() {
|
2 |
-
"use strict";
|
3 |
-
|
4 |
-
var supportsMultiple = self.HTMLInputElement && "valueLow" in HTMLInputElement.prototype;
|
5 |
-
|
6 |
-
var descriptor = Object.getOwnPropertyDescriptor(HTMLInputElement.prototype, "value");
|
7 |
-
|
8 |
-
self.multirange = function(input) {
|
9 |
-
if (supportsMultiple || input.classList.contains("multirange")) {
|
10 |
-
return;
|
11 |
-
}
|
12 |
-
|
13 |
-
var value = input.getAttribute("value");
|
14 |
-
var values = value === null ? [] : value.split(",");
|
15 |
-
var min = +(input.min || 0);
|
16 |
-
var max = +(input.max || 100);
|
17 |
-
var ghost = input.cloneNode();
|
18 |
-
ghost.id = ghost.id + '_clone';
|
19 |
-
|
20 |
-
input.classList.add("multirange", "original");
|
21 |
-
ghost.classList.add("multirange", "ghost");
|
22 |
-
|
23 |
-
input.value = values[0] || min + (max - min) / 2;
|
24 |
-
ghost.value = values[1] || min + (max - min) / 2;
|
25 |
-
|
26 |
-
input.parentNode.insertBefore(ghost, input.nextSibling);
|
27 |
-
|
28 |
-
Object.defineProperty(input, "originalValue", descriptor.get ? descriptor : {
|
29 |
-
// Fuck you Safari >:(
|
30 |
-
get: function() { return this.value; },
|
31 |
-
set: function(v) { this.value = v; }
|
32 |
-
});
|
33 |
-
|
34 |
-
Object.defineProperties(input, {
|
35 |
-
valueLow: {
|
36 |
-
get: function() { return Math.min(this.originalValue, ghost.value); },
|
37 |
-
set: function(v) { this.originalValue = v; },
|
38 |
-
enumerable: true
|
39 |
-
},
|
40 |
-
valueHigh: {
|
41 |
-
get: function() { return Math.max(this.originalValue, ghost.value); },
|
42 |
-
set: function(v) { ghost.value = v; },
|
43 |
-
enumerable: true
|
44 |
-
}
|
45 |
-
});
|
46 |
-
|
47 |
-
if (descriptor.get) {
|
48 |
-
// Again, fuck you Safari
|
49 |
-
Object.defineProperty(input, "value", {
|
50 |
-
get: function() { return this.valueLow + "," + this.valueHigh; },
|
51 |
-
set: function(v) {
|
52 |
-
var values = v.split(",");
|
53 |
-
this.valueLow = values[0];
|
54 |
-
this.valueHigh = values[1];
|
55 |
-
update();
|
56 |
-
},
|
57 |
-
enumerable: true
|
58 |
-
});
|
59 |
-
}
|
60 |
-
|
61 |
-
if (typeof input.oninput === "function") {
|
62 |
-
ghost.oninput = input.oninput.bind(input);
|
63 |
-
}
|
64 |
-
|
65 |
-
function update() {
|
66 |
-
ghost.style.setProperty("--low", 100 * ((input.valueLow - min) / (max - min)) + 1 + "%");
|
67 |
-
ghost.style.setProperty("--high", 100 * ((input.valueHigh - min) / (max - min)) - 1 + "%");
|
68 |
-
}
|
69 |
-
|
70 |
-
input.addEventListener("input", update);
|
71 |
-
ghost.addEventListener("input", update);
|
72 |
-
|
73 |
-
update();
|
74 |
-
}
|
75 |
-
|
76 |
-
multirange.init = function() {
|
77 |
-
[].slice.call(document.querySelectorAll("input[type=range][multiple]:not(.multirange)")).forEach(multirange);
|
78 |
-
}
|
79 |
-
|
80 |
-
if (document.readyState == "loading") {
|
81 |
-
document.addEventListener("DOMContentLoaded", multirange.init);
|
82 |
-
}
|
83 |
-
else {
|
84 |
-
multirange.init();
|
85 |
-
}
|
86 |
-
|
87 |
-
})();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-address.js
DELETED
@@ -1,94 +0,0 @@
|
|
1 |
-
( function( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.address = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function() {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.address.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.address = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-address-template',
|
15 |
-
|
16 |
-
events: _.extend( {}, happyForms.classes.views.Part.prototype.events, {
|
17 |
-
'change [data-bind=apikey]': 'onApiKeyChange',
|
18 |
-
} ),
|
19 |
-
|
20 |
-
initialize: function() {
|
21 |
-
happyForms.classes.views.Part.prototype.initialize.apply( this, arguments );
|
22 |
-
|
23 |
-
this.listenTo( this, 'ready', this.toggleApiKey );
|
24 |
-
this.listenTo( this.model, 'change:mode', this.onModeChange );
|
25 |
-
this.listenTo( this.model, 'change:has_geolocation', this.onGeolocationChange );
|
26 |
-
},
|
27 |
-
|
28 |
-
toggleApiKey: function() {
|
29 |
-
if ( 'autocomplete' === this.model.get( 'mode' )
|
30 |
-
|| this.model.get( 'has_geolocation' ) ) {
|
31 |
-
$( '.address-apikey', this.$el ).show();
|
32 |
-
} else {
|
33 |
-
$( '.address-apikey', this.$el ).hide();
|
34 |
-
}
|
35 |
-
},
|
36 |
-
|
37 |
-
onApiKeyChange: function( e ) {
|
38 |
-
var data = {
|
39 |
-
id: this.model.get( 'id' ),
|
40 |
-
callback: 'onAddressApiKeyChange',
|
41 |
-
};
|
42 |
-
|
43 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
44 |
-
},
|
45 |
-
|
46 |
-
onModeChange: function( model, value ) {
|
47 |
-
this.toggleApiKey();
|
48 |
-
|
49 |
-
var $labelPlacementSelect = this.$el.find('[data-bind=label_placement]');
|
50 |
-
|
51 |
-
model.fetchHtml( function( response ) {
|
52 |
-
var data = {
|
53 |
-
id: model.get( 'id' ),
|
54 |
-
html: response,
|
55 |
-
};
|
56 |
-
|
57 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
58 |
-
} );
|
59 |
-
},
|
60 |
-
|
61 |
-
onGeolocationChange: function( e ) {
|
62 |
-
var self = this;
|
63 |
-
var model = this.model;
|
64 |
-
|
65 |
-
this.toggleApiKey();
|
66 |
-
|
67 |
-
this.model.fetchHtml( function( response ) {
|
68 |
-
var data = {
|
69 |
-
id: model.get( 'id' ),
|
70 |
-
html: response,
|
71 |
-
};
|
72 |
-
|
73 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
74 |
-
} );
|
75 |
-
}
|
76 |
-
} );
|
77 |
-
|
78 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
79 |
-
onAddressApiKeyChange: function( id, html, options ) {
|
80 |
-
var part = this.getPartModel( id );
|
81 |
-
var $part = this.getPartElement( html );
|
82 |
-
|
83 |
-
$part.attr( 'data-google-apikey', part.get( 'apikey' ) );
|
84 |
-
},
|
85 |
-
|
86 |
-
onAddressModeChangeCallback: function( id, html, options, $ ) {
|
87 |
-
var part = this.getPartModel( id );
|
88 |
-
var $part = $( html );
|
89 |
-
|
90 |
-
$part.happyFormsAddressAutocomplete();
|
91 |
-
}
|
92 |
-
} );
|
93 |
-
|
94 |
-
} ) ( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-date.js
DELETED
@@ -1,188 +0,0 @@
|
|
1 |
-
( function( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.date = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function() {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.date.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.date = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-date-template',
|
15 |
-
|
16 |
-
initialize: function () {
|
17 |
-
happyForms.classes.views.Part.prototype.initialize.apply( this, arguments );
|
18 |
-
|
19 |
-
this.listenTo( this.model, 'change:date_type', this.onDateTypeChange );
|
20 |
-
this.listenTo( this.model, 'change:time_format', this.onTimeFormatChange );
|
21 |
-
this.listenTo( this.model, 'change:min_year', this.refreshDatePart );
|
22 |
-
this.listenTo( this.model, 'change:max_year', this.refreshDatePart );
|
23 |
-
this.listenTo( this.model, 'change:min_hour', this.refreshDatePart );
|
24 |
-
this.listenTo( this.model, 'change:max_hour', this.refreshDatePart );
|
25 |
-
this.listenTo( this.model, 'change:default_datetime', this.refreshDatePart );
|
26 |
-
this.listenTo( this.model, 'change:years_option', this.onYearsOptionChange );
|
27 |
-
this.listenTo( this.model, 'change:years_order', this.refreshDatePart );
|
28 |
-
this.listenTo( this.model, 'change:required', this.refreshDatePart );
|
29 |
-
},
|
30 |
-
|
31 |
-
onDateTypeChange: function() {
|
32 |
-
var $timeOptions = $( '.time-options', this.$el );
|
33 |
-
var $dateOptions = $( '.date-options', this.$el );
|
34 |
-
|
35 |
-
switch ( this.model.get( 'date_type' ) ) {
|
36 |
-
case 'datetime':
|
37 |
-
$timeOptions.show();
|
38 |
-
$dateOptions.show();
|
39 |
-
break;
|
40 |
-
|
41 |
-
case 'time':
|
42 |
-
$timeOptions.show();
|
43 |
-
$dateOptions.hide();
|
44 |
-
break;
|
45 |
-
|
46 |
-
case 'month':
|
47 |
-
$timeOptions.hide();
|
48 |
-
$dateOptions.hide();
|
49 |
-
break;
|
50 |
-
|
51 |
-
default:
|
52 |
-
$dateOptions.show();
|
53 |
-
$timeOptions.hide();
|
54 |
-
break;
|
55 |
-
|
56 |
-
}
|
57 |
-
|
58 |
-
this.refreshDatePart();
|
59 |
-
},
|
60 |
-
|
61 |
-
onTimeFormatChange: function( model, value ) {
|
62 |
-
if ( 12 === parseInt( value, 10 ) ) {
|
63 |
-
model.set('min_hour', 1, {
|
64 |
-
silent: true
|
65 |
-
});
|
66 |
-
|
67 |
-
this.$el.find('input[data-bind=min_hour]').val(1);
|
68 |
-
|
69 |
-
model.set('max_hour', 12, {
|
70 |
-
silent: true
|
71 |
-
});
|
72 |
-
|
73 |
-
this.$el.find('input[data-bind=max_hour]').val(12);
|
74 |
-
} else {
|
75 |
-
model.set('min_hour', 0, {
|
76 |
-
silent: true
|
77 |
-
});
|
78 |
-
|
79 |
-
this.$el.find('input[data-bind=min_hour]').val(0);
|
80 |
-
|
81 |
-
model.set('max_hour', 23, {
|
82 |
-
silent: true
|
83 |
-
});
|
84 |
-
|
85 |
-
this.$el.find('input[data-bind=max_hour]').val(23);
|
86 |
-
}
|
87 |
-
|
88 |
-
this.refreshDatePart();
|
89 |
-
},
|
90 |
-
|
91 |
-
refreshDatePart: function() {
|
92 |
-
var model = this.model;
|
93 |
-
|
94 |
-
model.fetchHtml(function (response) {
|
95 |
-
var data = {
|
96 |
-
id: model.get('id'),
|
97 |
-
html: response
|
98 |
-
};
|
99 |
-
|
100 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
101 |
-
} );
|
102 |
-
},
|
103 |
-
|
104 |
-
onYearsOptionChange: function( model, value ) {
|
105 |
-
var $minYearInput = $('[data-bind=min_year]', this.$el);
|
106 |
-
var $maxYearInput = $('[data-bind=max_year]', this.$el);
|
107 |
-
var currentYear = (new Date()).getFullYear();
|
108 |
-
|
109 |
-
if ( 'all' === value ) {
|
110 |
-
$minYearInput.val(currentYear - 100);
|
111 |
-
$maxYearInput.val(currentYear + 20);
|
112 |
-
model.set('min_year', currentYear - 100, {
|
113 |
-
silent: true
|
114 |
-
});
|
115 |
-
model.set('max_year', currentYear + 20, {
|
116 |
-
silent: true
|
117 |
-
});
|
118 |
-
}
|
119 |
-
|
120 |
-
if ( 'past' === value ) {
|
121 |
-
$minYearInput.val(currentYear - 100);
|
122 |
-
$maxYearInput.val(currentYear - 1);
|
123 |
-
model.set('min_year', currentYear - 100, {
|
124 |
-
silent: true
|
125 |
-
});
|
126 |
-
model.set('max_year', currentYear - 1, {
|
127 |
-
silent: true
|
128 |
-
});
|
129 |
-
}
|
130 |
-
|
131 |
-
if ( 'future' === value ) {
|
132 |
-
$minYearInput.val(currentYear + 1);
|
133 |
-
$maxYearInput.val(currentYear + 100);
|
134 |
-
model.set('min_year', currentYear + 1, {
|
135 |
-
silent: true
|
136 |
-
});
|
137 |
-
model.set('max_year', currentYear + 100, {
|
138 |
-
silent: true
|
139 |
-
});
|
140 |
-
}
|
141 |
-
|
142 |
-
this.refreshDatePart();
|
143 |
-
}
|
144 |
-
} );
|
145 |
-
|
146 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
147 |
-
onDateDateTypeChangeCallback: function( id, html, options ) {
|
148 |
-
var part = this.getPartModel( id );
|
149 |
-
var $part = this.getPartElement( html );
|
150 |
-
var dateType = part.get( 'date_type' );
|
151 |
-
|
152 |
-
switch ( dateType ) {
|
153 |
-
case 'date':
|
154 |
-
$part.removeClass( 'happyforms-part-date--datetime' );
|
155 |
-
$part.removeClass( 'happyforms-part-date--time' );
|
156 |
-
break;
|
157 |
-
|
158 |
-
case 'datetime':
|
159 |
-
$part.removeClass( 'happyforms-part-date--date' );
|
160 |
-
$part.removeClass( 'happyforms-part-date--time' );
|
161 |
-
break;
|
162 |
-
|
163 |
-
case 'time':
|
164 |
-
$part.removeClass( 'happyforms-part-date--date' );
|
165 |
-
$part.removeClass( 'happyforms-part-date--datetime' );
|
166 |
-
break;
|
167 |
-
}
|
168 |
-
|
169 |
-
$part.addClass( 'happyforms-part-date--' + dateType );
|
170 |
-
},
|
171 |
-
|
172 |
-
onDateTimeFormatChange: function( id, html, options ) {
|
173 |
-
var part = this.getPartModel( id );
|
174 |
-
var $part = this.getPartElement( html );
|
175 |
-
var $period = this.$( '.happyforms-part-date__time-input--period', $part );
|
176 |
-
var $hours = this.$( '.format-24', $part );
|
177 |
-
|
178 |
-
if ( '12' === part.get( 'time_format' ) ) {
|
179 |
-
$period.show();
|
180 |
-
$hours.hide();
|
181 |
-
} else {
|
182 |
-
$period.hide();
|
183 |
-
$hours.show();
|
184 |
-
}
|
185 |
-
},
|
186 |
-
} );
|
187 |
-
|
188 |
-
} ) ( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-legal.js
DELETED
@@ -1,98 +0,0 @@
|
|
1 |
-
(function ($, _, Backbone, api, settings) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.legal = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function () {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.legal.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.legal = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-legal-template',
|
15 |
-
editor: null,
|
16 |
-
|
17 |
-
ready: function () {
|
18 |
-
happyForms.classes.views.Part.prototype.ready.apply(this, arguments);
|
19 |
-
|
20 |
-
this.listenTo(this, 'refresh', this.onRefresh);
|
21 |
-
|
22 |
-
this.initEditor();
|
23 |
-
},
|
24 |
-
|
25 |
-
initEditor: function() {
|
26 |
-
var $textarea = $('textarea', this.$el);
|
27 |
-
var editorId = $textarea.attr('id');
|
28 |
-
var editorSettings = {
|
29 |
-
tinymce: {
|
30 |
-
toolbar1: 'bold,italic,bullist,numlist,link,hr',
|
31 |
-
setup: this.onEditorInit.bind(this)
|
32 |
-
},
|
33 |
-
};
|
34 |
-
|
35 |
-
wp.editor.initialize(editorId, editorSettings);
|
36 |
-
},
|
37 |
-
|
38 |
-
removeEditor: function() {
|
39 |
-
var $textarea = $('textarea', this.$el);
|
40 |
-
var editorId = $textarea.attr('id');
|
41 |
-
|
42 |
-
wp.editor.remove( editorId );
|
43 |
-
},
|
44 |
-
|
45 |
-
onRefresh: function () {
|
46 |
-
this.removeEditor();
|
47 |
-
this.initEditor();
|
48 |
-
},
|
49 |
-
|
50 |
-
/**
|
51 |
-
* Triggere previewer event on each `keyup` and `change` event in the WP editor.
|
52 |
-
*
|
53 |
-
* @since 1.0.0.
|
54 |
-
*
|
55 |
-
* @param {object} editor TinyMCE editor JS object.
|
56 |
-
*
|
57 |
-
* @return void
|
58 |
-
*/
|
59 |
-
onEditorInit: function ( editor ) {
|
60 |
-
editor.on('keyup change', function () {
|
61 |
-
this.model.set('legal_text', editor.getContent());
|
62 |
-
|
63 |
-
var data = {
|
64 |
-
id: this.model.get('id'),
|
65 |
-
callback: 'onLegalTextChange',
|
66 |
-
};
|
67 |
-
|
68 |
-
happyForms.previewSend('happyforms-part-dom-update', data);
|
69 |
-
}.bind( this ) );
|
70 |
-
},
|
71 |
-
|
72 |
-
/**
|
73 |
-
* Add a special treatment for removing WP editor when the part is removed.
|
74 |
-
*
|
75 |
-
* @since 1.0.0.
|
76 |
-
*
|
77 |
-
* @return void
|
78 |
-
*/
|
79 |
-
remove: function () {
|
80 |
-
var $textarea = $('textarea', this.$el);
|
81 |
-
var editorId = $textarea.attr('id');
|
82 |
-
|
83 |
-
wp.editor.remove(editorId);
|
84 |
-
|
85 |
-
happyForms.classes.views.Part.prototype.remove.apply(this, arguments);
|
86 |
-
}
|
87 |
-
} );
|
88 |
-
|
89 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
90 |
-
onLegalTextChange: function (id, html, options) {
|
91 |
-
var part = this.getPartModel(id);
|
92 |
-
var $part = this.getPartElement(html);
|
93 |
-
|
94 |
-
this.$('.happyforms-part__el .label', $part).html(part.get('legal_text'));
|
95 |
-
},
|
96 |
-
} );
|
97 |
-
|
98 |
-
} )( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-narrative.js
DELETED
@@ -1,86 +0,0 @@
|
|
1 |
-
( function( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.narrative = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function() {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.narrative.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.narrative = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#customize-happyforms-narrative-template',
|
15 |
-
|
16 |
-
ready: function() {
|
17 |
-
happyForms.classes.views.Part.prototype.ready.apply( this, arguments );
|
18 |
-
|
19 |
-
this.listenTo( this, 'refresh', this.onRefresh );
|
20 |
-
this.initEditor();
|
21 |
-
},
|
22 |
-
|
23 |
-
initEditor: function() {
|
24 |
-
var editorId = this.model.id + '_format';
|
25 |
-
var editorSettings = {
|
26 |
-
tinymce: {
|
27 |
-
toolbar1: 'happyforms_narrative_input',
|
28 |
-
setup: this.onEditorInit.bind( this ),
|
29 |
-
content_style: 'body { font-family: sans-serif; }',
|
30 |
-
forced_root_block: '',
|
31 |
-
},
|
32 |
-
};
|
33 |
-
|
34 |
-
wp.editor.initialize( editorId, editorSettings );
|
35 |
-
},
|
36 |
-
|
37 |
-
removeEditor: function() {
|
38 |
-
var editorId = this.model.id + '_format';
|
39 |
-
wp.editor.remove( editorId );
|
40 |
-
},
|
41 |
-
|
42 |
-
onRefresh: function() {
|
43 |
-
this.removeEditor();
|
44 |
-
this.initEditor();
|
45 |
-
},
|
46 |
-
|
47 |
-
onEditorInit: function( editor ) {
|
48 |
-
var self = this;
|
49 |
-
var refreshPreview = _.debounce( this.refreshPreview.bind( this ), 500 );
|
50 |
-
|
51 |
-
editor.on( 'keyup change', function() {
|
52 |
-
self.model.set( 'format', editor.getContent() );
|
53 |
-
refreshPreview();
|
54 |
-
} );
|
55 |
-
|
56 |
-
editor.addButton( 'happyforms_narrative_input', {
|
57 |
-
title: 'Insert placeholder',
|
58 |
-
|
59 |
-
onClick: function() {
|
60 |
-
editor.insertContent( '[]' );
|
61 |
-
},
|
62 |
-
} );
|
63 |
-
},
|
64 |
-
|
65 |
-
refreshPreview: function() {
|
66 |
-
var model = this.model;
|
67 |
-
|
68 |
-
model.fetchHtml(function (response) {
|
69 |
-
var data = {
|
70 |
-
id: model.get('id'),
|
71 |
-
html: response
|
72 |
-
};
|
73 |
-
|
74 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
75 |
-
} );
|
76 |
-
},
|
77 |
-
|
78 |
-
remove: function() {
|
79 |
-
var editorId = this.model.id + '_format';
|
80 |
-
wp.editor.remove( editorId );
|
81 |
-
|
82 |
-
happyForms.classes.views.Part.prototype.remove.apply( this, arguments );
|
83 |
-
},
|
84 |
-
} );
|
85 |
-
|
86 |
-
} ) ( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-phone.js
DELETED
@@ -1,144 +0,0 @@
|
|
1 |
-
( function ( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.phone = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function () {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.phone.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.phone = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-phone-template',
|
15 |
-
|
16 |
-
events: _.extend({}, happyForms.classes.views.Part.prototype.events, {
|
17 |
-
'change [name=masked]': 'onMaskedChange',
|
18 |
-
}),
|
19 |
-
|
20 |
-
initialize: function () {
|
21 |
-
happyForms.classes.views.Part.prototype.initialize.apply( this, arguments );
|
22 |
-
|
23 |
-
this.listenTo( this.model, 'change:confirmation_field', this.onConfirmationChange );
|
24 |
-
this.listenTo( this.model, 'change:confirmation_field_label', this.onConfirmationLabelChange );
|
25 |
-
this.listenTo( this.model, 'change:mask_phone_country', this.refreshPhonePart );
|
26 |
-
this.listenTo( this.model, 'change:mask_allow_all_countries', this.refreshPhonePart );
|
27 |
-
},
|
28 |
-
|
29 |
-
/**
|
30 |
-
* Toggle masked input configuration on `Mask this input` checkbox change.
|
31 |
-
*
|
32 |
-
* @since 1.0.0.
|
33 |
-
*
|
34 |
-
* @param {object} e JS event.
|
35 |
-
*
|
36 |
-
* @return void
|
37 |
-
*/
|
38 |
-
onMaskedChange: function (e) {
|
39 |
-
var $input = $(e.target);
|
40 |
-
var attribute = $input.data('bind');
|
41 |
-
var $maskWrapper = $('.number-options--phone', this.$el);
|
42 |
-
|
43 |
-
if ($input.is(':checked')) {
|
44 |
-
this.model.set(attribute, 1);
|
45 |
-
$maskWrapper.show();
|
46 |
-
} else {
|
47 |
-
this.model.set(attribute, 0);
|
48 |
-
$maskWrapper.hide();
|
49 |
-
}
|
50 |
-
|
51 |
-
var model = this.model;
|
52 |
-
|
53 |
-
this.model.fetchHtml( function ( response ) {
|
54 |
-
var data = {
|
55 |
-
id: model.get('id'),
|
56 |
-
html: response,
|
57 |
-
};
|
58 |
-
|
59 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
60 |
-
} );
|
61 |
-
},
|
62 |
-
|
63 |
-
onConfirmationChange: function( e ) {
|
64 |
-
$confirmationSettings = $( '.confirmation-field-setting', this.$el );
|
65 |
-
|
66 |
-
if ( this.model.get( 'confirmation_field' ) ) {
|
67 |
-
$confirmationSettings.show();
|
68 |
-
} else {
|
69 |
-
$confirmationSettings.hide();
|
70 |
-
}
|
71 |
-
|
72 |
-
var model = this.model;
|
73 |
-
|
74 |
-
model.fetchHtml( function( response ) {
|
75 |
-
var data = {
|
76 |
-
id: model.get( 'id' ),
|
77 |
-
html: response,
|
78 |
-
};
|
79 |
-
|
80 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
81 |
-
} );
|
82 |
-
},
|
83 |
-
|
84 |
-
/**
|
85 |
-
* Send updated confirmation field label value to previewer.
|
86 |
-
*
|
87 |
-
* @since 1.0.0.
|
88 |
-
*
|
89 |
-
* @return void
|
90 |
-
*/
|
91 |
-
onConfirmationLabelChange: function () {
|
92 |
-
var data = {
|
93 |
-
id: this.model.get( 'id' ),
|
94 |
-
callback: 'onPhoneConfirmationLabelChange',
|
95 |
-
};
|
96 |
-
|
97 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
98 |
-
},
|
99 |
-
|
100 |
-
refreshPhonePart: function( model, value ) {
|
101 |
-
model.fetchHtml(function (response) {
|
102 |
-
var data = {
|
103 |
-
id: model.get('id'),
|
104 |
-
html: response
|
105 |
-
};
|
106 |
-
|
107 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
108 |
-
});
|
109 |
-
}
|
110 |
-
} );
|
111 |
-
|
112 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
113 |
-
onPhoneConfirmationAdd: function( id, html, options ) {
|
114 |
-
var part = this.getPartModel( id );
|
115 |
-
var $part = this.getPartElement( html );
|
116 |
-
|
117 |
-
$part.append( this.$( options.confirmationHTML ) );
|
118 |
-
},
|
119 |
-
|
120 |
-
onPhoneConfirmationRemove: function( id, html, options ) {
|
121 |
-
var part = this.getPartModel( id );
|
122 |
-
var $part = this.getPartElement( html );
|
123 |
-
|
124 |
-
this.$( '#' + part.id + '_confirmation', $part ).remove();
|
125 |
-
},
|
126 |
-
|
127 |
-
onPhoneConfirmationLabelChange: function( id, html, options ) {
|
128 |
-
var part = this.getPartModel( id );
|
129 |
-
var $part = this.getPartElement( html );
|
130 |
-
var $confirmationLabel = this.$( '.happyforms-part__label--confirmation .label', $part );
|
131 |
-
|
132 |
-
$confirmationLabel.text( part.get('confirmation_field_label') );
|
133 |
-
},
|
134 |
-
|
135 |
-
onPhoneCountryChangeCallback: function( id, html, options, $ ) {
|
136 |
-
var part = this.getPartModel( id );
|
137 |
-
var $part = this.getPartElement( html );
|
138 |
-
|
139 |
-
$part.attr( 'data-country', part.get( 'mask_phone_country' ) );
|
140 |
-
$.fn.happyFormPart.call( $part, 'reinit' );
|
141 |
-
},
|
142 |
-
} );
|
143 |
-
|
144 |
-
} )( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-placeholder.js
DELETED
@@ -1,98 +0,0 @@
|
|
1 |
-
( function( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.placeholder = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function() {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.placeholder.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.placeholder = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-placeholder-template',
|
15 |
-
editor: null,
|
16 |
-
|
17 |
-
ready: function() {
|
18 |
-
happyForms.classes.views.Part.prototype.ready.apply( this, arguments );
|
19 |
-
|
20 |
-
this.listenTo( this, 'refresh', this.onRefresh );
|
21 |
-
|
22 |
-
this.initEditor();
|
23 |
-
},
|
24 |
-
|
25 |
-
initEditor: function() {
|
26 |
-
var $textarea = $( 'textarea', this.$el );
|
27 |
-
var editorId = $textarea.attr( 'id' );
|
28 |
-
var editorSettings = {
|
29 |
-
tinymce: {
|
30 |
-
toolbar1: 'bold,italic,bullist,numlist,link,hr',
|
31 |
-
setup: this.onEditorInit.bind( this )
|
32 |
-
},
|
33 |
-
};
|
34 |
-
|
35 |
-
wp.editor.initialize( editorId, editorSettings );
|
36 |
-
},
|
37 |
-
|
38 |
-
removeEditor: function() {
|
39 |
-
var $textarea = $( 'textarea', this.$el );
|
40 |
-
var editorId = $textarea.attr( 'id' );
|
41 |
-
|
42 |
-
wp.editor.remove( editorId );
|
43 |
-
},
|
44 |
-
|
45 |
-
onRefresh: function() {
|
46 |
-
this.removeEditor();
|
47 |
-
this.initEditor();
|
48 |
-
},
|
49 |
-
|
50 |
-
/**
|
51 |
-
* Triggere previewer event on each `keyup` and `change` event in the WP editor.
|
52 |
-
*
|
53 |
-
* @since 1.0.0.
|
54 |
-
*
|
55 |
-
* @param {object} editor TinyMCE editor JS object.
|
56 |
-
*
|
57 |
-
* @return void
|
58 |
-
*/
|
59 |
-
onEditorInit: function( editor ) {
|
60 |
-
editor.on( 'keyup change', function() {
|
61 |
-
this.model.set( 'placeholder_text', editor.getContent() );
|
62 |
-
|
63 |
-
var data = {
|
64 |
-
id: this.model.get( 'id' ),
|
65 |
-
callback: 'onPlaceholderTextChange',
|
66 |
-
};
|
67 |
-
|
68 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
69 |
-
}.bind( this ) );
|
70 |
-
},
|
71 |
-
|
72 |
-
/**
|
73 |
-
* Add a special treatment for removing WP editor when the part is removed.
|
74 |
-
*
|
75 |
-
* @since 1.0.0.
|
76 |
-
*
|
77 |
-
* @return void
|
78 |
-
*/
|
79 |
-
remove: function() {
|
80 |
-
var $textarea = $( 'textarea', this.$el );
|
81 |
-
var editorId = $textarea.attr( 'id' );
|
82 |
-
|
83 |
-
wp.editor.remove( editorId );
|
84 |
-
|
85 |
-
happyForms.classes.views.Part.prototype.remove.apply( this, arguments );
|
86 |
-
}
|
87 |
-
} );
|
88 |
-
|
89 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
90 |
-
onPlaceholderTextChange: function( id, html, options ) {
|
91 |
-
var part = this.getPartModel( id );
|
92 |
-
var $part = this.getPartElement( html );
|
93 |
-
|
94 |
-
this.$( '.happyforms-part__el', $part ).html( part.get( 'placeholder_text' ) );
|
95 |
-
},
|
96 |
-
} );
|
97 |
-
|
98 |
-
} ) ( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-rating.js
DELETED
@@ -1,117 +0,0 @@
|
|
1 |
-
( function ( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.rating = happyForms.classes.models.Part.extend({
|
4 |
-
defaults: function () {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.rating.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.rating = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-rating-template',
|
15 |
-
|
16 |
-
initialize: function() {
|
17 |
-
happyForms.classes.views.Part.prototype.initialize.apply(this, arguments);
|
18 |
-
|
19 |
-
this.listenTo( this.model, 'change:rating_type', this.onRatingTypeChange );
|
20 |
-
this.listenTo( this.model, 'change:rating_visuals', this.onRatingVisualsChange );
|
21 |
-
},
|
22 |
-
|
23 |
-
events: _.extend( {}, happyForms.classes.views.Part.prototype.events, {
|
24 |
-
'keyup input.rating-label': 'updateRatingLabels',
|
25 |
-
'change input.rating-label': 'updateRatingLabels',
|
26 |
-
} ),
|
27 |
-
|
28 |
-
onRatingTypeChange: function( model, value ) {
|
29 |
-
var $ratingVisualsDropdown = $( 'select[data-bind=rating_visuals]', this.$el );
|
30 |
-
var newValue = $( 'option.' + value + '-default', $ratingVisualsDropdown ).attr( 'value' );
|
31 |
-
|
32 |
-
$( '[data-allowed-for]', $ratingVisualsDropdown ).attr('disabled', 'disabled');
|
33 |
-
$( '[data-allowed-for*=' + value + ']', $ratingVisualsDropdown ).removeAttr('disabled');
|
34 |
-
|
35 |
-
if ( model.get( 'rating_visuals' ) !== newValue ) {
|
36 |
-
$ratingVisualsDropdown.val( newValue ).trigger('change');
|
37 |
-
} else {
|
38 |
-
this.refreshRatingPart();
|
39 |
-
}
|
40 |
-
|
41 |
-
this.toggleRatingLabels();
|
42 |
-
},
|
43 |
-
|
44 |
-
onRatingVisualsChange: function() {
|
45 |
-
this.toggleRatingLabels();
|
46 |
-
this.refreshRatingPart();
|
47 |
-
},
|
48 |
-
|
49 |
-
toggleRatingLabels: function() {
|
50 |
-
var ratingType = this.model.get( 'rating_type' );
|
51 |
-
var ratingVisuals = this.model.get( 'rating_visuals' );
|
52 |
-
var $scaleRatingLabels = $( '.happyforms-rating-labels-scale', this.$el );
|
53 |
-
var $yesnoRatingLabels = $( '.happyforms-rating-labels-yesno', this.$el );
|
54 |
-
|
55 |
-
if ( 'smileys' === ratingVisuals || 'thumbs' === ratingVisuals ) {
|
56 |
-
switch( ratingType ) {
|
57 |
-
case 'scale':
|
58 |
-
$yesnoRatingLabels.hide();
|
59 |
-
$scaleRatingLabels.show();
|
60 |
-
break;
|
61 |
-
case 'yesno':
|
62 |
-
$scaleRatingLabels.hide();
|
63 |
-
$yesnoRatingLabels.show();
|
64 |
-
break;
|
65 |
-
}
|
66 |
-
} else {
|
67 |
-
$scaleRatingLabels.hide();
|
68 |
-
$yesnoRatingLabels.hide();
|
69 |
-
}
|
70 |
-
},
|
71 |
-
|
72 |
-
refreshRatingPart: function () {
|
73 |
-
var model = this.model;
|
74 |
-
|
75 |
-
model.fetchHtml(function (response) {
|
76 |
-
var data = {
|
77 |
-
id: model.get('id'),
|
78 |
-
html: response
|
79 |
-
};
|
80 |
-
|
81 |
-
happyForms.previewSend('happyforms-form-part-refresh', data);
|
82 |
-
});
|
83 |
-
},
|
84 |
-
|
85 |
-
updateRatingLabels: function( e ) {
|
86 |
-
var $input = $( e.target );
|
87 |
-
var attribute = $input.data( 'attribute' );
|
88 |
-
var labels = this.model.get( attribute );
|
89 |
-
|
90 |
-
labels[$input.data('index')] = $input.val();
|
91 |
-
|
92 |
-
this.model.set( attribute, labels ).trigger('change');
|
93 |
-
|
94 |
-
var data = {
|
95 |
-
id: this.model.id,
|
96 |
-
callback: 'onRatingLabelUpdate',
|
97 |
-
options: {
|
98 |
-
attribute: attribute,
|
99 |
-
index: $input.data('index')
|
100 |
-
}
|
101 |
-
};
|
102 |
-
|
103 |
-
happyForms.previewSend('happyforms-part-dom-update', data );
|
104 |
-
}
|
105 |
-
} );
|
106 |
-
|
107 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
108 |
-
onRatingLabelUpdate: function( id, html, options ) {
|
109 |
-
var part = this.getPartModel( id );
|
110 |
-
var $part = this.getPartElement( html );
|
111 |
-
var $partWrap = $( '.happyforms-part__el', $part );
|
112 |
-
|
113 |
-
$( 'label:eq('+ options.index + ') .happyforms-rating__item-label', $partWrap ).text( part.get( options.attribute )[options.index] );
|
114 |
-
}
|
115 |
-
} );
|
116 |
-
|
117 |
-
} )( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-scale.js
DELETED
@@ -1,191 +0,0 @@
|
|
1 |
-
( function ( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.scale = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function () {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.scale.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.scale = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#happyforms-customize-scale-template',
|
15 |
-
|
16 |
-
initialize: function() {
|
17 |
-
happyForms.classes.views.Part.prototype.initialize.apply( this, arguments );
|
18 |
-
|
19 |
-
this.listenTo( this.model, 'change:step', this.onStepChange );
|
20 |
-
this.listenTo( this.model, 'change:min_label', this.onMinLabelChange );
|
21 |
-
this.listenTo( this.model, 'change:max_label', this.onMaxLabelChange );
|
22 |
-
this.listenTo( this.model, 'change:multiple', this.onMultipleChange );
|
23 |
-
},
|
24 |
-
|
25 |
-
events: _.extend( {}, happyForms.classes.views.Part.prototype.events, {
|
26 |
-
'change [data-bind=default_value]': 'onDefaultValueChange',
|
27 |
-
'change [data-bind=min_value]': 'onMinValueChange',
|
28 |
-
'change [data-bind=max_value]': 'onMaxValueChange',
|
29 |
-
'change [data-bind=default_range_from]': 'onDefaultRangeFromChange',
|
30 |
-
'change [data-bind=default_range_to]': 'onDefaultRangeToChange'
|
31 |
-
} ),
|
32 |
-
|
33 |
-
onMinValueChange: function( e ) {
|
34 |
-
var model = this.model;
|
35 |
-
var value = $(e.target).val();
|
36 |
-
|
37 |
-
model.set('min_value', value);
|
38 |
-
|
39 |
-
if ( parseInt( value, 10 ) > parseInt( model.get( 'default_range_from' ), 10 ) ) {
|
40 |
-
model.set( 'default_range_from', value );
|
41 |
-
}
|
42 |
-
|
43 |
-
$( '[data-bind=default_value]', this.$el ).val( model.get( 'default_value' ) );
|
44 |
-
$( '[data-bind=default_range_from]', this.$el ).val( model.get( 'default_range_from' ) );
|
45 |
-
|
46 |
-
this.refreshScalePart();
|
47 |
-
},
|
48 |
-
|
49 |
-
onMaxValueChange: function (e) {
|
50 |
-
var model = this.model;
|
51 |
-
var value = $(e.target).val();
|
52 |
-
var intValue = parseInt(value, 10);
|
53 |
-
|
54 |
-
if ( intValue < parseInt( model.get('default_value'), 10 ) ) {
|
55 |
-
model.set('default_value', value);
|
56 |
-
}
|
57 |
-
|
58 |
-
if ( intValue < parseInt( model.get('default_range_to'), 10 ) ) {
|
59 |
-
model.set('default_range_to', value );
|
60 |
-
}
|
61 |
-
|
62 |
-
$( '[data-bind=default_value]', this.$el ).val( model.get( 'default_value' ) );
|
63 |
-
$( '[data-bind=default_range_to]', this.$el ).val( model.get( 'default_range_to' ) );
|
64 |
-
|
65 |
-
this.refreshScalePart();
|
66 |
-
},
|
67 |
-
|
68 |
-
onDefaultValueChange: function( model, value ) {
|
69 |
-
this.refreshScalePart();
|
70 |
-
},
|
71 |
-
|
72 |
-
onDefaultRangeFromChange: function( e ) {
|
73 |
-
var value = $(e.target).val();
|
74 |
-
var model = this.model;
|
75 |
-
|
76 |
-
if ( parseInt( value, 10 ) < parseInt( model.get('min_value'), 10 ) ) {
|
77 |
-
model.set('default_range_from', model.get('min_value'));
|
78 |
-
$('[data-bind=default_range_from]', this.$el).val(model.get('min_value'));
|
79 |
-
}
|
80 |
-
},
|
81 |
-
|
82 |
-
onDefaultRangeToChange: function( e ) {
|
83 |
-
var value = $(e.target).val();
|
84 |
-
var model = this.model;
|
85 |
-
|
86 |
-
if (parseInt(value, 10) > parseInt(model.get('max_value'), 10)) {
|
87 |
-
model.set('default_range_to', model.get('max_value'));
|
88 |
-
$('[data-bind=default_range_to]', this.$el).val(model.get('max_value'));
|
89 |
-
}
|
90 |
-
},
|
91 |
-
|
92 |
-
onStepChange: function( model, value ) {
|
93 |
-
var data = {
|
94 |
-
id: this.model.get( 'id' ),
|
95 |
-
callback: 'onScaleStepChange',
|
96 |
-
};
|
97 |
-
|
98 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
99 |
-
},
|
100 |
-
|
101 |
-
onMinLabelChange: function( model, value ) {
|
102 |
-
var data = {
|
103 |
-
id: this.model.get( 'id' ),
|
104 |
-
callback: 'onScaleMinLabelChange',
|
105 |
-
};
|
106 |
-
|
107 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
108 |
-
},
|
109 |
-
|
110 |
-
onMaxLabelChange: function ( model, value ) {
|
111 |
-
var data = {
|
112 |
-
id: this.model.get( 'id' ),
|
113 |
-
callback: 'onScaleMaxLabelChange',
|
114 |
-
};
|
115 |
-
|
116 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
117 |
-
},
|
118 |
-
|
119 |
-
onMultipleChange: function ( model, value ) {
|
120 |
-
if ( 1 === value ) {
|
121 |
-
this.$el.find('.scale-multiple-options').css({
|
122 |
-
display: 'flex'
|
123 |
-
});
|
124 |
-
this.$el.find('.scale-single-options').hide();
|
125 |
-
} else {
|
126 |
-
this.$el.find('.scale-single-options').show();
|
127 |
-
this.$el.find('.scale-multiple-options').hide();
|
128 |
-
}
|
129 |
-
|
130 |
-
this.refreshScalePart();
|
131 |
-
},
|
132 |
-
|
133 |
-
refreshScalePart: function() {
|
134 |
-
var model = this.model;
|
135 |
-
|
136 |
-
model.fetchHtml(function (response) {
|
137 |
-
var data = {
|
138 |
-
id: model.get('id'),
|
139 |
-
html: response
|
140 |
-
};
|
141 |
-
|
142 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
143 |
-
});
|
144 |
-
}
|
145 |
-
} );
|
146 |
-
|
147 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
148 |
-
onScaleStepChange: function( id, html, options ) {
|
149 |
-
var part = this.getPartModel( id );
|
150 |
-
var $part = this.getPartElement( html );
|
151 |
-
var $input = this.$( 'input', $part );
|
152 |
-
|
153 |
-
$input.attr( 'step', part.get( 'step' ) );
|
154 |
-
},
|
155 |
-
|
156 |
-
onScaleMinLabelChange: function( id, html, options ) {
|
157 |
-
var part = this.getPartModel( id );
|
158 |
-
var $part = this.getPartElement( html );
|
159 |
-
var $label = this.$( '.label-min', $part );
|
160 |
-
|
161 |
-
$label.text( part.get( 'min_label' ) );
|
162 |
-
},
|
163 |
-
|
164 |
-
onScaleMaxLabelChange: function( id, html, options ) {
|
165 |
-
var part = this.getPartModel( id );
|
166 |
-
var $part = this.getPartElement( html );
|
167 |
-
var $label = this.$( '.label-max', $part );
|
168 |
-
|
169 |
-
$label.text( part.get( 'max_label' ) );
|
170 |
-
},
|
171 |
-
} );
|
172 |
-
|
173 |
-
api.bind( 'ready', function () {
|
174 |
-
api.previewer.bind( 'happyforms-part-render', function ( $el ) {
|
175 |
-
if ( ! $el.is( '.happyforms-part--scale' ) ) {
|
176 |
-
return;
|
177 |
-
}
|
178 |
-
|
179 |
-
$('input', $el).happyFormsScale();
|
180 |
-
} );
|
181 |
-
|
182 |
-
api.previewer.bind( 'happyforms-part-dom-updated', function ( $el ) {
|
183 |
-
if ( ! $el.is( '.happyforms-part--scale' ) ) {
|
184 |
-
return;
|
185 |
-
}
|
186 |
-
|
187 |
-
$( 'input', $el ).happyFormsScale();
|
188 |
-
} );
|
189 |
-
} );
|
190 |
-
|
191 |
-
} )( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-table.js
DELETED
@@ -1,647 +0,0 @@
|
|
1 |
-
( function( $, _, Backbone, api, settings, partSettings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.table = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function() {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.table.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
|
12 |
-
initialize: function( attrs, options ) {
|
13 |
-
happyForms.classes.models.Part.prototype.initialize.apply( this, arguments );
|
14 |
-
|
15 |
-
this.attributes.columns = new ColumnCollection( this.get( 'columns' ), options );
|
16 |
-
this.attributes.rows = new RowCollection( this.get( 'rows' ), options );
|
17 |
-
},
|
18 |
-
|
19 |
-
toJSON: function() {
|
20 |
-
var json = Backbone.Model.prototype.toJSON.apply( this, arguments );
|
21 |
-
json.columns = json.columns.toJSON();
|
22 |
-
json.rows = json.rows.toJSON();
|
23 |
-
|
24 |
-
return json;
|
25 |
-
},
|
26 |
-
} );
|
27 |
-
|
28 |
-
var ColumnModel = Backbone.Model.extend( {
|
29 |
-
defaults: partSettings.column,
|
30 |
-
} );
|
31 |
-
|
32 |
-
var ColumnCollection = Backbone.Collection.extend( {
|
33 |
-
model: ColumnModel,
|
34 |
-
} );
|
35 |
-
|
36 |
-
var RowModel = Backbone.Model.extend( {
|
37 |
-
defaults: partSettings.row,
|
38 |
-
} );
|
39 |
-
|
40 |
-
var RowCollection = Backbone.Collection.extend( {
|
41 |
-
model: RowModel,
|
42 |
-
} );
|
43 |
-
|
44 |
-
var ColumnView = Backbone.View.extend( {
|
45 |
-
template: '#customize-happyforms-table-column-template',
|
46 |
-
|
47 |
-
events: {
|
48 |
-
'click .delete-column': 'onDeleteClick',
|
49 |
-
'keyup [name=label]': 'onLabelChange',
|
50 |
-
'change [name=is_default]': 'onDefaultChange',
|
51 |
-
'click .advanced-column': 'onAdvancedColumnClick',
|
52 |
-
},
|
53 |
-
|
54 |
-
initialize: function( options ) {
|
55 |
-
this.template = _.template( $( this.template ).text() );
|
56 |
-
this.part = options.part;
|
57 |
-
|
58 |
-
this.listenTo( this, 'ready', this.onReady );
|
59 |
-
},
|
60 |
-
|
61 |
-
render: function() {
|
62 |
-
this.setElement( this.template( this.model.toJSON() ) );
|
63 |
-
return this;
|
64 |
-
},
|
65 |
-
|
66 |
-
onReady: function() {
|
67 |
-
$( '[name=label]', this.$el ).focus();
|
68 |
-
},
|
69 |
-
|
70 |
-
onAdvancedColumnClick: function( e ) {
|
71 |
-
e.preventDefault();
|
72 |
-
|
73 |
-
$( '.happyforms-part-item-advanced', this.$el ).slideToggle( 300, function() {
|
74 |
-
$( e.target ).toggleClass( 'opened' );
|
75 |
-
} );
|
76 |
-
},
|
77 |
-
|
78 |
-
onDeleteClick: function( e ) {
|
79 |
-
e.preventDefault();
|
80 |
-
|
81 |
-
this.model.collection.remove( this.model );
|
82 |
-
},
|
83 |
-
|
84 |
-
onLabelChange: function( e ) {
|
85 |
-
this.model.set( 'label', $( e.target ).val() );
|
86 |
-
this.part.trigger( 'change' );
|
87 |
-
|
88 |
-
var data = {
|
89 |
-
id: this.part.get( 'id' ),
|
90 |
-
callback: 'onTableColumnLabelChangeCallback',
|
91 |
-
options: {
|
92 |
-
columnID: this.model.get( 'id' ),
|
93 |
-
}
|
94 |
-
};
|
95 |
-
|
96 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
97 |
-
},
|
98 |
-
|
99 |
-
onDefaultChange: function( e ) {
|
100 |
-
var isChecked = $( e.target ).is( ':checked' );
|
101 |
-
|
102 |
-
if ( ! this.part.get( 'allow_multiple_selection' ) ) {
|
103 |
-
this.part.get( 'columns' ).forEach( function( column ) {
|
104 |
-
column.set( 'is_default', 0 );
|
105 |
-
} );
|
106 |
-
|
107 |
-
$( '[name=is_default]', this.$el.siblings() ).attr( 'checked', false );
|
108 |
-
}
|
109 |
-
|
110 |
-
this.model.set( 'is_default', isChecked ? 1 : 0 );
|
111 |
-
$( e.target ).attr( 'checked', isChecked );
|
112 |
-
|
113 |
-
var data = {
|
114 |
-
id: this.part.get( 'id' ),
|
115 |
-
callback: 'onTableColumnDefaultChangeCallback',
|
116 |
-
options: {
|
117 |
-
columnID: this.model.get( 'id' ),
|
118 |
-
}
|
119 |
-
};
|
120 |
-
|
121 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
122 |
-
},
|
123 |
-
} );
|
124 |
-
|
125 |
-
var RowView = Backbone.View.extend( {
|
126 |
-
template: '#customize-happyforms-table-row-template',
|
127 |
-
|
128 |
-
events: {
|
129 |
-
'click .delete-row': 'onDeleteClick',
|
130 |
-
'keyup [name=label]': 'onLabelChange',
|
131 |
-
},
|
132 |
-
|
133 |
-
initialize: function( options ) {
|
134 |
-
this.template = _.template( $( this.template ).text() );
|
135 |
-
this.part = options.part;
|
136 |
-
|
137 |
-
this.listenTo( this, 'ready', this.onReady );
|
138 |
-
},
|
139 |
-
|
140 |
-
render: function() {
|
141 |
-
this.setElement( this.template( this.model.toJSON() ) );
|
142 |
-
return this;
|
143 |
-
},
|
144 |
-
|
145 |
-
onReady: function() {
|
146 |
-
$( '[name=label]', this.$el ).focus();
|
147 |
-
},
|
148 |
-
|
149 |
-
onDeleteClick: function( e ) {
|
150 |
-
e.preventDefault();
|
151 |
-
|
152 |
-
this.model.collection.remove( this.model );
|
153 |
-
},
|
154 |
-
|
155 |
-
onLabelChange: function( e ) {
|
156 |
-
this.model.set( 'label', $( e.target ).val() );
|
157 |
-
this.part.trigger( 'change' );
|
158 |
-
|
159 |
-
var data = {
|
160 |
-
id: this.part.get( 'id' ),
|
161 |
-
callback: 'onTableRowLabelChangeCallback',
|
162 |
-
options: {
|
163 |
-
rowID: this.model.get( 'id' ),
|
164 |
-
}
|
165 |
-
};
|
166 |
-
|
167 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
168 |
-
},
|
169 |
-
} );
|
170 |
-
|
171 |
-
happyForms.classes.views.parts.table = happyForms.classes.views.Part.extend( {
|
172 |
-
template: '#customize-happyforms-table-template',
|
173 |
-
|
174 |
-
events: _.extend( {}, happyForms.classes.views.Part.prototype.events, {
|
175 |
-
'click [data-happyforms-tab]': 'onTabClick',
|
176 |
-
'click .add-column': 'onAddColumnClick',
|
177 |
-
'click .add-row': 'onAddRowClick',
|
178 |
-
'click .import-option': 'onImportOptionClick',
|
179 |
-
'click .import-options': 'onImportOptionsClick',
|
180 |
-
'click .add-options': 'onAddOptionsClick',
|
181 |
-
'keyup .column-list [name=label]': 'onColumnEnterKey',
|
182 |
-
'keyup .row-list [name=label]': 'onRowEnterKey',
|
183 |
-
} ),
|
184 |
-
|
185 |
-
initialize: function() {
|
186 |
-
happyForms.classes.views.Part.prototype.initialize.apply( this, arguments );
|
187 |
-
|
188 |
-
this.columnViews = new Backbone.Collection();
|
189 |
-
this.rowViews = new Backbone.Collection();
|
190 |
-
|
191 |
-
this.listenTo( this.model.get( 'columns' ), 'add', this.onColumnModelAdd );
|
192 |
-
this.listenTo( this.model.get( 'columns' ), 'change', this.onColumnModelChange );
|
193 |
-
this.listenTo( this.model.get( 'columns' ), 'remove', this.onColumnModelRemove );
|
194 |
-
this.listenTo( this.model.get( 'columns' ), 'reset', this.onColumnModelsSorted );
|
195 |
-
this.listenTo( this.columnViews, 'add', this.onColumnViewAdd );
|
196 |
-
this.listenTo( this.columnViews, 'remove', this.onColumnViewRemove );
|
197 |
-
this.listenTo( this.columnViews, 'reset', this.onColumnViewsSorted );
|
198 |
-
|
199 |
-
this.listenTo( this.model.get( 'rows' ), 'add', this.onRowModelAdd );
|
200 |
-
this.listenTo( this.model.get( 'rows' ), 'change', this.onRowModelChange );
|
201 |
-
this.listenTo( this.model.get( 'rows' ), 'remove', this.onRowModelRemove );
|
202 |
-
this.listenTo( this.model.get( 'rows' ), 'reset', this.onRowModelsSorted );
|
203 |
-
this.listenTo( this.rowViews, 'add', this.onRowViewAdd );
|
204 |
-
this.listenTo( this.rowViews, 'remove', this.onRowViewRemove );
|
205 |
-
this.listenTo( this.rowViews, 'reset', this.onRowViewsSorted );
|
206 |
-
|
207 |
-
this.listenTo( this, 'sort-stop-column', this.onColumnSortStop );
|
208 |
-
this.listenTo( this, 'sort-stop-row', this.onRowSortStop );
|
209 |
-
|
210 |
-
this.listenTo( this.model, 'change:allow_multiple_selection', this.onMultipleSelectionChange );
|
211 |
-
this.listenTo( this, 'ready', this.onReady );
|
212 |
-
},
|
213 |
-
|
214 |
-
onReady: function() {
|
215 |
-
this.model.get( 'columns' ).each( function( columnModel ) {
|
216 |
-
this.addColumnView( columnModel );
|
217 |
-
}, this );
|
218 |
-
|
219 |
-
this.model.get( 'rows' ).each( function( rowModel ) {
|
220 |
-
this.addRowView( rowModel );
|
221 |
-
}, this );
|
222 |
-
|
223 |
-
$( '.column-list', this.$el ).sortable( {
|
224 |
-
handle: '.happyforms-part-item-handle',
|
225 |
-
helper: 'clone',
|
226 |
-
|
227 |
-
stop: function ( e, ui ) {
|
228 |
-
this.trigger( 'sort-stop-column', e, ui );
|
229 |
-
}.bind( this ),
|
230 |
-
} );
|
231 |
-
|
232 |
-
$( '.row-list', this.$el ).sortable( {
|
233 |
-
handle: '.happyforms-part-item-handle',
|
234 |
-
helper: 'clone',
|
235 |
-
|
236 |
-
stop: function ( e, ui ) {
|
237 |
-
this.trigger( 'sort-stop-row', e, ui );
|
238 |
-
}.bind( this ),
|
239 |
-
} );
|
240 |
-
},
|
241 |
-
|
242 |
-
onColumnModelAdd: function( rowModel, rowsCollection, options ) {
|
243 |
-
this.model.trigger( 'change' );
|
244 |
-
this.addColumnView( rowModel, options );
|
245 |
-
|
246 |
-
var model = this.model;
|
247 |
-
|
248 |
-
this.model.fetchHtml( function( response ) {
|
249 |
-
var data = {
|
250 |
-
id: model.get( 'id' ),
|
251 |
-
html: response,
|
252 |
-
};
|
253 |
-
|
254 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
255 |
-
} );
|
256 |
-
},
|
257 |
-
|
258 |
-
onColumnModelChange: function( rowModel ) {
|
259 |
-
this.model.trigger( 'change' );
|
260 |
-
},
|
261 |
-
|
262 |
-
onColumnModelRemove: function( columnModel ) {
|
263 |
-
this.model.trigger( 'change' );
|
264 |
-
|
265 |
-
var columnViewModel = this.columnViews.find( function( viewModel ) {
|
266 |
-
return viewModel.get( 'view' ).model.id === columnModel.id;
|
267 |
-
}, this );
|
268 |
-
|
269 |
-
this.columnViews.remove( columnViewModel );
|
270 |
-
|
271 |
-
if ( this.model.get( 'columns' ).length == 0 ) {
|
272 |
-
$( '.column-list', this.$el ).html( '' );
|
273 |
-
}
|
274 |
-
|
275 |
-
var data = {
|
276 |
-
id: this.model.get( 'id' ),
|
277 |
-
callback: 'onTableColumnDeleteCallback',
|
278 |
-
options: {
|
279 |
-
itemID: columnModel.id,
|
280 |
-
}
|
281 |
-
};
|
282 |
-
|
283 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
284 |
-
},
|
285 |
-
|
286 |
-
onColumnModelsSorted: function() {
|
287 |
-
this.columnViews.reset( _.map( this.model.get( 'columns' ).pluck( 'id' ), function( id ) {
|
288 |
-
return this.columnViews.get( id );
|
289 |
-
}, this ) );
|
290 |
-
this.model.trigger( 'change' );
|
291 |
-
|
292 |
-
var model = this.model;
|
293 |
-
|
294 |
-
this.model.fetchHtml( function( response ) {
|
295 |
-
var data = {
|
296 |
-
id: model.get( 'id' ),
|
297 |
-
html: response,
|
298 |
-
};
|
299 |
-
|
300 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
301 |
-
} );
|
302 |
-
},
|
303 |
-
|
304 |
-
addColumnView: function( columnModel, options ) {
|
305 |
-
var columnView = new ColumnView( _.extend( {
|
306 |
-
model: columnModel,
|
307 |
-
part: this.model,
|
308 |
-
}, options ) );
|
309 |
-
|
310 |
-
var columnViewModel = new Backbone.Model( {
|
311 |
-
id: columnModel.id,
|
312 |
-
view: columnView,
|
313 |
-
} );
|
314 |
-
|
315 |
-
this.columnViews.add( columnViewModel, options );
|
316 |
-
},
|
317 |
-
|
318 |
-
onColumnViewAdd: function( viewModel, collection, options ) {
|
319 |
-
var columnView = viewModel.get( 'view' );
|
320 |
-
$( '.column-list', this.$el ).append( columnView.render().$el );
|
321 |
-
columnView.trigger( 'ready' );
|
322 |
-
},
|
323 |
-
|
324 |
-
onColumnViewRemove: function( viewModel ) {
|
325 |
-
var columnView = viewModel.get( 'view' );
|
326 |
-
columnView.remove();
|
327 |
-
},
|
328 |
-
|
329 |
-
onColumnSortStop: function( e, ui ) {
|
330 |
-
var $sortable = $( '.column-list', this.$el );
|
331 |
-
var ids = $sortable.sortable( 'toArray', { attribute: 'data-column-id' } );
|
332 |
-
|
333 |
-
this.model.get( 'columns' ).reset( _.map( ids, function( id ) {
|
334 |
-
return this.model.get( 'columns' ).get( id );
|
335 |
-
}, this ) );
|
336 |
-
},
|
337 |
-
|
338 |
-
onRowSortStop: function( e, ui ) {
|
339 |
-
var $sortable = $( '.row-list', this.$el );
|
340 |
-
var ids = $sortable.sortable( 'toArray', { attribute: 'data-row-id' } );
|
341 |
-
|
342 |
-
this.model.get( 'rows' ).reset( _.map( ids, function( id ) {
|
343 |
-
return this.model.get( 'rows' ).get( id );
|
344 |
-
}, this ) );
|
345 |
-
},
|
346 |
-
|
347 |
-
onColumnViewsSorted: function( columnViews ) {
|
348 |
-
var $stage = $( '.column-list', this.$el );
|
349 |
-
|
350 |
-
columnViews.forEach( function( columnViewModel ) {
|
351 |
-
var columnView = columnViewModel.get( 'view' );
|
352 |
-
var $columnViewEl = columnView.$el;
|
353 |
-
$columnViewEl.detach();
|
354 |
-
$stage.append( $columnViewEl );
|
355 |
-
columnView.trigger( 'refresh' );
|
356 |
-
}, this );
|
357 |
-
},
|
358 |
-
|
359 |
-
onRowModelAdd: function( rowModel, rowsCollection, options ) {
|
360 |
-
this.model.trigger( 'change' );
|
361 |
-
this.addRowView( rowModel, options );
|
362 |
-
|
363 |
-
var model = this.model;
|
364 |
-
|
365 |
-
if ( options.refresh !== false ) {
|
366 |
-
this.model.fetchHtml( function( response ) {
|
367 |
-
var data = {
|
368 |
-
id: model.get( 'id' ),
|
369 |
-
html: response,
|
370 |
-
};
|
371 |
-
|
372 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
373 |
-
} );
|
374 |
-
}
|
375 |
-
},
|
376 |
-
|
377 |
-
onRowModelChange: function( rowModel ) {
|
378 |
-
this.model.trigger( 'change' );
|
379 |
-
},
|
380 |
-
|
381 |
-
onRowModelRemove: function( rowModel ) {
|
382 |
-
this.model.trigger( 'change' );
|
383 |
-
|
384 |
-
var rowViewModel = this.rowViews.find( function( viewModel ) {
|
385 |
-
return viewModel.get( 'view' ).model.id === rowModel.id;
|
386 |
-
}, this );
|
387 |
-
|
388 |
-
this.rowViews.remove( rowViewModel );
|
389 |
-
|
390 |
-
if ( this.model.get( 'rows' ).length == 0 ) {
|
391 |
-
$( '.row-list', this.$el ).html( '' );
|
392 |
-
}
|
393 |
-
|
394 |
-
var data = {
|
395 |
-
id: this.model.get( 'id' ),
|
396 |
-
callback: 'onTableRowDeleteCallback',
|
397 |
-
options: {
|
398 |
-
itemID: rowModel.id,
|
399 |
-
}
|
400 |
-
};
|
401 |
-
|
402 |
-
happyForms.previewSend( 'happyforms-part-dom-update', data );
|
403 |
-
},
|
404 |
-
|
405 |
-
onRowModelsSorted: function() {
|
406 |
-
this.rowViews.reset( _.map( this.model.get( 'rows' ).pluck( 'id' ), function( id ) {
|
407 |
-
return this.rowViews.get( id );
|
408 |
-
}, this ) );
|
409 |
-
this.model.trigger( 'change' );
|
410 |
-
|
411 |
-
var model = this.model;
|
412 |
-
|
413 |
-
this.model.fetchHtml( function( response ) {
|
414 |
-
var data = {
|
415 |
-
id: model.get( 'id' ),
|
416 |
-
html: response,
|
417 |
-
};
|
418 |
-
|
419 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
420 |
-
} );
|
421 |
-
},
|
422 |
-
|
423 |
-
addRowView: function( rowModel, options ) {
|
424 |
-
var rowView = new RowView( _.extend( {
|
425 |
-
model: rowModel,
|
426 |
-
part: this.model,
|
427 |
-
}, options ) );
|
428 |
-
|
429 |
-
var rowViewModel = new Backbone.Model( {
|
430 |
-
id: rowModel.id,
|
431 |
-
view: rowView,
|
432 |
-
} );
|
433 |
-
|
434 |
-
this.rowViews.add( rowViewModel, options );
|
435 |
-
},
|
436 |
-
|
437 |
-
onRowViewAdd: function( viewModel, collection, options ) {
|
438 |
-
var rowView = viewModel.get( 'view' );
|
439 |
-
$( '.row-list', this.$el ).append( rowView.render().$el );
|
440 |
-
rowView.trigger( 'ready' );
|
441 |
-
},
|
442 |
-
|
443 |
-
onRowViewRemove: function( viewModel ) {
|
444 |
-
var rowView = viewModel.get( 'view' );
|
445 |
-
rowView.remove();
|
446 |
-
},
|
447 |
-
|
448 |
-
onRowViewsSorted: function( rowViews ) {
|
449 |
-
var $stage = $( '.row-list', this.$el );
|
450 |
-
|
451 |
-
rowViews.forEach( function( rowViewModel ) {
|
452 |
-
var rowView = rowViewModel.get( 'view' );
|
453 |
-
var $rowViewEl = rowView.$el;
|
454 |
-
$rowViewEl.detach();
|
455 |
-
$stage.append( $rowViewEl );
|
456 |
-
rowView.trigger( 'refresh' );
|
457 |
-
}, this );
|
458 |
-
},
|
459 |
-
|
460 |
-
onMultipleSelectionChange: function() {
|
461 |
-
var model = this.model;
|
462 |
-
|
463 |
-
this.model.fetchHtml( function( response ) {
|
464 |
-
var data = {
|
465 |
-
id: model.get( 'id' ),
|
466 |
-
html: response,
|
467 |
-
};
|
468 |
-
|
469 |
-
happyForms.previewSend( 'happyforms-form-part-refresh', data );
|
470 |
-
} );
|
471 |
-
},
|
472 |
-
|
473 |
-
onRowsChange: function() {
|
474 |
-
this.model.trigger( 'change' );
|
475 |
-
},
|
476 |
-
|
477 |
-
onAddColumnClick: function( e ) {
|
478 |
-
e.preventDefault();
|
479 |
-
|
480 |
-
var columnID = happyForms.utils.uniqueId( this.model.get( 'id' ) + '_column_', this.model.get( 'columns' ) );
|
481 |
-
var columnModel = new ColumnModel( { id: columnID } );
|
482 |
-
this.model.get( 'columns' ).add( columnModel );
|
483 |
-
},
|
484 |
-
|
485 |
-
getRowModelID: function() {
|
486 |
-
var prefix = this.model.get( 'id' ) + '_row_';
|
487 |
-
var collection = this.model.get( 'rows' );
|
488 |
-
var id = happyForms.utils.uniqueId( prefix, collection );
|
489 |
-
|
490 |
-
return id;
|
491 |
-
},
|
492 |
-
|
493 |
-
onAddRowClick: function( e ) {
|
494 |
-
var rowID = this.getRowModelID();
|
495 |
-
var rowModel = new RowModel( { id: rowID } );
|
496 |
-
this.model.get( 'rows' ).add( rowModel );
|
497 |
-
},
|
498 |
-
|
499 |
-
onTabClick: function( e ) {
|
500 |
-
var $link = $( e.target );
|
501 |
-
var $links = $link.siblings();
|
502 |
-
var tabClass = $link.attr( 'data-happyforms-tab' );
|
503 |
-
var $tabs = $( '.tab-content > div', this.$el );
|
504 |
-
var $tab = $( '.tab-content > .' + tabClass, this.$el );
|
505 |
-
|
506 |
-
$links.removeClass( 'active' );
|
507 |
-
$link.addClass( 'active' );
|
508 |
-
$tabs.removeClass( 'active' );
|
509 |
-
$tab.addClass( 'active' );
|
510 |
-
},
|
511 |
-
|
512 |
-
onColumnEnterKey: function( e ) {
|
513 |
-
e.preventDefault();
|
514 |
-
|
515 |
-
if ( 'Enter' === e.key ) {
|
516 |
-
$( '.add-column', this.$el ).click();
|
517 |
-
return;
|
518 |
-
}
|
519 |
-
},
|
520 |
-
|
521 |
-
onRowEnterKey: function( e ) {
|
522 |
-
e.preventDefault();
|
523 |
-
|
524 |
-
if ( 'Enter' === e.key ) {
|
525 |
-
$( '.add-row', this.$el ).click();
|
526 |
-
return;
|
527 |
-
}
|
528 |
-
},
|
529 |
-
|
530 |
-
onImportOptionsClick: function( e ) {
|
531 |
-
e.preventDefault();
|
532 |
-
|
533 |
-
$( '.options', this.$el ).hide();
|
534 |
-
$( '.options-import', this.$el ).show();
|
535 |
-
$( '.links.mode-manual', this.$el ).hide();
|
536 |
-
$( '.links.mode-import', this.$el ).show();
|
537 |
-
$( '.option-import-area', this.$el ).focus();
|
538 |
-
},
|
539 |
-
|
540 |
-
onAddOptionsClick: function( e ) {
|
541 |
-
e.preventDefault();
|
542 |
-
|
543 |
-
$( '.options', this.$el ).show();
|
544 |
-
$( '.options-import', this.$el ).hide();
|
545 |
-
$( '.links.mode-import', this.$el ).hide();
|
546 |
-
$( '.links.mode-manual', this.$el ).show();
|
547 |
-
$( '.option-import-area', this.$el ).val( '' );
|
548 |
-
},
|
549 |
-
|
550 |
-
onImportOptionClick: function( e ) {
|
551 |
-
e.preventDefault();
|
552 |
-
|
553 |
-
var $textarea = $( '.option-import-area', this.$el );
|
554 |
-
var list = $textarea.val();
|
555 |
-
var self = this;
|
556 |
-
|
557 |
-
var models = list
|
558 |
-
.split( /[\r\n]+/g )
|
559 |
-
.map( function( s ) {
|
560 |
-
return s.trim();
|
561 |
-
} )
|
562 |
-
.filter( function( s ) {
|
563 |
-
return s;
|
564 |
-
} )
|
565 |
-
.forEach( function( label, i, list ) {
|
566 |
-
var rowID = self.getRowModelID();
|
567 |
-
var row = new RowModel( {
|
568 |
-
id: rowID,
|
569 |
-
label: label
|
570 |
-
} );
|
571 |
-
|
572 |
-
self.model.get( 'rows' ).add( row, { refresh: ( list.length - 1 === i ) } );
|
573 |
-
} );
|
574 |
-
|
575 |
-
$textarea.val( '' );
|
576 |
-
$( '.add-options', this.$el ).click();
|
577 |
-
},
|
578 |
-
} );
|
579 |
-
|
580 |
-
happyForms.previewer = _.extend( happyForms.previewer, {
|
581 |
-
|
582 |
-
onTableColumnDeleteCallback: function( id, html, options ) {
|
583 |
-
var part = this.getPartModel( id );
|
584 |
-
var $part = this.getPartElement( html );
|
585 |
-
var $column = $( '#' + options.columnID, $part );
|
586 |
-
var columnIndex = $column.index() + 1;
|
587 |
-
|
588 |
-
this.$( '.happyforms-table__cell:nth-child(' + columnIndex + ')', $part ).remove();
|
589 |
-
},
|
590 |
-
|
591 |
-
onTableColumnLabelChangeCallback: function( id, html, options ) {
|
592 |
-
var part = this.getPartModel( id );
|
593 |
-
var $part = this.getPartElement( html );
|
594 |
-
var column = part.get( 'columns' ).get( options.columnID );
|
595 |
-
var $column = $( '#' + options.columnID, $part );
|
596 |
-
|
597 |
-
this.$( 'span', $column ).text( column.get( 'label' ) );
|
598 |
-
},
|
599 |
-
|
600 |
-
onTableColumnDescriptionChangeCallback: function( id, html, options ) {
|
601 |
-
var part = this.getPartModel( id );
|
602 |
-
var $part = this.getPartElement( html );
|
603 |
-
var column = part.get( 'columns' ).get( options.columnID );
|
604 |
-
var $column = $( '#' + options.columnID, $part );
|
605 |
-
|
606 |
-
this.$( '.happyforms-part-option__description', $column ).text( column.get( 'description' ) );
|
607 |
-
},
|
608 |
-
|
609 |
-
onTableRowDeleteCallback: function( id, html, options ) {
|
610 |
-
var part = this.getPartModel( id );
|
611 |
-
var $part = this.getPartElement( html );
|
612 |
-
var $row = $( '#' + options.rowID, $part );
|
613 |
-
|
614 |
-
$row.remove();
|
615 |
-
},
|
616 |
-
|
617 |
-
onTableRowDescriptionChangeCallback: function( id, html, options ) {
|
618 |
-
var part = this.getPartModel( id );
|
619 |
-
var $part = this.getPartElement( html );
|
620 |
-
var row = part.get( 'rows' ).get( options.rowID );
|
621 |
-
var $row = $( '#' + options.rowID, $part );
|
622 |
-
|
623 |
-
this.$( '.happyforms-part-option__description', $row ).text( row.get( 'description' ) );
|
624 |
-
},
|
625 |
-
|
626 |
-
onTableRowLabelChangeCallback: function( id, html, options ) {
|
627 |
-
var part = this.getPartModel( id );
|
628 |
-
var $part = this.getPartElement( html );
|
629 |
-
var row = part.get( 'rows' ).get( options.rowID );
|
630 |
-
var $row = $( '#' + options.rowID, $part );
|
631 |
-
|
632 |
-
this.$( '.happyforms-table__row-label', $row ).text( row.get('label') );
|
633 |
-
},
|
634 |
-
|
635 |
-
onTableColumnDefaultChangeCallback: function( id, html, options ) {
|
636 |
-
var part = this.getPartModel( id );
|
637 |
-
var $part = this.getPartElement( html );
|
638 |
-
var column = part.get( 'columns' ).get( options.columnID );
|
639 |
-
var $column = $( '#' + options.columnID, $part );
|
640 |
-
var columnIndex = $column.index() + 1;
|
641 |
-
var isDefault = column.get( 'is_default' );
|
642 |
-
|
643 |
-
this.$( '.happyforms-table__row--body .happyforms-table__cell:nth-child(' + columnIndex + ') input', $part ).prop( 'checked', isDefault );
|
644 |
-
},
|
645 |
-
} );
|
646 |
-
|
647 |
-
} ) ( jQuery, _, Backbone, wp.customize, _happyFormsSettings, _happyFormsTableSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-title.js
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
(function ($, _, Backbone, api, settings) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.title = happyForms.classes.models.Part.extend({
|
4 |
-
defaults: function () {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.title.defaults,
|
8 |
-
_.result(happyForms.classes.models.Part.prototype, 'defaults'),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
});
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.title = happyForms.classes.views.Part.extend({
|
14 |
-
template: '#happyforms-customize-title-template',
|
15 |
-
|
16 |
-
initialize: function () {
|
17 |
-
happyForms.classes.views.Part.prototype.initialize.apply(this, arguments);
|
18 |
-
|
19 |
-
this.listenTo(this.model, 'change:required', this.onRequiredChange);
|
20 |
-
},
|
21 |
-
|
22 |
-
onRequiredChange: function( model, value ) {
|
23 |
-
model.fetchHtml(function (response) {
|
24 |
-
var data = {
|
25 |
-
id: model.get('id'),
|
26 |
-
html: response,
|
27 |
-
};
|
28 |
-
|
29 |
-
happyForms.previewSend('happyforms-form-part-refresh', data);
|
30 |
-
});
|
31 |
-
}
|
32 |
-
});
|
33 |
-
|
34 |
-
})(jQuery, _, Backbone, wp.customize, _happyFormsSettings);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/parts/part-website-url.js
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
( function( $, _, Backbone, api, settings ) {
|
2 |
-
|
3 |
-
happyForms.classes.models.parts.website_url = happyForms.classes.models.Part.extend( {
|
4 |
-
defaults: function() {
|
5 |
-
return _.extend(
|
6 |
-
{},
|
7 |
-
settings.formParts.website_url.defaults,
|
8 |
-
_.result( happyForms.classes.models.Part.prototype, 'defaults' ),
|
9 |
-
);
|
10 |
-
},
|
11 |
-
} );
|
12 |
-
|
13 |
-
happyForms.classes.views.parts.website_url = happyForms.classes.views.Part.extend( {
|
14 |
-
template: '#customize-happyforms-website-url-template'
|
15 |
-
} );
|
16 |
-
|
17 |
-
} ) ( jQuery, _, Backbone, wp.customize, _happyFormsSettings );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/assets/js/preview.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
HappyForms.parts = HappyForms.parts || {};
|
4 |
|
5 |
var handlers = {};
|
6 |
-
var $pencil, $form, $submit
|
7 |
|
8 |
handlers.getPart = function( id ) {
|
9 |
var $part = $( '[data-happyforms-id="' + id + '"]' );
|
@@ -29,11 +29,7 @@
|
|
29 |
$part = $( data.html );
|
30 |
|
31 |
if ( 'undefined' === typeof data.after ) {
|
32 |
-
|
33 |
-
$recaptcha.before( $part );
|
34 |
-
} else {
|
35 |
-
$submit.before( $part );
|
36 |
-
}
|
37 |
} else if ( -1 === data.after ) {
|
38 |
$( '.happyforms-part', $form ).first().before( $part );
|
39 |
} else {
|
@@ -132,12 +128,7 @@
|
|
132 |
} );
|
133 |
|
134 |
$.each( $parts, function( i, $part ) {
|
135 |
-
|
136 |
-
$recaptcha.before( $part );
|
137 |
-
} else {
|
138 |
-
$submit.before( $part );
|
139 |
-
}
|
140 |
-
|
141 |
$part.trigger( 'happyforms.attach' );
|
142 |
} );
|
143 |
}
|
@@ -203,16 +194,6 @@
|
|
203 |
$( '.happyforms-button--submit' ).attr( 'value', text );
|
204 |
}
|
205 |
|
206 |
-
handlers.recaptchaUpdate = function( e ) {
|
207 |
-
var context = parent.happyForms.previewer;
|
208 |
-
var callback = context[e.callback];
|
209 |
-
var options = e.options || {}
|
210 |
-
|
211 |
-
if ( callback ) {
|
212 |
-
callback.call( context, $recaptcha, $ );
|
213 |
-
}
|
214 |
-
}
|
215 |
-
|
216 |
handlers.silenceEvent = function( e ) {
|
217 |
e.preventDefault();
|
218 |
}
|
@@ -223,7 +204,6 @@
|
|
223 |
$formContainer = $( '.happyforms-form' );
|
224 |
$form = $( '.happyforms-form form' );
|
225 |
$submit = $( '.happyforms-part.happyforms-part--submit', $form );
|
226 |
-
$recaptcha = $( '.happyforms-part.happyforms-part--recaptcha', $form );
|
227 |
|
228 |
// Append pencils to existing elements
|
229 |
$( '.happyforms-block-editable:not(.no-pencil)' ).prepend( $( $pencil ) );
|
@@ -251,7 +231,6 @@
|
|
251 |
api.preview.bind( 'happyforms-form-class-update', handlers.formClassUpdate );
|
252 |
api.preview.bind( 'happyforms-form-class-updated', handlers.formClassUpdated );
|
253 |
api.preview.bind( 'happyforms-submit-button-text-update', handlers.submitButtonTextUpdate );
|
254 |
-
api.preview.bind( 'happyforms-form-recaptcha-update', handlers.recaptchaUpdate );
|
255 |
|
256 |
// Bind DOM handlers
|
257 |
$( document.body ).on(
|
3 |
HappyForms.parts = HappyForms.parts || {};
|
4 |
|
5 |
var handlers = {};
|
6 |
+
var $pencil, $form, $submit;
|
7 |
|
8 |
handlers.getPart = function( id ) {
|
9 |
var $part = $( '[data-happyforms-id="' + id + '"]' );
|
29 |
$part = $( data.html );
|
30 |
|
31 |
if ( 'undefined' === typeof data.after ) {
|
32 |
+
$submit.before( $part );
|
|
|
|
|
|
|
|
|
33 |
} else if ( -1 === data.after ) {
|
34 |
$( '.happyforms-part', $form ).first().before( $part );
|
35 |
} else {
|
128 |
} );
|
129 |
|
130 |
$.each( $parts, function( i, $part ) {
|
131 |
+
$submit.before( $part );
|
|
|
|
|
|
|
|
|
|
|
132 |
$part.trigger( 'happyforms.attach' );
|
133 |
} );
|
134 |
}
|
194 |
$( '.happyforms-button--submit' ).attr( 'value', text );
|
195 |
}
|
196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
handlers.silenceEvent = function( e ) {
|
198 |
e.preventDefault();
|
199 |
}
|
204 |
$formContainer = $( '.happyforms-form' );
|
205 |
$form = $( '.happyforms-form form' );
|
206 |
$submit = $( '.happyforms-part.happyforms-part--submit', $form );
|
|
|
207 |
|
208 |
// Append pencils to existing elements
|
209 |
$( '.happyforms-block-editable:not(.no-pencil)' ).prepend( $( $pencil ) );
|
231 |
api.preview.bind( 'happyforms-form-class-update', handlers.formClassUpdate );
|
232 |
api.preview.bind( 'happyforms-form-class-updated', handlers.formClassUpdated );
|
233 |
api.preview.bind( 'happyforms-submit-button-text-update', handlers.submitButtonTextUpdate );
|
|
|
234 |
|
235 |
// Bind DOM handlers
|
236 |
$( document.body ).on(
|
inc/core/classes/class-form-controller.php
CHANGED
@@ -726,12 +726,6 @@ class HappyForms_Form_Controller {
|
|
726 |
return $form_data['spam_prevention'];
|
727 |
}
|
728 |
|
729 |
-
public function has_recaptcha_protection( $form_data ) {
|
730 |
-
return $form_data['captcha']
|
731 |
-
&& $form_data['captcha_site_key']
|
732 |
-
&& $form_data['captcha_secret_key'];
|
733 |
-
}
|
734 |
-
|
735 |
/**
|
736 |
* Get form-wide submission notice definitions.
|
737 |
*
|
726 |
return $form_data['spam_prevention'];
|
727 |
}
|
728 |
|
|
|
|
|
|
|
|
|
|
|
|
|
729 |
/**
|
730 |
* Get form-wide submission notice definitions.
|
731 |
*
|
inc/core/classes/class-form-part-library.php
CHANGED
@@ -10,22 +10,10 @@ class HappyForms_Form_Part_Library {
|
|
10 |
'HappyForms_Part_SingleLineText' => 'class-part-single-line-text',
|
11 |
'HappyForms_Part_MultiLineText' => 'class-part-multi-line-text',
|
12 |
'HappyForms_Part_Email' => 'class-part-email',
|
13 |
-
'HappyForms_Part_WebsiteUrl' => 'class-part-website-url',
|
14 |
-
'HappyForms_Part_Checkbox' => 'class-part-checkbox',
|
15 |
'HappyForms_Part_Radio' => 'class-part-radio',
|
16 |
-
'
|
17 |
'HappyForms_Part_Select' => 'class-part-select',
|
18 |
'HappyForms_Part_Number' => 'class-part-number',
|
19 |
-
'HappyForms_Part_Phone' => 'class-part-phone',
|
20 |
-
'HappyForms_Part_Date' => 'class-part-date',
|
21 |
-
'HappyForms_Part_Address' => 'class-part-address',
|
22 |
-
'HappyForms_Part_Scale' => 'class-part-scale',
|
23 |
-
'HappyForms_Part_RichText' => 'class-part-rich-text',
|
24 |
-
'HappyForms_Part_Title' => 'class-part-title',
|
25 |
-
'HappyForms_Part_Legal' => 'class-part-legal',
|
26 |
-
'HappyForms_Part_Rating' => 'class-part-rating',
|
27 |
-
'HappyForms_Part_Narrative' => 'class-part-narrative',
|
28 |
-
'HappyForms_Part_Placeholder' => 'class-part-placeholder',
|
29 |
);
|
30 |
|
31 |
public static function instance() {
|
10 |
'HappyForms_Part_SingleLineText' => 'class-part-single-line-text',
|
11 |
'HappyForms_Part_MultiLineText' => 'class-part-multi-line-text',
|
12 |
'HappyForms_Part_Email' => 'class-part-email',
|
|
|
|
|
13 |
'HappyForms_Part_Radio' => 'class-part-radio',
|
14 |
+
'HappyForms_Part_Checkbox' => 'class-part-checkbox',
|
15 |
'HappyForms_Part_Select' => 'class-part-select',
|
16 |
'HappyForms_Part_Number' => 'class-part-number',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
);
|
18 |
|
19 |
public static function instance() {
|
inc/core/classes/class-form-setup.php
CHANGED
@@ -32,24 +32,13 @@ class HappyForms_Form_Setup {
|
|
32 |
public function hook() {
|
33 |
// Common form extensions
|
34 |
add_filter( 'happyforms_meta_fields', array( $this, 'meta_fields' ) );
|
35 |
-
add_filter( 'happyforms_frontend_dependencies', array( $this, 'script_dependencies' ), 10, 2 );
|
36 |
-
add_filter( 'happyforms_form_has_captcha', array( $this, 'has_captcha' ), 10, 2 );
|
37 |
-
add_filter( 'happyforms_get_steps', array( $this, 'steps_add_preview' ), 10, 2 );
|
38 |
|
39 |
// Customizer form display
|
40 |
add_filter( 'happyforms_part_class', array( $this, 'part_class_customizer' ) );
|
41 |
add_filter( 'happyforms_the_form_title', array( $this, 'form_title_customizer' ) );
|
42 |
|
43 |
// Reviewable form display
|
44 |
-
add_filter( 'happyforms_get_template_path', array( $this, 'submit_preview_template' ), 10, 2 );
|
45 |
-
add_filter( 'happyforms_get_template_path', array( $this, 'confirm_preview_partial' ), 20, 2 );
|
46 |
-
add_filter( 'happyforms_form_class', array( $this, 'form_html_class_preview' ), 10, 2 );
|
47 |
add_filter( 'happyforms_form_id', array( $this, 'form_html_id' ), 10, 2 );
|
48 |
-
add_filter( 'happyforms_form_class', array( $this, 'form_html_class' ), 10, 2 );
|
49 |
-
add_action( 'happyforms_after_title', array( $this, 'form_open_preview' ) );
|
50 |
-
add_filter( 'happyforms_part_attributes', array( $this, 'part_attributes_preview' ), 10, 4 );
|
51 |
-
add_action( 'happyforms_part_before', array( $this, 'part_before_preview' ), 10, 2 );
|
52 |
-
add_action( 'happyforms_part_after', array( $this, 'part_after_preview' ), 10, 2 );
|
53 |
add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
|
54 |
}
|
55 |
|
@@ -279,69 +268,12 @@ class HappyForms_Form_Setup {
|
|
279 |
'label' => __( 'Form HTML ID', 'happyforms' ),
|
280 |
'field' => 'html_id',
|
281 |
),
|
282 |
-
1300 => array(
|
283 |
-
'type' => 'checkbox',
|
284 |
-
'label' => __( 'Redirect on complete', 'happyforms' ),
|
285 |
-
'tooltip' => __( 'By default, recipients will be redirected to the post or page displaying this form. To set a custom redirect webpage, add a link here.', 'happyforms' ),
|
286 |
-
'field' => 'redirect_on_complete'
|
287 |
-
),
|
288 |
-
1301 => array(
|
289 |
-
'type' => 'text',
|
290 |
-
'label' => __( 'On complete redirect link', 'happyforms' ),
|
291 |
-
'field' => 'redirect_url',
|
292 |
-
),
|
293 |
-
1302 => array(
|
294 |
-
'type' => 'checkbox',
|
295 |
-
'label' => __( 'Open redirect link in new tab', 'happyforms' ),
|
296 |
-
'field' => 'redirect_blank',
|
297 |
-
),
|
298 |
1400 => array(
|
299 |
'type' => 'checkbox',
|
300 |
'label' => __( 'Spam prevention', 'happyforms' ),
|
301 |
'tooltip' => __( 'Protect your form against bots by using HoneyPot security.', 'happyforms' ),
|
302 |
'field' => 'spam_prevention',
|
303 |
),
|
304 |
-
1500 => array(
|
305 |
-
'type' => 'checkbox',
|
306 |
-
'label' => sprintf(
|
307 |
-
__( 'Use <a href="%s" target="_blank" class="external"> Google ReCaptcha</a>', 'happyforms' ),
|
308 |
-
'https://www.google.com/recaptcha'
|
309 |
-
),
|
310 |
-
'tooltip' => __( 'Protect your form against bots using your Google ReCaptcha credentials.', 'happyforms' ),
|
311 |
-
'field' => 'captcha',
|
312 |
-
),
|
313 |
-
1501 => array(
|
314 |
-
'type' => 'text',
|
315 |
-
'label' => __( 'ReCaptcha site key', 'happyforms' ),
|
316 |
-
'field' => 'captcha_site_key',
|
317 |
-
),
|
318 |
-
1502 => array(
|
319 |
-
'type' => 'text',
|
320 |
-
'label' => __( 'ReCaptcha secret key', 'happyforms' ),
|
321 |
-
'field' => 'captcha_secret_key',
|
322 |
-
),
|
323 |
-
1503 => array(
|
324 |
-
'type' => 'text',
|
325 |
-
'label' => __( 'ReCaptcha label', 'happyforms' ),
|
326 |
-
'field' => 'captcha_label'
|
327 |
-
),
|
328 |
-
1800 => array(
|
329 |
-
'type' => 'checkbox',
|
330 |
-
'label' => __( 'Preview values before submission', 'happyforms' ),
|
331 |
-
'tooltip' => __( 'Let your users review their submission before confirming it.', 'happyforms' ),
|
332 |
-
'field' => 'preview_before_submit',
|
333 |
-
),
|
334 |
-
1801 => array(
|
335 |
-
'type' => 'text',
|
336 |
-
'label' => __( 'Review button text', 'happyforms' ),
|
337 |
-
'field' => 'review_button_label',
|
338 |
-
),
|
339 |
-
1900 => array(
|
340 |
-
'type' => 'checkbox',
|
341 |
-
'label' => __( 'Fade submit button until valid', 'happyforms' ),
|
342 |
-
'field' => 'disable_submit_until_valid',
|
343 |
-
'tooltip' => __( 'Reduce the opacity of the submit button until all required form parts are valid.', 'happyforms' )
|
344 |
-
),
|
345 |
);
|
346 |
|
347 |
$controls = apply_filters( 'happyforms_setup_controls', $controls );
|
@@ -384,10 +316,6 @@ class HappyForms_Form_Setup {
|
|
384 |
return $fields;
|
385 |
}
|
386 |
|
387 |
-
public function requires_confirmation( $form ) {
|
388 |
-
return ( 1 === intval( $form['preview_before_submit'] ) );
|
389 |
-
}
|
390 |
-
|
391 |
/**
|
392 |
* Filter: append -editable class to part templates.
|
393 |
*
|
@@ -417,89 +345,6 @@ class HappyForms_Form_Setup {
|
|
417 |
return $title;
|
418 |
}
|
419 |
|
420 |
-
public function part_before_preview( $part, $form ) {
|
421 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
422 |
-
&& ( 'review' === happyforms_get_current_step( $form ) ) ) {
|
423 |
-
|
424 |
-
require( happyforms_get_include_folder() . '/core/templates/partials/part-preview.php' );
|
425 |
-
}
|
426 |
-
}
|
427 |
-
|
428 |
-
public function part_after_preview( $part, $form ) {
|
429 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
430 |
-
&& ( 'review' === happyforms_get_current_step( $form ) ) ) {
|
431 |
-
?>
|
432 |
-
</div></div>
|
433 |
-
<?php
|
434 |
-
}
|
435 |
-
}
|
436 |
-
|
437 |
-
public function part_attributes_preview( $attributes, $part, $form, $component ) {
|
438 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
439 |
-
&& ( 'review' === happyforms_get_current_step( $form ) ) ) {
|
440 |
-
|
441 |
-
$attributes[] = 'readonly';
|
442 |
-
}
|
443 |
-
|
444 |
-
return $attributes;
|
445 |
-
}
|
446 |
-
|
447 |
-
public function form_open_preview( $form ) {
|
448 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
449 |
-
&& ( 'review' === happyforms_get_current_step( $form ) ) ) {
|
450 |
-
?>
|
451 |
-
<p><?php _e( 'Please review your submission...', 'happyforms' ); ?></p>
|
452 |
-
<?php
|
453 |
-
}
|
454 |
-
}
|
455 |
-
|
456 |
-
public function form_html_class_preview( $classes, $form ) {
|
457 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
458 |
-
&& ( 'review' === happyforms_get_current_step( $form ) ) ) {
|
459 |
-
|
460 |
-
$classes[] = 'happyforms-form-preview';
|
461 |
-
}
|
462 |
-
|
463 |
-
return $classes;
|
464 |
-
}
|
465 |
-
|
466 |
-
public function confirm_preview_partial( $path, $form ) {
|
467 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
468 |
-
&& ( 'review' === happyforms_get_current_step( $form ) )
|
469 |
-
&& ( 'partials/form-submit' === $path ) ) {
|
470 |
-
|
471 |
-
$path = 'partials/form-confirm-preview';
|
472 |
-
}
|
473 |
-
|
474 |
-
return $path;
|
475 |
-
}
|
476 |
-
|
477 |
-
public function submit_preview_template( $path, $form ) {
|
478 |
-
if ( happyforms_get_form_property( $form, 'preview_before_submit' )
|
479 |
-
&& ( 'preview' === happyforms_get_current_step( $form ) )
|
480 |
-
&& ( 'partials/form-submit' === $path ) ) {
|
481 |
-
|
482 |
-
$path = 'partials/form-submit-preview';
|
483 |
-
}
|
484 |
-
|
485 |
-
return $path;
|
486 |
-
}
|
487 |
-
|
488 |
-
public function steps_add_preview( $steps, $form ) {
|
489 |
-
if ( $this->requires_confirmation( $form ) ) {
|
490 |
-
$steps[100] = 'preview';
|
491 |
-
$steps[200] = 'review';
|
492 |
-
}
|
493 |
-
|
494 |
-
return $steps;
|
495 |
-
}
|
496 |
-
|
497 |
-
public function has_captcha( $has_captcha, $form ) {
|
498 |
-
$has_captcha = $form['captcha'] || happyforms_is_preview();
|
499 |
-
|
500 |
-
return $has_captcha;
|
501 |
-
}
|
502 |
-
|
503 |
public function form_html_id( $id, $form ) {
|
504 |
if ( 1 === intval( happyforms_get_form_property( $form, 'use_html_id' ) ) && ! empty( $form['html_id'] ) ) {
|
505 |
$id = $form['html_id'];
|
@@ -507,53 +352,6 @@ class HappyForms_Form_Setup {
|
|
507 |
|
508 |
return $id;
|
509 |
}
|
510 |
-
|
511 |
-
public function form_html_class( $class, $form ) {
|
512 |
-
if ( 1 === intval( happyforms_get_form_property( $form, 'disable_submit_until_valid' ) ) ) {
|
513 |
-
$class[] = 'happyforms-form--disable-until-valid';
|
514 |
-
}
|
515 |
-
|
516 |
-
return $class;
|
517 |
-
}
|
518 |
-
|
519 |
-
public function script_dependencies( $deps, $forms ) {
|
520 |
-
$has_captcha = false;
|
521 |
-
|
522 |
-
foreach ( $forms as $form ) {
|
523 |
-
if ( $form['captcha'] ) {
|
524 |
-
$has_captcha = true;
|
525 |
-
break;
|
526 |
-
}
|
527 |
-
}
|
528 |
-
|
529 |
-
if ( ! happyforms_is_preview() && ! $has_captcha ) {
|
530 |
-
return $deps;
|
531 |
-
}
|
532 |
-
|
533 |
-
$recaptcha_url = 'https://www.google.com/recaptcha/api.js';
|
534 |
-
$recaptcha_locale = happyforms_get_recaptcha_locale();
|
535 |
-
|
536 |
-
if ( $recaptcha_locale ) {
|
537 |
-
$recaptcha_url = add_query_arg( 'hl', $recaptcha_locale, $recaptcha_url );
|
538 |
-
}
|
539 |
-
|
540 |
-
wp_register_script(
|
541 |
-
'google-recaptcha',
|
542 |
-
$recaptcha_url,
|
543 |
-
array(), false, true
|
544 |
-
);
|
545 |
-
|
546 |
-
wp_register_script(
|
547 |
-
'recaptcha',
|
548 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/recaptcha.js',
|
549 |
-
array( 'google-recaptcha' ), false, true
|
550 |
-
);
|
551 |
-
|
552 |
-
$deps[] = 'recaptcha';
|
553 |
-
|
554 |
-
return $deps;
|
555 |
-
}
|
556 |
-
|
557 |
}
|
558 |
|
559 |
if ( ! function_exists( 'happyforms_get_setup' ) ):
|
32 |
public function hook() {
|
33 |
// Common form extensions
|
34 |
add_filter( 'happyforms_meta_fields', array( $this, 'meta_fields' ) );
|
|
|
|
|
|
|
35 |
|
36 |
// Customizer form display
|
37 |
add_filter( 'happyforms_part_class', array( $this, 'part_class_customizer' ) );
|
38 |
add_filter( 'happyforms_the_form_title', array( $this, 'form_title_customizer' ) );
|
39 |
|
40 |
// Reviewable form display
|
|
|
|
|
|
|
41 |
add_filter( 'happyforms_form_id', array( $this, 'form_html_id' ), 10, 2 );
|
|
|
|
|
|
|
|
|
|
|
42 |
add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
|
43 |
}
|
44 |
|
268 |
'label' => __( 'Form HTML ID', 'happyforms' ),
|
269 |
'field' => 'html_id',
|
270 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
1400 => array(
|
272 |
'type' => 'checkbox',
|
273 |
'label' => __( 'Spam prevention', 'happyforms' ),
|
274 |
'tooltip' => __( 'Protect your form against bots by using HoneyPot security.', 'happyforms' ),
|
275 |
'field' => 'spam_prevention',
|
276 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
);
|
278 |
|
279 |
$controls = apply_filters( 'happyforms_setup_controls', $controls );
|
316 |
return $fields;
|
317 |
}
|
318 |
|
|
|
|
|
|
|
|
|
319 |
/**
|
320 |
* Filter: append -editable class to part templates.
|
321 |
*
|
345 |
return $title;
|
346 |
}
|
347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
public function form_html_id( $id, $form ) {
|
349 |
if ( 1 === intval( happyforms_get_form_property( $form, 'use_html_id' ) ) && ! empty( $form['html_id'] ) ) {
|
350 |
$id = $form['html_id'];
|
352 |
|
353 |
return $id;
|
354 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
}
|
356 |
|
357 |
if ( ! function_exists( 'happyforms_get_setup' ) ):
|
inc/core/classes/class-form-styles.php
CHANGED
@@ -104,15 +104,6 @@ class HappyForms_Form_Styles {
|
|
104 |
'target' => 'css_var',
|
105 |
'variable' => '--happyforms-form-title-font-size'
|
106 |
),
|
107 |
-
'captcha_theme' => array(
|
108 |
-
'default' => 'light',
|
109 |
-
'options' => array(
|
110 |
-
'light' => __( 'Light color', 'happyforms' ),
|
111 |
-
'dark' => __( 'Dark color', 'happyforms' )
|
112 |
-
),
|
113 |
-
'sanitize' => 'sanitize_text_field',
|
114 |
-
'target' => 'recaptcha'
|
115 |
-
),
|
116 |
'part_border' => array(
|
117 |
'default' => '',
|
118 |
'options' => array(
|
@@ -548,11 +539,6 @@ class HappyForms_Form_Styles {
|
|
548 |
'label' => __( 'Display notices', 'happyforms' ),
|
549 |
'field' => 'notices_position'
|
550 |
),
|
551 |
-
511 => array(
|
552 |
-
'type' => 'buttonset',
|
553 |
-
'label' => __( 'Google reCAPTCHA theme', 'happyforms' ),
|
554 |
-
'field' => 'captcha_theme'
|
555 |
-
),
|
556 |
600 => array(
|
557 |
'type' => 'heading',
|
558 |
'id' => 'colors_general',
|
104 |
'target' => 'css_var',
|
105 |
'variable' => '--happyforms-form-title-font-size'
|
106 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
'part_border' => array(
|
108 |
'default' => '',
|
109 |
'options' => array(
|
539 |
'label' => __( 'Display notices', 'happyforms' ),
|
540 |
'field' => 'notices_position'
|
541 |
),
|
|
|
|
|
|
|
|
|
|
|
542 |
600 => array(
|
543 |
'type' => 'heading',
|
544 |
'id' => 'colors_general',
|
inc/core/classes/parts/class-part-address.php
DELETED
@@ -1,390 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class HappyForms_Part_Address extends HappyForms_Form_Part {
|
4 |
-
|
5 |
-
private $ajax_action_autocomplete = 'happyforms_address_autocomplete';
|
6 |
-
private $ajax_action_geocode = 'happyforms_address_geocode';
|
7 |
-
private $api_url_autocomplete = 'https://maps.googleapis.com/maps/api/place/autocomplete/json';
|
8 |
-
private $api_url_geocode = 'https://maps.googleapis.com/maps/api/geocode/json';
|
9 |
-
|
10 |
-
public $type = 'address';
|
11 |
-
|
12 |
-
public function __construct() {
|
13 |
-
$this->label = __( 'Address', 'happyforms' );
|
14 |
-
$this->description = __( 'For geographical locations. Includes Google Maps intergration.', 'happyforms' );
|
15 |
-
|
16 |
-
add_filter( 'happyforms_part_class', array( $this, 'html_part_class' ), 10, 3 );
|
17 |
-
add_filter( 'happyforms_part_data_attributes', array( $this, 'html_part_data_attributes' ), 10, 3 );
|
18 |
-
add_filter( 'happyforms_stringify_part_value', array( $this, 'stringify_value' ), 10, 3 );
|
19 |
-
add_filter( 'happyforms_frontend_dependencies', array( $this, 'script_dependencies' ), 10, 2 );
|
20 |
-
|
21 |
-
add_action( 'wp_ajax_' . $this->ajax_action_autocomplete, array( $this, 'ajax_autocomplete' ) );
|
22 |
-
add_action( 'wp_ajax_nopriv_' . $this->ajax_action_autocomplete, array( $this, 'ajax_autocomplete' ) );
|
23 |
-
add_action( 'wp_ajax_' . $this->ajax_action_geocode, array( $this, 'ajax_geocode' ) );
|
24 |
-
add_action( 'wp_ajax_nopriv_' . $this->ajax_action_geocode, array( $this, 'ajax_geocode' ) );
|
25 |
-
}
|
26 |
-
|
27 |
-
/**
|
28 |
-
* Get all part meta fields defaults.
|
29 |
-
*
|
30 |
-
* @since 1.0.0.
|
31 |
-
*
|
32 |
-
* @return array
|
33 |
-
*/
|
34 |
-
public function get_customize_fields() {
|
35 |
-
$fields = array(
|
36 |
-
'type' => array(
|
37 |
-
'default' => $this->type,
|
38 |
-
'sanitize' => 'sanitize_text_field',
|
39 |
-
),
|
40 |
-
'label' => array(
|
41 |
-
'default' => __( 'Address', 'happyforms' ),
|
42 |
-
'sanitize' => 'sanitize_text_field',
|
43 |
-
),
|
44 |
-
'label_placement' => array(
|
45 |
-
'default' => 'above',
|
46 |
-
'sanitize' => 'sanitize_text_field'
|
47 |
-
),
|
48 |
-
'description' => array(
|
49 |
-
'default' => '',
|
50 |
-
'sanitize' => 'sanitize_text_field'
|
51 |
-
),
|
52 |
-
'description_mode' => array(
|
53 |
-
'default' => '',
|
54 |
-
'sanitize' => 'sanitize_text_field'
|
55 |
-
),
|
56 |
-
'placeholder' => array(
|
57 |
-
'default' => '',
|
58 |
-
'sanitize' => 'sanitize_text_field',
|
59 |
-
),
|
60 |
-
'width' => array(
|
61 |
-
'default' => 'full',
|
62 |
-
'sanitize' => 'sanitize_key'
|
63 |
-
),
|
64 |
-
'css_class' => array(
|
65 |
-
'default' => '',
|
66 |
-
'sanitize' => 'sanitize_text_field'
|
67 |
-
),
|
68 |
-
'required' => array(
|
69 |
-
'default' => 1,
|
70 |
-
'sanitize' => 'happyforms_sanitize_checkbox',
|
71 |
-
),
|
72 |
-
'apikey' => array(
|
73 |
-
'default' => '',
|
74 |
-
'sanitize' => 'sanitize_text_field',
|
75 |
-
),
|
76 |
-
'mode' => array(
|
77 |
-
'default' => 'simple',
|
78 |
-
'sanitize' => array(
|
79 |
-
'happyforms_sanitize_choice',
|
80 |
-
array( 'simple', 'autocomplete', 'country', 'country-city' ),
|
81 |
-
),
|
82 |
-
),
|
83 |
-
'has_geolocation' => array(
|
84 |
-
'default' => 0,
|
85 |
-
'sanitize' => 'happyforms_sanitize_checkbox',
|
86 |
-
),
|
87 |
-
);
|
88 |
-
|
89 |
-
return happyforms_get_part_customize_fields( $fields, $this->type );
|
90 |
-
}
|
91 |
-
|
92 |
-
/**
|
93 |
-
* Get template for part item in customize pane.
|
94 |
-
*
|
95 |
-
* @since 1.0.0.
|
96 |
-
*
|
97 |
-
* @return string
|
98 |
-
*/
|
99 |
-
public function customize_templates() {
|
100 |
-
$template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-address.php';
|
101 |
-
$template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
|
102 |
-
|
103 |
-
require_once( $template_path );
|
104 |
-
}
|
105 |
-
|
106 |
-
/**
|
107 |
-
* Get front end part template with parsed data.
|
108 |
-
*
|
109 |
-
* @since 1.0.0.
|
110 |
-
*
|
111 |
-
* @param array $part_data Form part data.
|
112 |
-
* @param array $form_data Form (post) data.
|
113 |
-
*
|
114 |
-
* @return string Markup for the form part.
|
115 |
-
*/
|
116 |
-
public function frontend_template( $part_data = array(), $form_data = array() ) {
|
117 |
-
$part = wp_parse_args( $part_data, $this->get_customize_defaults() );
|
118 |
-
$form = $form_data;
|
119 |
-
|
120 |
-
include( happyforms_get_include_folder() . '/core/templates/parts/frontend-address.php' );
|
121 |
-
}
|
122 |
-
|
123 |
-
public function get_default_value( $part_data = array() ) {
|
124 |
-
return array(
|
125 |
-
'full' => '',
|
126 |
-
'country' => '',
|
127 |
-
'city' => '',
|
128 |
-
);
|
129 |
-
}
|
130 |
-
|
131 |
-
/**
|
132 |
-
* Sanitize submitted value before storing it.
|
133 |
-
*
|
134 |
-
* @since 1.0.0.
|
135 |
-
*
|
136 |
-
* @param array $part_data Form part data.
|
137 |
-
*
|
138 |
-
* @return string
|
139 |
-
*/
|
140 |
-
public function sanitize_value( $part_data = array(), $form_data = array(), $request = array() ) {
|
141 |
-
$sanitized_value = $this->get_default_value( $part_data );
|
142 |
-
$part_name = happyforms_get_part_name( $part_data, $form_data );
|
143 |
-
|
144 |
-
if ( isset( $request[$part_name] ) ) {
|
145 |
-
$sanitized_value = wp_parse_args( $request[$part_name], $sanitized_value );
|
146 |
-
|
147 |
-
switch ( $part_data['mode'] ) {
|
148 |
-
case 'simple':
|
149 |
-
case 'autocomplete':
|
150 |
-
$sanitized_value['full'] = sanitize_text_field( $sanitized_value['full'] );
|
151 |
-
break;
|
152 |
-
case 'country':
|
153 |
-
$sanitized_value['country'] = sanitize_text_field( $sanitized_value['country'] );
|
154 |
-
break;
|
155 |
-
case 'country-city':
|
156 |
-
$sanitized_value['country'] = sanitize_text_field( $sanitized_value['country'] );
|
157 |
-
$sanitized_value['city'] = sanitize_text_field( $sanitized_value['city'] );
|
158 |
-
break;
|
159 |
-
}
|
160 |
-
}
|
161 |
-
|
162 |
-
return $sanitized_value;
|
163 |
-
}
|
164 |
-
|
165 |
-
/**
|
166 |
-
* Validate value before submitting it. If it fails validation,
|
167 |
-
* return WP_Error object, showing respective error message.
|
168 |
-
*
|
169 |
-
* @since 1.0.0.
|
170 |
-
*
|
171 |
-
* @param array $part Form part data.
|
172 |
-
* @param string $value Submitted value.
|
173 |
-
*
|
174 |
-
* @return string|object
|
175 |
-
*/
|
176 |
-
public function validate_value( $value, $part = array(), $form = array() ) {
|
177 |
-
$validated_value = $value;
|
178 |
-
|
179 |
-
if ( 1 === $part['required'] ) {
|
180 |
-
$is_empty = false;
|
181 |
-
|
182 |
-
switch ( $part['mode'] ) {
|
183 |
-
case 'simple':
|
184 |
-
case 'autocomplete':
|
185 |
-
$is_empty = empty( $validated_value['full'] );
|
186 |
-
break;
|
187 |
-
case 'country':
|
188 |
-
$is_empty = empty( $validated_value['country'] );
|
189 |
-
break;
|
190 |
-
case 'country-city':
|
191 |
-
$is_empty = empty( $validated_value['country'] ) || empty( $validated_value['city'] );
|
192 |
-
break;
|
193 |
-
}
|
194 |
-
|
195 |
-
if ( $is_empty ) {
|
196 |
-
return new WP_Error( 'error', __( 'This field is required.', 'happyforms' ) );
|
197 |
-
}
|
198 |
-
}
|
199 |
-
|
200 |
-
return $validated_value;
|
201 |
-
}
|
202 |
-
|
203 |
-
public function ajax_autocomplete() {
|
204 |
-
$results = array();
|
205 |
-
|
206 |
-
if ( isset( $_GET['term'] ) && isset( $_GET['key'] ) ) {
|
207 |
-
$url = $this->api_url_autocomplete;
|
208 |
-
$key = sanitize_text_field( $_GET['key'] );
|
209 |
-
$term = sanitize_text_field( $_GET['term'] );
|
210 |
-
$args = array(
|
211 |
-
'key' => $key,
|
212 |
-
'types' => 'address',
|
213 |
-
'input' => $term,
|
214 |
-
);
|
215 |
-
$query = http_build_query( $args );
|
216 |
-
$response = wp_remote_get( "{$url}?{$query}" );
|
217 |
-
$response = wp_remote_retrieve_body( $response );
|
218 |
-
$response = json_decode( $response, true );
|
219 |
-
|
220 |
-
if ( isset( $response['status'] ) && 'OK' === $response['status'] ) {
|
221 |
-
$results = wp_list_pluck( $response['predictions'], 'description' );
|
222 |
-
}
|
223 |
-
}
|
224 |
-
|
225 |
-
wp_send_json( $results );
|
226 |
-
}
|
227 |
-
|
228 |
-
public function ajax_geocode() {
|
229 |
-
$results = array();
|
230 |
-
|
231 |
-
if ( isset( $_GET['key'] ) && isset( $_GET['latitude'] ) && isset( $_GET['longitude'] ) ) {
|
232 |
-
$url = $this->api_url_geocode;
|
233 |
-
$key = sanitize_text_field( $_GET['key'] );
|
234 |
-
$latitude = sanitize_text_field( $_GET['latitude'] );
|
235 |
-
$longitude = sanitize_text_field( $_GET['longitude'] );
|
236 |
-
$latlng = "{$latitude},{$longitude}";
|
237 |
-
|
238 |
-
$args = array(
|
239 |
-
'key' => $key,
|
240 |
-
'result_type' => 'street_address',
|
241 |
-
'latlng' => $latlng,
|
242 |
-
);
|
243 |
-
$query = http_build_query( $args );
|
244 |
-
$response = wp_remote_get( "{$url}?{$query}" );
|
245 |
-
$response = wp_remote_retrieve_body( $response );
|
246 |
-
$response = json_decode( $response, true );
|
247 |
-
|
248 |
-
if ( isset( $response['status'] ) && 'OK' === $response['status'] ) {
|
249 |
-
if ( count( $response['results'] ) ) {
|
250 |
-
$results = $response['results'][0];
|
251 |
-
}
|
252 |
-
}
|
253 |
-
}
|
254 |
-
|
255 |
-
wp_send_json( $results );
|
256 |
-
}
|
257 |
-
|
258 |
-
public function html_part_class( $class, $part, $form ) {
|
259 |
-
if ( $this->type === $part['type'] ) {
|
260 |
-
if ( happyforms_get_part_value( $part, $form, 'full' )
|
261 |
-
|| happyforms_get_part_value( $part, $form, 'country' )
|
262 |
-
|| happyforms_get_part_value( $part, $form, 'city' ) ) {
|
263 |
-
$class[] = 'happyforms-part--filled';
|
264 |
-
}
|
265 |
-
|
266 |
-
if ( isset( $part['mode'] ) && 'country-city' === $part['mode'] ) {
|
267 |
-
$class[] = 'happyforms-part--address-country-city';
|
268 |
-
}
|
269 |
-
|
270 |
-
if ( isset( $part['mode'] ) && 'autocomplete' === $part['mode'] || 'country' === $part['mode'] || 'country-city' === $part['mode'] ) {
|
271 |
-
$class[] = 'happyforms-part--with-autocomplete';
|
272 |
-
|
273 |
-
if ( 'autocomplete' === $part['mode'] ) {
|
274 |
-
$class[] = 'happyforms-part--address-googleapi';
|
275 |
-
}
|
276 |
-
}
|
277 |
-
|
278 |
-
if ( isset( $part['has_geolocation'] ) && $part['has_geolocation'] ) {
|
279 |
-
$class[] = 'happyforms-part--address-has-geolocation';
|
280 |
-
}
|
281 |
-
}
|
282 |
-
|
283 |
-
return $class;
|
284 |
-
}
|
285 |
-
|
286 |
-
public function stringify_value( $value, $part, $form ) {
|
287 |
-
if ( $this->type === $part['type'] ) {
|
288 |
-
extract( $value );
|
289 |
-
|
290 |
-
switch ( $part['mode'] ) {
|
291 |
-
case 'simple':
|
292 |
-
case 'autocomplete':
|
293 |
-
$value = $full;
|
294 |
-
break;
|
295 |
-
case 'country':
|
296 |
-
$value = $city;
|
297 |
-
break;
|
298 |
-
case 'country-city':
|
299 |
-
$value = "{$city}, {$country}";
|
300 |
-
break;
|
301 |
-
}
|
302 |
-
}
|
303 |
-
|
304 |
-
return $value;
|
305 |
-
}
|
306 |
-
|
307 |
-
public function html_part_data_attributes( $attributes, $part, $form ) {
|
308 |
-
if ( $this->type !== $part['type'] ) {
|
309 |
-
return $attributes;
|
310 |
-
}
|
311 |
-
|
312 |
-
if ( isset( $part['mode'] ) ) {
|
313 |
-
$attributes['mode'] = $part['mode'];
|
314 |
-
}
|
315 |
-
|
316 |
-
if ( isset( $part['apikey'] ) ) {
|
317 |
-
$attributes['google-apikey'] = $part['apikey'];
|
318 |
-
}
|
319 |
-
|
320 |
-
return $attributes;
|
321 |
-
}
|
322 |
-
|
323 |
-
/**
|
324 |
-
* Enqueue scripts in customizer area.
|
325 |
-
*
|
326 |
-
* @since 1.0.0.
|
327 |
-
*
|
328 |
-
* @param array List of dependencies.
|
329 |
-
*
|
330 |
-
* @return void
|
331 |
-
*/
|
332 |
-
public function customize_enqueue_scripts( $deps = array() ) {
|
333 |
-
wp_enqueue_script(
|
334 |
-
'part-address',
|
335 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-address.js',
|
336 |
-
$deps, HAPPYFORMS_VERSION, true
|
337 |
-
);
|
338 |
-
}
|
339 |
-
|
340 |
-
/**
|
341 |
-
* Action: enqueue additional scripts on the frontend.
|
342 |
-
*
|
343 |
-
* @since 1.3.0.
|
344 |
-
*
|
345 |
-
* @hooked action happyforms_frontend_dependencies
|
346 |
-
*
|
347 |
-
* @param array List of dependencies.
|
348 |
-
*
|
349 |
-
* @return array
|
350 |
-
*/
|
351 |
-
public function script_dependencies( $deps, $forms ) {
|
352 |
-
$contains_address = false;
|
353 |
-
$form_controller = happyforms_get_form_controller();
|
354 |
-
|
355 |
-
foreach ( $forms as $form ) {
|
356 |
-
if ( $form_controller->get_first_part_by_type( $form, $this->type ) ) {
|
357 |
-
$contains_address = true;
|
358 |
-
break;
|
359 |
-
}
|
360 |
-
}
|
361 |
-
|
362 |
-
if ( ! happyforms_is_preview() && ! $contains_address ) {
|
363 |
-
return $deps;
|
364 |
-
}
|
365 |
-
|
366 |
-
wp_register_script(
|
367 |
-
'happyforms-part-address',
|
368 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/address.js',
|
369 |
-
array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
|
370 |
-
);
|
371 |
-
|
372 |
-
$settings = array(
|
373 |
-
'url' => admin_url( 'admin-ajax.php' ),
|
374 |
-
'actionAutocomplete' => $this->ajax_action_autocomplete,
|
375 |
-
'actionGeocode' => $this->ajax_action_geocode,
|
376 |
-
'countries' => happyforms_get_countries()
|
377 |
-
);
|
378 |
-
|
379 |
-
wp_localize_script(
|
380 |
-
'happyforms-part-address',
|
381 |
-
'_happyFormsAddressSettings',
|
382 |
-
$settings
|
383 |
-
);
|
384 |
-
|
385 |
-
$deps[] = 'happyforms-part-address';
|
386 |
-
|
387 |
-
return $deps;
|
388 |
-
}
|
389 |
-
|
390 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/classes/parts/class-part-date.php
DELETED
@@ -1,436 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class HappyForms_Part_Date extends HappyForms_Form_Part {
|
4 |
-
|
5 |
-
public $type = 'date';
|
6 |
-
|
7 |
-
public function __construct() {
|
8 |
-
$this->label = __( 'Date & Time', 'happyforms' );
|
9 |
-
$this->description = __( 'For formatted day, month, year and or time fields.', 'happyforms' );
|
10 |
-
|
11 |
-
add_filter( 'happyforms_part_class', array( $this, 'html_part_class' ), 10, 3 );
|
12 |
-
add_filter( 'happyforms_stringify_part_value', array( $this, 'stringify_value' ), 10, 3 );
|
13 |
-
add_filter( 'happyforms_frontend_dependencies', array( $this, 'script_dependencies' ), 10, 2 );
|
14 |
-
}
|
15 |
-
|
16 |
-
/**
|
17 |
-
* Get all part meta fields defaults.
|
18 |
-
*
|
19 |
-
* @since 1.0.0.
|
20 |
-
*
|
21 |
-
* @return array
|
22 |
-
*/
|
23 |
-
public function get_customize_fields() {
|
24 |
-
$fields = array(
|
25 |
-
'type' => array(
|
26 |
-
'default' => $this->type,
|
27 |
-
'sanitize' => 'sanitize_text_field',
|
28 |
-
),
|
29 |
-
'label' => array(
|
30 |
-
'default' => __( 'Date', 'happyforms '),
|
31 |
-
'sanitize' => 'sanitize_text_field',
|
32 |
-
),
|
33 |
-
'label_placement' => array(
|
34 |
-
'default' => 'above',
|
35 |
-
'sanitize' => 'sanitize_text_field'
|
36 |
-
),
|
37 |
-
'description' => array(
|
38 |
-
'default' => '',
|
39 |
-
'sanitize' => 'sanitize_text_field'
|
40 |
-
),
|
41 |
-
'description_mode' => array(
|
42 |
-
'default' => '',
|
43 |
-
'sanitize' => 'sanitize_text_field'
|
44 |
-
),
|
45 |
-
'date_type' => array(
|
46 |
-
'default' => 'date',
|
47 |
-
'sanitize' => 'sanitize_text_field'
|
48 |
-
),
|
49 |
-
'time_format' => array(
|
50 |
-
'default' => 12,
|
51 |
-
'sanitize' => 'intval'
|
52 |
-
),
|
53 |
-
'default_datetime' => array(
|
54 |
-
'default' => '',
|
55 |
-
'sanitize' => 'sanitize_text_field'
|
56 |
-
),
|
57 |
-
'min_year' => array(
|
58 |
-
'default' => 1910,
|
59 |
-
'sanitize' => 'intval'
|
60 |
-
),
|
61 |
-
'max_year' => array(
|
62 |
-
'default' => intval( date( 'Y' ) ) + 20,
|
63 |
-
'sanitize' => 'intval'
|
64 |
-
),
|
65 |
-
'years_option' => array(
|
66 |
-
'default' => 'all',
|
67 |
-
'sanitize' => 'sanitize_text_field'
|
68 |
-
),
|
69 |
-
'years_order' => array(
|
70 |
-
'default' => 'asc',
|
71 |
-
'sanitize' => 'sanitize_text_field'
|
72 |
-
),
|
73 |
-
'min_hour' => array(
|
74 |
-
'default' => 1,
|
75 |
-
'sanitize' => 'sanitize_text_field'
|
76 |
-
),
|
77 |
-
'max_hour' => array(
|
78 |
-
'default' => 12,
|
79 |
-
'sanitize' => 'intval'
|
80 |
-
),
|
81 |
-
'minute_step' => array(
|
82 |
-
'default' => 1,
|
83 |
-
'sanitize' => 'intval'
|
84 |
-
),
|
85 |
-
'width' => array(
|
86 |
-
'default' => 'full',
|
87 |
-
'sanitize' => 'sanitize_key'
|
88 |
-
),
|
89 |
-
'css_class' => array(
|
90 |
-
'default' => '',
|
91 |
-
'sanitize' => 'sanitize_text_field'
|
92 |
-
),
|
93 |
-
'required' => array(
|
94 |
-
'default' => 1,
|
95 |
-
'sanitize' => 'happyforms_sanitize_checkbox',
|
96 |
-
),
|
97 |
-
);
|
98 |
-
|
99 |
-
return happyforms_get_part_customize_fields( $fields, $this->type );
|
100 |
-
}
|
101 |
-
|
102 |
-
/**
|
103 |
-
* Get template for part item in customize pane.
|
104 |
-
*
|
105 |
-
* @since 1.0.0.
|
106 |
-
*
|
107 |
-
* @return string
|
108 |
-
*/
|
109 |
-
public function customize_templates() {
|
110 |
-
$template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-date.php';
|
111 |
-
$template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
|
112 |
-
|
113 |
-
require_once( $template_path );
|
114 |
-
}
|
115 |
-
|
116 |
-
/**
|
117 |
-
* Get front end part template with parsed data.
|
118 |
-
*
|
119 |
-
* @since 1.0.0.
|
120 |
-
*
|
121 |
-
* @param array $part_data Form part data.
|
122 |
-
* @param array $form_data Form (post) data.
|
123 |
-
*
|
124 |
-
* @return string Markup for the form part.
|
125 |
-
*/
|
126 |
-
public function frontend_template( $part_data = array(), $form_data = array() ) {
|
127 |
-
$part = wp_parse_args( $part_data, $this->get_customize_defaults() );
|
128 |
-
$form = $form_data;
|
129 |
-
|
130 |
-
include( happyforms_get_include_folder() . '/core/templates/parts/frontend-date.php' );
|
131 |
-
}
|
132 |
-
|
133 |
-
public function get_default_value( $part_data = array() ) {
|
134 |
-
return array(
|
135 |
-
'year' => '',
|
136 |
-
'month' => '',
|
137 |
-
'day' => '',
|
138 |
-
'hour' => '',
|
139 |
-
'minute' => '',
|
140 |
-
'period' => '',
|
141 |
-
);
|
142 |
-
}
|
143 |
-
|
144 |
-
/**
|
145 |
-
* Sanitize submitted value before storing it.
|
146 |
-
*
|
147 |
-
* @since 1.0.0.
|
148 |
-
*
|
149 |
-
* @param array $part_data Form part data.
|
150 |
-
*
|
151 |
-
* @return string
|
152 |
-
*/
|
153 |
-
public function sanitize_value( $part_data = array(), $form_data = array(), $request = array() ) {
|
154 |
-
$sanitized_value = $this->get_default_value( $part_data );
|
155 |
-
$part_name = happyforms_get_part_name( $part_data, $form_data );
|
156 |
-
|
157 |
-
if ( isset( $request[$part_name] ) ) {
|
158 |
-
$sanitized_value = wp_parse_args( $request[$part_name], $sanitized_value );
|
159 |
-
$sanitized_value = array_map( 'sanitize_text_field', $sanitized_value );
|
160 |
-
}
|
161 |
-
|
162 |
-
return $sanitized_value;
|
163 |
-
}
|
164 |
-
|
165 |
-
/**
|
166 |
-
* Validate value before submitting it. If it fails validation, return WP_Error object, showing respective error message.
|
167 |
-
*
|
168 |
-
* @since 1.0.0.
|
169 |
-
*
|
170 |
-
* @param array $part Form part data.
|
171 |
-
* @param string $value Submitted value.
|
172 |
-
*
|
173 |
-
* @return string|object
|
174 |
-
*/
|
175 |
-
public function validate_value( $value, $part = array(), $form = array() ) {
|
176 |
-
$validated_value = $value;
|
177 |
-
$components = array_keys( $validated_value );
|
178 |
-
|
179 |
-
switch( $part['date_type'] ) {
|
180 |
-
case 'date':
|
181 |
-
$components = array( 'year', 'month', 'day' );
|
182 |
-
break;
|
183 |
-
case 'datetime':
|
184 |
-
$components = ( '12' == $part['time_format'] ) ?
|
185 |
-
array( 'year', 'month', 'day', 'hour', 'minute', 'period' ) :
|
186 |
-
array( 'year', 'month', 'day', 'hour', 'minute' );
|
187 |
-
break;
|
188 |
-
case 'time':
|
189 |
-
$components = ( '12' == $part['time_format'] ) ?
|
190 |
-
array( 'hour', 'minute', 'period' ) :
|
191 |
-
array( 'hour', 'minute' );
|
192 |
-
break;
|
193 |
-
case 'month_year':
|
194 |
-
$components = array( 'month', 'year' );
|
195 |
-
break;
|
196 |
-
case 'month':
|
197 |
-
$components = array( 'month' );
|
198 |
-
break;
|
199 |
-
case 'year':
|
200 |
-
$components = array( 'year' );
|
201 |
-
break;
|
202 |
-
}
|
203 |
-
|
204 |
-
$validated_components = array_intersect_key( $validated_value, array_flip( $components ) );
|
205 |
-
$filled_components = array_filter( $validated_components );
|
206 |
-
$value_is_empty = ( 0 === count( $filled_components ) );
|
207 |
-
$value_is_complete = count( $filled_components ) === count( $validated_components );
|
208 |
-
|
209 |
-
// Missing value components
|
210 |
-
if ( 1 === $part['required'] && ! $value_is_complete ) {
|
211 |
-
return new WP_Error( 'error', __( 'This field is required.', 'happyforms' ) );
|
212 |
-
}
|
213 |
-
|
214 |
-
// Set to empty if partially incomplete
|
215 |
-
if ( ! $value_is_empty && ! $value_is_complete ) {
|
216 |
-
return $this->get_default_value( $part );
|
217 |
-
}
|
218 |
-
|
219 |
-
// Return if completely empty
|
220 |
-
if ( $value_is_empty ) {
|
221 |
-
return $this->get_default_value( $part );
|
222 |
-
}
|
223 |
-
|
224 |
-
// Year, month, day
|
225 |
-
if ( ! empty( $validated_value['year'] ) && 'time' !== $part['date_type'] ) {
|
226 |
-
// Year not in range
|
227 |
-
$year = intval( $validated_value['year'] );
|
228 |
-
$min_year = intval( $part['min_year'] );
|
229 |
-
$max_year = intval( $part['max_year'] );
|
230 |
-
|
231 |
-
if ( $year > $max_year || $year < $min_year ) {
|
232 |
-
return new WP_Error(
|
233 |
-
'error',
|
234 |
-
__( 'Year input does not match minimum and maximum value allowed.', 'happyforms' )
|
235 |
-
);
|
236 |
-
}
|
237 |
-
}
|
238 |
-
|
239 |
-
// Hours, minutes
|
240 |
-
if ( ! empty( $validated_value['hour'] )
|
241 |
-
&& ( 'time' === $part['date_type'] || 'datetime' === $part['date_type'] ) ) {
|
242 |
-
$hour = intval( $validated_value['hour'] );
|
243 |
-
$min_hour = intval( $part['min_hour'] );
|
244 |
-
$max_hour = intval( $part['max_hour'] );
|
245 |
-
|
246 |
-
if ( $hour > $max_hour || $hour < $min_hour ) {
|
247 |
-
return new WP_Error(
|
248 |
-
'error',
|
249 |
-
__( 'Hour input does not match minimum and maximum value allowed.', 'happyforms' )
|
250 |
-
);
|
251 |
-
}
|
252 |
-
}
|
253 |
-
|
254 |
-
// General format
|
255 |
-
$year = sprintf( '%04d', intval( $validated_value['year'] ) );
|
256 |
-
$month = sprintf( '%02d', intval( $validated_value['month'] ) );
|
257 |
-
$day = sprintf( '%02d', intval( $validated_value['day'] ) );
|
258 |
-
$hour = sprintf( '%02d', intval( $validated_value['hour'] ) );
|
259 |
-
$minute = sprintf( '%02d', intval( $validated_value['minute'] ) );
|
260 |
-
$period = $validated_value['period'];
|
261 |
-
|
262 |
-
switch( $part['date_type'] ) {
|
263 |
-
case 'date':
|
264 |
-
$string_value = sprintf( '%s-%s-%s', $year, $month, $day );
|
265 |
-
$format = 'Y-m-d';
|
266 |
-
break;
|
267 |
-
case 'datetime':
|
268 |
-
if ( '12' == $part['time_format'] ) {
|
269 |
-
$string_value = sprintf( '%s-%s-%s %s:%s %s', $year, $month, $day, $hour, $minute, $period );
|
270 |
-
$format = 'Y-m-d h:i A';
|
271 |
-
} else {
|
272 |
-
$string_value = sprintf( '%s-%s-%s %s:%s', $year, $month, $day, $hour, $minute );
|
273 |
-
$format = 'Y-m-d H:i';
|
274 |
-
}
|
275 |
-
break;
|
276 |
-
case 'time':
|
277 |
-
if ( '12' == $part['time_format'] ) {
|
278 |
-
$string_value = sprintf( '%s:%s %s', $hour, $minute, $period );
|
279 |
-
$format = 'h:i A';
|
280 |
-
} else {
|
281 |
-
$string_value = sprintf( '%s:%s', $hour, $minute );
|
282 |
-
$format = 'H:i';
|
283 |
-
}
|
284 |
-
break;
|
285 |
-
case 'month_year':
|
286 |
-
$string_value = sprintf( '%s-%s', $year, $month );
|
287 |
-
$format = 'Y-m';
|
288 |
-
break;
|
289 |
-
case 'month':
|
290 |
-
$string_value = sprintf( '%s', $month );
|
291 |
-
$format = 'm';
|
292 |
-
break;
|
293 |
-
case 'year':
|
294 |
-
$string_value = sprintf( '%s', $year );
|
295 |
-
$format = 'Y';
|
296 |
-
break;
|
297 |
-
default:
|
298 |
-
$string_value = '';
|
299 |
-
$format = '';
|
300 |
-
break;
|
301 |
-
}
|
302 |
-
|
303 |
-
if ( ! date_create_from_format( $format, $string_value ) ) {
|
304 |
-
return new WP_Error( 'error', __( 'Not a valid date.', 'happyforms' ) );
|
305 |
-
}
|
306 |
-
|
307 |
-
return $validated_value;
|
308 |
-
}
|
309 |
-
|
310 |
-
public function stringify_value( $value, $part, $form ) {
|
311 |
-
if ( $this->type === $part['type'] ) {
|
312 |
-
$filled_components = array_filter( $value );
|
313 |
-
$value_is_empty = ( 0 === count( $filled_components ) );
|
314 |
-
|
315 |
-
if ( ! $value_is_empty ) {
|
316 |
-
$year = intval( $value['year'] );
|
317 |
-
$months = happyforms_get_months( $form );
|
318 |
-
$month = intval( $value['month'] );
|
319 |
-
$month = isset( $months[$month] ) ? $months[$month] : '';
|
320 |
-
$day = intval( $value['day'] );
|
321 |
-
$hour = sprintf( '%02d', intval( $value['hour'] ) );
|
322 |
-
$minute = sprintf( '%02d', intval( $value['minute'] ) );
|
323 |
-
$period = $value['period'];
|
324 |
-
$site_date_format = happyforms_get_site_date_format();
|
325 |
-
|
326 |
-
switch ( $part['date_type'] ) {
|
327 |
-
case 'date':
|
328 |
-
$value = "{$month} {$day}, {$year}";
|
329 |
-
|
330 |
-
if ( 'day_first' === $site_date_format ) {
|
331 |
-
$value = "{$day} {$month} {$year}";
|
332 |
-
}
|
333 |
-
break;
|
334 |
-
case 'time':
|
335 |
-
$value = "{$hour}:{$minute}";
|
336 |
-
|
337 |
-
if ( '12' == $part['time_format'] ) {
|
338 |
-
$value .= " {$period}";
|
339 |
-
}
|
340 |
-
break;
|
341 |
-
case 'datetime':
|
342 |
-
$date_part = "{$month} {$day}, {$year}";
|
343 |
-
|
344 |
-
if ( 'day_first' === $site_date_format ) {
|
345 |
-
$date_part = "{$day} {$month} {$year}";
|
346 |
-
}
|
347 |
-
|
348 |
-
$value = $date_part . __( 'at', 'happyforms' ) . " {$hour}:{$minute}";
|
349 |
-
|
350 |
-
if ( '12' == $part['time_format'] ) {
|
351 |
-
$value .= " {$period}";
|
352 |
-
}
|
353 |
-
break;
|
354 |
-
case 'month_year':
|
355 |
-
$value = "{$month} {$year}";
|
356 |
-
break;
|
357 |
-
case 'month':
|
358 |
-
$value = "{$month}";
|
359 |
-
break;
|
360 |
-
case 'year':
|
361 |
-
$value = "{$year}";
|
362 |
-
break;
|
363 |
-
default:
|
364 |
-
$value = '';
|
365 |
-
break;
|
366 |
-
}
|
367 |
-
} else {
|
368 |
-
$value = '';
|
369 |
-
}
|
370 |
-
}
|
371 |
-
|
372 |
-
return $value;
|
373 |
-
}
|
374 |
-
|
375 |
-
public function html_part_class( $class, $part, $form ) {
|
376 |
-
if ( $this->type === $part['type'] ) {
|
377 |
-
if ( 1 === intval( $part['required'] ) ) {
|
378 |
-
$class[] = 'happyforms-part-date--required';
|
379 |
-
}
|
380 |
-
|
381 |
-
if ( isset( $part['date_type'] ) ) {
|
382 |
-
$class[] = 'happyforms-part-date--' . $part['date_type'];
|
383 |
-
}
|
384 |
-
|
385 |
-
if ( isset( $part['time_format'] ) ) {
|
386 |
-
$class[] = 'happyforms-part-date--' . $part['time_format'];
|
387 |
-
}
|
388 |
-
}
|
389 |
-
|
390 |
-
return $class;
|
391 |
-
}
|
392 |
-
|
393 |
-
/**
|
394 |
-
* Enqueue scripts in customizer area.
|
395 |
-
*
|
396 |
-
* @since 1.0.0.
|
397 |
-
*
|
398 |
-
* @param array List of dependencies.
|
399 |
-
*
|
400 |
-
* @return void
|
401 |
-
*/
|
402 |
-
public function customize_enqueue_scripts( $deps = array() ) {
|
403 |
-
wp_enqueue_script(
|
404 |
-
'part-date',
|
405 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-date.js',
|
406 |
-
$deps, HAPPYFORMS_VERSION, true
|
407 |
-
);
|
408 |
-
}
|
409 |
-
|
410 |
-
public function script_dependencies( $deps, $forms ) {
|
411 |
-
$contains_date = false;
|
412 |
-
$form_controller = happyforms_get_form_controller();
|
413 |
-
|
414 |
-
foreach ( $forms as $form ) {
|
415 |
-
if ( $form_controller->get_first_part_by_type( $form, $this->type ) ) {
|
416 |
-
$contains_date = true;
|
417 |
-
break;
|
418 |
-
}
|
419 |
-
}
|
420 |
-
|
421 |
-
if ( ! happyforms_is_preview() && ! $contains_date ) {
|
422 |
-
return $deps;
|
423 |
-
}
|
424 |
-
|
425 |
-
wp_register_script(
|
426 |
-
'happyforms-part-date',
|
427 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/date.js',
|
428 |
-
array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
|
429 |
-
);
|
430 |
-
|
431 |
-
$deps[] = 'happyforms-part-date';
|
432 |
-
|
433 |
-
return $deps;
|
434 |
-
}
|
435 |
-
|
436 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/classes/parts/class-part-narrative.php
DELETED
@@ -1,197 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class HappyForms_Part_Narrative extends HappyForms_Form_Part {
|
4 |
-
|
5 |
-
public $type = 'narrative';
|
6 |
-
|
7 |
-
public function __construct() {
|
8 |
-
$this->label = __( 'Story', 'happyforms' );
|
9 |
-
$this->description = __( 'For adding fill-in-the-blank style inputs to a paragraph of text.', 'happyforms' );
|
10 |
-
|
11 |
-
add_filter( 'happyforms_stringify_part_value', array( $this, 'stringify_value' ), 10, 3 );
|
12 |
-
add_filter( 'happyforms_frontend_dependencies', array( $this, 'script_dependencies' ), 10, 2 );
|
13 |
-
}
|
14 |
-
|
15 |
-
/**
|
16 |
-
* Get all part meta fields defaults.
|
17 |
-
*
|
18 |
-
* @since 1.0.0.
|
19 |
-
*
|
20 |
-
* @return array
|
21 |
-
*/
|
22 |
-
public function get_customize_fields() {
|
23 |
-
$fields = array(
|
24 |
-
'type' => array(
|
25 |
-
'default' => $this->type,
|
26 |
-
'sanitize' => 'sanitize_text_field',
|
27 |
-
),
|
28 |
-
'label' => array(
|
29 |
-
'default' => __( 'Story', 'happyforms' ),
|
30 |
-
'sanitize' => 'sanitize_text_field',
|
31 |
-
),
|
32 |
-
'label_placement' => array(
|
33 |
-
'default' => 'above',
|
34 |
-
'sanitize' => 'sanitize_text_field'
|
35 |
-
),
|
36 |
-
'format' => array(
|
37 |
-
'default' => '',
|
38 |
-
'sanitize' => 'sanitize_text_field'
|
39 |
-
),
|
40 |
-
'width' => array(
|
41 |
-
'default' => 'full',
|
42 |
-
'sanitize' => 'sanitize_key'
|
43 |
-
),
|
44 |
-
'css_class' => array(
|
45 |
-
'default' => '',
|
46 |
-
'sanitize' => 'sanitize_text_field'
|
47 |
-
),
|
48 |
-
'required' => array(
|
49 |
-
'default' => 1,
|
50 |
-
'sanitize' => 'happyforms_sanitize_checkbox',
|
51 |
-
),
|
52 |
-
);
|
53 |
-
|
54 |
-
return happyforms_get_part_customize_fields( $fields, $this->type );
|
55 |
-
}
|
56 |
-
|
57 |
-
/**
|
58 |
-
* Get template for part item in customize pane.
|
59 |
-
*
|
60 |
-
* @since 1.0.0.
|
61 |
-
*
|
62 |
-
* @return string
|
63 |
-
*/
|
64 |
-
public function customize_templates() {
|
65 |
-
$template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-narrative.php';
|
66 |
-
$template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
|
67 |
-
|
68 |
-
require_once( $template_path );
|
69 |
-
}
|
70 |
-
|
71 |
-
/**
|
72 |
-
* Get front end part template with parsed data.
|
73 |
-
*
|
74 |
-
* @since 1.0.0.
|
75 |
-
*
|
76 |
-
* @param array $part_data Form part data.
|
77 |
-
* @param array $form_data Form (post) data.
|
78 |
-
*
|
79 |
-
* @return string Markup for the form part.
|
80 |
-
*/
|
81 |
-
public function frontend_template( $part_data = array(), $form_data = array() ) {
|
82 |
-
$part = wp_parse_args( $part_data, $this->get_customize_defaults() );
|
83 |
-
$form = $form_data;
|
84 |
-
|
85 |
-
include( happyforms_get_include_folder() . '/core/templates/parts/frontend-narrative.php' );
|
86 |
-
}
|
87 |
-
|
88 |
-
public function get_default_value( $part_data = array() ) {
|
89 |
-
$tokens = happyforms_get_narrative_tokens( $part_data['format'] );
|
90 |
-
|
91 |
-
return $tokens;
|
92 |
-
}
|
93 |
-
|
94 |
-
/**
|
95 |
-
* Sanitize submitted value before storing it.
|
96 |
-
*
|
97 |
-
* @since 1.0.0.
|
98 |
-
*
|
99 |
-
* @param array $part_data Form part data.
|
100 |
-
*
|
101 |
-
* @return string
|
102 |
-
*/
|
103 |
-
public function sanitize_value( $part_data = array(), $form_data = array(), $request = array() ) {
|
104 |
-
$sanitized_value = $this->get_default_value( $part_data );
|
105 |
-
$part_name = happyforms_get_part_name( $part_data, $form_data );
|
106 |
-
|
107 |
-
if ( isset( $request[$part_name] ) ) {
|
108 |
-
$sanitized_value = array_map( 'sanitize_text_field', $request[$part_name] );
|
109 |
-
}
|
110 |
-
|
111 |
-
return $sanitized_value;
|
112 |
-
}
|
113 |
-
|
114 |
-
/**
|
115 |
-
* Validate value before submitting it. If it fails validation,
|
116 |
-
* return WP_Error object, showing respective error message.
|
117 |
-
*
|
118 |
-
* @since 1.0.0.
|
119 |
-
*
|
120 |
-
* @param array $part Form part data.
|
121 |
-
* @param string $value Submitted value.
|
122 |
-
*
|
123 |
-
* @return string|object
|
124 |
-
*/
|
125 |
-
public function validate_value( $value, $part = array(), $form = array() ) {
|
126 |
-
$tokens = happyforms_get_narrative_tokens( $part['format'] );
|
127 |
-
|
128 |
-
if ( 1 === $part['required'] ) {
|
129 |
-
if ( count( $value ) < count( $tokens ) ) {
|
130 |
-
return new WP_Error( 'error', __( 'This field is required.', 'happyforms' ) );
|
131 |
-
}
|
132 |
-
|
133 |
-
foreach( $value as $component ) {
|
134 |
-
if ( empty( $component ) ) {
|
135 |
-
return new WP_Error( 'error', __( 'This field is required.', 'happyforms' ) );
|
136 |
-
}
|
137 |
-
}
|
138 |
-
}
|
139 |
-
|
140 |
-
return $value;
|
141 |
-
}
|
142 |
-
|
143 |
-
public function stringify_value( $value, $part, $form ) {
|
144 |
-
if ( $this->type === $part['type'] ) {
|
145 |
-
$tokens = happyforms_get_narrative_tokens( $part['format'] );
|
146 |
-
$format = happyforms_get_narrative_format( $part['format'] );
|
147 |
-
$value = vsprintf( html_entity_decode( stripslashes( $format ) ), $value );
|
148 |
-
$value = sanitize_text_field( $value );
|
149 |
-
}
|
150 |
-
|
151 |
-
return $value;
|
152 |
-
}
|
153 |
-
|
154 |
-
/**
|
155 |
-
* Enqueue scripts in customizer area.
|
156 |
-
*
|
157 |
-
* @since 1.0.0.
|
158 |
-
*
|
159 |
-
* @param array List of dependencies.
|
160 |
-
*
|
161 |
-
* @return void
|
162 |
-
*/
|
163 |
-
public function customize_enqueue_scripts( $deps = array() ) {
|
164 |
-
wp_enqueue_script(
|
165 |
-
'part-narrative',
|
166 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-narrative.js',
|
167 |
-
$deps, HAPPYFORMS_VERSION, true
|
168 |
-
);
|
169 |
-
}
|
170 |
-
|
171 |
-
public function script_dependencies( $deps, $forms ) {
|
172 |
-
$contains_narrative = false;
|
173 |
-
$form_controller = happyforms_get_form_controller();
|
174 |
-
|
175 |
-
foreach ( $forms as $form ) {
|
176 |
-
if ( $form_controller->get_first_part_by_type( $form, $this->type ) ) {
|
177 |
-
$contains_narrative = true;
|
178 |
-
break;
|
179 |
-
}
|
180 |
-
}
|
181 |
-
|
182 |
-
if ( ! happyforms_is_preview() && ! $contains_narrative ) {
|
183 |
-
return $deps;
|
184 |
-
}
|
185 |
-
|
186 |
-
wp_register_script(
|
187 |
-
'happyforms-part-narrative',
|
188 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/narrative.js',
|
189 |
-
array(), HAPPYFORMS_VERSION, true
|
190 |
-
);
|
191 |
-
|
192 |
-
$deps[] = 'happyforms-part-narrative';
|
193 |
-
|
194 |
-
return $deps;
|
195 |
-
}
|
196 |
-
|
197 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/classes/parts/class-part-placeholder.php
DELETED
@@ -1,167 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class HappyForms_Part_Placeholder extends HappyForms_Form_Part {
|
4 |
-
|
5 |
-
public $type = 'placeholder';
|
6 |
-
|
7 |
-
public function __construct() {
|
8 |
-
$this->label = __( 'Placeholder', 'happyforms' );
|
9 |
-
$this->description = __( 'For adding helper text, horizontal rules and extra space.', 'happyforms' );
|
10 |
-
|
11 |
-
add_filter( 'happyforms_message_part_visible', array( $this, 'message_part_visible' ), 10, 2 );
|
12 |
-
add_filter( 'happyforms_email_part_visible', array( $this, 'email_part_visible' ), 10, 2 );
|
13 |
-
}
|
14 |
-
|
15 |
-
/**
|
16 |
-
* Get all part meta fields defaults.
|
17 |
-
*
|
18 |
-
* @since 1.0.0.
|
19 |
-
*
|
20 |
-
* @return array
|
21 |
-
*/
|
22 |
-
public function get_customize_fields() {
|
23 |
-
$fields = array(
|
24 |
-
'type' => array(
|
25 |
-
'default' => $this->type,
|
26 |
-
'sanitize' => 'sanitize_text_field',
|
27 |
-
),
|
28 |
-
'label' => array(
|
29 |
-
'default' => '',
|
30 |
-
'sanitize' => 'sanitize_text_field',
|
31 |
-
),
|
32 |
-
'label_placement' => array(
|
33 |
-
'default' => 'above',
|
34 |
-
'sanitize' => 'sanitize_text_field'
|
35 |
-
),
|
36 |
-
'width' => array(
|
37 |
-
'default' => 'full',
|
38 |
-
'sanitize' => 'sanitize_key'
|
39 |
-
),
|
40 |
-
'css_class' => array(
|
41 |
-
'default' => '',
|
42 |
-
'sanitize' => 'sanitize_text_field'
|
43 |
-
),
|
44 |
-
'placeholder_text' => array(
|
45 |
-
'default' => '',
|
46 |
-
'sanitize' => 'esc_html'
|
47 |
-
),
|
48 |
-
'required' => array(
|
49 |
-
'default' => 0,
|
50 |
-
'sanitize' => 'happyforms_sanitize_checkbox'
|
51 |
-
)
|
52 |
-
);
|
53 |
-
|
54 |
-
return happyforms_get_part_customize_fields( $fields, $this->type );
|
55 |
-
}
|
56 |
-
|
57 |
-
/**
|
58 |
-
* Get template for part item in customize pane.
|
59 |
-
*
|
60 |
-
* @since 1.0.0.
|
61 |
-
*
|
62 |
-
* @return string
|
63 |
-
*/
|
64 |
-
public function customize_templates() {
|
65 |
-
$template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-placeholder.php';
|
66 |
-
$template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
|
67 |
-
|
68 |
-
require_once( $template_path );
|
69 |
-
}
|
70 |
-
|
71 |
-
/**
|
72 |
-
* Get front end part template with parsed data.
|
73 |
-
*
|
74 |
-
* @since 1.0.0.
|
75 |
-
*
|
76 |
-
* @param array $part_data Form part data.
|
77 |
-
* @param array $form_data Form (post) data.
|
78 |
-
*
|
79 |
-
* @return string Markup for the form part.
|
80 |
-
*/
|
81 |
-
public function frontend_template( $part_data = array(), $form_data = array() ) {
|
82 |
-
$part = wp_parse_args( $part_data, $this->get_customize_defaults() );
|
83 |
-
$form = $form_data;
|
84 |
-
|
85 |
-
include( happyforms_get_include_folder() . '/core/templates/parts/frontend-placeholder.php' );
|
86 |
-
}
|
87 |
-
|
88 |
-
/**
|
89 |
-
* Get all possible messages definitions.
|
90 |
-
*
|
91 |
-
* @since 1.0.0.
|
92 |
-
*
|
93 |
-
* @return array Associative array, specifying message type and copy.
|
94 |
-
*/
|
95 |
-
public function get_message_definitions() {
|
96 |
-
return array();
|
97 |
-
}
|
98 |
-
|
99 |
-
/**
|
100 |
-
* Sanitize submitted value before storing it.
|
101 |
-
*
|
102 |
-
* @since 1.0.0.
|
103 |
-
*
|
104 |
-
* @param array $part_data Form part data.
|
105 |
-
*
|
106 |
-
* @return string
|
107 |
-
*/
|
108 |
-
public function sanitize_value( $part_data = array(), $form_data = array(), $request = array() ) {
|
109 |
-
$sanitized_value = $this->get_default_value( $part_data );
|
110 |
-
$part_name = happyforms_get_part_name( $part_data, $form_data );
|
111 |
-
|
112 |
-
if ( isset( $request[$part_name] ) ) {
|
113 |
-
$sanitized_value = sanitize_text_field( $request[$part_name] );
|
114 |
-
}
|
115 |
-
|
116 |
-
return $sanitized_value;
|
117 |
-
}
|
118 |
-
|
119 |
-
/**
|
120 |
-
* Validate value before submitting it.
|
121 |
-
*
|
122 |
-
* @since 1.0.0.
|
123 |
-
*
|
124 |
-
* @param array $part Form part data.
|
125 |
-
* @param string $value Submitted value.
|
126 |
-
*
|
127 |
-
* @return string
|
128 |
-
*/
|
129 |
-
public function validate_value( $value, $part = array(), $form = array() ) {
|
130 |
-
$validated_value = esc_attr( $value );
|
131 |
-
|
132 |
-
return $validated_value;
|
133 |
-
}
|
134 |
-
|
135 |
-
public function message_part_visible( $visible, $part ) {
|
136 |
-
if ( $this->type === $part['type'] ) {
|
137 |
-
$visible = false;
|
138 |
-
}
|
139 |
-
|
140 |
-
return $visible;
|
141 |
-
}
|
142 |
-
|
143 |
-
public function email_part_visible( $visible, $part ) {
|
144 |
-
if ( $this->type === $part['type'] ) {
|
145 |
-
$visible = false;
|
146 |
-
}
|
147 |
-
|
148 |
-
return $visible;
|
149 |
-
}
|
150 |
-
|
151 |
-
/**
|
152 |
-
* Enqueue scripts in customizer area.
|
153 |
-
*
|
154 |
-
* @since 1.0.0.
|
155 |
-
*
|
156 |
-
* @param array List of dependencies.
|
157 |
-
*
|
158 |
-
* @return void
|
159 |
-
*/
|
160 |
-
public function customize_enqueue_scripts( $deps = array() ) {
|
161 |
-
wp_enqueue_script(
|
162 |
-
'part-placeholder',
|
163 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-placeholder.js',
|
164 |
-
$deps, HAPPYFORMS_VERSION, true
|
165 |
-
);
|
166 |
-
}
|
167 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/classes/parts/class-part-table.php
DELETED
@@ -1,348 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class HappyForms_Part_Table extends HappyForms_Form_Part {
|
4 |
-
|
5 |
-
public $type = 'table';
|
6 |
-
|
7 |
-
public function __construct() {
|
8 |
-
$this->label = __( 'Table', 'happyforms' );
|
9 |
-
$this->description = __( 'For radios and checkboxes displaying in a grid of rows and columns.', 'happyforms' );
|
10 |
-
|
11 |
-
add_filter( 'happyforms_part_value', array( $this, 'get_part_value' ), 10, 3 );
|
12 |
-
add_filter( 'happyforms_part_class', array( $this, 'html_part_class' ), 10, 3 );
|
13 |
-
add_filter( 'happyforms_stringify_part_value', array( $this, 'stringify_value' ), 10, 3 );
|
14 |
-
add_filter( 'happyforms_message_part_value', array( $this, 'message_part_value' ), 10, 4 );
|
15 |
-
add_filter( 'happyforms_frontend_dependencies', array( $this, 'script_dependencies' ), 10, 2 );
|
16 |
-
}
|
17 |
-
|
18 |
-
/**
|
19 |
-
* Get all part meta fields defaults.
|
20 |
-
*
|
21 |
-
* @since 1.0.0.
|
22 |
-
*
|
23 |
-
* @return array
|
24 |
-
*/
|
25 |
-
public function get_customize_fields() {
|
26 |
-
$fields = array(
|
27 |
-
'type' => array(
|
28 |
-
'default' => $this->type,
|
29 |
-
'sanitize' => 'sanitize_text_field',
|
30 |
-
),
|
31 |
-
'label' => array(
|
32 |
-
'default' => __( 'Options', 'happyforms' ),
|
33 |
-
'sanitize' => 'sanitize_text_field',
|
34 |
-
),
|
35 |
-
'label_placement' => array(
|
36 |
-
'default' => 'above',
|
37 |
-
'sanitize' => 'sanitize_text_field'
|
38 |
-
),
|
39 |
-
'description' => array(
|
40 |
-
'default' => '',
|
41 |
-
'sanitize' => 'sanitize_text_field'
|
42 |
-
),
|
43 |
-
'description_mode' => array(
|
44 |
-
'default' => '',
|
45 |
-
'sanitize' => 'sanitize_text_field'
|
46 |
-
),
|
47 |
-
'width' => array(
|
48 |
-
'default' => 'full',
|
49 |
-
'sanitize' => 'sanitize_key'
|
50 |
-
),
|
51 |
-
'css_class' => array(
|
52 |
-
'default' => '',
|
53 |
-
'sanitize' => 'sanitize_text_field'
|
54 |
-
),
|
55 |
-
'required' => array(
|
56 |
-
'default' => 1,
|
57 |
-
'sanitize' => 'happyforms_sanitize_checkbox',
|
58 |
-
),
|
59 |
-
'allow_multiple_selection' => array(
|
60 |
-
'default' => 0,
|
61 |
-
'sanitize' => 'happyforms_sanitize_checkbox'
|
62 |
-
),
|
63 |
-
'columns' => array(
|
64 |
-
'default' => array(),
|
65 |
-
'sanitize' => 'happyforms_sanitize_array'
|
66 |
-
),
|
67 |
-
'rows' => array(
|
68 |
-
'default' => array(),
|
69 |
-
'sanitize' => 'happyforms_sanitize_array'
|
70 |
-
),
|
71 |
-
);
|
72 |
-
|
73 |
-
return happyforms_get_part_customize_fields( $fields, $this->type );
|
74 |
-
}
|
75 |
-
|
76 |
-
private function get_column_defaults() {
|
77 |
-
return array(
|
78 |
-
'is_default' => 0,
|
79 |
-
'label' => '',
|
80 |
-
'type' => 'column'
|
81 |
-
);
|
82 |
-
}
|
83 |
-
|
84 |
-
private function get_row_defaults() {
|
85 |
-
return array(
|
86 |
-
'label' => '',
|
87 |
-
'type' => 'row'
|
88 |
-
);
|
89 |
-
}
|
90 |
-
|
91 |
-
/**
|
92 |
-
* Get template for part item in customize pane.
|
93 |
-
*
|
94 |
-
* @since 1.0.0.
|
95 |
-
*
|
96 |
-
* @return string
|
97 |
-
*/
|
98 |
-
public function customize_templates() {
|
99 |
-
$template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-table.php';
|
100 |
-
$template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
|
101 |
-
|
102 |
-
require_once( $template_path );
|
103 |
-
}
|
104 |
-
|
105 |
-
/**
|
106 |
-
* Get front end part template with parsed data.
|
107 |
-
*
|
108 |
-
* @since 1.0.0.
|
109 |
-
*
|
110 |
-
* @param array $part_data Form part data.
|
111 |
-
* @param array $form_data Form (post) data.
|
112 |
-
*
|
113 |
-
* @return string Markup for the form part.
|
114 |
-
*/
|
115 |
-
public function frontend_template( $part_data = array(), $form_data = array() ) {
|
116 |
-
$part = wp_parse_args( $part_data, $this->get_customize_defaults() );
|
117 |
-
$form = $form_data;
|
118 |
-
|
119 |
-
foreach( $part['columns'] as $c => $column ) {
|
120 |
-
$part['columns'][$c] = wp_parse_args( $column, $this->get_column_defaults() );
|
121 |
-
}
|
122 |
-
|
123 |
-
foreach( $part['rows'] as $r => $row ) {
|
124 |
-
$part['rows'][$r] = wp_parse_args( $row, $this->get_row_defaults() );
|
125 |
-
}
|
126 |
-
|
127 |
-
include( happyforms_get_include_folder() . '/core/templates/parts/frontend-table.php' );
|
128 |
-
}
|
129 |
-
|
130 |
-
/**
|
131 |
-
* Enqueue scripts in customizer area.
|
132 |
-
*
|
133 |
-
* @since 1.0.0.
|
134 |
-
*
|
135 |
-
* @param array List of dependencies.
|
136 |
-
*
|
137 |
-
* @return void
|
138 |
-
*/
|
139 |
-
public function customize_enqueue_scripts( $deps = array() ) {
|
140 |
-
wp_register_script(
|
141 |
-
'part-table',
|
142 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-table.js',
|
143 |
-
$deps, HAPPYFORMS_VERSION, true
|
144 |
-
);
|
145 |
-
|
146 |
-
$settings = array(
|
147 |
-
'column' => $this->get_column_defaults(),
|
148 |
-
'row' => $this->get_row_defaults(),
|
149 |
-
);
|
150 |
-
|
151 |
-
wp_localize_script( 'part-table', '_happyFormsTableSettings', $settings );
|
152 |
-
wp_enqueue_script( 'part-table' );
|
153 |
-
}
|
154 |
-
|
155 |
-
public function get_default_value( $part_data = array() ) {
|
156 |
-
$value = array();
|
157 |
-
|
158 |
-
if ( $part_data['allow_multiple_selection'] ) {
|
159 |
-
foreach( $part_data['rows'] as $row ) {
|
160 |
-
$value[$row['id']] = array();
|
161 |
-
}
|
162 |
-
}
|
163 |
-
|
164 |
-
return $value;
|
165 |
-
}
|
166 |
-
|
167 |
-
/**
|
168 |
-
* Sanitize submitted value before storing it.
|
169 |
-
*
|
170 |
-
* @since 1.0.0.
|
171 |
-
*
|
172 |
-
* @param array $part_data Form part data.
|
173 |
-
*
|
174 |
-
* @return string
|
175 |
-
*/
|
176 |
-
public function sanitize_value( $part_data = array(), $form_data = array(), $request = array() ) {
|
177 |
-
$sanitized_value = $this->get_default_value( $part_data );
|
178 |
-
$part_name = happyforms_get_part_name( $part_data, $form_data );
|
179 |
-
|
180 |
-
if ( isset( $request[$part_name] ) ) {
|
181 |
-
$requested_data = $request[$part_name];
|
182 |
-
|
183 |
-
if ( is_array( $requested_data ) ) {
|
184 |
-
if ( $part_data['allow_multiple_selection'] ) {
|
185 |
-
// Checkbox mode
|
186 |
-
foreach( $requested_data as $row_id => $row ) {
|
187 |
-
$sanitized_value[$row_id] = array_map( 'intval', $requested_data[$row_id] );
|
188 |
-
}
|
189 |
-
} else {
|
190 |
-
// Radio mode
|
191 |
-
$sanitized_value = array_map( 'intval', $requested_data );
|
192 |
-
}
|
193 |
-
}
|
194 |
-
}
|
195 |
-
|
196 |
-
return $sanitized_value;
|
197 |
-
}
|
198 |
-
|
199 |
-
/**
|
200 |
-
* Validate value before submitting it. If it fails validation, return WP_Error object, showing respective error message.
|
201 |
-
*
|
202 |
-
* @since 1.0.0.
|
203 |
-
*
|
204 |
-
* @param array $part Form part data.
|
205 |
-
* @param string $value Submitted value.
|
206 |
-
*
|
207 |
-
* @return string|object
|
208 |
-
*/
|
209 |
-
public function validate_value( $value, $part = array(), $form = array() ) {
|
210 |
-
$validated_value = $value;
|
211 |
-
|
212 |
-
$rows = happyforms_get_part_options( $part['rows'], $part, $form );
|
213 |
-
$columns = happyforms_get_part_options( $part['columns'], $part, $form );
|
214 |
-
$row_ids = wp_list_pluck( $rows, 'id' );
|
215 |
-
|
216 |
-
if ( 1 === $part['required'] ) {
|
217 |
-
$validated_rows = array_keys( $validated_value );
|
218 |
-
|
219 |
-
if ( count( $row_ids ) !== count( array_intersect( $row_ids, $validated_rows ) ) ) {
|
220 |
-
return new WP_Error( 'error', __( 'This field is required.', 'happyforms' ) );
|
221 |
-
}
|
222 |
-
|
223 |
-
if ( $part['allow_multiple_selection'] ) {
|
224 |
-
$non_empty_rows = array_filter( $validated_value );
|
225 |
-
|
226 |
-
if ( count( $non_empty_rows ) !== count( $row_ids ) ) {
|
227 |
-
return new WP_Error( 'error', __( 'This field is required.', 'happyforms' ) );
|
228 |
-
}
|
229 |
-
}
|
230 |
-
}
|
231 |
-
|
232 |
-
$columns = range( 0, count( $columns ) - 1 );
|
233 |
-
|
234 |
-
if ( $part['allow_multiple_selection'] ) {
|
235 |
-
// Checkbox mode
|
236 |
-
foreach( $validated_value as $row_id => $row ) {
|
237 |
-
$intersection = array_intersect( $columns, $row );
|
238 |
-
|
239 |
-
if ( count( $row ) !== count( $intersection ) ) {
|
240 |
-
return new WP_Error( 'error', __( 'Checkbox values are not valid.', 'happyforms' ) );
|
241 |
-
}
|
242 |
-
}
|
243 |
-
} else {
|
244 |
-
// Radio mode
|
245 |
-
foreach( $validated_value as $value ) {
|
246 |
-
if ( ! in_array( $value, $columns ) ) {
|
247 |
-
return new WP_Error( 'error', __( 'Radio values are not valid.', 'happyforms' ) );
|
248 |
-
}
|
249 |
-
}
|
250 |
-
}
|
251 |
-
|
252 |
-
return $validated_value;
|
253 |
-
}
|
254 |
-
|
255 |
-
public function get_part_value( $value, $part, $form ) {
|
256 |
-
if ( $this->type === $part['type'] ) {
|
257 |
-
foreach ( $part['columns'] as $c => $column ) {
|
258 |
-
if ( ! happyforms_is_falsy( $column['is_default'] ) ) {
|
259 |
-
if ( ! $part['allow_multiple_selection'] ) {
|
260 |
-
$value = $c;
|
261 |
-
} else {
|
262 |
-
foreach( $value as $r => $row ) {
|
263 |
-
$value[$r][] = $c;
|
264 |
-
}
|
265 |
-
}
|
266 |
-
}
|
267 |
-
}
|
268 |
-
}
|
269 |
-
|
270 |
-
return $value;
|
271 |
-
}
|
272 |
-
|
273 |
-
public function html_part_class( $class, $part, $form ) {
|
274 |
-
if ( $this->type === $part['type'] ) {
|
275 |
-
if ( $part['allow_multiple_selection'] ) {
|
276 |
-
$class[] = 'happyforms-selection--multiple';
|
277 |
-
}
|
278 |
-
}
|
279 |
-
|
280 |
-
return $class;
|
281 |
-
}
|
282 |
-
|
283 |
-
public function stringify_value( $value, $part, $form ) {
|
284 |
-
if ( $this->type === $part['type'] ) {
|
285 |
-
$columns = happyforms_get_part_options( $part['columns'], $part, $form );
|
286 |
-
$rows = happyforms_get_part_options( $part['rows'], $part, $form );
|
287 |
-
$column_labels = wp_list_pluck( $columns, 'label' );
|
288 |
-
$row_labels = wp_list_pluck( $rows, 'label', 'id' );
|
289 |
-
$string_value = array();
|
290 |
-
|
291 |
-
foreach ( $value as $row_id => $row_values ) {
|
292 |
-
$row_label = $row_labels[$row_id];
|
293 |
-
$row_values = $part['allow_multiple_selection'] ? $row_values : array( $row_values );
|
294 |
-
|
295 |
-
foreach ( $row_values as $r => $row_value ) {
|
296 |
-
$row_values[$r] = $column_labels[$row_value];
|
297 |
-
}
|
298 |
-
|
299 |
-
if ( count( $row_values ) ) {
|
300 |
-
$row_values = implode( ', ', $row_values );
|
301 |
-
$string_value[] = "{$row_label}: $row_values";
|
302 |
-
}
|
303 |
-
}
|
304 |
-
|
305 |
-
$value = implode( '<br>', $string_value );
|
306 |
-
}
|
307 |
-
|
308 |
-
return $value;
|
309 |
-
}
|
310 |
-
|
311 |
-
public function message_part_value( $value, $original_value, $part, $destination ) {
|
312 |
-
if ( isset( $part['type'] )
|
313 |
-
&& $this->type === $part['type']
|
314 |
-
&& 'email' === $destination ) {
|
315 |
-
|
316 |
-
$value = "<br>{$value}";
|
317 |
-
}
|
318 |
-
|
319 |
-
return $value;
|
320 |
-
}
|
321 |
-
|
322 |
-
public function script_dependencies( $deps, $forms ) {
|
323 |
-
$contains_table = false;
|
324 |
-
$form_controller = happyforms_get_form_controller();
|
325 |
-
|
326 |
-
foreach ( $forms as $form ) {
|
327 |
-
if ( $form_controller->get_first_part_by_type( $form, $this->type ) ) {
|
328 |
-
$contains_table = true;
|
329 |
-
break;
|
330 |
-
}
|
331 |
-
}
|
332 |
-
|
333 |
-
if ( ! happyforms_is_preview() && ! $contains_table ) {
|
334 |
-
return $deps;
|
335 |
-
}
|
336 |
-
|
337 |
-
wp_register_script(
|
338 |
-
'happyforms-part-table',
|
339 |
-
happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/table.js',
|
340 |
-
array(), HAPPYFORMS_VERSION, true
|
341 |
-
);
|
342 |
-
|
343 |
-
$deps[] = 'happyforms-part-table';
|
344 |
-
|
345 |
-
return $deps;
|
346 |
-
}
|
347 |
-
|
348 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/helpers/helper-form-templates.php
CHANGED
@@ -916,23 +916,6 @@ function happyforms_get_part_options( $options, $part, $form ) {
|
|
916 |
|
917 |
endif;
|
918 |
|
919 |
-
if ( ! function_exists( 'happyforms_recaptcha' ) ) :
|
920 |
-
|
921 |
-
function happyforms_recaptcha( $form ) {
|
922 |
-
$has_captcha = apply_filters( 'happyforms_form_has_captcha', false, $form );
|
923 |
-
if ( $has_captcha ): ?>
|
924 |
-
<div class="happyforms-form__part happyforms-part happyforms-part--recaptcha" data-sitekey="<?php echo $form['captcha_site_key']; ?>" data-happyforms-type="recaptcha" data-theme="<?php echo $form['captcha_theme']; ?>">
|
925 |
-
<label for="g-recaptcha-response" class="happyforms-part__label">
|
926 |
-
<span class="label"><?php echo $form['captcha_label']; ?></span>
|
927 |
-
</label>
|
928 |
-
<div class="happyforms-part-wrap" id="happyforms-<?php echo $form['ID']; ?>-recaptcha">
|
929 |
-
</div>
|
930 |
-
</div>
|
931 |
-
<?php endif;
|
932 |
-
}
|
933 |
-
|
934 |
-
endif;
|
935 |
-
|
936 |
if ( ! function_exists( 'happyforms_geolocation_link' ) ) :
|
937 |
|
938 |
function happyforms_geolocation_link( $part ) {
|
@@ -1405,17 +1388,6 @@ function happyforms_get_narrative_tokens( $format, $with_placeholders = false )
|
|
1405 |
|
1406 |
endif;
|
1407 |
|
1408 |
-
if ( ! function_exists( 'happyforms_submit_enabled' ) ) :
|
1409 |
-
|
1410 |
-
function happyforms_submit_enabled( $form ) {
|
1411 |
-
$disabled = happyforms_get_form_property( $form, 'disable_submit_until_valid' );
|
1412 |
-
$preview = happyforms_is_preview_context();
|
1413 |
-
|
1414 |
-
return $disabled || $preview;
|
1415 |
-
}
|
1416 |
-
|
1417 |
-
endif;
|
1418 |
-
|
1419 |
if ( ! function_exists( 'happyforms_get_form_attributes' ) ):
|
1420 |
|
1421 |
function happyforms_get_form_attributes( $form ) {
|
@@ -1454,41 +1426,6 @@ function happyforms_get_shortcode( $form_id = 'ID' ) {
|
|
1454 |
|
1455 |
endif;
|
1456 |
|
1457 |
-
if ( ! function_exists( 'happyforms_get_recaptcha_locales' ) ):
|
1458 |
-
|
1459 |
-
function happyforms_get_recaptcha_locales() {
|
1460 |
-
$locales = array(
|
1461 |
-
'ar', 'af', 'am', 'hy', 'az', 'eu',
|
1462 |
-
'bn', 'bg', 'ca', 'zh-HK', 'zh-CN',
|
1463 |
-
'zh-TW', 'hr', 'cs', 'da', 'nl', 'en-GB',
|
1464 |
-
'en', 'et', 'fil', 'fi', 'fr', 'fr-CA',
|
1465 |
-
'gl', 'ka', 'de', 'de-AT', 'de-CH', 'el',
|
1466 |
-
'gu', 'iw', 'hi', 'hu', 'is', 'id', 'it',
|
1467 |
-
'ja', 'kn', 'pl', 'pt', 'pt-BR', 'pt-PT',
|
1468 |
-
'ro', 'ru', 'sr', 'si', 'sk', 'sl', 'es',
|
1469 |
-
'es-419', 'sw', 'sv', 'ta', 'te', 'th',
|
1470 |
-
'tr', 'uk', 'ur', 'vi', 'zu'
|
1471 |
-
);
|
1472 |
-
|
1473 |
-
return $locales;
|
1474 |
-
}
|
1475 |
-
|
1476 |
-
endif;
|
1477 |
-
|
1478 |
-
if ( ! function_exists( 'happyforms_get_recaptcha_locale' ) ):
|
1479 |
-
|
1480 |
-
function happyforms_get_recaptcha_locale() {
|
1481 |
-
$wp_locale = get_locale();
|
1482 |
-
$locale = preg_replace( '/[-_]+.+/m', '', $wp_locale );
|
1483 |
-
$locales = happyforms_get_recaptcha_locales();
|
1484 |
-
$locale = in_array( $locale, $locales ) ? $locale : '';
|
1485 |
-
$locale = apply_filters( 'happyforms_recaptcha_locale', $locale, $wp_locale );
|
1486 |
-
|
1487 |
-
return $locale;
|
1488 |
-
}
|
1489 |
-
|
1490 |
-
endif;
|
1491 |
-
|
1492 |
if ( ! function_exists( 'happyforms_get_previous_part' ) ):
|
1493 |
|
1494 |
function happyforms_get_previous_part( $part, $form ) {
|
916 |
|
917 |
endif;
|
918 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
919 |
if ( ! function_exists( 'happyforms_geolocation_link' ) ) :
|
920 |
|
921 |
function happyforms_geolocation_link( $part ) {
|
1388 |
|
1389 |
endif;
|
1390 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1391 |
if ( ! function_exists( 'happyforms_get_form_attributes' ) ):
|
1392 |
|
1393 |
function happyforms_get_form_attributes( $form ) {
|
1426 |
|
1427 |
endif;
|
1428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1429 |
if ( ! function_exists( 'happyforms_get_previous_part' ) ):
|
1430 |
|
1431 |
function happyforms_get_previous_part( $part, $form ) {
|
inc/core/templates/partials/form-confirm-preview.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<div class="happyforms-form__part happyforms-part happyforms-part--submit">
|
2 |
-
<input type="submit" class="happyforms-submit happyforms-button--submit" value="<?php echo esc_attr( happyforms_get_form_property( $form, 'submit_button_label' ) ); ?>" data-step="<?php echo happyforms_get_last_step( $form, true ); ?>" />
|
3 |
-
<a href="#" class="submit"><?php _e( 'Edit', 'happyforms' ); ?></a>
|
4 |
-
</div>
|
|
|
|
|
|
|
|
inc/core/templates/partials/form-submit-preview.php
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
<div class="happyforms-form__part happyforms-part happyforms-part--submit">
|
2 |
-
<?php do_action( 'happyforms_form_submit_before', $form ); ?>
|
3 |
-
<input type="submit" class="happyforms-submit happyforms-button--submit" value="<?php echo esc_attr( happyforms_get_form_property( $form, 'review_button_label' ) ); ?>" <?php if ( happyforms_submit_enabled( $form ) ) : ?> disabled<?php endif; ?>>
|
4 |
-
<?php do_action( 'happyforms_form_submit_after', $form ); ?>
|
5 |
-
</div>
|
|
|
|
|
|
|
|
|
|
inc/core/templates/partials/form-submit.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php $submit_button_extra_class = ( happyforms_get_form_property( $form, 'submit_button_html_class' ) ) ? happyforms_get_form_property( $form, 'submit_button_html_class' ) : ''; ?>
|
2 |
<div class="happyforms-form__part happyforms-part happyforms-part--submit">
|
3 |
<?php do_action( 'happyforms_form_submit_before', $form ); ?>
|
4 |
-
<input type="submit" class="happyforms-submit happyforms-button--submit <?php echo $submit_button_extra_class; ?>" value="<?php echo esc_attr( happyforms_get_form_property( $form, 'submit_button_label' ) ); ?>"
|
5 |
<?php do_action( 'happyforms_form_submit_after', $form ); ?>
|
6 |
</div>
|
1 |
<?php $submit_button_extra_class = ( happyforms_get_form_property( $form, 'submit_button_html_class' ) ) ? happyforms_get_form_property( $form, 'submit_button_html_class' ) : ''; ?>
|
2 |
<div class="happyforms-form__part happyforms-part happyforms-part--submit">
|
3 |
<?php do_action( 'happyforms_form_submit_before', $form ); ?>
|
4 |
+
<input type="submit" class="happyforms-submit happyforms-button--submit <?php echo $submit_button_extra_class; ?>" value="<?php echo esc_attr( happyforms_get_form_property( $form, 'submit_button_label' ) ); ?>">
|
5 |
<?php do_action( 'happyforms_form_submit_after', $form ); ?>
|
6 |
</div>
|
inc/core/templates/partials/part-preview.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php $visible = apply_filters( 'happyforms_message_part_visible', true, $part ); ?>
|
2 |
-
<div class="happyforms-form__part happyforms-part-preview" <?php if ( ! $visible ) : ?>style="display: none;"<?php endif; ?>>
|
3 |
-
<label class="happyforms-part__label">
|
4 |
-
<span class="label"><?php echo esc_html( $part['label'] ); ?></span>
|
5 |
-
</label>
|
6 |
-
<div class="happyforms-part__el-preview"><?php happyforms_the_part_preview_value( $part, $form ); ?></div>
|
7 |
-
<div class="happyforms-hide">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/templates/single-form.php
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
happyforms_the_form_part( $part, $form );
|
19 |
} ?>
|
20 |
<?php do_action( 'happyforms_parts_after', $form ); ?>
|
21 |
-
<?php happyforms_recaptcha( $form ); ?>
|
22 |
<?php happyforms_submit( $form ); ?>
|
23 |
</div>
|
24 |
|
18 |
happyforms_the_form_part( $part, $form );
|
19 |
} ?>
|
20 |
<?php do_action( 'happyforms_parts_after', $form ); ?>
|
|
|
21 |
<?php happyforms_submit( $form ); ?>
|
22 |
</div>
|
23 |
|
languages/happyforms.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: HappyForms 1.8.
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
-
"POT-Creation-Date: 2019-07-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -13,120 +13,195 @@ msgstr ""
|
|
13 |
"Language-Team: The Theme Foundry\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.4.9\n"
|
15 |
|
16 |
-
#: inc/classes/class-happyforms.php:
|
17 |
msgid "Include mark and reply link"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: inc/classes/class-happyforms.php:
|
21 |
msgid "Reply to your users and mark their submission as read in one click."
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: inc/classes/class-happyforms.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
msgid "Track goal link"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: inc/classes/class-happyforms.php:
|
29 |
msgid ""
|
30 |
"Track recipients landing on this internal page after successfully "
|
31 |
"submitting this form."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: inc/classes/class-happyforms.php:
|
35 |
msgid "Use theme styles"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: inc/classes/class-happyforms.php:
|
39 |
msgid "Inherit theme default styles instead of using HappyForms styles."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: inc/classes/class-happyforms.php:
|
43 |
msgid "Shuffle parts"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: inc/classes/class-happyforms.php:
|
47 |
msgid "Shuffle the order of all form parts to avoid biases in your responses."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: inc/classes/class-happyforms.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Require password"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: inc/classes/class-happyforms.php:
|
55 |
msgid "Only users with password will be able to view and submit the form."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: inc/classes/class-happyforms.php:
|
59 |
msgid "Open in overlay window"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: inc/classes/class-happyforms.php:
|
63 |
msgid "Generate a link that can be clicked to open an overlay window for this form."
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/classes/class-happyforms.php:
|
67 |
msgid "Save responses"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: inc/classes/class-happyforms.php:
|
71 |
msgid "Keep recipients responses stored in your WordPress database."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: inc/classes/class-happyforms.php:
|
75 |
msgid "Save abandoned responses"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: inc/classes/class-happyforms.php:
|
79 |
msgid "Keep incomplete recipients responses stored in your WordPress database."
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: inc/classes/class-happyforms.php:
|
83 |
msgid "Give each response an ID number"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: inc/classes/class-happyforms.php:
|
87 |
msgid "Tag responses with a unique, incremental identifier."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: inc/classes/class-happyforms.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
msgid "Limit responses"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: inc/classes/class-happyforms.php:
|
95 |
msgid "Set limit on number of allowed form submission in general or per user."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: inc/classes/class-happyforms.php:
|
99 |
msgid "Schedule visibility"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/classes/class-happyforms.php:
|
103 |
msgid ""
|
104 |
"Show or hide this form during a chosen time and day. Go to Settings > "
|
105 |
"Timezone to set your city offset."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: inc/classes/class-happyforms.php:
|
109 |
msgid "HappyForms Upgrade"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: inc/classes/class-happyforms.php:
|
113 |
#: inc/core/templates/customize-form-parts-drawer.php:30
|
114 |
#: inc/templates/customize-controls/checkbox_dummy.php:7
|
115 |
msgid "Upgrade"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/classes/class-
|
119 |
-
|
120 |
-
|
121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
msgid "Oops! Your response is invalid — please review your message."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/classes/class-message-controller.php:
|
126 |
#: inc/templates/email-owner.php:29
|
127 |
msgid "Tracking number"
|
128 |
msgstr ""
|
129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
#: inc/classes/parts/class-part-attachment-dummy.php:8
|
131 |
msgid "Attachment"
|
132 |
msgstr ""
|
@@ -135,6 +210,30 @@ msgstr ""
|
|
135 |
msgid "For allowing file uploads with easy drag and drop zone."
|
136 |
msgstr ""
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
#: inc/classes/parts/class-part-page-break-dummy.php:8
|
139 |
msgid "Page Break"
|
140 |
msgstr ""
|
@@ -143,6 +242,32 @@ msgstr ""
|
|
143 |
msgid "For splitting your form across multiple pages with navigation controls."
|
144 |
msgstr ""
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
#: inc/classes/parts/class-part-poll-dummy.php:8
|
147 |
msgid "Poll"
|
148 |
msgstr ""
|
@@ -151,6 +276,74 @@ msgstr ""
|
|
151 |
msgid "For collecting opinions and showing published results in a bar chart."
|
152 |
msgstr ""
|
153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
#. Plugin Name of the plugin/theme
|
155 |
msgid "HappyForms"
|
156 |
msgstr ""
|
@@ -351,232 +544,166 @@ msgstr ""
|
|
351 |
msgid " Copy"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: inc/core/classes/class-form-part-library.php:
|
355 |
msgid "Invalid data"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: inc/core/classes/class-form-part-library.php:
|
359 |
msgid "Part definition not found"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/core/classes/class-form-part-library.php:
|
363 |
msgid "Missing validation callback for field %s"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/core/classes/class-form-setup.php:
|
367 |
msgid "Thank you! Your response has been successfully submitted."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/core/classes/class-form-setup.php:
|
371 |
msgid "You received a new message"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/core/classes/class-form-setup.php:
|
375 |
msgid "We received your message"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: inc/core/classes/class-form-setup.php:
|
379 |
msgid ""
|
380 |
"Your message has been successfully sent. We appreciate you contacting us "
|
381 |
"and we’ll be in touch soon."
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: inc/core/classes/class-form-setup.php:
|
385 |
msgid "(optional)"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: inc/core/classes/class-form-setup.php:
|
389 |
msgid "Submit Form"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: inc/core/classes/class-form-setup.php:
|
393 |
msgid "Validate your submission"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: inc/core/classes/class-form-setup.php:
|
397 |
msgid "Review submission"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: inc/core/classes/class-form-setup.php:
|
401 |
msgid "Confirmation message"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/core/classes/class-form-setup.php:
|
405 |
msgid ""
|
406 |
"This is the message your users will see after succesfully submitting your "
|
407 |
"form."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: inc/core/classes/class-form-setup.php:
|
411 |
msgid "Receive submission alerts"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: inc/core/classes/class-form-setup.php:
|
415 |
#: inc/core/templates/admin-tracking.php:15
|
416 |
msgid "Email address"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: inc/core/classes/class-form-setup.php:
|
420 |
msgid ""
|
421 |
"Add your email address here to receive a confirmation email for each form "
|
422 |
"response. You can add multiple email addresses by separating each address "
|
423 |
"with a comma."
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: inc/core/classes/class-form-setup.php:
|
427 |
msgid "Email Bcc address"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: inc/core/classes/class-form-setup.php:
|
431 |
msgid ""
|
432 |
"Add your Bcc email address here to receive a confirmation email for each "
|
433 |
"form response without appearing in the received message header. You can "
|
434 |
"add multiple email addresses by separating each address with a comma."
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: inc/core/classes/class-form-setup.php:
|
438 |
-
#: inc/core/classes/class-form-setup.php:
|
439 |
msgid "Email subject"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: inc/core/classes/class-form-setup.php:
|
443 |
msgid ""
|
444 |
"Each time a user submits a message, you'll receive an email with this "
|
445 |
"subject."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: inc/core/classes/class-form-setup.php:
|
449 |
msgid "Send confirmation email"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: inc/core/classes/class-form-setup.php:
|
453 |
msgid "Email display name"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: inc/core/classes/class-form-setup.php:
|
457 |
msgid ""
|
458 |
"If your form contains an email field, recipients will receive an email with "
|
459 |
"this sender name."
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: inc/core/classes/class-form-setup.php:
|
463 |
msgid ""
|
464 |
"If your form contains an email field, recipients will receive an email with "
|
465 |
"this subject."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: inc/core/classes/class-form-setup.php:
|
469 |
msgid "Email content"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: inc/core/classes/class-form-setup.php:
|
473 |
msgid ""
|
474 |
"If your form contains an email field, recipients will receive an email with "
|
475 |
"this content."
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: inc/core/classes/class-form-setup.php:
|
479 |
msgid "Include submitted values"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: inc/core/classes/class-form-setup.php:
|
483 |
msgid "Optional part label"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/core/classes/class-form-setup.php:
|
487 |
msgid "Submit button label"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/core/classes/class-form-setup.php:
|
491 |
msgid "Submit button HTML class"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: inc/core/classes/class-form-setup.php:
|
495 |
msgid "Set custom form HTML ID"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: inc/core/classes/class-form-setup.php:
|
499 |
msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: inc/core/classes/class-form-setup.php:
|
503 |
msgid "Form HTML ID"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: inc/core/classes/class-form-setup.php:
|
507 |
-
msgid "Redirect on complete"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: inc/core/classes/class-form-setup.php:285
|
511 |
-
msgid ""
|
512 |
-
"By default, recipients will be redirected to the post or page displaying "
|
513 |
-
"this form. To set a custom redirect webpage, add a link here."
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: inc/core/classes/class-form-setup.php:290
|
517 |
-
msgid "On complete redirect link"
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: inc/core/classes/class-form-setup.php:295
|
521 |
-
msgid "Open redirect link in new tab"
|
522 |
-
msgstr ""
|
523 |
-
|
524 |
-
#: inc/core/classes/class-form-setup.php:300
|
525 |
msgid "Spam prevention"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: inc/core/classes/class-form-setup.php:
|
529 |
msgid "Protect your form against bots by using HoneyPot security."
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: inc/core/classes/class-form-setup.php:307
|
533 |
-
msgid ""
|
534 |
-
"Use <a href=\"%s\" target=\"_blank\" class=\"external\"> Google "
|
535 |
-
"ReCaptcha</a>"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: inc/core/classes/class-form-setup.php:310
|
539 |
-
msgid "Protect your form against bots using your Google ReCaptcha credentials."
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: inc/core/classes/class-form-setup.php:315
|
543 |
-
msgid "ReCaptcha site key"
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: inc/core/classes/class-form-setup.php:320
|
547 |
-
msgid "ReCaptcha secret key"
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: inc/core/classes/class-form-setup.php:325
|
551 |
-
msgid "ReCaptcha label"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: inc/core/classes/class-form-setup.php:330
|
555 |
-
msgid "Preview values before submission"
|
556 |
-
msgstr ""
|
557 |
-
|
558 |
-
#: inc/core/classes/class-form-setup.php:331
|
559 |
-
msgid "Let your users review their submission before confirming it."
|
560 |
-
msgstr ""
|
561 |
-
|
562 |
-
#: inc/core/classes/class-form-setup.php:336
|
563 |
-
msgid "Review button text"
|
564 |
-
msgstr ""
|
565 |
-
|
566 |
-
#: inc/core/classes/class-form-setup.php:341
|
567 |
-
msgid "Fade submit button until valid"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: inc/core/classes/class-form-setup.php:343
|
571 |
-
msgid ""
|
572 |
-
"Reduce the opacity of the submit button until all required form parts are "
|
573 |
-
"valid."
|
574 |
-
msgstr ""
|
575 |
-
|
576 |
-
#: inc/core/classes/class-form-setup.php:451
|
577 |
-
msgid "Please review your submission..."
|
578 |
-
msgstr ""
|
579 |
-
|
580 |
#: inc/core/classes/class-form-styles.php:49
|
581 |
msgid "Left-to-right"
|
582 |
msgstr ""
|
@@ -586,46 +713,46 @@ msgid "Right-to-left"
|
|
586 |
msgstr ""
|
587 |
|
588 |
#: inc/core/classes/class-form-styles.php:71
|
589 |
-
#: inc/core/classes/class-form-styles.php:
|
590 |
-
#: inc/core/classes/class-form-styles.php:
|
591 |
-
#: inc/core/classes/class-form-styles.php:
|
592 |
-
#: inc/core/classes/class-form-styles.php:
|
593 |
msgid "Default"
|
594 |
msgstr ""
|
595 |
|
596 |
#: inc/core/classes/class-form-styles.php:72
|
597 |
-
#: inc/core/classes/class-form-styles.php:
|
598 |
-
#: inc/core/classes/class-form-styles.php:
|
599 |
-
#: inc/core/classes/class-form-styles.php:
|
600 |
msgid "Narrow"
|
601 |
msgstr ""
|
602 |
|
603 |
#: inc/core/classes/class-form-styles.php:73
|
604 |
-
#: inc/core/classes/class-form-styles.php:
|
605 |
-
#: inc/core/classes/class-form-styles.php:
|
606 |
-
#: inc/core/classes/class-form-styles.php:
|
607 |
msgid "Wide"
|
608 |
msgstr ""
|
609 |
|
610 |
#: inc/core/classes/class-form-styles.php:81
|
611 |
-
#: inc/core/classes/class-form-styles.php:
|
612 |
-
#: inc/core/classes/class-form-styles.php:
|
613 |
#: inc/core/templates/parts/customize-date.php:36
|
614 |
#: inc/core/templates/parts/customize-date.php:65
|
615 |
msgid "Show"
|
616 |
msgstr ""
|
617 |
|
618 |
#: inc/core/classes/class-form-styles.php:82
|
619 |
-
#: inc/core/classes/class-form-styles.php:
|
620 |
-
#: inc/core/classes/class-form-styles.php:
|
621 |
msgid "Hide"
|
622 |
msgstr ""
|
623 |
|
624 |
#: inc/core/classes/class-form-styles.php:90
|
625 |
-
#: inc/core/classes/class-form-styles.php:
|
626 |
-
#: inc/core/classes/class-form-styles.php:
|
627 |
-
#: inc/core/classes/class-form-styles.php:
|
628 |
-
#: inc/core/classes/class-form-styles.php:
|
629 |
#: inc/core/templates/parts/customize-address.php:11
|
630 |
#: inc/core/templates/parts/customize-checkbox.php:11
|
631 |
#: inc/core/templates/parts/customize-date.php:11
|
@@ -648,80 +775,72 @@ msgid "Left"
|
|
648 |
msgstr ""
|
649 |
|
650 |
#: inc/core/classes/class-form-styles.php:91
|
651 |
-
#: inc/core/classes/class-form-styles.php:
|
652 |
-
#: inc/core/classes/class-form-styles.php:
|
653 |
-
#: inc/core/classes/class-form-styles.php:
|
654 |
-
#: inc/core/classes/class-form-styles.php:
|
655 |
msgid "Center"
|
656 |
msgstr ""
|
657 |
|
658 |
#: inc/core/classes/class-form-styles.php:92
|
659 |
-
#: inc/core/classes/class-form-styles.php:
|
660 |
-
#: inc/core/classes/class-form-styles.php:
|
661 |
-
#: inc/core/classes/class-form-styles.php:
|
662 |
-
#: inc/core/classes/class-form-styles.php:
|
663 |
msgid "Right"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: inc/core/classes/class-form-styles.php:
|
667 |
-
msgid "Light color"
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: inc/core/classes/class-form-styles.php:111
|
671 |
-
msgid "Dark color"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: inc/core/classes/class-form-styles.php:128
|
675 |
msgid "All sides"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: inc/core/classes/class-form-styles.php:
|
679 |
msgid "Bottom only"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: inc/core/classes/class-form-styles.php:
|
683 |
-
#: inc/core/classes/class-form-styles.php:
|
684 |
msgid "Square"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: inc/core/classes/class-form-styles.php:
|
688 |
-
#: inc/core/classes/class-form-styles.php:
|
689 |
msgid "Round"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: inc/core/classes/class-form-styles.php:
|
693 |
-
#: inc/core/classes/class-form-styles.php:
|
694 |
msgid "Pill"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: inc/core/classes/class-form-styles.php:
|
698 |
-
#: inc/core/classes/class-form-styles.php:
|
699 |
msgid "Normal"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: inc/core/classes/class-form-styles.php:
|
703 |
-
#: inc/core/classes/class-form-styles.php:
|
704 |
msgid "Bold"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: inc/core/classes/class-form-styles.php:
|
708 |
msgid "Full width"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: inc/core/classes/class-form-styles.php:
|
712 |
msgid "Above form"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: inc/core/classes/class-form-styles.php:
|
716 |
msgid "Below form"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: inc/core/classes/class-form-styles.php:
|
720 |
msgid "General"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: inc/core/classes/class-form-styles.php:
|
724 |
-
#: inc/core/classes/class-form-styles.php:
|
725 |
#: inc/core/templates/parts/customize-address.php:86
|
726 |
#: inc/core/templates/parts/customize-checkbox.php:80
|
727 |
#: inc/core/templates/parts/customize-date.php:111
|
@@ -744,208 +863,165 @@ msgstr ""
|
|
744 |
msgid "Width"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: inc/core/classes/class-form-styles.php:
|
748 |
-
#: inc/core/classes/class-form-styles.php:
|
749 |
msgid "Padding"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: inc/core/classes/class-form-styles.php:
|
753 |
msgid "Direction"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: inc/core/classes/class-form-styles.php:
|
757 |
msgid "Display notices"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: inc/core/classes/class-form-styles.php:
|
761 |
-
|
|
|
|
|
|
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: inc/core/classes/class-form-styles.php:
|
765 |
-
#: inc/core/classes/class-form-styles.php:644
|
766 |
-
#: inc/core/classes/class-form-styles.php:714
|
767 |
-
#: inc/core/classes/class-form-styles.php:879
|
768 |
-
msgid "Colors"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: inc/core/classes/class-form-styles.php:563
|
772 |
msgid "Primary"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: inc/core/classes/class-form-styles.php:
|
776 |
msgid "Success notice"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: inc/core/classes/class-form-styles.php:
|
780 |
msgid "Success notice text"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: inc/core/classes/class-form-styles.php:
|
784 |
msgid "Error"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: inc/core/classes/class-form-styles.php:
|
788 |
msgid "Error notice"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: inc/core/classes/class-form-styles.php:
|
792 |
msgid "Error notice text"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: inc/core/classes/class-form-styles.php:
|
796 |
msgid "Form title"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: inc/core/classes/class-form-styles.php:
|
800 |
msgid "Display"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: inc/core/classes/class-form-styles.php:
|
804 |
-
#: inc/core/classes/class-form-styles.php:
|
805 |
msgid "Alignment"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: inc/core/classes/class-form-styles.php:
|
809 |
-
#: inc/core/classes/class-form-styles.php:
|
810 |
msgid "Font size"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: inc/core/classes/class-form-styles.php:
|
814 |
msgid "Part borders & spacing"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: inc/core/classes/class-form-styles.php:
|
818 |
-
#: inc/core/classes/class-form-styles.php:
|
819 |
-
#: inc/core/classes/class-form-styles.php:
|
820 |
-
#: inc/core/classes/class-form-styles.php:
|
821 |
msgid "Border"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: inc/core/classes/class-form-styles.php:
|
825 |
msgid "Border location"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: inc/core/classes/class-form-styles.php:
|
829 |
-
#: inc/core/classes/class-form-styles.php:
|
830 |
msgid "Border radius"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: inc/core/classes/class-form-styles.php:
|
834 |
msgid "Outer padding"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: inc/core/classes/class-form-styles.php:
|
838 |
msgid "Inner padding"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: inc/core/classes/class-form-styles.php:
|
842 |
msgid "Border on focus"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: inc/core/classes/class-form-styles.php:
|
846 |
-
#: inc/core/classes/class-form-styles.php:
|
847 |
-
#: inc/core/classes/class-form-styles.php:
|
848 |
-
#: inc/core/classes/class-form-styles.php:
|
849 |
msgid "Background"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: inc/core/classes/class-form-styles.php:
|
853 |
-
#: inc/core/classes/class-form-styles.php:
|
854 |
-
#: inc/core/classes/class-form-styles.php:
|
855 |
-
#: inc/core/classes/class-form-styles.php:
|
856 |
msgid "Background on focus"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: inc/core/classes/class-form-styles.php:
|
860 |
msgid "Part labels & text"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: inc/core/classes/class-form-styles.php:
|
864 |
msgid "Toggle placeholder on part focus"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: inc/core/classes/class-form-styles.php:
|
868 |
msgid "Title alignment"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: inc/core/classes/class-form-styles.php:
|
872 |
msgid "Title font size"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: inc/core/classes/class-form-styles.php:
|
876 |
msgid "Title font weight"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: inc/core/classes/class-form-styles.php:
|
880 |
msgid "Description alignment"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: inc/core/classes/class-form-styles.php:
|
884 |
msgid "Description font size"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: inc/core/classes/class-form-styles.php:
|
888 |
msgid "Placeholder & value alignment"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: inc/core/classes/class-form-styles.php:
|
892 |
msgid "Value font size"
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: inc/core/classes/class-form-styles.php:
|
896 |
-
#: inc/core/classes/parts/class-part-title.php:8
|
897 |
-
#: inc/core/classes/parts/class-part-title.php:30
|
898 |
-
#: inc/core/templates/parts/customize-address.php:4
|
899 |
-
#: inc/core/templates/parts/customize-checkbox.php:4
|
900 |
-
#: inc/core/templates/parts/customize-date.php:4
|
901 |
-
#: inc/core/templates/parts/customize-email.php:4
|
902 |
-
#: inc/core/templates/parts/customize-multi-line-text.php:4
|
903 |
-
#: inc/core/templates/parts/customize-narrative.php:4
|
904 |
-
#: inc/core/templates/parts/customize-number.php:4
|
905 |
-
#: inc/core/templates/parts/customize-phone.php:4
|
906 |
-
#: inc/core/templates/parts/customize-placeholder.php:4
|
907 |
-
#: inc/core/templates/parts/customize-radio.php:4
|
908 |
-
#: inc/core/templates/parts/customize-rating.php:4
|
909 |
-
#: inc/core/templates/parts/customize-rich-text.php:4
|
910 |
-
#: inc/core/templates/parts/customize-scale.php:4
|
911 |
-
#: inc/core/templates/parts/customize-select.php:4
|
912 |
-
#: inc/core/templates/parts/customize-single-line-text.php:4
|
913 |
-
#: inc/core/templates/parts/customize-table.php:4
|
914 |
-
#: inc/core/templates/parts/customize-title.php:4
|
915 |
-
#: inc/core/templates/parts/customize-website-url.php:4
|
916 |
-
msgid "Title"
|
917 |
-
msgstr ""
|
918 |
-
|
919 |
-
#: inc/core/classes/class-form-styles.php:723
|
920 |
msgid "Value"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: inc/core/classes/class-form-styles.php:
|
924 |
-
#: inc/core/classes/parts/class-part-placeholder.php:8
|
925 |
-
#: inc/core/templates/parts/customize-address.php:36
|
926 |
-
#: inc/core/templates/parts/customize-email.php:36
|
927 |
-
#: inc/core/templates/parts/customize-multi-line-text.php:36
|
928 |
-
#: inc/core/templates/parts/customize-number.php:36
|
929 |
-
#: inc/core/templates/parts/customize-phone.php:36
|
930 |
-
#: inc/core/templates/parts/customize-select.php:34
|
931 |
-
#: inc/core/templates/parts/customize-single-line-text.php:36
|
932 |
-
#: inc/core/templates/parts/customize-title.php:34
|
933 |
-
#: inc/core/templates/parts/customize-website-url.php:36
|
934 |
-
msgid "Placeholder"
|
935 |
-
msgstr ""
|
936 |
-
|
937 |
-
#: inc/core/classes/class-form-styles.php:733
|
938 |
msgid "Dropdowns"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: inc/core/classes/class-form-styles.php:
|
942 |
msgid "Items"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: inc/core/classes/class-form-styles.php:
|
946 |
-
#: inc/core/classes/class-form-styles.php:
|
947 |
#: inc/core/classes/parts/class-part-multi-line-text.php:34
|
948 |
-
#: inc/core/classes/parts/class-part-rich-text.php:33
|
949 |
#: inc/core/classes/parts/class-part-single-line-text.php:29
|
950 |
#: inc/core/templates/parts/customize-legal.php:16
|
951 |
#: inc/core/templates/parts/customize-narrative.php:25
|
@@ -953,70 +1029,64 @@ msgstr ""
|
|
953 |
msgid "Text"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: inc/core/classes/class-form-styles.php:
|
957 |
-
#: inc/core/classes/class-form-styles.php:
|
958 |
msgid "Text focused"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: inc/core/classes/class-form-styles.php:
|
962 |
msgid "Checkboxes & Radios"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: inc/core/classes/class-form-styles.php:
|
966 |
msgid "Checkmark"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: inc/core/classes/class-form-styles.php:
|
970 |
-
#: inc/core/classes/parts/class-part-rating.php:9
|
971 |
-
#: inc/core/classes/parts/class-part-rating.php:31
|
972 |
-
msgid "Rating"
|
973 |
-
msgstr ""
|
974 |
-
|
975 |
-
#: inc/core/classes/class-form-styles.php:788
|
976 |
msgid "Rating star color"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: inc/core/classes/class-form-styles.php:
|
980 |
msgid "Rating star color on hover"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: inc/core/classes/class-form-styles.php:
|
984 |
msgid "Item background"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: inc/core/classes/class-form-styles.php:
|
988 |
msgid "Item background on hover"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: inc/core/classes/class-form-styles.php:
|
992 |
msgid "Tables"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: inc/core/classes/class-form-styles.php:
|
996 |
msgid "Odd row primary"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: inc/core/classes/class-form-styles.php:
|
1000 |
msgid "Odd row secondary"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: inc/core/classes/class-form-styles.php:
|
1004 |
msgid "Even row primary"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: inc/core/classes/class-form-styles.php:
|
1008 |
msgid "Even row secondary"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: inc/core/classes/class-form-styles.php:
|
1012 |
msgid "Submit button"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: inc/core/classes/class-form-styles.php:
|
1016 |
msgid "Font weight"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: inc/core/classes/class-form-styles.php:
|
1020 |
msgid "Make button a part of last input"
|
1021 |
msgstr ""
|
1022 |
|
@@ -1160,40 +1230,6 @@ msgid ""
|
|
1160 |
"forums</a>."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: inc/core/classes/parts/class-part-address.php:13
|
1164 |
-
#: inc/core/classes/parts/class-part-address.php:41
|
1165 |
-
msgid "Address"
|
1166 |
-
msgstr ""
|
1167 |
-
|
1168 |
-
#: inc/core/classes/parts/class-part-address.php:14
|
1169 |
-
msgid "For geographical locations. Includes Google Maps intergration."
|
1170 |
-
msgstr ""
|
1171 |
-
|
1172 |
-
#: inc/core/classes/parts/class-part-address.php:196
|
1173 |
-
#: inc/core/classes/parts/class-part-checkbox.php:185
|
1174 |
-
#: inc/core/classes/parts/class-part-date.php:211
|
1175 |
-
#: inc/core/classes/parts/class-part-email.php:152
|
1176 |
-
#: inc/core/classes/parts/class-part-email.php:156
|
1177 |
-
#: inc/core/classes/parts/class-part-legal.php:120
|
1178 |
-
#: inc/core/classes/parts/class-part-multi-line-text.php:163
|
1179 |
-
#: inc/core/classes/parts/class-part-narrative.php:130
|
1180 |
-
#: inc/core/classes/parts/class-part-narrative.php:135
|
1181 |
-
#: inc/core/classes/parts/class-part-number.php:174
|
1182 |
-
#: inc/core/classes/parts/class-part-phone.php:166
|
1183 |
-
#: inc/core/classes/parts/class-part-phone.php:170
|
1184 |
-
#: inc/core/classes/parts/class-part-radio.php:181
|
1185 |
-
#: inc/core/classes/parts/class-part-rating.php:157
|
1186 |
-
#: inc/core/classes/parts/class-part-rich-text.php:204
|
1187 |
-
#: inc/core/classes/parts/class-part-scale.php:168
|
1188 |
-
#: inc/core/classes/parts/class-part-select.php:175
|
1189 |
-
#: inc/core/classes/parts/class-part-single-line-text.php:134
|
1190 |
-
#: inc/core/classes/parts/class-part-table.php:220
|
1191 |
-
#: inc/core/classes/parts/class-part-table.php:227
|
1192 |
-
#: inc/core/classes/parts/class-part-title.php:171
|
1193 |
-
#: inc/core/classes/parts/class-part-website-url.php:129
|
1194 |
-
msgid "This field is required."
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
#: inc/core/classes/parts/class-part-checkbox.php:10
|
1198 |
msgid "Multiple Choice"
|
1199 |
msgstr ""
|
@@ -1204,7 +1240,6 @@ msgstr ""
|
|
1204 |
|
1205 |
#: inc/core/classes/parts/class-part-checkbox.php:39
|
1206 |
#: inc/core/classes/parts/class-part-radio.php:40
|
1207 |
-
#: inc/core/classes/parts/class-part-table.php:32
|
1208 |
#: inc/core/templates/parts/customize-checkbox.php:37
|
1209 |
#: inc/core/templates/parts/customize-checkbox.php:41
|
1210 |
#: inc/core/templates/parts/customize-radio.php:37
|
@@ -1215,38 +1250,19 @@ msgstr ""
|
|
1215 |
msgid "Options"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: inc/core/classes/parts/class-part-checkbox.php:
|
1219 |
-
#: inc/core/classes/parts/class-part-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
#: inc/core/classes/parts/class-part-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
#: inc/core/classes/parts/class-part-date.php:9
|
1228 |
-
msgid "For formatted day, month, year and or time fields."
|
1229 |
-
msgstr ""
|
1230 |
-
|
1231 |
-
#: inc/core/classes/parts/class-part-date.php:30
|
1232 |
-
#: inc/core/templates/parts/customize-date.php:38
|
1233 |
-
msgid "Date"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: inc/core/classes/parts/class-part-date.php:234
|
1237 |
-
msgid "Year input does not match minimum and maximum value allowed."
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: inc/core/classes/parts/class-part-date.php:249
|
1241 |
-
msgid "Hour input does not match minimum and maximum value allowed."
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: inc/core/classes/parts/class-part-date.php:304
|
1245 |
-
msgid "Not a valid date."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: inc/core/classes/parts/class-part-
|
1249 |
-
msgid "
|
1250 |
msgstr ""
|
1251 |
|
1252 |
#: inc/core/classes/parts/class-part-email.php:8
|
@@ -1270,23 +1286,6 @@ msgstr ""
|
|
1270 |
msgid "Email and confirmation email are not matching."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: inc/core/classes/parts/class-part-legal.php:9
|
1274 |
-
#: inc/core/classes/parts/class-part-legal.php:47
|
1275 |
-
msgid "Legal"
|
1276 |
-
msgstr ""
|
1277 |
-
|
1278 |
-
#: inc/core/classes/parts/class-part-legal.php:10
|
1279 |
-
msgid "For requiring fine print before accepting submission."
|
1280 |
-
msgstr ""
|
1281 |
-
|
1282 |
-
#: inc/core/classes/parts/class-part-legal.php:31
|
1283 |
-
msgid "I accept terms and conditions."
|
1284 |
-
msgstr ""
|
1285 |
-
|
1286 |
-
#: inc/core/classes/parts/class-part-legal.php:125
|
1287 |
-
msgid "Please accept terms before proceeding."
|
1288 |
-
msgstr ""
|
1289 |
-
|
1290 |
#: inc/core/classes/parts/class-part-multi-line-text.php:8
|
1291 |
msgid "Long Text"
|
1292 |
msgstr ""
|
@@ -1297,47 +1296,30 @@ msgstr ""
|
|
1297 |
|
1298 |
#: inc/core/classes/parts/class-part-multi-line-text.php:174
|
1299 |
#: inc/core/classes/parts/class-part-multi-line-text.php:178
|
1300 |
-
#: inc/core/classes/parts/class-part-rich-text.php:216
|
1301 |
-
#: inc/core/classes/parts/class-part-rich-text.php:220
|
1302 |
msgid "Submitted value is too long."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
#: inc/core/classes/parts/class-part-multi-line-text.php:176
|
1306 |
#: inc/core/classes/parts/class-part-multi-line-text.php:180
|
1307 |
-
#: inc/core/classes/parts/class-part-rich-text.php:218
|
1308 |
-
#: inc/core/classes/parts/class-part-rich-text.php:222
|
1309 |
msgid "Submitted value is too short."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
#: inc/core/classes/parts/class-part-multi-line-text.php:224
|
1313 |
-
#: inc/core/classes/parts/class-part-rich-text.php:262
|
1314 |
msgid "characters (min.)"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
#: inc/core/classes/parts/class-part-multi-line-text.php:227
|
1318 |
-
#: inc/core/classes/parts/class-part-rich-text.php:265
|
1319 |
msgid "characters (max.)"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
#: inc/core/classes/parts/class-part-multi-line-text.php:230
|
1323 |
-
#: inc/core/classes/parts/class-part-rich-text.php:268
|
1324 |
msgid "words (min.)"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
#: inc/core/classes/parts/class-part-multi-line-text.php:233
|
1328 |
-
#: inc/core/classes/parts/class-part-rich-text.php:271
|
1329 |
msgid "words (max.)"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: inc/core/classes/parts/class-part-narrative.php:8
|
1333 |
-
#: inc/core/classes/parts/class-part-narrative.php:29
|
1334 |
-
msgid "Story"
|
1335 |
-
msgstr ""
|
1336 |
-
|
1337 |
-
#: inc/core/classes/parts/class-part-narrative.php:9
|
1338 |
-
msgid "For adding fill-in-the-blank style inputs to a paragraph of text."
|
1339 |
-
msgstr ""
|
1340 |
-
|
1341 |
#: inc/core/classes/parts/class-part-number.php:8
|
1342 |
#: inc/core/classes/parts/class-part-number.php:30
|
1343 |
msgid "Number"
|
@@ -1356,27 +1338,9 @@ msgid "This field does not match minimum and maximum allowed value."
|
|
1356 |
msgstr ""
|
1357 |
|
1358 |
#: inc/core/classes/parts/class-part-number.php:201
|
1359 |
-
#: inc/core/classes/parts/class-part-phone.php:174
|
1360 |
msgid "Number and confirmation number are not matching."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: inc/core/classes/parts/class-part-phone.php:8
|
1364 |
-
#: inc/core/classes/parts/class-part-phone.php:30
|
1365 |
-
msgid "Phone"
|
1366 |
-
msgstr ""
|
1367 |
-
|
1368 |
-
#: inc/core/classes/parts/class-part-phone.php:9
|
1369 |
-
msgid "For phone numbers. Includes country specific formatting."
|
1370 |
-
msgstr ""
|
1371 |
-
|
1372 |
-
#: inc/core/classes/parts/class-part-phone.php:74
|
1373 |
-
msgid "Confirm Phone"
|
1374 |
-
msgstr ""
|
1375 |
-
|
1376 |
-
#: inc/core/classes/parts/class-part-placeholder.php:9
|
1377 |
-
msgid "For adding helper text, horizontal rules and extra space."
|
1378 |
-
msgstr ""
|
1379 |
-
|
1380 |
#: inc/core/classes/parts/class-part-radio.php:12
|
1381 |
msgid "Single Choice"
|
1382 |
msgstr ""
|
@@ -1390,63 +1354,6 @@ msgstr ""
|
|
1390 |
msgid "Radio value is not valid."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: inc/core/classes/parts/class-part-rating.php:10
|
1394 |
-
msgid "For collecting opinions using stars and emoji scales."
|
1395 |
-
msgstr ""
|
1396 |
-
|
1397 |
-
#: inc/core/classes/parts/class-part-rating.php:56
|
1398 |
-
#: inc/core/classes/parts/class-part-rating.php:64
|
1399 |
-
msgid "Disappointed"
|
1400 |
-
msgstr ""
|
1401 |
-
|
1402 |
-
#: inc/core/classes/parts/class-part-rating.php:57
|
1403 |
-
#: inc/core/classes/parts/class-part-rating.php:66
|
1404 |
-
msgid "Happy"
|
1405 |
-
msgstr ""
|
1406 |
-
|
1407 |
-
#: inc/core/classes/parts/class-part-rating.php:63
|
1408 |
-
msgid "Disliked"
|
1409 |
-
msgstr ""
|
1410 |
-
|
1411 |
-
#: inc/core/classes/parts/class-part-rating.php:65
|
1412 |
-
msgid "Okay"
|
1413 |
-
msgstr ""
|
1414 |
-
|
1415 |
-
#: inc/core/classes/parts/class-part-rating.php:67
|
1416 |
-
msgid "Loved it"
|
1417 |
-
msgstr ""
|
1418 |
-
|
1419 |
-
#: inc/core/classes/parts/class-part-rating.php:163
|
1420 |
-
msgid "Value should be between 1 and 5."
|
1421 |
-
msgstr ""
|
1422 |
-
|
1423 |
-
#: inc/core/classes/parts/class-part-rating.php:187
|
1424 |
-
#: inc/core/templates/parts/frontend-rating-yesno.php:9
|
1425 |
-
msgid "No"
|
1426 |
-
msgstr ""
|
1427 |
-
|
1428 |
-
#: inc/core/classes/parts/class-part-rating.php:189
|
1429 |
-
#: inc/core/templates/parts/frontend-rating-yesno.php:17
|
1430 |
-
msgid "Yes"
|
1431 |
-
msgstr ""
|
1432 |
-
|
1433 |
-
#: inc/core/classes/parts/class-part-rich-text.php:8
|
1434 |
-
msgid "Text Editor"
|
1435 |
-
msgstr ""
|
1436 |
-
|
1437 |
-
#: inc/core/classes/parts/class-part-rich-text.php:9
|
1438 |
-
msgid "For formatting text, code blocks, lists and more."
|
1439 |
-
msgstr ""
|
1440 |
-
|
1441 |
-
#: inc/core/classes/parts/class-part-scale.php:8
|
1442 |
-
#: inc/core/classes/parts/class-part-scale.php:30
|
1443 |
-
msgid "Scale"
|
1444 |
-
msgstr ""
|
1445 |
-
|
1446 |
-
#: inc/core/classes/parts/class-part-scale.php:9
|
1447 |
-
msgid "For collecting opinions using a horizontal slider."
|
1448 |
-
msgstr ""
|
1449 |
-
|
1450 |
#: inc/core/classes/parts/class-part-select.php:8
|
1451 |
#: inc/core/classes/parts/class-part-select.php:31
|
1452 |
msgid "Dropdown"
|
@@ -1458,8 +1365,6 @@ msgstr ""
|
|
1458 |
|
1459 |
#: inc/core/classes/parts/class-part-select.php:180
|
1460 |
#: inc/core/classes/parts/class-part-select.php:186
|
1461 |
-
#: inc/core/classes/parts/class-part-title.php:176
|
1462 |
-
#: inc/core/classes/parts/class-part-title.php:182
|
1463 |
msgid "Selected value is not valid."
|
1464 |
msgstr ""
|
1465 |
|
@@ -1471,59 +1376,6 @@ msgstr ""
|
|
1471 |
msgid "For single line text fields."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: inc/core/classes/parts/class-part-table.php:8
|
1475 |
-
msgid "Table"
|
1476 |
-
msgstr ""
|
1477 |
-
|
1478 |
-
#: inc/core/classes/parts/class-part-table.php:9
|
1479 |
-
msgid "For radios and checkboxes displaying in a grid of rows and columns."
|
1480 |
-
msgstr ""
|
1481 |
-
|
1482 |
-
#: inc/core/classes/parts/class-part-table.php:247
|
1483 |
-
msgid "Radio values are not valid."
|
1484 |
-
msgstr ""
|
1485 |
-
|
1486 |
-
#: inc/core/classes/parts/class-part-title.php:9
|
1487 |
-
msgid "For displaying personal honorifics."
|
1488 |
-
msgstr ""
|
1489 |
-
|
1490 |
-
#: inc/core/classes/parts/class-part-title.php:107
|
1491 |
-
msgid "Mr."
|
1492 |
-
msgstr ""
|
1493 |
-
|
1494 |
-
#: inc/core/classes/parts/class-part-title.php:108
|
1495 |
-
msgid "Mrs."
|
1496 |
-
msgstr ""
|
1497 |
-
|
1498 |
-
#: inc/core/classes/parts/class-part-title.php:109
|
1499 |
-
msgid "Ms."
|
1500 |
-
msgstr ""
|
1501 |
-
|
1502 |
-
#: inc/core/classes/parts/class-part-title.php:110
|
1503 |
-
msgid "Miss"
|
1504 |
-
msgstr ""
|
1505 |
-
|
1506 |
-
#: inc/core/classes/parts/class-part-title.php:111
|
1507 |
-
msgid "Prof."
|
1508 |
-
msgstr ""
|
1509 |
-
|
1510 |
-
#: inc/core/classes/parts/class-part-title.php:112
|
1511 |
-
msgid "Dr."
|
1512 |
-
msgstr ""
|
1513 |
-
|
1514 |
-
#: inc/core/classes/parts/class-part-website-url.php:8
|
1515 |
-
#: inc/core/classes/parts/class-part-website-url.php:28
|
1516 |
-
msgid "Website Link"
|
1517 |
-
msgstr ""
|
1518 |
-
|
1519 |
-
#: inc/core/classes/parts/class-part-website-url.php:9
|
1520 |
-
msgid "For formatted website URLs."
|
1521 |
-
msgstr ""
|
1522 |
-
|
1523 |
-
#: inc/core/classes/parts/class-part-website-url.php:135
|
1524 |
-
msgid "Not a valid URL."
|
1525 |
-
msgstr ""
|
1526 |
-
|
1527 |
#: inc/core/helpers/helper-activation.php:70
|
1528 |
msgid "Sample Form"
|
1529 |
msgstr ""
|
@@ -1564,1135 +1416,1135 @@ msgstr ""
|
|
1564 |
msgid "Spam protection, skip this field"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1568 |
msgid "Get my location"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1572 |
msgid "Fetching location…"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1576 |
msgid "January"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1580 |
msgid "February"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1584 |
msgid "March"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1588 |
msgid "April"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1592 |
msgid "May"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1596 |
msgid "June"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1600 |
msgid "July"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1604 |
msgid "August"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1608 |
msgid "September"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1612 |
msgid "October"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1616 |
msgid "November"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1620 |
msgid "December"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1624 |
#: inc/core/helpers/helper-misc.php:216
|
1625 |
msgid "Andorra"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1629 |
#: inc/core/helpers/helper-misc.php:434
|
1630 |
msgid "United Arab Emirates"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1634 |
#: inc/core/helpers/helper-misc.php:212
|
1635 |
msgid "Afghanistan"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1639 |
#: inc/core/helpers/helper-misc.php:220
|
1640 |
msgid "Antigua and Barbuda"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1644 |
#: inc/core/helpers/helper-misc.php:218
|
1645 |
msgid "Anguilla"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1649 |
#: inc/core/helpers/helper-misc.php:213
|
1650 |
msgid "Albania"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1654 |
#: inc/core/helpers/helper-misc.php:222
|
1655 |
msgid "Armenia"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1659 |
#: inc/core/helpers/helper-misc.php:217
|
1660 |
msgid "Angola"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1664 |
#: inc/core/helpers/helper-misc.php:219
|
1665 |
msgid "Antarctica"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1669 |
#: inc/core/helpers/helper-misc.php:221
|
1670 |
msgid "Argentina"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1674 |
#: inc/core/helpers/helper-misc.php:215
|
1675 |
msgid "American Samoa"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1679 |
#: inc/core/helpers/helper-misc.php:225
|
1680 |
msgid "Austria"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1684 |
#: inc/core/helpers/helper-misc.php:224
|
1685 |
msgid "Australia"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1689 |
#: inc/core/helpers/helper-misc.php:223
|
1690 |
msgid "Aruba"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1694 |
#: inc/core/helpers/helper-misc.php:226
|
1695 |
msgid "Azerbaijan"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1699 |
msgid "Bosnia and Herzegovina"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1703 |
#: inc/core/helpers/helper-misc.php:230
|
1704 |
msgid "Barbados"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1708 |
#: inc/core/helpers/helper-misc.php:229
|
1709 |
msgid "Bangladesh"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1713 |
#: inc/core/helpers/helper-misc.php:232
|
1714 |
msgid "Belgium"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1718 |
#: inc/core/helpers/helper-misc.php:245
|
1719 |
msgid "Burkina Faso"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1723 |
#: inc/core/helpers/helper-misc.php:244
|
1724 |
msgid "Bulgaria"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1728 |
#: inc/core/helpers/helper-misc.php:228
|
1729 |
msgid "Bahrain"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1733 |
#: inc/core/helpers/helper-misc.php:246
|
1734 |
msgid "Burundi"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1738 |
#: inc/core/helpers/helper-misc.php:234
|
1739 |
msgid "Benin"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1743 |
msgid "Saint Barthelemy"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1747 |
#: inc/core/helpers/helper-misc.php:235
|
1748 |
msgid "Bermuda"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1752 |
#: inc/core/helpers/helper-misc.php:243
|
1753 |
msgid "Brunei Darussalam"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1757 |
#: inc/core/helpers/helper-misc.php:237
|
1758 |
msgid "Bolivia"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1762 |
#: inc/core/helpers/helper-misc.php:241
|
1763 |
msgid "Brazil"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1767 |
#: inc/core/helpers/helper-misc.php:227
|
1768 |
msgid "Bahamas"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1772 |
#: inc/core/helpers/helper-misc.php:236
|
1773 |
msgid "Bhutan"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1777 |
#: inc/core/helpers/helper-misc.php:239
|
1778 |
msgid "Botswana"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1782 |
#: inc/core/helpers/helper-misc.php:231
|
1783 |
msgid "Belarus"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1787 |
#: inc/core/helpers/helper-misc.php:233
|
1788 |
msgid "Belize"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1792 |
#: inc/core/helpers/helper-misc.php:249
|
1793 |
msgid "Canada"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1797 |
msgid "Congo, The Democratic Republic of the"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1801 |
#: inc/core/helpers/helper-misc.php:252
|
1802 |
msgid "Central African Republic"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1806 |
#: inc/core/helpers/helper-misc.php:260
|
1807 |
msgid "Congo"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1811 |
#: inc/core/helpers/helper-misc.php:417
|
1812 |
msgid "Switzerland"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1816 |
#: inc/core/helpers/helper-misc.php:262
|
1817 |
msgid "Cook Islands"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1821 |
#: inc/core/helpers/helper-misc.php:254
|
1822 |
msgid "Chile"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1826 |
#: inc/core/helpers/helper-misc.php:248
|
1827 |
msgid "Cameroon"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1831 |
#: inc/core/helpers/helper-misc.php:255
|
1832 |
msgid "China"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1836 |
#: inc/core/helpers/helper-misc.php:258
|
1837 |
msgid "Colombia"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1841 |
#: inc/core/helpers/helper-misc.php:263
|
1842 |
msgid "Costa Rica"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1846 |
#: inc/core/helpers/helper-misc.php:266
|
1847 |
msgid "Cuba"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1851 |
#: inc/core/helpers/helper-misc.php:250
|
1852 |
msgid "Cape Verde"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1856 |
#: inc/core/helpers/helper-misc.php:267
|
1857 |
msgid "Cyprus"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1861 |
#: inc/core/helpers/helper-misc.php:268
|
1862 |
msgid "Czech Republic"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1866 |
#: inc/core/helpers/helper-misc.php:293
|
1867 |
msgid "Germany"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1871 |
#: inc/core/helpers/helper-misc.php:270
|
1872 |
msgid "Djibouti"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1876 |
#: inc/core/helpers/helper-misc.php:269
|
1877 |
msgid "Denmark"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1881 |
#: inc/core/helpers/helper-misc.php:271
|
1882 |
msgid "Dominica"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1886 |
#: inc/core/helpers/helper-misc.php:272
|
1887 |
msgid "Dominican Republic"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1891 |
#: inc/core/helpers/helper-misc.php:214
|
1892 |
msgid "Algeria"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1896 |
#: inc/core/helpers/helper-misc.php:274
|
1897 |
msgid "Ecuador"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1901 |
#: inc/core/helpers/helper-misc.php:279
|
1902 |
msgid "Estonia"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1906 |
#: inc/core/helpers/helper-misc.php:275
|
1907 |
msgid "Egypt"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1911 |
#: inc/core/helpers/helper-misc.php:278
|
1912 |
msgid "Eritrea"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1916 |
#: inc/core/helpers/helper-misc.php:408
|
1917 |
msgid "Spain"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1921 |
#: inc/core/helpers/helper-misc.php:280
|
1922 |
msgid "Ethiopia"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1926 |
#: inc/core/helpers/helper-misc.php:284
|
1927 |
msgid "Finland"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1931 |
#: inc/core/helpers/helper-misc.php:283
|
1932 |
msgid "Fiji"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1936 |
#: inc/core/helpers/helper-misc.php:281
|
1937 |
msgid "Falkland Islands (Malvinas)"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1941 |
#: inc/core/helpers/helper-misc.php:352
|
1942 |
msgid "Micronesia, Federated States of"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1946 |
#: inc/core/helpers/helper-misc.php:282
|
1947 |
msgid "Faroe Islands"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1951 |
#: inc/core/helpers/helper-misc.php:285
|
1952 |
msgid "France"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1956 |
#: inc/core/helpers/helper-misc.php:290
|
1957 |
msgid "Gabon"
|
1958 |
msgstr ""
|
1959 |
|
1960 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1961 |
#: inc/core/helpers/helper-misc.php:435
|
1962 |
msgid "United Kingdom"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1966 |
#: inc/core/helpers/helper-misc.php:298
|
1967 |
msgid "Grenada"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1971 |
#: inc/core/helpers/helper-misc.php:292
|
1972 |
msgid "Georgia"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1976 |
#: inc/core/helpers/helper-misc.php:294
|
1977 |
msgid "Ghana"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1981 |
#: inc/core/helpers/helper-misc.php:295
|
1982 |
msgid "Gibraltar"
|
1983 |
msgstr ""
|
1984 |
|
1985 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1986 |
#: inc/core/helpers/helper-misc.php:297
|
1987 |
msgid "Greenland"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1991 |
#: inc/core/helpers/helper-misc.php:291
|
1992 |
msgid "Gambia"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
-
#: inc/core/helpers/helper-form-templates.php:
|
1996 |
#: inc/core/helpers/helper-misc.php:302
|
1997 |
msgid "Guinea"
|
1998 |
msgstr ""
|
1999 |
|
2000 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2001 |
#: inc/core/helpers/helper-misc.php:296
|
2002 |
msgid "Greece"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2006 |
#: inc/core/helpers/helper-misc.php:301
|
2007 |
msgid "Guatemala"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2011 |
#: inc/core/helpers/helper-misc.php:300
|
2012 |
msgid "Guam"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2016 |
msgid "Guinea-bissau"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2020 |
#: inc/core/helpers/helper-misc.php:304
|
2021 |
msgid "Guyana"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2025 |
#: inc/core/helpers/helper-misc.php:309
|
2026 |
msgid "Hong Kong"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2030 |
#: inc/core/helpers/helper-misc.php:308
|
2031 |
msgid "Honduras"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2035 |
msgid "Croatia"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2039 |
#: inc/core/helpers/helper-misc.php:305
|
2040 |
msgid "Haiti"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2044 |
#: inc/core/helpers/helper-misc.php:310
|
2045 |
msgid "Hungary"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2049 |
#: inc/core/helpers/helper-misc.php:313
|
2050 |
msgid "Indonesia"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2054 |
#: inc/core/helpers/helper-misc.php:316
|
2055 |
msgid "Ireland"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2059 |
#: inc/core/helpers/helper-misc.php:317
|
2060 |
msgid "Israel"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2064 |
#: inc/core/helpers/helper-misc.php:312
|
2065 |
msgid "India"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2069 |
#: inc/core/helpers/helper-misc.php:315
|
2070 |
msgid "Iraq"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2074 |
msgid "Iran, Islamic Republic of"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2078 |
#: inc/core/helpers/helper-misc.php:311
|
2079 |
msgid "Iceland"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2083 |
#: inc/core/helpers/helper-misc.php:318
|
2084 |
msgid "Italy"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2088 |
#: inc/core/helpers/helper-misc.php:319
|
2089 |
msgid "Jamaica"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2093 |
#: inc/core/helpers/helper-misc.php:321
|
2094 |
msgid "Jordan"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2098 |
#: inc/core/helpers/helper-misc.php:320
|
2099 |
msgid "Japan"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2103 |
#: inc/core/helpers/helper-misc.php:323
|
2104 |
msgid "Kenya"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2108 |
#: inc/core/helpers/helper-misc.php:328
|
2109 |
msgid "Kyrgyzstan"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2113 |
#: inc/core/helpers/helper-misc.php:247
|
2114 |
msgid "Cambodia"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2118 |
#: inc/core/helpers/helper-misc.php:324
|
2119 |
msgid "Kiribati"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2123 |
#: inc/core/helpers/helper-misc.php:259
|
2124 |
msgid "Comoros"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2128 |
#: inc/core/helpers/helper-misc.php:391
|
2129 |
msgid "Saint Kitts and Nevis"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2133 |
msgid "Korea Democratic Peoples Republic of"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2137 |
msgid "Korea Republic of"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2141 |
#: inc/core/helpers/helper-misc.php:327
|
2142 |
msgid "Kuwait"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2146 |
#: inc/core/helpers/helper-misc.php:251
|
2147 |
msgid "Cayman Islands"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2151 |
msgid "Lao Peoples Democratic Republic"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2155 |
#: inc/core/helpers/helper-misc.php:331
|
2156 |
msgid "Lebanon"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2160 |
#: inc/core/helpers/helper-misc.php:392
|
2161 |
msgid "Saint Lucia"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2165 |
#: inc/core/helpers/helper-misc.php:335
|
2166 |
msgid "Liechtenstein"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2170 |
#: inc/core/helpers/helper-misc.php:409
|
2171 |
msgid "Sri Lanka"
|
2172 |
msgstr ""
|
2173 |
|
2174 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2175 |
#: inc/core/helpers/helper-misc.php:333
|
2176 |
msgid "Liberia"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2180 |
#: inc/core/helpers/helper-misc.php:332
|
2181 |
msgid "Lesotho"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2185 |
#: inc/core/helpers/helper-misc.php:336
|
2186 |
msgid "Lithuania"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2190 |
#: inc/core/helpers/helper-misc.php:337
|
2191 |
msgid "Luxembourg"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2195 |
#: inc/core/helpers/helper-misc.php:330
|
2196 |
msgid "Latvia"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2200 |
#: inc/core/helpers/helper-misc.php:334
|
2201 |
msgid "Libyan Arab Jamahiriya"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2205 |
#: inc/core/helpers/helper-misc.php:357
|
2206 |
msgid "Morocco"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2210 |
#: inc/core/helpers/helper-misc.php:354
|
2211 |
msgid "Monaco"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2215 |
#: inc/core/helpers/helper-misc.php:353
|
2216 |
msgid "Moldova, Republic of"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2220 |
msgid "Montenegro"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2224 |
#: inc/core/helpers/helper-misc.php:340
|
2225 |
msgid "Madagascar"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2229 |
#: inc/core/helpers/helper-misc.php:346
|
2230 |
msgid "Marshall Islands"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2234 |
#: inc/core/helpers/helper-misc.php:339
|
2235 |
msgid "Macedonia, The Former Yugoslav Republic of"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2239 |
#: inc/core/helpers/helper-misc.php:344
|
2240 |
msgid "Mali"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2244 |
#: inc/core/helpers/helper-misc.php:359
|
2245 |
msgid "Myanmar"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2249 |
#: inc/core/helpers/helper-misc.php:355
|
2250 |
msgid "Mongolia"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2254 |
#: inc/core/helpers/helper-misc.php:338
|
2255 |
msgid "Macau"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2259 |
#: inc/core/helpers/helper-misc.php:372
|
2260 |
msgid "Northern Mariana Islands"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2264 |
#: inc/core/helpers/helper-misc.php:348
|
2265 |
msgid "Mauritania"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2269 |
#: inc/core/helpers/helper-misc.php:356
|
2270 |
msgid "Montserrat"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2274 |
#: inc/core/helpers/helper-misc.php:345
|
2275 |
msgid "Malta"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2279 |
#: inc/core/helpers/helper-misc.php:349
|
2280 |
msgid "Mauritius"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2284 |
#: inc/core/helpers/helper-misc.php:343
|
2285 |
msgid "Maldives"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2289 |
#: inc/core/helpers/helper-misc.php:341
|
2290 |
msgid "Malawi"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2294 |
#: inc/core/helpers/helper-misc.php:351
|
2295 |
msgid "Mexico"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2299 |
#: inc/core/helpers/helper-misc.php:342
|
2300 |
msgid "Malaysia"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2304 |
#: inc/core/helpers/helper-misc.php:358
|
2305 |
msgid "Mozambique"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2309 |
#: inc/core/helpers/helper-misc.php:360
|
2310 |
msgid "Namibia"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2314 |
#: inc/core/helpers/helper-misc.php:365
|
2315 |
msgid "New Caledonia"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2319 |
#: inc/core/helpers/helper-misc.php:368
|
2320 |
msgid "Niger"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2324 |
#: inc/core/helpers/helper-misc.php:369
|
2325 |
msgid "Nigeria"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2329 |
#: inc/core/helpers/helper-misc.php:367
|
2330 |
msgid "Nicaragua"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2334 |
#: inc/core/helpers/helper-misc.php:363
|
2335 |
msgid "Netherlands"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2339 |
#: inc/core/helpers/helper-misc.php:373
|
2340 |
msgid "Norway"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2344 |
#: inc/core/helpers/helper-misc.php:362
|
2345 |
msgid "Nepal"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2349 |
#: inc/core/helpers/helper-misc.php:361
|
2350 |
msgid "Nauru"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2354 |
#: inc/core/helpers/helper-misc.php:370
|
2355 |
msgid "Niue"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2359 |
#: inc/core/helpers/helper-misc.php:366
|
2360 |
msgid "New Zealand"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2364 |
#: inc/core/helpers/helper-misc.php:374
|
2365 |
msgid "Oman"
|
2366 |
msgstr ""
|
2367 |
|
2368 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2369 |
#: inc/core/helpers/helper-misc.php:377
|
2370 |
msgid "Panama"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2374 |
#: inc/core/helpers/helper-misc.php:380
|
2375 |
msgid "Peru"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2379 |
#: inc/core/helpers/helper-misc.php:288
|
2380 |
msgid "French Polynesia"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2384 |
#: inc/core/helpers/helper-misc.php:378
|
2385 |
msgid "Papua New Guinea"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2389 |
#: inc/core/helpers/helper-misc.php:381
|
2390 |
msgid "Philippines"
|
2391 |
msgstr ""
|
2392 |
|
2393 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2394 |
#: inc/core/helpers/helper-misc.php:375
|
2395 |
msgid "Pakistan"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2399 |
#: inc/core/helpers/helper-misc.php:383
|
2400 |
msgid "Poland"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2404 |
msgid "Saint Pierre and Miquelon"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2408 |
#: inc/core/helpers/helper-misc.php:382
|
2409 |
msgid "Pitcairn"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2413 |
#: inc/core/helpers/helper-misc.php:384
|
2414 |
msgid "Portugal"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2418 |
#: inc/core/helpers/helper-misc.php:376
|
2419 |
msgid "Palau"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2423 |
#: inc/core/helpers/helper-misc.php:379
|
2424 |
msgid "Paraguay"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2428 |
#: inc/core/helpers/helper-misc.php:386
|
2429 |
msgid "Qatar"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2433 |
#: inc/core/helpers/helper-misc.php:388
|
2434 |
msgid "Romania"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2438 |
msgid "Serbia"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2442 |
#: inc/core/helpers/helper-misc.php:389
|
2443 |
msgid "Russian Federation"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2447 |
#: inc/core/helpers/helper-misc.php:390
|
2448 |
msgid "Rwanda"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2452 |
#: inc/core/helpers/helper-misc.php:397
|
2453 |
msgid "Saudi Arabia"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2457 |
#: inc/core/helpers/helper-misc.php:404
|
2458 |
msgid "Solomon Islands"
|
2459 |
msgstr ""
|
2460 |
|
2461 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2462 |
#: inc/core/helpers/helper-misc.php:399
|
2463 |
msgid "Seychelles"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2467 |
#: inc/core/helpers/helper-misc.php:412
|
2468 |
msgid "Sudan"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2472 |
#: inc/core/helpers/helper-misc.php:416
|
2473 |
msgid "Sweden"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2477 |
#: inc/core/helpers/helper-misc.php:401
|
2478 |
msgid "Singapore"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2482 |
msgid "Saint Helena"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2486 |
#: inc/core/helpers/helper-misc.php:403
|
2487 |
msgid "Slovenia"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2491 |
msgid "Slovakia"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2495 |
#: inc/core/helpers/helper-misc.php:400
|
2496 |
msgid "Sierra Leone"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2500 |
#: inc/core/helpers/helper-misc.php:395
|
2501 |
msgid "San Marino"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2505 |
#: inc/core/helpers/helper-misc.php:398
|
2506 |
msgid "Senegal"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2510 |
#: inc/core/helpers/helper-misc.php:405
|
2511 |
msgid "Somalia"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2515 |
#: inc/core/helpers/helper-misc.php:413
|
2516 |
msgid "Suriname"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2520 |
#: inc/core/helpers/helper-misc.php:396
|
2521 |
msgid "Sao Tome and Principe"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2525 |
#: inc/core/helpers/helper-misc.php:276
|
2526 |
msgid "El Salvador"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2530 |
#: inc/core/helpers/helper-misc.php:418
|
2531 |
msgid "Syrian Arab Republic"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2535 |
#: inc/core/helpers/helper-misc.php:415
|
2536 |
msgid "Swaziland"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2540 |
#: inc/core/helpers/helper-misc.php:430
|
2541 |
msgid "Turks and Caicos Islands"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2545 |
#: inc/core/helpers/helper-misc.php:253
|
2546 |
msgid "Chad"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2550 |
#: inc/core/helpers/helper-misc.php:423
|
2551 |
msgid "Togo"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2555 |
#: inc/core/helpers/helper-misc.php:422
|
2556 |
msgid "Thailand"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2560 |
#: inc/core/helpers/helper-misc.php:420
|
2561 |
msgid "Tajikistan"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2565 |
#: inc/core/helpers/helper-misc.php:424
|
2566 |
msgid "Tokelau"
|
2567 |
msgstr ""
|
2568 |
|
2569 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2570 |
msgid "Timor-leste"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2574 |
#: inc/core/helpers/helper-misc.php:429
|
2575 |
msgid "Turkmenistan"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2579 |
#: inc/core/helpers/helper-misc.php:427
|
2580 |
msgid "Tunisia"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2584 |
#: inc/core/helpers/helper-misc.php:425
|
2585 |
msgid "Tonga"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2589 |
#: inc/core/helpers/helper-misc.php:428
|
2590 |
msgid "Turkey"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2594 |
#: inc/core/helpers/helper-misc.php:426
|
2595 |
msgid "Trinidad and Tobago"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2599 |
#: inc/core/helpers/helper-misc.php:431
|
2600 |
msgid "Tuvalu"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2604 |
#: inc/core/helpers/helper-misc.php:419
|
2605 |
msgid "Taiwan, Province of China"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2609 |
#: inc/core/helpers/helper-misc.php:421
|
2610 |
msgid "Tanzania, United Republic of"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2614 |
#: inc/core/helpers/helper-misc.php:433
|
2615 |
msgid "Ukraine"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2619 |
#: inc/core/helpers/helper-misc.php:432
|
2620 |
msgid "Uganda"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2624 |
#: inc/core/helpers/helper-misc.php:436
|
2625 |
msgid "United States"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2629 |
#: inc/core/helpers/helper-misc.php:438
|
2630 |
msgid "Uruguay"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2634 |
#: inc/core/helpers/helper-misc.php:439
|
2635 |
msgid "Uzbekistan"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2639 |
#: inc/core/helpers/helper-misc.php:393
|
2640 |
msgid "Saint Vincent and the Grenadines"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2644 |
#: inc/core/helpers/helper-misc.php:441
|
2645 |
msgid "Venezuela"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2649 |
msgid "Virgin Islands, British"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2653 |
msgid "Virgin Islands, U.S."
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2657 |
#: inc/core/helpers/helper-misc.php:442
|
2658 |
msgid "Vietnam"
|
2659 |
msgstr ""
|
2660 |
|
2661 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2662 |
#: inc/core/helpers/helper-misc.php:440
|
2663 |
msgid "Vanuatu"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2667 |
msgid "Wallis and Futuna"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2671 |
#: inc/core/helpers/helper-misc.php:394
|
2672 |
msgid "Samoa"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2676 |
#: inc/core/helpers/helper-misc.php:447
|
2677 |
msgid "Yemen"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2681 |
#: inc/core/helpers/helper-misc.php:350
|
2682 |
msgid "Mayotte"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2686 |
#: inc/core/helpers/helper-misc.php:406
|
2687 |
msgid "South Africa"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2691 |
#: inc/core/helpers/helper-misc.php:449
|
2692 |
msgid "Zambia"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
-
#: inc/core/helpers/helper-form-templates.php:
|
2696 |
#: inc/core/helpers/helper-misc.php:450
|
2697 |
msgid "Zimbabwe"
|
2698 |
msgstr ""
|
@@ -3550,10 +3402,6 @@ msgstr ""
|
|
3550 |
msgid "Close"
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: inc/core/templates/partials/form-confirm-preview.php:3
|
3554 |
-
msgid "Edit"
|
3555 |
-
msgstr ""
|
3556 |
-
|
3557 |
#: inc/core/templates/parts/customize-address.php:8
|
3558 |
#: inc/core/templates/parts/customize-checkbox.php:8
|
3559 |
#: inc/core/templates/parts/customize-date.php:8
|
@@ -4025,6 +3873,10 @@ msgstr ""
|
|
4025 |
msgid "Advanced"
|
4026 |
msgstr ""
|
4027 |
|
|
|
|
|
|
|
|
|
4028 |
#: inc/core/templates/parts/customize-date.php:39
|
4029 |
msgid "Date & Time"
|
4030 |
msgstr ""
|
@@ -4370,6 +4222,14 @@ msgstr ""
|
|
4370 |
msgid "%d out of %d"
|
4371 |
msgstr ""
|
4372 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4373 |
#: inc/core/templates/preview-form-pencil.php:3
|
4374 |
msgid "Click to edit this part."
|
4375 |
msgstr ""
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: HappyForms 1.8.11\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2019-07-25 14:25:38+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Language-Team: The Theme Foundry\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.4.9\n"
|
15 |
|
16 |
+
#: inc/classes/class-happyforms.php:74
|
17 |
msgid "Include mark and reply link"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: inc/classes/class-happyforms.php:75
|
21 |
msgid "Reply to your users and mark their submission as read in one click."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: inc/classes/class-happyforms.php:81
|
25 |
+
msgid "Redirect on complete"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: inc/classes/class-happyforms.php:82
|
29 |
+
msgid ""
|
30 |
+
"By default, recipients will be redirected to the post or page displaying "
|
31 |
+
"this form. To set a custom redirect webpage, add a link here."
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: inc/classes/class-happyforms.php:88
|
35 |
msgid "Track goal link"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: inc/classes/class-happyforms.php:89
|
39 |
msgid ""
|
40 |
"Track recipients landing on this internal page after successfully "
|
41 |
"submitting this form."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: inc/classes/class-happyforms.php:95
|
45 |
msgid "Use theme styles"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: inc/classes/class-happyforms.php:96
|
49 |
msgid "Inherit theme default styles instead of using HappyForms styles."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: inc/classes/class-happyforms.php:102
|
53 |
msgid "Shuffle parts"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/classes/class-happyforms.php:103
|
57 |
msgid "Shuffle the order of all form parts to avoid biases in your responses."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: inc/classes/class-happyforms.php:110
|
61 |
+
msgid ""
|
62 |
+
"Use <a href=\"%s\" target=\"_blank\" class=\"external\"> Google "
|
63 |
+
"ReCaptcha</a>"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: inc/classes/class-happyforms.php:113
|
67 |
+
msgid "Protect your form against bots using your Google ReCaptcha credentials."
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: inc/classes/class-happyforms.php:119
|
71 |
msgid "Require password"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/classes/class-happyforms.php:120
|
75 |
msgid "Only users with password will be able to view and submit the form."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: inc/classes/class-happyforms.php:126
|
79 |
msgid "Open in overlay window"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: inc/classes/class-happyforms.php:127
|
83 |
msgid "Generate a link that can be clicked to open an overlay window for this form."
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: inc/classes/class-happyforms.php:133
|
87 |
msgid "Save responses"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: inc/classes/class-happyforms.php:134
|
91 |
msgid "Keep recipients responses stored in your WordPress database."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: inc/classes/class-happyforms.php:141
|
95 |
msgid "Save abandoned responses"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: inc/classes/class-happyforms.php:142
|
99 |
msgid "Keep incomplete recipients responses stored in your WordPress database."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: inc/classes/class-happyforms.php:148
|
103 |
msgid "Give each response an ID number"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: inc/classes/class-happyforms.php:149
|
107 |
msgid "Tag responses with a unique, incremental identifier."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: inc/classes/class-happyforms.php:155
|
111 |
+
msgid "Preview values before submission"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: inc/classes/class-happyforms.php:156
|
115 |
+
msgid "Let your users review their submission before confirming it."
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: inc/classes/class-happyforms.php:162
|
119 |
+
msgid "Fade submit button until valid"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: inc/classes/class-happyforms.php:163
|
123 |
+
msgid ""
|
124 |
+
"Reduce the opacity of the submit button until all required form parts are "
|
125 |
+
"valid."
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: inc/classes/class-happyforms.php:169
|
129 |
msgid "Limit responses"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: inc/classes/class-happyforms.php:170
|
133 |
msgid "Set limit on number of allowed form submission in general or per user."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/classes/class-happyforms.php:176
|
137 |
msgid "Schedule visibility"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: inc/classes/class-happyforms.php:177
|
141 |
msgid ""
|
142 |
"Show or hide this form during a chosen time and day. Go to Settings > "
|
143 |
"Timezone to set your city offset."
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/classes/class-happyforms.php:203
|
147 |
msgid "HappyForms Upgrade"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: inc/classes/class-happyforms.php:204
|
151 |
#: inc/core/templates/customize-form-parts-drawer.php:30
|
152 |
#: inc/templates/customize-controls/checkbox_dummy.php:7
|
153 |
msgid "Upgrade"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/classes/class-happyforms.php:319
|
157 |
+
msgid ""
|
158 |
+
"<p><strong>Important changes to HappyForms</strong></p><p>We want to "
|
159 |
+
"continue developing the free HappyForms plugin, but we can't do this "
|
160 |
+
"without the support of more paying customers. So, starting with HappyForms "
|
161 |
+
"1.8.11, we've transitioned the following features to the paid plugin: "
|
162 |
+
"Scale, Rating, Story, Website Link, Table, Phone, Date & Time, Address, "
|
163 |
+
"Title, Legal, Placeholder and Text Editor form parts along with redirects, "
|
164 |
+
"submit button fade, Google ReCaptcha and response reviews.</p><p>If you're "
|
165 |
+
"using these parts and features in your forms, they will be removed from the "
|
166 |
+
"free plugin with this release. Please review all your existing forms for "
|
167 |
+
"changes.</p><p>To make your transition easier, <a href=\"%s\" "
|
168 |
+
"target=\"_blank\" class=\"external\">we're offering 50%% off upgrades</a>. "
|
169 |
+
"Use the coupon code “TRANSITION” to save.</p>"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: inc/classes/class-happyforms.php:348
|
173 |
+
msgid ""
|
174 |
+
"<p>Can we ask a favor?</p><p>You created your first form %s days ago — how "
|
175 |
+
"time flies! Since then, we’ve answered hundreds of community emails and "
|
176 |
+
"spent %s hours coding and improving HappyForms.</p><p>As you probably know, "
|
177 |
+
"plugin reviews are an important way in helping a young business like ours "
|
178 |
+
"grow.</p><p>If you could please spare one minute for a review, it would put "
|
179 |
+
"a huge smile on our faces. 😊</p><p><a href=\"%s\" target=\"_blank\" "
|
180 |
+
"rel=\"noopener\">Leave a review now</a>, or show your support by <a "
|
181 |
+
"href=\"%s\" target=\"_blank\" class=\"external\">upgrading to a paid "
|
182 |
+
"plan</a>.</p>"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: inc/classes/class-message-controller.php:217
|
186 |
+
#: inc/classes/class-message-controller.php:290
|
187 |
+
#: inc/classes/class-message-controller.php:325
|
188 |
+
#: inc/core/classes/class-form-controller.php:742
|
189 |
msgid "Oops! Your response is invalid — please review your message."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/classes/class-message-controller.php:608
|
193 |
#: inc/templates/email-owner.php:29
|
194 |
msgid "Tracking number"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: inc/classes/parts/class-part-address-dummy.php:8
|
198 |
+
msgid "Address"
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: inc/classes/parts/class-part-address-dummy.php:9
|
202 |
+
msgid "For geographical locations. Includes Google Maps intergration."
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
#: inc/classes/parts/class-part-attachment-dummy.php:8
|
206 |
msgid "Attachment"
|
207 |
msgstr ""
|
210 |
msgid "For allowing file uploads with easy drag and drop zone."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: inc/classes/parts/class-part-date-dummy.php:8
|
214 |
+
msgid "Date & Time"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: inc/classes/parts/class-part-date-dummy.php:9
|
218 |
+
msgid "For formatted day, month, year and or time fields."
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: inc/classes/parts/class-part-legal-dummy.php:8
|
222 |
+
msgid "Legal"
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: inc/classes/parts/class-part-legal-dummy.php:9
|
226 |
+
msgid "For requiring fine print before accepting submission."
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: inc/classes/parts/class-part-narrative-dummy.php:8
|
230 |
+
msgid "Story"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: inc/classes/parts/class-part-narrative-dummy.php:9
|
234 |
+
msgid "For adding fill-in-the-blank style inputs to a paragraph of text."
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
#: inc/classes/parts/class-part-page-break-dummy.php:8
|
238 |
msgid "Page Break"
|
239 |
msgstr ""
|
242 |
msgid "For splitting your form across multiple pages with navigation controls."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: inc/classes/parts/class-part-phone-dummy.php:8
|
246 |
+
msgid "Phone"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: inc/classes/parts/class-part-phone-dummy.php:9
|
250 |
+
msgid "For phone numbers. Includes country specific formatting."
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: inc/classes/parts/class-part-placeholder-dummy.php:8
|
254 |
+
#: inc/core/classes/class-form-styles.php:714
|
255 |
+
#: inc/core/templates/parts/customize-address.php:36
|
256 |
+
#: inc/core/templates/parts/customize-email.php:36
|
257 |
+
#: inc/core/templates/parts/customize-multi-line-text.php:36
|
258 |
+
#: inc/core/templates/parts/customize-number.php:36
|
259 |
+
#: inc/core/templates/parts/customize-phone.php:36
|
260 |
+
#: inc/core/templates/parts/customize-select.php:34
|
261 |
+
#: inc/core/templates/parts/customize-single-line-text.php:36
|
262 |
+
#: inc/core/templates/parts/customize-title.php:34
|
263 |
+
#: inc/core/templates/parts/customize-website-url.php:36
|
264 |
+
msgid "Placeholder"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: inc/classes/parts/class-part-placeholder-dummy.php:9
|
268 |
+
msgid "For adding helper text, horizontal rules and extra space."
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
#: inc/classes/parts/class-part-poll-dummy.php:8
|
272 |
msgid "Poll"
|
273 |
msgstr ""
|
276 |
msgid "For collecting opinions and showing published results in a bar chart."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/classes/parts/class-part-rating-dummy.php:8
|
280 |
+
#: inc/core/classes/class-form-styles.php:769
|
281 |
+
msgid "Rating"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: inc/classes/parts/class-part-rating-dummy.php:9
|
285 |
+
msgid "For collecting opinions using stars and emoji scales."
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
+
#: inc/classes/parts/class-part-rich-text-dummy.php:8
|
289 |
+
msgid "Text Editor"
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: inc/classes/parts/class-part-rich-text-dummy.php:9
|
293 |
+
msgid "For formatting text, code blocks, lists and more."
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: inc/classes/parts/class-part-scale-dummy.php:8
|
297 |
+
msgid "Scale"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: inc/classes/parts/class-part-scale-dummy.php:9
|
301 |
+
msgid "For collecting opinions using a horizontal slider."
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
#: inc/classes/parts/class-part-table-dummy.php:8
|
305 |
+
msgid "Table"
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: inc/classes/parts/class-part-table-dummy.php:9
|
309 |
+
msgid "For radios and checkboxes displaying in a grid of rows and columns."
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: inc/classes/parts/class-part-title-dummy.php:8
|
313 |
+
#: inc/core/classes/class-form-styles.php:704
|
314 |
+
#: inc/core/templates/parts/customize-address.php:4
|
315 |
+
#: inc/core/templates/parts/customize-checkbox.php:4
|
316 |
+
#: inc/core/templates/parts/customize-date.php:4
|
317 |
+
#: inc/core/templates/parts/customize-email.php:4
|
318 |
+
#: inc/core/templates/parts/customize-multi-line-text.php:4
|
319 |
+
#: inc/core/templates/parts/customize-narrative.php:4
|
320 |
+
#: inc/core/templates/parts/customize-number.php:4
|
321 |
+
#: inc/core/templates/parts/customize-phone.php:4
|
322 |
+
#: inc/core/templates/parts/customize-placeholder.php:4
|
323 |
+
#: inc/core/templates/parts/customize-radio.php:4
|
324 |
+
#: inc/core/templates/parts/customize-rating.php:4
|
325 |
+
#: inc/core/templates/parts/customize-rich-text.php:4
|
326 |
+
#: inc/core/templates/parts/customize-scale.php:4
|
327 |
+
#: inc/core/templates/parts/customize-select.php:4
|
328 |
+
#: inc/core/templates/parts/customize-single-line-text.php:4
|
329 |
+
#: inc/core/templates/parts/customize-table.php:4
|
330 |
+
#: inc/core/templates/parts/customize-title.php:4
|
331 |
+
#: inc/core/templates/parts/customize-website-url.php:4
|
332 |
+
msgid "Title"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: inc/classes/parts/class-part-title-dummy.php:9
|
336 |
+
msgid "For displaying personal honorifics."
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: inc/classes/parts/class-part-website-url-dummy.php:8
|
340 |
+
msgid "Website Link"
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: inc/classes/parts/class-part-website-url-dummy.php:9
|
344 |
+
msgid "For formatted website URLs."
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
#. Plugin Name of the plugin/theme
|
348 |
msgid "HappyForms"
|
349 |
msgstr ""
|
544 |
msgid " Copy"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: inc/core/classes/class-form-part-library.php:185
|
548 |
msgid "Invalid data"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: inc/core/classes/class-form-part-library.php:192
|
552 |
msgid "Part definition not found"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: inc/core/classes/class-form-part-library.php:223
|
556 |
msgid "Missing validation callback for field %s"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: inc/core/classes/class-form-setup.php:50
|
560 |
msgid "Thank you! Your response has been successfully submitted."
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: inc/core/classes/class-form-setup.php:70
|
564 |
msgid "You received a new message"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: inc/core/classes/class-form-setup.php:82
|
568 |
msgid "We received your message"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: inc/core/classes/class-form-setup.php:86
|
572 |
msgid ""
|
573 |
"Your message has been successfully sent. We appreciate you contacting us "
|
574 |
"and we’ll be in touch soon."
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/core/classes/class-form-setup.php:110
|
578 |
msgid "(optional)"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/core/classes/class-form-setup.php:114
|
582 |
msgid "Submit Form"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/core/classes/class-form-setup.php:138
|
586 |
msgid "Validate your submission"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/core/classes/class-form-setup.php:146
|
590 |
msgid "Review submission"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: inc/core/classes/class-form-setup.php:190
|
594 |
msgid "Confirmation message"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: inc/core/classes/class-form-setup.php:191
|
598 |
msgid ""
|
599 |
"This is the message your users will see after succesfully submitting your "
|
600 |
"form."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: inc/core/classes/class-form-setup.php:196
|
604 |
msgid "Receive submission alerts"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: inc/core/classes/class-form-setup.php:201
|
608 |
#: inc/core/templates/admin-tracking.php:15
|
609 |
msgid "Email address"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: inc/core/classes/class-form-setup.php:202
|
613 |
msgid ""
|
614 |
"Add your email address here to receive a confirmation email for each form "
|
615 |
"response. You can add multiple email addresses by separating each address "
|
616 |
"with a comma."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: inc/core/classes/class-form-setup.php:207
|
620 |
msgid "Email Bcc address"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: inc/core/classes/class-form-setup.php:208
|
624 |
msgid ""
|
625 |
"Add your Bcc email address here to receive a confirmation email for each "
|
626 |
"form response without appearing in the received message header. You can "
|
627 |
"add multiple email addresses by separating each address with a comma."
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: inc/core/classes/class-form-setup.php:213
|
631 |
+
#: inc/core/classes/class-form-setup.php:230
|
632 |
msgid "Email subject"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: inc/core/classes/class-form-setup.php:214
|
636 |
msgid ""
|
637 |
"Each time a user submits a message, you'll receive an email with this "
|
638 |
"subject."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/core/classes/class-form-setup.php:219
|
642 |
msgid "Send confirmation email"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: inc/core/classes/class-form-setup.php:224
|
646 |
msgid "Email display name"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/core/classes/class-form-setup.php:225
|
650 |
msgid ""
|
651 |
"If your form contains an email field, recipients will receive an email with "
|
652 |
"this sender name."
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: inc/core/classes/class-form-setup.php:231
|
656 |
msgid ""
|
657 |
"If your form contains an email field, recipients will receive an email with "
|
658 |
"this subject."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/core/classes/class-form-setup.php:236
|
662 |
msgid "Email content"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/core/classes/class-form-setup.php:237
|
666 |
msgid ""
|
667 |
"If your form contains an email field, recipients will receive an email with "
|
668 |
"this content."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: inc/core/classes/class-form-setup.php:242
|
672 |
msgid "Include submitted values"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: inc/core/classes/class-form-setup.php:247
|
676 |
msgid "Optional part label"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: inc/core/classes/class-form-setup.php:252
|
680 |
msgid "Submit button label"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: inc/core/classes/class-form-setup.php:257
|
684 |
msgid "Submit button HTML class"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: inc/core/classes/class-form-setup.php:262
|
688 |
msgid "Set custom form HTML ID"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: inc/core/classes/class-form-setup.php:264
|
692 |
msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: inc/core/classes/class-form-setup.php:268
|
696 |
msgid "Form HTML ID"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: inc/core/classes/class-form-setup.php:273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
700 |
msgid "Spam prevention"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: inc/core/classes/class-form-setup.php:274
|
704 |
msgid "Protect your form against bots by using HoneyPot security."
|
705 |
msgstr ""
|
706 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
707 |
#: inc/core/classes/class-form-styles.php:49
|
708 |
msgid "Left-to-right"
|
709 |
msgstr ""
|
713 |
msgstr ""
|
714 |
|
715 |
#: inc/core/classes/class-form-styles.php:71
|
716 |
+
#: inc/core/classes/class-form-styles.php:139
|
717 |
+
#: inc/core/classes/class-form-styles.php:149
|
718 |
+
#: inc/core/classes/class-form-styles.php:252
|
719 |
+
#: inc/core/classes/class-form-styles.php:262
|
720 |
msgid "Default"
|
721 |
msgstr ""
|
722 |
|
723 |
#: inc/core/classes/class-form-styles.php:72
|
724 |
+
#: inc/core/classes/class-form-styles.php:138
|
725 |
+
#: inc/core/classes/class-form-styles.php:148
|
726 |
+
#: inc/core/classes/class-form-styles.php:261
|
727 |
msgid "Narrow"
|
728 |
msgstr ""
|
729 |
|
730 |
#: inc/core/classes/class-form-styles.php:73
|
731 |
+
#: inc/core/classes/class-form-styles.php:140
|
732 |
+
#: inc/core/classes/class-form-styles.php:150
|
733 |
+
#: inc/core/classes/class-form-styles.php:263
|
734 |
msgid "Wide"
|
735 |
msgstr ""
|
736 |
|
737 |
#: inc/core/classes/class-form-styles.php:81
|
738 |
+
#: inc/core/classes/class-form-styles.php:110
|
739 |
+
#: inc/core/classes/class-form-styles.php:233
|
740 |
#: inc/core/templates/parts/customize-date.php:36
|
741 |
#: inc/core/templates/parts/customize-date.php:65
|
742 |
msgid "Show"
|
743 |
msgstr ""
|
744 |
|
745 |
#: inc/core/classes/class-form-styles.php:82
|
746 |
+
#: inc/core/classes/class-form-styles.php:111
|
747 |
+
#: inc/core/classes/class-form-styles.php:234
|
748 |
msgid "Hide"
|
749 |
msgstr ""
|
750 |
|
751 |
#: inc/core/classes/class-form-styles.php:90
|
752 |
+
#: inc/core/classes/class-form-styles.php:164
|
753 |
+
#: inc/core/classes/class-form-styles.php:193
|
754 |
+
#: inc/core/classes/class-form-styles.php:213
|
755 |
+
#: inc/core/classes/class-form-styles.php:290
|
756 |
#: inc/core/templates/parts/customize-address.php:11
|
757 |
#: inc/core/templates/parts/customize-checkbox.php:11
|
758 |
#: inc/core/templates/parts/customize-date.php:11
|
775 |
msgstr ""
|
776 |
|
777 |
#: inc/core/classes/class-form-styles.php:91
|
778 |
+
#: inc/core/classes/class-form-styles.php:165
|
779 |
+
#: inc/core/classes/class-form-styles.php:194
|
780 |
+
#: inc/core/classes/class-form-styles.php:214
|
781 |
+
#: inc/core/classes/class-form-styles.php:291
|
782 |
msgid "Center"
|
783 |
msgstr ""
|
784 |
|
785 |
#: inc/core/classes/class-form-styles.php:92
|
786 |
+
#: inc/core/classes/class-form-styles.php:166
|
787 |
+
#: inc/core/classes/class-form-styles.php:195
|
788 |
+
#: inc/core/classes/class-form-styles.php:215
|
789 |
+
#: inc/core/classes/class-form-styles.php:292
|
790 |
msgid "Right"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: inc/core/classes/class-form-styles.php:119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
msgid "All sides"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: inc/core/classes/class-form-styles.php:120
|
798 |
msgid "Bottom only"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: inc/core/classes/class-form-styles.php:128
|
802 |
+
#: inc/core/classes/class-form-styles.php:242
|
803 |
msgid "Square"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: inc/core/classes/class-form-styles.php:129
|
807 |
+
#: inc/core/classes/class-form-styles.php:243
|
808 |
msgid "Round"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: inc/core/classes/class-form-styles.php:130
|
812 |
+
#: inc/core/classes/class-form-styles.php:244
|
813 |
msgid "Pill"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: inc/core/classes/class-form-styles.php:184
|
817 |
+
#: inc/core/classes/class-form-styles.php:281
|
818 |
msgid "Normal"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: inc/core/classes/class-form-styles.php:185
|
822 |
+
#: inc/core/classes/class-form-styles.php:282
|
823 |
msgid "Bold"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: inc/core/classes/class-form-styles.php:253
|
827 |
msgid "Full width"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: inc/core/classes/class-form-styles.php:504
|
831 |
msgid "Above form"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: inc/core/classes/class-form-styles.php:505
|
835 |
msgid "Below form"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: inc/core/classes/class-form-styles.php:519
|
839 |
msgid "General"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: inc/core/classes/class-form-styles.php:524
|
843 |
+
#: inc/core/classes/class-form-styles.php:834
|
844 |
#: inc/core/templates/parts/customize-address.php:86
|
845 |
#: inc/core/templates/parts/customize-checkbox.php:80
|
846 |
#: inc/core/templates/parts/customize-date.php:111
|
863 |
msgid "Width"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: inc/core/classes/class-form-styles.php:529
|
867 |
+
#: inc/core/classes/class-form-styles.php:839
|
868 |
msgid "Padding"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: inc/core/classes/class-form-styles.php:534
|
872 |
msgid "Direction"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: inc/core/classes/class-form-styles.php:539
|
876 |
msgid "Display notices"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: inc/core/classes/class-form-styles.php:545
|
880 |
+
#: inc/core/classes/class-form-styles.php:630
|
881 |
+
#: inc/core/classes/class-form-styles.php:700
|
882 |
+
#: inc/core/classes/class-form-styles.php:865
|
883 |
+
msgid "Colors"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: inc/core/classes/class-form-styles.php:549
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
887 |
msgid "Primary"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: inc/core/classes/class-form-styles.php:554
|
891 |
msgid "Success notice"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: inc/core/classes/class-form-styles.php:559
|
895 |
msgid "Success notice text"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: inc/core/classes/class-form-styles.php:564
|
899 |
msgid "Error"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: inc/core/classes/class-form-styles.php:569
|
903 |
msgid "Error notice"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: inc/core/classes/class-form-styles.php:574
|
907 |
msgid "Error notice text"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: inc/core/classes/class-form-styles.php:579
|
911 |
msgid "Form title"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: inc/core/classes/class-form-styles.php:584
|
915 |
msgid "Display"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: inc/core/classes/class-form-styles.php:589
|
919 |
+
#: inc/core/classes/class-form-styles.php:854
|
920 |
msgid "Alignment"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: inc/core/classes/class-form-styles.php:594
|
924 |
+
#: inc/core/classes/class-form-styles.php:844
|
925 |
msgid "Font size"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: inc/core/classes/class-form-styles.php:599
|
929 |
msgid "Part borders & spacing"
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: inc/core/classes/class-form-styles.php:604
|
933 |
+
#: inc/core/classes/class-form-styles.php:634
|
934 |
+
#: inc/core/classes/class-form-styles.php:824
|
935 |
+
#: inc/core/classes/class-form-styles.php:879
|
936 |
msgid "Border"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: inc/core/classes/class-form-styles.php:609
|
940 |
msgid "Border location"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: inc/core/classes/class-form-styles.php:614
|
944 |
+
#: inc/core/classes/class-form-styles.php:829
|
945 |
msgid "Border radius"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: inc/core/classes/class-form-styles.php:619
|
949 |
msgid "Outer padding"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: inc/core/classes/class-form-styles.php:624
|
953 |
msgid "Inner padding"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: inc/core/classes/class-form-styles.php:639
|
957 |
msgid "Border on focus"
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: inc/core/classes/class-form-styles.php:644
|
961 |
+
#: inc/core/classes/class-form-styles.php:729
|
962 |
+
#: inc/core/classes/class-form-styles.php:754
|
963 |
+
#: inc/core/classes/class-form-styles.php:869
|
964 |
msgid "Background"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: inc/core/classes/class-form-styles.php:649
|
968 |
+
#: inc/core/classes/class-form-styles.php:739
|
969 |
+
#: inc/core/classes/class-form-styles.php:759
|
970 |
+
#: inc/core/classes/class-form-styles.php:874
|
971 |
msgid "Background on focus"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: inc/core/classes/class-form-styles.php:654
|
975 |
msgid "Part labels & text"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: inc/core/classes/class-form-styles.php:659
|
979 |
msgid "Toggle placeholder on part focus"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: inc/core/classes/class-form-styles.php:664
|
983 |
msgid "Title alignment"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: inc/core/classes/class-form-styles.php:669
|
987 |
msgid "Title font size"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: inc/core/classes/class-form-styles.php:674
|
991 |
msgid "Title font weight"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: inc/core/classes/class-form-styles.php:679
|
995 |
msgid "Description alignment"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: inc/core/classes/class-form-styles.php:684
|
999 |
msgid "Description font size"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: inc/core/classes/class-form-styles.php:689
|
1003 |
msgid "Placeholder & value alignment"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: inc/core/classes/class-form-styles.php:694
|
1007 |
msgid "Value font size"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: inc/core/classes/class-form-styles.php:709
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1011 |
msgid "Value"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: inc/core/classes/class-form-styles.php:719
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1015 |
msgid "Dropdowns"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: inc/core/classes/class-form-styles.php:725
|
1019 |
msgid "Items"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: inc/core/classes/class-form-styles.php:734
|
1023 |
+
#: inc/core/classes/class-form-styles.php:884
|
1024 |
#: inc/core/classes/parts/class-part-multi-line-text.php:34
|
|
|
1025 |
#: inc/core/classes/parts/class-part-single-line-text.php:29
|
1026 |
#: inc/core/templates/parts/customize-legal.php:16
|
1027 |
#: inc/core/templates/parts/customize-narrative.php:25
|
1029 |
msgid "Text"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: inc/core/classes/class-form-styles.php:744
|
1033 |
+
#: inc/core/classes/class-form-styles.php:889
|
1034 |
msgid "Text focused"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: inc/core/classes/class-form-styles.php:749
|
1038 |
msgid "Checkboxes & Radios"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: inc/core/classes/class-form-styles.php:764
|
1042 |
msgid "Checkmark"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: inc/core/classes/class-form-styles.php:774
|
|
|
|
|
|
|
|
|
|
|
|
|
1046 |
msgid "Rating star color"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: inc/core/classes/class-form-styles.php:779
|
1050 |
msgid "Rating star color on hover"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: inc/core/classes/class-form-styles.php:784
|
1054 |
msgid "Item background"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: inc/core/classes/class-form-styles.php:789
|
1058 |
msgid "Item background on hover"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: inc/core/classes/class-form-styles.php:794
|
1062 |
msgid "Tables"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: inc/core/classes/class-form-styles.php:799
|
1066 |
msgid "Odd row primary"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: inc/core/classes/class-form-styles.php:804
|
1070 |
msgid "Odd row secondary"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: inc/core/classes/class-form-styles.php:809
|
1074 |
msgid "Even row primary"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: inc/core/classes/class-form-styles.php:814
|
1078 |
msgid "Even row secondary"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: inc/core/classes/class-form-styles.php:819
|
1082 |
msgid "Submit button"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: inc/core/classes/class-form-styles.php:849
|
1086 |
msgid "Font weight"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: inc/core/classes/class-form-styles.php:859
|
1090 |
msgid "Make button a part of last input"
|
1091 |
msgstr ""
|
1092 |
|
1230 |
"forums</a>."
|
1231 |
msgstr ""
|
1232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1233 |
#: inc/core/classes/parts/class-part-checkbox.php:10
|
1234 |
msgid "Multiple Choice"
|
1235 |
msgstr ""
|
1240 |
|
1241 |
#: inc/core/classes/parts/class-part-checkbox.php:39
|
1242 |
#: inc/core/classes/parts/class-part-radio.php:40
|
|
|
1243 |
#: inc/core/templates/parts/customize-checkbox.php:37
|
1244 |
#: inc/core/templates/parts/customize-checkbox.php:41
|
1245 |
#: inc/core/templates/parts/customize-radio.php:37
|
1250 |
msgid "Options"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: inc/core/classes/parts/class-part-checkbox.php:185
|
1254 |
+
#: inc/core/classes/parts/class-part-email.php:152
|
1255 |
+
#: inc/core/classes/parts/class-part-email.php:156
|
1256 |
+
#: inc/core/classes/parts/class-part-multi-line-text.php:163
|
1257 |
+
#: inc/core/classes/parts/class-part-number.php:174
|
1258 |
+
#: inc/core/classes/parts/class-part-radio.php:181
|
1259 |
+
#: inc/core/classes/parts/class-part-select.php:175
|
1260 |
+
#: inc/core/classes/parts/class-part-single-line-text.php:134
|
1261 |
+
msgid "This field is required."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: inc/core/classes/parts/class-part-checkbox.php:193
|
1265 |
+
msgid "Checkbox values are not valid."
|
1266 |
msgstr ""
|
1267 |
|
1268 |
#: inc/core/classes/parts/class-part-email.php:8
|
1286 |
msgid "Email and confirmation email are not matching."
|
1287 |
msgstr ""
|
1288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1289 |
#: inc/core/classes/parts/class-part-multi-line-text.php:8
|
1290 |
msgid "Long Text"
|
1291 |
msgstr ""
|
1296 |
|
1297 |
#: inc/core/classes/parts/class-part-multi-line-text.php:174
|
1298 |
#: inc/core/classes/parts/class-part-multi-line-text.php:178
|
|
|
|
|
1299 |
msgid "Submitted value is too long."
|
1300 |
msgstr ""
|
1301 |
|
1302 |
#: inc/core/classes/parts/class-part-multi-line-text.php:176
|
1303 |
#: inc/core/classes/parts/class-part-multi-line-text.php:180
|
|
|
|
|
1304 |
msgid "Submitted value is too short."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
#: inc/core/classes/parts/class-part-multi-line-text.php:224
|
|
|
1308 |
msgid "characters (min.)"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
#: inc/core/classes/parts/class-part-multi-line-text.php:227
|
|
|
1312 |
msgid "characters (max.)"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
#: inc/core/classes/parts/class-part-multi-line-text.php:230
|
|
|
1316 |
msgid "words (min.)"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
#: inc/core/classes/parts/class-part-multi-line-text.php:233
|
|
|
1320 |
msgid "words (max.)"
|
1321 |
msgstr ""
|
1322 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1323 |
#: inc/core/classes/parts/class-part-number.php:8
|
1324 |
#: inc/core/classes/parts/class-part-number.php:30
|
1325 |
msgid "Number"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
#: inc/core/classes/parts/class-part-number.php:201
|
|
|
1341 |
msgid "Number and confirmation number are not matching."
|
1342 |
msgstr ""
|
1343 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1344 |
#: inc/core/classes/parts/class-part-radio.php:12
|
1345 |
msgid "Single Choice"
|
1346 |
msgstr ""
|
1354 |
msgid "Radio value is not valid."
|
1355 |
msgstr ""
|
1356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1357 |
#: inc/core/classes/parts/class-part-select.php:8
|
1358 |
#: inc/core/classes/parts/class-part-select.php:31
|
1359 |
msgid "Dropdown"
|
1365 |
|
1366 |
#: inc/core/classes/parts/class-part-select.php:180
|
1367 |
#: inc/core/classes/parts/class-part-select.php:186
|
|
|
|
|
1368 |
msgid "Selected value is not valid."
|
1369 |
msgstr ""
|
1370 |
|
1376 |
msgid "For single line text fields."
|
1377 |
msgstr ""
|
1378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1379 |
#: inc/core/helpers/helper-activation.php:70
|
1380 |
msgid "Sample Form"
|
1381 |
msgstr ""
|
1416 |
msgid "Spam protection, skip this field"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: inc/core/helpers/helper-form-templates.php:923
|
1420 |
msgid "Get my location"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: inc/core/helpers/helper-form-templates.php:923
|
1424 |
msgid "Fetching location…"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: inc/core/helpers/helper-form-templates.php:933
|
1428 |
msgid "January"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: inc/core/helpers/helper-form-templates.php:934
|
1432 |
msgid "February"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: inc/core/helpers/helper-form-templates.php:935
|
1436 |
msgid "March"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: inc/core/helpers/helper-form-templates.php:936
|
1440 |
msgid "April"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: inc/core/helpers/helper-form-templates.php:937
|
1444 |
msgid "May"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: inc/core/helpers/helper-form-templates.php:938
|
1448 |
msgid "June"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: inc/core/helpers/helper-form-templates.php:939
|
1452 |
msgid "July"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: inc/core/helpers/helper-form-templates.php:940
|
1456 |
msgid "August"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: inc/core/helpers/helper-form-templates.php:941
|
1460 |
msgid "September"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: inc/core/helpers/helper-form-templates.php:942
|
1464 |
msgid "October"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: inc/core/helpers/helper-form-templates.php:943
|
1468 |
msgid "November"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: inc/core/helpers/helper-form-templates.php:944
|
1472 |
msgid "December"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: inc/core/helpers/helper-form-templates.php:985
|
1476 |
#: inc/core/helpers/helper-misc.php:216
|
1477 |
msgid "Andorra"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: inc/core/helpers/helper-form-templates.php:986
|
1481 |
#: inc/core/helpers/helper-misc.php:434
|
1482 |
msgid "United Arab Emirates"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: inc/core/helpers/helper-form-templates.php:987
|
1486 |
#: inc/core/helpers/helper-misc.php:212
|
1487 |
msgid "Afghanistan"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: inc/core/helpers/helper-form-templates.php:988
|
1491 |
#: inc/core/helpers/helper-misc.php:220
|
1492 |
msgid "Antigua and Barbuda"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: inc/core/helpers/helper-form-templates.php:989
|
1496 |
#: inc/core/helpers/helper-misc.php:218
|
1497 |
msgid "Anguilla"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: inc/core/helpers/helper-form-templates.php:990
|
1501 |
#: inc/core/helpers/helper-misc.php:213
|
1502 |
msgid "Albania"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: inc/core/helpers/helper-form-templates.php:991
|
1506 |
#: inc/core/helpers/helper-misc.php:222
|
1507 |
msgid "Armenia"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: inc/core/helpers/helper-form-templates.php:992
|
1511 |
#: inc/core/helpers/helper-misc.php:217
|
1512 |
msgid "Angola"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: inc/core/helpers/helper-form-templates.php:993
|
1516 |
#: inc/core/helpers/helper-misc.php:219
|
1517 |
msgid "Antarctica"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: inc/core/helpers/helper-form-templates.php:994
|
1521 |
#: inc/core/helpers/helper-misc.php:221
|
1522 |
msgid "Argentina"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: inc/core/helpers/helper-form-templates.php:995
|
1526 |
#: inc/core/helpers/helper-misc.php:215
|
1527 |
msgid "American Samoa"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: inc/core/helpers/helper-form-templates.php:996
|
1531 |
#: inc/core/helpers/helper-misc.php:225
|
1532 |
msgid "Austria"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
+
#: inc/core/helpers/helper-form-templates.php:997
|
1536 |
#: inc/core/helpers/helper-misc.php:224
|
1537 |
msgid "Australia"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: inc/core/helpers/helper-form-templates.php:998
|
1541 |
#: inc/core/helpers/helper-misc.php:223
|
1542 |
msgid "Aruba"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: inc/core/helpers/helper-form-templates.php:999
|
1546 |
#: inc/core/helpers/helper-misc.php:226
|
1547 |
msgid "Azerbaijan"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: inc/core/helpers/helper-form-templates.php:1000
|
1551 |
msgid "Bosnia and Herzegovina"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: inc/core/helpers/helper-form-templates.php:1001
|
1555 |
#: inc/core/helpers/helper-misc.php:230
|
1556 |
msgid "Barbados"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: inc/core/helpers/helper-form-templates.php:1002
|
1560 |
#: inc/core/helpers/helper-misc.php:229
|
1561 |
msgid "Bangladesh"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: inc/core/helpers/helper-form-templates.php:1003
|
1565 |
#: inc/core/helpers/helper-misc.php:232
|
1566 |
msgid "Belgium"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: inc/core/helpers/helper-form-templates.php:1004
|
1570 |
#: inc/core/helpers/helper-misc.php:245
|
1571 |
msgid "Burkina Faso"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: inc/core/helpers/helper-form-templates.php:1005
|
1575 |
#: inc/core/helpers/helper-misc.php:244
|
1576 |
msgid "Bulgaria"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: inc/core/helpers/helper-form-templates.php:1006
|
1580 |
#: inc/core/helpers/helper-misc.php:228
|
1581 |
msgid "Bahrain"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: inc/core/helpers/helper-form-templates.php:1007
|
1585 |
#: inc/core/helpers/helper-misc.php:246
|
1586 |
msgid "Burundi"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: inc/core/helpers/helper-form-templates.php:1008
|
1590 |
#: inc/core/helpers/helper-misc.php:234
|
1591 |
msgid "Benin"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: inc/core/helpers/helper-form-templates.php:1009
|
1595 |
msgid "Saint Barthelemy"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: inc/core/helpers/helper-form-templates.php:1010
|
1599 |
#: inc/core/helpers/helper-misc.php:235
|
1600 |
msgid "Bermuda"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: inc/core/helpers/helper-form-templates.php:1011
|
1604 |
#: inc/core/helpers/helper-misc.php:243
|
1605 |
msgid "Brunei Darussalam"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: inc/core/helpers/helper-form-templates.php:1012
|
1609 |
#: inc/core/helpers/helper-misc.php:237
|
1610 |
msgid "Bolivia"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: inc/core/helpers/helper-form-templates.php:1013
|
1614 |
#: inc/core/helpers/helper-misc.php:241
|
1615 |
msgid "Brazil"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: inc/core/helpers/helper-form-templates.php:1014
|
1619 |
#: inc/core/helpers/helper-misc.php:227
|
1620 |
msgid "Bahamas"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: inc/core/helpers/helper-form-templates.php:1015
|
1624 |
#: inc/core/helpers/helper-misc.php:236
|
1625 |
msgid "Bhutan"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: inc/core/helpers/helper-form-templates.php:1016
|
1629 |
#: inc/core/helpers/helper-misc.php:239
|
1630 |
msgid "Botswana"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: inc/core/helpers/helper-form-templates.php:1017
|
1634 |
#: inc/core/helpers/helper-misc.php:231
|
1635 |
msgid "Belarus"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
+
#: inc/core/helpers/helper-form-templates.php:1018
|
1639 |
#: inc/core/helpers/helper-misc.php:233
|
1640 |
msgid "Belize"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: inc/core/helpers/helper-form-templates.php:1019
|
1644 |
#: inc/core/helpers/helper-misc.php:249
|
1645 |
msgid "Canada"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: inc/core/helpers/helper-form-templates.php:1020
|
1649 |
msgid "Congo, The Democratic Republic of the"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: inc/core/helpers/helper-form-templates.php:1021
|
1653 |
#: inc/core/helpers/helper-misc.php:252
|
1654 |
msgid "Central African Republic"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: inc/core/helpers/helper-form-templates.php:1022
|
1658 |
#: inc/core/helpers/helper-misc.php:260
|
1659 |
msgid "Congo"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: inc/core/helpers/helper-form-templates.php:1023
|
1663 |
#: inc/core/helpers/helper-misc.php:417
|
1664 |
msgid "Switzerland"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
+
#: inc/core/helpers/helper-form-templates.php:1024
|
1668 |
#: inc/core/helpers/helper-misc.php:262
|
1669 |
msgid "Cook Islands"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: inc/core/helpers/helper-form-templates.php:1025
|
1673 |
#: inc/core/helpers/helper-misc.php:254
|
1674 |
msgid "Chile"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: inc/core/helpers/helper-form-templates.php:1026
|
1678 |
#: inc/core/helpers/helper-misc.php:248
|
1679 |
msgid "Cameroon"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: inc/core/helpers/helper-form-templates.php:1027
|
1683 |
#: inc/core/helpers/helper-misc.php:255
|
1684 |
msgid "China"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: inc/core/helpers/helper-form-templates.php:1028
|
1688 |
#: inc/core/helpers/helper-misc.php:258
|
1689 |
msgid "Colombia"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: inc/core/helpers/helper-form-templates.php:1029
|
1693 |
#: inc/core/helpers/helper-misc.php:263
|
1694 |
msgid "Costa Rica"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: inc/core/helpers/helper-form-templates.php:1030
|
1698 |
#: inc/core/helpers/helper-misc.php:266
|
1699 |
msgid "Cuba"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: inc/core/helpers/helper-form-templates.php:1031
|
1703 |
#: inc/core/helpers/helper-misc.php:250
|
1704 |
msgid "Cape Verde"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: inc/core/helpers/helper-form-templates.php:1032
|
1708 |
#: inc/core/helpers/helper-misc.php:267
|
1709 |
msgid "Cyprus"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: inc/core/helpers/helper-form-templates.php:1033
|
1713 |
#: inc/core/helpers/helper-misc.php:268
|
1714 |
msgid "Czech Republic"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: inc/core/helpers/helper-form-templates.php:1034
|
1718 |
#: inc/core/helpers/helper-misc.php:293
|
1719 |
msgid "Germany"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: inc/core/helpers/helper-form-templates.php:1035
|
1723 |
#: inc/core/helpers/helper-misc.php:270
|
1724 |
msgid "Djibouti"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: inc/core/helpers/helper-form-templates.php:1036
|
1728 |
#: inc/core/helpers/helper-misc.php:269
|
1729 |
msgid "Denmark"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: inc/core/helpers/helper-form-templates.php:1037
|
1733 |
#: inc/core/helpers/helper-misc.php:271
|
1734 |
msgid "Dominica"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: inc/core/helpers/helper-form-templates.php:1038
|
1738 |
#: inc/core/helpers/helper-misc.php:272
|
1739 |
msgid "Dominican Republic"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: inc/core/helpers/helper-form-templates.php:1039
|
1743 |
#: inc/core/helpers/helper-misc.php:214
|
1744 |
msgid "Algeria"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: inc/core/helpers/helper-form-templates.php:1040
|
1748 |
#: inc/core/helpers/helper-misc.php:274
|
1749 |
msgid "Ecuador"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: inc/core/helpers/helper-form-templates.php:1041
|
1753 |
#: inc/core/helpers/helper-misc.php:279
|
1754 |
msgid "Estonia"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: inc/core/helpers/helper-form-templates.php:1042
|
1758 |
#: inc/core/helpers/helper-misc.php:275
|
1759 |
msgid "Egypt"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: inc/core/helpers/helper-form-templates.php:1043
|
1763 |
#: inc/core/helpers/helper-misc.php:278
|
1764 |
msgid "Eritrea"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: inc/core/helpers/helper-form-templates.php:1044
|
1768 |
#: inc/core/helpers/helper-misc.php:408
|
1769 |
msgid "Spain"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: inc/core/helpers/helper-form-templates.php:1045
|
1773 |
#: inc/core/helpers/helper-misc.php:280
|
1774 |
msgid "Ethiopia"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: inc/core/helpers/helper-form-templates.php:1046
|
1778 |
#: inc/core/helpers/helper-misc.php:284
|
1779 |
msgid "Finland"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: inc/core/helpers/helper-form-templates.php:1047
|
1783 |
#: inc/core/helpers/helper-misc.php:283
|
1784 |
msgid "Fiji"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: inc/core/helpers/helper-form-templates.php:1048
|
1788 |
#: inc/core/helpers/helper-misc.php:281
|
1789 |
msgid "Falkland Islands (Malvinas)"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: inc/core/helpers/helper-form-templates.php:1049
|
1793 |
#: inc/core/helpers/helper-misc.php:352
|
1794 |
msgid "Micronesia, Federated States of"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: inc/core/helpers/helper-form-templates.php:1050
|
1798 |
#: inc/core/helpers/helper-misc.php:282
|
1799 |
msgid "Faroe Islands"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: inc/core/helpers/helper-form-templates.php:1051
|
1803 |
#: inc/core/helpers/helper-misc.php:285
|
1804 |
msgid "France"
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: inc/core/helpers/helper-form-templates.php:1052
|
1808 |
#: inc/core/helpers/helper-misc.php:290
|
1809 |
msgid "Gabon"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: inc/core/helpers/helper-form-templates.php:1053
|
1813 |
#: inc/core/helpers/helper-misc.php:435
|
1814 |
msgid "United Kingdom"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: inc/core/helpers/helper-form-templates.php:1054
|
1818 |
#: inc/core/helpers/helper-misc.php:298
|
1819 |
msgid "Grenada"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: inc/core/helpers/helper-form-templates.php:1055
|
1823 |
#: inc/core/helpers/helper-misc.php:292
|
1824 |
msgid "Georgia"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: inc/core/helpers/helper-form-templates.php:1056
|
1828 |
#: inc/core/helpers/helper-misc.php:294
|
1829 |
msgid "Ghana"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
+
#: inc/core/helpers/helper-form-templates.php:1057
|
1833 |
#: inc/core/helpers/helper-misc.php:295
|
1834 |
msgid "Gibraltar"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: inc/core/helpers/helper-form-templates.php:1058
|
1838 |
#: inc/core/helpers/helper-misc.php:297
|
1839 |
msgid "Greenland"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: inc/core/helpers/helper-form-templates.php:1059
|
1843 |
#: inc/core/helpers/helper-misc.php:291
|
1844 |
msgid "Gambia"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: inc/core/helpers/helper-form-templates.php:1060
|
1848 |
#: inc/core/helpers/helper-misc.php:302
|
1849 |
msgid "Guinea"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: inc/core/helpers/helper-form-templates.php:1061
|
1853 |
#: inc/core/helpers/helper-misc.php:296
|
1854 |
msgid "Greece"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: inc/core/helpers/helper-form-templates.php:1062
|
1858 |
#: inc/core/helpers/helper-misc.php:301
|
1859 |
msgid "Guatemala"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: inc/core/helpers/helper-form-templates.php:1063
|
1863 |
#: inc/core/helpers/helper-misc.php:300
|
1864 |
msgid "Guam"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
+
#: inc/core/helpers/helper-form-templates.php:1064
|
1868 |
msgid "Guinea-bissau"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: inc/core/helpers/helper-form-templates.php:1065
|
1872 |
#: inc/core/helpers/helper-misc.php:304
|
1873 |
msgid "Guyana"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
+
#: inc/core/helpers/helper-form-templates.php:1066
|
1877 |
#: inc/core/helpers/helper-misc.php:309
|
1878 |
msgid "Hong Kong"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: inc/core/helpers/helper-form-templates.php:1067
|
1882 |
#: inc/core/helpers/helper-misc.php:308
|
1883 |
msgid "Honduras"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: inc/core/helpers/helper-form-templates.php:1068
|
1887 |
msgid "Croatia"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: inc/core/helpers/helper-form-templates.php:1069
|
1891 |
#: inc/core/helpers/helper-misc.php:305
|
1892 |
msgid "Haiti"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: inc/core/helpers/helper-form-templates.php:1070
|
1896 |
#: inc/core/helpers/helper-misc.php:310
|
1897 |
msgid "Hungary"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: inc/core/helpers/helper-form-templates.php:1071
|
1901 |
#: inc/core/helpers/helper-misc.php:313
|
1902 |
msgid "Indonesia"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: inc/core/helpers/helper-form-templates.php:1072
|
1906 |
#: inc/core/helpers/helper-misc.php:316
|
1907 |
msgid "Ireland"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
+
#: inc/core/helpers/helper-form-templates.php:1073
|
1911 |
#: inc/core/helpers/helper-misc.php:317
|
1912 |
msgid "Israel"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
+
#: inc/core/helpers/helper-form-templates.php:1074
|
1916 |
#: inc/core/helpers/helper-misc.php:312
|
1917 |
msgid "India"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: inc/core/helpers/helper-form-templates.php:1075
|
1921 |
#: inc/core/helpers/helper-misc.php:315
|
1922 |
msgid "Iraq"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: inc/core/helpers/helper-form-templates.php:1076
|
1926 |
msgid "Iran, Islamic Republic of"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: inc/core/helpers/helper-form-templates.php:1077
|
1930 |
#: inc/core/helpers/helper-misc.php:311
|
1931 |
msgid "Iceland"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: inc/core/helpers/helper-form-templates.php:1078
|
1935 |
#: inc/core/helpers/helper-misc.php:318
|
1936 |
msgid "Italy"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: inc/core/helpers/helper-form-templates.php:1079
|
1940 |
#: inc/core/helpers/helper-misc.php:319
|
1941 |
msgid "Jamaica"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
+
#: inc/core/helpers/helper-form-templates.php:1080
|
1945 |
#: inc/core/helpers/helper-misc.php:321
|
1946 |
msgid "Jordan"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
+
#: inc/core/helpers/helper-form-templates.php:1081
|
1950 |
#: inc/core/helpers/helper-misc.php:320
|
1951 |
msgid "Japan"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: inc/core/helpers/helper-form-templates.php:1082
|
1955 |
#: inc/core/helpers/helper-misc.php:323
|
1956 |
msgid "Kenya"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: inc/core/helpers/helper-form-templates.php:1083
|
1960 |
#: inc/core/helpers/helper-misc.php:328
|
1961 |
msgid "Kyrgyzstan"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
+
#: inc/core/helpers/helper-form-templates.php:1084
|
1965 |
#: inc/core/helpers/helper-misc.php:247
|
1966 |
msgid "Cambodia"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
+
#: inc/core/helpers/helper-form-templates.php:1085
|
1970 |
#: inc/core/helpers/helper-misc.php:324
|
1971 |
msgid "Kiribati"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: inc/core/helpers/helper-form-templates.php:1086
|
1975 |
#: inc/core/helpers/helper-misc.php:259
|
1976 |
msgid "Comoros"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: inc/core/helpers/helper-form-templates.php:1087
|
1980 |
#: inc/core/helpers/helper-misc.php:391
|
1981 |
msgid "Saint Kitts and Nevis"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
+
#: inc/core/helpers/helper-form-templates.php:1088
|
1985 |
msgid "Korea Democratic Peoples Republic of"
|
1986 |
msgstr ""
|
1987 |
|
1988 |
+
#: inc/core/helpers/helper-form-templates.php:1089
|
1989 |
msgid "Korea Republic of"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: inc/core/helpers/helper-form-templates.php:1090
|
1993 |
#: inc/core/helpers/helper-misc.php:327
|
1994 |
msgid "Kuwait"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: inc/core/helpers/helper-form-templates.php:1091
|
1998 |
#: inc/core/helpers/helper-misc.php:251
|
1999 |
msgid "Cayman Islands"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
+
#: inc/core/helpers/helper-form-templates.php:1092
|
2003 |
msgid "Lao Peoples Democratic Republic"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: inc/core/helpers/helper-form-templates.php:1093
|
2007 |
#: inc/core/helpers/helper-misc.php:331
|
2008 |
msgid "Lebanon"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: inc/core/helpers/helper-form-templates.php:1094
|
2012 |
#: inc/core/helpers/helper-misc.php:392
|
2013 |
msgid "Saint Lucia"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
+
#: inc/core/helpers/helper-form-templates.php:1095
|
2017 |
#: inc/core/helpers/helper-misc.php:335
|
2018 |
msgid "Liechtenstein"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
+
#: inc/core/helpers/helper-form-templates.php:1096
|
2022 |
#: inc/core/helpers/helper-misc.php:409
|
2023 |
msgid "Sri Lanka"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: inc/core/helpers/helper-form-templates.php:1097
|
2027 |
#: inc/core/helpers/helper-misc.php:333
|
2028 |
msgid "Liberia"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: inc/core/helpers/helper-form-templates.php:1098
|
2032 |
#: inc/core/helpers/helper-misc.php:332
|
2033 |
msgid "Lesotho"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
+
#: inc/core/helpers/helper-form-templates.php:1099
|
2037 |
#: inc/core/helpers/helper-misc.php:336
|
2038 |
msgid "Lithuania"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: inc/core/helpers/helper-form-templates.php:1100
|
2042 |
#: inc/core/helpers/helper-misc.php:337
|
2043 |
msgid "Luxembourg"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
+
#: inc/core/helpers/helper-form-templates.php:1101
|
2047 |
#: inc/core/helpers/helper-misc.php:330
|
2048 |
msgid "Latvia"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: inc/core/helpers/helper-form-templates.php:1102
|
2052 |
#: inc/core/helpers/helper-misc.php:334
|
2053 |
msgid "Libyan Arab Jamahiriya"
|
2054 |
msgstr ""
|
2055 |
|
2056 |
+
#: inc/core/helpers/helper-form-templates.php:1103
|
2057 |
#: inc/core/helpers/helper-misc.php:357
|
2058 |
msgid "Morocco"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
+
#: inc/core/helpers/helper-form-templates.php:1104
|
2062 |
#: inc/core/helpers/helper-misc.php:354
|
2063 |
msgid "Monaco"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: inc/core/helpers/helper-form-templates.php:1105
|
2067 |
#: inc/core/helpers/helper-misc.php:353
|
2068 |
msgid "Moldova, Republic of"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: inc/core/helpers/helper-form-templates.php:1106
|
2072 |
msgid "Montenegro"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: inc/core/helpers/helper-form-templates.php:1107
|
2076 |
#: inc/core/helpers/helper-misc.php:340
|
2077 |
msgid "Madagascar"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: inc/core/helpers/helper-form-templates.php:1108
|
2081 |
#: inc/core/helpers/helper-misc.php:346
|
2082 |
msgid "Marshall Islands"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
+
#: inc/core/helpers/helper-form-templates.php:1109
|
2086 |
#: inc/core/helpers/helper-misc.php:339
|
2087 |
msgid "Macedonia, The Former Yugoslav Republic of"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: inc/core/helpers/helper-form-templates.php:1110
|
2091 |
#: inc/core/helpers/helper-misc.php:344
|
2092 |
msgid "Mali"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
+
#: inc/core/helpers/helper-form-templates.php:1111
|
2096 |
#: inc/core/helpers/helper-misc.php:359
|
2097 |
msgid "Myanmar"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: inc/core/helpers/helper-form-templates.php:1112
|
2101 |
#: inc/core/helpers/helper-misc.php:355
|
2102 |
msgid "Mongolia"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
+
#: inc/core/helpers/helper-form-templates.php:1113
|
2106 |
#: inc/core/helpers/helper-misc.php:338
|
2107 |
msgid "Macau"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: inc/core/helpers/helper-form-templates.php:1114
|
2111 |
#: inc/core/helpers/helper-misc.php:372
|
2112 |
msgid "Northern Mariana Islands"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: inc/core/helpers/helper-form-templates.php:1115
|
2116 |
#: inc/core/helpers/helper-misc.php:348
|
2117 |
msgid "Mauritania"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: inc/core/helpers/helper-form-templates.php:1116
|
2121 |
#: inc/core/helpers/helper-misc.php:356
|
2122 |
msgid "Montserrat"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: inc/core/helpers/helper-form-templates.php:1117
|
2126 |
#: inc/core/helpers/helper-misc.php:345
|
2127 |
msgid "Malta"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: inc/core/helpers/helper-form-templates.php:1118
|
2131 |
#: inc/core/helpers/helper-misc.php:349
|
2132 |
msgid "Mauritius"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: inc/core/helpers/helper-form-templates.php:1119
|
2136 |
#: inc/core/helpers/helper-misc.php:343
|
2137 |
msgid "Maldives"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: inc/core/helpers/helper-form-templates.php:1120
|
2141 |
#: inc/core/helpers/helper-misc.php:341
|
2142 |
msgid "Malawi"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: inc/core/helpers/helper-form-templates.php:1121
|
2146 |
#: inc/core/helpers/helper-misc.php:351
|
2147 |
msgid "Mexico"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: inc/core/helpers/helper-form-templates.php:1122
|
2151 |
#: inc/core/helpers/helper-misc.php:342
|
2152 |
msgid "Malaysia"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: inc/core/helpers/helper-form-templates.php:1123
|
2156 |
#: inc/core/helpers/helper-misc.php:358
|
2157 |
msgid "Mozambique"
|
2158 |
msgstr ""
|
2159 |
|
2160 |
+
#: inc/core/helpers/helper-form-templates.php:1124
|
2161 |
#: inc/core/helpers/helper-misc.php:360
|
2162 |
msgid "Namibia"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: inc/core/helpers/helper-form-templates.php:1125
|
2166 |
#: inc/core/helpers/helper-misc.php:365
|
2167 |
msgid "New Caledonia"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: inc/core/helpers/helper-form-templates.php:1126
|
2171 |
#: inc/core/helpers/helper-misc.php:368
|
2172 |
msgid "Niger"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: inc/core/helpers/helper-form-templates.php:1127
|
2176 |
#: inc/core/helpers/helper-misc.php:369
|
2177 |
msgid "Nigeria"
|
2178 |
msgstr ""
|
2179 |
|
2180 |
+
#: inc/core/helpers/helper-form-templates.php:1128
|
2181 |
#: inc/core/helpers/helper-misc.php:367
|
2182 |
msgid "Nicaragua"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: inc/core/helpers/helper-form-templates.php:1129
|
2186 |
#: inc/core/helpers/helper-misc.php:363
|
2187 |
msgid "Netherlands"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
+
#: inc/core/helpers/helper-form-templates.php:1130
|
2191 |
#: inc/core/helpers/helper-misc.php:373
|
2192 |
msgid "Norway"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: inc/core/helpers/helper-form-templates.php:1131
|
2196 |
#: inc/core/helpers/helper-misc.php:362
|
2197 |
msgid "Nepal"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: inc/core/helpers/helper-form-templates.php:1132
|
2201 |
#: inc/core/helpers/helper-misc.php:361
|
2202 |
msgid "Nauru"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: inc/core/helpers/helper-form-templates.php:1133
|
2206 |
#: inc/core/helpers/helper-misc.php:370
|
2207 |
msgid "Niue"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: inc/core/helpers/helper-form-templates.php:1134
|
2211 |
#: inc/core/helpers/helper-misc.php:366
|
2212 |
msgid "New Zealand"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: inc/core/helpers/helper-form-templates.php:1135
|
2216 |
#: inc/core/helpers/helper-misc.php:374
|
2217 |
msgid "Oman"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
+
#: inc/core/helpers/helper-form-templates.php:1136
|
2221 |
#: inc/core/helpers/helper-misc.php:377
|
2222 |
msgid "Panama"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: inc/core/helpers/helper-form-templates.php:1137
|
2226 |
#: inc/core/helpers/helper-misc.php:380
|
2227 |
msgid "Peru"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
+
#: inc/core/helpers/helper-form-templates.php:1138
|
2231 |
#: inc/core/helpers/helper-misc.php:288
|
2232 |
msgid "French Polynesia"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#: inc/core/helpers/helper-form-templates.php:1139
|
2236 |
#: inc/core/helpers/helper-misc.php:378
|
2237 |
msgid "Papua New Guinea"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: inc/core/helpers/helper-form-templates.php:1140
|
2241 |
#: inc/core/helpers/helper-misc.php:381
|
2242 |
msgid "Philippines"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: inc/core/helpers/helper-form-templates.php:1141
|
2246 |
#: inc/core/helpers/helper-misc.php:375
|
2247 |
msgid "Pakistan"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: inc/core/helpers/helper-form-templates.php:1142
|
2251 |
#: inc/core/helpers/helper-misc.php:383
|
2252 |
msgid "Poland"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: inc/core/helpers/helper-form-templates.php:1143
|
2256 |
msgid "Saint Pierre and Miquelon"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: inc/core/helpers/helper-form-templates.php:1144
|
2260 |
#: inc/core/helpers/helper-misc.php:382
|
2261 |
msgid "Pitcairn"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: inc/core/helpers/helper-form-templates.php:1145
|
2265 |
#: inc/core/helpers/helper-misc.php:384
|
2266 |
msgid "Portugal"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: inc/core/helpers/helper-form-templates.php:1146
|
2270 |
#: inc/core/helpers/helper-misc.php:376
|
2271 |
msgid "Palau"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: inc/core/helpers/helper-form-templates.php:1147
|
2275 |
#: inc/core/helpers/helper-misc.php:379
|
2276 |
msgid "Paraguay"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: inc/core/helpers/helper-form-templates.php:1148
|
2280 |
#: inc/core/helpers/helper-misc.php:386
|
2281 |
msgid "Qatar"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: inc/core/helpers/helper-form-templates.php:1149
|
2285 |
#: inc/core/helpers/helper-misc.php:388
|
2286 |
msgid "Romania"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: inc/core/helpers/helper-form-templates.php:1150
|
2290 |
msgid "Serbia"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: inc/core/helpers/helper-form-templates.php:1151
|
2294 |
#: inc/core/helpers/helper-misc.php:389
|
2295 |
msgid "Russian Federation"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: inc/core/helpers/helper-form-templates.php:1152
|
2299 |
#: inc/core/helpers/helper-misc.php:390
|
2300 |
msgid "Rwanda"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: inc/core/helpers/helper-form-templates.php:1153
|
2304 |
#: inc/core/helpers/helper-misc.php:397
|
2305 |
msgid "Saudi Arabia"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: inc/core/helpers/helper-form-templates.php:1154
|
2309 |
#: inc/core/helpers/helper-misc.php:404
|
2310 |
msgid "Solomon Islands"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: inc/core/helpers/helper-form-templates.php:1155
|
2314 |
#: inc/core/helpers/helper-misc.php:399
|
2315 |
msgid "Seychelles"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: inc/core/helpers/helper-form-templates.php:1156
|
2319 |
#: inc/core/helpers/helper-misc.php:412
|
2320 |
msgid "Sudan"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: inc/core/helpers/helper-form-templates.php:1157
|
2324 |
#: inc/core/helpers/helper-misc.php:416
|
2325 |
msgid "Sweden"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: inc/core/helpers/helper-form-templates.php:1158
|
2329 |
#: inc/core/helpers/helper-misc.php:401
|
2330 |
msgid "Singapore"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
+
#: inc/core/helpers/helper-form-templates.php:1159
|
2334 |
msgid "Saint Helena"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
+
#: inc/core/helpers/helper-form-templates.php:1160
|
2338 |
#: inc/core/helpers/helper-misc.php:403
|
2339 |
msgid "Slovenia"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: inc/core/helpers/helper-form-templates.php:1161
|
2343 |
msgid "Slovakia"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: inc/core/helpers/helper-form-templates.php:1162
|
2347 |
#: inc/core/helpers/helper-misc.php:400
|
2348 |
msgid "Sierra Leone"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: inc/core/helpers/helper-form-templates.php:1163
|
2352 |
#: inc/core/helpers/helper-misc.php:395
|
2353 |
msgid "San Marino"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
+
#: inc/core/helpers/helper-form-templates.php:1164
|
2357 |
#: inc/core/helpers/helper-misc.php:398
|
2358 |
msgid "Senegal"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: inc/core/helpers/helper-form-templates.php:1165
|
2362 |
#: inc/core/helpers/helper-misc.php:405
|
2363 |
msgid "Somalia"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: inc/core/helpers/helper-form-templates.php:1166
|
2367 |
#: inc/core/helpers/helper-misc.php:413
|
2368 |
msgid "Suriname"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: inc/core/helpers/helper-form-templates.php:1167
|
2372 |
#: inc/core/helpers/helper-misc.php:396
|
2373 |
msgid "Sao Tome and Principe"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#: inc/core/helpers/helper-form-templates.php:1168
|
2377 |
#: inc/core/helpers/helper-misc.php:276
|
2378 |
msgid "El Salvador"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: inc/core/helpers/helper-form-templates.php:1169
|
2382 |
#: inc/core/helpers/helper-misc.php:418
|
2383 |
msgid "Syrian Arab Republic"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: inc/core/helpers/helper-form-templates.php:1170
|
2387 |
#: inc/core/helpers/helper-misc.php:415
|
2388 |
msgid "Swaziland"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: inc/core/helpers/helper-form-templates.php:1171
|
2392 |
#: inc/core/helpers/helper-misc.php:430
|
2393 |
msgid "Turks and Caicos Islands"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
+
#: inc/core/helpers/helper-form-templates.php:1172
|
2397 |
#: inc/core/helpers/helper-misc.php:253
|
2398 |
msgid "Chad"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
+
#: inc/core/helpers/helper-form-templates.php:1173
|
2402 |
#: inc/core/helpers/helper-misc.php:423
|
2403 |
msgid "Togo"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
+
#: inc/core/helpers/helper-form-templates.php:1174
|
2407 |
#: inc/core/helpers/helper-misc.php:422
|
2408 |
msgid "Thailand"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: inc/core/helpers/helper-form-templates.php:1175
|
2412 |
#: inc/core/helpers/helper-misc.php:420
|
2413 |
msgid "Tajikistan"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: inc/core/helpers/helper-form-templates.php:1176
|
2417 |
#: inc/core/helpers/helper-misc.php:424
|
2418 |
msgid "Tokelau"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
+
#: inc/core/helpers/helper-form-templates.php:1177
|
2422 |
msgid "Timor-leste"
|
2423 |
msgstr ""
|
2424 |
|
2425 |
+
#: inc/core/helpers/helper-form-templates.php:1178
|
2426 |
#: inc/core/helpers/helper-misc.php:429
|
2427 |
msgid "Turkmenistan"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: inc/core/helpers/helper-form-templates.php:1179
|
2431 |
#: inc/core/helpers/helper-misc.php:427
|
2432 |
msgid "Tunisia"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: inc/core/helpers/helper-form-templates.php:1180
|
2436 |
#: inc/core/helpers/helper-misc.php:425
|
2437 |
msgid "Tonga"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: inc/core/helpers/helper-form-templates.php:1181
|
2441 |
#: inc/core/helpers/helper-misc.php:428
|
2442 |
msgid "Turkey"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
+
#: inc/core/helpers/helper-form-templates.php:1182
|
2446 |
#: inc/core/helpers/helper-misc.php:426
|
2447 |
msgid "Trinidad and Tobago"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
+
#: inc/core/helpers/helper-form-templates.php:1183
|
2451 |
#: inc/core/helpers/helper-misc.php:431
|
2452 |
msgid "Tuvalu"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: inc/core/helpers/helper-form-templates.php:1184
|
2456 |
#: inc/core/helpers/helper-misc.php:419
|
2457 |
msgid "Taiwan, Province of China"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
+
#: inc/core/helpers/helper-form-templates.php:1185
|
2461 |
#: inc/core/helpers/helper-misc.php:421
|
2462 |
msgid "Tanzania, United Republic of"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
+
#: inc/core/helpers/helper-form-templates.php:1186
|
2466 |
#: inc/core/helpers/helper-misc.php:433
|
2467 |
msgid "Ukraine"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: inc/core/helpers/helper-form-templates.php:1187
|
2471 |
#: inc/core/helpers/helper-misc.php:432
|
2472 |
msgid "Uganda"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: inc/core/helpers/helper-form-templates.php:1188
|
2476 |
#: inc/core/helpers/helper-misc.php:436
|
2477 |
msgid "United States"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
+
#: inc/core/helpers/helper-form-templates.php:1189
|
2481 |
#: inc/core/helpers/helper-misc.php:438
|
2482 |
msgid "Uruguay"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
+
#: inc/core/helpers/helper-form-templates.php:1190
|
2486 |
#: inc/core/helpers/helper-misc.php:439
|
2487 |
msgid "Uzbekistan"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: inc/core/helpers/helper-form-templates.php:1191
|
2491 |
#: inc/core/helpers/helper-misc.php:393
|
2492 |
msgid "Saint Vincent and the Grenadines"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
+
#: inc/core/helpers/helper-form-templates.php:1192
|
2496 |
#: inc/core/helpers/helper-misc.php:441
|
2497 |
msgid "Venezuela"
|
2498 |
msgstr ""
|
2499 |
|
2500 |
+
#: inc/core/helpers/helper-form-templates.php:1193
|
2501 |
msgid "Virgin Islands, British"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
+
#: inc/core/helpers/helper-form-templates.php:1194
|
2505 |
msgid "Virgin Islands, U.S."
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: inc/core/helpers/helper-form-templates.php:1195
|
2509 |
#: inc/core/helpers/helper-misc.php:442
|
2510 |
msgid "Vietnam"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
+
#: inc/core/helpers/helper-form-templates.php:1196
|
2514 |
#: inc/core/helpers/helper-misc.php:440
|
2515 |
msgid "Vanuatu"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: inc/core/helpers/helper-form-templates.php:1197
|
2519 |
msgid "Wallis and Futuna"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: inc/core/helpers/helper-form-templates.php:1198
|
2523 |
#: inc/core/helpers/helper-misc.php:394
|
2524 |
msgid "Samoa"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: inc/core/helpers/helper-form-templates.php:1199
|
2528 |
#: inc/core/helpers/helper-misc.php:447
|
2529 |
msgid "Yemen"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
+
#: inc/core/helpers/helper-form-templates.php:1200
|
2533 |
#: inc/core/helpers/helper-misc.php:350
|
2534 |
msgid "Mayotte"
|
2535 |
msgstr ""
|
2536 |
|
2537 |
+
#: inc/core/helpers/helper-form-templates.php:1201
|
2538 |
#: inc/core/helpers/helper-misc.php:406
|
2539 |
msgid "South Africa"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: inc/core/helpers/helper-form-templates.php:1202
|
2543 |
#: inc/core/helpers/helper-misc.php:449
|
2544 |
msgid "Zambia"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: inc/core/helpers/helper-form-templates.php:1203
|
2548 |
#: inc/core/helpers/helper-misc.php:450
|
2549 |
msgid "Zimbabwe"
|
2550 |
msgstr ""
|
3402 |
msgid "Close"
|
3403 |
msgstr ""
|
3404 |
|
|
|
|
|
|
|
|
|
3405 |
#: inc/core/templates/parts/customize-address.php:8
|
3406 |
#: inc/core/templates/parts/customize-checkbox.php:8
|
3407 |
#: inc/core/templates/parts/customize-date.php:8
|
3873 |
msgid "Advanced"
|
3874 |
msgstr ""
|
3875 |
|
3876 |
+
#: inc/core/templates/parts/customize-date.php:38
|
3877 |
+
msgid "Date"
|
3878 |
+
msgstr ""
|
3879 |
+
|
3880 |
#: inc/core/templates/parts/customize-date.php:39
|
3881 |
msgid "Date & Time"
|
3882 |
msgstr ""
|
4222 |
msgid "%d out of %d"
|
4223 |
msgstr ""
|
4224 |
|
4225 |
+
#: inc/core/templates/parts/frontend-rating-yesno.php:9
|
4226 |
+
msgid "No"
|
4227 |
+
msgstr ""
|
4228 |
+
|
4229 |
+
#: inc/core/templates/parts/frontend-rating-yesno.php:17
|
4230 |
+
msgid "Yes"
|
4231 |
+
msgstr ""
|
4232 |
+
|
4233 |
#: inc/core/templates/preview-form-pencil.php:3
|
4234 |
msgid "Click to edit this part."
|
4235 |
msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: contact, contact form, email, feedback form, form, form builder, custom fo
|
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -26,7 +26,7 @@ https://www.youtube.com/watch?v=X1snk2vJbXI
|
|
26 |
* 💌 Skip the hassle of spam messages.
|
27 |
* 😍 Free expert support and feedback.
|
28 |
* 🎨 Live preview form builder.
|
29 |
-
* 💰 Save on average $
|
30 |
|
31 |
= Popular HappyForms Features: =
|
32 |
|
@@ -36,13 +36,11 @@ https://www.youtube.com/watch?v=X1snk2vJbXI
|
|
36 |
* Add multiple forms to the same page.
|
37 |
* Completely mobile responsive forms.
|
38 |
* Unlimited forms, parts, emails and messages.
|
39 |
-
* Create
|
40 |
* Easily duplicate forms.
|
41 |
-
* Required fields checkbox.
|
42 |
* Confirmation message on submission.
|
43 |
-
* Redirect to any webpage after the form is submitted.
|
44 |
* Confirmation email sent to recipient.
|
45 |
-
* One-click HoneyPot
|
46 |
* Over 50 styles controls built-in.
|
47 |
* GDPR and 508 compliant forms and secure forms.
|
48 |
|
@@ -51,40 +49,33 @@ https://www.youtube.com/watch?v=X1snk2vJbXI
|
|
51 |
* Short Text — For fields like ‘First Name’ and ‘Last Name’.
|
52 |
* Long Text — For longer messages and feedback.
|
53 |
* Email — Validate recipients email addresses before submission.
|
54 |
-
* Website Link — Formatted to accept URLs.
|
55 |
* Multiple Choice — Checkboxes for multiple selections.
|
56 |
* Single Choice — Radio buttons for single selection.
|
57 |
-
* Table — Radios and checkboxes in rows and columns.
|
58 |
* Dropdown — For long lists and single selection.
|
59 |
* Number — For formatted numeric fields, like phone and price.
|
60 |
-
* Phone - For formatted contact details.
|
61 |
-
* Date & Time — Includes date dropdowns and time input spinners.
|
62 |
-
* Address — A dropdown listing all available countries.
|
63 |
-
* Scale — Collect opinions using a numeric slider.
|
64 |
-
* Text Editor — For formatting text, code blocks, lists and more.
|
65 |
-
* Title — Include personal honorific list.
|
66 |
-
* Legal — Required fine print before form submission.
|
67 |
-
* Rating — Collect opinions using a zero to five star range.
|
68 |
-
* Story — For adding fill-in-the-blank style inputs to a paragraph.
|
69 |
-
* Placeholder — For form descriptions and horizontal rules.
|
70 |
|
71 |
= Upgraded HappyForms Features: =
|
72 |
|
73 |
-
*
|
|
|
74 |
* Let folks upload files to your forms.
|
|
|
75 |
* Easily open forms in modal / pop-up window.
|
76 |
* Password protect forms for private access.
|
77 |
* Multi-page forms with progress bar.
|
78 |
* Show and hide forms using date/time scheduler.
|
79 |
* Limit the number of responses per form.
|
|
|
80 |
* Collect abandoned responses.
|
81 |
* Enable people to save and resume responses.
|
82 |
* Inherit theme styles option.
|
|
|
83 |
* Built-in dashboard analytics with no setup.
|
84 |
* Log IP address automatically.
|
85 |
* Poll part with real-time results.
|
86 |
* Shuffle form parts and values to avoid biases.
|
87 |
* Advanced filtering of responses.
|
|
|
88 |
* Get access to our growing Slack community.
|
89 |
* Unlimited personal and client use plans.
|
90 |
|
@@ -101,12 +92,15 @@ https://www.youtube.com/watch?v=X1snk2vJbXI
|
|
101 |
|
102 |
Absolutely! HappyForms gets out of the way and is designed to work with any theme.
|
103 |
|
104 |
-
= Is there a
|
105 |
|
106 |
-
Yep! HappyForms free isn't going anywhere but for those looking for even more
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= 1.8.10 =
|
111 |
* Bugfix: Fixed fatal error when visiting Appearance -> Customize screen.
|
112 |
|
@@ -523,6 +517,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
|
|
523 |
|
524 |
== Upgrade Notice ==
|
525 |
|
|
|
|
|
|
|
526 |
= 1.8.10 =
|
527 |
* Fixed fatal error in Customizer screen.
|
528 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.8.11
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
26 |
* 💌 Skip the hassle of spam messages.
|
27 |
* 😍 Free expert support and feedback.
|
28 |
* 🎨 Live preview form builder.
|
29 |
+
* 💰 Save on average $476.72 each year.
|
30 |
|
31 |
= Popular HappyForms Features: =
|
32 |
|
36 |
* Add multiple forms to the same page.
|
37 |
* Completely mobile responsive forms.
|
38 |
* Unlimited forms, parts, emails and messages.
|
39 |
+
* Create multi-column layouts with a single click.
|
40 |
* Easily duplicate forms.
|
|
|
41 |
* Confirmation message on submission.
|
|
|
42 |
* Confirmation email sent to recipient.
|
43 |
+
* One-click HoneyPot spam prevention.
|
44 |
* Over 50 styles controls built-in.
|
45 |
* GDPR and 508 compliant forms and secure forms.
|
46 |
|
49 |
* Short Text — For fields like ‘First Name’ and ‘Last Name’.
|
50 |
* Long Text — For longer messages and feedback.
|
51 |
* Email — Validate recipients email addresses before submission.
|
|
|
52 |
* Multiple Choice — Checkboxes for multiple selections.
|
53 |
* Single Choice — Radio buttons for single selection.
|
|
|
54 |
* Dropdown — For long lists and single selection.
|
55 |
* Number — For formatted numeric fields, like phone and price.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
= Upgraded HappyForms Features: =
|
58 |
|
59 |
+
* Access to all 20+ form parts.
|
60 |
+
* Manage unlimited responses easily in the dashboard.
|
61 |
* Let folks upload files to your forms.
|
62 |
+
* Redirect to any webpage after the form is submitted.
|
63 |
* Easily open forms in modal / pop-up window.
|
64 |
* Password protect forms for private access.
|
65 |
* Multi-page forms with progress bar.
|
66 |
* Show and hide forms using date/time scheduler.
|
67 |
* Limit the number of responses per form.
|
68 |
+
* Google ReCaptcha spam prevention integration.
|
69 |
* Collect abandoned responses.
|
70 |
* Enable people to save and resume responses.
|
71 |
* Inherit theme styles option.
|
72 |
+
* Preview values before submission.
|
73 |
* Built-in dashboard analytics with no setup.
|
74 |
* Log IP address automatically.
|
75 |
* Poll part with real-time results.
|
76 |
* Shuffle form parts and values to avoid biases.
|
77 |
* Advanced filtering of responses.
|
78 |
+
* Fade submit button until valid.
|
79 |
* Get access to our growing Slack community.
|
80 |
* Unlimited personal and client use plans.
|
81 |
|
92 |
|
93 |
Absolutely! HappyForms gets out of the way and is designed to work with any theme.
|
94 |
|
95 |
+
= Is there a paid version? =
|
96 |
|
97 |
+
Yep! HappyForms free isn't going anywhere but for those looking for even more you may be interested in our [HappyForms upgrade plan](https://happyforms.me/upgrade).
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 1.8.11 =
|
102 |
+
* Update: Moved various features to the upgraded plan.
|
103 |
+
|
104 |
= 1.8.10 =
|
105 |
* Bugfix: Fixed fatal error when visiting Appearance -> Customize screen.
|
106 |
|
517 |
|
518 |
== Upgrade Notice ==
|
519 |
|
520 |
+
= 1.8.11 =
|
521 |
+
* Moved various features to the upgraded plan.
|
522 |
+
|
523 |
= 1.8.10 =
|
524 |
* Fixed fatal error in Customizer screen.
|
525 |
|
trunk/happyforms.php
ADDED
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Plugin Name: HappyForms
|
5 |
+
* Plugin URI: https://happyforms.me
|
6 |
+
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
+
* Author: The Theme Foundry
|
8 |
+
* Version: 1.8.11
|
9 |
+
* Author URI: https://thethemefoundry.com
|
10 |
+
* Upgrade URI: https://thethemefoundry.com
|
11 |
+
*/
|
12 |
+
|
13 |
+
/**
|
14 |
+
* The current version of the plugin.
|
15 |
+
*/
|
16 |
+
define( 'HAPPYFORMS_VERSION', '1.8.11' );
|
17 |
+
|
18 |
+
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
+
/**
|
20 |
+
* Get the absolute path to the plugin file.
|
21 |
+
*
|
22 |
+
* @return string Absolute path to the plugin file.
|
23 |
+
*/
|
24 |
+
function happyforms_plugin_file() {
|
25 |
+
return __FILE__;
|
26 |
+
}
|
27 |
+
|
28 |
+
endif;
|
29 |
+
|
30 |
+
if ( ! function_exists( 'happyforms_plugin_name' ) ):
|
31 |
+
/**
|
32 |
+
* Get the plugin basename.
|
33 |
+
*
|
34 |
+
* @return string The plugin basename.
|
35 |
+
*/
|
36 |
+
function happyforms_plugin_name() {
|
37 |
+
return plugin_basename( __FILE__ );
|
38 |
+
}
|
39 |
+
|
40 |
+
endif;
|
41 |
+
|
42 |
+
if ( ! function_exists( 'happyforms_get_plugin_url' ) ):
|
43 |
+
/**
|
44 |
+
* Get the plugin url.
|
45 |
+
*
|
46 |
+
* @return string The url of the plugin.
|
47 |
+
*/
|
48 |
+
function happyforms_get_plugin_url() {
|
49 |
+
return plugin_dir_url( __FILE__ );
|
50 |
+
}
|
51 |
+
|
52 |
+
endif;
|
53 |
+
|
54 |
+
if ( ! function_exists( 'happyforms_get_plugin_path' ) ):
|
55 |
+
/**
|
56 |
+
* Get the absolute path of the plugin folder.
|
57 |
+
*
|
58 |
+
* @return string The absolute path of the plugin folder.
|
59 |
+
*/
|
60 |
+
function happyforms_get_plugin_path() {
|
61 |
+
return plugin_dir_path( __FILE__ );
|
62 |
+
}
|
63 |
+
|
64 |
+
endif;
|
65 |
+
|
66 |
+
if ( ! function_exists( 'happyforms_get_include_folder' ) ):
|
67 |
+
/**
|
68 |
+
* Get the path of the PHP include folder.
|
69 |
+
*
|
70 |
+
* @return string The path of the PHP include folder.
|
71 |
+
*/
|
72 |
+
function happyforms_get_include_folder() {
|
73 |
+
return dirname( __FILE__ ) . '/inc';
|
74 |
+
}
|
75 |
+
|
76 |
+
endif;
|
77 |
+
|
78 |
+
/**
|
79 |
+
* Activate
|
80 |
+
*/
|
81 |
+
require_once( happyforms_get_include_folder() . '/core/helpers/helper-activation.php' );
|
82 |
+
|
83 |
+
/**
|
84 |
+
* Core
|
85 |
+
*/
|
86 |
+
require_once( happyforms_get_include_folder() . '/core/classes/class-happyforms-core.php' );
|
87 |
+
|
88 |
+
require_once( happyforms_get_include_folder() . '/classes/class-happyforms.php' );
|
89 |
+
|
90 |
+
/**
|
91 |
+
* Main handler
|
92 |
+
*/
|
93 |
+
if ( ! function_exists( 'HappyForms' ) ):
|
94 |
+
/**
|
95 |
+
* Get the global HappyForms class.
|
96 |
+
*
|
97 |
+
* @return HappyForms
|
98 |
+
*/
|
99 |
+
function HappyForms() {
|
100 |
+
global $happyforms;
|
101 |
+
|
102 |
+
if ( is_null( $happyforms ) ) {
|
103 |
+
$happyforms = new HappyForms();
|
104 |
+
}
|
105 |
+
|
106 |
+
return $happyforms;
|
107 |
+
}
|
108 |
+
|
109 |
+
endif;
|
110 |
+
|
111 |
+
/**
|
112 |
+
* Start general admin and frontend hooks.
|
113 |
+
*/
|
114 |
+
add_action( 'plugins_loaded', array( HappyForms(), 'initialize_plugin' ) );
|
115 |
+
|
116 |
+
/**
|
117 |
+
* Start Customize screen specific hooks.
|
118 |
+
*/
|
119 |
+
add_filter( 'customize_loaded_components', array( HappyForms(), 'initialize_customize_screen' ) );
|
trunk/inc/assets/css/admin.css
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#adminmenu #toplevel_page_happyforms ul li:last-child a,
|
2 |
+
#adminmenu #toplevel_page_happyforms ul li:last-child a:hover {
|
3 |
+
color: #FFB900;
|
4 |
+
}
|
5 |
+
|
6 |
+
#adminmenu #toplevel_page_happyforms ul li:last-child a:after {
|
7 |
+
content: '\f504';
|
8 |
+
position: relative;
|
9 |
+
top: 2px;
|
10 |
+
display: inline-block;
|
11 |
+
padding-left: 5px;
|
12 |
+
font-family: dashicons;
|
13 |
+
text-decoration: none;
|
14 |
+
}
|
15 |
+
|
16 |
+
.happyforms-upgrade-modal-container {
|
17 |
+
display: none;
|
18 |
+
}
|
19 |
+
|
20 |
+
.happyforms-upgrade-modal {
|
21 |
+
position: relative;
|
22 |
+
text-align: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.happyforms-upgrade-modal .happyforms-logo {
|
26 |
+
width: 230px;
|
27 |
+
max-width: 100%;
|
28 |
+
}
|
29 |
+
|
30 |
+
.happyforms-upgrade-modal h2 {
|
31 |
+
margin-bottom: 10px;
|
32 |
+
padding-bottom: 5px;
|
33 |
+
font-size: 1.7em;
|
34 |
+
}
|
35 |
+
|
36 |
+
.happyforms-upgrade-modal p {
|
37 |
+
max-width: 71%;
|
38 |
+
margin: 0 auto 10px;
|
39 |
+
font-size: 14px;
|
40 |
+
}
|
41 |
+
|
42 |
+
@media screen and (max-width: 600px) {
|
43 |
+
.happyforms-upgrade-modal p {
|
44 |
+
max-width: 100%;
|
45 |
+
}
|
46 |
+
}
|
47 |
+
|
48 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__buttons {
|
49 |
+
margin-top: 1.5em;
|
50 |
+
}
|
51 |
+
|
52 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__button {
|
53 |
+
margin-bottom: 15px;
|
54 |
+
}
|
55 |
+
|
56 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__button:last-child {
|
57 |
+
margin-bottom: 0;
|
58 |
+
}
|
59 |
+
|
60 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__button a.button {
|
61 |
+
padding: 13px 25px;
|
62 |
+
width: 297px;
|
63 |
+
max-width: 100%;
|
64 |
+
height: auto;
|
65 |
+
font-size: 15px;
|
66 |
+
white-space: normal;
|
67 |
+
}
|
68 |
+
|
69 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__button--grey,
|
70 |
+
a.happyforms-continue-link,
|
71 |
+
a.happyforms-continue-link:hover {
|
72 |
+
color: #82878C;
|
73 |
+
}
|
74 |
+
|
75 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__close {
|
76 |
+
position: absolute;
|
77 |
+
top: -25px;
|
78 |
+
right: 5px;
|
79 |
+
width: 16px;
|
80 |
+
height: 16px;
|
81 |
+
color: #555D66;
|
82 |
+
-webkit-box-shadow: none;
|
83 |
+
box-shadow: none;
|
84 |
+
}
|
85 |
+
|
86 |
+
.happyforms-upgrade-modal .happyforms-upgrade-modal__close:hover {
|
87 |
+
color: #a00;
|
88 |
+
}
|
89 |
+
|
90 |
+
.happyforms-upgrade-modal form {
|
91 |
+
display: none;
|
92 |
+
flex-flow: row nowrap;
|
93 |
+
align-items: center;
|
94 |
+
max-width: 297px;
|
95 |
+
margin: -4px auto 15px;
|
96 |
+
}
|
97 |
+
|
98 |
+
.happyforms-upgrade-modal form.shown {
|
99 |
+
display: flex;
|
100 |
+
height: 54px;
|
101 |
+
overflow: hidden;
|
102 |
+
}
|
103 |
+
|
104 |
+
.happyforms-upgrade-modal select {
|
105 |
+
flex: 1;
|
106 |
+
max-width: 165px;
|
107 |
+
height: 100%;
|
108 |
+
}
|
109 |
+
|
110 |
+
.happyforms-upgrade-modal input[type=submit] {
|
111 |
+
min-width: 120px;
|
112 |
+
height: 52px;
|
113 |
+
margin-left: 10px;
|
114 |
+
padding: 0 25px;
|
115 |
+
font-size: 15px;
|
116 |
+
}
|
117 |
+
|
118 |
+
#TB_window.happyforms-admin-modal {
|
119 |
+
width: 100% !important;
|
120 |
+
height: 100% !important;
|
121 |
+
top: 0 !important;
|
122 |
+
left: 0 !important;
|
123 |
+
margin-top: 0 !important;
|
124 |
+
margin-left: 0 !important;
|
125 |
+
background-color: transparent !important;
|
126 |
+
-webkit-box-shadow: none !important;
|
127 |
+
box-shadow: none !important;
|
128 |
+
display: flex;
|
129 |
+
align-items: center;
|
130 |
+
justify-content: center;
|
131 |
+
}
|
132 |
+
|
133 |
+
#TB_window.happyforms-admin-modal #TB_title {
|
134 |
+
display: none;
|
135 |
+
}
|
136 |
+
|
137 |
+
#TB_window.happyforms-admin-modal #TB_ajaxContent {
|
138 |
+
padding: 45px 15px;
|
139 |
+
overflow: hidden;
|
140 |
+
background-color: #fff;
|
141 |
+
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
142 |
+
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
143 |
+
}
|
trunk/inc/assets/img/logo.png
ADDED
Binary file
|
trunk/inc/assets/js/admin/dashboard.js
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
( function( $, settings ) {
|
2 |
+
|
3 |
+
var happyForms = window.happyForms || {};
|
4 |
+
window.happyForms = happyForms;
|
5 |
+
|
6 |
+
happyForms.freeDashboard = {
|
7 |
+
init: function() {
|
8 |
+
$( document ).on( 'click', '#adminmenu #toplevel_page_happyforms li:last-child a', this.onUpgradeClick.bind(this) );
|
9 |
+
$( document ).on( 'click', '#adminmenu #toplevel_page_happyforms li:eq(3) a', this.onResponsesClick.bind(this) );
|
10 |
+
$( document ).on( 'click', '#adminmenu #toplevel_page_happyforms li:eq(4) a', this.onExportClick.bind(this) );
|
11 |
+
$( document ).on( 'click', '.happyforms-upgrade-modal .happyforms-continue-link', this.onContinueClick.bind(this) );
|
12 |
+
$( document ).on( 'click', '.happyforms-upgrade-modal .happyforms-export-button', this.onExportButtonClick.bind(this) );
|
13 |
+
$( document ).on( 'click', '.happyforms-upgrade-modal .happyforms-upgrade-modal__close', this.onCloseClick.bind(this) );
|
14 |
+
},
|
15 |
+
|
16 |
+
onUpgradeClick: function( e ) {
|
17 |
+
e.preventDefault();
|
18 |
+
|
19 |
+
var $link = $(e.target);
|
20 |
+
|
21 |
+
window.open( $link.attr('href') );
|
22 |
+
},
|
23 |
+
|
24 |
+
onResponsesClick: function( e ) {
|
25 |
+
e.preventDefault();
|
26 |
+
|
27 |
+
this.openModal( settings.responses_modal_id );
|
28 |
+
},
|
29 |
+
|
30 |
+
onExportClick: function( e ) {
|
31 |
+
e.preventDefault();
|
32 |
+
|
33 |
+
this.openModal( settings.export_modal_id );
|
34 |
+
},
|
35 |
+
|
36 |
+
openModal: function( modalId ) {
|
37 |
+
tb_show( '', '#TB_inline?width=600&inlineId=' + modalId );
|
38 |
+
$( '#TB_window' ).addClass( 'happyforms-admin-modal' ).addClass( modalId );
|
39 |
+
$( '#TB_ajaxContent' ).height( 'auto' );
|
40 |
+
},
|
41 |
+
|
42 |
+
closeModal: function() {
|
43 |
+
tb_remove();
|
44 |
+
},
|
45 |
+
|
46 |
+
onContinueClick: function( e ) {
|
47 |
+
e.preventDefault();
|
48 |
+
|
49 |
+
this.closeModal();
|
50 |
+
},
|
51 |
+
|
52 |
+
onExportButtonClick: function( e ) {
|
53 |
+
e.preventDefault();
|
54 |
+
|
55 |
+
$( '.happyforms-upgrade-modal .happyforms-export-button' ).hide();
|
56 |
+
$( '.happyforms-upgrade-modal form' ).addClass( 'shown' );
|
57 |
+
},
|
58 |
+
|
59 |
+
onCloseClick: function( e ) {
|
60 |
+
e.preventDefault();
|
61 |
+
|
62 |
+
this.closeModal();
|
63 |
+
}
|
64 |
+
};
|
65 |
+
|
66 |
+
$( document ).ready( function() {
|
67 |
+
happyForms.freeDashboard.init();
|
68 |
+
} );
|
69 |
+
|
70 |
+
} )( jQuery, _happyFormsDashboardSettings );
|
trunk/inc/classes/class-happyforms.php
ADDED
@@ -0,0 +1,381 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class HappyForms extends HappyForms_Core {
|
3 |
+
|
4 |
+
public $default_notice;
|
5 |
+
public $action_archive = 'archive';
|
6 |
+
|
7 |
+
public function initialize_plugin() {
|
8 |
+
parent::initialize_plugin();
|
9 |
+
|
10 |
+
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
11 |
+
add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
|
12 |
+
add_filter( 'happyforms_setup_controls', array( $this, 'add_dummy_setup_controls' ) );
|
13 |
+
add_action( 'admin_print_footer_scripts', array( $this, 'print_upgrade_modals' ) );
|
14 |
+
add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
|
15 |
+
add_action( 'current_screen', array( $this, 'display_notices' ) );
|
16 |
+
|
17 |
+
$this->register_dummy_parts();
|
18 |
+
$this->add_setup_logic_upgrade_links();
|
19 |
+
}
|
20 |
+
|
21 |
+
public function register_dummy_parts() {
|
22 |
+
$part_library = happyforms_get_part_library();
|
23 |
+
|
24 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-website-url-dummy.php' );
|
25 |
+
$part_library->register_part( 'HappyForms_Part_WebsiteUrl_Dummy', 3 );
|
26 |
+
|
27 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-attachment-dummy.php' );
|
28 |
+
$part_library->register_part( 'HappyForms_Part_Attachment_Dummy', 6 );
|
29 |
+
|
30 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-table-dummy.php' );
|
31 |
+
$part_library->register_part( 'HappyForms_Part_Table_Dummy', 7 );
|
32 |
+
|
33 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-poll-dummy.php' );
|
34 |
+
$part_library->register_part( 'HappyForms_Part_Poll_Dummy', 10 );
|
35 |
+
|
36 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-phone-dummy.php' );
|
37 |
+
$part_library->register_part( 'HappyForms_Part_Phone_Dummy', 11 );
|
38 |
+
|
39 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-date-dummy.php' );
|
40 |
+
$part_library->register_part( 'HappyForms_Part_Date_Dummy', 12 );
|
41 |
+
|
42 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
|
43 |
+
$part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 13 );
|
44 |
+
|
45 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-address-dummy.php' );
|
46 |
+
$part_library->register_part( 'HappyForms_Part_Address_Dummy', 14 );
|
47 |
+
|
48 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-scale-dummy.php' );
|
49 |
+
$part_library->register_part( 'HappyForms_Part_Scale_Dummy', 15 );
|
50 |
+
|
51 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rich-text-dummy.php' );
|
52 |
+
$part_library->register_part( 'HappyForms_Part_RichText_Dummy', 16 );
|
53 |
+
|
54 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-title-dummy.php' );
|
55 |
+
$part_library->register_part( 'HappyForms_Part_Title_Dummy', 17 );
|
56 |
+
|
57 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-legal-dummy.php' );
|
58 |
+
$part_library->register_part( 'HappyForms_Part_Legal_Dummy', 18 );
|
59 |
+
|
60 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rating-dummy.php' );
|
61 |
+
$part_library->register_part( 'HappyForms_Part_Rating_Dummy', 19 );
|
62 |
+
|
63 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-narrative-dummy.php' );
|
64 |
+
$part_library->register_part( 'HappyForms_Part_Narrative_Dummy', 20 );
|
65 |
+
|
66 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-placeholder-dummy.php' );
|
67 |
+
$part_library->register_part( 'HappyForms_Part_Placeholder_Dummy', 21 );
|
68 |
+
}
|
69 |
+
|
70 |
+
public function add_dummy_setup_controls( $controls ) {
|
71 |
+
$controls[450] = array(
|
72 |
+
'type' => 'checkbox_dummy',
|
73 |
+
'dummy_id' => 'email_mark_and_reply',
|
74 |
+
'label' => __( 'Include mark and reply link', 'happyforms' ),
|
75 |
+
'tooltip' => __( 'Reply to your users and mark their submission as read in one click.', 'happyforms' ),
|
76 |
+
);
|
77 |
+
|
78 |
+
$controls[1300] = array(
|
79 |
+
'type' => 'checkbox_dummy',
|
80 |
+
'dummy_id' => 'redirect_on_complete',
|
81 |
+
'label' => __( 'Redirect on complete', 'happyforms' ),
|
82 |
+
'tooltip' => __( 'By default, recipients will be redirected to the post or page displaying this form. To set a custom redirect webpage, add a link here.', 'happyforms' ),
|
83 |
+
);
|
84 |
+
|
85 |
+
$controls[1310] = array(
|
86 |
+
'type' => 'checkbox_dummy',
|
87 |
+
'dummy_id' => 'track_goal_link',
|
88 |
+
'label' => __( 'Track goal link', 'happyforms' ),
|
89 |
+
'tooltip' => __( 'Track recipients landing on this internal page after successfully submitting this form.', 'happyforms' ),
|
90 |
+
);
|
91 |
+
|
92 |
+
$controls[1320] = array(
|
93 |
+
'type' => 'checkbox_dummy',
|
94 |
+
'dummy_id' => 'use_theme_styles',
|
95 |
+
'label' => __( 'Use theme styles', 'happyforms' ),
|
96 |
+
'tooltip' => __( 'Inherit theme default styles instead of using HappyForms styles.', 'happyforms' ),
|
97 |
+
);
|
98 |
+
|
99 |
+
$controls[1450] = array(
|
100 |
+
'type' => 'checkbox_dummy',
|
101 |
+
'dummy_id' => 'shuffle_parts',
|
102 |
+
'label' => __( 'Shuffle parts', 'happyforms' ),
|
103 |
+
'tooltip' => __( 'Shuffle the order of all form parts to avoid biases in your responses.', 'happyforms' ),
|
104 |
+
);
|
105 |
+
|
106 |
+
$controls[1500] = array(
|
107 |
+
'type' => 'checkbox_dummy',
|
108 |
+
'dummy_id' => 'captcha',
|
109 |
+
'label' => sprintf(
|
110 |
+
__( 'Use <a href="%s" target="_blank" class="external"> Google ReCaptcha</a>', 'happyforms' ),
|
111 |
+
'https://www.google.com/recaptcha'
|
112 |
+
),
|
113 |
+
'tooltip' => __( 'Protect your form against bots using your Google ReCaptcha credentials.', 'happyforms' ),
|
114 |
+
);
|
115 |
+
|
116 |
+
$controls[1550] = array(
|
117 |
+
'type' => 'checkbox_dummy',
|
118 |
+
'dummy_id' => 'require_password',
|
119 |
+
'label' => __( 'Require password', 'happyforms' ),
|
120 |
+
'tooltip' => __( 'Only users with password will be able to view and submit the form.', 'happyforms' ),
|
121 |
+
);
|
122 |
+
|
123 |
+
$controls[1590] = array(
|
124 |
+
'type' => 'checkbox_dummy',
|
125 |
+
'dummy_id' => 'open_in_overlay_window',
|
126 |
+
'label' => __( 'Open in overlay window', 'happyforms' ),
|
127 |
+
'tooltip' => __( 'Generate a link that can be clicked to open an overlay window for this form.', 'happyforms' ),
|
128 |
+
);
|
129 |
+
|
130 |
+
$controls[1600] = array(
|
131 |
+
'type' => 'checkbox_dummy',
|
132 |
+
'dummy_id' => 'save_responses',
|
133 |
+
'label' => __( 'Save responses', 'happyforms' ),
|
134 |
+
'tooltip' => __( 'Keep recipients responses stored in your WordPress database.', 'happyforms' ),
|
135 |
+
'field' => 'save_entries',
|
136 |
+
);
|
137 |
+
|
138 |
+
$controls[1660] = array(
|
139 |
+
'type' => 'checkbox_dummy',
|
140 |
+
'dummy_id' => 'save_abandoned_responses',
|
141 |
+
'label' => __( 'Save abandoned responses', 'happyforms' ),
|
142 |
+
'tooltip' => __( 'Keep incomplete recipients responses stored in your WordPress database.', 'happyforms' ),
|
143 |
+
);
|
144 |
+
|
145 |
+
$controls[1690] = array(
|
146 |
+
'type' => 'checkbox_dummy',
|
147 |
+
'dummy_id' => 'unique_id',
|
148 |
+
'label' => __( 'Give each response an ID number', 'happyforms' ),
|
149 |
+
'tooltip' => __( 'Tag responses with a unique, incremental identifier.', 'happyforms' ),
|
150 |
+
);
|
151 |
+
|
152 |
+
$controls[1800] = array(
|
153 |
+
'type' => 'checkbox_dummy',
|
154 |
+
'dummy_id' => 'preview_before_submit',
|
155 |
+
'label' => __( 'Preview values before submission', 'happyforms' ),
|
156 |
+
'tooltip' => __( 'Let your users review their submission before confirming it.', 'happyforms' ),
|
157 |
+
);
|
158 |
+
|
159 |
+
$controls[1900] = array(
|
160 |
+
'type' => 'checkbox_dummy',
|
161 |
+
'dummy_id' => 'disable_submit_until_valid',
|
162 |
+
'label' => __( 'Fade submit button until valid', 'happyforms' ),
|
163 |
+
'tooltip' => __( 'Reduce the opacity of the submit button until all required form parts are valid.', 'happyforms' )
|
164 |
+
);
|
165 |
+
|
166 |
+
$controls[2300] = array(
|
167 |
+
'type' => 'checkbox_dummy',
|
168 |
+
'dummy_id' => 'limit_responses',
|
169 |
+
'label' => __( 'Limit responses', 'happyforms' ),
|
170 |
+
'tooltip' => __( 'Set limit on number of allowed form submission in general or per user.', 'happyforms' ),
|
171 |
+
);
|
172 |
+
|
173 |
+
$controls[3000] = array(
|
174 |
+
'type' => 'checkbox_dummy',
|
175 |
+
'dummy_id' => 'schedule_visibility',
|
176 |
+
'label' => __( 'Schedule visibility', 'happyforms' ),
|
177 |
+
'tooltip' => __( 'Show or hide this form during a chosen time and day. Go to Settings > Timezone to set your city offset.', 'happyforms' ),
|
178 |
+
);
|
179 |
+
|
180 |
+
return $controls;
|
181 |
+
}
|
182 |
+
|
183 |
+
public function do_control( $control, $field, $index ) {
|
184 |
+
$type = $control['type'];
|
185 |
+
|
186 |
+
if ( 'checkbox_dummy' === $type ) {
|
187 |
+
require( happyforms_get_include_folder() . '/templates/customize-controls/checkbox_dummy.php' );
|
188 |
+
}
|
189 |
+
}
|
190 |
+
|
191 |
+
public function print_upgrade_modals() {
|
192 |
+
require_once( happyforms_get_include_folder() . '/templates/admin/responses-upgrade-modal.php' );
|
193 |
+
require_once( happyforms_get_include_folder() . '/templates/admin/export-upgrade-modal.php' );
|
194 |
+
}
|
195 |
+
|
196 |
+
public function admin_menu() {
|
197 |
+
parent::admin_menu();
|
198 |
+
|
199 |
+
$form_controller = happyforms_get_form_controller();
|
200 |
+
|
201 |
+
add_submenu_page(
|
202 |
+
'happyforms',
|
203 |
+
__( 'HappyForms Upgrade', 'happyforms' ),
|
204 |
+
__( 'Upgrade', 'happyforms' ),
|
205 |
+
$form_controller->capability,
|
206 |
+
'https://happyforms.me/upgrade'
|
207 |
+
);
|
208 |
+
}
|
209 |
+
|
210 |
+
public function admin_enqueue_scripts() {
|
211 |
+
parent::admin_enqueue_scripts();
|
212 |
+
|
213 |
+
wp_enqueue_style(
|
214 |
+
'happyforms-free-admin',
|
215 |
+
happyforms_get_plugin_url() . 'inc/assets/css/admin.css',
|
216 |
+
array( 'thickbox' ), HAPPYFORMS_VERSION
|
217 |
+
);
|
218 |
+
|
219 |
+
wp_register_script(
|
220 |
+
'happyforms-free-admin',
|
221 |
+
happyforms_get_plugin_url() . 'inc/assets/js/admin/dashboard.js',
|
222 |
+
array( 'thickbox' ), HAPPYFORMS_VERSION, true
|
223 |
+
);
|
224 |
+
|
225 |
+
$has_responses = get_transient( '_happyforms_has_responses' );
|
226 |
+
|
227 |
+
if ( false === $has_responses ) {
|
228 |
+
$responses = get_posts(
|
229 |
+
array(
|
230 |
+
'post_type' => 'happyforms-message'
|
231 |
+
)
|
232 |
+
);
|
233 |
+
|
234 |
+
if ( ! empty( $responses ) ) {
|
235 |
+
$has_responses = 1;
|
236 |
+
|
237 |
+
set_transient( '_happyforms_has_responses', 1 );
|
238 |
+
}
|
239 |
+
}
|
240 |
+
|
241 |
+
$responses_modal_id = ( 1 === intval( $has_responses ) ) ? 'happyforms-responses-upgrade-existing' : 'happyforms-responses-upgrade-new';
|
242 |
+
$export_modal_id = ( 1 === intval( $has_responses ) ) ? 'happyforms-export-upgrade-existing' : 'happyforms-export-upgrade-new';
|
243 |
+
|
244 |
+
wp_localize_script(
|
245 |
+
'happyforms-free-admin',
|
246 |
+
'_happyFormsDashboardSettings',
|
247 |
+
array(
|
248 |
+
'responses_modal_id' => $responses_modal_id,
|
249 |
+
'export_modal_id' => $export_modal_id
|
250 |
+
)
|
251 |
+
);
|
252 |
+
|
253 |
+
wp_enqueue_script( 'happyforms-free-admin' );
|
254 |
+
}
|
255 |
+
|
256 |
+
public function parse_archive_request() {
|
257 |
+
global $pagenow;
|
258 |
+
|
259 |
+
if ( 'edit.php' !== $pagenow ) {
|
260 |
+
return;
|
261 |
+
}
|
262 |
+
|
263 |
+
$form_post_type = happyforms_get_form_controller()->post_type;
|
264 |
+
|
265 |
+
if ( ! isset( $_GET['post_type'] ) || $form_post_type !== $_GET['post_type'] ) {
|
266 |
+
return;
|
267 |
+
}
|
268 |
+
|
269 |
+
if ( ! isset( $_GET[$this->action_archive] ) ) {
|
270 |
+
return;
|
271 |
+
}
|
272 |
+
|
273 |
+
$form_id = $_GET[$this->action_archive];
|
274 |
+
$form_controller = happyforms_get_form_controller();
|
275 |
+
$message_controller = happyforms_get_message_controller();
|
276 |
+
$form = $form_controller->get( $form_id );
|
277 |
+
|
278 |
+
if ( ! $form ) {
|
279 |
+
return;
|
280 |
+
}
|
281 |
+
|
282 |
+
$message_controller->export_archive( $form );
|
283 |
+
}
|
284 |
+
|
285 |
+
public function display_notices() {
|
286 |
+
$forms = happyforms_get_form_controller()->get();
|
287 |
+
|
288 |
+
if ( 0 === count( $forms ) ) {
|
289 |
+
return;
|
290 |
+
}
|
291 |
+
|
292 |
+
if ( ! $this->is_new_user( $forms ) ) {
|
293 |
+
$this->display_removal_notice( $forms );
|
294 |
+
}
|
295 |
+
|
296 |
+
$this->display_review_notice( $forms );
|
297 |
+
}
|
298 |
+
|
299 |
+
public function is_new_user( $forms ) {
|
300 |
+
if ( 1 !== count( $forms ) ) {
|
301 |
+
return false;
|
302 |
+
}
|
303 |
+
|
304 |
+
$form = $forms[0];
|
305 |
+
|
306 |
+
if ( 'Sample Form' === $form['post_title'] ) {
|
307 |
+
return true;
|
308 |
+
}
|
309 |
+
|
310 |
+
return false;
|
311 |
+
}
|
312 |
+
|
313 |
+
public function display_removal_notice( $forms ) {
|
314 |
+
$upgrade_link = 'https://happyforms.me/upgrade';
|
315 |
+
|
316 |
+
happyforms_get_admin_notices()->register(
|
317 |
+
'happyforms_feature_removal',
|
318 |
+
sprintf(
|
319 |
+
__( '<p><strong>Important changes to HappyForms</strong></p><p>We want to continue developing the free HappyForms plugin, but we can\'t do this without the support of more paying customers. So, starting with HappyForms 1.8.11, we\'ve transitioned the following features to the paid plugin: Scale, Rating, Story, Website Link, Table, Phone, Date & Time, Address, Title, Legal, Placeholder and Text Editor form parts along with redirects, submit button fade, Google ReCaptcha and response reviews.</p><p>If you\'re using these parts and features in your forms, they will be removed from the free plugin with this release. Please review all your existing forms for changes.</p><p>To make your transition easier, <a href="%s" target="_blank" class="external">we\'re offering 50%% off upgrades</a>. Use the coupon code “TRANSITION” to save.</p>', 'happyforms' ),
|
320 |
+
$upgrade_link
|
321 |
+
),
|
322 |
+
array(
|
323 |
+
'type' => 'error',
|
324 |
+
'screen' => array( 'dashboard', 'edit-post', 'edit-page', 'edit-happyform', 'plugins' ),
|
325 |
+
'dismissible' => true,
|
326 |
+
)
|
327 |
+
);
|
328 |
+
}
|
329 |
+
|
330 |
+
public function display_review_notice( $forms ) {
|
331 |
+
$form = $forms[0];
|
332 |
+
$form_date = new DateTime( $form['post_date'] );
|
333 |
+
$now = new DateTime();
|
334 |
+
$difference = $now->diff( $form_date );
|
335 |
+
$hours = $difference->format( '%h' );
|
336 |
+
$days = $difference->format( '%d' );
|
337 |
+
|
338 |
+
if ( 3 > intval( $days ) ) {
|
339 |
+
return;
|
340 |
+
}
|
341 |
+
|
342 |
+
$review_link = 'https://wordpress.org/support/plugin/happyforms/reviews/?filter=5#new-post';
|
343 |
+
$upgrade_link = 'https://happyforms.me/upgrade';
|
344 |
+
|
345 |
+
happyforms_get_admin_notices()->register(
|
346 |
+
'happyforms_leave_a_review',
|
347 |
+
sprintf(
|
348 |
+
__( '<p>Can we ask a favor?</p><p>You created your first form %s days ago — how time flies! Since then, we’ve answered hundreds of community emails and spent %s hours coding and improving HappyForms.</p><p>As you probably know, plugin reviews are an important way in helping a young business like ours grow.</p><p>If you could please spare one minute for a review, it would put a huge smile on our faces. 😊</p><p><a href="%s" target="_blank" rel="noopener">Leave a review now</a>, or show your support by <a href="%s" target="_blank" class="external">upgrading to a paid plan</a>.</p>', 'happyforms' ),
|
349 |
+
$days, $hours, $review_link, $upgrade_link
|
350 |
+
),
|
351 |
+
array(
|
352 |
+
'type' => 'info',
|
353 |
+
'screen' => array( 'edit-happyform' ),
|
354 |
+
'dismissible' => true,
|
355 |
+
)
|
356 |
+
);
|
357 |
+
}
|
358 |
+
|
359 |
+
public function add_setup_logic_upgrade_links() {
|
360 |
+
$control_slugs = array(
|
361 |
+
'email_recipient',
|
362 |
+
'email_bccs',
|
363 |
+
'alert_email_subject',
|
364 |
+
'redirect_url'
|
365 |
+
);
|
366 |
+
|
367 |
+
foreach ( $control_slugs as $slug ) {
|
368 |
+
add_action( "happyforms_setup_control_{$slug}_after", array( $this, 'set_logic_link_template' ) );
|
369 |
+
}
|
370 |
+
}
|
371 |
+
|
372 |
+
public function set_logic_link_template() {
|
373 |
+
$html = '';
|
374 |
+
|
375 |
+
ob_start();
|
376 |
+
require( happyforms_get_include_folder() . '/core/templates/customize-form-setup-logic.php' );
|
377 |
+
$html = ob_get_clean();
|
378 |
+
|
379 |
+
echo $html;
|
380 |
+
}
|
381 |
+
}
|
trunk/inc/classes/class-message-controller.php
ADDED
@@ -0,0 +1,649 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Message_Controller {
|
4 |
+
|
5 |
+
/**
|
6 |
+
* The singleton instance.
|
7 |
+
*
|
8 |
+
* @since 1.0
|
9 |
+
*
|
10 |
+
* @var HappyForms_Message_Controller
|
11 |
+
*/
|
12 |
+
private static $instance;
|
13 |
+
|
14 |
+
/**
|
15 |
+
* The message post type slug.
|
16 |
+
*
|
17 |
+
* @since 1.0
|
18 |
+
*
|
19 |
+
* @var string
|
20 |
+
*/
|
21 |
+
public $post_type = 'happyforms-message';
|
22 |
+
|
23 |
+
/**
|
24 |
+
* Response editing capability.
|
25 |
+
*
|
26 |
+
*/
|
27 |
+
public $capability = 'happyforms_manage_response';
|
28 |
+
|
29 |
+
/**
|
30 |
+
* The parameter name used to identify a
|
31 |
+
* submission form
|
32 |
+
*
|
33 |
+
* @since 1.0
|
34 |
+
*
|
35 |
+
* @var string
|
36 |
+
*/
|
37 |
+
public $form_parameter = 'happyforms_form_id';
|
38 |
+
|
39 |
+
/**
|
40 |
+
* The parameter name used to identify a
|
41 |
+
* submission form
|
42 |
+
*
|
43 |
+
* @var string
|
44 |
+
*/
|
45 |
+
public $form_step_parameter = 'happyforms_step';
|
46 |
+
|
47 |
+
/**
|
48 |
+
* The action name used to identify a
|
49 |
+
* message submission request.
|
50 |
+
*
|
51 |
+
* @since 1.0
|
52 |
+
*
|
53 |
+
* @var string
|
54 |
+
*/
|
55 |
+
public $submit_action = 'happyforms_message';
|
56 |
+
|
57 |
+
/**
|
58 |
+
* The nonce prefix used in forms.
|
59 |
+
*
|
60 |
+
* @since 1.0
|
61 |
+
*
|
62 |
+
* @var string
|
63 |
+
*/
|
64 |
+
public $nonce_prefix = 'happyforms_message_nonce_';
|
65 |
+
|
66 |
+
/**
|
67 |
+
* The nonce name used in forms.
|
68 |
+
*
|
69 |
+
* @since 1.0
|
70 |
+
*
|
71 |
+
* @var string
|
72 |
+
*/
|
73 |
+
public $nonce_name = 'happyforms_message_nonce';
|
74 |
+
|
75 |
+
/**
|
76 |
+
* The singleton constructor.
|
77 |
+
*
|
78 |
+
* @since 1.0
|
79 |
+
*
|
80 |
+
* @return HappyForms_Message_Controller
|
81 |
+
*/
|
82 |
+
public static function instance() {
|
83 |
+
if ( is_null( self::$instance ) ) {
|
84 |
+
self::$instance = new self();
|
85 |
+
}
|
86 |
+
|
87 |
+
self::$instance->hook();
|
88 |
+
|
89 |
+
return self::$instance;
|
90 |
+
}
|
91 |
+
|
92 |
+
/**
|
93 |
+
* Register hooks.
|
94 |
+
*
|
95 |
+
* @since 1.0
|
96 |
+
*
|
97 |
+
* @return void
|
98 |
+
*/
|
99 |
+
public function hook() {
|
100 |
+
add_action( 'parse_request', array( $this, 'admin_post' ) );
|
101 |
+
add_action( 'admin_init', array( $this, 'admin_post' ) );
|
102 |
+
add_filter( 'happyforms_email_part_visible', array( $this, 'email_part_visible' ), 10, 4 );
|
103 |
+
|
104 |
+
// Core multi-step hooks
|
105 |
+
add_action( 'happyforms_step', array( $this, 'default_submission_step' ) );
|
106 |
+
// Submission preview and review
|
107 |
+
add_action( 'happyforms_step', array( $this, 'preview_submission_step' ) );
|
108 |
+
add_action( 'happyforms_step', array( $this, 'review_submission_step' ) );
|
109 |
+
}
|
110 |
+
|
111 |
+
public function get_meta_fields() {
|
112 |
+
$fields = array(
|
113 |
+
'form_id' => 0,
|
114 |
+
'read' => false,
|
115 |
+
'tracking_id' => '',
|
116 |
+
);
|
117 |
+
return $fields;
|
118 |
+
}
|
119 |
+
|
120 |
+
public function to_array( $message ) {
|
121 |
+
$message_array = $message->to_array();
|
122 |
+
$message_meta = happyforms_unprefix_meta( get_post_meta( $message->ID ) );
|
123 |
+
$form_id = $message_meta['form_id'];
|
124 |
+
$form = happyforms_get_form_controller()->get( $form_id );
|
125 |
+
$meta_defaults = $this->get_meta_fields();
|
126 |
+
$message_array = array_merge( $message_array, wp_parse_args( $message_meta, $meta_defaults ) );
|
127 |
+
$message_array['parts'] = array();
|
128 |
+
|
129 |
+
if ( $form ) {
|
130 |
+
foreach ( $form['parts'] as $part_data ) {
|
131 |
+
$part = happyforms_get_part_library()->get_part( $part_data['type'] );
|
132 |
+
|
133 |
+
if ( $part ) {
|
134 |
+
$part_id = $part_data['id'];
|
135 |
+
$part_value = $part->get_default_value( $part_data );
|
136 |
+
|
137 |
+
if ( isset( $message_meta[$part_id] ) ) {
|
138 |
+
$part_value = $message_meta[$part_id];
|
139 |
+
}
|
140 |
+
|
141 |
+
$message_array['parts'][$part_id] = $part_value;
|
142 |
+
unset( $message_array[$part_id] );
|
143 |
+
}
|
144 |
+
}
|
145 |
+
}
|
146 |
+
|
147 |
+
return $message_array;
|
148 |
+
}
|
149 |
+
|
150 |
+
/**
|
151 |
+
* Action: handle a form submission.
|
152 |
+
*
|
153 |
+
* @hooked action parse_request
|
154 |
+
*
|
155 |
+
* @since 1.0
|
156 |
+
*
|
157 |
+
* @return void
|
158 |
+
*/
|
159 |
+
public function admin_post() {
|
160 |
+
// Exit early if we're not submitting any form
|
161 |
+
if ( ! isset ( $_REQUEST['action'] ) || $this->submit_action != $_REQUEST['action'] ) {
|
162 |
+
return;
|
163 |
+
}
|
164 |
+
|
165 |
+
// Check form_id parameter
|
166 |
+
if ( ! isset ( $_REQUEST[$this->form_parameter] ) ) {
|
167 |
+
wp_send_json_error();
|
168 |
+
}
|
169 |
+
|
170 |
+
$form_id = intval( $_REQUEST[$this->form_parameter] );
|
171 |
+
|
172 |
+
// Validate nonce
|
173 |
+
if ( ! isset( $_REQUEST[$this->nonce_name] )
|
174 |
+
|| ! $this->verify_nonce( $_REQUEST[$this->nonce_name], $form_id ) ) {
|
175 |
+
|
176 |
+
wp_send_json_error();
|
177 |
+
}
|
178 |
+
|
179 |
+
$form_controller = happyforms_get_form_controller();
|
180 |
+
$form = $form_controller->get( $form_id );
|
181 |
+
|
182 |
+
// Check if form found
|
183 |
+
if ( ! $form || is_wp_error( $form ) ) {
|
184 |
+
wp_send_json_error();
|
185 |
+
}
|
186 |
+
|
187 |
+
// Set form step
|
188 |
+
$step = isset( $_REQUEST[$this->form_step_parameter] ) ?
|
189 |
+
$_REQUEST[$this->form_step_parameter] : '';
|
190 |
+
|
191 |
+
happyforms_get_session()->set_step( $step );
|
192 |
+
|
193 |
+
// Validate honeypot
|
194 |
+
if ( happyforms_get_form_controller()->has_spam_protection( $form ) ) {
|
195 |
+
if ( ! $this->validate_honeypot( $form ) ) {
|
196 |
+
wp_send_json_error();
|
197 |
+
}
|
198 |
+
}
|
199 |
+
|
200 |
+
define( 'HAPPYFORMS_STEPPING', true );
|
201 |
+
do_action( 'happyforms_step', $form );
|
202 |
+
}
|
203 |
+
|
204 |
+
public function default_submission_step( $form ) {
|
205 |
+
if ( 'submit' !== happyforms_get_current_step( $form ) ) {
|
206 |
+
return;
|
207 |
+
}
|
208 |
+
|
209 |
+
$form_id = $form['ID'];
|
210 |
+
$form_controller = happyforms_get_form_controller();
|
211 |
+
$session = happyforms_get_session();
|
212 |
+
$submission = $this->validate_submission( $form, $_REQUEST );
|
213 |
+
$response = array();
|
214 |
+
|
215 |
+
if ( false === $submission ) {
|
216 |
+
// Add a general error notice at the top
|
217 |
+
$session->add_error( $form_id, __( 'Oops! Your response is invalid — please review your message.', 'happyforms' ) );
|
218 |
+
|
219 |
+
// Reset to start step
|
220 |
+
$session->reset_step();
|
221 |
+
|
222 |
+
// Render the form
|
223 |
+
$response['html'] = $form_controller->render( $form );
|
224 |
+
|
225 |
+
/**
|
226 |
+
* This action fires upon an invalid submission.
|
227 |
+
*
|
228 |
+
* @since 1.4
|
229 |
+
*
|
230 |
+
* @param WP_Error $submission Error data.
|
231 |
+
* @param array $form Current form data.
|
232 |
+
*
|
233 |
+
* @return void
|
234 |
+
*/
|
235 |
+
do_action( 'happyforms_submission_error', $submission, $form );
|
236 |
+
|
237 |
+
// Send error response
|
238 |
+
wp_send_json_error( $response );
|
239 |
+
} else {
|
240 |
+
// Add a general success notice at the top
|
241 |
+
$session->add_notice( $form_id, html_entity_decode( $form['confirmation_message'] ) );
|
242 |
+
|
243 |
+
// Reset to start step
|
244 |
+
$session->reset_step();
|
245 |
+
|
246 |
+
// Empty submitted values
|
247 |
+
$session->clear_values();
|
248 |
+
|
249 |
+
if ( 1 === intval( $form['receive_email_alerts'] ) ) {
|
250 |
+
$this->email_owner_confirmation( $form, $submission );
|
251 |
+
}
|
252 |
+
|
253 |
+
if ( 1 === intval( $form['send_confirmation_email'] ) ) {
|
254 |
+
$this->email_user_confirmation( $form, $submission );
|
255 |
+
}
|
256 |
+
|
257 |
+
/**
|
258 |
+
* This action fires once a message is succesfully submitted.
|
259 |
+
*
|
260 |
+
* @since 1.4
|
261 |
+
*
|
262 |
+
* @param array $submission Submission data.
|
263 |
+
* @param array $form Current form data.
|
264 |
+
*
|
265 |
+
* @return void
|
266 |
+
*/
|
267 |
+
do_action( 'happyforms_submission_success', $submission, $form, array() );
|
268 |
+
|
269 |
+
// Render the form
|
270 |
+
$response['html'] = $form_controller->render( $form );
|
271 |
+
|
272 |
+
// Send success response
|
273 |
+
$this->send_json_success( $response, $submission, $form );
|
274 |
+
}
|
275 |
+
}
|
276 |
+
|
277 |
+
public function preview_submission_step( $form ) {
|
278 |
+
if ( 'preview' !== happyforms_get_current_step( $form ) ) {
|
279 |
+
return;
|
280 |
+
}
|
281 |
+
|
282 |
+
$form_id = $form['ID'];
|
283 |
+
$form_controller = happyforms_get_form_controller();
|
284 |
+
$session = happyforms_get_session();
|
285 |
+
$submission = $this->validate_submission( $form, $_REQUEST );
|
286 |
+
$response = array();
|
287 |
+
|
288 |
+
if ( false === $submission ) {
|
289 |
+
// Add a general error notice at the top
|
290 |
+
$session->add_error( $form_id, __( 'Oops! Your response is invalid — please review your message.', 'happyforms' ) );
|
291 |
+
|
292 |
+
// Reset to start step
|
293 |
+
$session->reset_step();
|
294 |
+
|
295 |
+
// Render the form
|
296 |
+
$response['html'] = $form_controller->render( $form );
|
297 |
+
|
298 |
+
// Send error response
|
299 |
+
wp_send_json_error( $response );
|
300 |
+
} else {
|
301 |
+
// Advance step
|
302 |
+
$session->next_step();
|
303 |
+
|
304 |
+
// Render the form
|
305 |
+
$response['html'] = $form_controller->render( $form );
|
306 |
+
|
307 |
+
// Send success response
|
308 |
+
$this->send_json_success( $response, $submission, $form );
|
309 |
+
}
|
310 |
+
}
|
311 |
+
|
312 |
+
public function review_submission_step( $form ) {
|
313 |
+
if ( 'review' !== happyforms_get_current_step( $form ) ) {
|
314 |
+
return;
|
315 |
+
}
|
316 |
+
|
317 |
+
$form_id = $form['ID'];
|
318 |
+
$form_controller = happyforms_get_form_controller();
|
319 |
+
$session = happyforms_get_session();
|
320 |
+
$submission = $this->validate_submission( $form, $_REQUEST );
|
321 |
+
$response = array();
|
322 |
+
|
323 |
+
if ( false === $submission ) {
|
324 |
+
// Add a general error notice at the top
|
325 |
+
$session->add_error( $form_id, __( 'Oops! Your response is invalid — please review your message.', 'happyforms' ) );
|
326 |
+
}
|
327 |
+
|
328 |
+
// Reset to start step
|
329 |
+
$session->reset_step();
|
330 |
+
|
331 |
+
// Render the form
|
332 |
+
$response['html'] = $form_controller->render( $form );
|
333 |
+
|
334 |
+
if ( false === $submission ) {
|
335 |
+
// Send error response
|
336 |
+
wp_send_json_error( $response );
|
337 |
+
}
|
338 |
+
|
339 |
+
// Send success response
|
340 |
+
$this->send_json_success( $response, $submission, $form );
|
341 |
+
}
|
342 |
+
|
343 |
+
public function send_json_success( $response = array(), $submission = array(), $form = array() ) {
|
344 |
+
$response = apply_filters( 'happyforms_json_response', $response, $submission, $form );
|
345 |
+
|
346 |
+
wp_send_json_success( $response );
|
347 |
+
}
|
348 |
+
|
349 |
+
/**
|
350 |
+
* Verify a message nonce.
|
351 |
+
*
|
352 |
+
* @since 1.0
|
353 |
+
*
|
354 |
+
* @param string $nonce The submitted value.
|
355 |
+
* @param string $form_id The ID of the form being submitted.
|
356 |
+
*
|
357 |
+
* @return boolean
|
358 |
+
*/
|
359 |
+
public function verify_nonce( $nonce, $form_id ) {
|
360 |
+
return wp_verify_nonce( $nonce, $this->nonce_prefix . $form_id );
|
361 |
+
}
|
362 |
+
|
363 |
+
/**
|
364 |
+
* Verify honeypot data.
|
365 |
+
*
|
366 |
+
* @since 1.3
|
367 |
+
*
|
368 |
+
* @param array $form Current form data.
|
369 |
+
*
|
370 |
+
* @return boolean
|
371 |
+
*/
|
372 |
+
private function validate_honeypot( $form ) {
|
373 |
+
$honeypot_name = $form['ID'] . 'single_line_text_-1';
|
374 |
+
$validated = ! isset( $_REQUEST[$honeypot_name] );
|
375 |
+
|
376 |
+
return $validated;
|
377 |
+
}
|
378 |
+
|
379 |
+
public function validate_part( $form, $part, $request ) {
|
380 |
+
$part_class = happyforms_get_part_library()->get_part( $part['type'] );
|
381 |
+
|
382 |
+
if ( false !== $part_class ) {
|
383 |
+
$part_id = $part['id'];
|
384 |
+
$part_name = happyforms_get_part_name( $part, $form );
|
385 |
+
$sanitized_value = $part_class->sanitize_value( $part, $form, $request );
|
386 |
+
$validated_value = $part_class->validate_value( $sanitized_value, $part, $form );
|
387 |
+
|
388 |
+
$session = happyforms_get_session();
|
389 |
+
$session->add_value( $part_name, $sanitized_value );
|
390 |
+
|
391 |
+
if ( ! is_wp_error( $validated_value ) ) {
|
392 |
+
return $validated_value;
|
393 |
+
} else {
|
394 |
+
do_action( 'happyforms_validation_error', $form, $part );
|
395 |
+
$session->add_error( $part_name, $validated_value->get_error_message() );
|
396 |
+
}
|
397 |
+
}
|
398 |
+
|
399 |
+
return false;
|
400 |
+
}
|
401 |
+
|
402 |
+
public function validate_submission( $form, $request = array() ) {
|
403 |
+
$submission = array();
|
404 |
+
$is_valid = true;
|
405 |
+
|
406 |
+
foreach( $form['parts'] as $part ) {
|
407 |
+
$part_id = $part['id'];
|
408 |
+
$validated_value = $this->validate_part( $form, $part, $request );
|
409 |
+
|
410 |
+
if ( false !== $validated_value ) {
|
411 |
+
$string_value = happyforms_stringify_part_value( $validated_value, $part, $form );
|
412 |
+
$submission[$part_id] = $string_value;
|
413 |
+
} else {
|
414 |
+
$is_valid = false;
|
415 |
+
}
|
416 |
+
}
|
417 |
+
|
418 |
+
$is_valid = apply_filters( 'happyforms_validate_submission', $is_valid, $request, $form );
|
419 |
+
|
420 |
+
return $is_valid ? $submission : false;
|
421 |
+
}
|
422 |
+
|
423 |
+
public function email_part_visible( $visible, $part, $form, $response ) {
|
424 |
+
$required = happyforms_is_truthy( $part['required'] );
|
425 |
+
$value = happyforms_get_email_part_value( $response, $part, $form );
|
426 |
+
|
427 |
+
if ( false === $required && empty( $value ) ) {
|
428 |
+
$visible = false;
|
429 |
+
}
|
430 |
+
|
431 |
+
if ( isset( $part['use_as_subject'] ) && $part['use_as_subject'] ) {
|
432 |
+
$visible = false;
|
433 |
+
}
|
434 |
+
|
435 |
+
return $visible;
|
436 |
+
}
|
437 |
+
|
438 |
+
public function get_email_owner_confirmation_subject( $form, $message ) {
|
439 |
+
$subject = $form['alert_email_subject'];
|
440 |
+
|
441 |
+
$subject_parts = array_filter( $form['parts'], function( $part ) {
|
442 |
+
$use_as_subject = (
|
443 |
+
isset( $part['use_as_subject'] )
|
444 |
+
&& intval( $part['use_as_subject'] )
|
445 |
+
);
|
446 |
+
|
447 |
+
return $use_as_subject;
|
448 |
+
} );
|
449 |
+
$subject_parts = array_values( $subject_parts );
|
450 |
+
|
451 |
+
if ( count( $subject_parts ) > 0 ) {
|
452 |
+
$part = $subject_parts[count( $subject_parts ) - 1];
|
453 |
+
$subject = happyforms_get_email_part_value( $message, $part, $form );
|
454 |
+
}
|
455 |
+
|
456 |
+
return $subject;
|
457 |
+
}
|
458 |
+
|
459 |
+
/**
|
460 |
+
* Send a confirmation email to the site owner.
|
461 |
+
*
|
462 |
+
* @since 1.0
|
463 |
+
*
|
464 |
+
* @param array $form The message form data.
|
465 |
+
* @param string $message The message contents.
|
466 |
+
*
|
467 |
+
* @return void
|
468 |
+
*/
|
469 |
+
private function email_owner_confirmation( $form, $message ) {
|
470 |
+
$subject = $this->get_email_owner_confirmation_subject( $form, $message );
|
471 |
+
|
472 |
+
if ( ! empty( $form['email_recipient'] ) && ! empty( $subject ) ) {
|
473 |
+
// Compose an email message
|
474 |
+
$email_message = new HappyForms_Email_Message( $message );
|
475 |
+
$name = $form['confirmation_email_from_name'];
|
476 |
+
$to = explode( ',', $form['email_recipient'] );
|
477 |
+
|
478 |
+
$email_message->set_from_name( $name );
|
479 |
+
$email_message->set_to( $to[0] );
|
480 |
+
|
481 |
+
if ( count( $to ) > 1 ) {
|
482 |
+
$email_message->set_ccs( array_slice( $to, 1 ) );
|
483 |
+
}
|
484 |
+
|
485 |
+
$bccs = explode( ',', $form['email_bccs'] );
|
486 |
+
|
487 |
+
if ( count( $bccs ) > 0 ) {
|
488 |
+
$email_message->set_bccs( $bccs );
|
489 |
+
}
|
490 |
+
|
491 |
+
$email_message->set_subject( $subject );
|
492 |
+
|
493 |
+
$email_part = happyforms_get_form_controller()->get_first_part_by_type( $form, 'email' );
|
494 |
+
|
495 |
+
if ( false !== $email_part ) {
|
496 |
+
$email_part_id = $email_part['id'];
|
497 |
+
$reply_to = happyforms_get_message_part_value( $message[$email_part_id], $email_part );
|
498 |
+
$email_message->set_reply_to( $reply_to );
|
499 |
+
}
|
500 |
+
|
501 |
+
ob_start();
|
502 |
+
$response = $message;
|
503 |
+
require_once( happyforms_owner_email_template_path() );
|
504 |
+
$content = ob_get_clean();
|
505 |
+
|
506 |
+
$email_message->set_content( $content );
|
507 |
+
$email_message = apply_filters( 'happyforms_email_alert', $email_message );
|
508 |
+
$email_message->send();
|
509 |
+
}
|
510 |
+
}
|
511 |
+
|
512 |
+
/**
|
513 |
+
* Send a confirmation email to the user submitting the form.
|
514 |
+
*
|
515 |
+
* @since 1.0
|
516 |
+
*
|
517 |
+
* @param array $form The message form data.
|
518 |
+
* @param string $message The message contents.
|
519 |
+
*
|
520 |
+
* @return void
|
521 |
+
*/
|
522 |
+
private function email_user_confirmation( $form, $message ) {
|
523 |
+
$email_part = happyforms_get_form_controller()->get_first_part_by_type( $form, 'email' );
|
524 |
+
|
525 |
+
if ( false !== $email_part
|
526 |
+
&& ! empty( $form['confirmation_email_subject'] )
|
527 |
+
&& ! empty( $form['confirmation_email_content'] )
|
528 |
+
&& ! empty( $form['email_recipient'] ) ) {
|
529 |
+
|
530 |
+
// Compose an email message
|
531 |
+
$email_message = new HappyForms_Email_Message( $message );
|
532 |
+
$senders = explode( ',', $form['email_recipient'] );
|
533 |
+
$name = $form['confirmation_email_from_name'];
|
534 |
+
$from = $senders[0];
|
535 |
+
$reply_to = $senders[0];
|
536 |
+
|
537 |
+
$email_message->set_from( $from );
|
538 |
+
$email_message->set_from_name( $name );
|
539 |
+
$email_message->set_reply_to( $reply_to );
|
540 |
+
$email_message->set_subject( $form['confirmation_email_subject'] );
|
541 |
+
$part_id = $email_part['id'];
|
542 |
+
$to = happyforms_get_message_part_value( $message[$part_id], $email_part );
|
543 |
+
$email_message->set_to( $to );
|
544 |
+
|
545 |
+
ob_start();
|
546 |
+
$response = $message;
|
547 |
+
require_once( happyforms_user_email_template_path() );
|
548 |
+
$content = ob_get_clean();
|
549 |
+
|
550 |
+
$email_message->set_content( $content );
|
551 |
+
$email_message = apply_filters( 'happyforms_email_confirmation', $email_message );
|
552 |
+
$email_message->send();
|
553 |
+
}
|
554 |
+
}
|
555 |
+
|
556 |
+
public function get_archivable_forms() {
|
557 |
+
global $wpdb;
|
558 |
+
|
559 |
+
$query = "
|
560 |
+
SELECT p.ID, p.post_title FROM $wpdb->posts p
|
561 |
+
JOIN $wpdb->postmeta m
|
562 |
+
ON p.ID = m.meta_value AND m.meta_key = '_happyforms_form_id'
|
563 |
+
GROUP BY p.ID;
|
564 |
+
";
|
565 |
+
|
566 |
+
$forms = $wpdb->get_results( $query );
|
567 |
+
|
568 |
+
return $forms;
|
569 |
+
}
|
570 |
+
|
571 |
+
public function export_archive( $form ) {
|
572 |
+
$form_id = $form['ID'];
|
573 |
+
$parts = wp_list_pluck( $form['parts'], 'id' );
|
574 |
+
$parts = array_combine( $parts, $form['parts'] );
|
575 |
+
|
576 |
+
$messages = get_posts( array(
|
577 |
+
'post_type' => $this->post_type,
|
578 |
+
'post_status' => array( 'publish', 'draft', 'trash' ),
|
579 |
+
'posts_per_page' => -1,
|
580 |
+
'meta_query' => array( array(
|
581 |
+
'field' => '_happyforms_form_id',
|
582 |
+
'value' => $form_id,
|
583 |
+
) )
|
584 |
+
) );
|
585 |
+
|
586 |
+
$messages = array_map( array( $this, 'to_array'), $messages );
|
587 |
+
$headers = array();
|
588 |
+
$rows = array();
|
589 |
+
|
590 |
+
foreach ( $parts as $part_id => $part ) {
|
591 |
+
$headers[$part_id] = happyforms_get_csv_header( $part );
|
592 |
+
}
|
593 |
+
|
594 |
+
$headers = apply_filters( 'happyforms_csv_headers', $headers, $form );
|
595 |
+
|
596 |
+
foreach( $messages as $message ) {
|
597 |
+
$row = array();
|
598 |
+
foreach( $headers as $part_id => $header ) {
|
599 |
+
$value = $message['parts'][$part_id];
|
600 |
+
$part = $parts[$part_id];
|
601 |
+
$row[] = happyforms_get_csv_value( $value, $message, $part, $form );
|
602 |
+
}
|
603 |
+
$rows[] = $row;
|
604 |
+
}
|
605 |
+
|
606 |
+
// Append tracking numbers if needed
|
607 |
+
if ( intval( $form['unique_id'] ) ) {
|
608 |
+
$headers[] = __( 'Tracking number', 'happyforms' );
|
609 |
+
foreach( $rows as $r => $row ) {
|
610 |
+
$row[] = $messages[$r]['tracking_id'];
|
611 |
+
$rows[$r] = $row;
|
612 |
+
}
|
613 |
+
}
|
614 |
+
|
615 |
+
$filename = 'messages.csv';
|
616 |
+
$output = fopen( 'php://output', 'w' );
|
617 |
+
|
618 |
+
header( 'Content-Description: File Transfer' );
|
619 |
+
header( 'Content-Disposition: attachment; filename=' . $filename );
|
620 |
+
header( 'Content-Type: text/csv; charset=' . get_option( 'blog_charset' ), true );
|
621 |
+
fputcsv( $output, array_values( $headers ) );
|
622 |
+
|
623 |
+
foreach( $rows as $row ) {
|
624 |
+
fputcsv( $output, array_values( $row ) );
|
625 |
+
}
|
626 |
+
|
627 |
+
exit();
|
628 |
+
}
|
629 |
+
|
630 |
+
}
|
631 |
+
|
632 |
+
if ( ! function_exists( 'happyforms_get_message_controller' ) ):
|
633 |
+
/**
|
634 |
+
* Get the HappyForms_Message_Controller class instance.
|
635 |
+
*
|
636 |
+
* @since 1.0
|
637 |
+
*
|
638 |
+
* @return HappyForms_Message_Controller
|
639 |
+
*/
|
640 |
+
function happyforms_get_message_controller() {
|
641 |
+
return HappyForms_Message_Controller::instance();
|
642 |
+
}
|
643 |
+
|
644 |
+
endif;
|
645 |
+
|
646 |
+
/**
|
647 |
+
* Initialize the HappyForms_Message_Controller class immediately.
|
648 |
+
*/
|
649 |
+
happyforms_get_message_controller();
|
trunk/inc/classes/class-migrations.php
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Migrations {
|
4 |
+
|
5 |
+
/**
|
6 |
+
* The singleton instance.
|
7 |
+
*
|
8 |
+
* @var HappyForms_Migrations
|
9 |
+
*/
|
10 |
+
private static $instance;
|
11 |
+
|
12 |
+
private $migrations = array();
|
13 |
+
|
14 |
+
/**
|
15 |
+
* The name of the version option entry.
|
16 |
+
*
|
17 |
+
* @var string
|
18 |
+
*/
|
19 |
+
public $option = 'happyforms-data-version';
|
20 |
+
|
21 |
+
/**
|
22 |
+
* The singleton constructor.
|
23 |
+
*
|
24 |
+
* @return HappyForms_Migrations
|
25 |
+
*/
|
26 |
+
public static function instance() {
|
27 |
+
if ( is_null( self::$instance ) ) {
|
28 |
+
self::$instance = new self();
|
29 |
+
}
|
30 |
+
|
31 |
+
self::$instance->hook();
|
32 |
+
|
33 |
+
return self::$instance;
|
34 |
+
}
|
35 |
+
|
36 |
+
public function hook() {
|
37 |
+
add_action( 'init', array( $this, 'add_migrations' ) );
|
38 |
+
}
|
39 |
+
|
40 |
+
public function add_migrations() {
|
41 |
+
$this->add_migration( '1.0', array( $this, 'migrate_1_0' ) );
|
42 |
+
$this->add_migration( '1.1', array( $this, 'migrate_1_1' ) );
|
43 |
+
|
44 |
+
$this->migrate();
|
45 |
+
}
|
46 |
+
|
47 |
+
public function get_current_version() {
|
48 |
+
$version = get_option( $this->option, '0' );
|
49 |
+
|
50 |
+
return $version;
|
51 |
+
}
|
52 |
+
|
53 |
+
public function update_current_version( $version = '0' ) {
|
54 |
+
update_option( $this->option, $version );
|
55 |
+
}
|
56 |
+
|
57 |
+
public function add_migration( $version, $callback ) {
|
58 |
+
$this->migrations[$version] =
|
59 |
+
isset( $this->migrations[$version] ) ?
|
60 |
+
$this->migrations[$version] :
|
61 |
+
array();
|
62 |
+
|
63 |
+
$this->migrations[$version][] = $callback;
|
64 |
+
}
|
65 |
+
|
66 |
+
public function migrate() {
|
67 |
+
$current_version = $this->get_current_version();
|
68 |
+
|
69 |
+
uksort( $this->migrations, 'version_compare' );
|
70 |
+
|
71 |
+
foreach( $this->migrations as $version => $migrations ) {
|
72 |
+
if ( version_compare( $version, $current_version, '>' ) ) {
|
73 |
+
foreach( $migrations as $callback ) {
|
74 |
+
if ( is_callable( $callback ) ) {
|
75 |
+
call_user_func( $callback, $version, $current_version );
|
76 |
+
}
|
77 |
+
}
|
78 |
+
}
|
79 |
+
|
80 |
+
$current_version = $version;
|
81 |
+
}
|
82 |
+
|
83 |
+
$this->update_current_version( $current_version );
|
84 |
+
}
|
85 |
+
|
86 |
+
public function migrate_1_0( $version, $current_version ) {
|
87 |
+
global $wpdb;
|
88 |
+
|
89 |
+
$form_controller = happyforms_get_form_controller();
|
90 |
+
$forms = $form_controller->get();
|
91 |
+
|
92 |
+
// Migrate forms
|
93 |
+
foreach( $forms as $form ) {
|
94 |
+
$form_id = $form['ID'];
|
95 |
+
$fields = array_keys( $form_controller->get_meta_fields() );
|
96 |
+
|
97 |
+
if ( 0 === count( $fields ) ) {
|
98 |
+
continue;
|
99 |
+
}
|
100 |
+
|
101 |
+
$fields = array_merge( $fields, $form['layout'] );
|
102 |
+
$fields = '(\'' . implode( '\', \'', $fields ) . '\')';
|
103 |
+
|
104 |
+
$sql = "
|
105 |
+
UPDATE $wpdb->postmeta meta JOIN $wpdb->posts posts
|
106 |
+
ON meta.post_id = posts.ID
|
107 |
+
SET meta.meta_key = CONCAT('_happyforms_', meta.meta_key)
|
108 |
+
WHERE posts.ID = $form_id
|
109 |
+
AND meta.meta_key IN $fields
|
110 |
+
";
|
111 |
+
|
112 |
+
$wpdb->query( $sql );
|
113 |
+
}
|
114 |
+
}
|
115 |
+
|
116 |
+
public function migrate_1_1( $version, $current_version ) {
|
117 |
+
$form_controller = happyforms_get_form_controller();
|
118 |
+
$forms = $form_controller->get();
|
119 |
+
|
120 |
+
foreach ( $forms as $form ) {
|
121 |
+
if ( ! empty( $form['redirect_url'] ) && ! isset( $form['redirect_on_complete'] ) ) {
|
122 |
+
happyforms_update_meta( $form['ID'], 'redirect_on_complete', 1 );
|
123 |
+
}
|
124 |
+
|
125 |
+
if ( ! empty( $form['html_id'] ) && ! isset( $form['use_html_id'] ) ) {
|
126 |
+
happyforms_update_meta( $form['ID'], 'use_html_id', 1 );
|
127 |
+
}
|
128 |
+
}
|
129 |
+
}
|
130 |
+
|
131 |
+
}
|
132 |
+
|
133 |
+
if ( ! function_exists( 'happyforms_get_migrations' ) ):
|
134 |
+
/**
|
135 |
+
* Get the HappyForms_Migrations class instance.
|
136 |
+
*
|
137 |
+
* @return HappyForms_Migrations
|
138 |
+
*/
|
139 |
+
function happyforms_get_migrations() {
|
140 |
+
return HappyForms_Migrations::instance();
|
141 |
+
}
|
142 |
+
|
143 |
+
endif;
|
144 |
+
|
145 |
+
/**
|
146 |
+
* Initialize the HappyForms_Migrations class immediately.
|
147 |
+
*/
|
148 |
+
happyforms_get_migrations();
|
trunk/inc/classes/parts/class-part-address-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Address_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'address_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Address', 'happyforms' );
|
9 |
+
$this->description = __( 'For geographical locations. Includes Google Maps intergration.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-attachment-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Attachment_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'attachment_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Attachment', 'happyforms' );
|
9 |
+
$this->description = __( 'For allowing file uploads with easy drag and drop zone.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-date-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Date_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'date_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Date & Time', 'happyforms' );
|
9 |
+
$this->description = __( 'For formatted day, month, year and or time fields.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-legal-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Legal_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'legal_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Legal', 'happyforms' );
|
9 |
+
$this->description = __( 'For requiring fine print before accepting submission.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-narrative-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Narrative_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'narrative_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Story', 'happyforms' );
|
9 |
+
$this->description = __( 'For adding fill-in-the-blank style inputs to a paragraph of text.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-page-break-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_PageBreak_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'page_break_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Page Break', 'happyforms' );
|
9 |
+
$this->description = __( 'For splitting your form across multiple pages with navigation controls.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-phone-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Phone_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'phone_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Phone', 'happyforms' );
|
9 |
+
$this->description = __( 'For phone numbers. Includes country specific formatting.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-placeholder-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Placeholder_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'placeholder_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Placeholder', 'happyforms' );
|
9 |
+
$this->description = __( 'For adding helper text, horizontal rules and extra space.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-poll-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Poll_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'poll_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Poll', 'happyforms' );
|
9 |
+
$this->description = __( 'For collecting opinions and showing published results in a bar chart.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-rating-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Rating_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'rating_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Rating', 'happyforms' );
|
9 |
+
$this->description = __( 'For collecting opinions using stars and emoji scales.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-rich-text-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_RichText_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'rich_text_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Text Editor', 'happyforms' );
|
9 |
+
$this->description = __( 'For formatting text, code blocks, lists and more.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-scale-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Scale_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'scale_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Scale', 'happyforms' );
|
9 |
+
$this->description = __( 'For collecting opinions using a horizontal slider.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-table-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Table_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'table_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Table', 'happyforms' );
|
9 |
+
$this->description = __( 'For radios and checkboxes displaying in a grid of rows and columns.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-title-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Title_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'title_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Title', 'happyforms' );
|
9 |
+
$this->description = __( 'For displaying personal honorifics.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/classes/parts/class-part-website-url-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_WebsiteUrl_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'website_url_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Website Link', 'happyforms' );
|
9 |
+
$this->description = __( 'For formatted website URLs.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
trunk/inc/core/assets/css/admin.css
ADDED
@@ -0,0 +1,316 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
*
|
3 |
+
* Admin menus
|
4 |
+
*
|
5 |
+
*/
|
6 |
+
#wp-admin-bar-happyforms .ab-icon svg {
|
7 |
+
width: 20px;
|
8 |
+
margin-top: 2px;
|
9 |
+
}
|
10 |
+
|
11 |
+
#wp-admin-bar-happyforms:hover .ab-icon .cls-2 {
|
12 |
+
fill: #00b9eb;
|
13 |
+
}
|
14 |
+
|
15 |
+
i.mce-i-happyforms-form-picker:before, i.mce-i-happyforms-form-picker:before {
|
16 |
+
content: '\f130';
|
17 |
+
display: block;
|
18 |
+
width: 20px;
|
19 |
+
height: 20px;
|
20 |
+
font: 400 20px/1 dashicons;
|
21 |
+
background-size: cover;
|
22 |
+
background-position: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
#toplevel_page_happyforms ul.wp-submenu li:nth-child(6) {
|
26 |
+
display: none;
|
27 |
+
}
|
28 |
+
|
29 |
+
/**
|
30 |
+
*
|
31 |
+
* Form admin screen
|
32 |
+
*
|
33 |
+
*/
|
34 |
+
.fixed .column-messages {
|
35 |
+
width: 5.5em;
|
36 |
+
padding: 8px 0;
|
37 |
+
text-align: left;
|
38 |
+
}
|
39 |
+
|
40 |
+
.post-type-happyform .column-shortcode {
|
41 |
+
overflow: hidden;
|
42 |
+
}
|
43 |
+
|
44 |
+
.happyforms-shortcode-col span {
|
45 |
+
display: block;
|
46 |
+
margin-bottom: .2em;
|
47 |
+
line-height: 1.5em;
|
48 |
+
}
|
49 |
+
|
50 |
+
.happyforms-shortcode-col input {
|
51 |
+
position: absolute;
|
52 |
+
left: -999px;
|
53 |
+
}
|
54 |
+
|
55 |
+
.happyforms-shortcode-col a.happyforms-shortcode-clipboard {
|
56 |
+
display: none;
|
57 |
+
font-size: 13px;
|
58 |
+
line-height: 1.5em;
|
59 |
+
padding: 2px 0 0;
|
60 |
+
}
|
61 |
+
|
62 |
+
tr.type-happyform:hover .happyforms-shortcode-col a.happyforms-shortcode-clipboard {
|
63 |
+
display: inline-block;
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
*
|
68 |
+
* Messages admin table screen
|
69 |
+
*
|
70 |
+
*/
|
71 |
+
tr.happyforms-message-unread {
|
72 |
+
background-color: #e6f6fb !important;
|
73 |
+
}
|
74 |
+
|
75 |
+
.post-type-happyforms-message .page-title-action {
|
76 |
+
display: none;
|
77 |
+
}
|
78 |
+
|
79 |
+
/**
|
80 |
+
*
|
81 |
+
* Message edit screen
|
82 |
+
*
|
83 |
+
*/
|
84 |
+
body.post-type-happyforms-message #post-body {
|
85 |
+
margin-left: -10px;
|
86 |
+
}
|
87 |
+
|
88 |
+
table.happyforms-message-data-table {
|
89 |
+
margin-top: 0;
|
90 |
+
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
91 |
+
background: #fff;
|
92 |
+
border: 1px solid #e5e5e5;
|
93 |
+
}
|
94 |
+
|
95 |
+
.happyforms-message-data-table th {
|
96 |
+
padding: 20px 15px;
|
97 |
+
}
|
98 |
+
|
99 |
+
#happyforms-message-details .inside {
|
100 |
+
padding: 0;
|
101 |
+
}
|
102 |
+
|
103 |
+
#happyforms-message-details .inside .dashicons {
|
104 |
+
color: #82878c;
|
105 |
+
margin-right: 2px;
|
106 |
+
}
|
107 |
+
|
108 |
+
#happyforms-message-details .misc-pub-trash:before {
|
109 |
+
font: normal 20px/1 dashicons;
|
110 |
+
speak: none;
|
111 |
+
display: inline-block;
|
112 |
+
margin-left: -1px;
|
113 |
+
padding-right: 3px;
|
114 |
+
vertical-align: top;
|
115 |
+
-webkit-font-smoothing: antialiased;
|
116 |
+
-moz-osx-font-smoothing: grayscale;
|
117 |
+
content: "\f182";
|
118 |
+
color: #82878c;
|
119 |
+
}
|
120 |
+
|
121 |
+
#happyforms-message-details .misc-pub-trash a {
|
122 |
+
text-decoration: none;
|
123 |
+
color: #a00;
|
124 |
+
}
|
125 |
+
|
126 |
+
p.happyforms-message-nav {
|
127 |
+
text-align: right;
|
128 |
+
}
|
129 |
+
|
130 |
+
p.happyforms-message-nav span.divider:first-child,
|
131 |
+
p.happyforms-message-nav span.divider:last-child {
|
132 |
+
display: none;
|
133 |
+
}
|
134 |
+
|
135 |
+
/**
|
136 |
+
*
|
137 |
+
* Automatic updates notice
|
138 |
+
*
|
139 |
+
*/
|
140 |
+
.notice form#automatic-updates {
|
141 |
+
padding-bottom: 10px;
|
142 |
+
}
|
143 |
+
|
144 |
+
.notice-success #automatic-updates {
|
145 |
+
display: none;
|
146 |
+
}
|
147 |
+
|
148 |
+
.notice form#automatic-updates input {
|
149 |
+
display: inline-block;
|
150 |
+
}
|
151 |
+
|
152 |
+
.notice form#automatic-updates input[type="email"],
|
153 |
+
.notice form#automatic-updates input[type="password"] {
|
154 |
+
display: inline-block;
|
155 |
+
padding: 5px 7px;
|
156 |
+
margin: 0 1px;
|
157 |
+
}
|
158 |
+
|
159 |
+
/**
|
160 |
+
*
|
161 |
+
* Tracking page
|
162 |
+
*
|
163 |
+
*/
|
164 |
+
.happyforms-welcome-panel {
|
165 |
+
display: flex;
|
166 |
+
padding: 0;
|
167 |
+
box-sizing: border-box;
|
168 |
+
position: relative;
|
169 |
+
border: none;
|
170 |
+
box-shadow: none;
|
171 |
+
background: transparent;
|
172 |
+
}
|
173 |
+
|
174 |
+
.happyforms-welcome-panel .welcome-panel-content {
|
175 |
+
margin: 0;
|
176 |
+
padding-bottom: 5px;
|
177 |
+
}
|
178 |
+
|
179 |
+
.happyforms-welcome-panel .welcome-panel-content form {
|
180 |
+
max-width: 460px;
|
181 |
+
}
|
182 |
+
|
183 |
+
.happyforms-welcome-panel .welcome-panel-content input[type="email"],
|
184 |
+
.happyforms-welcome-panel .welcome-panel-content input[type="password"],
|
185 |
+
.happyforms-welcome-panel .welcome-panel-content input[type="text"] {
|
186 |
+
width: 96%;
|
187 |
+
padding: 10px;
|
188 |
+
margin-bottom: 15px;
|
189 |
+
}
|
190 |
+
|
191 |
+
.happyforms-welcome-panel .welcome-panel-content .button.button-hero {
|
192 |
+
margin: 0;
|
193 |
+
}
|
194 |
+
|
195 |
+
.happyforms-welcome-panel .welcome-panel-content .button-hero {
|
196 |
+
text-align: center;
|
197 |
+
}
|
198 |
+
|
199 |
+
.happyforms-welcome-panel .welcome-panel-content .button-hero.button-block {
|
200 |
+
width: 96%;
|
201 |
+
}
|
202 |
+
|
203 |
+
.happyforms-welcome-panel .welcome-panel-content .button.button-hero svg {
|
204 |
+
height: 12px;
|
205 |
+
vertical-align: middle;
|
206 |
+
}
|
207 |
+
|
208 |
+
.happyforms-welcome-panel .welcome-panel-content .button.button-hero svg {
|
209 |
+
-webkit-filter: drop-shadow(0 0 2px #006799);
|
210 |
+
filter: drop-shadow(0 0 2px #006799);
|
211 |
+
}
|
212 |
+
|
213 |
+
p.welcome-panel-footer {
|
214 |
+
max-width: 760px;
|
215 |
+
color: #72777c;
|
216 |
+
}
|
217 |
+
|
218 |
+
p.welcome-panel-footer a {
|
219 |
+
color: inherit;
|
220 |
+
}
|
221 |
+
|
222 |
+
p.welcome-panel-footer a:hover,
|
223 |
+
p.welcome-panel-footer a:active {
|
224 |
+
color: #0073aa;
|
225 |
+
}
|
226 |
+
|
227 |
+
#available-widgets div[id*='widget-tpl-happyforms_widget-'] .widget-title:before {
|
228 |
+
content: '\f130';
|
229 |
+
}
|
230 |
+
|
231 |
+
.happyforms-editor-button span.dashicons {
|
232 |
+
position: relative;
|
233 |
+
top: 4px;
|
234 |
+
padding-right: 5px;
|
235 |
+
color: #888;
|
236 |
+
}
|
237 |
+
|
238 |
+
#happyforms-modal {
|
239 |
+
display: none;
|
240 |
+
border: 0;
|
241 |
+
}
|
242 |
+
|
243 |
+
.happyforms-dialog {
|
244 |
+
top: calc(50% - 150px) !important;
|
245 |
+
}
|
246 |
+
|
247 |
+
.happyforms-dialog .ui-button-icon-primary.ui-icon-closethick {
|
248 |
+
display: none;
|
249 |
+
}
|
250 |
+
|
251 |
+
.happyforms-dialog .ui-dialog-title {
|
252 |
+
font-size: 14px;
|
253 |
+
color: #000;
|
254 |
+
}
|
255 |
+
|
256 |
+
.happyforms-dialog__select {
|
257 |
+
min-width: 290px;
|
258 |
+
}
|
259 |
+
|
260 |
+
.happyforms-dialog__button {
|
261 |
+
float: right;
|
262 |
+
margin-top: 18px !important;
|
263 |
+
}
|
264 |
+
|
265 |
+
.happyforms-dialog .ui-dialog-titlebar {
|
266 |
+
border: 0;
|
267 |
+
}
|
268 |
+
|
269 |
+
#happyforms-notice-happyforms_form_saved_guide {
|
270 |
+
border-color: #46b450;
|
271 |
+
}
|
272 |
+
|
273 |
+
.wp-list-table .happyforms-responses-column-label {
|
274 |
+
display: none;
|
275 |
+
}
|
276 |
+
|
277 |
+
.happyforms-responses-count-wrapper {
|
278 |
+
white-space: nowrap;
|
279 |
+
word-wrap: normal;
|
280 |
+
}
|
281 |
+
|
282 |
+
.happyforms-responses-count {
|
283 |
+
margin-top: 5px;
|
284 |
+
}
|
285 |
+
|
286 |
+
.happyforms-responses-count-bubble {
|
287 |
+
box-sizing: border-box;
|
288 |
+
display: inline-block;
|
289 |
+
padding: 0 8px;
|
290 |
+
min-width: 24px;
|
291 |
+
height: 2em;
|
292 |
+
border-radius: 5px;
|
293 |
+
background-color: #72777c;
|
294 |
+
color: #fff;
|
295 |
+
font-size: 11px;
|
296 |
+
line-height: 21px;
|
297 |
+
text-align: center;
|
298 |
+
}
|
299 |
+
|
300 |
+
.happyforms-responses-count-bubble:after {
|
301 |
+
content: '';
|
302 |
+
display: block;
|
303 |
+
margin-left: 1px;
|
304 |
+
width: 0;
|
305 |
+
height: 0;
|
306 |
+
border-top: 6px solid #72777c;
|
307 |
+
border-right: 6px solid transparent;
|
308 |
+
}
|
309 |
+
|
310 |
+
.happyforms-responses-count-wrapper a:hover .happyforms-responses-count-bubble {
|
311 |
+
background-color: #0073aa;
|
312 |
+
}
|
313 |
+
|
314 |
+
.happyforms-responses-count-wrapper a:hover .happyforms-responses-count-bubble:after {
|
315 |
+
border-top-color: #0073aa;
|
316 |
+
}
|
trunk/inc/core/assets/css/color.css
ADDED
@@ -0,0 +1,1346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
:root {
|
2 |
+
/* colors */
|
3 |
+
--happyforms-color-primary: #000;
|
4 |
+
--happyforms-color-success-notice: #ebf9f0;
|
5 |
+
--happyforms-color-success-notice-text: #1eb452;
|
6 |
+
--happyforms-color-error: #ff4200;
|
7 |
+
--happyforms-color-error-notice: #ffeae5;
|
8 |
+
--happyforms-color-error-notice-text: #ff4200;
|
9 |
+
--happyforms-color-notice-text: #454545;
|
10 |
+
--happyforms-color-part-title: #000;
|
11 |
+
--happyforms-color-part-value: #000;
|
12 |
+
--happyforms-color-part-placeholder: #888888;
|
13 |
+
--happyforms-color-part-border: #dbdbdb;
|
14 |
+
--happyforms-color-part-border-focus: #407fff;
|
15 |
+
--happyforms-color-part-background: #fff;
|
16 |
+
--happyforms-color-part-background-focus: #fff;
|
17 |
+
--happyforms-color-submit-background: #407fff;
|
18 |
+
--happyforms-color-submit-background-hover: #3567cc;
|
19 |
+
--happyforms-color-submit-background-focus: #3567cc;
|
20 |
+
--happyforms-color-submit-border: transparent;
|
21 |
+
--happyforms-color-submit-text: #fff;
|
22 |
+
--happyforms-color-submit-text-hover: #fff;
|
23 |
+
--happyforms-color-rating: #ccc;
|
24 |
+
--happyforms-color-rating-hover: #f39c00;
|
25 |
+
--happyforms-color-table-row-odd: #fcfcfc;
|
26 |
+
--happyforms-color-table-row-even: #efefef;
|
27 |
+
--happyforms-color-table-row-odd-text: #000;
|
28 |
+
--happyforms-color-table-row-even-text: #000;
|
29 |
+
--happyforms-color-choice-checkmark-bg: #fff;
|
30 |
+
--happyforms-color-choice-checkmark-bg-focus: #000;
|
31 |
+
--happyforms-color-choice-checkmark-color: #fff;
|
32 |
+
--happyforms-color-dropdown-bg-color: #fff;
|
33 |
+
--happyforms-color-dropdown-item-bg: #fff;
|
34 |
+
--happyforms-color-dropdown-item-text: #000;
|
35 |
+
--happyforms-color-dropdown-item-bg-hover: #dbdbdb;
|
36 |
+
--happyforms-color-dropdown-item-text-hover: #000;
|
37 |
+
--happyforms-color-rating-bg: #efefef;
|
38 |
+
--happyforms-color-rating-bg-hover: #407fff;
|
39 |
+
/* font */
|
40 |
+
--happyforms-form-title-font-size: 32px;
|
41 |
+
--happyforms-form-font-weight: normal;
|
42 |
+
--happyforms-part-title-font-size: 16px;
|
43 |
+
--happyforms-part-description-font-size: 14px;
|
44 |
+
--happyforms-part-value-font-size: 16px;
|
45 |
+
--happyforms-submit-button-font-size: 18px;
|
46 |
+
/* animations and transitions */
|
47 |
+
--happyforms-transition-duration: 0.25s;
|
48 |
+
}
|
49 |
+
|
50 |
+
.happyforms-form.happyforms-styles form {
|
51 |
+
font-weight: normal;
|
52 |
+
font-weight: var(--happyforms-form-font-weight);
|
53 |
+
transition: opacity 0.25s ease-in-out;
|
54 |
+
transition: opacity var(--happyforms-transition-duration) ease-in-out;
|
55 |
+
}
|
56 |
+
|
57 |
+
.happyforms-styles h3.happyforms-form__title {
|
58 |
+
font-weight: normal;
|
59 |
+
font-size: 32px;
|
60 |
+
font-size: var(--happyforms-form-title-font-size);
|
61 |
+
color: #000;
|
62 |
+
color: var(--happyforms-color-primary);
|
63 |
+
}
|
64 |
+
|
65 |
+
/* parts - general */
|
66 |
+
|
67 |
+
.happyforms-styles .happyforms-part__label {
|
68 |
+
line-height: 1;
|
69 |
+
font-weight: normal;
|
70 |
+
font-size: 16px;
|
71 |
+
font-size: var(--happyforms-part-title-font-size);
|
72 |
+
background-color: transparent;
|
73 |
+
}
|
74 |
+
|
75 |
+
.happyforms-styles .happyforms-part__label .label,
|
76 |
+
.happyforms-styles .happyforms-part__label .happyforms-optional {
|
77 |
+
font-weight: normal;
|
78 |
+
font-style: normal;
|
79 |
+
font-size: 16px;
|
80 |
+
font-size: var(--happyforms-part-title-font-size);
|
81 |
+
color: #000;
|
82 |
+
color: var(--happyforms-color-part-title);
|
83 |
+
background-color: transparent;
|
84 |
+
}
|
85 |
+
|
86 |
+
.happyforms-styles .happyforms-part__description {
|
87 |
+
font-size: 14px;
|
88 |
+
font-size: var(--happyforms-part-description-font-size);
|
89 |
+
color: #000;
|
90 |
+
color: var(--happyforms-color-primary);
|
91 |
+
}
|
92 |
+
|
93 |
+
.happyforms-styles .happyforms-part input[type=text],
|
94 |
+
.happyforms-styles .happyforms-part input[type=password],
|
95 |
+
.happyforms-styles .happyforms-part input[type=email],
|
96 |
+
.happyforms-styles .happyforms-part input[type=tel],
|
97 |
+
.happyforms-styles .happyforms-part input[type=number],
|
98 |
+
.happyforms-styles .happyforms-part input[type=range],
|
99 |
+
.happyforms-styles .happyforms-part textarea {
|
100 |
+
margin: 0;
|
101 |
+
padding: 10px;
|
102 |
+
border-width: 1px;
|
103 |
+
border-style: solid;
|
104 |
+
border-color: #dbdbdb !important;
|
105 |
+
border-color: var(--happyforms-color-part-border) !important;
|
106 |
+
border-radius: 6px;
|
107 |
+
border-radius: 6px !important;
|
108 |
+
box-shadow: none;
|
109 |
+
box-sizing: border-box;
|
110 |
+
font-style: normal;
|
111 |
+
font-size: 16px;
|
112 |
+
font-size: var(--happyforms-part-value-font-size);
|
113 |
+
background-color: #fff !important;
|
114 |
+
background-color: var(--happyforms-color-part-background) !important;
|
115 |
+
color: #000;
|
116 |
+
color: var(--happyforms-color-part-value);
|
117 |
+
transition-property: none;
|
118 |
+
transition-duration: 0.1s;
|
119 |
+
transition-duration: var(--happyforms-transition-duration);
|
120 |
+
transition-timing-function: ease-in;
|
121 |
+
}
|
122 |
+
|
123 |
+
.happyforms-styles .happyforms-part input[type=text],
|
124 |
+
.happyforms-styles .happyforms-part input[type=password],
|
125 |
+
.happyforms-styles .happyforms-part input[type=email],
|
126 |
+
.happyforms-styles .happyforms-part input[type=tel],
|
127 |
+
.happyforms-styles .happyforms-part input[type=number],
|
128 |
+
.happyforms-styles .happyforms-part input[type=range] {
|
129 |
+
height: auto !important;
|
130 |
+
}
|
131 |
+
|
132 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=text],
|
133 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=password],
|
134 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=email],
|
135 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=tel],
|
136 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=number],
|
137 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=range],
|
138 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part textarea {
|
139 |
+
border-color: transparent !important;
|
140 |
+
}
|
141 |
+
|
142 |
+
.happyforms-styles .happyforms-part input[type=text]:focus,
|
143 |
+
.happyforms-styles .happyforms-part input[type=password]:focus,
|
144 |
+
.happyforms-styles .happyforms-part input[type=email]:focus,
|
145 |
+
.happyforms-styles .happyforms-part input[type=tel]:focus,
|
146 |
+
.happyforms-styles .happyforms-part input[type=number]:focus,
|
147 |
+
.happyforms-styles .happyforms-part textarea:focus {
|
148 |
+
outline: 0;
|
149 |
+
border-color: #407fff !important;
|
150 |
+
border-color: var(--happyforms-color-part-border-focus) !important;
|
151 |
+
color: #000;
|
152 |
+
color: var(--happyforms-color-part-value);
|
153 |
+
background-color: #fff !important;
|
154 |
+
background-color: var(--happyforms-color-part-background-focus) !important;
|
155 |
+
box-shadow: inset 0 0 0 1px #407fff;
|
156 |
+
box-shadow: inset 0 0 0 1px var(--happyforms-color-part-border-focus);
|
157 |
+
}
|
158 |
+
|
159 |
+
.happyforms-styles .happyforms-part select:focus {
|
160 |
+
outline: 0;
|
161 |
+
}
|
162 |
+
|
163 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=text]:focus,
|
164 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=password]:focus,
|
165 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=email]:focus,
|
166 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=tel]:focus,
|
167 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part input[type=number]:focus,
|
168 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part textarea:focus {
|
169 |
+
border-color: transparent !important;
|
170 |
+
}
|
171 |
+
|
172 |
+
.happyforms-styles .happyforms-part.happyforms-part--error input[type=text],
|
173 |
+
.happyforms-styles .happyforms-part.happyforms-part--error input[type=password],
|
174 |
+
.happyforms-styles .happyforms-part.happyforms-part--error input[type=email],
|
175 |
+
.happyforms-styles .happyforms-part.happyforms-part--error input[type=tel],
|
176 |
+
.happyforms-styles .happyforms-part.happyforms-part--error input[type=number],
|
177 |
+
.happyforms-styles .happyforms-part.happyforms-part--error input[type=range],
|
178 |
+
.happyforms-styles .happyforms-part.happyforms-part--error textarea {
|
179 |
+
border-color: #ff7550;
|
180 |
+
border-color: var(--happyforms-color-error);
|
181 |
+
}
|
182 |
+
|
183 |
+
.happyforms-styles .happyforms-part.display-type--block .happyforms-part__el {
|
184 |
+
display: block;
|
185 |
+
width: 100%;
|
186 |
+
}
|
187 |
+
|
188 |
+
/* placeholders */
|
189 |
+
|
190 |
+
.happyforms-styles .happyforms-part ::-webkit-input-placeholder {
|
191 |
+
font-weight: normal;
|
192 |
+
font-style: normal;
|
193 |
+
color: #888888;
|
194 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
195 |
+
}
|
196 |
+
|
197 |
+
.happyforms-styles .happyforms-part ::-moz-placeholder {
|
198 |
+
font-weight: normal;
|
199 |
+
font-style: normal;
|
200 |
+
color: #888888;
|
201 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
202 |
+
}
|
203 |
+
|
204 |
+
.happyforms-styles .happyforms-part ::-ms-placeholder {
|
205 |
+
font-weight: normal;
|
206 |
+
font-style: normal;
|
207 |
+
color: #888888;
|
208 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
209 |
+
}
|
210 |
+
|
211 |
+
.happyforms-styles .happyforms-part ::placeholder {
|
212 |
+
font-weight: normal;
|
213 |
+
font-style: normal;
|
214 |
+
color: #888888;
|
215 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
216 |
+
}
|
217 |
+
|
218 |
+
.happyforms-styles .happyforms-part-el-wrap {
|
219 |
+
position: relative;
|
220 |
+
}
|
221 |
+
|
222 |
+
.happyforms-styles .happyforms-part-wrap {
|
223 |
+
position: relative;
|
224 |
+
}
|
225 |
+
|
226 |
+
.happyforms-styles .happyforms-part-wrap--confirmation {
|
227 |
+
margin-top: 10px;
|
228 |
+
}
|
229 |
+
|
230 |
+
/* parts - option labels */
|
231 |
+
|
232 |
+
.happyforms-styles .happyforms-part .option-label {
|
233 |
+
border-radius: 6px;
|
234 |
+
font-size: 16px;
|
235 |
+
font-size: var(--happyforms-part-value-font-size);
|
236 |
+
}
|
237 |
+
|
238 |
+
.happyforms-styles .happyforms-part--choice .option-label {
|
239 |
+
padding: 10px;
|
240 |
+
background-color: #fff;
|
241 |
+
}
|
242 |
+
|
243 |
+
.happyforms-styles .happyforms-part--choice .option-label .border {
|
244 |
+
position: absolute;
|
245 |
+
top: 0;
|
246 |
+
left: 0;
|
247 |
+
z-index: 0;
|
248 |
+
width: 100%;
|
249 |
+
height: 100%;
|
250 |
+
border-radius: 6px;
|
251 |
+
border: 1px solid;
|
252 |
+
border-color: #dbdbdb;
|
253 |
+
border-color: var(--happyforms-color-part-border);
|
254 |
+
background-color: #fff;
|
255 |
+
background-color: var(--happyforms-color-part-background);
|
256 |
+
transition: border-color var(--happyforms-transition-duration);
|
257 |
+
}
|
258 |
+
|
259 |
+
.happyforms-styles .happyforms-part--choice .option-label input[type=text] {
|
260 |
+
position: relative;
|
261 |
+
top: 0;
|
262 |
+
padding-top: 1px;
|
263 |
+
padding-bottom: 1px;
|
264 |
+
border: 0;
|
265 |
+
border-radius: 0 !important;
|
266 |
+
}
|
267 |
+
|
268 |
+
.happyforms-styles .happyforms-part--choice .option-label input[type=text]:focus {
|
269 |
+
border-top: 0;
|
270 |
+
border-right: 0;
|
271 |
+
border-left: 0;
|
272 |
+
box-shadow: none;
|
273 |
+
}
|
274 |
+
|
275 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part--choice .option-label .border {
|
276 |
+
border-top-color: transparent;
|
277 |
+
border-left-color: transparent;
|
278 |
+
border-right-color: transparent;
|
279 |
+
}
|
280 |
+
|
281 |
+
.happyforms-styles.happyforms-form--part-border-off .option-label .border {
|
282 |
+
border-color: transparent;
|
283 |
+
}
|
284 |
+
|
285 |
+
.happyforms-styles .happyforms-part--choice .option-label input {
|
286 |
+
top: 3px;
|
287 |
+
}
|
288 |
+
|
289 |
+
.happyforms-styles .happyforms-part--choice input:checked~.border,
|
290 |
+
.happyforms-styles .happyforms-part--choice .option-label:hover .border {
|
291 |
+
border-width: 2px;
|
292 |
+
border-color: #407fff;
|
293 |
+
border-color: var(--happyforms-color-part-border-focus);
|
294 |
+
background-color: #fff;
|
295 |
+
background-color: var(--happyforms-color-part-background-focus);
|
296 |
+
}
|
297 |
+
|
298 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part--choice input:checked~.border,
|
299 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part--choice .option-label:hover .border {
|
300 |
+
border-top-color: transparent;
|
301 |
+
border-left-color: transparent;
|
302 |
+
border-right-color: transparent;
|
303 |
+
}
|
304 |
+
|
305 |
+
.happyforms-styles .happyforms-part-option {
|
306 |
+
margin-bottom: 10px;
|
307 |
+
}
|
308 |
+
|
309 |
+
.happyforms-styles .happyforms-part .option-label {
|
310 |
+
margin-bottom: 10px;
|
311 |
+
}
|
312 |
+
|
313 |
+
.happyforms-styles .happyforms-part .option-label .label {
|
314 |
+
font-weight: normal;
|
315 |
+
font-size: 16px;
|
316 |
+
font-size: var(--happyforms-part-value-font-size);
|
317 |
+
color: #000;
|
318 |
+
color: var(--happyforms-color-part-value);
|
319 |
+
}
|
320 |
+
|
321 |
+
.happyforms-styles .happyforms-part-option__description {
|
322 |
+
font-size: 12px;
|
323 |
+
color: #000;
|
324 |
+
color: var(--happyforms-color-primary);
|
325 |
+
}
|
326 |
+
|
327 |
+
/* tooltips */
|
328 |
+
|
329 |
+
.happyforms-styles .happyforms-tooltip__trigger:after {
|
330 |
+
color: #fff;
|
331 |
+
color: var(--happyforms-color-part-background);
|
332 |
+
background-color: #000;
|
333 |
+
background-color: var(--happyforms-color-part-value);
|
334 |
+
}
|
335 |
+
|
336 |
+
.happyforms-styles .happyforms-tooltip .happyforms-part__description {
|
337 |
+
border-radius: 6px;
|
338 |
+
font-weight: normal;
|
339 |
+
color: #000;
|
340 |
+
color: var(--happyforms-color-primary);
|
341 |
+
background-color: #fff;
|
342 |
+
background-color: var(--happyforms-color-part-background);
|
343 |
+
transition: opacity 0.2s;
|
344 |
+
}
|
345 |
+
|
346 |
+
.happyforms-styles .happyforms-part--label-below .happyforms-tooltip .happyforms-part__description {
|
347 |
+
top: 5px;
|
348 |
+
}
|
349 |
+
|
350 |
+
.happyforms-styles .happyforms-part--choice .happyforms-tooltip .happyforms-part__description,
|
351 |
+
.happyforms-styles .happyforms-part--select .happyforms-tooltip .happyforms-part__description,
|
352 |
+
.happyforms-styles .happyforms-part--address-has-geolocation .happyforms-tooltip .happyforms-part__description,
|
353 |
+
.happyforms-styles .happyforms-part--table .happyforms-tooltip .happyforms-part__description,
|
354 |
+
.happyforms-styles .happyforms-part--scale .happyforms-tooltip .happyforms-part__description,
|
355 |
+
.happyforms-styles .happyforms-part--rating .happyforms-tooltip .happyforms-part__description,
|
356 |
+
.happyforms-styles .happyforms-part--date .happyforms-tooltip .happyforms-part__description,
|
357 |
+
.happyforms-styles .happyforms-part--rich_text .happyforms-tooltip .happyforms-part__description {
|
358 |
+
top: -10px;
|
359 |
+
}
|
360 |
+
|
361 |
+
.happyforms-styles .happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description {
|
362 |
+
top: 5px;
|
363 |
+
transform: none;
|
364 |
+
}
|
365 |
+
|
366 |
+
.happyforms-styles .happyforms-part--label-inside .happyforms-tooltip .happyforms-part__description,
|
367 |
+
.happyforms-styles .happyforms-part--label-as_placeholder .happyforms-tooltip .happyforms-part__description {
|
368 |
+
transform: translate(0, -35px);
|
369 |
+
}
|
370 |
+
|
371 |
+
.happyforms-styles .happyforms-part--multi_line_text.happyforms-part--label-below .happyforms-tooltip .happyforms-part__description,
|
372 |
+
.happyforms-styles .happyforms-part--label-inside.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description,
|
373 |
+
.happyforms-styles .happyforms-part--label-as_placeholder.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description {
|
374 |
+
top: 14px;
|
375 |
+
transform: none;
|
376 |
+
}
|
377 |
+
|
378 |
+
.happyforms-styles .happyforms-tooltip .happyforms-part__description:after {
|
379 |
+
border-top-color: #fff;
|
380 |
+
border-top-color: var(--happyforms-color-part-background);
|
381 |
+
}
|
382 |
+
|
383 |
+
/* parts - radio, checkbox */
|
384 |
+
|
385 |
+
.happyforms-styles .happyforms-part .checkmark {
|
386 |
+
position: relative;
|
387 |
+
top: 0;
|
388 |
+
z-index: 5;
|
389 |
+
display: flex;
|
390 |
+
align-items: center;
|
391 |
+
justify-content: center;
|
392 |
+
width: 20px;
|
393 |
+
min-width: 20px;
|
394 |
+
height: 20px;
|
395 |
+
border-radius: 50%;
|
396 |
+
border: 1px solid;
|
397 |
+
border-color: #dbdbdb;
|
398 |
+
border-color: var(--happyforms-color-part-border);
|
399 |
+
background-color: #fff;
|
400 |
+
background-color: var(--happyforms-color-choice-checkmark-bg);
|
401 |
+
color: #fff;
|
402 |
+
color: var(--happyforms-color-choice-checkmark-color);
|
403 |
+
}
|
404 |
+
|
405 |
+
.happyforms-styles .happyforms-part .checkmark svg {
|
406 |
+
display: none;
|
407 |
+
}
|
408 |
+
|
409 |
+
.happyforms-styles .happyforms-part--checkbox .checkmark,
|
410 |
+
.happyforms-styles .happyforms-part--table.happyforms-selection--multiple .checkmark,
|
411 |
+
.happyforms-styles .happyforms-part--legal .checkmark {
|
412 |
+
border-radius: 6px;
|
413 |
+
}
|
414 |
+
|
415 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--checkbox .checkmark,
|
416 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--radio .checkmark,
|
417 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--table.happyforms-selection--multiple .checkmark,
|
418 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--legal .checkmark {
|
419 |
+
border-radius: 0;
|
420 |
+
}
|
421 |
+
|
422 |
+
.happyforms-styles .happyforms-part .option-label input:checked+.checkmark {
|
423 |
+
border-color: transparent;
|
424 |
+
background-color: #000;
|
425 |
+
background-color: var(--happyforms-color-choice-checkmark-bg-focus);
|
426 |
+
}
|
427 |
+
|
428 |
+
.happyforms-styles .happyforms-part input:checked+.checkmark svg {
|
429 |
+
display: block;
|
430 |
+
}
|
431 |
+
|
432 |
+
/* parts - scale */
|
433 |
+
|
434 |
+
.happyforms-styles .happyforms-part input[type=range] {
|
435 |
+
-webkit-appearance: none;
|
436 |
+
padding: 0;
|
437 |
+
border: 0;
|
438 |
+
width: 100%;
|
439 |
+
height: 1px !important;
|
440 |
+
background: #dbdbdb;
|
441 |
+
background: var(--happyforms-color-part-border);
|
442 |
+
}
|
443 |
+
|
444 |
+
.happyforms-styles .happyforms-part input[type=range]:focus {
|
445 |
+
border: 0;
|
446 |
+
outline: 0;
|
447 |
+
}
|
448 |
+
|
449 |
+
.happyforms-styles .happyforms-part input[type=range]::-webkit-slider-runnable-track {
|
450 |
+
width: 100%;
|
451 |
+
cursor: pointer;
|
452 |
+
animate: 0.25s;
|
453 |
+
animate: var(--happyforms-transition-duration);
|
454 |
+
box-shadow: none;
|
455 |
+
}
|
456 |
+
|
457 |
+
.happyforms-styles .happyforms-part input[type=range]::-webkit-slider-thumb {
|
458 |
+
-webkit-appearance: none;
|
459 |
+
width: 20px;
|
460 |
+
height: 20px;
|
461 |
+
margin-top: -3px;
|
462 |
+
border: 1px solid;
|
463 |
+
border-color: #000;
|
464 |
+
border-color: var(--happyforms-color-part-value);
|
465 |
+
border-radius: 50%;
|
466 |
+
box-shadow: none;
|
467 |
+
background: #000;
|
468 |
+
background: var(--happyforms-color-part-value);
|
469 |
+
cursor: pointer;
|
470 |
+
}
|
471 |
+
|
472 |
+
.happyforms-styles .happyforms-part input[type=range]::-moz-range-track {
|
473 |
+
width: 100%;
|
474 |
+
cursor: pointer;
|
475 |
+
animate: 0.25s;
|
476 |
+
animate: var(--happyforms-transition-duration);
|
477 |
+
box-shadow: none;
|
478 |
+
}
|
479 |
+
|
480 |
+
.happyforms-styles .happyforms-part input[type=range]::-moz-range-thumb {
|
481 |
+
width: 20px;
|
482 |
+
height: 20px;
|
483 |
+
margin-top: -3px;
|
484 |
+
border: 1px solid;
|
485 |
+
border-color: #000;
|
486 |
+
border-color: var(--happyforms-color-part-value);
|
487 |
+
border-radius: 50%;
|
488 |
+
box-shadow: none;
|
489 |
+
background: #000;
|
490 |
+
background: var(--happyforms-color-part-value);
|
491 |
+
cursor: pointer;
|
492 |
+
}
|
493 |
+
|
494 |
+
.happyforms-styles .happyforms-part input[type=range]::-ms-track {
|
495 |
+
width: 100%;
|
496 |
+
cursor: pointer;
|
497 |
+
animate: 0.25s;
|
498 |
+
animate: var(--happyforms-transition-duration);
|
499 |
+
box-shadow: none;
|
500 |
+
}
|
501 |
+
|
502 |
+
.happyforms-styles .happyforms-part input[type=range]::-ms-fill-lower {
|
503 |
+
background: #000;
|
504 |
+
background: var(--happyforms-color-part-value);
|
505 |
+
border: 0;
|
506 |
+
box-shadow: none;
|
507 |
+
}
|
508 |
+
|
509 |
+
.happyforms-styles .happyforms-part input[type=range]::-ms-fill-upper {
|
510 |
+
background: #000;
|
511 |
+
background: var(--happyforms-color-part-value);
|
512 |
+
border: 0;
|
513 |
+
box-shadow: none;
|
514 |
+
}
|
515 |
+
|
516 |
+
.happyforms-styles .happyforms-part input[type=range]::-ms-thumb {
|
517 |
+
width: 20px;
|
518 |
+
height: 20px;
|
519 |
+
margin-top: -3px;
|
520 |
+
border: 1px solid #000;
|
521 |
+
border: var(--happyforms-color-part-value);
|
522 |
+
border-radius: 50%;
|
523 |
+
box-shadow: none;
|
524 |
+
background: #000;
|
525 |
+
background: var(--happyforms-color-part-value);
|
526 |
+
cursor: pointer;
|
527 |
+
}
|
528 |
+
|
529 |
+
.happyforms-styles .happyforms-part input[type=range]:focus::-ms-fill-lower {
|
530 |
+
background: #000;
|
531 |
+
background: var(--happyforms-color-part-value);
|
532 |
+
}
|
533 |
+
|
534 |
+
.happyforms-styles .happyforms-part input[type=range]:focus::-ms-fill-upper {
|
535 |
+
background: #000;
|
536 |
+
background: var(--happyforms-color-part-value);
|
537 |
+
}
|
538 |
+
|
539 |
+
.happyforms-styles .happyforms-part--scale output {
|
540 |
+
display: block;
|
541 |
+
position: relative;
|
542 |
+
width: 100%;
|
543 |
+
font-size: 16px;
|
544 |
+
font-size: var(--happyforms-part-value-font-size);
|
545 |
+
}
|
546 |
+
|
547 |
+
.happyforms-styles .happyforms-part--scale output span {
|
548 |
+
position: absolute;
|
549 |
+
left: 0;
|
550 |
+
color: #000;
|
551 |
+
color: var(--happyforms-color-part-value);
|
552 |
+
}
|
553 |
+
|
554 |
+
.happyforms-styles .happyforms-part--scale output span {
|
555 |
+
position: absolute;
|
556 |
+
left: 0;
|
557 |
+
}
|
558 |
+
|
559 |
+
.happyforms-styles .happyforms-part--scale__labels {
|
560 |
+
position: relative;
|
561 |
+
width: 100%;
|
562 |
+
font-size: 16px;
|
563 |
+
font-size: var(--happyforms-part-value-font-size);
|
564 |
+
color: #888888;
|
565 |
+
color: var(--happyforms-color-part-placeholder);
|
566 |
+
}
|
567 |
+
|
568 |
+
/* parts - placeholder */
|
569 |
+
|
570 |
+
.happyforms-styles .happyforms-part--placeholder p {
|
571 |
+
font-size: 16px;
|
572 |
+
color: #000;
|
573 |
+
}
|
574 |
+
|
575 |
+
/* parts - select */
|
576 |
+
|
577 |
+
.happyforms-styles .happyforms-part__select-bg {
|
578 |
+
padding: 1px 0 2px;
|
579 |
+
border: 1px solid;
|
580 |
+
border-radius: 6px;
|
581 |
+
border-color: #dbdbdb;
|
582 |
+
border-color: var(--happyforms-color-part-border);
|
583 |
+
background-color: #fff;
|
584 |
+
background-color: var(--happyforms-color-part-background);
|
585 |
+
}
|
586 |
+
|
587 |
+
.happyforms-styles .happyforms-part__select-wrap:after {
|
588 |
+
border-top: 6px solid #000;
|
589 |
+
}
|
590 |
+
|
591 |
+
.happyforms-styles .happyforms-part--select select:focus,
|
592 |
+
.happyforms-styles .happyforms-part--date select:focus {
|
593 |
+
outline-width: 1px;
|
594 |
+
outline-color: #000000;
|
595 |
+
outline-color: var(--happyforms-color-part-value);
|
596 |
+
}
|
597 |
+
|
598 |
+
.happyforms-styles .happyforms-part-date__time-input .happyforms-spinner-arrow {
|
599 |
+
border-top: 6px solid #000;
|
600 |
+
border-top: 6px solid var(--happyforms-color-part-value);
|
601 |
+
background-position: left top;
|
602 |
+
background-size: cover;
|
603 |
+
}
|
604 |
+
|
605 |
+
/* parts - rating */
|
606 |
+
|
607 |
+
.happyforms-styles .happyforms-part--rating .happyforms-star__label {
|
608 |
+
color: #f39c00;
|
609 |
+
color: var(--happyforms-color-rating-hover);
|
610 |
+
}
|
611 |
+
|
612 |
+
.happyforms-styles .happyforms-part--rating .happyforms-part__el {
|
613 |
+
fill: #ccc;
|
614 |
+
fill: var(--happyforms-color-rating);
|
615 |
+
stroke: #ccc;
|
616 |
+
stroke: var(--happyforms-color-rating);
|
617 |
+
}
|
618 |
+
|
619 |
+
.happyforms-styles .happyforms-part--rating:hover .happyforms-part__el {
|
620 |
+
color: #ccc;
|
621 |
+
fill: #f39c00;
|
622 |
+
fill: var(--happyforms-color-rating-hover);
|
623 |
+
stroke: #f39c00;
|
624 |
+
stroke: var(--happyforms-color-rating-hover);
|
625 |
+
}
|
626 |
+
|
627 |
+
.happyforms-styles .happyforms-part--rating .happyforms-star__label {
|
628 |
+
color: #f39c00;
|
629 |
+
color: var(--happyforms-color-rating-hover);
|
630 |
+
}
|
631 |
+
|
632 |
+
.happyforms-styles .happyforms-part--rating:not(:hover) input:first-child:checked~label,
|
633 |
+
.happyforms-styles .happyforms-part--rating input:hover+label~label:not(:hover),
|
634 |
+
.happyforms-styles .happyforms-part--rating:hover input:checked+label:hover~label,
|
635 |
+
.happyforms-styles .happyforms-part--rating:not(:hover) input:checked+label~label {
|
636 |
+
color: #ccc;
|
637 |
+
color: var(--happyforms-color-rating);
|
638 |
+
}
|
639 |
+
|
640 |
+
.happyforms-styles .happyforms-rating--thumbs .happyforms-rating-wrap label,
|
641 |
+
.happyforms-styles .happyforms-rating--smileys .happyforms-rating-wrap label {
|
642 |
+
border: 1px solid #dbdbdb;
|
643 |
+
border: 1px solid var(--happyforms-color-part-border);
|
644 |
+
border-radius: 6px;
|
645 |
+
background-color: #fff;
|
646 |
+
background-color: var(--happyforms-color-part-background);
|
647 |
+
}
|
648 |
+
|
649 |
+
.happyforms-styles .happyforms-rating--smileys .happyforms-rating-wrap input:checked + label,
|
650 |
+
.happyforms-styles .happyforms-rating--thumbs .happyforms-rating-wrap input:checked + label,
|
651 |
+
.happyforms-styles .happyforms-rating--smileys .happyforms-rating-wrap label:hover,
|
652 |
+
.happyforms-styles .happyforms-rating--thumbs .happyforms-rating-wrap label:hover {
|
653 |
+
border-color: #407fff !important;
|
654 |
+
border-color: var(--happyforms-color-part-border-focus) !important;
|
655 |
+
background-color: #fff;
|
656 |
+
background-color: var(--happyforms-color-part-background-focus);
|
657 |
+
box-shadow: inset 0 0 0 1px #407fff;
|
658 |
+
box-shadow: inset 0 0 0 1px var(--happyforms-color-part-border-focus);
|
659 |
+
}
|
660 |
+
|
661 |
+
.happyforms-styles .happyforms-rating--smileys label img,
|
662 |
+
.happyforms-styles .happyforms-rating--thumbs label img {
|
663 |
+
transition: width 0.2s ease-in-out;
|
664 |
+
transition: width var(--happyforms-transition-duration) ease-in-out;
|
665 |
+
}
|
666 |
+
|
667 |
+
.happyforms-styles .happyforms-rating__item-wrap .happyforms-rating__item-label {
|
668 |
+
font-size: 16px;
|
669 |
+
font-size: var(--happyforms-part-value-font-size);
|
670 |
+
color: #000;
|
671 |
+
color: var(--happyforms-color-part-value);
|
672 |
+
}
|
673 |
+
|
674 |
+
.happyforms-styles .happyforms-rating--smileys .happyforms-part__el input:checked + label .happyforms-rating__item-label,
|
675 |
+
.happyforms-styles .happyforms-rating--smileys .happyforms-part__el label:hover .happyforms-rating__item-label {
|
676 |
+
color: #000;
|
677 |
+
color: var(--happyforms-color-part-value);
|
678 |
+
}
|
679 |
+
|
680 |
+
/* parts - legal */
|
681 |
+
|
682 |
+
.happyforms-styles .happyforms-part--legal label {
|
683 |
+
font-weight: normal;
|
684 |
+
font-size: 16px;
|
685 |
+
font-size: var(--happyforms-part-value-font-size);
|
686 |
+
}
|
687 |
+
|
688 |
+
/* parts - address */
|
689 |
+
|
690 |
+
.happyforms-styles a.address-geolocate {
|
691 |
+
position: absolute;
|
692 |
+
top: 2px;
|
693 |
+
right: 6px;
|
694 |
+
display: flex;
|
695 |
+
align-items: center;
|
696 |
+
height: calc( 100% - 4px ) !important;
|
697 |
+
padding: 0;
|
698 |
+
box-shadow: none;
|
699 |
+
font-style: normal;
|
700 |
+
font-size: 16px;
|
701 |
+
font-size: var(--happyforms-part-value-font-size);
|
702 |
+
font-weight: normal;
|
703 |
+
text-decoration: underline;
|
704 |
+
background-color: #fff;
|
705 |
+
background-color: var(--happyforms-color-part-background);
|
706 |
+
color: #000;
|
707 |
+
color: var(--happyforms-color-part-value);
|
708 |
+
transition: border-color 0.25s;
|
709 |
+
transition: border-color var(--happyforms-transition-duration);
|
710 |
+
box-shadow: inset -1px -1px -1px 1px var(--happyforms-color-part-border);
|
711 |
+
}
|
712 |
+
|
713 |
+
.happyforms-styles a.address-geolocate svg {
|
714 |
+
display: inline-block;
|
715 |
+
vertical-align: middle;
|
716 |
+
width: calc(var(--happyforms-part-value-font-size) * (96 / 100) + 3px);
|
717 |
+
height: calc(var(--happyforms-part-value-font-size) * (96 / 100));
|
718 |
+
fill: #000;
|
719 |
+
fill: var(--happyforms-color-part-value);
|
720 |
+
}
|
721 |
+
|
722 |
+
.happyforms-styles .happyforms-part input[type=text]:focus + a.address-geolocate {
|
723 |
+
background-color: #fff;
|
724 |
+
background-color: var(--happyforms-color-part-background-focus);
|
725 |
+
}
|
726 |
+
|
727 |
+
/* submit button */
|
728 |
+
|
729 |
+
.happyforms-styles input[type=submit].happyforms-button--submit,
|
730 |
+
.happyforms-styles input[type=submit][disabled].happyforms-button--submit {
|
731 |
+
-webkit-appearance: none;
|
732 |
+
height: auto;
|
733 |
+
padding: 20px 40px;
|
734 |
+
border-radius: 4px;
|
735 |
+
border: 1px solid transparent !important;
|
736 |
+
border-color: var(--happyforms-color-submit-border) !important;
|
737 |
+
font-weight: bold;
|
738 |
+
font-style: normal;
|
739 |
+
font-size: 18px;
|
740 |
+
font-size: var(--happyforms-submit-button-font-size);
|
741 |
+
color: #fff;
|
742 |
+
color: var(--happyforms-color-submit-text);
|
743 |
+
background-color: #407fff;
|
744 |
+
background-color: var(--happyforms-color-submit-background);
|
745 |
+
background: #407fff;
|
746 |
+
background: var(--happyforms-color-submit-background);
|
747 |
+
text-transform: none;
|
748 |
+
transition-property: all;
|
749 |
+
transition-duration: 0.25s;
|
750 |
+
transition-duration: var(--happyforms-transition-duration);
|
751 |
+
transition-timing-function: ease-in;
|
752 |
+
}
|
753 |
+
|
754 |
+
.happyforms-styles.happyforms-form--disable-until-valid input[type=submit][disabled].happyforms-button--submit {
|
755 |
+
opacity: 0.5;
|
756 |
+
}
|
757 |
+
|
758 |
+
.happyforms-styles input[type=submit].happyforms-button--submit:hover,
|
759 |
+
.happyforms-styles input[type=submit].happyforms-button--submit:focus {
|
760 |
+
cursor: pointer;
|
761 |
+
border-radius: 4px;
|
762 |
+
border-color: transparent !important;
|
763 |
+
border-color: var(--happyforms-color-submit-border) !important;
|
764 |
+
background-color: #3567cc;
|
765 |
+
background-color: var(--happyforms-color-submit-background-hover);
|
766 |
+
background: #3567cc;
|
767 |
+
background: var(--happyforms-color-submit-background-hover);
|
768 |
+
text-transform: none;
|
769 |
+
color: #fff;
|
770 |
+
color: var(--happyforms-color-submit-text-hover);
|
771 |
+
}
|
772 |
+
|
773 |
+
.happyforms-styles input[type=submit][disabled].happyforms-button--submit:hover,
|
774 |
+
.happyforms-styles input[type=submit][disabled].happyforms-button--submit:focus {
|
775 |
+
cursor: default;
|
776 |
+
background-color: #407fff;
|
777 |
+
background-color: var(--happyforms-color-submit-background);
|
778 |
+
background: #407fff;
|
779 |
+
background: var(--happyforms-color-submit-background);
|
780 |
+
color: #fff;
|
781 |
+
color: var(--happyforms-color-submit-text);
|
782 |
+
}
|
783 |
+
|
784 |
+
.happyforms-styles .happyforms-visuallyhidden {
|
785 |
+
position: absolute;
|
786 |
+
border: 0;
|
787 |
+
clip: rect(0 0 0 0);
|
788 |
+
width: 1px;
|
789 |
+
height: 1px;
|
790 |
+
margin: -1px;
|
791 |
+
padding: 0;
|
792 |
+
overflow: hidden;
|
793 |
+
}
|
794 |
+
|
795 |
+
/* notices */
|
796 |
+
.happyforms-styles .happyforms-flex > .happyforms-message-notices .happyforms-message-notice {
|
797 |
+
padding: 20px 15px;
|
798 |
+
border-radius: 6px;
|
799 |
+
background-color: transparent;
|
800 |
+
color: #454545;
|
801 |
+
}
|
802 |
+
|
803 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-flex > .happyforms-message-notices .happyforms-message-notice {
|
804 |
+
border-radius: 0;
|
805 |
+
}
|
806 |
+
|
807 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-flex > .happyforms-message-notices .happyforms-message-notice {
|
808 |
+
padding: 20px 25px;
|
809 |
+
border-radius: 25px;
|
810 |
+
}
|
811 |
+
|
812 |
+
.happyforms-styles .happyforms-flex > .happyforms-message-notices .success {
|
813 |
+
color: #1eb452 !important;
|
814 |
+
color: var(--happyforms-color-success-notice-text) !important;
|
815 |
+
background-color: #ebf9f0;
|
816 |
+
background-color: var(--happyforms-color-success-notice);
|
817 |
+
}
|
818 |
+
|
819 |
+
.happyforms-styles .happyforms-flex > .happyforms-message-notices .error {
|
820 |
+
color: #ff4200 !important;
|
821 |
+
color: var(--happyforms-color-error-notice-text) !important;
|
822 |
+
background-color: #ffeae5;
|
823 |
+
background-color: var(--happyforms-color-error-notice);
|
824 |
+
}
|
825 |
+
|
826 |
+
.happyforms-styles .happyforms-message-notices h2 {
|
827 |
+
margin-top: 0 !important;
|
828 |
+
margin-bottom: 0 !important;
|
829 |
+
padding-top: 0 !important;
|
830 |
+
padding-bottom: 0 !important;
|
831 |
+
font-weight: normal !important;
|
832 |
+
font-size: 16px !important
|
833 |
+
}
|
834 |
+
|
835 |
+
.happyforms-styles .happyforms-message-notices h2:before {
|
836 |
+
display: none;
|
837 |
+
}
|
838 |
+
|
839 |
+
.happyforms-styles .happyforms-message-notices h2 span {
|
840 |
+
display: block;
|
841 |
+
font-weight: normal;
|
842 |
+
font-size: 14px;
|
843 |
+
}
|
844 |
+
|
845 |
+
.happyforms-styles .happyforms-form__part .happyforms-message-notices h2 {
|
846 |
+
font-weight: normal !important;
|
847 |
+
font-size: 16px !important;
|
848 |
+
font-size: var(--happyforms-part-value-font-size) !important;
|
849 |
+
}
|
850 |
+
|
851 |
+
.happyforms-styles .happyforms-form__part .happyforms-message-notice.error h2 {
|
852 |
+
color: #ff4200;
|
853 |
+
color: var(--happyforms-color-error);
|
854 |
+
}
|
855 |
+
|
856 |
+
/* umbrella classes */
|
857 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=text],
|
858 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=password],
|
859 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=email],
|
860 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=tel],
|
861 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=number],
|
862 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=range],
|
863 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part textarea,
|
864 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part .happyforms-part__select-bg,
|
865 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--address__results ul,
|
866 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-country-select__selected-country {
|
867 |
+
border-radius: 0px !important;
|
868 |
+
}
|
869 |
+
|
870 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--choice .option-label,
|
871 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--choice .option-label .border {
|
872 |
+
border-radius: 0px;
|
873 |
+
}
|
874 |
+
|
875 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part input[type=text],
|
876 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part input[type=password],
|
877 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part input[type=email],
|
878 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part input[type=tel],
|
879 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part input[type=number],
|
880 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part input[type=range],
|
881 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part textarea {
|
882 |
+
border-radius: 25px !important;
|
883 |
+
padding-left: 25px;
|
884 |
+
padding-right: 25px;
|
885 |
+
}
|
886 |
+
|
887 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part textarea {
|
888 |
+
padding: 15px;
|
889 |
+
}
|
890 |
+
|
891 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part .happyforms-part__select-bg {
|
892 |
+
border-radius: 25px;
|
893 |
+
padding-left: 15px;
|
894 |
+
}
|
895 |
+
|
896 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part--address__results ul {
|
897 |
+
border-radius: 25px;
|
898 |
+
}
|
899 |
+
|
900 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part--choice .option-label,
|
901 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part--choice .option-label .border {
|
902 |
+
border-radius: 25px;
|
903 |
+
}
|
904 |
+
|
905 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part-date__time-input .happyforms-spinner-arrow {
|
906 |
+
right: 15px;
|
907 |
+
}
|
908 |
+
|
909 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part ::-webkit-input-placeholder {
|
910 |
+
color: transparent !important;
|
911 |
+
transition: color 0.25s;
|
912 |
+
transition: color var(--happyforms-transition-duration);
|
913 |
+
}
|
914 |
+
|
915 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part ::-moz-placeholder {
|
916 |
+
color: transparent !important;
|
917 |
+
transition: color 0.25s;
|
918 |
+
transition: color var(--happyforms-transition-duration);
|
919 |
+
}
|
920 |
+
|
921 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part ::-ms-placeholder {
|
922 |
+
color: transparent !important;
|
923 |
+
transition: color 0.25s;
|
924 |
+
transition: color var(--happyforms-transition-duration);
|
925 |
+
}
|
926 |
+
|
927 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part ::placeholder {
|
928 |
+
color: transparent !important;
|
929 |
+
transition: color 0.25s;
|
930 |
+
transition: color var(--happyforms-transition-duration);
|
931 |
+
}
|
932 |
+
|
933 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part input:focus::-webkit-input-placeholder {
|
934 |
+
color: #888888 !important;
|
935 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
936 |
+
}
|
937 |
+
|
938 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part input:focus::-moz-placeholder {
|
939 |
+
color: #888888 !important;
|
940 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
941 |
+
}
|
942 |
+
|
943 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part input:focus::-ms-placeholder {
|
944 |
+
color: #888888 !important;
|
945 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
946 |
+
}
|
947 |
+
|
948 |
+
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part input:focus::placeholder {
|
949 |
+
color: #888888 !important;
|
950 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
951 |
+
}
|
952 |
+
|
953 |
+
/* labels */
|
954 |
+
.happyforms-styles .happyforms-part--label-inside label .label {
|
955 |
+
font-weight: bold;
|
956 |
+
font-size: 14px;
|
957 |
+
color: #000;
|
958 |
+
color: var(--happyforms-color-part-title);
|
959 |
+
}
|
960 |
+
|
961 |
+
/* part borders */
|
962 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part input[type=text],
|
963 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part input[type=password],
|
964 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part input[type=email],
|
965 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part input[type=number],
|
966 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-part textarea {
|
967 |
+
border-top-color: transparent !important;
|
968 |
+
border-left-color: transparent !important;
|
969 |
+
border-right-color: transparent !important;
|
970 |
+
box-shadow: none !important;
|
971 |
+
}
|
972 |
+
|
973 |
+
/* part border transitions */
|
974 |
+
.happyforms-styles.happyforms-form--part-disable-transitions .happyforms-part input[type=text],
|
975 |
+
.happyforms-styles.happyforms-form--part-disable-transitions .happyforms-part input[type=password],
|
976 |
+
.happyforms-styles.happyforms-form--part-disable-transitions .happyforms-part input[type=email],
|
977 |
+
.happyforms-styles.happyforms-form--part-disable-transitions .happyforms-part input[type=number],
|
978 |
+
.happyforms-styles.happyforms-form--part-disable-transitions .happyforms-part textarea {
|
979 |
+
transition-duration: 0s;
|
980 |
+
}
|
981 |
+
|
982 |
+
.happyforms-styles .happyforms-part input[type=text],
|
983 |
+
.happyforms-styles .happyforms-part input[type=password],
|
984 |
+
.happyforms-styles .happyforms-part input[type=email],
|
985 |
+
.happyforms-styles .happyforms-part input[type=number],
|
986 |
+
.happyforms-styles .happyforms-part textarea {
|
987 |
+
transition: border-color 0.4s;
|
988 |
+
transition: border-color var(--happyforms-transition-duration);
|
989 |
+
}
|
990 |
+
|
991 |
+
/* part labels transitions */
|
992 |
+
.happyforms-styles .happyforms-part--label-as_placeholder label {
|
993 |
+
color: #888888;
|
994 |
+
color: var(--happyforms-color-part-placeholder);
|
995 |
+
transition-duration: 0.4s;
|
996 |
+
transition-duration: var(--happyforms-transition-duration);
|
997 |
+
}
|
998 |
+
|
999 |
+
.happyforms-styles .happyforms-part--label-as_placeholder .happyforms-part__label .label {
|
1000 |
+
color: #888888;
|
1001 |
+
color: var(--happyforms-color-part-placeholder);
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
.happyforms-styles .happyforms-part--label-as_placeholder input:focus~label .label,
|
1005 |
+
.happyforms-styles .happyforms-part--label-as_placeholder textarea:focus~label .label,
|
1006 |
+
.happyforms-styles .happyforms-part--label-as_placeholder.happyforms-part--filled input~label .label,
|
1007 |
+
.happyforms-styles .happyforms-part--label-as_placeholder.happyforms-part--filled textarea~label .label,
|
1008 |
+
.happyforms-styles .happyforms-part--select.happyforms-part--filled.happyforms-part--label-as_placeholder .label {
|
1009 |
+
font-weight: bold;
|
1010 |
+
font-size: 14px;
|
1011 |
+
color: #000;
|
1012 |
+
color: var(--happyforms-color-part-value);
|
1013 |
+
}
|
1014 |
+
|
1015 |
+
/* submit button */
|
1016 |
+
|
1017 |
+
.happyforms-styles.happyforms-form--submit-button-border-hide input[type=submit].happyforms-button--submit {
|
1018 |
+
border-width: 0 !important;
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
.happyforms-styles.happyforms-form--submit-button-border-radius-square input[type=submit].happyforms-button--submit,
|
1022 |
+
.happyforms-styles.happyforms-form--submit-button-border-radius-square input[type=submit].happyforms-button--submit:hover {
|
1023 |
+
border-radius: 0;
|
1024 |
+
}
|
1025 |
+
|
1026 |
+
.happyforms-styles.happyforms-form--submit-button-border-radius-pill input[type=submit].happyforms-button--submit,
|
1027 |
+
.happyforms-styles.happyforms-form--submit-button-border-radius-pill input[type=submit].happyforms-button--submit:hover {
|
1028 |
+
border-radius: 60px;
|
1029 |
+
}
|
1030 |
+
|
1031 |
+
.happyforms-styles.happyforms-form--submit-button-normal .happyforms-part--submit input[type=submit] {
|
1032 |
+
font-weight: normal;
|
1033 |
+
}
|
1034 |
+
|
1035 |
+
.happyforms-styles.happyforms-form--submit-button-disable-transitions input[type=submit] {
|
1036 |
+
transition-duration: 0s !important;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
.happyforms-styles.happyforms-form--submit-button-padding-narrow input[type=submit].happyforms-button--submit {
|
1040 |
+
padding: 10px 20px;
|
1041 |
+
}
|
1042 |
+
|
1043 |
+
.happyforms-styles.happyforms-form--submit-button-padding-wide input[type=submit].happyforms-button--submit {
|
1044 |
+
padding: 30px 60px;
|
1045 |
+
}
|
1046 |
+
|
1047 |
+
.happyforms-styles.happyforms-form--submit-button-fullwidth input[type=submit].happyforms-button--submit {
|
1048 |
+
padding-left: 0;
|
1049 |
+
padding-right: 0;
|
1050 |
+
margin-right: 0;
|
1051 |
+
}
|
1052 |
+
|
1053 |
+
.happyforms-styles.happyforms-form--part-title-font-weight-bold .happyforms-part__label .label {
|
1054 |
+
font-weight: bold;
|
1055 |
+
}
|
1056 |
+
|
1057 |
+
/* table part */
|
1058 |
+
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(odd) {
|
1059 |
+
background-color: #fff;
|
1060 |
+
background-color: var(--happyforms-color-table-row-even);
|
1061 |
+
}
|
1062 |
+
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(odd) .happyforms-table__cell {
|
1063 |
+
color: #000;
|
1064 |
+
color: var(--happyforms-color-table-row-even-text);
|
1065 |
+
}
|
1066 |
+
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(odd) .checkmark {
|
1067 |
+
border-color: #000;
|
1068 |
+
border-color: var(--happyforms-color-table-row-even-text);
|
1069 |
+
}
|
1070 |
+
|
1071 |
+
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(even) {
|
1072 |
+
background-color: #fff;
|
1073 |
+
background-color: var(--happyforms-color-table-row-odd);
|
1074 |
+
}
|
1075 |
+
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(even) .happyforms-table__cell {
|
1076 |
+
color: #000;
|
1077 |
+
color: var(--happyforms-color-table-row-odd-text);
|
1078 |
+
}
|
1079 |
+
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(even) .checkmark {
|
1080 |
+
border-color: #000;
|
1081 |
+
border-color: var(--happyforms-color-table-row-odd-text);
|
1082 |
+
}
|
1083 |
+
.happyforms-styles .happyforms-table__cell--column-title {
|
1084 |
+
font-size: 16px;
|
1085 |
+
font-size: var(--happyforms-part-title-font-size);
|
1086 |
+
color: #000;
|
1087 |
+
color: var(--happyforms-color-part-title);
|
1088 |
+
}
|
1089 |
+
.happyforms-styles .happyforms-table__cell--row-title {
|
1090 |
+
font-size: 16px;
|
1091 |
+
font-size: var(--happyforms-part-title-font-size);
|
1092 |
+
color: #000;
|
1093 |
+
color: var(--happyforms-color-part-title);
|
1094 |
+
}
|
1095 |
+
|
1096 |
+
@media screen and (max-width: 800px) {
|
1097 |
+
.happyforms-styles .happyforms-table__cell:first-child {
|
1098 |
+
background-color: #dbdbdb;
|
1099 |
+
background-color: var(--happyforms-color-part-border);
|
1100 |
+
}
|
1101 |
+
.happyforms-styles .happyforms-table__cell--row-title {
|
1102 |
+
font-weight: bold;
|
1103 |
+
}
|
1104 |
+
}
|
1105 |
+
|
1106 |
+
/* phone part */
|
1107 |
+
.happyforms-styles .happyforms-country-select {
|
1108 |
+
border: 1px solid var(--happyforms-color-part-border);
|
1109 |
+
border-right: 0;
|
1110 |
+
border-radius: 8px;
|
1111 |
+
border-top-right-radius: 0;
|
1112 |
+
border-bottom-right-radius: 0;
|
1113 |
+
transition: border-color 0.4s;
|
1114 |
+
transition: border-color var(--happyforms-transition-duration);
|
1115 |
+
}
|
1116 |
+
.happyforms-styles .happyforms-flag {
|
1117 |
+
font-size: 40px;
|
1118 |
+
}
|
1119 |
+
.happyforms-styles .happyforms-part--phone.happyforms-is-masked .happyforms-part-phone-wrap>input[type=text] {
|
1120 |
+
padding-left: 65px;
|
1121 |
+
}
|
1122 |
+
.happyforms-styles .happyforms-part--phone.happyforms-is-masked.happyforms-has-country-select .happyforms-part-phone-wrap>input[type=text] {
|
1123 |
+
padding-left: 75px;
|
1124 |
+
}
|
1125 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-country-select {
|
1126 |
+
border-radius: 0;
|
1127 |
+
}
|
1128 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-country-select {
|
1129 |
+
border-radius: 25px;
|
1130 |
+
border-bottom: 0;
|
1131 |
+
border-top: 0;
|
1132 |
+
}
|
1133 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-country-select {
|
1134 |
+
border-width: 0;
|
1135 |
+
}
|
1136 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-country-select {
|
1137 |
+
border-top-width: 0;
|
1138 |
+
border-left-width: 0;
|
1139 |
+
}
|
1140 |
+
.happyforms-styles .happyforms-country-select.focus {
|
1141 |
+
border: 2px solid var(--happyforms-color-part-border-focus);
|
1142 |
+
border-right: 0;
|
1143 |
+
}
|
1144 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-country-select.focus {
|
1145 |
+
border-width: 0;
|
1146 |
+
}
|
1147 |
+
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-country-select.focus {
|
1148 |
+
border-top-width: 0;
|
1149 |
+
border-left-width: 0;
|
1150 |
+
border-bottom-width: 1px;
|
1151 |
+
}
|
1152 |
+
.happyforms-styles .happyforms-country-select-trigger {
|
1153 |
+
display: none;
|
1154 |
+
position: absolute;
|
1155 |
+
top: 0;
|
1156 |
+
left: 0;
|
1157 |
+
right: auto;
|
1158 |
+
width: 70px;
|
1159 |
+
height: 100%;
|
1160 |
+
z-index: 10;
|
1161 |
+
}
|
1162 |
+
.happyforms-styles .happyforms-country-select--multiple .happyforms-country-select-trigger {
|
1163 |
+
display: block;
|
1164 |
+
}
|
1165 |
+
.happyforms-styles .happyforms-country-select__selected-country {
|
1166 |
+
border-radius: 6px;
|
1167 |
+
border-top-right-radius: 0;
|
1168 |
+
border-bottom-right-radius: 0;
|
1169 |
+
transition: background-color 0.2s ease-in;
|
1170 |
+
}
|
1171 |
+
.happyforms-styles .happyforms-country-select--multiple .happyforms-country-select__selected-country:hover,
|
1172 |
+
.happyforms-styles .happyforms-country-select--multiple .happyforms-country-select__selected-country.open {
|
1173 |
+
background-color: #dbdbdb;
|
1174 |
+
background-color: var(--happyforms-color-part-border);
|
1175 |
+
}
|
1176 |
+
/* new dropdowns */
|
1177 |
+
.happyforms-styles .happyforms-part select {
|
1178 |
+
display: none;
|
1179 |
+
}
|
1180 |
+
.happyforms-styles .happyforms-custom-select input[readonly="readonly"] {
|
1181 |
+
cursor: pointer;
|
1182 |
+
}
|
1183 |
+
.happyforms-styles .happyforms-custom-select-dropdown {
|
1184 |
+
background-color: #fff;
|
1185 |
+
background-color: var(--happyforms-color-dropdown-bg-color);
|
1186 |
+
border: 1px solid #dbdbdb;
|
1187 |
+
}
|
1188 |
+
.happyforms-styles .happyforms-custom-select-dropdown li {
|
1189 |
+
transition: background-color 0.2s ease-in;
|
1190 |
+
color: #000;
|
1191 |
+
color: var(--happyforms-color-dropdown-item-text);
|
1192 |
+
background-color: #fff;
|
1193 |
+
background-color: var(--happyforms-color-dropdown-item-bg);
|
1194 |
+
}
|
1195 |
+
.happyforms-styles .happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__placeholder {
|
1196 |
+
color: #888888;
|
1197 |
+
color: var(--happyforms-color-part-placeholder);
|
1198 |
+
}
|
1199 |
+
.happyforms-styles .happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__item:hover,
|
1200 |
+
.happyforms-styles .happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__item.active {
|
1201 |
+
color: #000;
|
1202 |
+
color: var(--happyforms-color-dropdown-item-text-hover);
|
1203 |
+
background-color: #dbdbdb;
|
1204 |
+
background-color: var(--happyforms-color-dropdown-item-bg-hover);
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.happyforms-styles .happyforms-part-preview .happyforms-part__label .label {
|
1208 |
+
font-weight: bold;
|
1209 |
+
color: #000;
|
1210 |
+
color: var(--happyforms-color-table-row-odd-text);
|
1211 |
+
}
|
1212 |
+
|
1213 |
+
.happyforms-styles .happyforms-part-preview .happyforms-part__el-preview {
|
1214 |
+
font-size: 16px;
|
1215 |
+
font-size: var(--happyforms-part-value-font-size);
|
1216 |
+
}
|
1217 |
+
|
1218 |
+
.happyforms-styles .happyforms-part-preview {
|
1219 |
+
background-color: #fcfcfc;
|
1220 |
+
background-color: var(--happyforms-color-table-row-odd);
|
1221 |
+
}
|
1222 |
+
|
1223 |
+
.happyforms-styles .happyforms-part-preview:nth-child(even) {
|
1224 |
+
background-color: #efefef;
|
1225 |
+
background-color: var(--happyforms-color-table-row-even);
|
1226 |
+
}
|
1227 |
+
|
1228 |
+
.happyforms-styles .happyforms-part-preview:nth-child(even) .happyforms-part__label .label {
|
1229 |
+
color: #000;
|
1230 |
+
color: var(--happyforms-color-table-row-even-text);
|
1231 |
+
}
|
1232 |
+
|
1233 |
+
.happyforms-styles .happyforms-form-preview > p {
|
1234 |
+
font-size: 16px;
|
1235 |
+
font-size: var(--happyforms-part-value-font-size);
|
1236 |
+
}
|
1237 |
+
|
1238 |
+
/*
|
1239 |
+
* Rich Text
|
1240 |
+
*/
|
1241 |
+
.happyforms-styles .happyforms-part--rich_text div.mce-toolbar-grp {
|
1242 |
+
background-color: white;
|
1243 |
+
border-color: #dbdbdb !important;
|
1244 |
+
border-color: var(--happyforms-color-part-border) !important;
|
1245 |
+
}
|
1246 |
+
|
1247 |
+
.happyforms-part--rich_text div.mce-panel {
|
1248 |
+
background: #fff;
|
1249 |
+
}
|
1250 |
+
|
1251 |
+
.happyforms-styles div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link {
|
1252 |
+
border-color: #407fff !important;
|
1253 |
+
border-color: var(--happyforms-color-part-border-focus) !important;
|
1254 |
+
}
|
1255 |
+
|
1256 |
+
.happyforms-styles .happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-down:before {
|
1257 |
+
border-top-color: #407fff;
|
1258 |
+
border-top-color: var(--happyforms-color-part-border-focus);
|
1259 |
+
}
|
1260 |
+
|
1261 |
+
.happyforms-styles div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-input input::placeholder {
|
1262 |
+
color: #888888;
|
1263 |
+
color: var(--happyforms-color-part-placeholder) !important;
|
1264 |
+
}
|
1265 |
+
|
1266 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
1267 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
1268 |
+
.happyforms-styles .happyforms-part--rich_text .qt-dfw,
|
1269 |
+
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn,
|
1270 |
+
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
|
1271 |
+
padding: 2px;
|
1272 |
+
background-color: white;
|
1273 |
+
border-color: white;
|
1274 |
+
}
|
1275 |
+
|
1276 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:hover,
|
1277 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:focus,
|
1278 |
+
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
1279 |
+
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
1280 |
+
.happyforms-styles .happyforms-part--rich_text .qt-dfw:hover,
|
1281 |
+
.happyforms-styles .happyforms-part--rich_text .qt-dfw:focus,
|
1282 |
+
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
1283 |
+
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:focus,
|
1284 |
+
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
1285 |
+
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,
|
1286 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active,
|
1287 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:active,
|
1288 |
+
.happyforms-styles .happyforms-part--rich_text .qt-dfw.active,
|
1289 |
+
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
|
1290 |
+
.happyforms-styles .happyforms-part--rich_text .qt-dfw.active:hover {
|
1291 |
+
border-color: transparent;
|
1292 |
+
border-radius: 6px;
|
1293 |
+
background-color: #efefef;
|
1294 |
+
}
|
1295 |
+
|
1296 |
+
.happyforms-styles .happyforms-part--rich_text .mce-btn svg,
|
1297 |
+
.happyforms-styles .happyforms-editor-toolbar-link svg {
|
1298 |
+
fill: #000;
|
1299 |
+
}
|
1300 |
+
|
1301 |
+
.happyforms-styles .happyforms-part--rich_text .mce-tinymce.mce-container {
|
1302 |
+
border-radius: 6px !important;
|
1303 |
+
}
|
1304 |
+
|
1305 |
+
.happyforms-styles .happyforms-part--rich_text .happyforms-visual-editor {
|
1306 |
+
border: 1px solid #dbdbdb;
|
1307 |
+
border: 1px solid var(--happyforms-color-part-border);
|
1308 |
+
border-radius: 6px;
|
1309 |
+
transition: border-color 0.25s;
|
1310 |
+
transition: border-color var(--happyforms-transition-duration);
|
1311 |
+
}
|
1312 |
+
|
1313 |
+
.happyforms-styles .happyforms-part--rich_text.focus .happyforms-visual-editor {
|
1314 |
+
border-bottom-width: 1.5px;
|
1315 |
+
border-color: #407fff;
|
1316 |
+
border-color: var(--happyforms-color-part-border-focus);
|
1317 |
+
box-shadow: inset 0 0 0 1px #407fff;
|
1318 |
+
box-shadow: inset 0 0 0 1px var(--happyforms-color-part-border-focus);
|
1319 |
+
}
|
1320 |
+
|
1321 |
+
.happyforms-styles .happyforms-part--rich_text .mce-edit-area {
|
1322 |
+
background-color: #fff !important;
|
1323 |
+
background-color: var(--happyforms-color-part-background) !important;
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
.happyforms-styles .happyforms-part--rich_text.focus .mce-edit-area {
|
1327 |
+
background-color: #fff !important;
|
1328 |
+
background-color: var(--happyforms-color-part-background-focus) !important;
|
1329 |
+
}
|
1330 |
+
|
1331 |
+
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-below.happyforms-part--has-tooltip .happyforms-visual-editor,
|
1332 |
+
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-left.happyforms-part--has-tooltip .happyforms-visual-editor {
|
1333 |
+
margin-top: 35px;
|
1334 |
+
}
|
1335 |
+
|
1336 |
+
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-part__el {
|
1337 |
+
margin-top: 35px;
|
1338 |
+
}
|
1339 |
+
|
1340 |
+
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-tooltip {
|
1341 |
+
top: -30px;
|
1342 |
+
}
|
1343 |
+
|
1344 |
+
.happyforms-styles.happyforms-form--part-border-off .happyforms-part--rich_text .happyforms-visual-editor {
|
1345 |
+
padding-bottom: 1px;
|
1346 |
+
}
|
trunk/inc/core/assets/css/customize.css
ADDED
@@ -0,0 +1,1335 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
*
|
3 |
+
* Customizer-wide
|
4 |
+
*
|
5 |
+
*/
|
6 |
+
.wp-full-overlay {
|
7 |
+
z-index: 1000;
|
8 |
+
}
|
9 |
+
|
10 |
+
/**
|
11 |
+
*
|
12 |
+
* Header actions
|
13 |
+
*
|
14 |
+
*/
|
15 |
+
#happyforms-save-button-wrapper {
|
16 |
+
transition: .18s margin ease-in-out;
|
17 |
+
float: right;
|
18 |
+
margin-top: 8px;
|
19 |
+
}
|
20 |
+
|
21 |
+
#happyforms-sidebar-controls {
|
22 |
+
display: relative;
|
23 |
+
}
|
24 |
+
|
25 |
+
#happyforms-close-link {
|
26 |
+
display: block;
|
27 |
+
position: absolute;
|
28 |
+
top: 0;
|
29 |
+
left: 0;
|
30 |
+
width: 45px;
|
31 |
+
height: 41px;
|
32 |
+
padding: 0 2px 0 0;
|
33 |
+
background: #eee;
|
34 |
+
border: none;
|
35 |
+
border-top: 4px solid #eee;
|
36 |
+
border-right: 1px solid #ddd;
|
37 |
+
color: #444;
|
38 |
+
text-align: left;
|
39 |
+
cursor: pointer;
|
40 |
+
transition: color .15s ease-in-out, border-color .15s ease-in-out, background .15s ease-in-out;
|
41 |
+
box-sizing: content-box;
|
42 |
+
text-decoration: none;
|
43 |
+
outline: 0;
|
44 |
+
line-height: 45px;
|
45 |
+
}
|
46 |
+
|
47 |
+
#happyforms-close-link:before {
|
48 |
+
font: normal 22px/45px dashicons;
|
49 |
+
content: "\f335";
|
50 |
+
position: relative;
|
51 |
+
top: -3px;
|
52 |
+
left: 13px;
|
53 |
+
}
|
54 |
+
|
55 |
+
#happyforms-close-link:hover,
|
56 |
+
#happyforms-close-link:focus {
|
57 |
+
background: #fff;
|
58 |
+
color: #0073aa;
|
59 |
+
border-top-color: #0073aa;
|
60 |
+
outline: none;
|
61 |
+
box-shadow: none;
|
62 |
+
}
|
63 |
+
|
64 |
+
/**
|
65 |
+
*
|
66 |
+
* Sidebar stacked view
|
67 |
+
*
|
68 |
+
*/
|
69 |
+
#customize-controls .wp-full-overlay-sidebar-content {
|
70 |
+
bottom: 130px;
|
71 |
+
}
|
72 |
+
|
73 |
+
.happyforms-stack-view {
|
74 |
+
position: absolute;
|
75 |
+
width: 100%;
|
76 |
+
box-sizing: border-box;
|
77 |
+
border: 0;
|
78 |
+
padding: 12px;
|
79 |
+
}
|
80 |
+
|
81 |
+
.happyforms-step-description h1 {
|
82 |
+
font-size: 21px;
|
83 |
+
font-weight: 400;
|
84 |
+
line-height: 1.2;
|
85 |
+
text-align: center;
|
86 |
+
padding: 0;
|
87 |
+
margin: 15px 0;
|
88 |
+
}
|
89 |
+
|
90 |
+
.happyforms-step-description p {
|
91 |
+
font-size: 14px;
|
92 |
+
line-height: 1.5;
|
93 |
+
font-style: normal;
|
94 |
+
text-align: center;
|
95 |
+
margin: 0;
|
96 |
+
}
|
97 |
+
|
98 |
+
p.description a {
|
99 |
+
font-style: normal;
|
100 |
+
}
|
101 |
+
|
102 |
+
.happyforms-step-description p.description {
|
103 |
+
margin: 0 0 30px;
|
104 |
+
}
|
105 |
+
|
106 |
+
.happyforms-step-description ol {
|
107 |
+
font-size: 14px;
|
108 |
+
line-height: 1.5;
|
109 |
+
margin-bottom: 20px;
|
110 |
+
}
|
111 |
+
|
112 |
+
.happyforms-stack-view h2.group-title {
|
113 |
+
font-weight: 700;
|
114 |
+
font-size: 1.5em;
|
115 |
+
margin: 30px 0;
|
116 |
+
}
|
117 |
+
|
118 |
+
.happyforms-stack-view .customize-control:first-child h2.group-title {
|
119 |
+
margin: 5px 0 30px 0;
|
120 |
+
}
|
121 |
+
|
122 |
+
.customize-control {
|
123 |
+
float: none;
|
124 |
+
}
|
125 |
+
|
126 |
+
.customize-control.customize-control-checkbox_dummy label span,
|
127 |
+
.customize-control.customize-control-checkbox_dummy label i {
|
128 |
+
opacity: 0.5;
|
129 |
+
}
|
130 |
+
|
131 |
+
.customize-control.customize-control-checkbox_dummy label a {
|
132 |
+
margin-left: 5px;
|
133 |
+
}
|
134 |
+
|
135 |
+
.customize-control.customize-control-checkbox_dummy label a:after {
|
136 |
+
content: "\f504";
|
137 |
+
font-family: dashicons;
|
138 |
+
}
|
139 |
+
|
140 |
+
#customize-controls span.description {
|
141 |
+
display: block;
|
142 |
+
margin-bottom: 10px;
|
143 |
+
color: #999;
|
144 |
+
font-style: normal;
|
145 |
+
line-height: 18px;
|
146 |
+
}
|
147 |
+
|
148 |
+
.customize-control textarea {
|
149 |
+
width: 100%;
|
150 |
+
}
|
151 |
+
|
152 |
+
.happyforms-customize-heading h2 {
|
153 |
+
border-top: 1px solid #dbdbdb;
|
154 |
+
padding-top: 20px;
|
155 |
+
}
|
156 |
+
|
157 |
+
.panel-meta + .happyforms-customize-heading h2 {
|
158 |
+
padding-top: 0;
|
159 |
+
border-top: 0;
|
160 |
+
}
|
161 |
+
|
162 |
+
.happyforms-help-pointer {
|
163 |
+
z-index: 999999 !important;
|
164 |
+
}
|
165 |
+
|
166 |
+
.happyforms-help-pointer .wp-pointer-content {
|
167 |
+
padding: 10px 15px;
|
168 |
+
}
|
169 |
+
|
170 |
+
/**
|
171 |
+
*
|
172 |
+
* Footer steps
|
173 |
+
*
|
174 |
+
*/
|
175 |
+
#customize-footer-actions {
|
176 |
+
height: 120px;
|
177 |
+
padding: 12px;
|
178 |
+
box-sizing: border-box;
|
179 |
+
display: none;
|
180 |
+
}
|
181 |
+
|
182 |
+
.happyforms-action-buttons {
|
183 |
+
display: flex;
|
184 |
+
margin-bottom: 15px;
|
185 |
+
}
|
186 |
+
|
187 |
+
.happyforms-action-buttons button.button-primary.button-hero,
|
188 |
+
.happyforms-action-buttons button.button-secondary.button-hero {
|
189 |
+
flex: 1;
|
190 |
+
margin: 0 1%;
|
191 |
+
padding: 0;
|
192 |
+
text-align: center;
|
193 |
+
}
|
194 |
+
|
195 |
+
.happyforms-action-buttons button.button-primary.button-hero:only-child,
|
196 |
+
.happyforms-action-buttons button.button-secondary.button-hero:only-child {
|
197 |
+
width: 100%;
|
198 |
+
}
|
199 |
+
|
200 |
+
.button-wide {
|
201 |
+
width: 100%;
|
202 |
+
text-align: center;
|
203 |
+
}
|
204 |
+
|
205 |
+
.happyforms-step-progress {
|
206 |
+
margin: 0 1%;
|
207 |
+
}
|
208 |
+
|
209 |
+
.happyforms-step-progress,
|
210 |
+
.happyforms-step-progress-bar {
|
211 |
+
height: 6px;
|
212 |
+
margin-bottom: 10px;
|
213 |
+
}
|
214 |
+
|
215 |
+
.happyforms-step-progress {
|
216 |
+
background-color: #cccccc;
|
217 |
+
}
|
218 |
+
|
219 |
+
.happyforms-step-progress-bar {
|
220 |
+
background-color: #0185ba;
|
221 |
+
}
|
222 |
+
|
223 |
+
p.happyforms-step-progress-counter {
|
224 |
+
text-align: center;
|
225 |
+
margin-bottom: 0;
|
226 |
+
}
|
227 |
+
|
228 |
+
/**
|
229 |
+
*
|
230 |
+
* Common form widget elements
|
231 |
+
*
|
232 |
+
*/
|
233 |
+
.happyforms-widget {
|
234 |
+
margin: 0 auto 10px;
|
235 |
+
box-sizing: border-box;
|
236 |
+
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
237 |
+
}
|
238 |
+
|
239 |
+
.happyforms-widget-top {
|
240 |
+
position: relative;
|
241 |
+
background: #fff;
|
242 |
+
color: #23282d;
|
243 |
+
border: 1px solid #e5e5e5;
|
244 |
+
line-height: 1.4em;
|
245 |
+
-webkit-transition: opacity 0.5s;
|
246 |
+
transition: opacity 0.5s;
|
247 |
+
z-index: 1;
|
248 |
+
}
|
249 |
+
|
250 |
+
.happyforms-widget-title h3 {
|
251 |
+
margin: 0;
|
252 |
+
padding: 13px 15px;
|
253 |
+
font-size: 13px !important;
|
254 |
+
line-height: 1;
|
255 |
+
overflow: hidden;
|
256 |
+
white-space: nowrap;
|
257 |
+
text-overflow: ellipsis;
|
258 |
+
user-select: none;
|
259 |
+
}
|
260 |
+
|
261 |
+
.happyforms-widget-content {
|
262 |
+
padding: 1px 10px 10px 10px;
|
263 |
+
line-height: 16px;
|
264 |
+
background: #fff;
|
265 |
+
border: 1px solid #e5e5e5;
|
266 |
+
border-top: 0;
|
267 |
+
}
|
268 |
+
|
269 |
+
.happyforms-widget-actions {
|
270 |
+
padding-bottom: 5px;
|
271 |
+
}
|
272 |
+
|
273 |
+
.happyforms-part-advanced-settings-wrap {
|
274 |
+
display: none;
|
275 |
+
overflow: hidden;
|
276 |
+
border-top: 1px solid #eee;
|
277 |
+
}
|
278 |
+
|
279 |
+
a.happyforms-form-part-advanced-settings {
|
280 |
+
float: right;
|
281 |
+
}
|
282 |
+
|
283 |
+
a.happyforms-form-part-logic {
|
284 |
+
float: right;
|
285 |
+
margin-right: 10px;
|
286 |
+
}
|
287 |
+
|
288 |
+
.happyforms-part-logic-wrap {
|
289 |
+
display: none;
|
290 |
+
overflow: hidden;
|
291 |
+
}
|
292 |
+
|
293 |
+
.happyforms-part-logic-wrap .no-parts,
|
294 |
+
.happyforms-setup-logic-wrap .no-parts {
|
295 |
+
display: none;
|
296 |
+
margin-bottom: 15px;
|
297 |
+
border: 1px solid #eee;
|
298 |
+
padding: 10px;
|
299 |
+
}
|
300 |
+
|
301 |
+
.happyforms-part-logic-wrap .no-parts--show,
|
302 |
+
.happyforms-setup-logic-wrap .no-parts--show {
|
303 |
+
display: block;
|
304 |
+
}
|
305 |
+
|
306 |
+
.happyforms-part-logic-wrap .no-parts h3,
|
307 |
+
.happyforms-setup-logic-wrap .no-parts h3 {
|
308 |
+
margin-top: 5px;
|
309 |
+
}
|
310 |
+
|
311 |
+
.happyforms-part-logic-wrap .no-parts--small h3,
|
312 |
+
.happyforms-setup-logic-wrap .no-parts--small h3 {
|
313 |
+
margin-bottom: 0;
|
314 |
+
}
|
315 |
+
|
316 |
+
.happyforms-part-logic-wrap .no-parts--small p,
|
317 |
+
.happyforms-setup-logic-wrap .no-parts--small p {
|
318 |
+
font-size: 14px;
|
319 |
+
}
|
320 |
+
|
321 |
+
.happyforms-part-logic-wrap .no-parts--small a:after,
|
322 |
+
.happyforms-setup-logic-wrap a.external:after {
|
323 |
+
content: '\f504';
|
324 |
+
position: relative;
|
325 |
+
top: 2px;
|
326 |
+
left: 2px;
|
327 |
+
display: inline-block;
|
328 |
+
font-family: dashicons;
|
329 |
+
}
|
330 |
+
|
331 |
+
.happyforms-setup-logic-wrap {
|
332 |
+
margin-top: 5px;
|
333 |
+
}
|
334 |
+
|
335 |
+
.happyforms-setup-logic-wrap a.external {
|
336 |
+
font-size: 14px;
|
337 |
+
}
|
338 |
+
|
339 |
+
a.happyforms-form-part-advanced-settings:before,
|
340 |
+
a.happyforms-form-part-logic:before,
|
341 |
+
a.advanced-option:before,
|
342 |
+
a.advanced-column:before {
|
343 |
+
position: relative;
|
344 |
+
top: 2px;
|
345 |
+
display: inline-block;
|
346 |
+
content: "\f346";
|
347 |
+
font-family: dashicons;
|
348 |
+
}
|
349 |
+
|
350 |
+
a.happyforms-form-part-advanced-settings.opened:before,
|
351 |
+
a.happyforms-form-part-logic.opened:before,
|
352 |
+
a.advanced-option.opened:before,
|
353 |
+
a.advanced-column.opened:before {
|
354 |
+
content: "\f342";
|
355 |
+
}
|
356 |
+
|
357 |
+
a.happyforms-form-remove,
|
358 |
+
a.happyforms-form-part-remove {
|
359 |
+
color: #a00;
|
360 |
+
}
|
361 |
+
|
362 |
+
a.happyforms-form-remove:hover,
|
363 |
+
a.happyforms-form-part-remove:hover {
|
364 |
+
color: #dc3232;
|
365 |
+
}
|
366 |
+
|
367 |
+
.happyforms-form-date {
|
368 |
+
color: #72777c;
|
369 |
+
}
|
370 |
+
|
371 |
+
.customize-control input.happyforms-self-spaced-input {
|
372 |
+
margin: 0.5em 0;
|
373 |
+
}
|
374 |
+
|
375 |
+
.customize-control input.happyforms-self-spaced-input:first-child {
|
376 |
+
margin-top: 0;
|
377 |
+
}
|
378 |
+
|
379 |
+
.customize-control i span {
|
380 |
+
display: none;
|
381 |
+
}
|
382 |
+
|
383 |
+
.happyforms-widget span.description {
|
384 |
+
margin-top: 5px;
|
385 |
+
}
|
386 |
+
|
387 |
+
/**
|
388 |
+
*
|
389 |
+
* Form edit
|
390 |
+
*
|
391 |
+
*/
|
392 |
+
#customize-control-email_recipient,
|
393 |
+
#customize-control-email_bccs,
|
394 |
+
#customize-control-alert_email_subject,
|
395 |
+
#customize-control-confirmation_email_from_name,
|
396 |
+
#customize-control-confirmation_email_subject,
|
397 |
+
#customize-control-confirmation_email_content,
|
398 |
+
#customize-control-confirmation_email_include_values,
|
399 |
+
#customize-control-captcha_site_key,
|
400 |
+
#customize-control-captcha_secret_key,
|
401 |
+
#customize-control-captcha_label,
|
402 |
+
#customize-control-review_button_label,
|
403 |
+
#customize-control-redirect_url,
|
404 |
+
#customize-control-redirect_blank,
|
405 |
+
#customize-control-optional_part_label,
|
406 |
+
#customize-control-html_id {
|
407 |
+
display: none;
|
408 |
+
}
|
409 |
+
|
410 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-email_recipient,
|
411 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-email_bccs,
|
412 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-alert_email_subject,
|
413 |
+
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_from_name,
|
414 |
+
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_subject,
|
415 |
+
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_content,
|
416 |
+
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_include_values,
|
417 |
+
#customize-control-captcha.checked ~ #customize-control-captcha_site_key,
|
418 |
+
#customize-control-captcha.checked ~ #customize-control-captcha_secret_key,
|
419 |
+
#customize-control-captcha.checked ~ #customize-control-captcha_label,
|
420 |
+
#customize-control-preview_before_submit.checked ~ #customize-control-review_button_label,
|
421 |
+
#customize-control-redirect_on_complete.checked ~ #customize-control-redirect_url,
|
422 |
+
#customize-control-redirect_on_complete.checked ~ #customize-control-redirect_blank,
|
423 |
+
#customize-control-use_html_id.checked ~ #customize-control-html_id {
|
424 |
+
display: block;
|
425 |
+
}
|
426 |
+
|
427 |
+
.happyforms-setup-view .customize-control {
|
428 |
+
margin-bottom: 12px;
|
429 |
+
padding-bottom: 12px;
|
430 |
+
border-bottom: 1px solid #ccc;
|
431 |
+
}
|
432 |
+
|
433 |
+
.happyforms-setup-view #customize-control-receive_email_alerts.checked,
|
434 |
+
.happyforms-setup-view #customize-control-send_confirmation_email.checked,
|
435 |
+
.happyforms-setup-view #customize-control-use_html_id.checked,
|
436 |
+
.happyforms-setup-view #customize-control-redirect_on_complete.checked,
|
437 |
+
.happyforms-setup-view #customize-control-has_goal_page.checked,
|
438 |
+
.happyforms-setup-view #customize-control-captcha.checked,
|
439 |
+
.happyforms-setup-view #customize-control-preview_before_submit.checked {
|
440 |
+
margin-bottom: 0;
|
441 |
+
border-bottom: 0;
|
442 |
+
}
|
443 |
+
|
444 |
+
.happyforms-setup-view #customize-control-email_recipient,
|
445 |
+
.happyforms-setup-view #customize-control-email_bccs,
|
446 |
+
.happyforms-setup-view #customize-control-alert_email_subject,
|
447 |
+
.happyforms-setup-view .customize-control[id*='customize-control-confirmation_email_']:not(#customize-control-confirmation_email_include_values),
|
448 |
+
.happyforms-setup-view #customize-control-redirect_url,
|
449 |
+
.happyforms-setup-view .customize-control[id*='customize-control-captcha_']:not(#customize-control-captcha_theme) {
|
450 |
+
padding-bottom: 5px;
|
451 |
+
border-bottom: 0;
|
452 |
+
}
|
453 |
+
|
454 |
+
.happyforms-setup-view .customize-control .customize-inside-control-row {
|
455 |
+
padding: 0;
|
456 |
+
}
|
457 |
+
|
458 |
+
.happyforms-setup-view .customize-control-title {
|
459 |
+
line-height: 1;
|
460 |
+
padding-bottom: 5px;
|
461 |
+
}
|
462 |
+
|
463 |
+
/**
|
464 |
+
*
|
465 |
+
* Form build
|
466 |
+
*
|
467 |
+
*/
|
468 |
+
.happyforms-parts-placeholder {
|
469 |
+
display: block;
|
470 |
+
border: 1px dashed #b4b9be;
|
471 |
+
padding: 30px 30px 40px;
|
472 |
+
box-sizing: border-box;
|
473 |
+
text-align: center;
|
474 |
+
background-color: #edeff0;
|
475 |
+
}
|
476 |
+
|
477 |
+
.happyforms-stack-view.has-parts .happyforms-parts-placeholder {
|
478 |
+
display: none;
|
479 |
+
}
|
480 |
+
|
481 |
+
.happyforms-parts-placeholder img {
|
482 |
+
margin-top: 30px;
|
483 |
+
width: 90%;
|
484 |
+
}
|
485 |
+
|
486 |
+
.happyforms-parts-placeholder p {
|
487 |
+
font-size: 13px;
|
488 |
+
color: #555d66;
|
489 |
+
margin: 0;
|
490 |
+
font-style: italic;
|
491 |
+
}
|
492 |
+
|
493 |
+
.happyforms-parts-placeholder p:first-of-type {
|
494 |
+
margin-bottom: 10px;
|
495 |
+
font-size: 14px;
|
496 |
+
font-style: normal;
|
497 |
+
}
|
498 |
+
|
499 |
+
.happyforms-parts-placeholder p:last-of-type {
|
500 |
+
margin-bottom: 30px;
|
501 |
+
}
|
502 |
+
|
503 |
+
.happyforms-parts-placeholder__placeholder {
|
504 |
+
margin-bottom: 20px;
|
505 |
+
padding: 20px;
|
506 |
+
border: 1px dashed #b4b9be;
|
507 |
+
}
|
508 |
+
|
509 |
+
.happyforms-parts-placeholder__placeholder:last-child {
|
510 |
+
margin-bottom: 0;
|
511 |
+
}
|
512 |
+
|
513 |
+
.happyforms-form-widgets {
|
514 |
+
margin-top: 0;
|
515 |
+
overflow-x: hidden;
|
516 |
+
}
|
517 |
+
|
518 |
+
body.adding-happyforms-parts button.happyforms-open-parts-drawer:before {
|
519 |
+
-webkit-transform: rotate(45deg);
|
520 |
+
-ms-transform: rotate(45deg);
|
521 |
+
transform: rotate(45deg);
|
522 |
+
}
|
523 |
+
|
524 |
+
body.adding-happyforms-parts #customize-preview iframe {
|
525 |
+
width: calc(100% - 301px);
|
526 |
+
}
|
527 |
+
|
528 |
+
.happyforms-part-widget-top {
|
529 |
+
cursor: move;
|
530 |
+
}
|
531 |
+
|
532 |
+
.happyforms-part-widget-top:hover {
|
533 |
+
border-color: #999;
|
534 |
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
535 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
536 |
+
}
|
537 |
+
|
538 |
+
.happyforms-part-widget-title-action {
|
539 |
+
float: right;
|
540 |
+
cursor: pointer;
|
541 |
+
}
|
542 |
+
|
543 |
+
.happyforms-widget-action {
|
544 |
+
display: inline-block;
|
545 |
+
padding: 8px 10px;
|
546 |
+
margin: 0;
|
547 |
+
color: #72777c;
|
548 |
+
border: 0;
|
549 |
+
cursor: pointer;
|
550 |
+
outline: none;
|
551 |
+
border-radius: 0;
|
552 |
+
background-color: transparent;
|
553 |
+
}
|
554 |
+
|
555 |
+
.happyforms-widget-action .toggle-indicator {
|
556 |
+
display: inline-block;
|
557 |
+
font-size: 20px;
|
558 |
+
line-height: 1;
|
559 |
+
}
|
560 |
+
|
561 |
+
.happyforms-widget-action .toggle-indicator:before {
|
562 |
+
display: block;
|
563 |
+
content: '\f140';
|
564 |
+
font: normal 20px/1 dashicons;
|
565 |
+
padding: 1px 2px 1px 0px;
|
566 |
+
border-radius: 50%;
|
567 |
+
-webkit-font-smoothing: antialiased;
|
568 |
+
-moz-osx-font-smoothing: grayscale;
|
569 |
+
text-decoration: none !important;
|
570 |
+
}
|
571 |
+
|
572 |
+
.happyforms-widget-expanded .toggle-indicator:before {
|
573 |
+
content: '\f142';
|
574 |
+
}
|
575 |
+
|
576 |
+
.happyforms-widget-action:focus .toggle-indicator:before {
|
577 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
578 |
+
}
|
579 |
+
|
580 |
+
.happyforms-part-widget .centered {
|
581 |
+
margin-top: 5px;
|
582 |
+
display: block;
|
583 |
+
text-align: center;
|
584 |
+
}
|
585 |
+
|
586 |
+
.happyforms-part-widget .links {
|
587 |
+
text-align: right;
|
588 |
+
}
|
589 |
+
|
590 |
+
.happyforms-part-widget .links .button {
|
591 |
+
text-align: center;
|
592 |
+
text-transform: capitalize;
|
593 |
+
display: block;
|
594 |
+
}
|
595 |
+
|
596 |
+
.happyforms-part-widget .show-all-options {
|
597 |
+
float: left;
|
598 |
+
}
|
599 |
+
|
600 |
+
.happyforms-part-widget .tab-links a {
|
601 |
+
display: inline-block;
|
602 |
+
padding: 2px 8px 4px;
|
603 |
+
border: 1px solid #fff;
|
604 |
+
border-bottom-color: #eee;
|
605 |
+
text-decoration: none;
|
606 |
+
}
|
607 |
+
|
608 |
+
.happyforms-part-widget .tab-links a:active,
|
609 |
+
.happyforms-part-widget .tab-links a:focus {
|
610 |
+
outline: none;
|
611 |
+
box-shadow: none;
|
612 |
+
}
|
613 |
+
|
614 |
+
.happyforms-part-widget .tab-links a.active {
|
615 |
+
border: 1px solid #eee;
|
616 |
+
border-bottom-color: #fff;
|
617 |
+
color: #444;
|
618 |
+
}
|
619 |
+
|
620 |
+
.happyforms-part-widget .tab-content {
|
621 |
+
margin-top: -1px;
|
622 |
+
}
|
623 |
+
|
624 |
+
.happyforms-part-widget .tab-content > div {
|
625 |
+
display: none;
|
626 |
+
}
|
627 |
+
|
628 |
+
.happyforms-part-widget .tab-content > .active {
|
629 |
+
display: block;
|
630 |
+
}
|
631 |
+
|
632 |
+
.happyforms-part-widget .options,
|
633 |
+
.happyforms-part-widget .options-import {
|
634 |
+
border: 1px solid #eee;
|
635 |
+
padding: 10px;
|
636 |
+
}
|
637 |
+
|
638 |
+
.happyforms-part-widget .option-list,
|
639 |
+
.happyforms-part-widget .column-list,
|
640 |
+
.happyforms-part-widget .row-list {
|
641 |
+
margin: 0;
|
642 |
+
}
|
643 |
+
|
644 |
+
.happyforms-part-widget .option-list li,
|
645 |
+
.happyforms-part-widget .column-list li,
|
646 |
+
.happyforms-part-widget .row-list li {
|
647 |
+
margin: 0;
|
648 |
+
padding: 14px 0;
|
649 |
+
background-color: white;
|
650 |
+
border-bottom: 1px solid #eee;
|
651 |
+
}
|
652 |
+
|
653 |
+
.happyforms-part-widget .option-list li:last-child,
|
654 |
+
.happyforms-part-widget .column-list li:last-child,
|
655 |
+
.happyforms-part-widget .row-list li:last-child {
|
656 |
+
border-bottom: none;
|
657 |
+
}
|
658 |
+
|
659 |
+
.customize-control .option-list li label,
|
660 |
+
.customize-control .column-list li label,
|
661 |
+
.customize-control .row-list li label {
|
662 |
+
font-size: 13px;
|
663 |
+
}
|
664 |
+
|
665 |
+
.customize-control .option-list li input,
|
666 |
+
.customize-control .column-list li input,
|
667 |
+
.customize-control .row-list li input {
|
668 |
+
margin: 2px 0 5px;
|
669 |
+
}
|
670 |
+
|
671 |
+
.happyforms-part-widget .happyforms-part-item-body {
|
672 |
+
position: relative;
|
673 |
+
padding: 0px 5px 0 20px;
|
674 |
+
background-color: white;
|
675 |
+
}
|
676 |
+
|
677 |
+
.happyforms-part-widget .happyforms-part-item-handle {
|
678 |
+
position: absolute;
|
679 |
+
left: 0;
|
680 |
+
width: 12px;
|
681 |
+
height: 100%;
|
682 |
+
cursor: move;
|
683 |
+
background-image: url(../png/draggable-handle-pattern.png);
|
684 |
+
background-repeat: round;
|
685 |
+
}
|
686 |
+
|
687 |
+
.happyforms-part-widget .happyforms-part-item-advanced {
|
688 |
+
display: none;
|
689 |
+
}
|
690 |
+
|
691 |
+
.happyforms-part-widget .options h3 {
|
692 |
+
margin-top: 8px;
|
693 |
+
margin-bottom: 10px;
|
694 |
+
display: none;
|
695 |
+
}
|
696 |
+
|
697 |
+
.happyforms-part-widget .options p {
|
698 |
+
display: none;
|
699 |
+
}
|
700 |
+
|
701 |
+
.happyforms-part-widget .options ul:empty {
|
702 |
+
display: none;
|
703 |
+
}
|
704 |
+
|
705 |
+
.happyforms-part-widget .options ul:empty ~ h3,
|
706 |
+
.happyforms-part-widget .options ul:empty ~ p {
|
707 |
+
display: block;
|
708 |
+
}
|
709 |
+
|
710 |
+
.happyforms-part-widget .options-import {
|
711 |
+
display: none;
|
712 |
+
}
|
713 |
+
|
714 |
+
textarea.option-import-area {
|
715 |
+
height: 125px;
|
716 |
+
resize: none;
|
717 |
+
}
|
718 |
+
|
719 |
+
.happyforms-part-widget .links.mode-import {
|
720 |
+
display: none;
|
721 |
+
}
|
722 |
+
|
723 |
+
.happyforms-part-widget .option-actions {
|
724 |
+
margin-top: 5px;
|
725 |
+
text-align: right;
|
726 |
+
}
|
727 |
+
|
728 |
+
.happyforms-part-widget .options .delete-option,
|
729 |
+
.happyforms-part-widget .columns .delete-column,
|
730 |
+
.happyforms-part-widget .rows .delete-row {
|
731 |
+
color: #a00;
|
732 |
+
}
|
733 |
+
|
734 |
+
.happyforms-part-widget .options .delete-option:hover,
|
735 |
+
.happyforms-part-widget .columns .delete-column:hover,
|
736 |
+
.happyforms-part-widget .rows .delete-row:hover {
|
737 |
+
color: #dc3232;
|
738 |
+
}
|
739 |
+
|
740 |
+
div.character-limit-settings {
|
741 |
+
display: flex;
|
742 |
+
justify-content: space-between;
|
743 |
+
}
|
744 |
+
|
745 |
+
div.character-limit-settings input[type=number] {
|
746 |
+
width: 35%;
|
747 |
+
}
|
748 |
+
|
749 |
+
div.character-limit-settings select {
|
750 |
+
width: 60%;
|
751 |
+
}
|
752 |
+
|
753 |
+
/**
|
754 |
+
*
|
755 |
+
* Form parts drawer
|
756 |
+
*
|
757 |
+
*/
|
758 |
+
body.adding-happyforms-parts .wp-full-overlay-main {
|
759 |
+
left: 300px;
|
760 |
+
}
|
761 |
+
|
762 |
+
#happyforms-parts-drawer {
|
763 |
+
position: absolute;
|
764 |
+
top: 0;
|
765 |
+
bottom: 0;
|
766 |
+
left: -301px;
|
767 |
+
overflow-x: hidden;
|
768 |
+
overflow-y: auto;
|
769 |
+
width: 300px;
|
770 |
+
margin: 0;
|
771 |
+
z-index: 4;
|
772 |
+
background: #eee;
|
773 |
+
border-right: 1px solid #ddd;
|
774 |
+
}
|
775 |
+
|
776 |
+
.happyforms-parts-drawer-header-search {
|
777 |
+
padding: 13px 15px;
|
778 |
+
}
|
779 |
+
|
780 |
+
.happyforms-parts-drawer-header-search input {
|
781 |
+
width: 100%;
|
782 |
+
height: 32px;
|
783 |
+
margin: 1px 0;
|
784 |
+
padding: 6px 30px;
|
785 |
+
}
|
786 |
+
|
787 |
+
.happyforms-parts-drawer-header-search-icon {
|
788 |
+
display: block;
|
789 |
+
position: absolute;
|
790 |
+
top: 15px;
|
791 |
+
left: 16px;
|
792 |
+
width: 30px;
|
793 |
+
height: 30px;
|
794 |
+
line-height: 28px;
|
795 |
+
text-align: center;
|
796 |
+
color: #72777c;
|
797 |
+
}
|
798 |
+
|
799 |
+
.happyforms-parts-drawer-header-search-icon:after {
|
800 |
+
content: '\f179';
|
801 |
+
font: normal 20px/1 dashicons;
|
802 |
+
line-height: 30px;
|
803 |
+
vertical-align: middle;
|
804 |
+
-webkit-font-smoothing: antialiased;
|
805 |
+
}
|
806 |
+
|
807 |
+
button.happyforms-clear-search {
|
808 |
+
display: none;
|
809 |
+
position: absolute;
|
810 |
+
top: 15px;
|
811 |
+
right: 16px;
|
812 |
+
width: 30px;
|
813 |
+
height: 30px;
|
814 |
+
padding: 0;
|
815 |
+
border: 0;
|
816 |
+
cursor: pointer;
|
817 |
+
background: transparent;
|
818 |
+
color: #a00;
|
819 |
+
text-decoration: none;
|
820 |
+
outline: 0;
|
821 |
+
}
|
822 |
+
|
823 |
+
button.happyforms-clear-search:before {
|
824 |
+
content: "\f335";
|
825 |
+
line-height: 1;
|
826 |
+
font-family: dashicons;
|
827 |
+
font-size: 20px;
|
828 |
+
vertical-align: middle;
|
829 |
+
}
|
830 |
+
|
831 |
+
button.happyforms-clear-search.active {
|
832 |
+
display: block;
|
833 |
+
}
|
834 |
+
|
835 |
+
input#part-search::placeholder {
|
836 |
+
color: #72777c;
|
837 |
+
}
|
838 |
+
|
839 |
+
ul.happyforms-parts-list {
|
840 |
+
margin: 0;
|
841 |
+
padding: 0;
|
842 |
+
list-style-type: none;
|
843 |
+
}
|
844 |
+
|
845 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item {
|
846 |
+
position: relative;
|
847 |
+
margin-bottom: 0;
|
848 |
+
padding: 20px 15px 20px 60px;
|
849 |
+
background: #fff;
|
850 |
+
border-bottom: 1px solid #ddd;
|
851 |
+
border-left: 4px solid #fff;
|
852 |
+
-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
|
853 |
+
transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
|
854 |
+
cursor: pointer;
|
855 |
+
}
|
856 |
+
|
857 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item:first-child {
|
858 |
+
border-top: 1px solid #ddd;
|
859 |
+
}
|
860 |
+
|
861 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item:hover {
|
862 |
+
background: #f3f3f5;
|
863 |
+
border-bottom-color: #ccc;
|
864 |
+
color: #0073aa;
|
865 |
+
border-left: 4px solid #0073aa;
|
866 |
+
}
|
867 |
+
|
868 |
+
ul.happyforms-parts-list li .happyforms-parts-list-item-title {
|
869 |
+
position: relative;
|
870 |
+
}
|
871 |
+
|
872 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item--dummy {
|
873 |
+
cursor: default;
|
874 |
+
}
|
875 |
+
|
876 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item--dummy .happyforms-parts-list-item-title h3,
|
877 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item--dummy .happyforms-parts-list-item-description {
|
878 |
+
opacity: 0.5;
|
879 |
+
}
|
880 |
+
|
881 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item--dummy .happyforms-parts-list-item-title {
|
882 |
+
display: flex;
|
883 |
+
align-items: center;
|
884 |
+
}
|
885 |
+
|
886 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item--dummy .happyforms-parts-list-item-title a {
|
887 |
+
display: inline-block;
|
888 |
+
margin-left: 5px;
|
889 |
+
}
|
890 |
+
|
891 |
+
ul.happyforms-parts-list li.happyforms-parts-list-item--dummy .happyforms-parts-list-item-title a:after {
|
892 |
+
content: "\f504";
|
893 |
+
font-family: dashicons;
|
894 |
+
font-size: 100%;
|
895 |
+
}
|
896 |
+
|
897 |
+
ul.happyforms-parts-list li .happyforms-parts-list-item-title:before {
|
898 |
+
content: "";
|
899 |
+
position: absolute;
|
900 |
+
top: 0;
|
901 |
+
right: 100%;
|
902 |
+
margin-right: 20px;
|
903 |
+
width: 20px;
|
904 |
+
height: 20px;
|
905 |
+
color: #32373c;
|
906 |
+
text-align: center;
|
907 |
+
box-sizing: border-box;
|
908 |
+
}
|
909 |
+
|
910 |
+
ul.happyforms-parts-list li[data-part-type="single_line_text"] .happyforms-parts-list-item-title:before {
|
911 |
+
background-image: url(../svg/icons/short-text.svg);
|
912 |
+
}
|
913 |
+
|
914 |
+
ul.happyforms-parts-list li[data-part-type="multi_line_text"] .happyforms-parts-list-item-title:before {
|
915 |
+
background-image: url(../svg/icons/long-text.svg);
|
916 |
+
}
|
917 |
+
|
918 |
+
ul.happyforms-parts-list li[data-part-type="email"] .happyforms-parts-list-item-title:before {
|
919 |
+
background-image: url(../svg/icons/email.svg);
|
920 |
+
}
|
921 |
+
|
922 |
+
ul.happyforms-parts-list li[data-part-type="website_url"] .happyforms-parts-list-item-title:before {
|
923 |
+
background-image: url(../svg/icons/website-link.svg);
|
924 |
+
}
|
925 |
+
|
926 |
+
ul.happyforms-parts-list li[data-part-type="number"] .happyforms-parts-list-item-title:before {
|
927 |
+
background-image: url(../svg/icons/number.svg);
|
928 |
+
}
|
929 |
+
|
930 |
+
ul.happyforms-parts-list li[data-part-type="checkbox"] .happyforms-parts-list-item-title:before {
|
931 |
+
background-image: url(../svg/icons/multiple-choice.svg);
|
932 |
+
}
|
933 |
+
|
934 |
+
ul.happyforms-parts-list li[data-part-type="radio"] .happyforms-parts-list-item-title:before {
|
935 |
+
background-image: url(../svg/icons/single-choice.svg);
|
936 |
+
}
|
937 |
+
|
938 |
+
ul.happyforms-parts-list li[data-part-type="select"] .happyforms-parts-list-item-title:before {
|
939 |
+
background-image: url(../svg/icons/dropdown.svg);
|
940 |
+
}
|
941 |
+
|
942 |
+
ul.happyforms-parts-list li[data-part-type="country"] .happyforms-parts-list-item-title:before {
|
943 |
+
background-image: url(../svg/icons/country.svg);
|
944 |
+
}
|
945 |
+
|
946 |
+
ul.happyforms-parts-list li[data-part-type="attachment_dummy"] .happyforms-parts-list-item-title:before {
|
947 |
+
opacity: 0.5;
|
948 |
+
background-image: url(../svg/icons/attachment.svg);
|
949 |
+
}
|
950 |
+
|
951 |
+
ul.happyforms-parts-list li[data-part-type="poll_dummy"] .happyforms-parts-list-item-title:before {
|
952 |
+
opacity: 0.5;
|
953 |
+
background-image: url(../svg/icons/poll.svg);
|
954 |
+
}
|
955 |
+
|
956 |
+
ul.happyforms-parts-list li[data-part-type="page_break_dummy"] .happyforms-parts-list-item-title:before {
|
957 |
+
opacity: 0.5;
|
958 |
+
background-image: url(../svg/icons/page-break.svg);
|
959 |
+
}
|
960 |
+
|
961 |
+
ul.happyforms-parts-list li[data-part-type="website_url_dummy"] .happyforms-parts-list-item-title:before {
|
962 |
+
opacity: 0.5;
|
963 |
+
background-image: url(../svg/icons/website-link.svg);
|
964 |
+
}
|
965 |
+
|
966 |
+
ul.happyforms-parts-list li[data-part-type="table_dummy"] .happyforms-parts-list-item-title:before {
|
967 |
+
opacity: 0.5;
|
968 |
+
background-image: url(../svg/icons/table.svg);
|
969 |
+
}
|
970 |
+
|
971 |
+
ul.happyforms-parts-list li[data-part-type="date_dummy"] .happyforms-parts-list-item-title:before {
|
972 |
+
opacity: 0.5;
|
973 |
+
background-image: url(../svg/icons/date.svg);
|
974 |
+
}
|
975 |
+
|
976 |
+
ul.happyforms-parts-list li[data-part-type="address_dummy"] .happyforms-parts-list-item-title:before {
|
977 |
+
opacity: 0.5;
|
978 |
+
background-image: url(../svg/icons/country.svg);
|
979 |
+
}
|
980 |
+
|
981 |
+
ul.happyforms-parts-list li[data-part-type="phone_dummy"] .happyforms-parts-list-item-title:before {
|
982 |
+
opacity: 0.5;
|
983 |
+
background-image: url(../svg/icons/phone.svg);
|
984 |
+
}
|
985 |
+
|
986 |
+
ul.happyforms-parts-list li[data-part-type="title_dummy"] .happyforms-parts-list-item-title:before {
|
987 |
+
opacity: 0.5;
|
988 |
+
background-image: url(../svg/icons/title.svg);
|
989 |
+
}
|
990 |
+
|
991 |
+
ul.happyforms-parts-list li[data-part-type="legal_dummy"] .happyforms-parts-list-item-title:before {
|
992 |
+
opacity: 0.5;
|
993 |
+
background-image: url(../svg/icons/legal.svg);
|
994 |
+
}
|
995 |
+
|
996 |
+
ul.happyforms-parts-list li[data-part-type="rich_text_dummy"] .happyforms-parts-list-item-title:before {
|
997 |
+
opacity: 0.5;
|
998 |
+
background-image: url(../svg/icons/text-editor.svg);
|
999 |
+
}
|
1000 |
+
|
1001 |
+
ul.happyforms-parts-list li[data-part-type="scale_dummy"] .happyforms-parts-list-item-title:before {
|
1002 |
+
opacity: 0.5;
|
1003 |
+
background-image: url(../svg/icons/scale.svg);
|
1004 |
+
}
|
1005 |
+
|
1006 |
+
ul.happyforms-parts-list li[data-part-type="rating_dummy"] .happyforms-parts-list-item-title:before {
|
1007 |
+
opacity: 0.5;
|
1008 |
+
background-image: url(../svg/icons/rating.svg);
|
1009 |
+
}
|
1010 |
+
|
1011 |
+
ul.happyforms-parts-list li[data-part-type="rating_dummy"] .happyforms-parts-list-item-title:before {
|
1012 |
+
opacity: 0.5;
|
1013 |
+
background-image: url(../svg/icons/rating.svg);
|
1014 |
+
}
|
1015 |
+
|
1016 |
+
ul.happyforms-parts-list li[data-part-type="narrative_dummy"] .happyforms-parts-list-item-title:before {
|
1017 |
+
opacity: 0.5;
|
1018 |
+
background-image: url(../svg/icons/story.svg);
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
ul.happyforms-parts-list li[data-part-type="placeholder_dummy"] .happyforms-parts-list-item-title:before {
|
1022 |
+
opacity: 0.5;
|
1023 |
+
background-image: url(../svg/icons/placeholder.svg);
|
1024 |
+
}
|
1025 |
+
|
1026 |
+
ul.happyforms-parts-list .happyforms-parts-list-item-title {
|
1027 |
+
padding: 0 0 5px;
|
1028 |
+
}
|
1029 |
+
|
1030 |
+
ul.happyforms-parts-list .happyforms-parts-list-item-title h3 {
|
1031 |
+
margin: 0;
|
1032 |
+
font-size: 14px;
|
1033 |
+
line-height: 1.2;
|
1034 |
+
overflow: hidden;
|
1035 |
+
white-space: nowrap;
|
1036 |
+
text-overflow: ellipsis;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
ul.happyforms-parts-list .happyforms-parts-list-item-description {
|
1040 |
+
padding: 0;
|
1041 |
+
color: #72777c;
|
1042 |
+
font-size: 12px;
|
1043 |
+
}
|
1044 |
+
|
1045 |
+
.happyforms-parts-drawer-not-found {
|
1046 |
+
position: absolute;
|
1047 |
+
top: 50px;
|
1048 |
+
z-index: -1;
|
1049 |
+
left: 0;
|
1050 |
+
width: calc(100% - 30px);
|
1051 |
+
padding: 0 15px;
|
1052 |
+
}
|
1053 |
+
|
1054 |
+
.happyforms-part-widget .happyforms-widget-content {
|
1055 |
+
display: none;
|
1056 |
+
}
|
1057 |
+
|
1058 |
+
.happyforms-widget-expanded .happyforms-widget-content {
|
1059 |
+
display: block;
|
1060 |
+
}
|
1061 |
+
|
1062 |
+
ul.happyforms-style-controls {
|
1063 |
+
position: relative;
|
1064 |
+
float: left;
|
1065 |
+
width: 100%;
|
1066 |
+
height: 100%;
|
1067 |
+
}
|
1068 |
+
|
1069 |
+
ul.happyforms-style-controls .customize-control {
|
1070 |
+
margin-bottom: 20px;
|
1071 |
+
padding: 0 12px;
|
1072 |
+
box-sizing: border-box;
|
1073 |
+
}
|
1074 |
+
|
1075 |
+
.happyforms-customize-controls-wrap--side-by-side {
|
1076 |
+
display: flex;
|
1077 |
+
justify-content: space-between;
|
1078 |
+
}
|
1079 |
+
|
1080 |
+
.happyforms-customize-controls-wrap--side-by-side > * {
|
1081 |
+
width: 47%;
|
1082 |
+
}
|
1083 |
+
|
1084 |
+
/* Style view */
|
1085 |
+
.happyforms-stack-view.happyforms-style-view {
|
1086 |
+
padding: 0;
|
1087 |
+
overflow: hidden;
|
1088 |
+
top: 1px;
|
1089 |
+
bottom: 0;
|
1090 |
+
}
|
1091 |
+
|
1092 |
+
ul.happyforms-style-controls .customize-control.happyforms-divider-control {
|
1093 |
+
margin-bottom: 0;
|
1094 |
+
padding: 0;
|
1095 |
+
transform: translateX(0);
|
1096 |
+
transition: .18s transform cubic-bezier(.645, .045, .355, 1),
|
1097 |
+
.18s -webkit-transform cubic-bezier(.645, .045, .355, 1);
|
1098 |
+
}
|
1099 |
+
|
1100 |
+
ul.happyforms-style-controls .customize-control.happyforms-divider-control:first-child {
|
1101 |
+
margin-top: 15px;
|
1102 |
+
border-top: 1px solid #ddd;
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
ul.happyforms-style-controls .customize-control.happyforms-divider-control.inactive {
|
1106 |
+
transform: translateX(-100%);
|
1107 |
+
}
|
1108 |
+
|
1109 |
+
ul.happyforms-style-controls .customize-control.happyforms-divider-control.active {
|
1110 |
+
transform: translateX(0);
|
1111 |
+
}
|
1112 |
+
|
1113 |
+
ul.happyforms-style-controls .customize-control.happyforms-divider-control h3 {
|
1114 |
+
text-transform: capitalize;
|
1115 |
+
}
|
1116 |
+
|
1117 |
+
.happyforms-style-controls-group {
|
1118 |
+
position: absolute;
|
1119 |
+
top: 0;
|
1120 |
+
left: 0;
|
1121 |
+
z-index: 9999;
|
1122 |
+
height: 0;
|
1123 |
+
overflow: hidden;
|
1124 |
+
width: 100%;
|
1125 |
+
background-color: #eee;
|
1126 |
+
transform: translateX(100%);
|
1127 |
+
transition: .18s transform cubic-bezier(.645, .045, .355, 1),
|
1128 |
+
.18s -webkit-transform cubic-bezier(.645, .045, .355, 1)
|
1129 |
+
}
|
1130 |
+
|
1131 |
+
.happyforms-style-controls-group .accordion-section-title {
|
1132 |
+
padding: 10px 10px 11px 14px;
|
1133 |
+
}
|
1134 |
+
|
1135 |
+
.happyforms-style-controls-group .accordion-section-title .panel-title {
|
1136 |
+
text-transform: capitalize;
|
1137 |
+
}
|
1138 |
+
|
1139 |
+
.happyforms-style-controls-group.open {
|
1140 |
+
height: 100%;
|
1141 |
+
overflow: auto;
|
1142 |
+
transform: translateX(0);
|
1143 |
+
}
|
1144 |
+
|
1145 |
+
.happyforms-style-controls-group.closing {
|
1146 |
+
transform: translateX(100%);
|
1147 |
+
}
|
1148 |
+
|
1149 |
+
.control-section h3.accordion-section-title {
|
1150 |
+
padding-right: 30px;
|
1151 |
+
color: #555d66;
|
1152 |
+
background-color: #fff;
|
1153 |
+
border-bottom: 1px solid #ddd;
|
1154 |
+
border-left: 4px solid #fff;
|
1155 |
+
transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
|
1156 |
+
font-size: 14px;
|
1157 |
+
cursor: pointer;
|
1158 |
+
}
|
1159 |
+
|
1160 |
+
.control-section h3.accordion-section-title:after {
|
1161 |
+
content: "\f345" !important;
|
1162 |
+
font: normal 20px/1 dashicons;
|
1163 |
+
speak: none;
|
1164 |
+
display: block;
|
1165 |
+
-webkit-font-smoothing: antialiased;
|
1166 |
+
-moz-osx-font-smoothing: grayscale;
|
1167 |
+
text-decoration: none !important;
|
1168 |
+
position: absolute;
|
1169 |
+
top: 12px;
|
1170 |
+
right: 10px;
|
1171 |
+
z-index: 1;
|
1172 |
+
color: #a0a5aa;
|
1173 |
+
}
|
1174 |
+
|
1175 |
+
.control-section h3.accordion-section-title:hover {
|
1176 |
+
border-left-color: #0073aa;
|
1177 |
+
}
|
1178 |
+
|
1179 |
+
.control-section h3.accordion-section-title:hover:after {
|
1180 |
+
color: #0073aa;
|
1181 |
+
}
|
1182 |
+
|
1183 |
+
/* Tinymce control styles */
|
1184 |
+
.customize-control .mce-tinymce {
|
1185 |
+
border: 1px solid #ddd;
|
1186 |
+
box-sizing: border-box;
|
1187 |
+
box-shadow: none;
|
1188 |
+
}
|
1189 |
+
|
1190 |
+
/* Range control styles */
|
1191 |
+
li.customize-control.happyforms-range-control:after {
|
1192 |
+
content: '';
|
1193 |
+
display: table;
|
1194 |
+
clear: both;
|
1195 |
+
}
|
1196 |
+
|
1197 |
+
li.customize-control.happyforms-range-control label {
|
1198 |
+
display: block;
|
1199 |
+
}
|
1200 |
+
|
1201 |
+
li.customize-control.happyforms-range-control input {
|
1202 |
+
float: left;
|
1203 |
+
width: 20%;
|
1204 |
+
}
|
1205 |
+
|
1206 |
+
li.customize-control.happyforms-range-control .happyforms-range-slider {
|
1207 |
+
float: left;
|
1208 |
+
width: 57%;
|
1209 |
+
margin-left: 5%;
|
1210 |
+
margin-top: 9px;
|
1211 |
+
}
|
1212 |
+
|
1213 |
+
li.customize-control.happyforms-range-control select.happyforms-unit-switch {
|
1214 |
+
position: relative;
|
1215 |
+
top: -1px;
|
1216 |
+
float: left;
|
1217 |
+
width: 40px;
|
1218 |
+
}
|
1219 |
+
|
1220 |
+
li.customize-control.happyforms-range-control input[type=number] {
|
1221 |
+
padding-right: 2px;
|
1222 |
+
}
|
1223 |
+
|
1224 |
+
@media screen and (max-width: 782px) {
|
1225 |
+
li.customize-control.happyforms-range-control input[type=number] {
|
1226 |
+
height: auto;
|
1227 |
+
line-height: 1;
|
1228 |
+
font-size: 12px;
|
1229 |
+
}
|
1230 |
+
}
|
1231 |
+
|
1232 |
+
li.customize-control.happyforms-range-control .ui-slider-handle {
|
1233 |
+
position: absolute;
|
1234 |
+
z-index: 2;
|
1235 |
+
top: -.3em;
|
1236 |
+
border-color: #777;
|
1237 |
+
background: #777;
|
1238 |
+
}
|
1239 |
+
|
1240 |
+
li.customize-control.happyforms-range-control .ui-slider-horizontal {
|
1241 |
+
position: relative;
|
1242 |
+
height: .6em;
|
1243 |
+
border-color: #fff;
|
1244 |
+
background: #fff;
|
1245 |
+
}
|
1246 |
+
|
1247 |
+
li.customize-control.happyforms-range-control .ui-slider-handle {
|
1248 |
+
width: 1.2em;
|
1249 |
+
height: 1.2em;
|
1250 |
+
border-radius: 100%;
|
1251 |
+
}
|
1252 |
+
|
1253 |
+
li.customize-control.happyforms-range-control .ui-slider-handle:hover {
|
1254 |
+
cursor: pointer;
|
1255 |
+
}
|
1256 |
+
|
1257 |
+
/* Button set */
|
1258 |
+
li.customize-control .happyforms-buttonset-container {
|
1259 |
+
margin-top: 10px;
|
1260 |
+
}
|
1261 |
+
|
1262 |
+
li.customize-control .happyforms-buttonset-container label {
|
1263 |
+
padding: 7px 10px;
|
1264 |
+
border: 1px solid #fff;
|
1265 |
+
border-right-width: 0px;
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
li.customize-control .happyforms-buttonset-container label:last-child {
|
1269 |
+
border-right-width: 1px;
|
1270 |
+
}
|
1271 |
+
|
1272 |
+
li.customize-control .happyforms-buttonset-container .ui-state-hover {
|
1273 |
+
background-color: #dedede;
|
1274 |
+
}
|
1275 |
+
|
1276 |
+
li.customize-control .happyforms-buttonset-container .ui-state-active,
|
1277 |
+
li.customize-control .happyforms-buttonset-container .ui-state-active.ui-state-hover {
|
1278 |
+
background-color: #fff;
|
1279 |
+
}
|
1280 |
+
|
1281 |
+
li.customize-control.happyforms-buttonset-control + .customize-control h2 {
|
1282 |
+
margin-top: 1.8rem;
|
1283 |
+
}
|
1284 |
+
|
1285 |
+
.happyforms-parts-expand-collapse-wrap {
|
1286 |
+
float: right;
|
1287 |
+
font-weight: normal;
|
1288 |
+
font-size: 11px;
|
1289 |
+
}
|
1290 |
+
|
1291 |
+
.happyforms-parts-expand-collapse-wrap .expand-collapse-all {
|
1292 |
+
display: none;
|
1293 |
+
}
|
1294 |
+
|
1295 |
+
#customize-control-html_id input,
|
1296 |
+
#customize-control-submit_button_html_class input,
|
1297 |
+
.happyforms-widget-content input[data-bind=css_class] {
|
1298 |
+
padding-top: 6px;
|
1299 |
+
font-family: Consolas, Monaco, monospace;
|
1300 |
+
direction: ltr;
|
1301 |
+
unicode-bidi: embed;
|
1302 |
+
}
|
1303 |
+
|
1304 |
+
#customize-control-part_toggle_placeholders,
|
1305 |
+
#customize-control-dropdowns,
|
1306 |
+
#customize-control-checkboxes-radios,
|
1307 |
+
#customize-control-rating,
|
1308 |
+
#customize-control-tables,
|
1309 |
+
#customize-control-submit_button_part_of_last_input,
|
1310 |
+
#customize-control-captcha_theme {
|
1311 |
+
display: none;
|
1312 |
+
}
|
1313 |
+
|
1314 |
+
.happyforms-style-view.has-placeholder #customize-control-part_toggle_placeholders,
|
1315 |
+
.happyforms-style-view.has-dropdowns #customize-control-dropdowns,
|
1316 |
+
.happyforms-style-view.has-checkbox-radio #customize-control-checkboxes-radios,
|
1317 |
+
.happyforms-style-view.has-rating #customize-control-rating,
|
1318 |
+
.happyforms-style-view.has-table #customize-control-tables,
|
1319 |
+
.happyforms-style-view.has-submit-inline #customize-control-submit_button_part_of_last_input,
|
1320 |
+
.happyforms-style-view.has-captcha #customize-control-captcha_theme {
|
1321 |
+
display: block;
|
1322 |
+
}
|
1323 |
+
|
1324 |
+
/**
|
1325 |
+
*
|
1326 |
+
* Narrative part
|
1327 |
+
*
|
1328 |
+
*/
|
1329 |
+
i.mce-i-happyforms_narrative_input {
|
1330 |
+
font: normal 20px/1 dashicons;
|
1331 |
+
}
|
1332 |
+
|
1333 |
+
i.mce-i-happyforms_narrative_input:after {
|
1334 |
+
content: "\f101";
|
1335 |
+
}
|
trunk/inc/core/assets/css/font-awesome.min.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
+
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
|
trunk/inc/core/assets/css/layout.css
ADDED
@@ -0,0 +1,2436 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
:root {
|
2 |
+
--happyforms-form-width: 100%;
|
3 |
+
}
|
4 |
+
|
5 |
+
.happyforms-flex {
|
6 |
+
display: flex;
|
7 |
+
flex-flow: row wrap;
|
8 |
+
align-items: flex-start;
|
9 |
+
max-width: 100%;
|
10 |
+
margin: 0 -1%;
|
11 |
+
padding: 25px 0;
|
12 |
+
}
|
13 |
+
|
14 |
+
.happyforms-form {
|
15 |
+
max-width: 100%;
|
16 |
+
max-width: var(--happyforms-form-width);
|
17 |
+
margin: 0 auto;
|
18 |
+
border-style: solid;
|
19 |
+
border-width: 0;
|
20 |
+
}
|
21 |
+
|
22 |
+
.happyforms-form form {
|
23 |
+
margin: 0;
|
24 |
+
padding: 0;
|
25 |
+
background-color: transparent;
|
26 |
+
}
|
27 |
+
|
28 |
+
.happyforms-form.happyforms-form--padding-narrow {
|
29 |
+
padding: 1%;
|
30 |
+
}
|
31 |
+
|
32 |
+
.happyforms-form.happyforms-form--padding-wide {
|
33 |
+
padding: 3.5%;
|
34 |
+
}
|
35 |
+
|
36 |
+
.happyforms-form form.happyforms-form--submitting {
|
37 |
+
opacity: 0.5;
|
38 |
+
}
|
39 |
+
|
40 |
+
.happyforms-form--direction-rtl {
|
41 |
+
direction: rtl;
|
42 |
+
}
|
43 |
+
|
44 |
+
.happyforms-flex>input[type='checkbox'] {
|
45 |
+
display: none !important;
|
46 |
+
}
|
47 |
+
|
48 |
+
h3.happyforms-form__title {
|
49 |
+
margin: 0;
|
50 |
+
padding: 0;
|
51 |
+
}
|
52 |
+
|
53 |
+
.happyforms-form--hide-title h3.happyforms-form__title {
|
54 |
+
display: none;
|
55 |
+
}
|
56 |
+
|
57 |
+
.happyforms-form--title-text-align-right h3.happyforms-form__title {
|
58 |
+
text-align: right;
|
59 |
+
}
|
60 |
+
|
61 |
+
.happyforms-form--title-text-align-center h3.happyforms-form__title {
|
62 |
+
text-align: center;
|
63 |
+
}
|
64 |
+
|
65 |
+
/* parts - general */
|
66 |
+
|
67 |
+
.happyforms-form__part {
|
68 |
+
position: relative;
|
69 |
+
display: block;
|
70 |
+
box-sizing: border-box;
|
71 |
+
width: 100%;
|
72 |
+
margin-bottom: 20px;
|
73 |
+
padding: 5px 1%;
|
74 |
+
}
|
75 |
+
|
76 |
+
.happyforms-form__part:last-child {
|
77 |
+
margin-bottom: 0;
|
78 |
+
}
|
79 |
+
|
80 |
+
@media screen and (min-width: 800px) {
|
81 |
+
.happyforms-part--width-half {
|
82 |
+
width: 50%;
|
83 |
+
}
|
84 |
+
|
85 |
+
.happyforms-part--width-third {
|
86 |
+
width: 33.333%;
|
87 |
+
}
|
88 |
+
}
|
89 |
+
|
90 |
+
.happyforms-part--width-half,
|
91 |
+
.happyforms-part--width-third {
|
92 |
+
align-self: flex-start;
|
93 |
+
}
|
94 |
+
|
95 |
+
.happyforms-part--width-auto {
|
96 |
+
align-self: flex-start;
|
97 |
+
flex-grow: 1;
|
98 |
+
width: auto;
|
99 |
+
max-width: 75%;
|
100 |
+
}
|
101 |
+
|
102 |
+
.happyforms-part--width-auto+.happyforms-part--submit,
|
103 |
+
.happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit,
|
104 |
+
.happyforms-part--width-auto+.happyforms-part--recaptcha {
|
105 |
+
position: relative;
|
106 |
+
top: -15px;
|
107 |
+
align-self: flex-end;
|
108 |
+
width: auto !important;
|
109 |
+
margin-bottom: 0 !important;
|
110 |
+
padding-top: 5px;
|
111 |
+
padding-bottom: 0;
|
112 |
+
}
|
113 |
+
|
114 |
+
.happyforms-part--width-auto+.happyforms-part--recaptcha,
|
115 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit {
|
116 |
+
top: -13px;
|
117 |
+
}
|
118 |
+
|
119 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part--width-auto+.happyforms-part--submit {
|
120 |
+
top: -10px;
|
121 |
+
}
|
122 |
+
|
123 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part--width-auto+.happyforms-part--recaptcha {
|
124 |
+
top: 3px;
|
125 |
+
}
|
126 |
+
|
127 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part--width-auto+.happyforms-part--submit {
|
128 |
+
top: -25px;
|
129 |
+
}
|
130 |
+
|
131 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part--width-auto+.happyforms-part--recaptcha {
|
132 |
+
top: -23px;
|
133 |
+
}
|
134 |
+
|
135 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit {
|
136 |
+
top: -45px;
|
137 |
+
}
|
138 |
+
|
139 |
+
.happyforms-part--width-auto+.happyforms-part--submit input[type=submit],
|
140 |
+
.happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit input[type=submit] {
|
141 |
+
width: 100%;
|
142 |
+
padding: 17px 50px;
|
143 |
+
}
|
144 |
+
|
145 |
+
/* submit button part of the input */
|
146 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto+.happyforms-part--submit,
|
147 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit {
|
148 |
+
left: -1.5%;
|
149 |
+
padding-left: 0;
|
150 |
+
padding-right: 0;
|
151 |
+
}
|
152 |
+
|
153 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-outer-padding-wide .happyforms-part--width-auto+.happyforms-part--submit,
|
154 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-outer-padding-wide .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit {
|
155 |
+
left: -3.5%;
|
156 |
+
padding-left: 0;
|
157 |
+
}
|
158 |
+
|
159 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-outer-padding-narrow .happyforms-part--width-auto+.happyforms-part--submit,
|
160 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-outer-padding-narrow .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit {
|
161 |
+
left: -1%;
|
162 |
+
padding-left: 0;
|
163 |
+
}
|
164 |
+
|
165 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto+.happyforms-part--submit input[type=submit],
|
166 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit input[type=submit] {
|
167 |
+
padding-top: 8px;
|
168 |
+
padding-bottom: 9px;
|
169 |
+
border-top-left-radius: 0;
|
170 |
+
border-bottom-left-radius: 0;
|
171 |
+
}
|
172 |
+
|
173 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-inner-padding-wide .happyforms-part--width-auto+.happyforms-part--submit input[type=submit],
|
174 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-inner-padding-wide .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit input[type=submit] {
|
175 |
+
padding-top: 13px;
|
176 |
+
padding-bottom: 15px;
|
177 |
+
}
|
178 |
+
|
179 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-inner-padding-narrow .happyforms-part--width-auto+.happyforms-part--submit input[type=submit],
|
180 |
+
.happyforms-form--submit-part-of-input.happyforms-form--part-inner-padding-narrow .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit input[type=submit] {
|
181 |
+
padding-top: 3px;
|
182 |
+
padding-bottom: 4px;
|
183 |
+
}
|
184 |
+
|
185 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto.happyforms-part--label-as_placeholder+.happyforms-part--submit input[type=submit],
|
186 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto.happyforms-part--label-inside+.happyforms-part--submit input[type=submit],
|
187 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto.happyforms-part--label-as_placeholder+.happyforms-part--recaptcha+.happyforms-part--submit input[type=submit],
|
188 |
+
.happyforms-form--submit-part-of-input .happyforms-part--width-auto.happyforms-part--label-inside+.happyforms-part--recaptcha+.happyforms-part--submit input[type=submit] {
|
189 |
+
padding-top: 16px;
|
190 |
+
padding-bottom: 18px;
|
191 |
+
}
|
192 |
+
|
193 |
+
.happyforms-part__label {
|
194 |
+
display: inline-block;
|
195 |
+
cursor: pointer;
|
196 |
+
margin-bottom: 15px;
|
197 |
+
}
|
198 |
+
|
199 |
+
.happyforms-part__label .label,
|
200 |
+
.happyforms-part__label .happyforms-optional {
|
201 |
+
padding: 0;
|
202 |
+
white-space: normal;
|
203 |
+
}
|
204 |
+
|
205 |
+
.happyforms-form__part[data-happyforms-required] .happyforms-part__label .happyforms-optional {
|
206 |
+
display: none;
|
207 |
+
}
|
208 |
+
|
209 |
+
.happyforms-part__description {
|
210 |
+
display: block;
|
211 |
+
margin: 5px 0 0;
|
212 |
+
}
|
213 |
+
|
214 |
+
.happyforms-part--focus-reveal-description .happyforms-part__description {
|
215 |
+
display: none;
|
216 |
+
}
|
217 |
+
|
218 |
+
.happyforms-part--focus-reveal-description input:focus+.happyforms-part__description,
|
219 |
+
.happyforms-part--focus-reveal-description textarea:focus+.happyforms-part__description,
|
220 |
+
.happyforms-form__part.focus .happyforms-part__description {
|
221 |
+
display: block;
|
222 |
+
}
|
223 |
+
|
224 |
+
.happyforms-form--part-description-text-align-center .happyforms-part__description {
|
225 |
+
text-align: center;
|
226 |
+
}
|
227 |
+
|
228 |
+
.happyforms-form--part-description-text-align-right .happyforms-part__description {
|
229 |
+
text-align: right;
|
230 |
+
}
|
231 |
+
|
232 |
+
.happyforms-part--scale .happyforms-part__description {
|
233 |
+
margin-bottom: 10px;
|
234 |
+
}
|
235 |
+
|
236 |
+
.happyforms-part--scale-multiple .happyforms-part__description {
|
237 |
+
margin-bottom: 25px;
|
238 |
+
}
|
239 |
+
|
240 |
+
.happyforms-part input[type=text],
|
241 |
+
.happyforms-part input[type=password],
|
242 |
+
.happyforms-part input[type=email],
|
243 |
+
.happyforms-part input[type=tel],
|
244 |
+
.happyforms-part input[type=number],
|
245 |
+
.happyforms-part input[type=range],
|
246 |
+
.happyforms-part textarea {
|
247 |
+
width: 100%;
|
248 |
+
box-sizing: border-box;
|
249 |
+
max-width: none;
|
250 |
+
}
|
251 |
+
|
252 |
+
.happyforms-form--part-value-text-align-center .happyforms-part input[type=text],
|
253 |
+
.happyforms-form--part-value-text-align-center .happyforms-part input[type=password],
|
254 |
+
.happyforms-form--part-value-text-align-center .happyforms-part input[type=email],
|
255 |
+
.happyforms-form--part-value-text-align-center .happyforms-part input[type=tel],
|
256 |
+
.happyforms-form--part-value-text-align-center .happyforms-part input[type=number],
|
257 |
+
.happyforms-form--part-value-text-align-center .happyforms-part textarea,
|
258 |
+
.happyforms-form--part-value-text-align-center .happyforms-part--choice .option-label {
|
259 |
+
text-align: center;
|
260 |
+
}
|
261 |
+
|
262 |
+
.happyforms-form--part-value-text-align-center .happyforms-part--choice .happyforms-part__el {
|
263 |
+
justify-content: center;
|
264 |
+
}
|
265 |
+
|
266 |
+
.happyforms-form--part-value-text-align-right .happyforms-part input[type=text],
|
267 |
+
.happyforms-form--part-value-text-align-right .happyforms-part input[type=password],
|
268 |
+
.happyforms-form--part-value-text-align-right .happyforms-part input[type=email],
|
269 |
+
.happyforms-form--part-value-text-align-right .happyforms-part input[type=tel],
|
270 |
+
.happyforms-form--part-value-text-align-right .happyforms-part input[type=number],
|
271 |
+
.happyforms-form--part-value-text-align-right .happyforms-part textarea,
|
272 |
+
.happyforms-form--part-value-text-align-right .happyforms-part--choice .option-label {
|
273 |
+
text-align: right;
|
274 |
+
}
|
275 |
+
|
276 |
+
.happyforms-form--part-value-text-align-right .happyforms-part--choice .happyforms-part__el {
|
277 |
+
justify-content: flex-end;
|
278 |
+
}
|
279 |
+
|
280 |
+
.happyforms-part.happyforms-part--error input[type=text],
|
281 |
+
.happyforms-part.happyforms-part--error input[type=password],
|
282 |
+
.happyforms-part.happyforms-part--error input[type=email],
|
283 |
+
.happyforms-part.happyforms-part--error input[type=tel],
|
284 |
+
.happyforms-part.happyforms-part--error input[type=number],
|
285 |
+
.happyforms-part.happyforms-part--error input[type=range],
|
286 |
+
.happyforms-part.happyforms-part--error textarea {
|
287 |
+
border-color: #ff7550;
|
288 |
+
}
|
289 |
+
|
290 |
+
.happyforms-part.display-type--block .happyforms-part__el {
|
291 |
+
display: block;
|
292 |
+
width: 100%;
|
293 |
+
}
|
294 |
+
|
295 |
+
.happyforms-part-el-wrap {
|
296 |
+
position: relative;
|
297 |
+
}
|
298 |
+
|
299 |
+
.happyforms-part-wrap {
|
300 |
+
position: relative;
|
301 |
+
}
|
302 |
+
|
303 |
+
.happyforms-part-wrap--confirmation {
|
304 |
+
margin-top: 10px;
|
305 |
+
}
|
306 |
+
|
307 |
+
/* label placement */
|
308 |
+
|
309 |
+
.happyforms-part--label-below .happyforms-part-wrap {
|
310 |
+
display: flex;
|
311 |
+
flex-flow: row wrap-reverse;
|
312 |
+
align-content: flex-end;
|
313 |
+
}
|
314 |
+
|
315 |
+
.happyforms-part--label-below .happyforms-part__label {
|
316 |
+
order: 2;
|
317 |
+
width: 100%;
|
318 |
+
margin-top: 10px;
|
319 |
+
margin-bottom: 5px;
|
320 |
+
}
|
321 |
+
|
322 |
+
.happyforms-part--label-above .happyforms-part__label--confirmation {
|
323 |
+
margin-top: 10px;
|
324 |
+
}
|
325 |
+
|
326 |
+
.happyforms-part--label-below .happyforms-part__description {
|
327 |
+
order: 1;
|
328 |
+
margin-top: 0;
|
329 |
+
}
|
330 |
+
|
331 |
+
.happyforms-part--label-below.happyforms-part--date .happyforms-part__el {
|
332 |
+
width: 100%;
|
333 |
+
order: 2;
|
334 |
+
}
|
335 |
+
|
336 |
+
.happyforms-part--date .happyforms-part__description {
|
337 |
+
width: 100%;
|
338 |
+
}
|
339 |
+
|
340 |
+
.happyforms-part--label-left .happyforms-part__description {
|
341 |
+
width: 100%;
|
342 |
+
}
|
343 |
+
|
344 |
+
.happyforms-part--label-left .happyforms-part-wrap {
|
345 |
+
display: flex;
|
346 |
+
flex-flow: row;
|
347 |
+
flex-wrap: wrap;
|
348 |
+
}
|
349 |
+
|
350 |
+
@media screen and (min-width: 800px) {
|
351 |
+
.happyforms-part--label-left .happyforms-part__label {
|
352 |
+
float: none;
|
353 |
+
width: 25%;
|
354 |
+
margin-bottom: 0;
|
355 |
+
align-self: flex-start;
|
356 |
+
}
|
357 |
+
}
|
358 |
+
|
359 |
+
.happyforms-part--label-left .happyforms-part-wrap>.happyforms-part__el {
|
360 |
+
width: 75%;
|
361 |
+
}
|
362 |
+
|
363 |
+
.happyforms-part--label-left.happyforms-part--date .happyforms-custom-select {
|
364 |
+
width: 100%;
|
365 |
+
}
|
366 |
+
|
367 |
+
@media screen and (max-width: 800px) {
|
368 |
+
.happyforms-part--label-left .happyforms-part-wrap {
|
369 |
+
flex-flow: column;
|
370 |
+
}
|
371 |
+
|
372 |
+
.happyforms-part--label-left .happyforms-part__label {
|
373 |
+
align-self: flex-start;
|
374 |
+
}
|
375 |
+
|
376 |
+
.happyforms-part--label-left .happyforms-part-wrap>.happyforms-part__el,
|
377 |
+
.happyforms-part--label-left .happyforms-custom-select {
|
378 |
+
width: 100%;
|
379 |
+
}
|
380 |
+
}
|
381 |
+
|
382 |
+
/* parts - option labels */
|
383 |
+
|
384 |
+
.happyforms-part .option-label {
|
385 |
+
display: flex;
|
386 |
+
align-items: center;
|
387 |
+
position: relative;
|
388 |
+
cursor: pointer;
|
389 |
+
padding: 0 5px 5px 0;
|
390 |
+
}
|
391 |
+
|
392 |
+
.happyforms-part--choice .option-label {
|
393 |
+
margin-right: 20px;
|
394 |
+
}
|
395 |
+
|
396 |
+
@media screen and (max-width: 800px) {
|
397 |
+
.happyforms-part--choice .option-label {
|
398 |
+
margin-right: 0;
|
399 |
+
}
|
400 |
+
}
|
401 |
+
|
402 |
+
.happyforms-part--choice .option-label input:focus {
|
403 |
+
outline: 0;
|
404 |
+
}
|
405 |
+
|
406 |
+
.happyforms-part .option-label .label {
|
407 |
+
position: relative;
|
408 |
+
display: inline-block;
|
409 |
+
margin-right: 15px;
|
410 |
+
padding: 0 10px;
|
411 |
+
white-space: normal;
|
412 |
+
color: inherit;
|
413 |
+
}
|
414 |
+
|
415 |
+
.happyforms-form--direction-rtl .happyforms-part--choice .option-label .label {
|
416 |
+
margin-right: 0;
|
417 |
+
}
|
418 |
+
|
419 |
+
.happyforms-part-option:last-of-type {
|
420 |
+
margin-bottom: 0 !important;
|
421 |
+
}
|
422 |
+
|
423 |
+
.happyforms-part-option__description {
|
424 |
+
display: block;
|
425 |
+
width: 100%;
|
426 |
+
max-width: 400px;
|
427 |
+
margin-top: 3px;
|
428 |
+
margin-right: 20px;
|
429 |
+
}
|
430 |
+
|
431 |
+
.happyforms-part--choice .happyforms-part-option--other .option-label .label {
|
432 |
+
margin-right: 0;
|
433 |
+
}
|
434 |
+
|
435 |
+
.happyforms-part--choice .happyforms-part-option--other .option-label .label:after {
|
436 |
+
content: ':';
|
437 |
+
}
|
438 |
+
|
439 |
+
.happyforms-part--choice .happyforms-part-option--other .option-label input[type=text] {
|
440 |
+
flex: 1 0;
|
441 |
+
padding-left: 0 !important;
|
442 |
+
padding-right: 0 !important;
|
443 |
+
padding-bottom: 0;
|
444 |
+
}
|
445 |
+
|
446 |
+
.happyforms-part--choice.display-type--block .happyforms-part-option__description {
|
447 |
+
max-width: none;
|
448 |
+
}
|
449 |
+
|
450 |
+
.happyforms-part.display-type--block .option-label {
|
451 |
+
display: flex;
|
452 |
+
margin-right: 0;
|
453 |
+
align-items: center;
|
454 |
+
}
|
455 |
+
|
456 |
+
/* tooltips */
|
457 |
+
|
458 |
+
.happyforms-tooltip {
|
459 |
+
display: flex;
|
460 |
+
align-items: center;
|
461 |
+
position: absolute;
|
462 |
+
bottom: 0;
|
463 |
+
left: auto;
|
464 |
+
right: 10px;
|
465 |
+
width: 100%;
|
466 |
+
height: 55%;
|
467 |
+
overflow: visible;
|
468 |
+
pointer-events: none;
|
469 |
+
}
|
470 |
+
|
471 |
+
.happyforms-part--multi_line_text .happyforms-tooltip {
|
472 |
+
height: 80%;
|
473 |
+
}
|
474 |
+
|
475 |
+
@media screen and (min-width: 800px) {
|
476 |
+
|
477 |
+
.happyforms-part--label-inside .happyforms-tooltip,
|
478 |
+
.happyforms-part--label-as_placeholder .happyforms-tooltip,
|
479 |
+
.happyforms-part--label-left .happyforms-tooltip {
|
480 |
+
height: 100%;
|
481 |
+
}
|
482 |
+
}
|
483 |
+
|
484 |
+
.happyforms-part--label-below .happyforms-tooltip {
|
485 |
+
top: 5px;
|
486 |
+
height: 55%;
|
487 |
+
}
|
488 |
+
|
489 |
+
.happyforms-part--label-below.happyforms-part--multi_line_text .happyforms-tooltip {
|
490 |
+
height: 80%;
|
491 |
+
}
|
492 |
+
|
493 |
+
.happyforms-part--label-left.happyforms-part--address-has-geolocation.happyforms-part--has-tooltip .happyforms-part__el,
|
494 |
+
.happyforms-part--label-left.happyforms-part--address-has-geolocation.happyforms-part--has-tooltip .happyforms-part__label,
|
495 |
+
.happyforms-part--label-below.happyforms-part--address-has-geolocation.happyforms-part--has-tooltip .happyforms-part__el {
|
496 |
+
margin-top: 35px;
|
497 |
+
}
|
498 |
+
|
499 |
+
.happyforms-part--choice .happyforms-tooltip,
|
500 |
+
.happyforms-part--select .happyforms-tooltip,
|
501 |
+
.happyforms-part--table .happyforms-tooltip,
|
502 |
+
.happyforms-part--address-has-geolocation .happyforms-tooltip,
|
503 |
+
.happyforms-part--scale .happyforms-tooltip,
|
504 |
+
.happyforms-part--rating .happyforms-tooltip,
|
505 |
+
.happyforms-part--date .happyforms-tooltip,
|
506 |
+
.happyforms-part--rich_text .happyforms-tooltip {
|
507 |
+
top: 5px;
|
508 |
+
align-items: flex-start;
|
509 |
+
}
|
510 |
+
|
511 |
+
.happyforms-part--date.happyforms-part--has-tooltip.happyforms-part--label-left .happyforms-part__el,
|
512 |
+
.happyforms-part--date.happyforms-part--has-tooltip.happyforms-part--label-left .happyforms-part__label,
|
513 |
+
.happyforms-part--date.happyforms-part--has-tooltip.happyforms-part--label-below .happyforms-part__el,
|
514 |
+
.happyforms-part--select.happyforms-part--has-tooltip.happyforms-part--label-left .happyforms-part__label,
|
515 |
+
.happyforms-part--select.happyforms-part--has-tooltip.happyforms-part--label-left .happyforms-part__select-wrap,
|
516 |
+
.happyforms-part--select.happyforms-part--has-tooltip.happyforms-part--label-below .happyforms-part__select-wrap,
|
517 |
+
.happyforms-part--choice.happyforms-part--has-tooltip.happyforms-part--label-left .happyforms-part__el,
|
518 |
+
.happyforms-part--choice.happyforms-part--has-tooltip.happyforms-part--label-left .happyforms-part__label,
|
519 |
+
.happyforms-part--choice.happyforms-part--has-tooltip.happyforms-part--label-below .happyforms-part__el {
|
520 |
+
margin-top: 35px;
|
521 |
+
}
|
522 |
+
|
523 |
+
.happyforms-tooltip__trigger {
|
524 |
+
position: absolute;
|
525 |
+
right: 0;
|
526 |
+
z-index: 8;
|
527 |
+
display: block;
|
528 |
+
background-color: transparent;
|
529 |
+
pointer-events: auto;
|
530 |
+
cursor: pointer;
|
531 |
+
}
|
532 |
+
|
533 |
+
.happyforms-form--part-value-text-align-right .happyforms-tooltip__trigger {
|
534 |
+
right: auto;
|
535 |
+
left: 1px;
|
536 |
+
}
|
537 |
+
|
538 |
+
.happyforms-form--direction-rtl .happyforms-tooltip__trigger {
|
539 |
+
left: 1px;
|
540 |
+
right: auto;
|
541 |
+
}
|
542 |
+
|
543 |
+
.happyforms-tooltip__trigger:after {
|
544 |
+
content: "?";
|
545 |
+
display: block;
|
546 |
+
width: 18px;
|
547 |
+
height: 18px;
|
548 |
+
border-radius: 50%;
|
549 |
+
font-style: normal;
|
550 |
+
font-size: 11px;
|
551 |
+
line-height: 18px;
|
552 |
+
color: #fff;
|
553 |
+
text-align: center;
|
554 |
+
background-color: #000;
|
555 |
+
}
|
556 |
+
|
557 |
+
.happyforms-tooltip .happyforms-part__description {
|
558 |
+
position: absolute;
|
559 |
+
z-index: 999;
|
560 |
+
top: 0;
|
561 |
+
right: -10px;
|
562 |
+
transform: translate(0, -44px);
|
563 |
+
opacity: 0;
|
564 |
+
width: auto;
|
565 |
+
visibility: hidden;
|
566 |
+
padding: 11px 15px;
|
567 |
+
border: 1px solid #dbdbdb;
|
568 |
+
border-radius: 6px;
|
569 |
+
color: #000;
|
570 |
+
text-align: center;
|
571 |
+
background-color: #fff;
|
572 |
+
transition: opacity 0.2s;
|
573 |
+
}
|
574 |
+
|
575 |
+
.happyforms-part--label-below .happyforms-tooltip .happyforms-part__description {
|
576 |
+
top: 5px;
|
577 |
+
}
|
578 |
+
|
579 |
+
.happyforms-part--choice .happyforms-tooltip .happyforms-part__description,
|
580 |
+
.happyforms-part--select .happyforms-tooltip .happyforms-part__description,
|
581 |
+
.happyforms-part--address-has-geolocation .happyforms-tooltip .happyforms-part__description,
|
582 |
+
.happyforms-part--table .happyforms-tooltip .happyforms-part__description,
|
583 |
+
.happyforms-part--scale .happyforms-tooltip .happyforms-part__description,
|
584 |
+
.happyforms-part--rating .happyforms-tooltip .happyforms-part__description,
|
585 |
+
.happyforms-part--date .happyforms-tooltip .happyforms-part__description,
|
586 |
+
.happyforms-part--rich_text .happyforms-tooltip .happyforms-part__description {
|
587 |
+
top: -10px;
|
588 |
+
}
|
589 |
+
|
590 |
+
.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description {
|
591 |
+
top: 5px;
|
592 |
+
transform: none;
|
593 |
+
}
|
594 |
+
|
595 |
+
.happyforms-part--label-inside .happyforms-tooltip .happyforms-part__description,
|
596 |
+
.happyforms-part--label-as_placeholder .happyforms-tooltip .happyforms-part__description {
|
597 |
+
transform: translate(0, -35px);
|
598 |
+
}
|
599 |
+
|
600 |
+
.happyforms-part--multi_line_text.happyforms-part--label-below .happyforms-tooltip .happyforms-part__description,
|
601 |
+
.happyforms-part--label-inside.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description,
|
602 |
+
.happyforms-part--label-as_placeholder.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description {
|
603 |
+
top: 14px;
|
604 |
+
transform: none;
|
605 |
+
}
|
606 |
+
|
607 |
+
.happyforms-tooltip .happyforms-part__description:before {
|
608 |
+
content: '';
|
609 |
+
position: absolute;
|
610 |
+
top: 100%;
|
611 |
+
right: 12px;
|
612 |
+
width: 0;
|
613 |
+
height: 0;
|
614 |
+
border: 8px solid transparent;
|
615 |
+
border-top-color: #dbdbdb;
|
616 |
+
}
|
617 |
+
|
618 |
+
.happyforms-tooltip .happyforms-part__description:after {
|
619 |
+
content: '';
|
620 |
+
position: absolute;
|
621 |
+
top: calc(100% - 1px);
|
622 |
+
right: 13px;
|
623 |
+
width: 0;
|
624 |
+
height: 0;
|
625 |
+
border: 7px solid transparent;
|
626 |
+
border-top-color: #fff;
|
627 |
+
}
|
628 |
+
|
629 |
+
.happyforms-tooltip:hover .happyforms-part__description {
|
630 |
+
visibility: visible;
|
631 |
+
opacity: 1;
|
632 |
+
}
|
633 |
+
|
634 |
+
/* parts - radio, checkbox */
|
635 |
+
|
636 |
+
.happyforms-part--choice .happyforms-part__el {
|
637 |
+
display: flex;
|
638 |
+
flex-flow: row wrap;
|
639 |
+
}
|
640 |
+
|
641 |
+
@media screen and (max-width: 800px) {
|
642 |
+
.happyforms-part--choice .happyforms-part__el {
|
643 |
+
flex-flow: column wrap;
|
644 |
+
}
|
645 |
+
}
|
646 |
+
|
647 |
+
.happyforms-part--choice {
|
648 |
+
margin-bottom: 0;
|
649 |
+
}
|
650 |
+
|
651 |
+
.happyforms-part--choice.display-type--block {
|
652 |
+
margin-bottom: 15px;
|
653 |
+
}
|
654 |
+
|
655 |
+
.happyforms-part--choice.display-type--block .happyforms-part__el {
|
656 |
+
flex-flow: column wrap;
|
657 |
+
}
|
658 |
+
|
659 |
+
.happyforms-part .checkmark svg {
|
660 |
+
display: none;
|
661 |
+
}
|
662 |
+
|
663 |
+
.happyforms-part--legal .option-label p:last-child {
|
664 |
+
margin-bottom: 0;
|
665 |
+
}
|
666 |
+
|
667 |
+
.happyforms-part.display-type--block .checkmark,
|
668 |
+
.happyforms-part--legal .checkmark {
|
669 |
+
margin-right: 5px;
|
670 |
+
}
|
671 |
+
|
672 |
+
/* parts - scale */
|
673 |
+
|
674 |
+
.happyforms-part--scale output {
|
675 |
+
display: block;
|
676 |
+
position: relative;
|
677 |
+
width: 100%;
|
678 |
+
}
|
679 |
+
|
680 |
+
.happyforms-part--scale output span {
|
681 |
+
position: absolute;
|
682 |
+
left: 0;
|
683 |
+
}
|
684 |
+
|
685 |
+
.happyforms-part--scale__labels {
|
686 |
+
position: relative;
|
687 |
+
width: 100%;
|
688 |
+
}
|
689 |
+
|
690 |
+
.happyforms-part--scale .happyforms-part__el {
|
691 |
+
display: flex;
|
692 |
+
flex-flow: column wrap;
|
693 |
+
}
|
694 |
+
|
695 |
+
.happyforms-part--scale .happyforms-part__description {
|
696 |
+
margin-top: 30px;
|
697 |
+
}
|
698 |
+
|
699 |
+
.happyforms-part--scale-multiple .happyforms-part--scale__labels {
|
700 |
+
position: absolute;
|
701 |
+
top: -40px;
|
702 |
+
}
|
703 |
+
|
704 |
+
.happyforms-part--scale-multiple .happyforms-part--scale__inputwrap {
|
705 |
+
position: relative;
|
706 |
+
}
|
707 |
+
|
708 |
+
.happyforms-part--label-below .happyforms-part--scale__inputwrap {
|
709 |
+
width: 100%;
|
710 |
+
order: 3;
|
711 |
+
}
|
712 |
+
|
713 |
+
.happyforms-part--scale-multiple.happyforms-part--label-left {
|
714 |
+
margin-top: 30px;
|
715 |
+
}
|
716 |
+
|
717 |
+
.happyforms-part--scale-multiple.happyforms-part--label-below .happyforms-part--scale__inputwrap {
|
718 |
+
position: relative;
|
719 |
+
top: 40px;
|
720 |
+
}
|
721 |
+
|
722 |
+
.happyforms-part--scale-multiple.happyforms-part--label-below label {
|
723 |
+
margin-top: 75px;
|
724 |
+
}
|
725 |
+
|
726 |
+
.happyforms-part--label-above.happyforms-part--scale-multiple .happyforms-part--scale__inputwrap {
|
727 |
+
margin-top: 20px;
|
728 |
+
padding-top: 30px;
|
729 |
+
}
|
730 |
+
|
731 |
+
.happyforms-part--scale-multiple .happyforms-part--scale__labels {
|
732 |
+
position: absolute !important;
|
733 |
+
}
|
734 |
+
|
735 |
+
.happyforms-part--label-above.happyforms-part--scale-multiple .happyforms-part--scale__labels {
|
736 |
+
top: -15px;
|
737 |
+
}
|
738 |
+
|
739 |
+
.happyforms-part--scale__labels .label-min {
|
740 |
+
float: left;
|
741 |
+
}
|
742 |
+
|
743 |
+
.happyforms-part--scale__labels .label-max {
|
744 |
+
float: right;
|
745 |
+
}
|
746 |
+
|
747 |
+
.happyforms-part--label-below input,
|
748 |
+
.happyforms-part--label-below textarea,
|
749 |
+
.happyforms-part--label-below .happyforms-custom-select,
|
750 |
+
.happyforms-part--label-below .happyforms-part__el {
|
751 |
+
order: 3;
|
752 |
+
}
|
753 |
+
|
754 |
+
.happyforms-part--label-below .happyforms-part__el,
|
755 |
+
.happyforms-part--label-below .happyforms-custom-select {
|
756 |
+
width: 100%;
|
757 |
+
}
|
758 |
+
|
759 |
+
.happyforms-part--label-below.happyforms-part--date .happyforms-part__el {
|
760 |
+
width: 100%;
|
761 |
+
order: 2;
|
762 |
+
}
|
763 |
+
|
764 |
+
.happyforms-form--part-title-text-align-center .happyforms-part__label {
|
765 |
+
text-align: center;
|
766 |
+
}
|
767 |
+
|
768 |
+
.happyforms-form--part-title-text-align-center .happyforms-part--label-above .happyforms-part__label,
|
769 |
+
.happyforms-form--part-title-text-align-center .happyforms-part--label-below .happyforms-part__label,
|
770 |
+
.happyforms-form--part-title-text-align-center .happyforms-part--label-inside .happyforms-part__label,
|
771 |
+
.happyforms-form--part-title-text-align-center .happyforms-part--label-as_placeholder .happyforms-part__label,
|
772 |
+
.happyforms-form--part-title-text-align-right .happyforms-part--label-above .happyforms-part__label,
|
773 |
+
.happyforms-form--part-title-text-align-right .happyforms-part--label-as_placeholder .happyforms-part__label {
|
774 |
+
width: 100%;
|
775 |
+
}
|
776 |
+
|
777 |
+
.happyforms-form--part-title-text-align-right .happyforms-part--label-inside .happyforms-part__label,
|
778 |
+
.happyforms-form--part-title-text-align-right .happyforms-part--label-as_placeholder .happyforms-part__label {
|
779 |
+
width: calc(100% - 20px);
|
780 |
+
}
|
781 |
+
|
782 |
+
.happyforms-form--part-title-text-align-right.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder .happyforms-part__label {
|
783 |
+
width: calc(100% - 30px);
|
784 |
+
}
|
785 |
+
|
786 |
+
.happyforms-form--part-title-text-align-center .happyforms-part--label-left .happyforms-part__label {
|
787 |
+
align-self: flex-start;
|
788 |
+
}
|
789 |
+
|
790 |
+
.happyforms-form--part-title-text-align-right .happyforms-part__label {
|
791 |
+
text-align: right;
|
792 |
+
}
|
793 |
+
|
794 |
+
.happyforms-form--part-title-text-align-right .happyforms-part--label-left .happyforms-part__label {
|
795 |
+
align-self: flex-start;
|
796 |
+
margin-bottom: 10px;
|
797 |
+
padding-right: 15px;
|
798 |
+
}
|
799 |
+
|
800 |
+
.happyforms-part--label-below.happyforms-part--phone .happyforms-part__el {
|
801 |
+
width: 100%;
|
802 |
+
}
|
803 |
+
|
804 |
+
.happyforms-part--label-hidden .happyforms-part__label {
|
805 |
+
display: none !important;
|
806 |
+
}
|
807 |
+
|
808 |
+
/* parts - placeholder */
|
809 |
+
|
810 |
+
.happyforms-part--placeholder .happyforms-part__el {
|
811 |
+
padding: 10px 0;
|
812 |
+
}
|
813 |
+
|
814 |
+
.happyforms-part--placeholder .happyforms-optional {
|
815 |
+
display: none !important;
|
816 |
+
}
|
817 |
+
|
818 |
+
.happyforms-form--part-value-text-align-center .happyforms-part--placeholder p {
|
819 |
+
text-align: center;
|
820 |
+
}
|
821 |
+
|
822 |
+
.happyforms-form--part-value-text-align-right .happyforms-part--placeholder p {
|
823 |
+
text-align: right;
|
824 |
+
}
|
825 |
+
|
826 |
+
.happyforms-part--placeholder p:first-child {
|
827 |
+
margin-top: 0;
|
828 |
+
}
|
829 |
+
|
830 |
+
.happyforms-part--placeholder p:last-child {
|
831 |
+
margin-bottom: 0;
|
832 |
+
}
|
833 |
+
|
834 |
+
/* parts - select */
|
835 |
+
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part__el,
|
836 |
+
.happyforms-part-date--datetime.happyforms-part--width-third .happyforms-part__el {
|
837 |
+
flex-wrap: wrap;
|
838 |
+
justify-content: space-between;
|
839 |
+
}
|
840 |
+
|
841 |
+
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part--date__input-wrap,
|
842 |
+
.happyforms-part-date--datetime.happyforms-part--width-third .happyforms-part--date__input-wrap {
|
843 |
+
min-width: 31.5%;
|
844 |
+
max-width: 31.5%;
|
845 |
+
margin-bottom: 15px;
|
846 |
+
padding: 0;
|
847 |
+
}
|
848 |
+
|
849 |
+
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part-date__time-input--period {
|
850 |
+
min-width: 0;
|
851 |
+
flex: 1;
|
852 |
+
}
|
853 |
+
|
854 |
+
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part--date__time-separator,
|
855 |
+
.happyforms-part-date--datetime.happyforms-part--width-third .happyforms-part--date__time-separator {
|
856 |
+
display: none;
|
857 |
+
}
|
858 |
+
|
859 |
+
.happyforms-part__select-wrap,
|
860 |
+
.happyforms-part--date__input-wrap,
|
861 |
+
.happyforms-part-date__date-input {
|
862 |
+
position: relative;
|
863 |
+
flex: 1;
|
864 |
+
padding: 0 0 0 2%;
|
865 |
+
}
|
866 |
+
|
867 |
+
.happyforms-part__select-wrap {
|
868 |
+
height: 100%;
|
869 |
+
}
|
870 |
+
|
871 |
+
.happyforms-part-date__date-input {
|
872 |
+
height: 100%;
|
873 |
+
}
|
874 |
+
|
875 |
+
.happyforms-part__select-bg {
|
876 |
+
padding: 1px 0 2px;
|
877 |
+
border: 1px solid;
|
878 |
+
border-color: #dbdbdb;
|
879 |
+
}
|
880 |
+
|
881 |
+
.happyforms-part__select-wrap:first-of-type,
|
882 |
+
.happyforms-part--date__input-wrap:first-of-type,
|
883 |
+
.happyforms-part-date__date-input:first-of-type {
|
884 |
+
padding-left: 0 !important;
|
885 |
+
}
|
886 |
+
|
887 |
+
.happyforms-part-date__time-input--minutes {
|
888 |
+
padding-left: 0;
|
889 |
+
}
|
890 |
+
|
891 |
+
.happyforms-part--date__time-separator {
|
892 |
+
width: 2%;
|
893 |
+
text-align: center;
|
894 |
+
}
|
895 |
+
|
896 |
+
@media screen and (max-width: 800px) {
|
897 |
+
.happyforms-part--date .happyforms-part__el {
|
898 |
+
justify-content: space-between;
|
899 |
+
}
|
900 |
+
|
901 |
+
.happyforms-part-date__date-input,
|
902 |
+
.happyforms-part-date--datetime .happyforms-part-date__time-input {
|
903 |
+
flex: auto;
|
904 |
+
min-width: 31.5%;
|
905 |
+
max-width: 31.5%;
|
906 |
+
padding: 0;
|
907 |
+
}
|
908 |
+
|
909 |
+
.happyforms-part-date__time-input {
|
910 |
+
margin-top: 20px;
|
911 |
+
}
|
912 |
+
|
913 |
+
.happyforms-part-date__time-input--hours {
|
914 |
+
padding-left: 0;
|
915 |
+
}
|
916 |
+
|
917 |
+
.happyforms-part--date__time-separator {
|
918 |
+
display: none;
|
919 |
+
}
|
920 |
+
}
|
921 |
+
|
922 |
+
.happyforms-part__select-wrap:after {
|
923 |
+
content: '';
|
924 |
+
position: absolute;
|
925 |
+
top: 44%;
|
926 |
+
right: 15px;
|
927 |
+
z-index: 1;
|
928 |
+
display: block;
|
929 |
+
width: 0;
|
930 |
+
height: 0;
|
931 |
+
border-left: 6px solid transparent;
|
932 |
+
border-right: 6px solid transparent;
|
933 |
+
border-top: 6px solid;
|
934 |
+
}
|
935 |
+
|
936 |
+
.happyforms-part--select select:focus,
|
937 |
+
.happyforms-part--date select:focus {
|
938 |
+
outline-width: 1px;
|
939 |
+
outline-color: #000000;
|
940 |
+
}
|
941 |
+
|
942 |
+
.happyforms-part--date .happyforms-part__el {
|
943 |
+
display: flex;
|
944 |
+
flex-flow: row wrap;
|
945 |
+
align-items: center;
|
946 |
+
}
|
947 |
+
|
948 |
+
.happyforms-part__select-wrap:last-child {
|
949 |
+
padding-right: 0;
|
950 |
+
}
|
951 |
+
|
952 |
+
.happyforms-part-date__time-input input[type=text] {
|
953 |
+
-webkit-appearance: none;
|
954 |
+
}
|
955 |
+
|
956 |
+
.happyforms-part-date__time-input .happyforms-spinner-arrow {
|
957 |
+
cursor: pointer;
|
958 |
+
content: '';
|
959 |
+
display: block;
|
960 |
+
position: absolute;
|
961 |
+
bottom: 8px;
|
962 |
+
right: 7px;
|
963 |
+
width: 0;
|
964 |
+
height: 0;
|
965 |
+
border-left: 6px solid transparent;
|
966 |
+
border-right: 6px solid transparent;
|
967 |
+
border-top: 6px solid #000;
|
968 |
+
}
|
969 |
+
|
970 |
+
.happyforms-part-date__time-input .happyforms-spinner-arrow--up {
|
971 |
+
top: 8px;
|
972 |
+
bottom: auto;
|
973 |
+
transform: rotateX(-180deg);
|
974 |
+
}
|
975 |
+
|
976 |
+
/* parts - rating */
|
977 |
+
|
978 |
+
.happyforms-part--rating .happyforms-part-wrap {
|
979 |
+
display: flex;
|
980 |
+
flex-direction: column;
|
981 |
+
}
|
982 |
+
|
983 |
+
.happyforms-part--rating.happyforms-part--label-left .happyforms-part-wrap {
|
984 |
+
flex-direction: row;
|
985 |
+
}
|
986 |
+
|
987 |
+
.happyforms-part--rating.happyforms-part--label-below .happyforms-part-wrap {
|
988 |
+
flex-direction: column-reverse;
|
989 |
+
}
|
990 |
+
|
991 |
+
.happyforms-part--rating .happyforms-rating-item-wrap {
|
992 |
+
float: left;
|
993 |
+
margin-right: 5px;
|
994 |
+
}
|
995 |
+
|
996 |
+
.happyforms-part--rating .happyforms-rating-item-wrap:last-child {
|
997 |
+
margin-right: 0;
|
998 |
+
}
|
999 |
+
|
1000 |
+
.happyforms-part--rating .happyforms-star {
|
1001 |
+
width: 35px;
|
1002 |
+
height: 35px;
|
1003 |
+
}
|
1004 |
+
|
1005 |
+
.happyforms-part--rating .happyforms-star__label {
|
1006 |
+
cursor: pointer;
|
1007 |
+
float: left;
|
1008 |
+
margin-right: 5px;
|
1009 |
+
color: #f39c00;
|
1010 |
+
}
|
1011 |
+
|
1012 |
+
.happyforms-part--rating .happyforms-star__star {
|
1013 |
+
fill: currentColor;
|
1014 |
+
stroke: currentColor;
|
1015 |
+
stroke-width: 35px;
|
1016 |
+
}
|
1017 |
+
|
1018 |
+
.happyforms-part--rating .happyforms-part__el {
|
1019 |
+
fill: #ccc;
|
1020 |
+
color: inherit;
|
1021 |
+
stroke: #ccc;
|
1022 |
+
}
|
1023 |
+
|
1024 |
+
.happyforms-part--rating:hover .happyforms-part__el {
|
1025 |
+
color: #ccc;
|
1026 |
+
fill: #f39c00;
|
1027 |
+
stroke: #f39c00;
|
1028 |
+
}
|
1029 |
+
|
1030 |
+
.happyforms-part--rating .happyforms-part__label {
|
1031 |
+
display: block;
|
1032 |
+
}
|
1033 |
+
|
1034 |
+
.happyforms-part--rating label {
|
1035 |
+
display: inline;
|
1036 |
+
fill: inherit;
|
1037 |
+
color: inherit;
|
1038 |
+
stroke: inherit;
|
1039 |
+
clear: none;
|
1040 |
+
}
|
1041 |
+
|
1042 |
+
.happyforms-part--rating:not(:hover) input:first-child:checked~label,
|
1043 |
+
.happyforms-part--rating input:hover+label~label:not(:hover),
|
1044 |
+
.happyforms-part--rating:hover input:checked+label:hover~label,
|
1045 |
+
.happyforms-part--rating:not(:hover) input:checked+label~label {
|
1046 |
+
color: #ccc;
|
1047 |
+
}
|
1048 |
+
|
1049 |
+
.happyforms-rating--smileys .happyforms-rating-wrap,
|
1050 |
+
.happyforms-rating--thumbs .happyforms-rating-wrap {
|
1051 |
+
display: flex;
|
1052 |
+
}
|
1053 |
+
|
1054 |
+
@media screen and (max-width: 800px) {
|
1055 |
+
|
1056 |
+
.happyforms-rating--smileys .happyforms-rating-wrap,
|
1057 |
+
.happyforms-rating--thumbs .happyforms-rating-wrap {
|
1058 |
+
flex-flow: column wrap;
|
1059 |
+
}
|
1060 |
+
|
1061 |
+
.happyforms-rating--thumbs .happyforms-rating-wrap label,
|
1062 |
+
.happyforms-rating--smileys .happyforms-rating-wrap label {
|
1063 |
+
margin-bottom: 10px;
|
1064 |
+
}
|
1065 |
+
}
|
1066 |
+
|
1067 |
+
.happyforms-rating--thumbs .happyforms-rating-wrap label,
|
1068 |
+
.happyforms-rating--smileys .happyforms-rating-wrap label {
|
1069 |
+
cursor: pointer;
|
1070 |
+
flex: 0 1 auto;
|
1071 |
+
display: flex;
|
1072 |
+
justify-content: center;
|
1073 |
+
margin-right: 10px;
|
1074 |
+
border: 1px solid #dbdbdb;
|
1075 |
+
}
|
1076 |
+
|
1077 |
+
.happyforms-rating--smileys label img,
|
1078 |
+
.happyforms-rating--thumbs label img {
|
1079 |
+
width: 25px !important;
|
1080 |
+
height: auto !important;
|
1081 |
+
}
|
1082 |
+
|
1083 |
+
.happyforms-rating__item-wrap {
|
1084 |
+
display: flex;
|
1085 |
+
flex-flow: row nowrap;
|
1086 |
+
align-items: center;
|
1087 |
+
justify-content: space-between;
|
1088 |
+
padding: 10px;
|
1089 |
+
}
|
1090 |
+
|
1091 |
+
.happyforms-rating__item-wrap .happyforms-rating__item-label {
|
1092 |
+
margin-left: 10px;
|
1093 |
+
}
|
1094 |
+
|
1095 |
+
/* parts - legal */
|
1096 |
+
|
1097 |
+
.happyforms-part--legal .option-label {
|
1098 |
+
display: flex;
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
.happyforms-part--legal input {
|
1102 |
+
top: 3px;
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
@media screen and (min-width: 800px) {
|
1106 |
+
.happyforms-part-legal--align-right .happyforms-part__el {
|
1107 |
+
float: right;
|
1108 |
+
width: 75%;
|
1109 |
+
}
|
1110 |
+
}
|
1111 |
+
|
1112 |
+
/* parts - address */
|
1113 |
+
|
1114 |
+
.happyforms-part--address .happyforms-part-el-wrap {
|
1115 |
+
width: 100%;
|
1116 |
+
}
|
1117 |
+
|
1118 |
+
.happyforms-part--address.happyforms-part--label-below .happyforms-part-el-wrap {
|
1119 |
+
order: 3;
|
1120 |
+
}
|
1121 |
+
|
1122 |
+
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part-el-wrap {
|
1123 |
+
display: flex;
|
1124 |
+
flex-flow: row wrap;
|
1125 |
+
justify-content: space-between;
|
1126 |
+
}
|
1127 |
+
|
1128 |
+
@media screen and (max-width: 800px) {
|
1129 |
+
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part-el-wrap {
|
1130 |
+
flex-flow: column wrap;
|
1131 |
+
}
|
1132 |
+
}
|
1133 |
+
|
1134 |
+
.happyforms-part--address .happyforms-part__el {
|
1135 |
+
position: relative;
|
1136 |
+
width: 100%;
|
1137 |
+
}
|
1138 |
+
|
1139 |
+
.happyforms-part--address .happyforms-part-el-wrap .address-city,
|
1140 |
+
.happyforms-part--address-country-city .happyforms-part-el-wrap .happyforms-part__dummy-input {
|
1141 |
+
flex: 1;
|
1142 |
+
max-width: 49%;
|
1143 |
+
}
|
1144 |
+
|
1145 |
+
.happyforms-part--address.happyforms-part--address-googleapi .happyforms-custom-select-dropdown:after {
|
1146 |
+
content: "";
|
1147 |
+
padding: 5px 10px 0;
|
1148 |
+
height: 16px;
|
1149 |
+
box-sizing: content-box;
|
1150 |
+
text-align: right;
|
1151 |
+
display: block;
|
1152 |
+
background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
|
1153 |
+
background-position: calc(100% - 10px) center;
|
1154 |
+
background-repeat: no-repeat;
|
1155 |
+
background-size: 120px 14px;
|
1156 |
+
}
|
1157 |
+
|
1158 |
+
@media screen and (max-width: 800px) {
|
1159 |
+
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el {
|
1160 |
+
width: 100%;
|
1161 |
+
margin-bottom: 20px;
|
1162 |
+
}
|
1163 |
+
|
1164 |
+
.happyforms-part--address-has-geolocation.happyforms-part--address-country-city .happyforms-part__dummy-input {
|
1165 |
+
max-width: 100%;
|
1166 |
+
}
|
1167 |
+
|
1168 |
+
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:last-child {
|
1169 |
+
width: 100%;
|
1170 |
+
margin-bottom: 0;
|
1171 |
+
}
|
1172 |
+
}
|
1173 |
+
|
1174 |
+
@media screen and (min-width: 800px) {
|
1175 |
+
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:first-child {
|
1176 |
+
padding-right: 2%;
|
1177 |
+
}
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:first-child {
|
1181 |
+
padding-right: 1%;
|
1182 |
+
}
|
1183 |
+
|
1184 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:first-child {
|
1185 |
+
padding-right: 6%;
|
1186 |
+
}
|
1187 |
+
|
1188 |
+
.happyforms-part--address-has-geolocation .happyforms-part__dummy-input {
|
1189 |
+
position: relative;
|
1190 |
+
display: flex;
|
1191 |
+
align-items: center;
|
1192 |
+
}
|
1193 |
+
|
1194 |
+
@media screen and (max-width: 800px) {
|
1195 |
+
.happyforms-part--address-has-geolocation .happyforms-part__dummy-input {
|
1196 |
+
max-width: 100%;
|
1197 |
+
margin-bottom: 10px;
|
1198 |
+
}
|
1199 |
+
|
1200 |
+
.happyforms-part--address .happyforms-part-el-wrap .address-city {
|
1201 |
+
max-width: 100%;
|
1202 |
+
}
|
1203 |
+
}
|
1204 |
+
|
1205 |
+
a.address-geolocate {
|
1206 |
+
position: absolute;
|
1207 |
+
right: 5px;
|
1208 |
+
height: auto !important;
|
1209 |
+
box-shadow: none;
|
1210 |
+
font-weight: normal;
|
1211 |
+
text-decoration: underline;
|
1212 |
+
}
|
1213 |
+
|
1214 |
+
a.address-geolocate svg {
|
1215 |
+
display: inline-block;
|
1216 |
+
position: relative;
|
1217 |
+
top: -2px;
|
1218 |
+
vertical-align: middle;
|
1219 |
+
width: 15px;
|
1220 |
+
height: 15px;
|
1221 |
+
fill: currentColor;
|
1222 |
+
}
|
1223 |
+
|
1224 |
+
a.address-geolocate.disabled {
|
1225 |
+
pointer-events: none;
|
1226 |
+
color: black;
|
1227 |
+
}
|
1228 |
+
|
1229 |
+
a.address-geolocate span {
|
1230 |
+
display: none;
|
1231 |
+
}
|
1232 |
+
|
1233 |
+
@media screen and (min-width: 800px) {
|
1234 |
+
a.address-geolocate span {
|
1235 |
+
display: inline;
|
1236 |
+
}
|
1237 |
+
}
|
1238 |
+
|
1239 |
+
.happyforms-form--part-border-radius-square a.address-geolocate {
|
1240 |
+
border-radius: 0px;
|
1241 |
+
}
|
1242 |
+
|
1243 |
+
.happyforms-form--part-border-radius-pill a.address-geolocate {
|
1244 |
+
border-radius: 25px;
|
1245 |
+
padding-left: 25px;
|
1246 |
+
padding-right: 25px;
|
1247 |
+
}
|
1248 |
+
|
1249 |
+
.happyforms-form--part-borders-bottom-only a.address-geolocate {
|
1250 |
+
border-top-color: transparent;
|
1251 |
+
border-left-color: transparent;
|
1252 |
+
border-right-color: transparent;
|
1253 |
+
}
|
1254 |
+
|
1255 |
+
.happyforms-form--part-disable-transitions a.address-geolocate {
|
1256 |
+
transition-duration: 0s;
|
1257 |
+
}
|
1258 |
+
|
1259 |
+
.happyforms-form--part-inner-padding-narrow a.address-geolocate {
|
1260 |
+
padding: 5px;
|
1261 |
+
}
|
1262 |
+
|
1263 |
+
.happyforms-form--part-inner-padding-wide a.address-geolocate {
|
1264 |
+
padding: 15px;
|
1265 |
+
}
|
1266 |
+
|
1267 |
+
/* submit button */
|
1268 |
+
|
1269 |
+
.happyforms-part--submit {
|
1270 |
+
width: 100%;
|
1271 |
+
padding-top: 10px;
|
1272 |
+
margin-bottom: 0;
|
1273 |
+
}
|
1274 |
+
|
1275 |
+
/* notices */
|
1276 |
+
.happyforms-flex>.happyforms-message-notices {
|
1277 |
+
display: flex;
|
1278 |
+
width: 100%;
|
1279 |
+
padding: 0 1%;
|
1280 |
+
margin: 0 0 25px 0;
|
1281 |
+
}
|
1282 |
+
|
1283 |
+
.happyforms-form--notices-below .happyforms-flex>.happyforms-message-notices {
|
1284 |
+
order: 1000;
|
1285 |
+
margin: 25px 0 0 0;
|
1286 |
+
}
|
1287 |
+
|
1288 |
+
form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice {
|
1289 |
+
width: 100%;
|
1290 |
+
box-sizing: border-box;
|
1291 |
+
}
|
1292 |
+
|
1293 |
+
form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice a {
|
1294 |
+
text-decoration: underline;
|
1295 |
+
}
|
1296 |
+
|
1297 |
+
.happyforms-form__part .happyforms-message-notice.error h2 {
|
1298 |
+
color: #ff7550;
|
1299 |
+
}
|
1300 |
+
|
1301 |
+
.happyforms-form__title+.happyforms-message-notices {
|
1302 |
+
margin-top: 25px;
|
1303 |
+
}
|
1304 |
+
|
1305 |
+
/* labels */
|
1306 |
+
|
1307 |
+
.happyforms-part--label-inside label {
|
1308 |
+
position: absolute;
|
1309 |
+
top: 8px;
|
1310 |
+
left: 11px;
|
1311 |
+
z-index: 2;
|
1312 |
+
}
|
1313 |
+
|
1314 |
+
.happyforms-part--label-inside.happyforms-part--phone.happyforms-is-masked label {
|
1315 |
+
top: 10px;
|
1316 |
+
left: 75px;
|
1317 |
+
z-index: 2;
|
1318 |
+
}
|
1319 |
+
|
1320 |
+
.happyforms-part--label-as_placeholder.happyforms-part--phone.happyforms-is-masked label {
|
1321 |
+
top: 10px;
|
1322 |
+
left: 75px;
|
1323 |
+
}
|
1324 |
+
|
1325 |
+
.happyforms-part--label-inside input,
|
1326 |
+
.happyforms-part--label-inside textarea,
|
1327 |
+
.happyforms-part--label-as_placeholder input,
|
1328 |
+
.happyforms-part--label-as_placeholder textarea {
|
1329 |
+
padding-top: 30px !important;
|
1330 |
+
padding-bottom: 7px !important;
|
1331 |
+
}
|
1332 |
+
|
1333 |
+
.happyforms-part--label-inside a.address-geolocate,
|
1334 |
+
.happyforms-part--label-as_placeholder a.address-geolocate {
|
1335 |
+
padding-top: 18px !important;
|
1336 |
+
}
|
1337 |
+
|
1338 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder a.address-geolocate {
|
1339 |
+
padding-top: 13px !important;
|
1340 |
+
}
|
1341 |
+
|
1342 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder a.address-geolocate {
|
1343 |
+
padding-top: 21px !important;
|
1344 |
+
}
|
1345 |
+
|
1346 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-inside input,
|
1347 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-inside textarea,
|
1348 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder input,
|
1349 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder textarea {
|
1350 |
+
padding-top: 22px !important;
|
1351 |
+
padding-bottom: 5px !important;
|
1352 |
+
}
|
1353 |
+
|
1354 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-inside input,
|
1355 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-inside textarea,
|
1356 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder input,
|
1357 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder textarea {
|
1358 |
+
padding-top: 30px !important;
|
1359 |
+
padding-bottom: 10px !important;
|
1360 |
+
}
|
1361 |
+
|
1362 |
+
.happyforms-part input[type=text],
|
1363 |
+
.happyforms-part input[type=password],
|
1364 |
+
.happyforms-part input[type=email],
|
1365 |
+
.happyforms-part input[type=number],
|
1366 |
+
.happyforms-part textarea {
|
1367 |
+
margin-bottom: 0;
|
1368 |
+
transition: border-color 0.4s;
|
1369 |
+
transition: border-color var(--happyforms-transition-duration);
|
1370 |
+
}
|
1371 |
+
|
1372 |
+
/* part labels transitions */
|
1373 |
+
.happyforms-part--label-as_placeholder label {
|
1374 |
+
transition-duration: 0.4s;
|
1375 |
+
}
|
1376 |
+
|
1377 |
+
.happyforms-part--label-as_placeholder ::-webkit-input-placeholder {
|
1378 |
+
opacity: 0;
|
1379 |
+
}
|
1380 |
+
|
1381 |
+
.happyforms-part--label-as_placeholder ::-moz-placeholder {
|
1382 |
+
opacity: 0;
|
1383 |
+
}
|
1384 |
+
|
1385 |
+
.happyforms-part--label-as_placeholder ::-ms-placeholder {
|
1386 |
+
opacity: 0;
|
1387 |
+
}
|
1388 |
+
|
1389 |
+
.happyforms-part--label-as_placeholder ::placeholder {
|
1390 |
+
opacity: 0;
|
1391 |
+
}
|
1392 |
+
|
1393 |
+
.happyforms-part--label-as_placeholder label {
|
1394 |
+
position: absolute;
|
1395 |
+
left: 11px;
|
1396 |
+
top: 23px;
|
1397 |
+
z-index: 5;
|
1398 |
+
transition-property: top;
|
1399 |
+
}
|
1400 |
+
|
1401 |
+
.happyforms-form--direction-rtl .happyforms-part--label-as_placeholder label {
|
1402 |
+
left: auto;
|
1403 |
+
right: 11px;
|
1404 |
+
}
|
1405 |
+
|
1406 |
+
.happyforms-part--label-as_placeholder input:focus~label,
|
1407 |
+
.happyforms-part--label-as_placeholder textarea:focus~label,
|
1408 |
+
.happyforms-part--label-as_placeholder.happyforms-part--filled input~label,
|
1409 |
+
.happyforms-part--label-as_placeholder.happyforms-part--filled textarea~label,
|
1410 |
+
.happyforms-part--select.happyforms-part--label-as_placeholder.happyforms-part--filled label {
|
1411 |
+
top: 8px;
|
1412 |
+
}
|
1413 |
+
|
1414 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder label {
|
1415 |
+
top: 19px;
|
1416 |
+
left: 5px;
|
1417 |
+
}
|
1418 |
+
|
1419 |
+
.happyforms-form--direction-rtl.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder label {
|
1420 |
+
right: 5px;
|
1421 |
+
left: auto;
|
1422 |
+
}
|
1423 |
+
|
1424 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder input:focus~label,
|
1425 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder textarea:focus~label,
|
1426 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder.happyforms-part--filled input~label,
|
1427 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder.happyforms-part--filled textarea~label {
|
1428 |
+
top: 7px;
|
1429 |
+
}
|
1430 |
+
|
1431 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder label {
|
1432 |
+
top: 25px;
|
1433 |
+
left: 15px;
|
1434 |
+
}
|
1435 |
+
|
1436 |
+
.happyforms-form--direction-rtl.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder label {
|
1437 |
+
right: 15px;
|
1438 |
+
left: auto;
|
1439 |
+
}
|
1440 |
+
|
1441 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder input:focus~label,
|
1442 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder textarea:focus~label,
|
1443 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder.happyforms-part--filled input~label,
|
1444 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder.happyforms-part--filled textarea~label {
|
1445 |
+
top: 12px;
|
1446 |
+
}
|
1447 |
+
|
1448 |
+
/* part padding */
|
1449 |
+
|
1450 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-form__part {
|
1451 |
+
margin-bottom: 5px;
|
1452 |
+
padding: 0 0.5%;
|
1453 |
+
}
|
1454 |
+
|
1455 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part__select-wrap {
|
1456 |
+
padding: 0;
|
1457 |
+
}
|
1458 |
+
|
1459 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part-option {
|
1460 |
+
margin-right: -5px;
|
1461 |
+
}
|
1462 |
+
|
1463 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part.display-type--block .happyforms-part-option {
|
1464 |
+
margin-right: 0;
|
1465 |
+
margin-bottom: 5px;
|
1466 |
+
}
|
1467 |
+
|
1468 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part--choice .option-label {
|
1469 |
+
margin-right: 15px;
|
1470 |
+
}
|
1471 |
+
|
1472 |
+
.happyforms-form--part-outer-padding-wide .happyforms-form__part {
|
1473 |
+
padding: 20px 3%;
|
1474 |
+
}
|
1475 |
+
|
1476 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part .happyforms-part-option {
|
1477 |
+
margin-right: 15px;
|
1478 |
+
}
|
1479 |
+
|
1480 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part.display-type--block .happyforms-part-option {
|
1481 |
+
margin-right: 0;
|
1482 |
+
margin-bottom: 35px;
|
1483 |
+
}
|
1484 |
+
|
1485 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=text],
|
1486 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=email],
|
1487 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=tel],
|
1488 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=number],
|
1489 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part textarea,
|
1490 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part .option-label {
|
1491 |
+
padding: 5px;
|
1492 |
+
}
|
1493 |
+
|
1494 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--placeholder .happyforms-part__el {
|
1495 |
+
padding: 5px;
|
1496 |
+
}
|
1497 |
+
|
1498 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--legal label {
|
1499 |
+
margin-left: 5px;
|
1500 |
+
}
|
1501 |
+
|
1502 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part__label {
|
1503 |
+
margin-bottom: 5px;
|
1504 |
+
}
|
1505 |
+
|
1506 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-below .happyforms-part__label {
|
1507 |
+
margin-top: 5px;
|
1508 |
+
}
|
1509 |
+
|
1510 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=text],
|
1511 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=email],
|
1512 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=tel],
|
1513 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=number],
|
1514 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part textarea,
|
1515 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part .option-label,
|
1516 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--placeholder .happyforms-part__el {
|
1517 |
+
padding: 15px;
|
1518 |
+
}
|
1519 |
+
|
1520 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--legal .option-label {
|
1521 |
+
padding-left: 0;
|
1522 |
+
}
|
1523 |
+
|
1524 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--legal .option-label .label {
|
1525 |
+
padding-left: 20px;
|
1526 |
+
}
|
1527 |
+
|
1528 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part .happyforms-part__select-wrap:after {
|
1529 |
+
top: 45%;
|
1530 |
+
}
|
1531 |
+
|
1532 |
+
.happyforms-form--part-hide-labels .happyforms-part__label {
|
1533 |
+
display: none;
|
1534 |
+
}
|
1535 |
+
|
1536 |
+
/* submit button */
|
1537 |
+
|
1538 |
+
.happyforms-form--submit-button-fullwidth input[type=submit].happyforms-button--submit {
|
1539 |
+
width: 100%;
|
1540 |
+
}
|
1541 |
+
|
1542 |
+
input[type=submit][disabled].happyforms-button--submit {
|
1543 |
+
cursor: default;
|
1544 |
+
}
|
1545 |
+
|
1546 |
+
.happyforms-form--submit-button-align-center .happyforms-part--submit {
|
1547 |
+
text-align: center;
|
1548 |
+
}
|
1549 |
+
|
1550 |
+
.happyforms-form--submit-button-align-right .happyforms-part--submit {
|
1551 |
+
text-align: right;
|
1552 |
+
}
|
1553 |
+
|
1554 |
+
.happyforms-part--rating .happyforms-visuallyhidden,
|
1555 |
+
.ui-helper-hidden-accessible {
|
1556 |
+
position: absolute;
|
1557 |
+
border: 0;
|
1558 |
+
clip: rect(0 0 0 0);
|
1559 |
+
width: 1px;
|
1560 |
+
height: 1px;
|
1561 |
+
margin: -1px;
|
1562 |
+
padding: 0;
|
1563 |
+
overflow: hidden;
|
1564 |
+
}
|
1565 |
+
|
1566 |
+
/* widget */
|
1567 |
+
.widget input[type=submit].happyforms-button--submit,
|
1568 |
+
.widget input[type=submit][disabled].happyforms-button--submit,
|
1569 |
+
.widget input[type=submit][disabled].happyforms-button--submit:hover {
|
1570 |
+
width: 100%;
|
1571 |
+
}
|
1572 |
+
|
1573 |
+
/* multirange */
|
1574 |
+
@supports (--css: variables) {
|
1575 |
+
input[type="range"].multirange {
|
1576 |
+
padding: 0;
|
1577 |
+
margin: 0;
|
1578 |
+
display: inline-block;
|
1579 |
+
vertical-align: top;
|
1580 |
+
}
|
1581 |
+
|
1582 |
+
input[type="range"].multirange.original {
|
1583 |
+
position: absolute;
|
1584 |
+
}
|
1585 |
+
|
1586 |
+
input[type="range"].multirange.original::-webkit-slider-thumb {
|
1587 |
+
position: relative;
|
1588 |
+
z-index: 2;
|
1589 |
+
}
|
1590 |
+
|
1591 |
+
input[type="range"].multirange.original::-moz-range-thumb {
|
1592 |
+
transform: scale(1);
|
1593 |
+
/* FF doesn't apply position it seems */
|
1594 |
+
z-index: 1;
|
1595 |
+
}
|
1596 |
+
|
1597 |
+
input[type="range"].multirange::-moz-range-track {
|
1598 |
+
border-color: transparent;
|
1599 |
+
/* needed to switch FF to "styleable" control */
|
1600 |
+
}
|
1601 |
+
|
1602 |
+
input[type="range"].multirange.ghost {
|
1603 |
+
position: relative;
|
1604 |
+
background: var(--track-background);
|
1605 |
+
--track-background: linear-gradient(to right, var(--happyforms-color-part-border) var(--low), var(--range-color) 0, var(--range-color) var(--high), var(--happyforms-color-part-border) 0) no-repeat 0 45% / 100% 10%;
|
1606 |
+
--range-color: var(--happyforms-color-part-value);
|
1607 |
+
}
|
1608 |
+
|
1609 |
+
input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
|
1610 |
+
background: var(--track-background);
|
1611 |
+
}
|
1612 |
+
|
1613 |
+
input[type="range"].multirange.ghost::-moz-range-track {
|
1614 |
+
background: var(--track-background);
|
1615 |
+
}
|
1616 |
+
}
|
1617 |
+
|
1618 |
+
|
1619 |
+
/* table part */
|
1620 |
+
|
1621 |
+
.happyforms-table {
|
1622 |
+
display: flex;
|
1623 |
+
flex-wrap: wrap;
|
1624 |
+
padding: 0;
|
1625 |
+
}
|
1626 |
+
|
1627 |
+
.happyforms-part--table .happyforms-part__el {
|
1628 |
+
width: 100%;
|
1629 |
+
}
|
1630 |
+
|
1631 |
+
.happyforms-table__row {
|
1632 |
+
display: flex;
|
1633 |
+
width: 100%;
|
1634 |
+
}
|
1635 |
+
|
1636 |
+
.happyforms-table__row--head>div {
|
1637 |
+
padding: 10px;
|
1638 |
+
}
|
1639 |
+
|
1640 |
+
.happyforms-table__row--head>div:first-child {
|
1641 |
+
background-color: transparent;
|
1642 |
+
}
|
1643 |
+
|
1644 |
+
.happyforms-table__row--body {
|
1645 |
+
align-items: center;
|
1646 |
+
}
|
1647 |
+
|
1648 |
+
.happyforms-table__cell {
|
1649 |
+
display: flex;
|
1650 |
+
align-items: center;
|
1651 |
+
justify-content: center;
|
1652 |
+
box-sizing: border-box;
|
1653 |
+
flex-grow: 1;
|
1654 |
+
padding: 15px 10px;
|
1655 |
+
overflow: hidden;
|
1656 |
+
list-style: none;
|
1657 |
+
}
|
1658 |
+
|
1659 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-table__cell {
|
1660 |
+
padding: 5px 7px;
|
1661 |
+
}
|
1662 |
+
|
1663 |
+
.happyforms-form--part-inner-padding-wide .happyforms-table__cell {
|
1664 |
+
padding: 20px 15px;
|
1665 |
+
}
|
1666 |
+
|
1667 |
+
.happyforms-table__cell--column-title {
|
1668 |
+
font-weight: bold;
|
1669 |
+
text-align: center;
|
1670 |
+
}
|
1671 |
+
|
1672 |
+
.happyforms-table__cell .option-label {
|
1673 |
+
justify-content: center;
|
1674 |
+
width: 100%;
|
1675 |
+
margin-bottom: 0;
|
1676 |
+
padding-bottom: 0;
|
1677 |
+
text-align: center;
|
1678 |
+
}
|
1679 |
+
|
1680 |
+
.happyforms-table__cell--row-title {
|
1681 |
+
align-items: flex-start;
|
1682 |
+
justify-content: flex-start;
|
1683 |
+
}
|
1684 |
+
|
1685 |
+
.happyforms-table__cell--column-title-sm {
|
1686 |
+
display: none;
|
1687 |
+
}
|
1688 |
+
|
1689 |
+
@media screen and (max-width: 800px) {
|
1690 |
+
.happyforms-part--table .happyforms-part__description {
|
1691 |
+
margin-bottom: 20px;
|
1692 |
+
}
|
1693 |
+
|
1694 |
+
.happyforms-table {
|
1695 |
+
display: block;
|
1696 |
+
}
|
1697 |
+
|
1698 |
+
.happyforms-table__row--head {
|
1699 |
+
display: none;
|
1700 |
+
}
|
1701 |
+
|
1702 |
+
.happyforms-table__row {
|
1703 |
+
flex-wrap: wrap;
|
1704 |
+
margin-bottom: 20px;
|
1705 |
+
}
|
1706 |
+
|
1707 |
+
.happyforms-table__cell {
|
1708 |
+
display: flex;
|
1709 |
+
width: 100% !important;
|
1710 |
+
padding-left: 5px;
|
1711 |
+
padding-right: 5px;
|
1712 |
+
}
|
1713 |
+
|
1714 |
+
.happyforms-table__cell:first-child {
|
1715 |
+
background-color: #dbdbdb;
|
1716 |
+
}
|
1717 |
+
|
1718 |
+
.happyforms-table__cell--row-title {
|
1719 |
+
font-weight: bold;
|
1720 |
+
}
|
1721 |
+
|
1722 |
+
.happyforms-table__cell--column-title-sm {
|
1723 |
+
display: block;
|
1724 |
+
flex-grow: 1;
|
1725 |
+
width: 50%;
|
1726 |
+
font-weight: normal;
|
1727 |
+
text-align: left;
|
1728 |
+
}
|
1729 |
+
|
1730 |
+
label.happyforms-part__label {
|
1731 |
+
flex-grow: 1;
|
1732 |
+
width: 100%;
|
1733 |
+
line-height: 1.3;
|
1734 |
+
}
|
1735 |
+
}
|
1736 |
+
|
1737 |
+
.happyforms-part--recaptcha {
|
1738 |
+
padding: 0 1%;
|
1739 |
+
}
|
1740 |
+
|
1741 |
+
.happyforms-part--recaptcha .happyforms-part-wrap>div {
|
1742 |
+
margin-bottom: 20px;
|
1743 |
+
padding: 5px 0;
|
1744 |
+
}
|
1745 |
+
|
1746 |
+
@media screen and (max-width: 500px) {
|
1747 |
+
.happyforms-part--recaptcha>div>div {
|
1748 |
+
transform: scale(0.75);
|
1749 |
+
transform-origin: 0 0;
|
1750 |
+
}
|
1751 |
+
}
|
1752 |
+
|
1753 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part--recaptcha .happyforms-part-wrap>div {
|
1754 |
+
padding: 20px 3%;
|
1755 |
+
}
|
1756 |
+
|
1757 |
+
.happyforms-form--part-outer-padding-narrow .happyforms-part--recaptcha .happyforms-part-wrap>div {
|
1758 |
+
padding: 5px 0.5%;
|
1759 |
+
}
|
1760 |
+
|
1761 |
+
.happyforms-part--phone .happyforms-part-phone-wrap {
|
1762 |
+
position: relative;
|
1763 |
+
}
|
1764 |
+
|
1765 |
+
/* phone part */
|
1766 |
+
.happyforms-country-select {
|
1767 |
+
position: absolute;
|
1768 |
+
top: 0;
|
1769 |
+
left: 0;
|
1770 |
+
right: auto;
|
1771 |
+
display: flex;
|
1772 |
+
align-items: center;
|
1773 |
+
width: 70px;
|
1774 |
+
height: 100%;
|
1775 |
+
}
|
1776 |
+
|
1777 |
+
.happyforms-form--part-border-radius-square .happyforms-country-select {
|
1778 |
+
border-radius: 0;
|
1779 |
+
}
|
1780 |
+
|
1781 |
+
.happyforms-form--part-border-radius-pill .happyforms-country-select {
|
1782 |
+
border-radius: 25px;
|
1783 |
+
border-bottom: 0;
|
1784 |
+
border-top: 0;
|
1785 |
+
}
|
1786 |
+
|
1787 |
+
.happyforms-form--part-border-off .happyforms-country-select {
|
1788 |
+
border-width: 0;
|
1789 |
+
}
|
1790 |
+
|
1791 |
+
.happyforms-form--part-borders-bottom-only .happyforms-country-select {
|
1792 |
+
border-top-width: 0;
|
1793 |
+
border-left-width: 0;
|
1794 |
+
}
|
1795 |
+
|
1796 |
+
.happyforms-country-select.focus {
|
1797 |
+
border-right: 0;
|
1798 |
+
}
|
1799 |
+
|
1800 |
+
.happyforms-form--part-border-off .happyforms-country-select.focus {
|
1801 |
+
border-width: 0;
|
1802 |
+
}
|
1803 |
+
|
1804 |
+
.happyforms-form--part-borders-bottom-only .happyforms-country-select.focus {
|
1805 |
+
border-top-width: 0;
|
1806 |
+
border-left-width: 0;
|
1807 |
+
border-bottom-width: 1px;
|
1808 |
+
}
|
1809 |
+
|
1810 |
+
.happyforms-country-select-trigger {
|
1811 |
+
display: none;
|
1812 |
+
position: absolute;
|
1813 |
+
top: 0;
|
1814 |
+
left: 0;
|
1815 |
+
right: auto;
|
1816 |
+
width: 70px;
|
1817 |
+
height: 100%;
|
1818 |
+
z-index: 10;
|
1819 |
+
}
|
1820 |
+
|
1821 |
+
.happyforms-country-select--multiple .happyforms-country-select-trigger {
|
1822 |
+
display: block;
|
1823 |
+
}
|
1824 |
+
|
1825 |
+
.happyforms-country-select__selected-country {
|
1826 |
+
position: relative;
|
1827 |
+
z-index: 1;
|
1828 |
+
padding: 0 20px 0 7px;
|
1829 |
+
box-sizing: border-box;
|
1830 |
+
transition: background-color 0.2s ease-in;
|
1831 |
+
}
|
1832 |
+
|
1833 |
+
.happyforms-form--part-border-radius-pill .happyforms-country-select__selected-country {
|
1834 |
+
border-radius: 25px;
|
1835 |
+
border-top-right-radius: 0;
|
1836 |
+
border-bottom-right-radius: 0;
|
1837 |
+
}
|
1838 |
+
|
1839 |
+
.happyforms-country-select--multiple .happyforms-country-select__selected-country:after {
|
1840 |
+
content: '';
|
1841 |
+
display: block;
|
1842 |
+
position: absolute;
|
1843 |
+
top: calc(50% - 2px);
|
1844 |
+
right: 5px;
|
1845 |
+
width: 0;
|
1846 |
+
height: 0;
|
1847 |
+
}
|
1848 |
+
|
1849 |
+
.happyforms-country-select--multiple .happyforms-country-select__selected-country:after {
|
1850 |
+
border-left: 5px solid transparent;
|
1851 |
+
border-right: 5px solid transparent;
|
1852 |
+
border-top: 5px solid #000;
|
1853 |
+
}
|
1854 |
+
|
1855 |
+
.happyforms-country-select.focus .happyforms-flag {
|
1856 |
+
position: relative;
|
1857 |
+
left: -1px;
|
1858 |
+
}
|
1859 |
+
|
1860 |
+
.happyforms-flag {
|
1861 |
+
position: relative;
|
1862 |
+
display: flex;
|
1863 |
+
align-items: center;
|
1864 |
+
height: auto;
|
1865 |
+
line-height: 1;
|
1866 |
+
font-size: inherit;
|
1867 |
+
font-size: 100%;
|
1868 |
+
}
|
1869 |
+
|
1870 |
+
.happyforms-part--phone.happyforms-is-masked .happyforms-part-phone-wrap>input[type=text] {
|
1871 |
+
padding-left: 45px;
|
1872 |
+
}
|
1873 |
+
|
1874 |
+
.happyforms-part--phone.happyforms-is-masked .happyforms-part-phone-wrap>input[type=text]:focus~div {
|
1875 |
+
display: none;
|
1876 |
+
}
|
1877 |
+
|
1878 |
+
.happyforms-part--phone.happyforms-is-masked.happyforms-has-country-select .happyforms-part-phone-wrap>input[type=text] {
|
1879 |
+
padding-left: 60px;
|
1880 |
+
}
|
1881 |
+
|
1882 |
+
/* new dropdowns */
|
1883 |
+
.happyforms-part select {
|
1884 |
+
display: none;
|
1885 |
+
}
|
1886 |
+
|
1887 |
+
.happyforms-custom-select input[readonly="readonly"] {
|
1888 |
+
cursor: pointer;
|
1889 |
+
}
|
1890 |
+
|
1891 |
+
.happyforms-custom-select-dropdown {
|
1892 |
+
display: none;
|
1893 |
+
position: absolute;
|
1894 |
+
top: 100%;
|
1895 |
+
z-index: 10;
|
1896 |
+
list-style: none;
|
1897 |
+
margin: 0 !important;
|
1898 |
+
padding: 0 !important;
|
1899 |
+
text-align: left;
|
1900 |
+
background-color: #fff;
|
1901 |
+
border: 1px solid #dbdbdb;
|
1902 |
+
white-space: nowrap;
|
1903 |
+
width: 100%;
|
1904 |
+
max-height: 250px;
|
1905 |
+
overflow-y: scroll;
|
1906 |
+
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
|
1907 |
+
}
|
1908 |
+
|
1909 |
+
.happyforms-part__select-wrap {
|
1910 |
+
cursor: pointer;
|
1911 |
+
}
|
1912 |
+
|
1913 |
+
.happyforms-custom-select-dropdown.phone {
|
1914 |
+
min-width: 425px;
|
1915 |
+
}
|
1916 |
+
|
1917 |
+
.happyforms-custom-select-dropdown.active {
|
1918 |
+
display: block !important;
|
1919 |
+
}
|
1920 |
+
|
1921 |
+
.happyforms-custom-select-dropdown li {
|
1922 |
+
cursor: pointer;
|
1923 |
+
display: flex;
|
1924 |
+
align-items: center;
|
1925 |
+
padding: 5px 10px;
|
1926 |
+
min-height: 35px;
|
1927 |
+
color: #000;
|
1928 |
+
background-color: #fff;
|
1929 |
+
white-space: normal;
|
1930 |
+
}
|
1931 |
+
|
1932 |
+
.happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__placeholder {
|
1933 |
+
color: #888888;
|
1934 |
+
}
|
1935 |
+
|
1936 |
+
.happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__item:hover,
|
1937 |
+
.happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__item.active {
|
1938 |
+
color: #000;
|
1939 |
+
background-color: #dbdbdb;
|
1940 |
+
}
|
1941 |
+
|
1942 |
+
.happyforms-part-select--required .happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__placeholder,
|
1943 |
+
.happyforms-part-date--required .happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__placeholder,
|
1944 |
+
.happyforms-part--with-autocomplete .happyforms-custom-select-dropdown li.happyforms-custom-select-dropdown__placeholder {
|
1945 |
+
display: none;
|
1946 |
+
}
|
1947 |
+
|
1948 |
+
.happyforms-custom-select-dropdown .happyforms-flag {
|
1949 |
+
font-size: 30px;
|
1950 |
+
}
|
1951 |
+
|
1952 |
+
.happyforms-custom-select-dropdown .happyforms-custom-select-dropdown-item__label--country {
|
1953 |
+
padding: 0 10px 0 5px;
|
1954 |
+
font-size: 16px;
|
1955 |
+
}
|
1956 |
+
|
1957 |
+
.happyforms-custom-select-dropdown .happyforms-custom-select-dropdown-item__label--country-code {
|
1958 |
+
font-size: 14px;
|
1959 |
+
color: #888888;
|
1960 |
+
}
|
1961 |
+
|
1962 |
+
.happyforms-part-preview .happyforms-part__label {
|
1963 |
+
cursor: default;
|
1964 |
+
margin-bottom: 10px;
|
1965 |
+
}
|
1966 |
+
|
1967 |
+
.happyforms-part-preview .happyforms-part__label .label {
|
1968 |
+
font-weight: bold;
|
1969 |
+
}
|
1970 |
+
|
1971 |
+
.happyforms-part--submit {
|
1972 |
+
display: flex;
|
1973 |
+
flex-flow: row wrap;
|
1974 |
+
align-items: baseline;
|
1975 |
+
}
|
1976 |
+
|
1977 |
+
.happyforms-form-preview .happyforms-part--submit {
|
1978 |
+
margin-top: 30px;
|
1979 |
+
}
|
1980 |
+
|
1981 |
+
.happyforms-form-preview .happyforms-part--recaptcha {
|
1982 |
+
padding-left: 0;
|
1983 |
+
padding-right: 0;
|
1984 |
+
}
|
1985 |
+
|
1986 |
+
.happyforms-form-preview .happyforms-part--recaptcha {
|
1987 |
+
margin-top: 50px;
|
1988 |
+
margin-bottom: 0;
|
1989 |
+
}
|
1990 |
+
|
1991 |
+
.happyforms-part--submit * {
|
1992 |
+
margin-right: 20px;
|
1993 |
+
}
|
1994 |
+
|
1995 |
+
.happyforms-form--submit-button-align-center .happyforms-part--submit,
|
1996 |
+
.happyforms-form--submit-button-fullwidth .happyforms-part--submit {
|
1997 |
+
flex-flow: column wrap;
|
1998 |
+
align-items: center;
|
1999 |
+
}
|
2000 |
+
|
2001 |
+
.happyforms-form--submit-button-align-center .happyforms-part--submit a,
|
2002 |
+
.happyforms-form--submit-button-fullwidth .happyforms-part--submit a {
|
2003 |
+
order: 2;
|
2004 |
+
margin-top: 10px;
|
2005 |
+
margin-right: 0;
|
2006 |
+
}
|
2007 |
+
|
2008 |
+
.happyforms-form--submit-button-align-right .happyforms-part--submit {
|
2009 |
+
justify-content: flex-end;
|
2010 |
+
}
|
2011 |
+
|
2012 |
+
.happyforms-form--submit-button-align-center .happyforms-part--submit input,
|
2013 |
+
.happyforms-form--submit-button-align-right .happyforms-part--submit input {
|
2014 |
+
margin-right: 0;
|
2015 |
+
}
|
2016 |
+
|
2017 |
+
.happyforms-form--submit-button-align-right .happyforms-part--submit input + a {
|
2018 |
+
margin-left: 20px;
|
2019 |
+
margin-right: 0;
|
2020 |
+
}
|
2021 |
+
|
2022 |
+
@media screen and (max-width: 800px) {
|
2023 |
+
.happyforms-form-preview .happyforms-part--submit {
|
2024 |
+
flex-flow: column wrap;
|
2025 |
+
}
|
2026 |
+
|
2027 |
+
.happyforms-form-preview .happyforms-part--submit input {
|
2028 |
+
margin-right: 0;
|
2029 |
+
}
|
2030 |
+
}
|
2031 |
+
|
2032 |
+
.happyforms-hide {
|
2033 |
+
display: none;
|
2034 |
+
}
|
2035 |
+
|
2036 |
+
.happyforms-part-preview {
|
2037 |
+
margin-bottom: 0;
|
2038 |
+
padding: 10px 1%;
|
2039 |
+
margin: 0;
|
2040 |
+
}
|
2041 |
+
|
2042 |
+
.happyforms-part-preview {
|
2043 |
+
background-color: #fcfcfc;
|
2044 |
+
}
|
2045 |
+
|
2046 |
+
.happyforms-part-preview + .happyforms-part--recaptcha {
|
2047 |
+
margin-top: 20px;
|
2048 |
+
}
|
2049 |
+
|
2050 |
+
.happyforms-part-preview:nth-child(even) {
|
2051 |
+
background-color: #efefef;
|
2052 |
+
}
|
2053 |
+
|
2054 |
+
.happyforms-part-preview:nth-child(even) .happyforms-part__label .label {
|
2055 |
+
color: #000;
|
2056 |
+
}
|
2057 |
+
|
2058 |
+
.happyforms-form-preview>p {
|
2059 |
+
padding: 45px 1% 10px;
|
2060 |
+
}
|
2061 |
+
|
2062 |
+
.happyforms-part--narrative input[type=text] {
|
2063 |
+
display: inline-block;
|
2064 |
+
width: auto;
|
2065 |
+
margin: 5px 5px 0;
|
2066 |
+
line-height: 1;
|
2067 |
+
text-align: center;
|
2068 |
+
}
|
2069 |
+
|
2070 |
+
.happyforms-part--narrative p {
|
2071 |
+
line-height: 2.7;
|
2072 |
+
}
|
2073 |
+
|
2074 |
+
.happyforms-part--narrative.happyforms-part--label-left .happyforms-part__label {
|
2075 |
+
line-height: 2.7;
|
2076 |
+
}
|
2077 |
+
|
2078 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--narrative p {
|
2079 |
+
line-height: 2.5;
|
2080 |
+
}
|
2081 |
+
|
2082 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--narrative input[type=text] {
|
2083 |
+
margin: 3px 3px 0;
|
2084 |
+
}
|
2085 |
+
|
2086 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--narrative p {
|
2087 |
+
line-height: 4;
|
2088 |
+
}
|
2089 |
+
|
2090 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--narrative input[type=text] {
|
2091 |
+
margin: 12px 7px;
|
2092 |
+
}
|
2093 |
+
|
2094 |
+
/*
|
2095 |
+
* Rich Text
|
2096 |
+
*/
|
2097 |
+
|
2098 |
+
.happyforms-part--rich_text div.mce-toolbar-grp {
|
2099 |
+
position: relative;
|
2100 |
+
left: -1px;
|
2101 |
+
width: calc(100% + 3px);
|
2102 |
+
padding-bottom: 1px;
|
2103 |
+
border-bottom: 1px solid !important;
|
2104 |
+
}
|
2105 |
+
|
2106 |
+
.happyforms-part--rich_text div.mce-panel {
|
2107 |
+
background: transparent !important;
|
2108 |
+
}
|
2109 |
+
|
2110 |
+
.happyforms-part--rich_text.focus div.mce-toolbar-grp {
|
2111 |
+
left: 0;
|
2112 |
+
width: 100%;
|
2113 |
+
}
|
2114 |
+
|
2115 |
+
.happyforms-part--rich_text div.mce-toolbar-grp>div {
|
2116 |
+
padding: 0 2px;
|
2117 |
+
}
|
2118 |
+
|
2119 |
+
.happyforms-part--rich_text.focus div.mce-toolbar-grp>div {
|
2120 |
+
padding: 0 1px;
|
2121 |
+
}
|
2122 |
+
|
2123 |
+
.happyforms-part--rich_text .mce-top-part::before {
|
2124 |
+
box-shadow: none;
|
2125 |
+
}
|
2126 |
+
|
2127 |
+
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link {
|
2128 |
+
background-color: white;
|
2129 |
+
border-width: 2px;
|
2130 |
+
box-shadow: none;
|
2131 |
+
}
|
2132 |
+
|
2133 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up:before {
|
2134 |
+
top: -11px;
|
2135 |
+
left: 50%;
|
2136 |
+
border-width: 0 11px 11px;
|
2137 |
+
}
|
2138 |
+
|
2139 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-down:before {
|
2140 |
+
bottom: -10px;
|
2141 |
+
border-width: 9px 9px 0;
|
2142 |
+
}
|
2143 |
+
|
2144 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-down:after {
|
2145 |
+
bottom: -7px;
|
2146 |
+
left: 50%;
|
2147 |
+
border-top-color: #fff;
|
2148 |
+
}
|
2149 |
+
|
2150 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-left:before {
|
2151 |
+
left: 18px;
|
2152 |
+
}
|
2153 |
+
|
2154 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-left.mce-arrow-down:after {
|
2155 |
+
left: 19px;
|
2156 |
+
}
|
2157 |
+
|
2158 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up.mce-arrow-right:before {
|
2159 |
+
left: auto;
|
2160 |
+
right: 18px;
|
2161 |
+
}
|
2162 |
+
|
2163 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up:after {
|
2164 |
+
left: calc(50% + 2px);
|
2165 |
+
border-bottom-color: #fff;
|
2166 |
+
}
|
2167 |
+
|
2168 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up.mce-arrow-left:after {
|
2169 |
+
left: 21px;
|
2170 |
+
}
|
2171 |
+
|
2172 |
+
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-right:after {
|
2173 |
+
left: auto;
|
2174 |
+
right: 21px;
|
2175 |
+
}
|
2176 |
+
|
2177 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn button,
|
2178 |
+
.happyforms-editor-toolbar-link .mce-toolbar .mce-btn-group .mce-btn button {
|
2179 |
+
cursor: pointer !important;
|
2180 |
+
padding: 0 !important;
|
2181 |
+
background-color: transparent;
|
2182 |
+
}
|
2183 |
+
|
2184 |
+
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-input input {
|
2185 |
+
margin: 0;
|
2186 |
+
padding: 5px;
|
2187 |
+
border: 0;
|
2188 |
+
background-color: white;
|
2189 |
+
}
|
2190 |
+
|
2191 |
+
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-preview {
|
2192 |
+
margin: 7px 6px;
|
2193 |
+
}
|
2194 |
+
|
2195 |
+
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-input input::placeholder {
|
2196 |
+
color: #888888;
|
2197 |
+
}
|
2198 |
+
|
2199 |
+
.happyforms-part--rich_text .mce-panel {
|
2200 |
+
z-index: 1 !important;
|
2201 |
+
}
|
2202 |
+
|
2203 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
2204 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
2205 |
+
.happyforms-part--rich_text .qt-dfw,
|
2206 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn,
|
2207 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
|
2208 |
+
padding: 2px;
|
2209 |
+
background-color: transparent;
|
2210 |
+
}
|
2211 |
+
|
2212 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2213 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:focus,
|
2214 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2215 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
2216 |
+
.happyforms-part--rich_text .qt-dfw:hover,
|
2217 |
+
.happyforms-part--rich_text .qt-dfw:focus,
|
2218 |
+
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2219 |
+
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:focus,
|
2220 |
+
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
2221 |
+
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,
|
2222 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active,
|
2223 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:active,
|
2224 |
+
.happyforms-part--rich_text .qt-dfw.active,
|
2225 |
+
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
|
2226 |
+
.happyforms-part--rich_text .qt-dfw.active:hover {
|
2227 |
+
background: transparent;
|
2228 |
+
box-shadow: none;
|
2229 |
+
color: inherit;
|
2230 |
+
}
|
2231 |
+
|
2232 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary,
|
2233 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
2234 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,
|
2235 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn,
|
2236 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2237 |
+
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:focus {
|
2238 |
+
box-shadow: none;
|
2239 |
+
}
|
2240 |
+
|
2241 |
+
.happyforms-part--rich_text .mce-btn svg {
|
2242 |
+
fill: currentColor;
|
2243 |
+
}
|
2244 |
+
|
2245 |
+
.happyforms-editor-toolbar-link svg {
|
2246 |
+
fill: #000;
|
2247 |
+
}
|
2248 |
+
|
2249 |
+
.happyforms-part--rich_text .mce-edit-area,
|
2250 |
+
.happyforms-part--rich_text .mce-statusbar .mce-container-body,
|
2251 |
+
.happyforms-part--rich_text div.mce-toolbar-grp,
|
2252 |
+
.happyforms-part--rich_text div.mce-statusbar {
|
2253 |
+
border-width: 0 !important;
|
2254 |
+
}
|
2255 |
+
|
2256 |
+
.happyforms-part--rich_text div.mce-toolbar-grp {
|
2257 |
+
border-width: 0;
|
2258 |
+
border-bottom-width: 1px !important;
|
2259 |
+
background-color: transparent !important;
|
2260 |
+
}
|
2261 |
+
|
2262 |
+
.happyforms-part--rich_text .mce-tinymce.mce-container {
|
2263 |
+
border-width: 0px 1px 1px 1px;
|
2264 |
+
}
|
2265 |
+
|
2266 |
+
.happyforms-part--rich_text.focus .mce-tinymce.mce-container {
|
2267 |
+
overflow: hidden;
|
2268 |
+
}
|
2269 |
+
|
2270 |
+
.happyforms-part--rich_text .mce-statusbar {
|
2271 |
+
position: absolute;
|
2272 |
+
bottom: 0;
|
2273 |
+
width: 100%;
|
2274 |
+
background-color: transparent !important;
|
2275 |
+
}
|
2276 |
+
|
2277 |
+
.happyforms-part--rich_text .happyforms-visual-editor {
|
2278 |
+
position: relative;
|
2279 |
+
overflow: hidden;
|
2280 |
+
padding: 1px 1px 0;
|
2281 |
+
border: 1px solid;
|
2282 |
+
}
|
2283 |
+
|
2284 |
+
.happyforms-part--rich_text.focus .happyforms-visual-editor {
|
2285 |
+
outline: 0;
|
2286 |
+
}
|
2287 |
+
|
2288 |
+
.happyforms-form--part-border-off .happyforms-part--rich_text .happyforms-visual-editor {
|
2289 |
+
border-color: transparent;
|
2290 |
+
}
|
2291 |
+
|
2292 |
+
.happyforms-form--part-borders-bottom-only .happyforms-part--rich_text.focus .happyforms-visual-editor {
|
2293 |
+
border-bottom-width: 1px;
|
2294 |
+
}
|
2295 |
+
|
2296 |
+
.happyforms-form--part-border-off .happyforms-part--rich_text div.mce-toolbar-grp,
|
2297 |
+
.happyforms-form--part-border-off .happyforms-part--rich_text .mce-statusbar .mce-container-body {
|
2298 |
+
border: 0;
|
2299 |
+
}
|
2300 |
+
|
2301 |
+
.happyforms-form--part-borders-bottom-only .happyforms-part--rich_text .happyforms-visual-editor {
|
2302 |
+
box-shadow: none;
|
2303 |
+
border-top-color: transparent;
|
2304 |
+
border-left-color: transparent;
|
2305 |
+
border-right-color: transparent;
|
2306 |
+
}
|
2307 |
+
|
2308 |
+
.happyforms-form--part-borders-bottom-only .happyforms-part--rich_text .mce-statusbar .mce-container-body {
|
2309 |
+
border-left: 0;
|
2310 |
+
border-right: 0;
|
2311 |
+
}
|
2312 |
+
|
2313 |
+
.happyforms-form--part-border-radius-square .happyforms-part--rich_text .happyforms-visual-editor,
|
2314 |
+
.happyforms-form--part-border-radius-square .happyforms-part--rich_text .mce-tinymce.mce-container {
|
2315 |
+
border-radius: 0 !important;
|
2316 |
+
}
|
2317 |
+
|
2318 |
+
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .happyforms-visual-editor,
|
2319 |
+
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .mce-tinymce.mce-container {
|
2320 |
+
border-radius: 25px !important;
|
2321 |
+
}
|
2322 |
+
|
2323 |
+
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .mce-toolbar .mce-btn-group.mce-first {
|
2324 |
+
margin-left: 10px;
|
2325 |
+
}
|
2326 |
+
|
2327 |
+
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .mce-container-body .mce-resizehandle {
|
2328 |
+
right: 10px;
|
2329 |
+
bottom: 3px;
|
2330 |
+
}
|
2331 |
+
|
2332 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--rich_text .mce-content-body {
|
2333 |
+
margin-top: 0;
|
2334 |
+
margin-bottom: 0;
|
2335 |
+
}
|
2336 |
+
|
2337 |
+
.happyforms-part--rich_text .mce-edit-area {
|
2338 |
+
position: relative;
|
2339 |
+
left: -1px;
|
2340 |
+
width: calc(100% + 3px);
|
2341 |
+
padding: 0;
|
2342 |
+
overflow: hidden;
|
2343 |
+
}
|
2344 |
+
|
2345 |
+
.happyforms-part--rich_text.focus .mce-edit-area {
|
2346 |
+
left: 0;
|
2347 |
+
width: calc(100% + 1px);
|
2348 |
+
}
|
2349 |
+
|
2350 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--rich_text.focus .mce-edit-area {
|
2351 |
+
width: calc(100% - 10px);
|
2352 |
+
}
|
2353 |
+
|
2354 |
+
.happyforms-part--rich_text.focus .mce-edit-area iframe {
|
2355 |
+
margin-left: -1px;
|
2356 |
+
}
|
2357 |
+
|
2358 |
+
.happyforms-part--rich_text .mce-edit-area iframe {
|
2359 |
+
position: relative;
|
2360 |
+
top: -5px;
|
2361 |
+
}
|
2362 |
+
|
2363 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--rich_text .mce-edit-area {
|
2364 |
+
padding: 0 5px 5px;
|
2365 |
+
}
|
2366 |
+
|
2367 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--rich_text .mce-edit-area iframe {
|
2368 |
+
top: -10px;
|
2369 |
+
left: -5px;
|
2370 |
+
}
|
2371 |
+
|
2372 |
+
.happyforms-part--rich_text .mce-container-body .mce-resizehandle {
|
2373 |
+
right: -2px;
|
2374 |
+
bottom: 1px;
|
2375 |
+
overflow-y: hidden;
|
2376 |
+
resize: horizontal;
|
2377 |
+
}
|
2378 |
+
|
2379 |
+
.happyforms-part--rich_text .mce-container-body .mce-resizehandle .mce-i-resize:before {
|
2380 |
+
resize: horizontal;
|
2381 |
+
overflow-y: scroll;
|
2382 |
+
color: transparent;
|
2383 |
+
}
|
2384 |
+
|
2385 |
+
.happyforms-part--rich_text.happyforms-part--label-below.happyforms-part--has-tooltip .happyforms-visual-editor,
|
2386 |
+
.happyforms-part--rich_text.happyforms-part--label-left.happyforms-part--has-tooltip .happyforms-visual-editor {
|
2387 |
+
margin-top: 35px;
|
2388 |
+
}
|
2389 |
+
|
2390 |
+
.happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-part__el {
|
2391 |
+
margin-top: 35px;
|
2392 |
+
}
|
2393 |
+
|
2394 |
+
.happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-tooltip {
|
2395 |
+
top: -30px;
|
2396 |
+
}
|
2397 |
+
|
2398 |
+
.happyforms-part__char-counter {
|
2399 |
+
display: inline-block;
|
2400 |
+
position: relative;
|
2401 |
+
z-index: 99;
|
2402 |
+
float: right;
|
2403 |
+
margin-top: -25px;
|
2404 |
+
margin-right: 10px;
|
2405 |
+
pointer-events: none;
|
2406 |
+
color: var(--happyforms-color-part-placeholder);
|
2407 |
+
font-size: 13px;
|
2408 |
+
}
|
2409 |
+
.screen-reader-text {
|
2410 |
+
position: absolute;
|
2411 |
+
top: 0;
|
2412 |
+
left: -10000em;
|
2413 |
+
}
|
2414 |
+
.happyforms-form--direction-rtl .screen-reader-text {
|
2415 |
+
left: auto;
|
2416 |
+
right: -10000em;
|
2417 |
+
}
|
2418 |
+
|
2419 |
+
.screen-reader-text:focus {
|
2420 |
+
display: block;
|
2421 |
+
z-index: 100000;
|
2422 |
+
top: 7px;
|
2423 |
+
left: 6px;
|
2424 |
+
width: auto;
|
2425 |
+
height: auto;
|
2426 |
+
padding: 15px 23px 14px;
|
2427 |
+
color: #0073aa;
|
2428 |
+
background: #f1f1f1;
|
2429 |
+
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
2430 |
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
2431 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2432 |
+
font-size: 14px;
|
2433 |
+
font-weight: 600;
|
2434 |
+
line-height: normal;
|
2435 |
+
text-decoration: none;
|
2436 |
+
}
|
trunk/inc/core/assets/css/notice.css
ADDED
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.happyforms-notice--custom {
|
2 |
+
position: relative;
|
3 |
+
margin-bottom: 15px;
|
4 |
+
padding: 25px;
|
5 |
+
border-left: 6px solid #FFB900;
|
6 |
+
background-color: #FFF8E5;
|
7 |
+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
8 |
+
}
|
9 |
+
|
10 |
+
.happyforms-notice--custom h2.happyforms-notice__title {
|
11 |
+
margin: 0 0 15px !important;
|
12 |
+
padding: 0 !important;
|
13 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
|
14 |
+
font-weight: bold !important;
|
15 |
+
font-size: 16px !important;
|
16 |
+
color: #000 !important;
|
17 |
+
}
|
18 |
+
|
19 |
+
.happyforms-notice--custom p {
|
20 |
+
margin-bottom: 0 !important;
|
21 |
+
color: #444 !important;
|
22 |
+
}
|
23 |
+
|
24 |
+
.happyforms-notice--custom ul {
|
25 |
+
list-style: none !important;
|
26 |
+
display: flex !important;
|
27 |
+
flex-flow: column wrap !important;
|
28 |
+
margin: 0 0 15px !important;
|
29 |
+
padding: 0 !important;
|
30 |
+
}
|
31 |
+
|
32 |
+
.happyforms-notice--custom ul li {
|
33 |
+
flex: 1;
|
34 |
+
width: 100%;
|
35 |
+
line-height: 1.65;
|
36 |
+
}
|
37 |
+
|
38 |
+
@media screen and (min-width: 800px) {
|
39 |
+
.happyforms-notice--custom ul {
|
40 |
+
flex-flow: row wrap !important;
|
41 |
+
}
|
42 |
+
|
43 |
+
.happyforms-notice--custom ul li {
|
44 |
+
flex: 0 1 32%;
|
45 |
+
width: 32%;
|
46 |
+
}
|
47 |
+
}
|
48 |
+
|
49 |
+
@media screen and (min-width: 1000px) {
|
50 |
+
.happyforms-notice--custom ul li {
|
51 |
+
flex: 0 1 24%;
|
52 |
+
width: 24%;
|
53 |
+
}
|
54 |
+
}
|
55 |
+
|
56 |
+
.happyforms-notice--custom p,
|
57 |
+
.happyforms-notice--custom ul li {
|
58 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
|
59 |
+
font-weight: normal !important;
|
60 |
+
font-size: 16px !important;
|
61 |
+
color: #000 !important;
|
62 |
+
}
|
63 |
+
|
64 |
+
.happyforms-notice--custom ul li:before {
|
65 |
+
content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-check-circle fa-w-16 fa-2x"><path fill="currentColor" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" class=""></path></svg>');
|
66 |
+
position: relative;
|
67 |
+
top: 1px;
|
68 |
+
display: inline-block;
|
69 |
+
width: 15px;
|
70 |
+
height: 15px;
|
71 |
+
margin-right: 5px;
|
72 |
+
}
|
73 |
+
|
74 |
+
.happyforms-notice--custom .happyforms-dismiss-notice,
|
75 |
+
.happyforms-notice--custom .notice-dismiss {
|
76 |
+
cursor: pointer;
|
77 |
+
outline: 0;
|
78 |
+
position: absolute;
|
79 |
+
top: 10px;
|
80 |
+
right: 10px;
|
81 |
+
text-decoration: none;
|
82 |
+
text-shadow: none;
|
83 |
+
box-shadow: none;
|
84 |
+
}
|
85 |
+
|
86 |
+
.happyforms-notice--custom .happyforms-dismiss-notice:before,
|
87 |
+
.happyforms-notice--custom .notice-dismiss:before {
|
88 |
+
content: "\f153";
|
89 |
+
font-family: dashicons;
|
90 |
+
font-size: 18px;
|
91 |
+
color: #333;
|
92 |
+
text-decoration: none;
|
93 |
+
}
|
94 |
+
|
95 |
+
.happyforms-notice--custom .happyforms-dismiss-notice:hover:before,
|
96 |
+
.happyforms-notice--custom .notice-dismiss:hover:before {
|
97 |
+
color: #333;
|
98 |
+
}
|
99 |
+
|
100 |
+
.happyforms-notice--custom a.button {
|
101 |
+
-webkit-appearance: none;
|
102 |
+
outline: 0;
|
103 |
+
display: inline-block;
|
104 |
+
cursor: pointer !important;
|
105 |
+
padding: 14px 36px;
|
106 |
+
border-width: 1px;
|
107 |
+
border-style: solid;
|
108 |
+
border-radius: 3px;
|
109 |
+
border-color: #0073aa #006799 #006799;
|
110 |
+
box-sizing: border-box;
|
111 |
+
line-height: 1.4285714;
|
112 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
|
113 |
+
font-weight: normal !important;
|
114 |
+
font-size: 14px;
|
115 |
+
white-space: nowrap;
|
116 |
+
color: #fff;
|
117 |
+
text-decoration: none;
|
118 |
+
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
|
119 |
+
background: #0085ba;
|
120 |
+
box-shadow: 0 1px 0 #006799;
|
121 |
+
}
|
122 |
+
|
123 |
+
.happyforms-notice--custom a.button:hover {
|
124 |
+
border-color: #006799;
|
125 |
+
background: #008ec2;
|
126 |
+
color: #fff;
|
127 |
+
}
|
128 |
+
|
129 |
+
.happyforms-notice--custom a.button:active {
|
130 |
+
vertical-align: top;
|
131 |
+
border-color: #006799;
|
132 |
+
background: #0073aa;
|
133 |
+
box-shadow: inset 0 3px 0 #006799;
|
134 |
+
}
|
trunk/inc/core/assets/css/preview.css
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body.happyforms-preview {
|
2 |
+
background-color: #fff !important;
|
3 |
+
padding: 40px;
|
4 |
+
}
|
5 |
+
|
6 |
+
body::before, body::after {
|
7 |
+
content: '' !important;
|
8 |
+
display: none !important;
|
9 |
+
}
|
10 |
+
|
11 |
+
.happyforms-block-editable {
|
12 |
+
position: relative;
|
13 |
+
}
|
14 |
+
|
15 |
+
.customize-partial-edit-shortcut.happyforms-partial-edit-shortcut {
|
16 |
+
display: block;
|
17 |
+
position: absolute;
|
18 |
+
top: 0;
|
19 |
+
}
|
20 |
+
|
21 |
+
.notice {
|
22 |
+
margin-bottom: 15px;
|
23 |
+
}
|
24 |
+
|
25 |
+
.notice-success {
|
26 |
+
padding: 1px 12px;
|
27 |
+
border-left: 4px solid #46b450;
|
28 |
+
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
29 |
+
background: #fff;
|
30 |
+
}
|
31 |
+
|
32 |
+
.notice p {
|
33 |
+
margin: 10px 0;
|
34 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
35 |
+
font-size: 13px;
|
36 |
+
color: #444;
|
37 |
+
}
|
38 |
+
|
39 |
+
.notice a {
|
40 |
+
color: #0073aa;
|
41 |
+
text-decoration: underline;
|
42 |
+
transition: color 0.05s ease-in-out;
|
43 |
+
cursor: auto;
|
44 |
+
}
|
45 |
+
|
46 |
+
.notice a:hover {
|
47 |
+
color: #00a0d2;
|
48 |
+
}
|
49 |
+
|
50 |
+
.happyforms-preview-badge {
|
51 |
+
padding-left: 10px;
|
52 |
+
font-weight: 400;
|
53 |
+
font-size: 16px;
|
54 |
+
}
|
55 |
+
|
56 |
+
.happyforms-part.unloading, .happyforms-block-editable--partial.unloading {
|
57 |
+
opacity: 0.25;
|
58 |
+
cursor: progress !important;
|
59 |
+
-webkit-transition: opacity 0.5s;
|
60 |
+
transition: opacity 0.5s;
|
61 |
+
}
|
62 |
+
|
63 |
+
.happyforms-part.highlighted {
|
64 |
+
outline: 1px solid lightblue;
|
65 |
+
}
|
66 |
+
|
67 |
+
a.happyforms-ask-link,
|
68 |
+
a.happyforms-ask-link.customize-unpreviewable {
|
69 |
+
cursor: pointer !important;
|
70 |
+
}
|
71 |
+
|
72 |
+
.happyforms-form__part.happyforms-part--recaptcha {
|
73 |
+
display: none;
|
74 |
+
}
|
75 |
+
|
76 |
+
.happyforms-part--width-auto + .happyforms-part--recaptcha {
|
77 |
+
display: none !important;
|
78 |
+
}
|
79 |
+
|
80 |
+
.happyforms-part--focus-reveal-description input:focus + .happyforms-part__tooltip + .happyforms-part__description,
|
81 |
+
.happyforms-part--focus-reveal-description textarea:focus + .happyforms-part__tooltip + .happyforms-part__description {
|
82 |
+
display: block;
|
83 |
+
}
|
84 |
+
|
85 |
+
.preview-hidden {
|
86 |
+
display: none !important;
|
87 |
+
}
|
88 |
+
|
89 |
+
a.disabled {
|
90 |
+
pointer-events: none;
|
91 |
+
cursor: not-allowed;
|
92 |
+
}
|
trunk/inc/core/assets/fonts/FontAwesome.otf
ADDED
Binary file
|
trunk/inc/core/assets/fonts/fontawesome-webfont.eot
ADDED
Binary file
|
trunk/inc/core/assets/fonts/fontawesome-webfont.svg
ADDED
@@ -0,0 +1,2671 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg>
|
4 |
+
<metadata>
|
5 |
+
Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
|
6 |
+
By ,,,
|
7 |
+
Copyright Dave Gandy 2016. All rights reserved.
|
8 |
+
</metadata>
|
9 |
+
<defs>
|
10 |
+
<font id="FontAwesome" horiz-adv-x="1536" >
|
11 |
+
<font-face
|
12 |
+
font-family="FontAwesome"
|
13 |
+
font-weight="400"
|
14 |
+
font-stretch="normal"
|
15 |
+
units-per-em="1792"
|
16 |
+
panose-1="0 0 0 0 0 0 0 0 0 0"
|
17 |
+
ascent="1536"
|
18 |
+
descent="-256"
|
19 |
+
bbox="-1.02083 -256.962 2304.6 1537.02"
|
20 |
+
underline-thickness="0"
|
21 |
+
underline-position="0"
|
22 |
+
unicode-range="U+0020-F500"
|
23 |
+
/>
|
24 |
+
<missing-glyph horiz-adv-x="896"
|
25 |
+
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
|
26 |
+
<glyph glyph-name=".notdef" horiz-adv-x="896"
|
27 |
+
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
|
28 |
+
<glyph glyph-name=".null" horiz-adv-x="0"
|
29 |
+
/>
|
30 |
+
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
|
31 |
+
/>
|
32 |
+
<glyph glyph-name="space" unicode=" " horiz-adv-x="448"
|
33 |
+
/>
|
34 |
+
<glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="1792"
|
35 |
+
/>
|
36 |
+
<glyph glyph-name="copyright" unicode="©" horiz-adv-x="1792"
|
37 |
+
/>
|
38 |
+
<glyph glyph-name="registered" unicode="®" horiz-adv-x="1792"
|
39 |
+
/>
|
40 |
+
<glyph glyph-name="acute" unicode="´" horiz-adv-x="1792"
|
41 |
+
/>
|
42 |
+
<glyph glyph-name="AE" unicode="Æ" horiz-adv-x="1792"
|
43 |
+
/>
|
44 |
+
<glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="1792"
|
45 |
+
/>
|
46 |
+
<glyph glyph-name="trademark" unicode="™" horiz-adv-x="1792"
|
47 |
+
/>
|
48 |
+
<glyph glyph-name="infinity" unicode="∞" horiz-adv-x="1792"
|
49 |
+
/>
|
50 |
+
<glyph glyph-name="notequal" unicode="≠" horiz-adv-x="1792"
|
51 |
+
/>
|
52 |
+
<glyph glyph-name="glass" unicode="" horiz-adv-x="1792"
|
53 |
+
d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
|
54 |
+
<glyph glyph-name="music" unicode=""
|
55 |
+
d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
|
56 |
+
t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
|
57 |
+
<glyph glyph-name="search" unicode="" horiz-adv-x="1664"
|
58 |
+
d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
|
59 |
+
t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
|
60 |
+
<glyph glyph-name="envelope" unicode="" horiz-adv-x="1792"
|
61 |
+
d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
|
62 |
+
t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
|
63 |
+
M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
|
64 |
+
<glyph glyph-name="heart" unicode="" horiz-adv-x="1792"
|
65 |
+
d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
|
66 |
+
q-18 -18 -44 -18z" />
|
67 |
+
<glyph glyph-name="star" unicode="" horiz-adv-x="1664"
|
68 |
+
d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
|
69 |
+
l502 -73q56 -9 56 -46z" />
|
70 |
+
<glyph glyph-name="star_empty" unicode="" horiz-adv-x="1664"
|
71 |
+
d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
|
72 |
+
l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
|
73 |
+
<glyph glyph-name="user" unicode="" horiz-adv-x="1280"
|
74 |
+
d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
|
75 |
+
t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
|
76 |
+
<glyph glyph-name="film" unicode="" horiz-adv-x="1920"
|
77 |
+
d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
|
78 |
+
q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
|
79 |
+
t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
|
80 |
+
q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
|
81 |
+
t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
82 |
+
<glyph glyph-name="th_large" unicode="" horiz-adv-x="1664"
|
83 |
+
d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
|
84 |
+
h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
|
85 |
+
<glyph glyph-name="th" unicode="" horiz-adv-x="1792"
|
86 |
+
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
|
87 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
|
88 |
+
h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
|
89 |
+
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
|
90 |
+
<glyph glyph-name="th_list" unicode="" horiz-adv-x="1792"
|
91 |
+
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
|
92 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
|
93 |
+
h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
|
94 |
+
<glyph glyph-name="ok" unicode="" horiz-adv-x="1792"
|
95 |
+
d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
|
96 |
+
<glyph glyph-name="remove" unicode="" horiz-adv-x="1408"
|
97 |
+
d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
|
98 |
+
t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
|
99 |
+
<glyph glyph-name="zoom_in" unicode="" horiz-adv-x="1664"
|
100 |
+
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
|
101 |
+
q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
|
102 |
+
t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
|
103 |
+
<glyph glyph-name="zoom_out" unicode="" horiz-adv-x="1664"
|
104 |
+
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
|
105 |
+
M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
|
106 |
+
" />
|
107 |
+
<glyph glyph-name="off" unicode=""
|
108 |
+
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
|
109 |
+
t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
|
110 |
+
<glyph glyph-name="signal" unicode="" horiz-adv-x="1792"
|
111 |
+
d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
|
112 |
+
v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
|
113 |
+
<glyph glyph-name="cog" unicode=""
|
114 |
+
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
|
115 |
+
q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
|
116 |
+
l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
|
117 |
+
q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
|
118 |
+
<glyph glyph-name="trash" unicode="" horiz-adv-x="1408"
|
119 |
+
d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
|
120 |
+
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
|
121 |
+
q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
|
122 |
+
<glyph glyph-name="home" unicode="" horiz-adv-x="1664"
|
123 |
+
d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
|
124 |
+
l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
|
125 |
+
<glyph glyph-name="file_alt" unicode=""
|
126 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
127 |
+
" />
|
128 |
+
<glyph glyph-name="time" unicode=""
|
129 |
+
d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
|
130 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
131 |
+
<glyph glyph-name="road" unicode="" horiz-adv-x="1920"
|
132 |
+
d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
|
133 |
+
q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
|
134 |
+
<glyph glyph-name="download_alt" unicode="" horiz-adv-x="1664"
|
135 |
+
d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
|
136 |
+
q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
|
137 |
+
<glyph glyph-name="download" unicode=""
|
138 |
+
d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
|
139 |
+
t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
140 |
+
<glyph glyph-name="upload" unicode=""
|
141 |
+
d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
|
142 |
+
t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
143 |
+
<glyph glyph-name="inbox" unicode=""
|
144 |
+
d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
|
145 |
+
q25 -61 25 -123z" />
|
146 |
+
<glyph glyph-name="play_circle" unicode=""
|
147 |
+
d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
|
148 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
149 |
+
<glyph glyph-name="repeat" unicode=""
|
150 |
+
d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
|
151 |
+
l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
|
152 |
+
<glyph glyph-name="refresh" unicode=""
|
153 |
+
d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
|
154 |
+
q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
|
155 |
+
q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
|
156 |
+
<glyph glyph-name="list_alt" unicode="" horiz-adv-x="1792"
|
157 |
+
d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
158 |
+
M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
|
159 |
+
M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
|
160 |
+
t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
|
161 |
+
t47 -113z" />
|
162 |
+
<glyph glyph-name="lock" unicode="" horiz-adv-x="1152"
|
163 |
+
d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
|
164 |
+
<glyph glyph-name="flag" unicode="" horiz-adv-x="1792"
|
165 |
+
d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
|
166 |
+
t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
|
167 |
+
<glyph glyph-name="headphones" unicode="" horiz-adv-x="1664"
|
168 |
+
d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
|
169 |
+
t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
|
170 |
+
t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
|
171 |
+
<glyph glyph-name="volume_off" unicode="" horiz-adv-x="768"
|
172 |
+
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
|
173 |
+
<glyph glyph-name="volume_down" unicode="" horiz-adv-x="1152"
|
174 |
+
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
|
175 |
+
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
|
176 |
+
<glyph glyph-name="volume_up" unicode="" horiz-adv-x="1664"
|
177 |
+
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
|
178 |
+
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
|
179 |
+
t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
|
180 |
+
t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
|
181 |
+
<glyph glyph-name="qrcode" unicode="" horiz-adv-x="1408"
|
182 |
+
d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
|
183 |
+
M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
|
184 |
+
<glyph glyph-name="barcode" unicode="" horiz-adv-x="1792"
|
185 |
+
d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
|
186 |
+
M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
|
187 |
+
<glyph glyph-name="tag" unicode=""
|
188 |
+
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
|
189 |
+
l715 -714q37 -39 37 -91z" />
|
190 |
+
<glyph glyph-name="tags" unicode="" horiz-adv-x="1920"
|
191 |
+
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
|
192 |
+
l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
|
193 |
+
<glyph glyph-name="book" unicode="" horiz-adv-x="1664"
|
194 |
+
d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
|
195 |
+
q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
|
196 |
+
q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
|
197 |
+
t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
|
198 |
+
<glyph glyph-name="bookmark" unicode="" horiz-adv-x="1280"
|
199 |
+
d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
|
200 |
+
<glyph glyph-name="print" unicode="" horiz-adv-x="1664"
|
201 |
+
d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
|
202 |
+
v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
|
203 |
+
<glyph glyph-name="camera" unicode="" horiz-adv-x="1920"
|
204 |
+
d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
|
205 |
+
q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
206 |
+
<glyph glyph-name="font" unicode="" horiz-adv-x="1664"
|
207 |
+
d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
|
208 |
+
q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
|
209 |
+
q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
|
210 |
+
<glyph glyph-name="bold" unicode="" horiz-adv-x="1408"
|
211 |
+
d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
|
212 |
+
q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
|
213 |
+
t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
|
214 |
+
t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
|
215 |
+
<glyph glyph-name="italic" unicode="" horiz-adv-x="1024"
|
216 |
+
d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
|
217 |
+
q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
|
218 |
+
<glyph glyph-name="text_height" unicode="" horiz-adv-x="1792"
|
219 |
+
d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
|
220 |
+
t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
|
221 |
+
q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
|
222 |
+
q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
|
223 |
+
<glyph glyph-name="text_width" unicode=""
|
224 |
+
d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
|
225 |
+
t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
|
226 |
+
q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
|
227 |
+
t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
|
228 |
+
t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
|
229 |
+
<glyph glyph-name="align_left" unicode="" horiz-adv-x="1792"
|
230 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
|
231 |
+
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
232 |
+
<glyph glyph-name="align_center" unicode="" horiz-adv-x="1792"
|
233 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
|
234 |
+
h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
|
235 |
+
<glyph glyph-name="align_right" unicode="" horiz-adv-x="1792"
|
236 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
|
237 |
+
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
238 |
+
<glyph glyph-name="align_justify" unicode="" horiz-adv-x="1792"
|
239 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
|
240 |
+
t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
|
241 |
+
<glyph glyph-name="list" unicode="" horiz-adv-x="1792"
|
242 |
+
d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
|
243 |
+
t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
|
244 |
+
q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
|
245 |
+
t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
|
246 |
+
q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
|
247 |
+
<glyph glyph-name="indent_left" unicode="" horiz-adv-x="1792"
|
248 |
+
d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
|
249 |
+
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
|
250 |
+
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
|
251 |
+
<glyph glyph-name="indent_right" unicode="" horiz-adv-x="1792"
|
252 |
+
d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
|
253 |
+
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
|
254 |
+
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
|
255 |
+
<glyph glyph-name="facetime_video" unicode="" horiz-adv-x="1792"
|
256 |
+
d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
|
257 |
+
q39 -17 39 -59z" />
|
258 |
+
<glyph glyph-name="picture" unicode="" horiz-adv-x="1920"
|
259 |
+
d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
|
260 |
+
q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
261 |
+
<glyph glyph-name="pencil" unicode=""
|
262 |
+
d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
|
263 |
+
q53 0 91 -38l235 -234q37 -39 37 -91z" />
|
264 |
+
<glyph glyph-name="map_marker" unicode="" horiz-adv-x="1024"
|
265 |
+
d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
|
266 |
+
<glyph glyph-name="adjust" unicode=""
|
267 |
+
d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
268 |
+
<glyph glyph-name="tint" unicode="" horiz-adv-x="1024"
|
269 |
+
d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
|
270 |
+
q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
|
271 |
+
<glyph glyph-name="edit" unicode="" horiz-adv-x="1792"
|
272 |
+
d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
|
273 |
+
q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
|
274 |
+
l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
|
275 |
+
<glyph glyph-name="share" unicode="" horiz-adv-x="1664"
|
276 |
+
d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
|
277 |
+
q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
|
278 |
+
t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
|
279 |
+
<glyph glyph-name="check" unicode="" horiz-adv-x="1664"
|
280 |
+
d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
|
281 |
+
q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
|
282 |
+
q24 -24 24 -57t-24 -57z" />
|
283 |
+
<glyph glyph-name="move" unicode="" horiz-adv-x="1792"
|
284 |
+
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
|
285 |
+
t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
|
286 |
+
<glyph glyph-name="step_backward" unicode="" horiz-adv-x="1024"
|
287 |
+
d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
|
288 |
+
<glyph glyph-name="fast_backward" unicode="" horiz-adv-x="1792"
|
289 |
+
d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
|
290 |
+
q19 19 32 13t13 -32v-710q4 10 13 19z" />
|
291 |
+
<glyph glyph-name="backward" unicode="" horiz-adv-x="1664"
|
292 |
+
d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
|
293 |
+
<glyph glyph-name="play" unicode="" horiz-adv-x="1408"
|
294 |
+
d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
|
295 |
+
<glyph glyph-name="pause" unicode=""
|
296 |
+
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
|
297 |
+
<glyph glyph-name="stop" unicode=""
|
298 |
+
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
|
299 |
+
<glyph glyph-name="forward" unicode="" horiz-adv-x="1664"
|
300 |
+
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
|
301 |
+
<glyph glyph-name="fast_forward" unicode="" horiz-adv-x="1792"
|
302 |
+
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
|
303 |
+
q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
|
304 |
+
<glyph glyph-name="step_forward" unicode="" horiz-adv-x="1024"
|
305 |
+
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
|
306 |
+
<glyph glyph-name="eject" unicode="" horiz-adv-x="1538"
|
307 |
+
d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
|
308 |
+
<glyph glyph-name="chevron_left" unicode="" horiz-adv-x="1280"
|
309 |
+
d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
|
310 |
+
<glyph glyph-name="chevron_right" unicode="" horiz-adv-x="1280"
|
311 |
+
d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
|
312 |
+
<glyph glyph-name="plus_sign" unicode=""
|
313 |
+
d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
|
314 |
+
t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
315 |
+
<glyph glyph-name="minus_sign" unicode=""
|
316 |
+
d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
|
317 |
+
t103 -385.5z" />
|
318 |
+
<glyph glyph-name="remove_sign" unicode=""
|
319 |
+
d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
|
320 |
+
q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
321 |
+
<glyph glyph-name="ok_sign" unicode=""
|
322 |
+
d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
323 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
324 |
+
<glyph glyph-name="question_sign" unicode=""
|
325 |
+
d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
|
326 |
+
q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
327 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
328 |
+
<glyph glyph-name="info_sign" unicode=""
|
329 |
+
d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
|
330 |
+
t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
331 |
+
<glyph glyph-name="screenshot" unicode=""
|
332 |
+
d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
|
333 |
+
q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
|
334 |
+
q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
|
335 |
+
<glyph glyph-name="remove_circle" unicode=""
|
336 |
+
d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
|
337 |
+
l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
|
338 |
+
t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
339 |
+
<glyph glyph-name="ok_circle" unicode=""
|
340 |
+
d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
|
341 |
+
t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
342 |
+
<glyph glyph-name="ban_circle" unicode=""
|
343 |
+
d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
|
344 |
+
t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
|
345 |
+
<glyph glyph-name="arrow_left" unicode=""
|
346 |
+
d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
|
347 |
+
t32.5 -90.5z" />
|
348 |
+
<glyph glyph-name="arrow_right" unicode=""
|
349 |
+
d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
|
350 |
+
<glyph glyph-name="arrow_up" unicode="" horiz-adv-x="1664"
|
351 |
+
d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
|
352 |
+
q37 -39 37 -91z" />
|
353 |
+
<glyph glyph-name="arrow_down" unicode="" horiz-adv-x="1664"
|
354 |
+
d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
|
355 |
+
<glyph glyph-name="share_alt" unicode="" horiz-adv-x="1792"
|
356 |
+
d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
|
357 |
+
t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
|
358 |
+
<glyph glyph-name="resize_full" unicode=""
|
359 |
+
d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
|
360 |
+
q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
|
361 |
+
<glyph glyph-name="resize_small" unicode=""
|
362 |
+
d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
|
363 |
+
t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
|
364 |
+
<glyph glyph-name="plus" unicode="" horiz-adv-x="1408"
|
365 |
+
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
|
366 |
+
<glyph glyph-name="minus" unicode="" horiz-adv-x="1408"
|
367 |
+
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
|
368 |
+
<glyph glyph-name="asterisk" unicode="" horiz-adv-x="1664"
|
369 |
+
d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
|
370 |
+
q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
|
371 |
+
<glyph glyph-name="exclamation_sign" unicode=""
|
372 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
|
373 |
+
q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
|
374 |
+
<glyph glyph-name="gift" unicode=""
|
375 |
+
d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
|
376 |
+
q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
|
377 |
+
t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
|
378 |
+
<glyph glyph-name="leaf" unicode="" horiz-adv-x="1792"
|
379 |
+
d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
|
380 |
+
q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
|
381 |
+
t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
|
382 |
+
<glyph glyph-name="fire" unicode="" horiz-adv-x="1408"
|
383 |
+
d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
|
384 |
+
q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
|
385 |
+
<glyph glyph-name="eye_open" unicode="" horiz-adv-x="1792"
|
386 |
+
d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
|
387 |
+
t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
|
388 |
+
<glyph glyph-name="eye_close" unicode="" horiz-adv-x="1792"
|
389 |
+
d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
|
390 |
+
q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
|
391 |
+
q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
|
392 |
+
" />
|
393 |
+
<glyph glyph-name="warning_sign" unicode="" horiz-adv-x="1792"
|
394 |
+
d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
|
395 |
+
q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
|
396 |
+
<glyph glyph-name="plane" unicode="" horiz-adv-x="1408"
|
397 |
+
d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
|
398 |
+
q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
|
399 |
+
<glyph glyph-name="calendar" unicode="" horiz-adv-x="1664"
|
400 |
+
d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
|
401 |
+
M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
|
402 |
+
q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
|
403 |
+
h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
404 |
+
<glyph glyph-name="random" unicode="" horiz-adv-x="1792"
|
405 |
+
d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
|
406 |
+
t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
|
407 |
+
v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
|
408 |
+
t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
|
409 |
+
<glyph glyph-name="comment" unicode="" horiz-adv-x="1792"
|
410 |
+
d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
|
411 |
+
q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
|
412 |
+
<glyph glyph-name="magnet" unicode=""
|
413 |
+
d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
|
414 |
+
q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
|
415 |
+
<glyph glyph-name="chevron_up" unicode="" horiz-adv-x="1792"
|
416 |
+
d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
|
417 |
+
<glyph glyph-name="chevron_down" unicode="" horiz-adv-x="1792"
|
418 |
+
d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
|
419 |
+
<glyph glyph-name="retweet" unicode="" horiz-adv-x="1920"
|
420 |
+
d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
|
421 |
+
zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
|
422 |
+
" />
|
423 |
+
<glyph glyph-name="shopping_cart" unicode="" horiz-adv-x="1664"
|
424 |
+
d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
|
425 |
+
t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
|
426 |
+
<glyph glyph-name="folder_close" unicode="" horiz-adv-x="1664"
|
427 |
+
d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
|
428 |
+
<glyph glyph-name="folder_open" unicode="" horiz-adv-x="1920"
|
429 |
+
d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
|
430 |
+
t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
|
431 |
+
<glyph glyph-name="resize_vertical" unicode="" horiz-adv-x="768"
|
432 |
+
d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
|
433 |
+
<glyph glyph-name="resize_horizontal" unicode="" horiz-adv-x="1792"
|
434 |
+
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
|
435 |
+
<glyph glyph-name="bar_chart" unicode="" horiz-adv-x="2048"
|
436 |
+
d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
|
437 |
+
<glyph glyph-name="twitter_sign" unicode=""
|
438 |
+
d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
|
439 |
+
q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
|
440 |
+
t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
441 |
+
<glyph glyph-name="facebook_sign" unicode=""
|
442 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
|
443 |
+
q0 119 84.5 203.5t203.5 84.5h960z" />
|
444 |
+
<glyph glyph-name="camera_retro" unicode="" horiz-adv-x="1792"
|
445 |
+
d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
|
446 |
+
t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
|
447 |
+
q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
|
448 |
+
<glyph glyph-name="key" unicode="" horiz-adv-x="1792"
|
449 |
+
d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
|
450 |
+
l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
|
451 |
+
t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
|
452 |
+
<glyph glyph-name="cogs" unicode="" horiz-adv-x="1920"
|
453 |
+
d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
|
454 |
+
t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
|
455 |
+
l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
|
456 |
+
l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
|
457 |
+
q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
|
458 |
+
t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
|
459 |
+
q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
|
460 |
+
q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
|
461 |
+
<glyph glyph-name="comments" unicode="" horiz-adv-x="1792"
|
462 |
+
d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
|
463 |
+
q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
|
464 |
+
q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
|
465 |
+
<glyph glyph-name="thumbs_up_alt" unicode=""
|
466 |
+
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
|
467 |
+
t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
|
468 |
+
q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
|
469 |
+
q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
|
470 |
+
<glyph glyph-name="thumbs_down_alt" unicode=""
|
471 |
+
d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
|
472 |
+
t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
|
473 |
+
M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
|
474 |
+
h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
|
475 |
+
<glyph glyph-name="star_half" unicode="" horiz-adv-x="896"
|
476 |
+
d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
|
477 |
+
<glyph glyph-name="heart_empty" unicode="" horiz-adv-x="1792"
|
478 |
+
d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
|
479 |
+
q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
|
480 |
+
q224 0 351 -124t127 -344z" />
|
481 |
+
<glyph glyph-name="signout" unicode="" horiz-adv-x="1664"
|
482 |
+
d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
|
483 |
+
q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
|
484 |
+
<glyph glyph-name="linkedin_sign" unicode=""
|
485 |
+
d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
|
486 |
+
q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
487 |
+
<glyph glyph-name="pushpin" unicode="" horiz-adv-x="1152"
|
488 |
+
d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
|
489 |
+
t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
|
490 |
+
<glyph glyph-name="external_link" unicode="" horiz-adv-x="1792"
|
491 |
+
d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
|
492 |
+
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
|
493 |
+
<glyph glyph-name="signin" unicode=""
|
494 |
+
d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
|
495 |
+
q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
|
496 |
+
<glyph glyph-name="trophy" unicode="" horiz-adv-x="1664"
|
497 |
+
d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
|
498 |
+
t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
|
499 |
+
q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
|
500 |
+
<glyph glyph-name="github_sign" unicode=""
|
501 |
+
d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
|
502 |
+
q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
|
503 |
+
t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
|
504 |
+
q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
|
505 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
506 |
+
<glyph glyph-name="upload_alt" unicode="" horiz-adv-x="1664"
|
507 |
+
d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
|
508 |
+
t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
|
509 |
+
<glyph glyph-name="lemon" unicode=""
|
510 |
+
d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
|
511 |
+
q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
|
512 |
+
q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
|
513 |
+
q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
|
514 |
+
<glyph glyph-name="phone" unicode="" horiz-adv-x="1408"
|
515 |
+
d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
|
516 |
+
q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
|
517 |
+
t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
|
518 |
+
<glyph glyph-name="check_empty" unicode="" horiz-adv-x="1408"
|
519 |
+
d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
|
520 |
+
q119 0 203.5 -84.5t84.5 -203.5z" />
|
521 |
+
<glyph glyph-name="bookmark_empty" unicode="" horiz-adv-x="1280"
|
522 |
+
d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
|
523 |
+
q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
|
524 |
+
<glyph glyph-name="phone_sign" unicode=""
|
525 |
+
d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
|
526 |
+
t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
|
527 |
+
t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
|
528 |
+
" />
|
529 |
+
<glyph glyph-name="twitter" unicode="" horiz-adv-x="1664"
|
530 |
+
d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
|
531 |
+
q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
|
532 |
+
<glyph glyph-name="facebook" unicode="" horiz-adv-x="1024"
|
533 |
+
d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
|
534 |
+
<glyph glyph-name="github" unicode=""
|
535 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
|
536 |
+
q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
|
537 |
+
t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
|
538 |
+
q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
|
539 |
+
M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
|
540 |
+
<glyph glyph-name="unlock" unicode="" horiz-adv-x="1664"
|
541 |
+
d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
|
542 |
+
t316.5 -131.5t131.5 -316.5z" />
|
543 |
+
<glyph glyph-name="credit_card" unicode="" horiz-adv-x="1920"
|
544 |
+
d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
|
545 |
+
q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
|
546 |
+
<glyph glyph-name="rss" unicode="" horiz-adv-x="1408"
|
547 |
+
d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
|
548 |
+
t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
|
549 |
+
q187 -186 294 -425.5t120 -501.5z" />
|
550 |
+
<glyph glyph-name="hdd" unicode=""
|
551 |
+
d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
|
552 |
+
h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
|
553 |
+
l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
|
554 |
+
<glyph glyph-name="bullhorn" unicode="" horiz-adv-x="1792"
|
555 |
+
d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
|
556 |
+
t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
|
557 |
+
<glyph glyph-name="bell" unicode="" horiz-adv-x="1792"
|
558 |
+
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
|
559 |
+
M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
|
560 |
+
t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
|
561 |
+
<glyph glyph-name="certificate" unicode=""
|
562 |
+
d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
|
563 |
+
l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
|
564 |
+
l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
|
565 |
+
<glyph glyph-name="hand_right" unicode="" horiz-adv-x="1792"
|
566 |
+
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
|
567 |
+
q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
|
568 |
+
q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
|
569 |
+
t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
|
570 |
+
<glyph glyph-name="hand_left" unicode="" horiz-adv-x="1792"
|
571 |
+
d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
|
572 |
+
t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
|
573 |
+
M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
|
574 |
+
q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
|
575 |
+
<glyph glyph-name="hand_up" unicode=""
|
576 |
+
d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
|
577 |
+
q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
|
578 |
+
t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
|
579 |
+
q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
|
580 |
+
<glyph glyph-name="hand_down" unicode=""
|
581 |
+
d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
|
582 |
+
t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
|
583 |
+
q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
|
584 |
+
q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
|
585 |
+
<glyph glyph-name="circle_arrow_left" unicode=""
|
586 |
+
d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
|
587 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
588 |
+
<glyph glyph-name="circle_arrow_right" unicode=""
|
589 |
+
d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
|
590 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
591 |
+
<glyph glyph-name="circle_arrow_up" unicode=""
|
592 |
+
d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
|
593 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
594 |
+
<glyph glyph-name="circle_arrow_down" unicode=""
|
595 |
+
d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
|
596 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
597 |
+
<glyph glyph-name="globe" unicode=""
|
598 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
|
599 |
+
q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
|
600 |
+
q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
|
601 |
+
q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
|
602 |
+
t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
|
603 |
+
q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
|
604 |
+
q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
|
605 |
+
t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
|
606 |
+
t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
|
607 |
+
q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
|
608 |
+
q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
|
609 |
+
q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
|
610 |
+
t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
|
611 |
+
q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
|
612 |
+
q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
|
613 |
+
<glyph glyph-name="wrench" unicode="" horiz-adv-x="1664"
|
614 |
+
d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
|
615 |
+
t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
|
616 |
+
<glyph glyph-name="tasks" unicode="" horiz-adv-x="1792"
|
617 |
+
d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
|
618 |
+
t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
|
619 |
+
<glyph glyph-name="filter" unicode="" horiz-adv-x="1408"
|
620 |
+
d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
|
621 |
+
<glyph glyph-name="briefcase" unicode="" horiz-adv-x="1792"
|
622 |
+
d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
|
623 |
+
t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
|
624 |
+
<glyph glyph-name="fullscreen" unicode=""
|
625 |
+
d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
|
626 |
+
l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
|
627 |
+
" />
|
628 |
+
<glyph glyph-name="group" unicode="" horiz-adv-x="1920"
|
629 |
+
d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
|
630 |
+
t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
|
631 |
+
t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
|
632 |
+
t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
|
633 |
+
<glyph glyph-name="link" unicode="" horiz-adv-x="1664"
|
634 |
+
d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
|
635 |
+
l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
|
636 |
+
t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
|
637 |
+
q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
|
638 |
+
<glyph glyph-name="cloud" unicode="" horiz-adv-x="1920"
|
639 |
+
d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
|
640 |
+
" />
|
641 |
+
<glyph glyph-name="beaker" unicode="" horiz-adv-x="1664"
|
642 |
+
d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
|
643 |
+
<glyph glyph-name="cut" unicode="" horiz-adv-x="1792"
|
644 |
+
d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
|
645 |
+
q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
|
646 |
+
q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
|
647 |
+
q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
|
648 |
+
q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
|
649 |
+
<glyph glyph-name="copy" unicode="" horiz-adv-x="1792"
|
650 |
+
d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
|
651 |
+
h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
|
652 |
+
<glyph glyph-name="paper_clip" unicode="" horiz-adv-x="1408"
|
653 |
+
d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
|
654 |
+
l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
|
655 |
+
z" />
|
656 |
+
<glyph glyph-name="save" unicode=""
|
657 |
+
d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
|
658 |
+
h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
|
659 |
+
<glyph glyph-name="sign_blank" unicode=""
|
660 |
+
d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
661 |
+
<glyph glyph-name="reorder" unicode=""
|
662 |
+
d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
|
663 |
+
t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
|
664 |
+
<glyph glyph-name="ul" unicode="" horiz-adv-x="1792"
|
665 |
+
d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
|
666 |
+
t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
|
667 |
+
M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
|
668 |
+
<glyph glyph-name="ol" unicode="" horiz-adv-x="1792"
|
669 |
+
d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
|
670 |
+
q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
|
671 |
+
t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
|
672 |
+
q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
|
673 |
+
<glyph glyph-name="strikethrough" unicode="" horiz-adv-x="1792"
|
674 |
+
d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
|
675 |
+
l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
|
676 |
+
l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
|
677 |
+
<glyph glyph-name="underline" unicode=""
|
678 |
+
d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
|
679 |
+
q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
|
680 |
+
q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
|
681 |
+
q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
|
682 |
+
<glyph glyph-name="table" unicode="" horiz-adv-x="1664"
|
683 |
+
d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
|
684 |
+
v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
|
685 |
+
q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
|
686 |
+
q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
|
687 |
+
z" />
|
688 |
+
<glyph glyph-name="magic" unicode="" horiz-adv-x="1664"
|
689 |
+
d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
|
690 |
+
l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
|
691 |
+
<glyph glyph-name="truck" unicode="" horiz-adv-x="1792"
|
692 |
+
d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
|
693 |
+
t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
|
694 |
+
t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
|
695 |
+
<glyph glyph-name="pinterest" unicode=""
|
696 |
+
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
|
697 |
+
q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
|
698 |
+
q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
699 |
+
<glyph glyph-name="pinterest_sign" unicode=""
|
700 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
|
701 |
+
t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
|
702 |
+
t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
|
703 |
+
<glyph glyph-name="google_plus_sign" unicode=""
|
704 |
+
d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
|
705 |
+
h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
706 |
+
<glyph glyph-name="google_plus" unicode="" horiz-adv-x="2304"
|
707 |
+
d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
|
708 |
+
q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
|
709 |
+
<glyph glyph-name="money" unicode="" horiz-adv-x="1920"
|
710 |
+
d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
|
711 |
+
v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
|
712 |
+
<glyph glyph-name="caret_down" unicode="" horiz-adv-x="1024"
|
713 |
+
d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
|
714 |
+
<glyph glyph-name="caret_up" unicode="" horiz-adv-x="1024"
|
715 |
+
d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
716 |
+
<glyph glyph-name="caret_left" unicode="" horiz-adv-x="640"
|
717 |
+
d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
|
718 |
+
<glyph glyph-name="caret_right" unicode="" horiz-adv-x="640"
|
719 |
+
d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
|
720 |
+
<glyph glyph-name="columns" unicode="" horiz-adv-x="1664"
|
721 |
+
d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
|
722 |
+
<glyph glyph-name="sort" unicode="" horiz-adv-x="1024"
|
723 |
+
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
724 |
+
<glyph glyph-name="sort_down" unicode="" horiz-adv-x="1024"
|
725 |
+
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
|
726 |
+
<glyph glyph-name="sort_up" unicode="" horiz-adv-x="1024"
|
727 |
+
d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
728 |
+
<glyph glyph-name="envelope_alt" unicode="" horiz-adv-x="1792"
|
729 |
+
d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
|
730 |
+
q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
|
731 |
+
<glyph glyph-name="linkedin" unicode=""
|
732 |
+
d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
|
733 |
+
q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
|
734 |
+
<glyph glyph-name="undo" unicode=""
|
735 |
+
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
|
736 |
+
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
|
737 |
+
<glyph glyph-name="legal" unicode="" horiz-adv-x="1792"
|
738 |
+
d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
|
739 |
+
t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
|
740 |
+
q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
|
741 |
+
q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
|
742 |
+
<glyph glyph-name="dashboard" unicode="" horiz-adv-x="1792"
|
743 |
+
d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
|
744 |
+
t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
|
745 |
+
t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
|
746 |
+
q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
747 |
+
<glyph glyph-name="comment_alt" unicode="" horiz-adv-x="1792"
|
748 |
+
d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
|
749 |
+
q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
|
750 |
+
t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
|
751 |
+
<glyph glyph-name="comments_alt" unicode="" horiz-adv-x="1792"
|
752 |
+
d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
|
753 |
+
t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
|
754 |
+
t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
|
755 |
+
q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
|
756 |
+
<glyph glyph-name="bolt" unicode="" horiz-adv-x="896"
|
757 |
+
d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
|
758 |
+
<glyph glyph-name="sitemap" unicode="" horiz-adv-x="1792"
|
759 |
+
d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
|
760 |
+
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
|
761 |
+
z" />
|
762 |
+
<glyph glyph-name="umbrella" unicode="" horiz-adv-x="1664"
|
763 |
+
d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
|
764 |
+
q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
|
765 |
+
q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
|
766 |
+
<glyph glyph-name="paste" unicode="" horiz-adv-x="1792"
|
767 |
+
d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
|
768 |
+
h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
|
769 |
+
<glyph glyph-name="light_bulb" unicode="" horiz-adv-x="1024"
|
770 |
+
d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
|
771 |
+
q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
|
772 |
+
q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
|
773 |
+
t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
|
774 |
+
<glyph glyph-name="exchange" unicode="" horiz-adv-x="1792"
|
775 |
+
d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
|
776 |
+
q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
|
777 |
+
<glyph glyph-name="cloud_download" unicode="" horiz-adv-x="1920"
|
778 |
+
d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
|
779 |
+
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
|
780 |
+
<glyph glyph-name="cloud_upload" unicode="" horiz-adv-x="1920"
|
781 |
+
d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
|
782 |
+
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
|
783 |
+
<glyph glyph-name="user_md" unicode="" horiz-adv-x="1408"
|
784 |
+
d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
|
785 |
+
t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
|
786 |
+
t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
|
787 |
+
t271.5 -112.5t112.5 -271.5z" />
|
788 |
+
<glyph glyph-name="stethoscope" unicode="" horiz-adv-x="1408"
|
789 |
+
d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
|
790 |
+
t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
|
791 |
+
t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
|
792 |
+
<glyph glyph-name="suitcase" unicode="" horiz-adv-x="1792"
|
793 |
+
d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
|
794 |
+
t66 -158z" />
|
795 |
+
<glyph glyph-name="bell_alt" unicode="" horiz-adv-x="1792"
|
796 |
+
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
|
797 |
+
t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
|
798 |
+
<glyph glyph-name="coffee" unicode="" horiz-adv-x="1920"
|
799 |
+
d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
|
800 |
+
t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
|
801 |
+
<glyph glyph-name="food" unicode="" horiz-adv-x="1408"
|
802 |
+
d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
|
803 |
+
t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
|
804 |
+
<glyph glyph-name="file_text_alt" unicode=""
|
805 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
806 |
+
M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
|
807 |
+
q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
|
808 |
+
<glyph glyph-name="building" unicode="" horiz-adv-x="1408"
|
809 |
+
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
810 |
+
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
811 |
+
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
812 |
+
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
813 |
+
M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
814 |
+
M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
815 |
+
M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
816 |
+
M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
817 |
+
M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
818 |
+
M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
|
819 |
+
<glyph glyph-name="hospital" unicode="" horiz-adv-x="1408"
|
820 |
+
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
821 |
+
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
822 |
+
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
823 |
+
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
824 |
+
M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
825 |
+
M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
|
826 |
+
t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
|
827 |
+
v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
|
828 |
+
<glyph glyph-name="ambulance" unicode="" horiz-adv-x="1920"
|
829 |
+
d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
|
830 |
+
t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
|
831 |
+
q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
832 |
+
<glyph glyph-name="medkit" unicode="" horiz-adv-x="1792"
|
833 |
+
d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
|
834 |
+
q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
|
835 |
+
<glyph glyph-name="fighter_jet" unicode="" horiz-adv-x="1920"
|
836 |
+
d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
|
837 |
+
q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
|
838 |
+
<glyph glyph-name="beer" unicode="" horiz-adv-x="1664"
|
839 |
+
d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
|
840 |
+
<glyph glyph-name="h_sign" unicode=""
|
841 |
+
d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
|
842 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
843 |
+
<glyph glyph-name="f0fe" unicode=""
|
844 |
+
d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
|
845 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
846 |
+
<glyph glyph-name="double_angle_left" unicode="" horiz-adv-x="1024"
|
847 |
+
d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
|
848 |
+
t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
|
849 |
+
<glyph glyph-name="double_angle_right" unicode="" horiz-adv-x="1024"
|
850 |
+
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
|
851 |
+
l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
852 |
+
<glyph glyph-name="double_angle_up" unicode="" horiz-adv-x="1152"
|
853 |
+
d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
|
854 |
+
q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
855 |
+
<glyph glyph-name="double_angle_down" unicode="" horiz-adv-x="1152"
|
856 |
+
d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
|
857 |
+
t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
|
858 |
+
<glyph glyph-name="angle_left" unicode="" horiz-adv-x="640"
|
859 |
+
d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
|
860 |
+
<glyph glyph-name="angle_right" unicode="" horiz-adv-x="640"
|
861 |
+
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
862 |
+
<glyph glyph-name="angle_up" unicode="" horiz-adv-x="1152"
|
863 |
+
d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
864 |
+
<glyph glyph-name="angle_down" unicode="" horiz-adv-x="1152"
|
865 |
+
d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
|
866 |
+
<glyph glyph-name="desktop" unicode="" horiz-adv-x="1920"
|
867 |
+
d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
|
868 |
+
t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
869 |
+
<glyph glyph-name="laptop" unicode="" horiz-adv-x="1920"
|
870 |
+
d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
|
871 |
+
M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
|
872 |
+
<glyph glyph-name="tablet" unicode="" horiz-adv-x="1152"
|
873 |
+
d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
|
874 |
+
q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
|
875 |
+
<glyph glyph-name="mobile_phone" unicode="" horiz-adv-x="768"
|
876 |
+
d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
|
877 |
+
q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
|
878 |
+
<glyph glyph-name="circle_blank" unicode=""
|
879 |
+
d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
|
880 |
+
t279.5 -279.5t103 -385.5z" />
|
881 |
+
<glyph glyph-name="quote_left" unicode="" horiz-adv-x="1664"
|
882 |
+
d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
|
883 |
+
M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
|
884 |
+
<glyph glyph-name="quote_right" unicode="" horiz-adv-x="1664"
|
885 |
+
d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
|
886 |
+
v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
|
887 |
+
<glyph glyph-name="spinner" unicode="" horiz-adv-x="1792"
|
888 |
+
d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
|
889 |
+
t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
|
890 |
+
M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
|
891 |
+
q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
|
892 |
+
<glyph glyph-name="circle" unicode=""
|
893 |
+
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
894 |
+
<glyph glyph-name="reply" unicode="" horiz-adv-x="1792"
|
895 |
+
d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
|
896 |
+
l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
|
897 |
+
<glyph glyph-name="github_alt" unicode="" horiz-adv-x="1664"
|
898 |
+
d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
|
899 |
+
q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
|
900 |
+
t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
|
901 |
+
q0 -87 -27 -168q136 -160 136 -398z" />
|
902 |
+
<glyph glyph-name="folder_close_alt" unicode="" horiz-adv-x="1664"
|
903 |
+
d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
|
904 |
+
q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
|
905 |
+
<glyph glyph-name="folder_open_alt" unicode="" horiz-adv-x="1920"
|
906 |
+
d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
|
907 |
+
v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
|
908 |
+
" />
|
909 |
+
<glyph glyph-name="expand_alt" unicode="" horiz-adv-x="1792"
|
910 |
+
/>
|
911 |
+
<glyph glyph-name="collapse_alt" unicode="" horiz-adv-x="1792"
|
912 |
+
/>
|
913 |
+
<glyph glyph-name="smile" unicode=""
|
914 |
+
d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
|
915 |
+
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
|
916 |
+
t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
917 |
+
<glyph glyph-name="frown" unicode=""
|
918 |
+
d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
|
919 |
+
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
|
920 |
+
t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
921 |
+
<glyph glyph-name="meh" unicode=""
|
922 |
+
d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
|
923 |
+
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
|
924 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
925 |
+
<glyph glyph-name="gamepad" unicode="" horiz-adv-x="1920"
|
926 |
+
d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
|
927 |
+
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
|
928 |
+
t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
|
929 |
+
<glyph glyph-name="keyboard" unicode="" horiz-adv-x="1920"
|
930 |
+
d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
|
931 |
+
h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
|
932 |
+
h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
|
933 |
+
q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
|
934 |
+
h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
|
935 |
+
<glyph glyph-name="flag_alt" unicode="" horiz-adv-x="1792"
|
936 |
+
d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
|
937 |
+
h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
|
938 |
+
q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
|
939 |
+
<glyph glyph-name="flag_checkered" unicode="" horiz-adv-x="1792"
|
940 |
+
d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
|
941 |
+
q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
|
942 |
+
q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
|
943 |
+
q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
|
944 |
+
<glyph glyph-name="terminal" unicode="" horiz-adv-x="1664"
|
945 |
+
d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
|
946 |
+
t9 -23z" />
|
947 |
+
<glyph glyph-name="code" unicode="" horiz-adv-x="1920"
|
948 |
+
d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
|
949 |
+
l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
|
950 |
+
<glyph glyph-name="reply_all" unicode="" horiz-adv-x="1792"
|
951 |
+
d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
|
952 |
+
q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
|
953 |
+
<glyph glyph-name="star_half_empty" unicode="" horiz-adv-x="1664"
|
954 |
+
d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
|
955 |
+
l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
|
956 |
+
<glyph glyph-name="location_arrow" unicode="" horiz-adv-x="1408"
|
957 |
+
d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
|
958 |
+
<glyph glyph-name="crop" unicode="" horiz-adv-x="1664"
|
959 |
+
d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
|
960 |
+
v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
|
961 |
+
<glyph glyph-name="code_fork" unicode="" horiz-adv-x="1024"
|
962 |
+
d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
|
963 |
+
q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
|
964 |
+
q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
|
965 |
+
<glyph glyph-name="unlink" unicode="" horiz-adv-x="1664"
|
966 |
+
d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
|
967 |
+
q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
|
968 |
+
l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
|
969 |
+
t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
|
970 |
+
<glyph glyph-name="question" unicode="" horiz-adv-x="1024"
|
971 |
+
d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
|
972 |
+
t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
|
973 |
+
<glyph glyph-name="_279" unicode="" horiz-adv-x="640"
|
974 |
+
d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
|
975 |
+
q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
|
976 |
+
<glyph glyph-name="exclamation" unicode="" horiz-adv-x="640"
|
977 |
+
d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
|
978 |
+
<glyph glyph-name="superscript" unicode=""
|
979 |
+
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
|
980 |
+
M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
|
981 |
+
t-65.5 -51.5t-30.5 -63h232v80h126z" />
|
982 |
+
<glyph glyph-name="subscript" unicode=""
|
983 |
+
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
|
984 |
+
M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
|
985 |
+
h232v80h126z" />
|
986 |
+
<glyph glyph-name="_283" unicode="" horiz-adv-x="1920"
|
987 |
+
d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
|
988 |
+
<glyph glyph-name="puzzle_piece" unicode="" horiz-adv-x="1664"
|
989 |
+
d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
|
990 |
+
t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
|
991 |
+
q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
|
992 |
+
q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
|
993 |
+
<glyph glyph-name="microphone" unicode="" horiz-adv-x="1152"
|
994 |
+
d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
|
995 |
+
t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
|
996 |
+
<glyph glyph-name="microphone_off" unicode="" horiz-adv-x="1408"
|
997 |
+
d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
|
998 |
+
q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
|
999 |
+
t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
|
1000 |
+
<glyph glyph-name="shield" unicode="" horiz-adv-x="1280"
|
1001 |
+
d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
|
1002 |
+
t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
1003 |
+
<glyph glyph-name="calendar_empty" unicode="" horiz-adv-x="1664"
|
1004 |
+
d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
|
1005 |
+
q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
1006 |
+
<glyph glyph-name="fire_extinguisher" unicode="" horiz-adv-x="1408"
|
1007 |
+
d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
|
1008 |
+
q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
|
1009 |
+
q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
|
1010 |
+
<glyph glyph-name="rocket" unicode="" horiz-adv-x="1664"
|
1011 |
+
d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
|
1012 |
+
q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
|
1013 |
+
<glyph glyph-name="maxcdn" unicode="" horiz-adv-x="1792"
|
1014 |
+
d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
|
1015 |
+
<glyph glyph-name="chevron_sign_left" unicode=""
|
1016 |
+
d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1017 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1018 |
+
<glyph glyph-name="chevron_sign_right" unicode=""
|
1019 |
+
d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1020 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1021 |
+
<glyph glyph-name="chevron_sign_up" unicode=""
|
1022 |
+
d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1023 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1024 |
+
<glyph glyph-name="chevron_sign_down" unicode=""
|
1025 |
+
d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1026 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1027 |
+
<glyph glyph-name="html5" unicode="" horiz-adv-x="1408"
|
1028 |
+
d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
|
1029 |
+
<glyph glyph-name="css3" unicode="" horiz-adv-x="1792"
|
1030 |
+
d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
|
1031 |
+
<glyph glyph-name="anchor" unicode="" horiz-adv-x="1792"
|
1032 |
+
d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
|
1033 |
+
q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
|
1034 |
+
t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
|
1035 |
+
<glyph glyph-name="unlock_alt" unicode="" horiz-adv-x="1152"
|
1036 |
+
d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
|
1037 |
+
v-320h736z" />
|
1038 |
+
<glyph glyph-name="bullseye" unicode=""
|
1039 |
+
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
|
1040 |
+
t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
|
1041 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1042 |
+
<glyph glyph-name="ellipsis_horizontal" unicode="" horiz-adv-x="1408"
|
1043 |
+
d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
|
1044 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
|
1045 |
+
<glyph glyph-name="ellipsis_vertical" unicode="" horiz-adv-x="384"
|
1046 |
+
d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
|
1047 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
|
1048 |
+
<glyph glyph-name="_303" unicode=""
|
1049 |
+
d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
|
1050 |
+
q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
|
1051 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1052 |
+
<glyph glyph-name="play_sign" unicode=""
|
1053 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
|
1054 |
+
q16 -8 32 -8q17 0 32 9z" />
|
1055 |
+
<glyph glyph-name="ticket" unicode="" horiz-adv-x="1792"
|
1056 |
+
d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
|
1057 |
+
t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
|
1058 |
+
<glyph glyph-name="minus_sign_alt" unicode=""
|
1059 |
+
d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
|
1060 |
+
t84.5 -203.5z" />
|
1061 |
+
<glyph glyph-name="check_minus" unicode="" horiz-adv-x="1408"
|
1062 |
+
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
|
1063 |
+
t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
|
1064 |
+
<glyph glyph-name="level_up" unicode="" horiz-adv-x="1024"
|
1065 |
+
d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
|
1066 |
+
<glyph glyph-name="level_down" unicode="" horiz-adv-x="1024"
|
1067 |
+
d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
|
1068 |
+
<glyph glyph-name="check_sign" unicode=""
|
1069 |
+
d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
|
1070 |
+
t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1071 |
+
<glyph glyph-name="edit_sign" unicode=""
|
1072 |
+
d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
|
1073 |
+
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1074 |
+
<glyph glyph-name="_312" unicode=""
|
1075 |
+
d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
|
1076 |
+
q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1077 |
+
<glyph glyph-name="share_sign" unicode=""
|
1078 |
+
d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
|
1079 |
+
t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1080 |
+
<glyph glyph-name="compass" unicode=""
|
1081 |
+
d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
1082 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1083 |
+
<glyph glyph-name="collapse" unicode=""
|
1084 |
+
d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
|
1085 |
+
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1086 |
+
<glyph glyph-name="collapse_top" unicode=""
|
1087 |
+
d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
|
1088 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1089 |
+
<glyph glyph-name="_317" unicode=""
|
1090 |
+
d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
|
1091 |
+
t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1092 |
+
<glyph glyph-name="eur" unicode="" horiz-adv-x="1024"
|
1093 |
+
d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
|
1094 |
+
t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
|
1095 |
+
l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
|
1096 |
+
<glyph glyph-name="gbp" unicode="" horiz-adv-x="1024"
|
1097 |
+
d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
|
1098 |
+
q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
|
1099 |
+
<glyph glyph-name="usd" unicode="" horiz-adv-x="1024"
|
1100 |
+
d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
|
1101 |
+
t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
|
1102 |
+
t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
|
1103 |
+
t53 -63.5t31.5 -76.5t13 -94z" />
|
1104 |
+
<glyph glyph-name="inr" unicode="" horiz-adv-x="898"
|
1105 |
+
d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
|
1106 |
+
q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
|
1107 |
+
<glyph glyph-name="jpy" unicode="" horiz-adv-x="1027"
|
1108 |
+
d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
|
1109 |
+
l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
|
1110 |
+
<glyph glyph-name="rub" unicode="" horiz-adv-x="1280"
|
1111 |
+
d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
|
1112 |
+
q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
|
1113 |
+
<glyph glyph-name="krw" unicode="" horiz-adv-x="1792"
|
1114 |
+
d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
|
1115 |
+
t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
|
1116 |
+
q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
|
1117 |
+
<glyph glyph-name="btc" unicode="" horiz-adv-x="1280"
|
1118 |
+
d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
|
1119 |
+
l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
|
1120 |
+
t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
|
1121 |
+
<glyph glyph-name="file" unicode=""
|
1122 |
+
d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
|
1123 |
+
<glyph glyph-name="file_text" unicode=""
|
1124 |
+
d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
|
1125 |
+
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
|
1126 |
+
<glyph glyph-name="sort_by_alphabet" unicode="" horiz-adv-x="1664"
|
1127 |
+
d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
|
1128 |
+
v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
|
1129 |
+
l230 -662h70z" />
|
1130 |
+
<glyph glyph-name="_329" unicode="" horiz-adv-x="1664"
|
1131 |
+
d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
|
1132 |
+
v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
|
1133 |
+
v119h121z" />
|
1134 |
+
<glyph glyph-name="sort_by_attributes" unicode="" horiz-adv-x="1792"
|
1135 |
+
d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
|
1136 |
+
q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
|
1137 |
+
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
|
1138 |
+
<glyph glyph-name="sort_by_attributes_alt" unicode="" horiz-adv-x="1792"
|
1139 |
+
d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
|
1140 |
+
q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
|
1141 |
+
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
|
1142 |
+
<glyph glyph-name="sort_by_order" unicode=""
|
1143 |
+
d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
|
1144 |
+
zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
|
1145 |
+
t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
|
1146 |
+
<glyph glyph-name="sort_by_order_alt" unicode=""
|
1147 |
+
d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
|
1148 |
+
t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
|
1149 |
+
q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
|
1150 |
+
<glyph glyph-name="_334" unicode="" horiz-adv-x="1664"
|
1151 |
+
d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
|
1152 |
+
q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
|
1153 |
+
t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
|
1154 |
+
<glyph glyph-name="_335" unicode="" horiz-adv-x="1664"
|
1155 |
+
d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
|
1156 |
+
t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
|
1157 |
+
t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
|
1158 |
+
<glyph glyph-name="youtube_sign" unicode=""
|
1159 |
+
d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
|
1160 |
+
q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
|
1161 |
+
q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
|
1162 |
+
q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
|
1163 |
+
q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
|
1164 |
+
h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1165 |
+
<glyph glyph-name="youtube" unicode=""
|
1166 |
+
d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
|
1167 |
+
q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
|
1168 |
+
q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
|
1169 |
+
q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
|
1170 |
+
q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
|
1171 |
+
<glyph glyph-name="xing" unicode="" horiz-adv-x="1408"
|
1172 |
+
d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
|
1173 |
+
q25 45 64 45h241q22 0 31 -15z" />
|
1174 |
+
<glyph glyph-name="xing_sign" unicode=""
|
1175 |
+
d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
|
1176 |
+
l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1177 |
+
<glyph glyph-name="youtube_play" unicode="" horiz-adv-x="1792"
|
1178 |
+
d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
|
1179 |
+
l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
|
1180 |
+
q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
|
1181 |
+
<glyph glyph-name="dropbox" unicode="" horiz-adv-x="1792"
|
1182 |
+
d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
|
1183 |
+
<glyph glyph-name="stackexchange" unicode=""
|
1184 |
+
d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
|
1185 |
+
<glyph glyph-name="instagram" unicode=""
|
1186 |
+
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
|
1187 |
+
q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
|
1188 |
+
t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
|
1189 |
+
q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
|
1190 |
+
<glyph glyph-name="flickr" unicode=""
|
1191 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
|
1192 |
+
t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
|
1193 |
+
<glyph glyph-name="adn" unicode=""
|
1194 |
+
d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1195 |
+
<glyph glyph-name="f171" unicode="" horiz-adv-x="1408"
|
1196 |
+
d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
|
1197 |
+
t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
|
1198 |
+
t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
|
1199 |
+
t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
|
1200 |
+
<glyph glyph-name="bitbucket_sign" unicode=""
|
1201 |
+
d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
|
1202 |
+
t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
|
1203 |
+
M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
|
1204 |
+
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1205 |
+
<glyph glyph-name="tumblr" unicode="" horiz-adv-x="1024"
|
1206 |
+
d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
|
1207 |
+
q78 2 134 29z" />
|
1208 |
+
<glyph glyph-name="tumblr_sign" unicode=""
|
1209 |
+
d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
|
1210 |
+
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1211 |
+
<glyph glyph-name="long_arrow_down" unicode="" horiz-adv-x="768"
|
1212 |
+
d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
|
1213 |
+
<glyph glyph-name="long_arrow_up" unicode="" horiz-adv-x="768"
|
1214 |
+
d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
|
1215 |
+
<glyph glyph-name="long_arrow_left" unicode="" horiz-adv-x="1792"
|
1216 |
+
d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
|
1217 |
+
<glyph glyph-name="long_arrow_right" unicode="" horiz-adv-x="1792"
|
1218 |
+
d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
|
1219 |
+
<glyph glyph-name="apple" unicode="" horiz-adv-x="1408"
|
1220 |
+
d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
|
1221 |
+
q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
|
1222 |
+
<glyph glyph-name="windows" unicode="" horiz-adv-x="1664"
|
1223 |
+
d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
|
1224 |
+
<glyph glyph-name="android" unicode="" horiz-adv-x="1408"
|
1225 |
+
d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
|
1226 |
+
t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
|
1227 |
+
h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
|
1228 |
+
<glyph glyph-name="linux" unicode=""
|
1229 |
+
d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
|
1230 |
+
M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
|
1231 |
+
q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
|
1232 |
+
q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
|
1233 |
+
t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
|
1234 |
+
q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
|
1235 |
+
q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
|
1236 |
+
q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
|
1237 |
+
q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
|
1238 |
+
t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
|
1239 |
+
t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
|
1240 |
+
q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
|
1241 |
+
t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
|
1242 |
+
q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
|
1243 |
+
t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
|
1244 |
+
t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
|
1245 |
+
<glyph glyph-name="dribble" unicode=""
|
1246 |
+
d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
|
1247 |
+
t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
|
1248 |
+
q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
|
1249 |
+
t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1250 |
+
<glyph glyph-name="skype" unicode=""
|
1251 |
+
d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
|
1252 |
+
t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
|
1253 |
+
q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
|
1254 |
+
q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
|
1255 |
+
<glyph glyph-name="foursquare" unicode="" horiz-adv-x="1280"
|
1256 |
+
d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
|
1257 |
+
M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
|
1258 |
+
l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
|
1259 |
+
<glyph glyph-name="trello" unicode=""
|
1260 |
+
d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
|
1261 |
+
q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
|
1262 |
+
<glyph glyph-name="female" unicode="" horiz-adv-x="1280"
|
1263 |
+
d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
|
1264 |
+
q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
|
1265 |
+
<glyph glyph-name="male" unicode="" horiz-adv-x="1024"
|
1266 |
+
d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
|
1267 |
+
M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
|
1268 |
+
<glyph glyph-name="gittip" unicode=""
|
1269 |
+
d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
1270 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1271 |
+
<glyph glyph-name="sun" unicode="" horiz-adv-x="1792"
|
1272 |
+
d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
|
1273 |
+
l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
|
1274 |
+
q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
|
1275 |
+
<glyph glyph-name="_366" unicode=""
|
1276 |
+
d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
|
1277 |
+
t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
|
1278 |
+
<glyph glyph-name="archive" unicode="" horiz-adv-x="1792"
|
1279 |
+
d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
|
1280 |
+
q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
|
1281 |
+
<glyph glyph-name="bug" unicode="" horiz-adv-x="1664"
|
1282 |
+
d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
|
1283 |
+
q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
|
1284 |
+
t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
|
1285 |
+
<glyph glyph-name="vk" unicode="" horiz-adv-x="1920"
|
1286 |
+
d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
|
1287 |
+
t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
|
1288 |
+
q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
|
1289 |
+
q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
|
1290 |
+
q39 5 64 -2.5t31 -16.5z" />
|
1291 |
+
<glyph glyph-name="weibo" unicode="" horiz-adv-x="1792"
|
1292 |
+
d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
|
1293 |
+
q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
|
1294 |
+
q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
|
1295 |
+
q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
|
1296 |
+
M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
|
1297 |
+
<glyph glyph-name="renren" unicode=""
|
1298 |
+
d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
|
1299 |
+
q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
|
1300 |
+
<glyph glyph-name="_372" unicode="" horiz-adv-x="1408"
|
1301 |
+
d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
|
1302 |
+
t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
|
1303 |
+
t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
|
1304 |
+
t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
|
1305 |
+
<glyph glyph-name="stack_exchange" unicode="" horiz-adv-x="1280"
|
1306 |
+
d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
|
1307 |
+
" />
|
1308 |
+
<glyph glyph-name="_374" unicode=""
|
1309 |
+
d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
|
1310 |
+
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1311 |
+
<glyph glyph-name="arrow_circle_alt_left" unicode=""
|
1312 |
+
d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
|
1313 |
+
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1314 |
+
<glyph glyph-name="_376" unicode=""
|
1315 |
+
d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
|
1316 |
+
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1317 |
+
<glyph glyph-name="dot_circle_alt" unicode=""
|
1318 |
+
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
|
1319 |
+
t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1320 |
+
<glyph glyph-name="_378" unicode="" horiz-adv-x="1664"
|
1321 |
+
d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
|
1322 |
+
q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
|
1323 |
+
<glyph glyph-name="vimeo_square" unicode=""
|
1324 |
+
d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
|
1325 |
+
q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1326 |
+
<glyph glyph-name="_380" unicode="" horiz-adv-x="1152"
|
1327 |
+
d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
|
1328 |
+
q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
|
1329 |
+
<glyph glyph-name="plus_square_o" unicode="" horiz-adv-x="1408"
|
1330 |
+
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
|
1331 |
+
q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
|
1332 |
+
<glyph glyph-name="_382" unicode="" horiz-adv-x="2176"
|
1333 |
+
d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
|
1334 |
+
t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
|
1335 |
+
q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
|
1336 |
+
<glyph glyph-name="_383" unicode="" horiz-adv-x="1664"
|
1337 |
+
d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
|
1338 |
+
q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
|
1339 |
+
t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
|
1340 |
+
<glyph glyph-name="_384" unicode=""
|
1341 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
|
1342 |
+
q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
|
1343 |
+
t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
|
1344 |
+
<glyph glyph-name="_385" unicode="" horiz-adv-x="1792"
|
1345 |
+
d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
|
1346 |
+
t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
|
1347 |
+
t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
|
1348 |
+
t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
|
1349 |
+
t273 -182.5t331.5 -68z" />
|
1350 |
+
<glyph glyph-name="_386" unicode="" horiz-adv-x="1792"
|
1351 |
+
d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
|
1352 |
+
<glyph glyph-name="_387" unicode="" horiz-adv-x="2048"
|
1353 |
+
d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
|
1354 |
+
q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
|
1355 |
+
<glyph glyph-name="_388" unicode="" horiz-adv-x="2304"
|
1356 |
+
d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
|
1357 |
+
q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
|
1358 |
+
<glyph glyph-name="_389" unicode=""
|
1359 |
+
d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
|
1360 |
+
q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
|
1361 |
+
<glyph glyph-name="uniF1A0" unicode=""
|
1362 |
+
d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
|
1363 |
+
t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
|
1364 |
+
<glyph glyph-name="f1a1" unicode="" horiz-adv-x="1792"
|
1365 |
+
d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
|
1366 |
+
t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
|
1367 |
+
q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
|
1368 |
+
t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
1369 |
+
<glyph glyph-name="_392" unicode=""
|
1370 |
+
d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
|
1371 |
+
q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
|
1372 |
+
q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
|
1373 |
+
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1374 |
+
<glyph glyph-name="_393" unicode=""
|
1375 |
+
d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
|
1376 |
+
v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
|
1377 |
+
t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1378 |
+
<glyph glyph-name="f1a4" unicode="" horiz-adv-x="1920"
|
1379 |
+
d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
|
1380 |
+
v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
|
1381 |
+
<glyph glyph-name="_395" unicode=""
|
1382 |
+
d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
|
1383 |
+
t84.5 -203.5z" />
|
1384 |
+
<glyph glyph-name="_396" unicode="" horiz-adv-x="2048"
|
1385 |
+
d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
|
1386 |
+
v-369h123z" />
|
1387 |
+
<glyph glyph-name="_397" unicode=""
|
1388 |
+
d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
|
1389 |
+
v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
|
1390 |
+
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1391 |
+
<glyph glyph-name="_398" unicode="" horiz-adv-x="2038"
|
1392 |
+
d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
|
1393 |
+
q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
|
1394 |
+
q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
|
1395 |
+
q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
|
1396 |
+
t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
|
1397 |
+
q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
|
1398 |
+
t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
|
1399 |
+
t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
|
1400 |
+
<glyph glyph-name="_399" unicode=""
|
1401 |
+
d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
|
1402 |
+
q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
|
1403 |
+
q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
|
1404 |
+
t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
|
1405 |
+
q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
|
1406 |
+
<glyph glyph-name="_400" unicode=""
|
1407 |
+
d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
|
1408 |
+
M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
|
1409 |
+
t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
|
1410 |
+
q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
|
1411 |
+
t135.5 51q85 0 145 -60.5t60 -145.5z" />
|
1412 |
+
<glyph glyph-name="f1ab" unicode=""
|
1413 |
+
d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
|
1414 |
+
q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
|
1415 |
+
q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
|
1416 |
+
M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
|
1417 |
+
q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
|
1418 |
+
q20 0 20 -21v-418z" />
|
1419 |
+
<glyph glyph-name="_402" unicode="" horiz-adv-x="1792"
|
1420 |
+
d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
|
1421 |
+
l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
|
1422 |
+
t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
|
1423 |
+
q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
|
1424 |
+
q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
|
1425 |
+
<glyph glyph-name="_403" unicode=""
|
1426 |
+
d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
|
1427 |
+
t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
|
1428 |
+
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
|
1429 |
+
q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
|
1430 |
+
t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
|
1431 |
+
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
|
1432 |
+
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
|
1433 |
+
t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
|
1434 |
+
<glyph glyph-name="_404" unicode="" horiz-adv-x="1280"
|
1435 |
+
d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
|
1436 |
+
q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
|
1437 |
+
<glyph glyph-name="uniF1B1" unicode="" horiz-adv-x="1664"
|
1438 |
+
d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
|
1439 |
+
q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
|
1440 |
+
q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
|
1441 |
+
t100.5 134t141.5 55.5z" />
|
1442 |
+
<glyph glyph-name="_406" unicode="" horiz-adv-x="768"
|
1443 |
+
d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
|
1444 |
+
<glyph glyph-name="_407" unicode="" horiz-adv-x="1792"
|
1445 |
+
d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
|
1446 |
+
" />
|
1447 |
+
<glyph glyph-name="_408" unicode="" horiz-adv-x="2304"
|
1448 |
+
d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
|
1449 |
+
t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
|
1450 |
+
v-400l434 -186q36 -16 57 -48t21 -70z" />
|
1451 |
+
<glyph glyph-name="_409" unicode="" horiz-adv-x="2048"
|
1452 |
+
d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
|
1453 |
+
q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
|
1454 |
+
q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
|
1455 |
+
<glyph glyph-name="_410" unicode=""
|
1456 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
|
1457 |
+
t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
|
1458 |
+
t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
|
1459 |
+
<glyph glyph-name="_411" unicode="" horiz-adv-x="1792"
|
1460 |
+
d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
|
1461 |
+
q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
|
1462 |
+
q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
|
1463 |
+
<glyph glyph-name="_412" unicode=""
|
1464 |
+
d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
|
1465 |
+
q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
|
1466 |
+
q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
|
1467 |
+
" />
|
1468 |
+
<glyph glyph-name="_413" unicode="" horiz-adv-x="1792"
|
1469 |
+
d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
|
1470 |
+
l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
|
1471 |
+
t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
|
1472 |
+
q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
|
1473 |
+
<glyph glyph-name="_414" unicode="" horiz-adv-x="2048"
|
1474 |
+
d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
|
1475 |
+
q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
|
1476 |
+
l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
|
1477 |
+
<glyph glyph-name="_415" unicode="" horiz-adv-x="2048"
|
1478 |
+
d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
|
1479 |
+
t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
|
1480 |
+
M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
|
1481 |
+
<glyph glyph-name="_416" unicode=""
|
1482 |
+
d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
|
1483 |
+
q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
|
1484 |
+
<glyph glyph-name="_417" unicode=""
|
1485 |
+
d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
|
1486 |
+
q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
|
1487 |
+
q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1488 |
+
<glyph glyph-name="_418" unicode="" horiz-adv-x="1024"
|
1489 |
+
d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
|
1490 |
+
<glyph glyph-name="_419" unicode="" horiz-adv-x="2304"
|
1491 |
+
d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
|
1492 |
+
q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
|
1493 |
+
q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
|
1494 |
+
l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
|
1495 |
+
q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
|
1496 |
+
q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
|
1497 |
+
q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
|
1498 |
+
<glyph glyph-name="uniF1C0" unicode=""
|
1499 |
+
d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
|
1500 |
+
t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
|
1501 |
+
t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
|
1502 |
+
<glyph glyph-name="uniF1C1" unicode=""
|
1503 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1504 |
+
M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
|
1505 |
+
q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
|
1506 |
+
q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
|
1507 |
+
<glyph glyph-name="_422" unicode=""
|
1508 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1509 |
+
M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
|
1510 |
+
t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
|
1511 |
+
<glyph glyph-name="_423" unicode=""
|
1512 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1513 |
+
M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
|
1514 |
+
h-290v-107h68l189 -272l-194 -283h-68z" />
|
1515 |
+
<glyph glyph-name="_424" unicode=""
|
1516 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1517 |
+
M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
|
1518 |
+
<glyph glyph-name="_425" unicode=""
|
1519 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1520 |
+
M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
|
1521 |
+
<glyph glyph-name="_426" unicode=""
|
1522 |
+
d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
|
1523 |
+
v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
|
1524 |
+
q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
|
1525 |
+
<glyph glyph-name="_427" unicode=""
|
1526 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1527 |
+
M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
|
1528 |
+
q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
|
1529 |
+
<glyph glyph-name="_428" unicode=""
|
1530 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1531 |
+
M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
|
1532 |
+
<glyph glyph-name="_429" unicode=""
|
1533 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1534 |
+
M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
|
1535 |
+
l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
|
1536 |
+
<glyph glyph-name="_430" unicode=""
|
1537 |
+
d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
|
1538 |
+
q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
|
1539 |
+
<glyph glyph-name="_431" unicode="" horiz-adv-x="1792"
|
1540 |
+
d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
|
1541 |
+
q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
|
1542 |
+
<glyph glyph-name="_432" unicode="" horiz-adv-x="2048"
|
1543 |
+
d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
|
1544 |
+
q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
|
1545 |
+
t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
|
1546 |
+
<glyph glyph-name="_433" unicode="" horiz-adv-x="1792"
|
1547 |
+
d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
|
1548 |
+
q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
|
1549 |
+
t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
|
1550 |
+
<glyph glyph-name="_434" unicode="" horiz-adv-x="1792"
|
1551 |
+
d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
|
1552 |
+
t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
|
1553 |
+
<glyph glyph-name="uniF1D0" unicode="" horiz-adv-x="1792"
|
1554 |
+
d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
|
1555 |
+
t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
|
1556 |
+
t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
|
1557 |
+
q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
|
1558 |
+
<glyph glyph-name="uniF1D1" unicode="" horiz-adv-x="1792"
|
1559 |
+
d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
|
1560 |
+
l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
|
1561 |
+
q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
|
1562 |
+
q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
|
1563 |
+
t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
|
1564 |
+
t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
1565 |
+
<glyph glyph-name="uniF1D2" unicode=""
|
1566 |
+
d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
|
1567 |
+
q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
|
1568 |
+
q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
|
1569 |
+
q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1570 |
+
<glyph glyph-name="_438" unicode="" horiz-adv-x="1792"
|
1571 |
+
d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
|
1572 |
+
q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
|
1573 |
+
q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
|
1574 |
+
v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
|
1575 |
+
<glyph glyph-name="_439" unicode=""
|
1576 |
+
d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1577 |
+
<glyph glyph-name="uniF1D5" unicode="" horiz-adv-x="1280"
|
1578 |
+
d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
|
1579 |
+
t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
|
1580 |
+
t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
|
1581 |
+
<glyph glyph-name="uniF1D6" unicode="" horiz-adv-x="1792"
|
1582 |
+
d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
|
1583 |
+
q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
|
1584 |
+
t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
|
1585 |
+
t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
|
1586 |
+
<glyph glyph-name="uniF1D7" unicode="" horiz-adv-x="2048"
|
1587 |
+
d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
|
1588 |
+
q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
|
1589 |
+
q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
|
1590 |
+
q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
|
1591 |
+
<glyph glyph-name="_443" unicode="" horiz-adv-x="1792"
|
1592 |
+
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
|
1593 |
+
<glyph glyph-name="_444" unicode="" horiz-adv-x="1792"
|
1594 |
+
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
|
1595 |
+
l863 639l-478 -797z" />
|
1596 |
+
<glyph glyph-name="_445" unicode=""
|
1597 |
+
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
|
1598 |
+
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
|
1599 |
+
t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
|
1600 |
+
<glyph glyph-name="_446" unicode=""
|
1601 |
+
d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
1602 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1603 |
+
<glyph glyph-name="_447" unicode="" horiz-adv-x="1792"
|
1604 |
+
d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
|
1605 |
+
t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
|
1606 |
+
t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
|
1607 |
+
q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
|
1608 |
+
q0 -26 -12 -48t-36 -22z" />
|
1609 |
+
<glyph glyph-name="_448" unicode="" horiz-adv-x="1280"
|
1610 |
+
d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
|
1611 |
+
q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
|
1612 |
+
<glyph glyph-name="_449" unicode=""
|
1613 |
+
d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
|
1614 |
+
q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
|
1615 |
+
<glyph glyph-name="uniF1E0" unicode=""
|
1616 |
+
d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
|
1617 |
+
t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
|
1618 |
+
<glyph glyph-name="_451" unicode=""
|
1619 |
+
d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
|
1620 |
+
t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1621 |
+
<glyph glyph-name="_452" unicode="" horiz-adv-x="1792"
|
1622 |
+
d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
|
1623 |
+
t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
|
1624 |
+
q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
|
1625 |
+
t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
|
1626 |
+
<glyph glyph-name="_453" unicode="" horiz-adv-x="1792"
|
1627 |
+
d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
|
1628 |
+
l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
|
1629 |
+
<glyph glyph-name="_454" unicode="" horiz-adv-x="1792"
|
1630 |
+
d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
|
1631 |
+
v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
|
1632 |
+
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
|
1633 |
+
zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
|
1634 |
+
t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
|
1635 |
+
<glyph glyph-name="_455" unicode="" horiz-adv-x="1792"
|
1636 |
+
d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
|
1637 |
+
M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
|
1638 |
+
<glyph glyph-name="_456" unicode="" horiz-adv-x="1792"
|
1639 |
+
d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
|
1640 |
+
l401 400q38 37 91 37t90 -37z" />
|
1641 |
+
<glyph glyph-name="_457" unicode="" horiz-adv-x="1792"
|
1642 |
+
d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
|
1643 |
+
t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
|
1644 |
+
M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
|
1645 |
+
t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
|
1646 |
+
<glyph glyph-name="_458" unicode="" horiz-adv-x="1792"
|
1647 |
+
d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
|
1648 |
+
<glyph glyph-name="_459" unicode=""
|
1649 |
+
d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
|
1650 |
+
q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
|
1651 |
+
t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
|
1652 |
+
q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
|
1653 |
+
<glyph glyph-name="_460" unicode="" horiz-adv-x="2048"
|
1654 |
+
d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
|
1655 |
+
t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
|
1656 |
+
<glyph glyph-name="_461" unicode="" horiz-adv-x="2048"
|
1657 |
+
d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
|
1658 |
+
q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
|
1659 |
+
M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
|
1660 |
+
<glyph glyph-name="_462" unicode="" horiz-adv-x="1792"
|
1661 |
+
d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
|
1662 |
+
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
|
1663 |
+
t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
|
1664 |
+
t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
|
1665 |
+
M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
|
1666 |
+
h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
|
1667 |
+
<glyph glyph-name="_463" unicode=""
|
1668 |
+
d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
|
1669 |
+
q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
|
1670 |
+
q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
|
1671 |
+
<glyph glyph-name="_464" unicode="" horiz-adv-x="1792"
|
1672 |
+
d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
|
1673 |
+
q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
|
1674 |
+
<glyph glyph-name="uniF1F0" unicode="" horiz-adv-x="2304"
|
1675 |
+
d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
|
1676 |
+
q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
|
1677 |
+
q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1678 |
+
<glyph glyph-name="_466" unicode="" horiz-adv-x="2304"
|
1679 |
+
d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
|
1680 |
+
q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
|
1681 |
+
M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
|
1682 |
+
h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
|
1683 |
+
q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
|
1684 |
+
q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
|
1685 |
+
q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
|
1686 |
+
q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
|
1687 |
+
q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
|
1688 |
+
h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
|
1689 |
+
t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1690 |
+
<glyph glyph-name="_467" unicode="" horiz-adv-x="2304"
|
1691 |
+
d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
|
1692 |
+
q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
|
1693 |
+
v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
|
1694 |
+
q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
|
1695 |
+
t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
|
1696 |
+
<glyph glyph-name="f1f3" unicode="" horiz-adv-x="2304"
|
1697 |
+
d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
|
1698 |
+
M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
|
1699 |
+
l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
|
1700 |
+
v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
|
1701 |
+
q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
|
1702 |
+
q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
|
1703 |
+
t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
|
1704 |
+
h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
|
1705 |
+
t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
|
1706 |
+
<glyph glyph-name="_469" unicode="" horiz-adv-x="2304"
|
1707 |
+
d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
|
1708 |
+
t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
|
1709 |
+
q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
|
1710 |
+
t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
|
1711 |
+
l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
|
1712 |
+
q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1713 |
+
<glyph glyph-name="_470" unicode="" horiz-adv-x="2304"
|
1714 |
+
d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
|
1715 |
+
q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
|
1716 |
+
q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
|
1717 |
+
q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
|
1718 |
+
q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1719 |
+
<glyph glyph-name="_471" unicode="" horiz-adv-x="2048"
|
1720 |
+
d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
|
1721 |
+
l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
|
1722 |
+
l418 363q10 8 23.5 7t21.5 -11z" />
|
1723 |
+
<glyph glyph-name="_472" unicode="" horiz-adv-x="2048"
|
1724 |
+
d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
|
1725 |
+
q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
|
1726 |
+
q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
|
1727 |
+
<glyph glyph-name="_473" unicode="" horiz-adv-x="1408"
|
1728 |
+
d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
|
1729 |
+
q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
|
1730 |
+
q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
|
1731 |
+
<glyph glyph-name="_474" unicode=""
|
1732 |
+
d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
|
1733 |
+
t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
|
1734 |
+
t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1735 |
+
<glyph glyph-name="_475" unicode=""
|
1736 |
+
d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
|
1737 |
+
q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
|
1738 |
+
t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
|
1739 |
+
t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
|
1740 |
+
<glyph glyph-name="_476" unicode="" horiz-adv-x="1792"
|
1741 |
+
d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
|
1742 |
+
t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
|
1743 |
+
<glyph glyph-name="f1fc" unicode="" horiz-adv-x="1792"
|
1744 |
+
d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
|
1745 |
+
t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
|
1746 |
+
<glyph glyph-name="_478" unicode="" horiz-adv-x="1792"
|
1747 |
+
d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
|
1748 |
+
t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
|
1749 |
+
t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
|
1750 |
+
h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
|
1751 |
+
q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
|
1752 |
+
<glyph glyph-name="_479" unicode="" horiz-adv-x="2048"
|
1753 |
+
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
|
1754 |
+
<glyph glyph-name="_480" unicode="" horiz-adv-x="1792"
|
1755 |
+
d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
|
1756 |
+
<glyph glyph-name="_481" unicode="" horiz-adv-x="2048"
|
1757 |
+
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
|
1758 |
+
t9 -23z" />
|
1759 |
+
<glyph glyph-name="_482" unicode="" horiz-adv-x="1792"
|
1760 |
+
d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
|
1761 |
+
q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
|
1762 |
+
t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
|
1763 |
+
q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
|
1764 |
+
<glyph glyph-name="_483" unicode=""
|
1765 |
+
d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
|
1766 |
+
q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
|
1767 |
+
q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
|
1768 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1769 |
+
<glyph glyph-name="_484" unicode="" horiz-adv-x="2048"
|
1770 |
+
d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
|
1771 |
+
t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
|
1772 |
+
t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
|
1773 |
+
<glyph glyph-name="_485" unicode="" horiz-adv-x="2048"
|
1774 |
+
d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
|
1775 |
+
t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
|
1776 |
+
<glyph glyph-name="_486" unicode="" horiz-adv-x="2304"
|
1777 |
+
d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
|
1778 |
+
q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
|
1779 |
+
q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
|
1780 |
+
q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
|
1781 |
+
<glyph glyph-name="_487" unicode=""
|
1782 |
+
d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
|
1783 |
+
h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
|
1784 |
+
t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
|
1785 |
+
<glyph glyph-name="_488" unicode="" horiz-adv-x="2048"
|
1786 |
+
d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
|
1787 |
+
q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
|
1788 |
+
q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
|
1789 |
+
<glyph glyph-name="_489" unicode="" horiz-adv-x="1280"
|
1790 |
+
d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
|
1791 |
+
t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
|
1792 |
+
t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
|
1793 |
+
q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-
|