Tutor LMS – eLearning and online course solution - Version 1.7.1

Version Description

  • October 09, 2020 =

New: REST API New: Zoom Integration New: Google Classroom Integration New: 3rd Party Google reCaptcha plugin support Fix: Compatibility issue with WCFM Fix: Quiz attempt review issue Fix: Course duplication issue Fix: Assignment search issue

Download this release

Release Info

Developer themeum
Plugin Icon wp plugin Tutor LMS – eLearning and online course solution
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7.0 to 1.7.1

assets/addons/google-classroom/thumbnail.png ADDED
Binary file
assets/addons/tutor-zoom/thumbnail.png ADDED
Binary file
assets/css/tutor-admin.css CHANGED
@@ -1,3525 +1,3526 @@
1
- /**
2
- @package: Tutor LMS
3
- @author: themeum
4
- */
5
- :root {
6
- --tutor-primary-color: #1b52d8;
7
- --tutor-primary-hover-color: #1b52a9;
8
- --tutor-text-color: #4b5981;
9
- --tutor-light-color: #b1b8c9;
10
- --tutor-success-button-color: #86b223;
11
- }
12
-
13
- .ui-slider {
14
- position: relative;
15
- text-align: left;
16
- }
17
- .ui-slider .ui-slider-handle {
18
- position: absolute;
19
- z-index: 2;
20
- width: 15px;
21
- height: 15px;
22
- cursor: default;
23
- top: -6.5px;
24
- cursor: pointer;
25
- }
26
- .ui-slider .ui-slider-range {
27
- position: absolute;
28
- z-index: 1;
29
- font-size: 0.7em;
30
- display: block;
31
- border: 0;
32
- background-position: 0 0;
33
- }
34
-
35
- .ui-slider-horizontal {
36
- height: 0.8em;
37
- }
38
- .ui-slider-horizontal .ui-slider-range {
39
- top: 0;
40
- height: 100%;
41
- }
42
- .ui-slider-horizontal .ui-slider-range-min {
43
- left: 0;
44
- }
45
- .ui-slider-horizontal .ui-slider-range-max {
46
- right: 0;
47
- }
48
-
49
- .ui-slider-vertical {
50
- width: 0.8em;
51
- height: 100px;
52
- }
53
- .ui-slider-vertical .ui-slider-handle {
54
- left: -0.3em;
55
- margin-left: 0;
56
- margin-bottom: -0.6em;
57
- }
58
- .ui-slider-vertical .ui-slider-range {
59
- left: 0;
60
- width: 100%;
61
- }
62
- .ui-slider-vertical .ui-slider-range-min {
63
- bottom: 0;
64
- }
65
- .ui-slider-vertical .ui-slider-range-max {
66
- top: 0;
67
- }
68
-
69
- /*----------------------------------
70
- Component containers
71
- ----------------------------------*/
72
- .ui-widget-content {
73
- border: 1px solid #aaaaaa;
74
- background: #ffffff;
75
- color: #222222;
76
- }
77
- .ui-widget-content a {
78
- color: #222222;
79
- }
80
- .ui-widget-header {
81
- border: 1px solid #aaaaaa;
82
- background: #cccccc;
83
- color: #222222;
84
- font-weight: bold;
85
- }
86
- .ui-widget-header a {
87
- color: #222222;
88
- }
89
-
90
- /* Interaction states
91
- ----------------------------------*/
92
- .ui-state-default,
93
- .ui-widget-content .ui-state-default,
94
- .ui-widget-header .ui-state-default {
95
- border: 1px solid #d3d3d3;
96
- background: #e6e6e6;
97
- font-weight: normal;
98
- color: #555555;
99
- }
100
- /* Interaction Cues
101
- ----------------------------------*/
102
- .ui-state-highlight,
103
- .ui-widget-content .ui-state-highlight,
104
- .ui-widget-header .ui-state-highlight {
105
- border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
106
- background: #fbf9ee;
107
- color: #363636;
108
- }
109
-
110
- .tutor-option-nav-tabs li {
111
- position: relative;
112
- display: inline-block;
113
- margin-right: -1px;
114
- }
115
- /*.tutor-option-nav-tabs li:after {*/
116
- /*content: "|";*/
117
- /*position: absolute;*/
118
- /*top: 0;*/
119
- /*right: -10px;*/
120
- /*}*/
121
- .tutor-option-nav-tabs li:last-child:after {
122
- content: "";
123
- }
124
- .tutor-option-nav-tabs li a {
125
- display: block;
126
- font-weight: bold;
127
- text-decoration: none;
128
- background: #fff;
129
- padding: 5px 10px;
130
- border: 1px solid #dddddd;
131
- }
132
- .tutor-option-nav-tabs li.current a {
133
- color: #333333;
134
- }
135
- .tutor-option-nav-tabs li a:focus {
136
- box-shadow: none;
137
- }
138
-
139
- /**
140
- Withdraw Methods Nav
141
- */
142
-
143
- .withdraw-method-nav {
144
- margin-bottom: 20px;
145
- }
146
- .withdraw-method-nav li {
147
- position: relative;
148
- display: inline-block;
149
- }
150
- .withdraw-method-nav li a {
151
- display: block;
152
- text-decoration: none;
153
- padding: 5px 10px;
154
- border-right: 1px solid #cccccc;
155
- }
156
- .withdraw-method-nav li:last-child a {
157
- border-right: none;
158
- }
159
- /**
160
- Option Field
161
- */
162
-
163
- .tutor-option-field-row {
164
- border-bottom: 1px solid #e4e4e4;
165
- padding: 20px 0;
166
- font-size: 14px;
167
- line-height: 1.3;
168
- }
169
- .tutor-option-field-row:last-child {
170
- border-bottom: none;
171
- }
172
- .tutor-option-field-row input[type="text"],
173
- .tutor-option-field-row input[type="email"],
174
- .tutor-option-field-row input[type="number"],
175
- .tutor-option-field-row input[type="password"],
176
- .tutor-option-field-row textarea,
177
- .tutor-option-field-row .tutor-field-type-slider {
178
- background-color: #fff;
179
- border: 1px solid #ddd;
180
- border-radius: 3px;
181
- box-shadow: none;
182
- color: #333;
183
- display: inline-block;
184
- vertical-align: middle;
185
- padding: 7px 12px;
186
- margin: 0 10px 0 0;
187
- width: 400px;
188
- min-height: 35px;
189
- }
190
-
191
- .tutor_lesson_modal_form .tutor-option-field-row input[type="text"],
192
- .tutor_lesson_modal_form .tutor-option-field-row input[type="email"],
193
- .tutor_lesson_modal_form .tutor-option-field-row input[type="number"],
194
- .tutor_lesson_modal_form .tutor-option-field-row input[type="password"],
195
- .tutor_lesson_modal_form .tutor-option-field-row textarea,
196
- .tutor_lesson_modal_form .tutor-option-field-row .tutor-field-type-slider {
197
- width: 100%;
198
- display: block;
199
- }
200
-
201
- .tutor-option-field {
202
- display: block;
203
- margin: 0 0 0 200px;
204
- max-width: 800px;
205
- }
206
- .rtl .tutor-option-field {
207
- margin: 0 200px 0 0;
208
- }
209
- .tutor_lesson_modal_form .tutor-option-field {
210
- display: block;
211
- margin: 0;
212
- max-width: none;
213
- }
214
- .tutor-option-field-label {
215
- display: block;
216
- float: left;
217
- width: 200px;
218
- }
219
- .rtl .tutor-option-field-label {
220
- float: right;
221
- }
222
- .tutor_lesson_modal_form .tutor-option-field-label {
223
- display: block;
224
- float: none;
225
- width: 100%;
226
- margin-bottom: 15px;
227
- }
228
-
229
- .tutor-lesson-attachments-metabox {
230
- margin-top: 30px;
231
- }
232
-
233
- .tutor-option-field-label label {
234
- display: block;
235
- font-weight: 600;
236
- }
237
- .tutor-option-field p.desc {
238
- font-style: italic;
239
- color: #666;
240
- font-size: 12px;
241
- line-height: 1.5;
242
- }
243
- .tutor-option-field-row h2 {
244
- color: #444;
245
- font-size: 18px;
246
- font-weight: 700;
247
- margin: 0;
248
- }
249
- .tutor-option-field-row .option-media-wrap {
250
- margin-bottom: 10px;
251
- }
252
- .tutor-option-field-row .option-media-wrap img {
253
- max-height: 100px;
254
- width: auto;
255
- padding: 5px;
256
- border: 1px solid #cccccc;
257
- }
258
- .select2-container {
259
- min-width: 250px !important;
260
- }
261
- .membership_course_categories .select2-container {
262
- min-width: 50% !important;
263
- }
264
- /**
265
- Group Field Option
266
- */
267
- .tutor-option-group-field {
268
- display: inline-block;
269
- vertical-align: top;
270
- }
271
- .tutor-option-group-field input[type="text"],
272
- .tutor-option-group-field input[type="email"],
273
- .tutor-option-group-field input[type="number"],
274
- .tutor-option-group-field input[type="password"],
275
- .tutor-option-group-field textarea,
276
- .tutor-option-group-field .tutor-field-type-slider,
277
- .tutor-option-group-field select {
278
- width: 100px;
279
- margin-right: 5px;
280
- }
281
- .option-type-radio-wrap {
282
- margin-top: 0;
283
- }
284
-
285
- /**
286
- * Course adding page
287
- * Course Builder
288
- */
289
- #tutor-course-topics a {
290
- text-decoration: none;
291
- }
292
- #tutor-course-topics .tutor-topics-wrap {
293
- border-bottom: 1px solid #e7e7e7;
294
- padding-bottom: 0;
295
- margin: 0;
296
- }
297
- .tutor-untopics-lessons .course-content-item,
298
- .course-contents .course-content-item {
299
- padding: 10px;
300
- border-bottom: 1px solid #d9d9d9;
301
- background-color: #ebeef0;
302
- }
303
- .tutor-lessons.ui-sortable {
304
- min-height: 20px;
305
- }
306
- #tutor-course-topics .drop-lessons p {
307
- margin: 0;
308
- }
309
- #tutor-course-topics .course-content-item:hover {
310
- background-color: #ebeef0;
311
- }
312
- #tutor-course-topics .tutor-lessons {
313
- padding-left: 0;
314
- }
315
- #tutor-course-topics .tutor-lesson-top,
316
- #tutor-course-topics .tutor-lesson-top i {
317
- font-size: 15px;
318
- }
319
- #tutor-course-topics .tutor-lesson-top .open-tutor-quiz-modal i {
320
- display: inline-block;
321
- vertical-align: middle;
322
- margin-right: 5px;
323
- }
324
- .rtl #tutor-course-topics .tutor-lesson-top .open-tutor-quiz-modal i {
325
- margin-right: 0;
326
- margin-left: 5px;
327
- }
328
- #tutor-course-topics .tutor-lesson-top {
329
- display: -webkit-box;
330
- display: -ms-flexbox;
331
- display: flex;
332
- font-size: 14px;
333
- }
334
- #tutor-course-topics .tutor-lesson-top .open-tutor-lesson-modal,
335
- .tutor-quiz .open-tutor-quiz-modal,
336
- .course-content-item .open-tutor-assignment-modal {
337
- -webkit-box-flex: 1;
338
- -ms-flex: 1;
339
- flex: 1;
340
- }
341
- #tutor-course-topics .tutor-lesson-top i.tutor-icon-move {
342
- margin-right: 10px;
343
- cursor: ns-resize;
344
- }
345
- .rtl #tutor-course-topics .tutor-lesson-top i.tutor-icon-move {
346
- margin-right: 0;
347
- margin-left: 10px;
348
- }
349
- #tutor-course-topics .tutor-lesson-top i.tutor-icon-pencil {
350
- margin: 0 10px;
351
- }
352
- #tutor-course-topics .tutor-lesson-top a {
353
- color: #393c40;
354
- }
355
-
356
- #tutor-course-topics .tutor-lesson-top a.tutor-updating-message i {
357
- display: none;
358
- }
359
-
360
- .tutor-topics-wrap,
361
- .course-move-handle {
362
- margin-right: 5px;
363
- }
364
- .course-move-handle {
365
- align-self: center;
366
- cursor: row-resize;
367
- }
368
- .new-topic-btn-wrap {
369
- padding: 20px;
370
- }
371
- p.course-empty-content {
372
- padding-left: 20px;
373
- }
374
- .tutor_btn_lg {
375
- line-height: 45px;
376
- background-color: var(--tutor-primary-color);
377
- color: #ffffff;
378
- padding: 0 20px;
379
- display: inline-block;
380
- border-radius: 2px;
381
- font-size: 14px;
382
- font-weight: 300;
383
- border: none;
384
- box-shadow: none;
385
- cursor: pointer;
386
- }
387
- .tutor_btn_lg:focus {
388
- box-shadow: none;
389
- border: none;
390
- outline: none;
391
- }
392
- .tutor_btn_lg:focus,
393
- .tutor_btn_lg:hover {
394
- background-color: var(--tutor-primary-color);
395
- color: #ffffff;
396
- }
397
-
398
- .ui-sortable-placeholder {
399
- visibility: visible;
400
- background-color: #dddd;
401
- }
402
- .tutor-untopics-lessons {
403
- margin-top: 0;
404
- border: 1px solid #eee;
405
- padding: 20px;
406
- margin-bottom: 20px;
407
- background-color: #fbfbfb;
408
- }
409
- .tutor-untopics-lessons h3 {
410
- font-weight: 300;
411
- margin-top: 0px;
412
- }
413
- .tutor-untopics-lessons .tutor-lessons {
414
- padding-left: 0 !important;
415
- }
416
- .create-new-lesson-wrap {
417
- text-align: center;
418
- }
419
- .tutor-metabox-add-topics,
420
- .tutor-topics-edit-form {
421
- background: #f1f1f1;
422
- padding: 20px;
423
- }
424
- .tutor-metabox-add-topics .tutor-option-field-row {
425
- padding: 15px 0;
426
- }
427
- .tutor-metabox-add-topics .tutor-option-field-row:last-child,
428
- .tutor-topics-edit-form .tutor-option-field-row:last-child {
429
- border-bottom: none;
430
- }
431
- .topic-edit-icon {
432
- cursor: pointer;
433
- }
434
- .tutor-topic-title {
435
- display: -webkit-box;
436
- display: -ms-flexbox;
437
- display: flex;
438
- font-size: 16px;
439
- font-weight: 300;
440
- margin: 0;
441
- line-height: 40px;
442
- padding-left: 15px;
443
- }
444
- .rtl .tutor-topic-title {
445
- padding-left: 0;
446
- padding-right: 15px;
447
- }
448
- .tutor-topic-title a {
449
- color: #393c40;
450
- }
451
-
452
- .tutor-topic-title .topic-inner-title {
453
- -webkit-box-flex: 1;
454
- -ms-flex: 1 0 auto;
455
- flex: 1 0 auto;
456
- cursor: pointer;
457
- max-width: calc(100% - 154px);
458
- }
459
- .tutor-topic-title span {
460
- padding: 0 5px;
461
- }
462
- .tutor-topic-title span.expand-collapse-wrap {
463
- border-left: 1px solid #e7e7e7;
464
- }
465
- .rtl .tutor-topic-title span.expand-collapse-wrap {
466
- border-left: none;
467
- border-right: 1px solid #e7e7e7;
468
- }
469
- .tutor-topic-title span.expand-collapse-wrap a {
470
- display: block;
471
- padding: 0 13px;
472
- }
473
- .topic-delete-btn {
474
- float: right;
475
- }
476
- .text-muted {
477
- color: #cccccc;
478
- }
479
- .topic-delete-btn a {
480
- padding: 0 10px;
481
- }
482
- .topic-delete-btn a:hover {
483
- color: #ff0000;
484
- }
485
- .topic-delete-btn .dashicons {
486
- width: 12px;
487
- height: 12px;
488
- font-size: 12px;
489
- }
490
-
491
- #tutor-course-topics {
492
- position: relative;
493
- }
494
- #tutor-course-topics .inside {
495
- padding: 0;
496
- margin: 0;
497
- }
498
- #tutor-course-topics a:focus {
499
- box-shadow: none;
500
- }
501
- #tutor-course-topics .toggle-indicator:before {
502
- margin-top: 20px;
503
- }
504
- .tutor-course-builder-header {
505
- line-height: 50px;
506
- position: absolute;
507
- top: -69px;
508
- right: 40px;
509
- }
510
- .rtl .tutor-course-builder-header {
511
- right: auto;
512
- left: 40px;
513
- }
514
- .tutor-topics-wrap:nth-child(2n) {
515
- background: #f8f8f8;
516
- }
517
- #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body {
518
- background: #ebeef0;
519
- padding: 15px 20px;
520
- }
521
- /*#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .create-lesson-in-topic-btn,*/
522
- /*#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor-add-quiz-btn,*/
523
- /*#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor-create-assignments-btn*/
524
- /*
525
- .tutor-course-builder-button{
526
- line-height: 35px;
527
- color: #393c40;
528
- display: inline-block;
529
- padding: 0 20px;
530
- border-radius: 2px;
531
- margin-right: 10px;
532
- border: 1px solid #d3d4d5;
533
- background-color: #f2f2f2;
534
- cursor: pointer;
535
- vertical-align: top;
536
- transition: 200ms;
537
- }
538
-
539
- .tutor-course-builder-button.tutor-updating-message i{
540
- display: none;
541
- }
542
-
543
- .tutor-course-builder-button.tutor-btn-lg{
544
- line-height: 40px;
545
- }
546
-
547
- .tutor-course-builder-button.active,
548
- .tutor-course-builder-button:hover{
549
- color: #fff;
550
- background: var(--tutor-primary-color);
551
- border-color: var(--tutor-primary-color);
552
- }
553
-
554
-
555
- .tutor-course-builder-button.active:hover{
556
- background: #393C40;
557
- border-color: #393c40;
558
- }
559
-
560
- .tutor-course-builder-button i{
561
- color: var(--tutor-primary-color);
562
- vertical-align: middle;
563
- margin-right: 5px;
564
- font-size: 16px;
565
- }
566
-
567
- .tutor-course-builder-button.active i,
568
- .tutor-course-builder-button:hover i{
569
- color: #fff;
570
- }
571
-
572
- */
573
-
574
- .single_add_to_cart_button,
575
- a.tutor-button,
576
- .tutor-button,
577
- a.tutor-btn,
578
- .tutor-btn {
579
- color: #fff;
580
- border: 1px solid var(--tutor-primary-color);
581
- background-color: var(--tutor-primary-color);
582
- display: inline-block;
583
- padding: 12px 18px;
584
- border-radius: 4px;
585
- text-transform: capitalize;
586
- line-height: 20px;
587
- font-size: 14px;
588
- font-weight: 500;
589
- cursor: pointer;
590
- transition: 300ms;
591
- overflow: hidden;
592
- vertical-align: top;
593
- }
594
-
595
- .single_add_to_cart_button i,
596
- a.tutor-button i,
597
- .tutor-button i,
598
- a.tutor-btn i,
599
- .tutor-btn i {
600
- float: left;
601
- line-height: 20px;
602
- margin-right: 7px;
603
- font-size: 20px;
604
- }
605
-
606
- a.tutor-button.default-btn i,
607
- .tutor-button.default-btn i,
608
- a.tutor-btn.default-btn i,
609
- .tutor-btn.default-btn i {
610
- color: var(--tutor-primary-color);
611
- }
612
-
613
- a.tutor-button.bordered-button,
614
- .tutor-button.bordered-button,
615
- a.tutor-btn.bordered-btn,
616
- .tutor-btn.bordered-btn {
617
- color: var(--tutor-primary-color);
618
- border: 1px solid var(--tutor-primary-color);
619
- background-color: transparent;
620
- }
621
-
622
- a.tutor-button:hover,
623
- .tutor-button:hover,
624
- a.tutor-btn:hover,
625
- .tutor-btn:hover {
626
- background-color: var(--tutor-primary-hover-color);
627
- border-color: var(--tutor-primary-hover-color);
628
- color: #fff;
629
- }
630
-
631
- a.tutor-button:hover i,
632
- .tutor-button:hover i,
633
- a.tutor-btn:hover i,
634
- .tutor-btn:hover i {
635
- color: #fff;
636
- }
637
-
638
- a.tutor-button.default-btn,
639
- .tutor-button.default-btn,
640
- a.tutor-btn.default-btn,
641
- .tutor-btn.default-btn {
642
- color: #393c40;
643
- border: 1px solid #b8babe;
644
- background: #fff;
645
- }
646
-
647
- a.tutor-button.default-btn:hover,
648
- .tutor-button.default-btn:hover,
649
- a.tutor-btn.default-btn:hover,
650
- .tutor-btn.default-btn:hover {
651
- background-color: var(--tutor-primary-color);
652
- border-color: var(--tutor-primary-color);
653
- color: #fff;
654
- }
655
-
656
- .tutor-add-quiz-button-wrap > * + * {
657
- margin-left: 15px;
658
- }
659
-
660
- a.tutor-button.bordered-button:hover,
661
- .tutor-button.bordered-button:hover,
662
- a.tutor-btn.bordered-btn:hover,
663
- .tutor-btn.bordered-btn:hover {
664
- border: 1px solid var(--tutor-primary-color);
665
- background-color: var(--tutor-primary-color);
666
- }
667
-
668
- .tutor-updating-message i {
669
- display: none;
670
- }
671
-
672
- .tutor-button.tutor-danger {
673
- background-color: #e53935;
674
- border-color: #e53935;
675
- }
676
- .tutor-button.tutor-danger:hover {
677
- background-color: #e53935;
678
- border-color: #e53935;
679
- filter: brightness(0.9);
680
- }
681
- .tutor-button.tutor-success {
682
- background: var(--tutor-success-button-color);
683
- border-color: var(--tutor-success-button-color);
684
- }
685
-
686
- .tutor-button.tutor-success:hover {
687
- background: var(--tutor-success-button-color);
688
- border-color: var(--tutor-success-button-color);
689
- filter: brightness(0.9);
690
- }
691
-
692
- /**
693
- Instructor
694
- */
695
- .tutor-required-fields {
696
- color: #f13a3a;
697
- }
698
- /**
699
- Meta Box Heading
700
- */
701
- #tutor-course-topics h2,
702
- #tutor-instructors h2 {
703
- padding: 15px;
704
- line-height: 30px;
705
- }
706
- #tutor-course-topics h2:before,
707
- #tutor-instructors h2:before {
708
- color: var(--tutor-primary-color);
709
- font-family: "tutor" !important;
710
- speak: none;
711
- font-style: normal;
712
- font-weight: normal;
713
- font-variant: normal;
714
- text-transform: none;
715
- line-height: 1;
716
- -webkit-font-smoothing: antialiased;
717
- -moz-osx-font-smoothing: grayscale;
718
- margin-right: 10px;
719
- }
720
- #tutor-course-topics h2:before {
721
- content: "\e936";
722
- }
723
- #tutor-instructors h2:before {
724
- content: "\e93c";
725
- }
726
- /**
727
- End Metabox Heading
728
- */
729
-
730
- /**
731
- Video MetaBox
732
- */
733
-
734
- .tutor-video-metabox-wrap {
735
- margin-bottom: 50px;
736
- }
737
- .video-metabox-source-input-wrap {
738
- /*padding: 30px;*/
739
- /*background-color: #F4F7F8;*/
740
- /*border: 1px solid #DCDFE5;*/
741
- /*border-radius: 3px;*/
742
- }
743
- .video-metabox-source-html5-upload {
744
- background-color: #fff;
745
- text-align: center;
746
- padding: 40px 20px;
747
- border: 1px solid #dcdfe5;
748
- border-radius: 3px;
749
- }
750
- .video-metabox-source-html5-upload p {
751
- margin-bottom: 5px;
752
- }
753
- .tutor-video-metabox-wrap p {
754
- margin: 0;
755
- padding: 0;
756
- }
757
- .video-metabox-source-html5-upload .video-upload-icon i {
758
- font-size: 50px;
759
- color: #1b52d8;
760
- line-height: 45px;
761
- }
762
- .video_source_upload_wrap_html5 {
763
- margin-top: 10px;
764
- }
765
- .video-metabox-source-html5-poster {
766
- padding-top: 20px;
767
- }
768
- .video_source_wrap_html5 {
769
- width: 100%;
770
- }
771
- .button-transparent {
772
- background: transparent !important;
773
- }
774
- .button-transparent:hover {
775
- background: var(--tutor-primary-color) !important;
776
- }
777
- .builder-course-thumbnail-upload-wrap .button-transparent {
778
- float: right;
779
- }
780
-
781
- .html5-video-poster img {
782
- height: 100%;
783
- width: auto;
784
- }
785
- .html5-video-poster {
786
- height: 100px;
787
- display: -webkit-box;
788
- display: -ms-flexbox;
789
- display: flex;
790
- -webkit-box-align: center;
791
- -ms-flex-align: center;
792
- align-items: center;
793
- }
794
-
795
- .html5-video-poster .tutor-builder-course-video-poster-text {
796
- text-align: left;
797
- padding-left: 20px;
798
- }
799
- .rtl .html5-video-poster .tutor-builder-course-video-poster-text {
800
- padding-left: 0;
801
- padding-right: 20px;
802
- }
803
- .html5-video-poster .tutor-builder-course-video-poster-text h5 {
804
- font-size: 14px;
805
- font-weight: 700;
806
- margin: 0 0 5px;
807
- }
808
-
809
- .html5-video-poster .tutor-builder-course-video-poster-text span {
810
- font-size: 14px;
811
- font-weight: 400;
812
- }
813
-
814
- .html5-video-poster img {
815
- height: 100%;
816
- width: auto;
817
- }
818
- /** END Video metabox */
819
-
820
- .builder-course-thumbnail-img-src {
821
- position: relative;
822
- }
823
- .builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn {
824
- position: absolute;
825
- top: 12px;
826
- left: 15px;
827
- color: #e53935;
828
- -webkit-transition: 300ms;
829
- transition: 300ms;
830
- text-decoration: none;
831
- }
832
- .video-metabox-source-html5-poster .tutor-row {
833
- display: flex;
834
- flex-wrap: wrap;
835
- justify-content: space-between;
836
- align-items: center;
837
- }
838
- .video-metabox-source-html5-poster .tutor-row .tutor-col-5 {
839
- width: 38%;
840
- }
841
- .video-metabox-source-html5-poster .tutor-col-7 {
842
- width: 62%;
843
- }
844
-
845
- .video-metabox-source-html5-poster
846
- .tutor-row
847
- .tutor-course-thumbnail-upload-btn {
848
- margin: 10px 0;
849
- }
850
-
851
- .tutor-course-builder-attachements * {
852
- box-sizing: border-box;
853
- }
854
-
855
- .tutor-course-builder-attachements {
856
- display: flex;
857
- margin-left: -20px;
858
- flex-wrap: wrap;
859
- box-sizing: border-box;
860
- padding: 0 0 10px;
861
- }
862
- .tutor-course-builder-attachements:empty {
863
- display: none;
864
- }
865
- .tutor-course-builder-attachements .tutor-added-attachment {
866
- flex: 0 0 153px;
867
- max-width: 153px;
868
- border: 1px solid #dcdfe5;
869
- padding: 35px 20px 20px;
870
- position: relative;
871
- text-align: center;
872
- margin-left: 20px;
873
- margin-bottom: 20px;
874
- border-radius: 4px;
875
- transition: 300ms;
876
- min-width: 153px;
877
- }
878
- .tutor-course-builder-attachements.is-lesson .tutor-added-attachment {
879
- }
880
- .tutor-course-builder-attachements .tutor-added-attachment i {
881
- font-size: 58px;
882
- line-height: 58px;
883
- margin-bottom: 25px;
884
- display: block;
885
- }
886
- .tutor-course-builder-attachements
887
- .tutor-added-attachment
888
- .tutor-delete-attachment {
889
- position: absolute;
890
- height: 22px;
891
- width: 22px;
892
- border: 1px solid #dcdfe5;
893
- text-align: center;
894
- line-height: 22px;
895
- top: -1px;
896
- right: -1px;
897
- font-size: 10px;
898
- border-top-right-radius: 4px;
899
- color: #d71830;
900
- opacity: 0;
901
- transition: 300ms;
902
- text-decoration: none;
903
- }
904
- .tutor-course-builder-attachements .tutor-added-attachment:hover,
905
- .tutor-course-builder-attachements
906
- .tutor-added-attachment:hover
907
- .tutor-delete-attachment {
908
- border-color: #d71830;
909
- opacity: 1;
910
- }
911
- .tutor-course-builder-attachements .tutor-added-attachment span {
912
- display: block;
913
- }
914
- .tutor-course-builder-attachements .tutor-added-attachment span a {
915
- font-size: 14px;
916
- display: block;
917
- line-height: 20px;
918
- color: #606c8f;
919
- text-decoration: none;
920
- }
921
-
922
- .tutor-course-builder-btn-group {
923
- display: flex;
924
- justify-content: space-between;
925
- flex-wrap: wrap;
926
- flex-direction: row-reverse;
927
- }
928
- .tutor-status-context {
929
- padding: 5px 10px;
930
- margin: 5px 0;
931
- display: inline-block;
932
- }
933
- .tutor-status-pending-context,
934
- .attempt_started {
935
- background-color: #eeeeee;
936
- }
937
- a.tutor-button,
938
- button.tutor-button {
939
- white-space: nowrap;
940
- padding: 10px 20px;
941
- text-decoration: none;
942
- /*margin-right: 20px;*/
943
- }
944
- a.tutor-button-small,
945
- button.tutor-button-small {
946
- white-space: nowrap;
947
- padding: 5px 10px;
948
- text-decoration: none;
949
- }
950
- .tutor-button-small,
951
- a.tutor-button-small,
952
- button.tutor-button-small {
953
- font-size: 14px;
954
- font-weight: 300;
955
- border: none;
956
- }
957
- .tutor-button-small i,
958
- a.tutor-button-small i,
959
- button.tutor-button-small i {
960
- font-size: 16px;
961
- }
962
- .tutor-button-primary {
963
- background-color: var(--tutor-primary-color);
964
- color: #ffffff;
965
- display: inline-block;
966
- border-radius: 2px;
967
- font-size: 14px;
968
- font-weight: 300;
969
- border: none;
970
- box-shadow: none;
971
- cursor: pointer;
972
- }
973
- .tutor-button-primary:hover {
974
- background-color: #2446a6;
975
- }
976
- .tutor-status-approved-context,
977
- .tutor-button.button-success,
978
- .tutor-status-completed {
979
- background-color: var(--tutor-success-button-color);
980
- color: #ffffff;
981
- border-radius: 2px;
982
- }
983
- .tutor-status-blocked-context,
984
- .attempt_timeout,
985
- .tutor-button.button-danger {
986
- background-color: #ff0000;
987
- color: #ffffff;
988
- border-radius: 2px;
989
- }
990
- .tutor-button.button-warning {
991
- background-color: #ffb36d;
992
- color: #ffffff;
993
- }
994
- .tutor-button {
995
- border: 0;
996
- box-shadow: none !important;
997
- }
998
- .tutor-button .dashicons {
999
- border: 0;
1000
- box-shadow: none !important;
1001
- line-height: inherit;
1002
- }
1003
- .tutor-status-approved-context,
1004
- .tutor-status-blocked-context {
1005
- display: inline-block;
1006
- }
1007
- table.tutor_status_table td.help {
1008
- width: 1em;
1009
- }
1010
- table.tutor_status_table td:first-child {
1011
- width: 25%;
1012
- }
1013
- table.tutor_status_table h2 {
1014
- font-size: 16px;
1015
- margin: 0;
1016
- }
1017
- table.tutor_status_table td mark.yes,
1018
- table.tutor_status_table th mark.yes {
1019
- color: var(--tutor-success-button-color);
1020
- background-color: transparent;
1021
- }
1022
-
1023
- .tutor-text-avatar {
1024
- border-radius: 50%;
1025
- width: 40px;
1026
- height: 40px;
1027
- text-align: center;
1028
- display: block;
1029
- line-height: 40px;
1030
- color: #ffffff;
1031
- font-size: 14px;
1032
- }
1033
- .tutor_original_question {
1034
- display: -webkit-box;
1035
- display: -ms-flexbox;
1036
- display: flex;
1037
- margin-bottom: 5px;
1038
- padding: 20px;
1039
- }
1040
- .tutor_original_question .question-left {
1041
- -webkit-box-flex: 0;
1042
- -ms-flex: 0 0 60px;
1043
- flex: 0 0 60px;
1044
- }
1045
- .tutor_original_question .question-left img {
1046
- max-width: 60px;
1047
- height: auto;
1048
- margin-right: 10px;
1049
- border: 1px solid #eeee88;
1050
- padding: 3px;
1051
- }
1052
- .question-right {
1053
- width: 100%;
1054
- }
1055
- .tutor_admin_answers_list_wrap .tutor_original_question {
1056
- margin-left: 50px;
1057
- }
1058
- .tutor-bg-white {
1059
- background-color: #ffffff;
1060
- }
1061
- .tutor-bg-light {
1062
- background-color: #fdfdfd;
1063
- }
1064
- .tutor-announcement {
1065
- border: 1px solid #eee;
1066
- padding: 10px;
1067
- margin-bottom: 10px;
1068
- }
1069
- .announcement-delete-btn {
1070
- float: right;
1071
- }
1072
- .announcement-delete-btn a {
1073
- display: block;
1074
- color: #393c40;
1075
- padding: 0 6px;
1076
- text-decoration: none;
1077
- cursor: pointer;
1078
- }
1079
- .announcement-delete-btn a:hover {
1080
- color: #ff0000;
1081
- }
1082
-
1083
- #tutor-announcements .submit {
1084
- margin: 0;
1085
- padding: 0;
1086
- }
1087
-
1088
- .tutor-label-success {
1089
- background-color: var(--tutor-success-button-color);
1090
- color: #ffffff;
1091
- padding: 3px 7px;
1092
- }
1093
- .tutor-addons .plugin-card-bottom .plugin-version {
1094
- display: inline-block;
1095
- }
1096
- .tutor-addons .addon-regular-price {
1097
- color: #cccccc;
1098
- padding: 3px;
1099
- }
1100
- .tutor-addons .addon-current-price {
1101
- color: var(--tutor-success-button-color);
1102
- font-size: 18px;
1103
- padding: 3px;
1104
- }
1105
- .tutor-addons-last-checked-time {
1106
- color: #6f5757 !important;
1107
- }
1108
- .tutor-addons .wp-filter {
1109
- margin: 10px 0 0;
1110
- }
1111
- a.addon-buynow-link {
1112
- background: var(--tutor-primary-color);
1113
- color: #fff;
1114
- padding: 5px 10px;
1115
- display: inline-block;
1116
- }
1117
- /**
1118
- Add-ons list
1119
- */
1120
- .tutor-addons-list {
1121
- background-color: #fff;
1122
- min-height: 500px;
1123
- padding: 20px;
1124
- }
1125
- h3.addon-list-heading {
1126
- background-color: #eeeeee;
1127
- padding: 10px;
1128
- }
1129
- table.tutor-addons-list-table {
1130
- width: 100%;
1131
- }
1132
- table.tutor-addons-list-table tr {
1133
- }
1134
- table.tutor-addons-list-table td,
1135
- table.tutor-addons-list-table th {
1136
- padding: 10px;
1137
- border-bottom: 1px solid #eeeeee;
1138
- text-align: left;
1139
- }
1140
- .tutor-addons-list .plugin-icon {
1141
- height: 120px;
1142
- }
1143
- .tutor-addons-list .plugin-card .desc {
1144
- margin-right: 0;
1145
- }
1146
- .tutor-addons-list .plugin-card .name {
1147
- margin-right: 50px;
1148
- }
1149
- .btn-switch {
1150
- display: inline-block;
1151
- height: 22px;
1152
- position: relative;
1153
- width: 40px;
1154
- }
1155
- .btn-switch input {
1156
- display: none;
1157
- }
1158
- .btn-slider {
1159
- background-color: #ccc;
1160
- bottom: 0;
1161
- cursor: pointer;
1162
- left: 0;
1163
- position: absolute;
1164
- right: 0;
1165
- top: 0;
1166
- -webkit-transition: 0.4s;
1167
- transition: 0.4s;
1168
- }
1169
- .btn-slider:before {
1170
- background-color: #fff;
1171
- bottom: 3px;
1172
- content: "";
1173
- height: 16px;
1174
- left: 4px;
1175
- position: absolute;
1176
- -webkit-transition: 0.4s;
1177
- transition: 0.4s;
1178
- width: 16px;
1179
- }
1180
- input:checked + .btn-slider {
1181
- background-color: var(--tutor-primary-color);
1182
- }
1183
- input:checked + .btn-slider:before {
1184
- -webkit-transform: translateX(16px);
1185
- transform: translateX(16px);
1186
- }
1187
- .btn-slider.btn-round {
1188
- border-radius: 34px;
1189
- }
1190
- .btn-slider.btn-round:before {
1191
- border-radius: 50%;
1192
- }
1193
- .required-plugin-cards {
1194
- background: #fff8e5;
1195
- padding: 12px 20px;
1196
- }
1197
- .required-plugin-cards p {
1198
- margin: 0;
1199
- }
1200
- /**
1201
- Quiz-question
1202
- */
1203
- .quiz-question-form-wrap {
1204
- margin-top: 20px;
1205
- margin-bottom: 20px;
1206
- }
1207
- .quiz-question-flex-wrap,
1208
- .tutor-flex-row {
1209
- display: -webkit-box;
1210
- display: -ms-flexbox;
1211
- display: flex;
1212
- -webkit-box-orient: horizontal;
1213
- -webkit-box-direction: normal;
1214
- -ms-flex-direction: row;
1215
- flex-direction: row;
1216
- }
1217
- .tutor-flex-col {
1218
- margin: 0 20px;
1219
- }
1220
- .tutor-flex-col:first-child {
1221
- margin-left: 0;
1222
- }
1223
- .tutor-flex-col:last-child {
1224
- margin-right: 0;
1225
- }
1226
- .tutor-add-question-wrap {
1227
- margin: 20px 0;
1228
- background-color: #f4f4f4;
1229
- padding: 10px;
1230
- }
1231
- .tutor-add-question-wrap input[type="text"] {
1232
- border: 1px solid #ddd;
1233
- border-radius: 0;
1234
- box-shadow: none;
1235
- color: #333;
1236
- display: inline-block;
1237
- vertical-align: middle;
1238
- padding: 7px 12px;
1239
- margin: 0;
1240
- width: 300px;
1241
- min-height: 35px;
1242
- }
1243
- .tutor-add-question-wrap select {
1244
- margin: 0;
1245
- padding: 0;
1246
- border-radius: 0;
1247
- border: none;
1248
- box-shadow: none;
1249
- height: 35px;
1250
- }
1251
- .tutor-add-question-wrap .button {
1252
- height: 35px;
1253
- margin-left: 10px;
1254
- }
1255
- .question-actions-wrap {
1256
- padding-right: 0 !important;
1257
- }
1258
- .question-actions-wrap a {
1259
- display: inline-block;
1260
- }
1261
- .tutor-loading-icon-wrap.button {
1262
- vertical-align: unset;
1263
- border: none;
1264
- background-color: transparent;
1265
- box-shadow: none;
1266
- }
1267
-
1268
- .tutor-input-text-error {
1269
- border: 1px solid #ff0000 !important;
1270
- }
1271
- .tutor-info-msg,
1272
- .tutor-success-msg,
1273
- .tutor-warning-msg,
1274
- .tutor-error-msg {
1275
- margin: 10px 0;
1276
- padding: 10px;
1277
- border-radius: 3px 3px 3px 3px;
1278
- }
1279
- .tutor-info-msg {
1280
- color: var(--tutor-primary-color);
1281
- background-color: #bef;
1282
- border: 1px solid var(--tutor-primary-color);
1283
- }
1284
- .tutor-success-msg {
1285
- color: var(--tutor-success-button-color);
1286
- background-color: #dff2bf;
1287
- border: 1px solid var(--tutor-success-button-color);
1288
- }
1289
- .tutor-warning-msg {
1290
- color: #9f6000;
1291
- background-color: #feefb3;
1292
- border: 1px solid #9f6000;
1293
- }
1294
- .tutor-error-msg {
1295
- color: #d8000c;
1296
- background-color: #fbdcdc;
1297
- border: 1px solid #d8000c;
1298
- }
1299
-
1300
- /**
1301
- Quiz Modal
1302
- */
1303
-
1304
- .tutor-modal-wrap {
1305
- opacity: 0;
1306
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1307
- display: none;
1308
- position: fixed;
1309
- top: 0;
1310
- left: 0;
1311
- right: 0;
1312
- bottom: 0;
1313
- z-index: -1;
1314
- background-color: rgba(0, 0, 0, 0.5);
1315
- }
1316
- .tutor-modal-wrap.show {
1317
- display: -webkit-box;
1318
- display: -ms-flexbox;
1319
- display: flex;
1320
- opacity: 1;
1321
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1322
- z-index: 99999;
1323
- -webkit-box-align: center;
1324
- -ms-flex-align: center;
1325
- align-items: center;
1326
- -webkit-box-pack: center;
1327
- -ms-flex-pack: center;
1328
- justify-content: center;
1329
- }
1330
- .tutor-modal-wrap.loading .tutor-modal-content:before {
1331
- position: absolute;
1332
- top: 0;
1333
- left: 0;
1334
- right: 0;
1335
- bottom: 0;
1336
- display: block;
1337
- content: "";
1338
- z-index: 9;
1339
- background: url("../images/spinner.gif") no-repeat center center;
1340
- }
1341
- .tutor-modal-wrap .tutor-modal-content {
1342
- max-height: 90%;
1343
- overflow-y: auto;
1344
- overflow-x: hidden;
1345
- background-color: #fff;
1346
- max-width: 730px;
1347
- margin: 0;
1348
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1349
- position: relative;
1350
- -webkit-transition: all 200ms ease-out;
1351
- transition: all 200ms ease-out;
1352
- width: 90%;
1353
- }
1354
-
1355
- .admin-bar .tutor-modal-wrap .tutor-modal-content {
1356
- max-height: calc(90% - 32px);
1357
- margin-top: 32px;
1358
- }
1359
-
1360
- .admin-bar.mceContentBody .tutor-modal-wrap .tutor-modal-content {
1361
- max-height: calc(90% - 88px);
1362
- margin-top: 88px;
1363
- }
1364
-
1365
- .tutor-modal-wrap .modal-footer {
1366
- padding: 20px;
1367
- border-top: 1px solid #eee;
1368
- }
1369
- .tutor-modal-wrap .modal-container {
1370
- min-height: 200px;
1371
- padding: 20px;
1372
- }
1373
- .tutor-modal-wrap .modal-container p {
1374
- margin: 5px 0 15px;
1375
- }
1376
-
1377
- .tutor-instructors-modal-wrap.tutor-modal-wrap .modal-container {
1378
- padding: 20px;
1379
- background: #fff;
1380
- min-height: auto;
1381
- }
1382
-
1383
- .tutor-modal-wrap .modal-header {
1384
- display: -webkit-box;
1385
- display: -ms-flexbox;
1386
- display: flex;
1387
- }
1388
- .tutor-modal-wrap .search-bar {
1389
- -ms-flex-preferred-size: 0;
1390
- flex-basis: 0;
1391
- -webkit-box-flex: 1;
1392
- -ms-flex-positive: 1;
1393
- flex-grow: 1;
1394
- padding-top: 10px;
1395
- padding-left: 20px;
1396
- padding-right: 20px;
1397
- }
1398
- .tutor-modal-wrap .search-bar input[type="text"] {
1399
- width: 100%;
1400
- border: 1px solid #eee;
1401
- box-shadow: none;
1402
- padding: 10px;
1403
- }
1404
-
1405
- .tutor-modal-wrap .modal-title {
1406
- -ms-flex-preferred-size: 0;
1407
- flex-basis: 0;
1408
- -webkit-box-flex: 1;
1409
- -ms-flex-positive: 1;
1410
- flex-grow: 1;
1411
- }
1412
- .tutor-modal-wrap a.modal-close-btn {
1413
- background: #ffffff;
1414
- width: 50px;
1415
- height: 59px;
1416
- display: inline-block;
1417
- text-align: center;
1418
- line-height: 57px;
1419
- color: #3a3d42;
1420
- font-size: 15px;
1421
- position: absolute;
1422
- right: 0;
1423
- top: 0;
1424
- text-decoration: none;
1425
- }
1426
- .tutor-modal-wrap .modal-header {
1427
- padding: 15px 20px;
1428
- border-bottom: 1px solid #eeeff1;
1429
- padding-right: 50px;
1430
- align-items: center;
1431
- }
1432
-
1433
- .tutor-modal-wrap .modal-header .tutor-classic-editor-btn {
1434
- color: var(--tutor-primary-color);
1435
- }
1436
-
1437
- .tutor-modal-wrap .modal-header h1 {
1438
- padding: 0;
1439
- margin: 0;
1440
- line-height: 30px;
1441
- font-size: 23px;
1442
- }
1443
- .tutor-modal-wrap .modal-container {
1444
- background-color: #f1f1f1;
1445
- padding: 0;
1446
- }
1447
- #tutor-quiz-modal-tab-items-wrap {
1448
- background-color: #fff;
1449
- font-size: 0;
1450
- overflow: hidden;
1451
- }
1452
- #tutor-quiz-builder-modal-tabs-container {
1453
- padding: 20px;
1454
- }
1455
- #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item {
1456
- padding: 15px 25px;
1457
- display: inline-block;
1458
- color: #393c40;
1459
- border-left: 1px solid #f1f1f1;
1460
- font-size: 14px;
1461
- overflow: hidden;
1462
- line-height: 17px;
1463
- vertical-align: middle;
1464
- }
1465
- #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active {
1466
- background-color: #f1f1f1;
1467
- }
1468
- #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item i {
1469
- float: left;
1470
- font-size: 17px;
1471
- line-height: 1;
1472
- margin-right: 5px;
1473
- }
1474
- #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active i {
1475
- color: var(--tutor-primary-color);
1476
- }
1477
- .quiz-modal-tab-navigation-btn {
1478
- padding: 10px 20px;
1479
- border-radius: 3px;
1480
- }
1481
- .quiz-modal-btn-next,
1482
- .quiz-modal-btn-next:focus,
1483
- .quiz-modal-btn-first-step,
1484
- .quiz-modal-btn-first-step:focus,
1485
- .quiz-modal-question-save-btn,
1486
- .quiz-modal-question-save-btn:focus,
1487
- .quiz-modal-settings-save-btn,
1488
- .quiz-modal-settings-save-btn:focus {
1489
- background-color: var(--tutor-primary-color);
1490
- color: #ffffff;
1491
- }
1492
- .quiz-modal-btn-next:hover,
1493
- .quiz-modal-btn-first-step:hover,
1494
- .quiz-modal-question-save-btn:hover,
1495
- .quiz-modal-settings-save-btn:hover {
1496
- color: #ffffff;
1497
- }
1498
- .quiz-modal-btn-cancel,
1499
- .quiz-modal-btn-back {
1500
- color: #4b5981;
1501
- border: 1px solid #d4dadb;
1502
- }
1503
- .tutor-quiz-builder-form-row .quiz-form-warning {
1504
- color: #e88e06;
1505
- }
1506
- .tutor-assignment-builder-modal-wrap .modal-container {
1507
- padding: 10px;
1508
- }
1509
- .assignment-modal-form-wrap
1510
- .tutor-option-field.tutor-assignment-modal-title-wrap {
1511
- margin: 0;
1512
- }
1513
- .tutor-quiz-question-answers-form {
1514
- background-color: #fff;
1515
- padding: 20px;
1516
- -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
1517
- transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
1518
- border: 1px solid #dedede;
1519
- border-radius: 3px;
1520
- margin-bottom: 20px;
1521
- }
1522
- .advanced-options-tab-item {
1523
- float: right;
1524
- }
1525
-
1526
- .modal-container .modal-classic-btn-wrap {
1527
- position: absolute;
1528
- right: 45px;
1529
- top: 20px;
1530
- }
1531
- .rtl .modal-container .modal-classic-btn-wrap {
1532
- left: 20px;
1533
- right: auto;
1534
- }
1535
- .modal-container .modal-classic-btn-wrap .tutor-classic-editor-btn {
1536
- color: var(--tutor-primary-color);
1537
- }
1538
-
1539
- /** Tutor Quiz Modal Form */
1540
-
1541
- /*notice*/
1542
- .tutor-quiz-builder-modal-tabs-notice {
1543
- background: #d8d8d8;
1544
- line-height: 20px;
1545
- padding: 10px 30px;
1546
- color: #a4a4a4;
1547
- }
1548
- #tutor-course-topics .tutor-quiz-builder-modal-tabs-notice a {
1549
- color: #a4a4a4;
1550
- text-decoration: underline;
1551
- }
1552
- /*end notice*/
1553
-
1554
- /* .tutor-quiz-builder-group */
1555
-
1556
- .tutor-quiz-builder-group {
1557
- margin-bottom: 25px;
1558
- }
1559
-
1560
- .tutor-quiz-builder-group > p.warning {
1561
- color: red;
1562
- font-size: 12px;
1563
- }
1564
- .tutor-quiz-builder-group > p.help {
1565
- color: #a4a4a4;
1566
- font-size: 12px;
1567
- margin-top: 7px;
1568
- }
1569
-
1570
- .tutor-quiz-builder-group h4 {
1571
- font-size: 14px;
1572
- color: #393c40;
1573
- font-weight: 600;
1574
- margin: 0 0 15px;
1575
- }
1576
-
1577
- .tutor-quiz-builder-row {
1578
- display: -webkit-box;
1579
- display: -ms-flexbox;
1580
- display: flex;
1581
- -webkit-box-align: center;
1582
- -ms-flex-align: center;
1583
- align-items: center;
1584
- margin-left: -10px;
1585
- margin-right: -10px;
1586
- }
1587
-
1588
- .tutor-quiz-builder-col {
1589
- padding-left: 10px;
1590
- padding-right: 10px;
1591
- -webkit-box-flex: 1;
1592
- -ms-flex-positive: 1;
1593
- flex-grow: 1;
1594
- }
1595
- .tutor-quiz-builder-col.auto-width {
1596
- -webkit-box-flex: 0;
1597
- -ms-flex: 0 0 auto;
1598
- flex: 0 0 auto;
1599
- }
1600
-
1601
- .tutor-quiz-builder-group textarea,
1602
- .tutor-quiz-builder-group input[type="text"],
1603
- .tutor-quiz-builder-group input[type="email"],
1604
- .tutor-quiz-builder-group input[type="number"],
1605
- .tutor-quiz-builder-group input[type="password"] {
1606
- line-height: 40px;
1607
- padding: 5px 0;
1608
- text-indent: 15px;
1609
- background: #fff;
1610
- display: inline-block;
1611
- border: 1px solid #dedede;
1612
- border-radius: 3px;
1613
- box-shadow: none;
1614
- height: 40px;
1615
- margin: 0;
1616
- width: 100%;
1617
- color: #393c40;
1618
- font-size: 14px;
1619
- }
1620
- .tutor-quiz-builder-group textarea:focus,
1621
- .tutor-quiz-builder-group input[type="text"]:focus,
1622
- .tutor-quiz-builder-group input[type="email"]:focus,
1623
- .tutor-quiz-builder-group input[type="number"]:focus,
1624
- .tutor-quiz-builder-group input[type="password"]:focus {
1625
- border-color: var(--tutor-primary-color);
1626
- }
1627
-
1628
- .tutor-quiz-builder-group textarea {
1629
- height: 80px;
1630
- resize: none;
1631
- text-indent: 0;
1632
- padding: 11px 15px;
1633
- line-height: 22px;
1634
- }
1635
-
1636
- .tutor-quiz-builder-group textarea[name="quiz_description"] {
1637
- height: 150px;
1638
- }
1639
-
1640
- .tutor-quiz-builder-group select {
1641
- border: 1px solid #ccc;
1642
- box-shadow: none;
1643
- height: 42px !important;
1644
- padding: 0 12px !important;
1645
- margin: 0;
1646
- }
1647
-
1648
- .tutor-quiz-builder-modal-control-btn-group {
1649
- display: -webkit-box;
1650
- display: -ms-flexbox;
1651
- display: flex;
1652
- margin-top: 20px;
1653
- }
1654
-
1655
- .question_form_inner {
1656
- padding: 0 20px 20px;
1657
- margin-top: 0;
1658
- }
1659
-
1660
- .tutor-quiz-builder-modal-control-btn-group .quiz-builder-btn-group-left {
1661
- -webkit-box-flex: 1;
1662
- -ms-flex: 1;
1663
- flex: 1;
1664
- }
1665
- .tutor-quiz-builder-modal-control-btn-group .quiz-modal-tab-navigation-btn {
1666
- display: inline-block;
1667
- }
1668
- .tutor-quiz-builder-modal-control-btn-group
1669
- .quiz-modal-tab-navigation-btn:not(:last-child) {
1670
- margin-right: 6px;
1671
- }
1672
- .modal-container .tutor-quiz-add-question-btn {
1673
- border: 1px solid #c6c9cf;
1674
- padding: 10px 15px;
1675
- color: #393c40;
1676
- display: inline-block;
1677
- border-radius: 3px;
1678
- }
1679
- .modal-container .tutor-quiz-add-question-btn i {
1680
- color: var(--tutor-primary-color);
1681
- line-height: 16px;
1682
- margin-right: 3px;
1683
- }
1684
-
1685
- .quiz-form-field-col {
1686
- margin-right: 20px;
1687
- }
1688
- .quiz-form-field-col.result-fail {
1689
- width: 100%;
1690
- }
1691
- .quiz-modal-switch-field {
1692
- display: -webkit-box;
1693
- display: -ms-flexbox;
1694
- display: flex;
1695
- margin-top: 30px;
1696
- }
1697
- .quiz-modal-switch-field label.btn-switch {
1698
- margin-right: 20px;
1699
- position: relative;
1700
- }
1701
-
1702
- label.btn-switch input:checked + .btn-slider {
1703
- background-color: var(--tutor-success-button-color);
1704
- }
1705
-
1706
- .btn-switch + span {
1707
- line-height: 24px;
1708
- display: inline-block;
1709
- margin-left: 8px;
1710
- font-weight: 700;
1711
- font-size: 14px;
1712
- }
1713
-
1714
- .tutor-select {
1715
- position: relative;
1716
- }
1717
- .tutor-select .select-header {
1718
- border: 1px solid #dedede;
1719
- margin: 0;
1720
- padding: 10px;
1721
- width: 100%;
1722
- box-shadow: none;
1723
- background-color: #fff;
1724
- display: -webkit-box;
1725
- display: -ms-flexbox;
1726
- display: flex;
1727
- cursor: pointer;
1728
- box-sizing: border-box;
1729
- border-radius: 3px;
1730
- }
1731
- .tutor-select .select-header .lead-option {
1732
- -webkit-box-flex: 1;
1733
- -ms-flex: 1;
1734
- flex: 1;
1735
- }
1736
- .tutor-select .select-header .select-dropdown {
1737
- line-height: 22px;
1738
- }
1739
- .tutor-select .select-header .lead-option .question-type-pro {
1740
- display: none;
1741
- }
1742
- .tutor-select .tutor-select-options {
1743
- border: 1px solid #dedede;
1744
- background-color: #fff;
1745
- padding: 22px 10px 8px;
1746
- width: calc(100% - 22px);
1747
- position: absolute;
1748
- font-size: 0;
1749
- z-index: 9;
1750
- display: -webkit-box;
1751
- display: -ms-flexbox;
1752
- display: flex;
1753
- -ms-flex-wrap: wrap;
1754
- flex-wrap: wrap;
1755
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
1756
- top: 55px;
1757
- border-radius: 3px;
1758
- }
1759
- .tutor-select .tutor-select-options .tutor-select-option {
1760
- width: calc(33.3333% - 22px);
1761
- display: inline-block;
1762
- padding: 9px;
1763
- cursor: pointer;
1764
- position: relative;
1765
- box-sizing: border-box;
1766
- margin: 0 11px 15px;
1767
- border: 1px solid #e2e2e2;
1768
- border-radius: 3px;
1769
- }
1770
- .tutor-select .tutor-select-options .tutor-select-option:hover {
1771
- border-color: var(--tutor-primary-color);
1772
- }
1773
- .question-type-pro {
1774
- color: #fff;
1775
- font-size: 9px;
1776
- right: 11px;
1777
- position: absolute;
1778
- top: 50%;
1779
- -webkit-transform: translateY(-50%);
1780
- transform: translateY(-50%);
1781
- }
1782
- i.tutor-icon-block {
1783
- padding: 0;
1784
- color: #fff;
1785
- border-radius: 3px;
1786
- margin-right: 2px;
1787
- display: inline-block;
1788
- width: 22px;
1789
- height: 22px;
1790
- text-align: center;
1791
- line-height: 22px;
1792
- }
1793
- i.tutor-icon-block.tutor-icon-short-ans {
1794
- background-color: #f37512;
1795
- }
1796
- i.tutor-icon-block.tutor-icon-image-ans {
1797
- background-color: #a322f9;
1798
- }
1799
- i.tutor-icon-block.tutor-icon-yes-no {
1800
- background-color: var(--tutor-primary-color);
1801
- }
1802
- i.tutor-icon-block.tutor-icon-multiple-choice {
1803
- background-color: #9034a9;
1804
- }
1805
- i.tutor-icon-block.tutor-icon-mark {
1806
- background-color: #00b890;
1807
- }
1808
- i.tutor-icon-block.tutor-icon-open-ended {
1809
- background-color: #fe3129;
1810
- }
1811
- i.tutor-icon-block.tutor-icon-fill-gaps {
1812
- background-color: #ffbf00;
1813
- }
1814
- i.tutor-icon-block.tutor-icon-answer-shorting {
1815
- background-color: #f80089;
1816
- }
1817
- i.tutor-icon-block.tutor-icon-assesment {
1818
- background-color: #274055;
1819
- }
1820
- i.tutor-icon-block.tutor-icon-matching {
1821
- background-color: #8a4a1b;
1822
- }
1823
- i.tutor-icon-block.tutor-icon-image-matching {
1824
- background-color: #8a4a1b;
1825
- }
1826
- i.tutor-icon-block.tutor-icon-ordering {
1827
- background-color: var(--tutor-primary-color);
1828
- }
1829
- i.tutor-icon-block.tutor-icon-plus-square-button,
1830
- i.tutor-icon-block.tutor-icon-plus {
1831
- background-color: var(--tutor-success-button-color);
1832
- }
1833
-
1834
- .create-lesson-in-topic-btn i.tutor-icon-block.tutor-icon-plus {
1835
- background-color: var(--tutor-primary-color);
1836
- }
1837
-
1838
- a.back-to-quiz-questions-btn {
1839
- font-size: 16px;
1840
- font-weight: 300;
1841
- color: #393c40;
1842
- margin-bottom: 10px;
1843
- display: block;
1844
- }
1845
-
1846
- a.back-to-quiz-questions-btn.tutor-updating-message i {
1847
- display: none;
1848
- }
1849
-
1850
- .modal-container .quiz-questions-form {
1851
- padding: 20px;
1852
- }
1853
-
1854
- #quiz-builder-tab-advanced-options
1855
- .tutor-quiz-builder-form-cols-row
1856
- .quiz-form-field-col:first-child {
1857
- -webkit-box-flex: 0;
1858
- -ms-flex: 0 0 150px;
1859
- flex: 0 0 150px;
1860
- }
1861
- .question-form-header {
1862
- margin-bottom: 20px;
1863
- }
1864
- .quiz-question-form-body {
1865
- margin-bottom: 25px;
1866
- }
1867
- .quiz-builder-question-wrap {
1868
- display: -webkit-box;
1869
- display: -ms-flexbox;
1870
- display: flex;
1871
- margin-bottom: 15px;
1872
- }
1873
- .quiz-builder-question {
1874
- -webkit-box-flex: 1;
1875
- -ms-flex: 1;
1876
- flex: 1;
1877
- display: -webkit-box;
1878
- display: -ms-flexbox;
1879
- display: flex;
1880
- background: #fff;
1881
- padding: 10px;
1882
- border: 1px solid #e2e2e2;
1883
- border-radius: 3px;
1884
- max-width: calc(100% - 52px);
1885
- }
1886
- .quiz-builder-question .question-sorting {
1887
- margin-right: 10px;
1888
- line-height: 22px;
1889
- }
1890
- .quiz-builder-question .question-sorting i {
1891
- display: block;
1892
- line-height: 24px;
1893
- }
1894
- .quiz-builder-question .question-edit-icon {
1895
- line-height: 22px;
1896
- }
1897
- .quiz-builder-question
1898
- .question-edit-icon
1899
- .tutor-quiz-open-question-form.tutor-updating-message
1900
- i {
1901
- display: none;
1902
- }
1903
- .quiz-builder-question .question-title {
1904
- -webkit-box-flex: 1;
1905
- -ms-flex: 1;
1906
- flex: 1;
1907
- line-height: 22px;
1908
- text-overflow: ellipsis;
1909
- overflow: hidden;
1910
- white-space: nowrap;
1911
- margin-right: 10px;
1912
- }
1913
- .quiz-builder-question .question-icon {
1914
- -webkit-box-flex: 0;
1915
- -ms-flex: 0 0 155px;
1916
- flex: 0 0 155px;
1917
- }
1918
- .quiz-builder-qustion-trash a {
1919
- display: block;
1920
- padding: 0 0 0 10px;
1921
- font-size: 20px;
1922
- color: rgba(57, 60, 64, 0.4);
1923
- line-height: 44px;
1924
- }
1925
- .tutor-quiz-builder-modal-wrap .tutor-field-type-slider {
1926
- border: 1px solid #dedede;
1927
- padding: 20px 70px 20px 10px;
1928
- background-color: #ffffff;
1929
- position: relative;
1930
- border-radius: 4px;
1931
- }
1932
- .tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-content {
1933
- background-color: var(--tutor-primary-color);
1934
- border: none;
1935
- height: 4px;
1936
- border-radius: 4px;
1937
- }
1938
- .tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-header {
1939
- background: #dedede;
1940
- border-radius: 4px;
1941
- }
1942
- .tutor-quiz-builder-modal-wrap
1943
- .tutor-field-type-slider
1944
- .ui-widget-content
1945
- .ui-state-default {
1946
- background-color: var(--tutor-primary-color);
1947
- border: 1px solid var(--tutor-primary-color);
1948
- border-radius: 50%;
1949
- }
1950
- .tutor-quiz-builder-modal-wrap
1951
- .tutor-field-type-slider
1952
- .tutor-field-type-slider-value {
1953
- font-size: 16px;
1954
- font-weight: 600;
1955
- background: var(--tutor-primary-color);
1956
- position: absolute;
1957
- right: 5px;
1958
- top: 50%;
1959
- margin: 0;
1960
- -webkit-transform: translateY(-50%);
1961
- transform: translateY(-50%);
1962
- line-height: 34px;
1963
- width: 43px;
1964
- text-align: center;
1965
- border-radius: 4px;
1966
- color: #fff;
1967
- }
1968
- .tutor-quiz-builder-modal-wrap
1969
- .tutor-field-type-slider
1970
- .tutor-field-type-slider-value:before {
1971
- content: "";
1972
- position: absolute;
1973
- border: 7px solid transparent;
1974
- top: 50%;
1975
- border-right-color: var(--tutor-primary-color);
1976
- right: 100%;
1977
- -webkit-transform: translateY(-50%);
1978
- transform: translateY(-50%);
1979
- }
1980
- .tutor-quiz-answer-wrap {
1981
- display: -webkit-box;
1982
- display: -ms-flexbox;
1983
- display: flex;
1984
- }
1985
- .tutor-quiz-answer {
1986
- background-color: #fff;
1987
- -webkit-box-flex: 1;
1988
- -ms-flex: 1;
1989
- flex: 1;
1990
- padding: 10px 15px;
1991
- border: 1px solid #dedede;
1992
- display: -webkit-box;
1993
- display: -ms-flexbox;
1994
- display: flex;
1995
- line-height: 22px;
1996
- border-radius: 3px;
1997
- margin-bottom: 15px;
1998
- }
1999
- .tutor-quiz-answer .tutor-quiz-answer-edit a {
2000
- display: block;
2001
- padding: 0px 9px;
2002
- }
2003
- .tutor-quiz-answer-trash-wrap a.answer-trash-btn {
2004
- padding: 0 10px;
2005
- display: inline-block;
2006
- line-height: 44px;
2007
- }
2008
- span.tutor-quiz-answer-title {
2009
- -webkit-box-flex: 1;
2010
- -ms-flex: 1;
2011
- flex: 1;
2012
- }
2013
- .tutor-quiz-answer-media .option-media-preview {
2014
- margin-bottom: 20px;
2015
- }
2016
- .tutor-quiz-answer-media .option-media-preview img {
2017
- max-width: 80px;
2018
- height: auto;
2019
- }
2020
- .tutor-question-answer-image {
2021
- margin-right: 10px;
2022
- }
2023
- .tutor-question-answer-image img {
2024
- max-height: 25px;
2025
- width: auto;
2026
- }
2027
- button#quiz-answer-save-btn,
2028
- button#quiz-answer-edit-btn {
2029
- background-color: var(--tutor-success-button-color);
2030
- color: #fff;
2031
- padding: 10px 15px;
2032
- border: none;
2033
- cursor: pointer;
2034
- }
2035
- button#quiz-answer-save-btn:hover,
2036
- button#quiz-answer-edit-btn:hover {
2037
- background-color: var(--tutor-success-button-color);
2038
- }
2039
- /**
2040
- Tutor Media Upload
2041
- */
2042
-
2043
- .tutor-media-upload-wrap {
2044
- border: 1px solid #dedede;
2045
- display: -webkit-box;
2046
- display: -ms-flexbox;
2047
- display: flex;
2048
- width: 130px;
2049
- }
2050
- .tutor-media-upload-wrap img {
2051
- max-width: 100%;
2052
- }
2053
- .tutor-media-preview {
2054
- -webkit-box-flex: 1;
2055
- -ms-flex: 1;
2056
- flex: 1;
2057
- }
2058
- .tutor-media-upload-btn {
2059
- display: block;
2060
- padding: 10px;
2061
- font-size: 50px;
2062
- line-height: 50px;
2063
- text-align: center;
2064
- color: #dedede;
2065
- }
2066
- .tutor-media-upload-trash-wrap {
2067
- border-left: 1px solid #dedede;
2068
- }
2069
- .tutor-media-upload-trash {
2070
- color: #dedede;
2071
- display: block;
2072
- line-height: 50px;
2073
- padding: 12px;
2074
- }
2075
- .tutor-quiz-answers-form-footer.tutor-quiz-builder-form-row {
2076
- margin-top: 40px;
2077
- margin-bottom: 10px;
2078
- }
2079
-
2080
- /**
2081
- #End Quiz Modal
2082
- */
2083
-
2084
- .tutor-available-quizzes .added-quiz-item {
2085
- background-color: #f5f5f5;
2086
- padding: 10px;
2087
- margin-bottom: 2px;
2088
- display: -webkit-box;
2089
- display: -ms-flexbox;
2090
- display: flex;
2091
- }
2092
- .tutor-available-quizzes .added-quiz-item .quiz-name {
2093
- -ms-flex-preferred-size: 0;
2094
- flex-basis: 0;
2095
- -webkit-box-flex: 1;
2096
- -ms-flex-positive: 1;
2097
- flex-grow: 1;
2098
- }
2099
- .tutor-add-quiz-button-wrap {
2100
- margin: 20px 0;
2101
- }
2102
- .tutor-add-quiz-button-wrap a {
2103
- color: #2756d1;
2104
- }
2105
- .tutor-quiz-delete-btn {
2106
- color: #ff0000;
2107
- }
2108
- p.quiz-search-suggest-text {
2109
- margin-top: 30px;
2110
- font-style: italic;
2111
- font-size: 12px;
2112
- }
2113
- span.result-pass {
2114
- background-color: var(--tutor-success-button-color);
2115
- color: #fff;
2116
- padding: 3px 5px;
2117
- border-radius: 2px;
2118
- }
2119
- span.result-fail {
2120
- color: #ff0000;
2121
- }
2122
- span.result-review-required {
2123
- background: #f5b30d;
2124
- color: #fff;
2125
- padding: 3px 5px;
2126
- border-radius: 2px;
2127
- }
2128
-
2129
- .tutor-emails-lists-wrap {
2130
- background-color: #ffffff;
2131
- padding: 20px;
2132
- }
2133
- .tutor-emails-lists-wrap .wp-list-table td {
2134
- padding: 10px 20px;
2135
- }
2136
- /*
2137
- Tutor Instructor
2138
- */
2139
-
2140
- .tutor-course-instructors-metabox-wrap {
2141
- margin-top: 10px;
2142
- margin-left: -10px;
2143
- }
2144
- .tutor-add-instructor-button-wrap {
2145
- padding-left: 10px;
2146
- }
2147
- .tutor-course-available-instructors {
2148
- display: -webkit-box;
2149
- display: -ms-flexbox;
2150
- display: flex;
2151
- -ms-flex-wrap: wrap;
2152
- flex-wrap: wrap;
2153
- }
2154
-
2155
- .tutor-course-available-instructors .added-instructor-item {
2156
- -webkit-box-flex: 0;
2157
- -ms-flex: 0 0 calc(50% - 20px);
2158
- flex: 0 0 calc(50% - 20px);
2159
- max-width: calc(50% - 20px);
2160
- border: 1px solid #dcdfe5;
2161
- padding: 13px;
2162
- display: -webkit-inline-box;
2163
- display: -ms-inline-flexbox;
2164
- display: inline-flex;
2165
- -webkit-box-align: center;
2166
- -ms-flex-align: center;
2167
- align-items: center;
2168
- border-radius: 4px;
2169
- position: relative;
2170
- box-sizing: border-box;
2171
- margin: 0px 10px 20px;
2172
- }
2173
-
2174
- @media (min-width: 1300px) {
2175
- .tutor-course-available-instructors .added-instructor-item {
2176
- -ms-flex: 0 0 calc(33.333% - 20px);
2177
- flex: 0 0 calc(33.333% - 20px);
2178
- max-width: calc(33.333% - 20px);
2179
- }
2180
- }
2181
- @media (max-width: 546px) {
2182
- .tutor-course-available-instructors .added-instructor-item {
2183
- -ms-flex: 0 0 100%;
2184
- flex: 0 0 100%;
2185
- max-width: 100%;
2186
- }
2187
- }
2188
-
2189
- .tutor-course-available-instructors .added-instructor-item .instructor-name {
2190
- position: relative;
2191
- }
2192
-
2193
- .tutor-course-available-instructors
2194
- .added-instructor-item
2195
- .instructor-name
2196
- img {
2197
- display: inline-block;
2198
- margin-left: 10px;
2199
- width: 18px;
2200
- }
2201
-
2202
- .tutor-course-available-instructors
2203
- .added-instructor-item
2204
- .instructor-name
2205
- img:hover
2206
- + i.instructor-name-tooltip {
2207
- opacity: 1;
2208
- }
2209
-
2210
- .tutor-course-available-instructors
2211
- .added-instructor-item
2212
- i.instructor-name-tooltip {
2213
- -webkit-transition: 300ms;
2214
- transition: 300ms;
2215
- opacity: 0;
2216
- position: absolute;
2217
- bottom: 34px;
2218
- right: 9px;
2219
- background: #2a344f;
2220
- -webkit-transform: translateX(50%);
2221
- transform: translateX(50%);
2222
- color: #fff;
2223
- font-size: 12px;
2224
- font-style: normal;
2225
- padding: 0 8px;
2226
- border-radius: 15px;
2227
- line-height: 20px;
2228
- z-index: 1;
2229
- }
2230
-
2231
- .tutor-course-available-instructors
2232
- .added-instructor-item
2233
- i.instructor-name-tooltip::before {
2234
- content: "";
2235
- position: absolute;
2236
- border: 5px solid #2a344f;
2237
- bottom: -3px;
2238
- left: 50%;
2239
- margin-left: -5px;
2240
- -webkit-transform: rotate(45deg);
2241
- transform: rotate(45deg);
2242
- z-index: -1;
2243
- }
2244
-
2245
- .tutor-course-available-instructors .added-instructor-item .instructor-control {
2246
- position: absolute;
2247
- right: 14px;
2248
- top: 50%;
2249
- font-size: 12px;
2250
- -webkit-transform: translateY(-50%);
2251
- transform: translateY(-50%);
2252
- opacity: 0;
2253
- -webkit-transition: 300ms;
2254
- transition: 300ms;
2255
- }
2256
-
2257
- .tutor-course-available-instructors
2258
- .added-instructor-item
2259
- .instructor-control
2260
- a {
2261
- color: red;
2262
- text-decoration: none;
2263
- }
2264
-
2265
- .tutor-course-available-instructors
2266
- .added-instructor-item:hover
2267
- .instructor-control {
2268
- opacity: 1;
2269
- }
2270
-
2271
- .tutor-course-available-instructors .added-instructor-item .instructor-icon {
2272
- height: 45px;
2273
- width: 45px;
2274
- overflow: hidden;
2275
- border-radius: 50px;
2276
- margin-right: 15px;
2277
- }
2278
- .tutor-course-available-instructors
2279
- .added-instructor-item
2280
- .instructor-icon
2281
- img {
2282
- width: 100%;
2283
- height: auto;
2284
- }
2285
- /*@media (min-width: 547px){*/
2286
- /*.tutor-course-available-instructors .added-instructor-item:nth-child(2n) {*/
2287
- /*margin-left: 30px;*/
2288
- /*}*/
2289
- /*}*/
2290
-
2291
- /*
2292
- End new
2293
- */
2294
-
2295
- .answer-image-matched-wrap {
2296
- display: -webkit-box;
2297
- display: -ms-flexbox;
2298
- display: flex;
2299
- }
2300
- .image-matching-item {
2301
- -webkit-box-flex: 0;
2302
- -ms-flex: 0 0 50px;
2303
- flex: 0 0 50px;
2304
- margin-right: 10px;
2305
- }
2306
- .image-matching-item p {
2307
- margin-bottom: 5px;
2308
- margin-top: 0;
2309
- color: #878a8f;
2310
- }
2311
- .image-matching-item img {
2312
- max-width: 80px;
2313
- }
2314
- span.filled_dash_unser {
2315
- font-weight: bold;
2316
- text-decoration: underline;
2317
- margin: 0 5px;
2318
- }
2319
- /**
2320
- Uninstall
2321
- */
2322
- .wrap.tutor-uninstall-wrap {
2323
- background: #fff;
2324
- padding: 20px;
2325
- }
2326
- .tutor-uninstall-btn-group {
2327
- margin: 50px 0;
2328
- }
2329
-
2330
- /**
2331
- Updating Messsage
2332
- */
2333
- .tutor-updating-message:before {
2334
- display: inline-block;
2335
- font-family: "tutor";
2336
- -webkit-font-smoothing: antialiased;
2337
- -moz-osx-font-smoothing: grayscale;
2338
- vertical-align: top;
2339
- content: "\e91d";
2340
- -webkit-animation: rotation 2s infinite linear;
2341
- animation: rotation 2s infinite linear;
2342
- margin-right: 6px;
2343
- }
2344
- .rtl .tutor-updating-message:before {
2345
- margin-right: 0;
2346
- margin-left: 6px;
2347
- }
2348
-
2349
- /**
2350
- Lesson Edit Modal
2351
- */
2352
-
2353
- .lesson-modal-form-wrap .lesson-modal-field-row {
2354
- padding: 10px 0;
2355
- }
2356
- .lesson-modal-field.tutor-lesson-modal-title-wrap {
2357
- width: 95%;
2358
- }
2359
- .tutor-lesson-modal-title-wrap input {
2360
- width: 100%;
2361
- }
2362
- .lesson-modal-form-wrap .assignment-modal-field-row,
2363
- .lesson-modal-form-wrap .tutor-lesson-attachments-metabox,
2364
- .lesson-modal-form-wrap .tutor-option-field-row {
2365
- padding: 10px 0;
2366
- /*margin-bottom: 20px;
2367
- border-bottom: none;*/
2368
- }
2369
- .lesson-modal-form-wrap .tutor-option-field-row:last-child {
2370
- border-bottom: none;
2371
- }
2372
-
2373
- .lesson-modal-form-wrap .tutor-option-field-row textarea,
2374
- .lesson-modal-form-wrap .tutor-option-field-row input[type="text"],
2375
- .lesson-modal-form-wrap .tutor-option-field-row input[type="email"],
2376
- .lesson-modal-form-wrap .tutor-option-field-row input[type="number"],
2377
- .lesson-modal-form-wrap .tutor-option-field-row input[type="password"] {
2378
- line-height: 40px;
2379
- padding: 5px 0;
2380
- text-indent: 15px;
2381
- background: #fff;
2382
- display: inline-block;
2383
- border: 1px solid #dedede;
2384
- border-radius: 3px;
2385
- box-shadow: none;
2386
- height: 40px;
2387
- margin: 0;
2388
- width: 100%;
2389
- color: #393c40;
2390
- font-size: 14px;
2391
- transition: 300ms;
2392
- }
2393
- .lesson-modal-form-wrap .tutor-option-field-row textarea {
2394
- line-height: 26px;
2395
- min-height: 150px;
2396
- text-indent: 0;
2397
- padding: 15px;
2398
- }
2399
- .lesson-modal-form-wrap .tutor-option-field-row textarea:focus,
2400
- .lesson-modal-form-wrap .tutor-option-field-row input[type="text"]:focus,
2401
- .lesson-modal-form-wrap .tutor-option-field-row input[type="email"]:focus,
2402
- .lesson-modal-form-wrap .tutor-option-field-row input[type="number"]:focus,
2403
- .lesson-modal-form-wrap .tutor-option-field-row input[type="password"]:focus {
2404
- border-color: var(--tutor-primary-color);
2405
- }
2406
-
2407
- .lesson-modal-form-wrap .tutor-option-field-row select {
2408
- height: 40px;
2409
- }
2410
-
2411
- .lesson-modal-form-wrap .tutor-lesson-attachments-metabox {
2412
- margin-top: 0;
2413
- }
2414
-
2415
- .assignment-modal-form-wrap,
2416
- .lesson-modal-form-wrap {
2417
- padding: 20px;
2418
- padding-bottom: 48px;
2419
- }
2420
- .tutor-lesson-modal-wrap .modal-footer {
2421
- padding: 10px 20px;
2422
- background-color: #fff;
2423
- width: 100%;
2424
- position: sticky;
2425
- bottom: 0;
2426
- position: -webkit-sticky;
2427
- }
2428
- .tutor-option-field .tutor-lesson-edit-feature-img {
2429
- width: 100px;
2430
- position: relative;
2431
- }
2432
- .tutor-option-field .tutor-lesson-edit-feature-img img {
2433
- width: 100%;
2434
- height: auto;
2435
- }
2436
- a.tutor-lesson-thumbnail-delete-btn {
2437
- position: absolute;
2438
- top: 0;
2439
- right: 0;
2440
- color: red;
2441
- background: #fff;
2442
- padding: 3px 5px;
2443
- border-radius: 5px;
2444
- }
2445
- .tutor-get-pro-text {
2446
- color: #e02424;
2447
- }
2448
- .updating-icon:before {
2449
- font-family: "tutor";
2450
- margin-right: 5px;
2451
- content: "\e91d";
2452
- -webkit-animation: spin 1s steps(8) infinite;
2453
- animation: spin 1s steps(8) infinite;
2454
- display: inline-block;
2455
- }
2456
- .tutor-notice-warning {
2457
- background-color: #fcf8e3;
2458
- border-color: #faebcc;
2459
- padding: 20px;
2460
- margin-bottom: 10px;
2461
- }
2462
-
2463
- /**
2464
- Withdraw table
2465
- */
2466
- .withdraw-method-data-row {
2467
- display: -webkit-box;
2468
- display: -ms-flexbox;
2469
- display: flex;
2470
- }
2471
- span.withdraw-method-label {
2472
- width: 140px;
2473
- }
2474
- .withdraw-method-value {
2475
- margin-left: 3px;
2476
- }
2477
- .withdraw-status.withdraw-status-approved {
2478
- background: var(--tutor-success-button-color);
2479
- color: #fff;
2480
- padding: 5px 10px;
2481
- }
2482
- .withdraw-status.withdraw-status-pending {
2483
- background: #f0efef;
2484
- color: #666666;
2485
- padding: 5px 10px;
2486
- }
2487
- .withdraw-status.withdraw-status-rejected {
2488
- background: #ff3842;
2489
- color: #fff;
2490
- padding: 5px 10px;
2491
- }
2492
- .withdraw-list-row-actions {
2493
- font-weight: bold;
2494
- }
2495
- .withdraw-list-row-actions .approved a {
2496
- color: var(--tutor-success-button-color);
2497
- }
2498
- .withdraw-list-row-actions .rejected a {
2499
- color: #ff3842;
2500
- }
2501
-
2502
- /**
2503
- Assignments
2504
- */
2505
-
2506
- .submitted-assignment-wrap {
2507
- background-color: #ffffff;
2508
- padding: 20px;
2509
- margin-top: 20px;
2510
- }
2511
- .tutor-individual-attachment-file {
2512
- margin-bottom: 20px;
2513
- }
2514
- .tutor-individual-attachment-file p {
2515
- margin: 0 !important;
2516
- }
2517
-
2518
- /**
2519
- Tutor Notice
2520
- */
2521
- .tnotice {
2522
- text-align: left;
2523
- padding: 10px 0;
2524
- background-color: #fff;
2525
- border-radius: 4px;
2526
- position: relative;
2527
- margin-bottom: 10px;
2528
- }
2529
- .tnotice:before {
2530
- content: "";
2531
- position: absolute;
2532
- top: 0;
2533
- left: 0;
2534
- width: 4px;
2535
- height: 100%;
2536
- border-top-left-radius: 4px;
2537
- border-bottom-left-radius: 4px;
2538
- }
2539
- .tnotice__icon {
2540
- position: absolute;
2541
- top: 50%;
2542
- left: 22px;
2543
- transform: translateY(-50%);
2544
- width: 14px;
2545
- height: 14px;
2546
- padding: 7px;
2547
- border-radius: 50%;
2548
- display: inline-block;
2549
-
2550
- color: #fff;
2551
- text-align: center;
2552
- line-height: 11px;
2553
- }
2554
- .tnotice__type {
2555
- color: #3e3e3e;
2556
- font-weight: 700;
2557
- margin-top: 0;
2558
- margin-bottom: 0;
2559
- }
2560
- .tnotice__message {
2561
- font-size: 14px;
2562
- margin-top: 0;
2563
- margin-bottom: 0;
2564
- color: #878787;
2565
- }
2566
- .tnotice__content {
2567
- padding-left: 70px;
2568
- padding-right: 60px;
2569
- }
2570
- .tnotice__close {
2571
- position: absolute;
2572
- right: 22px;
2573
- top: 50%;
2574
- width: 14px;
2575
- cursor: pointer;
2576
- height: 14px;
2577
- fill: #878787;
2578
- transform: translateY(-50%);
2579
- }
2580
- .tnotice--success .tnotice__icon {
2581
- background-color: #2bde3f;
2582
- }
2583
- .tnotice--success:before {
2584
- background-color: #2bde3f;
2585
- }
2586
- .tnotice--blue .tnotice__icon {
2587
- background-color: #1d72f3;
2588
- }
2589
- .tnotice--blue:before {
2590
- background-color: #1d72f3;
2591
- }
2592
- .tnotice--danger .tnotice__icon {
2593
- background-color: #f31e1c;
2594
- }
2595
- .tnotice--danger:before {
2596
- background-color: #f31e1c;
2597
- }
2598
-
2599
- /***************************
2600
- * Quiz attempts table
2601
- **************************/
2602
-
2603
- .tutor-quiz-attempt-history td:last-child {
2604
- text-align: center;
2605
- }
2606
- .tutor-quiz-attempt-history td:last-child a {
2607
- display: block;
2608
- padding: 10px;
2609
- }
2610
- .attempt-review-title {
2611
- font-size: 18px;
2612
- color: var(--tutor-text-size);
2613
- font-weight: 600;
2614
- display: flex;
2615
- align-items: center;
2616
- margin-bottom: 60px;
2617
- }
2618
- .attempt-review-title i {
2619
- margin-right: 12px;
2620
- color: var(--tutor-primary-color);
2621
- }
2622
- .tutor-quiz-attempt-info-row .attempt-view-bottom,
2623
- .tutor-quiz-attempt-info-row .attempt-view-top {
2624
- display: flex;
2625
- justify-content: space-between;
2626
- }
2627
- .tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,
2628
- .tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col {
2629
- display: inline-flex;
2630
- align-items: center;
2631
- max-width: 30%;
2632
- }
2633
- .tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col {
2634
- align-items: flex-start;
2635
- }
2636
- .tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,
2637
- .tutor-quiz-attempt-info-row .attempt-info-content span.result-fail {
2638
- background: #df3247;
2639
- font-size: 14px;
2640
- font-weight: 400;
2641
- color: #fff;
2642
- padding: 1px 4px;
2643
- margin-right: 13px;
2644
- border-radius: 2px;
2645
- }
2646
- .tutor-quiz-attempt-info-row .attempt-info-content span.result-pass {
2647
- background: var(--tutor-success-button-color);
2648
- }
2649
- .tutor-quiz-attempt-info-row .attempt-info-content h4,
2650
- .tutor-quiz-attempt-info-row .attempt-info-content h5 {
2651
- font-size: 14px;
2652
- line-height: 25px;
2653
- margin: 0;
2654
- color: #7a7f85;
2655
- font-weight: 400;
2656
- }
2657
- .tutor-quiz-attempt-info-row .attempt-info-content h4 a,
2658
- .tutor-quiz-attempt-info-row .attempt-info-content h4 {
2659
- font-weight: 700;
2660
- color: var(--tutor-text-color);
2661
- margin-top: 7px;
2662
- }
2663
- .tutor-quiz-attempt-info-row .attempt-view-top {
2664
- padding-bottom: 30px;
2665
- margin-bottom: 30px;
2666
- border-bottom: 1px solid #dcdfe5;
2667
- }
2668
- .tutor-quiz-attempt-info-row .attempt-view-bottom {
2669
- margin-bottom: 60px;
2670
- }
2671
- .attempt-user-details {
2672
- display: flex;
2673
- align-items: center;
2674
- }
2675
- .attempt-user-details .attempt-user-avatar {
2676
- padding-right: 20px;
2677
- }
2678
- .attempt-user-details .attempt-user-avatar img {
2679
- display: block;
2680
- width: 70px;
2681
- height: 70px;
2682
- border-radius: 50%;
2683
- }
2684
- .attempt-user-details .attempt-info-content h4 {
2685
- font-size: 18px;
2686
- }
2687
- .attempt-review-notice-wrap {
2688
- display: flex;
2689
- margin-bottom: 60px;
2690
- justify-content: space-between;
2691
- }
2692
- .attempt-review-notice-wrap p {
2693
- margin: 0;
2694
- display: inline-flex;
2695
- align-items: center;
2696
- }
2697
- .attempt-review-notice-wrap p.attempt-review-notice i {
2698
- font-size: 16px;
2699
- color: #f5c813;
2700
- margin-right: 9px;
2701
- }
2702
- .attempt-review-notice-wrap p.attempt-review-at > span {
2703
- color: var(--tutor-primary-color);
2704
- margin-right: 7px;
2705
- font-size: 16px;
2706
- }
2707
- .attempt-review-notice-wrap p > strong {
2708
- font-weight: 400;
2709
- margin-right: 5px;
2710
- }
2711
- .quiz-attempt-answers-wrap table th {
2712
- background: #fcfcfc;
2713
- font-size: 12px;
2714
- text-transform: inherit;
2715
- }
2716
- .quiz-attempt-answers-wrap table td {
2717
- background-color: #fff;
2718
- }
2719
- .quiz-attempt-answers-wrap table th,
2720
- .quiz-attempt-answers-wrap table td {
2721
- padding: 17px 20px !important;
2722
- border-top: 1px solid #eaeaea;
2723
- border-bottom: 1px solid #eaeaea;
2724
- vertical-align: middle;
2725
- text-align: left;
2726
- }
2727
- .quiz-attempt-answers-wrap table th p,
2728
- .quiz-attempt-answers-wrap table td p {
2729
- margin: 0;
2730
- }
2731
- .quiz-attempt-answers-wrap table .quiz-manual-review-action {
2732
- border: 1px solid #d4dadb;
2733
- color: #d4dadb;
2734
- height: 30px;
2735
- width: 30px;
2736
- border-radius: 2px;
2737
- font-size: 13px;
2738
- display: inline-block;
2739
- text-align: center;
2740
- line-height: 30px;
2741
- transition: 300ms;
2742
- text-decoration: none;
2743
- }
2744
- .quiz-attempt-answers-wrap table .quiz-manual-review-action:first-child:hover {
2745
- border: 1px solid var(--tutor-success-button-color);
2746
- color: var(--tutor-success-button-color);
2747
- }
2748
- .quiz-attempt-answers-wrap table .quiz-manual-review-action:last-child:hover {
2749
- border: 1px solid #df3247;
2750
- color: #df3247;
2751
- }
2752
- .quiz-attempt-answers-wrap table .quiz-manual-review-action:not(:last-child) {
2753
- margin-right: 17px;
2754
- }
2755
- .quiz-attempt-answers-wrap table .quiz-incorrect-answer-text i,
2756
- .quiz-attempt-answers-wrap table .quiz-correct-answer-text i {
2757
- font-size: 12px;
2758
- height: 20px;
2759
- width: 20px;
2760
- text-align: center;
2761
- line-height: 20px;
2762
- background: var(--tutor-success-button-color);
2763
- color: #fff;
2764
- display: inline-block;
2765
- border-radius: 2px;
2766
- margin-right: 6px;
2767
- }
2768
- .quiz-attempt-answers-wrap table .quiz-incorrect-answer-text i {
2769
- background: #df3247;
2770
- font-size: 10px;
2771
- }
2772
- .answer-image-matched-wrap {
2773
- display: flex;
2774
- }
2775
- .answer-image-matched-wrap .image-matching-item {
2776
- margin: 0 5px;
2777
- max-width: 70px;
2778
- }
2779
- .answer-image-matched-wrap .image-matching-item .dragged-caption {
2780
- font-size: 14px;
2781
- margin-top: 4px;
2782
- }
2783
-
2784
- .tutor-quiz-attempt-review-wrap {
2785
- padding: 20px;
2786
- background: #ffffff;
2787
- margin-right: 15px;
2788
- margin-top: 15px;
2789
- }
2790
-
2791
- .tutor-quiz-attempt-review-wrap table {
2792
- width: 100%;
2793
- border-collapse: collapse;
2794
- }
2795
-
2796
- .tutor-quiz-attempt-review-wrap img {
2797
- max-width: 100%;
2798
- }
2799
-
2800
- /**
2801
- Upgrade Notice
2802
- */
2803
- #tutor-update .dummy {
2804
- display: none;
2805
- }
2806
- #tutor-update .tutor_plugin_update_notice {
2807
- padding: 20px 0 !important;
2808
- }
2809
-
2810
- #tutor-update .tutor_plugin_update_notice {
2811
- font-weight: 400;
2812
- background: #fff8e5 !important;
2813
- border-left: 4px solid #ffb900;
2814
- border-top: 1px solid #ffb900;
2815
- padding: 9px 0 9px 12px !important;
2816
- margin: 0 -12px 0 -16px !important;
2817
- }
2818
-
2819
- #tutor-update .tutor_plugin_update_notice .version::before {
2820
- content: "\f348";
2821
- display: inline-block;
2822
- font: 400 18px/1 dashicons;
2823
- speak: none;
2824
- margin: 0 8px 0 -2px;
2825
- vertical-align: top;
2826
- }
2827
- /**
2828
- Course Settings Tabs
2829
- */
2830
- #tutor-metabox-course-settings-tabs {
2831
- background-color: #fff;
2832
- border: 1px solid #e5e5e5;
2833
- margin: 1em 0;
2834
- }
2835
- .inside #tutor-metabox-course-settings-tabs {
2836
- border: 0;
2837
- margin: 0;
2838
- }
2839
- .settings-tabs-heading {
2840
- padding: 1em;
2841
- border-bottom: 1px solid #e5e5e5;
2842
- }
2843
- .settings-tabs-heading h3 {
2844
- font-size: 14px;
2845
- margin: 0;
2846
- line-height: 1.4;
2847
- }
2848
- .course-settings-tabs-container {
2849
- display: flex;
2850
- }
2851
- .course-settings-tabs-container .settings-tabs-navs-wrap {
2852
- flex: 0 0 200px;
2853
- background: #f5f5f5;
2854
- }
2855
- .settings-tabs-navs-wrap .settings-tabs-navs {
2856
- margin: 0;
2857
- }
2858
- .settings-tabs-navs-wrap .settings-tabs-navs li {
2859
- margin: 0;
2860
- }
2861
- .settings-tabs-navs-wrap .settings-tabs-navs li a {
2862
- display: block;
2863
- padding-top: 10px;
2864
- padding-bottom: 10px;
2865
- padding-left: 15px;
2866
- padding-right: 15px;
2867
- color: #23282d;
2868
- text-decoration: none;
2869
- background: #f5f5f5;
2870
- text-transform: capitalize;
2871
- border-bottom: 1px solid #e5e5e5;
2872
- border-left: 3px solid transparent;
2873
- }
2874
- .settings-tabs-navs-wrap .settings-tabs-navs li:last-child a {
2875
- border-bottom: none;
2876
- }
2877
- .settings-tabs-navs-wrap .settings-tabs-navs li a:focus {
2878
- box-shadow: none;
2879
- }
2880
- .settings-tabs-navs-wrap .settings-tabs-navs li.active a {
2881
- background-color: #ffffff;
2882
- border-bottom: 1px solid #e5e5e5;
2883
- color: var(--tutor-primary-color);
2884
- border-left: 3px solid var(--tutor-primary-color);
2885
- }
2886
- .course-settings-tabs-container .settings-tabs-container {
2887
- padding: 1em;
2888
- flex: 1;
2889
- }
2890
- .tutor-field-radio p {
2891
- margin-top: 0;
2892
- }
2893
-
2894
- /**
2895
- Content Drip (Pro)
2896
- */
2897
- .lesson-modal-form-wrap .lesson-content-drip-wrap {
2898
- padding: 10px;
2899
- border: 1px solid #e4e4e4;
2900
- }
2901
- .lesson-modal-form-wrap .lesson-content-drip-wrap h3 {
2902
- margin: 0 0 10px 0;
2903
- }
2904
- .select2-dropdown.increasezindex {
2905
- z-index: 9999999999999;
2906
- }
2907
-
2908
- /*!
2909
- * jQuery UI Datepicker 1.9.0
2910
- * http://jqueryui.com
2911
- *
2912
- * Copyright 2012 jQuery Foundation and other contributors
2913
- * Released under the MIT license.
2914
- * http://jquery.org/license
2915
- *
2916
- * http://docs.jquery.com/UI/Datepicker#theming
2917
- */
2918
- .ui-datepicker {
2919
- background-color: #fff;
2920
- border: 1px solid #eeeeee;
2921
- display: none;
2922
- margin-top: 4px;
2923
- padding: 5px;
2924
- width: 180px;
2925
- }
2926
- .ui-datepicker a,
2927
- .ui-datepicker a:hover {
2928
- text-decoration: none;
2929
- }
2930
- .ui-datepicker a:hover,
2931
- .ui-datepicker td:hover a {
2932
- color: #2a6496;
2933
- -webkit-transition: color 0.1s ease-in-out;
2934
- -moz-transition: color 0.1s ease-in-out;
2935
- -o-transition: color 0.1s ease-in-out;
2936
- transition: color 0.1s ease-in-out;
2937
- }
2938
- .ui-datepicker .ui-datepicker-header {
2939
- margin-bottom: 4px;
2940
- text-align: center;
2941
- }
2942
- .ui-datepicker .ui-datepicker-title {
2943
- font-weight: 700;
2944
- }
2945
- .ui-datepicker .ui-datepicker-prev,
2946
- .ui-datepicker .ui-datepicker-next {
2947
- cursor: default;
2948
- font-family: "tutor";
2949
- -webkit-font-smoothing: antialiased;
2950
- font-style: normal;
2951
- font-weight: normal;
2952
- height: 20px;
2953
- line-height: 1;
2954
- margin-top: 2px;
2955
- width: 30px;
2956
- }
2957
- .ui-datepicker .ui-datepicker-prev {
2958
- float: left;
2959
- text-align: left;
2960
- }
2961
- .ui-datepicker .ui-datepicker-next {
2962
- float: right;
2963
- text-align: right;
2964
- }
2965
- .ui-datepicker .ui-datepicker-prev:before {
2966
- content: "\e921";
2967
- }
2968
- .ui-datepicker .ui-datepicker-next:before {
2969
- content: "\e903";
2970
- }
2971
- .ui-datepicker .ui-icon {
2972
- display: none;
2973
- }
2974
- .ui-datepicker .ui-datepicker-calendar {
2975
- table-layout: fixed;
2976
- width: 100%;
2977
- }
2978
- .ui-datepicker .ui-datepicker-calendar th,
2979
- .ui-datepicker .ui-datepicker-calendar td {
2980
- text-align: center;
2981
- padding: 0;
2982
- }
2983
- .ui-datepicker .ui-datepicker-calendar td {
2984
- border-radius: 4px;
2985
- -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2986
- -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2987
- -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2988
- transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2989
- }
2990
- .ui-datepicker .ui-datepicker-calendar td:hover {
2991
- background-color: #eee;
2992
- cursor: pointer;
2993
- }
2994
- .ui-datepicker .ui-datepicker-calendar td a {
2995
- text-decoration: none;
2996
- }
2997
- .ui-datepicker .ui-datepicker-current-day {
2998
- background-color: #4289cc;
2999
- }
3000
- .ui-datepicker .ui-datepicker-current-day a {
3001
- color: #fff;
3002
- }
3003
- .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
3004
- background-color: #fff;
3005
- cursor: default;
3006
- }
3007
-
3008
- .ui-datepicker-calendar .ui-state-default {
3009
- border: none;
3010
- background: none;
3011
- }
3012
- .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
3013
- background: #eeeeee;
3014
- padding: 3px;
3015
- display: block;
3016
- }
3017
- /** END Calender */
3018
-
3019
- /**
3020
- * report.css
3021
- *Moved report.css from pro add to here
3022
- */
3023
- h2.tutor-page-heading {
3024
- background-color: #ffffff;
3025
- padding: 30px !important;
3026
- margin: 0 !important;
3027
- border-bottom: 1px solid #ecedef;
3028
- }
3029
- .tutor-report-left-menus {
3030
- background-color: #fcfcfc;
3031
- margin-bottom: 50px;
3032
- }
3033
- .tutor-report-left-menus ul {
3034
- margin: 0;
3035
- }
3036
- .report-main-wrap {
3037
- /*display: flex;*/
3038
- }
3039
- .report-main-wrap h3 {
3040
- font-weight: 300;
3041
- font-size: 20px;
3042
- }
3043
- .tutor-report-left-menus ul li {
3044
- display: inline-block;
3045
- margin: 0;
3046
- }
3047
- .tutor-report-left-menus ul li a {
3048
- text-decoration: none;
3049
- line-height: 60px;
3050
- display: block;
3051
- padding: 0 15px;
3052
- color: #393c40;
3053
- }
3054
- .tutor-report-left-menus ul li a:focus {
3055
- outline: none !important;
3056
- border: 0;
3057
- box-shadow: none;
3058
- }
3059
- .tutor-report-left-menus ul li.active a {
3060
- color: #1e55dd;
3061
- border-bottom: 3px solid #3057d5;
3062
- }
3063
- .tutor-report-content {
3064
- flex: 1;
3065
- }
3066
- .report-top-sub-menu {
3067
- margin: 0;
3068
- flex: 1;
3069
- }
3070
- .report-top-sub-menu a {
3071
- text-decoration: none;
3072
- padding: 10px 15px;
3073
- border: 1px solid #d7dadf;
3074
- color: #aaaeb3;
3075
- border-radius: 3px;
3076
- display: inline-block;
3077
- }
3078
- .report-top-sub-menu a.active {
3079
- background-color: #3057d5;
3080
- color: #ffffff;
3081
- border: 1px solid #3057d5;
3082
- }
3083
- .top-course-enrolled {
3084
- margin-top: 20px;
3085
- margin-bottom: 20px;
3086
- }
3087
- .top-course-enrolled h1,
3088
- .top-course-enrolled h2,
3089
- .top-course-enrolled h3 {
3090
- margin: 30px 0;
3091
- }
3092
- .report-stats {
3093
- display: flex;
3094
- flex-flow: row wrap;
3095
- }
3096
- .report-stat-box {
3097
- padding: 0;
3098
- margin-bottom: 30px;
3099
- width: 25%;
3100
- display: inline-flex;
3101
- flex: 0 0 25%;
3102
- }
3103
- .report-stat-box-body {
3104
- background-color: #ffffff;
3105
- display: flex;
3106
- width: 100%;
3107
- margin-right: 30px;
3108
- }
3109
- .report-stat-box:nth-child(4n) .report-stat-box-body {
3110
- margin-right: 0;
3111
- }
3112
- .report-stat-box .box-icon {
3113
- font-size: 50px;
3114
- line-height: 46px;
3115
- padding: 13px;
3116
- color: #3057d5;
3117
- }
3118
- .report-stat-box h4,
3119
- .report-stat-box p {
3120
- margin: 5px 0;
3121
- }
3122
- .report-stat-box .box-stats-text h3,
3123
- .report-stat-box .box-stats-text p {
3124
- margin: 5px 0;
3125
- }
3126
- .report-stat-box .box-stats-text {
3127
- padding: 12px 0;
3128
- }
3129
- .report-stat-box .box-stats-text h3 {
3130
- font-size: 20px;
3131
- font-weight: 300;
3132
- }
3133
- .report-stat-box .box-stats-text p {
3134
- color: #888b90;
3135
- }
3136
- .box-padding {
3137
- padding: 30px;
3138
- }
3139
- .box-padding h3 {
3140
- margin-top: 0;
3141
- }
3142
- .box-bg-green {
3143
- background-color: #00d611;
3144
- color: #ffffff;
3145
- }
3146
- .box-bg-primary {
3147
- background-color: #3057d5;
3148
- color: #ffffff;
3149
- }
3150
- .box-bg-light {
3151
- background-color: #eeeeee;
3152
- color: #555555;
3153
- }
3154
- .box-bg-warning {
3155
- background-color: #eea504;
3156
- color: #ffffff;
3157
- }
3158
- .box-bg-dark {
3159
- background-color: #333333;
3160
- color: #ffffff;
3161
- }
3162
- .box-bg-danger {
3163
- background-color: #ff000c;
3164
- color: #ffffff;
3165
- }
3166
- .box-bg-pink {
3167
- background-color: #ff00da;
3168
- color: #ffffff;
3169
- }
3170
- .box-bg-violate {
3171
- background-color: #9c25ea;
3172
- color: #ffffff;
3173
- }
3174
- .tutor-report-overview-section {
3175
- display: flex;
3176
- margin: 20px 0;
3177
- }
3178
- .overview-section-col6 {
3179
- width: 50%;
3180
- }
3181
- .overview-section-col6 {
3182
- margin-right: 1%;
3183
- margin-left: 1%;
3184
- }
3185
- .overview-section-col6:first-child {
3186
- margin-left: 0;
3187
- }
3188
- .overview-section-col6:last-child {
3189
- margin-right: 0;
3190
- }
3191
- .last-revews-wrap {
3192
- width: 100%;
3193
- }
3194
- table.tutor-report-table {
3195
- border: none;
3196
- box-shadow: none;
3197
- }
3198
- .tutor-report-table th {
3199
- background-color: #fcfcfc;
3200
- border-top: 1px solid #eaeaea;
3201
- border-bottom: 1px solid #eaeaea;
3202
- padding: 20px;
3203
- color: #878a8f;
3204
- }
3205
- .tutor-report-table td {
3206
- border-bottom: 1px solid #eaeaea;
3207
- padding: 20px;
3208
- }
3209
- .tutor-report-table td img.avatar {
3210
- float: left;
3211
- margin-right: 5px;
3212
- }
3213
- /**
3214
- Icon
3215
- */
3216
- .tutor-icon-star-full,
3217
- .tutor-icon-star-line {
3218
- color: #ffd700;
3219
- }
3220
- .tutor-delete-link {
3221
- color: #ff282a !important;
3222
- }
3223
- /**
3224
- Pagination
3225
- */
3226
- .tutor-pagination {
3227
- margin: 50px 0;
3228
- }
3229
- .tutor-pagination .page-numbers {
3230
- display: inline-block;
3231
- padding: 5px 10px;
3232
- margin: 0 2px 0 0;
3233
- border: 1px solid #eee;
3234
- line-height: 1;
3235
- text-decoration: none;
3236
- font-weight: 600;
3237
- }
3238
- .tutor-pagination .page-numbers.current,
3239
- .tutor-pagination a.page-numbers:hover {
3240
- background: #f9f9f9;
3241
- }
3242
- .report-date-range-form {
3243
- display: flex;
3244
- }
3245
- .date-range-input {
3246
- position: relative;
3247
- margin-right: 10px;
3248
- }
3249
- .date-range-input:last-child {
3250
- margin-right: 0;
3251
- }
3252
- .date-range-input input {
3253
- border: 1px solid #d7dadf;
3254
- box-shadow: none;
3255
- line-height: 32px;
3256
- margin: 0;
3257
- padding-right: 30px;
3258
- }
3259
- .date-range-input i.tutor-icon-calendar {
3260
- position: absolute;
3261
- right: 10px;
3262
- top: 13px;
3263
- }
3264
- .date-range-input button {
3265
- background-color: #3057d5;
3266
- color: #ffffff;
3267
- border: none;
3268
- line-height: 39px;
3269
- padding: 0 15px;
3270
- }
3271
- .tutor-date-range-filter-wrap {
3272
- display: flex;
3273
- margin: 30px 0;
3274
- }
3275
- .report-download-csv-icon {
3276
- float: right;
3277
- }
3278
- .report-download-csv-icon a {
3279
- text-decoration: none;
3280
- }
3281
- /** END Report.css */
3282
-
3283
- /**
3284
- * Alert CSS
3285
- * since v.1.4.2
3286
- */
3287
- .tutor-alert {
3288
- border: 1px solid #f8a201;
3289
- background: #fffff2;
3290
- position: relative;
3291
- border-radius: 3px;
3292
- padding: 20px 25px 20px 95px;
3293
- color: #a86d00;
3294
- margin-bottom: 10px;
3295
- }
3296
- .tutor-alert.tutor-alert-danger {
3297
- border: 1px solid #fe1a1a;
3298
- background: #fff2f2;
3299
- color: #a50000;
3300
- }
3301
- .tutor-alert.tutor-alert-success {
3302
- border: 1px solid #69bc0d;
3303
- background: #f6fff2;
3304
- color: #3d7400;
3305
- }
3306
- .tutor-alert.tutor-alert-info {
3307
- border: 1px solid #13aaf6;
3308
- background: #eaf8ff;
3309
- color: #0586c7;
3310
- }
3311
- .tutor-alert::before {
3312
- content: "\e95f";
3313
- position: absolute;
3314
- font-size: 30px;
3315
- font-family: "tutor" !important;
3316
- speak: none;
3317
- font-style: normal;
3318
- font-weight: normal;
3319
- font-variant: normal;
3320
- text-transform: none;
3321
- line-height: 1;
3322
- -webkit-font-smoothing: antialiased;
3323
- -moz-osx-font-smoothing: grayscale;
3324
- width: 70px;
3325
- top: 0;
3326
- left: 0;
3327
- text-align: center;
3328
- background: #f8a201;
3329
- height: 100%;
3330
- display: flex;
3331
- justify-content: center;
3332
- align-items: center;
3333
- color: #ffffff;
3334
- }
3335
- .tutor-alert.tutor-alert-danger::before {
3336
- content: "\e913";
3337
- background: #fe1a1a;
3338
- }
3339
- .tutor-alert.tutor-alert-success::before {
3340
- content: "\e90f";
3341
- background: #69bc0d;
3342
- }
3343
- .tutor-alert.tutor-alert-info::before {
3344
- content: "\e96c";
3345
- background: #13aaf6;
3346
- }
3347
- .tutor-alert-content p {
3348
- margin: 0;
3349
- }
3350
- /**
3351
- *END Alert CSS
3352
- */
3353
-
3354
- /**
3355
- * Tutor Table
3356
- */
3357
- table.tutor-table {
3358
- border-spacing: 0;
3359
- width: 100%;
3360
- border-collapse: collapse;
3361
- border: 1px solid #dcdfe5;
3362
- }
3363
- table.tutor-table td,
3364
- table.tutor-table th {
3365
- padding: 1em 1.41575em;
3366
- text-align: left;
3367
- vertical-align: top;
3368
- border-bottom: 1px solid #dcdfe5;
3369
- }
3370
- table.tutor-table td p:last-child,
3371
- table.tutor-table th p:last-child {
3372
- margin-bottom: 0;
3373
- }
3374
- table.tutor-table th {
3375
- font-weight: 600;
3376
- }
3377
- table.tutor-table thead th {
3378
- padding: 1.41575em;
3379
- vertical-align: middle;
3380
- }
3381
- table.tutor-table tbody h2 {
3382
- font-size: 1em;
3383
- letter-spacing: normal;
3384
- font-weight: normal;
3385
- }
3386
- table.tutor-table tbody h2 a {
3387
- font-weight: normal;
3388
- }
3389
- table.tutor-table th {
3390
- background-color: #fafbfc;
3391
- }
3392
- table.tutor-table tbody td {
3393
- background-color: #ffffff;
3394
- }
3395
- table.tutor-table tbody tr:nth-child(2n) td {
3396
- background-color: #fafbfc;
3397
- }
3398
- table.tutor-table a {
3399
- text-decoration: none;
3400
- }
3401
- table.tutor-table p {
3402
- margin: 0;
3403
- }
3404
-
3405
- /**
3406
- * END Tutor Table
3407
- */
3408
-
3409
- /**
3410
- Tools Nav
3411
- */
3412
- .tutor-nav-tab-wrapper {
3413
- margin-bottom: 10px;
3414
- }
3415
- .nav-tab-item {
3416
- float: left;
3417
- border: 1px solid #ccc;
3418
- border-bottom: none;
3419
- margin-left: 0.5em;
3420
- padding: 10px 14px;
3421
- font-size: 14px;
3422
- line-height: 1.33;
3423
- font-weight: 600;
3424
- background: #e5e5e5;
3425
- color: #555;
3426
- text-decoration: none;
3427
- white-space: nowrap;
3428
- }
3429
- .nav-tab-item:first-child {
3430
- margin-left: 0;
3431
- }
3432
- .nav-tab-item:focus,
3433
- .nav-tab-item:hover {
3434
- background-color: #fff;
3435
- color: #444;
3436
- }
3437
- .nav-tab-item-active,
3438
- .nav-tab-item:focus:active {
3439
- box-shadow: none;
3440
- }
3441
- .nav-tab-item-active {
3442
- margin-bottom: -1px;
3443
- color: #444;
3444
- }
3445
- .nav-tab-item-active,
3446
- .nav-tab-item-active:focus,
3447
- .nav-tab-item-active:focus:active,
3448
- .nav-tab-item-active:hover {
3449
- border-bottom: 1px solid #f1f1f1;
3450
- background: #f1f1f1;
3451
- color: #000;
3452
- }
3453
- /**
3454
- * END Tools
3455
- */
3456
-
3457
- /**
3458
- * Quiz Feedback Mode - UI fix
3459
- */
3460
-
3461
- .tutor-quiz-feedback-mode {
3462
- position: relative;
3463
- }
3464
- .tutor-quiz-feedback-mode:not(:last-child) {
3465
- margin-right: 16px;
3466
- }
3467
-
3468
- .tutor-quiz-feedback-mode-option {
3469
- border-radius: 3px;
3470
- border: solid 1px #dedede;
3471
- padding: 15px 15px 15px 40px;
3472
- transition: 0.2s ease;
3473
- max-width: 210px;
3474
- }
3475
-
3476
- .tutor-quiz-feedback-option-option-title {
3477
- margin-bottom: 10px !important;
3478
- }
3479
-
3480
- .tutor-quiz-feedback-option-subtitle {
3481
- margin: 0 !important;
3482
- font-size: 12px;
3483
- line-height: 1.67;
3484
- color: #505469;
3485
- }
3486
- .tutor-quiz-feedback-option-subtitle a {
3487
- font-weight: 500;
3488
- color: inherit;
3489
- text-decoration: underline !important;
3490
- }
3491
-
3492
- .tutor-quiz-feedback-mode input[type="radio"] {
3493
- display: none;
3494
- }
3495
-
3496
- .tutor-quiz-feedback-mode .radio-icon {
3497
- position: absolute;
3498
- top: 16px;
3499
- left: 16px;
3500
- z-index: 1;
3501
- margin: 0;
3502
- width: 16px;
3503
- height: 16px;
3504
- border-radius: 50%;
3505
- box-shadow: inset 0 0 0 2px #dcdce1;
3506
- transition: 0.2s ease;
3507
- }
3508
- .tutor-quiz-feedback-mode input[type="radio"]:checked + .radio-icon {
3509
- box-shadow: inset 0 0 0 5px #3e64de;
3510
- background: #fff;
3511
- }
3512
- .tutor-quiz-feedback-mode
3513
- input[type="radio"]:checked
3514
- ~ .tutor-quiz-feedback-mode-option {
3515
- background: #fff;
3516
- }
3517
-
3518
- /* Fixing course builder css overlap issue */
3519
- #tutor-course-topics h2, #tutor-instructors h2 {
3520
- display: block;
3521
- }
3522
- #tutor-course-topics .tutor-course-builder-header.has-postbox-header {
3523
- top: -56px;
3524
- right: 96px;
3525
- }
 
1
+ /**
2
+ @package: Tutor LMS
3
+ @author: themeum
4
+ */
5
+ :root {
6
+ --tutor-primary-color: #1b52d8;
7
+ --tutor-primary-hover-color: #1b52a9;
8
+ --tutor-text-color: #4b5981;
9
+ --tutor-light-color: #b1b8c9;
10
+ --tutor-success-button-color: #86b223;
11
+ }
12
+
13
+ .ui-slider {
14
+ position: relative;
15
+ text-align: left;
16
+ }
17
+ .ui-slider .ui-slider-handle {
18
+ position: absolute;
19
+ z-index: 2;
20
+ width: 15px;
21
+ height: 15px;
22
+ cursor: default;
23
+ top: -6.5px;
24
+ cursor: pointer;
25
+ }
26
+ .ui-slider .ui-slider-range {
27
+ position: absolute;
28
+ z-index: 1;
29
+ font-size: 0.7em;
30
+ display: block;
31
+ border: 0;
32
+ background-position: 0 0;
33
+ }
34
+
35
+ .ui-slider-horizontal {
36
+ height: 0.8em;
37
+ }
38
+ .ui-slider-horizontal .ui-slider-range {
39
+ top: 0;
40
+ height: 100%;
41
+ }
42
+ .ui-slider-horizontal .ui-slider-range-min {
43
+ left: 0;
44
+ }
45
+ .ui-slider-horizontal .ui-slider-range-max {
46
+ right: 0;
47
+ }
48
+
49
+ .ui-slider-vertical {
50
+ width: 0.8em;
51
+ height: 100px;
52
+ }
53
+ .ui-slider-vertical .ui-slider-handle {
54
+ left: -0.3em;
55
+ margin-left: 0;
56
+ margin-bottom: -0.6em;
57
+ }
58
+ .ui-slider-vertical .ui-slider-range {
59
+ left: 0;
60
+ width: 100%;
61
+ }
62
+ .ui-slider-vertical .ui-slider-range-min {
63
+ bottom: 0;
64
+ }
65
+ .ui-slider-vertical .ui-slider-range-max {
66
+ top: 0;
67
+ }
68
+
69
+ /*----------------------------------
70
+ Component containers
71
+ ----------------------------------*/
72
+ .ui-widget-content {
73
+ border: 1px solid #aaaaaa;
74
+ background: #ffffff;
75
+ color: #222222;
76
+ }
77
+ .ui-widget-content a {
78
+ color: #222222;
79
+ }
80
+ .ui-widget-header {
81
+ border: 1px solid #aaaaaa;
82
+ background: #cccccc;
83
+ color: #222222;
84
+ font-weight: bold;
85
+ }
86
+ .ui-widget-header a {
87
+ color: #222222;
88
+ }
89
+
90
+ /* Interaction states
91
+ ----------------------------------*/
92
+ .ui-state-default,
93
+ .ui-widget-content .ui-state-default,
94
+ .ui-widget-header .ui-state-default {
95
+ border: 1px solid #d3d3d3;
96
+ background: #e6e6e6;
97
+ font-weight: normal;
98
+ color: #555555;
99
+ }
100
+ /* Interaction Cues
101
+ ----------------------------------*/
102
+ .ui-state-highlight,
103
+ .ui-widget-content .ui-state-highlight,
104
+ .ui-widget-header .ui-state-highlight {
105
+ border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
106
+ background: #fbf9ee;
107
+ color: #363636;
108
+ }
109
+
110
+ .tutor-option-nav-tabs li {
111
+ position: relative;
112
+ display: inline-block;
113
+ margin-right: -1px;
114
+ }
115
+ /*.tutor-option-nav-tabs li:after {*/
116
+ /*content: "|";*/
117
+ /*position: absolute;*/
118
+ /*top: 0;*/
119
+ /*right: -10px;*/
120
+ /*}*/
121
+ .tutor-option-nav-tabs li:last-child:after {
122
+ content: "";
123
+ }
124
+ .tutor-option-nav-tabs li a {
125
+ display: block;
126
+ font-weight: bold;
127
+ text-decoration: none;
128
+ background: #fff;
129
+ padding: 5px 10px;
130
+ border: 1px solid #dddddd;
131
+ }
132
+ .tutor-option-nav-tabs li.current a {
133
+ color: #333333;
134
+ }
135
+ .tutor-option-nav-tabs li a:focus {
136
+ box-shadow: none;
137
+ }
138
+
139
+ /**
140
+ Withdraw Methods Nav
141
+ */
142
+
143
+ .withdraw-method-nav {
144
+ margin-bottom: 20px;
145
+ }
146
+ .withdraw-method-nav li {
147
+ position: relative;
148
+ display: inline-block;
149
+ }
150
+ .withdraw-method-nav li a {
151
+ display: block;
152
+ text-decoration: none;
153
+ padding: 5px 10px;
154
+ border-right: 1px solid #cccccc;
155
+ }
156
+ .withdraw-method-nav li:last-child a {
157
+ border-right: none;
158
+ }
159
+ /**
160
+ Option Field
161
+ */
162
+
163
+ .tutor-option-field-row {
164
+ border-bottom: 1px solid #e4e4e4;
165
+ padding: 20px 0;
166
+ font-size: 14px;
167
+ line-height: 1.3;
168
+ }
169
+ .tutor-option-field-row:last-child {
170
+ border-bottom: none;
171
+ }
172
+ .tutor-option-field-row input[type="text"],
173
+ .tutor-option-field-row input[type="email"],
174
+ .tutor-option-field-row input[type="number"],
175
+ .tutor-option-field-row input[type="password"],
176
+ .tutor-option-field-row textarea,
177
+ .tutor-option-field-row .tutor-field-type-slider {
178
+ background-color: #fff;
179
+ border: 1px solid #ddd;
180
+ border-radius: 3px;
181
+ box-shadow: none;
182
+ color: #333;
183
+ display: inline-block;
184
+ vertical-align: middle;
185
+ padding: 7px 12px;
186
+ margin: 0 10px 0 0;
187
+ width: 400px;
188
+ min-height: 35px;
189
+ }
190
+
191
+ .tutor_lesson_modal_form .tutor-option-field-row input[type="text"],
192
+ .tutor_lesson_modal_form .tutor-option-field-row input[type="email"],
193
+ .tutor_lesson_modal_form .tutor-option-field-row input[type="number"],
194
+ .tutor_lesson_modal_form .tutor-option-field-row input[type="password"],
195
+ .tutor_lesson_modal_form .tutor-option-field-row textarea,
196
+ .tutor_lesson_modal_form .tutor-option-field-row .tutor-field-type-slider {
197
+ width: 100%;
198
+ display: block;
199
+ }
200
+
201
+ .tutor-option-field {
202
+ display: block;
203
+ margin: 0 0 0 200px;
204
+ max-width: 800px;
205
+ }
206
+ .rtl .tutor-option-field {
207
+ margin: 0 200px 0 0;
208
+ }
209
+ .tutor_lesson_modal_form .tutor-option-field {
210
+ display: block;
211
+ margin: 0;
212
+ max-width: none;
213
+ }
214
+ .tutor-option-field-label {
215
+ display: block;
216
+ float: left;
217
+ width: 200px;
218
+ }
219
+ .rtl .tutor-option-field-label {
220
+ float: right;
221
+ }
222
+ .tutor_lesson_modal_form .tutor-option-field-label {
223
+ display: block;
224
+ float: none;
225
+ width: 100%;
226
+ margin-bottom: 15px;
227
+ }
228
+
229
+ .tutor-lesson-attachments-metabox {
230
+ margin-top: 30px;
231
+ }
232
+
233
+ .tutor-option-field-label label {
234
+ display: block;
235
+ font-weight: 600;
236
+ }
237
+ .tutor-option-field p.desc {
238
+ font-style: italic;
239
+ color: #666;
240
+ font-size: 12px;
241
+ line-height: 1.5;
242
+ }
243
+ .tutor-option-field-row h2 {
244
+ color: #444;
245
+ font-size: 18px;
246
+ font-weight: 700;
247
+ margin: 0;
248
+ }
249
+ .tutor-option-field-row .option-media-wrap {
250
+ margin-bottom: 10px;
251
+ }
252
+ .tutor-option-field-row .option-media-wrap img {
253
+ max-height: 100px;
254
+ width: auto;
255
+ padding: 5px;
256
+ border: 1px solid #cccccc;
257
+ }
258
+ .select2-container {
259
+ min-width: 250px !important;
260
+ }
261
+ .membership_course_categories .select2-container {
262
+ min-width: 50% !important;
263
+ }
264
+ /**
265
+ Group Field Option
266
+ */
267
+ .tutor-option-group-field {
268
+ display: inline-block;
269
+ vertical-align: top;
270
+ }
271
+ .tutor-option-group-field input[type="text"],
272
+ .tutor-option-group-field input[type="email"],
273
+ .tutor-option-group-field input[type="number"],
274
+ .tutor-option-group-field input[type="password"],
275
+ .tutor-option-group-field textarea,
276
+ .tutor-option-group-field .tutor-field-type-slider,
277
+ .tutor-option-group-field select {
278
+ width: 100px;
279
+ margin-right: 5px;
280
+ }
281
+ .option-type-radio-wrap {
282
+ margin-top: 0;
283
+ }
284
+
285
+ /**
286
+ * Course adding page
287
+ * Course Builder
288
+ */
289
+ #tutor-course-topics a {
290
+ text-decoration: none;
291
+ }
292
+ #tutor-course-topics .tutor-topics-wrap {
293
+ border-bottom: 1px solid #e7e7e7;
294
+ padding-bottom: 0;
295
+ margin: 0;
296
+ }
297
+ .tutor-untopics-lessons .course-content-item,
298
+ .course-contents .course-content-item {
299
+ padding: 10px;
300
+ border-bottom: 1px solid #d9d9d9;
301
+ background-color: #ebeef0;
302
+ }
303
+ .tutor-lessons.ui-sortable {
304
+ min-height: 20px;
305
+ }
306
+ #tutor-course-topics .drop-lessons p {
307
+ margin: 0;
308
+ }
309
+ #tutor-course-topics .course-content-item:hover {
310
+ background-color: #ebeef0;
311
+ }
312
+ #tutor-course-topics .tutor-lessons {
313
+ padding-left: 0;
314
+ }
315
+ #tutor-course-topics .tutor-lesson-top,
316
+ #tutor-course-topics .tutor-lesson-top i {
317
+ font-size: 15px;
318
+ }
319
+ #tutor-course-topics .tutor-lesson-top .open-tutor-quiz-modal i {
320
+ display: inline-block;
321
+ vertical-align: middle;
322
+ margin-right: 5px;
323
+ }
324
+ .rtl #tutor-course-topics .tutor-lesson-top .open-tutor-quiz-modal i {
325
+ margin-right: 0;
326
+ margin-left: 5px;
327
+ }
328
+ #tutor-course-topics .tutor-lesson-top {
329
+ display: -webkit-box;
330
+ display: -ms-flexbox;
331
+ display: flex;
332
+ font-size: 14px;
333
+ }
334
+ #tutor-course-topics .tutor-lesson-top .open-tutor-lesson-modal,
335
+ .tutor-quiz .open-tutor-quiz-modal,
336
+ .course-content-item .open-tutor-assignment-modal,
337
+ .course-content-item .tutor-zoom-meeting-modal-open-btn {
338
+ -webkit-box-flex: 1;
339
+ -ms-flex: 1;
340
+ flex: 1;
341
+ }
342
+ #tutor-course-topics .tutor-lesson-top i.tutor-icon-move {
343
+ margin-right: 10px;
344
+ cursor: ns-resize;
345
+ }
346
+ .rtl #tutor-course-topics .tutor-lesson-top i.tutor-icon-move {
347
+ margin-right: 0;
348
+ margin-left: 10px;
349
+ }
350
+ #tutor-course-topics .tutor-lesson-top i.tutor-icon-pencil {
351
+ margin: 0 10px;
352
+ }
353
+ #tutor-course-topics .tutor-lesson-top a {
354
+ color: #393c40;
355
+ }
356
+
357
+ #tutor-course-topics .tutor-lesson-top a.tutor-updating-message i {
358
+ display: none;
359
+ }
360
+
361
+ .tutor-topics-wrap,
362
+ .course-move-handle {
363
+ margin-right: 5px;
364
+ }
365
+ .course-move-handle {
366
+ align-self: center;
367
+ cursor: row-resize;
368
+ }
369
+ .new-topic-btn-wrap {
370
+ padding: 20px;
371
+ }
372
+ p.course-empty-content {
373
+ padding-left: 20px;
374
+ }
375
+ .tutor_btn_lg {
376
+ line-height: 45px;
377
+ background-color: var(--tutor-primary-color);
378
+ color: #ffffff;
379
+ padding: 0 20px;
380
+ display: inline-block;
381
+ border-radius: 2px;
382
+ font-size: 14px;
383
+ font-weight: 300;
384
+ border: none;
385
+ box-shadow: none;
386
+ cursor: pointer;
387
+ }
388
+ .tutor_btn_lg:focus {
389
+ box-shadow: none;
390
+ border: none;
391
+ outline: none;
392
+ }
393
+ .tutor_btn_lg:focus,
394
+ .tutor_btn_lg:hover {
395
+ background-color: var(--tutor-primary-color);
396
+ color: #ffffff;
397
+ }
398
+
399
+ .ui-sortable-placeholder {
400
+ visibility: visible;
401
+ background-color: #dddd;
402
+ }
403
+ .tutor-untopics-lessons {
404
+ margin-top: 0;
405
+ border: 1px solid #eee;
406
+ padding: 20px;
407
+ margin-bottom: 20px;
408
+ background-color: #fbfbfb;
409
+ }
410
+ .tutor-untopics-lessons h3 {
411
+ font-weight: 300;
412
+ margin-top: 0px;
413
+ }
414
+ .tutor-untopics-lessons .tutor-lessons {
415
+ padding-left: 0 !important;
416
+ }
417
+ .create-new-lesson-wrap {
418
+ text-align: center;
419
+ }
420
+ .tutor-metabox-add-topics,
421
+ .tutor-topics-edit-form {
422
+ background: #f1f1f1;
423
+ padding: 20px;
424
+ }
425
+ .tutor-metabox-add-topics .tutor-option-field-row {
426
+ padding: 15px 0;
427
+ }
428
+ .tutor-metabox-add-topics .tutor-option-field-row:last-child,
429
+ .tutor-topics-edit-form .tutor-option-field-row:last-child {
430
+ border-bottom: none;
431
+ }
432
+ .topic-edit-icon {
433
+ cursor: pointer;
434
+ }
435
+ .tutor-topic-title {
436
+ display: -webkit-box;
437
+ display: -ms-flexbox;
438
+ display: flex;
439
+ font-size: 16px;
440
+ font-weight: 300;
441
+ margin: 0;
442
+ line-height: 40px;
443
+ padding-left: 15px;
444
+ }
445
+ .rtl .tutor-topic-title {
446
+ padding-left: 0;
447
+ padding-right: 15px;
448
+ }
449
+ .tutor-topic-title a {
450
+ color: #393c40;
451
+ }
452
+
453
+ .tutor-topic-title .topic-inner-title {
454
+ -webkit-box-flex: 1;
455
+ -ms-flex: 1 0 auto;
456
+ flex: 1 0 auto;
457
+ cursor: pointer;
458
+ max-width: calc(100% - 154px);
459
+ }
460
+ .tutor-topic-title span {
461
+ padding: 0 5px;
462
+ }
463
+ .tutor-topic-title span.expand-collapse-wrap {
464
+ border-left: 1px solid #e7e7e7;
465
+ }
466
+ .rtl .tutor-topic-title span.expand-collapse-wrap {
467
+ border-left: none;
468
+ border-right: 1px solid #e7e7e7;
469
+ }
470
+ .tutor-topic-title span.expand-collapse-wrap a {
471
+ display: block;
472
+ padding: 0 13px;
473
+ }
474
+ .topic-delete-btn {
475
+ float: right;
476
+ }
477
+ .text-muted {
478
+ color: #cccccc;
479
+ }
480
+ .topic-delete-btn a {
481
+ padding: 0 10px;
482
+ }
483
+ .topic-delete-btn a:hover {
484
+ color: #ff0000;
485
+ }
486
+ .topic-delete-btn .dashicons {
487
+ width: 12px;
488
+ height: 12px;
489
+ font-size: 12px;
490
+ }
491
+
492
+ #tutor-course-topics {
493
+ position: relative;
494
+ }
495
+ #tutor-course-topics .inside {
496
+ padding: 0;
497
+ margin: 0;
498
+ }
499
+ #tutor-course-topics a:focus {
500
+ box-shadow: none;
501
+ }
502
+ #tutor-course-topics .toggle-indicator:before {
503
+ margin-top: 20px;
504
+ }
505
+ .tutor-course-builder-header {
506
+ line-height: 50px;
507
+ position: absolute;
508
+ top: -69px;
509
+ right: 40px;
510
+ }
511
+ .rtl .tutor-course-builder-header {
512
+ right: auto;
513
+ left: 40px;
514
+ }
515
+ .tutor-topics-wrap:nth-child(2n) {
516
+ background: #f8f8f8;
517
+ }
518
+ #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body {
519
+ background: #ebeef0;
520
+ padding: 15px 20px;
521
+ }
522
+ /*#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .create-lesson-in-topic-btn,*/
523
+ /*#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor-add-quiz-btn,*/
524
+ /*#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor-create-assignments-btn*/
525
+ /*
526
+ .tutor-course-builder-button{
527
+ line-height: 35px;
528
+ color: #393c40;
529
+ display: inline-block;
530
+ padding: 0 20px;
531
+ border-radius: 2px;
532
+ margin-right: 10px;
533
+ border: 1px solid #d3d4d5;
534
+ background-color: #f2f2f2;
535
+ cursor: pointer;
536
+ vertical-align: top;
537
+ transition: 200ms;
538
+ }
539
+
540
+ .tutor-course-builder-button.tutor-updating-message i{
541
+ display: none;
542
+ }
543
+
544
+ .tutor-course-builder-button.tutor-btn-lg{
545
+ line-height: 40px;
546
+ }
547
+
548
+ .tutor-course-builder-button.active,
549
+ .tutor-course-builder-button:hover{
550
+ color: #fff;
551
+ background: var(--tutor-primary-color);
552
+ border-color: var(--tutor-primary-color);
553
+ }
554
+
555
+
556
+ .tutor-course-builder-button.active:hover{
557
+ background: #393C40;
558
+ border-color: #393c40;
559
+ }
560
+
561
+ .tutor-course-builder-button i{
562
+ color: var(--tutor-primary-color);
563
+ vertical-align: middle;
564
+ margin-right: 5px;
565
+ font-size: 16px;
566
+ }
567
+
568
+ .tutor-course-builder-button.active i,
569
+ .tutor-course-builder-button:hover i{
570
+ color: #fff;
571
+ }
572
+
573
+ */
574
+
575
+ .single_add_to_cart_button,
576
+ a.tutor-button,
577
+ .tutor-button,
578
+ a.tutor-btn,
579
+ .tutor-btn {
580
+ color: #fff;
581
+ border: 1px solid var(--tutor-primary-color);
582
+ background-color: var(--tutor-primary-color);
583
+ display: inline-block;
584
+ padding: 12px 18px;
585
+ border-radius: 4px;
586
+ text-transform: capitalize;
587
+ line-height: 20px;
588
+ font-size: 14px;
589
+ font-weight: 500;
590
+ cursor: pointer;
591
+ transition: 300ms;
592
+ overflow: hidden;
593
+ vertical-align: top;
594
+ }
595
+
596
+ .single_add_to_cart_button i,
597
+ a.tutor-button i,
598
+ .tutor-button i,
599
+ a.tutor-btn i,
600
+ .tutor-btn i {
601
+ float: left;
602
+ line-height: 20px;
603
+ margin-right: 7px;
604
+ font-size: 20px;
605
+ }
606
+
607
+ a.tutor-button.default-btn i,
608
+ .tutor-button.default-btn i,
609
+ a.tutor-btn.default-btn i,
610
+ .tutor-btn.default-btn i {
611
+ color: var(--tutor-primary-color);
612
+ }
613
+
614
+ a.tutor-button.bordered-button,
615
+ .tutor-button.bordered-button,
616
+ a.tutor-btn.bordered-btn,
617
+ .tutor-btn.bordered-btn {
618
+ color: var(--tutor-primary-color);
619
+ border: 1px solid var(--tutor-primary-color);
620
+ background-color: transparent;
621
+ }
622
+
623
+ a.tutor-button:hover,
624
+ .tutor-button:hover,
625
+ a.tutor-btn:hover,
626
+ .tutor-btn:hover {
627
+ background-color: var(--tutor-primary-hover-color);
628
+ border-color: var(--tutor-primary-hover-color);
629
+ color: #fff;
630
+ }
631
+
632
+ a.tutor-button:hover i,
633
+ .tutor-button:hover i,
634
+ a.tutor-btn:hover i,
635
+ .tutor-btn:hover i {
636
+ color: #fff;
637
+ }
638
+
639
+ a.tutor-button.default-btn,
640
+ .tutor-button.default-btn,
641
+ a.tutor-btn.default-btn,
642
+ .tutor-btn.default-btn {
643
+ color: #393c40;
644
+ border: 1px solid #b8babe;
645
+ background: #fff;
646
+ }
647
+
648
+ a.tutor-button.default-btn:hover,
649
+ .tutor-button.default-btn:hover,
650
+ a.tutor-btn.default-btn:hover,
651
+ .tutor-btn.default-btn:hover {
652
+ background-color: var(--tutor-primary-color);
653
+ border-color: var(--tutor-primary-color);
654
+ color: #fff;
655
+ }
656
+
657
+ .tutor-add-quiz-button-wrap > * + * {
658
+ margin-left: 15px;
659
+ }
660
+
661
+ a.tutor-button.bordered-button:hover,
662
+ .tutor-button.bordered-button:hover,
663
+ a.tutor-btn.bordered-btn:hover,
664
+ .tutor-btn.bordered-btn:hover {
665
+ border: 1px solid var(--tutor-primary-color);
666
+ background-color: var(--tutor-primary-color);
667
+ }
668
+
669
+ .tutor-updating-message i {
670
+ display: none;
671
+ }
672
+
673
+ .tutor-button.tutor-danger {
674
+ background-color: #e53935;
675
+ border-color: #e53935;
676
+ }
677
+ .tutor-button.tutor-danger:hover {
678
+ background-color: #e53935;
679
+ border-color: #e53935;
680
+ filter: brightness(0.9);
681
+ }
682
+ .tutor-button.tutor-success {
683
+ background: var(--tutor-success-button-color);
684
+ border-color: var(--tutor-success-button-color);
685
+ }
686
+
687
+ .tutor-button.tutor-success:hover {
688
+ background: var(--tutor-success-button-color);
689
+ border-color: var(--tutor-success-button-color);
690
+ filter: brightness(0.9);
691
+ }
692
+
693
+ /**
694
+ Instructor
695
+ */
696
+ .tutor-required-fields {
697
+ color: #f13a3a;
698
+ }
699
+ /**
700
+ Meta Box Heading
701
+ */
702
+ #tutor-course-topics h2,
703
+ #tutor-instructors h2 {
704
+ padding: 15px;
705
+ line-height: 30px;
706
+ }
707
+ #tutor-course-topics h2:before,
708
+ #tutor-instructors h2:before {
709
+ color: var(--tutor-primary-color);
710
+ font-family: "tutor" !important;
711
+ speak: none;
712
+ font-style: normal;
713
+ font-weight: normal;
714
+ font-variant: normal;
715
+ text-transform: none;
716
+ line-height: 1;
717
+ -webkit-font-smoothing: antialiased;
718
+ -moz-osx-font-smoothing: grayscale;
719
+ margin-right: 10px;
720
+ }
721
+ #tutor-course-topics h2:before {
722
+ content: "\e936";
723
+ }
724
+ #tutor-instructors h2:before {
725
+ content: "\e93c";
726
+ }
727
+ /**
728
+ End Metabox Heading
729
+ */
730
+
731
+ /**
732
+ Video MetaBox
733
+ */
734
+
735
+ .tutor-video-metabox-wrap {
736
+ margin-bottom: 50px;
737
+ }
738
+ .video-metabox-source-input-wrap {
739
+ /*padding: 30px;*/
740
+ /*background-color: #F4F7F8;*/
741
+ /*border: 1px solid #DCDFE5;*/
742
+ /*border-radius: 3px;*/
743
+ }
744
+ .video-metabox-source-html5-upload {
745
+ background-color: #fff;
746
+ text-align: center;
747
+ padding: 40px 20px;
748
+ border: 1px solid #dcdfe5;
749
+ border-radius: 3px;
750
+ }
751
+ .video-metabox-source-html5-upload p {
752
+ margin-bottom: 5px;
753
+ }
754
+ .tutor-video-metabox-wrap p {
755
+ margin: 0;
756
+ padding: 0;
757
+ }
758
+ .video-metabox-source-html5-upload .video-upload-icon i {
759
+ font-size: 50px;
760
+ color: #1b52d8;
761
+ line-height: 45px;
762
+ }
763
+ .video_source_upload_wrap_html5 {
764
+ margin-top: 10px;
765
+ }
766
+ .video-metabox-source-html5-poster {
767
+ padding-top: 20px;
768
+ }
769
+ .video_source_wrap_html5 {
770
+ width: 100%;
771
+ }
772
+ .button-transparent {
773
+ background: transparent !important;
774
+ }
775
+ .button-transparent:hover {
776
+ background: var(--tutor-primary-color) !important;
777
+ }
778
+ .builder-course-thumbnail-upload-wrap .button-transparent {
779
+ float: right;
780
+ }
781
+
782
+ .html5-video-poster img {
783
+ height: 100%;
784
+ width: auto;
785
+ }
786
+ .html5-video-poster {
787
+ height: 100px;
788
+ display: -webkit-box;
789
+ display: -ms-flexbox;
790
+ display: flex;
791
+ -webkit-box-align: center;
792
+ -ms-flex-align: center;
793
+ align-items: center;
794
+ }
795
+
796
+ .html5-video-poster .tutor-builder-course-video-poster-text {
797
+ text-align: left;
798
+ padding-left: 20px;
799
+ }
800
+ .rtl .html5-video-poster .tutor-builder-course-video-poster-text {
801
+ padding-left: 0;
802
+ padding-right: 20px;
803
+ }
804
+ .html5-video-poster .tutor-builder-course-video-poster-text h5 {
805
+ font-size: 14px;
806
+ font-weight: 700;
807
+ margin: 0 0 5px;
808
+ }
809
+
810
+ .html5-video-poster .tutor-builder-course-video-poster-text span {
811
+ font-size: 14px;
812
+ font-weight: 400;
813
+ }
814
+
815
+ .html5-video-poster img {
816
+ height: 100%;
817
+ width: auto;
818
+ }
819
+ /** END Video metabox */
820
+
821
+ .builder-course-thumbnail-img-src {
822
+ position: relative;
823
+ }
824
+ .builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn {
825
+ position: absolute;
826
+ top: 12px;
827
+ left: 15px;
828
+ color: #e53935;
829
+ -webkit-transition: 300ms;
830
+ transition: 300ms;
831
+ text-decoration: none;
832
+ }
833
+ .video-metabox-source-html5-poster .tutor-row {
834
+ display: flex;
835
+ flex-wrap: wrap;
836
+ justify-content: space-between;
837
+ align-items: center;
838
+ }
839
+ .video-metabox-source-html5-poster .tutor-row .tutor-col-5 {
840
+ width: 38%;
841
+ }
842
+ .video-metabox-source-html5-poster .tutor-col-7 {
843
+ width: 62%;
844
+ }
845
+
846
+ .video-metabox-source-html5-poster
847
+ .tutor-row
848
+ .tutor-course-thumbnail-upload-btn {
849
+ margin: 10px 0;
850
+ }
851
+
852
+ .tutor-course-builder-attachements * {
853
+ box-sizing: border-box;
854
+ }
855
+
856
+ .tutor-course-builder-attachements {
857
+ display: flex;
858
+ margin-left: -20px;
859
+ flex-wrap: wrap;
860
+ box-sizing: border-box;
861
+ padding: 0 0 10px;
862
+ }
863
+ .tutor-course-builder-attachements:empty {
864
+ display: none;
865
+ }
866
+ .tutor-course-builder-attachements .tutor-added-attachment {
867
+ flex: 0 0 153px;
868
+ max-width: 153px;
869
+ border: 1px solid #dcdfe5;
870
+ padding: 35px 20px 20px;
871
+ position: relative;
872
+ text-align: center;
873
+ margin-left: 20px;
874
+ margin-bottom: 20px;
875
+ border-radius: 4px;
876
+ transition: 300ms;
877
+ min-width: 153px;
878
+ }
879
+ .tutor-course-builder-attachements.is-lesson .tutor-added-attachment {
880
+ }
881
+ .tutor-course-builder-attachements .tutor-added-attachment i {
882
+ font-size: 58px;
883
+ line-height: 58px;
884
+ margin-bottom: 25px;
885
+ display: block;
886
+ }
887
+ .tutor-course-builder-attachements
888
+ .tutor-added-attachment
889
+ .tutor-delete-attachment {
890
+ position: absolute;
891
+ height: 22px;
892
+ width: 22px;
893
+ border: 1px solid #dcdfe5;
894
+ text-align: center;
895
+ line-height: 22px;
896
+ top: -1px;
897
+ right: -1px;
898
+ font-size: 10px;
899
+ border-top-right-radius: 4px;
900
+ color: #d71830;
901
+ opacity: 0;
902
+ transition: 300ms;
903
+ text-decoration: none;
904
+ }
905
+ .tutor-course-builder-attachements .tutor-added-attachment:hover,
906
+ .tutor-course-builder-attachements
907
+ .tutor-added-attachment:hover
908
+ .tutor-delete-attachment {
909
+ border-color: #d71830;
910
+ opacity: 1;
911
+ }
912
+ .tutor-course-builder-attachements .tutor-added-attachment span {
913
+ display: block;
914
+ }
915
+ .tutor-course-builder-attachements .tutor-added-attachment span a {
916
+ font-size: 14px;
917
+ display: block;
918
+ line-height: 20px;
919
+ color: #606c8f;
920
+ text-decoration: none;
921
+ }
922
+
923
+ .tutor-course-builder-btn-group {
924
+ display: flex;
925
+ justify-content: space-between;
926
+ flex-wrap: wrap;
927
+ flex-direction: row-reverse;
928
+ }
929
+ .tutor-status-context {
930
+ padding: 5px 10px;
931
+ margin: 5px 0;
932
+ display: inline-block;
933
+ }
934
+ .tutor-status-pending-context,
935
+ .attempt_started {
936
+ background-color: #eeeeee;
937
+ }
938
+ a.tutor-button,
939
+ button.tutor-button {
940
+ white-space: nowrap;
941
+ padding: 10px 20px;
942
+ text-decoration: none;
943
+ /*margin-right: 20px;*/
944
+ }
945
+ a.tutor-button-small,
946
+ button.tutor-button-small {
947
+ white-space: nowrap;
948
+ padding: 5px 10px;
949
+ text-decoration: none;
950
+ }
951
+ .tutor-button-small,
952
+ a.tutor-button-small,
953
+ button.tutor-button-small {
954
+ font-size: 14px;
955
+ font-weight: 300;
956
+ border: none;
957
+ }
958
+ .tutor-button-small i,
959
+ a.tutor-button-small i,
960
+ button.tutor-button-small i {
961
+ font-size: 16px;
962
+ }
963
+ .tutor-button-primary {
964
+ background-color: var(--tutor-primary-color);
965
+ color: #ffffff;
966
+ display: inline-block;
967
+ border-radius: 2px;
968
+ font-size: 14px;
969
+ font-weight: 300;
970
+ border: none;
971
+ box-shadow: none;
972
+ cursor: pointer;
973
+ }
974
+ .tutor-button-primary:hover {
975
+ background-color: #2446a6;
976
+ }
977
+ .tutor-status-approved-context,
978
+ .tutor-button.button-success,
979
+ .tutor-status-completed {
980
+ background-color: var(--tutor-success-button-color);
981
+ color: #ffffff;
982
+ border-radius: 2px;
983
+ }
984
+ .tutor-status-blocked-context,
985
+ .attempt_timeout,
986
+ .tutor-button.button-danger {
987
+ background-color: #ff0000;
988
+ color: #ffffff;
989
+ border-radius: 2px;
990
+ }
991
+ .tutor-button.button-warning {
992
+ background-color: #ffb36d;
993
+ color: #ffffff;
994
+ }
995
+ .tutor-button {
996
+ border: 0;
997
+ box-shadow: none !important;
998
+ }
999
+ .tutor-button .dashicons {
1000
+ border: 0;
1001
+ box-shadow: none !important;
1002
+ line-height: inherit;
1003
+ }
1004
+ .tutor-status-approved-context,
1005
+ .tutor-status-blocked-context {
1006
+ display: inline-block;
1007
+ }
1008
+ table.tutor_status_table td.help {
1009
+ width: 1em;
1010
+ }
1011
+ table.tutor_status_table td:first-child {
1012
+ width: 25%;
1013
+ }
1014
+ table.tutor_status_table h2 {
1015
+ font-size: 16px;
1016
+ margin: 0;
1017
+ }
1018
+ table.tutor_status_table td mark.yes,
1019
+ table.tutor_status_table th mark.yes {
1020
+ color: var(--tutor-success-button-color);
1021
+ background-color: transparent;
1022
+ }
1023
+
1024
+ .tutor-text-avatar {
1025
+ border-radius: 50%;
1026
+ width: 40px;
1027
+ height: 40px;
1028
+ text-align: center;
1029
+ display: block;
1030
+ line-height: 40px;
1031
+ color: #ffffff;
1032
+ font-size: 14px;
1033
+ }
1034
+ .tutor_original_question {
1035
+ display: -webkit-box;
1036
+ display: -ms-flexbox;
1037
+ display: flex;
1038
+ margin-bottom: 5px;
1039
+ padding: 20px;
1040
+ }
1041
+ .tutor_original_question .question-left {
1042
+ -webkit-box-flex: 0;
1043
+ -ms-flex: 0 0 60px;
1044
+ flex: 0 0 60px;
1045
+ }
1046
+ .tutor_original_question .question-left img {
1047
+ max-width: 60px;
1048
+ height: auto;
1049
+ margin-right: 10px;
1050
+ border: 1px solid #eeee88;
1051
+ padding: 3px;
1052
+ }
1053
+ .question-right {
1054
+ width: 100%;
1055
+ }
1056
+ .tutor_admin_answers_list_wrap .tutor_original_question {
1057
+ margin-left: 50px;
1058
+ }
1059
+ .tutor-bg-white {
1060
+ background-color: #ffffff;
1061
+ }
1062
+ .tutor-bg-light {
1063
+ background-color: #fdfdfd;
1064
+ }
1065
+ .tutor-announcement {
1066
+ border: 1px solid #eee;
1067
+ padding: 10px;
1068
+ margin-bottom: 10px;
1069
+ }
1070
+ .announcement-delete-btn {
1071
+ float: right;
1072
+ }
1073
+ .announcement-delete-btn a {
1074
+ display: block;
1075
+ color: #393c40;
1076
+ padding: 0 6px;
1077
+ text-decoration: none;
1078
+ cursor: pointer;
1079
+ }
1080
+ .announcement-delete-btn a:hover {
1081
+ color: #ff0000;
1082
+ }
1083
+
1084
+ #tutor-announcements .submit {
1085
+ margin: 0;
1086
+ padding: 0;
1087
+ }
1088
+
1089
+ .tutor-label-success {
1090
+ background-color: var(--tutor-success-button-color);
1091
+ color: #ffffff;
1092
+ padding: 3px 7px;
1093
+ }
1094
+ .tutor-addons .plugin-card-bottom .plugin-version {
1095
+ display: inline-block;
1096
+ }
1097
+ .tutor-addons .addon-regular-price {
1098
+ color: #cccccc;
1099
+ padding: 3px;
1100
+ }
1101
+ .tutor-addons .addon-current-price {
1102
+ color: var(--tutor-success-button-color);
1103
+ font-size: 18px;
1104
+ padding: 3px;
1105
+ }
1106
+ .tutor-addons-last-checked-time {
1107
+ color: #6f5757 !important;
1108
+ }
1109
+ .tutor-addons .wp-filter {
1110
+ margin: 10px 0 0;
1111
+ }
1112
+ a.addon-buynow-link {
1113
+ background: var(--tutor-primary-color);
1114
+ color: #fff;
1115
+ padding: 5px 10px;
1116
+ display: inline-block;
1117
+ }
1118
+ /**
1119
+ Add-ons list
1120
+ */
1121
+ .tutor-addons-list {
1122
+ background-color: #fff;
1123
+ min-height: 500px;
1124
+ padding: 20px;
1125
+ }
1126
+ h3.addon-list-heading {
1127
+ background-color: #eeeeee;
1128
+ padding: 10px;
1129
+ }
1130
+ table.tutor-addons-list-table {
1131
+ width: 100%;
1132
+ }
1133
+ table.tutor-addons-list-table tr {
1134
+ }
1135
+ table.tutor-addons-list-table td,
1136
+ table.tutor-addons-list-table th {
1137
+ padding: 10px;
1138
+ border-bottom: 1px solid #eeeeee;
1139
+ text-align: left;
1140
+ }
1141
+ .tutor-addons-list .plugin-icon {
1142
+ height: 120px;
1143
+ }
1144
+ .tutor-addons-list .plugin-card .desc {
1145
+ margin-right: 0;
1146
+ }
1147
+ .tutor-addons-list .plugin-card .name {
1148
+ margin-right: 50px;
1149
+ }
1150
+ .btn-switch {
1151
+ display: inline-block;
1152
+ height: 22px;
1153
+ position: relative;
1154
+ width: 40px;
1155
+ }
1156
+ .btn-switch input {
1157
+ display: none;
1158
+ }
1159
+ .btn-slider {
1160
+ background-color: #ccc;
1161
+ bottom: 0;
1162
+ cursor: pointer;
1163
+ left: 0;
1164
+ position: absolute;
1165
+ right: 0;
1166
+ top: 0;
1167
+ -webkit-transition: 0.4s;
1168
+ transition: 0.4s;
1169
+ }
1170
+ .btn-slider:before {
1171
+ background-color: #fff;
1172
+ bottom: 3px;
1173
+ content: "";
1174
+ height: 16px;
1175
+ left: 4px;
1176
+ position: absolute;
1177
+ -webkit-transition: 0.4s;
1178
+ transition: 0.4s;
1179
+ width: 16px;
1180
+ }
1181
+ input:checked + .btn-slider {
1182
+ background-color: var(--tutor-primary-color);
1183
+ }
1184
+ input:checked + .btn-slider:before {
1185
+ -webkit-transform: translateX(16px);
1186
+ transform: translateX(16px);
1187
+ }
1188
+ .btn-slider.btn-round {
1189
+ border-radius: 34px;
1190
+ }
1191
+ .btn-slider.btn-round:before {
1192
+ border-radius: 50%;
1193
+ }
1194
+ .required-plugin-cards {
1195
+ background: #fff8e5;
1196
+ padding: 12px 20px;
1197
+ }
1198
+ .required-plugin-cards p {
1199
+ margin: 0;
1200
+ }
1201
+ /**
1202
+ Quiz-question
1203
+ */
1204
+ .quiz-question-form-wrap {
1205
+ margin-top: 20px;
1206
+ margin-bottom: 20px;
1207
+ }
1208
+ .quiz-question-flex-wrap,
1209
+ .tutor-flex-row {
1210
+ display: -webkit-box;
1211
+ display: -ms-flexbox;
1212
+ display: flex;
1213
+ -webkit-box-orient: horizontal;
1214
+ -webkit-box-direction: normal;
1215
+ -ms-flex-direction: row;
1216
+ flex-direction: row;
1217
+ }
1218
+ .tutor-flex-col {
1219
+ margin: 0 20px;
1220
+ }
1221
+ .tutor-flex-col:first-child {
1222
+ margin-left: 0;
1223
+ }
1224
+ .tutor-flex-col:last-child {
1225
+ margin-right: 0;
1226
+ }
1227
+ .tutor-add-question-wrap {
1228
+ margin: 20px 0;
1229
+ background-color: #f4f4f4;
1230
+ padding: 10px;
1231
+ }
1232
+ .tutor-add-question-wrap input[type="text"] {
1233
+ border: 1px solid #ddd;
1234
+ border-radius: 0;
1235
+ box-shadow: none;
1236
+ color: #333;
1237
+ display: inline-block;
1238
+ vertical-align: middle;
1239
+ padding: 7px 12px;
1240
+ margin: 0;
1241
+ width: 300px;
1242
+ min-height: 35px;
1243
+ }
1244
+ .tutor-add-question-wrap select {
1245
+ margin: 0;
1246
+ padding: 0;
1247
+ border-radius: 0;
1248
+ border: none;
1249
+ box-shadow: none;
1250
+ height: 35px;
1251
+ }
1252
+ .tutor-add-question-wrap .button {
1253
+ height: 35px;
1254
+ margin-left: 10px;
1255
+ }
1256
+ .question-actions-wrap {
1257
+ padding-right: 0 !important;
1258
+ }
1259
+ .question-actions-wrap a {
1260
+ display: inline-block;
1261
+ }
1262
+ .tutor-loading-icon-wrap.button {
1263
+ vertical-align: unset;
1264
+ border: none;
1265
+ background-color: transparent;
1266
+ box-shadow: none;
1267
+ }
1268
+
1269
+ .tutor-input-text-error {
1270
+ border: 1px solid #ff0000 !important;
1271
+ }
1272
+ .tutor-info-msg,
1273
+ .tutor-success-msg,
1274
+ .tutor-warning-msg,
1275
+ .tutor-error-msg {
1276
+ margin: 10px 0;
1277
+ padding: 10px;
1278
+ border-radius: 3px 3px 3px 3px;
1279
+ }
1280
+ .tutor-info-msg {
1281
+ color: var(--tutor-primary-color);
1282
+ background-color: #bef;
1283
+ border: 1px solid var(--tutor-primary-color);
1284
+ }
1285
+ .tutor-success-msg {
1286
+ color: var(--tutor-success-button-color);
1287
+ background-color: #dff2bf;
1288
+ border: 1px solid var(--tutor-success-button-color);
1289
+ }
1290
+ .tutor-warning-msg {
1291
+ color: #9f6000;
1292
+ background-color: #feefb3;
1293
+ border: 1px solid #9f6000;
1294
+ }
1295
+ .tutor-error-msg {
1296
+ color: #d8000c;
1297
+ background-color: #fbdcdc;
1298
+ border: 1px solid #d8000c;
1299
+ }
1300
+
1301
+ /**
1302
+ Quiz Modal
1303
+ */
1304
+
1305
+ .tutor-modal-wrap {
1306
+ opacity: 0;
1307
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1308
+ display: none;
1309
+ position: fixed;
1310
+ top: 0;
1311
+ left: 0;
1312
+ right: 0;
1313
+ bottom: 0;
1314
+ z-index: -1;
1315
+ background-color: rgba(0, 0, 0, 0.5);
1316
+ }
1317
+ .tutor-modal-wrap.show {
1318
+ display: -webkit-box;
1319
+ display: -ms-flexbox;
1320
+ display: flex;
1321
+ opacity: 1;
1322
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1323
+ z-index: 99999;
1324
+ -webkit-box-align: center;
1325
+ -ms-flex-align: center;
1326
+ align-items: center;
1327
+ -webkit-box-pack: center;
1328
+ -ms-flex-pack: center;
1329
+ justify-content: center;
1330
+ }
1331
+ .tutor-modal-wrap.loading .tutor-modal-content:before {
1332
+ position: absolute;
1333
+ top: 0;
1334
+ left: 0;
1335
+ right: 0;
1336
+ bottom: 0;
1337
+ display: block;
1338
+ content: "";
1339
+ z-index: 9;
1340
+ background: url("../images/spinner.gif") no-repeat center center;
1341
+ }
1342
+ .tutor-modal-wrap .tutor-modal-content {
1343
+ max-height: 90%;
1344
+ overflow-y: auto;
1345
+ overflow-x: hidden;
1346
+ background-color: #fff;
1347
+ max-width: 730px;
1348
+ margin: 0;
1349
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1350
+ position: relative;
1351
+ -webkit-transition: all 200ms ease-out;
1352
+ transition: all 200ms ease-out;
1353
+ width: 90%;
1354
+ }
1355
+
1356
+ .admin-bar .tutor-modal-wrap .tutor-modal-content {
1357
+ max-height: calc(90% - 32px);
1358
+ margin-top: 32px;
1359
+ }
1360
+
1361
+ .admin-bar.mceContentBody .tutor-modal-wrap .tutor-modal-content {
1362
+ max-height: calc(90% - 88px);
1363
+ margin-top: 88px;
1364
+ }
1365
+
1366
+ .tutor-modal-wrap .modal-footer {
1367
+ padding: 20px;
1368
+ border-top: 1px solid #eee;
1369
+ }
1370
+ .tutor-modal-wrap .modal-container {
1371
+ min-height: 200px;
1372
+ padding: 20px;
1373
+ }
1374
+ .tutor-modal-wrap .modal-container p {
1375
+ margin: 5px 0 15px;
1376
+ }
1377
+
1378
+ .tutor-instructors-modal-wrap.tutor-modal-wrap .modal-container {
1379
+ padding: 20px;
1380
+ background: #fff;
1381
+ min-height: auto;
1382
+ }
1383
+
1384
+ .tutor-modal-wrap .modal-header {
1385
+ display: -webkit-box;
1386
+ display: -ms-flexbox;
1387
+ display: flex;
1388
+ }
1389
+ .tutor-modal-wrap .search-bar {
1390
+ -ms-flex-preferred-size: 0;
1391
+ flex-basis: 0;
1392
+ -webkit-box-flex: 1;
1393
+ -ms-flex-positive: 1;
1394
+ flex-grow: 1;
1395
+ padding-top: 10px;
1396
+ padding-left: 20px;
1397
+ padding-right: 20px;
1398
+ }
1399
+ .tutor-modal-wrap .search-bar input[type="text"] {
1400
+ width: 100%;
1401
+ border: 1px solid #eee;
1402
+ box-shadow: none;
1403
+ padding: 10px;
1404
+ }
1405
+
1406
+ .tutor-modal-wrap .modal-title {
1407
+ -ms-flex-preferred-size: 0;
1408
+ flex-basis: 0;
1409
+ -webkit-box-flex: 1;
1410
+ -ms-flex-positive: 1;
1411
+ flex-grow: 1;
1412
+ }
1413
+ .tutor-modal-wrap a.modal-close-btn {
1414
+ background: #ffffff;
1415
+ width: 50px;
1416
+ height: 59px;
1417
+ display: inline-block;
1418
+ text-align: center;
1419
+ line-height: 57px;
1420
+ color: #3a3d42;
1421
+ font-size: 15px;
1422
+ position: absolute;
1423
+ right: 0;
1424
+ top: 0;
1425
+ text-decoration: none;
1426
+ }
1427
+ .tutor-modal-wrap .modal-header {
1428
+ padding: 15px 20px;
1429
+ border-bottom: 1px solid #eeeff1;
1430
+ padding-right: 50px;
1431
+ align-items: center;
1432
+ }
1433
+
1434
+ .tutor-modal-wrap .modal-header .tutor-classic-editor-btn {
1435
+ color: var(--tutor-primary-color);
1436
+ }
1437
+
1438
+ .tutor-modal-wrap .modal-header h1 {
1439
+ padding: 0;
1440
+ margin: 0;
1441
+ line-height: 30px;
1442
+ font-size: 23px;
1443
+ }
1444
+ .tutor-modal-wrap .modal-container {
1445
+ background-color: #f1f1f1;
1446
+ padding: 0;
1447
+ }
1448
+ #tutor-quiz-modal-tab-items-wrap {
1449
+ background-color: #fff;
1450
+ font-size: 0;
1451
+ overflow: hidden;
1452
+ }
1453
+ #tutor-quiz-builder-modal-tabs-container {
1454
+ padding: 20px;
1455
+ }
1456
+ #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item {
1457
+ padding: 15px 25px;
1458
+ display: inline-block;
1459
+ color: #393c40;
1460
+ border-left: 1px solid #f1f1f1;
1461
+ font-size: 14px;
1462
+ overflow: hidden;
1463
+ line-height: 17px;
1464
+ vertical-align: middle;
1465
+ }
1466
+ #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active {
1467
+ background-color: #f1f1f1;
1468
+ }
1469
+ #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item i {
1470
+ float: left;
1471
+ font-size: 17px;
1472
+ line-height: 1;
1473
+ margin-right: 5px;
1474
+ }
1475
+ #tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active i {
1476
+ color: var(--tutor-primary-color);
1477
+ }
1478
+ .quiz-modal-tab-navigation-btn {
1479
+ padding: 10px 20px;
1480
+ border-radius: 3px;
1481
+ }
1482
+ .quiz-modal-btn-next,
1483
+ .quiz-modal-btn-next:focus,
1484
+ .quiz-modal-btn-first-step,
1485
+ .quiz-modal-btn-first-step:focus,
1486
+ .quiz-modal-question-save-btn,
1487
+ .quiz-modal-question-save-btn:focus,
1488
+ .quiz-modal-settings-save-btn,
1489
+ .quiz-modal-settings-save-btn:focus {
1490
+ background-color: var(--tutor-primary-color);
1491
+ color: #ffffff;
1492
+ }
1493
+ .quiz-modal-btn-next:hover,
1494
+ .quiz-modal-btn-first-step:hover,
1495
+ .quiz-modal-question-save-btn:hover,
1496
+ .quiz-modal-settings-save-btn:hover {
1497
+ color: #ffffff;
1498
+ }
1499
+ .quiz-modal-btn-cancel,
1500
+ .quiz-modal-btn-back {
1501
+ color: #4b5981;
1502
+ border: 1px solid #d4dadb;
1503
+ }
1504
+ .tutor-quiz-builder-form-row .quiz-form-warning {
1505
+ color: #e88e06;
1506
+ }
1507
+ .tutor-assignment-builder-modal-wrap .modal-container {
1508
+ padding: 10px;
1509
+ }
1510
+ .assignment-modal-form-wrap
1511
+ .tutor-option-field.tutor-assignment-modal-title-wrap {
1512
+ margin: 0;
1513
+ }
1514
+ .tutor-quiz-question-answers-form {
1515
+ background-color: #fff;
1516
+ padding: 20px;
1517
+ -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
1518
+ transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
1519
+ border: 1px solid #dedede;
1520
+ border-radius: 3px;
1521
+ margin-bottom: 20px;
1522
+ }
1523
+ .advanced-options-tab-item {
1524
+ float: right;
1525
+ }
1526
+
1527
+ .modal-container .modal-classic-btn-wrap {
1528
+ position: absolute;
1529
+ right: 45px;
1530
+ top: 20px;
1531
+ }
1532
+ .rtl .modal-container .modal-classic-btn-wrap {
1533
+ left: 20px;
1534
+ right: auto;
1535
+ }
1536
+ .modal-container .modal-classic-btn-wrap .tutor-classic-editor-btn {
1537
+ color: var(--tutor-primary-color);
1538
+ }
1539
+
1540
+ /** Tutor Quiz Modal Form */
1541
+
1542
+ /*notice*/
1543
+ .tutor-quiz-builder-modal-tabs-notice {
1544
+ background: #d8d8d8;
1545
+ line-height: 20px;
1546
+ padding: 10px 30px;
1547
+ color: #a4a4a4;
1548
+ }
1549
+ #tutor-course-topics .tutor-quiz-builder-modal-tabs-notice a {
1550
+ color: #a4a4a4;
1551
+ text-decoration: underline;
1552
+ }
1553
+ /*end notice*/
1554
+
1555
+ /* .tutor-quiz-builder-group */
1556
+
1557
+ .tutor-quiz-builder-group {
1558
+ margin-bottom: 25px;
1559
+ }
1560
+
1561
+ .tutor-quiz-builder-group > p.warning {
1562
+ color: red;
1563
+ font-size: 12px;
1564
+ }
1565
+ .tutor-quiz-builder-group > p.help {
1566
+ color: #a4a4a4;
1567
+ font-size: 12px;
1568
+ margin-top: 7px;
1569
+ }
1570
+
1571
+ .tutor-quiz-builder-group h4 {
1572
+ font-size: 14px;
1573
+ color: #393c40;
1574
+ font-weight: 600;
1575
+ margin: 0 0 15px;
1576
+ }
1577
+
1578
+ .tutor-quiz-builder-row {
1579
+ display: -webkit-box;
1580
+ display: -ms-flexbox;
1581
+ display: flex;
1582
+ -webkit-box-align: center;
1583
+ -ms-flex-align: center;
1584
+ align-items: center;
1585
+ margin-left: -10px;
1586
+ margin-right: -10px;
1587
+ }
1588
+
1589
+ .tutor-quiz-builder-col {
1590
+ padding-left: 10px;
1591
+ padding-right: 10px;
1592
+ -webkit-box-flex: 1;
1593
+ -ms-flex-positive: 1;
1594
+ flex-grow: 1;
1595
+ }
1596
+ .tutor-quiz-builder-col.auto-width {
1597
+ -webkit-box-flex: 0;
1598
+ -ms-flex: 0 0 auto;
1599
+ flex: 0 0 auto;
1600
+ }
1601
+
1602
+ .tutor-quiz-builder-group textarea,
1603
+ .tutor-quiz-builder-group input[type="text"],
1604
+ .tutor-quiz-builder-group input[type="email"],
1605
+ .tutor-quiz-builder-group input[type="number"],
1606
+ .tutor-quiz-builder-group input[type="password"] {
1607
+ line-height: 40px;
1608
+ padding: 5px 0;
1609
+ text-indent: 15px;
1610
+ background: #fff;
1611
+ display: inline-block;
1612
+ border: 1px solid #dedede;
1613
+ border-radius: 3px;
1614
+ box-shadow: none;
1615
+ height: 40px;
1616
+ margin: 0;
1617
+ width: 100%;
1618
+ color: #393c40;
1619
+ font-size: 14px;
1620
+ }
1621
+ .tutor-quiz-builder-group textarea:focus,
1622
+ .tutor-quiz-builder-group input[type="text"]:focus,
1623
+ .tutor-quiz-builder-group input[type="email"]:focus,
1624
+ .tutor-quiz-builder-group input[type="number"]:focus,
1625
+ .tutor-quiz-builder-group input[type="password"]:focus {
1626
+ border-color: var(--tutor-primary-color);
1627
+ }
1628
+
1629
+ .tutor-quiz-builder-group textarea {
1630
+ height: 80px;
1631
+ resize: none;
1632
+ text-indent: 0;
1633
+ padding: 11px 15px;
1634
+ line-height: 22px;
1635
+ }
1636
+
1637
+ .tutor-quiz-builder-group textarea[name="quiz_description"] {
1638
+ height: 150px;
1639
+ }
1640
+
1641
+ .tutor-quiz-builder-group select {
1642
+ border: 1px solid #ccc;
1643
+ box-shadow: none;
1644
+ height: 42px !important;
1645
+ padding: 0 12px !important;
1646
+ margin: 0;
1647
+ }
1648
+
1649
+ .tutor-quiz-builder-modal-control-btn-group {
1650
+ display: -webkit-box;
1651
+ display: -ms-flexbox;
1652
+ display: flex;
1653
+ margin-top: 20px;
1654
+ }
1655
+
1656
+ .question_form_inner {
1657
+ padding: 0 20px 20px;
1658
+ margin-top: 0;
1659
+ }
1660
+
1661
+ .tutor-quiz-builder-modal-control-btn-group .quiz-builder-btn-group-left {
1662
+ -webkit-box-flex: 1;
1663
+ -ms-flex: 1;
1664
+ flex: 1;
1665
+ }
1666
+ .tutor-quiz-builder-modal-control-btn-group .quiz-modal-tab-navigation-btn {
1667
+ display: inline-block;
1668
+ }
1669
+ .tutor-quiz-builder-modal-control-btn-group
1670
+ .quiz-modal-tab-navigation-btn:not(:last-child) {
1671
+ margin-right: 6px;
1672
+ }
1673
+ .modal-container .tutor-quiz-add-question-btn {
1674
+ border: 1px solid #c6c9cf;
1675
+ padding: 10px 15px;
1676
+ color: #393c40;
1677
+ display: inline-block;
1678
+ border-radius: 3px;
1679
+ }
1680
+ .modal-container .tutor-quiz-add-question-btn i {
1681
+ color: var(--tutor-primary-color);
1682
+ line-height: 16px;
1683
+ margin-right: 3px;
1684
+ }
1685
+
1686
+ .quiz-form-field-col {
1687
+ margin-right: 20px;
1688
+ }
1689
+ .quiz-form-field-col.result-fail {
1690
+ width: 100%;
1691
+ }
1692
+ .quiz-modal-switch-field {
1693
+ display: -webkit-box;
1694
+ display: -ms-flexbox;
1695
+ display: flex;
1696
+ margin-top: 30px;
1697
+ }
1698
+ .quiz-modal-switch-field label.btn-switch {
1699
+ margin-right: 20px;
1700
+ position: relative;
1701
+ }
1702
+
1703
+ label.btn-switch input:checked + .btn-slider {
1704
+ background-color: var(--tutor-success-button-color);
1705
+ }
1706
+
1707
+ .btn-switch + span {
1708
+ line-height: 24px;
1709
+ display: inline-block;
1710
+ margin-left: 8px;
1711
+ font-weight: 700;
1712
+ font-size: 14px;
1713
+ }
1714
+
1715
+ .tutor-select {
1716
+ position: relative;
1717
+ }
1718
+ .tutor-select .select-header {
1719
+ border: 1px solid #dedede;
1720
+ margin: 0;
1721
+ padding: 10px;
1722
+ width: 100%;
1723
+ box-shadow: none;
1724
+ background-color: #fff;
1725
+ display: -webkit-box;
1726
+ display: -ms-flexbox;
1727
+ display: flex;
1728
+ cursor: pointer;
1729
+ box-sizing: border-box;
1730
+ border-radius: 3px;
1731
+ }
1732
+ .tutor-select .select-header .lead-option {
1733
+ -webkit-box-flex: 1;
1734
+ -ms-flex: 1;
1735
+ flex: 1;
1736
+ }
1737
+ .tutor-select .select-header .select-dropdown {
1738
+ line-height: 22px;
1739
+ }
1740
+ .tutor-select .select-header .lead-option .question-type-pro {
1741
+ display: none;
1742
+ }
1743
+ .tutor-select .tutor-select-options {
1744
+ border: 1px solid #dedede;
1745
+ background-color: #fff;
1746
+ padding: 22px 10px 8px;
1747
+ width: calc(100% - 22px);
1748
+ position: absolute;
1749
+ font-size: 0;
1750
+ z-index: 9;
1751
+ display: -webkit-box;
1752
+ display: -ms-flexbox;
1753
+ display: flex;
1754
+ -ms-flex-wrap: wrap;
1755
+ flex-wrap: wrap;
1756
+ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
1757
+ top: 55px;
1758
+ border-radius: 3px;
1759
+ }
1760
+ .tutor-select .tutor-select-options .tutor-select-option {
1761
+ width: calc(33.3333% - 22px);
1762
+ display: inline-block;
1763
+ padding: 9px;
1764
+ cursor: pointer;
1765
+ position: relative;
1766
+ box-sizing: border-box;
1767
+ margin: 0 11px 15px;
1768
+ border: 1px solid #e2e2e2;
1769
+ border-radius: 3px;
1770
+ }
1771
+ .tutor-select .tutor-select-options .tutor-select-option:hover {
1772
+ border-color: var(--tutor-primary-color);
1773
+ }
1774
+ .question-type-pro {
1775
+ color: #fff;
1776
+ font-size: 9px;
1777
+ right: 11px;
1778
+ position: absolute;
1779
+ top: 50%;
1780
+ -webkit-transform: translateY(-50%);
1781
+ transform: translateY(-50%);
1782
+ }
1783
+ i.tutor-icon-block {
1784
+ padding: 0;
1785
+ color: #fff;
1786
+ border-radius: 3px;
1787
+ margin-right: 2px;
1788
+ display: inline-block;
1789
+ width: 22px;
1790
+ height: 22px;
1791
+ text-align: center;
1792
+ line-height: 22px;
1793
+ }
1794
+ i.tutor-icon-block.tutor-icon-short-ans {
1795
+ background-color: #f37512;
1796
+ }
1797
+ i.tutor-icon-block.tutor-icon-image-ans {
1798
+ background-color: #a322f9;
1799
+ }
1800
+ i.tutor-icon-block.tutor-icon-yes-no {
1801
+ background-color: var(--tutor-primary-color);
1802
+ }
1803
+ i.tutor-icon-block.tutor-icon-multiple-choice {
1804
+ background-color: #9034a9;
1805
+ }
1806
+ i.tutor-icon-block.tutor-icon-mark {
1807
+ background-color: #00b890;
1808
+ }
1809
+ i.tutor-icon-block.tutor-icon-open-ended {
1810
+ background-color: #fe3129;
1811
+ }
1812
+ i.tutor-icon-block.tutor-icon-fill-gaps {
1813
+ background-color: #ffbf00;
1814
+ }
1815
+ i.tutor-icon-block.tutor-icon-answer-shorting {
1816
+ background-color: #f80089;
1817
+ }
1818
+ i.tutor-icon-block.tutor-icon-assesment {
1819
+ background-color: #274055;
1820
+ }
1821
+ i.tutor-icon-block.tutor-icon-matching {
1822
+ background-color: #8a4a1b;
1823
+ }
1824
+ i.tutor-icon-block.tutor-icon-image-matching {
1825
+ background-color: #8a4a1b;
1826
+ }
1827
+ i.tutor-icon-block.tutor-icon-ordering {
1828
+ background-color: var(--tutor-primary-color);
1829
+ }
1830
+ i.tutor-icon-block.tutor-icon-plus-square-button,
1831
+ i.tutor-icon-block.tutor-icon-plus {
1832
+ background-color: var(--tutor-success-button-color);
1833
+ }
1834
+
1835
+ .create-lesson-in-topic-btn i.tutor-icon-block.tutor-icon-plus {
1836
+ background-color: var(--tutor-primary-color);
1837
+ }
1838
+
1839
+ a.back-to-quiz-questions-btn {
1840
+ font-size: 16px;
1841
+ font-weight: 300;
1842
+ color: #393c40;
1843
+ margin-bottom: 10px;
1844
+ display: block;
1845
+ }
1846
+
1847
+ a.back-to-quiz-questions-btn.tutor-updating-message i {
1848
+ display: none;
1849
+ }
1850
+
1851
+ .modal-container .quiz-questions-form {
1852
+ padding: 20px;
1853
+ }
1854
+
1855
+ #quiz-builder-tab-advanced-options
1856
+ .tutor-quiz-builder-form-cols-row
1857
+ .quiz-form-field-col:first-child {
1858
+ -webkit-box-flex: 0;
1859
+ -ms-flex: 0 0 150px;
1860
+ flex: 0 0 150px;
1861
+ }
1862
+ .question-form-header {
1863
+ margin-bottom: 20px;
1864
+ }
1865
+ .quiz-question-form-body {
1866
+ margin-bottom: 25px;
1867
+ }
1868
+ .quiz-builder-question-wrap {
1869
+ display: -webkit-box;
1870
+ display: -ms-flexbox;
1871
+ display: flex;
1872
+ margin-bottom: 15px;
1873
+ }
1874
+ .quiz-builder-question {
1875
+ -webkit-box-flex: 1;
1876
+ -ms-flex: 1;
1877
+ flex: 1;
1878
+ display: -webkit-box;
1879
+ display: -ms-flexbox;
1880
+ display: flex;
1881
+ background: #fff;
1882
+ padding: 10px;
1883
+ border: 1px solid #e2e2e2;
1884
+ border-radius: 3px;
1885
+ max-width: calc(100% - 52px);
1886
+ }
1887
+ .quiz-builder-question .question-sorting {
1888
+ margin-right: 10px;
1889
+ line-height: 22px;
1890
+ }
1891
+ .quiz-builder-question .question-sorting i {
1892
+ display: block;
1893
+ line-height: 24px;
1894
+ }
1895
+ .quiz-builder-question .question-edit-icon {
1896
+ line-height: 22px;
1897
+ }
1898
+ .quiz-builder-question
1899
+ .question-edit-icon
1900
+ .tutor-quiz-open-question-form.tutor-updating-message
1901
+ i {
1902
+ display: none;
1903
+ }
1904
+ .quiz-builder-question .question-title {
1905
+ -webkit-box-flex: 1;
1906
+ -ms-flex: 1;
1907
+ flex: 1;
1908
+ line-height: 22px;
1909
+ text-overflow: ellipsis;
1910
+ overflow: hidden;
1911
+ white-space: nowrap;
1912
+ margin-right: 10px;
1913
+ }
1914
+ .quiz-builder-question .question-icon {
1915
+ -webkit-box-flex: 0;
1916
+ -ms-flex: 0 0 155px;
1917
+ flex: 0 0 155px;
1918
+ }
1919
+ .quiz-builder-qustion-trash a {
1920
+ display: block;
1921
+ padding: 0 0 0 10px;
1922
+ font-size: 20px;
1923
+ color: rgba(57, 60, 64, 0.4);
1924
+ line-height: 44px;
1925
+ }
1926
+ .tutor-quiz-builder-modal-wrap .tutor-field-type-slider {
1927
+ border: 1px solid #dedede;
1928
+ padding: 20px 70px 20px 10px;
1929
+ background-color: #ffffff;
1930
+ position: relative;
1931
+ border-radius: 4px;
1932
+ }
1933
+ .tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-content {
1934
+ background-color: var(--tutor-primary-color);
1935
+ border: none;
1936
+ height: 4px;
1937
+ border-radius: 4px;
1938
+ }
1939
+ .tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-header {
1940
+ background: #dedede;
1941
+ border-radius: 4px;
1942
+ }
1943
+ .tutor-quiz-builder-modal-wrap
1944
+ .tutor-field-type-slider
1945
+ .ui-widget-content
1946
+ .ui-state-default {
1947
+ background-color: var(--tutor-primary-color);
1948
+ border: 1px solid var(--tutor-primary-color);
1949
+ border-radius: 50%;
1950
+ }
1951
+ .tutor-quiz-builder-modal-wrap
1952
+ .tutor-field-type-slider
1953
+ .tutor-field-type-slider-value {
1954
+ font-size: 16px;
1955
+ font-weight: 600;
1956
+ background: var(--tutor-primary-color);
1957
+ position: absolute;
1958
+ right: 5px;
1959
+ top: 50%;
1960
+ margin: 0;
1961
+ -webkit-transform: translateY(-50%);
1962
+ transform: translateY(-50%);
1963
+ line-height: 34px;
1964
+ width: 43px;
1965
+ text-align: center;
1966
+ border-radius: 4px;
1967
+ color: #fff;
1968
+ }
1969
+ .tutor-quiz-builder-modal-wrap
1970
+ .tutor-field-type-slider
1971
+ .tutor-field-type-slider-value:before {
1972
+ content: "";
1973
+ position: absolute;
1974
+ border: 7px solid transparent;
1975
+ top: 50%;
1976
+ border-right-color: var(--tutor-primary-color);
1977
+ right: 100%;
1978
+ -webkit-transform: translateY(-50%);
1979
+ transform: translateY(-50%);
1980
+ }
1981
+ .tutor-quiz-answer-wrap {
1982
+ display: -webkit-box;
1983
+ display: -ms-flexbox;
1984
+ display: flex;
1985
+ }
1986
+ .tutor-quiz-answer {
1987
+ background-color: #fff;
1988
+ -webkit-box-flex: 1;
1989
+ -ms-flex: 1;
1990
+ flex: 1;
1991
+ padding: 10px 15px;
1992
+ border: 1px solid #dedede;
1993
+ display: -webkit-box;
1994
+ display: -ms-flexbox;
1995
+ display: flex;
1996
+ line-height: 22px;
1997
+ border-radius: 3px;
1998
+ margin-bottom: 15px;
1999
+ }
2000
+ .tutor-quiz-answer .tutor-quiz-answer-edit a {
2001
+ display: block;
2002
+ padding: 0px 9px;
2003
+ }
2004
+ .tutor-quiz-answer-trash-wrap a.answer-trash-btn {
2005
+ padding: 0 10px;
2006
+ display: inline-block;
2007
+ line-height: 44px;
2008
+ }
2009
+ span.tutor-quiz-answer-title {
2010
+ -webkit-box-flex: 1;
2011
+ -ms-flex: 1;
2012
+ flex: 1;
2013
+ }
2014
+ .tutor-quiz-answer-media .option-media-preview {
2015
+ margin-bottom: 20px;
2016
+ }
2017
+ .tutor-quiz-answer-media .option-media-preview img {
2018
+ max-width: 80px;
2019
+ height: auto;
2020
+ }
2021
+ .tutor-question-answer-image {
2022
+ margin-right: 10px;
2023
+ }
2024
+ .tutor-question-answer-image img {
2025
+ max-height: 25px;
2026
+ width: auto;
2027
+ }
2028
+ button#quiz-answer-save-btn,
2029
+ button#quiz-answer-edit-btn {
2030
+ background-color: var(--tutor-success-button-color);
2031
+ color: #fff;
2032
+ padding: 10px 15px;
2033
+ border: none;
2034
+ cursor: pointer;
2035
+ }
2036
+ button#quiz-answer-save-btn:hover,
2037
+ button#quiz-answer-edit-btn:hover {
2038
+ background-color: var(--tutor-success-button-color);
2039
+ }
2040
+ /**
2041
+ Tutor Media Upload
2042
+ */
2043
+
2044
+ .tutor-media-upload-wrap {
2045
+ border: 1px solid #dedede;
2046
+ display: -webkit-box;
2047
+ display: -ms-flexbox;
2048
+ display: flex;
2049
+ width: 130px;
2050
+ }
2051
+ .tutor-media-upload-wrap img {
2052
+ max-width: 100%;
2053
+ }
2054
+ .tutor-media-preview {
2055
+ -webkit-box-flex: 1;
2056
+ -ms-flex: 1;
2057
+ flex: 1;
2058
+ }
2059
+ .tutor-media-upload-btn {
2060
+ display: block;
2061
+ padding: 10px;
2062
+ font-size: 50px;
2063
+ line-height: 50px;
2064
+ text-align: center;
2065
+ color: #dedede;
2066
+ }
2067
+ .tutor-media-upload-trash-wrap {
2068
+ border-left: 1px solid #dedede;
2069
+ }
2070
+ .tutor-media-upload-trash {
2071
+ color: #dedede;
2072
+ display: block;
2073
+ line-height: 50px;
2074
+ padding: 12px;
2075
+ }
2076
+ .tutor-quiz-answers-form-footer.tutor-quiz-builder-form-row {
2077
+ margin-top: 40px;
2078
+ margin-bottom: 10px;
2079
+ }
2080
+
2081
+ /**
2082
+ #End Quiz Modal
2083
+ */
2084
+
2085
+ .tutor-available-quizzes .added-quiz-item {
2086
+ background-color: #f5f5f5;
2087
+ padding: 10px;
2088
+ margin-bottom: 2px;
2089
+ display: -webkit-box;
2090
+ display: -ms-flexbox;
2091
+ display: flex;
2092
+ }
2093
+ .tutor-available-quizzes .added-quiz-item .quiz-name {
2094
+ -ms-flex-preferred-size: 0;
2095
+ flex-basis: 0;
2096
+ -webkit-box-flex: 1;
2097
+ -ms-flex-positive: 1;
2098
+ flex-grow: 1;
2099
+ }
2100
+ .tutor-add-quiz-button-wrap {
2101
+ margin: 20px 0;
2102
+ }
2103
+ .tutor-add-quiz-button-wrap a {
2104
+ color: #2756d1;
2105
+ }
2106
+ .tutor-quiz-delete-btn {
2107
+ color: #ff0000;
2108
+ }
2109
+ p.quiz-search-suggest-text {
2110
+ margin-top: 30px;
2111
+ font-style: italic;
2112
+ font-size: 12px;
2113
+ }
2114
+ span.result-pass {
2115
+ background-color: var(--tutor-success-button-color);
2116
+ color: #fff;
2117
+ padding: 3px 5px;
2118
+ border-radius: 2px;
2119
+ }
2120
+ span.result-fail {
2121
+ color: #ff0000;
2122
+ }
2123
+ span.result-review-required {
2124
+ background: #f5b30d;
2125
+ color: #fff;
2126
+ padding: 3px 5px;
2127
+ border-radius: 2px;
2128
+ }
2129
+
2130
+ .tutor-emails-lists-wrap {
2131
+ background-color: #ffffff;
2132
+ padding: 20px;
2133
+ }
2134
+ .tutor-emails-lists-wrap .wp-list-table td {
2135
+ padding: 10px 20px;
2136
+ }
2137
+ /*
2138
+ Tutor Instructor
2139
+ */
2140
+
2141
+ .tutor-course-instructors-metabox-wrap {
2142
+ margin-top: 10px;
2143
+ margin-left: -10px;
2144
+ }
2145
+ .tutor-add-instructor-button-wrap {
2146
+ padding-left: 10px;
2147
+ }
2148
+ .tutor-course-available-instructors {
2149
+ display: -webkit-box;
2150
+ display: -ms-flexbox;
2151
+ display: flex;
2152
+ -ms-flex-wrap: wrap;
2153
+ flex-wrap: wrap;
2154
+ }
2155
+
2156
+ .tutor-course-available-instructors .added-instructor-item {
2157
+ -webkit-box-flex: 0;
2158
+ -ms-flex: 0 0 calc(50% - 20px);
2159
+ flex: 0 0 calc(50% - 20px);
2160
+ max-width: calc(50% - 20px);
2161
+ border: 1px solid #dcdfe5;
2162
+ padding: 13px;
2163
+ display: -webkit-inline-box;
2164
+ display: -ms-inline-flexbox;
2165
+ display: inline-flex;
2166
+ -webkit-box-align: center;
2167
+ -ms-flex-align: center;
2168
+ align-items: center;
2169
+ border-radius: 4px;
2170
+ position: relative;
2171
+ box-sizing: border-box;
2172
+ margin: 0px 10px 20px;
2173
+ }
2174
+
2175
+ @media (min-width: 1300px) {
2176
+ .tutor-course-available-instructors .added-instructor-item {
2177
+ -ms-flex: 0 0 calc(33.333% - 20px);
2178
+ flex: 0 0 calc(33.333% - 20px);
2179
+ max-width: calc(33.333% - 20px);
2180
+ }
2181
+ }
2182
+ @media (max-width: 546px) {
2183
+ .tutor-course-available-instructors .added-instructor-item {
2184
+ -ms-flex: 0 0 100%;
2185
+ flex: 0 0 100%;
2186
+ max-width: 100%;
2187
+ }
2188
+ }
2189
+
2190
+ .tutor-course-available-instructors .added-instructor-item .instructor-name {
2191
+ position: relative;
2192
+ }
2193
+
2194
+ .tutor-course-available-instructors
2195
+ .added-instructor-item
2196
+ .instructor-name
2197
+ img {
2198
+ display: inline-block;
2199
+ margin-left: 10px;
2200
+ width: 18px;
2201
+ }
2202
+
2203
+ .tutor-course-available-instructors
2204
+ .added-instructor-item
2205
+ .instructor-name
2206
+ img:hover
2207
+ + i.instructor-name-tooltip {
2208
+ opacity: 1;
2209
+ }
2210
+
2211
+ .tutor-course-available-instructors
2212
+ .added-instructor-item
2213
+ i.instructor-name-tooltip {
2214
+ -webkit-transition: 300ms;
2215
+ transition: 300ms;
2216
+ opacity: 0;
2217
+ position: absolute;
2218
+ bottom: 34px;
2219
+ right: 9px;
2220
+ background: #2a344f;
2221
+ -webkit-transform: translateX(50%);
2222
+ transform: translateX(50%);
2223
+ color: #fff;
2224
+ font-size: 12px;
2225
+ font-style: normal;
2226
+ padding: 0 8px;
2227
+ border-radius: 15px;
2228
+ line-height: 20px;
2229
+ z-index: 1;
2230
+ }
2231
+
2232
+ .tutor-course-available-instructors
2233
+ .added-instructor-item
2234
+ i.instructor-name-tooltip::before {
2235
+ content: "";
2236
+ position: absolute;
2237
+ border: 5px solid #2a344f;
2238
+ bottom: -3px;
2239
+ left: 50%;
2240
+ margin-left: -5px;
2241
+ -webkit-transform: rotate(45deg);
2242
+ transform: rotate(45deg);
2243
+ z-index: -1;
2244
+ }
2245
+
2246
+ .tutor-course-available-instructors .added-instructor-item .instructor-control {
2247
+ position: absolute;
2248
+ right: 14px;
2249
+ top: 50%;
2250
+ font-size: 12px;
2251
+ -webkit-transform: translateY(-50%);
2252
+ transform: translateY(-50%);
2253
+ opacity: 0;
2254
+ -webkit-transition: 300ms;
2255
+ transition: 300ms;
2256
+ }
2257
+
2258
+ .tutor-course-available-instructors
2259
+ .added-instructor-item
2260
+ .instructor-control
2261
+ a {
2262
+ color: red;
2263
+ text-decoration: none;
2264
+ }
2265
+
2266
+ .tutor-course-available-instructors
2267
+ .added-instructor-item:hover
2268
+ .instructor-control {
2269
+ opacity: 1;
2270
+ }
2271
+
2272
+ .tutor-course-available-instructors .added-instructor-item .instructor-icon {
2273
+ height: 45px;
2274
+ width: 45px;
2275
+ overflow: hidden;
2276
+ border-radius: 50px;
2277
+ margin-right: 15px;
2278
+ }
2279
+ .tutor-course-available-instructors
2280
+ .added-instructor-item
2281
+ .instructor-icon
2282
+ img {
2283
+ width: 100%;
2284
+ height: auto;
2285
+ }
2286
+ /*@media (min-width: 547px){*/
2287
+ /*.tutor-course-available-instructors .added-instructor-item:nth-child(2n) {*/
2288
+ /*margin-left: 30px;*/
2289
+ /*}*/
2290
+ /*}*/
2291
+
2292
+ /*
2293
+ End new
2294
+ */
2295
+
2296
+ .answer-image-matched-wrap {
2297
+ display: -webkit-box;
2298
+ display: -ms-flexbox;
2299
+ display: flex;
2300
+ }
2301
+ .image-matching-item {
2302
+ -webkit-box-flex: 0;
2303
+ -ms-flex: 0 0 50px;
2304
+ flex: 0 0 50px;
2305
+ margin-right: 10px;
2306
+ }
2307
+ .image-matching-item p {
2308
+ margin-bottom: 5px;
2309
+ margin-top: 0;
2310
+ color: #878a8f;
2311
+ }
2312
+ .image-matching-item img {
2313
+ max-width: 80px;
2314
+ }
2315
+ span.filled_dash_unser {
2316
+ font-weight: bold;
2317
+ text-decoration: underline;
2318
+ margin: 0 5px;
2319
+ }
2320
+ /**
2321
+ Uninstall
2322
+ */
2323
+ .wrap.tutor-uninstall-wrap {
2324
+ background: #fff;
2325
+ padding: 20px;
2326
+ }
2327
+ .tutor-uninstall-btn-group {
2328
+ margin: 50px 0;
2329
+ }
2330
+
2331
+ /**
2332
+ Updating Messsage
2333
+ */
2334
+ .tutor-updating-message:before {
2335
+ display: inline-block;
2336
+ font-family: "tutor";
2337
+ -webkit-font-smoothing: antialiased;
2338
+ -moz-osx-font-smoothing: grayscale;
2339
+ vertical-align: top;
2340
+ content: "\e91d";
2341
+ -webkit-animation: rotation 2s infinite linear;
2342
+ animation: rotation 2s infinite linear;
2343
+ margin-right: 6px;
2344
+ }
2345
+ .rtl .tutor-updating-message:before {
2346
+ margin-right: 0;
2347
+ margin-left: 6px;
2348
+ }
2349
+
2350
+ /**
2351
+ Lesson Edit Modal
2352
+ */
2353
+
2354
+ .lesson-modal-form-wrap .lesson-modal-field-row {
2355
+ padding: 10px 0;
2356
+ }
2357
+ .lesson-modal-field.tutor-lesson-modal-title-wrap {
2358
+ width: 95%;
2359
+ }
2360
+ .tutor-lesson-modal-title-wrap input {
2361
+ width: 100%;
2362
+ }
2363
+ .lesson-modal-form-wrap .assignment-modal-field-row,
2364
+ .lesson-modal-form-wrap .tutor-lesson-attachments-metabox,
2365
+ .lesson-modal-form-wrap .tutor-option-field-row {
2366
+ padding: 10px 0;
2367
+ /*margin-bottom: 20px;
2368
+ border-bottom: none;*/
2369
+ }
2370
+ .lesson-modal-form-wrap .tutor-option-field-row:last-child {
2371
+ border-bottom: none;
2372
+ }
2373
+
2374
+ .lesson-modal-form-wrap .tutor-option-field-row textarea,
2375
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="text"],
2376
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="email"],
2377
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="number"],
2378
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="password"] {
2379
+ line-height: 40px;
2380
+ padding: 5px 0;
2381
+ text-indent: 15px;
2382
+ background: #fff;
2383
+ display: inline-block;
2384
+ border: 1px solid #dedede;
2385
+ border-radius: 3px;
2386
+ box-shadow: none;
2387
+ height: 40px;
2388
+ margin: 0;
2389
+ width: 100%;
2390
+ color: #393c40;
2391
+ font-size: 14px;
2392
+ transition: 300ms;
2393
+ }
2394
+ .lesson-modal-form-wrap .tutor-option-field-row textarea {
2395
+ line-height: 26px;
2396
+ min-height: 150px;
2397
+ text-indent: 0;
2398
+ padding: 15px;
2399
+ }
2400
+ .lesson-modal-form-wrap .tutor-option-field-row textarea:focus,
2401
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="text"]:focus,
2402
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="email"]:focus,
2403
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="number"]:focus,
2404
+ .lesson-modal-form-wrap .tutor-option-field-row input[type="password"]:focus {
2405
+ border-color: var(--tutor-primary-color);
2406
+ }
2407
+
2408
+ .lesson-modal-form-wrap .tutor-option-field-row select {
2409
+ height: 40px;
2410
+ }
2411
+
2412
+ .lesson-modal-form-wrap .tutor-lesson-attachments-metabox {
2413
+ margin-top: 0;
2414
+ }
2415
+
2416
+ .assignment-modal-form-wrap,
2417
+ .lesson-modal-form-wrap {
2418
+ padding: 20px;
2419
+ padding-bottom: 48px;
2420
+ }
2421
+ .tutor-lesson-modal-wrap .modal-footer {
2422
+ padding: 10px 20px;
2423
+ background-color: #fff;
2424
+ width: 100%;
2425
+ position: sticky;
2426
+ bottom: 0;
2427
+ position: -webkit-sticky;
2428
+ }
2429
+ .tutor-option-field .tutor-lesson-edit-feature-img {
2430
+ width: 100px;
2431
+ position: relative;
2432
+ }
2433
+ .tutor-option-field .tutor-lesson-edit-feature-img img {
2434
+ width: 100%;
2435
+ height: auto;
2436
+ }
2437
+ a.tutor-lesson-thumbnail-delete-btn {
2438
+ position: absolute;
2439
+ top: 0;
2440
+ right: 0;
2441
+ color: red;
2442
+ background: #fff;
2443
+ padding: 3px 5px;
2444
+ border-radius: 5px;
2445
+ }
2446
+ .tutor-get-pro-text {
2447
+ color: #e02424;
2448
+ }
2449
+ .updating-icon:before {
2450
+ font-family: "tutor";
2451
+ margin-right: 5px;
2452
+ content: "\e91d";
2453
+ -webkit-animation: spin 1s steps(8) infinite;
2454
+ animation: spin 1s steps(8) infinite;
2455
+ display: inline-block;
2456
+ }
2457
+ .tutor-notice-warning {
2458
+ background-color: #fcf8e3;
2459
+ border-color: #faebcc;
2460
+ padding: 20px;
2461
+ margin-bottom: 10px;
2462
+ }
2463
+
2464
+ /**
2465
+ Withdraw table
2466
+ */
2467
+ .withdraw-method-data-row {
2468
+ display: -webkit-box;
2469
+ display: -ms-flexbox;
2470
+ display: flex;
2471
+ }
2472
+ span.withdraw-method-label {
2473
+ width: 140px;
2474
+ }
2475
+ .withdraw-method-value {
2476
+ margin-left: 3px;
2477
+ }
2478
+ .withdraw-status.withdraw-status-approved {
2479
+ background: var(--tutor-success-button-color);
2480
+ color: #fff;
2481
+ padding: 5px 10px;
2482
+ }
2483
+ .withdraw-status.withdraw-status-pending {
2484
+ background: #f0efef;
2485
+ color: #666666;
2486
+ padding: 5px 10px;
2487
+ }
2488
+ .withdraw-status.withdraw-status-rejected {
2489
+ background: #ff3842;
2490
+ color: #fff;
2491
+ padding: 5px 10px;
2492
+ }
2493
+ .withdraw-list-row-actions {
2494
+ font-weight: bold;
2495
+ }
2496
+ .withdraw-list-row-actions .approved a {
2497
+ color: var(--tutor-success-button-color);
2498
+ }
2499
+ .withdraw-list-row-actions .rejected a {
2500
+ color: #ff3842;
2501
+ }
2502
+
2503
+ /**
2504
+ Assignments
2505
+ */
2506
+
2507
+ .submitted-assignment-wrap {
2508
+ background-color: #ffffff;
2509
+ padding: 20px;
2510
+ margin-top: 20px;
2511
+ }
2512
+ .tutor-individual-attachment-file {
2513
+ margin-bottom: 20px;
2514
+ }
2515
+ .tutor-individual-attachment-file p {
2516
+ margin: 0 !important;
2517
+ }
2518
+
2519
+ /**
2520
+ Tutor Notice
2521
+ */
2522
+ .tnotice {
2523
+ text-align: left;
2524
+ padding: 10px 0;
2525
+ background-color: #fff;
2526
+ border-radius: 4px;
2527
+ position: relative;
2528
+ margin-bottom: 10px;
2529
+ }
2530
+ .tnotice:before {
2531
+ content: "";
2532
+ position: absolute;
2533
+ top: 0;
2534
+ left: 0;
2535
+ width: 4px;
2536
+ height: 100%;
2537
+ border-top-left-radius: 4px;
2538
+ border-bottom-left-radius: 4px;
2539
+ }
2540
+ .tnotice__icon {
2541
+ position: absolute;
2542
+ top: 50%;
2543
+ left: 22px;
2544
+ transform: translateY(-50%);
2545
+ width: 14px;
2546
+ height: 14px;
2547
+ padding: 7px;
2548
+ border-radius: 50%;
2549
+ display: inline-block;
2550
+
2551
+ color: #fff;
2552
+ text-align: center;
2553
+ line-height: 11px;
2554
+ }
2555
+ .tnotice__type {
2556
+ color: #3e3e3e;
2557
+ font-weight: 700;
2558
+ margin-top: 0;
2559
+ margin-bottom: 0;
2560
+ }
2561
+ .tnotice__message {
2562
+ font-size: 14px;
2563
+ margin-top: 0;
2564
+ margin-bottom: 0;
2565
+ color: #878787;
2566
+ }
2567
+ .tnotice__content {
2568
+ padding-left: 70px;
2569
+ padding-right: 60px;
2570
+ }
2571
+ .tnotice__close {
2572
+ position: absolute;
2573
+ right: 22px;
2574
+ top: 50%;
2575
+ width: 14px;
2576
+ cursor: pointer;
2577
+ height: 14px;
2578
+ fill: #878787;
2579
+ transform: translateY(-50%);
2580
+ }
2581
+ .tnotice--success .tnotice__icon {
2582
+ background-color: #2bde3f;
2583
+ }
2584
+ .tnotice--success:before {
2585
+ background-color: #2bde3f;
2586
+ }
2587
+ .tnotice--blue .tnotice__icon {
2588
+ background-color: #1d72f3;
2589
+ }
2590
+ .tnotice--blue:before {
2591
+ background-color: #1d72f3;
2592
+ }
2593
+ .tnotice--danger .tnotice__icon {
2594
+ background-color: #f31e1c;
2595
+ }
2596
+ .tnotice--danger:before {
2597
+ background-color: #f31e1c;
2598
+ }
2599
+
2600
+ /***************************
2601
+ * Quiz attempts table
2602
+ **************************/
2603
+
2604
+ .tutor-quiz-attempt-history td:last-child {
2605
+ text-align: center;
2606
+ }
2607
+ .tutor-quiz-attempt-history td:last-child a {
2608
+ display: block;
2609
+ padding: 10px;
2610
+ }
2611
+ .attempt-review-title {
2612
+ font-size: 18px;
2613
+ color: var(--tutor-text-size);
2614
+ font-weight: 600;
2615
+ display: flex;
2616
+ align-items: center;
2617
+ margin-bottom: 60px;
2618
+ }
2619
+ .attempt-review-title i {
2620
+ margin-right: 12px;
2621
+ color: var(--tutor-primary-color);
2622
+ }
2623
+ .tutor-quiz-attempt-info-row .attempt-view-bottom,
2624
+ .tutor-quiz-attempt-info-row .attempt-view-top {
2625
+ display: flex;
2626
+ justify-content: space-between;
2627
+ }
2628
+ .tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,
2629
+ .tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col {
2630
+ display: inline-flex;
2631
+ align-items: center;
2632
+ max-width: 30%;
2633
+ }
2634
+ .tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col {
2635
+ align-items: flex-start;
2636
+ }
2637
+ .tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,
2638
+ .tutor-quiz-attempt-info-row .attempt-info-content span.result-fail {
2639
+ background: #df3247;
2640
+ font-size: 14px;
2641
+ font-weight: 400;
2642
+ color: #fff;
2643
+ padding: 1px 4px;
2644
+ margin-right: 13px;
2645
+ border-radius: 2px;
2646
+ }
2647
+ .tutor-quiz-attempt-info-row .attempt-info-content span.result-pass {
2648
+ background: var(--tutor-success-button-color);
2649
+ }
2650
+ .tutor-quiz-attempt-info-row .attempt-info-content h4,
2651
+ .tutor-quiz-attempt-info-row .attempt-info-content h5 {
2652
+ font-size: 14px;
2653
+ line-height: 25px;
2654
+ margin: 0;
2655
+ color: #7a7f85;
2656
+ font-weight: 400;
2657
+ }
2658
+ .tutor-quiz-attempt-info-row .attempt-info-content h4 a,
2659
+ .tutor-quiz-attempt-info-row .attempt-info-content h4 {
2660
+ font-weight: 700;
2661
+ color: var(--tutor-text-color);
2662
+ margin-top: 7px;
2663
+ }
2664
+ .tutor-quiz-attempt-info-row .attempt-view-top {
2665
+ padding-bottom: 30px;
2666
+ margin-bottom: 30px;
2667
+ border-bottom: 1px solid #dcdfe5;
2668
+ }
2669
+ .tutor-quiz-attempt-info-row .attempt-view-bottom {
2670
+ margin-bottom: 60px;
2671
+ }
2672
+ .attempt-user-details {
2673
+ display: flex;
2674
+ align-items: center;
2675
+ }
2676
+ .attempt-user-details .attempt-user-avatar {
2677
+ padding-right: 20px;
2678
+ }
2679
+ .attempt-user-details .attempt-user-avatar img {
2680
+ display: block;
2681
+ width: 70px;
2682
+ height: 70px;
2683
+ border-radius: 50%;
2684
+ }
2685
+ .attempt-user-details .attempt-info-content h4 {
2686
+ font-size: 18px;
2687
+ }
2688
+ .attempt-review-notice-wrap {
2689
+ display: flex;
2690
+ margin-bottom: 60px;
2691
+ justify-content: space-between;
2692
+ }
2693
+ .attempt-review-notice-wrap p {
2694
+ margin: 0;
2695
+ display: inline-flex;
2696
+ align-items: center;
2697
+ }
2698
+ .attempt-review-notice-wrap p.attempt-review-notice i {
2699
+ font-size: 16px;
2700
+ color: #f5c813;
2701
+ margin-right: 9px;
2702
+ }
2703
+ .attempt-review-notice-wrap p.attempt-review-at > span {
2704
+ color: var(--tutor-primary-color);
2705
+ margin-right: 7px;
2706
+ font-size: 16px;
2707
+ }
2708
+ .attempt-review-notice-wrap p > strong {
2709
+ font-weight: 400;
2710
+ margin-right: 5px;
2711
+ }
2712
+ .quiz-attempt-answers-wrap table th {
2713
+ background: #fcfcfc;
2714
+ font-size: 12px;
2715
+ text-transform: inherit;
2716
+ }
2717
+ .quiz-attempt-answers-wrap table td {
2718
+ background-color: #fff;
2719
+ }
2720
+ .quiz-attempt-answers-wrap table th,
2721
+ .quiz-attempt-answers-wrap table td {
2722
+ padding: 17px 20px !important;
2723
+ border-top: 1px solid #eaeaea;
2724
+ border-bottom: 1px solid #eaeaea;
2725
+ vertical-align: middle;
2726
+ text-align: left;
2727
+ }
2728
+ .quiz-attempt-answers-wrap table th p,
2729
+ .quiz-attempt-answers-wrap table td p {
2730
+ margin: 0;
2731
+ }
2732
+ .quiz-attempt-answers-wrap table .quiz-manual-review-action {
2733
+ border: 1px solid #d4dadb;
2734
+ color: #d4dadb;
2735
+ height: 30px;
2736
+ width: 30px;
2737
+ border-radius: 2px;
2738
+ font-size: 13px;
2739
+ display: inline-block;
2740
+ text-align: center;
2741
+ line-height: 30px;
2742
+ transition: 300ms;
2743
+ text-decoration: none;
2744
+ }
2745
+ .quiz-attempt-answers-wrap table .quiz-manual-review-action:first-child:hover {
2746
+ border: 1px solid var(--tutor-success-button-color);
2747
+ color: var(--tutor-success-button-color);
2748
+ }
2749
+ .quiz-attempt-answers-wrap table .quiz-manual-review-action:last-child:hover {
2750
+ border: 1px solid #df3247;
2751
+ color: #df3247;
2752
+ }
2753
+ .quiz-attempt-answers-wrap table .quiz-manual-review-action:not(:last-child) {
2754
+ margin-right: 17px;
2755
+ }
2756
+ .quiz-attempt-answers-wrap table .quiz-incorrect-answer-text i,
2757
+ .quiz-attempt-answers-wrap table .quiz-correct-answer-text i {
2758
+ font-size: 12px;
2759
+ height: 20px;
2760
+ width: 20px;
2761
+ text-align: center;
2762
+ line-height: 20px;
2763
+ background: var(--tutor-success-button-color);
2764
+ color: #fff;
2765
+ display: inline-block;
2766
+ border-radius: 2px;
2767
+ margin-right: 6px;
2768
+ }
2769
+ .quiz-attempt-answers-wrap table .quiz-incorrect-answer-text i {
2770
+ background: #df3247;
2771
+ font-size: 10px;
2772
+ }
2773
+ .answer-image-matched-wrap {
2774
+ display: flex;
2775
+ }
2776
+ .answer-image-matched-wrap .image-matching-item {
2777
+ margin: 0 5px;
2778
+ max-width: 70px;
2779
+ }
2780
+ .answer-image-matched-wrap .image-matching-item .dragged-caption {
2781
+ font-size: 14px;
2782
+ margin-top: 4px;
2783
+ }
2784
+
2785
+ .tutor-quiz-attempt-review-wrap {
2786
+ padding: 20px;
2787
+ background: #ffffff;
2788
+ margin-right: 15px;
2789
+ margin-top: 15px;
2790
+ }
2791
+
2792
+ .tutor-quiz-attempt-review-wrap table {
2793
+ width: 100%;
2794
+ border-collapse: collapse;
2795
+ }
2796
+
2797
+ .tutor-quiz-attempt-review-wrap img {
2798
+ max-width: 100%;
2799
+ }
2800
+
2801
+ /**
2802
+ Upgrade Notice
2803
+ */
2804
+ #tutor-update .dummy {
2805
+ display: none;
2806
+ }
2807
+ #tutor-update .tutor_plugin_update_notice {
2808
+ padding: 20px 0 !important;
2809
+ }
2810
+
2811
+ #tutor-update .tutor_plugin_update_notice {
2812
+ font-weight: 400;
2813
+ background: #fff8e5 !important;
2814
+ border-left: 4px solid #ffb900;
2815
+ border-top: 1px solid #ffb900;
2816
+ padding: 9px 0 9px 12px !important;
2817
+ margin: 0 -12px 0 -16px !important;
2818
+ }
2819
+
2820
+ #tutor-update .tutor_plugin_update_notice .version::before {
2821
+ content: "\f348";
2822
+ display: inline-block;
2823
+ font: 400 18px/1 dashicons;
2824
+ speak: none;
2825
+ margin: 0 8px 0 -2px;
2826
+ vertical-align: top;
2827
+ }
2828
+ /**
2829
+ Course Settings Tabs
2830
+ */
2831
+ #tutor-metabox-course-settings-tabs {
2832
+ background-color: #fff;
2833
+ border: 1px solid #e5e5e5;
2834
+ margin: 1em 0;
2835
+ }
2836
+ .inside #tutor-metabox-course-settings-tabs {
2837
+ border: 0;
2838
+ margin: 0;
2839
+ }
2840
+ .settings-tabs-heading {
2841
+ padding: 1em;
2842
+ border-bottom: 1px solid #e5e5e5;
2843
+ }
2844
+ .settings-tabs-heading h3 {
2845
+ font-size: 14px;
2846
+ margin: 0;
2847
+ line-height: 1.4;
2848
+ }
2849
+ .course-settings-tabs-container {
2850
+ display: flex;
2851
+ }
2852
+ .course-settings-tabs-container .settings-tabs-navs-wrap {
2853
+ flex: 0 0 200px;
2854
+ background: #f5f5f5;
2855
+ }
2856
+ .settings-tabs-navs-wrap .settings-tabs-navs {
2857
+ margin: 0;
2858
+ }
2859
+ .settings-tabs-navs-wrap .settings-tabs-navs li {
2860
+ margin: 0;
2861
+ }
2862
+ .settings-tabs-navs-wrap .settings-tabs-navs li a {
2863
+ display: block;
2864
+ padding-top: 10px;
2865
+ padding-bottom: 10px;
2866
+ padding-left: 15px;
2867
+ padding-right: 15px;
2868
+ color: #23282d;
2869
+ text-decoration: none;
2870
+ background: #f5f5f5;
2871
+ text-transform: capitalize;
2872
+ border-bottom: 1px solid #e5e5e5;
2873
+ border-left: 3px solid transparent;
2874
+ }
2875
+ .settings-tabs-navs-wrap .settings-tabs-navs li:last-child a {
2876
+ border-bottom: none;
2877
+ }
2878
+ .settings-tabs-navs-wrap .settings-tabs-navs li a:focus {
2879
+ box-shadow: none;
2880
+ }
2881
+ .settings-tabs-navs-wrap .settings-tabs-navs li.active a {
2882
+ background-color: #ffffff;
2883
+ border-bottom: 1px solid #e5e5e5;
2884
+ color: var(--tutor-primary-color);
2885
+ border-left: 3px solid var(--tutor-primary-color);
2886
+ }
2887
+ .course-settings-tabs-container .settings-tabs-container {
2888
+ padding: 1em;
2889
+ flex: 1;
2890
+ }
2891
+ .tutor-field-radio p {
2892
+ margin-top: 0;
2893
+ }
2894
+
2895
+ /**
2896
+ Content Drip (Pro)
2897
+ */
2898
+ .lesson-modal-form-wrap .lesson-content-drip-wrap {
2899
+ padding: 10px;
2900
+ border: 1px solid #e4e4e4;
2901
+ }
2902
+ .lesson-modal-form-wrap .lesson-content-drip-wrap h3 {
2903
+ margin: 0 0 10px 0;
2904
+ }
2905
+ .select2-dropdown.increasezindex {
2906
+ z-index: 9999999999999;
2907
+ }
2908
+
2909
+ /*!
2910
+ * jQuery UI Datepicker 1.9.0
2911
+ * http://jqueryui.com
2912
+ *
2913
+ * Copyright 2012 jQuery Foundation and other contributors
2914
+ * Released under the MIT license.
2915
+ * http://jquery.org/license
2916
+ *
2917
+ * http://docs.jquery.com/UI/Datepicker#theming
2918
+ */
2919
+ .ui-datepicker {
2920
+ background-color: #fff;
2921
+ border: 1px solid #eeeeee;
2922
+ display: none;
2923
+ margin-top: 4px;
2924
+ padding: 5px;
2925
+ width: 180px;
2926
+ }
2927
+ .ui-datepicker a,
2928
+ .ui-datepicker a:hover {
2929
+ text-decoration: none;
2930
+ }
2931
+ .ui-datepicker a:hover,
2932
+ .ui-datepicker td:hover a {
2933
+ color: #2a6496;
2934
+ -webkit-transition: color 0.1s ease-in-out;
2935
+ -moz-transition: color 0.1s ease-in-out;
2936
+ -o-transition: color 0.1s ease-in-out;
2937
+ transition: color 0.1s ease-in-out;
2938
+ }
2939
+ .ui-datepicker .ui-datepicker-header {
2940
+ margin-bottom: 4px;
2941
+ text-align: center;
2942
+ }
2943
+ .ui-datepicker .ui-datepicker-title {
2944
+ font-weight: 700;
2945
+ }
2946
+ .ui-datepicker .ui-datepicker-prev,
2947
+ .ui-datepicker .ui-datepicker-next {
2948
+ cursor: default;
2949
+ font-family: "tutor";
2950
+ -webkit-font-smoothing: antialiased;
2951
+ font-style: normal;
2952
+ font-weight: normal;
2953
+ height: 20px;
2954
+ line-height: 1;
2955
+ margin-top: 2px;
2956
+ width: 30px;
2957
+ }
2958
+ .ui-datepicker .ui-datepicker-prev {
2959
+ float: left;
2960
+ text-align: left;
2961
+ }
2962
+ .ui-datepicker .ui-datepicker-next {
2963
+ float: right;
2964
+ text-align: right;
2965
+ }
2966
+ .ui-datepicker .ui-datepicker-prev:before {
2967
+ content: "\e921";
2968
+ }
2969
+ .ui-datepicker .ui-datepicker-next:before {
2970
+ content: "\e903";
2971
+ }
2972
+ .ui-datepicker .ui-icon {
2973
+ display: none;
2974
+ }
2975
+ .ui-datepicker .ui-datepicker-calendar {
2976
+ table-layout: fixed;
2977
+ width: 100%;
2978
+ }
2979
+ .ui-datepicker .ui-datepicker-calendar th,
2980
+ .ui-datepicker .ui-datepicker-calendar td {
2981
+ text-align: center;
2982
+ padding: 0;
2983
+ }
2984
+ .ui-datepicker .ui-datepicker-calendar td {
2985
+ border-radius: 4px;
2986
+ -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2987
+ -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2988
+ -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2989
+ transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
2990
+ }
2991
+ .ui-datepicker .ui-datepicker-calendar td:hover {
2992
+ background-color: #eee;
2993
+ cursor: pointer;
2994
+ }
2995
+ .ui-datepicker .ui-datepicker-calendar td a {
2996
+ text-decoration: none;
2997
+ }
2998
+ .ui-datepicker .ui-datepicker-current-day {
2999
+ background-color: #4289cc;
3000
+ }
3001
+ .ui-datepicker .ui-datepicker-current-day a {
3002
+ color: #fff;
3003
+ }
3004
+ .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
3005
+ background-color: #fff;
3006
+ cursor: default;
3007
+ }
3008
+
3009
+ .ui-datepicker-calendar .ui-state-default {
3010
+ border: none;
3011
+ background: none;
3012
+ }
3013
+ .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
3014
+ background: #eeeeee;
3015
+ padding: 3px;
3016
+ display: block;
3017
+ }
3018
+ /** END Calender */
3019
+
3020
+ /**
3021
+ * report.css
3022
+ *Moved report.css from pro add to here
3023
+ */
3024
+ h2.tutor-page-heading {
3025
+ background-color: #ffffff;
3026
+ padding: 30px !important;
3027
+ margin: 0 !important;
3028
+ border-bottom: 1px solid #ecedef;
3029
+ }
3030
+ .tutor-report-left-menus {
3031
+ background-color: #fcfcfc;
3032
+ margin-bottom: 50px;
3033
+ }
3034
+ .tutor-report-left-menus ul {
3035
+ margin: 0;
3036
+ }
3037
+ .report-main-wrap {
3038
+ /*display: flex;*/
3039
+ }
3040
+ .report-main-wrap h3 {
3041
+ font-weight: 300;
3042
+ font-size: 20px;
3043
+ }
3044
+ .tutor-report-left-menus ul li {
3045
+ display: inline-block;
3046
+ margin: 0;
3047
+ }
3048
+ .tutor-report-left-menus ul li a {
3049
+ text-decoration: none;
3050
+ line-height: 60px;
3051
+ display: block;
3052
+ padding: 0 15px;
3053
+ color: #393c40;
3054
+ }
3055
+ .tutor-report-left-menus ul li a:focus {
3056
+ outline: none !important;
3057
+ border: 0;
3058
+ box-shadow: none;
3059
+ }
3060
+ .tutor-report-left-menus ul li.active a {
3061
+ color: #1e55dd;
3062
+ border-bottom: 3px solid #3057d5;
3063
+ }
3064
+ .tutor-report-content {
3065
+ flex: 1;
3066
+ }
3067
+ .report-top-sub-menu {
3068
+ margin: 0;
3069
+ flex: 1;
3070
+ }
3071
+ .report-top-sub-menu a {
3072
+ text-decoration: none;
3073
+ padding: 10px 15px;
3074
+ border: 1px solid #d7dadf;
3075
+ color: #aaaeb3;
3076
+ border-radius: 3px;
3077
+ display: inline-block;
3078
+ }
3079
+ .report-top-sub-menu a.active {
3080
+ background-color: #3057d5;
3081
+ color: #ffffff;
3082
+ border: 1px solid #3057d5;
3083
+ }
3084
+ .top-course-enrolled {
3085
+ margin-top: 20px;
3086
+ margin-bottom: 20px;
3087
+ }
3088
+ .top-course-enrolled h1,
3089
+ .top-course-enrolled h2,
3090
+ .top-course-enrolled h3 {
3091
+ margin: 30px 0;
3092
+ }
3093
+ .report-stats {
3094
+ display: flex;
3095
+ flex-flow: row wrap;
3096
+ }
3097
+ .report-stat-box {
3098
+ padding: 0;
3099
+ margin-bottom: 30px;
3100
+ width: 25%;
3101
+ display: inline-flex;
3102
+ flex: 0 0 25%;
3103
+ }
3104
+ .report-stat-box-body {
3105
+ background-color: #ffffff;
3106
+ display: flex;
3107
+ width: 100%;
3108
+ margin-right: 30px;
3109
+ }
3110
+ .report-stat-box:nth-child(4n) .report-stat-box-body {
3111
+ margin-right: 0;
3112
+ }
3113
+ .report-stat-box .box-icon {
3114
+ font-size: 50px;
3115
+ line-height: 46px;
3116
+ padding: 13px;
3117
+ color: #3057d5;
3118
+ }
3119
+ .report-stat-box h4,
3120
+ .report-stat-box p {
3121
+ margin: 5px 0;
3122
+ }
3123
+ .report-stat-box .box-stats-text h3,
3124
+ .report-stat-box .box-stats-text p {
3125
+ margin: 5px 0;
3126
+ }
3127
+ .report-stat-box .box-stats-text {
3128
+ padding: 12px 0;
3129
+ }
3130
+ .report-stat-box .box-stats-text h3 {
3131
+ font-size: 20px;
3132
+ font-weight: 300;
3133
+ }
3134
+ .report-stat-box .box-stats-text p {
3135
+ color: #888b90;
3136
+ }
3137
+ .box-padding {
3138
+ padding: 30px;
3139
+ }
3140
+ .box-padding h3 {
3141
+ margin-top: 0;
3142
+ }
3143
+ .box-bg-green {
3144
+ background-color: #00d611;
3145
+ color: #ffffff;
3146
+ }
3147
+ .box-bg-primary {
3148
+ background-color: #3057d5;
3149
+ color: #ffffff;
3150
+ }
3151
+ .box-bg-light {
3152
+ background-color: #eeeeee;
3153
+ color: #555555;
3154
+ }
3155
+ .box-bg-warning {
3156
+ background-color: #eea504;
3157
+ color: #ffffff;
3158
+ }
3159
+ .box-bg-dark {
3160
+ background-color: #333333;
3161
+ color: #ffffff;
3162
+ }
3163
+ .box-bg-danger {
3164
+ background-color: #ff000c;
3165
+ color: #ffffff;
3166
+ }
3167
+ .box-bg-pink {
3168
+ background-color: #ff00da;
3169
+ color: #ffffff;
3170
+ }
3171
+ .box-bg-violate {
3172
+ background-color: #9c25ea;
3173
+ color: #ffffff;
3174
+ }
3175
+ .tutor-report-overview-section {
3176
+ display: flex;
3177
+ margin: 20px 0;
3178
+ }
3179
+ .overview-section-col6 {
3180
+ width: 50%;
3181
+ }
3182
+ .overview-section-col6 {
3183
+ margin-right: 1%;
3184
+ margin-left: 1%;
3185
+ }
3186
+ .overview-section-col6:first-child {
3187
+ margin-left: 0;
3188
+ }
3189
+ .overview-section-col6:last-child {
3190
+ margin-right: 0;
3191
+ }
3192
+ .last-revews-wrap {
3193
+ width: 100%;
3194
+ }
3195
+ table.tutor-report-table {
3196
+ border: none;
3197
+ box-shadow: none;
3198
+ }
3199
+ .tutor-report-table th {
3200
+ background-color: #fcfcfc;
3201
+ border-top: 1px solid #eaeaea;
3202
+ border-bottom: 1px solid #eaeaea;
3203
+ padding: 20px;
3204
+ color: #878a8f;
3205
+ }
3206
+ .tutor-report-table td {
3207
+ border-bottom: 1px solid #eaeaea;
3208
+ padding: 20px;
3209
+ }
3210
+ .tutor-report-table td img.avatar {
3211
+ float: left;
3212
+ margin-right: 5px;
3213
+ }
3214
+ /**
3215
+ Icon
3216
+ */
3217
+ .tutor-icon-star-full,
3218
+ .tutor-icon-star-line {
3219
+ color: #ffd700;
3220
+ }
3221
+ .tutor-delete-link {
3222
+ color: #ff282a !important;
3223
+ }
3224
+ /**
3225
+ Pagination
3226
+ */
3227
+ .tutor-pagination {
3228
+ margin: 50px 0;
3229
+ }
3230
+ .tutor-pagination .page-numbers {
3231
+ display: inline-block;
3232
+ padding: 5px 10px;
3233
+ margin: 0 2px 0 0;
3234
+ border: 1px solid #eee;
3235
+ line-height: 1;
3236
+ text-decoration: none;
3237
+ font-weight: 600;
3238
+ }
3239
+ .tutor-pagination .page-numbers.current,
3240
+ .tutor-pagination a.page-numbers:hover {
3241
+ background: #f9f9f9;
3242
+ }
3243
+ .report-date-range-form {
3244
+ display: flex;
3245
+ }
3246
+ .date-range-input {
3247
+ position: relative;
3248
+ margin-right: 10px;
3249
+ }
3250
+ .date-range-input:last-child {
3251
+ margin-right: 0;
3252
+ }
3253
+ .date-range-input input {
3254
+ border: 1px solid #d7dadf;
3255
+ box-shadow: none;
3256
+ line-height: 32px;
3257
+ margin: 0;
3258
+ padding-right: 30px;
3259
+ }
3260
+ .date-range-input i.tutor-icon-calendar {
3261
+ position: absolute;
3262
+ right: 10px;
3263
+ top: 13px;
3264
+ }
3265
+ .date-range-input button {
3266
+ background-color: #3057d5;
3267
+ color: #ffffff;
3268
+ border: none;
3269
+ line-height: 39px;
3270
+ padding: 0 15px;
3271
+ }
3272
+ .tutor-date-range-filter-wrap {
3273
+ display: flex;
3274
+ margin: 30px 0;
3275
+ }
3276
+ .report-download-csv-icon {
3277
+ float: right;
3278
+ }
3279
+ .report-download-csv-icon a {
3280
+ text-decoration: none;
3281
+ }
3282
+ /** END Report.css */
3283
+
3284
+ /**
3285
+ * Alert CSS
3286
+ * since v.1.4.2
3287
+ */
3288
+ .tutor-alert {
3289
+ border: 1px solid #f8a201;
3290
+ background: #fffff2;
3291
+ position: relative;
3292
+ border-radius: 3px;
3293
+ padding: 20px 25px 20px 95px;
3294
+ color: #a86d00;
3295
+ margin-bottom: 10px;
3296
+ }
3297
+ .tutor-alert.tutor-alert-danger {
3298
+ border: 1px solid #fe1a1a;
3299
+ background: #fff2f2;
3300
+ color: #a50000;
3301
+ }
3302
+ .tutor-alert.tutor-alert-success {
3303
+ border: 1px solid #69bc0d;
3304
+ background: #f6fff2;
3305
+ color: #3d7400;
3306
+ }
3307
+ .tutor-alert.tutor-alert-info {
3308
+ border: 1px solid #13aaf6;
3309
+ background: #eaf8ff;
3310
+ color: #0586c7;
3311
+ }
3312
+ .tutor-alert::before {
3313
+ content: "\e95f";
3314
+ position: absolute;
3315
+ font-size: 30px;
3316
+ font-family: "tutor" !important;
3317
+ speak: none;
3318
+ font-style: normal;
3319
+ font-weight: normal;
3320
+ font-variant: normal;
3321
+ text-transform: none;
3322
+ line-height: 1;
3323
+ -webkit-font-smoothing: antialiased;
3324
+ -moz-osx-font-smoothing: grayscale;
3325
+ width: 70px;
3326
+ top: 0;
3327
+ left: 0;
3328
+ text-align: center;
3329
+ background: #f8a201;
3330
+ height: 100%;
3331
+ display: flex;
3332
+ justify-content: center;
3333
+ align-items: center;
3334
+ color: #ffffff;
3335
+ }
3336
+ .tutor-alert.tutor-alert-danger::before {
3337
+ content: "\e913";
3338
+ background: #fe1a1a;
3339
+ }
3340
+ .tutor-alert.tutor-alert-success::before {
3341
+ content: "\e90f";
3342
+ background: #69bc0d;
3343
+ }
3344
+ .tutor-alert.tutor-alert-info::before {
3345
+ content: "\e96c";
3346
+ background: #13aaf6;
3347
+ }
3348
+ .tutor-alert-content p {
3349
+ margin: 0;
3350
+ }
3351
+ /**
3352
+ *END Alert CSS
3353
+ */
3354
+
3355
+ /**
3356
+ * Tutor Table
3357
+ */
3358
+ table.tutor-table {
3359
+ border-spacing: 0;
3360
+ width: 100%;
3361
+ border-collapse: collapse;
3362
+ border: 1px solid #dcdfe5;
3363
+ }
3364
+ table.tutor-table td,
3365
+ table.tutor-table th {
3366
+ padding: 1em 1.41575em;
3367
+ text-align: left;
3368
+ vertical-align: top;
3369
+ border-bottom: 1px solid #dcdfe5;
3370
+ }
3371
+ table.tutor-table td p:last-child,
3372
+ table.tutor-table th p:last-child {
3373
+ margin-bottom: 0;
3374
+ }
3375
+ table.tutor-table th {
3376
+ font-weight: 600;
3377
+ }
3378
+ table.tutor-table thead th {
3379
+ padding: 1.41575em;
3380
+ vertical-align: middle;
3381
+ }
3382
+ table.tutor-table tbody h2 {
3383
+ font-size: 1em;
3384
+ letter-spacing: normal;
3385
+ font-weight: normal;
3386
+ }
3387
+ table.tutor-table tbody h2 a {
3388
+ font-weight: normal;
3389
+ }
3390
+ table.tutor-table th {
3391
+ background-color: #fafbfc;
3392
+ }
3393
+ table.tutor-table tbody td {
3394
+ background-color: #ffffff;
3395
+ }
3396
+ table.tutor-table tbody tr:nth-child(2n) td {
3397
+ background-color: #fafbfc;
3398
+ }
3399
+ table.tutor-table a {
3400
+ text-decoration: none;
3401
+ }
3402
+ table.tutor-table p {
3403
+ margin: 0;
3404
+ }
3405
+
3406
+ /**
3407
+ * END Tutor Table
3408
+ */
3409
+
3410
+ /**
3411
+ Tools Nav
3412
+ */
3413
+ .tutor-nav-tab-wrapper {
3414
+ margin-bottom: 10px;
3415
+ }
3416
+ .nav-tab-item {
3417
+ float: left;
3418
+ border: 1px solid #ccc;
3419
+ border-bottom: none;
3420
+ margin-left: 0.5em;
3421
+ padding: 10px 14px;
3422
+ font-size: 14px;
3423
+ line-height: 1.33;
3424
+ font-weight: 600;
3425
+ background: #e5e5e5;
3426
+ color: #555;
3427
+ text-decoration: none;
3428
+ white-space: nowrap;
3429
+ }
3430
+ .nav-tab-item:first-child {
3431
+ margin-left: 0;
3432
+ }
3433
+ .nav-tab-item:focus,
3434
+ .nav-tab-item:hover {
3435
+ background-color: #fff;
3436
+ color: #444;
3437
+ }
3438
+ .nav-tab-item-active,
3439
+ .nav-tab-item:focus:active {
3440
+ box-shadow: none;
3441
+ }
3442
+ .nav-tab-item-active {
3443
+ margin-bottom: -1px;
3444
+ color: #444;
3445
+ }
3446
+ .nav-tab-item-active,
3447
+ .nav-tab-item-active:focus,
3448
+ .nav-tab-item-active:focus:active,
3449
+ .nav-tab-item-active:hover {
3450
+ border-bottom: 1px solid #f1f1f1;
3451
+ background: #f1f1f1;
3452
+ color: #000;
3453
+ }
3454
+ /**
3455
+ * END Tools
3456
+ */
3457
+
3458
+ /**
3459
+ * Quiz Feedback Mode - UI fix
3460
+ */
3461
+
3462
+ .tutor-quiz-feedback-mode {
3463
+ position: relative;
3464
+ }
3465
+ .tutor-quiz-feedback-mode:not(:last-child) {
3466
+ margin-right: 16px;
3467
+ }
3468
+
3469
+ .tutor-quiz-feedback-mode-option {
3470
+ border-radius: 3px;
3471
+ border: solid 1px #dedede;
3472
+ padding: 15px 15px 15px 40px;
3473
+ transition: 0.2s ease;
3474
+ max-width: 210px;
3475
+ }
3476
+
3477
+ .tutor-quiz-feedback-option-option-title {
3478
+ margin-bottom: 10px !important;
3479
+ }
3480
+
3481
+ .tutor-quiz-feedback-option-subtitle {
3482
+ margin: 0 !important;
3483
+ font-size: 12px;
3484
+ line-height: 1.67;
3485
+ color: #505469;
3486
+ }
3487
+ .tutor-quiz-feedback-option-subtitle a {
3488
+ font-weight: 500;
3489
+ color: inherit;
3490
+ text-decoration: underline !important;
3491
+ }
3492
+
3493
+ .tutor-quiz-feedback-mode input[type="radio"] {
3494
+ display: none;
3495
+ }
3496
+
3497
+ .tutor-quiz-feedback-mode .radio-icon {
3498
+ position: absolute;
3499
+ top: 16px;
3500
+ left: 16px;
3501
+ z-index: 1;
3502
+ margin: 0;
3503
+ width: 16px;
3504
+ height: 16px;
3505
+ border-radius: 50%;
3506
+ box-shadow: inset 0 0 0 2px #dcdce1;
3507
+ transition: 0.2s ease;
3508
+ }
3509
+ .tutor-quiz-feedback-mode input[type="radio"]:checked + .radio-icon {
3510
+ box-shadow: inset 0 0 0 5px #3e64de;
3511
+ background: #fff;
3512
+ }
3513
+ .tutor-quiz-feedback-mode
3514
+ input[type="radio"]:checked
3515
+ ~ .tutor-quiz-feedback-mode-option {
3516
+ background: #fff;
3517
+ }
3518
+
3519
+ /* Fixing course builder css overlap issue */
3520
+ #tutor-course-topics h2, #tutor-instructors h2 {
3521
+ display: block;
3522
+ }
3523
+ #tutor-course-topics .tutor-course-builder-header.has-postbox-header {
3524
+ top: -56px;
3525
+ right: 96px;
3526
+ }
assets/css/tutor-front.css CHANGED
@@ -137,8 +137,8 @@ body {
137
  border: 5px solid var(--tutor-primary-color);
138
  }
139
 
140
- /**
141
- * Important Layout Styles
142
  */
143
  .tutor-container {
144
  padding-left: 15px;
@@ -295,11 +295,11 @@ body {
295
  }
296
  }
297
 
298
- /*
299
- .tutor-course-content-content{
300
- font-size: 14px;
301
- line-height: 21px;
302
- }
303
  */
304
  .tutor-segment-title, .tutor-single-course-segment .tutor-segment-title {
305
  font-size: 18px;
@@ -1506,11 +1506,11 @@ span.toogle-informaiton-icon {
1506
  /*******************/
1507
  /*end tutor review form*/
1508
  /*******************/
1509
- /**
1510
- Tutor Dashboard Content
1511
  */
1512
- /*
1513
- Form CSS
1514
  */
1515
  .tutor-form-row {
1516
  display: -webkit-box;
@@ -1682,8 +1682,8 @@ ul.tutor-required-fields {
1682
  position: relative;
1683
  }
1684
 
1685
- /**
1686
- Course question and answer
1687
  */
1688
  /* ********************* */
1689
  /* Question and Answer */
@@ -2254,8 +2254,8 @@ Course question and answer
2254
  }
2255
 
2256
  .answer-type-image_matching .quiz-answer-item-matching {
2257
- /*display: inline-block;
2258
- width: 190px;
2259
  margin-right: 10px;*/
2260
  display: block;
2261
  }
@@ -2349,8 +2349,8 @@ Course question and answer
2349
  outline-offset: 0 !important;
2350
  }
2351
 
2352
- /**
2353
- * Pagination
2354
  */
2355
  .tutor-next-previous-pagination-wrap {
2356
  display: -webkit-box;
@@ -2365,8 +2365,8 @@ Course question and answer
2365
  color: var(--tutor-primary-color);
2366
  }
2367
 
2368
- /**
2369
- Icon Css
2370
  */
2371
  div[class*="tutor-course-col"] {
2372
  padding-left: 15px;
@@ -2849,8 +2849,8 @@ div[class*="tutor-course-col"] {
2849
  margin-right: 5px;
2850
  }
2851
 
2852
- /**
2853
- Topicstutor-course-title
2854
  */
2855
  .tutor-course-enrolled-wrap {
2856
  margin: 0 -20px -20px !important;
@@ -2877,9 +2877,9 @@ Topicstutor-course-title
2877
  color: var(--tutor-success-button-color);
2878
  }
2879
 
2880
- /**
2881
- Notice and others message
2882
- Alert Box Css
2883
  */
2884
  .tutor-notice-warning {
2885
  background-color: #fcf8e3;
@@ -2918,8 +2918,8 @@ Alert Box Css
2918
  border: 1px solid #d8000c;
2919
  }
2920
 
2921
- /**
2922
- End Alert box css
2923
  */
2924
  .cart-required-login,
2925
  .cart-required-login a,
@@ -3187,8 +3187,8 @@ button.tutor-profile-photo-upload-btn:hover {
3187
  top: 10px;
3188
  }
3189
 
3190
- /**
3191
- Instructor
3192
  */
3193
  .single-instructor-wrap {
3194
  border: 1px solid #e8eff1;
@@ -4175,8 +4175,8 @@ Instructor
4175
  color: #fff;
4176
  }
4177
 
4178
- /*
4179
- social share
4180
  */
4181
  .tutor-single-course-meta ul li.tutor-social-share {
4182
  float: right;
@@ -4328,8 +4328,8 @@ social share
4328
  margin-right: 0;
4329
  }
4330
 
4331
- /**
4332
- * Tutor Front-End Modal
4333
  */
4334
  .tutor-frontend-modal {
4335
  position: fixed;
@@ -4513,9 +4513,9 @@ button.tm-close.tutor-icon-line-cross:hover {
4513
  margin-bottom: 40px;
4514
  }
4515
 
4516
- /**
4517
- * Course adding page
4518
- * Course Builder
4519
  */
4520
  #tutor-course-topics a {
4521
  text-decoration: none;
@@ -4828,9 +4828,9 @@ p.course-empty-content {
4828
  padding: 0px;
4829
  }
4830
 
4831
- /*
4832
- .tutor-course-builder-btn-group button + button{
4833
- margin-left: 10px;
4834
  }*/
4835
  .tutor-course-builder-button {
4836
  line-height: 35px;
@@ -4907,11 +4907,11 @@ p.course-empty-content {
4907
  color: #fff;
4908
  }
4909
 
4910
- /**
4911
- End Course Builder
4912
  */
4913
- /**
4914
- Updating Messsage
4915
  */
4916
  .tutor-updating-message:before {
4917
  display: inline-block;
@@ -4930,8 +4930,8 @@ Updating Messsage
4930
  margin-left: 6px;
4931
  }
4932
 
4933
- /**
4934
- Lesson Edit Modal
4935
  */
4936
  .lesson-modal-close-wrap a {
4937
  background: #ffffff;
@@ -5038,11 +5038,11 @@ a.tutor-lesson-thumbnail-delete-btn {
5038
  margin-bottom: 10px;
5039
  }
5040
 
5041
- /**
5042
- END: Lesson Modal
5043
  */
5044
- /**
5045
- Quiz Modal
5046
  */
5047
  .tutor-modal-wrap {
5048
  opacity: 0;
@@ -5872,8 +5872,8 @@ button#quiz-answer-edit-btn:hover {
5872
  background-color: var(--tutor-success-button-color);
5873
  }
5874
 
5875
- /**
5876
- Tutor Media Upload
5877
  */
5878
  .tutor-media-upload-wrap {
5879
  border: 1px solid #dedede;
@@ -5918,8 +5918,8 @@ Tutor Media Upload
5918
  margin-bottom: 10px;
5919
  }
5920
 
5921
- /**
5922
- #End Quiz Modal
5923
  */
5924
  /* Start Tutor FrontEnd Course Builder*/
5925
  .tutor-metabox-add-topics,
@@ -6049,8 +6049,8 @@ Tutor Media Upload
6049
  margin-top: 20px;
6050
  }
6051
 
6052
- /*
6053
- Tutor Instructor
6054
  */
6055
  .tutor-course-available-instructors {
6056
  display: -webkit-box;
@@ -6234,11 +6234,11 @@ input:checked + .btn-slider:before {
6234
  height: 100%;
6235
  }
6236
 
6237
- /**
6238
- Frontend Course Builder
6239
  */
6240
- /**
6241
- Video MetaBox
6242
  */
6243
  .select2-selection__rendered [class^="tutor-icon-"] {
6244
  display: inline-block;
@@ -6351,8 +6351,8 @@ Video MetaBox
6351
  margin: 40px 50px;
6352
  }
6353
 
6354
- /**
6355
- Content Drip (Pro)
6356
  */
6357
  .content-drip-message-wrap {
6358
  margin: 120px;
@@ -6377,12 +6377,12 @@ Content Drip (Pro)
6377
  color: var(--tutor-primary-color);
6378
  }
6379
 
6380
- /**
6381
- END Content Drip
6382
  */
6383
- /**
6384
- * Alert CSS
6385
- * since v.1.4.1
6386
  */
6387
  .tutor-alert {
6388
  border: 1px solid #f8a201;
@@ -6459,11 +6459,11 @@ END Content Drip
6459
  margin: 0;
6460
  }
6461
 
6462
- /**
6463
- END Alert CSS
6464
  */
6465
- /**
6466
- GradeBook
6467
  */
6468
  .gradename-bg {
6469
  text-align: center;
@@ -6555,11 +6555,11 @@ table.course-single-gradebooks a {
6555
  color: #ffffff;
6556
  }
6557
 
6558
- /**
6559
- * END Gradebook
6560
  */
6561
- /**
6562
- * Tutor BuddyPress Addon CSS
6563
  */
6564
  .tutor-bp-message-recipient-header {
6565
  display: -webkit-box;
@@ -6629,18 +6629,18 @@ table.course-single-gradebooks a {
6629
  text-decoration: underline !important;
6630
  }
6631
 
6632
- /**
6633
- * END Tutor BuddyPress
6634
  */
6635
- /**
6636
- * Oxygen Integration CSS
6637
  */
6638
  .oxy-tutor-element {
6639
  width: 100%;
6640
  }
6641
 
6642
- /**
6643
- * END Oxygen Integration CSS
6644
  */
6645
  /* *********************** */
6646
  /* Tutor Dashboard */
@@ -6849,8 +6849,8 @@ table.course-single-gradebooks a {
6849
  }
6850
 
6851
  /* End dashboard profile completion warning */
6852
- /**
6853
- * Dashboard Table
6854
  */
6855
  .tutor-dashboard-info-table-wrap {
6856
  margin-bottom: 30px;
@@ -6921,8 +6921,8 @@ table.course-single-gradebooks a {
6921
  background-color: var(--tutor-success-button-color);
6922
  }
6923
 
6924
- /**
6925
- * Tutor Dashboard Review
6926
  */
6927
  .tutor-dashboard-single-review {
6928
  border: 1px solid #dcdfe5;
@@ -7998,8 +7998,8 @@ table.tutor-dashboard-statement-table p.small-text {
7998
  margin-left: 5px;
7999
  }
8000
 
8001
- /**
8002
- UI DatePicker
8003
  */
8004
  .ui-datepicker {
8005
  background-color: #fff;
@@ -8079,7 +8079,6 @@ UI DatePicker
8079
 
8080
  .ui-datepicker .ui-datepicker-calendar td {
8081
  border-radius: 4px;
8082
- -webkit-transition: background-color 0.1s ease-in-out,
8083
  color 0.1s ease-in-out;
8084
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
8085
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
8086
  }
@@ -8145,8 +8144,8 @@ UI DatePicker
8145
  border: 0;
8146
  }
8147
 
8148
- /**
8149
- * Tutor Course Delete Popup
8150
  */
8151
  .tutor-course-delete-popup {
8152
  text-align: center;
@@ -8218,8 +8217,8 @@ UI DatePicker
8218
  }
8219
  }
8220
 
8221
- /**
8222
- Withdraw Method
8223
  */
8224
  .withdraw-method-select-wrap {
8225
  display: -webkit-box;
@@ -9125,8 +9124,8 @@ label[for="tutor_withdraw_amount"] {
9125
  top: 9px;
9126
  }
9127
 
9128
- /*
9129
- * Course Level Meta
9130
  */
9131
  .tutor-course-level-meta {
9132
  display: -webkit-box;
@@ -9152,8 +9151,8 @@ label[for="tutor_withdraw_amount"] {
9152
  align-items: center;
9153
  }
9154
 
9155
- /*
9156
- * Course Builder Attachments
9157
  */
9158
  .tutor-course-builder-attachements {
9159
  display: -webkit-box;
@@ -9241,8 +9240,8 @@ label[for="tutor_withdraw_amount"] {
9241
  flex-wrap: wrap;
9242
  }
9243
 
9244
- /**
9245
- Course Settings Tabs
9246
  */
9247
  #tutor-metabox-course-settings-tabs {
9248
  background-color: #fff;
@@ -9329,8 +9328,8 @@ Course Settings Tabs
9329
  margin-top: 0;
9330
  }
9331
 
9332
- /**
9333
- Content Drip (Pro)
9334
  */
9335
  .lesson-modal-form-wrap .lesson-content-drip-wrap {
9336
  padding: 10px;
137
  border: 5px solid var(--tutor-primary-color);
138
  }
139
 
140
+ /**
141
+ * Important Layout Styles
142
  */
143
  .tutor-container {
144
  padding-left: 15px;
295
  }
296
  }
297
 
298
+ /*
299
+ .tutor-course-content-content{
300
+ font-size: 14px;
301
+ line-height: 21px;
302
+ }
303
  */
304
  .tutor-segment-title, .tutor-single-course-segment .tutor-segment-title {
305
  font-size: 18px;
1506
  /*******************/
1507
  /*end tutor review form*/
1508
  /*******************/
1509
+ /**
1510
+ Tutor Dashboard Content
1511
  */
1512
+ /*
1513
+ Form CSS
1514
  */
1515
  .tutor-form-row {
1516
  display: -webkit-box;
1682
  position: relative;
1683
  }
1684
 
1685
+ /**
1686
+ Course question and answer
1687
  */
1688
  /* ********************* */
1689
  /* Question and Answer */
2254
  }
2255
 
2256
  .answer-type-image_matching .quiz-answer-item-matching {
2257
+ /*display: inline-block;
2258
+ width: 190px;
2259
  margin-right: 10px;*/
2260
  display: block;
2261
  }
2349
  outline-offset: 0 !important;
2350
  }
2351
 
2352
+ /**
2353
+ * Pagination
2354
  */
2355
  .tutor-next-previous-pagination-wrap {
2356
  display: -webkit-box;
2365
  color: var(--tutor-primary-color);
2366
  }
2367
 
2368
+ /**
2369
+ Icon Css
2370
  */
2371
  div[class*="tutor-course-col"] {
2372
  padding-left: 15px;
2849
  margin-right: 5px;
2850
  }
2851
 
2852
+ /**
2853
+ Topicstutor-course-title
2854
  */
2855
  .tutor-course-enrolled-wrap {
2856
  margin: 0 -20px -20px !important;
2877
  color: var(--tutor-success-button-color);
2878
  }
2879
 
2880
+ /**
2881
+ Notice and others message
2882
+ Alert Box Css
2883
  */
2884
  .tutor-notice-warning {
2885
  background-color: #fcf8e3;
2918
  border: 1px solid #d8000c;
2919
  }
2920
 
2921
+ /**
2922
+ End Alert box css
2923
  */
2924
  .cart-required-login,
2925
  .cart-required-login a,
3187
  top: 10px;
3188
  }
3189
 
3190
+ /**
3191
+ Instructor
3192
  */
3193
  .single-instructor-wrap {
3194
  border: 1px solid #e8eff1;
4175
  color: #fff;
4176
  }
4177
 
4178
+ /*
4179
+ social share
4180
  */
4181
  .tutor-single-course-meta ul li.tutor-social-share {
4182
  float: right;
4328
  margin-right: 0;
4329
  }
4330
 
4331
+ /**
4332
+ * Tutor Front-End Modal
4333
  */
4334
  .tutor-frontend-modal {
4335
  position: fixed;
4513
  margin-bottom: 40px;
4514
  }
4515
 
4516
+ /**
4517
+ * Course adding page
4518
+ * Course Builder
4519
  */
4520
  #tutor-course-topics a {
4521
  text-decoration: none;
4828
  padding: 0px;
4829
  }
4830
 
4831
+ /*
4832
+ .tutor-course-builder-btn-group button + button{
4833
+ margin-left: 10px;
4834
  }*/
4835
  .tutor-course-builder-button {
4836
  line-height: 35px;
4907
  color: #fff;
4908
  }
4909
 
4910
+ /**
4911
+ End Course Builder
4912
  */
4913
+ /**
4914
+ Updating Messsage
4915
  */
4916
  .tutor-updating-message:before {
4917
  display: inline-block;
4930
  margin-left: 6px;
4931
  }
4932
 
4933
+ /**
4934
+ Lesson Edit Modal
4935
  */
4936
  .lesson-modal-close-wrap a {
4937
  background: #ffffff;
5038
  margin-bottom: 10px;
5039
  }
5040
 
5041
+ /**
5042
+ END: Lesson Modal
5043
  */
5044
+ /**
5045
+ Quiz Modal
5046
  */
5047
  .tutor-modal-wrap {
5048
  opacity: 0;
5872
  background-color: var(--tutor-success-button-color);
5873
  }
5874
 
5875
+ /**
5876
+ Tutor Media Upload
5877
  */
5878
  .tutor-media-upload-wrap {
5879
  border: 1px solid #dedede;
5918
  margin-bottom: 10px;
5919
  }
5920
 
5921
+ /**
5922
+ #End Quiz Modal
5923
  */
5924
  /* Start Tutor FrontEnd Course Builder*/
5925
  .tutor-metabox-add-topics,
6049
  margin-top: 20px;
6050
  }
6051
 
6052
+ /*
6053
+ Tutor Instructor
6054
  */
6055
  .tutor-course-available-instructors {
6056
  display: -webkit-box;
6234
  height: 100%;
6235
  }
6236
 
6237
+ /**
6238
+ Frontend Course Builder
6239
  */
6240
+ /**
6241
+ Video MetaBox
6242
  */
6243
  .select2-selection__rendered [class^="tutor-icon-"] {
6244
  display: inline-block;
6351
  margin: 40px 50px;
6352
  }
6353
 
6354
+ /**
6355
+ Content Drip (Pro)
6356
  */
6357
  .content-drip-message-wrap {
6358
  margin: 120px;
6377
  color: var(--tutor-primary-color);
6378
  }
6379
 
6380
+ /**
6381
+ END Content Drip
6382
  */
6383
+ /**
6384
+ * Alert CSS
6385
+ * since v.1.4.1
6386
  */
6387
  .tutor-alert {
6388
  border: 1px solid #f8a201;
6459
  margin: 0;
6460
  }
6461
 
6462
+ /**
6463
+ END Alert CSS
6464
  */
6465
+ /**
6466
+ GradeBook
6467
  */
6468
  .gradename-bg {
6469
  text-align: center;
6555
  color: #ffffff;
6556
  }
6557
 
6558
+ /**
6559
+ * END Gradebook
6560
  */
6561
+ /**
6562
+ * Tutor BuddyPress Addon CSS
6563
  */
6564
  .tutor-bp-message-recipient-header {
6565
  display: -webkit-box;
6629
  text-decoration: underline !important;
6630
  }
6631
 
6632
+ /**
6633
+ * END Tutor BuddyPress
6634
  */
6635
+ /**
6636
+ * Oxygen Integration CSS
6637
  */
6638
  .oxy-tutor-element {
6639
  width: 100%;
6640
  }
6641
 
6642
+ /**
6643
+ * END Oxygen Integration CSS
6644
  */
6645
  /* *********************** */
6646
  /* Tutor Dashboard */
6849
  }
6850
 
6851
  /* End dashboard profile completion warning */
6852
+ /**
6853
+ * Dashboard Table
6854
  */
6855
  .tutor-dashboard-info-table-wrap {
6856
  margin-bottom: 30px;
6921
  background-color: var(--tutor-success-button-color);
6922
  }
6923
 
6924
+ /**
6925
+ * Tutor Dashboard Review
6926
  */
6927
  .tutor-dashboard-single-review {
6928
  border: 1px solid #dcdfe5;
7998
  margin-left: 5px;
7999
  }
8000
 
8001
+ /**
8002
+ UI DatePicker
8003
  */
8004
  .ui-datepicker {
8005
  background-color: #fff;
8079
 
8080
  .ui-datepicker .ui-datepicker-calendar td {
8081
  border-radius: 4px;
 
8082
  color 0.1s ease-in-out;
8083
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
8084
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
8085
  }
8144
  border: 0;
8145
  }
8146
 
8147
+ /**
8148
+ * Tutor Course Delete Popup
8149
  */
8150
  .tutor-course-delete-popup {
8151
  text-align: center;
8217
  }
8218
  }
8219
 
8220
+ /**
8221
+ Withdraw Method
8222
  */
8223
  .withdraw-method-select-wrap {
8224
  display: -webkit-box;
9124
  top: 9px;
9125
  }
9126
 
9127
+ /*
9128
+ * Course Level Meta
9129
  */
9130
  .tutor-course-level-meta {
9131
  display: -webkit-box;
9151
  align-items: center;
9152
  }
9153
 
9154
+ /*
9155
+ * Course Builder Attachments
9156
  */
9157
  .tutor-course-builder-attachements {
9158
  display: -webkit-box;
9240
  flex-wrap: wrap;
9241
  }
9242
 
9243
+ /**
9244
+ Course Settings Tabs
9245
  */
9246
  #tutor-metabox-course-settings-tabs {
9247
  background-color: #fff;
9328
  margin-top: 0;
9329
  }
9330
 
9331
+ /**
9332
+ Content Drip (Pro)
9333
  */
9334
  .lesson-modal-form-wrap .lesson-content-drip-wrap {
9335
  padding: 10px;
assets/css/tutor-front.min.css CHANGED
@@ -1,3 +1,3 @@
1
- :root{--tutor-primary-color: #1B52D8;--tutor-primary-hover-color: #1b52a9;--tutor-text-color: #4B5981;--tutor-light-color: #B1B8C9;--tutor-success-button-color: #4BD863;--tutor-text-size: 16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tutor-wrap{color:var(--tutor-text-color)}.tutor-wrap img{max-width:100%;height:auto}.tutor-custom-list-style{list-style:none;margin:0;padding:0}.tutor-custom-list-style li{position:relative;margin-bottom:5px;line-height:30px;padding-left:25px}.tutor-custom-list-style li:before{content:'\e90f';position:absolute;left:0;font-family:'tutor';color:var(--tutor-primary-color)}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:15px;height:15px;top:-6.5px;cursor:pointer}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.tutor-styled-radio>span{position:relative;padding-left:30px;cursor:pointer}.tutor-styled-radio>span::before{content:'';height:18px;width:18px;background:#F1F3F7;border:1px solid #DCDFE5;border-radius:50%;position:absolute;top:50%;margin-top:-9px;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:200ms;transition:200ms}.tutor-styled-radio>input{display:none !important}.tutor-styled-radio>input:checked+span::before{border:5px solid var(--tutor-primary-color)}.tutor-container{padding-left:15px;padding-right:15px;max-width:1140px;margin-right:auto;margin-left:auto;width:100%}.tutor-container.tutor-fluid{max-width:100%}.tutor-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tutor-col-auto,.tutor-col,.tutor-col-3,.tutor-col-4,.tutor-col-5,.tutor-col-6,.tutor-col-7,.tutor-col-8,.tutor-col-9,.tutor-col-12{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.tutor-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tutor-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tutor-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tutor-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tutor-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tutor-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tutor-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tutor-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tutor-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 991px){.tutor-col-auto,.tutor-col,.tutor-col-3,.tutor-col-4,.tutor-col-6,.tutor-col-8,.tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tutor-col-md-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width: 767px){.tutor-col-auto,.tutor-col,.tutor-col-3,.tutor-col-4,.tutor-col-6,.tutor-col-8,.tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tutor-segment-title,.tutor-single-course-segment .tutor-segment-title{font-size:18px;line-height:23px;font-weight:500;margin-bottom:13px;color:#000}.tutor-single-course-segment{margin-bottom:45px}.tutor-full-width-course-top h4,.tutor-full-width-course-top h5,.tutor-full-width-course-top h6{color:#000;font-weight:500}.tutor-full-width-course-top h6{font-size:14px}.tutor-leadinfo-top-meta{font-size:14px;margin-bottom:10px}.tutor-leadinfo-top-meta span{display:inline-block;margin-right:10px}.tutor-leadinfo-top-meta span i::before{margin-left:0}.tutor-leadinfo-top-meta i{margin-right:4px}.tutor-single-course-rating{color:#F8C51C;font-size:16px}.tutor-single-course-rating .tutor-single-rating-count{color:var(--tutor-text-color);font-weight:500}.tutor-single-course-rating .tutor-single-rating-count i{color:var(--tutor-light-color);font-style:normal;display:inline-block;margin-left:4px}.tutor-course-header-h1{font-size:36px;line-height:46px;color:var(--tutor-text-color);font-weight:500;margin:0 0 29px;padding:0}@media (max-width: 767px){.tutor-course-header-h1{font-size:26px;line-height:36px}}.tutor-course-summery{margin-bottom:40px}.tutor-single-course-meta{color:var(--tutor-text-color)}.tutor-single-course-meta ul{list-style:none;margin:0;padding:10px 0;overflow:hidden;line-height:21px}.tutor-single-course-meta.tutor-meta-top ul{padding-top:0;padding-bottom:15px}.tutor-single-course-meta ul li{float:left;vertical-align:top;margin-right:40px;margin-top:5px;margin-bottom:5px;min-width:95px}@media (max-width: 575px){.tutor-single-course-meta ul li{margin-right:10px}}.tutor-single-course-meta ul li:last-child{margin-right:0}.tutor-single-course-meta .tutor-single-course-avatar img{height:21px;width:21px;display:block;border-radius:50%;margin-right:3px}.tutor-single-course-meta ul li .tutor-single-course-avatar span{height:21px;width:21px;font-size:9px;text-align:center;line-height:21px;border-radius:50%;display:block;color:#ffffff}.tutor-single-course-meta ul li>div{display:inline-block;vertical-align:top}.tutor-single-course-meta ul li strong{margin:0;display:inline-block;line-height:21px;font-weight:400;color:var(--tutor-light-color);font-size:var(--tutor-text-size)}.tutor-single-course-meta ul li a{color:var(--tutor-text-color);font-weight:500;-webkit-transition:300ms;transition:300ms}.tutor-single-course-meta ul li a:hover{color:var(--tutor-primary-color)}.tutor-single-course-meta.tutor-meta-top ul li,.tutor-single-course-meta.tutor-meta-top ul li a{font-weight:700}.tutor-single-course-meta ul li{font-weight:500;color:var(--tutor-text-color)}.tutor-single-course-meta ul li span{color:var(--tutor-light-color);font-weight:400}.tutor-single-course-meta.tutor-lead-meta{margin-bottom:33px;border-top:1px solid #DCDFE5;border-bottom:1px solid #DCDFE5}@media (max-width: 991px){.tutor-single-course-meta.tutor-lead-meta{border-bottom:none}.tutor-single-course-meta.tutor-lead-meta ul{padding-bottom:0}.tutor-single-course-meta.tutor-lead-meta ul li{margin:5px;padding:5px 15px;border:1px solid #ddd;border-radius:4px}}.tutor-single-course-meta.tutor-lead-meta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 991px){.tutor-single-course-meta.tutor-lead-meta ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.tutor-single-course-meta.tutor-lead-meta ul li span{display:block;margin-bottom:5px;color:var(--tutor-light-color)}.tutor-single-course-meta.tutor-lead-meta ul li a{color:var(--tutor-text-color);-webkit-transition:300ms;transition:300ms}.tutor-single-course-meta.tutor-lead-meta ul li a:hover{color:var(--tutor-primary-color)}.tutor-single-course-meta.tutor-lead-meta ul li a:not(:last-child):after{content:',';margin-right:4px}@media (max-width: 575px){.tutor-single-course-meta.tutor-lead-meta ul{display:block}.tutor-single-course-meta.tutor-lead-meta ul li{display:block;border:none;margin:0;width:100%;padding:0 0 10px}.tutor-single-course-meta.tutor-lead-meta ul li span{display:inline-block;color:var(--tutor-text-color);font-weight:700}.tutor-single-course-meta.tutor-lead-meta ul li span::after{content:':';color:var(--tutor-text-color)}}.tutor-course-benefits-content ul{list-style:none;display:block;overflow:hidden;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin:0}.tutor-course-topics-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.tutor-course-topics-header .tutor-course-topics-header-right span:not(:first-child){margin-left:45px}.tutor-course-topics-contents h4{font-size:var(--tutor-text-size);font-weight:500;margin-bottom:0;color:var(--tutor-text-color)}.tutor-course-topics-contents .tutor-course-title{cursor:pointer}.tutor-course-topics-contents .tutor-course-title h4{color:var(--tutor-primary-color);font-size:16px;line-height:25px;overflow:hidden;margin-top:0}.tutor-course-topic.tutor-active .tutor-course-title h4>i:before{content:"\e910"}.tutor-course-topics-contents .tutor-course-title h4 i{font-size:15px;line-height:25px;float:left;margin-right:10px}.tutor-course-topics-contents .tutor-course-topic{border:1px solid #DCE4E6;margin-bottom:20px;border-radius:5px}.tutor-course-title,.tutor-course-lesson{padding:14px 20px}.tutor-course-lesson{border-top:1px solid #DCE4E6}.tutor-course-lesson h5{line-height:22px;font-size:var(--tutor-text-size);margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;color:inherit;margin-top:0}.tutor-course-lesson h5 a{color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-course-lesson h5 a:hover{color:var(--tutor-primary-hover-color)}.tutor-course-lesson h5 i{line-height:22px;vertical-align:text-top;margin-right:10px;color:var(--tutor-light-color);display:block}.tutor-course-lesson h5 .lesson-preview-icon i{margin-right:0;margin-left:10px}.tutor-course-lesson h5 .tutor-lesson-duration{margin-left:auto;padding-left:5px;-ms-flex-item-align:start;align-self:flex-start}.tutor-course-lesson .lesson-preview-title{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}table.course-single-gradebooks .datetime{margin:0;font-size:80%}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon{height:50px;width:70px;border-radius:3px;text-align:center;line-height:50px;color:#fff;margin-right:10px;position:relative;z-index:1;overflow:hidden;font-size:20px;background-position:center center !important;background-size:cover !important}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon:after{position:absolute;content:'';left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.5);z-index:-1}.tutor-single-lesson-button-group,.tutor-topics-lesson-list .tutor-topics-in-single-lesson{border-radius:4px;margin-bottom:30px;border:1px solid #e8eff1}.tutor-single-lesson-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.tutor-lesson-sidebar{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}@media (max-width: 991px){.tutor-lesson-sidebar{position:absolute;left:0;top:70px;width:400px;max-width:95%;height:calc(100% - 70px);z-index:9;background:#fff;overflow-y:auto;display:none}}.tutor-spotlight-mode .tutor-lesson-sidebar{position:fixed;left:0;width:400px;height:100vh;overflow-y:scroll;background:#f4f8fa}.tutor-spotlight-mode #tutor-single-entry-content{padding-left:400px;min-height:calc(100vh - 46px)}.tutor-spotlight-mode #tutor-single-entry-content.sidebar-hidden{padding-left:0}@media (max-width: 991px){.tutor-spotlight-mode .tutor-lesson-sidebar{position:absolute;width:350px;height:auto}.tutor-spotlight-mode #tutor-single-entry-content{padding-left:0}}.admin-bar .tutor-spotlight-mode .tutor-lesson-sidebar{height:calc(100vh - 32px)}.tutor-single-entry-content{-webkit-box-flex:999;-ms-flex-positive:999;flex-grow:999}.tutor-single-lesson-button-group .tutor-single-lesson-button a,.tutor-topics-in-single-lesson .tutor-single-lesson-items a{padding:14px 100px 14px 17px;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--tutor-text-color);position:relative;border-top:1px solid #e8eff1}.tutor-single-lesson-button-group .tutor-single-lesson-button:first-child a{border-top:none}.tutor-lessons-under-topic .tutor-single-lesson-items.active a{background:rgba(233,235,238,0.35)}.tutor-topics-in-single-lesson{margin-bottom:5px;background-color:#ffffff;padding:0}.tutor-topics-in-single-lesson .tutor-single-lesson-items a span{margin:0;display:inline;color:var(--tutor-text-color)}.tutor-topics-in-single-lesson .tutor-topics-title{position:relative}.tutor-topics-in-single-lesson .tutor-topics-title button{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0 5px;font-size:16px;background:transparent;border:none;color:var(--tutor-text-color)}.tutor-topics-in-single-lesson.tutor-topic-active .tutor-topics-title button i::before{content:"\e910"}.tutor-topics-in-single-lesson .tutor-topics-title h3{margin:0;padding:10px 37px 10px 17px;font-size:16px;color:var(--tutor-primary-color);font-weight:500}.tutor-topics-in-single-lesson .tutor-topics-title h3{cursor:pointer;line-height:30px}span.toogle-informaiton-icon{background:#ccc;color:#fff;height:15px;width:15px;text-align:center;display:inline-block;line-height:15px;font-size:15px;border-radius:50%;margin-left:10px}.tutor-topics-in-single-lesson .tutor-topics-title h3 i{font-size:10px;margin-left:6px}.tutor-topics-in-single-lesson .tutor-topics-tutor-loop-rating-wraptitle h3 i{font-size:10px;vertical-align:middle;display:inline-block;padding:5px;color:#c7c7c7;-webkit-transition:300ms;transition:300ms;cursor:pointer}.tutor-topics-in-single-lesson .tutor-topics-title h3 i:hover{color:var(--tutor-primary-color)}.tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{color:#c7c7c7;line-height:22px;display:inline-block;vertical-align:middle;margin-right:10px}.tutor-topics-in-single-lesson .tutor-single-lesson-items a>i.tutor-icon-doubt{color:var(--tutor-primary-color)}.tutor-topics-in-single-lesson .tutor-topics-summery{padding:14px;border-top:1px solid #dce4e6;display:none}.tutor-lessons-under-topic .tutor-lesson-right-icons{position:absolute;right:15px;top:14px}.tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{height:16px;width:16px;border:1px solid #e8eff1;border-radius:50%;font-size:9px;display:inline-block;line-height:16px;text-align:center;margin:0;vertical-align:middle;margin-left:8px}.tutor-lessons-under-topic .tutor-single-lesson-items.active .tutor-lesson-right-icons .tutor-lesson-complete{border-color:#b7d6b7}.tutor-lessons-under-topic .tutor-single-lesson-items.active .tutor-lesson-right-icons .tutor-lesson-complete.tutor-done,.tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete.tutor-done{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);color:#fff}.tutor-lessons-under-topic .tutor-lesson-right-icons i{font-style:normal}.tutor-single-page-top-bar{background-color:var(--tutor-primary-color);height:70px;margin-bottom:50px;color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:15px}.tutor-single-page-top-bar .tutor-single-lesson-segment form,.tutor-single-page-top-bar .tutor-single-lesson-segment{margin-bottom:0}.tutor-single-page-top-bar a{color:#ffffff;vertical-align:middle;display:inline-block;overflow:hidden}.tutor-single-page-top-bar a i{float:left}@media (max-width: 546px){.tutor-single-page-top-bar a{font-size:14px}}.tutor-topbar-home-btn i{margin-right:7px}.tutor-topbar-home-btn{margin-left:20px}@media screen and (max-width: 546px){.tutor-topbar-home-btn{margin-left:10px}}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{background:transparent;color:#fff;padding-bottom:13px;cursor:pointer;border:1px solid #fff}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button i{font-size:14px}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button i::before{display:block;padding-top:2px}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button:hover{color:#fff;background:var(--tutor-primary-hover-color);border-color:var(--tutor-primary-hover-color)}.tutor-single-page-top-bar a:hover{color:#ffffff}.tutor-single-page-top-bar .tutor-topbar-content-title-wrap{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:999999;-ms-flex-positive:999999;flex-grow:999999}.tutor-single-page-top-bar .tutor-hide-sidebar-bar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.tutor-single-page-top-bar .tutor-topbar-mark-to-done{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media (max-width: 767px){.tutor-single-page-top-bar .tutor-topbar-content-title-wrap{display:none}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{padding:9px 14px}}@media (max-width: 767px){.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{padding:7px 12px;font-size:14px}}.tutor-single-page-top-bar .tutor-topbar-content-title-wrap i{vertical-align:middle;line-height:1;margin-right:3px}.tutor-lesson-content-area,.tutor-quiz-single-wrap{margin:0 100px 80px}@media (max-width: 1366px){.tutor-lesson-content-area,.tutor-quiz-single-wrap{margin:0 60px 80px}}@media (max-width: 991px){.tutor-lesson-content-area,.tutor-quiz-single-wrap{margin:0 40px}}.tutor-lesson-sidebar-hide-bar{background-color:var(--tutor-primary-hover-color);color:#ffffff;padding:0 12px;display:inline-block;line-height:70px}@media only screen and (max-width: 546px){.tutor-lesson-sidebar-hide-bar{padding:0 10px}}.tutor-single-page-top-bar a.tutor-lesson-sidebar-hide-bar i{font-size:20px;display:block;padding:25px 0}@media only screen and (max-width: 546px){.tutor-single-page-top-bar a.tutor-lesson-sidebar-hide-bar i{font-size:19px}}.sidebar-hidden a.tutor-lesson-sidebar-hide-bar .tutor-icon-angle-left:before{content:"\e903"}.tutor-sidebar-tabs-wrap{border-top:1px solid #e0e9ec}.tutor-tabs-btn-group{height:70px;display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-tabs-btn-group a{background-color:#f1f6f8;color:var(--tutor-text-color);display:block;line-height:70px;width:100%;text-align:center;border:1px solid #e0e9ec;border-top:none}.tutor-tabs-btn-group a span,.tutor-tabs-btn-group a i{font-size:24px;display:inline-block;vertical-align:top;line-height:70px}.tutor-tabs-btn-group a i{color:var(--tutor-primary-color)}.tutor-tabs-btn-group a span{font-size:15px;padding-left:3px}.tutor-tabs-btn-group a.active{background-color:#ffffff;border:none}.tutor-tabs-btn-group a:focus{outline:none}.tutor-single-lesson-segment{margin-bottom:35px}.tutor-single-lesson-wrap{background:#f4f8fa}.tutor-lesson-video-wrap .plyr--video{border-radius:4px}#tutor-lesson-sidebar-qa-tab-content{background-color:#ffffff;padding:20px}#tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap{border-top:1px solid #e8eff1;padding-top:25px}#tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap h3{color:var(--tutor-primary-color)}#tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap button.tutor_ask_question_btn{display:block;width:100%;background-color:var(--tutor-primary-color);border-color:var(--tutor-primary-color)}#tutor-lesson-sidebar-qa-tab-content .tutor_question_answer_wrap .tutor_original_question{margin-bottom:20px;margin-top:20px}.tutor-lesson-sidebar-emptyqa-wrap{text-align:center;padding:50px 20px;color:var(--tutor-text-color)}.tutor-lesson-sidebar-emptyqa-wrap h3{margin:0;padding:0 0 25px}.tutor-lesson-sidebar-emptyqa-wrap i{font-size:150px;color:#e8eff1;line-height:0.8}.tutor-attachments-wrap{margin:-3px -3px 15px -3px}.tutor-attachments-wrap .tutor-lesson-attachment{display:inline-block;border:1px solid #e8eff1;border-radius:4px;padding:10px 16px 10px 12px;overflow:hidden;background:#f4f7f8;margin:3px;-webkit-transition:300ms;transition:300ms}.tutor-attachments-wrap .tutor-lesson-attachment:hover{-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.15);box-shadow:0 2px 4px rgba(0,0,0,0.15)}.tutor-attachments-wrap .tutor-attachment-icon{font-size:30px;float:left;color:var(--tutor-text-color)}.tutor-attachments-wrap .tutor-attachment-icon i{display:block}.tutor-attachment-info{padding-left:10px;float:left}.tutor-attachment-info span{display:block;font-size:14px;line-height:16px;color:var(--tutor-text-color)}.tutor-attachment-info span+span{font-size:11px;color:var(--tutor-light-color)}.tutor-progress-bar-wrap{width:100%;margin:0 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-progress-bar{height:8px;color:#000000;line-height:25px;position:relative;background:#f1f1f1;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;border-radius:30px;margin-top:7.5px}.tutor-progress-bar .tutor-progress-filled{background-color:var(--tutor-primary-color);height:8px;border-radius:30px;width:var(--tutor-progress-left)}.tutor-dashboard-content-inner .tutor-progress-bar{margin-top:9.5px;height:5px}.tutor-dashboard-content-inner .tutor-progress-bar .tutor-progress-filled{height:5px}.tutor-progress-bar .tutor-progress-filled:after{content:"";position:absolute;height:15px;width:15px;border:7.5px solid var(--tutor-primary-color);border-radius:50%;background:#fff;left:var(--tutor-progress-left);-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);top:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.tutor-progress-percent{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;padding-left:20px}.tutor-course-purchase-box{margin-bottom:0}.tutor-price-preview-box .tutor-course-purchase-box button{display:block;width:100%;background:var(--tutor-primary-color);border-radius:3px;text-transform:uppercase;font-weight:500;cursor:pointer}.tutor-price-preview-box .tutor-course-purchase-box button i{margin-right:8px}.tutor-price-preview-box .tutor-course-enrolled-wrap,.tutor-price-preview-box .tutor-course-login-wrap,.tutor-price-preview-box .tutor-course-login-wrap form,.tutor-course-purchase-box form{margin-bottom:0}.tutor-price-preview-box .tutor-course-material-includes-wrap{margin-bottom:25px}.tutor-alert-warning.tutor-instructor-alert{padding:25px 25px 15px}.tutor-lead-info-btn-group{display:block;overflow:hidden;margin:0 -20px 25px;border-bottom:1px solid rgba(220,223,229,0.4);padding:0 20px 30px}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap{display:block;margin-top:15px}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap form{margin:0}.tutor-lead-info-btn-group a.tutor-button,.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap button{display:block;padding:18px 20px;border:none;text-align:center;border-radius:4px;text-transform:uppercase;line-height:1;-webkit-transition:300ms;transition:300ms;font-weight:700}.tutor-lead-info-btn-group a.tutor-button,.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap{width:100%;text-align:center;display:block}@media (max-width: 991px){.tutor-lead-info-btn-group a.tutor-button,.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap{width:auto}}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap button{display:block;width:100%;background:#e8eff1;color:var(--tutor-light-color)}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap button:hover{background:var(--tutor-primary-color);color:#ffffff}.tutor-single-add-to-cart-box .tutor-enroll-form{margin:0}.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap{padding:0}.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap button{display:block;width:100%;text-align:center}.tutor-single-add-to-cart-box.cart-required-login{position:relative}.tutor-single-add-to-cart-box.cart-required-login:before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;z-index:99;cursor:pointer}.tutor-course-enrolled-review-wrap .write-course-review-link-btn{color:#fff;background-color:var(--tutor-primary-color);border-color:var(--tutor-primary-color);display:inline-block;padding:15px 30px;border-radius:4px;text-transform:capitalize;line-height:1;-webkit-transition:300ms;transition:300ms}.tutor-course-enrolled-review-wrap .write-course-review-link-btn:hover{background-color:var(--tutor-primary-hover-color);border-color:var(--tutor-primary-hover-color)}.tutor-course-enrolled-review-wrap .tutor-form-group{margin-bottom:10px}.tutor-course-enrolled-review-wrap .tutor-form-group textarea{height:120px;background:#f7f7f7;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;border-radius:4px;line-height:1.5;text-indent:0;padding:15px}.tutor-write-review-form{margin-top:30px}.tutor-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px}.tutor-form-col-4,.tutor-form-col-6,.tutor-form-col-12{padding-left:15px;padding-right:15px}.tutor-form-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tutor-form-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-form-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}@media (max-width: 768px){.tutor-form-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-form-col-4,.tutor-form-col-6,.tutor-form-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}ul.tutor-required-fields{list-style:none;padding:10px;margin:0}.tutor-star-rating-group{color:#f4c150;display:inline-block;text-align:left}.tutor-star-rating-group i{margin-right:4px}@media (max-width: 546px){.tutor-write-review-box .tutor-star-rating-group{font-size:26px;display:block;text-align:center}}.tutor-write-review-box .tutor-star-rating-group i{margin-right:4px;cursor:pointer}.tutor-queston-and-answer-wrap{margin:20px 0}.tutor-question-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.tutor-ask-question-btn{text-align:right}.tutor-question-search-form{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.tutor-question-search-form form{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-question-search-form input[type="text"]{max-width:60%}.tutor-add-question-wrap{margin:20px 0}.tutor-add-question-wrap .tutor-form-group{margin-bottom:10px}.tutor_question_cancel{margin-right:5px}.updating-icon:before{font-family:"tutor";margin-right:5px;content:"\e91d";-webkit-animation:spin 1s steps(8) infinite;animation:spin 1s steps(8) infinite;display:inline-block}.loading-lesson .tutor-lesson-video-wrap:before{font-family:"tutor";content:"\e91d";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;z-index:9;position:absolute;left:50%;top:50%;font-size:50px;margin-left:-25px;margin-top:-12px}.loading-lesson .tutor-lesson-video-wrap:after{position:absolute;content:"";top:0;left:0;background:rgba(255,255,255,0.8);width:100%;height:100%}.tutor-lesson-video-wrap{position:relative}.tutor_question_area{padding:25px 20px;background:#f4f7f8;border-radius:4px}.tutor_question_area p:last-child{margin-bottom:0}.tutor_add_answer_row{text-align:right;margin-top:20px}.tutor_add_answer_row .tutor-form-group:last-child{margin-top:20px}.tutor_admin_answers_list_wrap+.tutor_add_answer_row,.tutor_admin_answers_list_wrap{margin-left:100px}@media (max-width: 991px){.tutor_admin_answers_list_wrap+.tutor_add_answer_row,.tutor_admin_answers_list_wrap{margin-left:30px}}.tutor_original_question{margin-bottom:30px}.tutor_admin_answers_list_wrap .tutor_individual_answer{margin-bottom:40px}.tutor_admin_answers_list_wrap .tutor_question_area{background:#edf9f1}.question-top-meta .tutor-question-avater a{display:inline-block}.question-top-meta .tutor-question-avater a span{height:50px;width:50px;border-radius:50%;display:block;line-height:50px;text-align:center;font-size:17px}.question-top-meta .tutor-question-avater a img{width:50px;height:50px;border-radius:50%}.question-top-meta{overflow:hidden;margin-bottom:20px}.question-top-meta .tutor-question-avater{float:left}.question-top-meta .review-meta{float:left;margin-bottom:0;margin-left:10px}.question-top-meta .review-meta a{display:block;font-size:18px;color:var(--tutor-text-color);line-height:20px}.question-top-meta .review-meta span{color:var(--tutor-light-color);vertical-align:text-top;display:block}.tutor_wp_editor_wrap .tutor-form-group a.tutor-button{margin-right:6px}.tutor-no-announcements{text-align:center}.tutor-announcement-meta{margin-bottom:10px;font-size:13px}.tutor-announcement{border:1px solid #eee;padding:20px;margin-top:30px;border-radius:4px}.announcement-delete-btn{float:right}.announcement-delete-btn a{color:var(--tutor-light-color);-webkit-transition:300ms;transition:300ms}.announcement-delete-btn a:hover{color:red}.tutor-announcement-title-wrap h3{color:var(--tutor-text-color);font-weight:500;margin-bottom:10px}.tutor-quiz-header span{background:#f88f1c;color:#ffffff;display:inline-block;padding:4px 10px;border-radius:4px;line-height:1;text-transform:uppercase;font-size:10px}.tutor-quiz-header h2{color:var(--tutor-text-color);font-size:36px;line-height:46px;font-weight:500;margin-bottom:15px}.tutor-quiz-header h5{color:var(--tutor-light-color)}.tutor-quiz-header h5 a{color:var(--tutor-text-color);font-weight:500}.tutor-quiz-header .tutor-quiz-meta{list-style:none;margin:20px 0 40px;padding:15px 0;border-top:1px solid #dcdfe5;border-bottom:1px solid #dcdfe5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-quiz-header .tutor-quiz-meta li{display:inline-block;color:var(--tutor-text-color)}.tutor-quiz-header .tutor-quiz-meta li strong{display:block;color:var(--tutor-light-color);font-weight:400}@media (max-width: 767px){.tutor-quiz-header .tutor-quiz-meta{display:block;border:none;padding:0}.tutor-quiz-header .tutor-quiz-meta li{display:block;color:var(--tutor-text-color);margin:5px;border:none;padding:0;border-radius:0}.tutor-quiz-header .tutor-quiz-meta li strong{display:inline-block;margin-right:5px}}@media (max-width: 1199.98px){.tutor-quiz-attempt-history{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.tutor-quiz-attempt-history-title{font-size:18px;color:var(--tutor-light-color);line-height:23px;font-weight:500;margin-bottom:15px;margin-top:70px}.tutor-quiz-attempt-history table{border-collapse:collapse;border-radius:4px;margin-bottom:0}.tutor-quiz-attempt-history th{font-weight:400}.tutor-quiz-attempt-history table,.tutor-quiz-attempt-history th,.tutor-quiz-attempt-history td{border:1px solid #e8eff1;padding:10px !important}.tutor-quiz-attempt-history table span.result-fail,.tutor-quiz-attempt-history table span.result-pass{display:inline-block;color:#fff;border-radius:2px;width:47px;height:26px;line-height:26px;text-align:center}.tutor-quiz-attempt-history table span.result-fail{background:#df3247}.tutor-quiz-attempt-history table span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-history table span.result-review-required{background:#f5b30d;padding:3px 5px;color:#fff;border-radius:2px;text-align:center;font-size:90%}.quiz-head-meta-info{color:var(--tutor-light-color);margin-bottom:40px}.quiz-head-meta-info span{color:var(--tutor-text-color)}#tutor-quiz-attempt-questions-wrap{margin-bottom:50px}.tutor-quiz-single-wrap .question-text{color:var(--tutor-text-color);font-size:20px;font-weight:600}.tutor-quiz-single-wrap .question-description{color:var(--tutor-text-color)}.quiz-attempt-single-question{margin-bottom:80px}.fill-in-the-blank-field .fill-in-the-blank-text-input{display:inline;border-top:none;border-left:none;border-right:none;border-bottom:1px dashed;background-color:transparent;padding:0px;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0 10px}.fill-in-the-blank-field .fill-in-the-blank-text-input:focus{background:none;outline:none}.tutor-quiz-answers-wrap{margin-bottom:50px}.tutor-quiz-answers-wrap textarea{background:transparent;border:1px solid #d4dadb;height:175px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;min-width:100%;margin-bottom:5px}.tutor-quiz-answers-wrap textarea:focus{background:transparent;outline:none !important}.tutor-quiz-answers-wrap p{margin:0;line-height:26px}.quiz-answer-input-body .quiz-answer-image-wrap{margin-top:10px;margin-bottom:10px;max-width:200px}.quiz-answer-image-wrap img{max-width:100%;height:auto}.tutor-quiz-answers-wrap label{display:block;margin-bottom:15px;cursor:pointer}.tutor-quiz-answers-wrap label.answer-view-image,.tutor-quiz-answers-wrap label.answer-view-text_image{text-align:center;margin:0 10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:25%}.quiz-answer-input-bottom{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:20px}.quiz-answer-input-bottom.wrong-answer{color:#e27c89}.quiz-answer-input-bottom.wrong-answer .quiz-answer-input-field{border:1px solid #e27c89;padding:5px 10px}.quiz-answer-input-bottom.right-answer{color:#86b324}.quiz-answer-input-bottom.right-answer .quiz-answer-input-field{border:1px solid #bbd58c;padding:5px 10px}.wrong-right-text{padding:5px 10px}.tutor-quiz-answers-wrap label input{display:none}.tutor-quiz-answers-wrap label input+span{width:20px;height:20px;border:1px solid #dedede;display:inline-block;border-radius:2px;position:relative;margin-right:5px}.tutor-quiz-answers-wrap label input:checked+span{background:var(--tutor-primary-color);border-color:var(--tutor-primary-color)}.tutor-quiz-answers-wrap label input:checked+span:after{content:"\e90f";position:absolute;font-family:"tutor";color:#fff;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:11px;line-height:1}.tutor-quiz-answers-wrap label input[type="radio"]+span{content:"";border-radius:50%;margin-right:4px;vertical-align:top;font-size:1em}.tutor-quiz-answers-wrap label input[type="radio"]+span:after{content:"";height:8px;width:8px;background:#fff;border-radius:50%;left:50%}.question-type-ordering-item{border:1px solid #d4dadb;padding:10px;margin-bottom:10px;width:250px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.question-type-ordering-item.ui-sortable-placeholder{background-color:transparent}.question-type-ordering-item .answer-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.question-type-ordering-item .answer-sorting-bar{cursor:pointer}.quiz-answer-item-matching{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:25%}.answer-type-matching .quiz-answer-matching-items-wrap .quiz-answer-item-matching{display:inline-block;max-width:none;width:25%;padding:0 10px;vertical-align:top}@media (max-width: 767px){.answer-type-matching .quiz-answer-matching-items-wrap .quiz-answer-item-matching{width:50%}}@media (max-width: 575px){.answer-type-matching .quiz-answer-matching-items-wrap .quiz-answer-item-matching{width:100%}}.answer-type-matching .quiz-answer-matching-items-wrap{margin:0 -10px}.quiz-answer-matching-droppable{height:48px;min-width:200px;border:1px dashed #d4dadb}.quiz-draggable-answer-item{padding:10px 20px;border:1px solid #d4dadb;margin-right:10px;margin-bottom:10px;background-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.quiz-draggable-answer-item .draggable-answer-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.quiz-draggable-rand-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:80px}.drop-hover{display:none}.quiz-answer-matching-droppable .drop-hover{background-color:#eeeeee;height:100%;width:100%;display:inline-block;float:left}.quiz-answer-matching-droppable .quiz-draggable-answer-item{width:100%;max-width:100%}.quiz-draggable-answer-item .draggable-answer-icon{margin-left:15px}.answer-type-image_matching .quiz-answer-item-matching{display:block}.answer-type-image_matching .quiz-answer-matching-items-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.answer-type-image_matching .quiz-answer-matching-droppable{width:100%;min-width:100%}.answer-type-image_matching img{width:100%;height:auto}.tutor-quiz-questions-pagination ul{margin:0;padding:0;list-style:none}.tutor-quiz-questions-pagination ul li{display:inline-block}.tutor-quiz-questions-pagination ul li a{background-color:var(--tutor-primary-color);padding:7px 13px;display:block;border-radius:50%;margin-right:10px;color:#ffffff}.tutor-quiz-questions-pagination ul li a:hover,.tutor-quiz-questions-pagination ul li a.active{background-color:var(--tutor-primary-color)}.quiz-image-answering-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:-10px;margin-right:-10px}.quiz-image-answering-wrap img{max-width:100%;height:auto}.quiz-image-answering-answer{margin-right:10px;margin-left:10px;width:15%}.quiz-image-answering-image-wrap{margin-bottom:20px}.tutor-quiz-answers-wrap .quiz-image-answering-input-field-wrap input{width:100%;display:block;border:1px solid #d4dadb;-webkit-box-shadow:none;box-shadow:none;background:transparent;border-radius:2px;height:42px}.tutor-quiz-answers-wrap .quiz-image-answering-input-field-wrap input:focus{background:transparent;outline-offset:0 !important}.tutor-next-previous-pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-next-previous-pagination-wrap a{color:var(--tutor-primary-color)}div[class*="tutor-course-col"]{padding-left:15px;padding-right:15px;margin-bottom:30px}.tutor-course-loop{background:#fff;color:#29303b;overflow:hidden;position:relative;vertical-align:top;border-radius:4px;-webkit-transition:300ms;transition:300ms;border:1px solid rgba(0,0,0,0.05);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-course-loop a,.tutor-widget-course a{text-decoration:none !important}.tutor-course-header{position:relative}.tutor-course-loop-header-meta{position:absolute;left:0;top:13px;width:100%;padding-left:13px;padding-right:13px;overflow:hidden}.tutor-course-loop-header-meta .tutor-course-wishlist{float:right;background:#fff;font-size:19px;padding:5px 5px;border-radius:3px;-webkit-transition:300ms;transition:300ms}.tutor-course-loop-header-meta .tutor-course-wishlist a{display:block;color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-course-loop-header-meta .tutor-course-wishlist:hover{background:var(--tutor-primary-color)}.tutor-course-loop-header-meta .tutor-course-wishlist:hover a{color:#fff}.tutor-course-loop-header-meta .tutor-course-wishlist a:focus{outline:none}.tutor-course-loop-header-meta .tutor-course-wishlist a.has-wish-listed:before{content:"\e908"}.tutor-course-loop-header-meta .tutor-course-wishlist a.updating-icon:before{content:"\e91d";margin-right:0}.tutor-course-loop-level{display:inline-block;background:#9013fe;padding:0 7px;color:#fff;font-size:12px;line-height:20px;border-radius:2px;-webkit-box-shadow:0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.1)}.tutor-course-loop:hover{-webkit-box-shadow:0 4px 23px rgba(0,0,0,0.1);box-shadow:0 4px 23px rgba(0,0,0,0.1)}.tutor-course-loop p{margin:0}.tutor-course-loop .tutor-course-header a,.tutor-course-loop .tutor-course-header a img{display:block;border-top-left-radius:4px;border-top-right-radius:4px}.tutor-loop-course-container{padding:25px 19px}.tutor-loop-rating-wrap{color:#f8c51c;margin-bottom:2px;font-size:16px}.tutor-rating-count{color:var(--tutor-text-color)}.tutor-rating-count i{font-style:normal;display:inline-block;margin-left:5px}.tutor-loop-rating-wrap i:before{margin-right:4px;margin-left:0}.tutor-course-loop-title h2{font-size:20px;line-height:28px;font-weight:600;margin-bottom:17px}.tutor-course-loop-title h2 a{color:var(--tutor-text-color)}.tutor-course-loop-title h2 a:hover{color:var(--tutor-primary-color)}.tutor-course-loop-meta{margin-bottom:15px;color:var(--tutor-text-color);font-size:var(--tutor-text-size)}.tutor-course-loop-meta>div{display:inline-block}.tutor-course-loop-meta>div i{font-size:16px;margin-right:4px}.tutor-course-loop-meta>div i,.tutor-course-loop-meta>div span{vertical-align:middle}.tutor-course-loop-meta>div+div{margin-left:10px}.tutor-loop-course-footer{padding:15px;border-top:1px solid rgba(0,0,0,0.05);color:#838791;font-size:12px;line-height:25px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-weight:400}.tutor-loop-course-footer:after{content:"";display:table;clear:both}.tutor-loop-course-footer span.woocommerce-Price-currencySymbol{vertical-align:top}.tutor-course-loop-price{color:var(--tutor-text-color);font-size:16px}.tutor-course-loop-price .price del{font-weight:400}.tutor-course-loop-price .price del span{text-decoration:line-through;color:var(--tutor-light-color)}.tutor-course-loop-price .price del>span{margin-right:6px}.tutor-course-loop-price .price del+ins{background:transparent;margin-left:0;text-decoration:none}.tutor-course-loop-price>.price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:600;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-loop-price>.price .subscription-details{font-size:15px;margin-left:4px;font-weight:400}.tutor-course-loop-price>.price .subscription-details+.tutor-loop-cart-btn-wrap{margin-left:0;margin-top:4px}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a{color:var(--tutor-text-color);position:relative;line-height:20px;vertical-align:top;display:block;font-weight:400;background:transparent;padding:0}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover{color:var(--tutor-primary-color)}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added{display:none}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a::before{content:"\e915";font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px;vertical-align:top;color:var(--tutor-primary-color)}@-webkit-keyframes mymove{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mymove{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tutor-course-loop:hover .tutor-loop-course-footer .tutor-loop-cart-btn-wrap{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-course-col-4{width:25%}.tutor-course-col-3{width:33.33%}.tutor-course-col-2{width:50%}.tutor-course-col-1{width:100%}.tutor-course-col-1 .tutor-course-loop{width:100%}.tutor-course-col-5{width:20%}.tutor-course-col-6{width:16.66%}@media (max-width: 991px){.tutor-course-col-6,.tutor-course-col-5,.tutor-course-col-4,.tutor-course-col-3,.tutor-course-col-2{width:50%}}@media (max-width: 575px){.tutor-course-col-6,.tutor-course-col-5,.tutor-course-col-4,.tutor-course-col-3,.tutor-course-col-2{width:100%}}.tutor-course-filter-wrap{margin-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-filter-form{display:inline-block;margin:0}.tutor-courses{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;padding:0}.tutor-loop-course-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.clearfix:before,.clearfix:after{display:block;clear:both;content:""}.tutor-loop-author,.tutor-meta{color:#bac0cf}.tutor-text-mute{color:#bac0cf;font-weight:400}.tutor-loop-author{overflow:hidden;font-size:var(--tutor-text-size)}.tutor-loop-author .tutor-single-course-avatar img{width:25px;height:25px;display:block;border-radius:50%;margin-right:6px}.tutor-loop-author .tutor-single-course-avatar .tutor-text-avatar{height:25px;width:25px;display:inline-block;border-radius:50%;text-align:center;line-height:25px;font-size:11px;margin-right:6px}.tutor-loop-author>div{display:inline-block;float:left}.tutor-loop-author>div a{color:var(--tutor-text-color);font-weight:500;-webkit-transition:300ms;transition:300ms}.tutor-loop-author>div a:hover{color:var(--tutor-primary-color)}.tutor-loop-author>div span{display:inline-block;margin:0 2px 0 2px;color:var(--tutor-light-color);line-height:25px;font-weight:400}.tutor-course-lising-category a:not(:last-child):after{content:", ";margin-right:5px}.tutor-course-enrolled-wrap{margin:0 -20px -20px !important;padding:12px 20px;overflow:hidden;border-top:1px solid #dcdfe5;font-size:14px}.tutor-course-enrolled-wrap p{font-weight:600;margin:0}.tutor-course-enrolled-wrap p i{padding-right:9px;float:left;font-size:20px;line-height:20px}.tutor-course-enrolled-wrap p i,.tutor-course-enrolled-wrap p span{color:var(--tutor-success-button-color)}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;padding:20px;margin-bottom:10px}.tutor-info-msg,.tutor-success-msg,.tutor-warning-msg,.tutor-error-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.tutor-info-msg{color:var(--tutor-primary-color);background-color:#bef}.tutor-success-msg{color:var(--tutor-success-button-color);background-color:#dff2bf}.tutor-warning-msg{color:#9f6000;background-color:#feefb3}.tutor-error-msg{color:#d8000c;background-color:#fbdcdc;border:1px solid #d8000c}.cart-required-login,.cart-required-login a,.cart-required-login form{cursor:pointer}.single_add_to_cart_button,a.tutor-button,.tutor-button,a.tutor-btn,.tutor-btn{color:#fff;border:1px solid var(--tutor-primary-color);background-color:var(--tutor-primary-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;border-radius:4px;text-transform:capitalize;line-height:20px;font-size:14px;font-weight:600;cursor:pointer;-webkit-transition:300ms;transition:300ms;overflow:hidden;vertical-align:top}.single_add_to_cart_button i,a.tutor-button i,.tutor-button i,a.tutor-btn i,.tutor-btn i{line-height:19px;margin-right:7px;font-size:16px}.single_add_to_cart_button.btn-sm,a.tutor-button.btn-sm,.tutor-button.btn-sm,a.tutor-btn.btn-sm,.tutor-btn.btn-sm{padding:9px 14px;line-height:19px}a.tutor-button.bordered-button,.tutor-button.bordered-button,a.tutor-btn.bordered-btn,.tutor-btn.bordered-btn{color:var(--tutor-primary-color);border:1px solid var(--tutor-primary-color);background-color:#fff}a.tutor-button.default-btn,.tutor-button.default-btn,a.tutor-btn.default-btn,.tutor-btn.default-btn{color:#393c40;border:1px solid #b8babe;background:#fff}a.tutor-button.default-btn i,.tutor-button.default-btn i,a.tutor-btn.default-btn i,.tutor-btn.default-btn i{color:var(--tutor-primary-color)}a.tutor-button.default-btn:hover,.tutor-button.default-btn:hover,a.tutor-btn.default-btn:hover,.tutor-btn.default-btn:hover{background-color:var(--tutor-primary-color);border-color:var(--tutor-primary-color);color:#fff}a.tutor-button.default-btn:hover i,.tutor-button.default-btn:hover i,a.tutor-btn.default-btn:hover i,.tutor-btn.default-btn:hover i{color:#fff}a.tutor-button:hover,.tutor-button:hover,a.tutor-btn:hover,.tutor-btn:hover{background-color:var(--tutor-primary-hover-color);border-color:var(--tutor-primary-hover-color);color:#fff}a.tutor-button.bordered-button:hover,.tutor-button.bordered-button:hover,a.tutor-btn.bordered-btn:hover,.tutor-btn.bordered-btn:hover{border:1px solid var(--tutor-primary-color);background-color:var(--tutor-primary-color)}a.tutor-button.button-light,.tutor-button.button-light{color:#b1b8c9;background-color:#dae4e6;border:1px solid #dae4e6}a.tutor-button.button-light:hover,.tutor-button.button-light:hover{color:#939bae;background-color:#e8eff1;border:1px solid #e8eff1}.tutor-button.tutor-danger{background-color:#e53935;border-color:#e53935}.tutor-button.tutor-danger:hover{background-color:#e53935;border-color:#e53935;-webkit-filter:brightness(0.9);filter:brightness(0.9)}.tutor-button.tutor-success{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color)}.tutor-button.tutor-success:hover{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);-webkit-filter:brightness(0.9);filter:brightness(0.9)}.course-enrolled-nav-wrap{border-bottom:1px solid #dedfe0;margin-bottom:45px}.tutor-button:disabled,.tutor-button[disabled],.tutor-button:disabled:hover,.tutor-button[disabled]:hover{display:block;border:0px;background-color:#DCDCE1;color:#737787;cursor:default}.tutor-button span{font-size:12px;display:block}.tutor-button-block{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutor-wrap{width:100%}.tutor-wrap nav.course-enrolled-nav ul{list-style:none;margin:0 0 -1px;padding:0}.tutor-wrap nav.course-enrolled-nav ul li{display:inline-block}.tutor-wrap nav.course-enrolled-nav ul li a{display:block;font-size:16px;padding:5px 0 20px;margin-right:20px;color:var(--tutor-light-color);border-bottom:2px solid transparent}.tutor-wrap nav.course-enrolled-nav ul li:not(:first-child) a{margin-left:20px}.tutor-wrap nav.course-enrolled-nav ul li.active a{border-bottom:2px solid var(--tutor-primary-color);color:var(--tutor-text-color)}@media (max-width: 575px){.tutor-wrap nav.course-enrolled-nav ul li{display:inline-block}.tutor-wrap nav.course-enrolled-nav ul li:not(:first-child) a,.tutor-wrap nav.course-enrolled-nav ul li a{padding:8px;margin:0}.tutor-wrap nav.course-enrolled-nav ul li.active a{border:none;color:var(--tutor-primary-color)}}.tutor-updating-message i{display:none}.tutor-profile-photo-upload-wrap{width:200px;height:auto;margin-bottom:70px;position:relative}.tutor-profile-photo-upload-wrap img{width:100%;height:auto;display:block}a.tutor-profile-photo-upload-btn,button.tutor-profile-photo-upload-btn{position:absolute;top:100%;background-color:var(--tutor-primary-color);color:#fff;display:block;width:100%;text-align:CENTER;padding:9px 0}a.tutor-profile-photo-upload-btn:hover,button.tutor-profile-photo-upload-btn:hover{background-color:var(--tutor-primary-hover-color);color:#fff}.tutor-profile-photo-delete-btn{position:absolute;color:#ff000c;right:10px;top:10px}.single-instructor-wrap{border:1px solid #e8eff1;margin-bottom:30px;border-radius:4px}.single-instructor-wrap .single-instructor-top{padding:20px;border-bottom:1px solid #e8eff1;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 767px){.single-instructor-wrap .single-instructor-top{-ms-flex-wrap:wrap;flex-wrap:wrap}}.single-instructor-wrap .single-instructor-top h3,.single-instructor-wrap .single-instructor-top h4{margin:0;padding:0}.single-instructor-wrap .tutor-instructor-left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:30px}@media (max-width: 767px){.single-instructor-wrap .tutor-instructor-left{width:100%;margin-bottom:15px}}.single-instructor-wrap .instructor-avatar{float:left}.single-instructor-wrap .instructor-avatar img{max-width:50px;height:auto;border-radius:50%}.single-instructor-wrap .instructor-name{float:left;padding-left:20px;max-width:180px}.single-instructor-wrap .instructor-name h3{font-size:16px;color:var(--tutor-text-color);font-weight:600}.single-instructor-wrap .instructor-name h3 a{font-weight:500;color:var(--tutor-text-color)}.single-instructor-wrap .instructor-name h4{font-weight:500;color:var(--tutor-light-color)}.single-instructor-wrap .single-instructor-bottom{padding:15px 20px;text-align:right;overflow:hidden}@media (max-width: 767px){.single-instructor-wrap .single-instructor-bottom{text-align:left}}.single-instructor-wrap .single-instructor-bottom p{margin:0}.single-instructor-wrap .single-instructor-bottom .ratings{float:left}.single-instructor-wrap .single-instructor-bottom .ratings i{margin-right:4px}.single-instructor-wrap .single-instructor-bottom .courses,.single-instructor-wrap .single-instructor-bottom .students{display:inline-block;margin-left:20px}.single-instructor-wrap .single-instructor-bottom .courses i,.single-instructor-wrap .single-instructor-bottom .students i{font-size:18px;display:inline-block;margin-right:2px;vertical-align:middle}.single-instructor-wrap .single-instructor-bottom .ratings .rating-total-meta{color:#bac0cf}.single-instructor-wrap .single-instructor-bottom .ratings .rating-generated{color:#f8c51c}.tutor-dashboard-pagination-results-stats{margin:10px 0 30px}.statement-address{margin:10px 0;color:#555}.statement-order-completed{background:var(--tutor-success-button-color);color:#fff;padding:2px 5px;border:none}.tutor-login-wrap{max-width:520px;margin:0 auto;padding:40px 55px;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1);border-radius:5px}.tutor-login-wrap form{margin:0}.tutor-login-wrap .tutor-login-title{margin-bottom:25px;padding:0 40px;text-align:center}.tutor-login-form-wrap{max-width:450px;margin:auto}.tutor-login-form-wrap p{margin-bottom:0}.tutor-login-form-wrap label{display:block;margin-bottom:4px}.tutor-login-form-wrap .tutor-alert{margin-bottom:20px}.tutor-login-form-wrap input[type="password"],.tutor-login-form-wrap input[type="text"]{width:100%;display:block;border:1px solid #e8eff1;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;border-radius:4px;background:#eceef4;line-height:48px;padding:0;text-indent:15px}.tutor-login-form-wrap input[type="password"]:focus,.tutor-login-form-wrap input[type="text"]:focus{background:#ffffff;border-color:var(--tutor-primary-color)}.tutor-login-form-wrap input::-webkit-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input::-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input:-ms-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input:-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-rememeber-wrap{overflow:hidden;text-align:right;margin-bottom:30px}.tutor-login-rememeber-wrap p{display:inline-block;float:left}.tutor-login-rememeber-wrap p,.tutor-login-rememeber-wrap label{margin:0}.tutor-form-register-wrap a,.tutor-login-rememeber-wrap a,.tutor-login-rememeber-wrap label{color:#606c8f;vertical-align:middle;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-webkit-transition:300ms;transition:300ms}.tutor-form-register-wrap a:hover,.tutor-login-rememeber-wrap a:hover,.tutor-login-rememeber-wrap label:hover{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input[type="submit"]{color:#fff;background-color:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);padding:15px 30px;border-radius:4px;text-transform:uppercase;line-height:1;display:block;width:100%;-webkit-transition:300ms;transition:300ms}.tutor-login-form-wrap input[type="submit"]:hover{color:#fff;background-color:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color)}.tutor-login-form-wrap input[type="checkbox"]{margin-right:4px}.tutor-form-register-wrap{text-align:center;margin-top:15px}.tutor-course-login-wrap h4{font-size:42px;line-height:1.2;margin-bottom:20px;color:var(--tutor-text-color)}.tutor-cart-box-login-form{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:99;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login-overlay-close{position:absolute;background:transparent;width:100%;height:100%;z-index:-1}.course-login-title{margin-bottom:50px}.tutor-cart-box-login-form .tutor-cart-box-login-form-inner{background:#fff;padding:50px 40px;position:relative;width:400px;font-size:16px;font-weight:400;max-height:90%;overflow:auto}.tutor-cart-box-login-form-inner button.tutor-popup-form-close{position:absolute;padding:0;margin:0;border:none;background-color:transparent;top:14px;right:20px;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";cursor:pointer;-webkit-transition:300ms;transition:300ms;color:var(--tutor-text-color)}.tutor-cart-box-login-form-inner button.tutor-popup-form-close:hover{color:red}.tutor-option-field-row label,.tutor-form-group label{display:block;margin-bottom:10px}.tutor-option-field textarea,.tutor-option-field select,.tutor-option-field input[type="text"],.tutor-option-field input[type="number"],.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"],.tutor-form-group textarea,.tutor-form-group select,.tutor-form-group input[type="text"],.tutor-form-group input[type="number"],.tutor-form-group input[type="password"]{width:100%;display:block;border:1px solid #dcdfe5;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;border-radius:4px;background:#ffffff;line-height:48px;padding:0;text-indent:15px;-webkit-transition:300ms;transition:300ms;font-size:16px}.tutor-form-group{position:relative}.tutor-form-group span.tutor-input-prepand{position:absolute;height:calc(100% - 2px);font-size:21px;line-height:50px;padding:0 12px;background:transparent;border-right:1px solid #dcdfe5;top:1px}.tutor-form-group span.tutor-input-prepand+input{padding-left:35px}.tutor-course-builder-form-elem{margin-bottom:20px}.tutor-option-field .select2-container,.tutor-form-group .select2-container{margin-bottom:20px;width:100% !important}.tutor-option-field .select2-container ul.select2-selection__rendered,.tutor-form-group .select2-container ul.select2-selection__rendered{padding:4px 9px;display:block}.tutor-option-field .select2-container li.select2-selection__choice,.tutor-form-group .select2-container li.select2-selection__choice{background:#ebeef0;color:#606c8f;line-height:29px;border-radius:3px;padding:0 9px;margin:5px;border:none;font-weight:600}.tutor-option-field .select2-container .select2-search__field,.tutor-form-group .select2-container .select2-search__field{padding:8px 3px 8px 6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.tutor-option-field .select2-container .select2-search__field::-webkit-input-placeholder,.tutor-form-group .select2-container .select2-search__field::-webkit-input-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-search__field::-moz-placeholder,.tutor-form-group .select2-container .select2-search__field::-moz-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-search__field:-ms-input-placeholder,.tutor-form-group .select2-container .select2-search__field:-ms-input-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-search__field:-moz-placeholder,.tutor-form-group .select2-container .select2-search__field:-moz-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-selection--single,.tutor-option-field .select2-container .select2-selection--multiple,.tutor-form-group .select2-container .select2-selection--single,.tutor-form-group .select2-container .select2-selection--multiple{border-color:#dcdfe5}.tutor-option-field .select2-container.select2-container--focus .select2-selection--single,.tutor-option-field .select2-container.select2-container--focus .select2-selection--multiple,.tutor-form-group .select2-container.select2-container--focus .select2-selection--single,.tutor-form-group .select2-container.select2-container--focus .select2-selection--multiple{border-color:var(--tutor-primary-color)}.tutor-option-field textarea,.tutor-form-group textarea{line-height:26px;text-indent:0;padding:15px;height:180px}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus,.tutor-option-field input:focus,.tutor-form-group input:focus{outline:none}.tutor-dashboard-course-builder-wrap .tutor-option-field textarea,.tutor-dashboard-course-builder-wrap .tutor-form-group textarea{height:100px}.tutor-option-field textarea:focus,.tutor-option-field input:not([type="submit"]):focus,.tutor-form-group textarea:focus,.tutor-form-group input:not([type="submit"]):focus{background:#ffffff;border-color:var(--tutor-primary-color)}.tutor-option-field textarea::-webkit-input-placeholder,.tutor-option-field input::-webkit-input-placeholder,.tutor-form-group textarea::-webkit-input-placeholder,.tutor-form-group input::-webkit-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field textarea::-moz-placeholder,.tutor-option-field input::-moz-placeholder,.tutor-form-group textarea::-moz-placeholder,.tutor-form-group input::-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field textarea:-ms-input-placeholder,.tutor-option-field input:-ms-input-placeholder,.tutor-form-group textarea:-ms-input-placeholder,.tutor-form-group input:-ms-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field textarea:-moz-placeholder,.tutor-option-field input:-moz-placeholder,.tutor-form-group textarea:-moz-placeholder,.tutor-form-group input:-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field select,.tutor-form-group select{padding:2px 5px;height:50px}.tutor-form-group.tutor-reg-form-btn-wrap{text-align:right}.tutor-form-group.tutor-reg-form-btn-wrap .tutor-button{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color)}.tutor-option-field p.desc{margin:-10px 0 20px;font-size:13px;font-style:italic;opacity:0.7}.tutor-option-field:last-child .tutor-option-field p.desc{margin-bottom:0}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime .tutor-option-group-field{padding-right:30px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:13px;font-size:16px}.select2-container .select2-selection--single{height:48px}.select2-container .select2-selection--multiple{min-height:50px}.tutor-price-preview-box{border:1px solid #dcdfe5;padding:20px;margin-bottom:30px;border-radius:4px;overflow:hidden}.tutor-price-box-thumbnail{margin:-20px -20px 20px}.tutor-price-box-thumbnail .tutor-single-lesson-segment{margin-bottom:0}.tutor-price-box-description h6{font-size:23px;margin:15px 0 5px}.tutor-price-box-description ul{list-style:none}.tutor-course-purchase-box a{display:block;text-align:center;margin-top:6px}.tutor-price-preview-box .price{font-size:35px;font-weight:500;margin:0 0 20px;overflow:hidden;line-height:1}.tutor-price-preview-box .price .subscription-details{font-size:var(--tutor-text-size);display:block;margin-top:12px;line-height:1.2em}.tutor-price-preview-box .price>.price{margin-bottom:0}.tutor-price-preview-box .price del+ins{margin-left:0;float:left}.tutor-course-reviews-wrap{border:1px solid #e8eff1;border-radius:4px}.tutor-course-avg-rating-total{color:var(--tutor-light-color)}.tutor-course-avg-rating-total span{color:var(--tutor-text-color)}.tutor-review-individual-item{border-top:1px solid #e8eff1;padding:30px;overflow:hidden}.tutor-review-individual-item p{margin:0;padding:0}.course-avg-rating-wrap{padding:20px 20px 20px 40px}.tutor-review-individual-item .review-left{width:200px;float:left;overflow:hidden}.tutor-review-individual-item .review-content{padding-left:200px}@media (max-width: 991px){.tutor-review-individual-item .review-left{width:100%;float:none;margin-bottom:25px}.tutor-review-individual-item .review-content{padding-left:0}}@media (max-width: 991px){.tutor-single-course-sidebar{margin-top:30px}}.tutor-review-individual-item .review-avatar{width:50px;float:left}.tutor-review-individual-item .review-avatar img{border-radius:50%;margin:0;border:none;max-width:100%;height:auto}.tutor-review-individual-item .tutor-review-user-info{float:left;padding-left:20px}.tutor-review-individual-item .tutor-review-user-info p{margin-bottom:0}.tutor-review-individual-item .tutor-review-user-info a{color:var(--tutor-text-color)}.review-avatar .tutor-text-avatar,.tutor-dashboard-avater .tutor-text-avatar,.instructor-avatar .tutor-text-avatar{border-radius:50%;width:50px;height:50px;text-align:center;display:block;line-height:50px;color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,0.4)}.course-avg-rating-wrap .course-avg-rating{font-size:76px;line-height:1;font-weight:400}.course-avg-rating-wrap p{margin:0}.tutor-review-individual-item .tutor-review-name{font-size:16px;font-weight:600}.tutor-review-individual-item .review-meta{color:var(--tutor-light-color)}.individual-review-rating-wrap{color:#f8c51c}.individual-review-rating-wrap i,.course-avg-rating-html i{margin-right:4px;color:#f8c51c}.course-rating-meter{display:-webkit-box;display:-ms-flexbox;display:flex}.course-rating-meter i.tutor-icon-star-full{color:#f8c51c}.rating-meter-bar-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.rating-meter-col{margin:0 3px}.course-rating-meter{margin-bottom:8px}.rating-meter-bar{height:5px;width:100%;background:#e8eff1;margin-top:11px;border-radius:15px;overflow:hidden}.rating-meter-fill-bar{background:#f8c51c;height:5px}.rating-meter-col.rating-text-col{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.tutor-pagination,.tutor-pagination-wrap{text-align:center;margin:20px 0}.tutor-pagination a,.tutor-pagination span,.tutor-pagination-wrap a,.tutor-pagination-wrap span{padding:3px;display:inline-block}.tutor-pagination-wrap a:hover,.tutor-pagination a:hover{color:var(--tutor-primary-color)}.tutor-course-tags{margin:-5px}.tutor-course-tags a{padding:6px 15px;background:#e8eff1;display:inline-block;margin:5px;color:var(--tutor-text-color);border-radius:2px;-webkit-transition:300ms;transition:300ms}.tutor-course-tags a:hover{color:#000}.certificate-download-btn{margin-top:20px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;text-align:center;text-transform:uppercase !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#tutor-single-entry-content .tutor-course-prerequisites{padding:60px}.prerequisites-course-lists{padding:0;list-style:none;margin:0}.prerequisites-course-lists li a{padding:13px 15px;border:1px solid #dcdfe5;margin-bottom:20px;border-radius:4px;font-weight:500;color:var(--tutor-primary-color);font-size:16px}.prerequisites-course-lists li:first-child{padding:13px 40px 13px 60px;border:1px solid #f7e5b9;margin-bottom:20px;border-radius:4px;font-weight:500;background:#fffff5;color:#b39f70;position:relative}.prerequisites-course-lists li:first-child>span{position:absolute;left:20px;top:13px}.prerequisites-course-lists li .prerequisites-course-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prerequisites-course-feature-image img{width:70px;border-radius:2px;height:auto;margin:0 !important;-webkit-box-shadow:0 0 1px rgba(0,0,0,0.08);box-shadow:0 0 1px rgba(0,0,0,0.08)}.prerequisites-course-lists li .prerequisites-course-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:15px;-webkit-transition:300ms;transition:300ms}.prerequisites-course-lists li a:hover .prerequisites-course-title{color:var(--tutor-primary-color)}.prerequisites-course-checkmark{line-height:24px;height:24px;text-transform:uppercase;font-size:12px;font-weight:700;min-width:107px}.prerequisites-course-checkmark i{height:24px;width:24px;background:#dbdddd;color:#dbdddd;display:inline-block;text-align:center;border-radius:2px;margin-right:3px}.prerequisites-course-checkmark.is-complete i{background:var(--tutor-success-button-color);color:#fff}.tutor-single-course-meta ul li.tutor-social-share{float:right;margin-right:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 575px){.tutor-single-course-meta ul li.tutor-social-share{display:none}}.tutor-single-course-meta ul li.tutor-social-share button{margin:0;border:none;background:transparent;color:var(--tutor-light-color);-webkit-transition:300ms;transition:300ms;padding:0 4px;cursor:pointer}.tutor-single-course-meta ul li.tutor-social-share button:hover{color:var(--tutor-primary-color)}.rtl .tutor-single-course-meta ul li.tutor-social-share{float:left}.rtl .tutor-single-course-meta ul li,.rtl .tutor-loop-author>div{float:right}.rtl .tutor-single-course-meta ul li{margin-right:0;margin-left:40px}.rtl .tutor-wrap nav.course-enrolled-nav ul li a{margin-right:0;margin-left:20px}.rtl .tutor-progress-bar .tutor-progress-filled:after{left:auto;right:var(--tutor-progress-left);-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.rtl .tutor-progress-percent{padding-left:0;padding-right:20px}.rtl .tutor-course-lesson h5 i{margin-right:0;margin-left:10px}.rtl .tutor-course-lesson h5 .lesson-preview-icon i{margin-right:10px;margin-left:0}.rtl .tutor-course-lesson h5 .tutor-lesson-duration{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:left}.rtl .tutor-custom-list-style li{padding-right:25px;padding-left:0px}.rtl .tutor-custom-list-style li:before{left:auto;right:0}.rtl .single-instructor-wrap .instructor-name,.rtl .single-instructor-wrap .instructor-avatar{float:right}.rtl .single-instructor-wrap .instructor-name{padding-left:0;padding-right:20px}.rtl .single-instructor-wrap .instructor-bio{padding-left:0;padding-right:260px}.rtl .tutor-single-page-top-bar .tutor-topbar-back-to-curse-wrap{margin-left:30px;margin-right:0}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a{padding:14px 17px 14px 100px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons{right:auto;left:15px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{margin-left:0;margin-right:8px}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{margin-right:0;margin-left:10px}.rtl .tutor-topbar-home-btn{margin-left:0;margin-right:20px}@media screen and (max-width: 546px){.rtl .tutor-topbar-home-btn{margin-right:10px}}.rtl .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{margin-left:15px;margin-right:0}.tutor-frontend-modal{position:fixed;width:100%;height:100%;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:999999}.tutor-frontend-modal .tutor-frontend-modal-overlay{background:rgba(0,0,0,0.7);height:100%;width:100%;position:fixed;left:0;top:0;z-index:-1;cursor:url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.852 12.004L.23 22.7a.764.764 0 0 0 0 1.076.75.75 0 0 0 1.068 0L12 13l10.703 10.778a.75.75 0 0 0 1.069 0 .764.764 0 0 0 0-1.076L13.148 12.004l10.63-10.706a.764.764 0 0 0 0-1.075.752.752 0 0 0-1.067 0L12 11.008 1.289.223a.752.752 0 0 0-1.068 0 .764.764 0 0 0 0 1.076l10.631 10.705z' fill='%23F0576A' fill-rule='evenodd'/%3E%3C/svg%3E"),auto}.tutor-frontend-modal .tutor-frontend-modal-content{position:relative;background:#fff;padding:60px;width:90%;max-width:750px;max-height:90%;overflow-y:auto}@media (max-width: 768px){.tutor-frontend-modal .tutor-frontend-modal-content{padding:40px}}@media (max-width: 540px){.tutor-frontend-modal .tutor-frontend-modal-content{padding:20px}}button.tm-close.tutor-icon-line-cross{position:absolute;right:23px;top:23px;background:transparent;padding:0;font-size:24px;border:none;color:var(--tutor-light-color)}button.tm-close.tutor-icon-line-cross:hover{color:red}.label-order-status{padding:3px 5px;border-radius:3px}.label-status-completed{background-color:#4bd863;color:#ffffff}.label-status-cancelled{background-color:#fd6a03;color:#ffffff}.label-status-on-hold{background-color:#db5382;color:#ffffff}.tutor-lesson-content-area h2{margin-bottom:25px;margin-top:20px;font-weight:500}.assignment-result-wrap{text-align:center;padding:10px 0}.submitted-assignment-grade-pass{color:var(--tutor-success-button-color)}.submitted-assignment-grade-failed{color:red}.received-marks{color:var(--tutor-primary-color)}.tutor-dashboard-course-builder-wrap .tutor-form-row{margin-top:20px;margin-bottom:20px}.video_source_wrap_html5{width:100px;text-align:center}.video-poster-img img{max-width:200px;height:auto}.tutor-assignment-information{font-size:16px}.tutor-assignment-information ul{padding:0;margin:0 0 22px;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-assignment-information ul li strong{font-weight:700}.tutor-assignment-attachment-upload-wrap .tutor-form-group{display:inline-block}.tutor-assignment-attachment-upload-wrap .tutor-form-group label+input{display:none}.tutor-assignment-attachment-upload-wrap .tutor-form-group label{padding:15px 17px;border:1px solid #dcdfe5;overflow:hidden;margin-right:15px;border-radius:4px;cursor:pointer}.tutor-assignment-attachment-upload-wrap .tutor-form-group label i{font-size:30px;line-height:30px;float:left;margin-right:12px}.tutor-assignment-attachment-upload-wrap .tutor-form-group label span{line-height:30px}.tutor-assignment-attachment-upload-wrap{margin-bottom:40px}#tutor-course-topics a{text-decoration:none}#tutor-course-topics .tutor-topics-wrap{border-bottom:1px solid #f6f8fa;padding-bottom:0;margin:0}.tutor-untopics-lessons .course-content-item,.course-contents .course-content-item{padding:10px 12px 10px 25px;border-bottom:1px solid #d9d9d9;background-color:#ebeef0}.tutor-untopics-lessons .course-content-item .tutor-lesson-top,.course-contents .course-content-item .tutor-lesson-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-untopics-lessons .course-content-item .tutor-lesson-top a:last-child,.course-contents .course-content-item .tutor-lesson-top a:last-child{margin-left:auto}.tutor-untopics-lessons .course-content-item .tutor-lesson-top a.open-tutor-lesson-modal,.course-contents .course-content-item .tutor-lesson-top a.open-tutor-lesson-modal{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-untopics-lessons .course-content-item .tutor-lesson-top a,.course-contents .course-content-item .tutor-lesson-top a{color:#393c40;font-weight:400;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-untopics-lessons .course-content-item .tutor-lesson-top i,.course-contents .course-content-item .tutor-lesson-top i{padding-right:7px;color:#393c40}.tutor-untopics-lessons .course-content-item .tutor-lesson-top .tutor-updating-message i,.course-contents .course-content-item .tutor-lesson-top .tutor-updating-message i{display:none}.tutor-untopics-lessons .course-content-item .tutor-lesson-top i.tutor-icon-garbage:hover,.course-contents .course-content-item .tutor-lesson-top i.tutor-icon-garbage:hover{color:red}.tutor-lessons.ui-sortable{min-height:20px}#tutor-course-topics .drop-lessons p{margin:0}#tutor-course-topics .course-content-item:hover{background-color:#ebeef0}#tutor-course-topics .tutor-lessons{padding-left:0}#tutor-course-topics .tutor-lesson-top,#tutor-course-topics .tutor-lesson-top i{font-size:15px}#tutor-course-topics .tutor-lesson-top .open-tutor-quiz-modal i{display:inline-block;vertical-align:middle;margin-right:5px}#tutor-course-topics .tutor-lesson-top{display:-webkit-box;display:-ms-flexbox;display:flex}#tutor-course-topics .tutor-lesson-top .open-tutor-lesson-modal,.tutor-quiz .open-tutor-quiz-modal,.course-content-item .open-tutor-assignment-modal{-webkit-box-flex:1;-ms-flex:1;flex:1}#tutor-course-topics .tutor-lesson-top i.tutor-icon-move{margin-right:10px;cursor:ns-resize}.rtl #tutor-course-topics .tutor-lesson-top i.tutor-icon-move{margin-right:0;margin-left:10px}#tutor-course-topics .tutor-lesson-top i.tutor-icon-pencil{margin:0 10px}#tutor-course-topics .tutor-lesson-top a{color:#393c40}#tutor-course-topics .tutor-lesson-top a.tutor-updating-message i{display:none}.course-move-handle{cursor:row-resize}.new-topic-btn-wrap{padding:20px}p.course-empty-content{padding-left:20px;padding-right:20px}.tutor_btn_lg{line-height:45px;background-color:var(--tutor-primary-color);color:#ffffff;padding:0 20px;display:inline-block;border-radius:2px;font-weight:300;border:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.tutor_btn_lg:focus{-webkit-box-shadow:none;box-shadow:none;border:none;outline:none}.tutor_btn_lg:focus,.tutor_btn_lg:hover{background-color:var(--tutor-primary-color);color:#ffffff}.ui-sortable-placeholder{visibility:visible;background-color:#dddd}.tutor-untopics-lessons{border:1px solid #eee;padding:20px;margin:0 -1px -1px;background-color:#fbfbfb}.tutor-untopics-lessons h3{font-weight:300}.tutor-untopics-lessons .tutor-lessons{padding-left:0 !important}.create-new-lesson-wrap{text-align:center}.tutor-metabox-add-topics .tutor-option-field-row:last-child,.tutor-topics-edit-form .tutor-option-field-row:last-child{border-bottom:none}.tutor-metabox-add-topics .tutor-option-field-row textarea{height:120px}.topic-edit-icon{cursor:pointer}.tutor-topic-title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:300;margin:0;line-height:45px;padding-left:15px}.rtl .tutor-topic-title{padding-left:0;padding-right:15px}.tutor-topic-title a{color:#393c40}.tutor-topic-title .topic-inner-title{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;max-width:calc(100% - 137px);font-weight:400;font-size:16px}.tutor-topic-title span{padding:0 5px}.tutor-topic-title span.expand-collapse-wrap{border-left:1px solid #e7e7e7}.tutor-topic-title span.expand-collapse-wrap a{display:block;padding:0 13px}.topic-delete-btn{float:right}.text-muted{color:#cccccc}.topic-delete-btn a{padding:0 10px}.topic-delete-btn a:hover{color:#ff0000}.topic-delete-btn .dashicons{width:12px;height:12px;font-size:12px}#tutor-course-topics{position:relative}#tutor-course-topics .inside{padding:0;margin:0}#tutor-course-topics a:focus{-webkit-box-shadow:none;box-shadow:none}#tutor-course-topics .toggle-indicator:before{margin-top:20px}.tutor-topics-wrap:nth-child(2n){background:#f6f8fa}#tutor-course-content-wrap{border:1px solid #ddd;margin-top:20px}#tutor-course-content-wrap .tutor-topics-edit-form,#tutor-course-content-wrap .tutor-metabox-add-topics{border-left:none;border-right:none;margin-top:0}#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body{background:#ebeef0;padding:0px}.tutor-course-builder-button{line-height:35px;color:#393c40;display:inline-block;padding:0 20px;border-radius:4px;margin-right:10px;border:1px solid #d3d4d5;background-color:#f2f2f2;cursor:pointer;vertical-align:top;-webkit-transition:300ms;transition:300ms;font-weight:400}.tutor-course-builder-button i{line-height:35px;display:inline-block;vertical-align:top;margin-right:6px}.tutor-course-builder-button.tutor-updating-message i{display:none}.tutor-course-builder-button.tutor-btn-lg{line-height:40px}.tutor-add-quiz-button-wrap{padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-add-quiz-button-wrap>*+*{margin-left:15px}.tutor-course-builder-button.active{color:#fff;background:var(--tutor-primary-color);border-color:var(--tutor-primary-color)}.tutor-course-builder-button:hover{-webkit-filter:brightness(0.9);filter:brightness(0.9)}.tutor-btn-lg i{color:var(--tutor-primary-color);vertical-align:top;margin-right:5px;font-size:16px;display:inline-block;line-height:40px}.tutor-course-builder-button.active i,.tutor-course-builder-button:hover i{color:#fff}.tutor-course-builder-button.tutor-success{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);color:#fff}.tutor-updating-message:before{display:inline-block;font-family:"tutor";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;content:"\e91d";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;margin-right:6px}.rtl .tutor-updating-message:before{margin-right:0;margin-left:6px}.lesson-modal-close-wrap a{background:#ffffff;width:50px;height:59px;display:inline-block;text-align:center;line-height:57px;color:#3a3d42;font-size:15px;position:absolute;right:0;top:0}.lesson-modal-close-wrap a:hover{color:red}.lesson-modal-form-wrap .lesson-modal-field-row{padding:10px 0}.lesson-modal-field.tutor-lesson-modal-title-wrap{width:95%}.lesson-modal-field-row input[type="text"]{background-color:#fff;border:1px solid #ddd;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;min-width:400px;min-height:35px}.tutor-lesson-modal-title-wrap input{width:100%}.lesson-modal-form-wrap .tutor-option-field-row{padding:10px 0}.lesson-modal-form-wrap .tutor-option-field-row:last-child{border-bottom:none}.tutor-lesson-modal-wrap .modal-footer{padding:10px 20px;background-color:#fff;width:100%;position:sticky;bottom:0;position:-webkit-sticky}.tutor-option-field .tutor-lesson-edit-feature-img{width:100px;position:relative}.tutor-option-field .tutor-lesson-edit-feature-img img{width:100%;height:auto}a.tutor-lesson-thumbnail-delete-btn{position:absolute;top:0;right:0;color:red;background:#fff;padding:3px 5px;border-radius:5px}.tutor-get-pro-text{color:#e02424}.updating-icon:before{font-family:"tutor";content:"\e91d";-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:inline-block}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;padding:20px;margin-bottom:10px}.tutor-modal-wrap{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:rgba(0,0,0,0.5)}.tutor-modal-wrap.show{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:99999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutor-modal-wrap.loading .tutor-modal-content:before{position:absolute;top:0;left:0;right:0;bottom:0;display:block;content:"";z-index:9;background:url("../images/spinner.gif") no-repeat center center}.tutor-modal-wrap .tutor-modal-content{max-height:90%;overflow-y:auto;overflow-x:hidden;background-color:#fff;max-width:730px;margin:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);position:relative;-webkit-transition:all 200ms ease-out;transition:all 200ms ease-out;width:90%}.admin-bar .tutor-modal-wrap .tutor-modal-content{max-height:calc(90% - 32px);margin-top:32px}.tutor-modal-wrap .modal-footer{padding:20px 0;border-top:1px solid #eee}.tutor-modal-wrap .modal-footer.has-padding{padding:20px 15px}.tutor-modal-wrap .modal-container{padding:20px 20px 0}.tutor-modal-wrap.tutor-instructors-modal-wrap .modal-container p{margin-top:0}.tutor-modal-wrap .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 20px;border-bottom:1px solid #eeeff1}.tutor-modal-wrap .modal-title{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-modal-wrap .modal-header h1{padding:0;margin:0;font-size:23px;line-height:30px}.modal-container .modal-classic-btn-wrap{position:absolute;right:45px;top:14px}.modal-container .modal-classic-btn-wrap a{color:var(--tutor-primary-color)}.tutor-modal-wrap .modal-header h1::before,.tutor-modal-wrap .modal-header h1::after{display:none}.tutor-modal-wrap .search-bar{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:20px;padding-left:20px;padding-right:20px}.tutor-modal-wrap .search-bar input[type="text"]{width:100%;border:1px solid #eee;-webkit-box-shadow:none;box-shadow:none;padding:10px}.tutor-modal-wrap .modal-close-wrap a.modal-close-btn{width:50px;height:50px;background:#000;display:inline-block;text-align:center;line-height:47px;color:#fff;font-size:25px;position:absolute;right:0}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-title{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-close-wrap a.modal-close-btn{background:#ffffff;width:20px;height:20px;display:inline-block;text-align:center;line-height:28px;color:#3a3d42;font-size:22px;position:relative}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-header{padding:15px 20px;border-bottom:1px solid #eeeff1}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-header h1{padding:0}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-container{background-color:#f1f1f1;padding:0}#tutor-quiz-modal-tab-items-wrap{background-color:#fff;font-size:0;overflow:hidden}#tutor-quiz-builder-modal-tabs-container{padding:20px}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item{padding:15px 25px;display:inline-block;color:#393c40;border-left:1px solid #f1f1f1;overflow:hidden;line-height:17px;vertical-align:middle}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active{background-color:#f1f1f1}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item i{float:left;font-size:17px;line-height:1;margin-right:5px}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active i{color:var(--tutor-primary-color)}.quiz-modal-tab-navigation-btn{padding:10px 20px;border-radius:3px}.quiz-modal-btn-next,.quiz-modal-btn-next:focus,.quiz-modal-btn-first-step,.quiz-modal-btn-first-step:focus,.quiz-modal-question-save-btn,.quiz-modal-question-save-btn:focus,.quiz-modal-settings-save-btn,.quiz-modal-settings-save-btn:focus{background-color:var(--tutor-primary-color);color:#ffffff}.quiz-modal-btn-next:hover,.quiz-modal-btn-first-step:hover,.quiz-modal-question-save-btn:hover,.quiz-modal-settings-save-btn:hover{color:#ffffff}.quiz-modal-btn-cancel,.quiz-modal-btn-back{color:#4b5981;border:1px solid #d4dadb}.tutor-quiz-builder-form-row .quiz-form-warning{color:#e88e06}.tutor-assignment-builder-modal-wrap .modal-container{padding:10px}.assignment-modal-form-wrap .tutor-option-field.tutor-assignment-modal-title-wrap{margin:0}.tutor-quiz-question-answers-form{background-color:#fff;padding:20px;-webkit-transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);border:1px solid #dedede;border-radius:3px;margin-bottom:20px}.advanced-options-tab-item{float:right}.tutor-course-builder-wrap{border:1px dashed #dcdfe5}.tutor-quiz-builder-modal-tabs-notice{background:#d8d8d8;line-height:20px;padding:10px 30px;color:#a4a4a4}.tutor-quiz-builder-modal-tabs-notice a{color:#a4a4a4;text-decoration:underline}.tutor-quiz-builder-group{margin-bottom:25px}.tutor-quiz-builder-group>p.warning{color:red;font-size:12px}.tutor-quiz-builder-group>p.help{color:#a4a4a4;font-size:12px;margin-top:7px}.tutor-quiz-builder-group>h4{color:#393c40;font-weight:600;margin:0 0 15px}.tutor-quiz-builder-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-10px;margin-right:-10px}.tutor-quiz-builder-col{padding-left:10px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-quiz-builder-col.auto-width{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.tutor-quiz-builder-group textarea,.tutor-quiz-builder-group input[type="text"],.tutor-quiz-builder-group input[type="email"],.tutor-quiz-builder-group input[type="number"],.tutor-quiz-builder-group input[type="password"]{line-height:40px;padding:5px 0;text-indent:15px;background:#fff;display:inline-block;border:1px solid #dedede;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;width:100%;color:#393c40}.tutor-quiz-builder-group textarea:focus,.tutor-quiz-builder-group input[type="text"]:focus,.tutor-quiz-builder-group input[type="email"]:focus,.tutor-quiz-builder-group input[type="number"]:focus,.tutor-quiz-builder-group input[type="password"]:focus{border-color:var(--tutor-primary-color)}.tutor-quiz-builder-group textarea{height:80px;resize:none;text-indent:0;padding:11px 15px;line-height:22px}.tutor-quiz-builder-group textarea[name="quiz_description"]{height:150px}.tutor-quiz-builder-group select{border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;height:42px !important;padding:0 12px !important;margin:0}.tutor-quiz-builder-modal-control-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.question_form_inner{padding:0 20px 20px;margin-top:0}.tutor-quiz-builder-modal-control-btn-group .quiz-builder-btn-group-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-quiz-builder-modal-control-btn-group .quiz-modal-tab-navigation-btn{display:inline-block}.tutor-quiz-builder-modal-control-btn-group .quiz-modal-tab-navigation-btn:not(:last-child){margin-right:6px}.modal-container .tutor-quiz-add-question-btn{border:1px solid #c6c9cf;padding:10px 15px;color:#393c40;display:inline-block;border-radius:3px}.modal-container .tutor-quiz-add-question-btn i{color:var(--tutor-primary-color);line-height:16px;margin-right:3px}.quiz-form-field-col{margin-right:20px}.quiz-form-field-col.result-fail{width:100%}.quiz-modal-switch-field{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px}.quiz-modal-switch-field label.btn-switch{margin-right:20px;position:relative;vertical-align:top}label.btn-switch input:checked+.btn-slider{background-color:var(--tutor-success-button-color)}.btn-switch+span{line-height:24px;display:inline-block;margin-left:8px;font-weight:700;vertical-align:top}.tutor-select{position:relative}.tutor-select .select-header{border:1px solid #dedede;margin:0;padding:10px;width:100%;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.tutor-select .select-header .lead-option{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-select .select-header .select-dropdown{line-height:22px}.tutor-select .select-header .lead-option .question-type-pro{display:none}.tutor-select .tutor-select-options{border:1px solid #dedede;background-color:#fff;padding:22px 10px 8px;width:calc(100% - 22px);position:absolute;font-size:0;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.08);box-shadow:0px 2px 10px rgba(0,0,0,0.08);top:55px;border-radius:3px}.tutor-select .tutor-select-options .tutor-select-option{width:calc(33.3333% - 22px);display:inline-block;padding:9px;cursor:pointer;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 11px 15px;border:1px solid #e2e2e2;border-radius:3px;font-size:13px}.tutor-select .tutor-select-options .tutor-select-option:hover{border-color:var(--tutor-primary-color)}.question-type-pro{color:#fff;font-size:9px;right:11px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}i.tutor-icon-block{padding:0;color:#fff;border-radius:3px;margin-right:2px;display:inline-block;width:22px;height:22px;text-align:center;line-height:22px}i.tutor-icon-block.tutor-icon-short-ans{background-color:#f37512}i.tutor-icon-block.tutor-icon-image-ans{background-color:#a322f9}i.tutor-icon-block.tutor-icon-yes-no{background-color:var(--tutor-primary-color)}i.tutor-icon-block.tutor-icon-multiple-choice{background-color:#9034a9}i.tutor-icon-block.tutor-icon-mark{background-color:#00b890}i.tutor-icon-block.tutor-icon-open-ended{background-color:#fe3129}i.tutor-icon-block.tutor-icon-fill-gaps{background-color:#ffbf00}i.tutor-icon-block.tutor-icon-answer-shorting{background-color:#f80089}i.tutor-icon-block.tutor-icon-assesment{background-color:#274055}i.tutor-icon-block.tutor-icon-matching{background-color:#8a4a1b}i.tutor-icon-block.tutor-icon-image-matching{background-color:#f37512}i.tutor-icon-block.tutor-icon-ordering{background-color:var(--tutor-primary-color)}i.tutor-icon-block.tutor-icon-plus-square-button,i.tutor-icon-block.tutor-icon-plus{background-color:var(--tutor-success-button-color)}.create-lesson-in-topic-btn i.tutor-icon-block.tutor-icon-plus{background-color:var(--tutor-primary-color)}a.back-to-quiz-questions-btn{font-size:16px;font-weight:300;color:#393c40;margin-bottom:10px;display:block}a.back-to-quiz-questions-btn.tutor-updating-message i{display:none}.modal-container .quiz-questions-form{padding:20px}#quiz-builder-tab-advanced-options .tutor-quiz-builder-form-cols-row .quiz-form-field-col:first-child{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}.question-form-header{margin-bottom:20px}.quiz-question-form-body{margin-bottom:25px}.quiz-builder-question-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.quiz-builder-question{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:10px;border:1px solid #e2e2e2;border-radius:3px;max-width:calc(100% - 52px)}.quiz-builder-question .question-sorting{margin-right:10px;line-height:22px}.quiz-builder-question .question-sorting i{display:block;line-height:24px}.quiz-builder-question .question-edit-icon{line-height:22px}.quiz-builder-question .question-edit-icon .tutor-quiz-open-question-form.tutor-updating-message i{display:none}.quiz-builder-question .question-title{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:22px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:10px}.quiz-builder-question .question-icon{-webkit-box-flex:0;-ms-flex:0 0 155px;flex:0 0 155px}.quiz-builder-qustion-trash a{display:block;padding:0 0 0 10px;font-size:20px;color:rgba(57,60,64,0.4);line-height:44px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider{border:1px solid #dedede;padding:20px 70px 20px 10px;background-color:#ffffff;position:relative;border-radius:4px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-content{background:var(--tutor-primary-color);border:none;height:4px;border-radius:4px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-header{background:#dedede;border-radius:4px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-content .ui-state-default{background:var(--tutor-primary-color);border:1px solid var(--tutor-primary-color);border-radius:50%;margin-top:-2px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .tutor-field-type-slider-value{font-size:16px;font-weight:600;background:var(--tutor-primary-color);position:absolute;right:5px;top:50%;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:34px;width:43px;text-align:center;border-radius:4px;color:#fff}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .tutor-field-type-slider-value:before{content:"";position:absolute;border:7px solid transparent;top:50%;border-right-color:var(--tutor-primary-color);right:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tutor-quiz-answer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-quiz-answer{background-color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 15px;border:1px solid #dedede;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:22px;border-radius:3px;margin-bottom:15px}.tutor-quiz-answer .tutor-quiz-answer-edit a{display:block;padding:0px 9px}.tutor-quiz-answer-trash-wrap a.answer-trash-btn{padding:0 10px;display:inline-block;line-height:44px}span.tutor-quiz-answer-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-quiz-answer-media .option-media-preview{margin-bottom:20px}.tutor-quiz-answer-media .option-media-preview img{max-width:80px;height:auto}.tutor-question-answer-image{margin-right:10px}.tutor-question-answer-image img{max-height:25px;width:auto}button#quiz-answer-save-btn,button#quiz-answer-edit-btn{background-color:var(--tutor-success-button-color);color:#fff;padding:10px 15px;border:none;cursor:pointer}button#quiz-answer-save-btn:hover,button#quiz-answer-edit-btn:hover{background-color:var(--tutor-success-button-color)}.tutor-media-upload-wrap{border:1px solid #dedede;display:-webkit-box;display:-ms-flexbox;display:flex;width:130px}.tutor-media-upload-wrap img{max-width:100%}.tutor-media-preview{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-media-upload-btn{display:block;padding:10px;font-size:50px;line-height:50px;text-align:center;color:#dedede}.tutor-media-upload-trash-wrap{border-left:1px solid #dedede}.tutor-media-upload-trash{color:#dedede;display:block;line-height:50px;padding:12px}.tutor-quiz-answers-form-footer.tutor-quiz-builder-form-row{margin-top:40px;margin-bottom:10px}.tutor-metabox-add-topics,.tutor-topics-edit-form{background-color:#f7f7f7;border:1px solid #dcdfe5;margin-top:25px;padding:20px}.tutor-course-builder-section{margin-bottom:60px}.tutor-course-builder-section-title h3{font-size:20px;font-weight:700;color:#1d1f37;position:relative;overflow:hidden;z-index:1;margin:0 0 25px;cursor:pointer}.tutor-course-builder-section-title h3::after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--tutor-primary-color);z-index:-1}.tutor-course-builder-section-title h3 span,.tutor-course-builder-section-title h3 i{float:left;background-color:#fff;font-size:20px;line-height:20px}.tutor-course-builder-section-title h3 i{color:var(--tutor-primary-color);font-size:14px}.tutor-course-builder-section-title h3 span{padding:0 15px 0 9px}.tutor-frontend-builder-item-scope{margin-bottom:30px}.tutor-frontend-builder-item-scope:last-child{margin-bottom:0}.tutor-builder-item-heading{font-weight:500;line-height:21px;margin-bottom:10px;display:block}.builder-course-thumbnail-upload-wrap>div{font-size:var(--tutor-text-size);line-height:25px;margin-bottom:20px;font-weight:400}.builder-course-thumbnail-img-src{position:relative}.builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn{font-size:10px;position:absolute;top:-4px;left:-4px;color:#e53935;-webkit-transition:300ms;transition:300ms;border-radius:50%;width:20px;height:20px;line-height:20px;background:#fff;text-align:center}.builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn i{line-height:20px}.tutor-course-builder-header{text-align:right;font-size:12px}.tutor-course-builder-section .course-empty-content{margin:15px 0}.tutor-course-builder-section .tutor-course-builder-header a{color:#393c40}.tutor-course-builder-section .tutor-course-builder-header a:first-child{padding-right:7px}.tutor-course-builder-section .tutor-course-builder-header a:last-child{padding-left:7px}.tutor-course-builder-section .tutor-course-builder-header{margin-top:-15px}.tutor-course-builder-section .new-topic-btn-wrap{padding:0;margin-top:20px}.tutor-course-available-instructors{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-available-instructors .added-instructor-item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px);border:1px solid #dcdfe5;padding:13px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;position:relative;margin-bottom:30px}.tutor-course-available-instructors .added-instructor-item .instructor-control{position:absolute;right:14px;top:50%;font-size:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:300ms;transition:300ms}.tutor-course-available-instructors .added-instructor-item .instructor-control a{color:red}.tutor-course-available-instructors .added-instructor-item:hover .instructor-control{opacity:1}.tutor-course-available-instructors .added-instructor-item .instructor-icon{height:45px;width:45px;overflow:hidden;border-radius:50px;margin-right:15px}.tutor-course-available-instructors .added-instructor-item .instructor-icon img{width:100%}.tutor-course-available-instructors .added-instructor-item .instructor-name{position:relative}.tutor-course-available-instructors .added-instructor-item .instructor-name img{display:inline-block;margin-left:10px;width:18px}.tutor-course-available-instructors .added-instructor-item .instructor-name img:hover+i.instructor-name-tooltip{opacity:1}.tutor-course-available-instructors .added-instructor-item i.instructor-name-tooltip{-webkit-transition:300ms;transition:300ms;opacity:0;position:absolute;bottom:34px;right:9px;background:#2a344f;-webkit-transform:translateX(50%);transform:translateX(50%);color:#fff;font-size:12px;font-style:normal;padding:0 8px;border-radius:15px;line-height:20px;z-index:1}.tutor-course-available-instructors .added-instructor-item i.instructor-name-tooltip::before{content:"";position:absolute;border:5px solid #2a344f;bottom:-3px;left:50%;margin-left:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.tutor-course-available-instructors .added-instructor-item:nth-child(2n){margin-left:30px}.tutor-addons-list .plugin-icon{height:120px}.btn-switch{display:inline-block;height:22px;position:relative;width:40px}.btn-switch input{display:none}.btn-slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;-webkit-transition:0.4s;transition:0.4s}.btn-slider:before{background-color:#fff;bottom:3px;content:"";height:16px;left:4px;position:absolute;-webkit-transition:0.4s;transition:0.4s;width:16px}input:checked+.btn-slider{background-color:var(--tutor-primary-color)}input:checked+.btn-slider:before{-webkit-transform:translateX(16px);transform:translateX(16px)}.btn-slider.btn-round{border-radius:34px}.btn-slider.btn-round:before{border-radius:50%}.tutor-video-embeded-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.tutor-video-embeded-wrap iframe,.tutor-video-embeded-wrap object,.tutor-video-embeded-wrap embed{position:absolute;top:0;left:0;width:100%;height:100%}.select2-selection__rendered [class^="tutor-icon-"]{display:inline-block;vertical-align:top;margin-right:6px}.select2-results__options [class^="tutor-icon-"]{color:var(--tutor-primary-color);display:inline-block;vertical-align:top;margin-right:6px}.select2-results__option--highlighted [class^="tutor-icon-"]{color:#fff}.tutor-video-metabox-wrap{margin-bottom:50px}.video-metabox-source-input-wrap{padding:30px;background-color:#f4f7f8;border:1px solid #dcdfe5;border-radius:3px}.video-metabox-source-html5-upload{background-color:#fff;text-align:center;padding:40px 20px;border:1px solid #dcdfe5;border-radius:3px}.video-metabox-source-html5-upload p{margin-bottom:5px}.tutor-video-metabox-wrap p{margin:0;padding:0}.video-metabox-source-html5-upload .video-upload-icon i{font-size:50px;color:var(--tutor-primary-color)}.video_source_upload_wrap_html5{margin-top:10px}.video-metabox-source-html5-poster{padding-top:30px}.video_source_wrap_html5{width:100%}.builder-course-thumbnail-upload-wrap .button-transparent{float:right;background:transparent !important}.builder-course-thumbnail-upload-wrap .button-transparent:hover{background:var(--tutor-primary-color) !important}.html5-video-poster{height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.html5-video-poster .tutor-builder-course-video-poster-text{text-align:left;padding-left:20px}.html5-video-poster .tutor-builder-course-video-poster-text h5{font-size:14px;font-weight:700;margin:0 0 6px;line-height:1}.html5-video-poster .tutor-builder-course-video-poster-text span{font-size:14px;font-weight:400}.html5-video-poster img{height:100%;width:auto}.no-memberhsip-msg-wrap p{margin:0}.content-drip-message-wrap.tutor-error-msg{margin:40px 50px}.content-drip-message-wrap{margin:120px}.content-drip-wrap-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.content-drip-wrap-flex .content-drip-left{margin-right:50px}.content-drip-wrap-flex ul{margin:0;list-style-position:inside}.content-drip-wrap-flex ul li a{color:var(--tutor-primary-color)}.tutor-alert{border:1px solid #f8a201;background:#fffff2;position:relative;border-radius:3px;padding:20px 25px 20px 95px;color:#a86d00;margin-bottom:20px}.tutor-alert p{margin-bottom:10px}.tutor-alert p:last-child{margin:0}.tutor-alert.tutor-alert-danger{border:1px solid #fe1a1a;background:#fff2f2;color:#a50000}.tutor-alert.tutor-alert-success{border:1px solid #69bc0d;background:#f6fff2;color:#3d7400}.tutor-alert::before{content:"\e95f";position:absolute;font-size:30px;font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:70px;top:0;left:0;text-align:center;background:#f8a201;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ffffff}.tutor-alert.tutor-alert-danger::before{content:"\e913";background:#fe1a1a}.tutor-alert.tutor-alert-success::before{content:"\e90f";background:#69bc0d}.tutor-alert-content p{margin:0}.gradename-bg{text-align:center;color:#ffffff;height:32px;min-width:32px;font-size:16px;line-height:32px;padding:0 8px;display:inline-block;border-radius:20px;font-weight:bold;margin-right:7px}.gradename-outline{text-align:center;height:32px;min-width:32px;font-size:16px;line-height:26px;padding:0 8px;display:inline-block;border-radius:20px;border:2px solid;margin-right:7px}.generate-course-gradebook-btn-wrap{margin:10px 0}.gradebook-result-for-label{margin:0;padding:4px 7px;background-color:#e8eff1;display:inline-block;margin-bottom:10px}table.course-single-gradebooks{border-spacing:0;width:100%;border-collapse:collapse;border:1px solid #dcdfe5}table.course-single-gradebooks th{padding:1em 1.41575em;text-align:left;vertical-align:top;border-bottom:1px solid #dcdfe5}table.course-single-gradebooks th{font-weight:600}table.course-single-gradebooks thead th{background-color:rgba(220,223,229,0.14);padding:1.41575em;vertical-align:middle}table.course-single-gradebooks tbody td{border-bottom:1px solid #dcdfe5;background-color:#ffffff !important}table.course-single-gradebooks a{color:#4b5981}.text-label{margin:0;padding:4px 7px;background-color:#e8eff1;display:inline-block;border-radius:3px}.text-label.submitted-assignment-grade-pass{background-color:#86b223;color:#ffffff}.text-label.submitted-assignment-grade-failed{background-color:#d71830;color:#ffffff}.tutor-bp-message-recipient-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.tutor-bp-recipient-info-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-bp-message-recipient-avatar-wrap img{width:70px;height:70px;border-radius:50%}.tutor-bp-message-recipient-avatar-wrap{margin-right:35px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h3{margin:10px 0 8px !important;font-size:22px;font-weight:600;line-height:28px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h4{margin:0 0 20px !important;font-size:16px;line-height:1;font-weight:500}.tutor-bp-enrolled-courses-wrap{margin:0}.tutor-bp-enrolled-courses-wrap .tutor-bp-enrolled-total-course-notice{font-weight:400;color:#1c294b;margin:10px 0 8px !important}.tutor-bp-enrolled-courses-wrap ul{padding:0 0 0 17px;margin:0;color:#50616f}.tutor-bp-enrolled-courses-wrap ul li a{line-height:1.7;display:block;color:#54616d;padding-left:10px}.tutor-bp-enrolled-courses-wrap ul li a:hover{color:var(--tutor-primary-color);opacity:1;-webkit-transition:300ms;transition:300ms;text-decoration:underline !important}.oxy-tutor-element{width:100%}.tutor-dashboard-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:30px;border-bottom:1px solid #dcdfe5;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-header .tutor-btn.bordered-btn{background-color:transparent;text-transform:uppercase;font-weight:400;border-radius:2px}.tutor-dashboard-header .tutor-btn.bordered-btn i{font-size:20px}.tutor-dashboard-header .tutor-star-rating-group{margin-right:3px}.tutor-dashboard-header-avatar img{display:block;width:150px;height:150px;border-radius:50%}.tutor-dashboard-header-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:24px;padding-top:15px;padding-bottom:15px}.tutor-dashboard-header-button{padding-top:15px}.tutor-dashboard-header-display-name h4{font-size:30px;margin-top:0px;margin-bottom:10px;line-height:34px}.tutor-dashboard-header-stats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:25px}.tutor-dashboard-header-stats>div:not(:first-child){margin-left:30px}.tutor-dashboard-social-icons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-dashboard-social-icons h4{margin:0 10px 0 0;font-size:var(--tutor-text-size);line-height:25px}.tutor-dashboard-social-icons a{display:inline-block;font-size:12px;padding:0 5px;line-height:25px;color:#393c40;-webkit-transition:300ms;transition:300ms}.tutor-dashboard-social-icons a:hover{color:var(--tutor-primary-color)}.tutor-profile-completion-warning{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0;border-bottom:1px solid #dcdfe5}.tutor-profile-completion-warning .profile-completion-warning-icon{margin-top:10px}.tutor-profile-completion-warning .profile-completion-warning-icon span{font-size:40px;color:#ed9700;padding:0 20px}.tutor-profile-completion-warning .profile-completion-warning-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-positive:1;flex-grow:1;-webkit-box-flex:1}.tutor-profile-completion-warning .profile-completion-warning-content h4{font-size:20px;line-height:30px;margin:0;padding:0;width:100%}.tutor-profile-completion-warning .profile-completion-warning-content p{margin-bottom:10px;font-size:14px;font-weight:300;color:#737787}.tutor-profile-completion-warning .profile-completion-warning-content p a{font-weight:400;color:#3e64de}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details{-ms-flex-positive:1;flex-grow:1;-webkit-box-flex:1}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul{margin:0;list-style:none}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li{display:inline;position:relative;padding-left:16px;color:#737787}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li:not(:last-child){margin-right:21px}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li::before{content:"\2022";position:absolute;color:#f44337;font-weight:bold;display:inline-block;left:0}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li span{color:#3f435b}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status p span{font-weight:400}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status .tutor-progress-bar-wrap .tutor-progress-bar{height:6px;border-radius:8.5px;background-color:#ededf0}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status .tutor-progress-bar-wrap .tutor-progress-filled{height:6px;border-radius:3px;background-color:#ed9700}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status .tutor-progress-bar-wrap .tutor-progress-filled::after{display:none}.tutor-dashboard-info-table-wrap{margin-bottom:30px}.tutor-dashboard-info-table-wrap table{margin-bottom:0;border-collapse:collapse;border:1px solid #dcdfe5;border-radius:4px;width:100%}.tutor-dashboard-info-table-wrap>h3{font-size:20px;font-weight:500;border:1px solid #dcdfe5;border-bottom:none;margin:0;padding:30px;border-radius:4px 4px 0 0}.tutor-dashboard-info-table-wrap>h3+table{border-radius:0 0 4px 4px}.tutor-dashboard-info-table thead{background:#fafbfc}.tutor-dashboard-info-table thead tr td{padding:15px}.tutor-dashboard-info-table tbody tr td{background:transparent !important;padding:20px 15px}.tutor-dashboard-info-table thead tr,.tutor-dashboard-info-table tbody tr{border:1px solid #dcdfe5}.tutor-dashboard-info-table thead tr td:first-child,.tutor-dashboard-info-table tbody tr td:first-child{padding-left:25px}.tutor-dashboard-info-table span.pending,.tutor-dashboard-info-table span.pass,.tutor-dashboard-info-table span.fail{color:#fff;font-size:14px;line-height:18px;padding:1px 6px;border-radius:2px}.tutor-dashboard-info-table span.pending{background-color:#f5a623}.tutor-dashboard-info-table span.fail{background-color:#d71830}.tutor-dashboard-info-table span.pass{background-color:var(--tutor-success-button-color)}.tutor-dashboard-single-review{border:1px solid #dcdfe5;border-radius:4px;margin-bottom:30px}.tutor-dashboard-review-heading{padding:10px 20px;border-bottom:1px solid #dcdfe5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.individual-dashboard-review-body{padding:10px 20px}.tutor-dashboard-review-title{font-size:18px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:300}.tutor-dashboard-review-title a{font-weight:500;color:var(--tutor-primary-color)}.tutor-dashboard-review-links{white-space:nowrap;font-weight:400}.tutor-dashboard-review-links a{color:#8c94a8;margin-left:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.tutor-dashboard-review-links a i{line-height:inherit;font-size:14px;margin-right:5px}.individual-dashboard-review-body .review-meta{font-size:85%;margin:0;color:#8c94a8}.individual-star-rating-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-edit-review-modal-wrap .modal-close-wrap a.modal-close-btn{color:#222222;background:none;font-size:20px;top:8px}.tutor-modal-wrap form{margin-bottom:20px}.tutor-dashboard-info-cards{margin:0 -15px 15px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-info-cards .tutor-dashboard-info-card{padding:15px;min-width:33.333%}.tutor-dashboard-info-cards .tutor-dashboard-info-card p{margin:0;padding:15px 25px;background:#282c36;color:#ffffff;border-radius:4px}.tutor-dashboard-info-cards .tutor-dashboard-info-card p span.tutor-dashboard-info-val{display:block;font-weight:700;font-size:30px;line-height:1.618}.tutor-dashboard-info-cards .tutor-dashboard-info-card p span span{display:inline-block}.tutor-dashboard-info-cards .tutor-dashboard-info-card p>*{vertical-align:middle}.tutor-dashboard-content{margin-bottom:60px}.tutor-dashboard-content>h2{margin-bottom:20px}.prev-btn{font-size:16px;line-height:1.88;color:#3f435b}.prev-btn span{font-size:18px;font-weight:800;color:#3e64de;margin-right:7px}.tutor-dashboard-content .tutor-quiz-attempt-history tr th,.tutor-dashboard-content .tutor-quiz-attempt-history tr td{vertical-align:middle;border:none}.tutor-dashboard-content .tutor-quiz-attempt-history tr td:first-child{padding:15px 13px !important}.tutor-dashboard-content .tutor-quiz-attempt-history table span.result-fail,.tutor-dashboard-content .tutor-quiz-attempt-history table span.result-pass{width:auto;height:auto;line-height:19px;padding:0 6.5px;margin-right:4px}.label-course-status{background-color:#cccccc;padding:3px 5px;color:#ffffff;font-size:12px;text-transform:capitalize}.label-course-publish{background-color:var(--tutor-success-button-color)}.tutor-dashboard-content .quiz-attempt-answers-wrap table th{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:0.12px;color:#737787;padding:15px 10px}.tutor-dashboard-content .tutor-quiz-attempt-history table thead tr,.single-quiz-page.tutor-quiz-attempt-history table thead tr{background-color:#fafbfc}.tutor-dashboard-content .tutor-quiz-attempt-history table tr,.single-quiz-page.tutor-quiz-attempt-history table tr{border:0;background-color:#fff}.tutor-dashboard-content .tutor-quiz-attempt-history table tr:first-child,.single-quiz-page.tutor-quiz-attempt-history table tr:first-child{background-color:#fafbfc}.tutor-dashboard-content .tutor-quiz-attempt-history table th,.tutor-dashboard-content .tutor-quiz-attempt-history table td,.single-quiz-page.tutor-quiz-attempt-history table th,.single-quiz-page.tutor-quiz-attempt-history table td{border:1px solid #dcdfe5 !important;vertical-align:middle}.tutor-dashboard-content .tutor-quiz-attempt-history table th:first-child,.tutor-dashboard-content .tutor-quiz-attempt-history table td:first-child,.single-quiz-page.tutor-quiz-attempt-history table th:first-child,.single-quiz-page.tutor-quiz-attempt-history table td:first-child{width:62%}.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(2),.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(4),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(2),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(4),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(2),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(4),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(2),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(4){width:11%}.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(3),.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(5),.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(6),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(3),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(5),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(6),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(3),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(5),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(6),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(3),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(5),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(6){width:9%}.tutor-dashboard-content .tutor-quiz-attempt-history table th,.single-quiz-page.tutor-quiz-attempt-history table th{font-size:14px;font-weight:500;line-height:1.14;color:#8792b2}.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(n+3),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(n+3){text-align:center}.tutor-dashboard-content .tutor-quiz-attempt-history table td,.single-quiz-page.tutor-quiz-attempt-history table td{background-color:#fff;font-size:14px;font-weight:400;color:#4b5981}.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(n+3),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(n+3){font-weight:500;text-align:center;padding-left:3px !important;padding-right:3px !important}.tutor-dashboard-content .tutor-quiz-attempt-history table td:last-child,.single-quiz-page.tutor-quiz-attempt-history table td:last-child{padding-left:0px !important;padding-right:0px !important}.tutor-dashboard-content .tutor-quiz-attempt-history table td a,.single-quiz-page.tutor-quiz-attempt-history table td a{font-weight:500;color:#4b5981;text-decoration:underline;word-break:initial}.tutor-dashboard-content .tutor-quiz-attempt-history table td .course a,.single-quiz-page.tutor-quiz-attempt-history table td .course a{font-weight:600;line-height:1.29;color:#4b5981;text-decoration:none}.tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta,.single-quiz-page.tutor-quiz-attempt-history table td .course-meta{display:inline-block;margin-top:5px}.tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta span:nth-child(2),.single-quiz-page.tutor-quiz-attempt-history table td .course-meta span:nth-child(2){margin:0 17px}.tutor-dashboard-content .tutor-quiz-attempt-history table td .student,.single-quiz-page.tutor-quiz-attempt-history table td .student{font-weight:600;line-height:1.29;color:#4b5981}.tutor-dashboard-content .tutor-quiz-attempt-history table td .student-meta,.single-quiz-page.tutor-quiz-attempt-history table td .student-meta{display:inline-block;margin-top:5px}.single-quiz-page.tutor-quiz-attempt-history table{margin-bottom:30px}.tutor-dashboard-content .tutor-quiz-attempt-history table a{color:var(--tutor-primary-color);font-weight:700;line-height:24px}.tutor-dashboard-content .tutor-quiz-attempt-history table a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-item-group{padding:25px;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:30px}.tutor-dashboard-item-group>h4{font-size:20px;color:var(--tutor-primary-color);font-weight:500}.tutor-dashboard-assignment-submitted-table tr td{text-align:center}.tutor-dashboard-assignment-submitted-table tr td a{color:#8c94a8;-webkit-transition:300ms;transition:300ms}.tutor-dashboard-assignment-submitted-table tr td a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-assignment-submitted-table tr td,.tutor-dashboard-assignment-submitted-table tr th{border:1px solid #dcdfe5}.tutor-assignment-review-header{margin-bottom:30px}.tutor-assignment-review-header h3{margin-bottom:10px;line-height:28px}.tutor-assignment-evaluate-wraps h3,.tutor-assignment-review-header h3 a{font-size:22px;font-weight:700;color:var(--tutor-text-color);display:block}.tutor-assignment-review-header p{margin:0;color:var(--tutor-text-color);font-weight:700}.tutor-assignment-review-header p a{font-weight:400;color:var(--tutor-text-color)}.tutor-assignment-review-header a{-webkit-transition:300ms;transition:300ms}.tutor-assignment-review-header a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-assignment-review{background:rgba(220,223,229,0.14);border:1px solid #dcdfe5;padding:25px;font-weight:400;border-radius:4px;margin-bottom:40px}.tutor-dashboard-assignment-review h5,.tutor-dashboard-assignment-review h4{font-size:16px;line-height:23px;font-weight:700;color:var(--tutor-text-color)}.tutor-dashboard-assignment-review h5{margin-bottom:15px}.tutor-dashboard-assignment-files{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-9px}.tutor-dashboard-assignment-files .uploaded-files{background-color:#fff;border:1px solid #dcdfe5;border-radius:4px;margin:9px;-webkit-transition:300ms;transition:300ms}.tutor-dashboard-assignment-files .uploaded-files:hover{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.1)}.tutor-dashboard-assignment-files .uploaded-files a i{margin-right:12px;color:#606c8f;float:left;font-size:28px;line-height:28px}.tutor-dashboard-assignment-files .uploaded-files a{color:var(--tutor-primary-color);display:block;overflow:hidden;line-height:28px;padding:15px 17px}.tutor-assignment-evaluate-row{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-assignment-evaluate-row .tutor-option-field-label{-webkit-box-flex:0;-ms-flex:0 0 135px;flex:0 0 135px}.tutor-assignment-evaluate-row .tutor-option-field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-assignment-evaluate-row .tutor-option-field-label label{display:block;padding-top:12px}.tutor-option-field-label label br{display:none}.tutor-option-field-label label p{margin:0;display:inline-block}.tutor-assignment-evaluate-row textarea,.tutor-assignment-evaluate-row .tutor-option-field input{border:1px solid #dcdfe5;height:50px;padding:0 15px;border-radius:4px;width:100px;background-color:#fff}.tutor-assignment-evaluate-row textarea{height:165px;width:100%}.tutor-assignment-evaluate-row{margin-bottom:60px}.tutor-assignment-evaluate-row p.desc{margin-bottom:0;margin-top:6px;font-style:italic}.tutor-dashboard-profile .tutor-dashboard-profile-item{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-dashboard-profile .tutor-dashboard-profile-item .heading{min-width:190px}@media (max-width: 480px){.tutor-dashboard-profile .tutor-dashboard-profile-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-profile .tutor-dashboard-profile-item .heading{min-width:100%;width:100%;font-weight:700;margin-bottom:6px}}.tutor-dashboard-profile .tutor-dashboard-profile-item .content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-dashboard-profile .tutor-dashboard-profile-item .content small{font-size:inherit;font-style:italic}.tutor-dashboard-profile .tutor-dashboard-profile-item .content small a{color:var(--tutor-primary-color)}.tutor-dashboard-avater img{width:70px;height:70px;display:block;border-radius:50%}.tutor-dashboard-student-info h4{font-size:18px;color:var(--tutor-light-color);margin-bottom:0}.tutor-dashboard-student-info h4 a{color:var(--tutor-text-color)}.tutor-dashboard-user-role{font-weight:400}.tutor-dashboard-inline-links{margin-bottom:30px}.tutor-dashboard-inline-links ul{margin:0;padding:0;border-bottom:1px solid #dfe1e5}.tutor-dashboard-inline-links ul li{display:inline-block}.tutor-dashboard-inline-links ul li a{display:block;padding:5px 10px;color:var(--tutor-primary-color);margin-bottom:-1px;line-height:40px}.tutor-dashboard-inline-links ul li a:hover,.tutor-dashboard-inline-links ul li.active a{color:var(--tutor-primary-color);border-bottom:1px solid var(--tutor-primary-color);padding-bottom:4px}.tutor-dashboard-student-meta ul li:first-child{margin-left:0}@media (max-width: 767px){.tutor-dashboard-student-meta ul{display:block;border:none;padding:0}.tutor-dashboard-student-meta ul li{display:inline-block;color:var(--tutor-text-color);margin:5px;border:1px solid #dddddd;padding:5px 10px;border-radius:4px}}.tutor-dashboard-student-meta ul li strong{display:block;color:var(--tutor-light-color);font-weight:400}.tutor-dashboard-permalinks{list-style:none;margin:0px 0 20px;padding:20px 0;border-right:1px solid #dcdfe5}.tutor-dashboard-permalinks li a:hover{background-color:#edf0f9}.tutor-dashboard-permalinks li.active a{background-color:var(--tutor-primary-color);color:#ffffff}@media (max-width: 991px){.tutor-dashboard-student .tutor-col-3,.tutor-dashboard-student .tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.profile-completion-warning-details{margin-bottom:10px}}.tutor-dashboard-permalinks a{display:block;color:var(--tutor-text-color);padding:10px 20px;line-height:28px}.tutor-dashboard-permalinks a:before{content:"\e968";font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:15px;vertical-align:middle;color:var(--tutor-primary-color);opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";font-size:17px}.tutor-dashboard-permalinks a:hover:before{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-dashboard-permalinks li.active a:before{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";color:#fff}.tutor-dashboard-menu-bio a:before,.tutor-dashboard-menu-my-profile a:before{content:"\e963"}.tutor-dashboard-menu-enrolled-courses a:before{content:"\e969"}.tutor-dashboard-menu-courses_taken a:before,.tutor-dashboard-menu-my-courses a:before{content:"\e965"}.tutor-dashboard-menu-wishlist a:before{content:"\e908"}.tutor-dashboard-menu-reviews a:before{content:"\e917"}.tutor-dashboard-menu-my-quiz-attempts a:before{content:"\e9ab"}.tutor-dashboard-menu-quiz-attempts a:before{content:"\e91f"}.tutor-dashboard-menu-question-answer a:before{content:"\e948"}.tutor-dashboard-menu-earning a:before{content:"\e96b"}.tutor-dashboard-menu-withdraw a:before{content:"\e960"}.tutor-dashboard-menu-settings a:before{content:"\e961"}.tutor-dashboard-menu-logout a:before{content:"\e962"}.tutor-dashboard-menu-purchase_history a:before{content:"\e964"}.tutor-dashboard-menu-assignments a:before{content:"\e98b"}.tutor-dashboard-content{padding-top:30px}.quiz-attempts-title,.tutor-quiz-attempt-history-title{font-size:22px;font-weight:600;line-height:1.27;color:#4b5981;margin-bottom:31px}.tutor-date-range-filter-wrap{margin:15px 0 20px;font-size:12px}.report-top-sub-menu{margin:0 10px 5px 0;display:inline-block;font-size:0}.report-top-sub-menu a{text-decoration:none;padding:5px 8px;border:1px solid #d7dadf;color:#aaaeb3;white-space:nowrap;display:inline-block;font-size:12px}.report-top-sub-menu a:not(:first-child){margin-left:-1px}.report-top-sub-menu a:hover{background:#edf0f9;color:#333}.report-top-sub-menu a.active{background-color:var(--tutor-primary-color);color:#ffffff;border:1px solid var(--tutor-primary-hover-color)}.tutor-dashboard-menu-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#dcdfe5}.tutor-dashboard-menu-divider-header{color:#acacac;padding:10px 20px;cursor:default}.tutor-date-range-wrap{display:inline-block}.report-date-range-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;max-width:370px}.date-range-input{position:relative}.date-range-input input{border-radius:0 !important;margin:0 !important;border-right:none !important;font-size:14px}.date-range-input:last-child{margin-right:0}.date-range-input:last-child button{border-radius:0}.date-range-input input,.date-range-input input[type="text"]{border:1px solid #d7dadf;-webkit-box-shadow:none;box-shadow:none;line-height:29px;margin:0;padding-right:30px;padding-top:0;padding-bottom:0;width:100%}.date-range-input i.tutor-icon-calendar{position:absolute;right:10px;top:7px}.date-range-input button{background-color:var(--tutor-primary-color);color:#ffffff;border:none;line-height:30px;padding:0 15px}.report-download-csv-icon{float:right}.report-download-csv-icon a{text-decoration:none}.tutor-dashboard-statement-table-wrap{overflow-x:auto}table.tutor-dashboard-statement-table p{margin:0;padding:0}table.tutor-dashboard-statement-table p.small-text{font-size:12px;color:#666666}.tutor-mycourse-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background-size:cover;background-position:center}.tutor-mycourse-content{padding:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width: 580px){.tutor-mycourse-thumbnail{height:200px}.tutor-mycourse-thumbnail,.tutor-mycourse-content{min-width:100%;width:100%}.profile-completion-warning-details li{display:block !important}}.tutor-mycourse-content h3{margin:0 0 9px}.tutor-mycourse-content h3 a:hover{color:var(--tutor-primary-color)}.tutor-mycourse-rating{color:#f8c51c;font-size:14px}.tutor-mycourse-rating i{margin-right:4px}.tutor-mycourse-view,.tutor-mycourse-edit,.tutor-mycourse-delete{color:var(--tutor-light-color);-webkit-transition:300ms;transition:300ms}.tutor-mycourse-view i,.tutor-mycourse-edit i,.tutor-mycourse-delete i{line-height:inherit;display:inline-block;vertical-align:top;color:var(--tutor-primary-color)}.tutor-mycourse-view:hover,.tutor-mycourse-edit:hover,.tutor-mycourse-delete:hover{color:var(--tutor-primary-color)}.tutor-dashboard-content-inner .tutor-mycourse-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;border:1px solid #dcdfe5;border-radius:4px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;position:relative}@media (max-width: 580px){.tutor-dashboard-content-inner .tutor-mycourse-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-course-status h4{display:none}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating{margin-bottom:3px}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating a{font-weight:400;margin-left:5px;color:#8c94a8}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-content-inner .tutor-mycourse-wrap p:last-child{margin-bottom:0}.tutor-mycourse-content .mycourse-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-mycourse-content .mycourse-footer .tutor-mycourses-stats{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-dashboard-content-inner .tutor-mycourses-stats>*{margin-right:8px}.tutor-mycourse-status{margin-right:15px}.tutor-dashboard-content-inner h3 a{color:var(--tutor-text-color);font-size:22px;line-height:28px;font-weight:500;display:block}.tutor-dashboard-content-inner .tutor-course-metadata ul{display:block;list-style:none;margin:0 0 10px;padding:0}.tutor-dashboard-content-inner .tutor-progress-bar-wrap{margin-bottom:0}.tutor-dashboard-content-inner .tutor-course-metadata li{display:inline-block;color:var(--tutor-light-color);margin-left:20px}.tutor-dashboard-content-inner .tutor-course-metadata li:first-child{margin-left:0}.tutor-dashboard-content-inner .tutor-course-metadata li span{color:var(--tutor-text-color);margin-left:5px}.ui-datepicker{background-color:#fff;border:1px solid #eeeeee;display:none;margin-top:4px;padding:5px;width:180px}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2a6496;-webkit-transition:color 0.1s ease-in-out;transition:color 0.1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{cursor:default;font-family:"tutor";-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;height:20px;line-height:1;margin-top:2px;width:30px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:right}.ui-datepicker .ui-datepicker-prev:before{content:"\e921"}.ui-datepicker .ui-datepicker-next:before{content:"\e903"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar th,.ui-datepicker .ui-datepicker-calendar td{text-align:center;padding:0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color 0.1s ease-in-out,
2
  color 0.1s ease-in-out;-webkit-transition:background-color 0.1s ease-in-out, color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out, color 0.1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.ui-datepicker-calendar .ui-state-default{border:none;background:none}.ui-datepicker-calendar .ui-state-default.ui-state-highlight{background:#eeeeee;padding:3px;display:block}.tutor-table{width:100%}.tutor-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.tutor-course-delete-popup{text-align:center;font-size:16px;line-height:25px;font-weight:400;color:#8C94A8}.tutor-course-delete-popup img{width:110px;margin:0 auto}.tutor-course-delete-popup h3{font-weight:500;font-size:30px;margin:15px 0 25px}.tutor-modal-button-group{margin-top:55px}.tutor-modal-button-group button{line-height:30px;padding:10px 25px;color:#C7CCDA;border:2px solid #DDDFE7;border-radius:2px;background:#fff;min-width:220px;text-align:center;text-transform:uppercase;-webkit-transition:300ms;transition:300ms}.tutor-modal-button-group button+button{margin-left:20px}.tutor-modal-button-group button.tutor-danger{background:#F0576A;border-color:#F0576A;color:#ffffff}.tutor-modal-button-group button:hover{background:#fff;color:#333;border-color:#333}.tutor-modal-button-group button.tutor-danger:hover{background:#cd4a5a;border-color:#cd4a5a;color:#ffffff}@media (max-width: 768px){.tutor-modal-button-group button{padding:5px 20px;min-width:auto;margin-bottom:6px}.tutor-modal-button-group{margin-top:20px}}.withdraw-method-select-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px 40px}.withdraw-method-select-wrap .withdraw-method-select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;margin-bottom:30px}.withdraw-method-select-wrap .withdraw-method-select label{display:block;padding:20px;margin:0;cursor:pointer;overflow:hidden;border:1px solid #DCDFE5;border-radius:4px;position:relative}.withdraw-method-select-wrap .withdraw-method-select input:checked+label{border-color:var(--tutor-success-button-color);-webkit-box-shadow:0 0 0 1px var(--tutor-success-button-color);box-shadow:0 0 0 1px var(--tutor-success-button-color)}.withdraw-method-select-wrap .withdraw-method-select label:after{content:'\e90f';position:absolute;right:-1px;top:-1px;border:1px solid #DCDFE5;height:22px;width:22px;text-align:center;line-height:22px;color:transparent}.withdraw-method-select-wrap .withdraw-method-select input:checked+label:after{color:#fff;background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);font-family:'tutor' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:13px}.withdraw-method-select-wrap .withdraw-method-select p{margin:0}.withdraw-method-select-wrap .withdraw-method-select label>p{font-size:20px;font-weight:600;color:var(--tutor-primary-color)}.withdraw-method-select-wrap .withdraw-method-select label span{color:#B0B6C8;font-weight:400}.withdraw-method-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.withdraw-method-form>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;padding:0 15px 20px}@media (max-width: 480px){.withdraw-method-form>div{width:100%}}.withdraw-method-form>div.withdraw-account-save-btn-wrap{width:100%}.withdraw-form-field-amount input[type='text'],.withdraw-method-forms-wrap .withdraw-method-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),.withdraw-method-forms-wrap .withdraw-method-form textarea{border:1px solid #DCDFE5;display:block;width:100%;background:transparent;-webkit-box-shadow:none;box-shadow:none;border-radius:4px}label[for="tutor_withdraw_amount"]{margin-bottom:7px;display:block}.withdraw-form-field-amount input[type='text']{margin-bottom:10px;height:45px}.withdraw-method-forms-wrap .withdraw-method-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,.withdraw-method-forms-wrap .withdraw-method-form textarea:focus{border-color:var(--tutor-primary-color);outline:none}.withdraw-method-forms-wrap .withdraw-method-form textarea{min-height:80px}.withdraw-method-forms-wrap .withdraw-method-form label{color:#989EAF;margin-bottom:8px;display:block}.withdraw-method-forms-wrap .withdraw-method-form .withdraw-field-desc{font-size:12px;margin:5px 0 0;font-style:italic}.tutor-dashboard-assignment-table tr th,.tutor-dashboard-assignment-table tr td{border:1px solid #DCDFE5;vertical-align:middle;padding:20px}.tutor-dashboard-assignment-table tr th:not(:first-child),.tutor-dashboard-assignment-table tr td:not(:first-child){text-align:center}.tutor-dashboard-assignment-table tr h5{margin:0;font-size:16px;line-height:18px;font-weight:700;color:var(--tutor-text-color)}.tutor-dashboard-assignment-table tr h5:not(:last-child){margin-bottom:7px}.tutor-dashboard-assignment-table tr a{font-weight:400;color:var(--tutor-text-color)}.tutor-dashboard-assignment-table tr a:hover{color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-quiz-attempt-history td:last-child{text-align:center}.tutor-quiz-attempt-history td:last-child a{display:block;padding:10px}.attempt-review-title{font-size:18px;color:var(--tutor-text-size);font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}.attempt-review-title i{margin-right:12px;color:var(--tutor-primary-color)}.tutor-quiz-attempt-info-row .attempt-view-bottom,.tutor-quiz-attempt-info-row .attempt-view-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,.tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:30%}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required,.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,.tutor-quiz-attempt-info-row .attempt-info-content span.result-fail{background:#df3247;font-size:14px;font-weight:400;color:#fff;padding:1px 4px;margin-right:13px;border-radius:2px}.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-info-row .attempt-info-content h4,.tutor-quiz-attempt-info-row .attempt-info-content h5{font-size:14px;line-height:25px;margin:0;color:#7a7f85;font-weight:400}.tutor-quiz-attempt-info-row .attempt-info-content h4 a,.tutor-quiz-attempt-info-row .attempt-info-content h4{font-weight:700;color:var(--tutor-text-color);margin-top:7px}.tutor-quiz-attempt-info-row .attempt-view-top{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #dcdfe5}.tutor-quiz-attempt-info-row .attempt-view-bottom{margin-bottom:60px}.attempt-user-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attempt-user-details .attempt-user-avatar{padding-right:20px}.attempt-user-details .attempt-user-avatar img{display:block;width:70px;height:70px;border-radius:50%}.attempt-user-details .attempt-info-content h4{font-size:18px}.attempt-review-notice-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.attempt-review-notice-wrap p{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attempt-review-notice-wrap p.attempt-review-notice i{font-size:16px;color:#f5c813;margin-right:9px}.attempt-review-notice-wrap p.attempt-review-at>span{color:var(--tutor-primary-color);margin-right:7px;font-size:16px}.attempt-review-notice-wrap p>strong{font-weight:400;margin-right:5px}.quiz-attempt-answers-wrap{background:#fff;margin:0 0 1.5em}.quiz-attempt-answers-wrap .attempt-answers-header{padding:30px 20px}.quiz-attempt-answers-wrap .attempt-answers-header h3{font-size:20px;line-height:1.5;color:#3f435b}.quiz-attempt-answers-wrap table{border-collapse:collapse;border:none}.quiz-attempt-answers-wrap table tr{background-color:#fff}.quiz-attempt-answers-wrap table tr:first-child{background-color:#f7f7f9;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea !important}.quiz-attempt-answers-wrap table tr:not(:first-child){border-top:1px solid #dcdce1}.quiz-attempt-answers-wrap table tr:not(:last-child){border-bottom:1px solid #dcdce1}.quiz-attempt-answers-wrap table th{font-size:12px;text-transform:inherit}.quiz-attempt-answers-wrap table th,.quiz-attempt-answers-wrap table td{padding:17px 20px;vertical-align:middle;border:none;font-size:14px;line-height:1.71;letter-spacing:normal;color:#393c40}.quiz-attempt-answers-wrap table th p,.quiz-attempt-answers-wrap table td p{margin:0}.quiz-attempt-answers-wrap table th .tutor-icon-block,.quiz-attempt-answers-wrap table td .tutor-icon-block{font-size:14px;width:30px;height:30px;line-height:30px}.quiz-attempt-answers-wrap table .quiz-manual-review-action{border:1px solid #d4dadb;color:#d4dadb;height:30px;width:30px;border-radius:2px;font-size:13px;display:inline-block;text-align:center;line-height:30px;-webkit-transition:300ms;transition:300ms}.quiz-attempt-answers-wrap table .quiz-manual-review-action:first-child:hover{border:1px solid var(--tutor-success-button-color);color:var(--tutor-success-button-color)}.quiz-attempt-answers-wrap table .quiz-manual-review-action:last-child:hover{border:1px solid #df3247;color:#df3247}.quiz-attempt-answers-wrap table .quiz-manual-review-action:not(:last-child){margin-right:17px}.tutor-quiz-attempt-review-wrap .attempt-answers-header{background:#fff;padding:20px;margin-top:20px}.tutor-quiz-attempt-review-wrap .attempt-answers-header a{color:#3f435b}.tutor-quiz-attempt-review-wrap .attempt-answers-header>p{color:#737787;margin-top:10px;margin-bottom:0}.tutor-quiz-attempt-review-wrap .attempt-answers-header h3{font-size:20px;line-height:1.5;color:#3f435b}.tutor-quiz-attempt-review-wrap .instructor-feedback-content{padding:0px 20px 10px 20px}.tutor-quiz-attempt-review-wrap .instructor-feedback-content>p{margin-bottom:1em}.tutor-quiz-attempt-review-wrap table{border-collapse:collapse;border:none}.tutor-quiz-attempt-review-wrap table tr{background-color:#fff}.tutor-quiz-attempt-review-wrap table tr:first-child{background-color:#f7f7f9;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.tutor-quiz-attempt-review-wrap table tr:first-child th,.tutor-quiz-attempt-review-wrap table tr:first-child td{padding-top:14px;padding-bottom:14px}.tutor-quiz-attempt-review-wrap table tr:not(:first-child){border-top:1px solid #dcdce1}.tutor-quiz-attempt-review-wrap table tr:not(:first-child) th,.tutor-quiz-attempt-review-wrap table tr:not(:first-child) td{padding-top:20px;padding-bottom:20px}.tutor-quiz-attempt-review-wrap table tr:not(:last-child){border-bottom:1px solid #dcdce1}.tutor-quiz-attempt-review-wrap table th,.tutor-quiz-attempt-review-wrap table td{border:none;vertical-align:top;font-size:14px;font-weight:400;line-height:1.71;padding:15px 6px}.tutor-quiz-attempt-review-wrap table th:first-child,.tutor-quiz-attempt-review-wrap table td:first-child{padding:12px}.tutor-quiz-attempt-review-wrap table th:last-child,.tutor-quiz-attempt-review-wrap table td:last-child{padding:12px 10px}.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table th:nth-child(3),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table th:nth-child(4),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table td:nth-child(3),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table td:nth-child(4){width:28%}.tutor-quiz-attempt-review-wrap span.result-review-required,.tutor-quiz-attempt-review-wrap span.result-pass,.tutor-quiz-attempt-review-wrap span.result-fail{background:#df3247;font-size:14px;font-weight:bold;color:#fff;padding:4px 11px;border-radius:2px}.tutor-quiz-attempt-review-wrap span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-review-wrap span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip],.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]{position:relative;z-index:2;cursor:pointer}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:after,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:before,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:after{visibility:hidden;opacity:0;pointer-events:none;-webkit-transform:translateY(15px);transform:translateY(15px);-webkit-transition:0.15s ease;transition:0.15s ease}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:before,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:before{content:attr(data-tooltip);position:absolute;bottom:40px;left:50%;margin-bottom:0px;margin-left:-60px;min-width:122px;text-align:center;padding:4px 7px;font-size:14px;line-height:1.2;font-weight:300;border-radius:12px;background-color:#3f435b;color:#fff;z-index:99999}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:after,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:after{position:absolute;content:"";bottom:34px;left:50%;margin-left:-10px;border-top:8px solid #3f435b;border-right:10px solid transparent;border-left:10px solid transparent}.tutor-quiz-attempt-review-wrap .active[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:after,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:after,.quiz-attempt-answers-wrap .active[data-tooltip]:before,.quiz-attempt-answers-wrap .active[data-tooltip]:after,.quiz-attempt-answers-wrap .active[data-tooltip]:before,.quiz-attempt-answers-wrap .active[data-tooltip]:after{visibility:visible;opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}.tutor-status-blocked-context i,.tutor-status-approved-context i,.quiz-correct-answer-text i,.quiz-incorrect-answer-text i{font-size:14px;height:20px;width:20px;text-align:center;line-height:20px;background:#7bbc30;color:#fff;display:inline-block;border-radius:2px;margin-right:6px}.tutor-status-blocked-context i,.quiz-incorrect-answer-text i{background:#f44337;font-size:10px;font-weight:900}.answer-image-matched-wrap{display:block}.answer-image-matched-wrap .image-matching-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.answer-image-matched-wrap .image-matching-item:not(:last-child){margin-bottom:12px}.answer-image-matched-wrap .image-matching-item img{max-width:35px}.answer-image-matched-wrap .image-matching-item .dragged-caption{font-size:14px;margin-left:12px}.correct-answer-wrap .matching-type{display:-webkit-box;display:-ms-flexbox;display:flex}.correct-answer-wrap .text-image-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.correct-answer-wrap .text-image-type:not(:last-child){margin-bottom:12px}.correct-answer-wrap .text-image-type .image{margin-right:12px}.correct-answer-wrap .text-image-type img{max-width:35px}.tutor-dashboard-builder-header{padding:10px 0px;border-bottom:2px solid #DCDFE5;position:fixed;top:0px;background:#fff;width:100%;z-index:99}@media (max-width: 991px){.tutor-dashboard-builder-header{position:static}}.tutor-dashboard-builder-header .tutor-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-row .tutor-col-auto{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-dashboard-builder-header .tutor-row .tutor-col-auto:first-child{margin-bottom:15px}}.tutor-dashboard-builder-header .tutor-button{white-space:nowrap;margin-left:auto}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-button{padding:6px 10px}}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left .tutor-dashboard-builder-logo{padding:0 25px;position:relative}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left .tutor-dashboard-builder-logo img{max-height:32px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button{margin:0;padding:0px 25px;line-height:30px;border:none;border-left:1px solid #DCDFE5;background:transparent;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--tutor-text-color);-webkit-transition:300ms;transition:300ms;font-weight:500;white-space:nowrap}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button{border-left:none}}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button i{font-size:24px;line-height:30px;margin-right:9px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button:hover{color:var(--tutor-primary-color);background:transparent}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button:hover i{color:var(--tutor-primary-color)}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a{color:var(--tutor-text-color);font-weight:500;line-height:36px;padding:0 25px;-webkit-transition:300ms;transition:300ms;white-space:nowrap}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a i{font-size:36px;line-height:36px;display:inline-block;vertical-align:top;padding-right:9px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a:hover{color:var(--tutor-primary-color)}.tutor-frontend-course-builder-section{padding:113px 0 45px;background-color:#ffffff}@media (max-width: 991px){.tutor-frontend-course-builder-section{padding-top:60px}.tutor-frontend-course-builder-section .tutor-col-8,.tutor-frontend-course-builder-section .tutor-col-4{width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.admin-bar .tutor-dashboard-builder-header{top:32px}@media (max-width: 783px){.admin-bar .tutor-dashboard-builder-header{top:46px}}.tutor-course-builder-upload-tips{position:fixed;max-width:370px}@media (max-width: 991px){.tutor-course-builder-upload-tips{position:static}}.tutor-course-builder-upload-tips .tutor-course-builder-tips-title{font-size:16px;color:#8C94A8;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-builder-upload-tips .tutor-course-builder-tips-title i{font-size:24px;color:var(--tutor-primary-color);margin-right:11px}.tutor-course-builder-upload-tips ul{margin:0;padding:0 0 0 35px;list-style:none}.tutor-course-builder-upload-tips ul li{position:relative;margin-bottom:8px;line-height:24px}.tutor-course-builder-upload-tips ul li::after{content:'';position:absolute;height:8px;width:8px;border-radius:50%;background:#DCDFE5;left:-26px;top:9px}.tutor-course-level-meta{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-course-level-meta label{margin:0 40px 0 0;font-weight:600}.tutor-frontend-builder-course-price .tutor-form-group input{margin-bottom:0}.tutor-frontend-builder-course-price .tutor-styled-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-builder-attachements{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-builder-attachements .tutor-added-attachment{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 30px);flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px);border:1px solid #DCDFE5;padding:35px 20px 20px;position:relative;text-align:center;margin-left:30px;margin-bottom:30px;border-radius:4px;-webkit-transition:300ms;transition:300ms;min-width:120px}@media (max-width: 480px){.tutor-course-builder-attachements .tutor-added-attachment{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 30px);flex:0 0 calc(50% - 30px);max-width:calc(50% - 30px)}}.tutor-course-builder-attachements .tutor-added-attachment i{font-size:58px;line-height:58px;margin-bottom:25px;display:block}.tutor-course-builder-attachements .tutor-added-attachment .tutor-delete-attachment{position:absolute;height:22px;width:22px;border:1px solid #DCDFE5;text-align:center;line-height:22px;top:-1px;right:-1px;font-size:10px;border-top-right-radius:4px;color:transparent;-webkit-transition:300ms;transition:300ms}.tutor-course-builder-attachements .tutor-added-attachment:hover,.tutor-course-builder-attachements .tutor-added-attachment:hover .tutor-delete-attachment{border-color:#D71830;color:#D71830}.tutor-course-builder-attachements .tutor-added-attachment span{display:block}.tutor-course-builder-attachements .tutor-added-attachment span a{font-size:14px;display:block;line-height:20px;color:#606C8F}.tutor-course-builder-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}#tutor-metabox-course-settings-tabs{background-color:#fff;border:1px solid #e5e5e5;margin:1em 0}.inside #tutor-metabox-course-settings-tabs{border:0;margin:0}.settings-tabs-heading{padding:1em;border-bottom:1px solid #e5e5e5}.settings-tabs-heading h3{font-size:14px;margin:0;line-height:1.4}.course-settings-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex}.course-settings-tabs-container .settings-tabs-navs-wrap{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;background:#F5F5F5}.settings-tabs-navs-wrap .settings-tabs-navs{margin:0;list-style:none}.settings-tabs-navs-wrap .settings-tabs-navs li{margin:0}.settings-tabs-navs-wrap .settings-tabs-navs li a{display:block;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;color:#23282d;text-decoration:none;background:#F5F5F5;text-transform:capitalize;border-bottom:1px solid #e5e5e5;border-left:3px solid transparent}.settings-tabs-navs-wrap .settings-tabs-navs li:last-child a{border-bottom:none}.settings-tabs-navs-wrap .settings-tabs-navs li a:focus{-webkit-box-shadow:none;box-shadow:none}.settings-tabs-navs-wrap .settings-tabs-navs li.active a{background-color:#ffffff;border-bottom:1px solid #e5e5e5;color:var(--tutor-primary-color);border-left:3px solid var(--tutor-primary-color)}.course-settings-tabs-container .settings-tabs-container{padding:1em;-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-field-radio p{margin-top:0}.lesson-modal-form-wrap .lesson-content-drip-wrap{padding:10px;border:1px solid #e4e4e4}.lesson-modal-form-wrap .lesson-content-drip-wrap h3{margin:0 0 10px 0}.select2-dropdown.increasezindex{z-index:9999999999999}.tutor-topic-title i.tutor-icon-move{line-height:unset}.select2-selection__rendered [class^="tutor-icon-"]{vertical-align:middle}@media (min-width: 992px){.tutor-option-tooltip.tutor-option-field{position:relative}.tutor-option-tooltip.tutor-option-field p.desc{position:absolute;left:calc(100% + 16px);background:#2A344F;width:160px;padding:10px 13px;opacity:0;visibility:hidden;-webkit-transition:300ms;transition:300ms;z-index:98;top:10px;color:#fff;border-radius:12px;font-size:12px;font-style:normal}.tutor-option-tooltip.tutor-option-field p.desc::before{content:url("data:image/svg+xml,%3Csvg width='14' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.139C5.339 5.482 8.671 2.903 9.998.403c1.99-3.75 5.481 21.94 1.567 16.037C8.955 12.505 5.1 9.738 0 8.139z' fill='%232A344F' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;left:-10px;top:16px}.tutor-option-tooltip.tutor-option-field:hover p.desc{opacity:1;visibility:visible}.tutor-option-tooltip.tutor-option-field input:focus+p.desc,.tutor-option-tooltip.tutor-option-field textarea:focus+p.desc{opacity:1;visibility:visible}}
 
3
 
4
  /*# sourceMappingURL=tutor-front.min.css.map */
 
1
  color 0.1s ease-in-out;-webkit-transition:background-color 0.1s ease-in-out, color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out, color 0.1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.ui-datepicker-calendar .ui-state-default{border:none;background:none}.ui-datepicker-calendar .ui-state-default.ui-state-highlight{background:#eeeeee;padding:3px;display:block}.tutor-table{width:100%}.tutor-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.tutor-course-delete-popup{text-align:center;font-size:16px;line-height:25px;font-weight:400;color:#8C94A8}.tutor-course-delete-popup img{width:110px;margin:0 auto}.tutor-course-delete-popup h3{font-weight:500;font-size:30px;margin:15px 0 25px}.tutor-modal-button-group{margin-top:55px}.tutor-modal-button-group button{line-height:30px;padding:10px 25px;color:#C7CCDA;border:2px solid #DDDFE7;border-radius:2px;background:#fff;min-width:220px;text-align:center;text-transform:uppercase;-webkit-transition:300ms;transition:300ms}.tutor-modal-button-group button+button{margin-left:20px}.tutor-modal-button-group button.tutor-danger{background:#F0576A;border-color:#F0576A;color:#ffffff}.tutor-modal-button-group button:hover{background:#fff;color:#333;border-color:#333}.tutor-modal-button-group button.tutor-danger:hover{background:#cd4a5a;border-color:#cd4a5a;color:#ffffff}@media (max-width: 768px){.tutor-modal-button-group button{padding:5px 20px;min-width:auto;margin-bottom:6px}.tutor-modal-button-group{margin-top:20px}}.withdraw-method-select-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px 40px}.withdraw-method-select-wrap .withdraw-method-select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;margin-bottom:30px}.withdraw-method-select-wrap .withdraw-method-select label{display:block;padding:20px;margin:0;cursor:pointer;overflow:hidden;border:1px solid #DCDFE5;border-radius:4px;position:relative}.withdraw-method-select-wrap .withdraw-method-select input:checked+label{border-color:var(--tutor-success-button-color);-webkit-box-shadow:0 0 0 1px var(--tutor-success-button-color);box-shadow:0 0 0 1px var(--tutor-success-button-color)}.withdraw-method-select-wrap .withdraw-method-select label:after{content:'\e90f';position:absolute;right:-1px;top:-1px;border:1px solid #DCDFE5;height:22px;width:22px;text-align:center;line-height:22px;color:transparent}.withdraw-method-select-wrap .withdraw-method-select input:checked+label:after{color:#fff;background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);font-family:'tutor' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:13px}.withdraw-method-select-wrap .withdraw-method-select p{margin:0}.withdraw-method-select-wrap .withdraw-method-select label>p{font-size:20px;font-weight:600;color:var(--tutor-primary-color)}.withdraw-method-select-wrap .withdraw-method-select label span{color:#B0B6C8;font-weight:400}.withdraw-method-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.withdraw-method-form>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;padding:0 15px 20px}@media (max-width: 480px){.withdraw-method-form>div{width:100%}}.withdraw-method-form>div.withdraw-account-save-btn-wrap{width:100%}.withdraw-form-field-amount input[type='text'],.withdraw-method-forms-wrap .withdraw-method-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),.withdraw-method-forms-wrap .withdraw-method-form textarea{border:1px solid #DCDFE5;display:block;width:100%;background:transparent;-webkit-box-shadow:none;box-shadow:none;border-radius:4px}label[for="tutor_withdraw_amount"]{margin-bottom:7px;display:block}.withdraw-form-field-amount input[type='text']{margin-bottom:10px;height:45px}.withdraw-method-forms-wrap .withdraw-method-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,.withdraw-method-forms-wrap .withdraw-method-form textarea:focus{border-color:var(--tutor-primary-color);outline:none}.withdraw-method-forms-wrap .withdraw-method-form textarea{min-height:80px}.withdraw-method-forms-wrap .withdraw-method-form label{color:#989EAF;margin-bottom:8px;display:block}.withdraw-method-forms-wrap .withdraw-method-form .withdraw-field-desc{font-size:12px;margin:5px 0 0;font-style:italic}.tutor-dashboard-assignment-table tr th,.tutor-dashboard-assignment-table tr td{border:1px solid #DCDFE5;vertical-align:middle;padding:20px}.tutor-dashboard-assignment-table tr th:not(:first-child),.tutor-dashboard-assignment-table tr td:not(:first-child){text-align:center}.tutor-dashboard-assignment-table tr h5{margin:0;font-size:16px;line-height:18px;font-weight:700;color:var(--tutor-text-color)}.tutor-dashboard-assignment-table tr h5:not(:last-child){margin-bottom:7px}.tutor-dashboard-assignment-table tr a{font-weight:400;color:var(--tutor-text-color)}.tutor-dashboard-assignment-table tr a:hover{color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-quiz-attempt-history td:last-child{text-align:center}.tutor-quiz-attempt-history td:last-child a{display:block;padding:10px}.attempt-review-title{font-size:18px;color:var(--tutor-text-size);font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}.attempt-review-title i{margin-right:12px;color:var(--tutor-primary-color)}.tutor-quiz-attempt-info-row .attempt-view-bottom,.tutor-quiz-attempt-info-row .attempt-view-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,.tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:30%}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required,.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,.tutor-quiz-attempt-info-row .attempt-info-content span.result-fail{background:#df3247;font-size:14px;font-weight:400;color:#fff;padding:1px 4px;margin-right:13px;border-radius:2px}.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-info-row .attempt-info-content h4,.tutor-quiz-attempt-info-row .attempt-info-content h5{font-size:14px;line-height:25px;margin:0;color:#7a7f85;font-weight:400}.tutor-quiz-attempt-info-row .attempt-info-content h4 a,.tutor-quiz-attempt-info-row .attempt-info-content h4{font-weight:700;color:var(--tutor-text-color);margin-top:7px}.tutor-quiz-attempt-info-row .attempt-view-top{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #dcdfe5}.tutor-quiz-attempt-info-row .attempt-view-bottom{margin-bottom:60px}.attempt-user-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attempt-user-details .attempt-user-avatar{padding-right:20px}.attempt-user-details .attempt-user-avatar img{display:block;width:70px;height:70px;border-radius:50%}.attempt-user-details .attempt-info-content h4{font-size:18px}.attempt-review-notice-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.attempt-review-notice-wrap p{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attempt-review-notice-wrap p.attempt-review-notice i{font-size:16px;color:#f5c813;margin-right:9px}.attempt-review-notice-wrap p.attempt-review-at>span{color:var(--tutor-primary-color);margin-right:7px;font-size:16px}.attempt-review-notice-wrap p>strong{font-weight:400;margin-right:5px}.quiz-attempt-answers-wrap{background:#fff;margin:0 0 1.5em}.quiz-attempt-answers-wrap .attempt-answers-header{padding:30px 20px}.quiz-attempt-answers-wrap .attempt-answers-header h3{font-size:20px;line-height:1.5;color:#3f435b}.quiz-attempt-answers-wrap table{border-collapse:collapse;border:none}.quiz-attempt-answers-wrap table tr{background-color:#fff}.quiz-attempt-answers-wrap table tr:first-child{background-color:#f7f7f9;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea !important}.quiz-attempt-answers-wrap table tr:not(:first-child){border-top:1px solid #dcdce1}.quiz-attempt-answers-wrap table tr:not(:last-child){border-bottom:1px solid #dcdce1}.quiz-attempt-answers-wrap table th{font-size:12px;text-transform:inherit}.quiz-attempt-answers-wrap table th,.quiz-attempt-answers-wrap table td{padding:17px 20px;vertical-align:middle;border:none;font-size:14px;line-height:1.71;letter-spacing:normal;color:#393c40}.quiz-attempt-answers-wrap table th p,.quiz-attempt-answers-wrap table td p{margin:0}.quiz-attempt-answers-wrap table th .tutor-icon-block,.quiz-attempt-answers-wrap table td .tutor-icon-block{font-size:14px;width:30px;height:30px;line-height:30px}.quiz-attempt-answers-wrap table .quiz-manual-review-action{border:1px solid #d4dadb;color:#d4dadb;height:30px;width:30px;border-radius:2px;font-size:13px;display:inline-block;text-align:center;line-height:30px;-webkit-transition:300ms;transition:300ms}.quiz-attempt-answers-wrap table .quiz-manual-review-action:first-child:hover{border:1px solid var(--tutor-success-button-color);color:var(--tutor-success-button-color)}.quiz-attempt-answers-wrap table .quiz-manual-review-action:last-child:hover{border:1px solid #df3247;color:#df3247}.quiz-attempt-answers-wrap table .quiz-manual-review-action:not(:last-child){margin-right:17px}.tutor-quiz-attempt-review-wrap .attempt-answers-header{background:#fff;padding:20px;margin-top:20px}.tutor-quiz-attempt-review-wrap .attempt-answers-header a{color:#3f435b}.tutor-quiz-attempt-review-wrap .attempt-answers-header>p{color:#737787;margin-top:10px;margin-bottom:0}.tutor-quiz-attempt-review-wrap .attempt-answers-header h3{font-size:20px;line-height:1.5;color:#3f435b}.tutor-quiz-attempt-review-wrap .instructor-feedback-content{padding:0px 20px 10px 20px}.tutor-quiz-attempt-review-wrap .instructor-feedback-content>p{margin-bottom:1em}.tutor-quiz-attempt-review-wrap table{border-collapse:collapse;border:none}.tutor-quiz-attempt-review-wrap table tr{background-color:#fff}.tutor-quiz-attempt-review-wrap table tr:first-child{background-color:#f7f7f9;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.tutor-quiz-attempt-review-wrap table tr:first-child th,.tutor-quiz-attempt-review-wrap table tr:first-child td{padding-top:14px;padding-bottom:14px}.tutor-quiz-attempt-review-wrap table tr:not(:first-child){border-top:1px solid #dcdce1}.tutor-quiz-attempt-review-wrap table tr:not(:first-child) th,.tutor-quiz-attempt-review-wrap table tr:not(:first-child) td{padding-top:20px;padding-bottom:20px}.tutor-quiz-attempt-review-wrap table tr:not(:last-child){border-bottom:1px solid #dcdce1}.tutor-quiz-attempt-review-wrap table th,.tutor-quiz-attempt-review-wrap table td{border:none;vertical-align:top;font-size:14px;font-weight:400;line-height:1.71;padding:15px 6px}.tutor-quiz-attempt-review-wrap table th:first-child,.tutor-quiz-attempt-review-wrap table td:first-child{padding:12px}.tutor-quiz-attempt-review-wrap table th:last-child,.tutor-quiz-attempt-review-wrap table td:last-child{padding:12px 10px}.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table th:nth-child(3),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table th:nth-child(4),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table td:nth-child(3),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table td:nth-child(4){width:28%}.tutor-quiz-attempt-review-wrap span.result-review-required,.tutor-quiz-attempt-review-wrap span.result-pass,.tutor-quiz-attempt-review-wrap span.result-fail{background:#df3247;font-size:14px;font-weight:bold;color:#fff;padding:4px 11px;border-radius:2px}.tutor-quiz-attempt-review-wrap span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-review-wrap span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip],.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]{position:relative;z-index:2;cursor:pointer}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:after,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:before,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:after{visibility:hidden;opacity:0;pointer-events:none;-webkit-transform:translateY(15px);transform:translateY(15px);-webkit-transition:0.15s ease;transition:0.15s ease}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:before,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:before{content:attr(data-tooltip);position:absolute;bottom:40px;left:50%;margin-bottom:0px;margin-left:-60px;min-width:122px;text-align:center;padding:4px 7px;font-size:14px;line-height:1.2;font-weight:300;border-radius:12px;background-color:#3f435b;color:#fff;z-index:99999}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:after,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:after{position:absolute;content:"";bottom:34px;left:50%;margin-left:-10px;border-top:8px solid #3f435b;border-right:10px solid transparent;border-left:10px solid transparent}.tutor-quiz-attempt-review-wrap .active[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:after,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:after,.quiz-attempt-answers-wrap .active[data-tooltip]:before,.quiz-attempt-answers-wrap .active[data-tooltip]:after,.quiz-attempt-answers-wrap .active[data-tooltip]:before,.quiz-attempt-answers-wrap .active[data-tooltip]:after{visibility:visible;opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}.tutor-status-blocked-context i,.tutor-status-approved-context i,.quiz-correct-answer-text i,.quiz-incorrect-answer-text i{font-size:14px;height:20px;width:20px;text-align:center;line-height:20px;background:#7bbc30;color:#fff;display:inline-block;border-radius:2px;margin-right:6px}.tutor-status-blocked-context i,.quiz-incorrect-answer-text i{background:#f44337;font-size:10px;font-weight:900}.answer-image-matched-wrap{display:block}.answer-image-matched-wrap .image-matching-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.answer-image-matched-wrap .image-matching-item:not(:last-child){margin-bottom:12px}.answer-image-matched-wrap .image-matching-item img{max-width:35px}.answer-image-matched-wrap .image-matching-item .dragged-caption{font-size:14px;margin-left:12px}.correct-answer-wrap .matching-type{display:-webkit-box;display:-ms-flexbox;display:flex}.correct-answer-wrap .text-image-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.correct-answer-wrap .text-image-type:not(:last-child){margin-bottom:12px}.correct-answer-wrap .text-image-type .image{margin-right:12px}.correct-answer-wrap .text-image-type img{max-width:35px}.tutor-dashboard-builder-header{padding:10px 0px;border-bottom:2px solid #DCDFE5;position:fixed;top:0px;background:#fff;width:100%;z-index:99}@media (max-width: 991px){.tutor-dashboard-builder-header{position:static}}.tutor-dashboard-builder-header .tutor-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-row .tutor-col-auto{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-dashboard-builder-header .tutor-row .tutor-col-auto:first-child{margin-bottom:15px}}.tutor-dashboard-builder-header .tutor-button{white-space:nowrap;margin-left:auto}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-button{padding:6px 10px}}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left .tutor-dashboard-builder-logo{padding:0 25px;position:relative}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left .tutor-dashboard-builder-logo img{max-height:32px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button{margin:0;padding:0px 25px;line-height:30px;border:none;border-left:1px solid #DCDFE5;background:transparent;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--tutor-text-color);-webkit-transition:300ms;transition:300ms;font-weight:500;white-space:nowrap}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button{border-left:none}}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button i{font-size:24px;line-height:30px;margin-right:9px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button:hover{color:var(--tutor-primary-color);background:transparent}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button:hover i{color:var(--tutor-primary-color)}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a{color:var(--tutor-text-color);font-weight:500;line-height:36px;padding:0 25px;-webkit-transition:300ms;transition:300ms;white-space:nowrap}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a i{font-size:36px;line-height:36px;display:inline-block;vertical-align:top;padding-right:9px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a:hover{color:var(--tutor-primary-color)}.tutor-frontend-course-builder-section{padding:113px 0 45px;background-color:#ffffff}@media (max-width: 991px){.tutor-frontend-course-builder-section{padding-top:60px}.tutor-frontend-course-builder-section .tutor-col-8,.tutor-frontend-course-builder-section .tutor-col-4{width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.admin-bar .tutor-dashboard-builder-header{top:32px}@media (max-width: 783px){.admin-bar .tutor-dashboard-builder-header{top:46px}}.tutor-course-builder-upload-tips{position:fixed;max-width:370px}@media (max-width: 991px){.tutor-course-builder-upload-tips{position:static}}.tutor-course-builder-upload-tips .tutor-course-builder-tips-title{font-size:16px;color:#8C94A8;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-builder-upload-tips .tutor-course-builder-tips-title i{font-size:24px;color:var(--tutor-primary-color);margin-right:11px}.tutor-course-builder-upload-tips ul{margin:0;padding:0 0 0 35px;list-style:none}.tutor-course-builder-upload-tips ul li{position:relative;margin-bottom:8px;line-height:24px}.tutor-course-builder-upload-tips ul li::after{content:'';position:absolute;height:8px;width:8px;border-radius:50%;background:#DCDFE5;left:-26px;top:9px}.tutor-course-level-meta{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-course-level-meta label{margin:0 40px 0 0;font-weight:600}.tutor-frontend-builder-course-price .tutor-form-group input{margin-bottom:0}.tutor-frontend-builder-course-price .tutor-styled-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-builder-attachements{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-builder-attachements .tutor-added-attachment{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 30px);flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px);border:1px solid #DCDFE5;padding:35px 20px 20px;position:relative;text-align:center;margin-left:30px;margin-bottom:30px;border-radius:4px;-webkit-transition:300ms;transition:300ms;min-width:120px}@media (max-width: 480px){.tutor-course-builder-attachements .tutor-added-attachment{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 30px);flex:0 0 calc(50% - 30px);max-width:calc(50% - 30px)}}.tutor-course-builder-attachements .tutor-added-attachment i{font-size:58px;line-height:58px;margin-bottom:25px;display:block}.tutor-course-builder-attachements .tutor-added-attachment .tutor-delete-attachment{position:absolute;height:22px;width:22px;border:1px solid #DCDFE5;text-align:center;line-height:22px;top:-1px;right:-1px;font-size:10px;border-top-right-radius:4px;color:transparent;-webkit-transition:300ms;transition:300ms}.tutor-course-builder-attachements .tutor-added-attachment:hover,.tutor-course-builder-attachements .tutor-added-attachment:hover .tutor-delete-attachment{border-color:#D71830;color:#D71830}.tutor-course-builder-attachements .tutor-added-attachment span{display:block}.tutor-course-builder-attachements .tutor-added-attachment span a{font-size:14px;display:block;line-height:20px;color:#606C8F}.tutor-course-builder-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}#tutor-metabox-course-settings-tabs{background-color:#fff;border:1px solid #e5e5e5;margin:1em 0}.inside #tutor-metabox-course-settings-tabs{border:0;margin:0}.settings-tabs-heading{padding:1em;border-bottom:1px solid #e5e5e5}.settings-tabs-heading h3{font-size:14px;margin:0;line-height:1.4}.course-settings-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex}.course-settings-tabs-container .settings-tabs-navs-wrap{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;background:#F5F5F5}.settings-tabs-navs-wrap .settings-tabs-navs{margin:0;list-style:none}.settings-tabs-navs-wrap .settings-tabs-navs li{margin:0}.settings-tabs-navs-wrap .settings-tabs-navs li a{display:block;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;color:#23282d;text-decoration:none;background:#F5F5F5;text-transform:capitalize;border-bottom:1px solid #e5e5e5;border-left:3px solid transparent}.settings-tabs-navs-wrap .settings-tabs-navs li:last-child a{border-bottom:none}.settings-tabs-navs-wrap .settings-tabs-navs li a:focus{-webkit-box-shadow:none;box-shadow:none}.settings-tabs-navs-wrap .settings-tabs-navs li.active a{background-color:#ffffff;border-bottom:1px solid #e5e5e5;color:var(--tutor-primary-color);border-left:3px solid var(--tutor-primary-color)}.course-settings-tabs-container .settings-tabs-container{padding:1em;-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-field-radio p{margin-top:0}.lesson-modal-form-wrap .lesson-content-drip-wrap{padding:10px;border:1px solid #e4e4e4}.lesson-modal-form-wrap .lesson-content-drip-wrap h3{margin:0 0 10px 0}.select2-dropdown.increasezindex{z-index:9999999999999}.tutor-topic-title i.tutor-icon-move{line-height:unset}.select2-selection__rendered [class^="tutor-icon-"]{vertical-align:middle}@media (min-width: 992px){.tutor-option-tooltip.tutor-option-field{position:relative}.tutor-option-tooltip.tutor-option-field p.desc{position:absolute;left:calc(100% + 16px);background:#2A344F;width:160px;padding:10px 13px;opacity:0;visibility:hidden;-webkit-transition:300ms;transition:300ms;z-index:98;top:10px;color:#fff;border-radius:12px;font-size:12px;font-style:normal}.tutor-option-tooltip.tutor-option-field p.desc::before{content:url("data:image/svg+xml,%3Csvg width='14' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.139C5.339 5.482 8.671 2.903 9.998.403c1.99-3.75 5.481 21.94 1.567 16.037C8.955 12.505 5.1 9.738 0 8.139z' fill='%232A344F' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;left:-10px;top:16px}.tutor-option-tooltip.tutor-option-field:hover p.desc{opacity:1;visibility:visible}.tutor-option-tooltip.tutor-option-field input:focus+p.desc,.tutor-option-tooltip.tutor-option-field textarea:focus+p.desc{opacity:1;visibility:visible}}
2
+ :root{--tutor-primary-color: #1B52D8;--tutor-primary-hover-color: #1b52a9;--tutor-text-color: #4B5981;--tutor-light-color: #B1B8C9;--tutor-success-button-color: #4BD863;--tutor-text-size: 16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tutor-wrap{color:var(--tutor-text-color)}.tutor-wrap img{max-width:100%;height:auto}.tutor-custom-list-style{list-style:none;margin:0;padding:0}.tutor-custom-list-style li{position:relative;margin-bottom:5px;line-height:30px;padding-left:25px}.tutor-custom-list-style li:before{content:'\e90f';position:absolute;left:0;font-family:'tutor';color:var(--tutor-primary-color)}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:15px;height:15px;top:-6.5px;cursor:pointer}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.tutor-styled-radio>span{position:relative;padding-left:30px;cursor:pointer}.tutor-styled-radio>span::before{content:'';height:18px;width:18px;background:#F1F3F7;border:1px solid #DCDFE5;border-radius:50%;position:absolute;top:50%;margin-top:-9px;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:200ms;transition:200ms}.tutor-styled-radio>input{display:none !important}.tutor-styled-radio>input:checked+span::before{border:5px solid var(--tutor-primary-color)}.tutor-container{padding-left:15px;padding-right:15px;max-width:1140px;margin-right:auto;margin-left:auto;width:100%}.tutor-container.tutor-fluid{max-width:100%}.tutor-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tutor-col-auto,.tutor-col,.tutor-col-3,.tutor-col-4,.tutor-col-5,.tutor-col-6,.tutor-col-7,.tutor-col-8,.tutor-col-9,.tutor-col-12{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.tutor-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tutor-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tutor-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tutor-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tutor-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tutor-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tutor-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tutor-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tutor-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 991px){.tutor-col-auto,.tutor-col,.tutor-col-3,.tutor-col-4,.tutor-col-6,.tutor-col-8,.tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tutor-col-md-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width: 767px){.tutor-col-auto,.tutor-col,.tutor-col-3,.tutor-col-4,.tutor-col-6,.tutor-col-8,.tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tutor-segment-title,.tutor-single-course-segment .tutor-segment-title{font-size:18px;line-height:23px;font-weight:500;margin-bottom:13px;color:#000}.tutor-single-course-segment{margin-bottom:45px}.tutor-full-width-course-top h4,.tutor-full-width-course-top h5,.tutor-full-width-course-top h6{color:#000;font-weight:500}.tutor-full-width-course-top h6{font-size:14px}.tutor-leadinfo-top-meta{font-size:14px;margin-bottom:10px}.tutor-leadinfo-top-meta span{display:inline-block;margin-right:10px}.tutor-leadinfo-top-meta span i::before{margin-left:0}.tutor-leadinfo-top-meta i{margin-right:4px}.tutor-single-course-rating{color:#F8C51C;font-size:16px}.tutor-single-course-rating .tutor-single-rating-count{color:var(--tutor-text-color);font-weight:500}.tutor-single-course-rating .tutor-single-rating-count i{color:var(--tutor-light-color);font-style:normal;display:inline-block;margin-left:4px}.tutor-course-header-h1{font-size:36px;line-height:46px;color:var(--tutor-text-color);font-weight:500;margin:0 0 29px;padding:0}@media (max-width: 767px){.tutor-course-header-h1{font-size:26px;line-height:36px}}.tutor-course-summery{margin-bottom:40px}.tutor-single-course-meta{color:var(--tutor-text-color)}.tutor-single-course-meta ul{list-style:none;margin:0;padding:10px 0;overflow:hidden;line-height:21px}.tutor-single-course-meta.tutor-meta-top ul{padding-top:0;padding-bottom:15px}.tutor-single-course-meta ul li{float:left;vertical-align:top;margin-right:40px;margin-top:5px;margin-bottom:5px;min-width:95px}@media (max-width: 575px){.tutor-single-course-meta ul li{margin-right:10px}}.tutor-single-course-meta ul li:last-child{margin-right:0}.tutor-single-course-meta .tutor-single-course-avatar img{height:21px;width:21px;display:block;border-radius:50%;margin-right:3px}.tutor-single-course-meta ul li .tutor-single-course-avatar span{height:21px;width:21px;font-size:9px;text-align:center;line-height:21px;border-radius:50%;display:block;color:#ffffff}.tutor-single-course-meta ul li>div{display:inline-block;vertical-align:top}.tutor-single-course-meta ul li strong{margin:0;display:inline-block;line-height:21px;font-weight:400;color:var(--tutor-light-color);font-size:var(--tutor-text-size)}.tutor-single-course-meta ul li a{color:var(--tutor-text-color);font-weight:500;-webkit-transition:300ms;transition:300ms}.tutor-single-course-meta ul li a:hover{color:var(--tutor-primary-color)}.tutor-single-course-meta.tutor-meta-top ul li,.tutor-single-course-meta.tutor-meta-top ul li a{font-weight:700}.tutor-single-course-meta ul li{font-weight:500;color:var(--tutor-text-color)}.tutor-single-course-meta ul li span{color:var(--tutor-light-color);font-weight:400}.tutor-single-course-meta.tutor-lead-meta{margin-bottom:33px;border-top:1px solid #DCDFE5;border-bottom:1px solid #DCDFE5}@media (max-width: 991px){.tutor-single-course-meta.tutor-lead-meta{border-bottom:none}.tutor-single-course-meta.tutor-lead-meta ul{padding-bottom:0}.tutor-single-course-meta.tutor-lead-meta ul li{margin:5px;padding:5px 15px;border:1px solid #ddd;border-radius:4px}}.tutor-single-course-meta.tutor-lead-meta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 991px){.tutor-single-course-meta.tutor-lead-meta ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.tutor-single-course-meta.tutor-lead-meta ul li span{display:block;margin-bottom:5px;color:var(--tutor-light-color)}.tutor-single-course-meta.tutor-lead-meta ul li a{color:var(--tutor-text-color);-webkit-transition:300ms;transition:300ms}.tutor-single-course-meta.tutor-lead-meta ul li a:hover{color:var(--tutor-primary-color)}.tutor-single-course-meta.tutor-lead-meta ul li a:not(:last-child):after{content:',';margin-right:4px}@media (max-width: 575px){.tutor-single-course-meta.tutor-lead-meta ul{display:block}.tutor-single-course-meta.tutor-lead-meta ul li{display:block;border:none;margin:0;width:100%;padding:0 0 10px}.tutor-single-course-meta.tutor-lead-meta ul li span{display:inline-block;color:var(--tutor-text-color);font-weight:700}.tutor-single-course-meta.tutor-lead-meta ul li span::after{content:':';color:var(--tutor-text-color)}}.tutor-course-benefits-content ul{list-style:none;display:block;overflow:hidden;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin:0}.tutor-course-topics-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.tutor-course-topics-header .tutor-course-topics-header-right span:not(:first-child){margin-left:45px}.tutor-course-topics-contents h4{font-size:var(--tutor-text-size);font-weight:500;margin-bottom:0;color:var(--tutor-text-color)}.tutor-course-topics-contents .tutor-course-title{cursor:pointer}.tutor-course-topics-contents .tutor-course-title h4{color:var(--tutor-primary-color);font-size:16px;line-height:25px;overflow:hidden;margin-top:0}.tutor-course-topic.tutor-active .tutor-course-title h4>i:before{content:"\e910"}.tutor-course-topics-contents .tutor-course-title h4 i{font-size:15px;line-height:25px;float:left;margin-right:10px}.tutor-course-topics-contents .tutor-course-topic{border:1px solid #DCE4E6;margin-bottom:20px;border-radius:5px}.tutor-course-title,.tutor-course-lesson{padding:14px 20px}.tutor-course-lesson{border-top:1px solid #DCE4E6}.tutor-course-lesson h5{line-height:22px;font-size:var(--tutor-text-size);margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;color:inherit;margin-top:0}.tutor-course-lesson h5 a{color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-course-lesson h5 a:hover{color:var(--tutor-primary-hover-color)}.tutor-course-lesson h5 i{line-height:22px;vertical-align:text-top;margin-right:10px;color:var(--tutor-light-color);display:block}.tutor-course-lesson h5 .lesson-preview-icon i{margin-right:0;margin-left:10px}.tutor-course-lesson h5 .tutor-lesson-duration{margin-left:auto;padding-left:5px;-ms-flex-item-align:start;align-self:flex-start}.tutor-course-lesson .lesson-preview-title{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}table.course-single-gradebooks .datetime{margin:0;font-size:80%}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon{height:50px;width:70px;border-radius:3px;text-align:center;line-height:50px;color:#fff;margin-right:10px;position:relative;z-index:1;overflow:hidden;font-size:20px;background-position:center center !important;background-size:cover !important}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon:after{position:absolute;content:'';left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.5);z-index:-1}.tutor-single-lesson-button-group,.tutor-topics-lesson-list .tutor-topics-in-single-lesson{border-radius:4px;margin-bottom:30px;border:1px solid #e8eff1}.tutor-single-lesson-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.tutor-lesson-sidebar{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}@media (max-width: 991px){.tutor-lesson-sidebar{position:absolute;left:0;top:70px;width:400px;max-width:95%;height:calc(100% - 70px);z-index:9;background:#fff;overflow-y:auto;display:none}}.tutor-spotlight-mode .tutor-lesson-sidebar{position:fixed;left:0;width:400px;height:100vh;overflow-y:scroll;background:#f4f8fa}.tutor-spotlight-mode #tutor-single-entry-content{padding-left:400px;min-height:calc(100vh - 46px)}.tutor-spotlight-mode #tutor-single-entry-content.sidebar-hidden{padding-left:0}@media (max-width: 991px){.tutor-spotlight-mode .tutor-lesson-sidebar{position:absolute;width:350px;height:auto}.tutor-spotlight-mode #tutor-single-entry-content{padding-left:0}}.admin-bar .tutor-spotlight-mode .tutor-lesson-sidebar{height:calc(100vh - 32px)}.tutor-single-entry-content{-webkit-box-flex:999;-ms-flex-positive:999;flex-grow:999}.tutor-single-lesson-button-group .tutor-single-lesson-button a,.tutor-topics-in-single-lesson .tutor-single-lesson-items a{padding:14px 100px 14px 17px;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--tutor-text-color);position:relative;border-top:1px solid #e8eff1}.tutor-single-lesson-button-group .tutor-single-lesson-button:first-child a{border-top:none}.tutor-lessons-under-topic .tutor-single-lesson-items.active a{background:rgba(233,235,238,0.35)}.tutor-topics-in-single-lesson{margin-bottom:5px;background-color:#ffffff;padding:0}.tutor-topics-in-single-lesson .tutor-single-lesson-items a span{margin:0;display:inline;color:var(--tutor-text-color)}.tutor-topics-in-single-lesson .tutor-topics-title{position:relative}.tutor-topics-in-single-lesson .tutor-topics-title button{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0 5px;font-size:16px;background:transparent;border:none;color:var(--tutor-text-color)}.tutor-topics-in-single-lesson.tutor-topic-active .tutor-topics-title button i::before{content:"\e910"}.tutor-topics-in-single-lesson .tutor-topics-title h3{margin:0;padding:10px 37px 10px 17px;font-size:16px;color:var(--tutor-primary-color);font-weight:500}.tutor-topics-in-single-lesson .tutor-topics-title h3{cursor:pointer;line-height:30px}span.toogle-informaiton-icon{background:#ccc;color:#fff;height:15px;width:15px;text-align:center;display:inline-block;line-height:15px;font-size:15px;border-radius:50%;margin-left:10px}.tutor-topics-in-single-lesson .tutor-topics-title h3 i{font-size:10px;margin-left:6px}.tutor-topics-in-single-lesson .tutor-topics-tutor-loop-rating-wraptitle h3 i{font-size:10px;vertical-align:middle;display:inline-block;padding:5px;color:#c7c7c7;-webkit-transition:300ms;transition:300ms;cursor:pointer}.tutor-topics-in-single-lesson .tutor-topics-title h3 i:hover{color:var(--tutor-primary-color)}.tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{color:#c7c7c7;line-height:22px;display:inline-block;vertical-align:middle;margin-right:10px}.tutor-topics-in-single-lesson .tutor-single-lesson-items a>i.tutor-icon-doubt{color:var(--tutor-primary-color)}.tutor-topics-in-single-lesson .tutor-topics-summery{padding:14px;border-top:1px solid #dce4e6;display:none}.tutor-lessons-under-topic .tutor-lesson-right-icons{position:absolute;right:15px;top:14px}.tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{height:16px;width:16px;border:1px solid #e8eff1;border-radius:50%;font-size:9px;display:inline-block;line-height:16px;text-align:center;margin:0;vertical-align:middle;margin-left:8px}.tutor-lessons-under-topic .tutor-single-lesson-items.active .tutor-lesson-right-icons .tutor-lesson-complete{border-color:#b7d6b7}.tutor-lessons-under-topic .tutor-single-lesson-items.active .tutor-lesson-right-icons .tutor-lesson-complete.tutor-done,.tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete.tutor-done{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);color:#fff}.tutor-lessons-under-topic .tutor-lesson-right-icons i{font-style:normal}.tutor-single-page-top-bar{background-color:var(--tutor-primary-color);height:70px;margin-bottom:50px;color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:15px}.tutor-single-page-top-bar .tutor-single-lesson-segment form,.tutor-single-page-top-bar .tutor-single-lesson-segment{margin-bottom:0}.tutor-single-page-top-bar a{color:#ffffff;vertical-align:middle;display:inline-block;overflow:hidden}.tutor-single-page-top-bar a i{float:left}@media (max-width: 546px){.tutor-single-page-top-bar a{font-size:14px}}.tutor-topbar-home-btn i{margin-right:7px}.tutor-topbar-home-btn{margin-left:20px}@media screen and (max-width: 546px){.tutor-topbar-home-btn{margin-left:10px}}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{background:transparent;color:#fff;padding-bottom:13px;cursor:pointer;border:1px solid #fff}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button i{font-size:14px}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button i::before{display:block;padding-top:2px}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button:hover{color:#fff;background:var(--tutor-primary-hover-color);border-color:var(--tutor-primary-hover-color)}.tutor-single-page-top-bar a:hover{color:#ffffff}.tutor-single-page-top-bar .tutor-topbar-content-title-wrap{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:999999;-ms-flex-positive:999999;flex-grow:999999}.tutor-single-page-top-bar .tutor-hide-sidebar-bar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.tutor-single-page-top-bar .tutor-topbar-mark-to-done{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media (max-width: 767px){.tutor-single-page-top-bar .tutor-topbar-content-title-wrap{display:none}.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{padding:9px 14px}}@media (max-width: 767px){.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{padding:7px 12px;font-size:14px}}.tutor-single-page-top-bar .tutor-topbar-content-title-wrap i{vertical-align:middle;line-height:1;margin-right:3px}.tutor-lesson-content-area,.tutor-quiz-single-wrap{margin:0 100px 80px}@media (max-width: 1366px){.tutor-lesson-content-area,.tutor-quiz-single-wrap{margin:0 60px 80px}}@media (max-width: 991px){.tutor-lesson-content-area,.tutor-quiz-single-wrap{margin:0 40px}}.tutor-lesson-sidebar-hide-bar{background-color:var(--tutor-primary-hover-color);color:#ffffff;padding:0 12px;display:inline-block;line-height:70px}@media only screen and (max-width: 546px){.tutor-lesson-sidebar-hide-bar{padding:0 10px}}.tutor-single-page-top-bar a.tutor-lesson-sidebar-hide-bar i{font-size:20px;display:block;padding:25px 0}@media only screen and (max-width: 546px){.tutor-single-page-top-bar a.tutor-lesson-sidebar-hide-bar i{font-size:19px}}.sidebar-hidden a.tutor-lesson-sidebar-hide-bar .tutor-icon-angle-left:before{content:"\e903"}.tutor-sidebar-tabs-wrap{border-top:1px solid #e0e9ec}.tutor-tabs-btn-group{height:70px;display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-tabs-btn-group a{background-color:#f1f6f8;color:var(--tutor-text-color);display:block;line-height:70px;width:100%;text-align:center;border:1px solid #e0e9ec;border-top:none}.tutor-tabs-btn-group a span,.tutor-tabs-btn-group a i{font-size:24px;display:inline-block;vertical-align:top;line-height:70px}.tutor-tabs-btn-group a i{color:var(--tutor-primary-color)}.tutor-tabs-btn-group a span{font-size:15px;padding-left:3px}.tutor-tabs-btn-group a.active{background-color:#ffffff;border:none}.tutor-tabs-btn-group a:focus{outline:none}.tutor-single-lesson-segment{margin-bottom:35px}.tutor-single-lesson-wrap{background:#f4f8fa}.tutor-lesson-video-wrap .plyr--video{border-radius:4px}#tutor-lesson-sidebar-qa-tab-content{background-color:#ffffff;padding:20px}#tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap{border-top:1px solid #e8eff1;padding-top:25px}#tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap h3{color:var(--tutor-primary-color)}#tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap button.tutor_ask_question_btn{display:block;width:100%;background-color:var(--tutor-primary-color);border-color:var(--tutor-primary-color)}#tutor-lesson-sidebar-qa-tab-content .tutor_question_answer_wrap .tutor_original_question{margin-bottom:20px;margin-top:20px}.tutor-lesson-sidebar-emptyqa-wrap{text-align:center;padding:50px 20px;color:var(--tutor-text-color)}.tutor-lesson-sidebar-emptyqa-wrap h3{margin:0;padding:0 0 25px}.tutor-lesson-sidebar-emptyqa-wrap i{font-size:150px;color:#e8eff1;line-height:0.8}.tutor-attachments-wrap{margin:-3px -3px 15px -3px}.tutor-attachments-wrap .tutor-lesson-attachment{display:inline-block;border:1px solid #e8eff1;border-radius:4px;padding:10px 16px 10px 12px;overflow:hidden;background:#f4f7f8;margin:3px;-webkit-transition:300ms;transition:300ms}.tutor-attachments-wrap .tutor-lesson-attachment:hover{-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.15);box-shadow:0 2px 4px rgba(0,0,0,0.15)}.tutor-attachments-wrap .tutor-attachment-icon{font-size:30px;float:left;color:var(--tutor-text-color)}.tutor-attachments-wrap .tutor-attachment-icon i{display:block}.tutor-attachment-info{padding-left:10px;float:left}.tutor-attachment-info span{display:block;font-size:14px;line-height:16px;color:var(--tutor-text-color)}.tutor-attachment-info span+span{font-size:11px;color:var(--tutor-light-color)}.tutor-progress-bar-wrap{width:100%;margin:0 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-progress-bar{height:8px;color:#000000;line-height:25px;position:relative;background:#f1f1f1;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;border-radius:30px;margin-top:7.5px}.tutor-progress-bar .tutor-progress-filled{background-color:var(--tutor-primary-color);height:8px;border-radius:30px;width:var(--tutor-progress-left)}.tutor-dashboard-content-inner .tutor-progress-bar{margin-top:9.5px;height:5px}.tutor-dashboard-content-inner .tutor-progress-bar .tutor-progress-filled{height:5px}.tutor-progress-bar .tutor-progress-filled:after{content:"";position:absolute;height:15px;width:15px;border:7.5px solid var(--tutor-primary-color);border-radius:50%;background:#fff;left:var(--tutor-progress-left);-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);top:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.tutor-progress-percent{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;padding-left:20px}.tutor-course-purchase-box{margin-bottom:0}.tutor-price-preview-box .tutor-course-purchase-box button{display:block;width:100%;background:var(--tutor-primary-color);border-radius:3px;text-transform:uppercase;font-weight:500;cursor:pointer}.tutor-price-preview-box .tutor-course-purchase-box button i{margin-right:8px}.tutor-price-preview-box .tutor-course-enrolled-wrap,.tutor-price-preview-box .tutor-course-login-wrap,.tutor-price-preview-box .tutor-course-login-wrap form,.tutor-course-purchase-box form{margin-bottom:0}.tutor-price-preview-box .tutor-course-material-includes-wrap{margin-bottom:25px}.tutor-alert-warning.tutor-instructor-alert{padding:25px 25px 15px}.tutor-lead-info-btn-group{display:block;overflow:hidden;margin:0 -20px 25px;border-bottom:1px solid rgba(220,223,229,0.4);padding:0 20px 30px}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap{display:block;margin-top:15px}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap form{margin:0}.tutor-lead-info-btn-group a.tutor-button,.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap button{display:block;padding:18px 20px;border:none;text-align:center;border-radius:4px;text-transform:uppercase;line-height:1;-webkit-transition:300ms;transition:300ms;font-weight:700}.tutor-lead-info-btn-group a.tutor-button,.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap{width:100%;text-align:center;display:block}@media (max-width: 991px){.tutor-lead-info-btn-group a.tutor-button,.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap{width:auto}}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap button{display:block;width:100%;background:#e8eff1;color:var(--tutor-light-color)}.tutor-lead-info-btn-group .tutor-course-compelte-form-wrap button:hover{background:var(--tutor-primary-color);color:#ffffff}.tutor-single-add-to-cart-box .tutor-enroll-form{margin:0}.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap{padding:0}.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap button{display:block;width:100%;text-align:center}.tutor-single-add-to-cart-box.cart-required-login{position:relative}.tutor-single-add-to-cart-box.cart-required-login:before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;z-index:99;cursor:pointer}.tutor-course-enrolled-review-wrap .write-course-review-link-btn{color:#fff;background-color:var(--tutor-primary-color);border-color:var(--tutor-primary-color);display:inline-block;padding:15px 30px;border-radius:4px;text-transform:capitalize;line-height:1;-webkit-transition:300ms;transition:300ms}.tutor-course-enrolled-review-wrap .write-course-review-link-btn:hover{background-color:var(--tutor-primary-hover-color);border-color:var(--tutor-primary-hover-color)}.tutor-course-enrolled-review-wrap .tutor-form-group{margin-bottom:10px}.tutor-course-enrolled-review-wrap .tutor-form-group textarea{height:120px;background:#f7f7f7;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;border-radius:4px;line-height:1.5;text-indent:0;padding:15px}.tutor-write-review-form{margin-top:30px}.tutor-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px}.tutor-form-col-4,.tutor-form-col-6,.tutor-form-col-12{padding-left:15px;padding-right:15px}.tutor-form-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tutor-form-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-form-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}@media (max-width: 768px){.tutor-form-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-form-col-4,.tutor-form-col-6,.tutor-form-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}ul.tutor-required-fields{list-style:none;padding:10px;margin:0}.tutor-star-rating-group{color:#f4c150;display:inline-block;text-align:left}.tutor-star-rating-group i{margin-right:4px}@media (max-width: 546px){.tutor-write-review-box .tutor-star-rating-group{font-size:26px;display:block;text-align:center}}.tutor-write-review-box .tutor-star-rating-group i{margin-right:4px;cursor:pointer}.tutor-queston-and-answer-wrap{margin:20px 0}.tutor-question-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.tutor-ask-question-btn{text-align:right}.tutor-question-search-form{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.tutor-question-search-form form{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-question-search-form input[type="text"]{max-width:60%}.tutor-add-question-wrap{margin:20px 0}.tutor-add-question-wrap .tutor-form-group{margin-bottom:10px}.tutor_question_cancel{margin-right:5px}.updating-icon:before{font-family:"tutor";margin-right:5px;content:"\e91d";-webkit-animation:spin 1s steps(8) infinite;animation:spin 1s steps(8) infinite;display:inline-block}.loading-lesson .tutor-lesson-video-wrap:before{font-family:"tutor";content:"\e91d";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;z-index:9;position:absolute;left:50%;top:50%;font-size:50px;margin-left:-25px;margin-top:-12px}.loading-lesson .tutor-lesson-video-wrap:after{position:absolute;content:"";top:0;left:0;background:rgba(255,255,255,0.8);width:100%;height:100%}.tutor-lesson-video-wrap{position:relative}.tutor_question_area{padding:25px 20px;background:#f4f7f8;border-radius:4px}.tutor_question_area p:last-child{margin-bottom:0}.tutor_add_answer_row{text-align:right;margin-top:20px}.tutor_add_answer_row .tutor-form-group:last-child{margin-top:20px}.tutor_admin_answers_list_wrap+.tutor_add_answer_row,.tutor_admin_answers_list_wrap{margin-left:100px}@media (max-width: 991px){.tutor_admin_answers_list_wrap+.tutor_add_answer_row,.tutor_admin_answers_list_wrap{margin-left:30px}}.tutor_original_question{margin-bottom:30px}.tutor_admin_answers_list_wrap .tutor_individual_answer{margin-bottom:40px}.tutor_admin_answers_list_wrap .tutor_question_area{background:#edf9f1}.question-top-meta .tutor-question-avater a{display:inline-block}.question-top-meta .tutor-question-avater a span{height:50px;width:50px;border-radius:50%;display:block;line-height:50px;text-align:center;font-size:17px}.question-top-meta .tutor-question-avater a img{width:50px;height:50px;border-radius:50%}.question-top-meta{overflow:hidden;margin-bottom:20px}.question-top-meta .tutor-question-avater{float:left}.question-top-meta .review-meta{float:left;margin-bottom:0;margin-left:10px}.question-top-meta .review-meta a{display:block;font-size:18px;color:var(--tutor-text-color);line-height:20px}.question-top-meta .review-meta span{color:var(--tutor-light-color);vertical-align:text-top;display:block}.tutor_wp_editor_wrap .tutor-form-group a.tutor-button{margin-right:6px}.tutor-no-announcements{text-align:center}.tutor-announcement-meta{margin-bottom:10px;font-size:13px}.tutor-announcement{border:1px solid #eee;padding:20px;margin-top:30px;border-radius:4px}.announcement-delete-btn{float:right}.announcement-delete-btn a{color:var(--tutor-light-color);-webkit-transition:300ms;transition:300ms}.announcement-delete-btn a:hover{color:red}.tutor-announcement-title-wrap h3{color:var(--tutor-text-color);font-weight:500;margin-bottom:10px}.tutor-quiz-header span{background:#f88f1c;color:#ffffff;display:inline-block;padding:4px 10px;border-radius:4px;line-height:1;text-transform:uppercase;font-size:10px}.tutor-quiz-header h2{color:var(--tutor-text-color);font-size:36px;line-height:46px;font-weight:500;margin-bottom:15px}.tutor-quiz-header h5{color:var(--tutor-light-color)}.tutor-quiz-header h5 a{color:var(--tutor-text-color);font-weight:500}.tutor-quiz-header .tutor-quiz-meta{list-style:none;margin:20px 0 40px;padding:15px 0;border-top:1px solid #dcdfe5;border-bottom:1px solid #dcdfe5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-quiz-header .tutor-quiz-meta li{display:inline-block;color:var(--tutor-text-color)}.tutor-quiz-header .tutor-quiz-meta li strong{display:block;color:var(--tutor-light-color);font-weight:400}@media (max-width: 767px){.tutor-quiz-header .tutor-quiz-meta{display:block;border:none;padding:0}.tutor-quiz-header .tutor-quiz-meta li{display:block;color:var(--tutor-text-color);margin:5px;border:none;padding:0;border-radius:0}.tutor-quiz-header .tutor-quiz-meta li strong{display:inline-block;margin-right:5px}}@media (max-width: 1199.98px){.tutor-quiz-attempt-history{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.tutor-quiz-attempt-history-title{font-size:18px;color:var(--tutor-light-color);line-height:23px;font-weight:500;margin-bottom:15px;margin-top:70px}.tutor-quiz-attempt-history table{border-collapse:collapse;border-radius:4px;margin-bottom:0}.tutor-quiz-attempt-history th{font-weight:400}.tutor-quiz-attempt-history table,.tutor-quiz-attempt-history th,.tutor-quiz-attempt-history td{border:1px solid #e8eff1;padding:10px !important}.tutor-quiz-attempt-history table span.result-fail,.tutor-quiz-attempt-history table span.result-pass{display:inline-block;color:#fff;border-radius:2px;width:47px;height:26px;line-height:26px;text-align:center}.tutor-quiz-attempt-history table span.result-fail{background:#df3247}.tutor-quiz-attempt-history table span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-history table span.result-review-required{background:#f5b30d;padding:3px 5px;color:#fff;border-radius:2px;text-align:center;font-size:90%}.quiz-head-meta-info{color:var(--tutor-light-color);margin-bottom:40px}.quiz-head-meta-info span{color:var(--tutor-text-color)}#tutor-quiz-attempt-questions-wrap{margin-bottom:50px}.tutor-quiz-single-wrap .question-text{color:var(--tutor-text-color);font-size:20px;font-weight:600}.tutor-quiz-single-wrap .question-description{color:var(--tutor-text-color)}.quiz-attempt-single-question{margin-bottom:80px}.fill-in-the-blank-field .fill-in-the-blank-text-input{display:inline;border-top:none;border-left:none;border-right:none;border-bottom:1px dashed;background-color:transparent;padding:0px;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0 10px}.fill-in-the-blank-field .fill-in-the-blank-text-input:focus{background:none;outline:none}.tutor-quiz-answers-wrap{margin-bottom:50px}.tutor-quiz-answers-wrap textarea{background:transparent;border:1px solid #d4dadb;height:175px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;min-width:100%;margin-bottom:5px}.tutor-quiz-answers-wrap textarea:focus{background:transparent;outline:none !important}.tutor-quiz-answers-wrap p{margin:0;line-height:26px}.quiz-answer-input-body .quiz-answer-image-wrap{margin-top:10px;margin-bottom:10px;max-width:200px}.quiz-answer-image-wrap img{max-width:100%;height:auto}.tutor-quiz-answers-wrap label{display:block;margin-bottom:15px;cursor:pointer}.tutor-quiz-answers-wrap label.answer-view-image,.tutor-quiz-answers-wrap label.answer-view-text_image{text-align:center;margin:0 10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:25%}.quiz-answer-input-bottom{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:20px}.quiz-answer-input-bottom.wrong-answer{color:#e27c89}.quiz-answer-input-bottom.wrong-answer .quiz-answer-input-field{border:1px solid #e27c89;padding:5px 10px}.quiz-answer-input-bottom.right-answer{color:#86b324}.quiz-answer-input-bottom.right-answer .quiz-answer-input-field{border:1px solid #bbd58c;padding:5px 10px}.wrong-right-text{padding:5px 10px}.tutor-quiz-answers-wrap label input{display:none}.tutor-quiz-answers-wrap label input+span{width:20px;height:20px;border:1px solid #dedede;display:inline-block;border-radius:2px;position:relative;margin-right:5px}.tutor-quiz-answers-wrap label input:checked+span{background:var(--tutor-primary-color);border-color:var(--tutor-primary-color)}.tutor-quiz-answers-wrap label input:checked+span:after{content:"\e90f";position:absolute;font-family:"tutor";color:#fff;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:11px;line-height:1}.tutor-quiz-answers-wrap label input[type="radio"]+span{content:"";border-radius:50%;margin-right:4px;vertical-align:top;font-size:1em}.tutor-quiz-answers-wrap label input[type="radio"]+span:after{content:"";height:8px;width:8px;background:#fff;border-radius:50%;left:50%}.question-type-ordering-item{border:1px solid #d4dadb;padding:10px;margin-bottom:10px;width:250px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.question-type-ordering-item.ui-sortable-placeholder{background-color:transparent}.question-type-ordering-item .answer-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.question-type-ordering-item .answer-sorting-bar{cursor:pointer}.quiz-answer-item-matching{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:25%}.answer-type-matching .quiz-answer-matching-items-wrap .quiz-answer-item-matching{display:inline-block;max-width:none;width:25%;padding:0 10px;vertical-align:top}@media (max-width: 767px){.answer-type-matching .quiz-answer-matching-items-wrap .quiz-answer-item-matching{width:50%}}@media (max-width: 575px){.answer-type-matching .quiz-answer-matching-items-wrap .quiz-answer-item-matching{width:100%}}.answer-type-matching .quiz-answer-matching-items-wrap{margin:0 -10px}.quiz-answer-matching-droppable{height:48px;min-width:200px;border:1px dashed #d4dadb}.quiz-draggable-answer-item{padding:10px 20px;border:1px solid #d4dadb;margin-right:10px;margin-bottom:10px;background-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.quiz-draggable-answer-item .draggable-answer-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.quiz-draggable-rand-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:80px}.drop-hover{display:none}.quiz-answer-matching-droppable .drop-hover{background-color:#eeeeee;height:100%;width:100%;display:inline-block;float:left}.quiz-answer-matching-droppable .quiz-draggable-answer-item{width:100%;max-width:100%}.quiz-draggable-answer-item .draggable-answer-icon{margin-left:15px}.answer-type-image_matching .quiz-answer-item-matching{display:block}.answer-type-image_matching .quiz-answer-matching-items-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.answer-type-image_matching .quiz-answer-matching-droppable{width:100%;min-width:100%}.answer-type-image_matching img{width:100%;height:auto}.tutor-quiz-questions-pagination ul{margin:0;padding:0;list-style:none}.tutor-quiz-questions-pagination ul li{display:inline-block}.tutor-quiz-questions-pagination ul li a{background-color:var(--tutor-primary-color);padding:7px 13px;display:block;border-radius:50%;margin-right:10px;color:#ffffff}.tutor-quiz-questions-pagination ul li a:hover,.tutor-quiz-questions-pagination ul li a.active{background-color:var(--tutor-primary-color)}.quiz-image-answering-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:-10px;margin-right:-10px}.quiz-image-answering-wrap img{max-width:100%;height:auto}.quiz-image-answering-answer{margin-right:10px;margin-left:10px;width:15%}.quiz-image-answering-image-wrap{margin-bottom:20px}.tutor-quiz-answers-wrap .quiz-image-answering-input-field-wrap input{width:100%;display:block;border:1px solid #d4dadb;-webkit-box-shadow:none;box-shadow:none;background:transparent;border-radius:2px;height:42px}.tutor-quiz-answers-wrap .quiz-image-answering-input-field-wrap input:focus{background:transparent;outline-offset:0 !important}.tutor-next-previous-pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-next-previous-pagination-wrap a{color:var(--tutor-primary-color)}div[class*="tutor-course-col"]{padding-left:15px;padding-right:15px;margin-bottom:30px}.tutor-course-loop{background:#fff;color:#29303b;overflow:hidden;position:relative;vertical-align:top;border-radius:4px;-webkit-transition:300ms;transition:300ms;border:1px solid rgba(0,0,0,0.05);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-course-loop a,.tutor-widget-course a{text-decoration:none !important}.tutor-course-header{position:relative}.tutor-course-loop-header-meta{position:absolute;left:0;top:13px;width:100%;padding-left:13px;padding-right:13px;overflow:hidden}.tutor-course-loop-header-meta .tutor-course-wishlist{float:right;background:#fff;font-size:19px;padding:5px 5px;border-radius:3px;-webkit-transition:300ms;transition:300ms}.tutor-course-loop-header-meta .tutor-course-wishlist a{display:block;color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-course-loop-header-meta .tutor-course-wishlist:hover{background:var(--tutor-primary-color)}.tutor-course-loop-header-meta .tutor-course-wishlist:hover a{color:#fff}.tutor-course-loop-header-meta .tutor-course-wishlist a:focus{outline:none}.tutor-course-loop-header-meta .tutor-course-wishlist a.has-wish-listed:before{content:"\e908"}.tutor-course-loop-header-meta .tutor-course-wishlist a.updating-icon:before{content:"\e91d";margin-right:0}.tutor-course-loop-level{display:inline-block;background:#9013fe;padding:0 7px;color:#fff;font-size:12px;line-height:20px;border-radius:2px;-webkit-box-shadow:0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.1)}.tutor-course-loop:hover{-webkit-box-shadow:0 4px 23px rgba(0,0,0,0.1);box-shadow:0 4px 23px rgba(0,0,0,0.1)}.tutor-course-loop p{margin:0}.tutor-course-loop .tutor-course-header a,.tutor-course-loop .tutor-course-header a img{display:block;border-top-left-radius:4px;border-top-right-radius:4px}.tutor-loop-course-container{padding:25px 19px}.tutor-loop-rating-wrap{color:#f8c51c;margin-bottom:2px;font-size:16px}.tutor-rating-count{color:var(--tutor-text-color)}.tutor-rating-count i{font-style:normal;display:inline-block;margin-left:5px}.tutor-loop-rating-wrap i:before{margin-right:4px;margin-left:0}.tutor-course-loop-title h2{font-size:20px;line-height:28px;font-weight:600;margin-bottom:17px}.tutor-course-loop-title h2 a{color:var(--tutor-text-color)}.tutor-course-loop-title h2 a:hover{color:var(--tutor-primary-color)}.tutor-course-loop-meta{margin-bottom:15px;color:var(--tutor-text-color);font-size:var(--tutor-text-size)}.tutor-course-loop-meta>div{display:inline-block}.tutor-course-loop-meta>div i{font-size:16px;margin-right:4px}.tutor-course-loop-meta>div i,.tutor-course-loop-meta>div span{vertical-align:middle}.tutor-course-loop-meta>div+div{margin-left:10px}.tutor-loop-course-footer{padding:15px;border-top:1px solid rgba(0,0,0,0.05);color:#838791;font-size:12px;line-height:25px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-weight:400}.tutor-loop-course-footer:after{content:"";display:table;clear:both}.tutor-loop-course-footer span.woocommerce-Price-currencySymbol{vertical-align:top}.tutor-course-loop-price{color:var(--tutor-text-color);font-size:16px}.tutor-course-loop-price .price del{font-weight:400}.tutor-course-loop-price .price del span{text-decoration:line-through;color:var(--tutor-light-color)}.tutor-course-loop-price .price del>span{margin-right:6px}.tutor-course-loop-price .price del+ins{background:transparent;margin-left:0;text-decoration:none}.tutor-course-loop-price>.price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:600;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-loop-price>.price .subscription-details{font-size:15px;margin-left:4px;font-weight:400}.tutor-course-loop-price>.price .subscription-details+.tutor-loop-cart-btn-wrap{margin-left:0;margin-top:4px}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a{color:var(--tutor-text-color);position:relative;line-height:20px;vertical-align:top;display:block;font-weight:400;background:transparent;padding:0}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover{color:var(--tutor-primary-color)}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added{display:none}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a::before{content:"\e915";font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px;vertical-align:top;color:var(--tutor-primary-color)}@-webkit-keyframes mymove{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mymove{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tutor-course-loop:hover .tutor-loop-course-footer .tutor-loop-cart-btn-wrap{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-course-col-4{width:25%}.tutor-course-col-3{width:33.33%}.tutor-course-col-2{width:50%}.tutor-course-col-1{width:100%}.tutor-course-col-1 .tutor-course-loop{width:100%}.tutor-course-col-5{width:20%}.tutor-course-col-6{width:16.66%}@media (max-width: 991px){.tutor-course-col-6,.tutor-course-col-5,.tutor-course-col-4,.tutor-course-col-3,.tutor-course-col-2{width:50%}}@media (max-width: 575px){.tutor-course-col-6,.tutor-course-col-5,.tutor-course-col-4,.tutor-course-col-3,.tutor-course-col-2{width:100%}}.tutor-course-filter-wrap{margin-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-filter-form{display:inline-block;margin:0}.tutor-courses{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;padding:0}.tutor-loop-course-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.clearfix:before,.clearfix:after{display:block;clear:both;content:""}.tutor-loop-author,.tutor-meta{color:#bac0cf}.tutor-text-mute{color:#bac0cf;font-weight:400}.tutor-loop-author{overflow:hidden;font-size:var(--tutor-text-size)}.tutor-loop-author .tutor-single-course-avatar img{width:25px;height:25px;display:block;border-radius:50%;margin-right:6px}.tutor-loop-author .tutor-single-course-avatar .tutor-text-avatar{height:25px;width:25px;display:inline-block;border-radius:50%;text-align:center;line-height:25px;font-size:11px;margin-right:6px}.tutor-loop-author>div{display:inline-block;float:left}.tutor-loop-author>div a{color:var(--tutor-text-color);font-weight:500;-webkit-transition:300ms;transition:300ms}.tutor-loop-author>div a:hover{color:var(--tutor-primary-color)}.tutor-loop-author>div span{display:inline-block;margin:0 2px 0 2px;color:var(--tutor-light-color);line-height:25px;font-weight:400}.tutor-course-lising-category a:not(:last-child):after{content:", ";margin-right:5px}.tutor-course-enrolled-wrap{margin:0 -20px -20px !important;padding:12px 20px;overflow:hidden;border-top:1px solid #dcdfe5;font-size:14px}.tutor-course-enrolled-wrap p{font-weight:600;margin:0}.tutor-course-enrolled-wrap p i{padding-right:9px;float:left;font-size:20px;line-height:20px}.tutor-course-enrolled-wrap p i,.tutor-course-enrolled-wrap p span{color:var(--tutor-success-button-color)}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;padding:20px;margin-bottom:10px}.tutor-info-msg,.tutor-success-msg,.tutor-warning-msg,.tutor-error-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.tutor-info-msg{color:var(--tutor-primary-color);background-color:#bef}.tutor-success-msg{color:var(--tutor-success-button-color);background-color:#dff2bf}.tutor-warning-msg{color:#9f6000;background-color:#feefb3}.tutor-error-msg{color:#d8000c;background-color:#fbdcdc;border:1px solid #d8000c}.cart-required-login,.cart-required-login a,.cart-required-login form{cursor:pointer}.single_add_to_cart_button,a.tutor-button,.tutor-button,a.tutor-btn,.tutor-btn{color:#fff;border:1px solid var(--tutor-primary-color);background-color:var(--tutor-primary-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;border-radius:4px;text-transform:capitalize;line-height:20px;font-size:14px;font-weight:600;cursor:pointer;-webkit-transition:300ms;transition:300ms;overflow:hidden;vertical-align:top}.single_add_to_cart_button i,a.tutor-button i,.tutor-button i,a.tutor-btn i,.tutor-btn i{line-height:19px;margin-right:7px;font-size:16px}.single_add_to_cart_button.btn-sm,a.tutor-button.btn-sm,.tutor-button.btn-sm,a.tutor-btn.btn-sm,.tutor-btn.btn-sm{padding:9px 14px;line-height:19px}a.tutor-button.bordered-button,.tutor-button.bordered-button,a.tutor-btn.bordered-btn,.tutor-btn.bordered-btn{color:var(--tutor-primary-color);border:1px solid var(--tutor-primary-color);background-color:#fff}a.tutor-button.default-btn,.tutor-button.default-btn,a.tutor-btn.default-btn,.tutor-btn.default-btn{color:#393c40;border:1px solid #b8babe;background:#fff}a.tutor-button.default-btn i,.tutor-button.default-btn i,a.tutor-btn.default-btn i,.tutor-btn.default-btn i{color:var(--tutor-primary-color)}a.tutor-button.default-btn:hover,.tutor-button.default-btn:hover,a.tutor-btn.default-btn:hover,.tutor-btn.default-btn:hover{background-color:var(--tutor-primary-color);border-color:var(--tutor-primary-color);color:#fff}a.tutor-button.default-btn:hover i,.tutor-button.default-btn:hover i,a.tutor-btn.default-btn:hover i,.tutor-btn.default-btn:hover i{color:#fff}a.tutor-button:hover,.tutor-button:hover,a.tutor-btn:hover,.tutor-btn:hover{background-color:var(--tutor-primary-hover-color);border-color:var(--tutor-primary-hover-color);color:#fff}a.tutor-button.bordered-button:hover,.tutor-button.bordered-button:hover,a.tutor-btn.bordered-btn:hover,.tutor-btn.bordered-btn:hover{border:1px solid var(--tutor-primary-color);background-color:var(--tutor-primary-color)}a.tutor-button.button-light,.tutor-button.button-light{color:#b1b8c9;background-color:#dae4e6;border:1px solid #dae4e6}a.tutor-button.button-light:hover,.tutor-button.button-light:hover{color:#939bae;background-color:#e8eff1;border:1px solid #e8eff1}.tutor-button.tutor-danger{background-color:#e53935;border-color:#e53935}.tutor-button.tutor-danger:hover{background-color:#e53935;border-color:#e53935;-webkit-filter:brightness(0.9);filter:brightness(0.9)}.tutor-button.tutor-success{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color)}.tutor-button.tutor-success:hover{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);-webkit-filter:brightness(0.9);filter:brightness(0.9)}.course-enrolled-nav-wrap{border-bottom:1px solid #dedfe0;margin-bottom:45px}.tutor-button:disabled,.tutor-button[disabled],.tutor-button:disabled:hover,.tutor-button[disabled]:hover{display:block;border:0px;background-color:#DCDCE1;color:#737787;cursor:default}.tutor-button span{font-size:12px;display:block}.tutor-button-block{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutor-wrap{width:100%}.tutor-wrap nav.course-enrolled-nav ul{list-style:none;margin:0 0 -1px;padding:0}.tutor-wrap nav.course-enrolled-nav ul li{display:inline-block}.tutor-wrap nav.course-enrolled-nav ul li a{display:block;font-size:16px;padding:5px 0 20px;margin-right:20px;color:var(--tutor-light-color);border-bottom:2px solid transparent}.tutor-wrap nav.course-enrolled-nav ul li:not(:first-child) a{margin-left:20px}.tutor-wrap nav.course-enrolled-nav ul li.active a{border-bottom:2px solid var(--tutor-primary-color);color:var(--tutor-text-color)}@media (max-width: 575px){.tutor-wrap nav.course-enrolled-nav ul li{display:inline-block}.tutor-wrap nav.course-enrolled-nav ul li:not(:first-child) a,.tutor-wrap nav.course-enrolled-nav ul li a{padding:8px;margin:0}.tutor-wrap nav.course-enrolled-nav ul li.active a{border:none;color:var(--tutor-primary-color)}}.tutor-updating-message i{display:none}.tutor-profile-photo-upload-wrap{width:200px;height:auto;margin-bottom:70px;position:relative}.tutor-profile-photo-upload-wrap img{width:100%;height:auto;display:block}a.tutor-profile-photo-upload-btn,button.tutor-profile-photo-upload-btn{position:absolute;top:100%;background-color:var(--tutor-primary-color);color:#fff;display:block;width:100%;text-align:CENTER;padding:9px 0}a.tutor-profile-photo-upload-btn:hover,button.tutor-profile-photo-upload-btn:hover{background-color:var(--tutor-primary-hover-color);color:#fff}.tutor-profile-photo-delete-btn{position:absolute;color:#ff000c;right:10px;top:10px}.single-instructor-wrap{border:1px solid #e8eff1;margin-bottom:30px;border-radius:4px}.single-instructor-wrap .single-instructor-top{padding:20px;border-bottom:1px solid #e8eff1;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 767px){.single-instructor-wrap .single-instructor-top{-ms-flex-wrap:wrap;flex-wrap:wrap}}.single-instructor-wrap .single-instructor-top h3,.single-instructor-wrap .single-instructor-top h4{margin:0;padding:0}.single-instructor-wrap .tutor-instructor-left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:30px}@media (max-width: 767px){.single-instructor-wrap .tutor-instructor-left{width:100%;margin-bottom:15px}}.single-instructor-wrap .instructor-avatar{float:left}.single-instructor-wrap .instructor-avatar img{max-width:50px;height:auto;border-radius:50%}.single-instructor-wrap .instructor-name{float:left;padding-left:20px;max-width:180px}.single-instructor-wrap .instructor-name h3{font-size:16px;color:var(--tutor-text-color);font-weight:600}.single-instructor-wrap .instructor-name h3 a{font-weight:500;color:var(--tutor-text-color)}.single-instructor-wrap .instructor-name h4{font-weight:500;color:var(--tutor-light-color)}.single-instructor-wrap .single-instructor-bottom{padding:15px 20px;text-align:right;overflow:hidden}@media (max-width: 767px){.single-instructor-wrap .single-instructor-bottom{text-align:left}}.single-instructor-wrap .single-instructor-bottom p{margin:0}.single-instructor-wrap .single-instructor-bottom .ratings{float:left}.single-instructor-wrap .single-instructor-bottom .ratings i{margin-right:4px}.single-instructor-wrap .single-instructor-bottom .courses,.single-instructor-wrap .single-instructor-bottom .students{display:inline-block;margin-left:20px}.single-instructor-wrap .single-instructor-bottom .courses i,.single-instructor-wrap .single-instructor-bottom .students i{font-size:18px;display:inline-block;margin-right:2px;vertical-align:middle}.single-instructor-wrap .single-instructor-bottom .ratings .rating-total-meta{color:#bac0cf}.single-instructor-wrap .single-instructor-bottom .ratings .rating-generated{color:#f8c51c}.tutor-dashboard-pagination-results-stats{margin:10px 0 30px}.statement-address{margin:10px 0;color:#555}.statement-order-completed{background:var(--tutor-success-button-color);color:#fff;padding:2px 5px;border:none}.tutor-login-wrap{max-width:520px;margin:0 auto;padding:40px 55px;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1);border-radius:5px}.tutor-login-wrap form{margin:0}.tutor-login-wrap .tutor-login-title{margin-bottom:25px;padding:0 40px;text-align:center}.tutor-login-form-wrap{max-width:450px;margin:auto}.tutor-login-form-wrap p{margin-bottom:0}.tutor-login-form-wrap label{display:block;margin-bottom:4px}.tutor-login-form-wrap .tutor-alert{margin-bottom:20px}.tutor-login-form-wrap input[type="password"],.tutor-login-form-wrap input[type="text"]{width:100%;display:block;border:1px solid #e8eff1;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;border-radius:4px;background:#eceef4;line-height:48px;padding:0;text-indent:15px}.tutor-login-form-wrap input[type="password"]:focus,.tutor-login-form-wrap input[type="text"]:focus{background:#ffffff;border-color:var(--tutor-primary-color)}.tutor-login-form-wrap input::-webkit-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input::-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input:-ms-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input:-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-rememeber-wrap{overflow:hidden;text-align:right;margin-bottom:30px}.tutor-login-rememeber-wrap p{display:inline-block;float:left}.tutor-login-rememeber-wrap p,.tutor-login-rememeber-wrap label{margin:0}.tutor-form-register-wrap a,.tutor-login-rememeber-wrap a,.tutor-login-rememeber-wrap label{color:#606c8f;vertical-align:middle;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-webkit-transition:300ms;transition:300ms}.tutor-form-register-wrap a:hover,.tutor-login-rememeber-wrap a:hover,.tutor-login-rememeber-wrap label:hover{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-login-form-wrap input[type="submit"]{color:#fff;background-color:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);padding:15px 30px;border-radius:4px;text-transform:uppercase;line-height:1;display:block;width:100%;-webkit-transition:300ms;transition:300ms}.tutor-login-form-wrap input[type="submit"]:hover{color:#fff;background-color:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color)}.tutor-login-form-wrap input[type="checkbox"]{margin-right:4px}.tutor-form-register-wrap{text-align:center;margin-top:15px}.tutor-course-login-wrap h4{font-size:42px;line-height:1.2;margin-bottom:20px;color:var(--tutor-text-color)}.tutor-cart-box-login-form{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:99;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login-overlay-close{position:absolute;background:transparent;width:100%;height:100%;z-index:-1}.course-login-title{margin-bottom:50px}.tutor-cart-box-login-form .tutor-cart-box-login-form-inner{background:#fff;padding:50px 40px;position:relative;width:400px;font-size:16px;font-weight:400;max-height:90%;overflow:auto}.tutor-cart-box-login-form-inner button.tutor-popup-form-close{position:absolute;padding:0;margin:0;border:none;background-color:transparent;top:14px;right:20px;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";cursor:pointer;-webkit-transition:300ms;transition:300ms;color:var(--tutor-text-color)}.tutor-cart-box-login-form-inner button.tutor-popup-form-close:hover{color:red}.tutor-option-field-row label,.tutor-form-group label{display:block;margin-bottom:10px}.tutor-option-field textarea,.tutor-option-field select,.tutor-option-field input[type="text"],.tutor-option-field input[type="number"],.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"],.tutor-form-group textarea,.tutor-form-group select,.tutor-form-group input[type="text"],.tutor-form-group input[type="number"],.tutor-form-group input[type="password"]{width:100%;display:block;border:1px solid #dcdfe5;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;border-radius:4px;background:#ffffff;line-height:48px;padding:0;text-indent:15px;-webkit-transition:300ms;transition:300ms;font-size:16px}.tutor-form-group{position:relative}.tutor-form-group span.tutor-input-prepand{position:absolute;height:calc(100% - 2px);font-size:21px;line-height:50px;padding:0 12px;background:transparent;border-right:1px solid #dcdfe5;top:1px}.tutor-form-group span.tutor-input-prepand+input{padding-left:35px}.tutor-course-builder-form-elem{margin-bottom:20px}.tutor-option-field .select2-container,.tutor-form-group .select2-container{margin-bottom:20px;width:100% !important}.tutor-option-field .select2-container ul.select2-selection__rendered,.tutor-form-group .select2-container ul.select2-selection__rendered{padding:4px 9px;display:block}.tutor-option-field .select2-container li.select2-selection__choice,.tutor-form-group .select2-container li.select2-selection__choice{background:#ebeef0;color:#606c8f;line-height:29px;border-radius:3px;padding:0 9px;margin:5px;border:none;font-weight:600}.tutor-option-field .select2-container .select2-search__field,.tutor-form-group .select2-container .select2-search__field{padding:8px 3px 8px 6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.tutor-option-field .select2-container .select2-search__field::-webkit-input-placeholder,.tutor-form-group .select2-container .select2-search__field::-webkit-input-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-search__field::-moz-placeholder,.tutor-form-group .select2-container .select2-search__field::-moz-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-search__field:-ms-input-placeholder,.tutor-form-group .select2-container .select2-search__field:-ms-input-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-search__field:-moz-placeholder,.tutor-form-group .select2-container .select2-search__field:-moz-placeholder{color:#abafb6}.tutor-option-field .select2-container .select2-selection--single,.tutor-option-field .select2-container .select2-selection--multiple,.tutor-form-group .select2-container .select2-selection--single,.tutor-form-group .select2-container .select2-selection--multiple{border-color:#dcdfe5}.tutor-option-field .select2-container.select2-container--focus .select2-selection--single,.tutor-option-field .select2-container.select2-container--focus .select2-selection--multiple,.tutor-form-group .select2-container.select2-container--focus .select2-selection--single,.tutor-form-group .select2-container.select2-container--focus .select2-selection--multiple{border-color:var(--tutor-primary-color)}.tutor-option-field textarea,.tutor-form-group textarea{line-height:26px;text-indent:0;padding:15px;height:180px}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus,.tutor-option-field input:focus,.tutor-form-group input:focus{outline:none}.tutor-dashboard-course-builder-wrap .tutor-option-field textarea,.tutor-dashboard-course-builder-wrap .tutor-form-group textarea{height:100px}.tutor-option-field textarea:focus,.tutor-option-field input:not([type="submit"]):focus,.tutor-form-group textarea:focus,.tutor-form-group input:not([type="submit"]):focus{background:#ffffff;border-color:var(--tutor-primary-color)}.tutor-option-field textarea::-webkit-input-placeholder,.tutor-option-field input::-webkit-input-placeholder,.tutor-form-group textarea::-webkit-input-placeholder,.tutor-form-group input::-webkit-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field textarea::-moz-placeholder,.tutor-option-field input::-moz-placeholder,.tutor-form-group textarea::-moz-placeholder,.tutor-form-group input::-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field textarea:-ms-input-placeholder,.tutor-option-field input:-ms-input-placeholder,.tutor-form-group textarea:-ms-input-placeholder,.tutor-form-group input:-ms-input-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field textarea:-moz-placeholder,.tutor-option-field input:-moz-placeholder,.tutor-form-group textarea:-moz-placeholder,.tutor-form-group input:-moz-placeholder{color:#b0b6c8;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-option-field select,.tutor-form-group select{padding:2px 5px;height:50px}.tutor-form-group.tutor-reg-form-btn-wrap{text-align:right}.tutor-form-group.tutor-reg-form-btn-wrap .tutor-button{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color)}.tutor-option-field p.desc{margin:-10px 0 20px;font-size:13px;font-style:italic;opacity:0.7}.tutor-option-field:last-child .tutor-option-field p.desc{margin-bottom:0}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime .tutor-option-group-field{padding-right:30px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:13px;font-size:16px}.select2-container .select2-selection--single{height:48px}.select2-container .select2-selection--multiple{min-height:50px}.tutor-price-preview-box{border:1px solid #dcdfe5;padding:20px;margin-bottom:30px;border-radius:4px;overflow:hidden}.tutor-price-box-thumbnail{margin:-20px -20px 20px}.tutor-price-box-thumbnail .tutor-single-lesson-segment{margin-bottom:0}.tutor-price-box-description h6{font-size:23px;margin:15px 0 5px}.tutor-price-box-description ul{list-style:none}.tutor-course-purchase-box a{display:block;text-align:center;margin-top:6px}.tutor-price-preview-box .price{font-size:35px;font-weight:500;margin:0 0 20px;overflow:hidden;line-height:1}.tutor-price-preview-box .price .subscription-details{font-size:var(--tutor-text-size);display:block;margin-top:12px;line-height:1.2em}.tutor-price-preview-box .price>.price{margin-bottom:0}.tutor-price-preview-box .price del+ins{margin-left:0;float:left}.tutor-course-reviews-wrap{border:1px solid #e8eff1;border-radius:4px}.tutor-course-avg-rating-total{color:var(--tutor-light-color)}.tutor-course-avg-rating-total span{color:var(--tutor-text-color)}.tutor-review-individual-item{border-top:1px solid #e8eff1;padding:30px;overflow:hidden}.tutor-review-individual-item p{margin:0;padding:0}.course-avg-rating-wrap{padding:20px 20px 20px 40px}.tutor-review-individual-item .review-left{width:200px;float:left;overflow:hidden}.tutor-review-individual-item .review-content{padding-left:200px}@media (max-width: 991px){.tutor-review-individual-item .review-left{width:100%;float:none;margin-bottom:25px}.tutor-review-individual-item .review-content{padding-left:0}}@media (max-width: 991px){.tutor-single-course-sidebar{margin-top:30px}}.tutor-review-individual-item .review-avatar{width:50px;float:left}.tutor-review-individual-item .review-avatar img{border-radius:50%;margin:0;border:none;max-width:100%;height:auto}.tutor-review-individual-item .tutor-review-user-info{float:left;padding-left:20px}.tutor-review-individual-item .tutor-review-user-info p{margin-bottom:0}.tutor-review-individual-item .tutor-review-user-info a{color:var(--tutor-text-color)}.review-avatar .tutor-text-avatar,.tutor-dashboard-avater .tutor-text-avatar,.instructor-avatar .tutor-text-avatar{border-radius:50%;width:50px;height:50px;text-align:center;display:block;line-height:50px;color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,0.4)}.course-avg-rating-wrap .course-avg-rating{font-size:76px;line-height:1;font-weight:400}.course-avg-rating-wrap p{margin:0}.tutor-review-individual-item .tutor-review-name{font-size:16px;font-weight:600}.tutor-review-individual-item .review-meta{color:var(--tutor-light-color)}.individual-review-rating-wrap{color:#f8c51c}.individual-review-rating-wrap i,.course-avg-rating-html i{margin-right:4px;color:#f8c51c}.course-rating-meter{display:-webkit-box;display:-ms-flexbox;display:flex}.course-rating-meter i.tutor-icon-star-full{color:#f8c51c}.rating-meter-bar-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.rating-meter-col{margin:0 3px}.course-rating-meter{margin-bottom:8px}.rating-meter-bar{height:5px;width:100%;background:#e8eff1;margin-top:11px;border-radius:15px;overflow:hidden}.rating-meter-fill-bar{background:#f8c51c;height:5px}.rating-meter-col.rating-text-col{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.tutor-pagination,.tutor-pagination-wrap{text-align:center;margin:20px 0}.tutor-pagination a,.tutor-pagination span,.tutor-pagination-wrap a,.tutor-pagination-wrap span{padding:3px;display:inline-block}.tutor-pagination-wrap a:hover,.tutor-pagination a:hover{color:var(--tutor-primary-color)}.tutor-course-tags{margin:-5px}.tutor-course-tags a{padding:6px 15px;background:#e8eff1;display:inline-block;margin:5px;color:var(--tutor-text-color);border-radius:2px;-webkit-transition:300ms;transition:300ms}.tutor-course-tags a:hover{color:#000}.certificate-download-btn{margin-top:20px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;text-align:center;text-transform:uppercase !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#tutor-single-entry-content .tutor-course-prerequisites{padding:60px}.prerequisites-course-lists{padding:0;list-style:none;margin:0}.prerequisites-course-lists li a{padding:13px 15px;border:1px solid #dcdfe5;margin-bottom:20px;border-radius:4px;font-weight:500;color:var(--tutor-primary-color);font-size:16px}.prerequisites-course-lists li:first-child{padding:13px 40px 13px 60px;border:1px solid #f7e5b9;margin-bottom:20px;border-radius:4px;font-weight:500;background:#fffff5;color:#b39f70;position:relative}.prerequisites-course-lists li:first-child>span{position:absolute;left:20px;top:13px}.prerequisites-course-lists li .prerequisites-course-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prerequisites-course-feature-image img{width:70px;border-radius:2px;height:auto;margin:0 !important;-webkit-box-shadow:0 0 1px rgba(0,0,0,0.08);box-shadow:0 0 1px rgba(0,0,0,0.08)}.prerequisites-course-lists li .prerequisites-course-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:15px;-webkit-transition:300ms;transition:300ms}.prerequisites-course-lists li a:hover .prerequisites-course-title{color:var(--tutor-primary-color)}.prerequisites-course-checkmark{line-height:24px;height:24px;text-transform:uppercase;font-size:12px;font-weight:700;min-width:107px}.prerequisites-course-checkmark i{height:24px;width:24px;background:#dbdddd;color:#dbdddd;display:inline-block;text-align:center;border-radius:2px;margin-right:3px}.prerequisites-course-checkmark.is-complete i{background:var(--tutor-success-button-color);color:#fff}.tutor-single-course-meta ul li.tutor-social-share{float:right;margin-right:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 575px){.tutor-single-course-meta ul li.tutor-social-share{display:none}}.tutor-single-course-meta ul li.tutor-social-share button{margin:0;border:none;background:transparent;color:var(--tutor-light-color);-webkit-transition:300ms;transition:300ms;padding:0 4px;cursor:pointer}.tutor-single-course-meta ul li.tutor-social-share button:hover{color:var(--tutor-primary-color)}.rtl .tutor-single-course-meta ul li.tutor-social-share{float:left}.rtl .tutor-single-course-meta ul li,.rtl .tutor-loop-author>div{float:right}.rtl .tutor-single-course-meta ul li{margin-right:0;margin-left:40px}.rtl .tutor-wrap nav.course-enrolled-nav ul li a{margin-right:0;margin-left:20px}.rtl .tutor-progress-bar .tutor-progress-filled:after{left:auto;right:var(--tutor-progress-left);-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.rtl .tutor-progress-percent{padding-left:0;padding-right:20px}.rtl .tutor-course-lesson h5 i{margin-right:0;margin-left:10px}.rtl .tutor-course-lesson h5 .lesson-preview-icon i{margin-right:10px;margin-left:0}.rtl .tutor-course-lesson h5 .tutor-lesson-duration{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:left}.rtl .tutor-custom-list-style li{padding-right:25px;padding-left:0px}.rtl .tutor-custom-list-style li:before{left:auto;right:0}.rtl .single-instructor-wrap .instructor-name,.rtl .single-instructor-wrap .instructor-avatar{float:right}.rtl .single-instructor-wrap .instructor-name{padding-left:0;padding-right:20px}.rtl .single-instructor-wrap .instructor-bio{padding-left:0;padding-right:260px}.rtl .tutor-single-page-top-bar .tutor-topbar-back-to-curse-wrap{margin-left:30px;margin-right:0}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a{padding:14px 17px 14px 100px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons{right:auto;left:15px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{margin-left:0;margin-right:8px}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{margin-right:0;margin-left:10px}.rtl .tutor-topbar-home-btn{margin-left:0;margin-right:20px}@media screen and (max-width: 546px){.rtl .tutor-topbar-home-btn{margin-right:10px}}.rtl .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button{margin-left:15px;margin-right:0}.tutor-frontend-modal{position:fixed;width:100%;height:100%;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:999999}.tutor-frontend-modal .tutor-frontend-modal-overlay{background:rgba(0,0,0,0.7);height:100%;width:100%;position:fixed;left:0;top:0;z-index:-1;cursor:url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.852 12.004L.23 22.7a.764.764 0 0 0 0 1.076.75.75 0 0 0 1.068 0L12 13l10.703 10.778a.75.75 0 0 0 1.069 0 .764.764 0 0 0 0-1.076L13.148 12.004l10.63-10.706a.764.764 0 0 0 0-1.075.752.752 0 0 0-1.067 0L12 11.008 1.289.223a.752.752 0 0 0-1.068 0 .764.764 0 0 0 0 1.076l10.631 10.705z' fill='%23F0576A' fill-rule='evenodd'/%3E%3C/svg%3E"),auto}.tutor-frontend-modal .tutor-frontend-modal-content{position:relative;background:#fff;padding:60px;width:90%;max-width:750px;max-height:90%;overflow-y:auto}@media (max-width: 768px){.tutor-frontend-modal .tutor-frontend-modal-content{padding:40px}}@media (max-width: 540px){.tutor-frontend-modal .tutor-frontend-modal-content{padding:20px}}button.tm-close.tutor-icon-line-cross{position:absolute;right:23px;top:23px;background:transparent;padding:0;font-size:24px;border:none;color:var(--tutor-light-color)}button.tm-close.tutor-icon-line-cross:hover{color:red}.label-order-status{padding:3px 5px;border-radius:3px}.label-status-completed{background-color:#4bd863;color:#ffffff}.label-status-cancelled{background-color:#fd6a03;color:#ffffff}.label-status-on-hold{background-color:#db5382;color:#ffffff}.tutor-lesson-content-area h2{margin-bottom:25px;margin-top:20px;font-weight:500}.assignment-result-wrap{text-align:center;padding:10px 0}.submitted-assignment-grade-pass{color:var(--tutor-success-button-color)}.submitted-assignment-grade-failed{color:red}.received-marks{color:var(--tutor-primary-color)}.tutor-dashboard-course-builder-wrap .tutor-form-row{margin-top:20px;margin-bottom:20px}.video_source_wrap_html5{width:100px;text-align:center}.video-poster-img img{max-width:200px;height:auto}.tutor-assignment-information{font-size:16px}.tutor-assignment-information ul{padding:0;margin:0 0 22px;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-assignment-information ul li strong{font-weight:700}.tutor-assignment-attachment-upload-wrap .tutor-form-group{display:inline-block}.tutor-assignment-attachment-upload-wrap .tutor-form-group label+input{display:none}.tutor-assignment-attachment-upload-wrap .tutor-form-group label{padding:15px 17px;border:1px solid #dcdfe5;overflow:hidden;margin-right:15px;border-radius:4px;cursor:pointer}.tutor-assignment-attachment-upload-wrap .tutor-form-group label i{font-size:30px;line-height:30px;float:left;margin-right:12px}.tutor-assignment-attachment-upload-wrap .tutor-form-group label span{line-height:30px}.tutor-assignment-attachment-upload-wrap{margin-bottom:40px}#tutor-course-topics a{text-decoration:none}#tutor-course-topics .tutor-topics-wrap{border-bottom:1px solid #f6f8fa;padding-bottom:0;margin:0}.tutor-untopics-lessons .course-content-item,.course-contents .course-content-item{padding:10px 12px 10px 25px;border-bottom:1px solid #d9d9d9;background-color:#ebeef0}.tutor-untopics-lessons .course-content-item .tutor-lesson-top,.course-contents .course-content-item .tutor-lesson-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-untopics-lessons .course-content-item .tutor-lesson-top a:last-child,.course-contents .course-content-item .tutor-lesson-top a:last-child{margin-left:auto}.tutor-untopics-lessons .course-content-item .tutor-lesson-top a.open-tutor-lesson-modal,.course-contents .course-content-item .tutor-lesson-top a.open-tutor-lesson-modal{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-untopics-lessons .course-content-item .tutor-lesson-top a,.course-contents .course-content-item .tutor-lesson-top a{color:#393c40;font-weight:400;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-untopics-lessons .course-content-item .tutor-lesson-top i,.course-contents .course-content-item .tutor-lesson-top i{padding-right:7px;color:#393c40}.tutor-untopics-lessons .course-content-item .tutor-lesson-top .tutor-updating-message i,.course-contents .course-content-item .tutor-lesson-top .tutor-updating-message i{display:none}.tutor-untopics-lessons .course-content-item .tutor-lesson-top i.tutor-icon-garbage:hover,.course-contents .course-content-item .tutor-lesson-top i.tutor-icon-garbage:hover{color:red}.tutor-lessons.ui-sortable{min-height:20px}#tutor-course-topics .drop-lessons p{margin:0}#tutor-course-topics .course-content-item:hover{background-color:#ebeef0}#tutor-course-topics .tutor-lessons{padding-left:0}#tutor-course-topics .tutor-lesson-top,#tutor-course-topics .tutor-lesson-top i{font-size:15px}#tutor-course-topics .tutor-lesson-top .open-tutor-quiz-modal i{display:inline-block;vertical-align:middle;margin-right:5px}#tutor-course-topics .tutor-lesson-top{display:-webkit-box;display:-ms-flexbox;display:flex}#tutor-course-topics .tutor-lesson-top .open-tutor-lesson-modal,.tutor-quiz .open-tutor-quiz-modal,.course-content-item .open-tutor-assignment-modal{-webkit-box-flex:1;-ms-flex:1;flex:1}#tutor-course-topics .tutor-lesson-top i.tutor-icon-move{margin-right:10px;cursor:ns-resize}.rtl #tutor-course-topics .tutor-lesson-top i.tutor-icon-move{margin-right:0;margin-left:10px}#tutor-course-topics .tutor-lesson-top i.tutor-icon-pencil{margin:0 10px}#tutor-course-topics .tutor-lesson-top a{color:#393c40}#tutor-course-topics .tutor-lesson-top a.tutor-updating-message i{display:none}.course-move-handle{cursor:row-resize}.new-topic-btn-wrap{padding:20px}p.course-empty-content{padding-left:20px;padding-right:20px}.tutor_btn_lg{line-height:45px;background-color:var(--tutor-primary-color);color:#ffffff;padding:0 20px;display:inline-block;border-radius:2px;font-weight:300;border:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.tutor_btn_lg:focus{-webkit-box-shadow:none;box-shadow:none;border:none;outline:none}.tutor_btn_lg:focus,.tutor_btn_lg:hover{background-color:var(--tutor-primary-color);color:#ffffff}.ui-sortable-placeholder{visibility:visible;background-color:#dddd}.tutor-untopics-lessons{border:1px solid #eee;padding:20px;margin:0 -1px -1px;background-color:#fbfbfb}.tutor-untopics-lessons h3{font-weight:300}.tutor-untopics-lessons .tutor-lessons{padding-left:0 !important}.create-new-lesson-wrap{text-align:center}.tutor-metabox-add-topics .tutor-option-field-row:last-child,.tutor-topics-edit-form .tutor-option-field-row:last-child{border-bottom:none}.tutor-metabox-add-topics .tutor-option-field-row textarea{height:120px}.topic-edit-icon{cursor:pointer}.tutor-topic-title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:300;margin:0;line-height:45px;padding-left:15px}.rtl .tutor-topic-title{padding-left:0;padding-right:15px}.tutor-topic-title a{color:#393c40}.tutor-topic-title .topic-inner-title{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;max-width:calc(100% - 137px);font-weight:400;font-size:16px}.tutor-topic-title span{padding:0 5px}.tutor-topic-title span.expand-collapse-wrap{border-left:1px solid #e7e7e7}.tutor-topic-title span.expand-collapse-wrap a{display:block;padding:0 13px}.topic-delete-btn{float:right}.text-muted{color:#cccccc}.topic-delete-btn a{padding:0 10px}.topic-delete-btn a:hover{color:#ff0000}.topic-delete-btn .dashicons{width:12px;height:12px;font-size:12px}#tutor-course-topics{position:relative}#tutor-course-topics .inside{padding:0;margin:0}#tutor-course-topics a:focus{-webkit-box-shadow:none;box-shadow:none}#tutor-course-topics .toggle-indicator:before{margin-top:20px}.tutor-topics-wrap:nth-child(2n){background:#f6f8fa}#tutor-course-content-wrap{border:1px solid #ddd;margin-top:20px}#tutor-course-content-wrap .tutor-topics-edit-form,#tutor-course-content-wrap .tutor-metabox-add-topics{border-left:none;border-right:none;margin-top:0}#tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body{background:#ebeef0;padding:0px}.tutor-course-builder-button{line-height:35px;color:#393c40;display:inline-block;padding:0 20px;border-radius:4px;margin-right:10px;border:1px solid #d3d4d5;background-color:#f2f2f2;cursor:pointer;vertical-align:top;-webkit-transition:300ms;transition:300ms;font-weight:400}.tutor-course-builder-button i{line-height:35px;display:inline-block;vertical-align:top;margin-right:6px}.tutor-course-builder-button.tutor-updating-message i{display:none}.tutor-course-builder-button.tutor-btn-lg{line-height:40px}.tutor-add-quiz-button-wrap{padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-add-quiz-button-wrap>*+*{margin-left:15px}.tutor-course-builder-button.active{color:#fff;background:var(--tutor-primary-color);border-color:var(--tutor-primary-color)}.tutor-course-builder-button:hover{-webkit-filter:brightness(0.9);filter:brightness(0.9)}.tutor-btn-lg i{color:var(--tutor-primary-color);vertical-align:top;margin-right:5px;font-size:16px;display:inline-block;line-height:40px}.tutor-course-builder-button.active i,.tutor-course-builder-button:hover i{color:#fff}.tutor-course-builder-button.tutor-success{background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);color:#fff}.tutor-updating-message:before{display:inline-block;font-family:"tutor";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;content:"\e91d";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;margin-right:6px}.rtl .tutor-updating-message:before{margin-right:0;margin-left:6px}.lesson-modal-close-wrap a{background:#ffffff;width:50px;height:59px;display:inline-block;text-align:center;line-height:57px;color:#3a3d42;font-size:15px;position:absolute;right:0;top:0}.lesson-modal-close-wrap a:hover{color:red}.lesson-modal-form-wrap .lesson-modal-field-row{padding:10px 0}.lesson-modal-field.tutor-lesson-modal-title-wrap{width:95%}.lesson-modal-field-row input[type="text"]{background-color:#fff;border:1px solid #ddd;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;min-width:400px;min-height:35px}.tutor-lesson-modal-title-wrap input{width:100%}.lesson-modal-form-wrap .tutor-option-field-row{padding:10px 0}.lesson-modal-form-wrap .tutor-option-field-row:last-child{border-bottom:none}.tutor-lesson-modal-wrap .modal-footer{padding:10px 20px;background-color:#fff;width:100%;position:sticky;bottom:0;position:-webkit-sticky}.tutor-option-field .tutor-lesson-edit-feature-img{width:100px;position:relative}.tutor-option-field .tutor-lesson-edit-feature-img img{width:100%;height:auto}a.tutor-lesson-thumbnail-delete-btn{position:absolute;top:0;right:0;color:red;background:#fff;padding:3px 5px;border-radius:5px}.tutor-get-pro-text{color:#e02424}.updating-icon:before{font-family:"tutor";content:"\e91d";-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:inline-block}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;padding:20px;margin-bottom:10px}.tutor-modal-wrap{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:rgba(0,0,0,0.5)}.tutor-modal-wrap.show{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:99999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutor-modal-wrap.loading .tutor-modal-content:before{position:absolute;top:0;left:0;right:0;bottom:0;display:block;content:"";z-index:9;background:url("../images/spinner.gif") no-repeat center center}.tutor-modal-wrap .tutor-modal-content{max-height:90%;overflow-y:auto;overflow-x:hidden;background-color:#fff;max-width:730px;margin:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);position:relative;-webkit-transition:all 200ms ease-out;transition:all 200ms ease-out;width:90%}.admin-bar .tutor-modal-wrap .tutor-modal-content{max-height:calc(90% - 32px);margin-top:32px}.tutor-modal-wrap .modal-footer{padding:20px 0;border-top:1px solid #eee}.tutor-modal-wrap .modal-footer.has-padding{padding:20px 15px}.tutor-modal-wrap .modal-container{padding:20px 20px 0}.tutor-modal-wrap.tutor-instructors-modal-wrap .modal-container p{margin-top:0}.tutor-modal-wrap .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 20px;border-bottom:1px solid #eeeff1}.tutor-modal-wrap .modal-title{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-modal-wrap .modal-header h1{padding:0;margin:0;font-size:23px;line-height:30px}.modal-container .modal-classic-btn-wrap{position:absolute;right:45px;top:14px}.modal-container .modal-classic-btn-wrap a{color:var(--tutor-primary-color)}.tutor-modal-wrap .modal-header h1::before,.tutor-modal-wrap .modal-header h1::after{display:none}.tutor-modal-wrap .search-bar{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:20px;padding-left:20px;padding-right:20px}.tutor-modal-wrap .search-bar input[type="text"]{width:100%;border:1px solid #eee;-webkit-box-shadow:none;box-shadow:none;padding:10px}.tutor-modal-wrap .modal-close-wrap a.modal-close-btn{width:50px;height:50px;background:#000;display:inline-block;text-align:center;line-height:47px;color:#fff;font-size:25px;position:absolute;right:0}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-title{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-close-wrap a.modal-close-btn{background:#ffffff;width:20px;height:20px;display:inline-block;text-align:center;line-height:28px;color:#3a3d42;font-size:22px;position:relative}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-header{padding:15px 20px;border-bottom:1px solid #eeeff1}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-header h1{padding:0}.tutor-modal-wrap.tutor-quiz-builder-modal-wrap .modal-container{background-color:#f1f1f1;padding:0}#tutor-quiz-modal-tab-items-wrap{background-color:#fff;font-size:0;overflow:hidden}#tutor-quiz-builder-modal-tabs-container{padding:20px}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item{padding:15px 25px;display:inline-block;color:#393c40;border-left:1px solid #f1f1f1;overflow:hidden;line-height:17px;vertical-align:middle}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active{background-color:#f1f1f1}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item i{float:left;font-size:17px;line-height:1;margin-right:5px}#tutor-quiz-modal-tab-items-wrap .tutor-quiz-modal-tab-item.active i{color:var(--tutor-primary-color)}.quiz-modal-tab-navigation-btn{padding:10px 20px;border-radius:3px}.quiz-modal-btn-next,.quiz-modal-btn-next:focus,.quiz-modal-btn-first-step,.quiz-modal-btn-first-step:focus,.quiz-modal-question-save-btn,.quiz-modal-question-save-btn:focus,.quiz-modal-settings-save-btn,.quiz-modal-settings-save-btn:focus{background-color:var(--tutor-primary-color);color:#ffffff}.quiz-modal-btn-next:hover,.quiz-modal-btn-first-step:hover,.quiz-modal-question-save-btn:hover,.quiz-modal-settings-save-btn:hover{color:#ffffff}.quiz-modal-btn-cancel,.quiz-modal-btn-back{color:#4b5981;border:1px solid #d4dadb}.tutor-quiz-builder-form-row .quiz-form-warning{color:#e88e06}.tutor-assignment-builder-modal-wrap .modal-container{padding:10px}.assignment-modal-form-wrap .tutor-option-field.tutor-assignment-modal-title-wrap{margin:0}.tutor-quiz-question-answers-form{background-color:#fff;padding:20px;-webkit-transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);border:1px solid #dedede;border-radius:3px;margin-bottom:20px}.advanced-options-tab-item{float:right}.tutor-course-builder-wrap{border:1px dashed #dcdfe5}.tutor-quiz-builder-modal-tabs-notice{background:#d8d8d8;line-height:20px;padding:10px 30px;color:#a4a4a4}.tutor-quiz-builder-modal-tabs-notice a{color:#a4a4a4;text-decoration:underline}.tutor-quiz-builder-group{margin-bottom:25px}.tutor-quiz-builder-group>p.warning{color:red;font-size:12px}.tutor-quiz-builder-group>p.help{color:#a4a4a4;font-size:12px;margin-top:7px}.tutor-quiz-builder-group>h4{color:#393c40;font-weight:600;margin:0 0 15px}.tutor-quiz-builder-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-10px;margin-right:-10px}.tutor-quiz-builder-col{padding-left:10px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-quiz-builder-col.auto-width{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.tutor-quiz-builder-group textarea,.tutor-quiz-builder-group input[type="text"],.tutor-quiz-builder-group input[type="email"],.tutor-quiz-builder-group input[type="number"],.tutor-quiz-builder-group input[type="password"]{line-height:40px;padding:5px 0;text-indent:15px;background:#fff;display:inline-block;border:1px solid #dedede;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;width:100%;color:#393c40}.tutor-quiz-builder-group textarea:focus,.tutor-quiz-builder-group input[type="text"]:focus,.tutor-quiz-builder-group input[type="email"]:focus,.tutor-quiz-builder-group input[type="number"]:focus,.tutor-quiz-builder-group input[type="password"]:focus{border-color:var(--tutor-primary-color)}.tutor-quiz-builder-group textarea{height:80px;resize:none;text-indent:0;padding:11px 15px;line-height:22px}.tutor-quiz-builder-group textarea[name="quiz_description"]{height:150px}.tutor-quiz-builder-group select{border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;height:42px !important;padding:0 12px !important;margin:0}.tutor-quiz-builder-modal-control-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.question_form_inner{padding:0 20px 20px;margin-top:0}.tutor-quiz-builder-modal-control-btn-group .quiz-builder-btn-group-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-quiz-builder-modal-control-btn-group .quiz-modal-tab-navigation-btn{display:inline-block}.tutor-quiz-builder-modal-control-btn-group .quiz-modal-tab-navigation-btn:not(:last-child){margin-right:6px}.modal-container .tutor-quiz-add-question-btn{border:1px solid #c6c9cf;padding:10px 15px;color:#393c40;display:inline-block;border-radius:3px}.modal-container .tutor-quiz-add-question-btn i{color:var(--tutor-primary-color);line-height:16px;margin-right:3px}.quiz-form-field-col{margin-right:20px}.quiz-form-field-col.result-fail{width:100%}.quiz-modal-switch-field{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px}.quiz-modal-switch-field label.btn-switch{margin-right:20px;position:relative;vertical-align:top}label.btn-switch input:checked+.btn-slider{background-color:var(--tutor-success-button-color)}.btn-switch+span{line-height:24px;display:inline-block;margin-left:8px;font-weight:700;vertical-align:top}.tutor-select{position:relative}.tutor-select .select-header{border:1px solid #dedede;margin:0;padding:10px;width:100%;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.tutor-select .select-header .lead-option{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-select .select-header .select-dropdown{line-height:22px}.tutor-select .select-header .lead-option .question-type-pro{display:none}.tutor-select .tutor-select-options{border:1px solid #dedede;background-color:#fff;padding:22px 10px 8px;width:calc(100% - 22px);position:absolute;font-size:0;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.08);box-shadow:0px 2px 10px rgba(0,0,0,0.08);top:55px;border-radius:3px}.tutor-select .tutor-select-options .tutor-select-option{width:calc(33.3333% - 22px);display:inline-block;padding:9px;cursor:pointer;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 11px 15px;border:1px solid #e2e2e2;border-radius:3px;font-size:13px}.tutor-select .tutor-select-options .tutor-select-option:hover{border-color:var(--tutor-primary-color)}.question-type-pro{color:#fff;font-size:9px;right:11px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}i.tutor-icon-block{padding:0;color:#fff;border-radius:3px;margin-right:2px;display:inline-block;width:22px;height:22px;text-align:center;line-height:22px}i.tutor-icon-block.tutor-icon-short-ans{background-color:#f37512}i.tutor-icon-block.tutor-icon-image-ans{background-color:#a322f9}i.tutor-icon-block.tutor-icon-yes-no{background-color:var(--tutor-primary-color)}i.tutor-icon-block.tutor-icon-multiple-choice{background-color:#9034a9}i.tutor-icon-block.tutor-icon-mark{background-color:#00b890}i.tutor-icon-block.tutor-icon-open-ended{background-color:#fe3129}i.tutor-icon-block.tutor-icon-fill-gaps{background-color:#ffbf00}i.tutor-icon-block.tutor-icon-answer-shorting{background-color:#f80089}i.tutor-icon-block.tutor-icon-assesment{background-color:#274055}i.tutor-icon-block.tutor-icon-matching{background-color:#8a4a1b}i.tutor-icon-block.tutor-icon-image-matching{background-color:#f37512}i.tutor-icon-block.tutor-icon-ordering{background-color:var(--tutor-primary-color)}i.tutor-icon-block.tutor-icon-plus-square-button,i.tutor-icon-block.tutor-icon-plus{background-color:var(--tutor-success-button-color)}.create-lesson-in-topic-btn i.tutor-icon-block.tutor-icon-plus{background-color:var(--tutor-primary-color)}a.back-to-quiz-questions-btn{font-size:16px;font-weight:300;color:#393c40;margin-bottom:10px;display:block}a.back-to-quiz-questions-btn.tutor-updating-message i{display:none}.modal-container .quiz-questions-form{padding:20px}#quiz-builder-tab-advanced-options .tutor-quiz-builder-form-cols-row .quiz-form-field-col:first-child{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}.question-form-header{margin-bottom:20px}.quiz-question-form-body{margin-bottom:25px}.quiz-builder-question-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.quiz-builder-question{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:10px;border:1px solid #e2e2e2;border-radius:3px;max-width:calc(100% - 52px)}.quiz-builder-question .question-sorting{margin-right:10px;line-height:22px}.quiz-builder-question .question-sorting i{display:block;line-height:24px}.quiz-builder-question .question-edit-icon{line-height:22px}.quiz-builder-question .question-edit-icon .tutor-quiz-open-question-form.tutor-updating-message i{display:none}.quiz-builder-question .question-title{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:22px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:10px}.quiz-builder-question .question-icon{-webkit-box-flex:0;-ms-flex:0 0 155px;flex:0 0 155px}.quiz-builder-qustion-trash a{display:block;padding:0 0 0 10px;font-size:20px;color:rgba(57,60,64,0.4);line-height:44px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider{border:1px solid #dedede;padding:20px 70px 20px 10px;background-color:#ffffff;position:relative;border-radius:4px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-content{background:var(--tutor-primary-color);border:none;height:4px;border-radius:4px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-header{background:#dedede;border-radius:4px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .ui-widget-content .ui-state-default{background:var(--tutor-primary-color);border:1px solid var(--tutor-primary-color);border-radius:50%;margin-top:-2px}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .tutor-field-type-slider-value{font-size:16px;font-weight:600;background:var(--tutor-primary-color);position:absolute;right:5px;top:50%;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:34px;width:43px;text-align:center;border-radius:4px;color:#fff}.tutor-quiz-builder-modal-wrap .tutor-field-type-slider .tutor-field-type-slider-value:before{content:"";position:absolute;border:7px solid transparent;top:50%;border-right-color:var(--tutor-primary-color);right:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tutor-quiz-answer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-quiz-answer{background-color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 15px;border:1px solid #dedede;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:22px;border-radius:3px;margin-bottom:15px}.tutor-quiz-answer .tutor-quiz-answer-edit a{display:block;padding:0px 9px}.tutor-quiz-answer-trash-wrap a.answer-trash-btn{padding:0 10px;display:inline-block;line-height:44px}span.tutor-quiz-answer-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-quiz-answer-media .option-media-preview{margin-bottom:20px}.tutor-quiz-answer-media .option-media-preview img{max-width:80px;height:auto}.tutor-question-answer-image{margin-right:10px}.tutor-question-answer-image img{max-height:25px;width:auto}button#quiz-answer-save-btn,button#quiz-answer-edit-btn{background-color:var(--tutor-success-button-color);color:#fff;padding:10px 15px;border:none;cursor:pointer}button#quiz-answer-save-btn:hover,button#quiz-answer-edit-btn:hover{background-color:var(--tutor-success-button-color)}.tutor-media-upload-wrap{border:1px solid #dedede;display:-webkit-box;display:-ms-flexbox;display:flex;width:130px}.tutor-media-upload-wrap img{max-width:100%}.tutor-media-preview{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-media-upload-btn{display:block;padding:10px;font-size:50px;line-height:50px;text-align:center;color:#dedede}.tutor-media-upload-trash-wrap{border-left:1px solid #dedede}.tutor-media-upload-trash{color:#dedede;display:block;line-height:50px;padding:12px}.tutor-quiz-answers-form-footer.tutor-quiz-builder-form-row{margin-top:40px;margin-bottom:10px}.tutor-metabox-add-topics,.tutor-topics-edit-form{background-color:#f7f7f7;border:1px solid #dcdfe5;margin-top:25px;padding:20px}.tutor-course-builder-section{margin-bottom:60px}.tutor-course-builder-section-title h3{font-size:20px;font-weight:700;color:#1d1f37;position:relative;overflow:hidden;z-index:1;margin:0 0 25px;cursor:pointer}.tutor-course-builder-section-title h3::after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--tutor-primary-color);z-index:-1}.tutor-course-builder-section-title h3 span,.tutor-course-builder-section-title h3 i{float:left;background-color:#fff;font-size:20px;line-height:20px}.tutor-course-builder-section-title h3 i{color:var(--tutor-primary-color);font-size:14px}.tutor-course-builder-section-title h3 span{padding:0 15px 0 9px}.tutor-frontend-builder-item-scope{margin-bottom:30px}.tutor-frontend-builder-item-scope:last-child{margin-bottom:0}.tutor-builder-item-heading{font-weight:500;line-height:21px;margin-bottom:10px;display:block}.builder-course-thumbnail-upload-wrap>div{font-size:var(--tutor-text-size);line-height:25px;margin-bottom:20px;font-weight:400}.builder-course-thumbnail-img-src{position:relative}.builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn{font-size:10px;position:absolute;top:-4px;left:-4px;color:#e53935;-webkit-transition:300ms;transition:300ms;border-radius:50%;width:20px;height:20px;line-height:20px;background:#fff;text-align:center}.builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn i{line-height:20px}.tutor-course-builder-header{text-align:right;font-size:12px}.tutor-course-builder-section .course-empty-content{margin:15px 0}.tutor-course-builder-section .tutor-course-builder-header a{color:#393c40}.tutor-course-builder-section .tutor-course-builder-header a:first-child{padding-right:7px}.tutor-course-builder-section .tutor-course-builder-header a:last-child{padding-left:7px}.tutor-course-builder-section .tutor-course-builder-header{margin-top:-15px}.tutor-course-builder-section .new-topic-btn-wrap{padding:0;margin-top:20px}.tutor-course-available-instructors{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-available-instructors .added-instructor-item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px);border:1px solid #dcdfe5;padding:13px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;position:relative;margin-bottom:30px}.tutor-course-available-instructors .added-instructor-item .instructor-control{position:absolute;right:14px;top:50%;font-size:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:300ms;transition:300ms}.tutor-course-available-instructors .added-instructor-item .instructor-control a{color:red}.tutor-course-available-instructors .added-instructor-item:hover .instructor-control{opacity:1}.tutor-course-available-instructors .added-instructor-item .instructor-icon{height:45px;width:45px;overflow:hidden;border-radius:50px;margin-right:15px}.tutor-course-available-instructors .added-instructor-item .instructor-icon img{width:100%}.tutor-course-available-instructors .added-instructor-item .instructor-name{position:relative}.tutor-course-available-instructors .added-instructor-item .instructor-name img{display:inline-block;margin-left:10px;width:18px}.tutor-course-available-instructors .added-instructor-item .instructor-name img:hover+i.instructor-name-tooltip{opacity:1}.tutor-course-available-instructors .added-instructor-item i.instructor-name-tooltip{-webkit-transition:300ms;transition:300ms;opacity:0;position:absolute;bottom:34px;right:9px;background:#2a344f;-webkit-transform:translateX(50%);transform:translateX(50%);color:#fff;font-size:12px;font-style:normal;padding:0 8px;border-radius:15px;line-height:20px;z-index:1}.tutor-course-available-instructors .added-instructor-item i.instructor-name-tooltip::before{content:"";position:absolute;border:5px solid #2a344f;bottom:-3px;left:50%;margin-left:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.tutor-course-available-instructors .added-instructor-item:nth-child(2n){margin-left:30px}.tutor-addons-list .plugin-icon{height:120px}.btn-switch{display:inline-block;height:22px;position:relative;width:40px}.btn-switch input{display:none}.btn-slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;-webkit-transition:0.4s;transition:0.4s}.btn-slider:before{background-color:#fff;bottom:3px;content:"";height:16px;left:4px;position:absolute;-webkit-transition:0.4s;transition:0.4s;width:16px}input:checked+.btn-slider{background-color:var(--tutor-primary-color)}input:checked+.btn-slider:before{-webkit-transform:translateX(16px);transform:translateX(16px)}.btn-slider.btn-round{border-radius:34px}.btn-slider.btn-round:before{border-radius:50%}.tutor-video-embeded-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.tutor-video-embeded-wrap iframe,.tutor-video-embeded-wrap object,.tutor-video-embeded-wrap embed{position:absolute;top:0;left:0;width:100%;height:100%}.select2-selection__rendered [class^="tutor-icon-"]{display:inline-block;vertical-align:top;margin-right:6px}.select2-results__options [class^="tutor-icon-"]{color:var(--tutor-primary-color);display:inline-block;vertical-align:top;margin-right:6px}.select2-results__option--highlighted [class^="tutor-icon-"]{color:#fff}.tutor-video-metabox-wrap{margin-bottom:50px}.video-metabox-source-input-wrap{padding:30px;background-color:#f4f7f8;border:1px solid #dcdfe5;border-radius:3px}.video-metabox-source-html5-upload{background-color:#fff;text-align:center;padding:40px 20px;border:1px solid #dcdfe5;border-radius:3px}.video-metabox-source-html5-upload p{margin-bottom:5px}.tutor-video-metabox-wrap p{margin:0;padding:0}.video-metabox-source-html5-upload .video-upload-icon i{font-size:50px;color:var(--tutor-primary-color)}.video_source_upload_wrap_html5{margin-top:10px}.video-metabox-source-html5-poster{padding-top:30px}.video_source_wrap_html5{width:100%}.builder-course-thumbnail-upload-wrap .button-transparent{float:right;background:transparent !important}.builder-course-thumbnail-upload-wrap .button-transparent:hover{background:var(--tutor-primary-color) !important}.html5-video-poster{height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.html5-video-poster .tutor-builder-course-video-poster-text{text-align:left;padding-left:20px}.html5-video-poster .tutor-builder-course-video-poster-text h5{font-size:14px;font-weight:700;margin:0 0 6px;line-height:1}.html5-video-poster .tutor-builder-course-video-poster-text span{font-size:14px;font-weight:400}.html5-video-poster img{height:100%;width:auto}.no-memberhsip-msg-wrap p{margin:0}.content-drip-message-wrap.tutor-error-msg{margin:40px 50px}.content-drip-message-wrap{margin:120px}.content-drip-wrap-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.content-drip-wrap-flex .content-drip-left{margin-right:50px}.content-drip-wrap-flex ul{margin:0;list-style-position:inside}.content-drip-wrap-flex ul li a{color:var(--tutor-primary-color)}.tutor-alert{border:1px solid #f8a201;background:#fffff2;position:relative;border-radius:3px;padding:20px 25px 20px 95px;color:#a86d00;margin-bottom:20px}.tutor-alert p{margin-bottom:10px}.tutor-alert p:last-child{margin:0}.tutor-alert.tutor-alert-danger{border:1px solid #fe1a1a;background:#fff2f2;color:#a50000}.tutor-alert.tutor-alert-success{border:1px solid #69bc0d;background:#f6fff2;color:#3d7400}.tutor-alert::before{content:"\e95f";position:absolute;font-size:30px;font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:70px;top:0;left:0;text-align:center;background:#f8a201;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ffffff}.tutor-alert.tutor-alert-danger::before{content:"\e913";background:#fe1a1a}.tutor-alert.tutor-alert-success::before{content:"\e90f";background:#69bc0d}.tutor-alert-content p{margin:0}.gradename-bg{text-align:center;color:#ffffff;height:32px;min-width:32px;font-size:16px;line-height:32px;padding:0 8px;display:inline-block;border-radius:20px;font-weight:bold;margin-right:7px}.gradename-outline{text-align:center;height:32px;min-width:32px;font-size:16px;line-height:26px;padding:0 8px;display:inline-block;border-radius:20px;border:2px solid;margin-right:7px}.generate-course-gradebook-btn-wrap{margin:10px 0}.gradebook-result-for-label{margin:0;padding:4px 7px;background-color:#e8eff1;display:inline-block;margin-bottom:10px}table.course-single-gradebooks{border-spacing:0;width:100%;border-collapse:collapse;border:1px solid #dcdfe5}table.course-single-gradebooks th{padding:1em 1.41575em;text-align:left;vertical-align:top;border-bottom:1px solid #dcdfe5}table.course-single-gradebooks th{font-weight:600}table.course-single-gradebooks thead th{background-color:rgba(220,223,229,0.14);padding:1.41575em;vertical-align:middle}table.course-single-gradebooks tbody td{border-bottom:1px solid #dcdfe5;background-color:#ffffff !important}table.course-single-gradebooks a{color:#4b5981}.text-label{margin:0;padding:4px 7px;background-color:#e8eff1;display:inline-block;border-radius:3px}.text-label.submitted-assignment-grade-pass{background-color:#86b223;color:#ffffff}.text-label.submitted-assignment-grade-failed{background-color:#d71830;color:#ffffff}.tutor-bp-message-recipient-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.tutor-bp-recipient-info-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-bp-message-recipient-avatar-wrap img{width:70px;height:70px;border-radius:50%}.tutor-bp-message-recipient-avatar-wrap{margin-right:35px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h3{margin:10px 0 8px !important;font-size:22px;font-weight:600;line-height:28px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h4{margin:0 0 20px !important;font-size:16px;line-height:1;font-weight:500}.tutor-bp-enrolled-courses-wrap{margin:0}.tutor-bp-enrolled-courses-wrap .tutor-bp-enrolled-total-course-notice{font-weight:400;color:#1c294b;margin:10px 0 8px !important}.tutor-bp-enrolled-courses-wrap ul{padding:0 0 0 17px;margin:0;color:#50616f}.tutor-bp-enrolled-courses-wrap ul li a{line-height:1.7;display:block;color:#54616d;padding-left:10px}.tutor-bp-enrolled-courses-wrap ul li a:hover{color:var(--tutor-primary-color);opacity:1;-webkit-transition:300ms;transition:300ms;text-decoration:underline !important}.oxy-tutor-element{width:100%}.tutor-dashboard-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:30px;border-bottom:1px solid #dcdfe5;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-header .tutor-btn.bordered-btn{background-color:transparent;text-transform:uppercase;font-weight:400;border-radius:2px}.tutor-dashboard-header .tutor-btn.bordered-btn i{font-size:20px}.tutor-dashboard-header .tutor-star-rating-group{margin-right:3px}.tutor-dashboard-header-avatar img{display:block;width:150px;height:150px;border-radius:50%}.tutor-dashboard-header-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:24px;padding-top:15px;padding-bottom:15px}.tutor-dashboard-header-button{padding-top:15px}.tutor-dashboard-header-display-name h4{font-size:30px;margin-top:0px;margin-bottom:10px;line-height:34px}.tutor-dashboard-header-stats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:25px}.tutor-dashboard-header-stats>div:not(:first-child){margin-left:30px}.tutor-dashboard-social-icons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-dashboard-social-icons h4{margin:0 10px 0 0;font-size:var(--tutor-text-size);line-height:25px}.tutor-dashboard-social-icons a{display:inline-block;font-size:12px;padding:0 5px;line-height:25px;color:#393c40;-webkit-transition:300ms;transition:300ms}.tutor-dashboard-social-icons a:hover{color:var(--tutor-primary-color)}.tutor-profile-completion-warning{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0;border-bottom:1px solid #dcdfe5}.tutor-profile-completion-warning .profile-completion-warning-icon{margin-top:10px}.tutor-profile-completion-warning .profile-completion-warning-icon span{font-size:40px;color:#ed9700;padding:0 20px}.tutor-profile-completion-warning .profile-completion-warning-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-positive:1;flex-grow:1;-webkit-box-flex:1}.tutor-profile-completion-warning .profile-completion-warning-content h4{font-size:20px;line-height:30px;margin:0;padding:0;width:100%}.tutor-profile-completion-warning .profile-completion-warning-content p{margin-bottom:10px;font-size:14px;font-weight:300;color:#737787}.tutor-profile-completion-warning .profile-completion-warning-content p a{font-weight:400;color:#3e64de}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details{-ms-flex-positive:1;flex-grow:1;-webkit-box-flex:1}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul{margin:0;list-style:none}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li{display:inline;position:relative;padding-left:16px;color:#737787}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li:not(:last-child){margin-right:21px}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li::before{content:"\2022";position:absolute;color:#f44337;font-weight:bold;display:inline-block;left:0}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-details ul li span{color:#3f435b}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status p span{font-weight:400}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status .tutor-progress-bar-wrap .tutor-progress-bar{height:6px;border-radius:8.5px;background-color:#ededf0}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status .tutor-progress-bar-wrap .tutor-progress-filled{height:6px;border-radius:3px;background-color:#ed9700}.tutor-profile-completion-warning .profile-completion-warning-content .profile-completion-warning-status .tutor-progress-bar-wrap .tutor-progress-filled::after{display:none}.tutor-dashboard-info-table-wrap{margin-bottom:30px}.tutor-dashboard-info-table-wrap table{margin-bottom:0;border-collapse:collapse;border:1px solid #dcdfe5;border-radius:4px;width:100%}.tutor-dashboard-info-table-wrap>h3{font-size:20px;font-weight:500;border:1px solid #dcdfe5;border-bottom:none;margin:0;padding:30px;border-radius:4px 4px 0 0}.tutor-dashboard-info-table-wrap>h3+table{border-radius:0 0 4px 4px}.tutor-dashboard-info-table thead{background:#fafbfc}.tutor-dashboard-info-table thead tr td{padding:15px}.tutor-dashboard-info-table tbody tr td{background:transparent !important;padding:20px 15px}.tutor-dashboard-info-table thead tr,.tutor-dashboard-info-table tbody tr{border:1px solid #dcdfe5}.tutor-dashboard-info-table thead tr td:first-child,.tutor-dashboard-info-table tbody tr td:first-child{padding-left:25px}.tutor-dashboard-info-table span.pending,.tutor-dashboard-info-table span.pass,.tutor-dashboard-info-table span.fail{color:#fff;font-size:14px;line-height:18px;padding:1px 6px;border-radius:2px}.tutor-dashboard-info-table span.pending{background-color:#f5a623}.tutor-dashboard-info-table span.fail{background-color:#d71830}.tutor-dashboard-info-table span.pass{background-color:var(--tutor-success-button-color)}.tutor-dashboard-single-review{border:1px solid #dcdfe5;border-radius:4px;margin-bottom:30px}.tutor-dashboard-review-heading{padding:10px 20px;border-bottom:1px solid #dcdfe5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.individual-dashboard-review-body{padding:10px 20px}.tutor-dashboard-review-title{font-size:18px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:300}.tutor-dashboard-review-title a{font-weight:500;color:var(--tutor-primary-color)}.tutor-dashboard-review-links{white-space:nowrap;font-weight:400}.tutor-dashboard-review-links a{color:#8c94a8;margin-left:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.tutor-dashboard-review-links a i{line-height:inherit;font-size:14px;margin-right:5px}.individual-dashboard-review-body .review-meta{font-size:85%;margin:0;color:#8c94a8}.individual-star-rating-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-edit-review-modal-wrap .modal-close-wrap a.modal-close-btn{color:#222222;background:none;font-size:20px;top:8px}.tutor-modal-wrap form{margin-bottom:20px}.tutor-dashboard-info-cards{margin:0 -15px 15px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-info-cards .tutor-dashboard-info-card{padding:15px;min-width:33.333%}.tutor-dashboard-info-cards .tutor-dashboard-info-card p{margin:0;padding:15px 25px;background:#282c36;color:#ffffff;border-radius:4px}.tutor-dashboard-info-cards .tutor-dashboard-info-card p span.tutor-dashboard-info-val{display:block;font-weight:700;font-size:30px;line-height:1.618}.tutor-dashboard-info-cards .tutor-dashboard-info-card p span span{display:inline-block}.tutor-dashboard-info-cards .tutor-dashboard-info-card p>*{vertical-align:middle}.tutor-dashboard-content{margin-bottom:60px}.tutor-dashboard-content>h2{margin-bottom:20px}.prev-btn{font-size:16px;line-height:1.88;color:#3f435b}.prev-btn span{font-size:18px;font-weight:800;color:#3e64de;margin-right:7px}.tutor-dashboard-content .tutor-quiz-attempt-history tr th,.tutor-dashboard-content .tutor-quiz-attempt-history tr td{vertical-align:middle;border:none}.tutor-dashboard-content .tutor-quiz-attempt-history tr td:first-child{padding:15px 13px !important}.tutor-dashboard-content .tutor-quiz-attempt-history table span.result-fail,.tutor-dashboard-content .tutor-quiz-attempt-history table span.result-pass{width:auto;height:auto;line-height:19px;padding:0 6.5px;margin-right:4px}.label-course-status{background-color:#cccccc;padding:3px 5px;color:#ffffff;font-size:12px;text-transform:capitalize}.label-course-publish{background-color:var(--tutor-success-button-color)}.tutor-dashboard-content .quiz-attempt-answers-wrap table th{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:0.12px;color:#737787;padding:15px 10px}.tutor-dashboard-content .tutor-quiz-attempt-history table thead tr,.single-quiz-page.tutor-quiz-attempt-history table thead tr{background-color:#fafbfc}.tutor-dashboard-content .tutor-quiz-attempt-history table tr,.single-quiz-page.tutor-quiz-attempt-history table tr{border:0;background-color:#fff}.tutor-dashboard-content .tutor-quiz-attempt-history table tr:first-child,.single-quiz-page.tutor-quiz-attempt-history table tr:first-child{background-color:#fafbfc}.tutor-dashboard-content .tutor-quiz-attempt-history table th,.tutor-dashboard-content .tutor-quiz-attempt-history table td,.single-quiz-page.tutor-quiz-attempt-history table th,.single-quiz-page.tutor-quiz-attempt-history table td{border:1px solid #dcdfe5 !important;vertical-align:middle}.tutor-dashboard-content .tutor-quiz-attempt-history table th:first-child,.tutor-dashboard-content .tutor-quiz-attempt-history table td:first-child,.single-quiz-page.tutor-quiz-attempt-history table th:first-child,.single-quiz-page.tutor-quiz-attempt-history table td:first-child{width:62%}.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(2),.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(4),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(2),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(4),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(2),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(4),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(2),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(4){width:11%}.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(3),.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(5),.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(6),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(3),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(5),.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(6),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(3),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(5),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(6),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(3),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(5),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(6){width:9%}.tutor-dashboard-content .tutor-quiz-attempt-history table th,.single-quiz-page.tutor-quiz-attempt-history table th{font-size:14px;font-weight:500;line-height:1.14;color:#8792b2}.tutor-dashboard-content .tutor-quiz-attempt-history table th:nth-child(n+3),.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(n+3){text-align:center}.tutor-dashboard-content .tutor-quiz-attempt-history table td,.single-quiz-page.tutor-quiz-attempt-history table td{background-color:#fff;font-size:14px;font-weight:400;color:#4b5981}.tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(n+3),.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(n+3){font-weight:500;text-align:center;padding-left:3px !important;padding-right:3px !important}.tutor-dashboard-content .tutor-quiz-attempt-history table td:last-child,.single-quiz-page.tutor-quiz-attempt-history table td:last-child{padding-left:0px !important;padding-right:0px !important}.tutor-dashboard-content .tutor-quiz-attempt-history table td a,.single-quiz-page.tutor-quiz-attempt-history table td a{font-weight:500;color:#4b5981;text-decoration:underline;word-break:initial}.tutor-dashboard-content .tutor-quiz-attempt-history table td .course a,.single-quiz-page.tutor-quiz-attempt-history table td .course a{font-weight:600;line-height:1.29;color:#4b5981;text-decoration:none}.tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta,.single-quiz-page.tutor-quiz-attempt-history table td .course-meta{display:inline-block;margin-top:5px}.tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta span:nth-child(2),.single-quiz-page.tutor-quiz-attempt-history table td .course-meta span:nth-child(2){margin:0 17px}.tutor-dashboard-content .tutor-quiz-attempt-history table td .student,.single-quiz-page.tutor-quiz-attempt-history table td .student{font-weight:600;line-height:1.29;color:#4b5981}.tutor-dashboard-content .tutor-quiz-attempt-history table td .student-meta,.single-quiz-page.tutor-quiz-attempt-history table td .student-meta{display:inline-block;margin-top:5px}.single-quiz-page.tutor-quiz-attempt-history table{margin-bottom:30px}.tutor-dashboard-content .tutor-quiz-attempt-history table a{color:var(--tutor-primary-color);font-weight:700;line-height:24px}.tutor-dashboard-content .tutor-quiz-attempt-history table a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-item-group{padding:25px;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:30px}.tutor-dashboard-item-group>h4{font-size:20px;color:var(--tutor-primary-color);font-weight:500}.tutor-dashboard-assignment-submitted-table tr td{text-align:center}.tutor-dashboard-assignment-submitted-table tr td a{color:#8c94a8;-webkit-transition:300ms;transition:300ms}.tutor-dashboard-assignment-submitted-table tr td a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-assignment-submitted-table tr td,.tutor-dashboard-assignment-submitted-table tr th{border:1px solid #dcdfe5}.tutor-assignment-review-header{margin-bottom:30px}.tutor-assignment-review-header h3{margin-bottom:10px;line-height:28px}.tutor-assignment-evaluate-wraps h3,.tutor-assignment-review-header h3 a{font-size:22px;font-weight:700;color:var(--tutor-text-color);display:block}.tutor-assignment-review-header p{margin:0;color:var(--tutor-text-color);font-weight:700}.tutor-assignment-review-header p a{font-weight:400;color:var(--tutor-text-color)}.tutor-assignment-review-header a{-webkit-transition:300ms;transition:300ms}.tutor-assignment-review-header a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-assignment-review{background:rgba(220,223,229,0.14);border:1px solid #dcdfe5;padding:25px;font-weight:400;border-radius:4px;margin-bottom:40px}.tutor-dashboard-assignment-review h5,.tutor-dashboard-assignment-review h4{font-size:16px;line-height:23px;font-weight:700;color:var(--tutor-text-color)}.tutor-dashboard-assignment-review h5{margin-bottom:15px}.tutor-dashboard-assignment-files{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-9px}.tutor-dashboard-assignment-files .uploaded-files{background-color:#fff;border:1px solid #dcdfe5;border-radius:4px;margin:9px;-webkit-transition:300ms;transition:300ms}.tutor-dashboard-assignment-files .uploaded-files:hover{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.1)}.tutor-dashboard-assignment-files .uploaded-files a i{margin-right:12px;color:#606c8f;float:left;font-size:28px;line-height:28px}.tutor-dashboard-assignment-files .uploaded-files a{color:var(--tutor-primary-color);display:block;overflow:hidden;line-height:28px;padding:15px 17px}.tutor-assignment-evaluate-row{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-assignment-evaluate-row .tutor-option-field-label{-webkit-box-flex:0;-ms-flex:0 0 135px;flex:0 0 135px}.tutor-assignment-evaluate-row .tutor-option-field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-assignment-evaluate-row .tutor-option-field-label label{display:block;padding-top:12px}.tutor-option-field-label label br{display:none}.tutor-option-field-label label p{margin:0;display:inline-block}.tutor-assignment-evaluate-row textarea,.tutor-assignment-evaluate-row .tutor-option-field input{border:1px solid #dcdfe5;height:50px;padding:0 15px;border-radius:4px;width:100px;background-color:#fff}.tutor-assignment-evaluate-row textarea{height:165px;width:100%}.tutor-assignment-evaluate-row{margin-bottom:60px}.tutor-assignment-evaluate-row p.desc{margin-bottom:0;margin-top:6px;font-style:italic}.tutor-dashboard-profile .tutor-dashboard-profile-item{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-dashboard-profile .tutor-dashboard-profile-item .heading{min-width:190px}@media (max-width: 480px){.tutor-dashboard-profile .tutor-dashboard-profile-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-profile .tutor-dashboard-profile-item .heading{min-width:100%;width:100%;font-weight:700;margin-bottom:6px}}.tutor-dashboard-profile .tutor-dashboard-profile-item .content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tutor-dashboard-profile .tutor-dashboard-profile-item .content small{font-size:inherit;font-style:italic}.tutor-dashboard-profile .tutor-dashboard-profile-item .content small a{color:var(--tutor-primary-color)}.tutor-dashboard-avater img{width:70px;height:70px;display:block;border-radius:50%}.tutor-dashboard-student-info h4{font-size:18px;color:var(--tutor-light-color);margin-bottom:0}.tutor-dashboard-student-info h4 a{color:var(--tutor-text-color)}.tutor-dashboard-user-role{font-weight:400}.tutor-dashboard-inline-links{margin-bottom:30px}.tutor-dashboard-inline-links ul{margin:0;padding:0;border-bottom:1px solid #dfe1e5}.tutor-dashboard-inline-links ul li{display:inline-block}.tutor-dashboard-inline-links ul li a{display:block;padding:5px 10px;color:var(--tutor-primary-color);margin-bottom:-1px;line-height:40px}.tutor-dashboard-inline-links ul li a:hover,.tutor-dashboard-inline-links ul li.active a{color:var(--tutor-primary-color);border-bottom:1px solid var(--tutor-primary-color);padding-bottom:4px}.tutor-dashboard-student-meta ul li:first-child{margin-left:0}@media (max-width: 767px){.tutor-dashboard-student-meta ul{display:block;border:none;padding:0}.tutor-dashboard-student-meta ul li{display:inline-block;color:var(--tutor-text-color);margin:5px;border:1px solid #dddddd;padding:5px 10px;border-radius:4px}}.tutor-dashboard-student-meta ul li strong{display:block;color:var(--tutor-light-color);font-weight:400}.tutor-dashboard-permalinks{list-style:none;margin:0px 0 20px;padding:20px 0;border-right:1px solid #dcdfe5}.tutor-dashboard-permalinks li a:hover{background-color:#edf0f9}.tutor-dashboard-permalinks li.active a{background-color:var(--tutor-primary-color);color:#ffffff}@media (max-width: 991px){.tutor-dashboard-student .tutor-col-3,.tutor-dashboard-student .tutor-col-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.profile-completion-warning-details{margin-bottom:10px}}.tutor-dashboard-permalinks a{display:block;color:var(--tutor-text-color);padding:10px 20px;line-height:28px}.tutor-dashboard-permalinks a:before{content:"\e968";font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:15px;vertical-align:middle;color:var(--tutor-primary-color);opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";font-size:17px}.tutor-dashboard-permalinks a:hover:before{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.tutor-dashboard-permalinks li.active a:before{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";color:#fff}.tutor-dashboard-menu-bio a:before,.tutor-dashboard-menu-my-profile a:before{content:"\e963"}.tutor-dashboard-menu-enrolled-courses a:before{content:"\e969"}.tutor-dashboard-menu-courses_taken a:before,.tutor-dashboard-menu-my-courses a:before{content:"\e965"}.tutor-dashboard-menu-wishlist a:before{content:"\e908"}.tutor-dashboard-menu-reviews a:before{content:"\e917"}.tutor-dashboard-menu-my-quiz-attempts a:before{content:"\e9ab"}.tutor-dashboard-menu-quiz-attempts a:before{content:"\e91f"}.tutor-dashboard-menu-question-answer a:before{content:"\e948"}.tutor-dashboard-menu-earning a:before{content:"\e96b"}.tutor-dashboard-menu-withdraw a:before{content:"\e960"}.tutor-dashboard-menu-settings a:before{content:"\e961"}.tutor-dashboard-menu-logout a:before{content:"\e962"}.tutor-dashboard-menu-purchase_history a:before{content:"\e964"}.tutor-dashboard-menu-assignments a:before{content:"\e98b"}.tutor-dashboard-content{padding-top:30px}.quiz-attempts-title,.tutor-quiz-attempt-history-title{font-size:22px;font-weight:600;line-height:1.27;color:#4b5981;margin-bottom:31px}.tutor-date-range-filter-wrap{margin:15px 0 20px;font-size:12px}.report-top-sub-menu{margin:0 10px 5px 0;display:inline-block;font-size:0}.report-top-sub-menu a{text-decoration:none;padding:5px 8px;border:1px solid #d7dadf;color:#aaaeb3;white-space:nowrap;display:inline-block;font-size:12px}.report-top-sub-menu a:not(:first-child){margin-left:-1px}.report-top-sub-menu a:hover{background:#edf0f9;color:#333}.report-top-sub-menu a.active{background-color:var(--tutor-primary-color);color:#ffffff;border:1px solid var(--tutor-primary-hover-color)}.tutor-dashboard-menu-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#dcdfe5}.tutor-dashboard-menu-divider-header{color:#acacac;padding:10px 20px;cursor:default}.tutor-date-range-wrap{display:inline-block}.report-date-range-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;max-width:370px}.date-range-input{position:relative}.date-range-input input{border-radius:0 !important;margin:0 !important;border-right:none !important;font-size:14px}.date-range-input:last-child{margin-right:0}.date-range-input:last-child button{border-radius:0}.date-range-input input,.date-range-input input[type="text"]{border:1px solid #d7dadf;-webkit-box-shadow:none;box-shadow:none;line-height:29px;margin:0;padding-right:30px;padding-top:0;padding-bottom:0;width:100%}.date-range-input i.tutor-icon-calendar{position:absolute;right:10px;top:7px}.date-range-input button{background-color:var(--tutor-primary-color);color:#ffffff;border:none;line-height:30px;padding:0 15px}.report-download-csv-icon{float:right}.report-download-csv-icon a{text-decoration:none}.tutor-dashboard-statement-table-wrap{overflow-x:auto}table.tutor-dashboard-statement-table p{margin:0;padding:0}table.tutor-dashboard-statement-table p.small-text{font-size:12px;color:#666666}.tutor-mycourse-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background-size:cover;background-position:center}.tutor-mycourse-content{padding:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width: 580px){.tutor-mycourse-thumbnail{height:200px}.tutor-mycourse-thumbnail,.tutor-mycourse-content{min-width:100%;width:100%}.profile-completion-warning-details li{display:block !important}}.tutor-mycourse-content h3{margin:0 0 9px}.tutor-mycourse-content h3 a:hover{color:var(--tutor-primary-color)}.tutor-mycourse-rating{color:#f8c51c;font-size:14px}.tutor-mycourse-rating i{margin-right:4px}.tutor-mycourse-view,.tutor-mycourse-edit,.tutor-mycourse-delete{color:var(--tutor-light-color);-webkit-transition:300ms;transition:300ms}.tutor-mycourse-view i,.tutor-mycourse-edit i,.tutor-mycourse-delete i{line-height:inherit;display:inline-block;vertical-align:top;color:var(--tutor-primary-color)}.tutor-mycourse-view:hover,.tutor-mycourse-edit:hover,.tutor-mycourse-delete:hover{color:var(--tutor-primary-color)}.tutor-dashboard-content-inner .tutor-mycourse-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;border:1px solid #dcdfe5;border-radius:4px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;position:relative}@media (max-width: 580px){.tutor-dashboard-content-inner .tutor-mycourse-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-course-status h4{display:none}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating{margin-bottom:3px}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating a{font-weight:400;margin-left:5px;color:#8c94a8}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating a:hover{color:var(--tutor-primary-color)}.tutor-dashboard-content-inner .tutor-mycourse-wrap p:last-child{margin-bottom:0}.tutor-mycourse-content .mycourse-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-mycourse-content .mycourse-footer .tutor-mycourses-stats{-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-dashboard-content-inner .tutor-mycourses-stats>*{margin-right:8px}.tutor-mycourse-status{margin-right:15px}.tutor-dashboard-content-inner h3 a{color:var(--tutor-text-color);font-size:22px;line-height:28px;font-weight:500;display:block}.tutor-dashboard-content-inner .tutor-course-metadata ul{display:block;list-style:none;margin:0 0 10px;padding:0}.tutor-dashboard-content-inner .tutor-progress-bar-wrap{margin-bottom:0}.tutor-dashboard-content-inner .tutor-course-metadata li{display:inline-block;color:var(--tutor-light-color);margin-left:20px}.tutor-dashboard-content-inner .tutor-course-metadata li:first-child{margin-left:0}.tutor-dashboard-content-inner .tutor-course-metadata li span{color:var(--tutor-text-color);margin-left:5px}.ui-datepicker{background-color:#fff;border:1px solid #eeeeee;display:none;margin-top:4px;padding:5px;width:180px}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2a6496;-webkit-transition:color 0.1s ease-in-out;transition:color 0.1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{cursor:default;font-family:"tutor";-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;height:20px;line-height:1;margin-top:2px;width:30px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:right}.ui-datepicker .ui-datepicker-prev:before{content:"\e921"}.ui-datepicker .ui-datepicker-next:before{content:"\e903"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar th,.ui-datepicker .ui-datepicker-calendar td{text-align:center;padding:0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color 0.1s ease-in-out, color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out, color 0.1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.ui-datepicker-calendar .ui-state-default{border:none;background:none}.ui-datepicker-calendar .ui-state-default.ui-state-highlight{background:#eeeeee;padding:3px;display:block}.tutor-table{width:100%}.tutor-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.tutor-course-delete-popup{text-align:center;font-size:16px;line-height:25px;font-weight:400;color:#8C94A8}.tutor-course-delete-popup img{width:110px;margin:0 auto}.tutor-course-delete-popup h3{font-weight:500;font-size:30px;margin:15px 0 25px}.tutor-modal-button-group{margin-top:55px}.tutor-modal-button-group button{line-height:30px;padding:10px 25px;color:#C7CCDA;border:2px solid #DDDFE7;border-radius:2px;background:#fff;min-width:220px;text-align:center;text-transform:uppercase;-webkit-transition:300ms;transition:300ms}.tutor-modal-button-group button+button{margin-left:20px}.tutor-modal-button-group button.tutor-danger{background:#F0576A;border-color:#F0576A;color:#ffffff}.tutor-modal-button-group button:hover{background:#fff;color:#333;border-color:#333}.tutor-modal-button-group button.tutor-danger:hover{background:#cd4a5a;border-color:#cd4a5a;color:#ffffff}@media (max-width: 768px){.tutor-modal-button-group button{padding:5px 20px;min-width:auto;margin-bottom:6px}.tutor-modal-button-group{margin-top:20px}}.withdraw-method-select-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px 40px}.withdraw-method-select-wrap .withdraw-method-select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;margin-bottom:30px}.withdraw-method-select-wrap .withdraw-method-select label{display:block;padding:20px;margin:0;cursor:pointer;overflow:hidden;border:1px solid #DCDFE5;border-radius:4px;position:relative}.withdraw-method-select-wrap .withdraw-method-select input:checked+label{border-color:var(--tutor-success-button-color);-webkit-box-shadow:0 0 0 1px var(--tutor-success-button-color);box-shadow:0 0 0 1px var(--tutor-success-button-color)}.withdraw-method-select-wrap .withdraw-method-select label:after{content:'\e90f';position:absolute;right:-1px;top:-1px;border:1px solid #DCDFE5;height:22px;width:22px;text-align:center;line-height:22px;color:transparent}.withdraw-method-select-wrap .withdraw-method-select input:checked+label:after{color:#fff;background:var(--tutor-success-button-color);border-color:var(--tutor-success-button-color);font-family:'tutor' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:13px}.withdraw-method-select-wrap .withdraw-method-select p{margin:0}.withdraw-method-select-wrap .withdraw-method-select label>p{font-size:20px;font-weight:600;color:var(--tutor-primary-color)}.withdraw-method-select-wrap .withdraw-method-select label span{color:#B0B6C8;font-weight:400}.withdraw-method-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.withdraw-method-form>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;padding:0 15px 20px}@media (max-width: 480px){.withdraw-method-form>div{width:100%}}.withdraw-method-form>div.withdraw-account-save-btn-wrap{width:100%}.withdraw-form-field-amount input[type='text'],.withdraw-method-forms-wrap .withdraw-method-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),.withdraw-method-forms-wrap .withdraw-method-form textarea{border:1px solid #DCDFE5;display:block;width:100%;background:transparent;-webkit-box-shadow:none;box-shadow:none;border-radius:4px}label[for="tutor_withdraw_amount"]{margin-bottom:7px;display:block}.withdraw-form-field-amount input[type='text']{margin-bottom:10px;height:45px}.withdraw-method-forms-wrap .withdraw-method-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,.withdraw-method-forms-wrap .withdraw-method-form textarea:focus{border-color:var(--tutor-primary-color);outline:none}.withdraw-method-forms-wrap .withdraw-method-form textarea{min-height:80px}.withdraw-method-forms-wrap .withdraw-method-form label{color:#989EAF;margin-bottom:8px;display:block}.withdraw-method-forms-wrap .withdraw-method-form .withdraw-field-desc{font-size:12px;margin:5px 0 0;font-style:italic}.tutor-dashboard-assignment-table tr th,.tutor-dashboard-assignment-table tr td{border:1px solid #DCDFE5;vertical-align:middle;padding:20px}.tutor-dashboard-assignment-table tr th:not(:first-child),.tutor-dashboard-assignment-table tr td:not(:first-child){text-align:center}.tutor-dashboard-assignment-table tr h5{margin:0;font-size:16px;line-height:18px;font-weight:700;color:var(--tutor-text-color)}.tutor-dashboard-assignment-table tr h5:not(:last-child){margin-bottom:7px}.tutor-dashboard-assignment-table tr a{font-weight:400;color:var(--tutor-text-color)}.tutor-dashboard-assignment-table tr a:hover{color:var(--tutor-primary-color);-webkit-transition:300ms;transition:300ms}.tutor-quiz-attempt-history td:last-child{text-align:center}.tutor-quiz-attempt-history td:last-child a{display:block;padding:10px}.attempt-review-title{font-size:18px;color:var(--tutor-text-size);font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}.attempt-review-title i{margin-right:12px;color:var(--tutor-primary-color)}.tutor-quiz-attempt-info-row .attempt-view-bottom,.tutor-quiz-attempt-info-row .attempt-view-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,.tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:30%}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required,.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,.tutor-quiz-attempt-info-row .attempt-info-content span.result-fail{background:#df3247;font-size:14px;font-weight:400;color:#fff;padding:1px 4px;margin-right:13px;border-radius:2px}.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-info-row .attempt-info-content h4,.tutor-quiz-attempt-info-row .attempt-info-content h5{font-size:14px;line-height:25px;margin:0;color:#7a7f85;font-weight:400}.tutor-quiz-attempt-info-row .attempt-info-content h4 a,.tutor-quiz-attempt-info-row .attempt-info-content h4{font-weight:700;color:var(--tutor-text-color);margin-top:7px}.tutor-quiz-attempt-info-row .attempt-view-top{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #dcdfe5}.tutor-quiz-attempt-info-row .attempt-view-bottom{margin-bottom:60px}.attempt-user-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attempt-user-details .attempt-user-avatar{padding-right:20px}.attempt-user-details .attempt-user-avatar img{display:block;width:70px;height:70px;border-radius:50%}.attempt-user-details .attempt-info-content h4{font-size:18px}.attempt-review-notice-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.attempt-review-notice-wrap p{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attempt-review-notice-wrap p.attempt-review-notice i{font-size:16px;color:#f5c813;margin-right:9px}.attempt-review-notice-wrap p.attempt-review-at>span{color:var(--tutor-primary-color);margin-right:7px;font-size:16px}.attempt-review-notice-wrap p>strong{font-weight:400;margin-right:5px}.quiz-attempt-answers-wrap{background:#fff;margin:0 0 1.5em}.quiz-attempt-answers-wrap .attempt-answers-header{padding:30px 20px}.quiz-attempt-answers-wrap .attempt-answers-header h3{font-size:20px;line-height:1.5;color:#3f435b}.quiz-attempt-answers-wrap table{border-collapse:collapse;border:none}.quiz-attempt-answers-wrap table tr{background-color:#fff}.quiz-attempt-answers-wrap table tr:first-child{background-color:#f7f7f9;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea !important}.quiz-attempt-answers-wrap table tr:not(:first-child){border-top:1px solid #dcdce1}.quiz-attempt-answers-wrap table tr:not(:last-child){border-bottom:1px solid #dcdce1}.quiz-attempt-answers-wrap table th{font-size:12px;text-transform:inherit}.quiz-attempt-answers-wrap table th,.quiz-attempt-answers-wrap table td{padding:17px 20px;vertical-align:middle;border:none;font-size:14px;line-height:1.71;letter-spacing:normal;color:#393c40}.quiz-attempt-answers-wrap table th p,.quiz-attempt-answers-wrap table td p{margin:0}.quiz-attempt-answers-wrap table th .tutor-icon-block,.quiz-attempt-answers-wrap table td .tutor-icon-block{font-size:14px;width:30px;height:30px;line-height:30px}.quiz-attempt-answers-wrap table .quiz-manual-review-action{border:1px solid #d4dadb;color:#d4dadb;height:30px;width:30px;border-radius:2px;font-size:13px;display:inline-block;text-align:center;line-height:30px;-webkit-transition:300ms;transition:300ms}.quiz-attempt-answers-wrap table .quiz-manual-review-action:first-child:hover{border:1px solid var(--tutor-success-button-color);color:var(--tutor-success-button-color)}.quiz-attempt-answers-wrap table .quiz-manual-review-action:last-child:hover{border:1px solid #df3247;color:#df3247}.quiz-attempt-answers-wrap table .quiz-manual-review-action:not(:last-child){margin-right:17px}.tutor-quiz-attempt-review-wrap .attempt-answers-header{background:#fff;padding:20px;margin-top:20px}.tutor-quiz-attempt-review-wrap .attempt-answers-header a{color:#3f435b}.tutor-quiz-attempt-review-wrap .attempt-answers-header>p{color:#737787;margin-top:10px;margin-bottom:0}.tutor-quiz-attempt-review-wrap .attempt-answers-header h3{font-size:20px;line-height:1.5;color:#3f435b}.tutor-quiz-attempt-review-wrap .instructor-feedback-content{padding:0px 20px 10px 20px}.tutor-quiz-attempt-review-wrap .instructor-feedback-content>p{margin-bottom:1em}.tutor-quiz-attempt-review-wrap table{border-collapse:collapse;border:none}.tutor-quiz-attempt-review-wrap table tr{background-color:#fff}.tutor-quiz-attempt-review-wrap table tr:first-child{background-color:#f7f7f9;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.tutor-quiz-attempt-review-wrap table tr:first-child th,.tutor-quiz-attempt-review-wrap table tr:first-child td{padding-top:14px;padding-bottom:14px}.tutor-quiz-attempt-review-wrap table tr:not(:first-child){border-top:1px solid #dcdce1}.tutor-quiz-attempt-review-wrap table tr:not(:first-child) th,.tutor-quiz-attempt-review-wrap table tr:not(:first-child) td{padding-top:20px;padding-bottom:20px}.tutor-quiz-attempt-review-wrap table tr:not(:last-child){border-bottom:1px solid #dcdce1}.tutor-quiz-attempt-review-wrap table th,.tutor-quiz-attempt-review-wrap table td{border:none;vertical-align:top;font-size:14px;font-weight:400;line-height:1.71;padding:15px 6px}.tutor-quiz-attempt-review-wrap table th:first-child,.tutor-quiz-attempt-review-wrap table td:first-child{padding:12px}.tutor-quiz-attempt-review-wrap table th:last-child,.tutor-quiz-attempt-review-wrap table td:last-child{padding:12px 10px}.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table th:nth-child(3),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table th:nth-child(4),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table td:nth-child(3),.tutor-quiz-attempt-review-wrap .quiz-attempt-answers-wrap table td:nth-child(4){width:28%}.tutor-quiz-attempt-review-wrap span.result-review-required,.tutor-quiz-attempt-review-wrap span.result-pass,.tutor-quiz-attempt-review-wrap span.result-fail{background:#df3247;font-size:14px;font-weight:bold;color:#fff;padding:4px 11px;border-radius:2px}.tutor-quiz-attempt-review-wrap span.result-pass{background:var(--tutor-success-button-color)}.tutor-quiz-attempt-review-wrap span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip],.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]{position:relative;z-index:2;cursor:pointer}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:after,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:before,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:after{visibility:hidden;opacity:0;pointer-events:none;-webkit-transform:translateY(15px);transform:translateY(15px);-webkit-transition:0.15s ease;transition:0.15s ease}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:before,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:before{content:attr(data-tooltip);position:absolute;bottom:40px;left:50%;margin-bottom:0px;margin-left:-60px;min-width:122px;text-align:center;padding:4px 7px;font-size:14px;line-height:1.2;font-weight:300;border-radius:12px;background-color:#3f435b;color:#fff;z-index:99999}.tutor-quiz-attempt-review-wrap .tooltip-btn[data-tooltip]:after,.quiz-attempt-answers-wrap .tooltip-btn[data-tooltip]:after{position:absolute;content:"";bottom:34px;left:50%;margin-left:-10px;border-top:8px solid #3f435b;border-right:10px solid transparent;border-left:10px solid transparent}.tutor-quiz-attempt-review-wrap .active[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:after,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:before,.tutor-quiz-attempt-review-wrap .active[data-tooltip]:after,.quiz-attempt-answers-wrap .active[data-tooltip]:before,.quiz-attempt-answers-wrap .active[data-tooltip]:after,.quiz-attempt-answers-wrap .active[data-tooltip]:before,.quiz-attempt-answers-wrap .active[data-tooltip]:after{visibility:visible;opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}.tutor-status-blocked-context i,.tutor-status-approved-context i,.quiz-correct-answer-text i,.quiz-incorrect-answer-text i{font-size:14px;height:20px;width:20px;text-align:center;line-height:20px;background:#7bbc30;color:#fff;display:inline-block;border-radius:2px;margin-right:6px}.tutor-status-blocked-context i,.quiz-incorrect-answer-text i{background:#f44337;font-size:10px;font-weight:900}.answer-image-matched-wrap{display:block}.answer-image-matched-wrap .image-matching-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.answer-image-matched-wrap .image-matching-item:not(:last-child){margin-bottom:12px}.answer-image-matched-wrap .image-matching-item img{max-width:35px}.answer-image-matched-wrap .image-matching-item .dragged-caption{font-size:14px;margin-left:12px}.correct-answer-wrap .matching-type{display:-webkit-box;display:-ms-flexbox;display:flex}.correct-answer-wrap .text-image-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.correct-answer-wrap .text-image-type:not(:last-child){margin-bottom:12px}.correct-answer-wrap .text-image-type .image{margin-right:12px}.correct-answer-wrap .text-image-type img{max-width:35px}.tutor-dashboard-builder-header{padding:10px 0px;border-bottom:2px solid #DCDFE5;position:fixed;top:0px;background:#fff;width:100%;z-index:99}@media (max-width: 991px){.tutor-dashboard-builder-header{position:static}}.tutor-dashboard-builder-header .tutor-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-row .tutor-col-auto{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tutor-dashboard-builder-header .tutor-row .tutor-col-auto:first-child{margin-bottom:15px}}.tutor-dashboard-builder-header .tutor-button{white-space:nowrap;margin-left:auto}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-button{padding:6px 10px}}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left .tutor-dashboard-builder-logo{padding:0 25px;position:relative}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left .tutor-dashboard-builder-logo img{max-height:32px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button{margin:0;padding:0px 25px;line-height:30px;border:none;border-left:1px solid #DCDFE5;background:transparent;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--tutor-text-color);-webkit-transition:300ms;transition:300ms;font-weight:500;white-space:nowrap}@media (max-width: 991px){.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button{border-left:none}}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button i{font-size:24px;line-height:30px;margin-right:9px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button:hover{color:var(--tutor-primary-color);background:transparent}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-left button:hover i{color:var(--tutor-primary-color)}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a{color:var(--tutor-text-color);font-weight:500;line-height:36px;padding:0 25px;-webkit-transition:300ms;transition:300ms;white-space:nowrap}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a i{font-size:36px;line-height:36px;display:inline-block;vertical-align:top;padding-right:9px}.tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a:hover{color:var(--tutor-primary-color)}.tutor-frontend-course-builder-section{padding:113px 0 45px;background-color:#ffffff}@media (max-width: 991px){.tutor-frontend-course-builder-section{padding-top:60px}.tutor-frontend-course-builder-section .tutor-col-8,.tutor-frontend-course-builder-section .tutor-col-4{width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.admin-bar .tutor-dashboard-builder-header{top:32px}@media (max-width: 783px){.admin-bar .tutor-dashboard-builder-header{top:46px}}.tutor-course-builder-upload-tips{position:fixed;max-width:370px}@media (max-width: 991px){.tutor-course-builder-upload-tips{position:static}}.tutor-course-builder-upload-tips .tutor-course-builder-tips-title{font-size:16px;color:#8C94A8;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-builder-upload-tips .tutor-course-builder-tips-title i{font-size:24px;color:var(--tutor-primary-color);margin-right:11px}.tutor-course-builder-upload-tips ul{margin:0;padding:0 0 0 35px;list-style:none}.tutor-course-builder-upload-tips ul li{position:relative;margin-bottom:8px;line-height:24px}.tutor-course-builder-upload-tips ul li::after{content:'';position:absolute;height:8px;width:8px;border-radius:50%;background:#DCDFE5;left:-26px;top:9px}.tutor-course-level-meta{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-course-level-meta label{margin:0 40px 0 0;font-weight:600}.tutor-frontend-builder-course-price .tutor-form-group input{margin-bottom:0}.tutor-frontend-builder-course-price .tutor-styled-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-builder-attachements{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-course-builder-attachements .tutor-added-attachment{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 30px);flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px);border:1px solid #DCDFE5;padding:35px 20px 20px;position:relative;text-align:center;margin-left:30px;margin-bottom:30px;border-radius:4px;-webkit-transition:300ms;transition:300ms;min-width:120px}@media (max-width: 480px){.tutor-course-builder-attachements .tutor-added-attachment{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 30px);flex:0 0 calc(50% - 30px);max-width:calc(50% - 30px)}}.tutor-course-builder-attachements .tutor-added-attachment i{font-size:58px;line-height:58px;margin-bottom:25px;display:block}.tutor-course-builder-attachements .tutor-added-attachment .tutor-delete-attachment{position:absolute;height:22px;width:22px;border:1px solid #DCDFE5;text-align:center;line-height:22px;top:-1px;right:-1px;font-size:10px;border-top-right-radius:4px;color:transparent;-webkit-transition:300ms;transition:300ms}.tutor-course-builder-attachements .tutor-added-attachment:hover,.tutor-course-builder-attachements .tutor-added-attachment:hover .tutor-delete-attachment{border-color:#D71830;color:#D71830}.tutor-course-builder-attachements .tutor-added-attachment span{display:block}.tutor-course-builder-attachements .tutor-added-attachment span a{font-size:14px;display:block;line-height:20px;color:#606C8F}.tutor-course-builder-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}#tutor-metabox-course-settings-tabs{background-color:#fff;border:1px solid #e5e5e5;margin:1em 0}.inside #tutor-metabox-course-settings-tabs{border:0;margin:0}.settings-tabs-heading{padding:1em;border-bottom:1px solid #e5e5e5}.settings-tabs-heading h3{font-size:14px;margin:0;line-height:1.4}.course-settings-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex}.course-settings-tabs-container .settings-tabs-navs-wrap{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;background:#F5F5F5}.settings-tabs-navs-wrap .settings-tabs-navs{margin:0;list-style:none}.settings-tabs-navs-wrap .settings-tabs-navs li{margin:0}.settings-tabs-navs-wrap .settings-tabs-navs li a{display:block;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;color:#23282d;text-decoration:none;background:#F5F5F5;text-transform:capitalize;border-bottom:1px solid #e5e5e5;border-left:3px solid transparent}.settings-tabs-navs-wrap .settings-tabs-navs li:last-child a{border-bottom:none}.settings-tabs-navs-wrap .settings-tabs-navs li a:focus{-webkit-box-shadow:none;box-shadow:none}.settings-tabs-navs-wrap .settings-tabs-navs li.active a{background-color:#ffffff;border-bottom:1px solid #e5e5e5;color:var(--tutor-primary-color);border-left:3px solid var(--tutor-primary-color)}.course-settings-tabs-container .settings-tabs-container{padding:1em;-webkit-box-flex:1;-ms-flex:1;flex:1}.tutor-field-radio p{margin-top:0}.lesson-modal-form-wrap .lesson-content-drip-wrap{padding:10px;border:1px solid #e4e4e4}.lesson-modal-form-wrap .lesson-content-drip-wrap h3{margin:0 0 10px 0}.select2-dropdown.increasezindex{z-index:9999999999999}.tutor-topic-title i.tutor-icon-move{line-height:unset}.select2-selection__rendered [class^="tutor-icon-"]{vertical-align:middle}@media (min-width: 992px){.tutor-option-tooltip.tutor-option-field{position:relative}.tutor-option-tooltip.tutor-option-field p.desc{position:absolute;left:calc(100% + 16px);background:#2A344F;width:160px;padding:10px 13px;opacity:0;visibility:hidden;-webkit-transition:300ms;transition:300ms;z-index:98;top:10px;color:#fff;border-radius:12px;font-size:12px;font-style:normal}.tutor-option-tooltip.tutor-option-field p.desc::before{content:url("data:image/svg+xml,%3Csvg width='14' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.139C5.339 5.482 8.671 2.903 9.998.403c1.99-3.75 5.481 21.94 1.567 16.037C8.955 12.505 5.1 9.738 0 8.139z' fill='%232A344F' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;left:-10px;top:16px}.tutor-option-tooltip.tutor-option-field:hover p.desc{opacity:1;visibility:visible}.tutor-option-tooltip.tutor-option-field input:focus+p.desc,.tutor-option-tooltip.tutor-option-field textarea:focus+p.desc{opacity:1;visibility:visible}}
3
 
4
  /*# sourceMappingURL=tutor-front.min.css.map */
assets/css/tutor-setup.css CHANGED
@@ -1,2079 +1,2079 @@
1
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
2
-
3
- :root {
4
- --initial: #fff;
5
- --primary-text: #81878f;
6
- --secondary-text: #1f2949;
7
- --radio-bg: #f8f9fa;
8
- --radio-dot: #d6d8df;
9
- --primary-btn: #4467d6;
10
- --secondary-btn: #eaeef3;
11
- --tertiary-btn: #717881;
12
- --switch-bg: #e2e7eb;
13
- --switch-dot: #d71830;
14
- --switch-lebel: #969696;
15
- --switch-active: #4bd863;
16
- }
17
-
18
- * {
19
- margin: 0;
20
- padding: 0;
21
- box-sizing: border-box;
22
- }
23
-
24
- a:hover,
25
- a:visited,
26
- a:active,
27
- a:focus {
28
- color: var(--primary-btn);
29
- }
30
-
31
- body {
32
- font-family: "Open Sans", sans-serif;
33
- font-size: 12px;
34
- font-weight: 400;
35
- }
36
-
37
- img {
38
- max-width: 100%;
39
- display: block;
40
- }
41
-
42
- .tutor-wrapper-type,
43
- .tutor-wrapper-boarding,
44
- .tutor-setup-wizard-type,
45
- .tutor-setup-wizard-settings {
46
- display: none;
47
- }
48
-
49
- .tutor-wrapper-type.active,
50
- .tutor-wrapper-boarding.active {
51
- display: block;
52
- }
53
-
54
- ul.tutor-setup-content li {
55
- display: none;
56
- }
57
-
58
- ul.tutor-setup-content li.active {
59
- display: block;
60
- }
61
-
62
- /* ******** Tutor Setup Wizard *********** */
63
- .tutor-wizard-container {
64
- position: relative;
65
- max-width: 100%;
66
- padding: 0 15px;
67
- margin-right: auto;
68
- margin-left: auto;
69
- overflow-x: hidden;
70
- }
71
-
72
- @media (min-width: 1200px) {
73
- .tutor-wizard-container {
74
- max-width: 1140px;
75
- }
76
- }
77
-
78
- .tutor-setup {
79
- background: #f0f3f6;
80
- }
81
-
82
- .tutor-wrapper-boarding {
83
- font-size: 13px;
84
- font-weight: 400;
85
- line-height: 1.83;
86
- color: var(--primary-text);
87
- }
88
-
89
- .tutor-setup-wizard-settings {
90
- padding: 70px 0;
91
- }
92
-
93
- .tutor-setup-content {
94
- border-radius: 3px;
95
- box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
96
- background-color: #ffffff;
97
- }
98
-
99
- .tutor-setup-wrapper {
100
- display: grid;
101
- grid-template-columns: 55px 762px;
102
- grid-template-columns: minmax(auto, 55px) minmax(80%, 762px);
103
- grid-gap: 96px;
104
- }
105
-
106
- .tutor-setup-title {
107
- justify-self: right;
108
- align-self: center;
109
- list-style: none;
110
- display: grid;
111
- grid-gap: 45px;
112
- font-size: 14px;
113
- letter-spacing: -0.08px;
114
- color: var(--primary-text);
115
- position: relative;
116
- }
117
-
118
- .tutor-setup-title:before {
119
- content: "";
120
- position: absolute;
121
- width: 1px;
122
- border-left: solid 1px #e3e3e3;
123
- top: 32px;
124
- right: -37px;
125
- height: calc(100% - 35px);
126
- }
127
-
128
- .tutor-setup-title li {
129
- position: relative;
130
- }
131
- .tutor-setup-title li:hover {
132
- cursor: pointer;
133
- }
134
-
135
- .tutor-setup-title li:before {
136
- content: "";
137
- background-image: url(../images/checkmark.svg);
138
- background-repeat: no-repeat;
139
- position: absolute;
140
- width: 18px;
141
- height: 18px;
142
- top: calc(50% - 9px);
143
- right: -45px;
144
- background: #d6d8df;
145
- border-radius: 50%;
146
- transition: box-shadow 0.2s linear;
147
- box-shadow: inset 0px 0px 0px 5px #f8f9fa;
148
- display: flex;
149
- align-items: center;
150
- justify-content: center;
151
- }
152
-
153
- .tutor-setup-title li.active:before {
154
- background: var(--primary-btn);
155
- }
156
-
157
- .tutor-setup-title li.active:before {
158
- background-image: url(../images/checkmark.svg);
159
- background-repeat: no-repeat;
160
- background-position: center;
161
- background-color: var(--primary-btn);
162
- box-shadow: inset 0px 0px 0px 5px transparent;
163
- }
164
-
165
- .tutor-setup-title li:after {
166
- content: "";
167
- position: absolute;
168
- border-right: 10px solid #fff;
169
- border-top: 13px solid transparent;
170
- border-bottom: 13px solid transparent;
171
- top: calc(50% - 13px);
172
- right: calc(0% - 96px);
173
- filter: drop-shadow(-2px 0px 2px rgba(219, 215, 215, 0.45));
174
- transform: translateX(3px) scale(0.7);
175
- opacity: 0;
176
- transition: transform 0.1s linear;
177
- }
178
-
179
- .tutor-setup-title li.current:after {
180
- opacity: 1;
181
- transform: translateX(0px) scale(1);
182
- }
183
-
184
- .tutor-setup-wizard-settings.active {
185
- display: grid !important;
186
- grid-template-columns: auto;
187
- grid-template-rows: auto;
188
- place-items: center;
189
- }
190
-
191
- .tutor-setup-content-heading.heading,
192
- .active .tutor-setup-content-heading.heading {
193
- display: grid;
194
- grid-template-columns: 1fr auto auto;
195
- grid-gap: 20px;
196
- border-bottom: solid 1px #e3e3e3;
197
- }
198
-
199
- .tutor-setup-content-heading.heading strong,
200
- .active .tutor-setup-content-heading.heading strong {
201
- font-weight: 600;
202
- color: var(--secondary-text);
203
- }
204
-
205
- .tutor-setup-content-heading.heading div:last-child {
206
- position: relative;
207
- padding-left: 22px;
208
- opacity: 0.7;
209
- cursor: pointer;
210
- }
211
-
212
- .tutor-setup-content-heading.heading div:last-child:before {
213
- content: url(../images/roload-arrow.svg);
214
- position: absolute;
215
- left: 0;
216
- top: 3px;
217
- }
218
-
219
- .tutor-setup-content-heading.greetings {
220
- display: block;
221
- text-align: center;
222
- padding: 0;
223
- }
224
-
225
- [class^="tutor-setup-content-"] {
226
- padding: 25px 28px 25px 33px;
227
- }
228
-
229
- .tutor-setup-content-heading.body {
230
- padding-top: 37px;
231
- }
232
-
233
- .tutor-setup-content .tutor-setting {
234
- display: grid;
235
- grid-template-rows: 1fr;
236
- grid-template-columns: 1.3fr 3fr 0.8fr;
237
- grid-gap: 50px;
238
- margin: 42px 0;
239
- }
240
-
241
- .tutor-setup-content .tutor-setting:first-child {
242
- margin-top: 0;
243
- }
244
-
245
- .tutor-setup-content .tutor-setting:nth-child(-n + 4) .content {
246
- padding: 0 30px 0 0;
247
- }
248
-
249
- .align-center {
250
- align-items: center;
251
- }
252
-
253
- .tutor-setup-content-footer.footer {
254
- display: grid;
255
- grid-template-rows: auto;
256
- grid-template-columns: 1fr auto auto;
257
- grid-gap: 20px;
258
- place-items: center;
259
- border-top: solid 1px #f0f3f6;
260
- background: url(../images/stripe-pattern-tiny.png);
261
- background-size: cover;
262
- background-repeat: no-repeat;
263
- padding: 25px 28px 29px 33px;
264
- }
265
-
266
- .greetings .tutor-setup-content-footer.footer {
267
- grid-template-columns: auto auto;
268
- place-content: center;
269
- }
270
-
271
- .tutor-setup-content-heading.greetings .content {
272
- display: grid;
273
- grid-gap: 20px;
274
- padding: 65px 200px 73px 200px;
275
- }
276
-
277
- .tutor-setup-content-heading.greetings .content h2 {
278
- font-size: 24px;
279
- font-weight: 300;
280
- font-stretch: normal;
281
- font-style: normal;
282
- line-height: 0.83;
283
- letter-spacing: normal;
284
- text-align: center;
285
- color: var(--secondary-text);
286
- }
287
- .tutor-setup-content-heading.greetings .content p {
288
- color: var(--primary-text);
289
- }
290
- /* Lesson Permalink Input */
291
- .tutor-setting input[type="text"].lesson-permalink,
292
- .tutor-setting textarea.lesson-message {
293
- width: 100%;
294
- height: 44px;
295
- padding: 10px 15px;
296
- border-radius: 5px;
297
- border: solid 1px #dcdfe5;
298
- background-color: var(--initial);
299
- font-size: 14px;
300
- line-height: 1.57;
301
- letter-spacing: normal;
302
- color: var(--secondary-text);
303
- outline: none;
304
- margin-bottom: 13px;
305
- }
306
-
307
- .tutor-setting input[type="text"].lesson-permalink {
308
- margin-top: -10px;
309
- }
310
-
311
- .tutor-setting input[type="text"].lesson-permalink::placeholder,
312
- .tutor-setting textarea.lesson-message::placeholder {
313
- color: var(--primary-text);
314
- font-weight: 300;
315
- font-family: "Lato", sans-serif;
316
- font-size: 13px;
317
- }
318
-
319
- .tutor-setting input[type="text"].lesson-permalink:focus,
320
- .tutor-setting textarea.lesson-message:focus {
321
- border-color: var(--primary-btn);
322
- }
323
-
324
- /* Lesson Message Textarea */
325
- .tutor-setting textarea.lesson-message {
326
- width: calc(100% - 20px);
327
- height: 87px;
328
- padding: 11px 13px;
329
- }
330
-
331
- /* Courses Per Row */
332
- .tutor-setting.course-setting-wrapper {
333
- grid-template-columns: 1.2fr 4fr;
334
- grid-gap: 50px;
335
- }
336
-
337
- .tutor-setting .title .tooltip-btn {
338
- position: relative;
339
- margin-left: 10px;
340
- }
341
-
342
- .tutor-setting .title .tooltip-btn span {
343
- position: absolute;
344
- left: -1px;
345
- top: -1px;
346
- }
347
-
348
- .tutor-setting .title .tooltip-btn span:after,
349
- .tutor-setting .title .tooltip-btn span:after {
350
- content: url(../images/info-icon.svg);
351
- }
352
-
353
- /* ********************* */
354
- /**
355
- * Tooltip Styles
356
- */
357
-
358
- /* Add this attribute to the element that needs a tooltip */
359
- [data-tooltip] {
360
- position: relative;
361
- z-index: 2;
362
- cursor: pointer;
363
- }
364
-
365
- /* Hide the tooltip content by default */
366
- [data-tooltip]:before,
367
- [data-tooltip]:after {
368
- visibility: hidden;
369
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
370
- filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
371
- opacity: 0;
372
- pointer-events: none;
373
- }
374
-
375
- /* Position tooltip above the element */
376
- [data-tooltip]:before {
377
- content: attr(data-tooltip);
378
- position: absolute;
379
- bottom: 150%;
380
- left: 50%;
381
- margin-bottom: 0px;
382
- margin-left: -60px;
383
- padding: 7px;
384
- width: 120px;
385
- border-radius: 3px;
386
- background-color: #f0f3f6;
387
- border: 1px solid #dcdfe5;
388
- color: #1f2849;
389
- text-align: center;
390
- font-size: 12px;
391
- line-height: 1.4;
392
- font-weight: 300;
393
- }
394
-
395
- /* Triangle hack to make tooltip look like a speech bubble */
396
- [data-tooltip]:after {
397
- position: absolute;
398
- bottom: 130%;
399
- left: 50%;
400
- transform: translateX(10%);
401
- border-top: 5px solid #cfcfcf;
402
- border-right: 5px solid transparent;
403
- border-left: 5px solid transparent;
404
- content: " ";
405
- font-size: 0;
406
- line-height: 0;
407
- }
408
-
409
- [data-tooltip]:before,
410
- [data-tooltip]:after {
411
- transform: translateY(15px);
412
- transition: 0.2s ease;
413
- }
414
-
415
- /* [data-tooltip]:hover:before,
416
- [data-tooltip]:hover:after, */
417
- .active[data-tooltip]:before,
418
- .active[data-tooltip]:after {
419
- visibility: visible;
420
- opacity: 1;
421
- transform: translateY(0px);
422
- }
423
-
424
- /* ********************* */
425
- .tutor-setting .content input[type="radio"].course {
426
- -webkit-appearance: none;
427
- -moz-appearance: none;
428
- appearance: none;
429
- outline: none;
430
- cursor: pointer;
431
- width: 97px;
432
- height: 46px;
433
- background: #dbdbdb;
434
- display: none;
435
- }
436
-
437
- .tutor-setting .content .course-per-row {
438
- display: grid;
439
- grid-template-rows: auto;
440
- grid-template-columns: repeat(4, auto);
441
- grid-gap: 10px;
442
- margin-left: -8px;
443
- }
444
-
445
- .tutor-setting .content .course-per-page {
446
- display: grid;
447
- grid-template-columns: repeat(5, auto);
448
- }
449
-
450
- .tutor-setting .content .attemps-allowed {
451
- grid-template-columns: repeat(5, 1fr);
452
- }
453
-
454
- .tutor-setting .content .course-per-page .wrapper {
455
- position: relative;
456
- width: auto;
457
- height: auto;
458
- }
459
-
460
- .tutor-setting .content .wrapper {
461
- position: relative;
462
- width: 97px;
463
- height: 46px;
464
- }
465
-
466
- .tutor-setting .content .span {
467
- width: 97px;
468
- height: 46px;
469
- display: grid;
470
- grid-template-columns: repeat(1, 1fr);
471
- place-items: center;
472
- cursor: pointer;
473
- border: 8px solid transparent;
474
- border-radius: 3px;
475
- background: #ffff;
476
- transition: 0.2s linear;
477
- }
478
-
479
- .tutor-setting .content .span span {
480
- width: 100%;
481
- height: 100%;
482
- text-indent: -9999px;
483
- border-radius: 2px;
484
- border: solid 1px #d6dce3;
485
- background-color: #f0f3f6;
486
- transition: 0.2s ease-in-out;
487
- }
488
-
489
- .tutor-setting .content .wrapper:nth-child(2) .span {
490
- grid-template-columns: repeat(2, 1fr);
491
- grid-gap: 10px;
492
- }
493
-
494
- .tutor-setting .content .wrapper:nth-child(3) .span {
495
- grid-template-columns: repeat(3, 1fr);
496
- grid-gap: 9px;
497
- }
498
-
499
- .tutor-setting .content .wrapper:nth-child(4) .span {
500
- grid-template-columns: repeat(4, 1fr);
501
- grid-gap: 8px;
502
- }
503
-
504
- /* checked css */
505
- input[type="radio"].course:checked + .span {
506
- color: white;
507
- box-shadow: 0 0 0 1px #d6dce3;
508
- }
509
-
510
- input[type="radio"].course:checked + .span span {
511
- background-color: var(--primary-btn);
512
- border-color: var(--primary-btn);
513
- }
514
-
515
- /* Course Per Page */
516
- .course-per-page span.radio-icon,
517
- .course-setting-wrapper .ecommerce .radio-icon,
518
- .settings .time-expires .radio-icon {
519
- position: absolute;
520
- width: 18px;
521
- height: 18px;
522
- border: solid 1px #d6dce3;
523
- background-color: #f0f3f6;
524
- border-radius: 50%;
525
- top: 0px;
526
- left: 0px;
527
- cursor: pointer;
528
- transition: all 0.2s ease-in-out;
529
- }
530
- .course-per-page span.radio-icon:before,
531
- .course-setting-wrapper .ecommerce .radio-icon:before,
532
- .settings .time-expires .radio-icon:before {
533
- content: "";
534
- width: 20px;
535
- height: 20px;
536
- top: calc(50% - 10px);
537
- left: calc(50% - 10px);
538
- position: absolute;
539
- border-radius: 50%;
540
- background: #3057d5;
541
- background: #f1f3f7;
542
- transform: scale(0);
543
- transition: all 0.2s ease-in-out;
544
- }
545
-
546
- .course-per-page input[type="radio"].course-p:checked + .radio-icon,
547
- .course-setting-wrapper .ecommerce .radio-input:checked + .radio-icon,
548
- .settings .time-expires input[type="radio"]:checked + .radio-icon {
549
- background: var(--primary-btn);
550
- border-color: var(--primary-btn);
551
- }
552
-
553
- .course-per-page input[type="radio"].course-p:checked + .radio-icon:before,
554
- .course-setting-wrapper .ecommerce .radio-input:checked + .radio-icon:before,
555
- .settings .time-expires input[type="radio"]:checked + .radio-icon:before {
556
- background: #f0f3f6;
557
- transform: scale(0.4);
558
- }
559
-
560
- .course-setting-wrapper .ecommerce .radio-icon,
561
- .settings .time-expires .radio-icon {
562
- margin-top: 5px;
563
- }
564
-
565
- input#attempts-allowed-1:checked ~ .label-text-2 input {
566
- border: 1px solid var(--primary-btn);
567
- }
568
-
569
- .course-per-page input.course-p,
570
- .course-setting-wrapper input.radio-input {
571
- -webkit-appearance: none;
572
- -moz-appearance: none;
573
- appearance: none;
574
- cursor: pointer;
575
- outline: none;
576
- width: 28px;
577
- height: 18px;
578
- }
579
-
580
- .course-per-page span.label-text {
581
- position: absolute;
582
- width: 18px;
583
- height: 18px;
584
- line-height: 18px;
585
- cursor: pointer;
586
- font-size: 16px;
587
- font-weight: 600;
588
- color: var(--secondary-text);
589
- }
590
-
591
- .attempts-allowed.course-per-page span.label-text-2 {
592
- width: 65px;
593
- height: 40px;
594
- top: -10px;
595
- }
596
-
597
- .course-per-page input[type="number"].attempts {
598
- width: 65px;
599
- height: 40px;
600
- border-radius: 5px;
601
- border: solid 1px #dcdfe5;
602
- background-color: #ffffff;
603
- outline: none;
604
- cursor: pointer;
605
- font-size: 16px;
606
- font-weight: 600;
607
- color: var(--secondary-text);
608
- padding: 7px 2px 7px 10px;
609
- }
610
-
611
- .attempts-allowed.active input[type="number"].attempts {
612
- color: var(--secondary-text);
613
- }
614
-
615
- :not(.active) input[type="number"].attempts {
616
- color: #818890;
617
- }
618
-
619
- .course-per-page input[type="number"].attempts:focus {
620
- border-color: var(--primary-btn);
621
- }
622
-
623
- .course-per-page,
624
- input[type="radio"].course-p:checked,
625
- input[type="number"].attempts:focus {
626
- border-color: var(--primary-btn);
627
- }
628
-
629
- .tutor-setup-btn-wrapper {
630
- justify-self: left;
631
- }
632
-
633
- button.tutor-setup-previous {
634
- display: inline-block;
635
- padding: 0 50px;
636
- text-transform: uppercase;
637
- }
638
-
639
- .tutor-setup-title li {
640
- letter-spacing: -0.08px;
641
- text-align: right;
642
- color: var(--primary-text);
643
- }
644
-
645
- .tutor-setup-title li.active {
646
- font-weight: 600;
647
- color: var(--secondary-text);
648
- }
649
-
650
- .tutor-setup-content-heading.heading > div:nth-child(1) {
651
- font-size: 20px;
652
- line-height: 1;
653
- font-weight: 300;
654
- color: var(--secondary-text);
655
- }
656
-
657
- .tutor-setup-content-heading.heading > div {
658
- font-weight: 300;
659
- color: var(--primary-text);
660
- }
661
-
662
- .tutor-setting .title {
663
- font-size: 15px;
664
- font-weight: normal;
665
- font-stretch: normal;
666
- font-style: normal;
667
- letter-spacing: -0.19px;
668
- color: var(--secondary-text);
669
- }
670
-
671
- .tutor-setting .content b {
672
- font-weight: 600;
673
- }
674
-
675
- /* Tutor Input Switch Button styles*/
676
- label.switch-label {
677
- display: grid;
678
- grid-template-columns: repeat(3, auto);
679
- grid-gap: 6px;
680
- place-items: center;
681
- font-size: 11px;
682
- }
683
-
684
- .input-switch-label-1 .switchbox-wrapper span.switchbox-icon:before {
685
- display: none;
686
- }
687
-
688
- input[type="checkbox"].switch_1 {
689
- font-size: 30px;
690
- -webkit-appearance: none;
691
- -moz-appearance: none;
692
- appearance: none;
693
- width: 40px;
694
- height: 24px;
695
- border-radius: 12px;
696
- background-color: #e2e7eb;
697
- position: relative;
698
- cursor: pointer;
699
- outline: none;
700
- transition: all 0.2s ease-in-out;
701
- }
702
-
703
- input[type="checkbox"].switch_1:checked {
704
- background-color: #4bd863;
705
- }
706
-
707
- input[type="checkbox"].switch_1:after {
708
- position: absolute;
709
- content: "";
710
- width: 25.72px;
711
- height: 25.72px;
712
- border-radius: 50%;
713
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
714
- background-color: #ffffff;
715
- transform: scale(0.7);
716
- left: 0px;
717
- top: -1px;
718
- transition: all 0.2s ease-in-out;
719
- }
720
-
721
- input[type="checkbox"].switch_1:checked:after {
722
- left: calc(100% - 25.72px);
723
- }
724
-
725
- .input-switch-label {
726
- cursor: pointer;
727
- }
728
-
729
- .input-switchbox {
730
- display: inline-flex;
731
- cursor: pointer;
732
- }
733
-
734
- input[type="checkbox"].input-switchbox {
735
- -webkit-appearance: none;
736
- -moz-appearance: none;
737
- appearance: none;
738
- }
739
-
740
- .switchbox-wrapper {
741
- position: relative;
742
- width: 40px;
743
- height: 24px;
744
- border-radius: 12px;
745
- background-color: #e2e7eb;
746
- cursor: pointer;
747
- outline: none;
748
- transition: all 0.2s ease-in-out;
749
- }
750
-
751
- input[type="checkbox"].input-switchbox {
752
- width: 40px;
753
- height: 24px;
754
- border-radius: 12px;
755
- background-color: #e2e7eb;
756
- position: absolute;
757
- outline: none;
758
- }
759
-
760
- .switchbox-wrapper span.switchbox-icon {
761
- position: absolute;
762
- content: "";
763
- width: 25.72px;
764
- height: 25.72px;
765
- border-radius: 50%;
766
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
767
- background-color: #ffffff;
768
- transform: scale(0.7);
769
- left: 0;
770
- top: calc(50% - 13px);
771
- transition: all 0.2s ease-in-out;
772
- }
773
-
774
- .switchbox-wrapper span.switchbox-icon:before {
775
- content: "";
776
- position: absolute;
777
- width: 2px;
778
- height: 8px;
779
- background: #d71830;
780
- border-radius: 2px;
781
- top: calc(50% - 4px);
782
- left: calc(50% - 1px);
783
- }
784
-
785
- input[type="checkbox"].input-switchbox:checked {
786
- background: #4bd863;
787
- }
788
-
789
- input[type="checkbox"].input-switchbox:checked + .switchbox-icon:before {
790
- background: #4bd863;
791
- }
792
-
793
- input[type="checkbox"].input-switchbox:checked ~ .switchbox-icon {
794
- left: calc(100% - 25.732px);
795
- }
796
-
797
- .input-switch-label .label-on {
798
- color: #c8c8c8;
799
- }
800
-
801
- .input-switch-label .label-off {
802
- padding-right: 2px;
803
- color: #c8c8c8;
804
- }
805
-
806
- .input-switch-label .label-on.active {
807
- color: #969696;
808
- }
809
-
810
- .input-switch-label .label-off.active {
811
- color: #969696;
812
- }
813
-
814
- /* SVG Animated Button */
815
- .animated-btn,
816
- .primary-btn {
817
- position: relative;
818
- font-family: "Open Sans", sans-serif;
819
- font-size: 14px;
820
- font-weight: 500;
821
- line-height: 1em;
822
- text-transform: uppercase;
823
- color: #ffffff;
824
- display: inline-block;
825
- text-align: center;
826
- white-space: nowrap;
827
- vertical-align: middle;
828
- border-radius: 3px;
829
- background-color: var(--primary-btn);
830
- border: 1px solid var(--primary-btn);
831
- padding: 14px 20px;
832
- cursor: pointer;
833
- outline: none;
834
- }
835
- .tutor-type-next {
836
- margin-left: 10px;
837
- border: none;
838
- }
839
-
840
- button.previous span,
841
- button.previous svg,
842
- button.next span,
843
- button.next svg {
844
- vertical-align: middle;
845
- }
846
-
847
- button.previous svg {
848
- margin-right: 10px;
849
- transition: 200ms;
850
- }
851
- button.next svg {
852
- transition: 200ms;
853
- margin-left: 10px;
854
- }
855
-
856
- button.previous:hover svg {
857
- transform: translateX(-4px) rotate(180deg);
858
- }
859
-
860
- button.next:hover svg {
861
- transform: translateX(4px);
862
- }
863
-
864
- .animated-btn:hover span {
865
- transform: translateX(8px);
866
- }
867
-
868
- .animated-btn svg {
869
- margin-top: -2px;
870
- }
871
-
872
- /* Prevoius Button */
873
- .previous.animated-btn {
874
- background-color: transparent;
875
- border-color: var(--primary-btn);
876
- color: var(--primary-btn);
877
- text-transform: uppercase;
878
- }
879
-
880
- .previous.animated-btn:hover {
881
- background: var(--primary-btn);
882
- color: #ffffff;
883
- }
884
-
885
- .next.animated-btn:hover {
886
- background: #3254c1;
887
- }
888
-
889
- .previous.animated-btn svg {
890
- transform: rotate(180deg);
891
- }
892
-
893
- .previous.animated-btn svg path {
894
- fill: var(--primary-btn);
895
- transition: 200ms;
896
- }
897
-
898
- .previous.animated-btn:hover svg path {
899
- fill: white;
900
- }
901
-
902
- button[class^="tutor-setup-"] {
903
- cursor: pointer;
904
- padding: 10px 20px;
905
- font-size: 14px;
906
- font-weight: normal;
907
- font-stretch: normal;
908
- font-style: normal;
909
- line-height: 1.43;
910
- text-transform: capitalize;
911
- text-align: center;
912
- color: var(--tertiary-btn);
913
- transition: 200ms;
914
- outline: none;
915
- }
916
-
917
- button.tutor-setup-next.next {
918
- color: var(--initial);
919
- text-transform: uppercase;
920
- }
921
-
922
- button.tutor-setup-skip {
923
- background: transparent;
924
- border: none;
925
- padding: 5px;
926
- font-weight: 300;
927
- letter-spacing: 0.1px;
928
- color: var(--primary-btn);
929
- text-decoration: underline;
930
- }
931
-
932
- button.tutor-setup-skip:hover {
933
- color: #3254c1;
934
- }
935
-
936
- .tutor-setting .grade-calculation {
937
- display: grid;
938
- grid-template-columns: auto;
939
- }
940
-
941
- /* Greetings Button */
942
- .greetings .primary-btn:last-child {
943
- background: transparent;
944
- color: var(--secondary-text);
945
- }
946
-
947
- /* Grade Calculation Dropdwon */
948
- .select-box {
949
- display: flex;
950
- width: 400px;
951
- flex-direction: column;
952
- position: relative;
953
- }
954
-
955
- .select-box .options-container {
956
- max-height: 66px;
957
- width: calc(100% - 12px);
958
- opacity: 0;
959
- transition: all 0.4s;
960
- overflow: hidden;
961
- border-radius: 5px;
962
- border: solid 1px #dcdfe5;
963
- background-color: #ffffff;
964
- position: absolute;
965
- top: 68px;
966
- z-index: 99;
967
- order: 1;
968
- }
969
-
970
- .selected {
971
- background: #2f3640;
972
- margin-bottom: 8px;
973
- position: relative;
974
- width: 388px;
975
- height: 64px;
976
- border-radius: 5px;
977
- border: solid 1px #dcdfe5;
978
- background-color: #ffffff;
979
-
980
- order: 0;
981
- }
982
-
983
- .selected::after {
984
- /* BG Img */
985
- content: url("../images/angle-shape.svg");
986
- position: absolute;
987
- right: 15px;
988
- top: 50%;
989
- transform: translateY(-50%);
990
- transition: transform 0.5s;
991
- }
992
-
993
- .selected h3,
994
- .select-box label h3,
995
- .checkbox-wrapper h4 {
996
- font-size: 14px;
997
- font-weight: 400;
998
- line-height: 1.57;
999
- color: #1f2949;
1000
- }
1001
-
1002
- .selected h5,
1003
- .select-box label h5,
1004
- .checkbox-wrapper h5 {
1005
- font-size: 12px;
1006
- font-weight: 400;
1007
- line-height: 1.83;
1008
- color: var(--primary-text);
1009
- }
1010
-
1011
- .select-box .options-container.active {
1012
- max-height: 190px;
1013
- opacity: 1;
1014
- overflow-y: scroll;
1015
- }
1016
-
1017
- .select-box .options-container.active + .selected::after {
1018
- transform: translateY(-50%) rotateX(180deg);
1019
- }
1020
-
1021
- .select-box .options-container.active + .selected {
1022
- border-color: var(--primary-btn);
1023
- }
1024
-
1025
- .select-box .options-container::-webkit-scrollbar {
1026
- width: 8px;
1027
- background: #f1f2f3;
1028
- border-radius: 0 5px 5px 0;
1029
- }
1030
-
1031
- .select-box .options-container::-webkit-scrollbar-thumb {
1032
- background: #525861;
1033
- background: var(--primary-text);
1034
- border-radius: 0 5px 5px 0;
1035
- }
1036
-
1037
- .select-box .options-container::-moz-scrollbar {
1038
- width: 8px;
1039
- background: #f1f2f3;
1040
- border-radius: 0 5px 5px 0;
1041
- }
1042
-
1043
- .select-box .options-container::-moz-scrollbar-thumb {
1044
- background: #525861;
1045
- background: var(--primary-text);
1046
- border-radius: 0 5px 5px 0;
1047
- }
1048
-
1049
- /* .option {
1050
- display: none;
1051
- }
1052
- .option.selected {
1053
- display: block;
1054
- } */
1055
-
1056
- .selected,
1057
- .select-box .option {
1058
- padding: 10px 15px;
1059
- cursor: pointer;
1060
- }
1061
- .select-box .option:hover {
1062
- background: #dcdfe5;
1063
- }
1064
- .select-box label {
1065
- cursor: pointer;
1066
- }
1067
- .select-box .option .radio {
1068
- display: none;
1069
- }
1070
-
1071
- /* Sider 1st */
1072
- .tutor-setting .content .limit-slider {
1073
- display: grid;
1074
- grid-template-columns: 0.92fr auto;
1075
- grid-gap: 30px;
1076
- place-content: flex-start;
1077
- }
1078
- .limit-slider-has-parent {
1079
- display: flex;
1080
- }
1081
- .tutor-setting .limit-slider > strong:last-child,
1082
- .tutor-setting .limit-slider > span:last-child {
1083
- margin-left: 32px;
1084
- min-width: 15px;
1085
- text-align: right;
1086
- }
1087
-
1088
- .tutor-setting .content .limit-slider h5 {
1089
- font-size: 12px;
1090
- font-weight: 400;
1091
- text-align: right;
1092
- margin-right: 20px;
1093
- color: #1f2949;
1094
- }
1095
-
1096
- .tutor-setting .content .limit-slider h5 span {
1097
- margin-right: 4px;
1098
- font-weight: 600;
1099
- }
1100
- .course-setting-wrapper .settings .limit-slider {
1101
- display: flex;
1102
- grid-gap: 30px;
1103
- align-items: center;
1104
- justify-content: space-between;
1105
- }
1106
- /* Time Limit */
1107
- .limit-slider input[type="range"].range-input {
1108
- outline: none;
1109
- -webkit-appearance: none;
1110
- -moz-appearance: none;
1111
- appearance: none;
1112
- max-width: 383px;
1113
- max-width: 100%;
1114
- height: 6px;
1115
- border-radius: 8px;
1116
- background-color: var(--primary-btn);
1117
- /*background-image: url(../images/slider-dot.png);*/
1118
- background-repeat: repeat-x;
1119
- background-size: contain;
1120
- background-position: center;
1121
- flex-grow: 1;
1122
- }
1123
- .limit-slider .range-value {
1124
- margin-right: 5px;
1125
- min-width: 15px;
1126
- display: inline-block;
1127
- }
1128
- /* For Chrome (-webkit-slider-thumb) */
1129
- input[type="range"].range-input::-webkit-slider-thumb {
1130
- -webkit-appearance: none;
1131
- appearance: none;
1132
- width: 20px;
1133
- height: 20px;
1134
- border-radius: 50%;
1135
- cursor: pointer;
1136
- background-color: #cbcfd3;
1137
- border: 6px solid white;
1138
- box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
1139
- }
1140
-
1141
- /* For Mozilla (-moz-range-track and -moz-range-thumb) */
1142
- input[type="range"].range-input::-moz-range-track {
1143
- max-width: 383px;
1144
- max-width: 100%;
1145
- height: 6px;
1146
- border-radius: 8px;
1147
- background-color: #f0f3f6;
1148
- }
1149
-
1150
- input[type="range"].range-input::-moz-range-thumb {
1151
- -moz-appearance: none;
1152
- appearance: none;
1153
- width: 5px;
1154
- height: 5px;
1155
- border-radius: 50%;
1156
- cursor: pointer;
1157
- background-color: #f0f3f6;
1158
- border: 5px solid #3057d5;
1159
- }
1160
-
1161
- /* Sider 2nd */
1162
- .tutor-setting .limit-slider.column-1 {
1163
- display: grid;
1164
- grid-template-columns: 1fr;
1165
- grid-gap: 10px;
1166
- margin-right: 20px;
1167
- place-items: stretch;
1168
- }
1169
-
1170
- .limit-slider.column-1 input[type="range"].range-input {
1171
- max-width: 100%;
1172
- height: 6px;
1173
- border-radius: 8px;
1174
- background-color: var(--primary-btn);
1175
- box-shadow: inset 0 0 0 1px rgba(47, 87, 213, 0.15);
1176
- }
1177
-
1178
- .limit-slider.column-1 input[type="range"]::-webkit-slider-thumb {
1179
- -webkit-appearance: none;
1180
- appearance: none;
1181
- width: 18px;
1182
- height: 18px;
1183
- border-radius: 50%;
1184
- cursor: pointer;
1185
- background-color: #cbcfd3;
1186
- border: 5.5px solid #fff;
1187
- box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
1188
- }
1189
-
1190
- .limit-slider.column-1 input[type="range"]::-moz-range-track {
1191
- max-width: 100%;
1192
- height: 6px;
1193
- border-radius: 8px;
1194
- background-color: #639aff;
1195
- }
1196
-
1197
- .limit-slider.column-1 input[type="range"]::-moz-range-thumb {
1198
- width: 7px;
1199
- height: 7px;
1200
- background-color: #cbcfd3;
1201
- border: 6px solid #fff;
1202
- box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
1203
- }
1204
-
1205
- .tutor-setting .limit-slider .commision-data {
1206
- display: grid;
1207
- grid-template-columns: 1fr 1fr;
1208
- }
1209
-
1210
- .tutor-setting .limit-slider .commision-data div:first-child {
1211
- justify-self: flex-start;
1212
- text-align: left;
1213
- }
1214
-
1215
- .tutor-setting .limit-slider .commision-data div:last-child {
1216
- justify-self: flex-end;
1217
- text-align: right;
1218
- }
1219
-
1220
- .tutor-setting .limit-slider .commision-data .data h4 {
1221
- font-size: 14px;
1222
- font-weight: 600;
1223
- color: #1f2949;
1224
- margin-right: 0;
1225
- }
1226
-
1227
- .tutor-setting .limit-slider .commision-data .data h5 {
1228
- font-size: 12px;
1229
- line-height: 1.33;
1230
- color: #81878f;
1231
- margin-right: 0;
1232
- position: relative;
1233
- padding-left: 10px;
1234
- }
1235
-
1236
- .limit-slider .commision-data .data h5:before {
1237
- content: "";
1238
- width: 5px;
1239
- height: 5px;
1240
- border-radius: 50%;
1241
- background: #639aff;
1242
- position: absolute;
1243
- left: 0;
1244
- top: 50%;
1245
- transform: translateY(-50%);
1246
- }
1247
-
1248
- .limit-slider .commision-data .data:last-child h5:before {
1249
- background: #3b57c4;
1250
- }
1251
-
1252
- /* Checkbox Field */
1253
- .checkbox-wrapper.column-1 {
1254
- display: grid;
1255
- grid-template-columns: repeat(1, auto);
1256
- }
1257
-
1258
- .checkbox-wrapper.column-2 {
1259
- display: grid;
1260
- grid-template-columns: repeat(2, 0.26fr);
1261
- grid-gap: 10px;
1262
- }
1263
-
1264
- .checkbox-wrapper.column-3 {
1265
- display: grid;
1266
- grid-template-columns: repeat(3, auto);
1267
- }
1268
-
1269
- .checkbox-wrapper label {
1270
- display: grid;
1271
- grid-template-columns: auto 1fr;
1272
- grid-gap: 10px;
1273
- position: relative;
1274
- }
1275
-
1276
- .checkbox-wrapper > div {
1277
- margin: 17px 0;
1278
- }
1279
-
1280
- .checkbox-wrapper.column-1 > div:first-child,
1281
- .checkbox-wrapper.column-2 > div:nth-child(1),
1282
- .checkbox-wrapper.column-2 > div:nth-child(2),
1283
- .checkbox-wrapper.column-3 > div:nth-child(1),
1284
- .checkbox-wrapper.column-3 > div:nth-child(2),
1285
- .checkbox-wrapper.column-3 > div:nth-child(3) {
1286
- margin-top: 0;
1287
- }
1288
-
1289
- .checkbox-wrapper.column-1 > div {
1290
- padding-right: 40px;
1291
- }
1292
-
1293
- .checkbox-wrapper .check-icon,
1294
- .checkbox-wrapper label {
1295
- cursor: pointer;
1296
- }
1297
-
1298
- input.checkbox {
1299
- -webkit-appearance: none;
1300
- -moz-appearance: none;
1301
- appearance: none;
1302
- width: 18px;
1303
- height: 18px;
1304
- outline: none;
1305
- display: none;
1306
- }
1307
-
1308
- .checkbox-wrapper .check-icon {
1309
- width: 18.5px;
1310
- height: 18.5px;
1311
- border: solid 1px #d6dce3;
1312
- background-color: #f0f3f6;
1313
- border-radius: 50%;
1314
- display: inline-block;
1315
- position: relative;
1316
- top: 4px;
1317
- transition: 0.2s ease-in-out;
1318
- }
1319
-
1320
- .checkbox-wrapper .check-icon.square {
1321
- width: 18px;
1322
- height: 18px;
1323
- border-radius: 2px;
1324
- border: solid 1px #dcdfe5;
1325
- background-color: #f1f3f7;
1326
- top: 2px;
1327
- }
1328
-
1329
- .checkbox-wrapper .check-icon:before {
1330
- content: url(../images/checkmark.svg);
1331
- position: absolute;
1332
- width: 100%;
1333
- height: 100%;
1334
- display: flex;
1335
- justify-content: center;
1336
- align-items: center;
1337
- transform: scale(1.5);
1338
- opacity: 0;
1339
- transition: 0.2s ease-in-out;
1340
- margin: -1px 1px;
1341
- }
1342
-
1343
- .checkbox-wrapper .check-icon.square:before {
1344
- margin: -1px 0px 0px 1px;
1345
- }
1346
-
1347
- .checkbox-wrapper input.checkbox:checked + .check-icon {
1348
- background: var(--primary-btn);
1349
- border-color: var(--primary-btn);
1350
- }
1351
-
1352
- .checkbox-wrapper input.checkbox:checked + .check-icon:before {
1353
- transform: scale(1.2);
1354
- opacity: 1;
1355
- }
1356
-
1357
- .checkbox-wrapper .payment-setting label {
1358
- grid-template-rows: auto;
1359
- grid-template-columns: auto;
1360
- place-items: center;
1361
- grid-gap: 0;
1362
- width: 110px;
1363
- height: 110px;
1364
- }
1365
-
1366
- .payment-setting input.payment {
1367
- width: 110px;
1368
- height: 110px;
1369
- border-radius: 3px;
1370
- border: solid 1px #d6dce3;
1371
- background-color: #f0f3f6;
1372
- display: block;
1373
- cursor: pointer;
1374
- transition: 0.1s ease-in-out;
1375
- }
1376
-
1377
- .checkbox-wrapper .payment-setting label > div {
1378
- position: absolute;
1379
- }
1380
-
1381
- .payment-setting .check-icon.round {
1382
- top: -7px;
1383
- left: -7px;
1384
- }
1385
-
1386
- .checkbox-wrapper input.payment:checked + .check-icon:before {
1387
- transform: scale(1);
1388
- }
1389
-
1390
- .checkbox-wrapper .payment-setting .check-icon {
1391
- width: 18.2px;
1392
- height: 18.2px;
1393
- }
1394
-
1395
- .checkbox-wrapper .payment-setting .check-icon {
1396
- opacity: 0;
1397
- opacity: 0;
1398
- transform: scale(1.1);
1399
- transition: 0.3s ease-in-out;
1400
- position: absolute;
1401
- z-index: 1;
1402
- }
1403
-
1404
- .checkbox-wrapper .payment-setting input.checkbox:checked + .check-icon {
1405
- opacity: 1;
1406
- }
1407
-
1408
- .checkbox-wrapper .payment-setting .check-icon:before {
1409
- transform: scale(1);
1410
- margin: -1px 0px;
1411
- }
1412
-
1413
- .payment-setting input.payment:checked {
1414
- border-color: #3057d5;
1415
- }
1416
-
1417
- .checkbox-wrapper .payment-setting h4 {
1418
- text-align: center;
1419
- margin-top: 16px;
1420
- word-break: break-word;
1421
- }
1422
- .payment-setting img {
1423
- margin: 0 auto;
1424
- }
1425
- /* ******* Tutor Setup Wizard Boarding (Slick Slider) */
1426
- .tutor-setup-wizard-boarding {
1427
- text-align: center;
1428
- padding: 40px 100px 105px 100px;
1429
- }
1430
-
1431
- .wizard-boarding-header {
1432
- display: grid;
1433
- place-items: center;
1434
- grid-gap: 20px;
1435
- }
1436
-
1437
- .wizard-boarding-body {
1438
- margin-top: 35px;
1439
- }
1440
-
1441
- .wizard-boarding-header div {
1442
- font-size: 34px;
1443
- line-height: 1.21;
1444
- letter-spacing: -0.4px;
1445
- text-align: center;
1446
- color: #1f2949;
1447
- }
1448
-
1449
- .wizard-boarding-body .slide-thumb {
1450
- margin-bottom: 43px;
1451
- }
1452
-
1453
- .wizard-boarding-body .slide-thumb img {
1454
- border-radius: 3px;
1455
- box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
1456
- background-color: #ffffff;
1457
- width: 100%;
1458
- }
1459
-
1460
- .wizard-boarding-body .slide-title {
1461
- font-size: 20px;
1462
- line-height: 2.05;
1463
- letter-spacing: -0.24px;
1464
- text-align: center;
1465
- color: #1f2949;
1466
- margin-bottom: 10px;
1467
- }
1468
-
1469
- .wizard-boarding-body .slide-subtitle {
1470
- font-size: 16px;
1471
- line-height: 1.69;
1472
- text-align: center;
1473
- color: #686d73;
1474
- padding: 0 40px;
1475
- }
1476
-
1477
- .wizard-boarding-body .slick-slide {
1478
- outline: none;
1479
- cursor: move;
1480
- opacity: 1;
1481
- transition: 0.8s;
1482
- margin: 0 15px;
1483
- }
1484
-
1485
- .wizard-boarding-body .slick-slide:not(.slick-active) {
1486
- opacity: 0.3;
1487
- transition: 0.8s;
1488
- }
1489
-
1490
- .wizard-boarding-body .slick-slide .slide-title,
1491
- .wizard-boarding-body .slick-slide.slide-subtitle {
1492
- opacity: 1;
1493
- filter: blur(0px);
1494
- transition: 0.5s;
1495
- }
1496
-
1497
- .wizard-boarding-body .slick-slide:not(.slick-active) .slide-title,
1498
- .wizard-boarding-body .slick-slide:not(.slick-active) .slide-subtitle {
1499
- opacity: 0;
1500
- transition: 0.5s;
1501
- filter: blur(5px);
1502
- }
1503
-
1504
- .wizard-boarding-body ul.slick-dots {
1505
- width: 244px;
1506
- height: 36px;
1507
- border-radius: 18px;
1508
- background-color: #f0f3f6;
1509
- left: 50%;
1510
- margin-left: calc(-244px / 2);
1511
- bottom: calc(150px + 6px);
1512
- display: flex !important;
1513
- align-items: center;
1514
- justify-content: center;
1515
- }
1516
-
1517
- .wizard-boarding-body ul.slick-dots li,
1518
- .wizard-boarding-body ul.slick-dots li button,
1519
- .wizard-boarding-body ul.slick-dots li button:before {
1520
- width: 14px;
1521
- height: 14px;
1522
- border-radius: 50%;
1523
- }
1524
-
1525
- .wizard-boarding-body ul.slick-dots li button:before {
1526
- display: none;
1527
- }
1528
-
1529
- .wizard-boarding-body ul.slick-dots li {
1530
- margin: 0 5px;
1531
- }
1532
-
1533
- .wizard-boarding-body ul.slick-dots li button {
1534
- background: #c6c9d2;
1535
- border: 4px solid transparent;
1536
- padding: 0;
1537
- transform: scale(0.5715);
1538
- transition: 0.3s ease;
1539
- }
1540
-
1541
- .wizard-boarding-body ul.slick-dots li.slick-active button {
1542
- transform: scale(1);
1543
- background: #3057d5;
1544
- }
1545
-
1546
- .wizard-boarding-footer {
1547
- margin-top: 30px;
1548
- }
1549
-
1550
- .wizard-boarding-footer,
1551
- .wizard-boarding-footer a,
1552
- .tutor-type-skip {
1553
- font-size: 16px;
1554
- line-height: 1.69;
1555
- letter-spacing: normal;
1556
- text-align: center;
1557
- color: var(--primary-btn);
1558
- }
1559
-
1560
- .wizard-boarding-footer:hover,
1561
- .wizard-boarding-footer a:hover,
1562
- .tutor-type-skip:hover {
1563
- color: #3254c1;
1564
- }
1565
-
1566
- .wizard-boarding-footer {
1567
- display: grid;
1568
- grid-gap: 15px;
1569
- }
1570
-
1571
- .wizard-boarding-footer .animated-btn {
1572
- background-color: var(--primary-btn);
1573
- margin-bottom: 20px;
1574
- }
1575
-
1576
- /* ******* Tutor Setup Wizard Type */
1577
- .tutor-setup-wizard-type.active {
1578
- display: grid !important;
1579
- place-items: center;
1580
- grid-gap: 56px;
1581
- padding: 46px 0 100px 0;
1582
- }
1583
-
1584
- .wizard-type-header {
1585
- display: grid;
1586
- place-items: center;
1587
- grid-gap: 25px;
1588
- }
1589
-
1590
- .wizard-type-header .title {
1591
- font-size: 34px;
1592
- line-height: 1.21;
1593
- letter-spacing: -0.4px;
1594
- text-align: center;
1595
- color: #1f2949;
1596
- }
1597
-
1598
- .wizard-type-header .subtitle {
1599
- font-size: 16px;
1600
- line-height: 1.69;
1601
- text-align: center;
1602
- color: #686d73;
1603
- }
1604
-
1605
- .wizard-type-body {
1606
- display: grid;
1607
- grid-template-columns: repeat(2, minmax(auto, 280px));
1608
- grid-gap: 53px;
1609
- }
1610
-
1611
- .wizard-type-footer {
1612
- display: grid;
1613
- grid-gap: 30px;
1614
- place-items: center;
1615
- margin-top: 26px;
1616
- }
1617
-
1618
- .wizard-type-body .wizard-type-item label {
1619
- cursor: pointer;
1620
- display: grid;
1621
- place-items: center;
1622
- grid-gap: 28px;
1623
- width: 280px;
1624
- /* height: 352px; */
1625
- border: 2px solid transparent;
1626
- border-radius: 3px;
1627
- box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
1628
- background-color: #ffffff;
1629
- padding-bottom: 40px;
1630
- transition: 0.2s ease;
1631
- }
1632
-
1633
- .wizard-type-body .wizard-type-item img {
1634
- max-width: 225px;
1635
- margin: 25px auto 0px auto;
1636
- }
1637
-
1638
- .wizard-type-body .wizard-type-item .title,
1639
- .wizard-type-body .wizard-type-item .subtitle {
1640
- text-align: center;
1641
- padding: 0 25px;
1642
- }
1643
-
1644
- .wizard-type-body .wizard-type-item .title {
1645
- font-size: 20px;
1646
- line-height: 1;
1647
- letter-spacing: -0.24px;
1648
- text-align: center;
1649
- color: #1f2949;
1650
- }
1651
-
1652
- .wizard-type-body .wizard-type-item .subtitle {
1653
- font-size: 14px;
1654
- line-height: 1.64;
1655
- letter-spacing: normal;
1656
- text-align: center;
1657
- color: #686d73;
1658
- }
1659
-
1660
- .wizard-type-body .wizard-type-item input {
1661
- -webkit-appearance: none;
1662
- appearance: none;
1663
- width: 24px;
1664
- height: 24px;
1665
- position: absolute;
1666
- margin: 15px 0 0 15px;
1667
- z-index: 9;
1668
- cursor: pointer;
1669
- outline: none;
1670
- }
1671
-
1672
- .wizard-type-body .wizard-type-item .icon {
1673
- width: 24px;
1674
- height: 24px;
1675
- border: solid 2px #e3e3e3;
1676
- background-color: transparent;
1677
- display: inline-block;
1678
- cursor: pointer;
1679
- position: absolute;
1680
- margin: 15px 0 0 15px;
1681
- border-radius: 50%;
1682
- transform: scale(0.835);
1683
- z-index: 1;
1684
- transition: 0.1s ease;
1685
- }
1686
-
1687
- .wizard-type-body .wizard-type-item .icon:before {
1688
- content: "";
1689
- width: 100%;
1690
- height: 100%;
1691
- display: flex;
1692
- align-items: center;
1693
- justify-content: center;
1694
- transform: scale(2);
1695
- margin: -1px 0 0 0px;
1696
- transition: 0.3s ease;
1697
- }
1698
-
1699
- .wizard-type-body .wizard-type-item input:checked + .icon {
1700
- border: 8px solid #3057d5;
1701
- transform: scale(1);
1702
- }
1703
-
1704
- .wizard-type-body .wizard-type-item input:checked + .icon:before {
1705
- transform: scale(1.2);
1706
- }
1707
-
1708
- .wizard-type-body .wizard-type-item input:checked ~ label {
1709
- border-color: #3057d5;
1710
- }
1711
-
1712
- /* Setting > time-expires */
1713
- .settings .time-expires {
1714
- display: grid;
1715
- grid-template-columns: auto 1fr;
1716
- align-items: flex-start;
1717
- grid-gap: 10px;
1718
- margin-bottom: 10px;
1719
- cursor: pointer;
1720
- }
1721
- .settings .time-expires .radio-icon {
1722
- position: relative;
1723
- display: inline-block;
1724
- }
1725
- .settings .time-expires input[type="radio"] {
1726
- display: none;
1727
- }
1728
-
1729
- /* ********************************************************* Responsive Media Queries */
1730
- @media (max-width: 1199px) {
1731
- .tutor-setup-wizard-boarding {
1732
- padding: 40px 0px 70px 0px;
1733
- }
1734
-
1735
- .wizard-boarding-body .slide-subtitle {
1736
- padding: 0 4px;
1737
- }
1738
- }
1739
-
1740
- @media (max-width: 991px) {
1741
- .tutor-setting .title br {
1742
- display: none;
1743
- }
1744
-
1745
- .tutor-setting .title .tooltip-btn {
1746
- margin-left: 5px;
1747
- }
1748
-
1749
- .wizard-boarding-header {
1750
- grid-gap: 25px;
1751
- }
1752
-
1753
- .wizard-boarding-body {
1754
- margin-top: 30px;
1755
- }
1756
-
1757
- .wizard-boarding-body ul.slick-dots {
1758
- bottom: calc(150px - 18px);
1759
- }
1760
-
1761
- .wizard-boarding-footer {
1762
- margin-top: 70px;
1763
- }
1764
-
1765
- .wizard-type-header {
1766
- padding: 0 10px;
1767
- }
1768
-
1769
- .wizard-type-body {
1770
- grid-gap: 30px;
1771
- }
1772
-
1773
- .tutor-setup-wrapper {
1774
- grid-template-columns: 1fr 10fr;
1775
- grid-gap: 46px;
1776
- }
1777
-
1778
- .tutor-setup-title li:after {
1779
- right: calc(0% - 46px);
1780
- }
1781
-
1782
- .tutor-setup-title:before {
1783
- right: -22px;
1784
- }
1785
-
1786
- .tutor-setup-title li:first-child:before,
1787
- .tutor-setup-title li:before {
1788
- right: -30px;
1789
- }
1790
-
1791
- .tutor-setup-content-heading.greetings .content {
1792
- padding: 55px 20px 73px 20px;
1793
- }
1794
- }
1795
-
1796
- @media (max-width: 767px) {
1797
- .wizard-boarding-body .slick-slide {
1798
- margin: 0 5px;
1799
- }
1800
-
1801
- .tutor-setup-wrapper {
1802
- grid-template-columns: auto;
1803
- grid-gap: 0;
1804
- margin-top: 20px;
1805
- }
1806
-
1807
- .tutor-setup-content-heading.heading,
1808
- .active .tutor-setup-content-heading.heading {
1809
- grid-template-columns: 1fr auto auto;
1810
- }
1811
-
1812
- [class^="tutor-setup-content-"] {
1813
- padding: 20px;
1814
- }
1815
-
1816
- .tutor-setup-content .tutor-setting {
1817
- grid-template-columns: 1fr 3fr 1fr;
1818
- grid-gap: 10px;
1819
- }
1820
-
1821
- .tutor-setup-content .tutor-setting:nth-child(-n + 4) .content {
1822
- padding: 0;
1823
- }
1824
-
1825
- .tutor-setup-content .tutor-setting.course-setting-wrapper {
1826
- grid-template-columns: 1fr 4fr;
1827
- grid-gap: 20px;
1828
- }
1829
-
1830
- .tutor-setup-title {
1831
- overflow-x: scroll;
1832
- width: 100%;
1833
- padding-bottom: 65px;
1834
- display: flex;
1835
- flex-direction: row;
1836
- justify-content: center;
1837
- align-items: center;
1838
- }
1839
-
1840
- .tutor-setup-title li {
1841
- margin: 0 20px;
1842
- }
1843
-
1844
- .tutor-setup-title:before {
1845
- top: auto;
1846
- bottom: 45px;
1847
- right: 50px;
1848
- width: calc(100% - 100px);
1849
- height: 1px;
1850
- border: none;
1851
- border-bottom: solid 1px #e3e3e3;
1852
- }
1853
-
1854
- .tutor-setup-content {
1855
- margin-top: -5px;
1856
- z-index: 99;
1857
- }
1858
-
1859
- .tutor-setup-title li:after {
1860
- right: auto;
1861
- top: auto;
1862
- left: 50%;
1863
- margin-left: -13px;
1864
- bottom: -60px;
1865
- border-top: 13px solid transparent;
1866
- border-right: 13px solid transparent;
1867
- border-bottom: 13px solid #fff;
1868
- border-left: 13px solid transparent;
1869
- transform: translate(0px, 5px) scale(1);
1870
- }
1871
-
1872
- .tutor-setup-title li.active:after {
1873
- transform: translate(0px) scale(1);
1874
- }
1875
-
1876
- .tutor-setup-title li:before {
1877
- top: auto;
1878
- right: auto;
1879
- left: 50%;
1880
- transform: translateX(-50%);
1881
- bottom: -28px;
1882
- }
1883
-
1884
- .wizard-type-header .title,
1885
- .wizard-boarding-header div {
1886
- font-size: 4.5vw;
1887
- }
1888
-
1889
- .wizard-boarding-body .slide-title,
1890
- .wizard-boarding-footer,
1891
- .wizard-boarding-footer a,
1892
- .tutor-type-skip {
1893
- font-size: 3vw;
1894
- }
1895
-
1896
- .wizard-boarding-body .slide-subtitle,
1897
- .wizard-type-header .subtitle {
1898
- font-size: 2.6vw;
1899
- }
1900
- }
1901
-
1902
- @media (max-width: 650px) {
1903
- .slick-dotted.slick-slider {
1904
- padding-bottom: 70px;
1905
- margin-bottom: 0 !important;
1906
- }
1907
-
1908
- .wizard-boarding-body .slide-title {
1909
- margin-top: 0px;
1910
- }
1911
-
1912
- .wizard-boarding-body ul.slick-dots {
1913
- bottom: 0;
1914
- }
1915
-
1916
- .wizard-boarding-body .slide-thumb {
1917
- margin-bottom: 15px;
1918
- }
1919
- }
1920
-
1921
- @media (max-width: 575px) {
1922
- .wizard-type-body {
1923
- grid-template-columns: auto;
1924
- }
1925
-
1926
- .tutor-setup-content-heading.heading > div:nth-child(1) {
1927
- font-size: 3.5vw;
1928
- }
1929
-
1930
- .course-per-page span.label-text,
1931
- .course-per-page input[type="number"].attempts {
1932
- font-size: 3vw;
1933
- }
1934
-
1935
- .tutor-setting .title,
1936
- .selected h3,
1937
- .select-box label h3,
1938
- .checkbox-wrapper h4,
1939
- .tutor-setting .limit-slider .commision-data .data h4,
1940
- button[class^="tutor-setup-"] {
1941
- font-size: 2.5vw;
1942
- }
1943
-
1944
- .tutor-wrapper-boarding,
1945
- .selected h5,
1946
- .select-box label h5,
1947
- .checkbox-wrapper h5,
1948
- .tutor-setting input[type="text"].lesson-permalink,
1949
- .tutor-setting textarea.lesson-message,
1950
- .tutor-setting input[type="text"].lesson-permalink::placeholder,
1951
- .tutor-setting textarea.lesson-message::placeholder,
1952
- .tutor-setting .limit-slider .commision-data .data h5 {
1953
- font-size: 2vw;
1954
- }
1955
-
1956
- label.switch-label {
1957
- font-size: 1.7vw;
1958
- }
1959
-
1960
- .tutor-setting .course-per-row {
1961
- grid-template-rows: repeat(2, auto);
1962
- grid-template-columns: repeat(2, 0.3fr);
1963
- place-items: center flex-start;
1964
- }
1965
-
1966
- .tutor-setup-content {
1967
- overflow-x: scroll;
1968
- }
1969
-
1970
- .switchbox-wrapper,
1971
- input[type="checkbox"].input-switchbox,
1972
- .switchbox-wrapper span.switchbox-icon {
1973
- height: 18px;
1974
- width: 30px;
1975
- }
1976
-
1977
- input[type="checkbox"].input-switchbox {
1978
- border-radius: 18px;
1979
- }
1980
-
1981
- .switchbox-wrapper span.switchbox-icon {
1982
- width: 18px;
1983
- }
1984
-
1985
- input[type="checkbox"].input-switchbox:checked ~ .switchbox-icon {
1986
- left: calc(100% - 17.732px);
1987
- }
1988
-
1989
- .switchbox-wrapper span.switchbox-icon {
1990
- top: calc(50% - 9px);
1991
- }
1992
-
1993
- .select-box {
1994
- width: calc(100% - 50px);
1995
- }
1996
-
1997
- .selected,
1998
- .select-box .options-container {
1999
- width: 100%;
2000
- }
2001
-
2002
- .tutor-setting .content .course-per-page.attempts-allowed {
2003
- grid-template-columns: repeat(2, auto);
2004
- }
2005
-
2006
- .checkbox-wrapper .check-icon.square:before,
2007
- .checkbox-wrapper .payment-setting .check-icon:before {
2008
- margin: 0;
2009
- }
2010
-
2011
- .checkbox-wrapper .payment-setting label,
2012
- .payment-setting input.payment {
2013
- width: 80px;
2014
- height: 80px;
2015
- }
2016
-
2017
- .checkbox-wrapper .payment-setting h4 {
2018
- margin-top: 6px;
2019
- }
2020
-
2021
- .tutor-setup-content-footer.footer {
2022
- padding: 20px;
2023
- }
2024
-
2025
- .checkbox-wrapper .check-icon.square {
2026
- width: 15px;
2027
- height: 15px;
2028
- }
2029
-
2030
- .course-per-page span.radio-icon,
2031
- .course-setting-wrapper .ecommerce .radio-icon,
2032
- .course-setting-wrapper input.radio-input {
2033
- width: 16px;
2034
- height: 16px;
2035
- }
2036
-
2037
- .checkbox-wrapper .payment-setting .check-icon {
2038
- transform: scale(1);
2039
- }
2040
- }
2041
-
2042
- @media (max-width: 450px) {
2043
- .checkbox-wrapper .payment-setting label,
2044
- .payment-setting input.payment {
2045
- width: 50px;
2046
- height: 50px;
2047
- }
2048
-
2049
- .checkbox-wrapper .payment-setting label img {
2050
- max-width: 20px;
2051
- margin: 0 auto;
2052
- }
2053
-
2054
- .checkbox-wrapper .payment-setting h4 {
2055
- margin-top: 0;
2056
- }
2057
- }
2058
-
2059
- .slick-slider li:hover {
2060
- cursor: ew-resize;
2061
- }
2062
- .slick-slider li.slick-current:hover {
2063
- cursor: pointer;
2064
- }
2065
- .tutor-show-hide {
2066
- display: none !important;
2067
- }
2068
- .tutor-show-hide.active {
2069
- display: grid !important;
2070
- }
2071
- .hide-this {
2072
- display: none;
2073
- }
2074
- .tutor-unlimited-value{
2075
- margin-left: 90px;
2076
- }
2077
- input[name='quiz_attempts_allowed']{
2078
- color: var(--secondary-text);
2079
- }
1
+ @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
2
+
3
+ :root {
4
+ --initial: #fff;
5
+ --primary-text: #81878f;
6
+ --secondary-text: #1f2949;
7
+ --radio-bg: #f8f9fa;
8
+ --radio-dot: #d6d8df;
9
+ --primary-btn: #4467d6;
10
+ --secondary-btn: #eaeef3;
11
+ --tertiary-btn: #717881;
12
+ --switch-bg: #e2e7eb;
13
+ --switch-dot: #d71830;
14
+ --switch-lebel: #969696;
15
+ --switch-active: #4bd863;
16
+ }
17
+
18
+ * {
19
+ margin: 0;
20
+ padding: 0;
21
+ box-sizing: border-box;
22
+ }
23
+
24
+ a:hover,
25
+ a:visited,
26
+ a:active,
27
+ a:focus {
28
+ color: var(--primary-btn);
29
+ }
30
+
31
+ body {
32
+ font-family: "Open Sans", sans-serif;
33
+ font-size: 12px;
34
+ font-weight: 400;
35
+ }
36
+
37
+ img {
38
+ max-width: 100%;
39
+ display: block;
40
+ }
41
+
42
+ .tutor-wrapper-type,
43
+ .tutor-wrapper-boarding,
44
+ .tutor-setup-wizard-type,
45
+ .tutor-setup-wizard-settings {
46
+ display: none;
47
+ }
48
+
49
+ .tutor-wrapper-type.active,
50
+ .tutor-wrapper-boarding.active {
51
+ display: block;
52
+ }
53
+
54
+ ul.tutor-setup-content li {
55
+ display: none;
56
+ }
57
+
58
+ ul.tutor-setup-content li.active {
59
+ display: block;
60
+ }
61
+
62
+ /* ******** Tutor Setup Wizard *********** */
63
+ .tutor-wizard-container {
64
+ position: relative;
65
+ max-width: 100%;
66
+ padding: 0 15px;
67
+ margin-right: auto;
68
+ margin-left: auto;
69
+ overflow-x: hidden;
70
+ }
71
+
72
+ @media (min-width: 1200px) {
73
+ .tutor-wizard-container {
74
+ max-width: 1140px;
75
+ }
76
+ }
77
+
78
+ .tutor-setup {
79
+ background: #f0f3f6;
80
+ }
81
+
82
+ .tutor-wrapper-boarding {
83
+ font-size: 13px;
84
+ font-weight: 400;
85
+ line-height: 1.83;
86
+ color: var(--primary-text);
87
+ }
88
+
89
+ .tutor-setup-wizard-settings {
90
+ padding: 70px 0;
91
+ }
92
+
93
+ .tutor-setup-content {
94
+ border-radius: 3px;
95
+ box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
96
+ background-color: #ffffff;
97
+ }
98
+
99
+ .tutor-setup-wrapper {
100
+ display: grid;
101
+ grid-template-columns: 55px 762px;
102
+ grid-template-columns: minmax(auto, 55px) minmax(80%, 762px);
103
+ grid-gap: 96px;
104
+ }
105
+
106
+ .tutor-setup-title {
107
+ justify-self: right;
108
+ align-self: center;
109
+ list-style: none;
110
+ display: grid;
111
+ grid-gap: 45px;
112
+ font-size: 14px;
113
+ letter-spacing: -0.08px;
114
+ color: var(--primary-text);
115
+ position: relative;
116
+ }
117
+
118
+ .tutor-setup-title:before {
119
+ content: "";
120
+ position: absolute;
121
+ width: 1px;
122
+ border-left: solid 1px #e3e3e3;
123
+ top: 32px;
124
+ right: -37px;
125
+ height: calc(100% - 35px);
126
+ }
127
+
128
+ .tutor-setup-title li {
129
+ position: relative;
130
+ }
131
+ .tutor-setup-title li:hover {
132
+ cursor: pointer;
133
+ }
134
+
135
+ .tutor-setup-title li:before {
136
+ content: "";
137
+ background-image: url(../images/checkmark.svg);
138
+ background-repeat: no-repeat;
139
+ position: absolute;
140
+ width: 18px;
141
+ height: 18px;
142
+ top: calc(50% - 9px);
143
+ right: -45px;
144
+ background: #d6d8df;
145
+ border-radius: 50%;
146
+ transition: box-shadow 0.2s linear;
147
+ box-shadow: inset 0px 0px 0px 5px #f8f9fa;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ }
152
+
153
+ .tutor-setup-title li.active:before {
154
+ background: var(--primary-btn);
155
+ }
156
+
157
+ .tutor-setup-title li.active:before {
158
+ background-image: url(../images/checkmark.svg);
159
+ background-repeat: no-repeat;
160
+ background-position: center;
161
+ background-color: var(--primary-btn);
162
+ box-shadow: inset 0px 0px 0px 5px transparent;
163
+ }
164
+
165
+ .tutor-setup-title li:after {
166
+ content: "";
167
+ position: absolute;
168
+ border-right: 10px solid #fff;
169
+ border-top: 13px solid transparent;
170
+ border-bottom: 13px solid transparent;
171
+ top: calc(50% - 13px);
172
+ right: calc(0% - 96px);
173
+ filter: drop-shadow(-2px 0px 2px rgba(219, 215, 215, 0.45));
174
+ transform: translateX(3px) scale(0.7);
175
+ opacity: 0;
176
+ transition: transform 0.1s linear;
177
+ }
178
+
179
+ .tutor-setup-title li.current:after {
180
+ opacity: 1;
181
+ transform: translateX(0px) scale(1);
182
+ }
183
+
184
+ .tutor-setup-wizard-settings.active {
185
+ display: grid !important;
186
+ grid-template-columns: auto;
187
+ grid-template-rows: auto;
188
+ place-items: center;
189
+ }
190
+
191
+ .tutor-setup-content-heading.heading,
192
+ .active .tutor-setup-content-heading.heading {
193
+ display: grid;
194
+ grid-template-columns: 1fr auto auto;
195
+ grid-gap: 20px;
196
+ border-bottom: solid 1px #e3e3e3;
197
+ }
198
+
199
+ .tutor-setup-content-heading.heading strong,
200
+ .active .tutor-setup-content-heading.heading strong {
201
+ font-weight: 600;
202
+ color: var(--secondary-text);
203
+ }
204
+
205
+ .tutor-setup-content-heading.heading div:last-child {
206
+ position: relative;
207
+ padding-left: 22px;
208
+ opacity: 0.7;
209
+ cursor: pointer;
210
+ }
211
+
212
+ .tutor-setup-content-heading.heading div:last-child:before {
213
+ content: url(../images/roload-arrow.svg);
214
+ position: absolute;
215
+ left: 0;
216
+ top: 3px;
217
+ }
218
+
219
+ .tutor-setup-content-heading.greetings {
220
+ display: block;
221
+ text-align: center;
222
+ padding: 0;
223
+ }
224
+
225
+ [class^="tutor-setup-content-"] {
226
+ padding: 25px 28px 25px 33px;
227
+ }
228
+
229
+ .tutor-setup-content-heading.body {
230
+ padding-top: 37px;
231
+ }
232
+
233
+ .tutor-setup-content .tutor-setting {
234
+ display: grid;
235
+ grid-template-rows: 1fr;
236
+ grid-template-columns: 1.3fr 3fr 0.8fr;
237
+ grid-gap: 50px;
238
+ margin: 42px 0;
239
+ }
240
+
241
+ .tutor-setup-content .tutor-setting:first-child {
242
+ margin-top: 0;
243
+ }
244
+
245
+ .tutor-setup-content .tutor-setting:nth-child(-n + 4) .content {
246
+ padding: 0 30px 0 0;
247
+ }
248
+
249
+ .align-center {
250
+ align-items: center;
251
+ }
252
+
253
+ .tutor-setup-content-footer.footer {
254
+ display: grid;
255
+ grid-template-rows: auto;
256
+ grid-template-columns: 1fr auto auto;
257
+ grid-gap: 20px;
258
+ place-items: center;
259
+ border-top: solid 1px #f0f3f6;
260
+ background: url(../images/stripe-pattern-tiny.png);
261
+ background-size: cover;
262
+ background-repeat: no-repeat;
263
+ padding: 25px 28px 29px 33px;
264
+ }
265
+
266
+ .greetings .tutor-setup-content-footer.footer {
267
+ grid-template-columns: auto auto;
268
+ place-content: center;
269
+ }
270
+
271
+ .tutor-setup-content-heading.greetings .content {
272
+ display: grid;
273
+ grid-gap: 20px;
274
+ padding: 65px 200px 73px 200px;
275
+ }
276
+
277
+ .tutor-setup-content-heading.greetings .content h2 {
278
+ font-size: 24px;
279
+ font-weight: 300;
280
+ font-stretch: normal;
281
+ font-style: normal;
282
+ line-height: 0.83;
283
+ letter-spacing: normal;
284
+ text-align: center;
285
+ color: var(--secondary-text);
286
+ }
287
+ .tutor-setup-content-heading.greetings .content p {
288
+ color: var(--primary-text);
289
+ }
290
+ /* Lesson Permalink Input */
291
+ .tutor-setting input[type="text"].lesson-permalink,
292
+ .tutor-setting textarea.lesson-message {
293
+ width: 100%;
294
+ height: 44px;
295
+ padding: 10px 15px;
296
+ border-radius: 5px;
297
+ border: solid 1px #dcdfe5;
298
+ background-color: var(--initial);
299
+ font-size: 14px;
300
+ line-height: 1.57;
301
+ letter-spacing: normal;
302
+ color: var(--secondary-text);
303
+ outline: none;
304
+ margin-bottom: 13px;
305
+ }
306
+
307
+ .tutor-setting input[type="text"].lesson-permalink {
308
+ margin-top: -10px;
309
+ }
310
+
311
+ .tutor-setting input[type="text"].lesson-permalink::placeholder,
312
+ .tutor-setting textarea.lesson-message::placeholder {
313
+ color: var(--primary-text);
314
+ font-weight: 300;
315
+ font-family: "Lato", sans-serif;
316
+ font-size: 13px;
317
+ }
318
+
319
+ .tutor-setting input[type="text"].lesson-permalink:focus,
320
+ .tutor-setting textarea.lesson-message:focus {
321
+ border-color: var(--primary-btn);
322
+ }
323
+
324
+ /* Lesson Message Textarea */
325
+ .tutor-setting textarea.lesson-message {
326
+ width: calc(100% - 20px);
327
+ height: 87px;
328
+ padding: 11px 13px;
329
+ }
330
+
331
+ /* Courses Per Row */
332
+ .tutor-setting.course-setting-wrapper {
333
+ grid-template-columns: 1.2fr 4fr;
334
+ grid-gap: 50px;
335
+ }
336
+
337
+ .tutor-setting .title .tooltip-btn {
338
+ position: relative;
339
+ margin-left: 10px;
340
+ }
341
+
342
+ .tutor-setting .title .tooltip-btn span {
343
+ position: absolute;
344
+ left: -1px;
345
+ top: -1px;
346
+ }
347
+
348
+ .tutor-setting .title .tooltip-btn span:after,
349
+ .tutor-setting .title .tooltip-btn span:after {
350
+ content: url(../images/info-icon.svg);
351
+ }
352
+
353
+ /* ********************* */
354
+ /**
355
+ * Tooltip Styles
356
+ */
357
+
358
+ /* Add this attribute to the element that needs a tooltip */
359
+ [data-tooltip] {
360
+ position: relative;
361
+ z-index: 2;
362
+ cursor: pointer;
363
+ }
364
+
365
+ /* Hide the tooltip content by default */
366
+ [data-tooltip]:before,
367
+ [data-tooltip]:after {
368
+ visibility: hidden;
369
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
370
+ filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
371
+ opacity: 0;
372
+ pointer-events: none;
373
+ }
374
+
375
+ /* Position tooltip above the element */
376
+ [data-tooltip]:before {
377
+ content: attr(data-tooltip);
378
+ position: absolute;
379
+ bottom: 150%;
380
+ left: 50%;
381
+ margin-bottom: 0px;
382
+ margin-left: -60px;
383
+ padding: 7px;
384
+ width: 120px;
385
+ border-radius: 3px;
386
+ background-color: #f0f3f6;
387
+ border: 1px solid #dcdfe5;
388
+ color: #1f2849;
389
+ text-align: center;
390
+ font-size: 12px;
391
+ line-height: 1.4;
392
+ font-weight: 300;
393
+ }
394
+
395
+ /* Triangle hack to make tooltip look like a speech bubble */
396
+ [data-tooltip]:after {
397
+ position: absolute;
398
+ bottom: 130%;
399
+ left: 50%;
400
+ transform: translateX(10%);
401
+ border-top: 5px solid #cfcfcf;
402
+ border-right: 5px solid transparent;
403
+ border-left: 5px solid transparent;
404
+ content: " ";
405
+ font-size: 0;
406
+ line-height: 0;
407
+ }
408
+
409
+ [data-tooltip]:before,
410
+ [data-tooltip]:after {
411
+ transform: translateY(15px);
412
+ transition: 0.2s ease;
413
+ }
414
+
415
+ /* [data-tooltip]:hover:before,
416
+ [data-tooltip]:hover:after, */
417
+ .active[data-tooltip]:before,
418
+ .active[data-tooltip]:after {
419
+ visibility: visible;
420
+ opacity: 1;
421
+ transform: translateY(0px);
422
+ }
423
+
424
+ /* ********************* */
425
+ .tutor-setting .content input[type="radio"].course {
426
+ -webkit-appearance: none;
427
+ -moz-appearance: none;
428
+ appearance: none;
429
+ outline: none;
430
+ cursor: pointer;
431
+ width: 97px;
432
+ height: 46px;
433
+ background: #dbdbdb;
434
+ display: none;
435
+ }
436
+
437
+ .tutor-setting .content .course-per-row {
438
+ display: grid;
439
+ grid-template-rows: auto;
440
+ grid-template-columns: repeat(4, auto);
441
+ grid-gap: 10px;
442
+ margin-left: -8px;
443
+ }
444
+
445
+ .tutor-setting .content .course-per-page {
446
+ display: grid;
447
+ grid-template-columns: repeat(5, auto);
448
+ }
449
+
450
+ .tutor-setting .content .attemps-allowed {
451
+ grid-template-columns: repeat(5, 1fr);
452
+ }
453
+
454
+ .tutor-setting .content .course-per-page .wrapper {
455
+ position: relative;
456
+ width: auto;
457
+ height: auto;
458
+ }
459
+
460
+ .tutor-setting .content .wrapper {
461
+ position: relative;
462
+ width: 97px;
463
+ height: 46px;
464
+ }
465
+
466
+ .tutor-setting .content .span {
467
+ width: 97px;
468
+ height: 46px;
469
+ display: grid;
470
+ grid-template-columns: repeat(1, 1fr);
471
+ place-items: center;
472
+ cursor: pointer;
473
+ border: 8px solid transparent;
474
+ border-radius: 3px;
475
+ background: #ffff;
476
+ transition: 0.2s linear;
477
+ }
478
+
479
+ .tutor-setting .content .span span {
480
+ width: 100%;
481
+ height: 100%;
482
+ text-indent: -9999px;
483
+ border-radius: 2px;
484
+ border: solid 1px #d6dce3;
485
+ background-color: #f0f3f6;
486
+ transition: 0.2s ease-in-out;
487
+ }
488
+
489
+ .tutor-setting .content .wrapper:nth-child(2) .span {
490
+ grid-template-columns: repeat(2, 1fr);
491
+ grid-gap: 10px;
492
+ }
493
+
494
+ .tutor-setting .content .wrapper:nth-child(3) .span {
495
+ grid-template-columns: repeat(3, 1fr);
496
+ grid-gap: 9px;
497
+ }
498
+
499
+ .tutor-setting .content .wrapper:nth-child(4) .span {
500
+ grid-template-columns: repeat(4, 1fr);
501
+ grid-gap: 8px;
502
+ }
503
+
504
+ /* checked css */
505
+ input[type="radio"].course:checked + .span {
506
+ color: white;
507
+ box-shadow: 0 0 0 1px #d6dce3;
508
+ }
509
+
510
+ input[type="radio"].course:checked + .span span {
511
+ background-color: var(--primary-btn);
512
+ border-color: var(--primary-btn);
513
+ }
514
+
515
+ /* Course Per Page */
516
+ .course-per-page span.radio-icon,
517
+ .course-setting-wrapper .ecommerce .radio-icon,
518
+ .settings .time-expires .radio-icon {
519
+ position: absolute;
520
+ width: 18px;
521
+ height: 18px;
522
+ border: solid 1px #d6dce3;
523
+ background-color: #f0f3f6;
524
+ border-radius: 50%;
525
+ top: 0px;
526
+ left: 0px;
527
+ cursor: pointer;
528
+ transition: all 0.2s ease-in-out;
529
+ }
530
+ .course-per-page span.radio-icon:before,
531
+ .course-setting-wrapper .ecommerce .radio-icon:before,
532
+ .settings .time-expires .radio-icon:before {
533
+ content: "";
534
+ width: 20px;
535
+ height: 20px;
536
+ top: calc(50% - 10px);
537
+ left: calc(50% - 10px);
538
+ position: absolute;
539
+ border-radius: 50%;
540
+ background: #3057d5;
541
+ background: #f1f3f7;
542
+ transform: scale(0);
543
+ transition: all 0.2s ease-in-out;
544
+ }
545
+
546
+ .course-per-page input[type="radio"].course-p:checked + .radio-icon,
547
+ .course-setting-wrapper .ecommerce .radio-input:checked + .radio-icon,
548
+ .settings .time-expires input[type="radio"]:checked + .radio-icon {
549
+ background: var(--primary-btn);
550
+ border-color: var(--primary-btn);
551
+ }
552
+
553
+ .course-per-page input[type="radio"].course-p:checked + .radio-icon:before,
554
+ .course-setting-wrapper .ecommerce .radio-input:checked + .radio-icon:before,
555
+ .settings .time-expires input[type="radio"]:checked + .radio-icon:before {
556
+ background: #f0f3f6;
557
+ transform: scale(0.4);
558
+ }
559
+
560
+ .course-setting-wrapper .ecommerce .radio-icon,
561
+ .settings .time-expires .radio-icon {
562
+ margin-top: 5px;
563
+ }
564
+
565
+ input#attempts-allowed-1:checked ~ .label-text-2 input {
566
+ border: 1px solid var(--primary-btn);
567
+ }
568
+
569
+ .course-per-page input.course-p,
570
+ .course-setting-wrapper input.radio-input {
571
+ -webkit-appearance: none;
572
+ -moz-appearance: none;
573
+ appearance: none;
574
+ cursor: pointer;
575
+ outline: none;
576
+ width: 28px;
577
+ height: 18px;
578
+ }
579
+
580
+ .course-per-page span.label-text {
581
+ position: absolute;
582
+ width: 18px;
583
+ height: 18px;
584
+ line-height: 18px;
585
+ cursor: pointer;
586
+ font-size: 16px;
587
+ font-weight: 600;
588
+ color: var(--secondary-text);
589
+ }
590
+
591
+ .attempts-allowed.course-per-page span.label-text-2 {
592
+ width: 65px;
593
+ height: 40px;
594
+ top: -10px;
595
+ }
596
+
597
+ .course-per-page input[type="number"].attempts {
598
+ width: 65px;
599
+ height: 40px;
600
+ border-radius: 5px;
601
+ border: solid 1px #dcdfe5;
602
+ background-color: #ffffff;
603
+ outline: none;
604
+ cursor: pointer;
605
+ font-size: 16px;
606
+ font-weight: 600;
607
+ color: var(--secondary-text);
608
+ padding: 7px 2px 7px 10px;
609
+ }
610
+
611
+ .attempts-allowed.active input[type="number"].attempts {
612
+ color: var(--secondary-text);
613
+ }
614
+
615
+ :not(.active) input[type="number"].attempts {
616
+ color: #818890;
617
+ }
618
+
619
+ .course-per-page input[type="number"].attempts:focus {
620
+ border-color: var(--primary-btn);
621
+ }
622
+
623
+ .course-per-page,
624
+ input[type="radio"].course-p:checked,
625
+ input[type="number"].attempts:focus {
626
+ border-color: var(--primary-btn);
627
+ }
628
+
629
+ .tutor-setup-btn-wrapper {
630
+ justify-self: left;
631
+ }
632
+
633
+ button.tutor-setup-previous {
634
+ display: inline-block;
635
+ padding: 0 50px;
636
+ text-transform: uppercase;
637
+ }
638
+
639
+ .tutor-setup-title li {
640
+ letter-spacing: -0.08px;
641
+ text-align: right;
642
+ color: var(--primary-text);
643
+ }
644
+
645
+ .tutor-setup-title li.active {
646
+ font-weight: 600;
647
+ color: var(--secondary-text);
648
+ }
649
+
650
+ .tutor-setup-content-heading.heading > div:nth-child(1) {
651
+ font-size: 20px;
652
+ line-height: 1;
653
+ font-weight: 300;
654
+ color: var(--secondary-text);
655
+ }
656
+
657
+ .tutor-setup-content-heading.heading > div {
658
+ font-weight: 300;
659
+ color: var(--primary-text);
660
+ }
661
+
662
+ .tutor-setting .title {
663
+ font-size: 15px;
664
+ font-weight: normal;
665
+ font-stretch: normal;
666
+ font-style: normal;
667
+ letter-spacing: -0.19px;
668
+ color: var(--secondary-text);
669
+ }
670
+
671
+ .tutor-setting .content b {
672
+ font-weight: 600;
673
+ }
674
+
675
+ /* Tutor Input Switch Button styles*/
676
+ label.switch-label {
677
+ display: grid;
678
+ grid-template-columns: repeat(3, auto);
679
+ grid-gap: 6px;
680
+ place-items: center;
681
+ font-size: 11px;
682
+ }
683
+
684
+ .input-switch-label-1 .switchbox-wrapper span.switchbox-icon:before {
685
+ display: none;
686
+ }
687
+
688
+ input[type="checkbox"].switch_1 {
689
+ font-size: 30px;
690
+ -webkit-appearance: none;
691
+ -moz-appearance: none;
692
+ appearance: none;
693
+ width: 40px;
694
+ height: 24px;
695
+ border-radius: 12px;
696
+ background-color: #e2e7eb;
697
+ position: relative;
698
+ cursor: pointer;
699
+ outline: none;
700
+ transition: all 0.2s ease-in-out;
701
+ }
702
+
703
+ input[type="checkbox"].switch_1:checked {
704
+ background-color: #4bd863;
705
+ }
706
+
707
+ input[type="checkbox"].switch_1:after {
708
+ position: absolute;
709
+ content: "";
710
+ width: 25.72px;
711
+ height: 25.72px;
712
+ border-radius: 50%;
713
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
714
+ background-color: #ffffff;
715
+ transform: scale(0.7);
716
+ left: 0px;
717
+ top: -1px;
718
+ transition: all 0.2s ease-in-out;
719
+ }
720
+
721
+ input[type="checkbox"].switch_1:checked:after {
722
+ left: calc(100% - 25.72px);
723
+ }
724
+
725
+ .input-switch-label {
726
+ cursor: pointer;
727
+ }
728
+
729
+ .input-switchbox {
730
+ display: inline-flex;
731
+ cursor: pointer;
732
+ }
733
+
734
+ input[type="checkbox"].input-switchbox {
735
+ -webkit-appearance: none;
736
+ -moz-appearance: none;
737
+ appearance: none;
738
+ }
739
+
740
+ .switchbox-wrapper {
741
+ position: relative;
742
+ width: 40px;
743
+ height: 24px;
744
+ border-radius: 12px;
745
+ background-color: #e2e7eb;
746
+ cursor: pointer;
747
+ outline: none;
748
+ transition: all 0.2s ease-in-out;
749
+ }
750
+
751
+ input[type="checkbox"].input-switchbox {
752
+ width: 40px;
753
+ height: 24px;
754
+ border-radius: 12px;
755
+ background-color: #e2e7eb;
756
+ position: absolute;
757
+ outline: none;
758
+ }
759
+
760
+ .switchbox-wrapper span.switchbox-icon {
761
+ position: absolute;
762
+ content: "";
763
+ width: 25.72px;
764
+ height: 25.72px;
765
+ border-radius: 50%;
766
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
767
+ background-color: #ffffff;
768
+ transform: scale(0.7);
769
+ left: 0;
770
+ top: calc(50% - 13px);
771
+ transition: all 0.2s ease-in-out;
772
+ }
773
+
774
+ .switchbox-wrapper span.switchbox-icon:before {
775
+ content: "";
776
+ position: absolute;
777
+ width: 2px;
778
+ height: 8px;
779
+ background: #d71830;
780
+ border-radius: 2px;
781
+ top: calc(50% - 4px);
782
+ left: calc(50% - 1px);
783
+ }
784
+
785
+ input[type="checkbox"].input-switchbox:checked {
786
+ background: #4bd863;
787
+ }
788
+
789
+ input[type="checkbox"].input-switchbox:checked + .switchbox-icon:before {
790
+ background: #4bd863;
791
+ }
792
+
793
+ input[type="checkbox"].input-switchbox:checked ~ .switchbox-icon {
794
+ left: calc(100% - 25.732px);
795
+ }
796
+
797
+ .input-switch-label .label-on {
798
+ color: #c8c8c8;
799
+ }
800
+
801
+ .input-switch-label .label-off {
802
+ padding-right: 2px;
803
+ color: #c8c8c8;
804
+ }
805
+
806
+ .input-switch-label .label-on.active {
807
+ color: #969696;
808
+ }
809
+
810
+ .input-switch-label .label-off.active {
811
+ color: #969696;
812
+ }
813
+
814
+ /* SVG Animated Button */
815
+ .animated-btn,
816
+ .primary-btn {
817
+ position: relative;
818
+ font-family: "Open Sans", sans-serif;
819
+ font-size: 14px;
820
+ font-weight: 500;
821
+ line-height: 1em;
822
+ text-transform: uppercase;
823
+ color: #ffffff;
824
+ display: inline-block;
825
+ text-align: center;
826
+ white-space: nowrap;
827
+ vertical-align: middle;
828
+ border-radius: 3px;
829
+ background-color: var(--primary-btn);
830
+ border: 1px solid var(--primary-btn);
831
+ padding: 14px 20px;
832
+ cursor: pointer;
833
+ outline: none;
834
+ }
835
+ .tutor-type-next {
836
+ margin-left: 10px;
837
+ border: none;
838
+ }
839
+
840
+ button.previous span,
841
+ button.previous svg,
842
+ button.next span,
843
+ button.next svg {
844
+ vertical-align: middle;
845
+ }
846
+
847
+ button.previous svg {
848
+ margin-right: 10px;
849
+ transition: 200ms;
850
+ }
851
+ button.next svg {
852
+ transition: 200ms;
853
+ margin-left: 10px;
854
+ }
855
+
856
+ button.previous:hover svg {
857
+ transform: translateX(-4px) rotate(180deg);
858
+ }
859
+
860
+ button.next:hover svg {
861
+ transform: translateX(4px);
862
+ }
863
+
864
+ .animated-btn:hover span {
865
+ transform: translateX(8px);
866
+ }
867
+
868
+ .animated-btn svg {
869
+ margin-top: -2px;
870
+ }
871
+
872
+ /* Prevoius Button */
873
+ .previous.animated-btn {
874
+ background-color: transparent;
875
+ border-color: var(--primary-btn);
876
+ color: var(--primary-btn);
877
+ text-transform: uppercase;
878
+ }
879
+
880
+ .previous.animated-btn:hover {
881
+ background: var(--primary-btn);
882
+ color: #ffffff;
883
+ }
884
+
885
+ .next.animated-btn:hover {
886
+ background: #3254c1;
887
+ }
888
+
889
+ .previous.animated-btn svg {
890
+ transform: rotate(180deg);
891
+ }
892
+
893
+ .previous.animated-btn svg path {
894
+ fill: var(--primary-btn);
895
+ transition: 200ms;
896
+ }
897
+
898
+ .previous.animated-btn:hover svg path {
899
+ fill: white;
900
+ }
901
+
902
+ button[class^="tutor-setup-"] {
903
+ cursor: pointer;
904
+ padding: 10px 20px;
905
+ font-size: 14px;
906
+ font-weight: normal;
907
+ font-stretch: normal;
908
+ font-style: normal;
909
+ line-height: 1.43;
910
+ text-transform: capitalize;
911
+ text-align: center;
912
+ color: var(--tertiary-btn);
913
+ transition: 200ms;
914
+ outline: none;
915
+ }
916
+
917
+ button.tutor-setup-next.next {
918
+ color: var(--initial);
919
+ text-transform: uppercase;
920
+ }
921
+
922
+ button.tutor-setup-skip {
923
+ background: transparent;
924
+ border: none;
925
+ padding: 5px;
926
+ font-weight: 300;
927
+ letter-spacing: 0.1px;
928
+ color: var(--primary-btn);
929
+ text-decoration: underline;
930
+ }
931
+
932
+ button.tutor-setup-skip:hover {
933
+ color: #3254c1;
934
+ }
935
+
936
+ .tutor-setting .grade-calculation {
937
+ display: grid;
938
+ grid-template-columns: auto;
939
+ }
940
+
941
+ /* Greetings Button */
942
+ .greetings .primary-btn:last-child {
943
+ background: transparent;
944
+ color: var(--secondary-text);
945
+ }
946
+
947
+ /* Grade Calculation Dropdwon */
948
+ .select-box {
949
+ display: flex;
950
+ width: 400px;
951
+ flex-direction: column;
952
+ position: relative;
953
+ }
954
+
955
+ .select-box .options-container {
956
+ max-height: 66px;
957
+ width: calc(100% - 12px);
958
+ opacity: 0;
959
+ transition: all 0.4s;
960
+ overflow: hidden;
961
+ border-radius: 5px;
962
+ border: solid 1px #dcdfe5;
963
+ background-color: #ffffff;
964
+ position: absolute;
965
+ top: 68px;
966
+ z-index: 99;
967
+ order: 1;
968
+ }
969
+
970
+ .selected {
971
+ background: #2f3640;
972
+ margin-bottom: 8px;
973
+ position: relative;
974
+ width: 388px;
975
+ height: 64px;
976
+ border-radius: 5px;
977
+ border: solid 1px #dcdfe5;
978
+ background-color: #ffffff;
979
+
980
+ order: 0;
981
+ }
982
+
983
+ .selected::after {
984
+ /* BG Img */
985
+ content: url("../images/angle-shape.svg");
986
+ position: absolute;
987
+ right: 15px;
988
+ top: 50%;
989
+ transform: translateY(-50%);
990
+ transition: transform 0.5s;
991
+ }
992
+
993
+ .selected h3,
994
+ .select-box label h3,
995
+ .checkbox-wrapper h4 {
996
+ font-size: 14px;
997
+ font-weight: 400;
998
+ line-height: 1.57;
999
+ color: #1f2949;
1000
+ }
1001
+
1002
+ .selected h5,
1003
+ .select-box label h5,
1004
+ .checkbox-wrapper h5 {
1005
+ font-size: 12px;
1006
+ font-weight: 400;
1007
+ line-height: 1.83;
1008
+ color: var(--primary-text);
1009
+ }
1010
+
1011
+ .select-box .options-container.active {
1012
+ max-height: 190px;
1013
+ opacity: 1;
1014
+ overflow-y: scroll;
1015
+ }
1016
+
1017
+ .select-box .options-container.active + .selected::after {
1018
+ transform: translateY(-50%) rotateX(180deg);
1019
+ }
1020
+
1021
+ .select-box .options-container.active + .selected {
1022
+ border-color: var(--primary-btn);
1023
+ }
1024
+
1025
+ .select-box .options-container::-webkit-scrollbar {
1026
+ width: 8px;
1027
+ background: #f1f2f3;
1028
+ border-radius: 0 5px 5px 0;
1029
+ }
1030
+
1031
+ .select-box .options-container::-webkit-scrollbar-thumb {
1032
+ background: #525861;
1033
+ background: var(--primary-text);
1034
+ border-radius: 0 5px 5px 0;
1035
+ }
1036
+
1037
+ .select-box .options-container::-moz-scrollbar {
1038
+ width: 8px;
1039
+ background: #f1f2f3;
1040
+ border-radius: 0 5px 5px 0;
1041
+ }
1042
+
1043
+ .select-box .options-container::-moz-scrollbar-thumb {
1044
+ background: #525861;
1045
+ background: var(--primary-text);
1046
+ border-radius: 0 5px 5px 0;
1047
+ }
1048
+
1049
+ /* .option {
1050
+ display: none;
1051
+ }
1052
+ .option.selected {
1053
+ display: block;
1054
+ } */
1055
+
1056
+ .selected,
1057
+ .select-box .option {
1058
+ padding: 10px 15px;
1059
+ cursor: pointer;
1060
+ }
1061
+ .select-box .option:hover {
1062
+ background: #dcdfe5;
1063
+ }
1064
+ .select-box label {
1065
+ cursor: pointer;
1066
+ }
1067
+ .select-box .option .radio {
1068
+ display: none;
1069
+ }
1070
+
1071
+ /* Sider 1st */
1072
+ .tutor-setting .content .limit-slider {
1073
+ display: grid;
1074
+ grid-template-columns: 0.92fr auto;
1075
+ grid-gap: 30px;
1076
+ place-content: flex-start;
1077
+ }
1078
+ .limit-slider-has-parent {
1079
+ display: flex;
1080
+ }
1081
+ .tutor-setting .limit-slider > strong:last-child,
1082
+ .tutor-setting .limit-slider > span:last-child {
1083
+ margin-left: 32px;
1084
+ min-width: 15px;
1085
+ text-align: right;
1086
+ }
1087
+
1088
+ .tutor-setting .content .limit-slider h5 {
1089
+ font-size: 12px;
1090
+ font-weight: 400;
1091
+ text-align: right;
1092
+ margin-right: 20px;
1093
+ color: #1f2949;
1094
+ }
1095
+
1096
+ .tutor-setting .content .limit-slider h5 span {
1097
+ margin-right: 4px;
1098
+ font-weight: 600;
1099
+ }
1100
+ .course-setting-wrapper .settings .limit-slider {
1101
+ display: flex;
1102
+ grid-gap: 30px;
1103
+ align-items: center;
1104
+ justify-content: space-between;
1105
+ }
1106
+ /* Time Limit */
1107
+ .limit-slider input[type="range"].range-input {
1108
+ outline: none;
1109
+ -webkit-appearance: none;
1110
+ -moz-appearance: none;
1111
+ appearance: none;
1112
+ max-width: 383px;
1113
+ max-width: 100%;
1114
+ height: 6px;
1115
+ border-radius: 8px;
1116
+ background-color: var(--primary-btn);
1117
+ /*background-image: url(../images/slider-dot.png);*/
1118
+ background-repeat: repeat-x;
1119
+ background-size: contain;
1120
+ background-position: center;
1121
+ flex-grow: 1;
1122
+ }
1123
+ .limit-slider .range-value {
1124
+ margin-right: 5px;
1125
+ min-width: 15px;
1126
+ display: inline-block;
1127
+ }
1128
+ /* For Chrome (-webkit-slider-thumb) */
1129
+ input[type="range"].range-input::-webkit-slider-thumb {
1130
+ -webkit-appearance: none;
1131
+ appearance: none;
1132
+ width: 20px;
1133
+ height: 20px;
1134
+ border-radius: 50%;
1135
+ cursor: pointer;
1136
+ background-color: #cbcfd3;
1137
+ border: 6px solid white;
1138
+ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
1139
+ }
1140
+
1141
+ /* For Mozilla (-moz-range-track and -moz-range-thumb) */
1142
+ input[type="range"].range-input::-moz-range-track {
1143
+ max-width: 383px;
1144
+ max-width: 100%;
1145
+ height: 6px;
1146
+ border-radius: 8px;
1147
+ background-color: #f0f3f6;
1148
+ }
1149
+
1150
+ input[type="range"].range-input::-moz-range-thumb {
1151
+ -moz-appearance: none;
1152
+ appearance: none;
1153
+ width: 5px;
1154
+ height: 5px;
1155
+ border-radius: 50%;
1156
+ cursor: pointer;
1157
+ background-color: #f0f3f6;
1158
+ border: 5px solid #3057d5;
1159
+ }
1160
+
1161
+ /* Sider 2nd */
1162
+ .tutor-setting .limit-slider.column-1 {
1163
+ display: grid;
1164
+ grid-template-columns: 1fr;
1165
+ grid-gap: 10px;
1166
+ margin-right: 20px;
1167
+ place-items: stretch;
1168
+ }
1169
+
1170
+ .limit-slider.column-1 input[type="range"].range-input {
1171
+ max-width: 100%;
1172
+ height: 6px;
1173
+ border-radius: 8px;
1174
+ background-color: var(--primary-btn);
1175
+ box-shadow: inset 0 0 0 1px rgba(47, 87, 213, 0.15);
1176
+ }
1177
+
1178
+ .limit-slider.column-1 input[type="range"]::-webkit-slider-thumb {
1179
+ -webkit-appearance: none;
1180
+ appearance: none;
1181
+ width: 18px;
1182
+ height: 18px;
1183
+ border-radius: 50%;
1184
+ cursor: pointer;
1185
+ background-color: #cbcfd3;
1186
+ border: 5.5px solid #fff;
1187
+ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
1188
+ }
1189
+
1190
+ .limit-slider.column-1 input[type="range"]::-moz-range-track {
1191
+ max-width: 100%;
1192
+ height: 6px;
1193
+ border-radius: 8px;
1194
+ background-color: #639aff;
1195
+ }
1196
+
1197
+ .limit-slider.column-1 input[type="range"]::-moz-range-thumb {
1198
+ width: 7px;
1199
+ height: 7px;
1200
+ background-color: #cbcfd3;
1201
+ border: 6px solid #fff;
1202
+ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
1203
+ }
1204
+
1205
+ .tutor-setting .limit-slider .commision-data {
1206
+ display: grid;
1207
+ grid-template-columns: 1fr 1fr;
1208
+ }
1209
+
1210
+ .tutor-setting .limit-slider .commision-data div:first-child {
1211
+ justify-self: flex-start;
1212
+ text-align: left;
1213
+ }
1214
+
1215
+ .tutor-setting .limit-slider .commision-data div:last-child {
1216
+ justify-self: flex-end;
1217
+ text-align: right;
1218
+ }
1219
+
1220
+ .tutor-setting .limit-slider .commision-data .data h4 {
1221
+ font-size: 14px;
1222
+ font-weight: 600;
1223
+ color: #1f2949;
1224
+ margin-right: 0;
1225
+ }
1226
+
1227
+ .tutor-setting .limit-slider .commision-data .data h5 {
1228
+ font-size: 12px;
1229
+ line-height: 1.33;
1230
+ color: #81878f;
1231
+ margin-right: 0;
1232
+ position: relative;
1233
+ padding-left: 10px;
1234
+ }
1235
+
1236
+ .limit-slider .commision-data .data h5:before {
1237
+ content: "";
1238
+ width: 5px;
1239
+ height: 5px;
1240
+ border-radius: 50%;
1241
+ background: #639aff;
1242
+ position: absolute;
1243
+ left: 0;
1244
+ top: 50%;
1245
+ transform: translateY(-50%);
1246
+ }
1247
+
1248
+ .limit-slider .commision-data .data:last-child h5:before {
1249
+ background: #3b57c4;
1250
+ }
1251
+
1252
+ /* Checkbox Field */
1253
+ .checkbox-wrapper.column-1 {
1254
+ display: grid;
1255
+ grid-template-columns: repeat(1, auto);
1256
+ }
1257
+
1258
+ .checkbox-wrapper.column-2 {
1259
+ display: grid;
1260
+ grid-template-columns: repeat(2, 0.26fr);
1261
+ grid-gap: 10px;
1262
+ }
1263
+
1264
+ .checkbox-wrapper.column-3 {
1265
+ display: grid;
1266
+ grid-template-columns: repeat(3, auto);
1267
+ }
1268
+
1269
+ .checkbox-wrapper label {
1270
+ display: grid;
1271
+ grid-template-columns: auto 1fr;
1272
+ grid-gap: 10px;
1273
+ position: relative;
1274
+ }
1275
+
1276
+ .checkbox-wrapper > div {
1277
+ margin: 17px 0;
1278
+ }
1279
+
1280
+ .checkbox-wrapper.column-1 > div:first-child,
1281
+ .checkbox-wrapper.column-2 > div:nth-child(1),
1282
+ .checkbox-wrapper.column-2 > div:nth-child(2),
1283
+ .checkbox-wrapper.column-3 > div:nth-child(1),
1284
+ .checkbox-wrapper.column-3 > div:nth-child(2),
1285
+ .checkbox-wrapper.column-3 > div:nth-child(3) {
1286
+ margin-top: 0;
1287
+ }
1288
+
1289
+ .checkbox-wrapper.column-1 > div {
1290
+ padding-right: 40px;
1291
+ }
1292
+
1293
+ .checkbox-wrapper .check-icon,
1294
+ .checkbox-wrapper label {
1295
+ cursor: pointer;
1296
+ }
1297
+
1298
+ input.checkbox {
1299
+ -webkit-appearance: none;
1300
+ -moz-appearance: none;
1301
+ appearance: none;
1302
+ width: 18px;
1303
+ height: 18px;
1304
+ outline: none;
1305
+ display: none;
1306
+ }
1307
+
1308
+ .checkbox-wrapper .check-icon {
1309
+ width: 18.5px;
1310
+ height: 18.5px;
1311
+ border: solid 1px #d6dce3;
1312
+ background-color: #f0f3f6;
1313
+ border-radius: 50%;
1314
+ display: inline-block;
1315
+ position: relative;
1316
+ top: 4px;
1317
+ transition: 0.2s ease-in-out;
1318
+ }
1319
+
1320
+ .checkbox-wrapper .check-icon.square {
1321
+ width: 18px;
1322
+ height: 18px;
1323
+ border-radius: 2px;
1324
+ border: solid 1px #dcdfe5;
1325
+ background-color: #f1f3f7;
1326
+ top: 2px;
1327
+ }
1328
+
1329
+ .checkbox-wrapper .check-icon:before {
1330
+ content: url(../images/checkmark.svg);
1331
+ position: absolute;
1332
+ width: 100%;
1333
+ height: 100%;
1334
+ display: flex;
1335
+ justify-content: center;
1336
+ align-items: center;
1337
+ transform: scale(1.5);
1338
+ opacity: 0;
1339
+ transition: 0.2s ease-in-out;
1340
+ margin: -1px 1px;
1341
+ }
1342
+
1343
+ .checkbox-wrapper .check-icon.square:before {
1344
+ margin: -1px 0px 0px 1px;
1345
+ }
1346
+
1347
+ .checkbox-wrapper input.checkbox:checked + .check-icon {
1348
+ background: var(--primary-btn);
1349
+ border-color: var(--primary-btn);
1350
+ }
1351
+
1352
+ .checkbox-wrapper input.checkbox:checked + .check-icon:before {
1353
+ transform: scale(1.2);
1354
+ opacity: 1;
1355
+ }
1356
+
1357
+ .checkbox-wrapper .payment-setting label {
1358
+ grid-template-rows: auto;
1359
+ grid-template-columns: auto;
1360
+ place-items: center;
1361
+ grid-gap: 0;
1362
+ width: 110px;
1363
+ height: 110px;
1364
+ }
1365
+
1366
+ .payment-setting input.payment {
1367
+ width: 110px;
1368
+ height: 110px;
1369
+ border-radius: 3px;
1370
+ border: solid 1px #d6dce3;
1371
+ background-color: #f0f3f6;
1372
+ display: block;
1373
+ cursor: pointer;
1374
+ transition: 0.1s ease-in-out;
1375
+ }
1376
+
1377
+ .checkbox-wrapper .payment-setting label > div {
1378
+ position: absolute;
1379
+ }
1380
+
1381
+ .payment-setting .check-icon.round {
1382
+ top: -7px;
1383
+ left: -7px;
1384
+ }
1385
+
1386
+ .checkbox-wrapper input.payment:checked + .check-icon:before {
1387
+ transform: scale(1);
1388
+ }
1389
+
1390
+ .checkbox-wrapper .payment-setting .check-icon {
1391
+ width: 18.2px;
1392
+ height: 18.2px;
1393
+ }
1394
+
1395
+ .checkbox-wrapper .payment-setting .check-icon {
1396
+ opacity: 0;
1397
+ opacity: 0;
1398
+ transform: scale(1.1);
1399
+ transition: 0.3s ease-in-out;
1400
+ position: absolute;
1401
+ z-index: 1;
1402
+ }
1403
+
1404
+ .checkbox-wrapper .payment-setting input.checkbox:checked + .check-icon {
1405
+ opacity: 1;
1406
+ }
1407
+
1408
+ .checkbox-wrapper .payment-setting .check-icon:before {
1409
+ transform: scale(1);
1410
+ margin: -1px 0px;
1411
+ }
1412
+
1413
+ .payment-setting input.payment:checked {
1414
+ border-color: #3057d5;
1415
+ }
1416
+
1417
+ .checkbox-wrapper .payment-setting h4 {
1418
+ text-align: center;
1419
+ margin-top: 16px;
1420
+ word-break: break-word;
1421
+ }
1422
+ .payment-setting img {
1423
+ margin: 0 auto;
1424
+ }
1425
+ /* ******* Tutor Setup Wizard Boarding (Slick Slider) */
1426
+ .tutor-setup-wizard-boarding {
1427
+ text-align: center;
1428
+ padding: 40px 100px 105px 100px;
1429
+ }
1430
+
1431
+ .wizard-boarding-header {
1432
+ display: grid;
1433
+ place-items: center;
1434
+ grid-gap: 20px;
1435
+ }
1436
+
1437
+ .wizard-boarding-body {
1438
+ margin-top: 35px;
1439
+ }
1440
+
1441
+ .wizard-boarding-header div {
1442
+ font-size: 34px;
1443
+ line-height: 1.21;
1444
+ letter-spacing: -0.4px;
1445
+ text-align: center;
1446
+ color: #1f2949;
1447
+ }
1448
+
1449
+ .wizard-boarding-body .slide-thumb {
1450
+ margin-bottom: 43px;
1451
+ }
1452
+
1453
+ .wizard-boarding-body .slide-thumb img {
1454
+ border-radius: 3px;
1455
+ box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
1456
+ background-color: #ffffff;
1457
+ width: 100%;
1458
+ }
1459
+
1460
+ .wizard-boarding-body .slide-title {
1461
+ font-size: 20px;
1462
+ line-height: 2.05;
1463
+ letter-spacing: -0.24px;
1464
+ text-align: center;
1465
+ color: #1f2949;
1466
+ margin-bottom: 10px;
1467
+ }
1468
+
1469
+ .wizard-boarding-body .slide-subtitle {
1470
+ font-size: 16px;
1471
+ line-height: 1.69;
1472
+ text-align: center;
1473
+ color: #686d73;
1474
+ padding: 0 40px;
1475
+ }
1476
+
1477
+ .wizard-boarding-body .slick-slide {
1478
+ outline: none;
1479
+ cursor: move;
1480
+ opacity: 1;
1481
+ transition: 0.8s;
1482
+ margin: 0 15px;
1483
+ }
1484
+
1485
+ .wizard-boarding-body .slick-slide:not(.slick-active) {
1486
+ opacity: 0.3;
1487
+ transition: 0.8s;
1488
+ }
1489
+
1490
+ .wizard-boarding-body .slick-slide .slide-title,
1491
+ .wizard-boarding-body .slick-slide.slide-subtitle {
1492
+ opacity: 1;
1493
+ filter: blur(0px);
1494
+ transition: 0.5s;
1495
+ }
1496
+
1497
+ .wizard-boarding-body .slick-slide:not(.slick-active) .slide-title,
1498
+ .wizard-boarding-body .slick-slide:not(.slick-active) .slide-subtitle {
1499
+ opacity: 0;
1500
+ transition: 0.5s;
1501
+ filter: blur(5px);
1502
+ }
1503
+
1504
+ .wizard-boarding-body ul.slick-dots {
1505
+ width: 244px;
1506
+ height: 36px;
1507
+ border-radius: 18px;
1508
+ background-color: #f0f3f6;
1509
+ left: 50%;
1510
+ margin-left: calc(-244px / 2);
1511
+ bottom: calc(150px + 6px);
1512
+ display: flex !important;
1513
+ align-items: center;
1514
+ justify-content: center;
1515
+ }
1516
+
1517
+ .wizard-boarding-body ul.slick-dots li,
1518
+ .wizard-boarding-body ul.slick-dots li button,
1519
+ .wizard-boarding-body ul.slick-dots li button:before {
1520
+ width: 14px;
1521
+ height: 14px;
1522
+ border-radius: 50%;
1523
+ }
1524
+
1525
+ .wizard-boarding-body ul.slick-dots li button:before {
1526
+ display: none;
1527
+ }
1528
+
1529
+ .wizard-boarding-body ul.slick-dots li {
1530
+ margin: 0 5px;
1531
+ }
1532
+
1533
+ .wizard-boarding-body ul.slick-dots li button {
1534
+ background: #c6c9d2;
1535
+ border: 4px solid transparent;
1536
+ padding: 0;
1537
+ transform: scale(0.5715);
1538
+ transition: 0.3s ease;
1539
+ }
1540
+
1541
+ .wizard-boarding-body ul.slick-dots li.slick-active button {
1542
+ transform: scale(1);
1543
+ background: #3057d5;
1544
+ }
1545
+
1546
+ .wizard-boarding-footer {
1547
+ margin-top: 30px;
1548
+ }
1549
+
1550
+ .wizard-boarding-footer,
1551
+ .wizard-boarding-footer a,
1552
+ .tutor-type-skip {
1553
+ font-size: 16px;
1554
+ line-height: 1.69;
1555
+ letter-spacing: normal;
1556
+ text-align: center;
1557
+ color: var(--primary-btn);
1558
+ }
1559
+
1560
+ .wizard-boarding-footer:hover,
1561
+ .wizard-boarding-footer a:hover,
1562
+ .tutor-type-skip:hover {
1563
+ color: #3254c1;
1564
+ }
1565
+
1566
+ .wizard-boarding-footer {
1567
+ display: grid;
1568
+ grid-gap: 15px;
1569
+ }
1570
+
1571
+ .wizard-boarding-footer .animated-btn {
1572
+ background-color: var(--primary-btn);
1573
+ margin-bottom: 20px;
1574
+ }
1575
+
1576
+ /* ******* Tutor Setup Wizard Type */
1577
+ .tutor-setup-wizard-type.active {
1578
+ display: grid !important;
1579
+ place-items: center;
1580
+ grid-gap: 56px;
1581
+ padding: 46px 0 100px 0;
1582
+ }
1583
+
1584
+ .wizard-type-header {
1585
+ display: grid;
1586
+ place-items: center;
1587
+ grid-gap: 25px;
1588
+ }
1589
+
1590
+ .wizard-type-header .title {
1591
+ font-size: 34px;
1592
+ line-height: 1.21;
1593
+ letter-spacing: -0.4px;
1594
+ text-align: center;
1595
+ color: #1f2949;
1596
+ }
1597
+
1598
+ .wizard-type-header .subtitle {
1599
+ font-size: 16px;
1600
+ line-height: 1.69;
1601
+ text-align: center;
1602
+ color: #686d73;
1603
+ }
1604
+
1605
+ .wizard-type-body {
1606
+ display: grid;
1607
+ grid-template-columns: repeat(2, minmax(auto, 280px));
1608
+ grid-gap: 53px;
1609
+ }
1610
+
1611
+ .wizard-type-footer {
1612
+ display: grid;
1613
+ grid-gap: 30px;
1614
+ place-items: center;
1615
+ margin-top: 26px;
1616
+ }
1617
+
1618
+ .wizard-type-body .wizard-type-item label {
1619
+ cursor: pointer;
1620
+ display: grid;
1621
+ place-items: center;
1622
+ grid-gap: 28px;
1623
+ width: 280px;
1624
+ /* height: 352px; */
1625
+ border: 2px solid transparent;
1626
+ border-radius: 3px;
1627
+ box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
1628
+ background-color: #ffffff;
1629
+ padding-bottom: 40px;
1630
+ transition: 0.2s ease;
1631
+ }
1632
+
1633
+ .wizard-type-body .wizard-type-item img {
1634
+ max-width: 225px;
1635
+ margin: 25px auto 0px auto;
1636
+ }
1637
+
1638
+ .wizard-type-body .wizard-type-item .title,
1639
+ .wizard-type-body .wizard-type-item .subtitle {
1640
+ text-align: center;
1641
+ padding: 0 25px;
1642
+ }
1643
+
1644
+ .wizard-type-body .wizard-type-item .title {
1645
+ font-size: 20px;
1646
+ line-height: 1;
1647
+ letter-spacing: -0.24px;
1648
+ text-align: center;
1649
+ color: #1f2949;
1650
+ }
1651
+
1652
+ .wizard-type-body .wizard-type-item .subtitle {
1653
+ font-size: 14px;
1654
+ line-height: 1.64;
1655
+ letter-spacing: normal;
1656
+ text-align: center;
1657
+ color: #686d73;
1658
+ }
1659
+
1660
+ .wizard-type-body .wizard-type-item input {
1661
+ -webkit-appearance: none;
1662
+ appearance: none;
1663
+ width: 24px;
1664
+ height: 24px;
1665
+ position: absolute;
1666
+ margin: 15px 0 0 15px;
1667
+ z-index: 9;
1668
+ cursor: pointer;
1669
+ outline: none;
1670
+ }
1671
+
1672
+ .wizard-type-body .wizard-type-item .icon {
1673
+ width: 24px;
1674
+ height: 24px;
1675
+ border: solid 2px #e3e3e3;
1676
+ background-color: transparent;
1677
+ display: inline-block;
1678
+ cursor: pointer;
1679
+ position: absolute;
1680
+ margin: 15px 0 0 15px;
1681
+ border-radius: 50%;
1682
+ transform: scale(0.835);
1683
+ z-index: 1;
1684
+ transition: 0.1s ease;
1685
+ }
1686
+
1687
+ .wizard-type-body .wizard-type-item .icon:before {
1688
+ content: "";
1689
+ width: 100%;
1690
+ height: 100%;
1691
+ display: flex;
1692
+ align-items: center;
1693
+ justify-content: center;
1694
+ transform: scale(2);
1695
+ margin: -1px 0 0 0px;
1696
+ transition: 0.3s ease;
1697
+ }
1698
+
1699
+ .wizard-type-body .wizard-type-item input:checked + .icon {
1700
+ border: 8px solid #3057d5;
1701
+ transform: scale(1);
1702
+ }
1703
+
1704
+ .wizard-type-body .wizard-type-item input:checked + .icon:before {
1705
+ transform: scale(1.2);
1706
+ }
1707
+
1708
+ .wizard-type-body .wizard-type-item input:checked ~ label {
1709
+ border-color: #3057d5;
1710
+ }
1711
+
1712
+ /* Setting > time-expires */
1713
+ .settings .time-expires {
1714
+ display: grid;
1715
+ grid-template-columns: auto 1fr;
1716
+ align-items: flex-start;
1717
+ grid-gap: 10px;
1718
+ margin-bottom: 10px;
1719
+ cursor: pointer;
1720
+ }
1721
+ .settings .time-expires .radio-icon {
1722
+ position: relative;
1723
+ display: inline-block;
1724
+ }
1725
+ .settings .time-expires input[type="radio"] {
1726
+ display: none;
1727
+ }
1728
+
1729
+ /* ********************************************************* Responsive Media Queries */
1730
+ @media (max-width: 1199px) {
1731
+ .tutor-setup-wizard-boarding {
1732
+ padding: 40px 0px 70px 0px;
1733
+ }
1734
+
1735
+ .wizard-boarding-body .slide-subtitle {
1736
+ padding: 0 4px;
1737
+ }
1738
+ }
1739
+
1740
+ @media (max-width: 991px) {
1741
+ .tutor-setting .title br {
1742
+ display: none;
1743
+ }
1744
+
1745
+ .tutor-setting .title .tooltip-btn {
1746
+ margin-left: 5px;
1747
+ }
1748
+
1749
+ .wizard-boarding-header {
1750
+ grid-gap: 25px;
1751
+ }
1752
+
1753
+ .wizard-boarding-body {
1754
+ margin-top: 30px;
1755
+ }
1756
+
1757
+ .wizard-boarding-body ul.slick-dots {
1758
+ bottom: calc(150px - 18px);
1759
+ }
1760
+
1761
+ .wizard-boarding-footer {
1762
+ margin-top: 70px;
1763
+ }
1764
+
1765
+ .wizard-type-header {
1766
+ padding: 0 10px;
1767
+ }
1768
+
1769
+ .wizard-type-body {
1770
+ grid-gap: 30px;
1771
+ }
1772
+
1773
+ .tutor-setup-wrapper {
1774
+ grid-template-columns: 1fr 10fr;
1775
+ grid-gap: 46px;
1776
+ }
1777
+
1778
+ .tutor-setup-title li:after {
1779
+ right: calc(0% - 46px);
1780
+ }
1781
+
1782
+ .tutor-setup-title:before {
1783
+ right: -22px;
1784
+ }
1785
+
1786
+ .tutor-setup-title li:first-child:before,
1787
+ .tutor-setup-title li:before {
1788
+ right: -30px;
1789
+ }
1790
+
1791
+ .tutor-setup-content-heading.greetings .content {
1792
+ padding: 55px 20px 73px 20px;
1793
+ }
1794
+ }
1795
+
1796
+ @media (max-width: 767px) {
1797
+ .wizard-boarding-body .slick-slide {
1798
+ margin: 0 5px;
1799
+ }
1800
+
1801
+ .tutor-setup-wrapper {
1802
+ grid-template-columns: auto;
1803
+ grid-gap: 0;
1804
+ margin-top: 20px;
1805
+ }
1806
+
1807
+ .tutor-setup-content-heading.heading,
1808
+ .active .tutor-setup-content-heading.heading {
1809
+ grid-template-columns: 1fr auto auto;
1810
+ }
1811
+
1812
+ [class^="tutor-setup-content-"] {
1813
+ padding: 20px;
1814
+ }
1815
+
1816
+ .tutor-setup-content .tutor-setting {
1817
+ grid-template-columns: 1fr 3fr 1fr;
1818
+ grid-gap: 10px;
1819
+ }
1820
+
1821
+ .tutor-setup-content .tutor-setting:nth-child(-n + 4) .content {
1822
+ padding: 0;
1823
+ }
1824
+
1825
+ .tutor-setup-content .tutor-setting.course-setting-wrapper {
1826
+ grid-template-columns: 1fr 4fr;
1827
+ grid-gap: 20px;
1828
+ }
1829
+
1830
+ .tutor-setup-title {
1831
+ overflow-x: scroll;
1832
+ width: 100%;
1833
+ padding-bottom: 65px;
1834
+ display: flex;
1835
+ flex-direction: row;
1836
+ justify-content: center;
1837
+ align-items: center;
1838
+ }
1839
+
1840
+ .tutor-setup-title li {
1841
+ margin: 0 20px;
1842
+ }
1843
+
1844
+ .tutor-setup-title:before {
1845
+ top: auto;
1846
+ bottom: 45px;
1847
+ right: 50px;
1848
+ width: calc(100% - 100px);
1849
+ height: 1px;
1850
+ border: none;
1851
+ border-bottom: solid 1px #e3e3e3;
1852
+ }
1853
+
1854
+ .tutor-setup-content {
1855
+ margin-top: -5px;
1856
+ z-index: 99;
1857
+ }
1858
+
1859
+ .tutor-setup-title li:after {
1860
+ right: auto;
1861
+ top: auto;
1862
+ left: 50%;
1863
+ margin-left: -13px;
1864
+ bottom: -60px;
1865
+ border-top: 13px solid transparent;
1866
+ border-right: 13px solid transparent;
1867
+ border-bottom: 13px solid #fff;
1868
+ border-left: 13px solid transparent;
1869
+ transform: translate(0px, 5px) scale(1);
1870
+ }
1871
+
1872
+ .tutor-setup-title li.active:after {
1873
+ transform: translate(0px) scale(1);
1874
+ }
1875
+
1876
+ .tutor-setup-title li:before {
1877
+ top: auto;
1878
+ right: auto;
1879
+ left: 50%;
1880
+ transform: translateX(-50%);
1881
+ bottom: -28px;
1882
+ }
1883
+
1884
+ .wizard-type-header .title,
1885
+ .wizard-boarding-header div {
1886
+ font-size: 4.5vw;
1887
+ }
1888
+
1889
+ .wizard-boarding-body .slide-title,
1890
+ .wizard-boarding-footer,
1891
+ .wizard-boarding-footer a,
1892
+ .tutor-type-skip {
1893
+ font-size: 3vw;
1894
+ }
1895
+
1896
+ .wizard-boarding-body .slide-subtitle,
1897
+ .wizard-type-header .subtitle {
1898
+ font-size: 2.6vw;
1899
+ }
1900
+ }
1901
+
1902
+ @media (max-width: 650px) {
1903
+ .slick-dotted.slick-slider {
1904
+ padding-bottom: 70px;
1905
+ margin-bottom: 0 !important;
1906
+ }
1907
+
1908
+ .wizard-boarding-body .slide-title {
1909
+ margin-top: 0px;
1910
+ }
1911
+
1912
+ .wizard-boarding-body ul.slick-dots {
1913
+ bottom: 0;
1914
+ }
1915
+
1916
+ .wizard-boarding-body .slide-thumb {
1917
+ margin-bottom: 15px;
1918
+ }
1919
+ }
1920
+
1921
+ @media (max-width: 575px) {
1922
+ .wizard-type-body {
1923
+ grid-template-columns: auto;
1924
+ }
1925
+
1926
+ .tutor-setup-content-heading.heading > div:nth-child(1) {
1927
+ font-size: 3.5vw;
1928
+ }
1929
+
1930
+ .course-per-page span.label-text,
1931
+ .course-per-page input[type="number"].attempts {
1932
+ font-size: 3vw;
1933
+ }
1934
+
1935
+ .tutor-setting .title,
1936
+ .selected h3,
1937
+ .select-box label h3,
1938
+ .checkbox-wrapper h4,
1939
+ .tutor-setting .limit-slider .commision-data .data h4,
1940
+ button[class^="tutor-setup-"] {
1941
+ font-size: 2.5vw;
1942
+ }
1943
+
1944
+ .tutor-wrapper-boarding,
1945
+ .selected h5,
1946
+ .select-box label h5,
1947
+ .checkbox-wrapper h5,
1948
+ .tutor-setting input[type="text"].lesson-permalink,
1949
+ .tutor-setting textarea.lesson-message,
1950
+ .tutor-setting input[type="text"].lesson-permalink::placeholder,
1951
+ .tutor-setting textarea.lesson-message::placeholder,
1952
+ .tutor-setting .limit-slider .commision-data .data h5 {
1953
+ font-size: 2vw;
1954
+ }
1955
+
1956
+ label.switch-label {
1957
+ font-size: 1.7vw;
1958
+ }
1959
+
1960
+ .tutor-setting .course-per-row {
1961
+ grid-template-rows: repeat(2, auto);
1962
+ grid-template-columns: repeat(2, 0.3fr);
1963
+ place-items: center flex-start;
1964
+ }
1965
+
1966
+ .tutor-setup-content {
1967
+ overflow-x: scroll;
1968
+ }
1969
+
1970
+ .switchbox-wrapper,
1971
+ input[type="checkbox"].input-switchbox,
1972
+ .switchbox-wrapper span.switchbox-icon {
1973
+ height: 18px;
1974
+ width: 30px;
1975
+ }
1976
+
1977
+ input[type="checkbox"].input-switchbox {
1978
+ border-radius: 18px;
1979
+ }
1980
+
1981
+ .switchbox-wrapper span.switchbox-icon {
1982
+ width: 18px;
1983
+ }
1984
+
1985
+ input[type="checkbox"].input-switchbox:checked ~ .switchbox-icon {
1986
+ left: calc(100% - 17.732px);
1987
+ }
1988
+
1989
+ .switchbox-wrapper span.switchbox-icon {
1990
+ top: calc(50% - 9px);
1991
+ }
1992
+
1993
+ .select-box {
1994
+ width: calc(100% - 50px);
1995
+ }
1996
+
1997
+ .selected,
1998
+ .select-box .options-container {
1999
+ width: 100%;
2000
+ }
2001
+
2002
+ .tutor-setting .content .course-per-page.attempts-allowed {
2003
+ grid-template-columns: repeat(2, auto);
2004
+ }
2005
+
2006
+ .checkbox-wrapper .check-icon.square:before,
2007
+ .checkbox-wrapper .payment-setting .check-icon:before {
2008
+ margin: 0;
2009
+ }
2010
+
2011
+ .checkbox-wrapper .payment-setting label,
2012
+ .payment-setting input.payment {
2013
+ width: 80px;
2014
+ height: 80px;
2015
+ }
2016
+
2017
+ .checkbox-wrapper .payment-setting h4 {
2018
+ margin-top: 6px;
2019
+ }
2020
+
2021
+ .tutor-setup-content-footer.footer {
2022
+ padding: 20px;
2023
+ }
2024
+
2025
+ .checkbox-wrapper .check-icon.square {
2026
+ width: 15px;
2027
+ height: 15px;
2028
+ }
2029
+
2030
+ .course-per-page span.radio-icon,
2031
+ .course-setting-wrapper .ecommerce .radio-icon,
2032
+ .course-setting-wrapper input.radio-input {
2033
+ width: 16px;
2034
+ height: 16px;
2035
+ }
2036
+
2037
+ .checkbox-wrapper .payment-setting .check-icon {
2038
+ transform: scale(1);
2039
+ }
2040
+ }
2041
+
2042
+ @media (max-width: 450px) {
2043
+ .checkbox-wrapper .payment-setting label,
2044
+ .payment-setting input.payment {
2045
+ width: 50px;
2046
+ height: 50px;
2047
+ }
2048
+
2049
+ .checkbox-wrapper .payment-setting label img {
2050
+ max-width: 20px;
2051
+ margin: 0 auto;
2052
+ }
2053
+
2054
+ .checkbox-wrapper .payment-setting h4 {
2055
+ margin-top: 0;
2056
+ }
2057
+ }
2058
+
2059
+ .slick-slider li:hover {
2060
+ cursor: ew-resize;
2061
+ }
2062
+ .slick-slider li.slick-current:hover {
2063
+ cursor: pointer;
2064
+ }
2065
+ .tutor-show-hide {
2066
+ display: none !important;
2067
+ }
2068
+ .tutor-show-hide.active {
2069
+ display: grid !important;
2070
+ }
2071
+ .hide-this {
2072
+ display: none;
2073
+ }
2074
+ .tutor-unlimited-value{
2075
+ margin-left: 90px;
2076
+ }
2077
+ input[name='quiz_attempts_allowed']{
2078
+ color: var(--secondary-text);
2079
+ }
assets/icons/css/tutor-icon.css CHANGED
@@ -1,642 +1,642 @@
1
- @font-face {
2
- font-family: "tutor";
3
- src: url("../font/tutor.eot?l5eb5q");
4
- src: url("../font/tutor.eot?l5eb5q#iefix") format("embedded-opentype"),
5
- url("../font/tutor.ttf?l5eb5q") format("truetype"),
6
- url("../font/tutor.woff?l5eb5q") format("woff"),
7
- url("../font/tutor.svg?l5eb5q#tutor") format("svg");
8
- font-weight: normal;
9
- font-style: normal;
10
- font-display: block;
11
- }
12
-
13
- [class^="tutor-icon-"],
14
- [class*=" tutor-icon-"] {
15
- /* use !important to prevent issues with browser extensions that change fonts */
16
- font-family: "tutor" !important;
17
- speak: never;
18
- font-style: normal;
19
- font-weight: normal;
20
- font-variant: normal;
21
- text-transform: none;
22
- line-height: 1;
23
-
24
- /* Better Font Rendering =========== */
25
- -webkit-font-smoothing: antialiased;
26
- -moz-osx-font-smoothing: grayscale;
27
- }
28
-
29
- /**
30
- * Animation Spinner
31
- */
32
- @-moz-keyframes spin {
33
- 0% {
34
- -moz-transform: rotate(0deg);
35
- -o-transform: rotate(0deg);
36
- -webkit-transform: rotate(0deg);
37
- transform: rotate(0deg);
38
- }
39
-
40
- 100% {
41
- -moz-transform: rotate(360deg);
42
- -o-transform: rotate(360deg);
43
- -webkit-transform: rotate(360deg);
44
- transform: rotate(360deg);
45
- }
46
- }
47
-
48
- @-webkit-keyframes spin {
49
- 0% {
50
- -moz-transform: rotate(0deg);
51
- -o-transform: rotate(0deg);
52
- -webkit-transform: rotate(0deg);
53
- transform: rotate(0deg);
54
- }
55
-
56
- 100% {
57
- -moz-transform: rotate(360deg);
58
- -o-transform: rotate(360deg);
59
- -webkit-transform: rotate(360deg);
60
- transform: rotate(360deg);
61
- }
62
- }
63
-
64
- @-o-keyframes spin {
65
- 0% {
66
- -moz-transform: rotate(0deg);
67
- -o-transform: rotate(0deg);
68
- -webkit-transform: rotate(0deg);
69
- transform: rotate(0deg);
70
- }
71
-
72
- 100% {
73
- -moz-transform: rotate(360deg);
74
- -o-transform: rotate(360deg);
75
- -webkit-transform: rotate(360deg);
76
- transform: rotate(360deg);
77
- }
78
- }
79
-
80
- @-ms-keyframes spin {
81
- 0% {
82
- -moz-transform: rotate(0deg);
83
- -o-transform: rotate(0deg);
84
- -webkit-transform: rotate(0deg);
85
- transform: rotate(0deg);
86
- }
87
-
88
- 100% {
89
- -moz-transform: rotate(360deg);
90
- -o-transform: rotate(360deg);
91
- -webkit-transform: rotate(360deg);
92
- transform: rotate(360deg);
93
- }
94
- }
95
-
96
- @keyframes spin {
97
- 0% {
98
- -moz-transform: rotate(0deg);
99
- -o-transform: rotate(0deg);
100
- -webkit-transform: rotate(0deg);
101
- transform: rotate(0deg);
102
- }
103
-
104
- 100% {
105
- -moz-transform: rotate(360deg);
106
- -o-transform: rotate(360deg);
107
- -webkit-transform: rotate(360deg);
108
- transform: rotate(360deg);
109
- }
110
- }
111
-
112
- /**
113
- * Icon Contents
114
- */
115
- .tutor-icon-detail-link:before {
116
- content: "\e9ac";
117
- }
118
- .tutor-icon-refund:before {
119
- content: "\e9ad";
120
- }
121
- .tutor-icon-total-discount:before {
122
- content: "\e9ae";
123
- }
124
- .tutor-icon-total-earning:before {
125
- content: "\e9af";
126
- }
127
- .tutor-icon-my-quiz-attempt:before {
128
- content: "\e9ab";
129
- }
130
- .tutor-icon-down:before {
131
- content: "\e900";
132
- }
133
- .tutor-icon-up:before {
134
- content: "\e901";
135
- }
136
- .tutor-icon-angle-up:before {
137
- content: "\e902";
138
- }
139
- .tutor-icon-angle-right:before {
140
- content: "\e903";
141
- }
142
- .tutor-icon-audio-volume:before {
143
- content: "\e904";
144
- }
145
- .tutor-icon-clock:before {
146
- content: "\e905";
147
- }
148
- .tutor-icon-document-alt:before {
149
- content: "\e906";
150
- }
151
- .tutor-icon-facebook:before {
152
- content: "\e907";
153
- }
154
- .tutor-icon-fav-full:before {
155
- content: "\e908";
156
- }
157
- .tutor-icon-fav-line:before {
158
- content: "\e909";
159
- }
160
- .tutor-icon-google:before {
161
- content: "\e90a";
162
- }
163
- .tutor-icon-grid:before {
164
- content: "\e90b";
165
- }
166
- .tutor-icon-group:before {
167
- content: "\e90c";
168
- }
169
- .tutor-icon-linkedin:before {
170
- content: "\e90d";
171
- }
172
- .tutor-icon-lock:before {
173
- content: "\e90e";
174
- }
175
- .tutor-icon-mark:before {
176
- content: "\e90f";
177
- }
178
- .tutor-icon-minus:before {
179
- content: "\e910";
180
- }
181
- .tutor-icon-mortarboard:before {
182
- content: "\e911";
183
- }
184
- .tutor-icon-offer:before {
185
- content: "\e912";
186
- }
187
- .tutor-icon-cross:before {
188
- content: "\e913";
189
- }
190
- .tutor-icon-plus:before {
191
- content: "\e914";
192
- }
193
- .tutor-icon-shopping-cart:before {
194
- content: "\e915";
195
- }
196
- .tutor-icon-star-full:before {
197
- content: "\e916";
198
- }
199
- .tutor-icon-star-half:before {
200
- content: "\e917";
201
- }
202
- .tutor-icon-star-line:before {
203
- content: "\e918";
204
- }
205
- .tutor-icon-tumblr:before {
206
- content: "\e919";
207
- }
208
- .tutor-icon-twitter:before {
209
- content: "\e91a";
210
- }
211
- .tutor-icon-user:before {
212
- content: "\e91b";
213
- }
214
- .tutor-icon-youtube:before {
215
- content: "\e91c";
216
- }
217
- .tutor-icon-spinner:before {
218
- content: "\e91d";
219
- }
220
- .tutor-icon-file:before {
221
- content: "\e91e";
222
- }
223
- .tutor-icon-doubt:before {
224
- content: "\e91f";
225
- }
226
- .tutor-icon-angle-down:before {
227
- content: "\e920";
228
- }
229
- .tutor-icon-angle-left:before {
230
- content: "\e921";
231
- }
232
- .tutor-icon-default:before {
233
- content: "\e922";
234
- }
235
- .tutor-icon-artboard:before {
236
- content: "\e923";
237
- }
238
- .tutor-icon-clipboard:before {
239
- content: "\e924";
240
- }
241
- .tutor-icon-audio:before {
242
- content: "\e925";
243
- }
244
- .tutor-icon-professor:before {
245
- content: "\e926";
246
- }
247
- .tutor-icon-interactive:before {
248
- content: "\e927";
249
- }
250
- .tutor-icon-graduate:before {
251
- content: "\e928";
252
- }
253
- .tutor-icon-student:before {
254
- content: "\e929";
255
- }
256
- .tutor-icon-magnifying-glass-1:before {
257
- content: "\e92a";
258
- }
259
- .tutor-icon-code:before {
260
- content: "\e92b";
261
- }
262
- .tutor-icon-review:before {
263
- content: "\e92c";
264
- }
265
- .tutor-icon-calendar:before {
266
- content: "\e92d";
267
- }
268
- .tutor-icon-open-book-1:before {
269
- content: "\e92e";
270
- }
271
- .tutor-icon-image:before {
272
- content: "\e92f";
273
- }
274
- .tutor-icon-spreadsheet:before {
275
- content: "\e930";
276
- }
277
- .tutor-icon-text:before {
278
- content: "\e931";
279
- }
280
- .tutor-icon-document:before {
281
- content: "\e932";
282
- }
283
- .tutor-icon-video:before {
284
- content: "\e933";
285
- }
286
- .tutor-icon-conversation-1:before {
287
- content: "\e934";
288
- }
289
- .tutor-icon-archive:before {
290
- content: "\e935";
291
- }
292
- .tutor-icon-manual:before {
293
- content: "\e936";
294
- }
295
- .tutor-icon-light-up:before {
296
- content: "\e937";
297
- }
298
- .tutor-icon-light-down:before {
299
- content: "\e938";
300
- }
301
- .tutor-icon-light-right:before {
302
- content: "\e939";
303
- }
304
- .tutor-icon-light-left:before {
305
- content: "\e93a";
306
- }
307
- .tutor-icon-pencil:before {
308
- content: "\e93b";
309
- }
310
- .tutor-icon-man-user:before {
311
- content: "\e93c";
312
- }
313
- .tutor-icon-move:before {
314
- content: "\e93d";
315
- }
316
- .tutor-icon-list:before {
317
- content: "\e93e";
318
- }
319
- .tutor-icon-speaker:before {
320
- content: "\e93f";
321
- }
322
- .tutor-icon-video-camera:before {
323
- content: "\e940";
324
- }
325
- .tutor-icon-garbage:before {
326
- content: "\e941";
327
- }
328
- .tutor-icon-add-line:before {
329
- content: "\e942";
330
- }
331
- .tutor-icon-cup:before {
332
- content: "\e943";
333
- }
334
- .tutor-icon-next-2:before {
335
- content: "\e944";
336
- }
337
- .tutor-icon-next2:before {
338
- content: "\e945";
339
- }
340
- .tutor-icon-menu-2:before {
341
- content: "\e946";
342
- }
343
- .tutor-icon-question-2:before {
344
- content: "\e947";
345
- }
346
- .tutor-icon-question-1:before {
347
- content: "\e948";
348
- }
349
- .tutor-icon-education:before {
350
- content: "\e949";
351
- }
352
- .tutor-icon-answer-shorting:before {
353
- content: "\e94a";
354
- }
355
- .tutor-icon-assesment:before {
356
- content: "\e94b";
357
- }
358
- .tutor-icon-fill-gaps:before {
359
- content: "\e94c";
360
- }
361
- .tutor-icon-matching:before {
362
- content: "\e94d";
363
- }
364
- .tutor-icon-multiple-choice:before {
365
- content: "\e94e";
366
- }
367
- .tutor-icon-open-ended:before {
368
- content: "\e94f";
369
- }
370
- .tutor-icon-ordering:before {
371
- content: "\e950";
372
- }
373
- .tutor-icon-yes-no:before {
374
- content: "\e951";
375
- }
376
- .tutor-icon-line-cross:before {
377
- content: "\e952";
378
- }
379
- .tutor-icon-filter-tool-black-shape:before {
380
- content: "\e953";
381
- }
382
- .tutor-icon-plus-square-button:before {
383
- content: "\e954";
384
- }
385
- .tutor-icon-settings-1:before {
386
- content: "\e955";
387
- }
388
- .tutor-icon-image-matching:before {
389
- content: "\e956";
390
- }
391
- .tutor-icon-menu:before {
392
- content: "\e957";
393
- }
394
- .tutor-icon-image1:before {
395
- content: "\e958";
396
- }
397
- .tutor-icon-image-ans:before {
398
- content: "\e959";
399
- }
400
- .tutor-icon-short-ans:before {
401
- content: "\e95a";
402
- }
403
- .tutor-icon-gallery:before {
404
- content: "\e95b";
405
- }
406
- .tutor-icon-emoji:before {
407
- content: "\e95c";
408
- }
409
- .tutor-icon-text-document-add-button-with-plus-sign:before {
410
- content: "\e95d";
411
- }
412
- .tutor-icon-checkbox-pen-outline:before {
413
- content: "\e95e";
414
- }
415
- .tutor-icon-warning-2:before {
416
- content: "\e95f";
417
- }
418
- .tutor-icon-wallet-filled-money-tool:before {
419
- content: "\e960";
420
- }
421
- .tutor-icon-settings-11:before {
422
- content: "\e961";
423
- }
424
- .tutor-icon-sign-out-option:before {
425
- content: "\e962";
426
- }
427
- .tutor-icon-man-user-1:before {
428
- content: "\e963";
429
- }
430
- .tutor-icon-shopping-cart-2:before {
431
- content: "\e964";
432
- }
433
- .tutor-icon-space:before {
434
- content: "\e965";
435
- }
436
- .tutor-icon-refresh-button-1:before {
437
- content: "\e966";
438
- }
439
- .tutor-icon-notifications-button:before {
440
- content: "\e967";
441
- }
442
- .tutor-icon-dashboard:before {
443
- content: "\e968";
444
- }
445
- .tutor-icon-college-graduation:before {
446
- content: "\e969";
447
- }
448
- .tutor-icon-black-back-closed-envelope-shape:before {
449
- content: "\e96a";
450
- }
451
- .tutor-icon-badge:before {
452
- content: "\e96b";
453
- }
454
- .tutor-icon-light-bulb:before {
455
- content: "\e96c";
456
- }
457
- .tutor-icon-ai:before {
458
- content: "\e96d";
459
- }
460
- .tutor-icon-avi:before {
461
- content: "\e96e";
462
- }
463
- .tutor-icon-css:before {
464
- content: "\e96f";
465
- }
466
- .tutor-icon-csv:before {
467
- content: "\e970";
468
- }
469
- .tutor-icon-dbf:before {
470
- content: "\e971";
471
- }
472
- .tutor-icon-doc:before {
473
- content: "\e972";
474
- }
475
- .tutor-icon-dwg:before {
476
- content: "\e973";
477
- }
478
- .tutor-icon-exe:before {
479
- content: "\e974";
480
- }
481
- .tutor-icon-iso:before {
482
- content: "\e975";
483
- }
484
- .tutor-icon-javascript:before {
485
- content: "\e976";
486
- }
487
- .tutor-icon-json-file:before {
488
- content: "\e977";
489
- }
490
- .tutor-icon-mp4:before {
491
- content: "\e978";
492
- }
493
- .tutor-icon-png:before {
494
- content: "\e979";
495
- }
496
- .tutor-icon-ppt:before {
497
- content: "\e97a";
498
- }
499
- .tutor-icon-psd:before {
500
- content: "\e97b";
501
- }
502
- .tutor-icon-rtf:before {
503
- content: "\e97c";
504
- }
505
- .tutor-icon-txt:before {
506
- content: "\e97d";
507
- }
508
- .tutor-icon-xls:before {
509
- content: "\e97e";
510
- }
511
- .tutor-icon-xml:before {
512
- content: "\e97f";
513
- }
514
- .tutor-icon-jpg:before {
515
- content: "\e980";
516
- }
517
- .tutor-icon-mp3:before {
518
- content: "\e981";
519
- }
520
- .tutor-icon-pdf:before {
521
- content: "\e982";
522
- }
523
- .tutor-icon-svg:before {
524
- content: "\e983";
525
- }
526
- .tutor-icon-zip-2:before {
527
- content: "\e984";
528
- }
529
- .tutor-icon-calendar-1:before {
530
- content: "\e985";
531
- }
532
- .tutor-icon-glasses:before {
533
- content: "\e986";
534
- }
535
- .tutor-icon-add-friend:before {
536
- content: "\e987";
537
- }
538
- .tutor-icon-attach:before {
539
- content: "\e988";
540
- }
541
- .tutor-icon-search-file:before {
542
- content: "\e989";
543
- }
544
- .tutor-icon-upload-file:before {
545
- content: "\e98a";
546
- }
547
- .tutor-icon-assignment:before {
548
- content: "\e98b";
549
- }
550
- .tutor-icon-feedback:before {
551
- content: "\e98c";
552
- }
553
- .tutor-icon-purchase:before {
554
- content: "\e98d";
555
- }
556
- .tutor-icon-uoload-success:before {
557
- content: "\e98e";
558
- }
559
- .tutor-icon-coding:before {
560
- content: "\e98f";
561
- }
562
- .tutor-icon-vimeo:before {
563
- content: "\e990";
564
- }
565
- .tutor-icon-link:before {
566
- content: "\e991";
567
- }
568
- .tutor-icon-html5:before {
569
- content: "\e992";
570
- }
571
- .tutor-icon-upload:before {
572
- content: "\e993";
573
- }
574
- .tutor-icon-save:before {
575
- content: "\e994";
576
- }
577
- .tutor-icon-photo-add:before {
578
- content: "\e995";
579
- }
580
- .tutor-icon-add-group:before {
581
- content: "\e996";
582
- }
583
- .tutor-icon-myspace:before {
584
- content: "\e997";
585
- }
586
- .tutor-icon-soundcloud:before {
587
- content: "\e998";
588
- }
589
- .tutor-icon-blogger:before {
590
- content: "\e999";
591
- }
592
- .tutor-icon-google-drive:before {
593
- content: "\e99a";
594
- }
595
- .tutor-icon-skype:before {
596
- content: "\e99b";
597
- }
598
- .tutor-icon-yelp:before {
599
- content: "\e99c";
600
- }
601
- .tutor-icon-dribbble:before {
602
- content: "\e99d";
603
- }
604
- .tutor-icon-flickr:before {
605
- content: "\e99e";
606
- }
607
- .tutor-icon-snapchat:before {
608
- content: "\e99f";
609
- }
610
- .tutor-icon-classic-editor:before {
611
- content: "\e9a0";
612
- }
613
- .tutor-icon-html:before {
614
- content: "\e9a1";
615
- }
616
- .tutor-icon-reddit:before {
617
- content: "\e9a2";
618
- }
619
- .tutor-icon-spotify:before {
620
- content: "\e9a3";
621
- }
622
- .tutor-icon-earth:before {
623
- content: "\e9a4";
624
- }
625
- .tutor-icon-github-logo:before {
626
- content: "\e9a5";
627
- }
628
- .tutor-icon-instagram:before {
629
- content: "\e9a6";
630
- }
631
- .tutor-icon-home:before {
632
- content: "\e9a7";
633
- }
634
- .tutor-icon-share:before {
635
- content: "\e9a8";
636
- }
637
- .tutor-icon-download:before {
638
- content: "\e9a9";
639
- }
640
- .tutor-icon-copy:before {
641
- content: "\e9aa";
642
- }
1
+ @font-face {
2
+ font-family: "tutor";
3
+ src: url("../font/tutor.eot?l5eb5q");
4
+ src: url("../font/tutor.eot?l5eb5q#iefix") format("embedded-opentype"),
5
+ url("../font/tutor.ttf?l5eb5q") format("truetype"),
6
+ url("../font/tutor.woff?l5eb5q") format("woff"),
7
+ url("../font/tutor.svg?l5eb5q#tutor") format("svg");
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="tutor-icon-"],
14
+ [class*=" tutor-icon-"] {
15
+ /* use !important to prevent issues with browser extensions that change fonts */
16
+ font-family: "tutor" !important;
17
+ speak: never;
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ font-variant: normal;
21
+ text-transform: none;
22
+ line-height: 1;
23
+
24
+ /* Better Font Rendering =========== */
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ }
28
+
29
+ /**
30
+ * Animation Spinner
31
+ */
32
+ @-moz-keyframes spin {
33
+ 0% {
34
+ -moz-transform: rotate(0deg);
35
+ -o-transform: rotate(0deg);
36
+ -webkit-transform: rotate(0deg);
37
+ transform: rotate(0deg);
38
+ }
39
+
40
+ 100% {
41
+ -moz-transform: rotate(360deg);
42
+ -o-transform: rotate(360deg);
43
+ -webkit-transform: rotate(360deg);
44
+ transform: rotate(360deg);
45
+ }
46
+ }
47
+
48
+ @-webkit-keyframes spin {
49
+ 0% {
50
+ -moz-transform: rotate(0deg);
51
+ -o-transform: rotate(0deg);
52
+ -webkit-transform: rotate(0deg);
53
+ transform: rotate(0deg);
54
+ }
55
+
56
+ 100% {
57
+ -moz-transform: rotate(360deg);
58
+ -o-transform: rotate(360deg);
59
+ -webkit-transform: rotate(360deg);
60
+ transform: rotate(360deg);
61
+ }
62
+ }
63
+
64
+ @-o-keyframes spin {
65
+ 0% {
66
+ -moz-transform: rotate(0deg);
67
+ -o-transform: rotate(0deg);
68
+ -webkit-transform: rotate(0deg);
69
+ transform: rotate(0deg);
70
+ }
71
+
72
+ 100% {
73
+ -moz-transform: rotate(360deg);
74
+ -o-transform: rotate(360deg);
75
+ -webkit-transform: rotate(360deg);
76
+ transform: rotate(360deg);
77
+ }
78
+ }
79
+
80
+ @-ms-keyframes spin {
81
+ 0% {
82
+ -moz-transform: rotate(0deg);
83
+ -o-transform: rotate(0deg);
84
+ -webkit-transform: rotate(0deg);
85
+ transform: rotate(0deg);
86
+ }
87
+
88
+ 100% {
89
+ -moz-transform: rotate(360deg);
90
+ -o-transform: rotate(360deg);
91
+ -webkit-transform: rotate(360deg);
92
+ transform: rotate(360deg);
93
+ }
94
+ }
95
+
96
+ @keyframes spin {
97
+ 0% {
98
+ -moz-transform: rotate(0deg);
99
+ -o-transform: rotate(0deg);
100
+ -webkit-transform: rotate(0deg);
101
+ transform: rotate(0deg);
102
+ }
103
+
104
+ 100% {
105
+ -moz-transform: rotate(360deg);
106
+ -o-transform: rotate(360deg);
107
+ -webkit-transform: rotate(360deg);
108
+ transform: rotate(360deg);
109
+ }
110
+ }
111
+
112
+ /**
113
+ * Icon Contents
114
+ */
115
+ .tutor-icon-detail-link:before {
116
+ content: "\e9ac";
117
+ }
118
+ .tutor-icon-refund:before {
119
+ content: "\e9ad";
120
+ }
121
+ .tutor-icon-total-discount:before {
122
+ content: "\e9ae";
123
+ }
124
+ .tutor-icon-total-earning:before {
125
+ content: "\e9af";
126
+ }
127
+ .tutor-icon-my-quiz-attempt:before {
128
+ content: "\e9ab";
129
+ }
130
+ .tutor-icon-down:before {
131
+ content: "\e900";
132
+ }
133
+ .tutor-icon-up:before {
134
+ content: "\e901";
135
+ }
136
+ .tutor-icon-angle-up:before {
137
+ content: "\e902";
138
+ }
139
+ .tutor-icon-angle-right:before {
140
+ content: "\e903";
141
+ }
142
+ .tutor-icon-audio-volume:before {
143
+ content: "\e904";
144
+ }
145
+ .tutor-icon-clock:before {
146
+ content: "\e905";
147
+ }
148
+ .tutor-icon-document-alt:before {
149
+ content: "\e906";
150
+ }
151
+ .tutor-icon-facebook:before {
152
+ content: "\e907";
153
+ }
154
+ .tutor-icon-fav-full:before {
155
+ content: "\e908";
156
+ }
157
+ .tutor-icon-fav-line:before {
158
+ content: "\e909";
159
+ }
160
+ .tutor-icon-google:before {
161
+ content: "\e90a";
162
+ }
163
+ .tutor-icon-grid:before {
164
+ content: "\e90b";
165
+ }
166
+ .tutor-icon-group:before {
167
+ content: "\e90c";
168
+ }
169
+ .tutor-icon-linkedin:before {
170
+ content: "\e90d";
171
+ }
172
+ .tutor-icon-lock:before {
173
+ content: "\e90e";
174
+ }
175
+ .tutor-icon-mark:before {
176
+ content: "\e90f";
177
+ }
178
+ .tutor-icon-minus:before {
179
+ content: "\e910";
180
+ }
181
+ .tutor-icon-mortarboard:before {
182
+ content: "\e911";
183
+ }
184
+ .tutor-icon-offer:before {
185
+ content: "\e912";
186
+ }
187
+ .tutor-icon-cross:before {
188
+ content: "\e913";
189
+ }
190
+ .tutor-icon-plus:before {
191
+ content: "\e914";
192
+ }
193
+ .tutor-icon-shopping-cart:before {
194
+ content: "\e915";
195
+ }
196
+ .tutor-icon-star-full:before {
197
+ content: "\e916";
198
+ }
199
+ .tutor-icon-star-half:before {
200
+ content: "\e917";
201
+ }
202
+ .tutor-icon-star-line:before {
203
+ content: "\e918";
204
+ }
205
+ .tutor-icon-tumblr:before {
206
+ content: "\e919";
207
+ }
208
+ .tutor-icon-twitter:before {
209
+ content: "\e91a";
210
+ }
211
+ .tutor-icon-user:before {
212
+ content: "\e91b";
213
+ }
214
+ .tutor-icon-youtube:before {
215
+ content: "\e91c";
216
+ }
217
+ .tutor-icon-spinner:before {
218
+ content: "\e91d";
219
+ }
220
+ .tutor-icon-file:before {
221
+ content: "\e91e";
222
+ }
223
+ .tutor-icon-doubt:before {
224
+ content: "\e91f";
225
+ }
226
+ .tutor-icon-angle-down:before {
227
+ content: "\e920";
228
+ }
229
+ .tutor-icon-angle-left:before {
230
+ content: "\e921";
231
+ }
232
+ .tutor-icon-default:before {
233
+ content: "\e922";
234
+ }
235
+ .tutor-icon-artboard:before {
236
+ content: "\e923";
237
+ }
238
+ .tutor-icon-clipboard:before {
239
+ content: "\e924";
240
+ }
241
+ .tutor-icon-audio:before {
242
+ content: "\e925";
243
+ }
244
+ .tutor-icon-professor:before {
245
+ content: "\e926";
246
+ }
247
+ .tutor-icon-interactive:before {
248
+ content: "\e927";
249
+ }
250
+ .tutor-icon-graduate:before {
251
+ content: "\e928";
252
+ }
253
+ .tutor-icon-student:before {
254
+ content: "\e929";
255
+ }
256
+ .tutor-icon-magnifying-glass-1:before {
257
+ content: "\e92a";
258
+ }
259
+ .tutor-icon-code:before {
260
+ content: "\e92b";
261
+ }
262
+ .tutor-icon-review:before {
263
+ content: "\e92c";
264
+ }
265
+ .tutor-icon-calendar:before {
266
+ content: "\e92d";
267
+ }
268
+ .tutor-icon-open-book-1:before {
269
+ content: "\e92e";
270
+ }
271
+ .tutor-icon-image:before {
272
+ content: "\e92f";
273
+ }
274
+ .tutor-icon-spreadsheet:before {
275
+ content: "\e930";
276
+ }
277
+ .tutor-icon-text:before {
278
+ content: "\e931";
279
+ }
280
+ .tutor-icon-document:before {
281
+ content: "\e932";
282
+ }
283
+ .tutor-icon-video:before {
284
+ content: "\e933";
285
+ }
286
+ .tutor-icon-conversation-1:before {
287
+ content: "\e934";
288
+ }
289
+ .tutor-icon-archive:before {
290
+ content: "\e935";
291
+ }
292
+ .tutor-icon-manual:before {
293
+ content: "\e936";
294
+ }
295
+ .tutor-icon-light-up:before {
296
+ content: "\e937";
297
+ }
298
+ .tutor-icon-light-down:before {
299
+ content: "\e938";
300
+ }
301
+ .tutor-icon-light-right:before {
302
+ content: "\e939";
303
+ }
304
+ .tutor-icon-light-left:before {
305
+ content: "\e93a";
306
+ }
307
+ .tutor-icon-pencil:before {
308
+ content: "\e93b";
309
+ }
310
+ .tutor-icon-man-user:before {
311
+ content: "\e93c";
312
+ }
313
+ .tutor-icon-move:before {
314
+ content: "\e93d";
315
+ }
316
+ .tutor-icon-list:before {
317
+ content: "\e93e";
318
+ }
319
+ .tutor-icon-speaker:before {
320
+ content: "\e93f";
321
+ }
322
+ .tutor-icon-video-camera:before {
323
+ content: "\e940";
324
+ }
325
+ .tutor-icon-garbage:before {
326
+ content: "\e941";
327
+ }
328
+ .tutor-icon-add-line:before {
329
+ content: "\e942";
330
+ }
331
+ .tutor-icon-cup:before {
332
+ content: "\e943";
333
+ }
334
+ .tutor-icon-next-2:before {
335
+ content: "\e944";
336
+ }
337
+ .tutor-icon-next2:before {
338
+ content: "\e945";
339
+ }
340
+ .tutor-icon-menu-2:before {
341
+ content: "\e946";
342
+ }
343
+ .tutor-icon-question-2:before {
344
+ content: "\e947";
345
+ }
346
+ .tutor-icon-question-1:before {
347
+ content: "\e948";
348
+ }
349
+ .tutor-icon-education:before {
350
+ content: "\e949";
351
+ }
352
+ .tutor-icon-answer-shorting:before {
353
+ content: "\e94a";
354
+ }
355
+ .tutor-icon-assesment:before {
356
+ content: "\e94b";
357
+ }
358
+ .tutor-icon-fill-gaps:before {
359
+ content: "\e94c";
360
+ }
361
+ .tutor-icon-matching:before {
362
+ content: "\e94d";
363
+ }
364
+ .tutor-icon-multiple-choice:before {
365
+ content: "\e94e";
366
+ }
367
+ .tutor-icon-open-ended:before {
368
+ content: "\e94f";
369
+ }
370
+ .tutor-icon-ordering:before {
371
+ content: "\e950";
372
+ }
373
+ .tutor-icon-yes-no:before {
374
+ content: "\e951";
375
+ }
376
+ .tutor-icon-line-cross:before {
377
+ content: "\e952";
378
+ }
379
+ .tutor-icon-filter-tool-black-shape:before {
380
+ content: "\e953";
381
+ }
382
+ .tutor-icon-plus-square-button:before {
383
+ content: "\e954";
384
+ }
385
+ .tutor-icon-settings-1:before {
386
+ content: "\e955";
387
+ }
388
+ .tutor-icon-image-matching:before {
389
+ content: "\e956";
390
+ }
391
+ .tutor-icon-menu:before {
392
+ content: "\e957";
393
+ }
394
+ .tutor-icon-image1:before {
395
+ content: "\e958";
396
+ }
397
+ .tutor-icon-image-ans:before {
398
+ content: "\e959";
399
+ }
400
+ .tutor-icon-short-ans:before {
401
+ content: "\e95a";
402
+ }
403
+ .tutor-icon-gallery:before {
404
+ content: "\e95b";
405
+ }
406
+ .tutor-icon-emoji:before {
407
+ content: "\e95c";
408
+ }
409
+ .tutor-icon-text-document-add-button-with-plus-sign:before {
410
+ content: "\e95d";
411
+ }
412
+ .tutor-icon-checkbox-pen-outline:before {
413
+ content: "\e95e";
414
+ }
415
+ .tutor-icon-warning-2:before {
416
+ content: "\e95f";
417
+ }
418
+ .tutor-icon-wallet-filled-money-tool:before {
419
+ content: "\e960";
420
+ }
421
+ .tutor-icon-settings-11:before {
422
+ content: "\e961";
423
+ }
424
+ .tutor-icon-sign-out-option:before {
425
+ content: "\e962";
426
+ }
427
+ .tutor-icon-man-user-1:before {
428
+ content: "\e963";
429
+ }
430
+ .tutor-icon-shopping-cart-2:before {
431
+ content: "\e964";
432
+ }
433
+ .tutor-icon-space:before {
434
+ content: "\e965";
435
+ }
436
+ .tutor-icon-refresh-button-1:before {
437
+ content: "\e966";
438
+ }
439
+ .tutor-icon-notifications-button:before {
440
+ content: "\e967";
441
+ }
442
+ .tutor-icon-dashboard:before {
443
+ content: "\e968";
444
+ }
445
+ .tutor-icon-college-graduation:before {
446
+ content: "\e969";
447
+ }
448
+ .tutor-icon-black-back-closed-envelope-shape:before {
449
+ content: "\e96a";
450
+ }
451
+ .tutor-icon-badge:before {
452
+ content: "\e96b";
453
+ }
454
+ .tutor-icon-light-bulb:before {
455
+ content: "\e96c";
456
+ }
457
+ .tutor-icon-ai:before {
458
+ content: "\e96d";
459
+ }
460
+ .tutor-icon-avi:before {
461
+ content: "\e96e";
462
+ }
463
+ .tutor-icon-css:before {
464
+ content: "\e96f";
465
+ }
466
+ .tutor-icon-csv:before {
467
+ content: "\e970";
468
+ }
469
+ .tutor-icon-dbf:before {
470
+ content: "\e971";
471
+ }
472
+ .tutor-icon-doc:before {
473
+ content: "\e972";
474
+ }
475
+ .tutor-icon-dwg:before {
476
+ content: "\e973";
477
+ }
478
+ .tutor-icon-exe:before {
479
+ content: "\e974";
480
+ }
481
+ .tutor-icon-iso:before {
482
+ content: "\e975";
483
+ }
484
+ .tutor-icon-javascript:before {
485
+ content: "\e976";
486
+ }
487
+ .tutor-icon-json-file:before {
488
+ content: "\e977";
489
+ }
490
+ .tutor-icon-mp4:before {
491
+ content: "\e978";
492
+ }
493
+ .tutor-icon-png:before {
494
+ content: "\e979";
495
+ }
496
+ .tutor-icon-ppt:before {
497
+ content: "\e97a";
498
+ }
499
+ .tutor-icon-psd:before {
500
+ content: "\e97b";
501
+ }
502
+ .tutor-icon-rtf:before {
503
+ content: "\e97c";
504
+ }
505
+ .tutor-icon-txt:before {
506
+ content: "\e97d";
507
+ }
508
+ .tutor-icon-xls:before {
509
+ content: "\e97e";
510
+ }
511
+ .tutor-icon-xml:before {
512
+ content: "\e97f";
513
+ }
514
+ .tutor-icon-jpg:before {
515
+ content: "\e980";
516
+ }
517
+ .tutor-icon-mp3:before {
518
+ content: "\e981";
519
+ }
520
+ .tutor-icon-pdf:before {
521
+ content: "\e982";
522
+ }
523
+ .tutor-icon-svg:before {
524
+ content: "\e983";
525
+ }
526
+ .tutor-icon-zip-2:before {
527
+ content: "\e984";
528
+ }
529
+ .tutor-icon-calendar-1:before {
530
+ content: "\e985";
531
+ }
532
+ .tutor-icon-glasses:before {
533
+ content: "\e986";
534
+ }
535
+ .tutor-icon-add-friend:before {
536
+ content: "\e987";
537
+ }
538
+ .tutor-icon-attach:before {
539
+ content: "\e988";
540
+ }
541
+ .tutor-icon-search-file:before {
542
+ content: "\e989";
543
+ }
544
+ .tutor-icon-upload-file:before {
545
+ content: "\e98a";
546
+ }
547
+ .tutor-icon-assignment:before {
548
+ content: "\e98b";
549
+ }
550
+ .tutor-icon-feedback:before {
551
+ content: "\e98c";
552
+ }
553
+ .tutor-icon-purchase:before {
554
+ content: "\e98d";
555
+ }
556
+ .tutor-icon-uoload-success:before {
557
+ content: "\e98e";
558
+ }
559
+ .tutor-icon-coding:before {
560
+ content: "\e98f";
561
+ }
562
+ .tutor-icon-vimeo:before {
563
+ content: "\e990";
564
+ }
565
+ .tutor-icon-link:before {
566
+ content: "\e991";
567
+ }
568
+ .tutor-icon-html5:before {
569
+ content: "\e992";
570
+ }
571
+ .tutor-icon-upload:before {
572
+ content: "\e993";
573
+ }
574
+ .tutor-icon-save:before {
575
+ content: "\e994";
576
+ }
577
+ .tutor-icon-photo-add:before {
578
+ content: "\e995";
579
+ }
580
+ .tutor-icon-add-group:before {
581
+ content: "\e996";
582
+ }
583
+ .tutor-icon-myspace:before {
584
+ content: "\e997";
585
+ }
586
+ .tutor-icon-soundcloud:before {
587
+ content: "\e998";
588
+ }
589
+ .tutor-icon-blogger:before {
590
+ content: "\e999";
591
+ }
592
+ .tutor-icon-google-drive:before {
593
+ content: "\e99a";
594
+ }
595
+ .tutor-icon-skype:before {
596
+ content: "\e99b";
597
+ }
598
+ .tutor-icon-yelp:before {
599
+ content: "\e99c";
600
+ }
601
+ .tutor-icon-dribbble:before {
602
+ content: "\e99d";
603
+ }
604
+ .tutor-icon-flickr:before {
605
+ content: "\e99e";
606
+ }
607
+ .tutor-icon-snapchat:before {
608
+ content: "\e99f";
609
+ }
610
+ .tutor-icon-classic-editor:before {
611
+ content: "\e9a0";
612
+ }
613
+ .tutor-icon-html:before {
614
+ content: "\e9a1";
615
+ }
616
+ .tutor-icon-reddit:before {
617
+ content: "\e9a2";
618
+ }
619
+ .tutor-icon-spotify:before {
620
+ content: "\e9a3";
621
+ }
622
+ .tutor-icon-earth:before {
623
+ content: "\e9a4";
624
+ }
625
+ .tutor-icon-github-logo:before {
626
+ content: "\e9a5";
627
+ }
628
+ .tutor-icon-instagram:before {
629
+ content: "\e9a6";
630
+ }
631
+ .tutor-icon-home:before {
632
+ content: "\e9a7";
633
+ }
634
+ .tutor-icon-share:before {
635
+ content: "\e9a8";
636
+ }
637
+ .tutor-icon-download:before {
638
+ content: "\e9a9";
639
+ }
640
+ .tutor-icon-copy:before {
641
+ content: "\e9aa";
642
+ }
assets/icons/font/tutor.svg CHANGED
@@ -1,186 +1,186 @@
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 xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="tutor" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="down" d="M174.080 634.574h675.84c22.63 0 38.4-10.957 47.104-32.768s5.222-40.55-10.445-56.32l-337.92-337.92c-10.445-10.445-22.733-15.667-36.659-15.667-14.029 0-26.214 5.222-36.659 15.667l-337.92 337.92c-15.667 15.667-19.251 34.509-10.445 56.32 8.704 21.811 24.474 32.768 47.104 32.768z" />
11
- <glyph unicode="&#xe901;" glyph-name="up" d="M849.92 226.715h-675.84c-22.63 0-38.4 10.957-47.104 32.768s-5.222 40.55 10.445 56.32l337.92 337.92c10.445 10.445 22.733 15.667 36.659 15.667 14.029 0 26.214-5.222 36.659-15.667l337.92-337.92c15.667-15.667 19.251-34.509 10.445-56.32-8.704-21.914-24.474-32.768-47.104-32.768z" />
12
- <glyph unicode="&#xe902;" glyph-name="angle-up" d="M551.936 741.070l455.68-455.68c10.854-10.957 16.384-24.269 16.384-39.936s-5.53-28.979-16.486-39.936l-51.712-51.712c-10.957-10.957-24.269-16.794-39.936-17.613s-28.979 4.301-39.936 15.258l-363.93 364.134-364.032-364.032c-10.957-10.957-24.269-16.077-39.936-15.258s-28.979 6.656-39.936 17.613l-51.712 51.712c-10.957 10.957-16.486 24.269-16.486 39.936s5.53 28.979 16.486 39.936l455.68 455.68c10.957 12.595 24.269 18.739 39.936 18.739 15.667-0.102 28.979-6.349 39.936-18.842z" />
13
- <glyph unicode="&#xe903;" glyph-name="angle-right" d="M805.069 408.065l-455.68-455.68c-10.957-10.957-24.269-16.486-39.936-16.486s-28.979 5.53-39.936 16.486l-51.712 51.712c-10.957 10.957-16.794 24.269-17.613 39.936s4.301 28.979 15.258 39.936l364.134 364.032-364.032 364.032c-10.957 10.957-16.077 24.269-15.258 39.936s6.656 28.979 17.613 39.936l51.712 51.712c10.854 10.854 24.166 16.384 39.834 16.384s28.979-5.53 39.936-16.486l455.68-455.68c12.493-10.957 18.739-24.269 18.739-39.936 0-15.565-6.246-28.877-18.739-39.834z" />
14
- <glyph unicode="&#xe904;" glyph-name="audio-volume" d="M459.21 838.444c-13.36 5.521-28.746 2.439-39.112-7.898l-217.022-218.402h-167.166c-19.907 0-35.91-16.063-35.91-35.912v-259.189c0-19.849 16.003-35.91 35.91-35.91h166.372l217.934-218.403c6.87-6.899 16.121-10.542 25.399-10.542 4.58 0 9.338 0.881 13.713 2.731 13.477 5.521 22.199 18.647 22.199 33.15v717.197c-0.031 14.533-8.839 27.658-22.317 33.178zM832.944 447.652c0 134.54-79.956 255.722-203.751 308.841-18.235 7.81-39.404-0.618-47.157-18.881-7.839-18.204 0.587-39.317 18.821-47.128 97.486-41.754 160.294-137.068 160.294-242.832 0-105.297-62.573-200.375-159.502-242.159-18.175-7.869-26.601-28.98-18.763-47.157 5.844-13.595 19.086-21.698 33.092-21.698 4.64 0 9.515 0.939 14.154 2.966 123.267 53.117 202.812 174.035 202.812 308.049zM674.091 447.711c0 71.088-42.254 134.953-107.763 162.73-18.175 7.606-39.288-0.763-46.98-19.057-7.869-18.263 0.675-39.346 18.91-47.099 38.878-16.442 63.953-54.379 63.953-96.576 0-41.696-24.841-79.457-63.188-96.166-18.235-7.869-26.545-29.011-18.705-47.215 5.902-13.537 19.086-21.582 32.975-21.582 4.756 0 9.69 0.939 14.33 2.995 64.653 28.073 106.469 91.673 106.469 161.97zM690.21 898.582c-18.235 7.898-39.464-0.558-47.157-18.823-7.869-18.235 0.558-39.346 18.821-47.127 154.275-66.214 253.934-217.317 253.934-385.040 0-167.105-99.279-317.914-253.081-384.246-18.235-7.869-26.663-28.951-18.881-47.157 5.902-13.595 19.086-21.698 32.975-21.698 4.758 0 9.691 0.939 14.33 2.965 180.085 77.635 296.51 254.373 296.51 450.168 0.027 196.408-116.691 373.44-297.451 450.959z" />
15
- <glyph unicode="&#xe905;" glyph-name="clock" d="M946.197 653.277c-51.534 120.167-139.105 207.561-260.254 259.239-60.551 25.829-123.988 39.022-190.262 39.022-66.262 0-129.232-13.069-189.716-39.022-120.145-51.541-208.105-138.879-259.73-259.239-25.869-60.3-38.478-123.474-38.478-189.748 0-66.287 12.609-129.985 38.478-190.297 51.625-120.36 139.596-208.222 259.73-259.776 60.495-25.953 123.452-39.009 189.716-39.009s129.711 13.193 190.252 39.009c121.148 51.68 208.72 139.62 260.265 259.776 25.947 60.506 39.014 124.010 39.014 190.297 0 66.274-13.055 129.243-39.015 189.748zM868.18 247.574c-38.365-65.806-90.924-118.012-157.119-156.611-65.795-38.372-137.885-57.723-215.367-57.723-58.248 0-113.829 11.22-166.742 34.209-52.912 22.977-98.597 53.185-136.813 91.397-38.217 38.223-68.634 84.362-91.379 137.374-22.678 52.819-33.668 109.038-33.668 167.307 0 77.507 19.040 149.245 57.189 214.869 38.285 65.864 90.855 118.125 156.583 156.612 65.716 38.485 137.339 57.734 214.82 57.734 77.494 0 149.571-19.362 215.367-57.734 66.195-38.6 118.641-90.86 157.119-156.611 38.478-65.739 57.713-137.363 57.713-214.869 0-77.509-19.108-149.735-57.702-215.955zM524.274 466.88v277.053c0 16.579-14.226 29.951-30.555 29.951-15.271 0-28.97-13.372-28.97-29.951v-281.331c0-0.537 1.056-2.682 1.056-4.281-1.056-9.629 1.585-17.651 7.901-24.075l157.501-159.916c10.539-10.701 30.024-10.701 40.556 0 12.112 12.3 11.315 30.146 0 41.717l-147.49 150.832z" />
16
- <glyph unicode="&#xe906;" glyph-name="document-alt" d="M867.331 817.779h-28.402v-714.292c0-47.452-37.734-86.078-84.090-86.078h-516.617v-26.478c0-30.321 24.040-54.929 53.66-54.929h575.348c29.619 0 53.659 24.608 53.659 54.929v771.919c0.001 30.32-23.938 54.929-53.557 54.929zM465.727 49.779h287.716c29.624 0 53.668 24.608 53.668 54.927v771.921c0 30.32-24.044 54.929-53.668 54.929h-383.385v-18.171c0.202-1.869 0.304-3.842 0.304-5.815v-150.459c0-42.677-33.885-77.358-75.581-77.358h-147.003c-1.522 0-3.145 0.104-4.667 0.208h-18.667v-575.255c0-30.319 24.044-54.927 53.668-54.927h287.615zM476.582 236.476h-187.584c-14 0-25.363 11.631-25.363 25.959 0 14.33 11.363 25.959 25.363 25.959h187.685c14 0 25.363-11.629 25.363-25.959 0-14.328-11.464-25.959-25.464-25.959zM664.267 368.97h-375.269c-14 0-25.363 11.631-25.363 25.959 0 14.33 11.363 25.959 25.363 25.959h375.269c14 0 25.363-11.629 25.363-25.959 0-14.328-11.363-25.959-25.363-25.959zM288.999 561.587h375.269c14 0 25.363-11.63 25.363-25.959s-11.363-25.959-25.363-25.959h-375.269c-14 0-25.363 11.63-25.363 25.959s11.363 25.959 25.363 25.959zM120.033 732.445h155.786c0.108 0 0.323 0 0.43 0 26.018 0.215 47.091 21.283 47.306 47.295 0 0.107 0 0.322 0 0.43v155.86c0 14.404-11.826 23.97-24.082 23.97-5.913 0-11.826-2.15-16.772-7.094l-179.655-179.615c-15.052-15.049-4.408-40.846 16.987-40.846z" />
17
- <glyph unicode="&#xe907;" glyph-name="facebook" d="M402.022-63.999v458.035h-154.010v181.965h154.010v143.974c0 75.981 21.299 134.963 64 177.050 42.701 41.984 99.328 62.976 169.984 62.976 57.344 0 104.038-2.662 139.981-7.987v-161.997h-96.051c-36.045 0-60.723-7.987-74.035-23.962-10.65-13.312-15.974-34.714-15.974-64v-125.952h169.984l-23.962-181.965h-145.92v-458.138h-188.006z" />
18
- <glyph unicode="&#xe908;" glyph-name="fav-full" d="M141.439 926.152c8.271 12.642 19.41 21.887 33.391 27.752 8.904 4.056 18.236 6.088 27.991 6.088v0.009h666.562c9.751 0 19.074-2.032 27.98-6.088 13.99-5.86 25.124-15.117 33.391-27.752 8.265-12.635 12.404-26.616 12.404-41.961v-872.4c0-15.349-4.139-29.326-12.404-41.973-8.267-12.633-19.401-21.887-33.391-27.745-8.897-4.056-18.229-6.083-27.98-6.083-19.936 0-37.524 7.448-52.792 22.326l-280.491 286.981-280.491-286.988c-14.843-14.415-32.44-21.636-52.786-21.636-10.604 0-19.934 1.792-27.991 5.402-13.981 5.858-25.12 15.112-33.391 27.761-8.265 12.63-12.395 26.609-12.395 41.956v872.388c-0.002 15.344 4.137 29.326 12.393 41.961z" />
19
- <glyph unicode="&#xe909;" glyph-name="fav-line" d="M141.439 926.152c8.271 12.642 19.41 21.887 33.391 27.752 8.904 4.056 18.236 6.088 27.991 6.088v0.009h666.562c9.751 0 19.074-2.032 27.98-6.088 13.99-5.86 25.124-15.117 33.391-27.752 8.265-12.635 12.404-26.616 12.404-41.961v-872.4c0-15.349-4.139-29.326-12.404-41.973-8.267-12.633-19.401-21.887-33.391-27.745-8.897-4.056-18.229-6.083-27.98-6.083-19.936 0-37.524 7.448-52.792 22.326l-280.491 286.981-280.491-286.988c-14.843-14.415-32.44-21.636-52.786-21.636-10.604 0-19.934 1.792-27.991 5.402-13.981 5.858-25.12 15.112-33.391 27.761-8.265 12.63-12.395 26.609-12.395 41.956v872.388c-0.002 15.344 4.137 29.326 12.393 41.961zM210.453 32.794l325.646 332.298 56.604-57.519 269.036-274.78v840.566h-651.286v-840.566z" />
20
- <glyph unicode="&#xe90a;" glyph-name="google" d="M1000.346 522.343c5.53-30.31 8.294-59.187 8.294-86.733 0-96.358-20.685-182.374-61.952-258.048s-99.43-134.861-174.49-177.562c-75.059-42.598-161.382-64-259.072-64-92.262 0-177.562 23.040-256 69.12s-140.698 108.339-186.88 186.88c-46.080 78.438-69.12 163.738-69.12 256 0 92.16 23.040 177.562 69.12 256s108.339 140.698 186.88 186.88c78.438 46.080 163.738 69.12 256 69.12 133.427 0 247.706-44.749 342.63-134.144l-138.342-134.144c-44.032 42.598-97.075 68.096-158.925 76.39-57.856 8.294-114.893 0-171.315-24.781-56.422-24.883-101.888-62.054-136.294-111.616-37.171-53.658-55.706-114.893-55.706-183.706 0-59.187 14.438-113.254 43.315-162.099s67.379-88.064 115.61-117.658c48.128-29.594 101.171-44.339 158.925-44.339 61.952 0 116.326 13.722 163.123 41.267 37.171 22.016 68.096 51.61 92.877 88.781 17.92 30.208 29.594 60.518 35.123 90.829h-291.021v177.562h487.219z" />
21
- <glyph unicode="&#xe90b;" glyph-name="grid" d="M456.98 937.266c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM411.51 548.491h-366.039v366.039h366.039v-366.039zM1023.091 937.266c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM977.62 548.491h-366.039v366.039h366.039v-366.039zM456.98 371.156c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM411.51-15.345h-366.039v363.766h366.039v-363.766zM1023.091 371.156c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM977.62-15.345h-366.039v363.766h366.039v-363.766z" />
22
- <glyph unicode="&#xe90c;" glyph-name="group" d="M863.277 485.304c28.24 19.844 46.939 52.854 46.939 90.061 0 60.868-49.228 110.096-110.096 110.096s-110.096-49.228-110.096-110.096c0-37.207 18.508-70.217 46.939-90.061-24.233-8.396-46.366-21.37-65.065-38.161-25.759 21.943-56.097 38.734-89.298 48.656 40.26 24.423 67.355 68.881 67.355 119.445 0 77.086-62.394 139.48-139.48 139.48s-139.48-62.585-139.48-139.48c0-50.564 26.904-95.022 67.355-119.445-32.819-9.922-62.776-26.522-88.344-48.083-18.699 16.409-40.451 29.194-64.302 37.398 28.24 19.844 46.939 52.854 46.939 90.061 0 60.868-49.228 110.096-110.096 110.096s-110.096-49.228-110.096-110.096c0-37.207 18.508-70.217 46.939-90.061-75.751-26.141-130.131-98.075-130.131-182.603v-12.593c0-0.382 0.382-0.763 0.763-0.763h233.358c-1.336-10.494-2.099-21.37-2.099-32.246v-12.975c0-56.097 45.412-101.51 101.51-101.51h295.752c56.097 0 101.51 45.412 101.51 101.51v12.975c0 10.876-0.763 21.752-2.099 32.246h234.884c0.382 0 0.763 0.382 0.763 0.763v12.593c-0.382 84.719-54.571 156.653-130.321 182.794zM720.553 575.556c0 43.886 35.681 79.567 79.567 79.567s79.567-35.681 79.567-79.567c0-43.313-34.918-78.613-78.040-79.567-0.572 0-0.954 0-1.526 0s-0.954 0-1.526 0c-43.313 0.763-78.040 36.063-78.040 79.567zM401.141 615.244c0 60.104 48.847 108.951 108.951 108.951s108.951-48.847 108.951-108.951c0-58.005-45.603-105.517-102.654-108.76-2.099 0-4.198 0-6.297 0s-4.198 0-6.297 0c-57.051 3.244-102.654 50.755-102.654 108.76zM142.406 575.556c0 43.886 35.681 79.567 79.567 79.567s79.567-35.681 79.567-79.567c0-43.313-34.918-78.613-78.040-79.567-0.572 0-0.954 0-1.526 0s-0.954 0-1.526 0c-43.122 0.763-78.040 36.063-78.040 79.567zM268.721 319.874h-208.553c8.586 81.284 77.277 145.014 160.66 145.586 0.382 0 0.763 0 1.145 0s0.763 0 1.145 0c39.688-0.191 75.941-14.883 103.99-38.734-27.476-29.766-47.893-66.401-58.387-106.852zM729.139 243.932c0-39.116-31.865-70.98-70.98-70.98h-295.752c-39.116 0-70.98 31.865-70.98 70.98v12.975c0 118.491 94.64 215.422 212.369 218.856 2.099-0.191 4.389-0.191 6.487-0.191s4.389 0 6.487 0.191c117.728-3.435 212.369-100.365 212.369-218.856v-12.975zM751.845 319.874c-10.494 40.26-30.529 76.323-57.815 106.089 28.24 24.423 64.875 39.116 104.944 39.497 0.382 0 0.763 0 1.145 0s0.763 0 1.145 0c83.383-0.572 152.074-64.302 160.66-145.586h-210.079z" />
23
- <glyph unicode="&#xe90d;" glyph-name="linkedin" d="M123.392 713.115c-33.485 0-62.464 12.186-86.835 36.557s-36.557 53.35-36.557 86.938c0 33.485 12.186 62.464 36.557 86.835s53.35 36.557 86.835 36.557c33.485 0 62.464-12.186 86.835-36.557s36.557-53.35 36.557-86.835c0-33.485-12.186-62.464-36.557-86.835-24.371-24.474-53.248-36.659-86.835-36.659zM228.557-63.999h-212.582v683.418h212.582v-683.418zM1024-63.999h-212.582v333.722c0 54.886-4.608 94.515-13.722 118.886-16.794 41.165-49.562 61.747-98.304 61.747s-83.046-18.33-102.81-54.886c-15.258-27.443-22.835-67.789-22.835-121.139v-338.33h-210.33v683.418h203.469v-93.696h2.253c15.258 30.515 39.629 55.603 73.114 75.469 36.557 24.371 79.258 36.557 128 36.557 99.021 0 168.346-31.232 207.974-93.696 30.515-50.278 45.67-128 45.67-233.165v-374.886z" />
24
- <glyph unicode="&#xe90e;" glyph-name="lock" d="M791.744 618.986h-48.716v97.433c0 136.406-107.176 243.582-243.582 243.582s-243.582-107.176-243.582-243.582v-97.433h-48.716c-53.588 0-97.433-43.845-97.433-97.433v-487.164c0-53.588 43.845-97.433 97.433-97.433h584.597c53.588 0 97.433 43.845 97.433 97.433v487.164c0 53.588-43.845 97.433-97.433 97.433zM499.446 180.538c-53.588 0-97.433 43.845-97.433 97.433s43.845 97.433 97.433 97.433c53.588 0 97.433-43.845 97.433-97.433s-43.845-97.433-97.433-97.433zM650.467 618.986h-302.042v97.433c0 82.818 68.203 151.021 151.021 151.021s151.021-68.203 151.021-151.021v-97.433z" />
25
- <glyph unicode="&#xe90f;" glyph-name="mark" d="M347.955 82.023l-333.926 331.981c-9.421 9.318-14.029 21.299-14.029 36.045 0 14.643 4.608 26.624 14.029 36.045l74.035 71.987c9.318 10.65 20.992 15.974 35.021 15.974s26.317-5.325 36.966-15.974l223.949-224.051 480.051 480.051c10.65 10.65 23.040 15.974 36.966 15.974s25.702-5.325 35.021-15.974l74.035-71.987c9.318-9.318 14.029-21.299 14.029-36.045 0-14.643-4.71-26.726-14.029-36.045l-590.029-587.981c-9.421-10.752-21.402-15.974-36.045-15.974s-26.726 5.222-36.045 15.974z" />
26
- <glyph unicode="&#xe910;" glyph-name="minus" d="M64 512.001h853.333c35.346 0 64-28.654 64-64s-28.654-64-64-64h-853.333c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
27
- <glyph unicode="&#xe911;" glyph-name="mortarboard" d="M702.009 81.893c-8.908 2.261-17.931-3.19-20.141-12.082l-16.618-66.474c-2.244-8.923 3.19-17.931 12.098-20.159 1.346-0.349 2.709-0.499 4.039-0.499 7.445 0 14.209 5.036 16.104 12.581l16.618 66.474c2.226 8.908-3.192 17.931-12.1 20.159zM498.562 414.765c2.16 0 4.322 0.415 6.349 1.262l182.807 75.649c8.476 3.507 12.497 13.229 8.992 21.705-3.507 8.493-13.263 12.482-21.721 9.007l-176.427-73.022-465.324 192.544v5.517c0 9.173-7.445 16.618-16.618 16.618s-16.62-7.445-16.62-16.618v-16.618c0-6.731 4.055-12.797 10.271-15.356l481.944-199.425c2.025-0.847 4.187-1.264 6.347-1.264zM696.26 244.506c-4.055 8.226-13.993 11.617-22.252 7.545-31.559-15.605-84.275-33.752-158.825-36.23v149.088c0 9.173-7.445 16.618-16.618 16.618s-16.618-7.445-16.618-16.618v-148.938c-206.354 6.581-272.945 131.587-282.519 152.394v112.874c0 9.173-7.445 16.618-16.618 16.618s-16.618-7.445-16.618-16.618v-116.331c0-2.111 0.399-4.205 1.18-6.181 2.892-7.196 73.622-176.623 331.195-176.623 90.024 0 153.109 21.837 190.168 40.152 8.238 4.070 11.613 14.024 7.525 22.25zM747.843 65.771c-9.19 0-16.618-7.445-16.618-16.618v-49.856c0-9.173 7.428-16.618 16.618-16.618s16.618 7.445 16.618 16.618v49.856c0 9.173-7.428 16.618-16.618 16.618zM980.506 664.046c-9.19 0-16.618-7.445-16.618-16.618v-5.484l-199.425-82.080v30.031l222.392 92.035c6.215 2.559 10.271 8.626 10.271 15.356s-4.055 12.78-10.254 15.356l-481.962 199.423c-4.072 1.679-8.626 1.679-12.696 0l-481.944-199.425c-6.216-2.577-10.271-8.626-10.271-15.356s4.055-12.797 10.271-15.356l481.944-199.425c2.027-0.847 4.187-1.264 6.349-1.264s4.322 0.415 6.349 1.264l174.265 72.108c8.493 3.49 12.515 13.212 9.007 21.705-3.507 8.476-13.229 12.482-21.705 8.992l-167.918-69.468-438.485 181.444 438.485 181.444 438.485-181.444-190.799-78.956-182.756 68.237c0.964 3.457 1.546 7.013 1.546 10.719 0 27.953-29.199 49.856-66.474 49.856s-66.474-21.904-66.474-49.856c0-27.953 29.199-49.856 66.474-49.856 16.636 0 31.476 4.538 43.009 11.849l189.652-70.813v-409.421c-19.294-6.896-33.238-25.16-33.238-46.799 0-27.487 22.369-49.856 49.856-49.856s49.856 22.369 49.856 49.856c0 21.637-13.942 39.901-33.238 46.799v94.328c47.712 36.013 64.813 83.975 65.561 86.101 0.598 1.745 0.913 3.589 0.913 5.434v116.331c0 9.173-7.428 16.618-16.618 16.618s-16.618-7.445-16.618-16.618v-113.257c-2.875-7.046-12.863-28.767-33.238-50.205v206.144l222.376 91.519c6.232 2.559 10.287 8.641 10.287 15.372v16.618c0 9.175-7.428 16.62-16.618 16.62zM498.562 680.666c-20.291 0-33.238 9.839-33.238 16.618 0 6.781 12.945 16.618 33.238 16.618s33.238-9.839 33.238-16.618c0-6.781-12.947-16.618-33.238-16.618zM747.843 115.628c-9.173 0-16.618 7.461-16.618 16.618s7.445 16.618 16.618 16.618c9.173 0 16.618-7.461 16.618-16.618 0-9.155-7.445-16.618-16.618-16.618zM813.819 69.81c-2.226 8.89-11.268 14.326-20.141 12.082-8.908-2.226-14.326-11.251-12.098-20.159l16.618-66.474c1.895-7.545 8.659-12.581 16.104-12.581 1.33 0 2.691 0.15 4.039 0.499 8.908 2.226 14.326 11.235 12.098 20.159l-16.62 66.474z" />
28
- <glyph unicode="&#xe912;" glyph-name="offer" d="M932.274 434.787c-4.104 8.397-4.104 18.028 0 26.423l38.043 77.826c21.181 43.333 4.399 94.981-38.207 117.587l-76.521 40.601c-8.256 4.379-13.916 12.172-15.531 21.375l-14.966 85.325c-8.333 47.506-52.278 79.43-100.025 72.674l-85.771-12.133c-9.258-1.307-18.412 1.669-25.128 8.166l-62.259 60.229c-34.667 33.537-88.974 33.539-123.639 0l-62.261-60.235c-6.718-6.499-15.872-9.469-25.128-8.166l-85.771 12.133c-47.763 6.76-91.692-25.168-100.025-72.674l-14.966-85.321c-1.616-9.204-7.276-16.996-15.529-21.376l-76.521-40.601c-42.606-22.604-59.388-74.256-38.207-117.589l38.041-77.824c4.104-8.397 4.104-18.028 0-26.423l-38.043-77.824c-21.181-43.333-4.399-94.981 38.207-117.587l76.521-40.601c8.256-4.379 13.916-12.172 15.531-21.375l14.966-85.325c7.586-43.247 44.67-73.577 87.289-73.573 4.198 0 8.457 0.295 12.738 0.9l85.771 12.133c9.25 1.313 18.41-1.669 25.128-8.166l62.259-60.229c17.336-16.77 39.573-25.154 61.819-25.152 22.239 0.002 44.49 8.385 61.819 25.152l62.261 60.229c6.718 6.497 15.874 9.465 25.128 8.166l85.771-12.133c47.769-6.758 91.692 25.168 100.025 72.674l14.968 85.321c1.616 9.204 7.276 16.996 15.529 21.376l76.521 40.601c42.606 22.604 59.388 74.256 38.207 117.589l-38.043 77.826zM904.537 291.343l-76.521-40.601c-24.397-12.947-41.129-35.973-45.901-63.179l-14.966-85.323c-2.819-16.073-17.679-26.869-33.842-24.588l-85.771 12.133c-27.353 3.875-54.419-4.929-74.272-24.132l-62.261-60.227c-11.726-11.344-30.1-11.344-41.831 0l-62.259 60.229c-16.778 16.231-38.713 25.026-61.611 25.026-4.196 0-8.425-0.295-12.661-0.895l-85.771-12.133c-16.149-2.283-31.021 8.515-33.842 24.588l-14.968 85.325c-4.773 27.206-21.504 50.234-45.903 63.177l-76.521 40.601c-14.416 7.648-20.094 25.122-12.928 39.783l38.043 77.826c12.129 24.815 12.129 53.276 0 78.091l-38.043 77.826c-7.166 14.661-1.488 32.134 12.928 39.783l76.521 40.601c24.397 12.947 41.129 35.973 45.901 63.179l14.966 85.323c2.821 16.073 17.679 26.871 33.842 24.588l85.771-12.133c27.343-3.871 54.419 4.929 74.272 24.132l62.261 60.229c11.726 11.344 30.1 11.344 41.831 0l62.259-60.229c19.852-19.205 46.925-28.003 74.272-24.132l85.771 12.133c16.151 2.285 31.023-8.515 33.842-24.588l14.966-85.325c4.773-27.206 21.504-50.234 45.903-63.177l76.521-40.601c14.416-7.648 20.094-25.122 12.928-39.783l-38.043-77.824c-12.129-24.813-12.129-53.278 0-78.091l38.043-77.824c7.168-14.665 1.49-32.14-12.926-39.789zM705.018 662.929c-11.485 11.487-30.112 11.487-41.6 0l-388.261-388.263c-11.487-11.487-11.487-30.112 0-41.6 5.744-5.744 13.272-8.616 20.799-8.616s15.057 2.871 20.799 8.616l388.261 388.261c11.491 11.489 11.491 30.112 0.002 41.601zM372.427 712.735c-59.472 0-107.857-48.385-107.857-107.857s48.385-107.857 107.857-107.857c59.472 0 107.857 48.385 107.857 107.857s-48.385 107.857-107.857 107.857zM372.427 555.854c-27.032 0-49.024 21.992-49.024 49.026 0 27.032 21.992 49.024 49.024 49.024s49.026-21.992 49.026-49.024c-0.002-27.034-21.994-49.026-49.026-49.026zM607.748 398.973c-59.472 0-107.857-48.385-107.857-107.857s48.385-107.857 107.857-107.857c59.472 0 107.857 48.385 107.857 107.857s-48.385 107.857-107.857 107.857zM607.748 242.091c-27.032 0-49.026 21.992-49.026 49.024s21.992 49.024 49.026 49.024c27.032 0 49.024-21.992 49.024-49.024s-21.992-49.024-49.024-49.024z" />
29
- <glyph unicode="&#xe913;" glyph-name="cross" horiz-adv-x="1020" d="M983.896 164.596c17.379-17.379 25.399-37.431 25.399-62.83 0-24.063-8.021-46.789-25.399-65.504l-62.83-62.83c-18.715-17.379-40.104-25.399-65.504-25.399-24.063 0-45.452 8.021-62.83 25.399l-283.405 284.742-283.405-284.742c-17.379-17.379-37.431-25.399-62.83-25.399-24.063 0-46.789 8.021-65.504 25.399l-62.83 62.83c-17.379 18.715-25.399 40.104-25.399 65.504 0 24.063 8.021 45.452 25.399 62.83l283.405 283.405-282.068 283.405c-17.379 17.379-25.399 37.431-25.399 62.83 0 24.063 8.021 46.789 25.399 65.504l62.83 62.83c18.715 17.379 40.104 25.399 65.504 25.399 24.063 0 45.452-8.021 62.83-25.399l283.405-283.405 283.405 283.405c17.379 17.379 37.431 25.399 62.83 25.399 24.063 0 46.789-8.021 65.504-25.399l62.83-62.83c17.379-18.715 25.399-40.104 25.399-65.504 0-24.063-8.021-45.452-25.399-62.83l-284.742-283.405 283.405-283.405z" />
30
- <glyph unicode="&#xe914;" glyph-name="plus" d="M426.667 512.001v362.667c0 35.346 28.654 64 64 64s64-28.654 64-64v-362.667h362.667c35.346 0 64-28.654 64-64s-28.654-64-64-64h-362.667v-362.667c0-35.346-28.654-64-64-64s-64 28.654-64 64v362.667h-362.667c-35.346 0-64 28.654-64 64s28.654 64 64 64h362.667z" />
31
- <glyph unicode="&#xe915;" glyph-name="shopping-cart" d="M296.989 286.371h563.726c63.921 0 116.067 52.146 116.067 116.067v237.181c0 0.21 0 0.631 0 0.841 0 0.631 0 1.051 0 1.682 0 0.421 0 0.841-0.21 1.262 0 0.421-0.21 1.051-0.21 1.472s-0.21 0.841-0.21 1.262c-0.21 0.421-0.21 0.841-0.421 1.472-0.21 0.421-0.21 0.841-0.421 1.262s-0.21 0.841-0.421 1.262c-0.21 0.421-0.421 0.841-0.631 1.472-0.21 0.421-0.421 0.841-0.631 1.051-0.21 0.421-0.421 0.841-0.631 1.262s-0.421 0.631-0.631 1.051c-0.21 0.421-0.631 0.841-0.841 1.262s-0.421 0.631-0.841 1.051c-0.21 0.421-0.631 0.631-0.841 1.051s-0.631 0.631-0.841 1.051c-0.21 0.421-0.631 0.631-0.841 0.841-0.421 0.421-0.631 0.631-1.051 1.051-0.421 0.21-0.631 0.631-1.051 0.841s-0.841 0.631-1.262 0.841c-0.421 0.21-0.631 0.421-1.051 0.631s-0.841 0.421-1.262 0.841c-0.421 0.21-0.841 0.421-1.262 0.631s-0.841 0.421-1.262 0.631c-0.421 0.21-0.841 0.421-1.262 0.631s-0.841 0.21-1.262 0.421c-0.421 0.21-1.051 0.421-1.472 0.421s-0.841 0.21-1.051 0.21-1.051 0.21-1.682 0.21c-0.21 0-0.421 0.21-0.841 0.21l-714.487 98.615v99.667c0 1.051 0 2.103-0.21 2.944 0 0.21 0 0.421-0.21 0.841 0 0.631-0.21 1.262-0.21 1.892-0.21 0.631-0.21 1.051-0.421 1.682 0 0.421-0.21 0.631-0.21 1.051-0.21 0.631-0.421 1.262-0.631 1.892 0 0.21-0.21 0.631-0.21 0.841-0.21 0.631-0.421 1.051-0.841 1.682-0.21 0.21-0.21 0.631-0.421 0.841-0.21 0.421-0.421 0.841-0.841 1.262-0.21 0.421-0.421 0.631-0.631 1.051s-0.421 0.631-0.631 1.051c-0.21 0.421-0.631 0.841-0.841 1.262-0.21 0.21-0.421 0.421-0.631 0.631-0.421 0.421-0.841 0.841-1.262 1.262-0.21 0.21-0.421 0.421-0.631 0.631-0.421 0.421-0.841 0.841-1.472 1.262-0.21 0.21-0.631 0.421-0.841 0.631-0.421 0.421-0.841 0.631-1.262 1.051-0.631 0.421-1.262 0.841-1.682 1.051-0.21 0.21-0.421 0.21-0.631 0.421-0.841 0.421-1.892 0.841-2.733 1.262l-154.967 65.183c-14.508 6.098-31.12-0.631-37.217-15.139s0.631-31.12 15.139-37.217l137.515-58.034v-621.97c0-58.875 44.156-107.657 101.138-115.016-10.303-17.242-16.401-37.428-16.401-58.875 0-63.29 51.515-114.595 114.595-114.595s114.595 51.515 114.595 114.595c0 21.027-5.677 41.002-15.77 57.823h255.264c-10.093-17.032-15.77-36.797-15.77-57.823 0-63.29 51.515-114.595 114.595-114.595s114.595 51.515 114.595 114.595c0 63.080-51.515 114.595-114.595 114.595h-536.181c-32.802 0-59.295 26.704-59.295 59.295v76.958c17.242-10.093 37.638-15.98 59.295-15.98zM438.289 51.713c0-31.961-26.073-57.823-57.823-57.823s-57.823 26.073-57.823 57.823c0 31.75 26.073 57.823 57.823 57.823s57.823-25.863 57.823-57.823zM891.204 51.713c0-31.961-26.073-57.823-57.823-57.823s-57.823 26.073-57.823 57.823c0 31.75 26.073 57.823 57.823 57.823s57.823-25.863 57.823-57.823zM860.715 343.143h-563.726c-32.802 0-59.295 26.704-59.295 59.295v306.779l682.316-93.989v-212.58c0-33.012-26.704-59.506-59.295-59.506z" />
32
- <glyph unicode="&#xe916;" glyph-name="star-full" d="M489.984 934.094c14.643 5.12 29.286 5.12 44.032 0 14.643-5.12 25.805-15.36 33.485-30.618l124.416-252.621 279.45-40.141c16.589-2.56 29.696-10.24 39.219-22.938 9.523-12.8 14.029-26.829 13.414-42.086-0.614-15.36-6.656-28.672-18.227-40.141l-202.854-197.222 47.821-279.45c2.56-15.36-0.307-29.696-8.602-43.11s-20.070-22.016-35.43-25.805c-15.36-3.789-30.003-1.946-44.032 5.734l-250.675 130.15-250.675-130.15c-14.029-7.68-28.672-9.523-44.032-5.734s-27.136 12.39-35.43 25.805c-8.294 13.414-11.162 27.75-8.602 43.11l47.821 279.45-202.854 197.12c-11.469 11.469-17.51 24.883-18.125 40.141-0.614 15.36 3.789 29.286 13.414 42.086 9.523 12.698 22.63 20.378 39.219 22.938l279.45 40.141 124.314 252.723c7.68 15.36 18.842 25.498 33.485 30.618z" />
33
- <glyph unicode="&#xe917;" glyph-name="star-half" d="M1009.664 587.47c9.523-12.698 14.336-26.726 14.336-41.984s-6.349-28.672-19.149-40.141l-202.445-196.813 47.718-278.938c3.789-19.149-0.614-35.635-13.414-49.664-12.698-14.029-28.058-20.992-45.875-20.992-10.24 0-19.763 2.56-28.672 7.68l-250.163 129.843-250.266-129.843c-8.909-5.12-18.432-7.68-28.672-7.68-17.818 0-33.178 7.066-45.875 20.992-12.698 14.029-17.203 30.618-13.414 49.664l47.718 278.938-202.342 196.813c-12.8 11.469-19.149 24.781-19.149 40.038s4.813 29.286 14.336 41.984c9.523 12.698 22.016 20.378 37.274 22.938l280.883 40.141 124.109 252.211c6.349 11.469 14.336 20.070 23.859 25.805s20.070 8.602 31.539 8.602 22.016-2.867 31.539-8.602 17.51-14.336 23.859-25.805l124.211-252.211 280.883-41.984c15.258-1.229 27.648-8.294 37.171-20.992zM896 528.283l-265.523 38.195-118.477 240.64v-605.594l236.851-126.054-43.93 265.523 34.406 32.461 156.672 154.829z" />
34
- <glyph unicode="&#xe918;" glyph-name="star-line" d="M1010.586 587.675c9.523-12.8 14.029-26.829 13.414-42.086-0.614-15.36-6.656-28.672-18.227-40.141l-202.854-197.12 47.821-279.45c2.56-15.36-0.307-29.696-8.602-43.11s-20.070-22.016-35.43-25.805c-15.36-3.789-30.003-1.946-44.032 5.734l-250.675 130.15-250.675-130.15c-14.029-7.68-28.672-9.523-44.032-5.734s-27.136 12.39-35.43 25.805c-8.294 13.414-11.162 27.75-8.602 43.11l47.821 279.45-202.854 197.12c-11.469 11.469-17.51 24.883-18.125 40.141-0.614 15.36 3.789 29.286 13.414 42.086 9.523 12.698 22.63 20.378 39.219 22.938l279.45 40.141 124.314 252.723c7.68 15.36 18.842 25.498 33.485 30.618s29.286 5.12 44.032 0c14.643-5.12 25.805-15.36 33.485-30.618l124.416-252.621 279.45-40.141c16.486-2.56 29.594-10.24 39.219-23.040zM896.717 528.385l-266.035 38.298-118.682 241.152-118.682-241.152-266.035-38.298 191.386-187.597-44.032-266.035 237.363 126.362 237.261-126.259-44.032 266.035 191.488 187.494z" />
35
- <glyph unicode="&#xe919;" glyph-name="tumblr" d="M812.032 27.956c5.325-13.312 5.325-22.63 0-27.955-15.974-17.306-40.038-31.949-71.987-44.032-38.707-13.312-79.974-19.968-124.006-19.968-73.318 0-134.042 16.691-181.965 49.971-40.038 26.726-69.325 64-87.962 112.026-15.974 37.274-23.962 77.312-23.962 120.013v287.949h-94.003c-5.325 0-10.035 1.638-14.029 5.018-3.994 3.277-6.042 8.294-6.042 14.95v136.090c0 6.656 2.048 13.005 6.042 19.046s9.318 10.342 15.974 13.005c56.013 18.637 99.328 52.634 130.048 101.99 22.63 38.707 36.045 82.637 40.038 131.994 1.126 21.299 11.878 31.949 31.846 31.949h142.029c5.325 0 10.035-2.048 14.029-6.042s6.042-8.704 6.042-14.029v-229.99h165.99c5.325 0 10.035-2.048 14.029-6.042s6.042-8.704 6.042-14.029v-164.045c0-5.325-2.048-10.035-6.042-14.029s-8.704-6.042-14.029-6.042h-168.141v-266.035c0-36.045 11.981-61.338 36.045-75.981 23.962-14.643 57.344-13.312 100.045 3.994 11.981 5.325 20.992 6.963 27.034 5.018s10.342-6.963 13.005-14.95l43.93-129.843z" />
36
- <glyph unicode="&#xe91a;" glyph-name="twitter" d="M1024 765.953c-29.389-42.701-64.717-79.36-105.984-109.978 1.331-5.325 2.048-14.029 2.048-26.010 0-96.051-23.347-188.723-70.042-278.016-48.026-94.72-115.302-169.984-202.035-225.997-94.72-62.669-203.366-94.003-326.042-94.003-117.248 0.102-224.666 31.437-321.946 94.003 14.643-1.331 31.334-2.048 49.971-2.048 97.28 0 184.627 30.003 262.042 90.010-46.694 0-87.654 13.619-122.982 40.96s-59.699 61.645-73.011 103.014c13.312-1.331 26.010-2.048 37.99-2.048 18.637 0 37.274 2.048 56.013 6.042-48.026 10.65-87.962 35.328-120.013 74.035s-48.026 82.739-48.026 132.096v3.994c29.286-17.306 60.621-26.726 94.003-27.955-27.955 19.968-50.688 45.261-67.994 75.981-17.306 30.618-26.010 64.307-26.010 100.966s10.035 71.68 30.003 104.96c52.019-65.331 115.61-117.35 190.976-155.955 75.264-38.707 155.648-60.006 241.050-64-2.662 15.974-3.994 31.949-3.994 48.026 0 37.274 9.318 72.294 27.955 104.96s44.032 58.266 75.981 77.005c31.949 18.637 66.662 27.955 104.038 27.955 30.618 0 58.982-6.042 84.992-18.022s49.050-27.955 69.018-48.026c48.026 9.318 92.672 26.010 134.042 49.971-15.974-49.357-46.694-87.962-91.955-116.019 39.936 5.427 79.872 16.794 119.91 34.099v0z" />
37
- <glyph unicode="&#xe91b;" glyph-name="user" d="M511.109 485.446c64.001 0 119.413 22.946 164.702 68.218 45.274 45.265 68.236 100.649 68.236 164.634 0 63.962-22.954 119.354-68.243 164.634-45.289 45.258-100.701 68.203-164.695 68.203-64.008 0-119.413-22.946-164.695-68.211s-68.243-100.657-68.243-164.626c0-63.984 22.962-119.376 68.243-164.641 45.296-45.258 100.709-68.211 164.695-68.211zM386.494 842.867c34.745 34.732 75.504 51.615 124.615 51.615 49.104 0 89.87-16.883 124.622-51.615 34.745-34.74 51.642-75.491 51.642-124.569 0-49.093-16.897-89.836-51.642-124.576-34.753-34.74-75.519-51.623-124.622-51.623-49.096 0-89.855 16.89-124.615 51.623-34.753 34.732-51.649 75.483-51.649 124.576 0 49.078 16.897 89.829 51.649 124.569zM918.688 207.75c-1.306 18.838-3.947 39.386-7.836 61.086-3.925 21.862-8.98 42.528-15.030 61.418-6.257 19.524-14.75 38.804-25.264 57.28-10.898 19.177-23.707 35.876-38.080 49.617-15.030 14.375-33.432 25.933-54.711 34.364-21.206 8.386-44.706 12.635-69.845 12.635-9.872 0-19.42-4.049-37.859-16.050-11.348-7.398-24.622-15.954-39.438-25.417-12.669-8.069-29.831-15.629-51.030-22.474-20.682-6.69-41.681-10.083-62.414-10.083-20.719 0-41.718 3.393-62.414 10.083-21.176 6.837-38.346 14.397-50.993 22.466-14.676 9.375-27.957 17.93-39.475 25.432-18.424 12-27.972 16.050-37.844 16.050-25.146 0-48.639-4.256-69.837-12.649-21.265-8.416-39.674-19.973-54.719-34.364-14.373-13.748-27.182-30.44-38.073-49.609-10.5-18.476-19-37.749-25.257-57.287-6.043-18.889-11.097-39.549-15.023-61.41-3.896-21.67-6.53-42.226-7.836-61.108-1.284-18.461-1.933-37.675-1.933-57.088 0-50.465 16.048-91.319 47.694-121.449 31.255-29.732 72.604-44.808 122.903-44.808h465.67c50.284 0 91.633 15.076 122.896 44.808 31.654 30.108 47.702 70.977 47.702 121.456-0.007 19.479-0.664 38.693-1.955 57.103zM833.865 70.236c-20.652-19.649-48.071-29.201-83.827-29.201h-465.663c-35.763 0-63.182 9.552-83.827 29.193-20.254 19.273-30.097 45.582-30.097 80.41 0 18.115 0.598 36.001 1.793 53.172 1.166 16.846 3.549 35.352 7.083 55.016 3.49 19.42 7.932 37.646 13.215 54.145 5.069 15.821 11.983 31.487 20.556 46.578 8.183 14.383 17.598 26.722 27.987 36.665 9.717 9.301 21.966 16.913 36.398 22.621 13.348 5.281 28.348 8.172 44.632 8.607 1.985-1.055 5.519-3.068 11.245-6.8 11.651-7.59 25.079-16.249 39.925-25.727 16.734-10.665 38.294-20.298 64.053-28.61 26.334-8.512 53.191-12.834 79.85-12.834s53.523 4.322 79.842 12.826c25.78 8.327 47.333 17.953 64.089 28.633 15.192 9.706 28.245 18.115 39.895 25.712 5.726 3.725 9.26 5.746 11.245 6.8 16.292-0.435 31.292-3.326 44.647-8.607 14.425-5.709 26.673-13.328 36.391-22.621 10.389-9.935 19.804-22.275 27.987-36.672 8.581-15.083 15.502-30.757 20.564-46.563 5.29-16.522 9.74-34.74 13.222-54.145 3.527-19.701 5.918-38.214 7.083-55.030v-0.015c1.203-17.104 1.808-34.983 1.815-53.15-0.007-34.836-9.85-61.137-30.104-80.403z" />
38
- <glyph unicode="&#xe91c;" glyph-name="youtube" d="M1013.828 684.615c-0.016 0.086-0.034 0.188-0.034 0.274-0.426 3.208-10.752 79.274-43.486 114.996-38.486 43.35-81.136 47.718-104.056 50.056l-6.536 0.716c-137.54 10.77-345.412 11.946-348.142 11.964-2.082-0.018-209.954-1.194-348.246-12.050l-5.752-0.632c-22.92-2.338-65.554-6.708-103.884-49.868-32.888-35.908-43.23-111.958-43.69-115.456-0.104-0.872-10.002-88.252-10.002-174.49v-80.862c0-86.29 9.898-173.62 10.036-174.78 0.426-3.208 10.734-79.24 43.486-114.91 35.516-39.97 79.804-45.722 106.274-49.17 4.676-0.598 8.824-1.11 13.858-2.048 79.036-8.176 327.544-10.7 338.296-10.804 2.082 0 210.192 0.494 348.62 11.23l5.956 0.666c22.87 2.406 65.45 6.912 103.578 49.902 32.904 35.858 43.246 111.872 43.724 115.37 0.086 0.888 10.002 88.252 10.002 174.506v80.88c0 86.258-9.916 173.638-10.002 174.51zM725.128 438.121l-324.266-181.402c-2.594-1.45-5.462-2.184-8.328-2.184-2.986 0-5.974 0.786-8.636 2.338-5.222 3.072-8.43 8.67-8.43 14.728v371.252c0 6.11 3.276 11.776 8.568 14.814 5.342 3.038 11.844 2.986 17.118-0.086l324.266-189.85c5.29-3.088 8.5-8.772 8.448-14.882-0.070-6.126-3.398-11.742-8.74-14.728z" />
39
- <glyph unicode="&#xe91d;" glyph-name="spinner" d="M669.491 810.804c0-76.288-61.952-138.24-138.24-138.24-76.39 0-138.24 61.952-138.24 138.24 0 76.39 61.952 138.342 138.24 138.342s138.24-62.054 138.24-138.342zM531.354 100.353c-42.496 0.102-77.005-34.304-77.21-76.902-0.102-42.598 34.202-77.21 76.8-77.312s77.21 34.202 77.21 76.8c0.205 42.803-34.202 77.312-76.8 77.414zM924.979 467.355c-27.853 0-50.381-22.426-50.381-50.278 0-27.75 22.426-50.381 50.381-50.381 27.75 0 50.278 22.528 50.278 50.381 0 27.75-22.528 50.278-50.278 50.278zM225.382 417.076c0 48.64-39.322 87.962-87.962 87.962s-87.962-39.424-87.962-87.962 39.322-87.962 87.962-87.962 87.962 39.322 87.962 87.962zM837.632 667.342c15.462 15.565 15.462 40.755 0 56.218-15.462 15.565-40.448 15.462-55.91 0-15.462-15.565-15.462-40.755 0-56.218 15.565-15.565 40.55-15.565 55.91 0zM188.826 202.446c-35.328-35.123-35.328-92.365 0-127.59s92.57-35.226 127.795 0c35.43 35.123 35.43 92.262 0.102 127.488-35.328 35.123-92.57 35.123-127.898 0.102zM773.222 175.207c-20.173-20.275-20.173-53.146 0-73.421 20.378-20.173 53.043-20.173 73.216 0.102s20.173 53.146-0.102 73.421c-20.173 20.173-52.941 20.173-73.114-0.102zM186.982 761.55c-36.454-36.454-36.454-95.642 0-132.198s95.539-36.454 131.994 0c36.454 36.454 36.454 95.642 0 132.198-36.454 36.454-95.539 36.454-131.994 0z" />
40
- <glyph unicode="&#xe91e;" glyph-name="file" d="M659.821 954.087c-4.695 4.945-11.133 7.914-17.805 7.914h-399.462c-73.711 0-134.555-60.602-134.555-134.305v-755.384c0-73.711 60.844-134.313 134.555-134.313h542.173c73.711 0 134.555 60.602 134.555 134.313v599.806c0 6.43-2.969 12.609-7.172 17.313zM666.992 874.688l168.938-177.344h-109.821c-32.648 0-59.117 26.219-59.117 58.867zM784.727-12.532h-542.173c-46.25 0-85.086 38.336-85.086 84.844v755.384c0 46.25 38.586 84.836 85.086 84.836h374.969v-156.321c0-60.102 48.484-108.336 108.586-108.336h143.703v-575.564c0-46.508-38.586-84.844-85.086-84.844zM717.204 158.132h-407.126c-13.602 0-24.734-11.125-24.734-24.734 0-13.602 11.133-24.734 24.734-24.734h407.376c13.602 0 24.734 11.133 24.734 24.734 0 13.609-11.133 24.734-24.984 24.734zM495.586 246.929c4.703-4.945 11.133-7.914 18.055-7.914 6.93 0 13.359 2.969 18.055 7.914l144.946 155.578c9.398 9.898 8.656 25.727-1.234 34.875-9.898 9.398-25.727 8.664-34.875-1.234l-102.156-109.571v270.094c0 13.609-11.133 24.734-24.734 24.734s-24.734-11.125-24.734-24.734v-270.094l-101.906 109.571c-9.398 9.891-24.984 10.633-34.875 1.234s-10.633-24.984-1.234-34.875z" />
41
- <glyph unicode="&#xe91f;" glyph-name="doubt" d="M916.676 896.18h-809.352c-59.298 0-107.324-48.048-107.324-107.324v-530.376c0-59.298 48.048-107.28 107.324-107.28h614.912l118.111-119.523c20.582-20.781 48.246-31.855 76.373-31.855 13.677 0 27.576 2.603 40.768 8.030 40.238 16.545 66.534 55.747 66.534 99.272v681.733c-0.022 59.298-48.070 107.324-107.346 107.324zM560.334 306.903c0-36.841-28.392-65.277-66.733-65.277-38.385 0-66.777 28.436-66.777 65.277v1.522c0 36.797 28.414 65.233 66.777 65.233 38.341 0 66.733-28.436 66.733-65.233v-1.522zM694.638 629.911c0-97.397-67.549-137.37-151.202-154.202l-2.294-13.81c-3.111-19.921-19.17-37.613-41.429-37.613h-6.111c-22.259 0-38.385 16.964-41.474 37.613l-7.655 52.173c-3.839 25.347 10.743 42.974 35.319 46.062 66.733 8.427 97.441 29.186 97.441 66.799v1.456c0 34.502-26.097 54.511-70.615 54.511-33.002 0-61.394-9.993-89.014-30.708-9.221-6.905-21.509-12.31-34.525-12.31-29.164 0-53.761 24.597-53.761 53.739 0 14.648 6.155 29.936 19.965 41.452 40.679 33.797 92.102 55.328 159.629 55.328 110.501 0 185.705-56.872 185.705-158.945v-1.544h0.022z" />
42
- <glyph unicode="&#xe920;" glyph-name="angle-down" d="M472.064 154.932l-455.68 455.68c-10.854 10.957-16.384 24.269-16.384 39.936s5.53 28.979 16.486 39.936l51.712 51.712c10.957 10.957 24.269 16.794 39.936 17.613s28.979-4.301 39.936-15.258l363.93-364.134 364.032 364.032c10.957 10.957 24.269 16.077 39.936 15.258s28.979-6.656 39.936-17.613l51.712-51.712c10.957-10.957 16.486-24.269 16.486-39.936s-5.53-28.979-16.486-39.936l-455.68-455.68c-10.957-12.595-24.269-18.739-39.936-18.739-15.667 0.102-28.979 6.349-39.936 18.842z" />
43
- <glyph unicode="&#xe921;" glyph-name="angle-left" d="M218.931 487.937l455.68 455.68c10.957 10.854 24.269 16.384 39.936 16.384s28.979-5.53 39.936-16.486l51.712-51.712c10.957-10.957 16.794-24.269 17.613-39.936s-4.301-28.979-15.258-39.936l-364.134-363.93 364.032-364.032c10.957-10.957 16.077-24.269 15.258-39.936s-6.656-28.979-17.613-39.936l-51.712-51.712c-10.957-10.957-24.269-16.486-39.936-16.486s-28.979 5.53-39.936 16.486l-455.68 455.68c-12.595 10.957-18.739 24.269-18.739 39.936 0.102 15.667 6.349 28.979 18.842 39.936z" />
44
- <glyph unicode="&#xe922;" glyph-name="default" d="M938.6 721.001h-170.6c-28.2 0-51.2 23-51.2 51.2v85.4c0 9.4-7.6 17-17 17s-17-7.6-17-17v-85.4c0-47 38.2-85.4 85.4-85.4h153.6v-665.6c0-28.2-23-51.2-51.2-51.2h-717c-28.2 0-51.2 23-51.2 51.2v853.4c0 28.2 23 51.2 51.2 51.2h539l165.6-165.6c6.6-6.6 17.4-6.6 24.2 0 6.6 6.6 6.6 17.4 0 24.2l-170.6 170.6c-3.2 3.2-7.6 5-12 5h-546.2c-47 0-85.4-38.2-85.4-85.4v-853.4c0-47 38.2-85.4 85.4-85.4h716.8c47 0 85.4 38.2 85.4 85.4v682.8c0 9.4-7.8 17-17.2 17z" />
45
- <glyph unicode="&#xe923;" glyph-name="artboard" d="M426.666 379.735h136.534c9.438 0 17.066 7.646 17.066 17.066s-7.628 17.066-17.066 17.066h-136.534c-9.438 0-17.066-7.646-17.066-17.066s7.628-17.066 17.066-17.066zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.628 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.526 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.63 17.066-17.068 17.066zM426.666 311.467h170.666c9.438 0 17.066 7.646 17.066 17.066s-7.628 17.066-17.066 17.066h-170.666c-9.438 0-17.066-7.646-17.066-17.066s7.628-17.066 17.066-17.066zM512 550.401c-9.438 0-17.066-7.646-17.066-17.066v-17.066h-170.666c-9.438 0-17.066-7.646-17.066-17.066v-273.066c0-9.42 7.628-17.066 17.066-17.066h125.986l-38.86-77.704c-4.216-8.43-0.786-18.67 7.646-22.904 2.44-1.212 5.052-1.792 7.612-1.792 6.264 0 12.288 3.448 15.292 9.438l46.472 92.962h47.172l46.472-92.962c3.004-5.99 9.028-9.438 15.292-9.438 2.56 0 5.172 0.58 7.612 1.792 8.43 4.232 11.862 14.472 7.646 22.904l-38.86 77.704h125.986c9.438 0 17.066 7.646 17.066 17.066v273.064c0 9.42-7.628 17.066-17.066 17.066h-170.666v17.066c-0.004 9.422-7.632 17.068-17.070 17.068zM682.666 482.135v-238.934h-341.332v238.934h341.332z" />
46
- <glyph unicode="&#xe924;" glyph-name="clipboard" d="M512.484 905.509c-35.109 0-63.672-28.563-63.672-63.672 0-35.117 28.563-63.688 63.672-63.688 35.117 0 63.688 28.57 63.688 63.688 0 35.109-28.57 63.672-63.688 63.672zM512.484 875.095c12.859 0 24.023-7.344 29.555-18.047h-59.094c5.531 10.703 16.68 18.047 29.539 18.047zM512.484 808.563c-12.859 0-24.016 7.359-29.547 18.070h59.109c-5.539-10.711-16.695-18.070-29.563-18.070zM897.743 555.906c8.398 0 15.211 6.813 15.211 15.211v193.321c0 51.070-41.547 92.61-92.61 92.61h-86.75c-4.313 21.359-23.234 37.492-45.844 37.492h-67.281c-19.969 40.75-62.102 67.461-107.985 67.461-45.875 0-88.008-26.711-107.977-67.461h-67.281c-22.617 0-41.531-16.133-45.844-37.492h-86.781c-51.063 0-92.602-41.539-92.602-92.602v-733.837c0-51.063 41.539-92.61 92.602-92.61h615.743c51.063 0 92.61 41.547 92.61 92.61v479.673c0 8.398-6.813 15.211-15.211 15.211s-15.203-6.813-15.203-15.211v-479.673c0-34.297-27.898-62.195-62.195-62.195h-615.743c-34.289 0-62.188 27.898-62.188 62.195v733.83c0 34.297 27.898 62.195 62.188 62.195h85.852v-65.922h-57.797c-8.398 0-15.211-6.813-15.211-15.211v-669.15c0-8.398 6.813-15.211 15.211-15.211h50.484c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.203-15.203 15.203h-35.274v638.736h42.586v-45.625c0-8.398 6.805-15.203 15.203-15.203h413.657c8.398 0 15.211 6.805 15.211 15.203v45.625h42.578v-638.736h-433.134c-8.398 0-15.203-6.805-15.203-15.203s6.805-15.211 15.203-15.211h448.345c8.398 0 15.203 6.813 15.203 15.211v669.15c0 8.398-6.805 15.211-15.203 15.211h-57.789v65.922h85.82c34.297 0 62.195-27.898 62.195-62.188v-193.328c0-8.398 6.805-15.211 15.203-15.211zM320.867 699.875v147.891c0 9.023 7.336 16.359 16.359 16.359h77.227c6.305 0 11.953 3.883 14.203 9.773 13.211 34.5 46.899 57.688 83.828 57.688 36.938 0 70.625-23.188 83.836-57.688 2.25-5.891 7.898-9.773 14.203-9.773h77.227c9.016 0 16.359-7.336 16.359-16.359v-147.891zM315.789 539.688h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.203-15.203 15.203h-393.384c-8.398 0-15.211-6.805-15.211-15.203s6.813-15.211 15.211-15.211zM315.789 422.078h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.203-15.203 15.203h-393.384c-8.398 0-15.211-6.805-15.211-15.203s6.813-15.211 15.211-15.211zM315.789 304.468h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.211-15.203 15.211h-393.384c-8.398 0-15.211-6.813-15.211-15.211s6.813-15.211 15.211-15.211zM315.789 186.859h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.211-15.203 15.211h-393.384c-8.398 0-15.211-6.813-15.211-15.211s6.813-15.211 15.211-15.211z" />
47
- <glyph unicode="&#xe925;" glyph-name="audio" d="M938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM631.466 311.467c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066c-47.052 0-85.334-38.28-85.334-85.334 0-47.052 38.28-85.334 85.334-85.334 47.052 0 85.334 38.28 85.334 85.334v307.2c0 5.256-2.424 10.222-6.57 13.448-4.13 3.242-9.574 4.404-14.644 3.106l-273.066-68.264c-7.594-1.894-12.92-8.722-12.92-16.554v-307.2c0-28.228-22.972-51.2-51.2-51.2s-51.2 22.972-51.2 51.2 22.972 51.2 51.2 51.2c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066c-47.052 0-85.334-38.28-85.334-85.334 0-47.052 38.28-85.334 85.334-85.334 47.052 0 85.334 38.28 85.334 85.334v293.872l238.934 59.734v-285.338c0-28.228-22.972-51.2-51.2-51.2s-51.2 22.972-51.2 51.2 22.97 51.2 51.198 51.2z" />
48
- <glyph unicode="&#xe926;" glyph-name="professor" d="M689.875 269.446c16.836 16.836 30.945 35.664 42.148 55.938 4.539-1.313 9.32-2.016 14.336-2.016 46.242 0 87.391 57.938 87.391 103.609 0 25.305-8.977 46.938-23.977 61.75v121.711c0 8.406-6.813 15.219-15.227 15.219-8.406 0-15.219-6.813-15.219-15.219v-103.789c-5.25 1.547-10.781 2.547-16.539 2.945v100.047c0 8.406-6.813 15.227-15.227 15.227-8.406 0-15.227-6.82-15.227-15.227v-16.469c-59.438 3.914-274.242 26.172-384.321 146.047-1.258 1.359-2.758 2.492-4.414 3.32-6.234 3.117-13.789 1.602-18.344-3.68-38.875-45.094-60.289-102.774-60.289-162.414v-66.844c-4.43-0.313-8.727-0.969-12.859-1.969v250.039c0 16.305 7.523 31.195 20.641 40.875 13.109 9.68 29.57 12.469 45.141 7.664 8-2.469 16.5 1.984 19.008 9.977 13.594 43.203 43.578 77.766 84.422 97.328s86.57 21.258 128.75 4.758l102.477-40.070c37.516-14.664 69.344-40 92.063-73.273 22.711-33.266 34.719-72.141 34.719-112.422v-35.383c0-8.406 6.813-15.227 15.219-15.227 8.414 0 15.227 6.82 15.227 15.227v35.383c0 46.438-13.836 91.242-40.016 129.594-26.18 38.344-62.883 67.555-106.125 84.461l-102.477 40.070c-50.117 19.602-104.453 17.594-152.992-5.656-44.344-21.234-77.914-57.359-95.695-102.586-20.383 2.492-40.836-2.828-57.805-15.344-20.977-15.477-33.008-39.305-33.008-65.375v-265.555c-17.195-14.797-27.656-37.836-27.656-65.141 0-45.672 41.148-103.609 87.391-103.609 5.016 0 9.797 0.695 14.336 2.016 11.203-20.281 25.313-39.117 42.148-55.945 5.945-5.945 15.586-5.945 21.523 0 5.953 5.945 5.953 15.586 0 21.523-41.258 41.266-63.984 96.117-63.984 154.469v40.313h11.422c7.313-45.43 46.781-80.25 94.242-80.25 49.781 0 90.758 38.305 95.070 86.984 11.078 5.875 24.383 5.875 35.461 0 4.313-48.68 45.289-86.977 95.070-86.977 47.453 0 86.922 34.813 94.234 80.242h11.422v-40.313c0-58.336-22.727-113.188-63.992-154.453-41.25-41.266-96.109-63.992-154.477-63.992-43.773 0-86.008 12.898-122.125 37.297-6.969 4.711-16.43 2.875-21.133-4.086-4.711-6.969-2.883-16.438 4.086-21.141 17.828-12.047 36.969-21.617 56.977-28.617v-56.102l-153.477-88.977c-3.508-2.039-6.063-5.398-7.094-9.328l-26.391-100.953c-2.125-8.133 2.75-16.453 10.883-18.578 1.289-0.336 2.586-0.5 3.859-0.5 6.758 0 12.93 4.539 14.719 11.375l24.781 94.82 88.516 51.313 17.414-86.945c1.023-5.102 4.578-9.32 9.422-11.203 4.852-1.883 10.32-1.156 14.516 1.922l39.625 29.078 32.844-48.367c2.828-4.172 7.547-6.672 12.594-6.672s9.766 2.5 12.594 6.672l32.836 48.344 39.594-29.055c2.648-1.945 5.813-2.953 9.008-2.953 1.852 0 3.719 0.336 5.5 1.031 4.852 1.883 8.406 6.109 9.422 11.203l17.422 86.953 88.516-51.32 24.781-94.813c1.789-6.844 7.961-11.383 14.719-11.383 1.281 0 2.57 0.164 3.859 0.5 8.141 2.133 13.008 10.445 10.883 18.586l-26.391 100.953c-1.031 3.922-3.578 7.281-7.094 9.32l-153.43 88.953v56.078c34.898 12.172 66.883 32.141 93.774 59.055zM803.297 426.977c0-30.219-29.445-73.164-56.938-73.164-0.313 0-0.609 0.023-0.914 0.031 4.406 11.148 8 22.617 10.742 34.344 3.406 12.195 12.453 31.641 22.266 31.641 8.406 0 15.227 6.82 15.227 15.227s-6.82 15.227-15.227 15.227c-5.789 0-10.984-1.211-15.664-3.25v31.961c20.477-2.609 40.508-19.133 40.508-52.016zM281.39 353.813c-27.492 0-56.938 42.945-56.938 73.164 0 32.891 20.039 49.406 40.516 52.016v-31.969c-4.68 2.047-9.883 3.258-15.672 3.258-8.406 0-15.227-6.82-15.227-15.227s6.82-15.227 15.227-15.227c9.844 0 18.914-19.563 22.297-31.75 2.742-11.688 6.32-23.125 10.711-34.234-0.305-0.008-0.602-0.031-0.914-0.031zM401.078 435.946c-35.852 0-65.016 29.172-65.016 65.023 0 23.484 10.633 37.078 65.016 37.078s65.016-13.594 65.016-37.078c0-35.852-29.164-65.023-65.016-65.023zM626.68 435.946c-35.852 0-65.016 29.172-65.016 65.023 0 23.484 10.641 37.078 65.016 37.078s65.016-13.594 65.016-37.078c0-35.852-29.164-65.023-65.016-65.023zM720.774 516.188c-9.734 52.266-70.117 52.313-94.094 52.313-22.695 0-78.055-0.031-92.141-44.391-13.438 4.266-27.883 4.266-41.32 0-14.086 44.367-69.438 44.391-92.141 44.391-23.969 0-84.359-0.047-94.094-52.313h-11.563v60.258c0 46.742 14.984 92.117 42.492 129.477 57.594-56.188 141.93-97.313 251.024-122.352 63.914-14.672 118.234-19.438 143.399-20.953v-46.43zM415.297 109.641l20.047 11.625c6.805-21.961 22.586-40.016 43.039-49.844l-48.328-35.469zM513.891 13.649l-20.875 30.734 20.852 15.305 20.883-15.32zM597.68 35.953l-48.313 35.453c20.461 9.828 36.25 27.875 43.063 49.836l20.016-11.602zM565.656 146.5c-0.031-0.523-0.039-1.055-0.016-1.578-0.352-28.25-23.422-51.125-51.773-51.125-28.531 0-51.742 23.227-51.742 51.766v56.398c16.883-3.57 34.203-5.43 51.742-5.43 17.617 0 34.945 1.836 51.789 5.383zM366.703 325.219c0-8.406 6.82-15.227 15.227-15.227h73.078c23.977 0 45.32 11.461 58.875 29.172 13.547-17.711 34.891-29.172 58.867-29.172h73.078c8.414 0 15.227 6.82 15.227 15.227 0 40.859-33.242 74.094-74.094 74.094h-36.766c4.68 5.977 4.281 14.641-1.219 20.141-5.945 5.945-15.586 5.945-21.531 0-3.625-3.625-8.445-5.617-13.57-5.617s-9.945 1.992-13.57 5.617c-5.945 5.945-15.586 5.945-21.531 0-5.5-5.5-5.898-14.164-1.219-20.141h-36.758c-40.852 0-74.094-33.234-74.094-74.094zM455.008 340.446h-55.109c6.188 16.578 22.188 28.422 40.898 28.422h55.117c-6.195-16.586-22.195-28.422-40.906-28.422zM627.867 340.446h-55.117c-18.711 0-34.711 11.836-40.906 28.422h55.117c18.711 0 34.711-11.844 40.906-28.422z" />
49
- <glyph unicode="&#xe927;" glyph-name="interactive" d="M593.442 382.925c-6.656-6.674-6.656-17.476 0-24.15 3.344-3.328 7.714-5 12.066-5 4.37 0 8.738 1.672 12.084 5l77.142 77.158c18.568 18.568 33.894 58.504 0 92.398-33.622 33.622-73.626 18.484-92.398 0l-77.158-77.142c-6.656-6.674-6.656-17.476 0-24.15 6.674-6.656 17.476-6.656 24.15 0l76.954 76.97c5.342 5.102 24.354 20.156 44.322 0.188 20.122-20.138 5.018-38.946 0-44.134l-77.162-77.138zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM443.734 345.601c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066c18.824 0 34.134-15.308 34.134-34.134 0-9.42 7.646-17.066 17.066-17.066s17.066 7.646 17.066 17.066c0 37.648-30.618 68.266-68.266 68.266zM443.734 413.867c-75.282 0-136.534-61.252-136.534-136.534v-119.466c0-9.42 7.646-17.066 17.066-17.066h119.466c75.282 0 136.534 61.252 136.534 136.534 0 75.28-61.252 136.532-136.532 136.532zM443.734 174.935h-102.4v102.4c0 56.474 45.926 102.4 102.4 102.4s102.4-45.926 102.4-102.4c0-56.474-45.928-102.4-102.4-102.4z" />
50
- <glyph unicode="&#xe928;" glyph-name="graduate" d="M432.86 267.813v16.883c0 8.391-6.805 15.195-15.195 15.195-8.398 0-15.195-6.805-15.195-15.195v-16.883c0-8.391 6.797-15.195 15.195-15.195 8.391 0 15.195 6.805 15.195 15.195zM598.65 299.891c-8.391 0-15.195-6.805-15.195-15.195v-16.883c0-8.391 6.805-15.195 15.195-15.195 8.398 0 15.195 6.805 15.195 15.195v16.883c0 8.391-6.805 15.195-15.195 15.195zM508.157 201.415c12.688 0 25.375 4.828 35.031 14.484 5.938 5.93 5.938 15.555 0 21.484-5.938 5.938-15.555 5.938-21.484 0-7.477-7.461-19.617-7.469-27.094 0-5.93 5.938-15.547 5.938-21.484 0-5.938-5.93-5.938-15.555 0-21.484 9.656-9.656 22.344-14.484 35.031-14.484zM591.228 183.407h-166.133c-8.398 0-15.195-6.805-15.195-15.195 0-54.18 44.078-98.258 98.258-98.258s98.266 44.078 98.266 98.258c0 8.391-6.805 15.195-15.195 15.195zM508.157 100.336c-32.203 0-59.234 22.547-66.156 52.68h132.313c-6.914-30.133-33.953-52.68-66.156-52.68zM434.134 334.063c2.969-2.969 6.859-4.453 10.75-4.453 3.883 0 7.773 1.484 10.742 4.453 5.938 5.938 5.938 15.555 0 21.484-20.93 20.938-54.992 20.938-75.93 0-5.93-5.93-5.93-15.555 0-21.484 5.938-5.938 15.555-5.938 21.492 0 9.078 9.086 23.859 9.086 32.945 0zM598.65 371.274c-14.336 0-27.82-5.578-37.961-15.727-5.938-5.93-5.938-15.555 0-21.484 5.938-5.938 15.555-5.938 21.492 0 4.398 4.398 10.25 6.82 16.469 6.82 6.227 0 12.078-2.422 16.477-6.82 2.969-2.969 6.859-4.453 10.742-4.453 3.891 0 7.781 1.484 10.75 4.453 5.938 5.938 5.938 15.555 0 21.484-10.148 10.148-23.625 15.727-37.969 15.727zM1012.221 709.595l-133.086 50.742c-7.836 2.984-16.617-0.945-19.609-8.789-2.992-7.836 0.945-16.617 8.781-19.609l95.844-36.539-160.68-61.258v41.469c0 6.938-4.695 12.992-11.414 14.719-184.524 47.375-379.595 47.375-564.118 0-6.719-1.727-11.422-7.781-11.422-14.719v-41.461l-160.664 61.25 454.142 173.149 299.813-114.305c7.828-2.992 16.617 0.938 19.609 8.781s-0.945 16.625-8.781 19.609l-305.227 116.375c-3.492 1.328-7.344 1.328-10.828 0l-496.798-189.414c-5.891-2.25-9.781-7.898-9.781-14.195 0-6.305 3.891-11.953 9.781-14.203l208.735-79.578 0.008-216.196c0-8.391 6.797-15.195 15.195-15.195 8.391 0 15.195 6.805 15.195 15.195v85.367c12.367 3.031 24.781 5.867 37.242 8.469-16.031-33.344-24.422-69.93-24.422-107.477v-66.711c-4.414-0.313-8.695-0.969-12.82-1.961v21.531c0 8.398-6.805 15.195-15.195 15.195-8.398 0-15.195-6.797-15.195-15.195v-37.008c-17.172-14.766-27.609-37.766-27.609-65.024 0-45.578 41.063-103.406 87.219-103.406 5.055 0 9.867 0.719 14.445 2.055 42.352-76.633 123.992-128.641 217.563-128.641 66.383 0 128.766 25.844 175.664 72.766 16.805 16.805 30.883 35.594 42.063 55.836 4.531-1.313 9.305-2.008 14.305-2.008 46.156 0 87.227 57.82 87.227 103.406 0 25.242-8.961 46.836-23.93 61.625v317.383l59.727 22.766v-216.977c-20.594-6.469-35.57-25.734-35.57-48.43 0-27.992 22.773-50.766 50.766-50.766 27.984 0 50.758 22.773 50.758 50.766 0 22.695-14.977 41.961-35.563 48.43v228.555l118.633 45.227c5.891 2.25 9.781 7.898 9.781 14.203 0 6.297-3.891 11.953-9.781 14.195zM756.572 305.063v67.391c0 0.008 0.008 0.023 0.008 0.039v32.414c0 8.391-6.805 15.195-15.195 15.195-8.398 0-15.195-6.805-15.195-15.195v-16.438c-52.242 3.43-224.907 21.055-340.376 107.071 129.196 14.563 260.657 6.305 387.274-24.758v-168.664c-5.242 1.547-10.766 2.547-16.516 2.945zM246.907 663.759c172.383 42.281 353.79 42.281 526.173 0v-161.68c-86.281 20.563-174.672 30.836-263.086 30.836-88.406 0-176.805-10.273-263.079-30.836zM276.133 149.586c-27.438 0-56.828 42.859-56.828 73.024 0 32.82 20 49.305 40.43 51.914v-31.906c-4.664 2.039-9.859 3.25-15.633 3.25-8.398 0-15.195-6.805-15.195-15.195s6.797-15.195 15.195-15.195c10.445 0 20.016-22.078 22.82-33.899 0.023-0.094 0.063-0.18 0.086-0.273 2.688-10.852 6.086-21.438 10.148-31.68-0.336-0.016-0.672-0.039-1.023-0.039zM662.314 86.86c-41.156-41.18-95.914-63.86-154.164-63.86-120.219 0-218.024 97.805-218.024 218.016v130.758c0 40.859 11.289 80.406 32.672 114.821 7.188 1.234 14.383 2.375 21.586 3.469 73.836-65.188 176.078-97.75 249.711-113.633 59-12.719 108.446-17.031 132.094-18.453v-116.961c0-58.219-22.688-112.961-63.875-154.157zM740.181 149.586c-0.313 0-0.609 0.023-0.914 0.031 4.406 11.133 7.992 22.594 10.734 34.305 3.406 12.172 12.422 31.555 22.211 31.555 8.391 0 15.195 6.805 15.195 15.195s-6.805 15.195-15.195 15.195c-5.781 0-10.969-1.211-15.641-3.25v31.906c20.438-2.609 40.438-19.094 40.438-51.914 0-30.164-29.391-73.024-56.828-73.024zM878.392 338.602c-11.234 0-20.375 9.141-20.375 20.367 0 11.234 9.141 20.375 20.375 20.375s20.367-9.141 20.367-20.375c0-11.227-9.133-20.367-20.367-20.367z" />
51
- <glyph unicode="&#xe929;" glyph-name="student" d="M461.883 559.267c-2.070 8.148-10.359 13.062-18.508 10.992l-69.023-17.594c-8.148-2.078-13.070-10.367-10.992-18.516 1.758-6.891 7.945-11.469 14.742-11.469 1.242 0 2.508 0.156 3.773 0.477l69.016 17.594c8.148 2.078 13.070 10.367 10.992 18.516zM572.851 540.752l69.023-17.594c1.258-0.328 2.523-0.477 3.773-0.477 6.789 0 12.984 4.578 14.742 11.469 2.070 8.148-2.844 16.43-10.992 18.508l-69.023 17.594c-8.156 2.078-16.437-2.844-18.516-10.992s2.844-16.43 10.992-18.508zM405.977 489.189v-16.914c0-8.406 6.812-15.227 15.227-15.227 8.406 0 15.219 6.82 15.219 15.227v16.914c0 8.406-6.812 15.227-15.219 15.227-8.414 0-15.227-6.82-15.227-15.227zM602.547 504.416c-8.406 0-15.227-6.82-15.227-15.227v-16.914c0-8.406 6.82-15.227 15.227-15.227s15.227 6.82 15.227 15.227v16.914c0 8.406-6.82 15.227-15.227 15.227zM511.875 395.588c12.711 0 25.422 4.836 35.102 14.516 5.945 5.945 5.945 15.586 0 21.531-5.953 5.945-15.594 5.945-21.531 0-7.484-7.484-19.664-7.484-27.141 0-5.945 5.945-15.586 5.945-21.531 0s-5.945-15.586 0-21.531c9.68-9.68 22.391-14.516 35.102-14.516zM496.953 332.564c-51.937 5.711-64.008 40.266-64.601 42.055-2.477 7.969-10.922 12.461-18.922 10.055-8.055-2.422-12.617-10.914-10.195-18.961 0.68-2.266 17.484-55.406 90.391-63.414 0.562-0.062 1.125-0.094 1.68-0.094 7.664 0 14.258 5.773 15.117 13.57 0.922 8.359-5.109 15.875-13.469 16.789zM687.875 269.439c16.836 16.836 30.945 35.664 42.141 55.937 4.547-1.312 9.32-2.008 14.344-2.008 46.242 0 87.391 57.937 87.391 103.609 0 25.297-8.977 46.937-23.977 61.75v203.781c0 46.43-13.836 91.242-40.016 129.594-4.742 6.945-14.211 8.727-21.164 3.984-6.937-4.742-8.727-14.211-3.984-21.156 22.711-33.266 34.719-72.141 34.719-112.422v-185.859c-5.25 1.547-10.781 2.539-16.539 2.945v100.039c0 8.414-6.82 15.227-15.227 15.227s-15.227-6.812-15.227-15.227v-16.453c-59.461 3.945-274.367 26.297-384.32 146.031-1.258 1.367-2.758 2.492-4.414 3.328-6.234 3.117-13.789 1.602-18.344-3.68-38.875-45.094-60.289-102.781-60.289-162.414v-66.851c-4.43-0.305-8.719-0.969-12.859-1.961v250.039c0 16.297 7.523 31.195 20.641 40.875 13.109 9.68 29.57 12.469 45.141 7.664 8-2.477 16.5 1.984 19.016 9.977 13.586 43.203 43.57 77.766 84.414 97.328 40.852 19.562 86.57 21.258 128.75 4.758l102.476-40.070c18.828-7.359 36.344-17.477 52.062-30.078 6.562-5.258 16.141-4.203 21.398 2.359s4.203 16.141-2.359 21.398c-18.125 14.531-38.312 26.195-60.016 34.68l-102.476 40.070c-50.117 19.602-104.453 17.594-152.992-5.656-44.344-21.234-77.906-57.359-95.695-102.586-20.375 2.484-40.836-2.828-57.805-15.344-20.977-15.477-33.008-39.305-33.008-65.375v-265.554c-17.195-14.797-27.656-37.836-27.656-65.141 0-45.672 41.148-103.609 87.391-103.609 5.070 0 9.898 0.711 14.484 2.055 29.398-53.195 77.711-94.547 135.797-114.93v-56.156l-74.844-43.391c-7.273-4.219-9.75-13.531-5.531-20.812 2.82-4.867 7.93-7.586 13.18-7.586 2.594 0 5.227 0.656 7.625 2.055l15.367 8.906 17.422-86.945c1.016-5.102 4.57-9.32 9.422-11.203 1.781-0.695 3.648-1.031 5.5-1.031 3.195 0 6.359 1.008 9.008 2.953l69.82 51.234v-97.289c0-8.406 6.82-15.219 15.227-15.219s15.227 6.812 15.227 15.219v97.289l69.812-51.234c4.195-3.078 9.672-3.805 14.516-1.922 4.852 1.875 8.398 6.102 9.422 11.203l17.422 86.945 88.508-51.312 24.781-94.82c1.789-6.844 7.961-11.375 14.719-11.375 1.273 0 2.57 0.164 3.867 0.5 8.133 2.125 13 10.445 10.875 18.578l-26.391 100.953c-1.023 3.93-3.578 7.281-7.094 9.32l-153.437 88.961v56.070c34.906 12.18 66.883 32.148 93.781 59.055zM801.297 426.978c0-30.219-29.453-73.164-56.945-73.164-0.305 0-0.609 0.023-0.906 0.031 4.43 11.203 8.031 22.742 10.789 34.531 3.352 11.937 12.469 31.453 22.211 31.453 8.414 0 15.227 6.82 15.227 15.227s-6.812 15.227-15.227 15.227c-5.781 0-10.984-1.211-15.664-3.258v31.969c20.477-2.617 40.516-19.133 40.516-52.016zM279.391 353.814c-27.492 0-56.945 42.945-56.945 73.164 0 32.883 20.047 49.406 40.523 52.016v-31.961c-4.68 2.047-9.883 3.25-15.672 3.25-8.406 0-15.227-6.82-15.227-15.227s6.82-15.227 15.227-15.227c10.461 0 20.055-22.117 22.859-33.961 0.031-0.125 0.086-0.234 0.117-0.352 2.695-10.852 6.086-21.422 10.148-31.664-0.336-0.016-0.68-0.039-1.031-0.039zM293.414 445.431v131.015c0 46.742 14.992 92.117 42.492 129.469 57.601-56.187 141.937-97.305 251.031-122.344 63.914-14.672 118.234-19.437 143.398-20.953v-117.195c0-58.336-22.727-113.187-64-154.453-41.242-41.266-96.101-63.992-154.469-63.992-120.453 0-218.453 98-218.453 218.453zM413.297 109.643l20.039 11.625c6.805-21.969 22.594-40.016 43.047-49.851l-48.328-35.461zM595.68 35.955l-48.312 35.453c20.453 9.828 36.25 27.875 43.062 49.836l20.008-11.602zM563.648 146.486c-0.031-0.516-0.031-1.023-0.016-1.539-0.328-28.258-23.406-51.148-51.766-51.148-28.531 0-51.742 23.219-51.742 51.766v56.391c16.695-3.539 34-5.422 51.742-5.422 17.609 0 34.945 1.836 51.781 5.383zM309.953 84.924l-33.758-19.57c-3.508-2.031-6.062-5.391-7.094-9.32l-26.391-100.953c-2.125-8.133 2.75-16.453 10.883-18.578 1.289-0.336 2.586-0.5 3.859-0.5 6.758 0 12.93 4.531 14.719 11.375l24.789 94.82 28.266 16.391c7.273 4.211 9.75 13.531 5.531 20.805-4.211 7.273-13.531 9.75-20.805 5.531z" />
52
- <glyph unicode="&#xe92a;" glyph-name="magnifying-glass-1" d="M1015.031-11.777l-248.848 248.848c66.753 76.743 107.168 176.873 107.168 286.311 0 240.901-195.945 436.619-436.619 436.619-240.901 0-436.619-195.945-436.619-436.619s195.945-436.619 436.619-436.619c109.439 0 209.568 40.415 286.311 107.168l248.848-248.848c5.903-5.903 13.85-9.082 21.57-9.082s15.667 2.952 21.57 9.082c11.807 11.807 11.807 31.333 0 43.14zM61.19 523.382c0 207.071 168.472 375.315 375.315 375.315 207.071 0 375.315-168.472 375.315-375.315s-168.245-375.542-375.315-375.542c-206.843 0-375.315 168.472-375.315 375.542z" />
53
- <glyph unicode="&#xe92b;" glyph-name="code" d="M623.82 176.727c2.458-1.228 5.068-1.792 7.628-1.792 6.264 0 12.288 3.448 15.274 9.42l68.266 136.534c2.406 4.812 2.406 10.462 0 15.274l-68.266 136.534c-4.216 8.43-14.456 11.862-22.904 7.628-8.432-4.216-11.844-14.456-7.628-22.904l64.444-128.888-64.444-128.904c-4.214-8.43-0.8-18.688 7.63-22.902zM938.666 721.067h-170.666c-28.246 0-51.2 22.954-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066-9.438 0-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.246-22.972-51.2-51.2-51.2h-716.802c-28.246 0-51.2 22.954-51.2 51.2v853.334c0 28.228 22.954 51.2 51.2 51.2h539.050l165.666-165.666c6.674-6.674 17.476-6.674 24.15 0 6.656 6.656 6.656 17.46 0 24.132l-170.666 170.668c-3.208 3.192-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.036 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM547.926 438.563l-102.4-204.8c-4.216-8.43-0.802-18.688 7.628-22.904 2.458-1.228 5.068-1.792 7.628-1.792 6.264 0 12.288 3.448 15.274 9.42l102.4 204.8c4.216 8.448 0.802 18.688-7.628 22.904-8.464 4.216-18.688 0.804-22.902-7.628zM400.162 480.325c-8.466 4.232-18.688 0.802-22.904-7.628l-68.266-136.534c-2.406-4.812-2.406-10.462 0-15.274l68.266-136.534c2.986-5.974 9.012-9.42 15.292-9.42 2.542 0 5.154 0.564 7.612 1.792 8.43 4.216 11.844 14.472 7.628 22.904l-64.444 128.904 64.444 128.888c4.216 8.446 0.804 18.686-7.628 22.902z" />
54
- <glyph unicode="&#xe92c;" glyph-name="review" d="M1020.334 253.048c-6.741 21.383-26.679 35.841-49.096 35.597h-22.552v550.857c0 9.507-7.708 17.214-17.214 17.214h-241v86.071c0 9.507-7.708 17.214-17.214 17.214h-654.142c-9.507 0-17.214-7.708-17.214-17.214v-895.142c0-9.507 7.708-17.214 17.214-17.214h568.76l-8.607-26.544c-6.976-21.299 0.58-44.658 18.71-57.838 18.122-13.18 42.674-13.163 60.788 0.034l90.232 65.722c6.094 4.455 14.373 4.455 20.467 0l90.4-65.755c18.021-13.398 42.699-13.398 60.729 0 18.332 13.012 25.964 36.513 18.761 57.821l-34.563 106.488c-2.269 7.052 0.286 14.768 6.312 19.072l90.568 65.755c18.29 13.070 25.863 36.572 18.66 57.863zM914.257 822.287v-533.642h-54.913c-1.807 0.008-3.606 0.303-5.321 0.874-5.186 1.748-9.254 5.808-11.011 10.986l-34.605 106.404c-6.968 21.19-26.754 35.513-49.062 35.513s-42.094-14.323-49.062-35.513l-19.812-60.822v166.343h137.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-137.714v68.857h137.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-137.714v68.857h137.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-137.714v68.857zM36.33 64.859v860.713h619.714v-636.928h-108.623c-22.4 0.059-42.288-14.348-49.23-35.647-6.934-21.308 0.656-44.658 18.794-57.812l90.535-65.739c6.069-4.32 8.632-12.070 6.338-19.156l-14.777-45.431zM981.391 223.024l-90.543-65.755c-18.139-13.070-25.746-36.37-18.803-57.619l34.605-106.387c2.362-7.103-0.143-14.928-6.203-19.341-6.052-4.413-14.264-4.396-20.307 0.034l-90.459 65.806c-18.164 13.070-42.657 13.070-60.822 0l-90.358-65.755c-6.035-4.438-14.256-4.455-20.316-0.050-6.060 4.413-8.574 12.23-6.212 19.341l34.588 106.337c6.968 21.282-0.647 44.624-18.82 57.703l-90.476 65.671c-6.102 4.371-8.666 12.188-6.346 19.324s9.002 11.944 16.5 11.885h111.893c7.17-0.059 14.264 1.479 20.761 4.514l0.328 0.185 0.311 0.101c0.244 0.109 0.412 0.311 0.656 0.437 12.827 5.959 22.611 16.971 27.023 30.411l34.605 106.37c2.32 7.061 8.918 11.843 16.349 11.843 7.439 0 14.037-4.783 16.357-11.843l34.613-106.454c6.951-21.198 26.721-35.538 49.029-35.563h111.893c7.498 0.059 14.172-4.749 16.491-11.877 2.328-7.128-0.227-14.936-6.321-19.316zM156.83 787.858h378.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214zM156.83 650.144h378.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214zM156.83 512.43h378.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214zM552.758 391.93c0 9.507-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214h378.714c9.507 0 17.214 7.708 17.214 17.214z" />
55
- <glyph unicode="&#xe92d;" glyph-name="calendar" d="M970.104 872.781h-175.158v60.252c0 11.236-9.054 20.344-20.21 20.344s-20.21-9.108-20.21-20.344v-60.268h-485.214v60.268c0 11.236-9.054 20.344-20.21 20.344s-20.21-9.108-20.21-20.344v-60.268h-174.996c-29.656 0-53.896-24.428-53.896-54.258v-821.624c0-29.844 24.24-54.258 53.896-54.258h916.21c29.628 0 53.894 24.428 53.894 54.258v821.624c0 29.844-24.266 54.274-53.896 54.274zM983.578-3.117c0-7.344-6.186-13.568-13.474-13.568h-916.208c-7.316 0-13.474 6.224-13.474 13.568v632.816h943.156v-632.816zM983.58 670.393h-943.158v148.114c0 7.358 6.156 13.568 13.474 13.568h174.996v-75.426c0-11.236 9.054-20.344 20.21-20.344s20.21 9.108 20.21 20.344v75.426h485.214v-75.426c0-11.236 9.054-20.344 20.21-20.344s20.21 9.108 20.21 20.344v75.426h175.158c7.29 0 13.474-6.212 13.474-13.568v-148.114zM465.11 495.329h-94.288c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM653.742 495.329h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM842.372 495.329h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.052 20.358-20.21 20.358zM465.11 374.065h-94.288c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM653.742 374.065h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM842.372 374.065h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.052 20.358-20.21 20.358zM263.020 374.065h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.13 0 20.21 9.122 20.21 20.358-0.002 11.236-9.068 20.358-20.21 20.358zM465.11 252.789h-94.288c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358 0.002 11.236-9.054 20.344-20.21 20.344zM653.742 252.789h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.344-20.21 20.344zM842.372 252.789h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358 0.002 11.236-9.052 20.344-20.21 20.344zM263.020 252.789h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.13 0 20.21 9.122 20.21 20.358 0.002 11.236-9.068 20.344-20.21 20.344zM263.020 131.525h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.13 0 20.21 9.122 20.21 20.358-0.002 11.236-9.068 20.344-20.21 20.344zM451.638 131.525h-94.288c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.344-20.21 20.344zM640.268 131.525h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358 0.002 11.236-9.054 20.344-20.21 20.344z" />
56
- <glyph unicode="&#xe92e;" glyph-name="open-book-1" d="M582.109 474.383c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM597.349 669.861c2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.396-4.266-11.742-14.54-7.476-22.954 3.020-5.904 9.028-9.318 15.24-9.318zM1006.93 703.995c-9.438 0-17.066-7.646-17.066-17.066v-665.595c0-28.228-22.972-51.2-51.2-51.2h-409.597v39.27c24.884 8.704 89.701 28.996 153.599 28.996 148.667 0 249.616-32.922 250.622-33.262 5.136-1.706 10.872-0.854 15.36 2.356 4.454 3.208 7.082 8.362 7.082 13.842v750.924c0 8.004-5.546 14.934-13.364 16.658 0 0-13.38 2.986-36.25 7.186-9.234 1.706-18.158-4.438-19.866-13.688-1.706-9.284 4.42-18.176 13.688-19.882 8.722-1.604 16.026-3.020 21.658-4.148v-714.37c-38.674 10.138-124.551 28.518-238.932 28.518-74.359 0-147.403-24.422-170.001-32.7-20.088 8.874-80.809 32.7-154.265 32.7-117.555 0-214.39-19.388-255.998-29.236v715.754c34.082 8.38 134.741 30.276 255.998 30.276 62.226 0 115.591-19.37 136.533-28.126v-671.603c0-6.144 3.31-11.828 8.652-14.848 5.342-3.038 11.93-2.952 17.204 0.222 1.69 1.006 170.785 102.007 320.867 152.029 6.98 2.338 11.674 8.84 11.674 16.196v699.729c0 5.598-2.748 10.838-7.356 14.028-4.574 3.192-10.444 3.926-15.718 1.962-136.549-51.216-274.718-137.197-276.102-138.051-7.988-5-10.428-15.53-5.428-23.518 4.984-7.988 15.514-10.428 23.518-5.428 1.262 0.802 121.463 75.587 246.952 126.053v-662.557c-116.497-40.482-238.13-106.581-290.132-136.173v653.017c0 6.468-3.652 12.374-9.438 15.274-2.936 1.45-72.873 35.926-161.227 35.926-154.213 0-272.774-33.366-277.758-34.798-7.322-2.082-12.374-8.79-12.374-16.402v-750.928c0-5.342 2.526-10.394 6.776-13.62 3.004-2.27 6.622-3.448 10.292-3.448 1.57 0 3.14 0.222 4.676 0.666 1.178 0.324 119.193 33.468 268.388 33.468 62.396 0 115.711-19.422 136.533-28.142v-40.124h-409.597c-28.228 0-51.2 22.972-51.2 51.2v665.595c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-665.595c0-47.052 38.28-85.333 85.333-85.333h853.327c47.052 0 85.333 38.28 85.333 85.333v665.595c-0.002 9.422-7.63 17.068-17.068 17.068zM582.109 576.782c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM582.109 371.984c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM413.493 643.271c-105.385 24.73-225.142-6.776-230.176-8.124-9.096-2.44-14.506-11.792-12.066-20.906 2.048-7.628 8.942-12.646 16.47-12.646 1.468 0 2.952 0.188 4.438 0.58 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM413.493 540.872c-105.385 24.712-225.142-6.776-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.646 16.47-12.646 1.468 0 2.952 0.188 4.438 0.58 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM582.109 269.584c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.976-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM413.493 438.473c-105.385 24.712-225.142-6.758-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.664 16.47-12.664 1.468 0 2.952 0.204 4.438 0.598 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM413.493 233.675c-105.385 24.73-225.142-6.776-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.664 16.47-12.664 1.468 0 2.952 0.204 4.438 0.598 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.116 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM413.493 336.074c-105.385 24.73-225.142-6.758-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.664 16.47-12.664 1.468 0 2.952 0.204 4.438 0.598 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496z" />
57
- <glyph unicode="&#xe92f;" glyph-name="image" d="M482.868 214.069c6.674-6.674 17.46-6.674 24.132 0l141.534 141.534 107.4-107.4c6.674-6.672 17.46-6.672 24.132 0 6.672 6.674 6.672 17.46 0 24.132l-119.466 119.466c-6.674 6.674-17.46 6.674-24.132 0l-141.534-141.534-73.268 73.268c-6.674 6.672-17.46 6.672-24.132 0l-187.734-187.734c-4.882-4.882-6.348-12.22-3.704-18.602 2.646-6.366 8.874-10.53 15.77-10.53h546.134c9.438 0 17.066 7.646 17.066 17.066s-7.628 17.066-17.066 17.066h-504.934l146.534 146.534 73.268-73.266zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.628 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.526 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.63 17.066-17.068 17.066zM254.942 439.467c3.158-5.478 8.892-8.534 14.796-8.534 2.884 0 5.82 0.734 8.516 2.286l31.522 18.194c8.534-8.688 19.438-14.9 31.574-18.040v-36.572c0-9.42 7.646-17.066 17.066-17.066s17.066 7.646 17.066 17.066v36.59c12.134 3.14 23.022 9.37 31.556 18.056l31.54-18.21c2.68-1.554 5.632-2.286 8.516-2.286 5.906 0 11.64 3.056 14.796 8.534 4.71 8.158 1.928 18.602-6.246 23.314l-31.726 18.312c1.622 5.802 2.748 11.792 2.748 18.108s-1.144 12.322-2.748 18.124l31.71 18.312c8.174 4.728 10.956 15.156 6.246 23.312-4.71 8.174-15.172 10.974-23.312 6.264l-31.54-18.21c-8.534 8.67-19.422 14.882-31.556 18.040v36.556c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-36.556c-12.134-3.158-23.040-9.37-31.574-18.056l-31.506 18.194c-8.208 4.71-18.62 1.912-23.312-6.246-4.71-8.174-1.912-18.602 6.246-23.33l31.692-18.296c-1.604-5.802-2.748-11.794-2.748-18.108s1.144-12.322 2.748-18.124l-31.692-18.312c-8.174-4.712-10.956-15.158-6.246-23.316zM358.4 533.351c18.824 0 34.134-15.308 34.134-34.134 0-18.808-15.292-34.116-34.1-34.134h-0.052c-18.824 0-34.116 15.308-34.116 34.134s15.31 34.134 34.134 34.134z" />
58
- <glyph unicode="&#xe930;" glyph-name="spreadsheet" d="M938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM768 106.667c9.42 0 17.066 7.646 17.066 17.066v341.334c0 9.42-7.646 17.066-17.066 17.066h-512c-9.42 0-17.066-7.646-17.066-17.066v-341.334c0-9.42 7.646-17.066 17.066-17.066h443.734c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-119.466v68.266h170.666v-85.334c0-9.418 7.646-17.064 17.066-17.064zM341.334 140.801h-68.266v68.266h68.266v-68.266zM341.334 243.201h-68.266v68.266h68.266v-68.266zM341.334 345.601h-68.266v102.4h68.266v-102.4zM546.134 140.801h-170.666v68.266h170.666v-68.266zM546.134 243.201h-170.666v68.266h170.666v-68.266zM546.134 345.601h-170.666v102.4h170.666v-102.4zM580.266 448.001h170.666v-102.4h-170.666v102.4zM580.266 243.201v68.266h170.666v-68.266h-170.666z" />
59
- <glyph unicode="&#xe931;" glyph-name="text" d="M460.8 311.467h273.066c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-273.066c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM699.734 448.001h-102.4c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h102.4c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066zM256 652.801h170.666c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.666c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM256 413.867h136.534c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-136.534c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM256 516.267h307.2c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-307.2c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM460.8 413.867h68.266c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-68.266c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM529.066 106.667h170.666c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.666c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM785.066 226.135c0 9.42-7.646 17.066-17.066 17.066h-102.4c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h102.4c9.42-0.002 17.066 7.644 17.066 17.066zM768 550.401h-136.534c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h136.534c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066zM256 106.667h204.8c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-204.8c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM256 209.067h102.4c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-102.4c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM614.4 226.135c0 9.42-7.646 17.066-17.066 17.066h-170.666c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h170.666c9.42-0.002 17.066 7.644 17.066 17.066zM256 311.467h136.534c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-136.534c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066z" />
60
- <glyph unicode="&#xe932;" glyph-name="document" d="M256.004 209.063h102.399c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-102.399c-9.42 0-17.066-7.646-17.066-17.066s7.644-17.066 17.066-17.066zM950.727 716.056l-238.931 238.929c-4.898 4.898-12.236 6.366-18.602 3.704-6.366-2.646-10.53-8.874-10.53-15.77v-170.664c0-47.853 37.477-85.333 85.333-85.333h68.265c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-68.265c-29.184 0-51.199 22.016-51.199 51.199v129.468l204.797-204.797v-675.593c0-28.228-22.972-51.199-51.199-51.199h-716.79c-28.228 0-51.199 22.972-51.199 51.199v853.322c0 28.228 22.972 51.199 51.199 51.199h477.859c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-477.859c-47.051 0-85.333-38.279-85.333-85.333v-853.322c0-47.051 38.279-85.333 85.333-85.333h716.79c47.051 0 85.333 38.279 85.333 85.333v682.661c-0.002 4.522-1.81 8.874-5.002 12.066zM256.004 106.665h170.664c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.664c-9.42 0-17.066-7.646-17.066-17.066s7.644-17.066 17.066-17.066zM614.4 226.129c0 9.42-7.646 17.066-17.066 17.066h-170.664c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h170.664c9.42 0 17.066 7.646 17.066 17.066zM785.063 567.458c0 9.42-7.646 17.066-17.066 17.066h-511.993c-9.42 0-17.066-7.646-17.066-17.066v-238.931c0-9.42 7.646-17.066 17.066-17.066h102.399c4.522 0 8.858 1.792 12.066 5l107.399 107.399 39.133-39.133c6.674-6.672 17.46-6.672 24.132 0l73.267 73.267 73.267-73.267c6.672-6.672 17.46-6.672 24.132 0 6.674 6.674 6.674 17.46 0 24.132l-85.333 85.333c-6.674 6.674-17.46 6.674-24.132 0l-73.267-73.267-39.133 39.133c-6.672 6.672-17.46 6.672-24.132 0l-114.464-114.464h-78.267v204.797h477.859v-204.797h-290.128c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h307.196c9.42 0 17.066 7.646 17.066 17.066v238.931zM307.204 482.126c0-18.824 15.308-34.134 34.134-34.134 18.824 0 34.134 15.308 34.134 34.134s-15.308 34.134-34.134 34.134c-18.826 0-34.134-15.308-34.134-34.134zM494.933 106.665h238.931c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-238.931c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM256.004 652.791h170.664c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.664c-9.42 0-17.066-7.646-17.066-17.066-0.002-9.42 7.644-17.066 17.066-17.066zM785.063 226.129c0 9.42-7.646 17.066-17.066 17.066h-102.417c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h102.417c9.42 0 17.066 7.646 17.066 17.066z" />
61
- <glyph unicode="&#xe933;" glyph-name="video" d="M938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.628 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.656 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.192-7.526 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.63 17.066-17.068 17.066zM273.066 345.601c0-131.754 107.178-238.934 238.934-238.934s238.934 107.18 238.934 238.934-107.18 238.934-238.934 238.934-238.934-107.18-238.934-238.934zM512 550.401c112.93 0 204.8-91.87 204.8-204.8s-91.87-204.8-204.8-204.8-204.8 91.87-204.8 204.8 91.87 204.8 204.8 204.8zM452.232 262.571c2.646-1.536 5.598-2.304 8.568-2.304 2.918 0 5.854 0.75 8.466 2.252l119.466 68.266c5.324 3.020 8.602 8.686 8.602 14.814s-3.276 11.776-8.602 14.814l-119.466 68.266c-5.274 3.038-11.776 3.004-17.032-0.052-5.274-3.054-8.5-8.686-8.5-14.762v-136.534c0-6.090 3.224-11.704 8.498-14.76zM477.866 384.461l67.994-38.86-67.994-38.86v77.72z" />
62
- <glyph unicode="&#xe934;" glyph-name="conversation-1" d="M692 322.001c-11.044 0-20-8.954-20-20v-138c0-55.14-44.86-100-100-100h-215.936c-11.042 0-19.992-8.946-20-19.986l-0.028-39.764-47.736 47.734c-3.090 7.094-10.162 12.016-18.342 12.016h-129.958c-55.14 0-100 44.86-100 100v308c0 55.14 44.86 100 100 100h202c11.044 0 20 8.954 20 20s-8.956 20-20 20h-202c-77.196 0-140-62.804-140-140v-308c0-77.196 62.804-140 140-140h119.716l82.142-82.142c3.826-3.826 8.94-5.858 14.146-5.858 2.574 0 5.172 0.498 7.642 1.52 7.474 3.092 12.348 10.38 12.354 18.466l0.048 68.014h195.952c77.196 0 140 62.804 140 140v138c0 11.046-8.956 20-20 20zM733.31 960.001h-50.618c-160.288 0-290.692-130.404-290.692-290.692s130.404-290.69 290.69-290.69h50.618c25.018 0 49.78 3.178 73.78 9.458l74.774-74.732c3.826-3.822 8.938-5.854 14.142-5.854 2.578 0 5.178 0.498 7.652 1.524 7.472 3.096 12.344 10.388 12.344 18.476v115.712c31.658 25.638 57.956 58.024 76.412 94.204 20.962 41.092 31.588 85.47 31.588 131.902 0 160.288-130.404 290.692-290.69 290.692zM883.966 468.931c-5.014-3.778-7.966-9.694-7.966-15.976v-77.2l-48.942 48.916c-3.808 3.804-8.916 5.854-14.14 5.854-1.96 0-3.94-0.29-5.872-0.884-23.806-7.316-48.614-11.024-73.736-11.024h-50.618c-138.234 0-250.692 112.46-250.692 250.692s112.46 250.692 250.692 250.692h50.618c138.232 0 250.69-112.46 250.69-250.692 0-79.462-36.46-152.498-100.034-200.378zM798.066 741.159c-2.886 41.87-36.638 75.622-78.51 78.508-23.736 1.63-46.388-6.376-63.726-22.562-17.1-15.962-26.906-38.526-26.906-61.908 0-11.046 8.956-20 20-20s20 8.954 20 20c0 12.518 5.044 24.12 14.2 32.666 9.148 8.538 21.104 12.764 33.684 11.896 22.056-1.52 39.834-19.298 41.354-41.352 1.536-22.274-13.078-41.958-34.746-46.806-17.556-3.928-29.816-19.184-29.816-37.098v-48.050c0-11.046 8.956-20 20-20 11.046 0 20 8.954 19.998 20v46.452c40.3 9.736 67.338 46.612 64.468 88.254zM727.74 541.481c-3.72 3.72-8.88 5.86-14.14 5.86s-10.42-2.14-14.14-5.86c-3.72-3.72-5.86-8.88-5.86-14.14 0-5.28 2.142-10.44 5.86-14.16 3.72-3.72 8.88-5.84 14.14-5.84s10.42 2.12 14.14 5.84c3.72 3.74 5.86 8.88 5.86 14.16 0 5.26-2.142 10.42-5.86 14.14zM550 340.001h-422c-11.044 0-20-8.954-20-20s8.956-20 20-20h422c11.046 0 20 8.954 20 20s-8.956 20-20 20zM564.138 222.141c-3.718 3.72-8.878 5.86-14.138 5.86s-10.42-2.14-14.14-5.86c-3.722-3.72-5.86-8.88-5.86-14.14s2.14-10.42 5.86-14.14c3.72-3.72 8.88-5.86 14.14-5.86s10.42 2.14 14.138 5.86c3.722 3.72 5.862 8.86 5.862 14.14 0 5.26-2.142 10.42-5.862 14.14zM471.334 228.001h-343.334c-11.044 0-20-8.954-20-20s8.956-20 20-20h343.334c11.046 0 20 8.954 20 20s-8.956 20-20 20zM420 452.001h-292c-11.044 0-20-8.954-20-20s8.956-20 20-20h292c11.046 0 20 8.954 20 20s-8.956 20-20 20z" />
63
- <glyph unicode="&#xe935;" glyph-name="archive" d="M443.734 465.067c-18.824 0-34.134-15.308-34.134-34.134v-170.666c0-18.824 15.308-34.134 34.134-34.134h102.4c18.808 0 34.134 15.308 34.134 34.134v170.666c0 18.824-15.326 34.134-34.134 34.134-9.438 0-17.066-7.646-17.066-17.066s7.628-17.066 17.066-17.066v-170.666h-102.4v170.666h51.2c9.42 0 17.066 7.646 17.066 17.066v68.266c0 9.42-7.646 17.066-17.066 17.066h-17.066v34.134h17.066c9.42 0 17.066 7.646 17.066 17.066v68.268c0 9.42-7.646 17.066-17.066 17.066h-17.066v34.134h17.066c9.42 0 17.066 7.646 17.066 17.066v68.268c0 9.42-7.646 17.066-17.066 17.066h-17.066v34.134h17.066c9.42 0 17.066 7.646 17.066 17.066v51.2h180.668l165.666-165.666c6.656-6.674 17.46-6.674 24.132 0 6.656 6.672 6.656 17.46 0 24.132l-170.666 170.666c-3.208 3.208-7.544 5-12.066 5h-204.8c-9.438 0-17.066-7.646-17.066-17.066v-51.2h-17.068c-9.438 0-17.066-7.646-17.066-17.066v-68.266c0-9.42 7.628-17.066 17.066-17.066h17.066v-34.134h-17.066c-9.438 0-17.066-7.646-17.066-17.066v-68.268c0-9.42 7.628-17.066 17.066-17.066h17.066v-34.134h-17.066c-9.438 0-17.066-7.646-17.066-17.066v-68.266c0-9.42 7.628-17.066 17.066-17.066h17.066v-34.134h-34.132zM495.446 328.535h-0.188c-9.404 0-16.964-7.646-16.964-17.066s7.714-17.066 17.152-17.066c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066zM938.666 721.067h-170.666c-28.246 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066-9.438 0-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.246 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.954 51.2 51.2 51.2h270.934c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.068-17.066 17.068h-270.934c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066z" />
64
- <glyph unicode="&#xe936;" glyph-name="manual" horiz-adv-x="1158" d="M696.32 102.111c-26.89-27.65-63.83-43.24-102.4-43.23h-593.92v-40.96h593.92v-40.96h-593.92v-40.96h593.92c56.53 0.070 102.33 45.87 102.4 102.4v63.71zM0 714.241h389.12v-286.72h-389.12zM901.12 448.001c-0.070 67.84-55.040 122.81-122.88 122.88-13.96 0.030-27.82-2.37-40.96-7.090v-231.58c13.14-4.72 27-7.12 40.96-7.090 67.84 0.070 122.81 55.040 122.88 122.88zM737.28 79.361h46.122c22.123 0 40.891 16.245 44.062 38.14l4.716 32.56c3.080 22.22 18.16 40.93 39.22 48.66 6.15 2.29 12.15 4.83 18.010 7.37 20.27 9.17 43.95 6.49 61.66-6.98l26.069-19.552c17.725-13.294 42.528-11.531 58.195 4.136l7.277 7.277c15.678 15.678 17.431 40.502 4.111 58.228l-19.652 26.152c-13.48 17.84-16.080 41.63-6.76 61.96 2.38 5.46 4.92 11.48 7.25 17.75 7.78 21.040 26.52 36.070 48.75 39.080l32.442 4.707c21.89 3.176 38.128 21.941 38.128 44.060v10.254c0 22.123-16.245 40.891-38.14 44.062l-32.56 4.716c-22.22 3.080-40.93 18.16-48.66 39.22-2.29 6.15-4.83 12.15-7.37 18.010-9.17 20.27-6.49 43.95 6.98 61.66l19.552 26.069c13.294 17.725 11.531 42.528-4.136 58.195l-7.277 7.277c-15.678 15.678-40.502 17.431-58.228 4.111l-26.152-19.652c-17.84-13.46-41.63-16.060-61.96-6.76-5.46 2.38-11.48 4.92-17.75 7.25-21.040 7.78-36.070 26.52-39.080 48.75l-4.664 32.393c-3.155 21.912-21.93 38.177-44.067 38.177h-46.089v-210.17c66.42 17.43 136.67-8.41 175.96-64.73s39.29-131.16 0-187.48c-39.29-56.32-109.54-82.16-175.96-64.73v-210.17zM0 386.561h389.12v-286.72h-300.077c-49.177 0-89.043 39.866-89.043 89.043v197.677zM696.32 857.601c-0.070 56.53-45.87 102.33-102.4 102.4h-40.96v-204.8h143.36v102.4zM696.32 386.561h-143.36v-286.72h40.96c56.53 0.070 102.33 45.87 102.4 102.4v184.32zM552.96 714.241h143.36v-286.72h-143.36zM430.080 960.001h81.92v-860.16h-81.92zM89.043 960.001h300.077v-204.8h-389.12v115.757c0 49.177 39.866 89.043 89.043 89.043z" />
65
- <glyph unicode="&#xe937;" glyph-name="light-up" d="M47.476 183.934c-15.56 15.5-15.56 40.6-0.002 56.096l434.377 472.356c8.296 8.261 19.294 11.801 30.168 11.252 10.837 0.549 21.872-2.991 30.168-11.252l434.338-472.314c15.56-15.499 15.56-40.638 0-56.138s-40.808-15.499-56.368 0l-408.179 443.835-408.137-443.835c-15.56-15.499-40.807-15.499-56.367 0z" />
66
- <glyph unicode="&#xe938;" glyph-name="light-down" d="M976.524 712.068c15.56-15.5 15.56-40.6 0.002-56.096l-434.377-472.356c-8.296-8.261-19.294-11.801-30.168-11.252-10.837-0.549-21.872 2.991-30.168 11.252l-434.338 472.314c-15.56 15.499-15.56 40.638 0 56.138s40.808 15.499 56.368 0l408.179-443.835 408.137 443.835c15.56 15.499 40.807 15.499 56.367 0z" />
67
- <glyph unicode="&#xe939;" glyph-name="light-right" horiz-adv-x="551" d="M11.625 948.331c15.5 15.56 40.6 15.56 56.096 0.002l472.356-434.377c8.261-8.296 11.801-19.294 11.252-30.168 0.549-10.837-2.991-21.872-11.252-30.168l-472.314-434.338c-15.499-15.56-40.638-15.56-56.138 0s-15.499 40.808 0 56.368l443.835 408.179-443.835 408.137c-15.499 15.56-15.499 40.807 0 56.367z" />
68
- <glyph unicode="&#xe93a;" glyph-name="light-left" horiz-adv-x="551" d="M539.375-52.329c-15.5-15.56-40.6-15.56-56.096-0.002l-472.356 434.377c-8.261 8.296-11.801 19.294-11.252 30.168-0.549 10.837 2.991 21.872 11.252 30.168l472.314 434.338c15.499 15.56 40.638 15.56 56.138 0s15.499-40.808 0-56.368l-443.835-408.179 443.835-408.137c15.499-15.56 15.499-40.807 0-56.367z" />
69
- <glyph unicode="&#xe93b;" glyph-name="pencil" horiz-adv-x="887" d="M55.507 29.266l10.263 3.759 0.221 0.283 10.042 3.476-18.199 14.218-2.328-21.736zM525.939 952.208l311.306-243.219c11.833-9.245 14.516-25.828 5.952-36.789l-446.22-571.136c-3.071-3.931-7.653-6.682-12.196-8.124l-173.987-63.23-123.347-45.304-0.221-0.283-33.555-12.254-18.079-6.236-0.221-0.283c-4.016-1.397-8.728-1.793-13.609-1.145-14.195 2.478-25.117 16.002-23.419 30.075l11.666 108.119c-0.169 1.045-0.111 2.34 0.247 3.429l7.829 74.444 19.547 183.891c0.162 3.951 1.346 7.988 3.396 11.833 0.443 0.567 0.872 1.116 1.093 1.399l446.663 571.703c8.583 10.946 25.322 12.355 37.155 3.11zM785.025 685.966l-268.811 210.018-415.258-531.506 268.811-210.018 415.258 531.506zM131.58 57.208l57.843 20.882 133.611 49.062-237.27 185.375-15.282-141.511-6.268-61.177 67.365-52.632z" />
70
- <glyph unicode="&#xe93c;" glyph-name="man-user" d="M512 459.198c113.851 0 206.155 112.108 206.155 250.4 0 138.296-30.305 250.403-206.155 250.403s-206.16-112.108-206.16-250.403c0-138.293 92.303-250.4 206.16-250.4zM122.614 76.865c-0.035 8.432-0.070 2.376 0 0v0zM901.369 70.28c0.111 2.308 0.038 16.015 0 0v0zM900.93 86.977c-3.818 240.909-35.281 309.555-276.047 353.008 0 0-33.891-43.186-112.886-43.186s-112.892 43.186-112.892 43.186c-238.139-42.979-271.515-110.607-275.904-345.182-0.36-19.155-0.527-20.161-0.591-17.938 0.015-4.166 0.032-11.873 0.032-25.31 0 0 57.321-115.554 389.354-115.554 332.028 0 389.354 115.554 389.354 115.554 0 8.634 0.006 14.637 0.015 18.722-0.064-1.375-0.193 1.29-0.436 16.7z" />
71
- <glyph unicode="&#xe93d;" glyph-name="move" d="M1010.365 480.912l-116.364 116.364c-13.309 13.315-33.339 17.29-50.725 10.091-17.392-7.205-28.734-24.176-28.734-43.002v-69.818h-255.997v256h69.818c18.826 0 35.797 11.342 43.002 28.734 7.202 17.392 3.221 37.413-10.091 50.725l-116.364 116.364c-18.174 18.178-47.647 18.178-65.825 0l-116.364-116.364c-13.312-13.312-17.293-33.333-10.091-50.725 7.205-17.392 24.179-28.734 43.002-28.734h69.821v-256h-256v69.818c0 18.826-11.342 35.8-28.734 43.002-17.396 7.202-37.416 3.221-50.725-10.091l-116.364-116.364c-18.178-18.178-18.178-47.647 0-65.825l116.364-116.364c8.906-8.906 20.806-13.635 32.923-13.635 5.995 0 12.043 1.161 17.802 3.544 17.392 7.205 28.734 24.179 28.734 43.002v69.821h256v-256h-69.818c-18.826 0-35.8-11.342-43.002-28.734s-3.221-37.413 10.091-50.725l116.364-116.364c9.086-9.089 20.998-13.632 32.911-13.632s23.825 4.543 32.911 13.635l116.364 116.364c13.312 13.312 17.293 33.333 10.091 50.725-7.205 17.392-24.176 28.734-43.002 28.734h-69.818v255.997h256v-69.818c0-18.826 11.338-35.8 28.734-43.002 5.756-2.386 11.807-3.544 17.802-3.544 12.111 0 24.017 4.729 32.92 13.635l116.364 116.364c18.181 18.174 18.181 47.644 0 65.821z" />
72
- <glyph unicode="&#xe93e;" glyph-name="list" d="M672 896.001h-69.504c-13.184 37.248-48.768 64-90.496 64s-77.312-26.752-90.56-64h-69.44c-17.664 0-32-14.336-32-32v-128c0-17.664 14.336-32 32-32h320c17.664 0 32 14.336 32 32v128c0 17.664-14.336 32-32 32zM832 832.001h-64v-96c0-52.928-43.072-96-96-96h-320c-52.928 0-96 43.072-96 96v96h-64c-35.264 0-64-28.736-64-64v-768c0-35.904 28.096-64 64-64h640c35.904 0 64 28.096 64 64v768c0 35.904-28.096 64-64 64zM502.656 265.345l-128-128c-6.272-6.208-14.464-9.344-22.656-9.344s-16.384 3.136-22.656 9.344l-64 64c-12.48 12.48-12.48 32.768 0 45.248s32.768 12.48 45.248 0l41.408-41.344 105.344 105.344c12.48 12.48 32.768 12.48 45.248 0s12.544-32.704 0.064-45.248zM502.656 521.345l-128-128c-6.272-6.208-14.464-9.344-22.656-9.344s-16.384 3.136-22.656 9.344l-64 64c-12.48 12.48-12.48 32.768 0 45.248s32.768 12.48 45.248 0l41.408-41.344 105.344 105.344c12.48 12.48 32.768 12.48 45.248 0s12.544-32.704 0.064-45.248zM736 192.001h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32zM736 448.001h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32z" />
73
- <glyph unicode="&#xe93f;" glyph-name="speaker" d="M814.546 960.001c-124.136 0-208.942-71.586-283.788-134.75-62.324-52.55-116.084-97.978-181.666-97.978h-256c-63.954 0-93.092-120.646-93.092-232.726 0-112.082 29.138-232.728 93.090-232.728h256c65.582 0 119.342-45.428 181.666-97.978 74.846-63.162 159.652-134.75 283.788-134.75 137.496 0 209.456 234.172 209.456 465.456s-71.96 465.454-209.454 465.454zM814.546 122.183c-39.518 0-116.364 131.444-116.364 372.364s76.846 372.364 116.364 372.364c39.516 0 116.364-131.444 116.364-372.364s-76.848-372.364-116.364-372.364zM779.916 629.249c-6.702 1.676-13.544 0.466-19.13-3.352-5.586-3.864-9.17-9.96-9.914-16.664-4.142-38.866-6.144-76.382-6.144-114.688s2.002-75.822 6.19-114.642c0.744-6.75 4.328-12.8 9.914-16.664 3.91-2.7 8.564-4.096 13.218-4.096 1.954 0 3.91 0.232 5.864 0.744 61.486 16.012 104.448 71.4 104.448 134.656 0.002 63.258-42.96 118.648-104.446 134.706zM434.642 98.911c-13.312 0-25.042 8.472-29.23 21.086l-26.206 78.522c-2.792 8.378-12.894 14.802-21.644 16.058-2.84 0.372-5.726 0.698-8.472 0.698h-159.604c-7.308 0-14.196-3.444-18.572-9.262s-5.818-13.406-3.816-20.386l52.038-182.086c11.358-39.752 48.174-67.54 89.506-67.54h125.998c42.638 0 77.36 34.722 77.36 77.358v8.192c0 42.636-34.722 77.36-77.358 77.36z" />
74
- <glyph unicode="&#xe940;" glyph-name="video-camera" d="M1017.846 433.847c-11.077 19.692-36.923 27.077-57.845 14.769l-140.306-81.23-35.692-20.923v-194.459l33.23-19.692c1.231 0 1.231-1.231 2.462-1.231l137.844-79.999c6.154-4.923 14.769-7.385 23.384-7.385 23.384 0 41.846 18.461 41.846 41.846v164.921l1.231 162.46c0 7.385-1.231 14.769-6.154 20.923zM198.164 496.616c109.537 0 198.151 88.614 198.151 198.151s-88.614 198.151-198.151 198.151-198.151-88.614-198.151-198.151c-1.231-109.537 88.614-198.151 198.151-198.151zM198.164 775.997c45.538 0 81.23-36.923 81.23-81.23 0-45.538-36.923-81.23-81.23-81.23s-81.23 36.923-81.23 81.23c-1.231 45.538 35.692 81.23 81.23 81.23zM700.312 485.539c-32-16-67.691-25.846-105.845-25.846-46.769 0-91.076 13.538-127.998 38.153h-140.306c-36.923-24.615-81.23-38.153-127.998-38.153-38.153 0-73.845 8.615-105.845 25.846-28.307-16-47.999-47.999-47.999-82.461v-300.304c0-55.384 45.538-99.691 99.691-99.691h505.84c55.384 0 99.691 45.538 99.691 99.691v300.304c-1.231 34.461-20.923 66.461-49.23 82.461zM594.467 496.616c109.537 0 198.151 88.614 198.151 198.151s-88.614 198.151-198.151 198.151c-109.537 0-198.151-88.614-198.151-198.151s88.614-198.151 198.151-198.151zM594.467 775.997c45.538 0 81.23-36.923 81.23-81.23 0-45.538-36.923-81.23-81.23-81.23s-81.23 36.923-81.23 81.23c0 45.538 35.692 81.23 81.23 81.23z" />
75
- <glyph unicode="&#xe941;" glyph-name="garbage" d="M901.8 813.001h-236.8v104.2c0 11.6-9.4 20.8-20.8 20.8h-264.4c-11.6 0-20.8-9.4-20.8-20.8v-104.2h-236.8c-11.6 0-20.8-9.4-20.8-20.8v-129.8c0-11.6 9.4-20.8 20.8-20.8h49.2v-529.4c0-85 69.2-154.2 154.2-154.2h372.8c85 0 154.2 69.2 154.2 154.2v529.2h49.2c11.6 0 20.8 9.4 20.8 20.8v130c0 11.4-9.4 20.8-20.8 20.8zM400.8 896.201h222.6v-83.4h-222.6v83.4zM810.8 112.201c0-62-50.4-112.4-112.4-112.4h-372.8c-62 0-112.4 50.4-112.4 112.4v529.2h597.6v-529.2zM880.8 683.201h-737.6v88h737.8v-88zM328.2 106.001c11.6 0 20.8 9.4 20.8 20.8v387.4c0 11.6-9.4 20.8-20.8 20.8-11.6 0-20.8-9.4-20.8-20.8v-387.4c0-11.4 9.4-20.8 20.8-20.8zM512 106.001c11.6 0 20.8 9.4 20.8 20.8v387.4c0 11.6-9.4 20.8-20.8 20.8s-20.8-9.4-20.8-20.8v-387.4c0-11.4 9.2-20.8 20.8-20.8zM695.8 106.001c11.6 0 20.8 9.4 20.8 20.8v387.4c0 11.6-9.4 20.8-20.8 20.8-11.6 0-20.8-9.4-20.8-20.8v-387.4c-0.2-11.4 9.2-20.8 20.8-20.8z" />
76
- <glyph unicode="&#xe942;" glyph-name="add-line" d="M916.122 960.001h-808.245c-59.584 0-107.878-48.503-107.878-107.878v-808.245c0-59.584 48.503-107.878 107.878-107.878h808.245c59.584 0 107.878 48.503 107.878 107.878v808.245c0 59.374-48.503 107.878-107.878 107.878zM972.779 43.879c0-31.151-25.506-56.657-56.657-56.657h-808.245c-31.151 0-56.657 25.506-56.657 56.657v808.245c0 31.151 25.506 56.657 56.657 56.657h808.245c31.151 0 56.657-25.506 56.657-56.657v-808.245zM705.385 473.507h-167.879v167.879c0 14.216-11.499 25.715-25.715 25.715s-25.715-11.499-25.715-25.715v-167.879h-167.879c-14.216 0-25.715-11.499-25.715-25.506 0-14.216 11.499-25.715 25.715-25.715h167.879v-167.879c0-14.216 11.499-25.715 25.715-25.715s25.715 11.499 25.715 25.715v167.879h167.879c14.216 0 25.715 11.499 25.715 25.715s-11.499 25.506-25.715 25.506z" />
77
- <glyph unicode="&#xe943;" glyph-name="cup" d="M1023.964 764.599c-1.020 86.91-45.496 134.776-125.238 134.776-30.864 0-60.604-7.184-80.046-13.178 1.936 35.524 1.966 57.452 1.966 58.542l0.002 15.208h-617.282v-15.206c0-0.52 0.052-22.794 2.010-58.562-19.44 5.998-49.208 13.196-80.102 13.196-79.74 0-124.218-47.864-125.238-134.776-1.004-85.5 18.496-161.608 57.954-226.214 38.74-63.43 88.256-101.652 122.974-122.542 55.606-33.464 111.18-40.488 148.012-40.488 9.080 0 17.828 0.428 26.010 1.272 0.542 0.056 1.044 0.12 1.574 0.178 17.808-19.178 37.006-34.54 57.52-45.956 15.122-8.414 25.64-23.088 29.244-39.954-20.39-6.346-35.236-25.396-35.236-47.846 0-22.954 15.526-42.34 36.62-48.24v-63.82h-82.284v-66.602h-81.2v-128.334h461.562v128.334h-81.2v66.602h-82.284v63.82c21.096 5.902 36.622 25.286 36.622 48.24 0 22.452-14.846 41.5-35.236 47.846 3.604 16.866 14.12 31.538 29.244 39.954 20.464 11.386 39.794 26.832 57.558 45.948 6.294-0.698 15.732-1.44 27.532-1.44 0.004 0 0.002 0 0.008 0 36.828 0 92.4 7.028 148.002 40.488 34.716 20.892 84.234 59.112 122.974 122.542 39.464 64.604 58.962 140.714 57.958 226.212zM789.984 929.535c-0.136-5.562-0.352-12.554-0.684-20.738h-554.526c-0.344 8.182-0.574 15.184-0.722 20.738h555.932zM810.668 789.909c20.604 6.858 47.308 13.774 71.23 13.774 20.058 0 34.5-4.9 42.926-14.564 9.684-11.108 12.806-29.768 9.274-55.468-14.706-107.052-61.124-190.616-130.708-235.294-24.238-15.564-50.342-21.994-72.218-24.278 46.274 97.262 68.67 219.294 79.496 315.83zM228.99 683.983c14.958-80.23 35.61-149.126 61.386-204.772 0.798-1.728 1.61-3.43 2.418-5.132-21.868 2.29-47.956 8.718-72.184 24.274-69.582 44.68-116.002 128.242-130.708 235.294-3.53 25.702-0.41 44.364 9.276 55.468 8.426 9.664 22.87 14.562 42.926 14.562 23.942 0 50.67-6.926 71.282-13.788 3.682-32.924 8.716-68.962 15.604-105.906zM328.976 405.767c-32.976 0-82.706 6.27-132.328 36.132-50.75 30.54-168.54 123.088-166.2 322.342 0.828 70.466 31.846 104.72 94.826 104.72 33.682 0 66.948-10.154 82.154-15.51 0.758-10.202 1.608-20.434 2.548-30.624-20.67 6.072-45.024 11.268-67.872 11.268-29.236 0-51.39-8.406-65.85-24.986-15.718-18.026-21.264-44.806-16.484-79.596 8.188-59.602 25.3-112.282 50.862-156.574 24.402-42.284 55.876-75.988 93.544-100.172 36.792-23.626 76.586-29.584 104.972-30.154 0.096-0.168 0.194-0.328 0.29-0.494 1.556-2.726 3.128-5.406 4.716-8.052 0.494-0.826 0.992-1.646 1.49-2.464 1.514-2.488 3.040-4.952 4.582-7.366 0.58-0.908 1.168-1.794 1.752-2.694 1.050-1.614 2.106-3.214 3.17-4.796 1.028-1.53 2.060-3.044 3.098-4.542 1.018-1.466 2.038-2.924 3.066-4.362 0.482-0.676 0.956-1.378 1.438-2.046-1.224-0.020-2.482-0.030-3.774-0.030zM712.376 33.971v-67.506h-400.736v67.506h400.736zM579.306 100.573h51.868v-36.188h-238.334v36.188h186.466zM475.122 130.987v61.964h73.77v-61.964h-73.77zM585.514 243.049c0-10.854-8.832-19.684-19.684-19.684h-107.644c-10.854 0-19.684 8.83-19.684 19.684s8.83 19.684 19.684 19.684h107.644c10.854 0 19.684-8.83 19.684-19.684zM661.582 416.897c-0.168-0.218-0.336-0.436-0.504-0.654-1.496-1.936-3.004-3.824-4.52-5.686-0.372-0.454-0.738-0.916-1.112-1.368-1.666-2.024-3.346-4.004-5.034-5.936-0.082-0.092-0.158-0.188-0.24-0.28-16.958-19.346-35.47-34.668-55.024-45.548-24.102-13.408-40.49-37.222-44.998-64.278h-76.284c-4.51 27.058-20.898 50.87-45 64.278-18.872 10.498-35.916 24.532-51.314 41.302l-3.72 4.244c-15.12 17.244-29.372 38.136-42.358 62.090l-3.978 7.342c-65.394 126.354-85.174 308.976-91.138 405.982h551.41c-0.254-4.22-0.532-8.578-0.84-13.104-0.014-0.21-0.030-0.426-0.044-0.636-0.336-4.904-0.696-9.822-1.078-14.744-0.010-0.144-0.022-0.288-0.032-0.434-1.216-15.6-2.656-31.258-4.298-46.73l-0.994-9.356c-11.050-99.056-34.388-225.25-83.602-320.306l-4.346-8.012c-9.67-17.832-20.042-33.964-30.952-48.166zM827.354 441.899c-49.626-29.864-99.346-36.132-132.32-36.132-0.002 0-0.006 0-0.008 0-1.294 0-2.552 0.010-3.778 0.030 0.020 0.028 0.040 0.058 0.060 0.086 1.974 2.724 3.918 5.488 5.832 8.29 0.234 0.342 0.464 0.692 0.698 1.034 1.618 2.384 3.212 4.8 4.788 7.24 0.406 0.626 0.812 1.254 1.214 1.884 1.744 2.738 3.47 5.494 5.162 8.298 0.266 0.438 0.524 0.888 0.788 1.33 1.386 2.316 2.756 4.654 4.108 7.014 0.316 0.552 0.642 1.080 0.96 1.636 28.386 0.57 68.18 6.528 104.972 30.154 37.668 24.188 69.142 57.892 93.544 100.172 25.56 44.292 42.672 96.972 50.862 156.574 4.776 34.792-0.768 61.572-16.484 79.596-14.458 16.582-36.614 24.988-65.85 24.988-22.846 0-47.204-5.192-67.872-11.266 0.958 10.39 1.78 20.356 2.484 29.828 0.020 0.264 0.042 0.53 0.062 0.792 15.21 5.358 48.474 15.51 82.154 15.51 62.98 0 93.998-34.254 94.828-104.716 2.332-199.254-115.454-291.8-166.204-322.342zM384.712 467.527l-25.4-16.734c8.672-13.166 17.992-25.128 27.702-35.552l22.256 20.732c-8.554 9.182-16.816 19.8-24.558 31.554zM319.432 636.157l-29.652-6.764c14.584-63.93 34.054-117.598 57.866-159.512l26.444 15.024c-22.344 39.33-40.734 90.218-54.658 151.252zM887.332 292.983l-0.022 30.414-25.674-0.016-0.018 25.674-30.414-0.020 0.018-25.676-25.674-0.018 0.020-30.414 25.674 0.018 0.018-25.672 30.414 0.020-0.018 25.674zM225.57 135.051l-0.032 30.414-21.544-0.022-0.022 21.546-30.414-0.032 0.022-21.544-21.548-0.022 0.034-30.414 21.544 0.022 0.022-21.548 30.414 0.032-0.022 21.546zM97.69 383.679h28.69v-30.414h-28.69v30.414zM282.078 293.695h28.69v-30.414h-28.69v30.414zM744.508 202.191h28.69v-30.414h-28.69v30.414z" />
78
- <glyph unicode="&#xe944;" glyph-name="next-2" d="M15.689 463.674h992.623c8.66 0 15.689-7.029 15.689-15.689s-7.029-15.689-15.689-15.689h-992.623c-8.66 0-15.689 7.029-15.689 15.689s7.029 15.689 15.689 15.689zM409.067 857.021c4.016 0 8.033-1.537 11.108-4.581 6.119-6.119 6.119-16.065 0-22.184l-382.302-382.302 382.302-382.176c6.119-6.119 6.119-16.065 0-22.184s-16.065-6.119-22.184 0l-393.378 393.252c-2.949 2.949-4.581 6.934-4.581 11.108s1.663 8.158 4.581 11.108l393.378 393.347c3.044 3.075 7.060 4.612 11.076 4.612z" />
79
- <glyph unicode="&#xe945;" glyph-name="next2" d="M1008.311 432.328h-992.623c-8.66 0-15.689 7.029-15.689 15.689s7.029 15.689 15.689 15.689h992.623c8.66 0 15.689-7.029 15.689-15.689s-7.029-15.689-15.689-15.689zM614.933 38.981c-4.016 0-8.033 1.537-11.108 4.581-6.119 6.119-6.119 16.065 0 22.184l382.302 382.302-382.302 382.176c-6.119 6.119-6.119 16.065 0 22.184s16.065 6.119 22.184 0l393.378-393.252c2.949-2.949 4.581-6.934 4.581-11.108s-1.663-8.158-4.581-11.108l-393.378-393.347c-3.044-3.075-7.060-4.612-11.076-4.612z" />
80
- <glyph unicode="&#xe946;" glyph-name="menu-2" d="M887.218 480.977h-750.433c-18.209 0-32.976-14.765-32.976-32.976s14.767-32.976 32.976-32.976h750.433c18.211 0 32.976 14.765 32.976 32.976 0 18.209-14.765 32.976-32.976 32.976zM887.218 731.123h-750.433c-18.209 0-32.976-14.767-32.976-32.976s14.767-32.976 32.976-32.976h750.433c18.211 0 32.976 14.767 32.976 32.976s-14.765 32.976-32.976 32.976zM887.218 230.831h-750.433c-18.209 0-32.976-14.765-32.976-32.976s14.767-32.976 32.976-32.976h750.433c18.211 0 32.976 14.765 32.976 32.976s-14.765 32.976-32.976 32.976z" />
81
- <glyph unicode="&#xe947;" glyph-name="question-2" d="M976.168 633.998c-45.644 68.232-118.564 113.268-200.069 123.558-8.224 1.054-15.722-4.784-16.76-13.002s4.784-15.722 13.002-16.76c72.878-9.206 138.081-49.472 178.891-110.474 61.42-91.854 56.596-211.691-12.004-298.201-2.248-2.836-3.396-6.386-3.232-10l6.074-133.733-121.276 56.684c-3.28 1.534-7.002 1.83-10.48 0.83-91.392-26.16-191.907 2.14-256.109 72.132-4.67 5.060-9.226 10.466-13.57 16.1-3.644 4.702-7.184 9.604-10.52 14.566-0.176 0.264-0.352 0.542-0.528 0.808 20.966 36.874 33.486 78.064 36.392 120.308 0.568 8.266-5.67 15.426-13.936 15.994-8.262 0.546-15.426-5.67-15.994-13.936-3.014-43.846-17.6-86.446-42.18-123.194-20.724-30.988-47.298-56.448-78.986-75.67-7.084-4.296-9.34-13.522-5.044-20.604 2.822-4.652 7.768-7.222 12.838-7.222 2.65 0 5.334 0.704 7.766 2.178 32.090 19.468 59.472 44.662 81.568 74.958 1.614-2.206 3.236-4.404 4.89-6.536 4.856-6.298 9.988-12.386 15.226-18.060 35.658-38.874 81.476-66.924 132.499-81.122 48.708-13.552 99.916-13.894 148.465-1.048l138.733-64.842c2.022-0.944 4.19-1.41 6.35-1.41 2.922 0 5.832 0.854 8.34 2.532 4.364 2.918 6.884 7.906 6.646 13.148l-6.948 152.979c34.824 45.738 54.662 100.278 57.452 158.117 2.946 60.948-13.478 120.050-47.494 170.923zM730.053 745.034c-0.782 8.246-8.116 14.294-16.348 13.518-46.392-4.398-91.526-20.506-130.519-46.582-17.684-11.818-34.038-25.622-48.602-41.026-6.128-6.476-12.074-13.402-17.688-20.604-1.702-2.192-3.366-4.408-4.996-6.64-19.366 26.5-43.332 49.718-71.082 68.278-129.845 86.842-306.131 51.858-392.978-77.986-34.018-50.866-50.446-109.968-47.504-170.919 2.792-57.836 22.632-112.374 57.458-158.115l-6.952-152.981c-0.238-5.244 2.282-10.232 6.646-13.15 2.508-1.678 5.416-2.532 8.34-2.532 2.162 0 4.33 0.466 6.35 1.41l138.735 64.846c52.23-13.822 107.044-12.396 158.903 4.194 7.89 2.524 12.24 10.966 9.716 18.858-2.524 7.89-10.968 12.24-18.858 9.716-48.008-15.362-98.834-16.198-146.983-2.418-3.476 0.996-7.2 0.702-10.478-0.832l-121.278-56.686 6.076 133.733c0.164 3.616-0.984 7.168-3.232 10.002-68.604 86.514-73.428 206.349-12 298.193 77.648 116.094 235.267 147.375 351.363 69.73 58.924-39.408 98.864-102.234 109.578-172.369 1.25-8.19 8.894-13.808 17.094-12.562 8.19 1.252 13.814 8.904 12.562 17.094-5.274 34.524-16.89 67.464-33.854 97.286 3.454 5.224 7.142 10.394 11.050 15.426 5.014 6.43 10.334 12.626 15.81 18.416 13.026 13.778 27.654 26.124 43.478 36.698 34.876 23.322 75.222 37.726 116.674 41.656 8.248 0.778 14.3 8.098 13.518 16.346zM414.156 359.701l-38.872 38.872c17.11 21.674 27.36 49.004 27.36 78.696 0 70.176-57.092 127.268-127.268 127.268-70.178 0-127.268-57.094-127.268-127.268 0-70.176 57.094-127.268 127.268-127.268 29.694 0 57.022 10.25 78.696 27.358l38.872-38.872c2.928-2.928 6.768-4.392 10.606-4.392s7.678 1.464 10.606 4.392c5.858 5.858 5.858 15.354 0 21.214zM353.899 419.957l-67.918 67.918c-5.856 5.856-15.354 5.856-21.212 0-5.858-5.86-5.858-15.356 0-21.214l67.918-67.918c-16.090-11.772-35.898-18.744-57.314-18.744-53.634 0-97.27 43.634-97.27 97.27s43.636 97.27 97.27 97.27c53.634 0 97.27-43.634 97.27-97.27 0-21.416-6.972-41.226-18.744-57.312zM846.845 374.823l-37.174 89.314c-0.020 0.046-0.038 0.094-0.058 0.14l-56.224 135.083c-2.328 5.594-7.792 9.236-13.848 9.236s-11.522-3.642-13.85-9.236l-56.218-135.069c-0.024-0.058-0.048-0.116-0.072-0.174l-37.166-89.294c-3.182-7.648 0.436-16.428 8.084-19.612s16.428 0.436 19.612 8.084l33.332 80.082h92.554l33.332-80.082c2.4-5.764 7.978-9.24 13.854-9.24 1.92 0 3.874 0.372 5.758 1.156 7.648 3.184 11.268 11.962 8.084 19.612zM705.747 473.375l33.79 81.186 33.792-81.186h-67.582z" />
82
- <glyph unicode="&#xe948;" glyph-name="question-1" d="M566.514 314.57c115.412 0 209.268 93.857 209.268 209.268s-93.857 209.268-209.268 209.268c-115.411 0-209.268-93.856-209.268-209.268s93.857-209.268 209.268-209.268zM388.57 273.031c-80.609 0-145.949-65.339-145.949-145.949v-163.014c0-15.494 12.574-28.067 28.067-28.067h591.654c15.493 0 28.067 12.573 28.067 28.067v158.972c2.47 4.266 4.715 8.869 6.512 13.697l114.514 303.125c3.817 10.104 5.838 20.882 5.838 31.772v340.173c0 49.623-40.192 89.815-89.815 89.815s-89.815-40.192-89.815-89.815v-323.782l-81.17-214.994h-367.904zM34.588 760.051h66.238c13.921 0 25.709 10.104 27.73 23.801 3.817 24.924 11.564 43.336 23.015 54.45 10.665 10.329 25.373 15.381 45.132 15.381 20.433 0 36.038-5.613 47.939-17.289s17.402-25.709 17.402-44.346c0-8.757-2.021-16.84-6.175-24.699-2.133-3.929-10.441-16.054-42.101-42.887-29.414-24.924-49.286-48.388-60.849-71.627-11.788-23.689-17.514-58.155-17.514-105.083v0c0-15.493 12.574-28.067 28.067-28.067h59.839c15.493 0 28.067 12.574 28.067 28.067v0c0 36.263 4.378 51.082 6.961 56.696 2.021 4.491 10.441 17.738 43.785 45.356 30.986 25.709 51.868 49.174 63.768 71.627 12.237 23.015 18.412 48.275 18.412 74.995 0 47.714-18.076 87.569-53.889 118.555-34.579 29.863-79.711 45.020-134.161 45.020-51.868 0-95.765-15.493-130.231-45.918-34.803-30.762-54.675-72.413-59.165-123.72v0c-1.572-16.167 11.339-30.312 27.73-30.312zM223.086 360.937c15.493 0 28.067 12.573 28.067 28.067v59.727c0 15.494-12.574 28.067-28.067 28.067h-59.727c-15.493 0-28.067-12.573-28.067-28.067v-59.727c0-15.494 12.574-28.067 28.067-28.067h59.727z" />
83
- <glyph unicode="&#xe949;" glyph-name="education" d="M156.641 839.158c-0.028 0-0.059 0-0.086 0-9.685 0-18.794-3.775-25.672-10.637-6.954-6.937-10.785-16.174-10.785-26.007v-549.462c0-20.149 16.456-36.581 36.688-36.633 85.292-0.203 228.191-17.98 326.771-121.143v575.028c0 6.83-1.745 13.247-5.037 18.556-80.91 130.3-236.393 150.098-321.878 150.298zM903.905 253.052v549.466c0 9.833-3.831 19.070-10.785 26.007-6.878 6.861-15.994 10.637-25.669 10.637-0.031 0-0.062 0-0.090 0-85.482-0.203-240.965-20.001-321.878-150.301-3.293-5.31-5.034-11.726-5.034-18.556v-575.024c98.58 103.162 241.479 120.939 326.771 121.143 20.228 0.052 36.685 16.484 36.685 36.63zM987.363 712.444h-26.569v-459.391c0-51.445-41.915-93.395-93.439-93.522-72.346-0.172-191.633-14.319-276.115-94.277 146.112 35.775 300.14 12.519 387.921-7.485 10.961-2.496 22.287 0.083 31.068 7.082 8.751 6.982 13.771 17.418 13.771 28.62v582.337c0.003 20.201-16.436 36.637-36.637 36.637zM63.205 253.052v459.391h-26.569c-20.197 0-36.637-16.436-36.637-36.637v-582.327c0-11.205 5.020-21.639 13.771-28.62 8.775-6.996 20.090-9.585 31.068-7.082 87.782 20.008 241.813 43.26 387.918 7.485-84.479 79.955-203.766 94.098-276.112 94.27-51.521 0.124-93.439 42.074-93.439 93.519z" />
84
- <glyph unicode="&#xe94a;" glyph-name="answer-shorting" horiz-adv-x="1020" d="M22.726 665.902c-6.684 5.347-9.358 13.368-9.358 21.389v124.324c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h124.324c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-124.324c0-9.358-2.674-16.042-9.358-22.726-5.347-5.347-13.368-9.358-22.726-9.358h-125.661c-9.358 1.337-16.042 4.010-21.389 10.695zM22.726 355.761c-5.347 5.347-9.358 13.368-9.358 22.726v124.324c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h124.324c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-124.324c0-9.358-2.674-16.042-9.358-22.726-5.347-5.347-13.368-9.358-22.726-9.358h-125.661c-9.358 0-16.042 4.010-21.389 9.358zM22.726 45.62c-5.347 5.347-9.358 13.368-9.358 22.726v124.324c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h124.324c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-124.324c0-9.358-2.674-16.042-9.358-22.726-5.347-5.347-13.368-9.358-22.726-9.358h-125.661c-9.358 1.337-16.042 4.010-21.389 9.358zM270.037 688.628c5.347-5.347 13.368-9.358 22.726-9.358h681.775c9.358 0 16.042 2.674 22.726 9.358 5.347 5.347 9.358 13.368 9.358 22.726v77.535c0 9.358-2.674 16.042-9.358 22.726s-13.368 9.358-22.726 9.358h-681.775c-9.358 0-16.042-2.674-22.726-9.358s-9.358-13.368-9.358-22.726v-77.535c0-9.358 4.010-17.379 9.358-22.726zM270.037 378.487c-5.347 5.347-9.358 13.368-9.358 22.726v77.535c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h681.775c9.358 0 16.042-2.674 22.726-9.358s9.358-13.368 9.358-22.726v-77.535c0-9.358-2.674-16.042-9.358-22.726s-13.368-9.358-22.726-9.358h-681.775c-9.358 1.337-17.379 4.010-22.726 9.358zM270.037 69.682c-5.347 5.347-9.358 13.368-9.358 22.726v77.535c0 9.358 2.674 16.042 9.358 22.726 5.347 5.347 13.368 9.358 22.726 9.358h681.775c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-78.872c0-9.358-2.674-16.042-9.358-22.726s-13.368-9.358-22.726-9.358h-681.775c-9.358 1.337-17.379 4.010-22.726 10.695z" />
85
- <glyph unicode="&#xe94b;" glyph-name="assesment" horiz-adv-x="1020" d="M1007.958 530.884c-4.010-13.368-10.695-24.063-22.726-29.41l-780.7-443.822c-12.031-6.684-24.063-8.021-37.431-5.347s-24.063 10.695-29.41 24.063l-125.661 212.554c-6.684 12.031-8.021 24.063-5.347 37.431s10.695 22.726 24.063 30.747l108.282 61.493 94.914-159.081c1.337-2.674 4.010-5.347 6.684-6.684 4.010-1.337 6.684 0 10.695 1.337l20.052 12.031c2.674 1.337 5.347 4.010 6.684 6.684 1.337 4.010 0 6.684-1.337 8.021l-92.24 160.418 86.893 48.125 44.115-73.525c1.337-2.674 4.010-5.347 6.684-6.684 4.010-1.337 6.684 0 10.695 1.337l20.052 12.031c2.674 1.337 5.347 4.010 6.684 6.684 1.337 4.010 0 6.684-1.337 8.021l-44.115 74.862 88.23 48.125 92.24-160.418c2.674-2.674 5.347-4.010 8.021-5.347s6.684 0 9.358 1.337l21.389 10.695c2.674 2.674 5.347 5.347 5.347 8.021s0 6.684-1.337 9.358l-94.914 160.418 86.893 48.125 44.115-73.525c2.674-2.674 5.347-5.347 8.021-6.684s6.684 0 9.358 1.337l21.389 12.031c2.674 1.337 5.347 2.674 5.347 6.684 0 2.674 0 6.684-1.337 9.358l-44.115 74.862 86.893 48.125 94.914-160.418c1.337-2.674 4.010-4.010 6.684-5.347 4.010-1.337 6.684 0 10.695 1.337l20.052 10.695c2.674 2.674 5.347 5.347 6.684 8.021s0 6.684-1.337 9.358l-92.24 160.418 108.282 61.493c12.031 6.684 24.063 8.021 37.431 5.347s24.063-10.695 29.41-24.063l125.661-212.554c5.347-2.674 6.684-14.705 2.674-28.073z" />
86
- <glyph unicode="&#xe94c;" glyph-name="fill-gaps" horiz-adv-x="1020" d="M737.922 583.019c-42.778-66.841-97.587-112.292-164.428-135.018 66.841-22.726 121.65-68.178 164.428-135.018s64.167-143.039 64.167-227.258c12.031 0 22.726-4.010 32.084-13.368s13.368-20.052 13.368-32.084v-29.41c0-12.031-4.010-22.726-13.368-32.084s-20.052-13.368-32.084-13.368h-632.313c-12.031 0-22.726 4.010-32.084 13.368s-13.368 20.052-13.368 32.084v30.747c0 12.031 4.010 22.726 13.368 32.084s20.052 13.368 32.084 13.368c0 84.219 21.389 160.418 64.167 227.258s97.587 112.292 164.428 135.018c-66.841 22.726-121.65 66.841-164.428 135.018-42.778 66.841-64.167 143.039-64.167 227.258-12.031 0-22.726 4.010-32.084 13.368s-13.368 20.052-13.368 32.084v28.073c0 12.031 4.010 22.726 13.368 32.084s20.052 13.368 32.084 13.368h632.313c12.031 0 22.726-4.010 32.084-13.368s13.368-20.052 13.368-32.084v-30.747c0-12.031-4.010-22.726-13.368-32.084s-20.052-13.368-32.084-13.368c0-82.883-21.389-159.081-64.167-225.922zM584.188 574.998c30.747 24.063 53.473 57.483 72.188 100.261 17.379 41.441 26.736 86.893 26.736 135.018h-393.023c0-48.125 9.358-92.24 26.736-135.018 17.379-41.441 41.441-74.862 72.188-100.261s62.83-36.094 97.587-36.094c34.757 0 66.841 12.031 97.587 36.094z" />
87
- <glyph unicode="&#xe94d;" glyph-name="matching" horiz-adv-x="1020" d="M25.399 609.756v30.747c0 13.368 4.010 24.063 13.368 32.084 9.358 9.358 20.052 13.368 32.084 13.368h688.46v92.24c0 13.368 4.010 24.063 13.368 32.084 9.358 9.358 20.052 13.368 32.084 13.368 13.368 0 24.063-4.010 32.084-13.368l152.397-152.397c9.358-9.358 13.368-20.052 13.368-32.084 0-13.368-4.010-24.063-13.368-32.084l-151.060-153.734c-9.358-9.358-20.052-13.368-32.084-13.368-13.368 0-24.063 4.010-32.084 13.368-9.358 9.358-13.368 20.052-13.368 32.084v92.24h-689.796c-13.368 0-24.063 4.010-32.084 13.368-9.358 9.358-13.368 20.052-13.368 32.084zM958.496 319.667h-688.46v92.24c0 13.368-4.010 24.063-13.368 32.084-9.358 9.358-20.052 13.368-32.084 13.368-13.368 0-24.063-4.010-32.084-13.368l-153.734-153.734c-9.358-9.358-13.368-20.052-13.368-32.084 0-13.368 4.010-24.063 13.368-32.084l152.397-152.397c9.358-9.358 20.052-13.368 32.084-13.368 13.368 0 24.063 4.010 32.084 13.368 9.358 9.358 13.368 20.052 13.368 32.084v92.24h688.46c13.368 0 24.063 4.010 32.084 13.368 9.358 9.358 13.368 20.052 13.368 32.084v30.747c0 13.368-4.010 24.063-13.368 32.084-8.021 9.358-18.715 13.368-30.747 13.368z" />
88
- <glyph unicode="&#xe94e;" glyph-name="multiple-choice" horiz-adv-x="1020" d="M969.191 587.030c0-13.368-4.010-25.399-13.368-33.42l-552.104-553.441c-9.358-9.358-20.052-14.705-33.42-14.705s-25.399 5.347-33.42 14.705l-310.141 312.815c-9.358 9.358-14.705 20.052-14.705 33.42s5.347 25.399 14.705 33.42l66.841 69.514c9.358 9.358 20.052 13.368 32.084 13.368s24.063-4.010 34.757-13.368l209.88-211.217 449.17 450.507c9.358 9.358 21.389 14.705 34.757 14.705s24.063-5.347 32.084-14.705l69.514-66.841c8.021-9.358 13.368-20.052 13.368-34.757zM93.577 645.85c-6.684 6.684-9.358 13.368-9.358 22.726s2.674 17.379 9.358 22.726l78.872 78.872c8.021 6.684 16.042 9.358 24.063 9.358 9.358 0 16.042-2.674 22.726-9.358l129.671-129.671 292.762 292.762c6.684 6.684 13.368 9.358 22.726 9.358s17.379-2.674 22.726-9.358l78.872-78.872c6.684-6.684 9.358-16.042 9.358-25.399s-2.674-17.379-9.358-22.726l-395.697-393.023c-8.021-6.684-16.042-9.358-24.063-9.358-9.358 0-16.042 2.674-22.726 9.358l-229.932 232.606z" />
89
- <glyph unicode="&#xe94f;" glyph-name="open-ended" horiz-adv-x="1020" d="M65.504 927.917h894.329c9.358 0 18.715-2.674 24.063-9.358 6.684-6.684 9.358-14.705 9.358-24.063v-205.869c0-10.695-2.674-18.715-9.358-24.063-6.684-6.684-14.705-9.358-24.063-9.358h-74.862c-10.695 0-18.715 2.674-24.063 9.358-6.684 6.684-9.358 14.705-9.358 24.063v102.935h-258.005v-275.384h73.525c9.358 0 18.715-2.674 24.063-9.358 6.684-6.684 9.358-14.705 9.358-24.063v-70.851c0-10.695-2.674-18.715-9.358-24.063-6.684-6.684-14.705-9.358-24.063-9.358h-310.141c-10.695 0-18.715 2.674-24.063 9.358-6.684 6.684-9.358 14.705-9.358 24.063v68.178c0 9.358 2.674 18.715 9.358 24.063 6.684 6.684 14.705 9.358 24.063 9.358h73.525v276.721h-255.332v-102.935c0-10.695-2.674-18.715-9.358-24.063-6.684-6.684-14.705-9.358-24.063-9.358h-76.198c-10.695 0-18.715 2.674-24.063 9.358-6.684 6.684-9.358 14.705-9.358 24.063v207.206c0 9.358 2.674 18.715 9.358 24.063s13.368 9.358 24.063 9.358zM982.559 195.343l-172.449 172.449c-10.695 12.031-22.726 14.705-36.094 8.021-14.705-5.347-21.389-16.042-21.389-32.084v-102.935h-481.253v102.935c0 16.042-6.684 26.736-21.389 32.084s-26.736 2.674-36.094-8.021l-172.449-172.449c-6.684-5.347-10.695-13.368-10.695-24.063s4.010-17.379 10.695-24.063l172.449-172.449c9.358-12.031 22.726-14.705 36.094-8.021 14.705 5.347 21.389 16.042 21.389 32.084v102.935h481.253v-102.935c0-16.042 6.684-26.736 21.389-32.084s26.736-2.674 36.094 8.021l172.449 172.449c6.684 5.347 10.695 13.368 10.695 24.063s-4.010 18.715-10.695 24.063z" />
90
- <glyph unicode="&#xe950;" glyph-name="ordering" horiz-adv-x="1020" d="M44.115 755.468l173.786 173.786c5.347 6.684 13.368 10.695 24.063 10.695s18.715-4.010 24.063-10.695l173.786-173.786c12.031-10.695 14.705-22.726 9.358-37.431s-16.042-21.389-32.084-21.389h-104.272v-695.144c0-10.695-2.674-18.715-9.358-25.399s-14.705-9.358-25.399-9.358h-69.514c-10.695 0-18.715 2.674-25.399 9.358s-9.358 14.705-9.358 25.399v695.144h-105.608c-16.042 0-26.736 6.684-32.084 21.389-6.684 14.705-4.010 26.736 8.021 37.431zM697.817 541.578c-1.337-5.347-4.010-10.695-9.358-14.705-4.010-4.010-9.358-5.347-14.705-5.347h-78.872c-9.358 0-16.042 4.010-20.052 10.695-5.347 6.684-6.684 14.705-2.674 24.063l124.324 364.95c4.010 12.031 12.031 17.379 24.063 17.379h86.893c12.031 0 20.052-5.347 24.063-17.379l124.324-364.95c2.674-9.358 1.337-16.042-2.674-24.063-5.347-6.684-12.031-10.695-20.052-10.695h-78.872c-13.368 0-21.389 6.684-24.063 20.052l-20.052 61.493h-93.577l-18.715-61.493zM776.689 88.398l145.713 208.543c2.674 4.010 4.010 9.358 4.010 14.705v45.452c0 6.684-2.674 13.368-8.021 18.715s-10.695 8.021-18.715 8.021h-268.7c-6.684 0-13.368-2.674-18.715-8.021s-8.021-10.695-8.021-18.715v-62.83c0-6.684 2.674-13.368 8.021-18.715s10.695-8.021 18.715-8.021h121.65l-149.723-212.554c-4.010-4.010-6.684-9.358-6.684-14.705v-48.125c0-6.684 2.674-13.368 8.021-18.715s10.695-8.021 18.715-8.021h282.068c6.684 0 13.368 2.674 18.715 8.021s8.021 10.695 8.021 18.715v62.83c0 6.684-2.674 13.368-8.021 18.715s-10.695 8.021-18.715 8.021h-132.345l4.010 6.684zM748.616 711.353h30.747l-14.705 49.462-16.042-49.462z" />
91
- <glyph unicode="&#xe951;" glyph-name="yes-no" horiz-adv-x="1020" d="M80.209 696.649c44.115 76.198 105.608 136.355 180.47 180.47 76.198 44.115 159.081 66.841 247.311 66.841 89.567 0 172.449-22.726 247.311-66.841 76.198-44.115 136.355-105.608 180.47-181.807s66.841-159.081 66.841-248.648c0-89.567-22.726-172.449-66.841-248.648s-104.272-136.355-180.47-181.807c-76.198-44.115-159.081-66.841-247.311-66.841-89.567 0-172.449 22.726-247.311 66.841-74.862 46.789-136.355 106.945-180.47 183.144s-66.841 159.081-66.841 248.648c0 89.567 22.726 172.449 66.841 248.648zM693.807 128.502c56.146 32.084 101.598 77.535 133.681 133.681s49.462 118.977 49.462 184.48c0 66.841-16.042 128.334-49.462 184.48-32.084 56.146-77.535 101.598-133.681 133.681s-117.64 49.462-184.48 49.462v-736.585c66.841 1.337 128.334 18.715 184.48 50.799z" />
92
- <glyph unicode="&#xe952;" glyph-name="line-cross" d="M463.030 447.844l-453.266-456.432c-12.593-12.68-12.593-33.224 0-45.904 6.288-6.348 14.545-9.506 22.785-9.506 8.256 0 16.497 3.158 22.785 9.506l456.674 459.864 456.674-459.864c6.304-6.348 14.545-9.506 22.785-9.506s16.497 3.158 22.785 9.506c12.592 12.68 12.592 33.224 0 45.904l-453.25 456.432 453.554 456.755c12.592 12.68 12.592 33.224 0 45.904-12.592 12.664-32.993 12.664-45.57 0l-456.962-460.187-457.010 460.17c-12.592 12.664-32.977 12.664-45.57 0-12.592-12.68-12.592-33.224 0-45.904l453.586-456.738z" />
93
- <glyph unicode="&#xe953;" glyph-name="filter-tool-black-shape" d="M1019.628 930.935c-8.244 18.876-22.511 28.315-42.87 28.326h-929.538c-20.331 0-34.619-9.45-42.85-28.326-8.226-19.843-4.84-36.798 10.172-50.834l358.031-358.021v-352.939c0-12.604 4.601-23.483 13.797-32.696l185.9-185.895c8.722-9.193 19.611-13.807 32.688-13.807 5.805 0 11.853 1.218 18.149 3.637 18.889 8.236 28.336 22.514 28.336 42.847v538.849l358.019 358.021c15.017 14.036 18.395 30.986 10.167 50.837z" />
94
- <glyph unicode="&#xe954;" glyph-name="plus-square-button" d="M963.394 960.001h-902.829c-33.392 0-60.565-27.093-60.565-60.565v-902.869c0-33.432 27.133-60.565 60.565-60.565h902.829c33.432 0 60.565 27.133 60.565 60.565v902.869c0 33.472-27.133 60.565-60.565 60.565zM779.518 387.375h-206.932v-206.932c0-33.513-27.133-60.565-60.565-60.565s-60.565 27.053-60.565 60.565v206.932h-206.932c-33.432 0-60.565 27.053-60.565 60.565 0 33.472 27.133 60.565 60.565 60.565h206.932v206.932c0 33.472 27.133 60.565 60.565 60.565 33.513 0 60.565-27.093 60.565-60.565v-206.932h206.932c33.432 0 60.565-27.093 60.565-60.565 0-33.513-27.133-60.565-60.565-60.565z" />
95
- <glyph unicode="&#xe955;" glyph-name="settings-1" d="M986.532 522.561l-101.436 16.922c-7.372 30.141-18.122 58.953-32.121 85.825l64.936 80.514c13.811 17.016 13.184 41.498-1.377 57.921l-40.343 45.403c-14.624 16.405-38.874 19.875-57.372 8.188l-86.747-54.531c-38.154 26.658-81.374 46.343-127.996 57.765l-16.971 101.98c-3.561 21.594-22.247 37.438-44.183 37.438h-60.796c-21.891 0-40.64-15.844-44.122-37.438l-17.064-102.012c-38.546-9.437-74.687-24.671-107.669-44.735l-82.498 58.876c-17.78 12.703-42.201 10.716-57.717-4.767l-42.951-42.982c-15.483-15.516-17.469-39.937-4.734-57.717l59.013-82.656c-19.875-32.733-34.952-68.668-44.388-106.871l-102.561-17.125c-21.561-3.561-37.436-22.249-37.436-44.185v-60.748c0-21.934 15.875-40.624 37.436-44.185l102.561-17.125c7.749-31.437 18.999-61.466 33.952-89.308l-64.64-80.059c-13.764-17-13.186-41.498 1.375-57.906l40.312-45.404c14.625-16.436 38.888-19.843 57.388-8.186l87.998 55.278c37.234-25.468 79.358-44.186 124.56-55.278l17.064-101.997c3.483-21.595 22.231-37.439 44.122-37.439h60.796c21.935 0 40.622 15.843 44.183 37.438l17 101.997c38.065 9.311 73.748 24.279 106.436 43.999l85.936-61.375c17.748-12.748 42.187-10.748 57.688 4.784l42.968 42.967c15.465 15.469 17.56 39.877 4.716 57.689l-61.182 85.779c19.932 32.843 35.089 68.842 44.466 107.215l101.435 16.937c21.623 3.561 37.434 22.25 37.434 44.185v60.748c-0.032 21.933-15.843 40.621-37.469 44.183zM513.609 256.006c-106.013 0-191.995 85.998-191.995 191.995 0 106.013 85.982 191.995 191.995 191.995 105.995 0 191.992-85.982 191.992-191.995 0-105.997-85.998-191.995-191.992-191.995z" />
96
- <glyph unicode="&#xe956;" glyph-name="image-matching" d="M838.921 175.598v-27.212c0-22.756-7.964-42.003-23.799-57.932-15.929-15.834-35.176-23.799-57.932-23.799h-653.843c-22.756 0-42.003 7.964-57.932 23.799-15.834 15.929-23.704 35.176-23.704 57.932v435.864c0 22.661 7.964 42.003 23.799 57.932 15.834 15.834 35.176 23.799 57.932 23.799h27.212v-81.73h-17.067c-2.276 0-4.551-1.138-6.827-3.413s-3.413-4.551-3.413-6.827v-415.384c0-2.276 1.138-4.551 3.413-6.827s4.551-3.413 6.827-3.413h633.363c2.276 0 4.551 1.138 6.827 3.413s3.413 4.551 3.413 6.827v17.067h81.73zM920.652 829.346c22.661 0 42.003-7.964 57.932-23.799 15.929-15.929 23.799-35.176 23.799-57.932v-435.864c0-22.756-7.964-42.003-23.799-57.932-15.929-15.929-35.176-23.799-57.932-23.799h-653.843c-22.756 0-42.003 7.964-57.932 23.799s-23.799 35.176-23.799 57.932v435.864c0 22.661 7.964 42.003 23.799 57.932 15.834 15.834 35.176 23.799 57.932 23.799h653.843zM910.412 747.616h-633.363c-2.276 0-4.551-1.138-6.827-3.413s-3.413-4.551-3.413-6.827v-415.384c0-2.276 1.138-4.551 3.413-6.827s4.551-3.413 6.827-3.413h633.363c2.276 0 4.551 1.138 6.827 3.413s3.413 4.551 3.413 6.827v415.479c0 2.276-1.138 4.551-3.413 6.827-2.37 2.181-4.551 3.319-6.827 3.319zM471.135 638.674c0-19.342-6.542-35.461-19.627-48.545s-29.203-19.627-48.545-19.627c-19.342 0-35.461 6.542-48.545 19.627-13.084 12.99-19.532 29.203-19.532 48.545 0 19.247 6.542 35.461 19.532 48.545 12.99 12.99 29.203 19.532 48.545 19.532 19.247 0 35.461-6.542 48.545-19.532 13.084-13.084 19.627-29.203 19.627-48.545zM348.539 475.213l68.077 68.077c3.413 3.413 7.964 5.12 13.653 5.12s10.24-1.707 13.653-5.12l68.077-68.077 177.019 177.019c3.413 3.413 7.964 5.12 13.653 5.12s10.24-1.707 13.653-5.12l122.596-122.596v-136.249h-490.382v81.825z" />
97
- <glyph unicode="&#xe957;" glyph-name="menu" horiz-adv-x="1099" d="M183.355 846.013h732.231c33.705 0 61.023-27.317 61.023-61.023v0c0-33.705-27.317-61.023-61.023-61.023h-732.231c-33.705 0-61.023 27.317-61.023 61.023v0c0 33.705 27.317 61.023 61.023 61.023zM183.355 515.956h732.231c33.705 0 61.023-27.317 61.023-61.023v0c0-33.705-27.317-61.023-61.023-61.023h-732.231c-33.705 0-61.023 27.317-61.023 61.023v0c0 33.705 27.317 61.023 61.023 61.023zM183.355 185.898h732.231c33.705 0 61.023-27.317 61.023-61.023v0c0-33.705-27.317-61.023-61.023-61.023h-732.231c-33.705 0-61.023 27.317-61.023 61.023v0c0 33.705 27.317 61.023 61.023 61.023z" />
98
- <glyph unicode="&#xe958;" glyph-name="image1" d="M632.483 739.069c-31.094 0-56.385-25.283-56.385-56.385 0.008-31.086 25.299-56.369 56.385-56.369s56.385 25.275 56.385 56.369c0 31.094-25.291 56.385-56.385 56.385zM512.333 378.718c-101.571 0-183.889-82.326-183.889-183.873 0-101.555 82.318-183.889 183.889-183.889s183.897 82.334 183.897 183.889c0 101.547-82.326 183.873-183.897 183.873zM615.92 173.049h-79.921v-81.969c0-13.158-10.841-23.861-23.999-23.861s-23.999 10.695-23.999 23.861v81.969h-79.588c-13.158 0-23.869 10.841-23.869 23.999s10.703 23.999 23.869 23.999h79.588v77.548c0 13.149 10.841 23.861 23.999 23.861s23.999-10.703 23.999-23.861v-77.548h79.921c13.158 0 23.869-10.841 23.869-23.999s-10.711-23.999-23.869-23.999zM984.088 885.046h-943.502c-22.057 0-40.586-19.643-40.586-41.7v-608.5c0-22.065 18.53-37.79 40.586-37.79h239.86c0 128 104.025 231.871 231.887 231.871 127.87 0 231.895-103.871 231.895-231.871h239.86c22.057 0 39.912 15.734 39.912 37.79v608.5c0 22.057-17.855 41.7-39.912 41.7zM795.429 609.419l-151.276-151.308-230.262 230.229c-3.129 3.129-8.176 3.129-11.305 0l-146.050-146.042-66.674 66.666c-3.121 3.129-8.476 3.129-11.597 0l-106.268-105.976v310.061h879.998v-348.948l-145.27 145.319c-3.129 3.129-8.168 3.129-11.297 0z" />
99
- <glyph unicode="&#xe959;" glyph-name="image-ans" d="M1011.917 666.727v-562.381c0-26.010-9.216-48.128-27.238-66.355-18.227-18.227-40.346-27.238-66.355-27.238h-812.442c-26.010 0-48.128 9.216-66.355 27.238-18.227 18.227-27.238 40.346-27.238 66.355v562.381c0 26.010 9.011 48.128 27.238 66.355s40.346 27.238 66.355 27.238h171.827l23.347 64.512c7.782 18.227 19.456 32.768 35.226 44.032 15.565 11.059 33.178 16.589 52.634 16.589h245.965c19.456 0 37.069-5.53 52.634-16.589s27.238-25.805 35.226-44.032l23.347-64.512h171.827c26.010 0 48.128-9.216 66.355-27.238 18.432-18.227 27.648-40.346 27.648-66.355zM746.291 385.537c0 43.008-10.445 82.33-31.334 118.17s-49.152 64.102-84.992 84.992c-35.84 20.89-75.162 31.334-118.17 31.334s-82.33-10.445-118.17-31.334c-35.84-20.89-64.102-49.152-84.992-84.992s-31.334-75.162-31.334-118.17c0-43.008 10.445-82.33 31.334-118.17s49.152-64.102 84.992-84.992c35.84-20.89 75.162-31.334 118.17-31.334s82.33 10.445 118.17 31.334c35.84 20.89 64.102 49.152 84.992 84.992s31.334 75.162 31.334 118.17zM683.827 385.537c0-46.899-16.998-87.245-50.79-121.037s-74.138-50.79-121.037-50.79-87.245 16.998-121.037 50.79c-33.792 33.792-50.79 74.138-50.79 121.037s16.998 87.245 50.79 121.037c33.792 33.792 74.138 50.79 121.037 50.79s87.245-16.998 121.037-50.79c33.792-33.792 50.79-74.138 50.79-121.037z" />
100
- <glyph unicode="&#xe95a;" glyph-name="short-ans" d="M355.123 604.878c-10.24-10.24-22.938-15.565-37.478-15.565h-274.022c-7.373 0-13.722 2.458-18.842 7.782-5.12 5.12-7.782 11.469-7.782 18.842v88.269c0 7.373 2.458 13.517 7.782 18.842 5.12 5.12 11.469 7.782 18.842 7.782h185.549v185.549c0 7.373 2.458 13.517 7.782 18.842 5.12 5.12 11.469 7.782 18.842 7.782h88.269c7.373 0 13.517-2.662 18.842-7.782 5.12-5.12 7.782-11.469 7.782-18.842v-273.818c0-14.95-5.325-27.443-15.565-37.683zM362.906-39.013c-5.12-5.12-11.469-7.782-18.842-7.782h-88.269c-7.373 0-13.722 2.662-18.842 7.782s-7.782 11.469-7.782 18.842v185.549h-185.549c-7.373 0-13.722 2.458-18.842 7.782-5.12 5.12-7.782 11.469-7.782 18.842v88.064c0 7.373 2.458 13.517 7.782 18.842 5.12 5.12 11.469 7.782 18.842 7.782h273.818c14.746 0 27.238-5.12 37.478-15.565 10.24-10.24 15.36-22.938 15.36-37.478v-273.818c0.41-7.578-2.253-13.722-7.373-18.842zM999.014 597.095c5.12 5.12 7.782 11.469 7.782 18.842v88.269c0 7.373-2.662 13.517-7.782 18.842-5.12 5.12-11.469 7.782-18.842 7.782h-185.549v185.549c0 7.373-2.662 13.517-7.782 18.842-5.12 5.12-11.469 7.782-18.842 7.782h-88.064c-7.373 0-13.722-2.662-18.842-7.782s-7.782-11.469-7.782-18.842v-273.818c0-14.746 5.12-27.238 15.36-37.478s22.733-15.565 37.478-15.565h273.818c7.782-0.205 13.926 2.458 19.046 7.578zM787.046-39.013c-5.12-5.12-11.469-7.782-18.842-7.782h-88.269c-7.373 0-13.722 2.662-18.842 7.782s-7.782 11.469-7.782 18.842v273.818c0 14.746 5.12 27.238 15.36 37.478s22.733 15.565 37.478 15.565h273.818c7.373 0 13.517-2.662 18.842-7.782 5.12-5.12 7.782-11.469 7.782-18.842v-88.269c0-7.373-2.662-13.722-7.782-18.842s-11.469-7.782-18.842-7.782h-185.549v-185.549c0.41-7.373-2.253-13.517-7.373-18.637z" />
101
- <glyph unicode="&#xe95b;" glyph-name="gallery" d="M518.569 579.972c-57.687 0-104.454-46.765-104.454-104.454 0-57.687 46.765-104.454 104.454-104.454 57.687 0 104.454 46.765 104.454 104.454s-46.765 104.454-104.454 104.454zM518.569 420.806c-30.218 0-54.714 24.496-54.714 54.714s24.496 54.714 54.714 54.714v0c30.218 0 54.714-24.496 54.714-54.714s-24.496-54.714-54.714-54.714zM935.141 818.724l-678.947 77.095c-26.35 3.746-53.048-3.946-73.365-21.14-20.314-15.752-33.336-39.101-36.061-64.661l-12.434-101.967h-38.551c-54.714 0-95.75-48.495-95.75-103.209v-508.587c-1.378-52.175 39.8-95.59 91.977-96.969 1.257-0.033 2.516-0.040 3.772-0.024h682.676c54.714 0 104.454 42.278 104.454 96.992v19.895c16.963 3.277 33.055 10.054 47.253 19.895 20.148 16.963 33.048 40.986 36.061 67.148l57.201 504.857c5.831 54.84-33.524 104.173-88.288 110.673zM833.174 96.255c0-27.357-27.357-47.253-54.714-47.253h-682.676c-24.713-0.726-45.334 18.72-46.060 43.432-0.038 1.273-0.021 2.547 0.050 3.82v92.018l192.742 141.758c23.154 17.777 55.766 16.197 77.097-3.73l135.541-119.375c20.583-17.282 46.493-26.943 73.367-27.357 21.012-0.257 41.678 5.339 59.689 16.166l244.967 141.758v-241.237zM833.174 395.936l-271.082-157.923c-23.278-13.79-52.741-11.294-73.367 6.217l-136.783 120.62c-39.203 33.686-96.502 35.752-138.028 4.974l-164.14-119.375v354.393c0 27.357 18.653 53.469 46.010 53.469h682.676c29.228-1.211 52.832-24.28 54.714-53.469v-208.906zM973.737 714.765c-0.017-0.164-0.031-0.331-0.050-0.495l-58.444-504.857c0.1-13.091-5.869-25.489-16.166-33.574-4.974-4.974-16.166-7.462-16.166-9.949v438.952c-1.964 56.649-47.786 101.926-104.454 103.209h-594.386l11.191 96.992c2.428 12.56 8.994 23.942 18.653 32.332 10.906 7.54 24.092 11.056 37.306 9.949l677.704-78.339c27.343-2.597 47.407-26.872 44.811-54.219z" />
102
- <glyph unicode="&#xe95c;" glyph-name="emoji" d="M874.038 810.039c-96.702 96.704-225.278 149.962-362.038 149.962s-265.336-53.258-362.038-149.962c-96.706-96.702-149.962-225.278-149.962-362.038s53.256-265.336 149.962-362.038c96.702-96.704 225.278-149.962 362.038-149.962s265.336 53.258 362.038 149.962c96.706 96.702 149.962 225.278 149.962 362.038s-53.256 265.336-149.962 362.038zM512-3.047c-248.708 0-451.048 202.34-451.048 451.048s202.34 451.048 451.048 451.048 451.048-202.34 451.048-451.048-202.34-451.048-451.048-451.048zM401.244 583.209c-49.906 49.91-131.112 49.906-181.018 0-11.902-11.9-11.902-31.198 0-43.1 11.904-11.9 31.202-11.9 43.102 0 26.144 26.142 68.68 26.14 94.82 0 5.952-5.952 13.75-8.928 21.548-8.928s15.6 2.976 21.548 8.928c11.902 11.902 11.902 31.198 0 43.1zM803.768 583.209c-49.906 49.906-131.112 49.91-181.018 0-11.902-11.9-11.902-31.198 0-43.1 11.904-11.9 31.202-11.9 43.102 0 26.14 26.142 68.676 26.144 94.82 0 5.952-5.952 13.75-8.928 21.548-8.928s15.6 2.976 21.548 8.928c11.902 11.902 11.902 31.198 0 43.1zM782.222 425.651h-540.444c-16.832 0-30.476-13.646-30.476-30.476 0-165.804 134.894-300.698 300.698-300.698s300.698 134.894 300.698 300.698c0 16.832-13.644 30.476-30.476 30.476zM512 155.429c-121.876 0-222.804 91.406-237.818 209.27h475.638c-15.016-117.864-115.944-209.27-237.82-209.27z" />
103
- <glyph unicode="&#xe95d;" glyph-name="text-document-add-button-with-plus-sign" d="M916.945 595.703h-99.381v-99.381c0-39.932-32.369-72.354-72.301-72.354-39.985 0-72.301 32.369-72.301 72.354v99.381h-99.434c-39.932 0-72.354 32.369-72.354 72.354s32.316 72.354 72.354 72.354h99.434v99.434c0 39.932 32.316 72.301 72.301 72.301 39.932 0 72.301-32.316 72.301-72.301v-99.434h99.381c40.038 0 72.407-32.369 72.407-72.354s-32.369-72.354-72.407-72.354zM56.889 857.601h295.822c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-295.822c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM56.889 601.601h295.822c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-295.822c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM56.889 345.601h910.222c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-910.222c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM56.889 89.601h910.222c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-910.222c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889z" />
104
- <glyph unicode="&#xe95e;" glyph-name="checkbox-pen-outline" d="M1009.802 833.12l-91.606 91.48c-9.458 9.458-21.895 14.198-34.31 14.198-12.436 0-24.873-4.719-34.31-14.177l-73.276-73.066 160.226-159.932 73.276 73.045c18.938 18.917 18.938 49.599 0 68.453zM300.655 376.77l160.226-159.953 441.356 440.538-160.226 159.953zM266.072 342.564l-34.205-194.054 194.431 34.121zM709.001 62.064h-604.12v604.099h426.34l105.070 104.86h-568.467c-37.309 0-67.823-30.514-67.823-67.823v-678.193c0-37.288 30.514-67.802 67.823-67.802h678.214c37.267 0 67.782 30.514 67.782 67.802v484.894l-104.86-104.692 0.042-343.144z" />
105
- <glyph unicode="&#xe95f;" glyph-name="warning-2" d="M1003.529 213.902l-358.75 621.384c-58.597 102.651-206.777 102.651-265.163 0l-358.961-621.384c-58.597-102.651 14.333-230.173 132.582-230.173h716.447c118.248 0 192.444 128.788 133.846 230.173zM511.986 121.579c-31.196 0-57.122 25.926-57.122 57.122s25.926 57.122 57.122 57.122c31.196 0 57.122-25.926 55.857-58.597 1.475-29.72-25.926-55.646-55.857-55.646zM564.049 490.869c-2.529-44.264-5.27-88.317-7.799-132.582-1.265-14.333-1.265-27.402-1.265-41.524-1.265-23.397-19.603-41.524-42.999-41.524s-41.524 16.863-42.999 40.259c-3.794 68.926-7.799 136.586-11.593 205.512-1.265 18.127-2.529 36.465-4.005 54.592 0 29.931 16.863 54.592 44.264 62.391 27.402 6.534 54.592-6.534 66.396-32.46 4.005-9.064 5.27-18.127 5.27-28.666-1.265-28.877-4.005-57.543-5.27-85.999z" />
106
- <glyph unicode="&#xe960;" glyph-name="wallet-filled-money-tool" d="M239.297 752.372l408.22 111.427-21.618 43.697c-14.144 28.403-48.641 40.132-77.044 25.988l-365.443-181.112h55.886zM774.238 860.579c-5.058 0-10.119-0.69-15.179-2.070l-388.787-106.137h477.33l-17.939 65.775c-6.899 25.643-30.128 42.432-55.426 42.432zM907.514 712.125h-849.903c-18.169 0-34.382-8.394-44.962-21.618-4.83-6.095-8.509-13.109-10.579-20.813-1.265-4.83-2.070-9.889-2.070-15.064v-640.618c0-31.739 25.758-57.496 57.496-57.496h849.903c31.739 0 57.496 25.757 57.496 57.496v160.413h-341.18c-53.931 0-97.743 43.812-97.743 97.743v127.871c0 26.448 10.578 50.48 27.713 68.074 15.179 15.64 35.532 26.219 58.301 28.864 3.795 0.459 7.704 0.69 11.614 0.69h341.295v156.964c0.115 31.738-25.643 57.496-57.381 57.496zM1005.256 442.7c-5.75 5.29-12.534 9.314-20.124 11.959-5.866 1.954-12.074 3.104-18.629 3.104h-342.79c-31.739 0-57.496-25.757-57.496-57.496v-127.984c0-31.738 25.757-57.496 57.496-57.496h342.79c6.555 0 12.764 1.15 18.629 3.105 7.589 2.53 14.374 6.67 20.124 11.959 11.499 10.464 18.744 25.643 18.744 42.431v127.986c0 16.79-7.244 31.97-18.744 42.433zM743.766 324.834c0-15.869-12.879-28.748-28.748-28.748h-19.089c-15.869 0-28.748 12.879-28.748 28.748v19.089c0 9.199 4.255 17.365 11.039 22.539 4.945 3.795 11.040 6.208 17.709 6.208h19.089c15.869 0 28.748-12.878 28.748-28.748v-19.089z" />
107
- <glyph unicode="&#xe961;" glyph-name="settings-11" d="M986.532 522.561l-101.436 16.922c-7.372 30.141-18.122 58.953-32.121 85.825l64.936 80.514c13.811 17.016 13.184 41.498-1.377 57.921l-40.343 45.403c-14.624 16.405-38.874 19.875-57.372 8.188l-86.747-54.531c-38.154 26.658-81.374 46.343-127.996 57.765l-16.971 101.98c-3.561 21.594-22.247 37.438-44.183 37.438h-60.796c-21.891 0-40.64-15.844-44.122-37.438l-17.064-102.012c-38.546-9.437-74.687-24.671-107.669-44.735l-82.498 58.876c-17.78 12.703-42.201 10.716-57.717-4.767l-42.951-42.982c-15.483-15.516-17.469-39.937-4.734-57.717l59.013-82.656c-19.875-32.733-34.952-68.668-44.388-106.871l-102.561-17.125c-21.561-3.561-37.436-22.249-37.436-44.185v-60.748c0-21.934 15.875-40.624 37.436-44.185l102.561-17.125c7.749-31.437 18.999-61.466 33.952-89.308l-64.64-80.059c-13.764-17-13.186-41.498 1.375-57.906l40.312-45.404c14.625-16.436 38.888-19.843 57.388-8.186l87.998 55.278c37.234-25.468 79.358-44.186 124.56-55.278l17.064-101.997c3.483-21.595 22.231-37.439 44.122-37.439h60.796c21.935 0 40.622 15.843 44.183 37.438l17 101.997c38.065 9.311 73.748 24.279 106.436 43.999l85.936-61.375c17.748-12.748 42.187-10.748 57.688 4.784l42.968 42.967c15.465 15.469 17.56 39.877 4.716 57.689l-61.182 85.779c19.932 32.843 35.089 68.842 44.466 107.215l101.435 16.937c21.623 3.561 37.434 22.25 37.434 44.185v60.748c-0.032 21.933-15.843 40.621-37.469 44.183zM513.609 256.006c-106.013 0-191.995 85.998-191.995 191.995 0 106.013 85.982 191.995 191.995 191.995 105.995 0 191.992-85.982 191.992-191.995 0-105.997-85.998-191.995-191.992-191.995z" />
108
- <glyph unicode="&#xe962;" glyph-name="sign-out-option" d="M417.961 92.739c-1.308 3.481-1.759 6.441-1.315 8.836 0.441 2.379-1.080 4.351-4.568 5.869s-5.229 2.724-5.229 3.584c0 0.869-2.5 1.526-7.512 1.956-5.009 0.437-7.509 0.659-7.509 0.659h-203.751c-28.734 0-53.335 10.222-73.8 30.699-20.461 20.463-30.69 45.057-30.69 73.786v459.759c0 28.734 10.227 53.326 30.69 73.789 20.465 20.465 45.066 30.701 73.8 30.701h208.977c5.661 0 10.113 1.404 13.386 4.241 3.26 2.829 5.433 7.077 6.526 12.736 1.089 5.659 1.745 10.769 1.965 15.341 0.215 4.568 0.11 10.341-0.329 17.306-0.432 6.963-0.65 11.316-0.65 13.066 0 5.659-2.070 10.547-6.203 14.692-4.138 4.126-9.033 6.197-14.692 6.197h-208.979c-51.805 0-96.107-18.395-132.899-55.183-36.783-36.788-55.178-81.083-55.178-132.892v-459.749c0-51.805 18.395-96.111 55.178-132.885 36.792-36.806 81.094-55.201 132.899-55.201h208.986c5.661 0 10.115 1.423 13.386 4.241 3.26 2.834 5.433 7.077 6.526 12.743 1.089 5.652 1.745 10.787 1.965 15.341 0.215 4.572 0.11 10.334-0.329 17.299-0.437 6.972-0.65 11.323-0.65 13.070zM1011.591 477.389l-355.262 355.273c-8.267 8.262-18.066 12.407-29.386 12.407s-21.119-4.145-29.395-12.407c-8.273-8.273-12.407-18.079-12.407-29.393v-188.082h-292.569c-11.327 0-21.119-4.145-29.393-12.407-8.273-8.273-12.407-18.073-12.407-29.393v-250.779c0-11.318 4.133-21.117 12.407-29.386 8.283-8.257 18.073-12.414 29.393-12.414h292.572v-188.080c0-11.311 4.133-21.119 12.407-29.386 8.273-8.273 18.073-12.416 29.395-12.416 11.318 0 21.117 4.142 29.386 12.416l355.26 355.257c8.273 8.28 12.409 18.066 12.409 29.388 0 11.318-4.136 21.126-12.409 29.4z" />
109
- <glyph unicode="&#xe963;" glyph-name="man-user-1" d="M512 459.198c113.851 0 206.155 112.108 206.155 250.4 0 138.296-30.305 250.403-206.155 250.403s-206.16-112.108-206.16-250.403c0-138.293 92.303-250.4 206.16-250.4zM122.614 76.865c-0.035 8.432-0.070 2.376 0 0v0zM901.369 70.28c0.111 2.308 0.038 16.015 0 0v0zM900.93 86.977c-3.818 240.909-35.281 309.555-276.047 353.008 0 0-33.891-43.186-112.886-43.186s-112.892 43.186-112.892 43.186c-238.139-42.979-271.515-110.607-275.904-345.182-0.36-19.155-0.527-20.161-0.591-17.938 0.015-4.166 0.032-11.873 0.032-25.31 0 0 57.321-115.554 389.354-115.554 332.028 0 389.354 115.554 389.354 115.554 0 8.634 0.006 14.637 0.015 18.722-0.064-1.375-0.193 1.29-0.436 16.7z" />
110
- <glyph unicode="&#xe964;" glyph-name="shopping-cart-2" d="M119.405 258.161c0-78.658 63.757-142.688 142.302-143.139-31.248-15.391-52.8-47.559-52.8-84.682 0-52.021 42.315-94.339 94.329-94.339s94.336 42.318 94.336 94.339c0 37.105-21.542 69.263-52.762 84.661h364.23c-31.22-15.398-52.755-47.556-52.755-84.661 0-52.021 42.318-94.339 94.329-94.339 52.014 0 94.329 42.318 94.329 94.339 0 37.105-21.535 69.263-52.755 84.661h77.731c19.153 0 34.675 15.525 34.675 34.678 0 19.149-15.522 34.675-34.675 34.675h-607.384c-40.681 0-73.783 33.113-73.783 73.807v56.368c21.563-13.022 46.814-20.532 73.783-20.532h488.083c75.49 0 150.862 56.865 171.591 129.455l89.522 313.354c2.989 10.461 0.896 21.718-5.658 30.406-6.551 8.688-16.808 13.791-27.682 13.791h-789.638v35.833c0 78.941-64.209 143.163-143.139 143.163-19.149 0-34.671-15.529-34.671-34.678s15.522-34.675 34.675-34.675c40.688 0 73.79-33.113 73.79-73.814v-558.673z" />
111
- <glyph unicode="&#xe965;" glyph-name="space" d="M99.633 387.159c78.489 112.982 124.659 185.771 158.32 239.563-129.363-11.441-253.359-172.408-253.359-172.408l85.386-85.383c2.478 6.314 5.641 12.445 9.653 18.229zM433.019 25.889l85.33-85.326c0 0 160.961 123.987 172.405 253.346-53.775-33.648-126.54-79.801-239.559-158.311-5.717-3.968-11.812-7.208-18.176-9.709zM303.255 70.008c-14.648-5.919-29.044-12.21-44.053-17.225-40.088-13.399-81.375-22.452-123.235-28.229-17.546-2.421-35.255-4.475-52.993-5.82 0.169 2.19 0.331 4.382 0.517 6.569 3.66 42.652 10.149 85.081 20.634 126.613 5.052 20.044 11.498 39.528 18.417 58.986 4.303 12.097 9.672 23.674 15.088 35.252l-9.388 9.381c-20.879-14.025-39.038-31.747-54.447-51.797-22.813-29.69-39.912-63.325-51.867-98.769-12.843-38.057-20.501-78.364-21.693-118.544-0.169-5.644-0.556-11.412 0.318-17.013 1.126-7.234 4.303-14.081 9.076-19.63 4.724-5.489 10.941-9.633 17.831-11.855 5.784-1.865 11.6-1.898 17.599-1.852 36.477 0.305 73.521 6.642 108.438 17.016 63.861 18.974 128.332 54.669 166.121 111.074l-9.136 9.129c-2.395-1.126-4.796-2.229-7.228-3.286zM1013.635 949.57c0 0-0.007 0.003-0.013 0.010-6.645 6.642-15.652 10.361-25.026 10.361-0.232 0-0.467-0.003-0.699-0.007-113.983-2.236-395.203-23.555-544.55-172.909-67.797-67.797-89.831-103.088-138.128-180.428-34.781-55.683-82.398-131.953-169.424-257.212-9.775-14.078-8.076-33.135 4.045-45.249l228.323-228.327c6.85-6.854 15.923-10.378 25.056-10.378 7.019 0 14.071 2.080 20.193 6.33 125.305 87.046 201.545 134.653 257.208 169.421 77.333 48.293 112.631 70.334 180.441 138.137 149.612 149.619 170.782 430.654 172.929 544.54 0.189 9.616-3.554 18.898-10.355 25.708zM749.242 518.757c-45.967-45.964-120.485-45.964-166.453 0-45.974 45.967-45.967 120.482 0.007 166.446 45.961 45.967 120.479 45.974 166.446 0.010 45.954-45.964 45.961-120.495 0-166.456z" />
112
- <glyph unicode="&#xe966;" glyph-name="refresh-button-1" d="M116.271 532.013c32.921 0 62.657 19.766 75.391 50.133 52.578 125.268 176.209 213.551 320.338 213.551 79.437 0 152.264-27.227 210.651-72.386l-45.764-7.085c-15.632-2.423-27.793-14.825-29.911-30.5-2.123-15.666 6.322-30.865 20.737-37.343l251.667-113.222c11.032-4.954 23.812-4.002 33.98 2.533 10.151 6.545 16.317 17.776 16.385 29.861l1.305 277.302c0.088 15.775-10.195 29.726-25.271 34.325-15.101 4.598-31.414-1.238-40.15-14.369l-34.688-52.132c-92.484 91.040-219.211 147.319-358.941 147.319-211.868 0-394.027-129.383-471.717-313.276-10.79-25.489-8.070-54.675 7.207-77.735 15.277-23.068 41.1-36.977 68.782-36.977zM976.513 327.010c-15.279 23.070-41.105 36.977-68.784 36.977-32.921 0-62.657-19.766-75.391-50.133-52.58-125.268-176.211-213.551-320.338-213.551-79.439 0-152.266 27.227-210.655 72.386l45.766 7.081c15.63 2.423 27.79 14.827 29.913 30.504 2.121 15.664-6.322 30.865-20.737 37.343l-251.667 113.222c-11.034 4.952-23.812 4.004-33.982-2.533-10.149-6.545-16.317-17.776-16.383-29.859l-1.307-277.302c-0.088-15.775 10.193-29.726 25.271-34.325 15.101-4.598 31.416 1.24 40.15 14.373l34.688 52.132c92.482-91.045 219.211-147.323 358.941-147.323 211.872 0 394.024 129.381 471.713 313.274 10.796 25.489 8.077 54.673-7.198 77.735z" />
113
- <glyph unicode="&#xe967;" glyph-name="notifications-button" d="M512-63.999c56.32 0 102.4 46.080 102.4 102.4h-204.8c0-56.32 46.080-102.4 102.4-102.4zM844.8 243.201v281.6c0 158.72-107.52 286.72-256 322.56v35.84c0 40.96-35.84 76.8-76.8 76.8s-76.8-35.84-76.8-76.8v-35.84c-148.48-35.84-256-163.84-256-322.56v-281.6l-102.4-102.4v-51.2h870.4v51.2l-102.4 102.4z" />
114
- <glyph unicode="&#xe968;" glyph-name="dashboard" d="M983.438 537.145c-27.042 63.244-63.424 117.712-109.138 163.435-45.711 45.715-100.191 82.094-163.437 109.14-63.248 27.046-129.52 40.572-198.863 40.572-69.339 0-135.623-13.528-198.859-40.572-63.236-27.056-117.712-63.424-163.425-109.14-45.723-45.723-82.096-100.191-109.148-163.435-27.046-63.244-40.57-129.522-40.57-198.859 0-99.803 26.856-191.816 80.571-276.007 7.233-11.048 17.521-16.568 30.856-16.568h801.146c13.33 0 23.617 5.522 30.85 16.568 53.719 84.57 80.575 176.577 80.575 276.007 0 69.337-13.518 135.615-40.56 198.859zM460.281 755.714c14.294 14.288 31.527 21.434 51.718 21.434 20.193 0 37.425-7.147 51.714-21.434 14.288-14.28 21.438-31.521 21.438-51.712s-7.149-37.425-21.438-51.712-31.521-21.434-51.714-21.434c-20.191 0-37.431 7.147-51.718 21.434-14.28 14.288-21.43 31.521-21.43 51.712s7.141 37.429 21.43 51.712zM198.002 286.572c-14.286-14.28-31.527-21.446-51.718-21.446-20.185 0-37.425 7.165-51.712 21.446-14.288 14.274-21.426 31.521-21.426 51.714 0 20.191 7.137 37.423 21.426 51.712s31.527 21.432 51.712 21.432c20.191 0 37.439-7.143 51.718-21.432s21.43-31.521 21.43-51.712c0-20.193-7.149-37.425-21.43-51.714zM307.72 542.573c-14.294-14.284-31.527-21.434-51.72-21.434s-37.431 7.157-51.72 21.434c-14.28 14.28-21.428 31.521-21.428 51.712s7.139 37.425 21.428 51.712c14.294 14.288 31.527 21.434 51.72 21.434 20.191 0 37.431-7.147 51.72-21.434 14.28-14.288 21.428-31.521 21.428-51.712 0-20.185-7.149-37.423-21.428-51.712zM631.424 537.713l-57.72-218.283c19.062-12.945 32.776-30.274 41.158-51.998 8.37-21.714 9.521-44 3.424-66.857-7.618-29.335-24.574-51.624-50.863-66.855-26.289-15.239-54.091-19.056-83.433-11.432-29.327 7.618-51.62 24.568-66.853 50.857-15.233 26.295-19.042 54.093-11.424 83.437 6.092 22.849 18.093 41.61 36 56.267 17.901 14.677 38.28 22.953 61.137 24.862l57.716 218.287c2.664 9.903 8.378 17.435 17.136 22.578 8.768 5.134 17.903 6.373 27.432 3.709 9.535-2.67 16.862-8.284 21.998-16.852 5.156-8.58 6.579-17.817 4.291-27.72zM716.286 542.573c-14.288 14.28-21.438 31.521-21.438 51.712s7.149 37.425 21.438 51.712 31.521 21.434 51.714 21.434c20.191 0 37.423-7.147 51.712-21.434s21.44-31.521 21.44-51.712c0-20.185-7.151-37.425-21.44-51.712-14.288-14.284-31.521-21.434-51.712-21.434-20.193 0-37.425 7.149-51.714 21.434zM929.425 286.572c-14.288-14.28-31.521-21.446-51.712-21.446-20.193 0-37.425 7.165-51.714 21.446-14.288 14.274-21.432 31.521-21.432 51.714 0 20.191 7.143 37.423 21.432 51.712s31.521 21.432 51.714 21.432c20.191 0 37.423-7.143 51.712-21.432s21.424-31.521 21.424-51.712c0-20.193-7.137-37.425-21.424-51.714z" />
115
- <glyph unicode="&#xe969;" glyph-name="college-graduation" d="M577.723 250.113c-18.225-11.178-41.566-17.335-65.723-17.335s-47.498 6.155-65.723 17.335l-297.552 182.491c0 0-26.857 16.462-26.857-20.831 0-42.349 0-169.396 0-169.396 0-1.694 0-10.197 0-12.833 0-95.996 174.665-199.485 390.125-199.485s390.125 103.486 390.125 199.485c0 2.636 0 11.139 0 12.833 0 0 0 134.752 0 179.67 0 29.934-19.093 15.307-19.093 15.307l-305.301-187.242zM1006.852 577.764c22.863 14.021 22.863 36.967 0 50.991l-453.284 226.67c-22.863 14.021-60.277 14.021-83.14 0l-453.281-226.67c-22.863-14.021-22.863-36.967 0-50.991l453.281-278.002c22.863-14.021 60.277-14.021 83.14 0zM988.106 165.7c0 76.757 0 307.031 0 307.031s0.213 14.542-8.416 9.74c-6.922-3.852-23.89-13.31-29.868-18.51-6.902-5.998-5.346-19.463-5.346-19.463s0-209.099 0-278.798c0-3.958-3.401-5.847-5.023-6.802-15.669-9.212-26.205-26.215-26.205-45.709 0-29.295 23.746-53.044 53.044-53.044 29.295 0 53.042 23.749 53.042 53.044 0 19.568-10.613 36.626-26.382 45.814-1.568 0.914-4.846 2.741-4.846 6.696z" />
116
- <glyph unicode="&#xe96a;" glyph-name="black-back-closed-envelope-shape" d="M932.564 45.714c23.018 0 42.963 7.6 59.918 22.607l-290.116 290.127c-6.961-4.984-13.707-9.831-20.080-14.44-21.711-15.996-39.332-28.478-52.863-37.422-13.529-8.965-31.529-18.102-53.998-27.431-22.484-9.34-43.431-13.996-62.863-13.996h-1.138c-19.433 0-40.38 4.653-62.863 13.996-22.482 9.329-40.483 18.467-53.998 27.431-13.529 8.944-31.14 21.425-52.863 37.422-6.053 4.438-12.767 9.307-20.025 14.518l-290.171-290.205c16.953-15.007 36.911-22.607 59.927-22.607h841.132zM57.72 541.141c-21.709 14.473-40.96 31.049-57.72 49.721v-441.404l255.707 255.707c-51.156 35.714-117.068 80.987-197.986 135.977zM966.858 541.141c-77.833-52.68-143.984-98.032-198.462-136.079l255.604-255.616v441.415c-16.388-18.296-35.433-34.861-57.142-49.721zM932.564 850.288h-841.13c-29.345 0-51.905-9.909-67.71-29.707-15.817-19.807-23.713-44.578-23.713-74.285 0-23.996 10.478-49.996 31.425-78.007 20.947-28 43.236-49.994 66.856-65.992 12.949-9.149 51.998-36.296 117.148-81.432 35.169-24.371 65.754-45.614 92.036-63.945 22.403-15.609 41.723-29.127 57.674-40.345 1.831-1.285 4.711-3.345 8.533-6.077 4.118-2.958 9.329-6.711 15.758-11.354 12.38-8.954 22.665-16.191 30.856-21.72 8.18-5.531 18.091-11.709 29.718-18.569 11.618-6.851 22.575-12.003 32.86-15.429 10.287-3.425 19.809-5.142 28.569-5.142h1.138c8.758 0 18.283 1.718 28.571 5.142 10.283 3.426 21.231 8.567 32.858 15.429 11.616 6.86 21.514 13.051 29.72 18.569 8.191 5.529 18.476 12.765 30.858 21.72 6.416 4.642 11.627 8.398 15.745 11.344 3.824 2.744 6.702 4.791 8.545 6.087 12.426 8.647 31.791 22.109 57.826 40.187 47.374 32.916 117.144 81.363 209.602 145.535 27.807 19.422 51.039 42.86 69.71 70.281 18.638 27.42 27.982 56.183 27.982 86.279 0 25.145-9.060 46.66-27.14 64.581-18.1 17.898-39.534 26.851-64.296 26.851z" />
117
- <glyph unicode="&#xe96b;" glyph-name="badge" d="M1001.050 391.097l-15.552 21.15c-16.796 23.224-17.21 54.534-0.622 77.758l15.137 21.358c23.224 32.762 12.441 78.38-23.016 97.249l-23.224 12.441c-25.297 13.478-38.983 41.678-34.214 69.879l4.354 25.919c6.635 39.605-22.809 76.099-63.036 77.758l-26.127 1.037c-28.615 1.244-53.29 20.528-61.17 48.106l-7.257 25.297c-11.197 38.568-53.497 58.474-90.407 42.715l-24.053-10.368c-26.334-11.405-56.815-4.562-76.099 16.796l-17.418 19.491c-26.956 30.066-73.818 29.652-100.152-0.622l-17.21-19.699c-18.869-21.565-49.35-28.822-75.684-17.832l-24.26 9.953c-37.116 15.344-79.209-5.391-89.785-44.167l-6.843-25.297c-7.465-27.578-31.933-47.277-60.548-48.936l-26.127-1.451c-40.019-2.281-69.049-39.19-61.792-78.587l4.769-25.712c5.184-28.2-8.294-56.4-33.177-70.293l-23.016-12.649c-35.043-19.491-45.203-65.317-21.565-97.664l15.552-21.15c16.796-23.224 17.21-54.534 0.622-77.758l-15.137-21.358c-23.224-32.762-12.441-78.38 23.016-97.249l23.224-12.441c25.297-13.478 38.983-41.678 34.214-69.879l-4.354-25.919c-6.635-39.605 22.809-76.099 63.036-77.758l26.127-1.037c28.615-1.244 53.29-20.528 61.17-48.106l7.257-25.297c11.197-38.568 53.497-58.474 90.407-42.715l24.053 10.368c26.334 11.405 56.815 4.562 76.099-16.796l17.418-19.491c26.749-29.859 73.611-29.444 99.945 0.829l17.21 19.699c18.869 21.565 49.35 28.822 75.684 17.832l24.26-9.953c37.116-15.344 79.209 5.391 89.785 44.167l6.843 25.297c7.465 27.578 31.933 47.277 60.548 48.936l26.127 1.451c40.019 2.281 69.049 39.19 61.792 78.587l-4.769 25.712c-5.184 28.2 8.294 56.4 33.177 70.293l23.016 12.649c35.25 19.284 45.411 65.109 21.772 97.457zM635.484 277.881c-18.869-22.809-43.337-38.153-71.745-46.033-12.441-3.318-18.040-9.953-17.418-22.809 0.622-12.649 0-25.505 0-38.153 0-11.405-5.806-17.418-17.003-17.625-13.685-0.415-27.371-0.415-41.056 0-12.027 0.207-17.625 7.050-17.832 18.662-0.207 9.331-0.207 18.662-0.207 27.786-0.207 20.528-0.829 21.358-20.528 24.468-25.297 3.94-49.972 9.746-72.989 20.943-18.040 8.709-19.906 13.271-14.722 32.347 3.94 14.1 7.672 28.408 12.234 42.3 5.184 16.174 9.538 18.247 24.468 10.575 25.505-13.271 52.668-20.735 81.076-24.26 18.247-2.281 36.287-0.415 53.29 7.050 31.725 13.893 36.702 50.595 9.953 72.574-9.124 7.465-19.491 13.063-30.274 17.832-27.786 12.234-56.815 21.565-82.942 37.324-42.508 25.505-69.464 60.34-66.353 112.179 3.525 58.474 36.702 94.968 90.199 114.46 22.187 8.087 22.187 7.672 22.394 30.896 0 7.879 0 15.552 0 23.431 0.415 17.418 3.318 20.528 20.735 20.943 5.391 0.207 10.782 0 16.174 0 36.909 0 36.909 0 37.116-36.909 0.207-26.127 0-26.334 26.127-30.274 19.906-3.11 38.983-9.124 57.437-17.21 10.16-4.562 14.1-11.612 10.99-22.394-4.562-15.966-8.916-32.14-14.1-47.899-4.769-14.93-9.538-17.21-24.053-10.16-28.822 13.893-59.096 19.699-91.029 18.040-8.294-0.415-16.588-1.659-24.26-4.977-27.578-12.027-32.14-42.508-8.502-61.17 11.819-9.538 25.505-16.381 39.605-22.187 24.468-10.16 48.936-19.699 72.159-32.555 73.196-41.264 93.102-133.951 41.056-197.194z" />
118
- <glyph unicode="&#xe96c;" glyph-name="light-bulb" d="M628.728 65.16v-29.919c0-23.809-17.488-43.615-40.244-46.986l-7.374-27.18c-4.003-14.749-17.277-25.073-32.658-25.073h-73.113c-15.381 0-28.655 10.324-32.658 25.073l-7.164 27.18c-22.966 3.582-40.454 23.177-40.454 47.197v29.919c0 16.013 12.853 28.866 28.866 28.866h175.934c16.013-0.211 28.866-13.063 28.866-29.077zM764.207 468.439c0-68.056-26.97-129.791-70.795-175.091-33.291-34.555-54.782-78.591-61.946-125.577-3.16-20.227-20.649-35.187-41.297-35.187h-156.55c-20.438 0-38.137 14.749-41.086 34.976-7.374 46.986-29.077 91.654-62.367 125.998-42.983 44.668-69.742 105.35-70.374 172.142-1.475 140.326 110.196 253.893 250.522 254.947 140.115 1.053 253.893-112.303 253.893-252.207zM540.444 621.196c0 15.592-12.642 28.444-28.444 28.444-100.293 0-182.044-81.541-182.044-182.044 0-15.592 12.642-28.444 28.444-28.444 15.592 0 28.444 12.642 28.444 28.444 0 69.109 56.257 125.156 125.156 125.156 15.802 0 28.444 12.642 28.444 28.444zM512 803.451c15.592 0 28.444 12.642 28.444 28.444v99.661c0 15.592-12.642 28.444-28.444 28.444s-28.444-12.642-28.444-28.444v-99.661c0-15.802 12.853-28.444 28.444-28.444zM177.198 468.65c0 15.592-12.642 28.444-28.444 28.444h-99.661c-15.592 0-28.444-12.642-28.444-28.444 0-15.592 12.642-28.444 28.444-28.444h99.661c15.802 0 28.444 12.642 28.444 28.444zM974.907 497.094h-99.661c-15.592 0-28.444-12.642-28.444-28.444 0-15.592 12.642-28.444 28.444-28.444h99.661c15.592 0 28.444 12.642 28.444 28.444 0 15.592-12.642 28.444-28.444 28.444zM235.141 231.823l-70.584-70.584c-11.167-11.167-11.167-29.077 0-40.244 5.478-5.478 12.853-8.217 20.016-8.217s14.538 2.739 20.016 8.217l70.584 70.584c11.167 11.167 11.167 29.077 0 40.244-10.956 11.167-29.077 11.167-40.033 0zM768.843 697.048c7.164 0 14.538 2.739 20.016 8.217l70.584 70.584c11.167 11.167 11.167 29.077 0 40.244s-29.077 11.167-40.244 0l-70.584-70.584c-11.167-11.167-11.167-29.077 0-40.244 5.689-5.478 12.853-8.217 20.227-8.217zM235.141 705.476c5.478-5.478 12.853-8.217 20.016-8.217s14.538 2.739 20.016 8.217c11.167 11.167 11.167 29.077 0 40.244l-70.584 70.584c-11.167 11.167-29.077 11.167-40.244 0s-11.167-29.077 0-40.244l70.795-70.584zM788.859 231.823c-11.167 11.167-29.077 11.167-40.244 0s-11.167-29.077 0-40.244l70.584-70.584c5.478-5.478 12.853-8.217 20.016-8.217s14.538 2.739 20.016 8.217c11.167 11.167 11.167 29.077 0 40.244l-70.374 70.584z" />
119
- <glyph unicode="&#xe96d;" glyph-name="ai" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.035 0.018l-13.594 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-23.993 0-43.485-19.509-43.485-43.485v-937.031c0-23.976 19.491-43.485 43.485-43.485h707.513c23.976 0 43.485 19.509 43.485 43.485v741.906c0 8.739-3.549 17.302-9.728 23.446zM697.379 748.139v148.921l148.921-148.921h-148.921zM715.034 712.829h48.216c-6.109-10.54-17.514-17.655-30.561-17.655-12.765 0-23.887 6.868-30.084 17.020 4.096 0.371 8.227 0.636 12.429 0.636zM873.931-20.514c0-4.502-3.672-8.174-8.174-8.174h-707.513c-4.502 0-8.174 3.672-8.174 8.174v256.653h723.862v-256.653zM150.069 271.449v645.067c0 4.502 3.672 8.174 8.174 8.174h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-177.788c-54.219-17.090-97.156-59.71-114.794-113.699-12.129 9.799-27.33 15.907-44.103 15.907-32.821 0-60.222-22.599-68.114-52.966h-55.473v35.31h-105.931v-105.931h105.931v35.31h51.571c-5.932-47.016-35.046-87.887-77.489-108.809-11.794 22.581-35.169 38.188-62.358 38.188-38.947 0-70.621-31.673-70.621-70.621s31.673-70.621 70.621-70.621c37.888 0 68.643 30.049 70.303 67.531 46.874 20.321 82.044 59.798 97.527 107.22 12.111-9.763 27.295-15.854 44.032-15.854 32.821 0 60.222 22.599 68.114 52.966h55.473v-35.31h105.931v105.931h-105.931v-35.31h-51.747c6.691 53.301 43.149 97.351 92.195 115.076 10.452-26.006 35.787-44.456 65.483-44.456 32.821 0 60.222 22.599 68.114 52.966h66.207c2.383 0 4.679 0.441 6.921 1.024v-442.403h-723.862zM538.483 571.587c0-19.474-15.837-35.31-35.31-35.31s-35.31 15.837-35.31 35.31 15.837 35.31 35.31 35.31 35.31-15.837 35.31-35.31zM344.276 553.932h-35.31v35.31h35.31v-35.31zM326.621 412.691c0-19.474-15.837-35.31-35.31-35.31s-35.31 15.837-35.31 35.31 15.837 35.31 35.31 35.31 35.31-15.837 35.31-35.31zM662.069 589.242h35.31v-35.31h-35.31v35.31zM415.161 43.556h66.86l12.782-36.935h29.926l-61.793 177.664h-28.725l-62.27-177.664h30.173l13.047 36.935zM448.706 139.865l26.306-76.765h-53.107l26.801 76.765zM562.635 184.515h29.449v-177.894h-29.449v177.894z" />
120
- <glyph unicode="&#xe96e;" glyph-name="avi" d="M899.513 744.837l-205.4 205.418c-6.179 6.197-14.742 9.746-23.481 9.746h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.795 14.883-29.202 32.468-33.721 0.883-0.23 1.713-0.565 2.613-0.742 2.772-0.547 5.579-0.847 8.404-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.926 32.45 33.721v741.906c0 13.524-1.624 23.517-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.754 1.324-4.679 4.078-4.679 7.309v256.653h723.862v-256.653c0-3.231-1.942-5.985-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.921v-204.941h204.941c2.383 0 4.679 0.441 6.903 1.024 0-0.247 0.018-0.353 0.018-0.636v-441.768h-723.862zM368.799 184.268l-62.287-177.646h30.173l13.030 36.935h66.86l12.8-36.935h29.926l-61.793 177.664h-28.707zM356.476 63.101l26.801 76.765 26.306-76.765h-53.107zM563.341 31.003l-41.278 153.512h-33.068l55.278-178.865h37.658l57.927 178.865h-32.821zM676.546 184.515h29.449v-177.894h-29.449v177.894zM636.239 586.488l-194.207 123.586c-5.455 3.443-12.323 3.672-17.991 0.583-5.632-3.107-9.145-9.039-9.145-15.484v-247.172c0-6.444 3.513-12.376 9.163-15.484 2.648-1.448 5.561-2.172 8.492-2.172 3.302 0 6.603 0.936 9.481 2.754l194.207 123.586c5.085 3.249 8.174 8.863 8.174 14.901s-3.090 11.652-8.174 14.901zM450.207 480.151v182.872l143.66-91.436-143.66-91.436z" />
121
- <glyph unicode="&#xe96f;" glyph-name="css" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.035 0.018l-13.594 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-201.075c-9.393 8.474-21.698 13.771-35.31 13.771-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c9.746 0 17.655-7.927 17.655-17.655v-70.621c0-21.186 9.569-40.007 24.399-52.966-14.83-12.959-24.399-31.779-24.399-52.966v-70.621c0-9.728-7.91-17.655-17.655-17.655-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c29.202 0 52.966 23.764 52.966 52.966v70.621c0 19.474 15.837 35.31 35.31 35.31 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-19.474 0-35.31 15.837-35.31 35.31v70.621c0 13.612-5.314 25.918-13.771 35.31h201.075c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.88zM353.704 148.675c4.255 5.402 9.092 9.198 14.477 11.458s11.070 3.372 17.020 3.372c5.314 0 10.417-1.059 15.325-3.143s9.375-5.473 13.4-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477s-17.373 4.82-27.030 4.82c-10.47 0-20.198-1.96-29.202-5.914s-16.861-9.693-23.534-17.267-11.917-17.020-15.695-28.354c-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.022-20.921 15.695-28.478s14.477-13.277 23.411-17.143 18.714-5.791 29.325-5.791c9.657 0 18.679 1.607 27.030 4.82s15.837 8.051 22.44 14.477l-20.039 17.62c-4.184-4.679-8.81-8.051-13.877-10.134s-10.505-3.143-16.296-3.143-11.317 1.236-16.543 3.743-9.905 6.426-14.001 11.829-7.327 12.341-9.657 20.886-3.584 18.82-3.743 30.897c0.159 12.394 1.448 22.846 3.866 31.373s5.773 15.501 10.028 20.904zM556.703 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686-10.046 6.426-13.753 10.381-5.544 9.145-5.544 15.572c0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609 4.82 4.131 7.733 5.667 5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247s6.674-0.883 8.934-1.695 3.99-1.607 5.191-2.419 2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419s1.783 3.266 2.895 5.438c1.13 2.172 2.33 4.502 3.619 6.991s2.419 4.785 3.372 6.886c-4.679 3.054-10.77 5.279-18.344 6.638s-15.060 2.048-22.44 2.048c-7.239 0-14.124-1.112-20.639-3.372s-12.217-5.526-17.143-9.781-8.81-9.446-11.705-15.572-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716s8.369-10.823 14.001-15.078 11.67-7.962 18.097-11.105 12.429-6.268 17.991-9.41 10.169-6.638 13.877-10.505 5.544-8.527 5.544-14.001c0-9.022-2.613-15.819-7.839-20.392s-12.765-6.886-22.563-6.886c-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542-7.274 2.172-10.734 3.372-6.303 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 6.003-4.467 9.781-6.162s7.751-3.019 11.953-3.99 8.333-1.66 12.429-2.048 8.086-0.6 11.953-0.6c9.022 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.836 17.267-5.544 23.287s-8.386 11.052-13.948 15.078zM687.528 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686-10.046 6.426-13.753 10.381-5.544 9.145-5.544 15.572c0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609 4.82 4.131 7.733 5.667 5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247s6.674-0.883 8.934-1.695 3.99-1.607 5.191-2.419 2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419s1.783 3.266 2.895 5.438 2.33 4.502 3.619 6.991 2.419 4.785 3.372 6.886c-4.679 3.054-10.77 5.279-18.344 6.638s-15.060 2.048-22.44 2.048c-7.239 0-14.124-1.112-20.639-3.372s-12.217-5.526-17.143-9.781-8.81-9.446-11.705-15.572-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716s8.369-10.823 14.001-15.078 11.67-7.962 18.097-11.105 12.429-6.268 17.991-9.41 10.169-6.638 13.877-10.505 5.544-8.527 5.544-14.001c0-9.022-2.613-15.819-7.839-20.392s-12.765-6.886-22.563-6.886c-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542-7.274 2.172-10.734 3.372-6.303 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 6.003-4.467 9.781-6.162s7.751-3.019 11.953-3.99 8.333-1.66 12.429-2.048 8.086-0.6 11.953-0.6c9.022 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.836 17.267-5.544 23.287s-8.386 11.052-13.948 15.078zM361.931 606.898v70.621c0 9.728 7.91 17.655 17.655 17.655 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-29.202 0-52.966-23.764-52.966-52.966v-70.621c0-19.474-15.837-35.31-35.31-35.31-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c19.474 0 35.31-15.837 35.31-35.31v-70.621c0-29.202 23.764-52.966 52.966-52.966 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-9.746 0-17.655 7.927-17.655 17.655v70.621c0 21.186-9.569 40.007-24.399 52.966 14.83 12.959 24.399 31.779 24.399 52.966z" />
122
- <glyph unicode="&#xe970;" glyph-name="csv" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM318.393 148.675c4.255 5.402 9.092 9.198 14.477 11.458s11.052 3.372 17.020 3.372c5.314 0 10.417-1.059 15.325-3.143s9.375-5.473 13.4-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477-8.369 3.231-17.373 4.82-27.030 4.82-10.47 0-20.198-1.96-29.202-5.914-9.022-3.955-16.861-9.693-23.534-17.267s-11.917-17.020-15.695-28.354c-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.004-20.921 15.695-28.478 6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791c9.657 0 18.662 1.607 27.030 4.82 8.369 3.231 15.837 8.051 22.44 14.477l-20.039 17.62c-4.184-4.679-8.81-8.051-13.877-10.134s-10.505-3.143-16.296-3.143-11.317 1.236-16.543 3.743c-5.226 2.507-9.905 6.426-14.001 11.829s-7.327 12.341-9.657 20.886c-2.33 8.527-3.584 18.82-3.743 30.897 0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.501 10.028 20.904zM521.393 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686c-5.473 2.984-10.063 6.426-13.753 10.381-3.708 3.955-5.544 9.145-5.544 15.572 0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609c2.242 2.26 4.82 4.131 7.733 5.667s5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247 3.69-0.335 6.674-0.883 8.934-1.695 2.242-0.812 3.99-1.607 5.191-2.419s2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419 0.794 1.448 1.766 3.266 2.895 5.438 1.112 2.172 2.33 4.502 3.619 6.991 1.289 2.507 2.419 4.785 3.372 6.886-4.679 3.054-10.787 5.279-18.344 6.638-7.574 1.359-15.060 2.048-22.44 2.048-7.239 0-14.124-1.112-20.639-3.372s-12.235-5.526-17.143-9.781c-4.908-4.255-8.81-9.446-11.705-15.572s-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716 3.69-5.791 8.369-10.823 14.001-15.078s11.67-7.962 18.097-11.105c6.426-3.143 12.429-6.268 17.991-9.41s10.169-6.638 13.877-10.505c3.69-3.866 5.544-8.527 5.544-14.001 0-9.022-2.613-15.819-7.839-20.392-5.226-4.59-12.765-6.886-22.563-6.886-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542c-3.708 1.059-7.292 2.172-10.734 3.372-3.46 1.201-6.321 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 5.985-4.467 9.781-6.162 3.778-1.695 7.751-3.019 11.953-3.99 4.184-0.971 8.333-1.66 12.429-2.048s8.086-0.6 11.953-0.6c9.004 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.854 17.267-5.544 23.287-3.778 6.020-8.386 11.052-13.948 15.078zM637.617 31.003l-41.278 153.512h-33.068l55.278-178.865h37.658l57.927 178.865h-32.821zM432.552 730.484h-211.862v-388.414h582.621v317.793h-370.759v70.621zM256 624.553h141.241v-35.31h-141.241v35.31zM256 553.932h141.241v-35.31h-141.241v35.31zM256 483.311h141.241v-35.31h-141.241v35.31zM397.241 377.38h-141.241v35.31h141.241v-35.31zM768 377.38h-335.448v35.31h335.448v-35.31zM768 448.001h-335.448v35.31h335.448v-35.31zM768 518.622h-335.448v35.31h335.448v-35.31zM768 624.553v-35.31h-335.448v35.31h335.448zM256 659.863v35.31h141.241v-35.31h-141.241z" />
123
- <glyph unicode="&#xe971;" glyph-name="dbf" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM400.472 158.456c-7.486 7.874-16.896 14.212-28.248 18.944s-24.505 7.115-39.459 7.115h-53.583v-177.894h67.337c2.242 0 5.703 0.282 10.381 0.847 4.661 0.565 9.816 1.836 15.448 3.866 5.632 2.013 11.458 5.032 17.496 9.057s11.458 9.534 16.296 16.543 8.81 15.695 11.953 26.077 4.714 22.899 4.714 37.535c0 10.628-1.854 20.974-5.544 31.020-3.725 10.028-9.322 18.997-16.79 26.889zM379.339 46.699c-8.686-12.553-22.846-18.82-42.478-18.82h-28.725v134.691h16.896c13.842 0 25.106-1.818 33.792-5.438s15.572-8.369 20.639-14.248 8.474-12.429 10.258-19.668c1.766-7.239 2.648-14.566 2.648-21.963 0.018-23.817-4.326-42.019-13.030-54.554zM572.575 88.453c-3.619 3.531-7.521 6.268-11.705 8.21-4.184 1.924-8.121 3.143-11.829 3.619 2.895 0.636 5.914 1.96 9.057 3.99s5.914 4.555 8.333 7.609 4.414 6.638 6.038 10.734c1.607 4.096 2.419 8.651 2.419 13.63 0 8.527-1.607 15.89-4.82 22.087-3.231 6.197-7.574 11.229-13.030 15.078-5.473 3.866-11.758 6.674-18.82 8.457-7.080 1.783-14.407 2.648-21.963 2.648h-51.218v-177.894h66.86c0.971 0 2.966 0.124 6.038 0.371 3.054 0.247 6.55 0.936 10.505 2.048 3.937 1.112 8.051 2.772 12.306 4.943s8.21 5.155 11.829 8.934 6.638 8.563 9.057 14.354 3.619 12.712 3.619 20.762c0 6.603-1.201 12.429-3.619 17.496s-5.438 9.393-9.057 12.924zM493.992 162.552h19.315c7.398 0 13.347-0.812 17.867-2.419 4.502-1.607 7.962-3.708 10.381-6.268s4.025-5.438 4.82-8.563c0.794-3.143 1.201-6.162 1.201-9.057 0-7.239-1.006-12.8-3.019-16.649-2.013-3.866-4.626-6.603-7.839-8.21-3.231-1.607-6.674-2.507-10.381-2.648-3.708-0.159-7.327-0.247-10.858-0.247h-21.486v54.060zM550.241 36.071c-4.82-5.473-11.511-8.21-20.039-8.21h-36.211v61.069h34.039c9.657 0 16.967-2.984 21.963-8.934 4.979-5.95 7.486-13.277 7.486-21.963 0-9.163-2.419-16.49-7.239-21.963zM626.759 6.622h29.449v80.137h74.346v19.791h-74.346v56.002h81.832v21.963h-111.281zM450.207 730.484h-211.862v-388.414h582.621v317.793h-370.759v70.621zM273.655 624.553h141.241v-35.31h-141.241v35.31zM273.655 553.932h141.241v-35.31h-141.241v35.31zM273.655 483.311h141.241v-35.31h-141.241v35.31zM414.897 377.38h-141.241v35.31h141.241v-35.31zM785.655 377.38h-335.448v35.31h335.448v-35.31zM785.655 448.001h-335.448v35.31h335.448v-35.31zM785.655 518.622h-335.448v35.31h335.448v-35.31zM785.655 624.553v-35.31h-335.448v35.31h335.448zM273.655 659.863v35.31h141.241v-35.31h-141.241z" />
124
- <glyph unicode="&#xe972;" glyph-name="doc" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM410.218 158.456c-7.486 7.874-16.896 14.212-28.248 18.944s-24.505 7.115-39.459 7.115h-53.583v-177.894h67.337c2.242 0 5.703 0.282 10.381 0.847 4.661 0.565 9.816 1.836 15.448 3.866 5.632 2.013 11.458 5.032 17.496 9.057s11.458 9.534 16.296 16.543 8.81 15.695 11.953 26.077 4.714 22.899 4.714 37.535c0 10.628-1.854 20.974-5.544 31.020-3.708 10.028-9.304 18.997-16.79 26.889zM389.102 46.699c-8.686-12.553-22.846-18.82-42.478-18.82h-28.725v134.691h16.896c13.842 0 25.106-1.818 33.792-5.438s15.572-8.369 20.639-14.248 8.474-12.429 10.258-19.668c1.766-7.239 2.648-14.566 2.648-21.963 0-23.817-4.343-42.019-13.030-54.554zM587.299 164.247c-6.674 7.574-14.477 13.312-23.411 17.267s-18.714 5.914-29.325 5.914-20.392-1.96-29.325-5.914-16.737-9.693-23.411-17.267c-6.674-7.574-11.917-17.020-15.695-28.354-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.004-20.921 15.695-28.478 6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791 20.392 1.924 29.325 5.791 16.737 9.569 23.411 17.143c6.674 7.574 11.9 17.055 15.695 28.478 3.778 11.423 5.667 24.629 5.667 39.583s-1.889 28.125-5.667 39.459c-3.796 11.335-9.022 20.78-15.695 28.354zM575.347 64.919c-2.419-8.598-5.756-15.572-10.010-20.886-4.273-5.314-9.092-9.145-14.477-11.458-5.402-2.33-11.070-3.496-17.020-3.496-5.791 0-11.317 1.236-16.543 3.743s-9.905 6.426-14.001 11.829-7.327 12.341-9.657 20.886c-2.33 8.527-3.584 18.82-3.743 30.897 0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886c4.255 5.402 9.092 9.198 14.477 11.458s11.052 3.372 17.020 3.372c5.791 0 11.299-1.201 16.543-3.619 5.226-2.419 9.905-6.356 14.001-11.829s7.327-12.429 9.657-20.886c2.33-8.457 3.584-18.714 3.743-30.773-0.177-12.394-1.448-22.899-3.866-31.497zM689.646 148.675c4.255 5.402 9.092 9.198 14.477 11.458s11.052 3.372 17.020 3.372c5.314 0 10.417-1.059 15.325-3.143s9.375-5.473 13.4-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477-8.369 3.231-17.373 4.82-27.030 4.82-10.47 0-20.198-1.96-29.202-5.914-9.022-3.955-16.861-9.693-23.534-17.267s-11.917-17.020-15.695-28.354c-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.004-20.921 15.695-28.478 6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791c9.657 0 18.662 1.607 27.030 4.82 8.369 3.231 15.837 8.051 22.44 14.477l-20.039 17.62c-4.184-4.679-8.81-8.051-13.877-10.134s-10.505-3.143-16.296-3.143-11.317 1.236-16.543 3.743c-5.226 2.507-9.905 6.426-14.001 11.829s-7.327 12.341-9.657 20.886c-2.33 8.527-3.584 18.82-3.743 30.897 0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.501 10.028 20.904zM238.345 712.829h105.931c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-105.931c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655zM238.345 624.553h158.897c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-158.897c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655zM467.862 624.553c4.59 0 9.181 1.942 12.535 5.12 3.178 3.354 5.12 7.945 5.12 12.535s-1.942 9.181-5.12 12.535c-6.532 6.532-18.538 6.532-25.070 0-3.178-3.354-5.12-7.945-5.12-12.535s1.942-9.181 5.12-12.535c3.354-3.178 7.945-5.12 12.535-5.12zM538.483 624.553h141.241c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-141.241c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655zM225.81 389.915c-3.178-3.354-5.12-7.945-5.12-12.535s1.942-9.181 5.12-12.535c3.354-3.178 7.945-5.12 12.535-5.12s9.181 1.942 12.535 5.12c3.178 3.354 5.12 7.945 5.12 12.535 0 4.767-1.942 9.181-5.12 12.535-6.532 6.532-18.538 6.532-25.070 0zM450.207 395.035h-141.241c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655h141.241c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655zM785.655 659.863h-35.31c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655h35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655zM238.345 536.277h388.414c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-388.414c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655zM785.655 571.587h-105.931c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655h105.931c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655zM238.345 448.001h70.621c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-70.621c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655zM556.138 483.311h-176.552c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655h176.552c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655zM785.655 483.311h-158.897c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655h158.897c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655z" />
125
- <glyph unicode="&#xe973;" glyph-name="dwg" d="M899.531 744.837l-191.841 191.841c0 0-0.018 0.018-0.035 0.018l-13.559 13.559c-6.162 6.197-14.724 9.746-23.464 9.746h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.795 14.883-29.202 32.468-33.721 0.883-0.23 1.713-0.565 2.613-0.742 2.772-0.547 5.579-0.847 8.404-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.9 0.177 1.73 0.512 2.613 0.742 17.602 4.52 32.486 18.926 32.486 33.721v741.906c0 13.506-1.624 23.517-9.71 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.754 1.324-4.679 4.078-4.679 7.309v256.653h723.862v-256.653c0-3.231-1.924-5.985-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.921v-204.941h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.247 0.018-0.353 0.018-0.636v-441.768h-723.862zM347.507 158.456c-7.486 7.874-16.896 14.212-28.248 18.944s-24.505 7.115-39.459 7.115h-53.583v-177.894h67.337c2.242 0 5.703 0.282 10.381 0.847 4.661 0.565 9.816 1.836 15.448 3.866 5.632 2.013 11.458 5.032 17.496 9.057s11.458 9.534 16.296 16.543 8.81 15.695 11.953 26.077 4.714 22.899 4.714 37.535c0 10.628-1.854 20.974-5.544 31.020-3.725 10.028-9.322 18.997-16.79 26.889zM326.374 46.699c-8.686-12.553-22.846-18.82-42.478-18.82h-28.725v134.691h16.896c13.842 0 25.106-1.818 33.792-5.438s15.572-8.369 20.639-14.248 8.474-12.429 10.258-19.668c1.766-7.239 2.648-14.566 2.648-21.963 0.018-23.817-4.326-42.019-13.030-54.554zM568.726 31.003l-31.373 153.512h-32.839l-33.792-153.512-31.373 153.512h-32.839l45.144-178.865h37.906l31.126 134.215 29.202-134.215h37.658l48.040 178.865h-32.821zM745.649 78.549h30.173v-43.926c-1.289-1.783-3.302-3.143-6.038-4.096s-5.579-1.73-8.563-2.295-5.95-0.971-8.934-1.201-5.35-0.371-7.115-0.371c-5.791 0-11.317 1.359-16.543 4.096s-9.905 6.921-14.001 12.553-7.327 12.871-9.657 21.716c-2.33 8.845-3.584 19.315-3.743 31.373 0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886 9.092 9.198 14.477 11.458 11.070 3.372 17.020 3.372c5.314 0 10.47-1.059 15.448-3.143s9.41-5.473 13.277-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477s-17.373 4.82-27.030 4.82c-10.47 0-20.198-1.96-29.202-5.914s-16.861-9.693-23.534-17.267c-6.674-7.574-11.917-17.020-15.695-28.354-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.004-20.921 15.695-28.478 6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791c5.314 0 10.664 0.388 16.049 1.201s10.628 2.172 15.695 4.096 9.905 4.378 14.477 7.362 8.722 6.797 12.429 11.458v68.785h-58.898v-19.738zM732.69 589.242h-70.621v105.931h-35.31v-105.931h-70.621v-70.621h-35.31v211.862h-300.138v-301.286h300.138v54.113h35.31v-70.621h70.621v-105.931h35.31v105.931h70.621v70.621h105.931v35.31h-105.931v70.621zM485.517 464.509h-229.517v230.665h229.517v-176.552h-35.31v-35.31h35.31v-18.803zM697.379 448.001h-105.931v105.931h105.931v-105.931z" />
126
- <glyph unicode="&#xe974;" glyph-name="exe" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM289.792 6.622h111.281v21.963h-81.832v58.174h74.346v19.791h-74.346v56.002h81.832v21.963h-111.281zM537.212 184.515l-34.039-72.404h-2.419l-31.373 72.404h-33.068l48.040-91.471-45.144-86.422h33.545l30.42 67.107h2.419l28.231-67.107h33.562l-45.144 86.422 48.040 91.471zM610.834 6.622h111.263v21.963h-81.814v58.174h74.346v19.791h-74.346v56.002h81.814v21.963h-111.263zM702.641 694.379c-9.304 2.913-19.209-2.278-22.122-11.582l-88.276-282.483c-2.913-9.304 2.278-19.209 11.582-22.122 1.766-0.547 3.531-0.812 5.279-0.812 7.521 0 14.477 4.838 16.843 12.394l88.276 282.483c2.913 9.304-2.278 19.209-11.582 22.122zM556.138 598.070c0-14.626-11.857-26.483-26.483-26.483s-26.483 11.857-26.483 26.483c0 14.626 11.857 26.483 26.483 26.483s26.483-11.857 26.483-26.483zM556.138 474.484c0-14.626-11.857-26.483-26.483-26.483s-26.483 11.857-26.483 26.483c0 14.626 11.857 26.483 26.483 26.483s26.483-11.857 26.483-26.483zM397.241 624.553h35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-35.31c-68.149 0-123.586-55.437-123.586-123.586s55.437-123.586 123.586-123.586h35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655h-35.31c-48.675 0-88.276 39.601-88.276 88.276s39.601 88.276 88.276 88.276z" />
127
- <glyph unicode="&#xe975;" glyph-name="iso" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.018 0.018l-13.612 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM689.876 518.622l-119.578 32.044c2.101 6.727 3.496 13.683 3.496 20.921 0 18.856-7.345 36.599-20.692 49.929-13.33 13.33-31.073 20.692-49.929 20.692-6.268 0-12.306-1.095-18.202-2.666l-32.009 119.42c16.437 4.378 33.298 6.744 50.211 6.744 49.735 0 99.469-18.926 137.322-56.779 51.447-51.465 67.849-124.804 49.382-190.305zM676.723 484.724c-1.571-3.16-3.302-6.232-5.032-9.287-1.289-2.26-2.595-4.52-3.972-6.727-1.518-2.436-3.090-4.855-4.732-7.221-2.013-2.931-4.149-5.809-6.356-8.651-1.359-1.748-2.666-3.531-4.078-5.244-3.796-4.573-7.768-9.057-12.041-13.33-5.579-5.579-11.582-10.717-17.796-15.572-1.289-1.006-2.613-1.907-3.902-2.878-5.544-4.078-11.264-7.945-17.249-11.441-0.477-0.282-0.953-0.565-1.448-0.847l-29.608 110.539 106.602-28.566c-0.159-0.265-0.265-0.53-0.388-0.777zM315.798 621.799l119.42-31.991c-1.571-5.914-2.666-11.953-2.666-18.22 0-18.856 7.345-36.599 20.692-49.929 13.33-13.33 31.073-20.692 49.929-20.692 11.405 0 22.246 2.984 32.115 8.051l32.256-120.408c-68.255-23.887-147.226-8.81-201.71 45.639-50.723 50.741-67.284 122.756-50.035 187.551zM328.651 656.367c1.783 3.725 3.725 7.345 5.738 10.929 1.077 1.889 2.189 3.778 3.319 5.632 1.748 2.878 3.549 5.72 5.455 8.51 1.889 2.754 3.902 5.438 5.95 8.104 1.501 1.96 2.948 3.972 4.52 5.879 3.849 4.626 7.857 9.163 12.2 13.506 4.326 4.326 8.863 8.351 13.489 12.182 1.924 1.589 3.955 3.054 5.932 4.573 2.648 2.030 5.332 4.043 8.051 5.914 2.772 1.889 5.614 3.69 8.492 5.438 1.871 1.148 3.743 2.26 5.65 3.337 3.584 2.013 7.221 3.955 10.964 5.756 0.406 0.194 0.83 0.388 1.254 0.583l33.545-125.175-125.193 33.545c0.247 0.424 0.424 0.865 0.636 1.289zM483.204 600.612l1.13 0.777c5.597 3.549 12.058 5.508 18.838 5.508 9.428 0 18.291-3.672 24.964-10.346s10.346-15.537 10.346-24.964-3.672-18.291-10.346-24.964c-13.347-13.347-36.582-13.347-49.929 0-6.674 6.674-10.346 15.537-10.346 24.964 0 6.78 1.96 13.224 5.508 18.803l0.812 1.183c0.9 1.324 1.977 2.578 3.072 3.814 0.353 0.371 0.6 0.794 0.953 1.165 0.265 0.265 0.583 0.441 0.847 0.689 1.324 1.218 2.701 2.366 4.149 3.372zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-180.842c-59.745 57.432-143.060 76.094-218.236 56.073l-0.23 0.83-18.044-6.479c-0.477-0.177-0.9-0.406-1.359-0.565-6.762-2.472-13.4-5.279-19.95-8.386-1.042-0.494-2.101-0.953-3.143-1.448-6.073-3.019-12.006-6.356-17.849-9.94-1.324-0.812-2.701-1.536-4.008-2.366-5.402-3.46-10.628-7.274-15.784-11.246-1.412-1.077-2.913-2.048-4.308-3.16-6.303-5.085-12.429-10.505-18.273-16.366-5.862-5.862-11.282-11.988-16.384-18.291-1.095-1.359-2.030-2.807-3.072-4.184-3.99-5.191-7.839-10.452-11.335-15.89-0.83-1.289-1.536-2.631-2.33-3.937-3.602-5.879-6.956-11.847-9.993-17.938-0.494-0.989-0.918-2.030-1.412-3.037-3.143-6.603-5.967-13.294-8.457-20.109-0.159-0.441-0.388-0.847-0.547-1.289l-6.462-18.044 0.812-0.212c-20.374-76.57-0.794-161.668 59.145-221.625 44.738-44.738 103.512-67.107 162.286-67.107 24.894 0 49.699 4.255 73.516 12.288l0.265-1.006 11.953 5.261c1.148 0.459 2.278 1.024 3.425 1.518l3.478 1.536c0.812 0.353 1.554 0.794 2.348 1.165 5.385 2.454 10.717 5.032 15.943 7.91 1.342 0.742 2.631 1.571 3.955 2.348 4.714 2.737 9.41 5.508 13.965 8.598 2.525 1.695 4.89 3.584 7.327 5.385 3.266 2.419 6.585 4.732 9.746 7.327 5.667 4.661 11.14 9.569 16.349 14.777 5.738 5.738 11.087 11.723 16.084 17.902 1.006 1.254 1.871 2.613 2.86 3.884 3.972 5.12 7.821 10.311 11.299 15.695 0.689 1.077 1.271 2.225 1.942 3.302 3.637 5.826 7.062 11.741 10.116 17.814 0.441 0.883 0.812 1.801 1.254 2.701 3.125 6.374 5.95 12.835 8.439 19.421 0.141 0.371 0.335 0.706 0.477 1.077l6.815 18.202-0.812 0.212c19.209 68.767 5.826 144.666-40.077 203.335h183.155c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.821h-723.809zM349.308 184.515h29.449v-177.894h-29.449v177.894zM504.391 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686c-5.491 2.984-10.063 6.426-13.753 10.381-3.708 3.955-5.544 9.145-5.544 15.572 0 2.578 0.636 5.279 1.924 8.086 1.271 2.807 3.054 5.35 5.314 7.609 2.242 2.26 4.82 4.131 7.733 5.667s5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247 3.69-0.335 6.674-0.883 8.934-1.695 2.242-0.812 3.99-1.607 5.191-2.419s2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419 0.794 1.448 1.766 3.266 2.895 5.438 1.112 2.172 2.33 4.502 3.619 6.991 1.271 2.507 2.419 4.785 3.372 6.886-4.679 3.054-10.787 5.279-18.344 6.638-7.574 1.359-15.060 2.048-22.44 2.048-7.239 0-14.124-1.112-20.639-3.372s-12.217-5.526-17.143-9.781-8.81-9.446-11.705-15.572-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716 3.69-5.791 8.369-10.823 14.001-15.078 5.614-4.255 11.652-7.962 18.097-11.105 6.426-3.143 12.429-6.268 17.991-9.41s10.169-6.638 13.877-10.505c3.69-3.866 5.544-8.527 5.544-14.001 0-9.022-2.613-15.819-7.839-20.392s-12.765-6.886-22.563-6.886c-3.231 0-6.691 0.335-10.381 0.971-3.708 0.636-7.415 1.483-11.105 2.542-3.708 1.059-7.274 2.172-10.734 3.372s-6.321 2.454-8.563 3.743l-5.067-20.762c2.719-2.419 6.003-4.467 9.781-6.162s7.751-3.019 11.953-3.99c4.167-0.971 8.333-1.66 12.429-2.048s8.086-0.6 11.953-0.6c9.004 0 17.055 1.359 24.135 4.096 7.062 2.737 13.030 6.391 17.867 10.982s8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.854 17.267-5.544 23.287-3.761 6.020-8.386 11.052-13.948 15.078zM677.217 164.247c-6.674 7.574-14.477 13.312-23.411 17.267s-18.714 5.914-29.325 5.914-20.392-1.96-29.325-5.914-16.737-9.693-23.411-17.267-11.917-17.020-15.695-28.354-5.667-24.505-5.667-39.459 1.889-28.16 5.667-39.583 9.022-20.921 15.695-28.478 14.477-13.277 23.411-17.143 18.714-5.791 29.325-5.791 20.392 1.924 29.325 5.791 16.737 9.569 23.411 17.143 11.917 17.055 15.695 28.478 5.667 24.629 5.667 39.583-1.889 28.125-5.667 39.459-9.022 20.78-15.695 28.354zM665.282 64.919c-2.419-8.598-5.756-15.572-10.010-20.886s-9.092-9.145-14.477-11.458-11.070-3.496-17.020-3.496c-5.791 0-11.317 1.236-16.543 3.743s-9.905 6.426-14.001 11.829-7.327 12.341-9.657 20.886-3.584 18.82-3.743 30.897c0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886 9.092 9.198 14.477 11.458 11.052 3.372 17.020 3.372c5.791 0 11.317-1.201 16.543-3.619s9.905-6.356 14.001-11.829 7.327-12.429 9.657-20.886 3.566-18.714 3.743-30.773c-0.177-12.394-1.465-22.899-3.866-31.497z" />
128
- <glyph unicode="&#xe976;" glyph-name="javascript" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.018 0.018l-13.612 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-201.075c-9.393 8.474-21.698 13.771-35.31 13.771-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c9.746 0 17.655-7.927 17.655-17.655v-70.621c0-21.186 9.569-40.007 24.399-52.966-14.83-12.959-24.399-31.779-24.399-52.966v-70.621c0-9.728-7.91-17.655-17.655-17.655-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c29.202 0 52.966 23.764 52.966 52.966v70.621c0 19.474 15.837 35.31 35.31 35.31 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-19.474 0-35.31 15.837-35.31 35.31v70.621c0 13.612-5.314 25.918-13.771 35.31h201.075c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.88zM447.629 51.995c-0.335-7.874-3.019-13.489-8.086-16.772s-11.882-4.943-20.392-4.943c-3.372 0-6.991 0.388-10.858 1.201s-7.574 1.73-11.105 2.772c-3.549 1.059-6.797 2.172-9.781 3.372s-5.279 2.383-6.886 3.496l-12.306-19.544c3.213-2.419 7.15-4.59 11.829-6.515 4.661-1.924 9.534-3.655 14.601-5.191s9.975-2.648 14.724-3.372 8.881-1.095 12.429-1.095c7.062 0 13.965 0.689 20.639 2.048s12.588 3.778 17.743 7.239c5.138 3.46 9.234 8.051 12.306 13.753 3.054 5.703 4.59 12.765 4.59 21.116v138.558h-29.449v-136.121zM601.741 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686c-5.491 2.984-10.063 6.426-13.753 10.381-3.708 3.955-5.544 9.145-5.544 15.572 0 2.578 0.636 5.279 1.924 8.086 1.271 2.807 3.054 5.35 5.314 7.609 2.242 2.26 4.82 4.131 7.733 5.667s5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247 3.69-0.335 6.674-0.883 8.934-1.695 2.242-0.812 3.99-1.607 5.191-2.419s2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419 0.794 1.448 1.766 3.266 2.895 5.438 1.112 2.172 2.33 4.502 3.619 6.991 1.271 2.507 2.419 4.785 3.372 6.886-4.679 3.054-10.787 5.279-18.344 6.638-7.574 1.359-15.060 2.048-22.44 2.048-7.239 0-14.124-1.112-20.639-3.372s-12.217-5.526-17.143-9.781-8.81-9.446-11.705-15.572-4.378-13.135-4.378-21.010c0-8.686 1.836-15.925 5.544-21.716 3.69-5.791 8.369-10.823 14.001-15.078 5.614-4.255 11.652-7.962 18.097-11.105 6.426-3.143 12.429-6.268 17.991-9.41s10.169-6.638 13.877-10.505c3.69-3.866 5.544-8.527 5.544-14.001 0-9.022-2.613-15.819-7.839-20.392s-12.765-6.886-22.563-6.886c-3.231 0-6.691 0.335-10.381 0.971-3.708 0.636-7.415 1.483-11.105 2.542-3.708 1.059-7.274 2.172-10.734 3.372s-6.321 2.454-8.563 3.743l-5.067-20.762c2.719-2.419 6.003-4.467 9.781-6.162s7.751-3.019 11.953-3.99c4.167-0.971 8.333-1.66 12.429-2.048s8.086-0.6 11.953-0.6c9.004 0 17.055 1.359 24.135 4.096 7.062 2.737 13.030 6.391 17.867 10.982s8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.854 17.267-5.544 23.287-3.743 6.038-8.369 11.070-13.912 15.095zM361.931 606.898v70.621c0 9.728 7.91 17.655 17.655 17.655 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-29.202 0-52.966-23.764-52.966-52.966v-70.621c0-19.474-15.837-35.31-35.31-35.31-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c19.474 0 35.31-15.837 35.31-35.31v-70.621c0-29.202 23.764-52.966 52.966-52.966 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-9.746 0-17.655 7.927-17.655 17.655v70.621c0 21.186-9.569 40.007-24.399 52.966 14.83 12.959 24.399 31.779 24.399 52.966zM529.655 615.725c0-14.626-11.857-26.483-26.483-26.483s-26.483 11.857-26.483 26.483c0 14.626 11.857 26.483 26.483 26.483s26.483-11.857 26.483-26.483zM503.172 518.622c-9.763 0-17.655-7.91-17.655-17.655v-52.966c0-9.746 7.892-17.655 17.655-17.655s17.655 7.91 17.655 17.655v52.966c0 9.746-7.892 17.655-17.655 17.655z" />
129
- <glyph unicode="&#xe977;" glyph-name="json-file" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.035 0.018l-13.594 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-201.075c-9.393 8.474-21.698 13.771-35.31 13.771-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c9.746 0 17.655-7.927 17.655-17.655v-70.621c0-21.186 9.569-40.007 24.399-52.966-14.83-12.959-24.399-31.779-24.399-52.966v-70.621c0-9.728-7.91-17.655-17.655-17.655-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c29.202 0 52.966 23.764 52.966 52.966v70.621c0 19.474 15.837 35.31 35.31 35.31 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-19.474 0-35.31 15.837-35.31 35.31v70.621c0 13.612-5.314 25.918-13.771 35.31h201.075c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.88zM288.733 51.995c-0.335-7.874-3.019-13.489-8.086-16.772s-11.864-4.943-20.392-4.943c-3.372 0-6.991 0.388-10.858 1.201s-7.574 1.73-11.105 2.772-6.797 2.172-9.781 3.372-5.279 2.383-6.886 3.496l-12.306-19.544c3.231-2.419 7.15-4.59 11.829-6.515s9.534-3.655 14.601-5.191 9.975-2.648 14.724-3.372 8.898-1.095 12.429-1.095c7.080 0 13.965 0.689 20.639 2.048s12.588 3.778 17.743 7.239 9.251 8.051 12.306 13.753 4.59 12.765 4.59 21.116v138.558h-29.449v-136.121zM442.845 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686-10.046 6.426-13.753 10.381-5.544 9.145-5.544 15.572c0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609 4.82 4.131 7.733 5.667 5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247s6.674-0.883 8.934-1.695 3.99-1.607 5.191-2.419 2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419s1.783 3.266 2.895 5.438 2.33 4.502 3.619 6.991 2.419 4.785 3.372 6.886c-4.679 3.054-10.77 5.279-18.344 6.638s-15.060 2.048-22.44 2.048c-7.239 0-14.124-1.112-20.639-3.372s-12.217-5.526-17.143-9.781-8.81-9.446-11.705-15.572-4.378-13.135-4.378-21.010c0-8.686 1.836-15.925 5.544-21.716s8.369-10.823 14.001-15.078 11.67-7.962 18.097-11.105 12.429-6.268 17.991-9.41 10.169-6.638 13.877-10.505 5.544-8.527 5.544-14.001c0-9.022-2.613-15.819-7.839-20.392s-12.765-6.886-22.563-6.886c-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542-7.274 2.172-10.734 3.372-6.303 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 6.003-4.467 9.781-6.162s7.751-3.019 11.953-3.99c4.184-0.971 8.333-1.66 12.429-2.048s8.086-0.6 11.953-0.6c9.022 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.836 17.267-5.544 23.287s-8.369 11.070-13.912 15.095zM615.671 164.247c-6.674 7.574-14.477 13.312-23.411 17.267s-18.714 5.914-29.325 5.914-20.392-1.96-29.325-5.914-16.737-9.693-23.411-17.267-11.917-17.020-15.695-28.354-5.667-24.505-5.667-39.459 1.889-28.16 5.667-39.583 9.022-20.921 15.695-28.478 14.477-13.277 23.411-17.143 18.714-5.791 29.325-5.791 20.392 1.924 29.325 5.791 16.737 9.569 23.411 17.143 11.917 17.055 15.695 28.478 5.667 24.629 5.667 39.583-1.889 28.125-5.667 39.459-9.022 20.78-15.695 28.354zM603.719 64.919c-2.419-8.598-5.756-15.572-10.010-20.886s-9.092-9.145-14.477-11.458-11.070-3.496-17.020-3.496c-5.791 0-11.317 1.236-16.543 3.743s-9.905 6.426-14.001 11.829-7.327 12.341-9.657 20.886-3.584 18.82-3.743 30.897c0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886 9.092 9.198 14.477 11.458 11.070 3.372 17.020 3.372c5.791 0 11.317-1.201 16.543-3.619s9.905-6.356 14.001-11.829 7.327-12.429 9.657-20.886 3.584-18.714 3.743-30.773c-0.159-12.394-1.448-22.899-3.866-31.497zM777.039 61.9l-69.756 122.615h-29.449v-177.894h29.449v122.615l69.756-122.615h29.449v177.894h-29.449zM361.931 606.898v70.621c0 9.728 7.91 17.655 17.655 17.655 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-29.202 0-52.966-23.764-52.966-52.966v-70.621c0-19.474-15.837-35.31-35.31-35.31-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655c19.474 0 35.31-15.837 35.31-35.31v-70.621c0-29.202 23.764-52.966 52.966-52.966 9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655c-9.746 0-17.655 7.927-17.655 17.655v70.621c0 21.186-9.569 40.007-24.399 52.966 14.83 12.959 24.399 31.779 24.399 52.966zM529.655 615.725c0-14.626-11.857-26.483-26.483-26.483s-26.483 11.857-26.483 26.483c0 14.626 11.857 26.483 26.483 26.483s26.483-11.857 26.483-26.483zM503.172 518.622c-9.763 0-17.655-7.91-17.655-17.655v-52.966c0-9.746 7.892-17.655 17.655-17.655s17.655 7.91 17.655 17.655v52.966c0 9.746-7.892 17.655-17.655 17.655z" />
130
- <glyph unicode="&#xe978;" glyph-name="mp4" d="M899.531 744.837l-191.841 191.841c0 0-0.018 0.018-0.035 0.018l-13.559 13.559c-6.162 6.197-14.724 9.746-23.464 9.746h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.795 14.883-29.202 32.468-33.721 0.883-0.23 1.713-0.565 2.613-0.742 2.772-0.547 5.579-0.847 8.404-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.9 0.177 1.73 0.512 2.613 0.742 17.602 4.52 32.486 18.926 32.486 33.721v741.906c0 13.506-1.624 23.517-9.71 31.62zM750.345 589.242c0-126.552-102.965-229.517-229.517-229.517s-229.517 102.965-229.517 229.517 102.965 229.517 229.517 229.517c51.165 0 101.005-17.249 141.241-48.728v-57.203h52.047c23.729-36.952 36.228-79.484 36.228-123.586zM723.527 748.139h-26.147v148.921l148.921-148.921h-122.774zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.754 1.324-4.679 4.078-4.679 7.309v256.653h723.862v-256.653c0-3.231-1.924-5.985-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.921v-104.907c-42.108 26.624-91.065 41.207-141.241 41.207-146.026 0-264.828-118.802-264.828-264.828s118.802-264.828 264.828-264.828 264.828 118.802 264.828 264.828c0 43.52-10.717 85.61-30.879 123.586h112.234c2.383 0 4.661 0.441 6.886 1.024 0-0.247 0.018-0.353 0.018-0.636v-441.768h-723.844zM360.519 62.871l-52.86 121.644h-29.449v-177.894h29.449v122.386l40.060-98.975h25.6l39.812 98.975v-122.386h29.449v177.894h-29.449zM580.29 170.038c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.182v-177.894h28.972v64.212h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.369 12.659-14.248 17.496zM569.309 111.264c-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.479h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.256-0.883-13.33-2.648-18.238zM726.44 184.515h-29.449l-76.994-113.452v-22.934h76.994v-41.507h29.449v41.525h18.591v22.916h-18.591v113.452zM697.009 71.063h-51.182l51.165 79.66v-79.66zM653.895 604.143l-194.207 123.586c-5.438 3.443-12.323 3.672-17.991 0.583-5.632-3.107-9.145-9.039-9.145-15.484v-247.172c0-6.444 3.513-12.376 9.163-15.484 2.648-1.448 5.561-2.172 8.492-2.172 3.302 0 6.603 0.936 9.481 2.754l194.207 123.586c5.085 3.249 8.174 8.863 8.174 14.901s-3.090 11.652-8.174 14.901zM467.862 497.806v182.872l143.66-91.436-143.66-91.436z" />
131
- <glyph unicode="&#xe979;" glyph-name="png" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM203.034 924.691c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h1.024c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655c0 0.353-0.177 0.653-0.194 1.006 0.053 0.018 0.124 0.018 0.177 0.035 0-0.265 0.018-0.371 0.018-0.636v-224.097l-2.878 2.737c1.66 2.701 2.878 5.685 2.878 9.092 0 9.746-7.91 17.655-17.655 17.655-3.725 0-6.974-1.412-9.834-3.372l-11.441 10.858c2.119 2.913 3.619 6.303 3.619 10.169 0 9.746-7.91 17.655-17.655 17.655-4.202 0-7.892-1.677-10.911-4.114l-11.070 10.522c2.578 3.072 4.326 6.903 4.326 11.246 0 9.746-7.91 17.655-17.655 17.655-4.661 0-8.845-1.889-12.006-4.855l-10.717 10.187c3.125 3.178 5.067 7.521 5.067 12.323 0 9.746-7.91 17.655-17.655 17.655-5.138 0-9.657-2.278-12.888-5.773l-10.258 9.746c-0.23 0.212-0.512 0.282-0.742 0.477 3.743 3.231 6.232 7.874 6.232 13.206 0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655c0-5.402 2.56-10.063 6.374-13.294-0.547-0.477-1.254-0.742-1.748-1.289l-8.828-9.675c-3.249 3.937-7.962 6.603-13.453 6.603-9.746 0-17.655-7.91-17.655-17.655 0-6.073 3.249-11.158 7.91-14.336l-10.823-11.847c-3.107 5.014-8.404 8.527-14.742 8.527-9.746 0-17.655-7.91-17.655-17.655 0-6.886 4.061-12.712 9.816-15.607l-11.423-12.5c-2.754 6.126-8.881 10.452-16.049 10.452-9.746 0-17.655-7.91-17.655-17.655 0-7.768 5.085-14.159 12.058-16.525l-12.977-14.212c-2.048 7.468-8.616 13.082-16.737 13.082-9.746 0-17.655-7.91-17.655-17.655 0-8.686 6.391-15.572 14.654-17.055l-15.007-16.437c-0.971 8.845-8.192 15.837-17.302 15.837-9.746 0-17.655-7.91-17.655-17.655 0-9.604 7.698-17.337 17.231-17.567l-8.986-9.852-83.738 83.738c-6.515 6.515-16.914 6.921-23.923 0.971l-113.205-96.344c0.282 1.236 0.759 2.419 0.759 3.743 0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655c0-9.746 7.91-17.655 17.655-17.655 0.265 0 0.477 0.141 0.742 0.141l-18.767-15.96c-0.953 8.845-8.192 15.819-17.284 15.819-9.746 0-17.655-7.91-17.655-17.655 0-8.139 5.614-14.689 13.118-16.737l-14.389-12.253c-2.56 6.603-8.881 11.335-16.384 11.335-9.746 0-17.655-7.91-17.655-17.655 0-6.515 3.69-11.97 8.951-15.025l-12.306-10.47c-3.196 4.608-8.263 7.839-14.301 7.839-9.746 0-17.655-7.91-17.655-17.655 0-5.014 2.136-9.498 5.491-12.712l-23.146-19.703v50.070c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655h35.31zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM180.401 271.449l249.538 212.392c0.9-0.141 1.695-0.53 2.613-0.53 0.441 0 0.83 0.23 1.254 0.247l180.171-180.153c6.903-6.903 18.061-6.903 24.964 0s6.903 18.061 0 24.964l-84.868 84.868 161.863 177.276 157.996-150.104v-168.96h-693.53zM389.155 170.038c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.165v-177.894h28.972v64.212h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.386 12.659-14.265 17.496zM378.174 111.264c-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.479h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.256-0.883-13.33-2.648-18.238zM541.096 61.9l-69.756 122.615h-29.449v-177.894h29.449v122.615l69.756-122.615h29.449v177.894h-29.449zM685.444 78.549h30.173v-43.926c-1.289-1.783-3.302-3.143-6.038-4.096-2.737-0.971-5.597-1.73-8.563-2.295-2.984-0.565-5.95-0.971-8.934-1.201-2.984-0.247-5.35-0.371-7.115-0.371-5.791 0-11.317 1.359-16.543 4.096s-9.905 6.921-14.001 12.553-7.327 12.871-9.657 21.716c-2.33 8.845-3.584 19.315-3.743 31.373 0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886c4.255 5.402 9.092 9.198 14.477 11.458s11.052 3.372 17.020 3.372c5.314 0 10.452-1.059 15.448-3.143 4.979-2.083 9.41-5.473 13.277-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477-8.369 3.231-17.373 4.82-27.030 4.82-10.47 0-20.198-1.96-29.202-5.914-9.022-3.955-16.861-9.693-23.534-17.267s-11.917-17.020-15.695-28.354c-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.004-20.921 15.695-28.478 6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791c5.314 0 10.664 0.388 16.049 1.201s10.628 2.172 15.695 4.096 9.905 4.378 14.477 7.362 8.722 6.797 12.429 11.458v68.785h-58.898v-19.738zM203.034 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM273.655 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM344.276 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM414.897 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 889.38c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM379.586 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM308.966 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM238.345 854.070c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM203.034 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM273.655 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM344.276 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM414.897 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 818.76c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM379.586 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM308.966 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM238.345 783.449c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM203.034 748.139c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM414.897 748.139c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 748.139c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 748.139c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 748.139c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 712.829c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 712.829c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 712.829c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 712.829c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 677.518c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 677.518c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 677.518c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM697.379 677.518c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM768 677.518c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM803.31 642.208c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM873.931 571.587c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM838.621 606.898c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM873.931 642.208c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM838.621 677.518c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 642.208c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 642.208c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 642.208c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 642.208c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM185.379 589.242c7.521 0 13.842 4.749 16.384 11.37 2.401-5.314 5.226-10.399 8.492-15.148-4.273-3.231-7.221-8.104-7.221-13.877 0-9.746 7.91-17.655 17.655-17.655 5.685 0 10.505 2.86 13.736 7.027 4.555-3.249 9.41-6.091 14.513-8.545-6.232-2.737-10.593-8.916-10.593-16.137 0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655c0 3.143-1.042 5.932-2.472 8.492 6.497-1.359 13.224-2.083 20.127-2.083s13.63 0.724 20.127 2.083c-1.43-2.56-2.472-5.35-2.472-8.492 0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655c0 7.221-4.361 13.4-10.575 16.137 5.085 2.454 9.94 5.279 14.513 8.545 3.213-4.167 8.033-7.027 13.718-7.027 9.746 0 17.655 7.91 17.655 17.655 0 5.773-2.948 10.646-7.221 13.859 3.266 4.767 6.091 9.834 8.492 15.148 2.542-6.603 8.863-11.352 16.384-11.352 9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655c-3.619 0-6.797-1.359-9.587-3.213 1.289 6.356 1.977 12.924 1.977 19.668 0 7.786-1.006 15.325-2.719 22.599 2.931-2.207 6.391-3.743 10.328-3.743 9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655c-8.121 0-14.671-5.614-16.737-13.082-2.613 5.667-5.756 11.034-9.357 16.049 4.961 3.143 8.439 8.404 8.439 14.689 0 9.746-7.91 17.655-17.655 17.655-6.374 0-11.723-3.566-14.813-8.633-5.261 3.655-10.893 6.797-16.843 9.375 7.927 1.73 14.001 8.457 14.001 16.914 0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655c0-4.414 1.783-8.333 4.467-11.423-7.133 1.642-14.513 2.595-22.122 2.595s-14.989-0.953-22.122-2.595c2.684 3.090 4.467 7.009 4.467 11.423 0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655c0-8.457 6.073-15.183 14.001-16.914-5.95-2.578-11.564-5.72-16.843-9.375-3.090 5.067-8.439 8.633-14.813 8.633-9.746 0-17.655-7.91-17.655-17.655 0-6.285 3.478-11.546 8.439-14.689-3.602-5.014-6.727-10.399-9.357-16.049-2.066 7.468-8.616 13.082-16.737 13.082-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655c3.937 0 7.398 1.536 10.328 3.725-1.713-7.274-2.719-14.813-2.719-22.599 0-6.727 0.689-13.312 1.977-19.668-2.79 1.871-5.967 3.231-9.587 3.231-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655zM291.31 704.001c34.745 0 63.011-28.266 63.011-63.011s-28.266-63.011-63.011-63.011-63.011 28.266-63.011 63.011 28.266 63.011 63.011 63.011zM485.517 606.898c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 606.898c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 606.898c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 571.587c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 571.587c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 571.587c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM203.034 536.277c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM414.897 536.277c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 536.277c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 536.277c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 500.967c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM379.586 500.967c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM308.966 500.967c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM238.345 500.967c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM203.034 465.656c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM273.655 465.656c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM344.276 465.656c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM238.345 430.346c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM203.034 395.035c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655z" />
132
- <glyph unicode="&#xe97a;" glyph-name="ppt" d="M899.531 744.837l-191.841 191.841c0 0-0.018 0.018-0.035 0.018l-13.559 13.559c-6.162 6.197-14.724 9.746-23.464 9.746h-512.388c-23.976 0-43.485-19.491-43.485-43.485v-937.031c0-23.993 19.509-43.485 43.485-43.485h707.513c23.976 0 43.485 19.491 43.485 43.485v741.906c0 8.845-3.443 17.161-9.71 23.446zM846.301 748.139h-148.921v148.921l148.921-148.921zM873.931-20.514c0-4.502-3.672-8.174-8.174-8.174h-707.513c-4.502 0-8.174 3.672-8.174 8.174v256.653h723.862v-256.653zM150.069 271.449v645.067c0 4.502 3.672 8.174 8.174 8.174h504.85c-0.583-2.225-1.024-4.52-1.024-6.921v-204.941h204.959c2.383 0 4.679 0.441 6.903 1.024v-442.403h-723.862zM328.051 70.834h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.369 12.676-14.248 17.496c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.182v-177.894h28.972v64.212zM328.051 162.552h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.239-0.883-13.312-2.648-18.22-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.462zM474.094 70.834h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.369 12.676-14.248 17.496c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.165v-177.894h28.972v64.212zM474.094 162.552h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.239-0.883-13.312-2.648-18.22-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.462zM634.598 6.622h29.219v158.102h53.089v19.791h-135.398v-19.791h53.089zM379.586 624.553c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM379.586 483.311c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM379.586 553.932c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM414.897 589.242c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 624.553c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM414.897 518.622c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 483.311c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM450.207 553.932c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 589.242c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 624.553c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM485.517 518.622c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 483.311c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 553.932c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 589.242c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 624.553c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM556.138 518.622c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 483.311c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM591.448 553.932c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 589.242c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 624.553c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM626.759 518.622c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 483.311c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM662.069 553.932c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM520.828 730.484c0 9.763-7.91 17.655-17.655 17.655s-17.655-7.892-17.655-17.655v-35.31h-194.207v-282.483h110.062l-36.917-61.528c-5.014-8.369-2.313-19.209 6.056-24.223 2.825-1.713 5.967-2.525 9.057-2.525 6.003 0 11.847 3.054 15.148 8.563l47.828 79.713h121.256l47.828-79.713c3.302-5.508 9.145-8.563 15.148-8.563 3.090 0 6.232 0.812 9.075 2.525 8.369 5.014 11.070 15.854 6.056 24.223l-36.935 61.528h110.062v282.483h-194.207v35.31zM591.448 659.863c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655v-35.31c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655v-35.31c-9.746 0-17.655-7.91-17.655-17.655s7.91-17.655 17.655-17.655v-35.31c-9.746 0-17.655-7.91-17.655-17.655h-35.31c0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655h-35.31c0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655h-35.31c0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655h-35.31c0 9.746-7.91 17.655-17.655 17.655s-17.655-7.91-17.655-17.655h-35.31c0 9.746-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655v35.31c9.746 0 17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31c0-9.746 7.91-17.655 17.655-17.655s17.655 7.91 17.655 17.655h35.31z" />
133
- <glyph unicode="&#xe97b;" glyph-name="psd" d="M899.513 744.837l-205.418 205.436c-6.179 6.179-14.724 9.728-23.464 9.728h-512.388c-23.976 0-43.485-19.509-43.485-43.485v-937.031c0-23.976 19.509-43.485 43.485-43.485h707.513c23.976 0 43.485 19.509 43.485 43.485v741.906c0 8.739-3.549 17.302-9.728 23.446zM697.379 748.139v148.921l148.921-148.921h-148.921zM424.113 409.725c-2.719 1.713-5.756 2.966-9.216 2.966-8.845 0-15.872-6.621-17.143-15.113-5.261-1.218-10.664-1.995-16.296-1.995l-19.615-0.106c-0.23 9.534-7.962 17.214-17.567 17.214-9.675 0-17.479-7.786-17.602-17.426l-40.289-0.23c4.626 6.991 8.21 14.53 11.123 22.122 3.107-2.684 7.027-4.467 11.458-4.467 9.746 0 17.655 7.91 17.655 17.655s-7.91 17.655-17.655 17.655c-1.112 0-2.101-0.441-3.16-0.636 1.271 7.115 2.083 13.7 2.525 19.085l1.448 8.898c0.3 2.913 1.042 5.667 1.66 8.457 8.527 1.254 15.183 8.298 15.183 17.161 0 3.672-1.395 6.903-3.319 9.728 3.090 4.29 6.568 8.245 10.505 11.741 2.966-2.242 6.479-3.814 10.47-3.814 9.746 0 17.655 7.91 17.655 17.655 0 0.441-0.212 0.794-0.247 1.236 6.321 1.818 12.888 3.072 19.774 3.072 2.136 0 4.149-0.441 6.25-0.636l2.948-0.371c2.383-0.3 4.643-0.936 6.956-1.448-0.071-0.653-0.371-1.201-0.371-1.854 0-9.746 7.91-17.655 17.655-17.655 4.82 0 9.181 1.96 12.359 5.085 3.372-2.754 6.479-5.756 9.304-9.057 0.371-0.441 0.724-0.865 1.095-1.324-3.143-3.178-5.102-7.539-5.102-12.359 0-9.746 7.91-17.655 17.655-17.655 0.618 0 1.148 0.282 1.748 0.353 0.177-0.847 0.512-1.624 0.671-2.489l0.088-0.459c0.724-4.131 1.271-8.316 1.271-12.641 0-7.044-1.324-13.736-3.213-20.18-0.212 0-0.371 0.106-0.565 0.106-9.746 0-17.655-7.91-17.655-17.655 0-3.672 1.377-6.886 3.302-9.71-3.531-4.043-7.415-7.733-11.741-10.911zM468.145 531.916c-0.124 0.159-0.23 0.3-0.353 0.459-10.681 14.318-24.806 25.865-41.172 33.457l37.482 37.482 49.929-49.929-36.564-36.546c-2.666 5.297-5.809 10.328-9.322 15.078zM539.030 578.349l-49.929 49.929 49.205 49.24c26.112 26.112 85.804 75.599 123.763 98.004v-60.769c-25.053-33.721-56.85-70.197-73.816-87.181l-49.223-49.223zM873.931-20.514c0-4.502-3.672-8.174-8.174-8.174h-707.513c-4.502 0-8.174 3.672-8.174 8.174v256.653h723.862v-256.653zM150.069 271.449v645.067c0 4.502 3.672 8.174 8.174 8.174h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-102.471c-45.427-20.639-124.098-88.205-148.727-112.834l-126.852-126.852c-1.677 0.071-3.337 0.247-5.032 0.247-52.454 0-96.45-37.517-105.631-88.558l-1.907-1.289-0.353-9.463c-0.6-16.631-5.332-71.539-41.366-80.26-9.128-2.278-15.148-11.034-14.001-20.339l2.842-16.243h123.233l37.182 0.53c59.445 0 107.82 48.375 107.82 107.82 0 3.407-0.194 6.762-0.512 10.099l124.451 124.434c21.592 21.61 63.4 70.197 90.765 110.221h163.028c2.383 0 4.679 0.441 6.921 1.024v-442.403h-723.862zM324.59 70.834h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.369 12.676-14.248 17.496c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.165v-177.894h28.972v64.212zM324.59 162.552h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.239-0.883-13.312-2.648-18.22-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.462zM485.111 28.585c-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542c-3.708 1.059-7.292 2.172-10.734 3.372-3.46 1.201-6.321 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 5.985-4.467 9.781-6.162 3.778-1.695 7.751-3.019 11.953-3.99 4.184-0.971 8.333-1.66 12.429-2.048s8.086-0.6 11.953-0.6c9.004 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.854 17.267-5.544 23.287-3.708 6.038-8.333 11.070-13.877 15.078s-11.546 7.45-17.991 10.258c-6.444 2.807-12.394 5.703-17.867 8.686s-10.063 6.426-13.753 10.381c-3.708 3.955-5.544 9.145-5.544 15.572 0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609c2.242 2.26 4.82 4.131 7.733 5.667s5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247 3.69-0.335 6.674-0.883 8.934-1.695 2.242-0.812 3.99-1.607 5.191-2.419s2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419 0.794 1.448 1.766 3.266 2.895 5.438 1.112 2.172 2.33 4.502 3.619 6.991 1.289 2.507 2.419 4.785 3.372 6.886-4.679 3.054-10.787 5.279-18.344 6.638-7.574 1.359-15.060 2.048-22.44 2.048-7.239 0-14.124-1.112-20.639-3.372s-12.235-5.526-17.143-9.781c-4.908-4.255-8.81-9.446-11.705-15.572s-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716 3.69-5.791 8.369-10.823 14.001-15.078s11.67-7.962 18.097-11.105c6.426-3.143 12.429-6.268 17.991-9.41s10.169-6.638 13.877-10.505c3.69-3.866 5.544-8.527 5.544-14.001 0-9.022-2.613-15.819-7.839-20.392-5.314-4.59-12.835-6.886-22.634-6.886zM651.405 7.469c4.661 0.565 9.816 1.836 15.448 3.866 5.632 2.013 11.458 5.032 17.496 9.057s11.458 9.534 16.296 16.543 8.81 15.695 11.953 26.077 4.714 22.899 4.714 37.535c0 10.628-1.854 20.974-5.544 31.020-3.708 10.046-9.287 19.032-16.772 26.906s-16.896 14.212-28.248 18.944-24.505 7.115-39.459 7.115h-53.583v-177.911h67.337c2.242 0 5.703 0.282 10.364 0.847zM602.659 27.861v134.691h16.896c13.842 0 25.106-1.818 33.792-5.438s15.572-8.369 20.639-14.248 8.474-12.429 10.258-19.668c1.766-7.239 2.648-14.566 2.648-21.963 0-23.817-4.343-42.002-13.030-54.554s-22.846-18.82-42.478-18.82h-28.725zM397.241 500.967c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM432.552 465.656c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM361.931 465.656c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655zM397.241 430.346c0-9.751-7.904-17.655-17.655-17.655s-17.655 7.904-17.655 17.655c0 9.751 7.904 17.655 17.655 17.655s17.655-7.904 17.655-17.655z" />
134
- <glyph unicode="&#xe97c;" glyph-name="rtf" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.018 0.018l-13.612 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.941c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM399.66 96.663c5.95 9.022 8.934 19.95 8.934 32.821 0 8.527-1.818 16.207-5.438 23.058s-8.369 12.676-14.248 17.496-12.518 8.457-19.915 10.858c-7.415 2.419-14.901 3.619-22.44 3.619h-51.182v-177.894h28.972v64.212c5.95 0 10.664 0 14.124 0s6.038 0 7.733 0 2.931 0.035 3.743 0.124c0.794 0.088 1.448 0.124 1.924 0.124l33.545-64.441h30.649l-40.554 70.003c10.152 4.326 18.185 10.999 24.152 20.021zM361.278 93.874c-3.549-1.201-7.080-1.818-10.628-1.818h-26.306v70.479h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686s4.131-7.080 4.943-10.858c0.794-3.778 1.201-7.115 1.201-10.010 0-7.239-0.9-13.312-2.648-18.22-1.783-4.908-4.096-8.722-6.991-11.458s-6.126-4.714-9.657-5.932zM445.281 164.724h53.107v-158.102h29.202v158.102h53.107v19.791h-135.415zM615.936 6.622h29.449v80.137h74.346v19.791h-74.346v56.002h81.814v21.963h-111.263zM238.345 712.829h105.931c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-105.931c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM238.345 624.553h158.897c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-158.897c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM467.862 624.553c4.59 0 9.181 1.942 12.535 5.12 3.178 3.354 5.12 7.945 5.12 12.535s-1.942 9.181-5.12 12.535c-6.709 6.532-18.361 6.532-25.070 0-3.196-3.354-5.12-7.768-5.12-12.535s1.924-9.181 5.12-12.535c3.337-3.178 7.945-5.12 12.535-5.12zM538.483 624.553h141.241c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-141.241c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM225.81 389.915c-3.196-3.354-5.12-7.768-5.12-12.535s1.924-9.181 5.12-12.535c3.337-3.178 7.751-5.12 12.535-5.12 4.767 0 9.181 1.942 12.535 5.12 3.178 3.354 5.12 7.945 5.12 12.535s-1.942 9.181-5.12 12.535c-6.532 6.532-18.538 6.532-25.070 0zM450.207 395.035h-141.241c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h141.241c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM785.655 659.863h-35.31c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h35.31c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM238.345 536.277h388.414c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-388.414c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM785.655 571.587h-105.931c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h105.931c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM238.345 448.001h70.621c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-70.621c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM556.138 483.311h-176.552c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h176.552c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM785.655 483.311h-158.897c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h158.897c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655z" />
135
- <glyph unicode="&#xe97d;" glyph-name="txt" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.035 0.018l-13.594 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.941c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM268.306 164.724h53.107v-158.102h29.202v158.102h53.107v19.791h-135.415zM534.793 184.515l-34.039-72.404h-2.401l-31.391 72.404h-33.068l48.040-91.471-45.144-86.422h33.562l30.402 67.107h2.419l28.248-67.107h33.545l-45.144 86.422 48.040 91.471zM597.786 164.724h53.107v-158.102h29.202v158.102h53.107v19.791h-135.415zM238.345 712.829h105.931c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-105.931c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM238.345 624.553h158.897c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-158.897c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM467.862 624.553c4.59 0 9.181 1.942 12.535 5.12 3.178 3.354 5.12 7.945 5.12 12.535s-1.942 9.181-5.12 12.535c-6.532 6.532-18.538 6.532-24.894 0-3.354-3.354-5.297-7.768-5.297-12.535s1.924-9.181 5.12-12.535c3.337-3.178 7.945-5.12 12.535-5.12zM538.483 624.553h141.241c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-141.241c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM225.81 389.915c-3.196-3.354-5.12-7.945-5.12-12.535s1.924-9.181 5.12-12.535c3.337-3.178 7.945-5.12 12.535-5.12s9.181 1.942 12.535 5.12c3.178 3.354 5.12 7.945 5.12 12.535s-1.942 9.181-5.12 12.359c-6.532 6.709-18.538 6.709-25.070 0.177zM450.207 395.035h-141.241c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h141.241c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM785.655 659.863h-35.31c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h35.31c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM238.345 536.277h388.414c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-388.414c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM785.655 571.587h-105.931c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h105.931c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM238.345 448.001h70.621c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655h-70.621c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655zM556.138 483.311h-176.552c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h176.552c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655zM785.655 483.311h-158.897c-9.763 0-17.655-7.91-17.655-17.655s7.892-17.655 17.655-17.655h158.897c9.763 0 17.655 7.91 17.655 17.655s-7.892 17.655-17.655 17.655z" />
136
- <glyph unicode="&#xe97e;" glyph-name="xls" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM392.422 184.515l-34.039-72.404h-2.419l-31.373 72.404h-33.068l48.022-91.471-45.127-86.422h33.545l30.42 67.107h2.419l28.231-67.107h33.562l-45.144 86.422 48.040 91.471zM494.998 184.515h-29.449v-177.894h111.281v21.963h-81.832zM687.492 93.768c-5.544 4.025-11.546 7.45-17.991 10.258s-12.394 5.703-17.867 8.686c-5.473 2.984-10.063 6.426-13.753 10.381-3.708 3.955-5.544 9.145-5.544 15.572 0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609c2.242 2.26 4.82 4.131 7.733 5.667s5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247 3.69-0.335 6.674-0.883 8.934-1.695 2.242-0.812 3.99-1.607 5.191-2.419s2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419 0.794 1.448 1.766 3.266 2.895 5.438 1.112 2.172 2.33 4.502 3.619 6.991 1.289 2.507 2.419 4.785 3.372 6.886-4.679 3.054-10.787 5.279-18.344 6.638-7.574 1.359-15.060 2.048-22.44 2.048-7.239 0-14.124-1.112-20.639-3.372s-12.235-5.526-17.143-9.781c-4.908-4.255-8.81-9.446-11.705-15.572s-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716 3.69-5.791 8.369-10.823 14.001-15.078s11.67-7.962 18.097-11.105c6.426-3.143 12.429-6.268 17.991-9.41s10.169-6.638 13.877-10.505c3.69-3.866 5.544-8.527 5.544-14.001 0-9.022-2.613-15.819-7.839-20.392-5.226-4.59-12.765-6.886-22.563-6.886-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542c-3.708 1.059-7.292 2.172-10.734 3.372-3.46 1.201-6.321 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 5.985-4.467 9.781-6.162 3.778-1.695 7.751-3.019 11.953-3.99 4.184-0.971 8.333-1.66 12.429-2.048s8.086-0.6 11.953-0.6c9.004 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.854 17.267-5.544 23.287-3.761 6.020-8.386 11.052-13.948 15.078zM432.552 730.484h-211.862v-388.414h582.621v317.793h-370.759v70.621zM256 624.553h141.241v-35.31h-141.241v35.31zM256 553.932h141.241v-35.31h-141.241v35.31zM256 483.311h141.241v-35.31h-141.241v35.31zM397.241 377.38h-141.241v35.31h141.241v-35.31zM768 377.38h-335.448v35.31h335.448v-35.31zM768 448.001h-335.448v35.31h335.448v-35.31zM768 518.622h-335.448v35.31h335.448v-35.31zM768 624.553v-35.31h-335.448v35.31h335.448zM256 659.863v35.31h141.241v-35.31h-141.241z" />
137
- <glyph unicode="&#xe97f;" glyph-name="xml" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.035 0.018l-13.594 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-20.957 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.848-29.166 32.415-33.704 0.9-0.247 1.766-0.583 2.684-0.759 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.737 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.941c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM374.766 184.515l-34.039-72.404h-2.419l-31.373 72.404h-33.068l48.022-91.471-45.127-86.422h33.545l30.42 67.107h2.419l28.231-67.107h33.562l-45.144 86.422 48.040 91.471zM529.973 62.871l-52.877 121.644h-29.449v-177.894h29.449v122.386l40.077-98.975h25.582l39.83 98.975v-122.386h29.449v177.894h-29.449zM686.133 184.515h-29.449v-177.894h111.281v21.963h-81.832zM409.724 654.69c-6.903 6.903-18.061 6.903-24.964 0l-105.931-105.931c-6.903-6.903-6.903-18.061 0-24.964l105.931-105.931c3.443-3.443 7.962-5.173 12.482-5.173s9.039 1.73 12.482 5.173c6.903 6.903 6.903 18.061 0 24.964l-93.449 93.449 93.449 93.449c6.903 6.903 6.903 18.061 0 24.964zM621.586 654.69c-6.903 6.903-18.061 6.903-24.964 0s-6.903-18.061 0-24.964l93.449-93.449-93.449-93.449c-6.903-6.903-6.903-18.061 0-24.964 3.443-3.443 7.962-5.173 12.482-5.173s9.039 1.73 12.482 5.173l105.931 105.931c6.903 6.903 6.903 18.061 0 24.964l-105.931 105.931zM562.017 711.822c-9.234 3.266-19.279-1.571-22.528-10.77l-105.931-300.138c-3.249-9.198 1.589-19.279 10.77-22.528 1.942-0.689 3.937-1.006 5.879-1.006 7.274 0 14.089 4.537 16.649 11.776l105.931 300.138c3.249 9.198-1.571 19.279-10.77 22.528z" />
138
- <glyph unicode="&#xe980;" glyph-name="jpg" d="M899.513 744.837l-205.418 205.436c-6.179 6.179-14.724 9.728-23.464 9.728h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.783 0.512 2.684 0.759 17.567 4.537 32.415 18.926 32.415 33.704v741.906c0 13.542-1.642 23.552-9.728 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243 924.691h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.941c2.383 0 4.679 0.441 6.903 1.024 0-0.265 0.018-0.371 0.018-0.636v-224.097l-146.732 139.405c-3.443 3.266-7.857 5.014-12.8 4.838-4.749-0.177-9.198-2.242-12.412-5.738l-172.932-189.387-83.738 83.738c-6.515 6.515-16.914 6.921-23.923 0.971l-271.325-230.947v616.342c0 3.831 0.583 16.349 8.174 16.349zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.942-6.003-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM180.401 271.449l251.498 214.051 182.078-182.095c6.903-6.903 18.061-6.903 24.964 0s6.903 18.061 0 24.964l-84.868 84.868 161.863 177.276 157.996-150.087v-168.978h-693.53zM341.698 51.995c-0.335-7.874-3.019-13.489-8.086-16.772s-11.864-4.943-20.392-4.943c-3.372 0-6.991 0.388-10.858 1.201s-7.574 1.73-11.105 2.772c-3.549 1.059-6.797 2.172-9.781 3.372s-5.279 2.383-6.886 3.496l-12.306-19.544c3.213-2.419 7.15-4.59 11.829-6.515 4.661-1.924 9.534-3.655 14.601-5.191s9.975-2.648 14.724-3.372c4.749-0.724 8.881-1.095 12.429-1.095 7.080 0 13.965 0.689 20.639 2.048s12.588 3.778 17.743 7.239c5.155 3.46 9.251 8.051 12.306 13.753s4.59 12.765 4.59 21.116v138.558h-29.449v-136.121zM507.886 170.038c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.165v-177.894h28.972v64.212h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.404 12.659-14.265 17.496zM496.905 111.264c-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.479h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.256-0.883-13.33-2.648-18.238zM631.349 78.549h30.173v-43.926c-1.289-1.783-3.302-3.143-6.038-4.096-2.737-0.971-5.597-1.73-8.563-2.295-2.984-0.565-5.95-0.971-8.934-1.201-2.984-0.247-5.35-0.371-7.115-0.371-5.791 0-11.317 1.359-16.543 4.096s-9.905 6.921-14.001 12.553-7.327 12.871-9.657 21.716c-2.33 8.845-3.584 19.315-3.743 31.373 0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886c4.255 5.402 9.092 9.198 14.477 11.458s11.052 3.372 17.020 3.372c5.314 0 10.452-1.059 15.448-3.143 4.979-2.083 9.41-5.473 13.277-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477-8.369 3.231-17.373 4.82-27.030 4.82-10.47 0-20.198-1.96-29.202-5.914-9.022-3.955-16.861-9.693-23.534-17.267s-11.917-17.020-15.695-28.354c-3.778-11.352-5.667-24.505-5.667-39.459s1.889-28.16 5.667-39.583c3.778-11.423 9.004-20.921 15.695-28.478 6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791c5.314 0 10.664 0.388 16.049 1.201s10.628 2.172 15.695 4.096 9.905 4.378 14.477 7.362 8.722 6.797 12.429 11.458v68.785h-58.898v-19.738zM336.666 542.668c54.219 0 98.322 44.103 98.322 98.322s-44.103 98.322-98.322 98.322-98.322-44.103-98.322-98.322 44.103-98.322 98.322-98.322zM336.666 704.001c34.745 0 63.011-28.266 63.011-63.011s-28.266-63.011-63.011-63.011-63.011 28.266-63.011 63.011 28.266 63.011 63.011 63.011z" />
139
- <glyph unicode="&#xe981;" glyph-name="mp3" d="M899.513 744.837l-205.418 205.436c-6.285 6.285-14.618 9.728-23.464 9.728h-512.388c-23.993 0-43.485-19.491-43.485-43.485v-937.031c0-23.993 19.491-43.485 43.485-43.485h707.513c23.976 0 43.485 19.491 43.485 43.485v741.906c0 8.845-3.443 17.178-9.728 23.446zM846.301 748.139h-148.921v148.921l148.921-148.921zM873.931-20.514c0-4.502-3.672-8.174-8.174-8.174h-707.513c-4.502 0-8.174 3.672-8.174 8.174v256.653h723.862v-256.653zM150.069 271.449v645.067c0 4.502 3.672 8.174 8.174 8.174h504.85c-0.583-2.225-1.024-4.52-1.024-6.921v-204.941h204.941c2.383 0 4.679 0.441 6.921 1.024v-442.403h-723.862zM307.659 129.007l40.060-98.975h25.6l39.812 98.975v-122.386h29.449v177.894h-29.449l-52.612-121.644-52.86 121.644h-29.449v-177.894h29.449zM515.725 70.834h21.486c9.322 0 17.867 1.359 25.582 4.096s14.336 6.603 19.791 11.582 9.746 11.14 12.8 18.467 4.59 15.484 4.59 24.505c0 8.527-1.818 16.207-5.438 23.058s-8.369 12.676-14.248 17.496-12.518 8.457-19.915 10.858-14.883 3.619-22.44 3.619h-51.182v-177.894h28.972v64.212zM515.725 162.552h21.716c7.398 0 13.365-1.165 17.867-3.496s7.998-5.226 10.505-8.686 4.131-7.080 4.943-10.858 1.201-7.115 1.201-10.010c0-7.239-0.883-13.312-2.648-18.22s-4.096-8.722-6.991-11.458-6.073-4.714-9.534-5.914-6.974-1.818-10.505-1.818h-26.553v70.462zM672.856 26.166c-7.574 0-13.524 0.282-17.867 0.847s-7.733 1.289-10.134 2.172-4.255 1.818-5.544 2.772-2.648 1.836-4.096 2.648l-6.515-20.762c3.054-1.924 8.474-3.831 16.296-5.667s18.467-2.772 31.991-2.772c1.924 0 4.626 0.159 8.086 0.477s7.274 1.059 11.458 2.172 8.474 2.86 12.906 5.191 8.422 5.438 11.953 9.287 6.479 8.722 8.81 14.601 3.496 12.835 3.496 20.886c0 6.603-1.112 12.429-3.372 17.496s-5.067 9.375-8.457 12.906-7.027 6.268-10.982 8.21-7.751 3.143-11.458 3.619c2.895 0.636 6.038 1.96 9.41 3.99s6.426 4.555 9.181 7.609 4.979 6.638 6.762 10.734 2.648 8.651 2.648 13.63c0 8.527-1.483 15.925-4.467 22.21s-6.991 11.423-12.076 15.448-10.982 6.974-17.743 8.81-13.912 2.772-21.486 2.772c-10.77 0-19.032-0.636-24.735-1.924s-10.505-2.507-14.354-3.619l8.457-21.716c2.26 0.812 5.579 1.889 10.010 3.266s10.346 2.048 17.743 2.048 13.188-0.847 17.373-2.542 7.362-3.902 9.534-6.638 3.496-5.703 3.99-8.934 0.724-6.268 0.724-9.181c0-7.239-1.059-12.8-3.143-16.649s-4.749-6.603-7.962-8.21-6.638-2.507-10.258-2.648-7.203-0.247-10.734-0.247h-16.419l0.247-19.544h24.382c9.657 0 16.984-2.984 21.963-8.934s7.486-13.277 7.486-21.963c0-9.181-2.737-16.772-8.21-22.81s-13.789-9.039-24.894-9.039zM606.667 719.255c-69.102 55.278-83.986 110.822-85.839 118.961v15.854c0 9.763-7.892 17.655-17.655 17.655s-17.655-7.892-17.655-17.655v-325.067h-65.43c-68.537 0-111.122-34.622-111.122-90.342 0-61.193 39.548-100.74 100.74-100.74 61.281 0 111.122 49.841 111.122 111.122v202.558l5.261-4.29c6.003-5.932 15.201-12.712 26.854-21.274 40.925-30.173 109.462-80.631 92.231-137.587-0.512-1.73-0.759-3.443-0.759-5.138 0-7.592 4.908-14.583 12.535-16.896 1.713-0.512 3.425-0.759 5.12-0.759 7.592 0 14.583 4.908 16.896 12.535 28.725 94.897-7.45 165.782-31.55 199.574-10.010 14.054-22.952 27.242-40.748 41.49zM485.517 449.043c0-41.807-34.004-75.811-75.811-75.811-41.578 0-65.43 23.852-65.43 65.43 0 45.48 41.225 55.031 75.811 55.031h65.43v-44.65zM573.881 654.425c-10.081 7.45-18.803 13.859-24.205 19.085l-28.849 23.658v61.316c14.601-20.727 35.081-43.838 63.77-66.79 15.148-12.147 25.988-23.093 34.057-34.428 12.641-17.708 25.265-41.295 31.567-70.232-23.428 28.425-54.449 51.271-76.341 67.39z" />
140
- <glyph unicode="&#xe982;" glyph-name="pdf" d="M899.531 744.837l-205.453 205.453c-6.162 6.162-14.707 9.71-23.446 9.71h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.777 14.866-29.184 32.45-33.721 0.883-0.23 1.73-0.565 2.648-0.742 2.754-0.547 5.561-0.847 8.386-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.918 0.177 1.766 0.512 2.648 0.742 17.585 4.537 32.45 18.944 32.45 33.721v741.906c0 13.542-1.624 23.534-9.71 31.62zM846.301 748.139h-148.921v148.921l148.921-148.921zM158.243-28.689c-1.254 0-2.383 0.459-3.496 0.865-2.754 1.306-4.679 4.061-4.679 7.309v256.653h723.862v-256.653c0-3.249-1.924-5.985-4.679-7.309-1.112-0.406-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.265 0.018-0.371 0.018-0.636v-441.768h-723.862zM389.155 170.038c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.165v-177.894h28.972v64.212h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.386 12.659-14.265 17.496zM378.174 111.264c-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.479h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0-7.256-0.883-13.33-2.648-18.238zM564.153 158.456c-7.486 7.874-16.896 14.212-28.248 18.944s-24.505 7.115-39.459 7.115h-53.583v-177.894h67.337c2.242 0 5.703 0.282 10.381 0.847 4.661 0.565 9.816 1.836 15.448 3.866 5.632 2.013 11.458 5.032 17.496 9.057s11.458 9.534 16.296 16.543 8.81 15.695 11.953 26.077 4.714 22.899 4.714 37.535c0 10.628-1.854 20.974-5.544 31.020-3.725 10.028-9.304 18.997-16.79 26.889zM543.038 46.699c-8.686-12.553-22.846-18.82-42.478-18.82h-28.725v134.691h16.896c13.842 0 25.106-1.818 33.792-5.438s15.572-8.369 20.639-14.248 8.474-12.429 10.258-19.668c1.766-7.239 2.648-14.566 2.648-21.963 0-23.817-4.343-42.019-13.030-54.554zM628.489 6.622h29.449v80.137h74.346v19.791h-74.346v56.002h81.814v21.963h-111.263zM678.453 554.621c-16.225 0-36.14-2.119-59.286-6.321-32.309 34.286-66.030 84.356-89.83 133.508 23.605 99.381 11.794 113.452 6.585 120.090-5.544 7.062-13.365 18.52-22.263 18.52-3.725 0-13.895-1.695-17.938-3.037-10.169-3.39-15.642-11.229-20.021-21.451-12.482-29.184 4.643-78.936 22.263-117.283-15.060-59.904-40.324-131.602-66.878-189.793-66.913-30.649-102.453-60.751-105.666-89.476-1.165-10.452 1.306-25.794 19.686-39.583 5.032-3.761 10.929-5.756 17.073-5.756v0c15.448 0 31.055 11.829 49.117 37.199 13.171 18.503 27.313 43.732 42.072 75.052 47.281 20.674 105.772 39.353 155.86 49.823 27.895-26.783 52.877-40.342 74.346-40.342 15.819 0 29.378 7.274 39.194 21.027 10.222 14.318 12.553 27.136 6.886 38.135-6.797 13.224-23.552 19.686-51.2 19.686zM362.567 383.842c-8.263 6.338-7.786 10.611-7.609 12.217 1.095 9.816 16.472 27.242 54.201 48.446-28.601-52.824-43.961-59.833-46.592-60.663zM507.339 788.534c0.759 0.247 18.45-19.438 1.695-56.779-25.176 25.759-3.425 56.196-1.695 56.779zM470.846 505.592c17.92 42.708 34.586 89.865 47.21 133.544 19.827-35.628 43.644-70.197 67.478-97.88-37.676-8.845-77.789-21.327-114.688-35.663zM698.615 514.049c-5.438-7.609-17.231-7.786-21.363-7.786-9.41 0-12.924 5.597-27.313 16.666 11.864 1.518 23.058 1.907 31.974 1.907 15.695 0 18.573-2.313 20.745-3.478-0.388-1.254-1.412-3.619-4.043-7.309z" />
141
- <glyph unicode="&#xe983;" glyph-name="svg" d="M899.513 744.837l-191.823 191.841c-0.018 0.018-0.018 0.018-0.035 0.018l-13.594 13.612c-6.268 6.25-14.583 9.693-23.428 9.693h-512.388c-23.993 0-43.485-19.509-43.485-43.485v-937.031c0-23.976 19.491-43.485 43.485-43.485h707.513c23.976 0 43.485 19.509 43.485 43.485v741.906c0 8.739-3.549 17.302-9.728 23.446zM846.301 748.139h-148.921v148.921l148.921-148.921zM873.931-20.514c0-4.502-3.672-8.174-8.174-8.174h-707.513c-4.502 0-8.174 3.672-8.174 8.174v256.653h723.862v-256.653zM150.069 271.449v645.067c0 4.502 3.672 8.174 8.174 8.174h504.85c-0.583-2.225-1.024-4.52-1.024-6.903v-204.959h204.941c2.383 0 4.679 0.441 6.921 1.024v-442.403h-723.862zM339.068 28.585c-3.231 0-6.674 0.335-10.381 0.971s-7.398 1.483-11.105 2.542-7.274 2.172-10.734 3.372-6.303 2.454-8.563 3.743l-5.067-20.762c2.737-2.419 6.003-4.467 9.781-6.162s7.751-3.019 11.953-3.99 8.333-1.66 12.429-2.048 8.086-0.6 11.953-0.6c9.022 0 17.055 1.359 24.135 4.096s13.030 6.391 17.867 10.982 8.563 9.905 11.229 15.925 3.99 12.27 3.99 18.714c0 9.498-1.836 17.267-5.544 23.287s-8.333 11.070-13.877 15.078-11.546 7.45-17.991 10.258-12.394 5.703-17.867 8.686-10.046 6.426-13.753 10.381-5.544 9.145-5.544 15.572c0 2.578 0.636 5.279 1.924 8.086s3.054 5.35 5.314 7.609 4.82 4.131 7.733 5.667 5.95 2.454 9.181 2.772c5.791 0.477 10.54 0.565 14.248 0.247s6.674-0.883 8.934-1.695 3.99-1.607 5.191-2.419 2.295-1.448 3.266-1.924c0.159 0.159 0.636 0.971 1.448 2.419s1.783 3.266 2.895 5.438 2.33 4.502 3.619 6.991 2.419 4.785 3.372 6.886c-4.679 3.054-10.77 5.279-18.344 6.638s-15.060 2.048-22.44 2.048c-7.239 0-14.124-1.112-20.639-3.372s-12.217-5.526-17.143-9.781-8.81-9.446-11.705-15.572-4.343-13.118-4.343-20.992c0-8.686 1.836-15.925 5.544-21.716s8.369-10.823 14.001-15.078 11.67-7.962 18.097-11.105 12.429-6.268 17.991-9.41 10.169-6.638 13.877-10.505 5.544-8.527 5.544-14.001c0-9.022-2.613-15.819-7.839-20.392-5.297-4.59-12.818-6.886-22.634-6.886zM511.894 5.651l57.927 178.865h-32.821l-43.697-153.512-41.26 153.512h-33.086l55.278-178.865zM624.252 28.338c6.674-7.574 14.477-13.277 23.411-17.143s18.714-5.791 29.325-5.791c5.314 0 10.664 0.388 16.049 1.201s10.628 2.172 15.695 4.096 9.905 4.378 14.477 7.362 8.722 6.797 12.429 11.458v68.785h-58.898v-19.791h30.173v-43.926c-1.289-1.783-3.302-3.143-6.038-4.096s-5.579-1.73-8.563-2.295-5.95-0.971-8.934-1.201-5.35-0.371-7.115-0.371c-5.791 0-11.317 1.359-16.543 4.096s-9.905 6.921-14.001 12.553-7.327 12.871-9.657 21.716-3.584 19.315-3.743 31.373c0.159 12.394 1.448 22.846 3.866 31.373s5.756 15.484 10.010 20.886 9.092 9.198 14.477 11.458 11.070 3.372 17.020 3.372c5.314 0 10.47-1.059 15.448-3.143s9.41-5.473 13.277-10.134l20.039 17.867c-6.603 6.426-14.089 11.264-22.44 14.477s-17.373 4.82-27.030 4.82c-10.47 0-20.198-1.96-29.202-5.914s-16.861-9.693-23.534-17.267-11.917-17.020-15.695-28.354-5.667-24.505-5.667-39.459 1.889-28.16 5.667-39.583 9.022-20.851 15.695-28.425zM715.034 624.553h-105.931v70.621h-176.552v-70.621h-105.931v35.31h-105.931v-105.931h105.931v35.31h62.641c-80.614-46.539-133.261-133.967-133.261-229.517 0-9.746 7.892-17.655 17.655-17.655s17.655 7.91 17.655 17.655c0 92.619 57.009 176.534 141.241 211.774v-52.877h176.552v52.877c84.233-35.257 141.241-119.172 141.241-211.774 0-9.746 7.892-17.655 17.655-17.655s17.655 7.91 17.655 17.655c0 95.55-52.648 182.978-133.261 229.517h62.641v-35.31h105.931v105.931h-105.931v-35.31zM291.31 589.242h-35.31v35.31h35.31v-35.31zM573.793 553.932h-105.931v105.931h105.931v-105.931zM750.345 624.553h35.31v-35.31h-35.31v35.31z" />
142
- <glyph unicode="&#xe984;" glyph-name="zip-2" d="M899.531 744.837l-191.841 191.841c0 0-0.018 0.018-0.035 0.018l-13.559 13.559c-6.162 6.197-14.724 9.746-23.464 9.746h-512.388c-20.939 0-43.485-16.172-43.485-51.659v-937.031c0-14.795 14.883-29.202 32.468-33.721 0.883-0.23 1.713-0.565 2.613-0.742 2.772-0.547 5.579-0.847 8.404-0.847h707.513c2.825 0 5.632 0.3 8.386 0.847 0.9 0.177 1.73 0.512 2.613 0.742 17.602 4.52 32.486 18.926 32.486 33.721v741.906c0 13.506-1.624 23.517-9.71 31.62zM697.379 897.060l148.921-148.921h-148.921v148.921zM158.243-28.689c-1.254 0-2.383 0.441-3.496 0.865-2.754 1.324-4.679 4.078-4.679 7.309v256.653h723.862v-256.653c0-3.231-1.924-5.985-4.679-7.309-1.112-0.424-2.242-0.865-3.496-0.865h-707.513zM150.069 271.449v636.893c0 3.831 0.583 16.349 8.174 16.349h504.85c-0.583-2.225-1.024-4.52-1.024-6.921v-204.941h204.959c2.383 0 4.661 0.441 6.886 1.024 0-0.247 0.018-0.353 0.018-0.636v-441.768h-723.862zM345.441 161.104h89.794l-5.067-3.866-84.727-127.206v-23.411h118.29v23.411h-89.565l4.838 3.866 84.727 127.206v23.411h-118.29zM505.009 184.515h29.449v-177.894h-29.449v177.894zM672.15 170.038c-5.879 4.82-12.518 8.457-19.915 10.858-7.398 2.419-14.883 3.619-22.44 3.619h-51.165v-177.894h28.972v64.212h21.486c9.322 0 17.867 1.359 25.582 4.096s14.318 6.603 19.791 11.582c5.473 4.979 9.728 11.14 12.8 18.467 3.054 7.327 4.59 15.484 4.59 24.505 0 8.527-1.818 16.207-5.438 23.058s-8.386 12.659-14.265 17.496zM661.169 111.264c-1.783-4.908-4.096-8.722-6.991-11.458s-6.073-4.714-9.534-5.914c-3.46-1.201-6.974-1.818-10.505-1.818h-26.553v70.479h21.716c7.398 0 13.347-1.165 17.867-3.496 4.502-2.33 7.998-5.226 10.505-8.686 2.489-3.46 4.131-7.080 4.943-10.858 0.794-3.778 1.201-7.115 1.201-10.010 0.018-7.256-0.883-13.33-2.648-18.238zM520.828 553.932h35.31v35.31h-35.31v35.31h35.31v35.31h-35.31v35.31h35.31v35.31h-35.31v35.31h35.31v35.31h-35.31v35.31h-35.31v-35.31h-35.31v-35.31h35.31v-35.31h-35.31v-35.31h35.31v-35.31h-35.31v-35.31h35.31v-35.31h-35.31v-35.31h35.31v-35.31h-70.621v-88.276c0-48.675 39.601-88.276 88.276-88.276s88.276 39.601 88.276 88.276v88.276h-70.621v35.31zM556.138 430.346c0-29.202-23.764-52.966-52.966-52.966s-52.966 23.764-52.966 52.966v52.966h105.931v-52.966zM485.517 412.691h35.31c9.746 0 17.655 7.892 17.655 17.655s-7.91 17.655-17.655 17.655h-35.31c-9.746 0-17.655-7.892-17.655-17.655s7.91-17.655 17.655-17.655z" />
143
- <glyph unicode="&#xe985;" glyph-name="calendar-1" d="M637.999 540.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM637.999 366.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM811.998 540.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM983.998 460.002c22.092 0 40 17.908 40 40v220c0 88.224-71.776 160-160 160h-52v40c0 22.092-17.908 40-40 40s-40-17.908-40-40v-40h-182v40c0 22.092-17.908 40-40 40s-40-17.908-40-40v-40h-180v40c0 22.092-17.908 40-40 40s-40-17.908-40-40v-40h-50c-88.224 0-160-71.776-160-160v-623.999c0-88.224 71.776-160 160-160h503.999c1.362 0 2.708 0.070 4.034 0.204 1.318-0.13 2.638-0.204 3.956-0.204 10.666 0 21.132 4.268 28.822 12.254l311.999 323.999c11.128 11.556 14.276 28.642 7.998 43.402s-20.768 24.344-36.81 24.344h-192c-88.224 0-160-71.776-160-160v-164h-471.999c-44.112 0-80 35.888-80 80v623.999c0 44.112 35.888 80 80 80h50v-40c0-22.092 17.908-40 40-40s40 17.908 40 40v40h180v-40c0-22.092 17.908-40 40-40s40 17.908 40 40v40h182v-40c0-22.092 17.908-40 40-40s40 17.908 40 40v40h52c44.112 0 80-35.888 80-80v-220c0-22.092 17.908-40 40-40zM711.999 180.003c0 44.112 35.888 80 80 80h97.95l-177.95-184.796v104.796zM289.999 540.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM463.999 366.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM289.999 192.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM289.999 366.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM463.999 192.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40zM463.999 540.002c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40z" />
144
- <glyph unicode="&#xe986;" glyph-name="glasses" d="M272.079 647.255c-69.567 0-130.885-35.862-166.538-90.040h-84.589c-11.569 0-20.952-9.383-20.952-20.952s9.383-20.952 20.952-20.952h63.599c-7.574-21.039-11.729-43.698-11.729-67.311 0-109.871 89.387-199.258 199.258-199.258s199.258 89.387 199.258 199.258-89.387 199.254-199.258 199.254zM272.079 290.647c-86.764 0-157.354 70.59-157.354 157.354s70.59 157.354 157.354 157.354 157.354-70.59 157.354-157.354-70.59-157.354-157.354-157.354zM1003.048 557.215h-94.457c-10.113 15.413-22.355 29.496-36.526 41.718-36.124 31.162-82.323 48.322-130.086 48.322-71.347 0-134.024-37.717-169.227-94.234-15.281 19.537-39.050 32.133-65.722 32.133-13.975 0-27.81-3.53-40.007-10.203-10.151-5.556-13.877-18.287-8.321-28.442 5.552-10.148 18.284-13.87 28.438-8.321 6.135 3.359 12.826 5.060 19.89 5.060 22.893 0 41.519-18.626 41.519-41.519 0-1.425 0.147-2.818 0.416-4.166-4.075-15.853-6.244-32.461-6.244-49.568 0-109.871 89.387-199.258 199.258-199.258 82.49 0 157.441 51.848 186.519 129.014 4.079 10.829-1.39 22.914-12.222 26.989-10.825 4.086-22.914-1.386-26.993-12.218-22.96-60.938-82.155-101.885-147.304-101.885-86.764 0-157.354 70.59-157.354 157.354s70.59 157.354 157.354 157.354c77.968 0 143.338-55.798 155.434-132.677 1.798-11.429 12.515-19.234 23.955-17.439 11.429 1.798 19.237 12.522 17.442 23.951-1.945 12.368-5.095 24.451-9.289 36.124h73.53c11.569 0 20.952 9.383 20.952 20.952s-9.383 20.959-20.955 20.959z" />
145
- <glyph unicode="&#xe987;" glyph-name="add-friend" d="M962.875 364.791c-34.89 35.203-81.002 56.641-129.946 61.17 42.252 38.014 68.911 92.892 68.911 154.196 0 114.687-92.937 207.624-207.647 207.624-109.557 0-199.259-84.861-207.044-192.41 97.465-42.163 165.863-139.294 165.863-252.063 0-41.181-9.37-81.426-26.792-117.944 25.097-13.117 48.231-30.072 68.398-50.417 51.711-52.068 81.091-124.057 80.533-197.452l-0.045-1.495-0.045-1.272-1.829-34.734h248.716l2.052 275.063c0.424 56.106-21.55 109.913-61.125 149.734zM517.198 189.067c42.23 37.991 68.978 92.892 68.978 154.196 0 114.71-92.981 207.669-207.669 207.669-114.71 0-207.669-92.959-207.669-207.669 0-61.192 26.636-116.048 68.799-154.062-107.973-8.366-193.258-97.778-194.038-207.87l-2.052-41.337h662.693l2.052 38.237c0.402 56.083-21.595 109.891-61.147 149.712-34.935 35.225-81.024 56.596-129.946 61.125zM133.94 706.265v-77.142c0-31.946 25.967-57.89 57.935-57.89 32.013 0 57.935 25.945 57.935 57.89v77.142h77.053c31.968 0 57.913 25.967 57.913 57.935 0 31.946-25.945 57.913-57.913 57.913h-77.053v76.005c0 31.968-25.922 57.89-57.935 57.89-31.968 0-57.935-25.922-57.935-57.89v-75.982h-76.027c-32.013 0-57.913-25.967-57.913-57.913 0-31.968 25.9-57.935 57.913-57.935h76.027z" />
146
- <glyph unicode="&#xe988;" glyph-name="attach" d="M980.633 587.066c-16.708 16.618-43.723 16.544-60.341-0.162l-512.908-515.682c-66.544-66.544-174.62-66.544-241.288 0.090-66.618 66.652-66.618 174.728 0.008 241.354l528.090 530.864c41.545 41.543 109.089 41.543 150.754-0.090 41.653-41.653 41.653-109.189-0.010-150.854l-437.474-437.47c-0.028-0.028-0.052-0.060-0.080-0.088-16.666-16.574-43.601-16.552-60.233 0.080-16.66 16.66-16.66 43.663 0 60.323l211.165 211.209c16.66 16.664 16.658 43.681-0.006 60.341s-43.681 16.658-60.341-0.006l-211.163-211.205c-49.983-49.983-49.983-131.017 0.004-181.002 49.985-49.985 131.019-49.985 181.006 0 0.058 0.058 0.104 0.12 0.16 0.178l437.302 437.302c74.99 74.99 74.99 196.557 0 271.546-75 74.946-196.559 74.946-271.504 0l-528.090-530.868c-99.87-99.87-99.87-261.964 0.072-361.956 100.008-99.956 262.104-99.956 362.052-0.008l512.99 515.762c16.616 16.708 16.542 43.723-0.164 60.341z" />
147
- <glyph unicode="&#xe989;" glyph-name="search-file" d="M622.008 516.001c-97.047 0-176-78.953-176-176s78.953-176 176-176c97.047 0 176 78.953 176 176s-78.953 176-176 176zM622.008 204.001c-74.992 0-136 61.008-136 136s61.008 136 136 136 136-61.008 136-136-61.008-136-136-136zM1006.133 51.774l-158.727 158.734c22 38.148 34.602 82.375 34.602 129.492 0 69.539-27.445 132.781-72.063 179.484v224.539c-0.016 0-0.031 0-0.047 0 0 5.203-1.984 10.313-5.805 14.141l-195.977 195.977c-3.828 3.828-8.945 5.805-14.148 5.805 0 0.023 0 0.031 0.008 0.055h-531.977c-33.086 0-60-26.914-60-60v-904c0-33.086 26.914-60 60-60h687.953c33.078 0 60 26.914 60 60v60.141l100.273-100.281c13.219-13.219 30.586-19.828 47.961-19.828 17.367 0 34.734 6.609 47.953 19.828 26.437 26.445 26.437 69.469-0.008 95.914zM622.008 120.001c-121.305 0-220 98.695-220 220s98.695 220 220 220 220-98.695 220-220-98.695-220-220-220zM613.977 891.712l127.688-127.695h-107.688c-11.031 0-20 8.977-20 20zM769.953-3.999c0-11.031-8.977-20-20-20h-687.953c-11.031 0-20 8.969-20 20v904c0 11.031 8.969 20 20 20h511.977v-135.977c0-33.086 26.914-60 60-60h135.969v-170.344c-42.016 29.188-93.008 46.32-147.938 46.32-143.367 0-260-116.633-260-260 0-27.992 4.469-54.969 12.695-80.258h-244.398c-11.039 0-20-8.953-20-20 0-11.039 8.961-20 20-20h255.391c1.883 0 3.711 0.281 5.438 0.773 43.344-83.406 130.563-140.516 230.875-140.516 47.109 0 91.336 12.602 129.484 34.602l18.461-18.461zM977.852-15.851c-10.844-10.852-28.492-10.852-39.336 0l-153.477 153.477c14.469 11.68 27.656 24.867 39.336 39.336l153.477-153.469c10.852-10.852 10.852-28.5 0-39.344zM622.008 429.993c-11.047 0-20-8.953-20-20s8.953-20 20-20c27.563 0 49.992-22.43 49.992-49.992 0-11.047 8.953-20 20-20s20 8.953 20 20c0 49.625-40.367 89.992-89.992 89.992zM310.297 398.415h-179.992c-11.039 0-20-8.953-20-20s8.961-20 20-20h179.992c11.047 0 20 8.953 20 20s-8.953 20-20 20zM322.148 537.079h-191.844c-11.039 0-20-8.953-20-20 0-11.039 8.961-20 20-20h191.844c11.047 0 20 8.961 20 20 0 11.047-8.953 20-20 20zM382 121.079c-5.266 0-10.422-2.133-14.141-5.859-3.719-3.719-5.859-8.875-5.859-14.141 0-5.258 2.141-10.422 5.859-14.133 3.719-3.727 8.875-5.867 14.141-5.867 5.258 0 10.422 2.141 14.156 5.867 3.719 3.711 5.844 8.875 5.844 14.133 0 5.266-2.125 10.422-5.844 14.141-3.734 3.727-8.898 5.859-14.156 5.859zM299.859 121.079h-169.555c-11.039 0-20-8.953-20-20 0-11.039 8.961-20 20-20h169.555c11.039 0 20 8.961 20 20 0 11.047-8.953 20-20 20zM130.297 635.743c5.281 0 10.422 2.141 14.141 5.859 3.742 3.742 5.859 8.875 5.859 14.141 0 5.258-2.117 10.414-5.859 14.156-3.719 3.719-8.883 5.844-14.141 5.844s-10.398-2.125-14.141-5.844c-3.719-3.719-5.859-8.875-5.859-14.156 0-5.266 2.141-10.422 5.859-14.141 3.727-3.719 8.883-5.859 14.141-5.859zM514 675.743h-298.922c-11.039 0-20-8.953-20-20 0-11.039 8.961-20 20-20h298.922c11.047 0 20 8.961 20 20 0 11.047-8.953 20-20 20zM130.305 774.415h383.695c11.047 0 20 8.953 20 20s-8.953 20-20 20h-383.695c-11.039 0-20-8.953-20-20s8.961-20 20-20z" />
148
- <glyph unicode="&#xe98a;" glyph-name="upload-file" horiz-adv-x="819" d="M430.080 379.734v-177.493c0-13.653-10.24-23.893-23.893-23.893s-23.893 10.24-23.893 23.893v177.493h-180.907c-13.653 0-23.893 10.24-23.893 23.893s10.24 23.893 23.893 23.893h177.493v177.493c0 13.653 10.24 23.893 23.893 23.893s23.893-10.24 23.893-23.893v-177.493h177.493c13.653 0 23.893-10.24 23.893-23.893s-10.24-23.893-23.893-23.893h-174.080zM552.96 953.174l252.587-266.24c3.413-3.413 6.827-10.24 6.827-17.067v-600.747c0-75.093-61.44-133.12-133.12-133.12h-542.72c-75.093 0-136.533 61.44-136.533 133.12v757.76c0 71.68 61.44 133.12 136.533 133.12h399.36c6.827 0 13.653-3.413 17.067-6.827zM559.787 871.254v-116.053c0-34.133 27.307-58.027 58.027-58.027h109.227l-167.253 174.080zM679.253-16.212c47.787 0 85.333 37.547 85.333 85.333v576.853h-143.36c-61.44 0-109.227 47.787-109.227 109.227v157.013h-375.467c-47.787 0-85.333-37.547-85.333-85.333v-754.347c0-47.787 37.547-85.333 85.333-85.333h542.72z" />
149
- <glyph unicode="&#xe98b;" glyph-name="assignment" d="M775.174 769.249l-179.926 181.926c-5.464 5.478-16.334 8.826-21.248 8.826h-544c-16.582 0-30-13.418-30-30v-964c0-16.582 13.418-30 30-30h724c16.582 0 30 13.418 30 30v782c0 4.684-3.288 15.726-8.826 21.248zM351.212 246.791l-120-120c-5.86-5.86-13.536-8.79-21.21-8.79s-15.352 2.93-21.21 8.79l-60 60c-11.722 11.718-11.722 30.702-0.002 42.42 11.718 11.718 30.704 11.718 42.422 0l38.788-38.788 98.79 98.79c11.718 11.718 30.704 11.718 42.422 0s11.718-30.704 0-42.422zM351.212 486.791l-120-120c-5.86-5.86-13.536-8.79-21.21-8.79s-15.352 2.93-21.21 8.79l-60 60c-11.722 11.718-11.722 30.702-0.002 42.42 11.718 11.718 30.704 11.718 42.422 0l38.788-38.788 98.79 98.79c11.718 11.718 30.704 11.718 42.422 0s11.718-30.704 0-42.422zM351.212 726.791l-120-120c-5.86-5.86-13.536-8.79-21.21-8.79s-15.352 2.93-21.21 8.79l-60 60c-11.722 11.718-11.722 30.702-0.002 42.42 11.718 11.718 30.704 11.718 42.422 0l38.788-38.788 98.79 98.79c11.718 11.718 30.704 11.718 42.422 0s11.718-30.704 0-42.422zM634 118.001h-184c-16.582 0-30 13.418-30 30s13.418 30 30 30h184c16.582 0 30-13.418 30-30s-13.418-30-30-30zM634 358.001h-184c-16.582 0-30 13.418-30 30s13.418 30 30 30h184c16.582 0 30-13.418 30-30s-13.418-30-30-30zM634 598.001h-184c-16.582 0-30 13.418-30 30s13.418 30 30 30h184c16.582 0 30-13.418 30-30s-13.418-30-30-30zM604 778.001v77.578l77.578-77.578h-77.578zM934 778.001c-49.628 0-90-40.372-90-90 0-52.082 0-97.918 0-150h180c0 52.082 0 97.918 0 150 0 49.628-40.372 90-90 90zM964 658.001h-60v30c0 16.552 13.448 30 30 30s30-13.448 30-30v-30zM844 178.001v-30c0-4.658 1.084-9.258 3.164-13.418l60-120c11.056-22.050 42.616-22.050 53.672 0l60 120c2.080 4.16 3.164 8.76 3.164 13.418v30h-180zM844 478.001h180v-240h-180v240z" />
150
- <glyph unicode="&#xe98c;" glyph-name="feedback" d="M972.8 908.801h-153.6v51.2h-614.4v-51.2h-153.6c-30.72 0-51.2-20.48-51.2-51.2v-122.88c0-117.76 87.040-215.040 204.8-230.4v-5.12c0-148.48 102.4-271.36 240.64-302.080l-35.84-107.52h-117.76c-20.48 0-40.96-15.36-46.080-35.84l-40.96-117.76h614.4l-40.96 117.76c-5.12 20.48-25.6 35.84-46.080 35.84h-117.76l-35.84 107.52c138.24 30.72 240.64 153.6 240.64 302.080v5.12c117.76 15.36 204.8 112.64 204.8 230.4v122.88c0 30.72-20.48 51.2-51.2 51.2zM204.8 606.721c-56.32 15.36-102.4 66.56-102.4 128v71.68h102.4v-199.68zM614.4 448.001l-102.4 56.32-102.4-56.32 25.6 102.4-76.8 102.4h107.52l46.080 102.4 46.080-102.4h107.52l-76.8-102.4 25.6-102.4zM921.6 734.721c0-61.44-46.080-117.76-102.4-128v199.68h102.4v-71.68z" />
151
- <glyph unicode="&#xe98d;" glyph-name="purchase" d="M486.809 71.137c0-68.545-55.567-124.112-124.112-124.112s-124.112 55.567-124.112 124.112c0 68.545 55.567 124.112 124.112 124.112s124.112-55.567 124.112-124.112zM760.337 196.454v0c-68.879 6.778-130.21-43.563-136.988-112.441s43.563-130.21 112.441-136.988c8.162-0.803 16.385-0.803 24.547 0 68.879 6.778 119.219 68.109 112.441 136.988-5.855 59.507-52.936 106.586-112.441 112.441zM1015.791 668.803c-6.166 9.233-16.613 14.683-27.714 14.46h-137.367v2.41c0.009 145.743-118.13 263.898-263.872 263.908-145.74 0.009-263.896-118.13-263.905-263.872 0-0.012 0-0.024 0-0.035v-2.41h-102.423l-34.944 159.056c-3.881 16.18-18.305 27.62-34.944 27.714h-150.621v-72.298h121.702l112.062-514.523c2.958-16.917 17.773-29.176 34.944-28.919h630.2c16.639 0.096 31.061 11.534 34.944 27.714l89.168 356.672c2.615 10.621-0.080 21.85-7.23 30.124zM586.821 494.082c-105.812 0-191.59 85.779-191.59 191.59s85.779 191.59 191.59 191.59 191.59-85.779 191.59-191.59c-0.657-105.539-86.052-190.932-191.59-191.59zM557.902 682.057l-66.273 67.478-51.814-50.609 91.578-92.783c6.674-6.811 15.768-10.708 25.304-10.845 9.411-0.461 18.585 3.034 25.304 9.64l151.826 143.392-49.404 53.019-126.522-119.292z" />
152
- <glyph unicode="&#xe98e;" glyph-name="uoload-success" d="M442.007 51.791c-51.516 14.937-99.437 41.227-139.656 76.555-13.789 12.109-26.672 25.25-38.508 39.273-13.305 15.742-25.406 32.773-35.859 50.539-3.93 6.687-7.648 13.492-11.148 20.414-6.773 13.391-12.711 27.203-17.773 41.328-10.211 28.5-16.828 58.258-19.766 88.383-5.961 61.156 3.562 123.148 27.539 179.273 3.258 7.625-0.281 16.453-7.906 19.711-7.633 3.258-16.453-0.281-19.711-7.914-5.812-13.594-10.797-27.531-15.023-41.68-10.961 16.797-26.852 29.781-46.43 37.586-25.25 10.062-55.594 10.812-83.258 2.055-6.070-1.922-10.273-7.469-10.477-13.844-0.922-28.992 8.039-57.992 24.57-79.57 18.508-24.148 45.305-37.984 75.476-38.969 0.93-0.031 1.859-0.047 2.789-0.047 7.133 0 14.352 0.906 21.367 2.609-0.977-16.453-0.937-32.992 0.141-49.508-19.047 14.961-42.555 22.203-67.601 20.523-27.125-1.805-54.828-14.203-76.016-34.023-4.656-4.352-6.055-11.172-3.492-17.008 11.664-26.555 32.25-48.867 56.469-61.211 14.484-7.383 29.844-11.086 45.219-11.086 13.398 0 26.812 2.812 39.68 8.445 7.047 3.086 13.766 7.195 19.875 12.070 5.422-19.234 12.281-37.969 20.523-56.094-17.703 4.312-36.367 3.539-54.609-2.508-25.805-8.555-49.508-27.508-65.039-52.008-3.414-5.383-3.062-12.336 0.883-17.344 17.961-22.781 43.484-39.211 70.023-45.086 7.461-1.648 14.906-2.461 22.242-2.461 21.883 0 42.844 7.242 60.601 21.219 5.937 4.672 11.336 10.227 15.977 16.352 2.547-3.211 5.133-6.398 7.781-9.539 9.797-11.586 20.18-22.547 31.094-32.852-16.289-2.727-31.781-9.625-45.437-20.5-21.266-16.93-36.969-42.906-43.094-71.266-1.344-6.227 1.391-12.625 6.82-15.961 20.258-12.445 43.805-19.133 66.469-19.133 4.992 0 9.945 0.32 14.812 0.984 30.141 4.086 55.461 20.492 71.281 46.195 3.992 6.492 7.156 13.625 9.398 21.039 25.633-14.172 52.898-25.523 81.406-33.797 1.398-0.398 2.805-0.594 4.187-0.594 6.516 0 12.516 4.266 14.422 10.836 2.312 7.969-2.273 16.297-10.242 18.609zM147.273 458.509c-7.117-2.57-14.773-3.797-22.227-3.555-33.281 1.086-67.687 28.141-70.828 76.555 47.445 10.117 82.82-15.664 92.898-47.398 2.25-7.094 3.148-14.805 2.609-22.359-0.086-0.469-0.211-1.148-0.359-1.93-0.016-0.102-0.031-0.203-0.055-0.305-0.094-0.047-0.187-0.094-0.281-0.141-0.711-0.352-1.328-0.664-1.758-0.867zM150.312 325.47c-0.492-0.625-0.922-1.172-1.211-1.547-5.32-5.383-11.711-9.797-18.523-12.781-30.5-13.367-73.211-3.789-96.906 38.547 38.461 29.578 81.484 21.562 104.258-2.734 5.086-5.422 9.219-12 11.984-19.047 0.125-0.461 0.305-1.133 0.516-1.898 0.023-0.102 0.047-0.203 0.078-0.297-0.062-0.078-0.133-0.164-0.195-0.242zM198.562 165.025c-26.172-20.594-69.922-22.039-103.476 12.992 29.797 38.281 73.461 41.328 101.601 23.523 5.039-3.195 9.664-7.266 13.594-11.906 1.25-1.937 2.508-3.867 3.781-5.805-3.203-7.32-9.242-13.875-15.5-18.805zM317.25 51.439c-17.453-28.359-58.008-44.812-101.601-23.516-2.156 1.055 11.656 24.508 13.242 26.711 5.242 7.258 11.648 13.68 19 18.805 6.516 4.523 13.758 8 21.367 10.227 3.914 1.148 7.922 1.961 11.977 2.422 10.398 1.18 42.812 2.125 43.945-13.586 0.492-6.766-4.992-16.297-7.93-21.062zM1019.241 364.485c-21.187 19.82-48.891 32.219-76.016 34.031-25.062 1.664-48.555-5.578-67.601-20.531 1.078 16.516 1.125 33.055 0.148 49.516 36.937-9.008 76.367 6.047 99.633 36.406 16.531 21.57 25.484 50.578 24.57 79.57-0.203 6.367-4.406 11.914-10.484 13.844-27.656 8.75-58.008 8-83.25-2.055-19.578-7.805-35.477-20.789-46.43-37.594-4.227 14.156-9.211 28.086-15.023 41.687-3.258 7.625-12.078 11.172-19.711 7.906-7.625-3.258-11.164-12.078-7.906-19.711 23.977-56.125 33.5-118.117 27.539-179.265-7.219-74-36.805-144.156-84.547-200.672-46.867-55.476-108.32-95.562-178.172-115.828-7.969-2.312-12.555-10.641-10.234-18.609 1.906-6.57 7.898-10.836 14.414-10.836 1.383 0 2.797 0.195 4.187 0.602 28.508 8.266 55.773 19.617 81.414 33.789 2.242-7.406 5.406-14.547 9.398-21.039 15.82-25.703 41.133-42.109 71.281-46.195 27.937-3.789 57.367 3.461 81.281 18.148 5.43 3.336 8.164 9.734 6.82 15.969-6.125 28.352-21.836 54.328-43.094 71.266-13.656 10.875-29.148 17.773-45.437 20.5 10.914 10.305 21.297 21.266 31.086 32.852 2.656 3.141 5.242 6.328 7.789 9.531 4.641-6.117 10.031-11.672 15.969-16.344 17.766-13.977 38.719-21.219 60.601-21.219 35.984 0 70.273 19.633 92.265 47.547 3.945 5.008 4.305 11.961 0.891 17.344-15.531 24.492-39.242 43.453-65.039 52.008-18.242 6.055-36.906 6.82-54.609 2.516 8.242 18.117 15.102 36.852 20.523 56.086 6.109-4.875 12.828-8.984 19.875-12.070 12.867-5.641 26.281-8.453 39.672-8.453 15.383 0 30.742 3.711 45.219 11.094 24.219 12.344 44.805 34.648 56.469 61.211 2.562 5.828 1.164 12.648-3.492 17zM760.725 81.642c10.859-4.227 20.578-11.078 28.43-19.672 2.43-2.664 22.781-32.297 19.195-34.047-43.586-21.297-84.148-4.844-101.601 23.516-3.898 6.328-6.633 13.602-7.937 21.062-0.016 0.172-0.031 0.398-0.047 0.633-0.43 8 16.75 10.539 22.375 11.844 0.086 0.016 0.172 0.039 0.25 0.055 12.984 3.117 26.867 1.469 39.336-3.391zM928.921 178.017c-33.562-35.031-77.305-33.586-103.484-12.992-5.836 4.594-10.914 10.469-14.719 17.031-0.195 0.43-0.469 1.070-0.789 1.797 4.773 7.141 9.969 12.992 17.383 17.687 28.141 17.797 71.805 14.758 101.609-23.523zM876.882 484.103c10.070 31.742 45.43 57.523 92.898 47.398-3.141-48.414-37.547-75.461-70.828-76.547-7.453-0.242-15.109 0.984-22.227 3.555-0.422 0.203-1.047 0.508-1.75 0.859-0.102 0.047-0.195 0.094-0.289 0.141-0.023 0.109-0.039 0.211-0.055 0.312-0.148 0.781-0.281 1.461-0.359 1.93-0.539 7.547 0.359 15.266 2.609 22.352zM893.421 311.142c-6.805 2.984-13.187 7.391-18.5 12.766-4.875 4.937 7.734 19.406 11.148 23.047 22.766 24.305 65.805 32.312 104.258 2.734-23.695-42.328-66.406-51.914-96.906-38.547zM245.336 621.219c-4.953-8.586-4.375-19.305 1.484-27.305l93.211-127.328-93.211-127.328c-5.859-8-6.437-18.711-1.484-27.297 4.508-7.797 12.812-12.516 21.68-12.516 0.898 0 1.797 0.047 2.711 0.141l57.336 6.242c8.242 0.891 14.203 8.305 13.305 16.555-0.898 8.242-8.305 14.187-16.555 13.305l-46.055-5.008 88.672 121.125c6.477 8.844 6.477 20.727 0 29.57l-88.664 121.125 149.226-16.234c10.875-1.18 21.187 4.758 25.609 14.789l60.562 137.351 20.758-47.078c3.344-7.586 12.211-11.023 19.805-7.68 7.586 3.344 11.023 12.211 7.68 19.805l-25.336 57.461c-4 9.070-12.992 14.937-22.906 14.937s-18.898-5.867-22.898-14.937l-63.664-144.383-156.875 17.055c-9.852 1.070-19.43-3.781-24.391-12.367zM756.608 299.587c9.875-1.062 19.422 3.789 24.383 12.375s4.375 19.297-1.484 27.297l-93.211 127.328 93.211 127.328c5.859 8 6.445 18.719 1.484 27.305s-14.562 13.445-24.383 12.367l-156.875-17.062-9.875 22.398c-3.352 7.586-12.211 11.031-19.805 7.68-7.594-3.344-11.031-12.211-7.68-19.797l11.352-25.75c4.422-10.031 14.734-15.984 25.609-14.789l149.226 16.234-88.672-121.133c-6.469-8.844-6.469-20.727 0.008-29.562l88.664-121.125-149.226 16.227c-10.898 1.187-21.195-4.758-25.609-14.789l-60.562-137.351-60.562 137.359c-4.422 10.023-14.727 15.969-25.609 14.781l-34.492-3.75c-8.242-0.898-14.203-8.312-13.305-16.555 0.898-8.25 8.312-14.195 16.555-13.305l30.844 3.352 63.664-144.39c4-9.070 12.984-14.93 22.898-14.93s18.906 5.859 22.906 14.93l63.664 144.39zM441.671 834.93c1.094-7.469 7.508-12.836 14.836-12.836 0.727 0 1.469 0.055 2.203 0.164 8.211 1.203 13.883 8.836 12.672 17.039l-7.922 53.867c-1.211 8.203-8.836 13.891-17.047 12.672-8.203-1.211-13.875-8.844-12.672-17.047zM219.445 742.118l44.68-31.117c2.609-1.82 5.602-2.695 8.57-2.695 4.742 0 9.414 2.25 12.336 6.437 4.742 6.805 3.062 16.164-3.742 20.906l-44.672 31.117c-6.805 4.742-16.172 3.070-20.914-3.742-4.734-6.805-3.062-16.164 3.742-20.906zM348.531 777.665c2.844-4.586 7.758-7.117 12.789-7.117 2.695 0 5.43 0.727 7.891 2.25 7.047 4.367 9.227 13.625 4.867 20.68l-27.258 44.023c-4.359 7.055-13.625 9.234-20.672 4.867-7.055-4.367-9.234-13.617-4.867-20.672zM567.616 822.25c0.742-0.109 1.477-0.156 2.203-0.156 7.328 0 13.742 5.367 14.836 12.828l7.93 53.867c1.211 8.203-4.461 15.836-12.672 17.047-8.187 1.203-15.836-4.469-17.047-12.672l-7.922-53.867c-1.211-8.203 4.461-15.836 12.672-17.047zM753.64 708.305c2.961 0 5.953 0.875 8.562 2.695l44.68 31.117c6.805 4.742 8.477 14.102 3.742 20.906-4.742 6.805-14.102 8.484-20.906 3.742l-44.68-31.117c-6.805-4.742-8.477-14.102-3.742-20.906 2.922-4.187 7.594-6.437 12.344-6.437zM657.116 772.797c2.461-1.523 5.195-2.25 7.891-2.25 5.031 0 9.945 2.531 12.789 7.117l27.25 44.031c4.367 7.047 2.187 16.305-4.867 20.672-7.047 4.359-16.305 2.187-20.672-4.859l-27.258-44.031c-4.359-7.055-2.18-16.312 4.867-20.68z" />
153
- <glyph unicode="&#xe98f;" glyph-name="coding" d="M580.317 693.936c-26.363 7.323-53.674-8.113-61.001-34.479l-110.11-396.387c-7.323-26.366 8.113-53.677 34.479-61.001 4.436-1.232 8.899-1.82 13.289-1.82 21.702 0 41.621 14.369 47.712 36.299l110.11 396.387c7.323 26.363-8.113 53.677-34.479 61.001zM246.391 684.291c-21.042 17.5-52.283 14.627-69.777-6.415l-165.161-198.616c-15.294-18.392-15.268-45.082 0.066-63.442l165.161-197.771c9.801-11.736 23.879-17.791 38.056-17.791 11.201 0 22.465 3.779 31.734 11.518 21.005 17.54 23.813 48.789 6.273 69.791l-138.693 166.076 138.759 166.869c17.494 21.045 14.62 52.287-6.418 69.781zM1012.482 480.184l-165.161 197.767c-17.54 21.005-48.789 23.81-69.791 6.27-21.005-17.54-23.81-48.789-6.27-69.791l138.693-166.076-138.759-166.869c-17.497-21.042-14.623-52.283 6.415-69.777 9.256-7.7 20.487-11.452 31.655-11.452 14.214 0 28.325 6.085 38.123 17.87l165.161 198.616c15.294 18.396 15.268 45.086-0.066 63.442z" />
154
- <glyph unicode="&#xe990;" glyph-name="vimeo" d="M874.872 860.877c99.075-2.603 148.636-58.845 149.128-168.874 0-7.221-0.246-14.736-0.639-22.448-4.372-93.278-73.778-220.351-208.513-381.169-138.96-168.481-256.847-252.819-353.662-253.262-60.221 0-110.225 51.576-150.356 154.776l-42.145 141.465-41.654 141.268c-30.7 102.366-63.512 153.45-98.534 153.45-7.663 0-34.236-14.932-79.869-44.699l-48.629 57.519 75.448 62.677 74.22 62.038c66.459 53.246 117.003 82.030 151.682 86.303 4.617 0.491 9.235 0.639 13.95 0.639 71.175 0 115.628-51.134 133.065-153.45 9.726-58.354 17.781-105.804 24.314-142.251 6.336-36.545 11.641-61.989 15.866-76.479 23.528-96.766 48.874-145.395 76.136-145.787 20.925 0 53.148 31.535 96.668 94.605 42.538 64.789 65.428 112.779 68.375 144.019 0.933 6.336 1.277 12.28 1.277 17.781 0 42.292-23.283 63.365-69.652 63.365-23.528 0-48.629-5.010-75.497-14.687 48.137 148.391 140.679 222.709 277.527 223.2 3.831 0 7.614 0 11.494 0z" />
155
- <glyph unicode="&#xe991;" glyph-name="link" d="M980.717 775.693l-130.942 129.561c-57.957 57.058-152.070 57.444-210.156 0.642l-145.295-141.731c-58.182-56.769-58.439-149.244-0.642-206.271l83.035 79.76c-8.413 25.399 1.959 54.49 22.509 74.622l92.443 90.131c29.284 28.417 76.26 28.288 105.158-0.321l78.636-77.705c28.898-28.609 28.77-74.686-0.321-103.167l-92.443-90.195c-19.555-19.073-51.664-29.541-76.581-22.83l-81.333-79.824c57.893-57.187 151.942-57.444 210.156-0.642l145.134 141.602c58.343 56.866 58.535 149.244 0.642 206.367zM448.728 256.998c6.904-24.821-4.142-56.93-24.146-76.452l-86.342-84.351c-29.605-28.898-77.512-28.738-106.988 0.385l-80.209 79.021c-29.412 29.091-29.22 76.388 0.385 105.158l86.406 84.351c21.064 20.454 51.311 30.857 77.705 22.123l83.292 82.521c-58.953 58.15-154.896 58.439-214.105 0.642l-140.093-136.786c-59.274-57.893-59.563-152.006-0.642-210.284l133.382-131.873c58.889-58.086 154.767-58.375 214.105-0.578l140.093 136.786c59.21 57.957 59.467 152.006 0.642 210.22l-83.484-80.884zM357.666 294.631c19.619-19.811 51.728-20.004 71.732-0.257l239.375 238.123c19.94 19.811 20.068 51.857 0.257 71.732-19.683 19.747-51.728 19.876-71.604 0.193l-239.44-238.059c-19.908-19.747-20.036-51.792-0.321-71.732z" />
156
- <glyph unicode="&#xe992;" glyph-name="html5" d="M60.641 959.699c0.49-4.862 0.867-9.347 1.244-13.832 3.882-43.455 7.651-86.948 11.57-130.365 4.975-55.214 9.987-110.541 14.887-165.717 4.146-46.432 8.254-92.978 12.362-139.448 4.673-52.35 9.384-104.661 14.058-157.049 4.108-46.395 8.216-92.978 12.362-139.448 5.050-56.608 10.176-113.141 15-169.75 0.302-3.656 1.47-5.201 5.088-6.181 119.737-33.769 239.398-67.576 358.984-101.269 3.015-0.829 6.633-0.791 9.648 0 120.114 33.694 240.19 67.425 360.303 101.081 4.108 1.168 5.389 2.94 5.653 6.972 2.563 31.545 5.503 63.053 8.254 94.561 3.090 34.749 6.256 69.573 9.347 104.397 2.789 31.131 5.503 62.186 8.329 93.355 3.166 34.824 6.256 69.649 9.347 104.435 2.714 31.093 5.503 62.149 8.329 93.317 3.090 34.674 6.181 69.347 9.271 104.021 2.789 31.206 5.503 62.412 8.405 93.694 3.090 34.674 6.181 69.347 9.271 104.021 2.789 31.583 5.578 63.242 8.555 94.862 0.791 9.422 1.583 18.92 2.487 28.643-301.17-0.302-601.586-0.302-902.756-0.302zM785.092 659.811c-143.971 0-287.866 0-432.289 0 3.392-38.932 6.746-77.488 10.063-116.156 137.526 0 274.637 0 412.238 0-1.018-8.178-2.299-15.905-3.015-23.706-1.922-19.636-3.769-39.309-5.503-58.87-3.166-35.54-6.256-71.307-9.347-106.847-2.714-31.96-5.465-63.731-8.329-95.691-1.771-20.163-3.769-40.327-5.465-60.453-0.302-3.166-2.337-3.241-4.183-3.807-48.731-13.417-97.387-26.872-146.119-40.214-26.721-7.425-53.405-14.925-80.164-22.274-1.206-0.377-2.864-0.151-4.146 0.264-75.603 20.766-151.169 41.608-226.697 62.299-3.467 0.867-3.543 3.015-3.769 5.503-1.922 24.271-3.844 48.355-5.653 72.626-2.525 32.563-5.088 65.164-7.651 97.764-0.075 0.829-0.075 1.847-0.151 3.015 37.312 0 74.548 0 111.973 0 0.942-10.591 1.96-21.181 2.864-31.583 1.658-18.467 3.317-36.897 4.9-55.478 0.151-2.111 0.791-2.94 2.827-3.543 40.553-10.817 81.031-21.784 121.659-32.676 1.432-0.415 3.166-0.226 4.636 0.151 40.025 10.741 80.013 21.633 120.114 32.261 2.412 0.716 3.467 1.809 3.693 4.259 4.41 47.262 8.895 94.598 13.455 141.822 0 0.151-0.075 0.339-0.151 0.867-130.516 0-261.107 0-391.999 0-10.289 114.234-20.465 228.054-30.679 342.213 189.385 0 377.942 0 567.478 0-3.43-37.236-7.048-74.284-10.591-111.747z" />
157
- <glyph unicode="&#xe993;" glyph-name="upload" d="M811.932 569.778c-2.138 156.122-129.804 282.477-286.425 282.477-69.67 0-136.792-25.344-188.996-71.364-46.592-41.070-78.464-95.954-91.086-156.212-0.922 0.010-1.836 0.018-2.748 0.018-133.81 0-242.678-108.866-242.678-242.678s108.868-242.678 242.68-242.678h169.486c12.058 0 21.838 9.776 21.838 21.838s-9.78 21.838-21.838 21.838h-169.486c-109.732 0-199.004 89.272-199.004 199.002s89.272 199.002 199.004 199.002c5.846 0 12.026-0.314 18.896-0.96 11.644-1.090 22.098 7.192 23.684 18.792 7.864 57.64 36.322 110.654 80.134 149.276 44.222 38.984 101.084 60.452 160.112 60.452 133.87 0 242.778-108.91 242.778-242.778 0-4.82-0.358-9.788-0.736-15.048l-0.162-2.236c-0.454-6.424 1.95-12.722 6.574-17.208 4.618-4.486 10.976-6.702 17.394-6.060 5.808 0.586 11.668 0.88 17.416 0.88 94.594 0 171.556-76.96 171.556-171.556 0-94.594-76.96-171.554-171.556-171.554h-178.222c-12.058 0-21.838-9.776-21.838-21.838s9.78-21.838 21.838-21.838h178.222c118.678 0 215.232 96.55 215.232 215.23-0.002 117.614-94.842 213.504-212.068 215.202zM525.509 749.617c-91.316 0-169.484-68.242-181.828-158.734-1.63-11.95 6.738-22.96 18.686-24.59 1.002-0.136 1.996-0.204 2.978-0.204 10.75 0 20.118 7.94 21.608 18.888 9.406 68.96 68.972 120.964 138.554 120.964 12.062 0 21.838 9.776 21.838 21.838 0.002 12.060-9.776 21.838-21.836 21.838zM624.819 319.898l-79.436 70.96c-13.694 12.24-34.354 12.238-48.054 0.002l-79.436-70.964c-8.996-8.034-9.772-21.84-1.738-30.836 8.034-8.992 21.838-9.774 30.836-1.738l52.528 46.924v-268.661c0-12.062 9.776-21.838 21.838-21.838 12.060 0 21.838 9.776 21.838 21.838v268.665l52.53-46.926c4.164-3.722 9.362-5.552 14.54-5.552 6.004 0 11.98 2.458 16.296 7.29 8.030 8.996 7.252 22.8-1.742 30.836z" />
158
- <glyph unicode="&#xe994;" glyph-name="save" horiz-adv-x="998" d="M785.67 908.732c-4.388 5.273-10.889 8.316-17.752 8.325h-78.221c-10.718 25.959-36.027 42.916-64.117 42.944h-325.923c-28.090-0.027-53.4-16.984-64.117-42.953h-119.964c-63.801-0.072-115.503-51.774-115.576-115.576v-749.896c0.072-63.801 51.774-115.503 115.576-115.576h763.431c63.801 0.072 115.503 51.774 115.576 115.576v598.158c0 5.409-1.896 10.637-5.354 14.79l-203.558 244.208zM276.542 890.656c0.018 12.758 10.357 23.097 23.115 23.115h325.923c12.758-0.018 23.106-10.357 23.115-23.115v-231.025h-372.153v231.025zM764.271-17.769h-533.959v286.564h533.959v-286.564zM948.361 51.577c-0.045-38.284-31.070-69.3-69.345-69.345h-68.515v309.679c0 12.767-10.348 23.115-23.115 23.115h-580.19c-12.767 0-23.115-10.348-23.115-23.115v-309.679h-68.515c-38.275 0.045-69.3 31.070-69.345 69.345v749.896c0.045 38.275 31.070 69.3 69.345 69.345h114.745v-234.302c0-12.767 10.348-23.115 23.115-23.115h418.384c12.767 0 23.115 10.348 23.115 23.115v234.302h62.176l191.269-229.454v-589.788h-0.009z" />
159
- <glyph unicode="&#xe995;" glyph-name="photo-add" d="M456.305 607.268c0-38.854-31.497-70.351-70.351-70.351s-70.351 31.497-70.351 70.351c0 38.854 31.497 70.351 70.351 70.351s70.351-31.497 70.351-70.351zM963.42 348.337c-33.221 31.267-75.237 51.786-121.16 57.649v357.618c0 38.107-15.634 72.305-40.061 97.71-25.405 25.405-59.603 40.061-97.71 40.061h-566.718c-38.107 0-72.305-15.634-97.71-40.061-25.405-25.405-40.061-59.603-40.061-97.71v-583.328c0-38.107 15.634-72.305 40.061-97.71 25.405-25.405 59.603-40.061 97.71-40.061h548.153c36.153-29.313 81.099-47.878 130.931-47.878 57.649 0 109.435 23.45 146.565 60.58s60.58 88.916 60.58 146.565c0 57.649-23.45 109.435-60.58 146.565zM51.786 763.604c0 23.45 9.771 44.947 25.405 60.58s37.13 25.405 60.58 25.405h566.718c23.45 0 44.947-9.771 60.58-25.405s25.405-37.13 25.405-60.58v-304.855l-144.611 143.634c-9.771 9.771-26.382 10.748-37.13 0l-217.893-218.87-147.542 148.519c-9.771 9.771-26.382 10.748-37.13 0l-154.382-156.336v387.908zM136.794 93.314v0.977c-23.45 0-44.947 9.771-60.58 25.405-14.656 15.634-24.427 37.13-24.427 60.58v122.137l173.924 173.924 147.542-147.542c9.771-9.771 26.382-9.771 37.13 0l217.893 218.87 142.656-143.634c-2.931-0.977-5.863-1.954-8.794-2.931-3.908-0.977-7.817-1.954-12.702-3.908-3.908-0.977-7.817-2.931-11.725-3.908-2.931-0.977-4.885-1.954-7.817-3.908-3.908-1.954-6.84-2.931-9.771-4.885-4.885-2.931-9.771-5.863-14.656-8.794-2.931-1.954-4.885-2.931-7.817-4.885-1.954-0.977-2.931-1.954-4.885-2.931-8.794-5.863-16.611-12.702-23.45-20.519-37.13-37.13-60.58-88.916-60.58-146.565 0-14.656 1.954-28.336 4.885-42.992 0.977-3.908 1.954-6.84 2.931-10.748 2.931-9.771 5.863-19.542 9.771-29.313v-0.977c3.908-7.817 7.817-16.611 12.702-23.45h-502.229zM925.313 92.337c-28.336-28.336-66.443-44.947-109.435-44.947-41.038 0-79.145 16.611-106.504 42.992-3.908 3.908-7.817 8.794-11.725 12.702-2.931 2.931-5.863 6.84-8.794 9.771-3.908 4.885-6.84 10.748-9.771 16.611-1.954 3.908-3.908 6.84-5.863 10.748-1.954 4.885-3.908 10.748-4.885 16.611-0.977 3.908-2.931 8.794-3.908 12.702-1.954 9.771-2.931 20.519-2.931 31.267 0 42.992 17.588 81.099 44.947 109.435 28.336 28.336 66.443 44.947 109.435 44.947s81.099-17.588 109.435-44.947c28.336-27.359 44.947-66.443 44.947-109.435 0-42.015-17.588-80.122-44.947-108.458zM900.885 228.154h-59.603v59.603c0 14.656-11.725 26.382-26.382 26.382s-26.382-11.725-26.382-26.382v-59.603h-59.603c-14.656 0-26.382-11.725-26.382-26.382s11.725-26.382 26.382-26.382h59.603v-59.603c0-14.656 11.725-26.382 26.382-26.382s26.382 11.725 26.382 26.382v59.603h59.603c14.656 0 26.382 11.725 26.382 26.382s-11.725 26.382-26.382 26.382z" />
160
- <glyph unicode="&#xe996;" glyph-name="add-group" d="M592.93 286.806c-25.039 17.469-51.797 31.703-79.781 42.578 37.227 33.836 61.922 81.234 66.219 134.297 56.453 55.008 130.453 85.164 209.781 85.164 61.93 0 121.391-18.648 171.969-53.922 18.125-12.641 43.047-8.203 55.688 9.922 12.633 18.117 8.195 43.047-9.922 55.68-25.039 17.469-51.805 31.695-79.789 42.578 41.078 37.336 66.906 91.172 66.906 150.922 0 112.477-91.5 203.977-203.977 203.977-112.469 0-203.969-91.5-203.969-203.977 0-59.508 25.617-113.148 66.414-150.469-5.586-2.148-11.141-4.422-16.641-6.844-25.031-11.016-48.563-24.563-70.445-40.469-30.18 74.977-103.656 128.039-189.305 128.039-112.469 0-203.977-91.5-203.977-203.969 0-59.344 25.477-112.836 66.055-150.141-108.492-40.648-196.461-127.953-232.274-239.297-11.875-36.922-5.586-76.078 17.258-107.43 22.844-31.344 58.188-49.32 96.969-49.32h347.961c22.086 0 39.992 17.906 39.992 40 0 22.086-17.906 39.992-39.992 39.992h-347.961c-12.93 0-24.711 5.992-32.328 16.445s-9.711 23.508-5.758 35.82c39.531 122.906 160.094 208.742 293.18 208.742 61.922 0 121.391-18.648 171.969-53.922 18.117-12.641 43.047-8.195 55.688 9.922 12.633 18.117 8.195 43.047-9.93 55.68zM790.024 878.009c68.367 0 123.984-55.617 123.984-123.984 0-68.359-55.617-123.984-123.984-123.984-68.359 0-123.984 55.625-123.984 123.984 0 68.367 55.625 123.984 123.984 123.984zM376.078 604.298c68.367 0 123.984-55.625 123.984-123.984 0-68.367-55.617-123.984-123.984-123.984s-123.984 55.617-123.984 123.984c0 68.359 55.617 123.984 123.984 123.984zM1024 124.102c0-22.086-17.906-39.992-40-39.992h-109.984v-109.984c0-22.094-17.906-40-39.992-40-22.094 0-40 17.906-40 40v109.984h-109.984c-22.086 0-39.992 17.906-39.992 39.992 0 22.094 17.906 40 39.992 40h109.984v109.984c0 22.086 17.906 39.992 40 39.992 22.086 0 39.992-17.906 39.992-39.992v-109.984h109.984c22.094 0 40-17.906 40-40z" />
161
- <glyph unicode="&#xe997;" glyph-name="myspace" d="M812 600.001c-115.781 0-212-94.219-212-210v-454h424v454c0 115.781-96.219 210-212 210zM812 660.001c82.703 0 152 67.297 152 150s-69.297 150-152 150-152-67.297-152-150 69.297-150 152-150zM510 780.001c0 49.625-40.375 90-90 90s-90-40.375-90-90 40.375-90 90-90 90 40.375 90 90zM180 750.001c0 33.078-26.922 60-60 60s-60-26.922-60-60 26.922-60 60-60 60 26.922 60 60zM270 480.001v-392h270v302c0 41.773 10.344 80.875 27.352 116.219-12.477 70.195-73.625 123.781-147.352 123.781-82.703 0-150-67.297-150-150zM210 480.001c0 29.438 6.203 57.406 17.188 82.867-19.617 39.602-60.070 67.133-107.188 67.133-66.18 0-120-53.82-120-120v-302h210z" />
162
- <glyph unicode="&#xe998;" glyph-name="soundcloud" d="M360 718.001h60v-540h-60zM240 538.001h60v-360h-60zM120 598.001h60v-420h-60zM0 418.001h60v-240h-60zM826.914 537.384c-37.469 107.641-140.633 180.617-256.914 180.617-22.766 0-45.469-2.875-67.445-8.492l-22.555-5.805v-525.703h364c99.258 0 180 80.742 180 180 0.031 104.266-93.141 187.445-197.086 179.383z" />
163
- <glyph unicode="&#xe999;" glyph-name="blogger" d="M844 630.001c0 181.961-148.039 330-330 330h-184c-181.961 0-330-148.039-330-330v-364c0-181.961 148.039-330 330-330h364c181.961 0 330 148.039 330 330v334h-150c-16.555 0-30 13.445-30 30zM270 750.001h304c49.703 0 90-40.297 90-90s-40.297-90-90-90h-304c-49.703 0-90 40.297-90 90s40.297 90 90 90zM754 146.001h-484c-49.703 0-90 40.297-90 90s40.297 90 90 90h484c49.703 0 90-40.297 90-90s-40.297-90-90-90z" />
164
- <glyph unicode="&#xe99a;" glyph-name="google-drive" d="M474.961 582.657c-0.117-0.203-0.188-0.313-0.305-0.508 0.336 0.563 0.508 0.844 0.305 0.508zM474.656 582.149c-0.109-0.18-0.227-0.383-0.375-0.625 0.141 0.227 0.227 0.383 0.375 0.625zM474.281 581.524c-0.477-0.797-0.922-1.531-1.313-2.188 0.5 0.836 0.945 1.578 1.313 2.188zM0 238.274c4.086-6 152.156-223.75 142.734-209.906 239.43 399.461 309.43 516.266 327.016 545.594-0.391-0.648 0.313 0.523 3.219 5.375-0.328-0.555-0.656-1.109-1-1.672 1.75 2.93 2.719 4.539 2.992 4.992-3.742 6.086-148.391 241.609-139.305 226.828zM649.523 868.001h-279.484c290.055-479.063 340.672-562.68 344.695-569.32-0.008 0.016-0.008 0.023-0.023 0.039 0.109-0.188 273.602-0.469 273.602-0.469zM713.695 300.392c0.063-0.102 0.125-0.188 0.18-0.289-0.063 0.102-0.109 0.18-0.18 0.289zM710.992 304.86c-1.57 2.602-2.398 3.961 0 0zM212.93 28.368h663.688c4.211 6.008 156.633 223.758 146.938 209.906h-683.328c-3.641-6.008-135.719-223.797-127.297-209.906z" />
165
- <glyph unicode="&#xe99b;" glyph-name="skype" d="M964 448.001c0 248.141-203.859 452-452 452-9.672 0-21.25-0.32-30.773-0.906-51.938 39.375-115.836 60.906-181.227 60.906-165.406 0-300-136.594-300-302 0-65.391 21.531-129.289 60.906-181.227-0.586-9.523-0.906-19.102-0.906-28.773 0-248.141 203.859-452 452-452 9.672 0 19.25 0.32 28.773 0.906 51.938-39.375 115.836-60.906 181.227-60.906 165.406 0 302 134.594 302 300 0 65.391-21.531 131.289-60.906 183.227 0.586 9.523 0.906 19.102 0.906 28.773zM512 146.001c-59.852 0-118.891 16.086-162.578 45.234-38.266 25.531-71.961 60.43-52.031 101.891 20.641 42.281 78.219 40.602 100.461 13.219 15.938-19.602 62.82-39.469 117.805-39.469 44.563 0 116.344 23.438 116.344 59.125 0 36.016-71.555 62-120 62-148.43 0-242 89.93-242 180 0 87.469 84.773 176.414 241.852 176.469 59.5 0.023 119.031-13.867 160.695-41.703 38.289-25.5 71.992-60.43 52.063-101.891-19.367-39.68-75.445-44.078-100.492-13.156-15.906 19.539-60.789 39.406-115.781 39.406-44.555 0-118.336-23.438-118.336-59.125 0-36.016 73.555-60 122-60 148.43 0 240-91.93 240-182 0-90.492-91.984-180-240-180z" />
166
- <glyph unicode="&#xe99c;" glyph-name="yelp" horiz-adv-x="1022" d="M489.945 917.509c-2.094 29.422-9.93 44.492-43.969 44.492-52.844 0-157.602-31.008-200.164-55.047-18.773-10.656-35.273-32.773-23.328-50.414 4.953-7.445 215.484-355.32 231.898-372.438 11.508-12.023 26.055-15.883 38.75-12.781 12.953 3.172 23.18 13.664 27.398 28.086 6.242 21.328-30 412.063-30.586 418.102zM441.305 362.845c-1.141 18.055-9.555 30.422-24.969 36.813 0 0-200.664 70.672-235.727 83.094-25.094 8.758-41.344-11.672-47.859-37.43-10.672-42.117-14.156-118.648-2.375-165.461 4.852-19.188 20.828-31.195 39.859-26.992 162.195 36.563 208.648 57.227 245.219 67.297 16.969 5.453 27.117 22.219 25.852 42.68zM897.539 539.853c-16.094 41.156-54.695 98.25-86.117 127.297-16.273 15.117-42.055 23.492-56.742 6.594-23.688-29.695-129.867-177.352-158.641-221.953-20.203-31.313 11.227-69.703 47.867-62.094 9.203 2.016 222.945 87.227 235.313 90.477 27.172 7.078 28.648 33.305 18.32 59.68zM876.914 196.259l-222.133 109.281c-38.633 12.883-69-31.102-50.063-62.164 20.695-34.039 129.836-221.367 132.625-224.93 20.633-26.375 39.469-22.539 65.172-1.133 32.508 27.109 73.719 79.516 91.859 116.859 14.734 30.313 13.289 49.633-17.461 62.086zM334.438-14.663c36.625-20.414 108.766-47.336 146.734-47.336 24.906 0 32.016 10.867 32.070 35.672 0.063 19.195 0.094 129.477 0 251.383-0.055 34.422-41.602 54.289-66.422 24.82 0 0-130.266-186.070-142.75-203.102-18.773-25.484 2.602-45.922 30.367-61.438z" />
167
- <glyph unicode="&#xe99d;" glyph-name="dribbble" d="M784.852 730.017c31.328 34.914 49.594 71.469 56 108.992-88.586 74.18-202.539 120.992-326.852 120.992-64.188 0-125.398-12.422-182.023-34.156 94.82-95 174.117-207.484 236.141-328.906 91.391 33.047 167.563 78.258 216.734 133.078zM829.5 689.938c-55.039-61.344-136.852-111.234-234.594-147.492 12.148-26.641 23.313-53.836 33.82-81.383 50.195 10.797 102.219 16.938 155.273 16.938 83.523 0 164.664-14.172 239.484-40.219 0.070 3.43 0.516 6.766 0.516 10.219 0 132.070-50.891 252.188-133.547 342.859-12.195-35.141-32.438-69.148-60.953-100.922zM11.695 555.774c63.773-11.273 134.43-17.773 202.305-17.773 105.219 0 206.289 14.938 296.367 40.594-62.070 119.258-141.867 229.016-237.109 320.805-129.617-69.711-229.625-195.852-261.563-343.625zM1018.313 376.009c-72.375 27.242-152.031 41.992-234.313 41.992-46.125 0-91.422-4.836-135.109-13.664 44.352-133.008 70.016-276.773 74.398-422.906 156.031 70.586 270.086 219.266 295.023 394.578zM0 448.001c0-157.781 76.055-301.023 188.945-394.641 11.961 79.57 47.836 157.852 106.266 223.367 69.5 77.922 165.945 136.273 275.164 169.578-10.164 26.219-21.266 51.922-32.984 77.266-97.594-28.945-207.516-45.57-323.391-45.57-70.891 0-144.664 6.773-211.539 18.523-1.516-15.992-2.461-32.148-2.461-48.523zM340.008 236.798c-59.023-66.188-91-143.813-95.102-223.227 78.227-48.852 170.266-77.57 269.094-77.57 51.961 0 102.094 7.906 149.367 22.414-2.297 149.375-27.375 296.25-72.969 431.438-99.805-29.93-187.594-82.641-250.391-153.055z" />
168
- <glyph unicode="&#xe99e;" glyph-name="flickr" d="M242 208.001c132.336 0 240 107.664 240 240s-107.664 240-240 240-242-107.664-242-240 109.664-240 242-240zM782 208.001c132.336 0 242 107.664 242 240s-109.664 240-242 240-240-107.664-240-240 107.664-240 240-240z" />
169
- <glyph unicode="&#xe99f;" glyph-name="snapchat" d="M978.875 262.485l-44.359 17.195c-69.969 27.109-112.844 92.359-119.453 166.32h88.938c33.141 0 60 26.867 60 60 0 33.141-26.859 60-60 60h-89.875l2.602 28.508c16.125 177.625-125.82 331.492-304.727 331.492-177.992 0-320.938-152.953-304.727-331.492l2.602-28.508h-89.875c-33.141 0-60-26.859-60-60 0-33.133 26.859-60 60-60h91.68l-5.375-24.898c-13.914-64.516-55.227-117.367-116.719-141.359l-41.047-16.055c-19.57-4.398-35.688-17.344-43.477-35.219-8.492-19.508-6.211-42.445 6.18-61.344 24.234-37.063 78.609-50.656 123.898-59.445 11.453-49.977 37.938-72.102 78.75-65.859 89.414 13.742 95.422 6.734 127.656-16.461 14.414-10.375 34.367-23.297 64.547-39.258 32.016-13.188 68.258-19.836 104.852-19.836 40.109 0 82.594 7.969 118.281 24.055 7.117 4.102 15.086 9.461 23.875 15.461 37.031 25.203 78.422 56.633 143.867 39.469 23.875-6.211 44.039-4.219 59.945 5.945 22.906 14.586 28.477 40.195 31.555 56.688 47.453 9.492 110.508 23.055 130.43 70.93 7.352 17.727 6.734 37.148-1.703 53.266-8.469 16.141-24.086 27.711-38.32 30.406z" />
170
- <glyph unicode="&#xe9a0;" glyph-name="classic-editor" d="M967.665 903.673c-37.54 37.55-82.77 56.328-135.654 56.328h-640.005c-52.884 0-98.114-18.778-135.671-56.328-37.55-37.557-56.328-82.784-56.328-135.671v-639.998c0-52.882 18.778-98.114 56.328-135.671 37.557-37.557 82.787-56.335 135.671-56.335h639.998c52.884 0 98.114 18.778 135.654 56.335 37.557 37.557 56.335 82.787 56.335 135.671v639.998c-0.002 52.886-18.781 98.121-56.328 135.671zM362.669 106.672h-192.004v192.006l362.669 362.658 191.989-191.996-362.655-362.667zM829.335 573.337l-61.323-61.339-192.006 192.008 61.323 61.33c12.448 12.434 27.553 18.664 45.34 18.664 17.772 0 32.891-6.221 45.323-18.664l101.341-101.336c12.432-12.439 18.666-27.549 18.666-45.333 0.002-17.777-6.214-32.884-18.664-45.33zM234.676 272v-37.316h63.999v-64.015h37.328l34.671 34.673-101.334 101.341zM331.345 370.671c-7.559-7.542-8.222-14.206-2.006-19.993 5.777-6.235 12.446-5.562 20.002 1.996l193.998 194.002c7.559 7.542 8.217 14.211 1.996 19.99-5.786 6.228-12.441 5.564-19.993-1.996l-193.998-194z" />
171
- <glyph unicode="&#xe9a1;" glyph-name="html" d="M123.719 63.884l388.508-127.883 388.508 127.883 63.719 896.117h-904.453zM803.234 810.001l-8.555-120h-444.492l10.836-154h422.961l-25.758-361.203-246-82.203-246.008 82.203-8.406 121.203h120l2.43-32.984 131.984-43.805 132.008 43.797 10.781 152.992h-406.195l-27.602 394z" />
172
- <glyph unicode="&#xe9a2;" glyph-name="reddit" d="M64.484 342.009c-2.641-14.438-4.484-29.055-4.484-44.008 0-181.961 205.859-330 454-330s450 148.039 450 330c0 14.953-1.844 29.57-4.484 44.008 38.906 20.281 64.484 60.336 64.484 105.992 0 66.18-53.82 120-120 120-30.242 0-58.656-11.336-80.445-31.102-75.406 52.57-175.453 86.008-286.070 90.227l57.406 222.68 129.461-45.297c1.898-64.539 54.664-116.508 119.648-116.508 66.18 0 120 53.82 120 120s-53.82 120-120 120c-46.141 0-85.813-26.453-105.883-64.727l-185.008 64.695-77.75-301.406c-104.625-6.563-202.953-39.492-274.914-89.664-21.789 19.766-50.203 31.102-80.445 31.102-66.18 0-120-53.82-120-120 0-45.656 25.578-85.711 64.484-105.992zM694 448.001c49.625 0 90-40.375 90-90s-40.375-90-90-90-90 40.375-90 90 40.375 90 90 90zM681.172 182.978l25.656-54.195c-56.305-26.688-122.984-40.781-192.828-40.781s-140.523 14.094-196.828 40.781l25.656 54.203c96.688-45.766 241.656-45.766 338.344-0.008zM330 448.001c49.625 0 90-40.375 90-90s-40.375-90-90-90-90 40.375-90 90 40.375 90 90 90z" />
173
- <glyph unicode="&#xe9a3;" glyph-name="spotify" d="M512 960.001c-281.219 0-512-230.781-512-512s230.781-512 512-512 512 230.781 512 512-230.781 512-512 512zM701.547 198.454c-136.172 59.086-285.375 76.461-431.602 50.391l-10.547 59.055c157.766 28.242 318.984 9.383 466.055-54.43zM792.227 355.071c-177.719 81.734-381.188 105.672-572.813 67.414l-13.039 58.594 1.523 0.289c203.875 40.609 420.289 15.148 609.406-71.805zM843.32 529.298c-197.344 84.961-422.609 111.477-634.805 74.266l-10.375 59.125c223.391 39.141 460.898 11.281 668.906-78.313z" />
174
- <glyph unicode="&#xe9a4;" glyph-name="earth" d="M1019.093 511.158c-9.458 85.952-41.087 164.478-92.239 234.44-82.409 112.653-192.622 181.53-330.25 205.509-27.441 4.775-55.505 6.018-83.28 8.894-1.846 0-3.68 0-5.513 0-25.95-2.841-52.012-4.722-77.782-8.682-264.628-40.608-455.956-291.175-425.706-557.75 14.434-127.239 67.733-235.746 162.353-322.283 112.498-102.904 246.135-147.025 397.64-132.63 116.276 11.083 217.739 57.975 301.366 139.8 121.446 118.925 171.953 264.295 153.41 432.701zM911.269 249.169c-12.937 22.559-29.268 54.012-36.564 80.856-10.601 38.976-36.053 1.318-38.179-24.136s-19.087-44.542-53.030-6.36c-33.942 38.177-40.305 29.701-50.906 29.701s-29.691-25.45-25.452-144.241c3.021-84.809 36.478-98.267 58.339-104.42-40.591-27.889-87.233-49.861-139.581-63.158-200.078-50.78-404.308 41.434-499.728 224.636-88.898 170.7-45.587 363.862 44.783 470.176 2.431-19.121 4.811-36.297 6.791-53.541 5.387-47.077 1.323-93.539-8.282-139.815-2.052-9.861-1.337-21.095 1.323-30.795 1.447-5.296 9.432-11.552 14.95-12.075 4.344-0.423 11.924 6.463 13.684 11.634 3.181 9.245 3.312 19.611 4.289 29.548 0.702 7.010 0.715 14.113 1.198 25.109 7.176-5.816 12.41-9.344 16.76-13.719 11.085-11.161 22.296-22.271 32.412-34.27 4.468-5.326 9.073-12.782 8.949-19.195-0.28-13.719 5.74-23.049 13.093-33.822 8.171-11.981 11.85-27.044 17.107-40.915 2.199-5.816 2.66-12.378 5.282-17.971 5.599-11.979 14.062-20.183 28.61-21.077 15.305-0.969 21.034-6.909 23.234-22.567-3.915-0.448-7.811-0.971-11.72-1.331-18.667-1.779-27.918-10.353-27.18-29.182 1.459-37.395 14.95-70.067 42.708-96.043 7.649-7.172 15.776-13.833 23.209-21.177 16.976-16.766 22.899-36.463 14.739-59.617-3.909-11.037-9.266-21.873-10.999-33.284-1.764-11.594-1.777-24.197 0.908-35.542 2.784-11.806 1.59-37.63 13.783-35.494 21.569 3.791 33.965-0.46 35.643 23.688 0.317 4.6-0.038 5.17-1.262 9.42-6.413 22.668 22.706 87.020 40.179 98.753 14.926 10.042 29.895 20.259 43.423 32.052 19.504 16.951 28.236 38.85 20.040 64.35-7.712 23.999 1.31 41.621 18.089 57.071 17.115 15.746 28.337 33.892 27.168 58.127s-17.027 41.735-37.693 39.247c-10.105-1.192-19.792-6.039-29.643-9.357-14.441-4.884-28.534-11.72-43.356-14.38-20.774-3.68-33.574 9.893-42.841 26.373-7.456 13.249-9.912 14.266-22.855 6.013-10.919-6.985-21.817-14.018-33.127-20.332-11.749-6.562-18.152-4.127-27.21 5.692-5.357 5.793-12.775 9.868-19.661 14.043-4.952 3.032-11.646 3.867-15.616 7.668-5.32 5.145-12.74 12.775-11.987 18.354 0.877 6.55 8.463 14.748 15.080 17.431 11.402 4.624 24.359 5.37 36.587 8.028 6.512 1.417 13.118 2.891 19.275 5.32 8.427 3.362 8.072 8.898 1.621 14.094-3.181 2.555-7.115 4.35-10.95 5.891-18.642 7.506-37.389 14.685-56.020 22.22-4.63 1.859-9.19 4.144-13.347 6.861-11.714 7.698-13.124 16.173-2.498 25.551 41.957 37.010 90.967 47.847 134.39-1.325 13.452-15.229 22.576-34.22 35.278-50.202 9.992-12.603 21.495-24.434 34.195-34.159 5.233-3.995 17.002-4.674 22.855-1.466 8.717 4.773 9.022 15.652 4.636 24.725-3.791 7.881-8.246 15.648-13.602 22.544-24.67 31.785-22.973 93.726 25.347 119.569 16.163 8.656 32.466 17.773 40.185 40.994-9.258-2.504-15.971-4.119-22.546-6.133-36.693-11.365-11.148 16.007 5.732 20.78 10.252 2.914-9.172 10.77-9.172 10.77 0.46 0.801 12.899 4.35 26.733 10.248 9.518 4.045 19.249 8.6 27.155 15.038 5.122 4.201 7.096 12.229 10.465 18.543-0.856 0.995-1.69 1.964-2.559 2.958-9.695-1.306-19.378-2.74-29.096-3.835-16.468-1.844-20.332 1.386-21.859 17.996-1.058 11.341-12.616 17.523-23.408 11.707-7.302-3.959-13.616-9.699-20.643-14.241-16.224-10.509-28.354-6.308-34.718 11.812-3.791 10.786-9.071 12.826-18.995 6.785-4.992-3.032-9.155-7.462-14.23-10.296-8.322-4.649-16.783-9.315-25.719-12.473-8.705-3.082-19.188-5.32-25.111 4.226-6.362 10.265-0.801 20.259 7.222 26.695 9.973 8.005 21.47 14.218 32.691 20.507 15.984 8.997 32.91 16.48 48.345 26.291 11.329 7.229 16.28 19.010 12.616 32.91-3.095 11.733-10.944 15.702-21.812 10.322-8.974-4.455-16.815-11.428-26.043-15.019-6.743-2.584-15.145-2.611-22.384-1.337-2.672 0.473-5.513 7.878-5.587 12.178-0.050 2.479 4.977 6.785 8.183 7.309 22.296 3.474 44.691 6.413 67.117 8.968 2.965 0.324 7.42-1.51 9.279-3.877 14.813-18.698 35.481-27.771 57.224-34.245 18.267-5.425 20.915-2.841 23.427 16.325 23.463 5.524 47.313 16.407 70.925 1.516 13.099-8.244 25.042-18.749 36.129-29.628 2.748-2.708 1.070-11.085-0.248-16.48-1.739-7.25-5.753-13.951-7.605-21.201-3.579-14.050 5.505-25.029 20.021-24.8 4.586 0.099 9.159 1.039 13.77 1.268 13.41 0.627 18.171-4.506 16.941-18.047-1.741-19.188 1.453-21.495 20.816-18.219 5.566 0.938 11.993-1.59 17.672-3.581 3.379-1.192 6.001-4.43 9.010-6.703 18.007-13.646 31.777-8.532 37.048 13.795 0.57 2.431 0.496 5.027 0.995 7.483 2.088 10.017 7.744 12.595 14.502 5.475 14.319-15.162 27.752-31.169 42.279-47.7-15.61-14.317-16.131-31.716-12.675-48.766 3.839-18.968-1.156-35.446-8.637-52.155-7.17-16.007-15.048-31.915-19.836-48.663-7.157-25.137 0.969-36.619 26.497-42.182 24.359-5.317 28.347-10.214 29.268-34.029 1.23-32.481 17.91-54.899 46.407-69.205 6.327-3.156 13.049-5.555 19.51-8.24-3.194-50.071-17.487-102.182-41.945-151.621z" />
175
- <glyph unicode="&#xe9a5;" glyph-name="github-logo" d="M955.312 692.476c-45.784 78.446-107.887 140.551-186.326 186.331-78.45 45.782-164.095 68.667-256.994 68.667-92.888 0-178.56-22.892-256.994-68.667-78.446-45.777-140.547-107.885-186.331-186.331-45.777-78.443-68.667-164.104-68.667-256.98 0-111.565 32.55-211.887 97.665-300.992 65.108-89.112 149.219-150.774 252.324-184.993 12.002-2.228 20.886-0.661 26.663 4.661 5.779 5.328 8.665 12.002 8.665 19.992 0 1.333-0.114 13.328-0.336 35.998-0.229 22.67-0.336 42.447-0.336 59.322l-15.334-2.653c-9.777-1.791-22.11-2.55-37-2.335-14.883 0.208-30.334 1.768-46.331 4.668-16.004 2.874-30.889 9.541-44.668 19.985-13.772 10.444-23.548 24.116-29.327 40.993l-6.666 15.341c-4.443 10.213-11.439 21.559-20.996 33.995-9.557 12.448-19.221 20.886-28.998 25.33l-4.668 3.341c-3.11 2.221-5.996 4.899-8.665 8.007-2.667 3.108-4.663 6.218-5.996 9.333-1.336 3.117-0.229 5.674 3.332 7.68s9.996 2.979 19.334 2.979l13.328-1.992c8.889-1.782 19.885-7.103 33-15.997 13.109-8.887 23.884-20.44 32.33-34.656 10.227-18.227 22.549-32.115 37-41.672 14.439-9.557 28.998-14.327 43.662-14.327s27.329 1.111 37.999 3.323c10.659 2.223 20.66 5.564 29.997 10.005 4 29.79 14.89 52.675 32.662 68.672-25.33 2.662-48.103 6.671-68.331 12.002-20.216 5.338-41.107 14-62.659 26.012-21.563 11.995-39.452 26.89-53.669 44.659-14.22 17.778-25.89 41.119-34.994 70-9.109 28.893-13.664 62.222-13.664 99.998 0 53.786 17.559 99.556 52.67 137.336-16.448 40.437-14.895 85.768 4.663 135.989 12.889 4.004 32.003 0.999 57.333-8.997 25.334-10.001 43.883-18.568 55.666-25.671 11.782-7.101 21.223-13.118 28.335-17.998 41.341 11.551 84.003 17.328 127.999 17.328s86.667-5.777 128.010-17.328l25.332 15.992c17.323 10.671 37.78 20.45 61.321 29.339 23.555 8.885 41.567 11.332 54.017 7.327 19.992-50.223 21.774-95.552 5.321-135.989 35.109-37.78 52.675-83.562 52.675-137.336 0-37.775-4.572-71.21-13.667-100.324-9.106-29.119-20.877-52.436-35.316-70-14.456-17.561-32.458-32.339-54.010-44.332-21.556-12.002-42.454-20.665-62.671-26.002-20.226-5.338-42.999-9.349-68.328-12.016 23.102-19.992 34.656-51.549 34.656-94.657v-140.652c0-7.99 2.779-14.661 8.341-19.992 5.555-5.321 14.327-6.888 26.329-4.658 103.119 34.214 187.23 95.879 252.336 184.991 65.099 89.105 97.66 189.427 97.66 300.992-0.023 92.864-22.925 178.518-68.681 256.961z" />
176
- <glyph unicode="&#xe9a6;" glyph-name="instagram" d="M726.546 960.001h-429.090c-164.018 0-297.456-133.438-297.456-297.456v-429.088c0-164.018 133.438-297.456 297.456-297.456h429.088c164.018 0 297.456 133.438 297.456 297.454v429.090c0 164.018-133.438 297.456-297.454 297.456zM944 233.457c0-119.906-97.55-217.456-217.454-217.456h-429.090c-119.906 0-217.456 97.55-217.456 217.454v429.090c0 119.906 97.55 217.456 217.456 217.456h429.088c119.906 0 217.456-97.55 217.456-217.456v-429.088zM512 724.001c-152.188 0-276-123.812-276-276s123.812-276 276-276 276 123.812 276 276-123.812 276-276 276zM512 252.001c-108.074 0-196 87.926-196 196s87.926 196 196 196 196-87.926 196-196-87.926-196-196-196zM832 728.001c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40s40-17.909 40-40z" />
177
- <glyph unicode="&#xe9a7;" glyph-name="home" d="M1013.11 543.873l-485.392 355.394c-9.36 6.852-22.076 6.852-31.432 0l-485.396-355.394c-11.856-8.682-14.432-25.33-5.75-37.186s25.332-14.428 37.186-5.75l469.674 343.888 469.674-343.886c4.736-3.47 10.24-5.14 15.696-5.14 8.192 0 16.276 3.77 21.488 10.89 8.684 11.854 6.108 28.502-5.748 37.184zM884.492 494.915c-14.692 0-26.606-11.912-26.606-26.606v-423.498h-212.844v231.172c0 73.36-59.684 133.040-133.040 133.040s-133.040-59.684-133.040-133.040v-231.174h-212.846v423.498c0 14.694-11.914 26.606-26.606 26.606s-26.606-11.912-26.606-26.606v-450.106c0-14.694 11.914-26.606 26.606-26.606h266.058c13.992 0 25.442 10.81 26.502 24.534 0.064 0.622 0.104 1.302 0.104 2.072v257.78c0 44.018 35.81 79.828 79.828 79.828s79.828-35.812 79.828-79.828v-257.78c0-0.766 0.040-1.434 0.104-2.048 1.048-13.734 12.502-24.558 26.502-24.558h266.058c14.694 0 26.606 11.912 26.606 26.606v450.106c-0.002 14.696-11.914 26.608-26.608 26.608z" />
178
- <glyph unicode="&#xe9a8;" glyph-name="share" d="M811.375 302.14c-58.897 0-111.415-28.066-145.010-71.442l-281.302 157.13c6.591 18.924 10.206 39.336 10.206 60.385 0 21.262-3.615 41.462-10.419 60.598l281.090 156.917c33.382-43.588 86.113-71.867 145.223-71.867 100.784 0 183.070 82.073 183.070 183.070s-82.073 183.070-183.070 183.070-183.070-82.073-183.070-183.070c0-21.262 3.615-41.674 10.419-60.598l-280.877-156.917c-33.382 43.801-86.113 71.867-145.223 71.867-100.784 0-183.070-82.073-183.070-183.070s82.286-183.070 183.282-183.070c59.11 0 111.841 28.279 145.435 72.080l281.090-157.13c-6.804-19.136-10.631-39.761-10.631-61.023 0-100.784 82.073-183.070 183.070-183.070s183.070 82.073 183.070 183.070-82.286 183.070-183.282 183.070zM811.375 902.379c69.316 0 125.661-56.346 125.661-125.661s-56.346-125.661-125.661-125.661-125.661 56.346-125.661 125.661 56.558 125.661 125.661 125.661zM212.625 322.551c-69.316 0-125.661 56.346-125.661 125.661s56.346 125.661 125.661 125.661 125.661-56.346 125.661-125.661-56.558-125.661-125.661-125.661zM811.375-6.379c-69.316 0-125.661 56.346-125.661 125.661s56.346 125.661 125.661 125.661 125.661-56.346 125.661-125.661c0-69.316-56.346-125.661-125.661-125.661z" />
179
- <glyph unicode="&#xe9a9;" glyph-name="download" d="M826.984 670.179c-34.586 173.531-203.297 286.164-376.828 251.578-126.922-25.297-226.164-124.476-251.539-251.383-123.039-14.18-211.297-125.414-197.125-248.461 13.047-113.242 108.961-198.68 222.953-198.601h160.187c17.695 0 32.039 14.344 32.039 32.039s-14.344 32.039-32.039 32.039h-160.187c-88.476 0.523-159.765 72.664-159.25 161.133 0.523 88.476 72.664 159.773 161.14 159.25 16.328 0 30.047 12.281 31.844 28.516 16.266 140.609 143.445 241.414 284.062 225.148 118.219-13.672 211.476-106.93 225.148-225.148 2.687-16.523 17-28.625 33.734-28.516 88.476 0 160.195-71.719 160.195-160.195 0-88.469-71.719-160.187-160.195-160.187h-160.187c-17.695 0-32.039-14.344-32.039-32.039s14.344-32.039 32.039-32.039h160.195c123.851 0.773 223.633 101.805 222.867 225.656-0.703 112.789-85.062 207.508-197.015 221.211zM626.038 157.633l-81.219-81.242v403.226c0 17.695-14.344 32.039-32.031 32.039-17.695 0-32.039-14.344-32.039-32.039v-403.226l-81.219 81.242c-12.289 12.734-32.578 13.086-45.305 0.789-12.727-12.289-13.078-32.57-0.789-45.297 0.266-0.273 0.523-0.531 0.789-0.789l135.875-135.906c2.969-2.961 6.484-5.312 10.352-6.922 7.883-3.336 16.781-3.336 24.672 0 3.867 1.609 7.383 3.961 10.344 6.922l135.875 135.906c12.727 12.289 13.078 32.57 0.789 45.297-12.297 12.727-32.578 13.078-45.305 0.789-0.266-0.258-0.531-0.516-0.789-0.789z" />
180
- <glyph unicode="&#xe9aa;" glyph-name="copy" d="M863.336 149.336h-490.672c-64.727 0-117.328 52.602-117.328 117.328v576c0 64.727 52.602 117.336 117.328 117.336h363.008c42.117 0 83.375-17.070 113.109-46.891l84.992-84.992c30.25-30.25 46.891-70.445 46.891-113.148v-448.305c0-64.727-52.602-117.328-117.328-117.328zM372.664 896c-29.398 0-53.328-23.938-53.328-53.336v-576c0-29.398 23.93-53.328 53.328-53.328h490.672c29.398 0 53.328 23.93 53.328 53.328v448.305c0 25.641-9.984 49.742-28.117 67.883l-84.992 84.992c-17.875 17.914-42.578 28.156-67.883 28.156zM671.336-64h-512c-64.727 0-117.336 52.609-117.336 117.336v682.664c0 64.727 52.609 117.336 117.336 117.336h21.328c17.664 0 32-14.336 32-32s-14.336-32-32-32h-21.328c-29.398 0-53.336-23.938-53.336-53.336v-682.664c0-29.398 23.938-53.336 53.336-53.336h512c29.398 0 53.328 23.938 53.328 53.336v21.328c0 17.664 14.336 32 32 32s32-14.336 32-32v-21.328c0-64.727-52.602-117.336-117.328-117.336zM778 597.336h-320c-17.664 0-32 14.336-32 32s14.336 32 32 32h320c17.664 0 32-14.336 32-32s-14.336-32-32-32zM778 469.336h-320c-17.664 0-32 14.336-32 32s14.336 32 32 32h320c17.664 0 32-14.336 32-32s-14.336-32-32-32zM778 341.336h-320c-17.664 0-32 14.336-32 32s14.336 32 32 32h320c17.664 0 32-14.336 32-32s-14.336-32-32-32z" />
181
- <glyph unicode="&#xe9ab;" glyph-name="my-quiz-attempt" d="M171.6 177.24l69.626 69.6 69.626-69.6-69.624-69.626zM393.844 418.44h-305.244c-48.87 0-88.6-39.75-88.6-88.616v-305.224c0-48.85 39.75-88.6 88.6-88.6h305.226c48.868 0 88.6 39.75 88.6 88.6v305.244c0 48.868-39.75 88.6-88.6 88.6zM373.516 156.32l-111.4-111.39c-5.332-5.374-12.721-8.7-20.886-8.7s-15.554 3.327-20.884 8.698l-111.392 111.412c-5.345 5.346-8.651 12.73-8.651 20.887s3.306 15.541 8.651 20.887l111.39 111.4c11.54 11.532 30.24 11.532 41.774 0l111.4-111.4c11.532-11.532 11.532-30.24 0-41.774zM782.766 246.136c-38 0-68.92-30.92-68.92-68.92s30.92-68.93 68.92-68.93 68.93 30.92 68.93 68.93-30.92 68.92-68.93 68.92zM935.4 418.46h-305.244c-48.868 0-88.6-39.75-88.6-88.6v-305.2c0-48.868 39.75-88.6 88.6-88.6h305.244c48.868 0 88.6 39.75 88.6 88.6v305.184c0 48.868-39.75 88.6-88.6 88.6zM782.8 49.234c-70.6 0-128 57.414-128 128s57.4 128 128 128 128-57.4 128-128-57.414-128-128-128zM512 751.2l-50.664-101.336h101.328zM359.4 477.54h305.2c48.86 0 88.6 39.75 88.6 88.6v305.26c0 48.868-39.76 88.6-88.6 88.6h-305.2c-48.86 0-88.6-39.75-88.6-88.6v-305.226c0-48.868 39.76-88.6 88.6-88.6zM387.134 633.516l98.46 196.92c5.008 10.008 15.234 16.328 26.4 16.328 11.498 0 21.462-6.57 26.343-16.16l0.077-0.168 98.46-196.92c1.966-3.847 3.118-8.392 3.118-13.205 0-5.749-1.644-11.115-4.487-15.652l0.072 0.124c-5.38-8.7-14.88-14.016-25.124-14.016h-196.92c-10.24 0-19.74 5.304-25.124 14.016s-5.874 19.6-1.296 28.734z" />
182
- <glyph unicode="&#xe9ac;" glyph-name="detail-link" horiz-adv-x="1158" d="M1144.794 657.933c0-42.652-51.601-63.555-81.43-33.725l-70.968 70.968-483.996-483.996c-18.632-18.632-48.818-18.632-67.45 0l-44.989 44.967c-18.632 18.632-18.632 48.84 0 67.45l484.018 484.018-70.968 70.968c-29.941 29.941-8.726 81.408 33.747 81.408h254.33c26.357 0 47.705-21.348 47.705-47.683v-254.375zM890.397 388.065v-350.253c0-52.691-42.719-95.41-95.388-95.41h-699.615c-52.669 0-95.388 42.719-95.388 95.41v699.592c0 52.691 42.719 95.388 95.388 95.388h588.31c42.496 0 63.777-51.378 33.725-81.43l-31.811-31.789c-7.702-7.725-22.817-13.98-33.725-13.98h-524.689v-635.993h635.993v286.675c0 10.886 6.255 26.023 13.958 33.725l31.811 31.789c30.052 30.052 81.43 8.771 81.43-33.725v0z" />
183
- <glyph unicode="&#xe9ad;" glyph-name="refund" d="M511.337 960c20.829 0 41.798-1.266 62.33-3.761 10.945-1.329 18.737-11.282 17.406-22.225-1.329-10.945-11.296-18.727-22.225-17.406-18.939 2.302-38.287 3.469-57.512 3.469-259.94 0-471.415-211.475-471.415-471.415s211.475-471.415 471.415-471.415c259.94 0 471.415 211.475 471.415 471.415 0 102.324-32.922 200.706-93.487 281.79v0-21.963c0-11.022-8.939-19.961-19.961-19.961s-19.961 8.939-19.961 19.961v0 75.852c0 11.022 8.939 19.961 19.961 19.961v0h75.852c11.022 0 19.961-8.939 19.961-19.961s-8.939-19.961-19.961-19.961v0h-31.598c70.612-89.813 109.117-200.46 109.117-315.717 0-136.583-53.188-264.992-149.767-361.57-96.577-96.579-224.987-149.767-361.57-149.767s-264.992 53.188-361.57 149.767c-96.579 96.577-149.767 224.987-149.767 361.57s53.188 264.992 149.767 361.57c96.577 96.579 224.987 149.767 361.57 149.767zM308.28 771.434c71.941 45.345 158.403 65.36 243.441 56.348 86.315-9.142 167.714-48.042 229.208-109.534 148.652-148.65 148.652-390.525 0-539.177-74.327-74.327-171.956-111.488-269.589-111.488s-195.265 37.163-269.589 111.488c-61.588 61.59-100.502 143.122-109.574 229.582-8.941 85.196 11.232 171.751 56.801 243.722 5.898 9.31 18.228 12.084 27.544 6.188 9.314-5.898 12.082-18.23 6.188-27.546-84.567-133.559-64.686-311.757 47.272-423.714 133.084-133.088 349.633-133.088 482.717 0 133.086 133.086 133.086 349.631 0 482.717-113.526 113.526-287.52 133.114-423.132 47.641-9.326-5.877-21.652-3.084-27.53 6.244-5.877 9.326-3.084 21.652 6.244 27.53zM510.37 576c10.368 0 18.773-8.405 18.773-18.773v0-11.076c21.906-2.811 41.573-14.83 54.067-33.041 5.184-9.072 2.032-20.629-7.040-25.813s-20.629-2.032-25.813 7.040c-15.394 25.344-77.534 19.524-77.534-7.322 0-15.77 6.007-19.337 39.799-23.654 27.221-3.567 72.841-9.199 72.841-61.013-0.234-31.548-24.832-57.541-56.32-59.511v0-10.889c0-10.368-8.405-18.773-18.773-18.773s-18.773 8.405-18.773 18.773v0 10.889c-18.555 0.525-36.427 7.119-50.876 18.773-7.361 7.361-7.361 19.297 0 26.658s19.297 7.361 26.658 0c13.108-7.256 28.052-10.519 42.991-9.387 14.080 0 37.547 3.004 37.547 23.467 0 15.77-6.007 19.337-39.799 23.654-27.221 3.379-72.841 9.011-72.841 60.826 1.694 30.838 25.591 55.851 56.32 58.948v0 11.452c0 10.368 8.405 18.773 18.773 18.773zM255.856 724.105c5.268 0 10.4-2.138 14.112-5.849 3.733-3.733 5.867-8.863 5.867-14.112s-2.134-10.4-5.867-14.112c-3.713-3.711-8.845-5.849-14.112-5.849-5.25 0-10.4 2.138-14.112 5.849-3.713 3.713-5.849 8.843-5.849 14.112 0 5.25 2.138 10.4 5.849 14.112 3.713 3.713 8.863 5.849 14.112 5.849zM649.607 940.283c5.272 0 10.422-2.138 14.132-5.849 3.715-3.713 5.851-8.863 5.851-14.112 0-5.268-2.138-10.4-5.851-14.112-3.711-3.731-8.861-5.849-14.132-5.849-5.25 0-10.4 2.118-14.11 5.849-3.715 3.713-5.851 8.843-5.851 14.112 0 5.25 2.138 10.4 5.851 14.112 3.711 3.713 8.861 5.849 14.11 5.849z" />
184
- <glyph unicode="&#xe9ae;" glyph-name="total-discount" d="M459.618 941.62c30.352 24.506 74.412 24.506 104.764 0v0l42.696-34.472c10.010-8.082 22.994-11.296 35.616-8.818v0l53.634 10.526c38.158 7.488 77.1-12.974 92.566-48.662v0l22.126-51.044c5.088-11.742 15.034-20.594 27.288-24.29v0l52.862-15.936c37.588-11.332 61.896-46.598 59.106-85.76v0l-4-56.166c-0.904-12.682 3.776-25.074 12.832-33.996v0l39.92-39.326c27.84-27.424 32.98-69.822 12.5-103.106v0l-29.516-47.97c-6.654-10.81-8.24-23.94-4.354-36.026v0l17.27-53.71c11.982-37.262-3.154-77.244-36.814-97.228v0l-47.842-28.404c-10.964-6.508-18.482-17.452-20.624-30.020v0l-9.414-55.232c-6.62-38.832-38.72-67.316-78.062-69.272v0l-54.808-2.724c-12.822-0.636-24.63-6.862-32.398-17.084v0l-33.4-43.95c-23.59-31.042-66.35-41.596-101.674-25.104v0l-49.532 23.132c-11.666 5.448-25.052 5.448-36.722 0v0l-49.534-23.132c-11.198-5.224-23.15-7.739-34.996-7.739-25.514 0-50.564 11.647-66.672 32.841v0l-33.412 43.96c-7.766 10.22-19.574 16.444-32.392 17.080v0l-54.8 2.724c-39.34 1.956-71.442 30.44-78.062 69.27v0l-9.416 55.234c-2.142 12.57-9.66 23.512-20.624 30.022v0l-47.842 28.404c-33.658 19.984-48.796 59.964-36.814 97.228v0l17.27 53.708c3.884 12.082 2.298 25.214-4.354 36.026v0l-29.518 47.968c-20.48 33.282-15.34 75.68 12.496 103.104v0l39.922 39.326c9.056 8.924 13.736 21.314 12.832 33.996v0l-4 56.17c-2.79 39.162 21.516 74.426 59.104 85.758v0l52.852 15.934c12.25 3.694 22.198 12.546 27.286 24.286v0l22.138 51.058c15.474 35.682 54.408 56.144 92.564 48.654v0l53.64-10.528c12.62-2.474 25.604 0.736 35.616 8.818v0zM539.254 910.508c-15.796 12.754-38.724 12.754-54.52 0v0l-42.692-34.478c-19.234-15.528-44.18-21.704-68.44-16.946v0l-53.64 10.528c-2.746 0.54-5.5 0.802-8.23 0.802-17 0-33-10.12-39.938-26.12v0l-22.138-51.056c-9.78-22.556-28.892-39.568-52.434-46.664v0l-52.852-15.934c-19.562-5.898-32.21-24.25-30.758-44.628v0l4-56.17c1.734-24.37-7.252-48.18-24.658-65.326v0l-39.922-39.326c-14.486-14.272-17.162-36.336-6.504-53.656v0l29.518-47.97c12.784-20.776 15.83-46.006 8.366-69.226v0l-17.27-53.71c-6.238-19.392 1.642-40.2 19.158-50.598v0l47.842-28.404c21.070-12.508 35.514-33.534 39.632-57.688v0l9.414-55.232c3.446-20.206 20.15-35.030 40.622-36.046v0l54.8-2.724c24.634-1.224 47.322-13.188 62.248-32.826v0l33.412-43.96c12.276-16.152 34.528-21.64 52.91-13.060v0l49.534 23.132c22.422 10.47 48.142 10.47 70.564 0v0l49.532-23.132c18.382-8.58 40.636-3.088 52.912 13.064v0l33.4 43.95c14.926 19.642 37.616 31.608 62.254 32.832v0l54.808 2.724c20.474 1.014 37.178 15.84 40.624 36.048v0l9.414 55.232c4.116 24.152 18.562 45.178 39.632 57.688v0l47.842 28.404c17.514 10.4 25.392 31.206 19.158 50.598v0l-17.27 53.71c-7.466 23.22-4.418 48.45 8.364 69.226v0l29.522 47.97c10.658 17.322 7.984 39.384-6.504 53.656v0l-39.92 39.326c-17.408 17.148-26.394 40.956-24.658 65.328v0l4 56.168c1.452 20.38-11.198 38.734-30.76 44.63v0l-52.862 15.936c-23.546 7.098-42.658 24.11-52.44 46.672v0l-22.128 51.044c-8.050 18.572-28.308 29.224-48.172 25.322v0l-53.634-10.526c-24.258-4.76-49.206 1.414-68.442 16.946v0zM162.062 596.248c4.302 10.172 16.038 14.926 26.206 10.626 10.17-4.302 14.928-16.036 10.624-26.206-54.218-128.16-25.666-274.56 72.738-372.966 65.628-65.628 152.654-99.736 240.54-99.74 59.494-0.002 119.376 15.622 173.314 47.678 9.494 5.64 21.764 2.52 27.406-6.974 5.64-9.494 2.518-21.764-6.974-27.408-60.288-35.83-127.242-53.298-193.74-53.298-98.23 0-195.474 38.114-268.822 111.46-54.536 54.536-90.79 123.294-104.844 198.844-13.718 73.756-5.576 149.134 23.552 217.984zM752.44 207.773c7.848 7.77 20.51 7.704 28.278-0.142 7.77-7.848 7.706-20.51-0.14-28.278v0l-0.292-0.292c-3.898-3.856-8.984-5.784-14.068-5.784-5.152 0-10.3 1.976-14.212 5.926-7.77 7.848-7.706 20.51 0.142 28.278v0zM632.466 399.19c46.31 0 83.984-37.674 83.984-83.984s-37.676-83.984-83.984-83.984c-46.31 0-83.984 37.676-83.984 83.984 0 46.31 37.676 83.984 83.984 83.984zM567.396 604.171c5.428 9.618 17.626 13.012 27.242 7.582 9.618-5.428 13.012-17.624 7.582-27.242v0l-185.378-328.374c-3.672-6.51-10.452-10.17-17.43-10.17-3.332 0-6.704 0.834-9.812 2.588-9.618 5.428-13.010 17.624-7.582 27.242v0zM632.466 359.2c-24.258 0-43.992-19.734-43.992-43.992s19.734-43.992 43.992-43.992c24.258 0 43.992 19.734 43.992 43.992s-19.734 43.992-43.992 43.992zM318.086 774.879c149.352 88.756 339.562 64.838 462.564-58.162 54.536-54.536 90.79-123.294 104.844-198.844 13.718-73.754 5.576-149.132-23.552-217.982-3.228-7.626-10.634-12.21-18.426-12.21-2.598 0-5.238 0.508-7.782 1.584-10.17 4.302-14.928 16.036-10.624 26.206 54.218 128.16 25.666 274.56-72.738 372.966-110.058 110.058-280.24 131.47-413.854 52.062-9.494-5.64-21.762-2.52-27.406 6.974-5.642 9.494-2.52 21.764 6.974 27.406zM391.532 664.918c46.31 0 83.984-37.674 83.984-83.984s-37.676-83.984-83.984-83.984c-46.31 0-83.984 37.674-83.984 83.984s37.676 83.984 83.984 83.984zM391.532 624.928c-24.258 0-43.992-19.734-43.992-43.992s19.734-43.992 43.992-43.992c24.258 0 43.992 19.734 43.992 43.992s-19.734 43.992-43.992 43.992zM243.716 717.080c7.85 7.77 20.51 7.706 28.278-0.142 7.77-7.848 7.706-20.51-0.14-28.278v0l-0.292-0.292c-3.9-3.856-8.984-5.784-14.068-5.784-5.152 0-10.3 1.976-14.212 5.926-7.77 7.848-7.706 20.51 0.142 28.278v0z" />
185
- <glyph unicode="&#xe9af;" glyph-name="total-earning" d="M648.533 960c108.715 0 126.123-182.613-51.2-228.523 87.381-46.592 170.667-157.696 212.309-300.544v0h94.891c65.98 0 119.467-53.487 119.467-119.467s-53.487-119.467-119.467-119.467v0h-69.803c-10.411-159.403-77.995-256-322.731-256s-312.32 96.597-322.731 256v0h-69.803c-65.98 0-119.467 53.487-119.467 119.467s53.487 119.467 119.467 119.467v0h94.891c41.643 142.848 124.928 253.952 212.309 300.544-176.64 45.739-161.109 228.523-51.2 228.523s107.349-136.533 136.533-136.533c29.184 0 27.819 136.533 136.533 136.533zM512 721.067c-97.109 0-210.603-121.856-261.803-290.133v0h101.205l-22.187 22.016c-4.329 4.329-6.020 10.639-4.435 16.553s6.204 10.533 12.117 12.117c5.914 1.585 12.223-0.106 16.553-4.435v0l51.2-51.2c3.231-3.205 5.048-7.567 5.048-12.117s-1.817-8.913-5.048-12.117v0l-51.2-51.2c-3.221-3.195-7.581-4.976-12.117-4.949-6.934-0.040-13.202 4.118-15.861 10.522s-1.179 13.779 3.744 18.662v0l22.187 22.016h-110.592c-12.478-50.25-18.839-101.824-18.944-153.6 0-181.077 44.885-273.067 290.133-273.067 221.867 0 279.211 74.581 288.597 221.867v0h-110.933l22.187-22.016c4.329-4.329 6.020-10.639 4.435-16.553s-6.204-10.533-12.117-12.117c-5.914-1.585-12.223 0.106-16.553 4.435v0l-51.2 51.2c-3.231 3.205-5.048 7.567-5.048 12.117s1.817 8.913 5.048 12.117v0l51.2 51.2c6.692 6.692 17.542 6.692 24.235 0s6.692-17.542 0-24.235v0l-22.187-22.016h112.469v17.067c0 257.365-159.573 477.867-290.133 477.867zM322.49 82.139c4.516 0.448 9.024-0.92 12.528-3.803 18.285-13.617 39.304-23.108 61.611-27.819 4.483-0.975 8.385-3.714 10.825-7.599s3.214-8.589 2.145-13.051c-1.157-4.44-4.053-8.227-8.035-10.506s-8.713-2.86-13.128-1.611c-27.192 5.694-52.782 17.352-74.923 34.133-3.541 2.845-5.802 6.983-6.283 11.5s0.859 9.038 3.723 12.564c2.869 3.516 7.020 5.744 11.536 6.192zM273.067 260.267c9.426 0 17.067-7.641 17.067-17.067-0.763-33.087 2.041-66.159 8.363-98.645 1.159-5.131-0.113-10.51-3.448-14.579s-8.36-6.372-13.619-6.242c-8.135-0.199-15.279 5.373-17.067 13.312-6.588 34.982-9.391 70.572-8.363 106.155 0 9.426 7.641 17.067 17.067 17.067zM512 430.933c9.426 0 17.067-7.641 17.067-17.067v0-10.069c19.914-2.555 37.794-13.481 49.152-30.037 4.713-8.247 1.847-18.754-6.4-23.467s-18.754-1.847-23.467 6.4c-13.995 23.040-70.485 17.749-70.485-6.656 0-14.336 5.461-17.579 36.181-21.504 24.747-3.243 66.219-8.363 66.219-55.467-0.213-28.68-22.575-52.31-51.2-54.101v0-9.899c0-9.426-7.641-17.067-17.067-17.067s-17.067 7.641-17.067 17.067v0 9.899c-16.869 0.477-33.116 6.472-46.251 17.067-6.692 6.692-6.692 17.542 0 24.235s17.542 6.692 24.235 0c11.916-6.596 25.502-9.563 39.083-8.533 12.8 0 34.133 2.731 34.133 21.333 0 14.336-5.461 17.579-36.181 21.504-24.747 3.072-66.219 8.192-66.219 55.296 1.54 28.035 23.265 50.773 51.2 53.589v0 10.411c0 9.426 7.641 17.067 17.067 17.067zM204.8 396.8h-85.333c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333v0h68.267c-1.509 57.38 4.225 114.722 17.067 170.667v0zM904.533 396.8h-85.333c12.818-55.949 18.552-113.287 17.067-170.667v0h68.267c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333v0zM879.787 531.456c5.481 3.298 12.347 3.254 17.786-0.114s8.537-9.496 8.025-15.873c-0.511-6.377-4.546-11.932-10.451-14.392v0l-34.133-17.067c-8.391-4.214-18.61-0.859-22.869 7.509-4.214 8.391-0.859 18.61 7.509 22.869v0zM121.344 523.947c4.259 8.368 14.478 11.724 22.869 7.509v0l34.133-17.067c7.659-4.609 10.465-14.347 6.431-22.324s-13.539-11.491-21.791-8.054v0l-34.133 17.067c-8.368 4.259-11.724 14.478-7.509 22.869zM841.216 596.651c4.329 4.329 10.639 6.020 16.553 4.435s10.533-6.204 12.117-12.117c1.585-5.914-0.106-12.223-4.435-16.553v0l-17.067-17.067c-6.692-6.692-17.542-6.692-24.235 0s-6.692 17.542 0 24.235v0zM166.231 601.086c5.914 1.585 12.223-0.106 16.553-4.435v0l17.067-17.067c4.923-4.883 6.403-12.258 3.744-18.662s-8.928-10.562-15.861-10.522c-8.875 0-11.093 3.926-29.184 22.016-4.329 4.329-6.020 10.639-4.435 16.553s6.204 10.533 12.117 12.117zM648.533 925.867c-90.283 0-66.731-136.533-136.533-136.533s-45.739 136.533-136.533 136.533c-54.955 0-69.461-79.701-7.68-129.707 68.267-54.955 220.16-54.955 288.427 0 61.781 50.005 47.104 129.707-7.68 129.707z" />
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 xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="tutor" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="down" d="M174.080 634.574h675.84c22.63 0 38.4-10.957 47.104-32.768s5.222-40.55-10.445-56.32l-337.92-337.92c-10.445-10.445-22.733-15.667-36.659-15.667-14.029 0-26.214 5.222-36.659 15.667l-337.92 337.92c-15.667 15.667-19.251 34.509-10.445 56.32 8.704 21.811 24.474 32.768 47.104 32.768z" />
11
+ <glyph unicode="&#xe901;" glyph-name="up" d="M849.92 226.715h-675.84c-22.63 0-38.4 10.957-47.104 32.768s-5.222 40.55 10.445 56.32l337.92 337.92c10.445 10.445 22.733 15.667 36.659 15.667 14.029 0 26.214-5.222 36.659-15.667l337.92-337.92c15.667-15.667 19.251-34.509 10.445-56.32-8.704-21.914-24.474-32.768-47.104-32.768z" />
12
+ <glyph unicode="&#xe902;" glyph-name="angle-up" d="M551.936 741.070l455.68-455.68c10.854-10.957 16.384-24.269 16.384-39.936s-5.53-28.979-16.486-39.936l-51.712-51.712c-10.957-10.957-24.269-16.794-39.936-17.613s-28.979 4.301-39.936 15.258l-363.93 364.134-364.032-364.032c-10.957-10.957-24.269-16.077-39.936-15.258s-28.979 6.656-39.936 17.613l-51.712 51.712c-10.957 10.957-16.486 24.269-16.486 39.936s5.53 28.979 16.486 39.936l455.68 455.68c10.957 12.595 24.269 18.739 39.936 18.739 15.667-0.102 28.979-6.349 39.936-18.842z" />
13
+ <glyph unicode="&#xe903;" glyph-name="angle-right" d="M805.069 408.065l-455.68-455.68c-10.957-10.957-24.269-16.486-39.936-16.486s-28.979 5.53-39.936 16.486l-51.712 51.712c-10.957 10.957-16.794 24.269-17.613 39.936s4.301 28.979 15.258 39.936l364.134 364.032-364.032 364.032c-10.957 10.957-16.077 24.269-15.258 39.936s6.656 28.979 17.613 39.936l51.712 51.712c10.854 10.854 24.166 16.384 39.834 16.384s28.979-5.53 39.936-16.486l455.68-455.68c12.493-10.957 18.739-24.269 18.739-39.936 0-15.565-6.246-28.877-18.739-39.834z" />
14
+ <glyph unicode="&#xe904;" glyph-name="audio-volume" d="M459.21 838.444c-13.36 5.521-28.746 2.439-39.112-7.898l-217.022-218.402h-167.166c-19.907 0-35.91-16.063-35.91-35.912v-259.189c0-19.849 16.003-35.91 35.91-35.91h166.372l217.934-218.403c6.87-6.899 16.121-10.542 25.399-10.542 4.58 0 9.338 0.881 13.713 2.731 13.477 5.521 22.199 18.647 22.199 33.15v717.197c-0.031 14.533-8.839 27.658-22.317 33.178zM832.944 447.652c0 134.54-79.956 255.722-203.751 308.841-18.235 7.81-39.404-0.618-47.157-18.881-7.839-18.204 0.587-39.317 18.821-47.128 97.486-41.754 160.294-137.068 160.294-242.832 0-105.297-62.573-200.375-159.502-242.159-18.175-7.869-26.601-28.98-18.763-47.157 5.844-13.595 19.086-21.698 33.092-21.698 4.64 0 9.515 0.939 14.154 2.966 123.267 53.117 202.812 174.035 202.812 308.049zM674.091 447.711c0 71.088-42.254 134.953-107.763 162.73-18.175 7.606-39.288-0.763-46.98-19.057-7.869-18.263 0.675-39.346 18.91-47.099 38.878-16.442 63.953-54.379 63.953-96.576 0-41.696-24.841-79.457-63.188-96.166-18.235-7.869-26.545-29.011-18.705-47.215 5.902-13.537 19.086-21.582 32.975-21.582 4.756 0 9.69 0.939 14.33 2.995 64.653 28.073 106.469 91.673 106.469 161.97zM690.21 898.582c-18.235 7.898-39.464-0.558-47.157-18.823-7.869-18.235 0.558-39.346 18.821-47.127 154.275-66.214 253.934-217.317 253.934-385.040 0-167.105-99.279-317.914-253.081-384.246-18.235-7.869-26.663-28.951-18.881-47.157 5.902-13.595 19.086-21.698 32.975-21.698 4.758 0 9.691 0.939 14.33 2.965 180.085 77.635 296.51 254.373 296.51 450.168 0.027 196.408-116.691 373.44-297.451 450.959z" />
15
+ <glyph unicode="&#xe905;" glyph-name="clock" d="M946.197 653.277c-51.534 120.167-139.105 207.561-260.254 259.239-60.551 25.829-123.988 39.022-190.262 39.022-66.262 0-129.232-13.069-189.716-39.022-120.145-51.541-208.105-138.879-259.73-259.239-25.869-60.3-38.478-123.474-38.478-189.748 0-66.287 12.609-129.985 38.478-190.297 51.625-120.36 139.596-208.222 259.73-259.776 60.495-25.953 123.452-39.009 189.716-39.009s129.711 13.193 190.252 39.009c121.148 51.68 208.72 139.62 260.265 259.776 25.947 60.506 39.014 124.010 39.014 190.297 0 66.274-13.055 129.243-39.015 189.748zM868.18 247.574c-38.365-65.806-90.924-118.012-157.119-156.611-65.795-38.372-137.885-57.723-215.367-57.723-58.248 0-113.829 11.22-166.742 34.209-52.912 22.977-98.597 53.185-136.813 91.397-38.217 38.223-68.634 84.362-91.379 137.374-22.678 52.819-33.668 109.038-33.668 167.307 0 77.507 19.040 149.245 57.189 214.869 38.285 65.864 90.855 118.125 156.583 156.612 65.716 38.485 137.339 57.734 214.82 57.734 77.494 0 149.571-19.362 215.367-57.734 66.195-38.6 118.641-90.86 157.119-156.611 38.478-65.739 57.713-137.363 57.713-214.869 0-77.509-19.108-149.735-57.702-215.955zM524.274 466.88v277.053c0 16.579-14.226 29.951-30.555 29.951-15.271 0-28.97-13.372-28.97-29.951v-281.331c0-0.537 1.056-2.682 1.056-4.281-1.056-9.629 1.585-17.651 7.901-24.075l157.501-159.916c10.539-10.701 30.024-10.701 40.556 0 12.112 12.3 11.315 30.146 0 41.717l-147.49 150.832z" />
16
+ <glyph unicode="&#xe906;" glyph-name="document-alt" d="M867.331 817.779h-28.402v-714.292c0-47.452-37.734-86.078-84.090-86.078h-516.617v-26.478c0-30.321 24.040-54.929 53.66-54.929h575.348c29.619 0 53.659 24.608 53.659 54.929v771.919c0.001 30.32-23.938 54.929-53.557 54.929zM465.727 49.779h287.716c29.624 0 53.668 24.608 53.668 54.927v771.921c0 30.32-24.044 54.929-53.668 54.929h-383.385v-18.171c0.202-1.869 0.304-3.842 0.304-5.815v-150.459c0-42.677-33.885-77.358-75.581-77.358h-147.003c-1.522 0-3.145 0.104-4.667 0.208h-18.667v-575.255c0-30.319 24.044-54.927 53.668-54.927h287.615zM476.582 236.476h-187.584c-14 0-25.363 11.631-25.363 25.959 0 14.33 11.363 25.959 25.363 25.959h187.685c14 0 25.363-11.629 25.363-25.959 0-14.328-11.464-25.959-25.464-25.959zM664.267 368.97h-375.269c-14 0-25.363 11.631-25.363 25.959 0 14.33 11.363 25.959 25.363 25.959h375.269c14 0 25.363-11.629 25.363-25.959 0-14.328-11.363-25.959-25.363-25.959zM288.999 561.587h375.269c14 0 25.363-11.63 25.363-25.959s-11.363-25.959-25.363-25.959h-375.269c-14 0-25.363 11.63-25.363 25.959s11.363 25.959 25.363 25.959zM120.033 732.445h155.786c0.108 0 0.323 0 0.43 0 26.018 0.215 47.091 21.283 47.306 47.295 0 0.107 0 0.322 0 0.43v155.86c0 14.404-11.826 23.97-24.082 23.97-5.913 0-11.826-2.15-16.772-7.094l-179.655-179.615c-15.052-15.049-4.408-40.846 16.987-40.846z" />
17
+ <glyph unicode="&#xe907;" glyph-name="facebook" d="M402.022-63.999v458.035h-154.010v181.965h154.010v143.974c0 75.981 21.299 134.963 64 177.050 42.701 41.984 99.328 62.976 169.984 62.976 57.344 0 104.038-2.662 139.981-7.987v-161.997h-96.051c-36.045 0-60.723-7.987-74.035-23.962-10.65-13.312-15.974-34.714-15.974-64v-125.952h169.984l-23.962-181.965h-145.92v-458.138h-188.006z" />
18
+ <glyph unicode="&#xe908;" glyph-name="fav-full" d="M141.439 926.152c8.271 12.642 19.41 21.887 33.391 27.752 8.904 4.056 18.236 6.088 27.991 6.088v0.009h666.562c9.751 0 19.074-2.032 27.98-6.088 13.99-5.86 25.124-15.117 33.391-27.752 8.265-12.635 12.404-26.616 12.404-41.961v-872.4c0-15.349-4.139-29.326-12.404-41.973-8.267-12.633-19.401-21.887-33.391-27.745-8.897-4.056-18.229-6.083-27.98-6.083-19.936 0-37.524 7.448-52.792 22.326l-280.491 286.981-280.491-286.988c-14.843-14.415-32.44-21.636-52.786-21.636-10.604 0-19.934 1.792-27.991 5.402-13.981 5.858-25.12 15.112-33.391 27.761-8.265 12.63-12.395 26.609-12.395 41.956v872.388c-0.002 15.344 4.137 29.326 12.393 41.961z" />
19
+ <glyph unicode="&#xe909;" glyph-name="fav-line" d="M141.439 926.152c8.271 12.642 19.41 21.887 33.391 27.752 8.904 4.056 18.236 6.088 27.991 6.088v0.009h666.562c9.751 0 19.074-2.032 27.98-6.088 13.99-5.86 25.124-15.117 33.391-27.752 8.265-12.635 12.404-26.616 12.404-41.961v-872.4c0-15.349-4.139-29.326-12.404-41.973-8.267-12.633-19.401-21.887-33.391-27.745-8.897-4.056-18.229-6.083-27.98-6.083-19.936 0-37.524 7.448-52.792 22.326l-280.491 286.981-280.491-286.988c-14.843-14.415-32.44-21.636-52.786-21.636-10.604 0-19.934 1.792-27.991 5.402-13.981 5.858-25.12 15.112-33.391 27.761-8.265 12.63-12.395 26.609-12.395 41.956v872.388c-0.002 15.344 4.137 29.326 12.393 41.961zM210.453 32.794l325.646 332.298 56.604-57.519 269.036-274.78v840.566h-651.286v-840.566z" />
20
+ <glyph unicode="&#xe90a;" glyph-name="google" d="M1000.346 522.343c5.53-30.31 8.294-59.187 8.294-86.733 0-96.358-20.685-182.374-61.952-258.048s-99.43-134.861-174.49-177.562c-75.059-42.598-161.382-64-259.072-64-92.262 0-177.562 23.040-256 69.12s-140.698 108.339-186.88 186.88c-46.080 78.438-69.12 163.738-69.12 256 0 92.16 23.040 177.562 69.12 256s108.339 140.698 186.88 186.88c78.438 46.080 163.738 69.12 256 69.12 133.427 0 247.706-44.749 342.63-134.144l-138.342-134.144c-44.032 42.598-97.075 68.096-158.925 76.39-57.856 8.294-114.893 0-171.315-24.781-56.422-24.883-101.888-62.054-136.294-111.616-37.171-53.658-55.706-114.893-55.706-183.706 0-59.187 14.438-113.254 43.315-162.099s67.379-88.064 115.61-117.658c48.128-29.594 101.171-44.339 158.925-44.339 61.952 0 116.326 13.722 163.123 41.267 37.171 22.016 68.096 51.61 92.877 88.781 17.92 30.208 29.594 60.518 35.123 90.829h-291.021v177.562h487.219z" />
21
+ <glyph unicode="&#xe90b;" glyph-name="grid" d="M456.98 937.266c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM411.51 548.491h-366.039v366.039h366.039v-366.039zM1023.091 937.266c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM977.62 548.491h-366.039v366.039h366.039v-366.039zM456.98 371.156c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM411.51-15.345h-366.039v363.766h366.039v-363.766zM1023.091 371.156c0 12.561-10.174 22.735-22.735 22.735h-411.51c-12.561 0-22.735-10.174-22.735-22.735v-411.51c0-12.561 10.174-22.735 22.735-22.735h411.51c12.561 0 22.735 10.174 22.735 22.735v411.51zM977.62-15.345h-366.039v363.766h366.039v-363.766z" />
22
+ <glyph unicode="&#xe90c;" glyph-name="group" d="M863.277 485.304c28.24 19.844 46.939 52.854 46.939 90.061 0 60.868-49.228 110.096-110.096 110.096s-110.096-49.228-110.096-110.096c0-37.207 18.508-70.217 46.939-90.061-24.233-8.396-46.366-21.37-65.065-38.161-25.759 21.943-56.097 38.734-89.298 48.656 40.26 24.423 67.355 68.881 67.355 119.445 0 77.086-62.394 139.48-139.48 139.48s-139.48-62.585-139.48-139.48c0-50.564 26.904-95.022 67.355-119.445-32.819-9.922-62.776-26.522-88.344-48.083-18.699 16.409-40.451 29.194-64.302 37.398 28.24 19.844 46.939 52.854 46.939 90.061 0 60.868-49.228 110.096-110.096 110.096s-110.096-49.228-110.096-110.096c0-37.207 18.508-70.217 46.939-90.061-75.751-26.141-130.131-98.075-130.131-182.603v-12.593c0-0.382 0.382-0.763 0.763-0.763h233.358c-1.336-10.494-2.099-21.37-2.099-32.246v-12.975c0-56.097 45.412-101.51 101.51-101.51h295.752c56.097 0 101.51 45.412 101.51 101.51v12.975c0 10.876-0.763 21.752-2.099 32.246h234.884c0.382 0 0.763 0.382 0.763 0.763v12.593c-0.382 84.719-54.571 156.653-130.321 182.794zM720.553 575.556c0 43.886 35.681 79.567 79.567 79.567s79.567-35.681 79.567-79.567c0-43.313-34.918-78.613-78.040-79.567-0.572 0-0.954 0-1.526 0s-0.954 0-1.526 0c-43.313 0.763-78.040 36.063-78.040 79.567zM401.141 615.244c0 60.104 48.847 108.951 108.951 108.951s108.951-48.847 108.951-108.951c0-58.005-45.603-105.517-102.654-108.76-2.099 0-4.198 0-6.297 0s-4.198 0-6.297 0c-57.051 3.244-102.654 50.755-102.654 108.76zM142.406 575.556c0 43.886 35.681 79.567 79.567 79.567s79.567-35.681 79.567-79.567c0-43.313-34.918-78.613-78.040-79.567-0.572 0-0.954 0-1.526 0s-0.954 0-1.526 0c-43.122 0.763-78.040 36.063-78.040 79.567zM268.721 319.874h-208.553c8.586 81.284 77.277 145.014 160.66 145.586 0.382 0 0.763 0 1.145 0s0.763 0 1.145 0c39.688-0.191 75.941-14.883 103.99-38.734-27.476-29.766-47.893-66.401-58.387-106.852zM729.139 243.932c0-39.116-31.865-70.98-70.98-70.98h-295.752c-39.116 0-70.98 31.865-70.98 70.98v12.975c0 118.491 94.64 215.422 212.369 218.856 2.099-0.191 4.389-0.191 6.487-0.191s4.389 0 6.487 0.191c117.728-3.435 212.369-100.365 212.369-218.856v-12.975zM751.845 319.874c-10.494 40.26-30.529 76.323-57.815 106.089 28.24 24.423 64.875 39.116 104.944 39.497 0.382 0 0.763 0 1.145 0s0.763 0 1.145 0c83.383-0.572 152.074-64.302 160.66-145.586h-210.079z" />
23
+ <glyph unicode="&#xe90d;" glyph-name="linkedin" d="M123.392 713.115c-33.485 0-62.464 12.186-86.835 36.557s-36.557 53.35-36.557 86.938c0 33.485 12.186 62.464 36.557 86.835s53.35 36.557 86.835 36.557c33.485 0 62.464-12.186 86.835-36.557s36.557-53.35 36.557-86.835c0-33.485-12.186-62.464-36.557-86.835-24.371-24.474-53.248-36.659-86.835-36.659zM228.557-63.999h-212.582v683.418h212.582v-683.418zM1024-63.999h-212.582v333.722c0 54.886-4.608 94.515-13.722 118.886-16.794 41.165-49.562 61.747-98.304 61.747s-83.046-18.33-102.81-54.886c-15.258-27.443-22.835-67.789-22.835-121.139v-338.33h-210.33v683.418h203.469v-93.696h2.253c15.258 30.515 39.629 55.603 73.114 75.469 36.557 24.371 79.258 36.557 128 36.557 99.021 0 168.346-31.232 207.974-93.696 30.515-50.278 45.67-128 45.67-233.165v-374.886z" />
24
+ <glyph unicode="&#xe90e;" glyph-name="lock" d="M791.744 618.986h-48.716v97.433c0 136.406-107.176 243.582-243.582 243.582s-243.582-107.176-243.582-243.582v-97.433h-48.716c-53.588 0-97.433-43.845-97.433-97.433v-487.164c0-53.588 43.845-97.433 97.433-97.433h584.597c53.588 0 97.433 43.845 97.433 97.433v487.164c0 53.588-43.845 97.433-97.433 97.433zM499.446 180.538c-53.588 0-97.433 43.845-97.433 97.433s43.845 97.433 97.433 97.433c53.588 0 97.433-43.845 97.433-97.433s-43.845-97.433-97.433-97.433zM650.467 618.986h-302.042v97.433c0 82.818 68.203 151.021 151.021 151.021s151.021-68.203 151.021-151.021v-97.433z" />
25
+ <glyph unicode="&#xe90f;" glyph-name="mark" d="M347.955 82.023l-333.926 331.981c-9.421 9.318-14.029 21.299-14.029 36.045 0 14.643 4.608 26.624 14.029 36.045l74.035 71.987c9.318 10.65 20.992 15.974 35.021 15.974s26.317-5.325 36.966-15.974l223.949-224.051 480.051 480.051c10.65 10.65 23.040 15.974 36.966 15.974s25.702-5.325 35.021-15.974l74.035-71.987c9.318-9.318 14.029-21.299 14.029-36.045 0-14.643-4.71-26.726-14.029-36.045l-590.029-587.981c-9.421-10.752-21.402-15.974-36.045-15.974s-26.726 5.222-36.045 15.974z" />
26
+ <glyph unicode="&#xe910;" glyph-name="minus" d="M64 512.001h853.333c35.346 0 64-28.654 64-64s-28.654-64-64-64h-853.333c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
27
+ <glyph unicode="&#xe911;" glyph-name="mortarboard" d="M702.009 81.893c-8.908 2.261-17.931-3.19-20.141-12.082l-16.618-66.474c-2.244-8.923 3.19-17.931 12.098-20.159 1.346-0.349 2.709-0.499 4.039-0.499 7.445 0 14.209 5.036 16.104 12.581l16.618 66.474c2.226 8.908-3.192 17.931-12.1 20.159zM498.562 414.765c2.16 0 4.322 0.415 6.349 1.262l182.807 75.649c8.476 3.507 12.497 13.229 8.992 21.705-3.507 8.493-13.263 12.482-21.721 9.007l-176.427-73.022-465.324 192.544v5.517c0 9.173-7.445 16.618-16.618 16.618s-16.62-7.445-16.62-16.618v-16.618c0-6.731 4.055-12.797 10.271-15.356l481.944-199.425c2.025-0.847 4.187-1.264 6.347-1.264zM696.26 244.506c-4.055 8.226-13.993 11.617-22.252 7.545-31.559-15.605-84.275-33.752-158.825-36.23v149.088c0 9.173-7.445 16.618-16.618 16.618s-16.618-7.445-16.618-16.618v-148.938c-206.354 6.581-272.945 131.587-282.519 152.394v112.874c0 9.173-7.445 16.618-16.618 16.618s-16.618-7.445-16.618-16.618v-116.331c0-2.111 0.399-4.205 1.18-6.181 2.892-7.196 73.622-176.623 331.195-176.623 90.024 0 153.109 21.837 190.168 40.152 8.238 4.070 11.613 14.024 7.525 22.25zM747.843 65.771c-9.19 0-16.618-7.445-16.618-16.618v-49.856c0-9.173 7.428-16.618 16.618-16.618s16.618 7.445 16.618 16.618v49.856c0 9.173-7.428 16.618-16.618 16.618zM980.506 664.046c-9.19 0-16.618-7.445-16.618-16.618v-5.484l-199.425-82.080v30.031l222.392 92.035c6.215 2.559 10.271 8.626 10.271 15.356s-4.055 12.78-10.254 15.356l-481.962 199.423c-4.072 1.679-8.626 1.679-12.696 0l-481.944-199.425c-6.216-2.577-10.271-8.626-10.271-15.356s4.055-12.797 10.271-15.356l481.944-199.425c2.027-0.847 4.187-1.264 6.349-1.264s4.322 0.415 6.349 1.264l174.265 72.108c8.493 3.49 12.515 13.212 9.007 21.705-3.507 8.476-13.229 12.482-21.705 8.992l-167.918-69.468-438.485 181.444 438.485 181.444 438.485-181.444-190.799-78.956-182.756 68.237c0.964 3.457 1.546 7.013 1.546 10.719 0 27.953-29.199 49.856-66.474 49.856s-66.474-21.904-66.474-49.856c0-27.953 29.199-49.856 66.474-49.856 16.636 0 31.476 4.538 43.009 11.849l189.652-70.813v-409.421c-19.294-6.896-33.238-25.16-33.238-46.799 0-27.487 22.369-49.856 49.856-49.856s49.856 22.369 49.856 49.856c0 21.637-13.942 39.901-33.238 46.799v94.328c47.712 36.013 64.813 83.975 65.561 86.101 0.598 1.745 0.913 3.589 0.913 5.434v116.331c0 9.173-7.428 16.618-16.618 16.618s-16.618-7.445-16.618-16.618v-113.257c-2.875-7.046-12.863-28.767-33.238-50.205v206.144l222.376 91.519c6.232 2.559 10.287 8.641 10.287 15.372v16.618c0 9.175-7.428 16.62-16.618 16.62zM498.562 680.666c-20.291 0-33.238 9.839-33.238 16.618 0 6.781 12.945 16.618 33.238 16.618s33.238-9.839 33.238-16.618c0-6.781-12.947-16.618-33.238-16.618zM747.843 115.628c-9.173 0-16.618 7.461-16.618 16.618s7.445 16.618 16.618 16.618c9.173 0 16.618-7.461 16.618-16.618 0-9.155-7.445-16.618-16.618-16.618zM813.819 69.81c-2.226 8.89-11.268 14.326-20.141 12.082-8.908-2.226-14.326-11.251-12.098-20.159l16.618-66.474c1.895-7.545 8.659-12.581 16.104-12.581 1.33 0 2.691 0.15 4.039 0.499 8.908 2.226 14.326 11.235 12.098 20.159l-16.62 66.474z" />
28
+ <glyph unicode="&#xe912;" glyph-name="offer" d="M932.274 434.787c-4.104 8.397-4.104 18.028 0 26.423l38.043 77.826c21.181 43.333 4.399 94.981-38.207 117.587l-76.521 40.601c-8.256 4.379-13.916 12.172-15.531 21.375l-14.966 85.325c-8.333 47.506-52.278 79.43-100.025 72.674l-85.771-12.133c-9.258-1.307-18.412 1.669-25.128 8.166l-62.259 60.229c-34.667 33.537-88.974 33.539-123.639 0l-62.261-60.235c-6.718-6.499-15.872-9.469-25.128-8.166l-85.771 12.133c-47.763 6.76-91.692-25.168-100.025-72.674l-14.966-85.321c-1.616-9.204-7.276-16.996-15.529-21.376l-76.521-40.601c-42.606-22.604-59.388-74.256-38.207-117.589l38.041-77.824c4.104-8.397 4.104-18.028 0-26.423l-38.043-77.824c-21.181-43.333-4.399-94.981 38.207-117.587l76.521-40.601c8.256-4.379 13.916-12.172 15.531-21.375l14.966-85.325c7.586-43.247 44.67-73.577 87.289-73.573 4.198 0 8.457 0.295 12.738 0.9l85.771 12.133c9.25 1.313 18.41-1.669 25.128-8.166l62.259-60.229c17.336-16.77 39.573-25.154 61.819-25.152 22.239 0.002 44.49 8.385 61.819 25.152l62.261 60.229c6.718 6.497 15.874 9.465 25.128 8.166l85.771-12.133c47.769-6.758 91.692 25.168 100.025 72.674l14.968 85.321c1.616 9.204 7.276 16.996 15.529 21.376l76.521 40.601c42.606 22.604 59.388 74.256 38.207 117.589l-38.043 77.826zM904.537 291.343l-76.521-40.601c-24.397-12.947-41.129-35.973-45.901-63.179l-14.966-85.323c-2.819-16.073-17.679-26.869-33.842-24.588l-85.771 12.133c-27.353 3.875-54.419-4.929-74.272-24.132l-62.261-60.227c-11.726-11.344-30.1-11.344-41.831 0l-62.259 60.229c-16.778 16.231-38.713 25.026-61.611 25.026-4.196 0-8.425-0.295-12.661-0.895l-85.771-12.133c-16.149-2.283-31.021 8.515-33.842 24.588l-14.968 85.325c-4.773 27.206-21.504 50.234-45.903 63.177l-76.521 40.601c-14.416 7.648-20.094 25.122-12.928 39.783l38.043 77.826c12.129 24.815 12.129 53.276 0 78.091l-38.043 77.826c-7.166 14.661-1.488 32.134 12.928 39.783l76.521 40.601c24.397 12.947 41.129 35.973 45.901 63.179l14.966 85.323c2.821 16.073 17.679 26.871 33.842 24.588l85.771-12.133c27.343-3.871 54.419 4.929 74.272 24.132l62.261 60.229c11.726 11.344 30.1 11.344 41.831 0l62.259-60.229c19.852-19.205 46.925-28.003 74.272-24.132l85.771 12.133c16.151 2.285 31.023-8.515 33.842-24.588l14.966-85.325c4.773-27.206 21.504-50.234 45.903-63.177l76.521-40.601c14.416-7.648 20.094-25.122 12.928-39.783l-38.043-77.824c-12.129-24.813-12.129-53.278 0-78.091l38.043-77.824c7.168-14.665 1.49-32.14-12.926-39.789zM705.018 662.929c-11.485 11.487-30.112 11.487-41.6 0l-388.261-388.263c-11.487-11.487-11.487-30.112 0-41.6 5.744-5.744 13.272-8.616 20.799-8.616s15.057 2.871 20.799 8.616l388.261 388.261c11.491 11.489 11.491 30.112 0.002 41.601zM372.427 712.735c-59.472 0-107.857-48.385-107.857-107.857s48.385-107.857 107.857-107.857c59.472 0 107.857 48.385 107.857 107.857s-48.385 107.857-107.857 107.857zM372.427 555.854c-27.032 0-49.024 21.992-49.024 49.026 0 27.032 21.992 49.024 49.024 49.024s49.026-21.992 49.026-49.024c-0.002-27.034-21.994-49.026-49.026-49.026zM607.748 398.973c-59.472 0-107.857-48.385-107.857-107.857s48.385-107.857 107.857-107.857c59.472 0 107.857 48.385 107.857 107.857s-48.385 107.857-107.857 107.857zM607.748 242.091c-27.032 0-49.026 21.992-49.026 49.024s21.992 49.024 49.026 49.024c27.032 0 49.024-21.992 49.024-49.024s-21.992-49.024-49.024-49.024z" />
29
+ <glyph unicode="&#xe913;" glyph-name="cross" horiz-adv-x="1020" d="M983.896 164.596c17.379-17.379 25.399-37.431 25.399-62.83 0-24.063-8.021-46.789-25.399-65.504l-62.83-62.83c-18.715-17.379-40.104-25.399-65.504-25.399-24.063 0-45.452 8.021-62.83 25.399l-283.405 284.742-283.405-284.742c-17.379-17.379-37.431-25.399-62.83-25.399-24.063 0-46.789 8.021-65.504 25.399l-62.83 62.83c-17.379 18.715-25.399 40.104-25.399 65.504 0 24.063 8.021 45.452 25.399 62.83l283.405 283.405-282.068 283.405c-17.379 17.379-25.399 37.431-25.399 62.83 0 24.063 8.021 46.789 25.399 65.504l62.83 62.83c18.715 17.379 40.104 25.399 65.504 25.399 24.063 0 45.452-8.021 62.83-25.399l283.405-283.405 283.405 283.405c17.379 17.379 37.431 25.399 62.83 25.399 24.063 0 46.789-8.021 65.504-25.399l62.83-62.83c17.379-18.715 25.399-40.104 25.399-65.504 0-24.063-8.021-45.452-25.399-62.83l-284.742-283.405 283.405-283.405z" />
30
+ <glyph unicode="&#xe914;" glyph-name="plus" d="M426.667 512.001v362.667c0 35.346 28.654 64 64 64s64-28.654 64-64v-362.667h362.667c35.346 0 64-28.654 64-64s-28.654-64-64-64h-362.667v-362.667c0-35.346-28.654-64-64-64s-64 28.654-64 64v362.667h-362.667c-35.346 0-64 28.654-64 64s28.654 64 64 64h362.667z" />
31
+ <glyph unicode="&#xe915;" glyph-name="shopping-cart" d="M296.989 286.371h563.726c63.921 0 116.067 52.146 116.067 116.067v237.181c0 0.21 0 0.631 0 0.841 0 0.631 0 1.051 0 1.682 0 0.421 0 0.841-0.21 1.262 0 0.421-0.21 1.051-0.21 1.472s-0.21 0.841-0.21 1.262c-0.21 0.421-0.21 0.841-0.421 1.472-0.21 0.421-0.21 0.841-0.421 1.262s-0.21 0.841-0.421 1.262c-0.21 0.421-0.421 0.841-0.631 1.472-0.21 0.421-0.421 0.841-0.631 1.051-0.21 0.421-0.421 0.841-0.631 1.262s-0.421 0.631-0.631 1.051c-0.21 0.421-0.631 0.841-0.841 1.262s-0.421 0.631-0.841 1.051c-0.21 0.421-0.631 0.631-0.841 1.051s-0.631 0.631-0.841 1.051c-0.21 0.421-0.631 0.631-0.841 0.841-0.421 0.421-0.631 0.631-1.051 1.051-0.421 0.21-0.631 0.631-1.051 0.841s-0.841 0.631-1.262 0.841c-0.421 0.21-0.631 0.421-1.051 0.631s-0.841 0.421-1.262 0.841c-0.421 0.21-0.841 0.421-1.262 0.631s-0.841 0.421-1.262 0.631c-0.421 0.21-0.841 0.421-1.262 0.631s-0.841 0.21-1.262 0.421c-0.421 0.21-1.051 0.421-1.472 0.421s-0.841 0.21-1.051 0.21-1.051 0.21-1.682 0.21c-0.21 0-0.421 0.21-0.841 0.21l-714.487 98.615v99.667c0 1.051 0 2.103-0.21 2.944 0 0.21 0 0.421-0.21 0.841 0 0.631-0.21 1.262-0.21 1.892-0.21 0.631-0.21 1.051-0.421 1.682 0 0.421-0.21 0.631-0.21 1.051-0.21 0.631-0.421 1.262-0.631 1.892 0 0.21-0.21 0.631-0.21 0.841-0.21 0.631-0.421 1.051-0.841 1.682-0.21 0.21-0.21 0.631-0.421 0.841-0.21 0.421-0.421 0.841-0.841 1.262-0.21 0.421-0.421 0.631-0.631 1.051s-0.421 0.631-0.631 1.051c-0.21 0.421-0.631 0.841-0.841 1.262-0.21 0.21-0.421 0.421-0.631 0.631-0.421 0.421-0.841 0.841-1.262 1.262-0.21 0.21-0.421 0.421-0.631 0.631-0.421 0.421-0.841 0.841-1.472 1.262-0.21 0.21-0.631 0.421-0.841 0.631-0.421 0.421-0.841 0.631-1.262 1.051-0.631 0.421-1.262 0.841-1.682 1.051-0.21 0.21-0.421 0.21-0.631 0.421-0.841 0.421-1.892 0.841-2.733 1.262l-154.967 65.183c-14.508 6.098-31.12-0.631-37.217-15.139s0.631-31.12 15.139-37.217l137.515-58.034v-621.97c0-58.875 44.156-107.657 101.138-115.016-10.303-17.242-16.401-37.428-16.401-58.875 0-63.29 51.515-114.595 114.595-114.595s114.595 51.515 114.595 114.595c0 21.027-5.677 41.002-15.77 57.823h255.264c-10.093-17.032-15.77-36.797-15.77-57.823 0-63.29 51.515-114.595 114.595-114.595s114.595 51.515 114.595 114.595c0 63.080-51.515 114.595-114.595 114.595h-536.181c-32.802 0-59.295 26.704-59.295 59.295v76.958c17.242-10.093 37.638-15.98 59.295-15.98zM438.289 51.713c0-31.961-26.073-57.823-57.823-57.823s-57.823 26.073-57.823 57.823c0 31.75 26.073 57.823 57.823 57.823s57.823-25.863 57.823-57.823zM891.204 51.713c0-31.961-26.073-57.823-57.823-57.823s-57.823 26.073-57.823 57.823c0 31.75 26.073 57.823 57.823 57.823s57.823-25.863 57.823-57.823zM860.715 343.143h-563.726c-32.802 0-59.295 26.704-59.295 59.295v306.779l682.316-93.989v-212.58c0-33.012-26.704-59.506-59.295-59.506z" />
32
+ <glyph unicode="&#xe916;" glyph-name="star-full" d="M489.984 934.094c14.643 5.12 29.286 5.12 44.032 0 14.643-5.12 25.805-15.36 33.485-30.618l124.416-252.621 279.45-40.141c16.589-2.56 29.696-10.24 39.219-22.938 9.523-12.8 14.029-26.829 13.414-42.086-0.614-15.36-6.656-28.672-18.227-40.141l-202.854-197.222 47.821-279.45c2.56-15.36-0.307-29.696-8.602-43.11s-20.070-22.016-35.43-25.805c-15.36-3.789-30.003-1.946-44.032 5.734l-250.675 130.15-250.675-130.15c-14.029-7.68-28.672-9.523-44.032-5.734s-27.136 12.39-35.43 25.805c-8.294 13.414-11.162 27.75-8.602 43.11l47.821 279.45-202.854 197.12c-11.469 11.469-17.51 24.883-18.125 40.141-0.614 15.36 3.789 29.286 13.414 42.086 9.523 12.698 22.63 20.378 39.219 22.938l279.45 40.141 124.314 252.723c7.68 15.36 18.842 25.498 33.485 30.618z" />
33
+ <glyph unicode="&#xe917;" glyph-name="star-half" d="M1009.664 587.47c9.523-12.698 14.336-26.726 14.336-41.984s-6.349-28.672-19.149-40.141l-202.445-196.813 47.718-278.938c3.789-19.149-0.614-35.635-13.414-49.664-12.698-14.029-28.058-20.992-45.875-20.992-10.24 0-19.763 2.56-28.672 7.68l-250.163 129.843-250.266-129.843c-8.909-5.12-18.432-7.68-28.672-7.68-17.818 0-33.178 7.066-45.875 20.992-12.698 14.029-17.203 30.618-13.414 49.664l47.718 278.938-202.342 196.813c-12.8 11.469-19.149 24.781-19.149 40.038s4.813 29.286 14.336 41.984c9.523 12.698 22.016 20.378 37.274 22.938l280.883 40.141 124.109 252.211c6.349 11.469 14.336 20.070 23.859 25.805s20.070 8.602 31.539 8.602 22.016-2.867 31.539-8.602 17.51-14.336 23.859-25.805l124.211-252.211 280.883-41.984c15.258-1.229 27.648-8.294 37.171-20.992zM896 528.283l-265.523 38.195-118.477 240.64v-605.594l236.851-126.054-43.93 265.523 34.406 32.461 156.672 154.829z" />
34
+ <glyph unicode="&#xe918;" glyph-name="star-line" d="M1010.586 587.675c9.523-12.8 14.029-26.829 13.414-42.086-0.614-15.36-6.656-28.672-18.227-40.141l-202.854-197.12 47.821-279.45c2.56-15.36-0.307-29.696-8.602-43.11s-20.070-22.016-35.43-25.805c-15.36-3.789-30.003-1.946-44.032 5.734l-250.675 130.15-250.675-130.15c-14.029-7.68-28.672-9.523-44.032-5.734s-27.136 12.39-35.43 25.805c-8.294 13.414-11.162 27.75-8.602 43.11l47.821 279.45-202.854 197.12c-11.469 11.469-17.51 24.883-18.125 40.141-0.614 15.36 3.789 29.286 13.414 42.086 9.523 12.698 22.63 20.378 39.219 22.938l279.45 40.141 124.314 252.723c7.68 15.36 18.842 25.498 33.485 30.618s29.286 5.12 44.032 0c14.643-5.12 25.805-15.36 33.485-30.618l124.416-252.621 279.45-40.141c16.486-2.56 29.594-10.24 39.219-23.040zM896.717 528.385l-266.035 38.298-118.682 241.152-118.682-241.152-266.035-38.298 191.386-187.597-44.032-266.035 237.363 126.362 237.261-126.259-44.032 266.035 191.488 187.494z" />
35
+ <glyph unicode="&#xe919;" glyph-name="tumblr" d="M812.032 27.956c5.325-13.312 5.325-22.63 0-27.955-15.974-17.306-40.038-31.949-71.987-44.032-38.707-13.312-79.974-19.968-124.006-19.968-73.318 0-134.042 16.691-181.965 49.971-40.038 26.726-69.325 64-87.962 112.026-15.974 37.274-23.962 77.312-23.962 120.013v287.949h-94.003c-5.325 0-10.035 1.638-14.029 5.018-3.994 3.277-6.042 8.294-6.042 14.95v136.090c0 6.656 2.048 13.005 6.042 19.046s9.318 10.342 15.974 13.005c56.013 18.637 99.328 52.634 130.048 101.99 22.63 38.707 36.045 82.637 40.038 131.994 1.126 21.299 11.878 31.949 31.846 31.949h142.029c5.325 0 10.035-2.048 14.029-6.042s6.042-8.704 6.042-14.029v-229.99h165.99c5.325 0 10.035-2.048 14.029-6.042s6.042-8.704 6.042-14.029v-164.045c0-5.325-2.048-10.035-6.042-14.029s-8.704-6.042-14.029-6.042h-168.141v-266.035c0-36.045 11.981-61.338 36.045-75.981 23.962-14.643 57.344-13.312 100.045 3.994 11.981 5.325 20.992 6.963 27.034 5.018s10.342-6.963 13.005-14.95l43.93-129.843z" />
36
+ <glyph unicode="&#xe91a;" glyph-name="twitter" d="M1024 765.953c-29.389-42.701-64.717-79.36-105.984-109.978 1.331-5.325 2.048-14.029 2.048-26.010 0-96.051-23.347-188.723-70.042-278.016-48.026-94.72-115.302-169.984-202.035-225.997-94.72-62.669-203.366-94.003-326.042-94.003-117.248 0.102-224.666 31.437-321.946 94.003 14.643-1.331 31.334-2.048 49.971-2.048 97.28 0 184.627 30.003 262.042 90.010-46.694 0-87.654 13.619-122.982 40.96s-59.699 61.645-73.011 103.014c13.312-1.331 26.010-2.048 37.99-2.048 18.637 0 37.274 2.048 56.013 6.042-48.026 10.65-87.962 35.328-120.013 74.035s-48.026 82.739-48.026 132.096v3.994c29.286-17.306 60.621-26.726 94.003-27.955-27.955 19.968-50.688 45.261-67.994 75.981-17.306 30.618-26.010 64.307-26.010 100.966s10.035 71.68 30.003 104.96c52.019-65.331 115.61-117.35 190.976-155.955 75.264-38.707 155.648-60.006 241.050-64-2.662 15.974-3.994 31.949-3.994 48.026 0 37.274 9.318 72.294 27.955 104.96s44.032 58.266 75.981 77.005c31.949 18.637 66.662 27.955 104.038 27.955 30.618 0 58.982-6.042 84.992-18.022s49.050-27.955 69.018-48.026c48.026 9.318 92.672 26.010 134.042 49.971-15.974-49.357-46.694-87.962-91.955-116.019 39.936 5.427 79.872 16.794 119.91 34.099v0z" />
37
+ <glyph unicode="&#xe91b;" glyph-name="user" d="M511.109 485.446c64.001 0 119.413 22.946 164.702 68.218 45.274 45.265 68.236 100.649 68.236 164.634 0 63.962-22.954 119.354-68.243 164.634-45.289 45.258-100.701 68.203-164.695 68.203-64.008 0-119.413-22.946-164.695-68.211s-68.243-100.657-68.243-164.626c0-63.984 22.962-119.376 68.243-164.641 45.296-45.258 100.709-68.211 164.695-68.211zM386.494 842.867c34.745 34.732 75.504 51.615 124.615 51.615 49.104 0 89.87-16.883 124.622-51.615 34.745-34.74 51.642-75.491 51.642-124.569 0-49.093-16.897-89.836-51.642-124.576-34.753-34.74-75.519-51.623-124.622-51.623-49.096 0-89.855 16.89-124.615 51.623-34.753 34.732-51.649 75.483-51.649 124.576 0 49.078 16.897 89.829 51.649 124.569zM918.688 207.75c-1.306 18.838-3.947 39.386-7.836 61.086-3.925 21.862-8.98 42.528-15.030 61.418-6.257 19.524-14.75 38.804-25.264 57.28-10.898 19.177-23.707 35.876-38.080 49.617-15.030 14.375-33.432 25.933-54.711 34.364-21.206 8.386-44.706 12.635-69.845 12.635-9.872 0-19.42-4.049-37.859-16.050-11.348-7.398-24.622-15.954-39.438-25.417-12.669-8.069-29.831-15.629-51.030-22.474-20.682-6.69-41.681-10.083-62.414-10.083-20.719 0-41.718 3.393-62.414 10.083-21.176 6.837-38.346 14.397-50.993 22.466-14.676 9.375-27.957 17.93-39.475 25.432-18.424 12-27.972 16.050-37.844 16.050-25.146 0-48.639-4.256-69.837-12.649-21.265-8.416-39.674-19.973-54.719-34.364-14.373-13.748-27.182-30.44-38.073-49.609-10.5-18.476-19-37.749-25.257-57.287-6.043-18.889-11.097-39.549-15.023-61.41-3.896-21.67-6.53-42.226-7.836-61.108-1.284-18.461-1.933-37.675-1.933-57.088 0-50.465 16.048-91.319 47.694-121.449 31.255-29.732 72.604-44.808 122.903-44.808h465.67c50.284 0 91.633 15.076 122.896 44.808 31.654 30.108 47.702 70.977 47.702 121.456-0.007 19.479-0.664 38.693-1.955 57.103zM833.865 70.236c-20.652-19.649-48.071-29.201-83.827-29.201h-465.663c-35.763 0-63.182 9.552-83.827 29.193-20.254 19.273-30.097 45.582-30.097 80.41 0 18.115 0.598 36.001 1.793 53.172 1.166 16.846 3.549 35.352 7.083 55.016 3.49 19.42 7.932 37.646 13.215 54.145 5.069 15.821 11.983 31.487 20.556 46.578 8.183 14.383 17.598 26.722 27.987 36.665 9.717 9.301 21.966 16.913 36.398 22.621 13.348 5.281 28.348 8.172 44.632 8.607 1.985-1.055 5.519-3.068 11.245-6.8 11.651-7.59 25.079-16.249 39.925-25.727 16.734-10.665 38.294-20.298 64.053-28.61 26.334-8.512 53.191-12.834 79.85-12.834s53.523 4.322 79.842 12.826c25.78 8.327 47.333 17.953 64.089 28.633 15.192 9.706 28.245 18.115 39.895 25.712 5.726 3.725 9.26 5.746 11.245 6.8 16.292-0.435 31.292-3.326 44.647-8.607 14.425-5.709 26.673-13.328 36.391-22.621 10.389-9.935 19.804-22.275 27.987-36.672 8.581-15.083 15.502-30.757 20.564-46.563 5.29-16.522 9.74-34.74 13.222-54.145 3.527-19.701 5.918-38.214 7.083-55.030v-0.015c1.203-17.104 1.808-34.983 1.815-53.15-0.007-34.836-9.85-61.137-30.104-80.403z" />
38
+ <glyph unicode="&#xe91c;" glyph-name="youtube" d="M1013.828 684.615c-0.016 0.086-0.034 0.188-0.034 0.274-0.426 3.208-10.752 79.274-43.486 114.996-38.486 43.35-81.136 47.718-104.056 50.056l-6.536 0.716c-137.54 10.77-345.412 11.946-348.142 11.964-2.082-0.018-209.954-1.194-348.246-12.050l-5.752-0.632c-22.92-2.338-65.554-6.708-103.884-49.868-32.888-35.908-43.23-111.958-43.69-115.456-0.104-0.872-10.002-88.252-10.002-174.49v-80.862c0-86.29 9.898-173.62 10.036-174.78 0.426-3.208 10.734-79.24 43.486-114.91 35.516-39.97 79.804-45.722 106.274-49.17 4.676-0.598 8.824-1.11 13.858-2.048 79.036-8.176 327.544-10.7 338.296-10.804 2.082 0 210.192 0.494 348.62 11.23l5.956 0.666c22.87 2.406 65.45 6.912 103.578 49.902 32.904 35.858 43.246 111.872 43.724 115.37 0.086 0.888 10.002 88.252 10.002 174.506v80.88c0 86.258-9.916 173.638-10.002 174.51zM725.128 438.121l-324.266-181.402c-2.594-1.45-5.462-2.184-8.328-2.184-2.986 0-5.974 0.786-8.636 2.338-5.222 3.072-8.43 8.67-8.43 14.728v371.252c0 6.11 3.276 11.776 8.568 14.814 5.342 3.038 11.844 2.986 17.118-0.086l324.266-189.85c5.29-3.088 8.5-8.772 8.448-14.882-0.070-6.126-3.398-11.742-8.74-14.728z" />
39
+ <glyph unicode="&#xe91d;" glyph-name="spinner" d="M669.491 810.804c0-76.288-61.952-138.24-138.24-138.24-76.39 0-138.24 61.952-138.24 138.24 0 76.39 61.952 138.342 138.24 138.342s138.24-62.054 138.24-138.342zM531.354 100.353c-42.496 0.102-77.005-34.304-77.21-76.902-0.102-42.598 34.202-77.21 76.8-77.312s77.21 34.202 77.21 76.8c0.205 42.803-34.202 77.312-76.8 77.414zM924.979 467.355c-27.853 0-50.381-22.426-50.381-50.278 0-27.75 22.426-50.381 50.381-50.381 27.75 0 50.278 22.528 50.278 50.381 0 27.75-22.528 50.278-50.278 50.278zM225.382 417.076c0 48.64-39.322 87.962-87.962 87.962s-87.962-39.424-87.962-87.962 39.322-87.962 87.962-87.962 87.962 39.322 87.962 87.962zM837.632 667.342c15.462 15.565 15.462 40.755 0 56.218-15.462 15.565-40.448 15.462-55.91 0-15.462-15.565-15.462-40.755 0-56.218 15.565-15.565 40.55-15.565 55.91 0zM188.826 202.446c-35.328-35.123-35.328-92.365 0-127.59s92.57-35.226 127.795 0c35.43 35.123 35.43 92.262 0.102 127.488-35.328 35.123-92.57 35.123-127.898 0.102zM773.222 175.207c-20.173-20.275-20.173-53.146 0-73.421 20.378-20.173 53.043-20.173 73.216 0.102s20.173 53.146-0.102 73.421c-20.173 20.173-52.941 20.173-73.114-0.102zM186.982 761.55c-36.454-36.454-36.454-95.642 0-132.198s95.539-36.454 131.994 0c36.454 36.454 36.454 95.642 0 132.198-36.454 36.454-95.539 36.454-131.994 0z" />
40
+ <glyph unicode="&#xe91e;" glyph-name="file" d="M659.821 954.087c-4.695 4.945-11.133 7.914-17.805 7.914h-399.462c-73.711 0-134.555-60.602-134.555-134.305v-755.384c0-73.711 60.844-134.313 134.555-134.313h542.173c73.711 0 134.555 60.602 134.555 134.313v599.806c0 6.43-2.969 12.609-7.172 17.313zM666.992 874.688l168.938-177.344h-109.821c-32.648 0-59.117 26.219-59.117 58.867zM784.727-12.532h-542.173c-46.25 0-85.086 38.336-85.086 84.844v755.384c0 46.25 38.586 84.836 85.086 84.836h374.969v-156.321c0-60.102 48.484-108.336 108.586-108.336h143.703v-575.564c0-46.508-38.586-84.844-85.086-84.844zM717.204 158.132h-407.126c-13.602 0-24.734-11.125-24.734-24.734 0-13.602 11.133-24.734 24.734-24.734h407.376c13.602 0 24.734 11.133 24.734 24.734 0 13.609-11.133 24.734-24.984 24.734zM495.586 246.929c4.703-4.945 11.133-7.914 18.055-7.914 6.93 0 13.359 2.969 18.055 7.914l144.946 155.578c9.398 9.898 8.656 25.727-1.234 34.875-9.898 9.398-25.727 8.664-34.875-1.234l-102.156-109.571v270.094c0 13.609-11.133 24.734-24.734 24.734s-24.734-11.125-24.734-24.734v-270.094l-101.906 109.571c-9.398 9.891-24.984 10.633-34.875 1.234s-10.633-24.984-1.234-34.875z" />
41
+ <glyph unicode="&#xe91f;" glyph-name="doubt" d="M916.676 896.18h-809.352c-59.298 0-107.324-48.048-107.324-107.324v-530.376c0-59.298 48.048-107.28 107.324-107.28h614.912l118.111-119.523c20.582-20.781 48.246-31.855 76.373-31.855 13.677 0 27.576 2.603 40.768 8.030 40.238 16.545 66.534 55.747 66.534 99.272v681.733c-0.022 59.298-48.070 107.324-107.346 107.324zM560.334 306.903c0-36.841-28.392-65.277-66.733-65.277-38.385 0-66.777 28.436-66.777 65.277v1.522c0 36.797 28.414 65.233 66.777 65.233 38.341 0 66.733-28.436 66.733-65.233v-1.522zM694.638 629.911c0-97.397-67.549-137.37-151.202-154.202l-2.294-13.81c-3.111-19.921-19.17-37.613-41.429-37.613h-6.111c-22.259 0-38.385 16.964-41.474 37.613l-7.655 52.173c-3.839 25.347 10.743 42.974 35.319 46.062 66.733 8.427 97.441 29.186 97.441 66.799v1.456c0 34.502-26.097 54.511-70.615 54.511-33.002 0-61.394-9.993-89.014-30.708-9.221-6.905-21.509-12.31-34.525-12.31-29.164 0-53.761 24.597-53.761 53.739 0 14.648 6.155 29.936 19.965 41.452 40.679 33.797 92.102 55.328 159.629 55.328 110.501 0 185.705-56.872 185.705-158.945v-1.544h0.022z" />
42
+ <glyph unicode="&#xe920;" glyph-name="angle-down" d="M472.064 154.932l-455.68 455.68c-10.854 10.957-16.384 24.269-16.384 39.936s5.53 28.979 16.486 39.936l51.712 51.712c10.957 10.957 24.269 16.794 39.936 17.613s28.979-4.301 39.936-15.258l363.93-364.134 364.032 364.032c10.957 10.957 24.269 16.077 39.936 15.258s28.979-6.656 39.936-17.613l51.712-51.712c10.957-10.957 16.486-24.269 16.486-39.936s-5.53-28.979-16.486-39.936l-455.68-455.68c-10.957-12.595-24.269-18.739-39.936-18.739-15.667 0.102-28.979 6.349-39.936 18.842z" />
43
+ <glyph unicode="&#xe921;" glyph-name="angle-left" d="M218.931 487.937l455.68 455.68c10.957 10.854 24.269 16.384 39.936 16.384s28.979-5.53 39.936-16.486l51.712-51.712c10.957-10.957 16.794-24.269 17.613-39.936s-4.301-28.979-15.258-39.936l-364.134-363.93 364.032-364.032c10.957-10.957 16.077-24.269 15.258-39.936s-6.656-28.979-17.613-39.936l-51.712-51.712c-10.957-10.957-24.269-16.486-39.936-16.486s-28.979 5.53-39.936 16.486l-455.68 455.68c-12.595 10.957-18.739 24.269-18.739 39.936 0.102 15.667 6.349 28.979 18.842 39.936z" />
44
+ <glyph unicode="&#xe922;" glyph-name="default" d="M938.6 721.001h-170.6c-28.2 0-51.2 23-51.2 51.2v85.4c0 9.4-7.6 17-17 17s-17-7.6-17-17v-85.4c0-47 38.2-85.4 85.4-85.4h153.6v-665.6c0-28.2-23-51.2-51.2-51.2h-717c-28.2 0-51.2 23-51.2 51.2v853.4c0 28.2 23 51.2 51.2 51.2h539l165.6-165.6c6.6-6.6 17.4-6.6 24.2 0 6.6 6.6 6.6 17.4 0 24.2l-170.6 170.6c-3.2 3.2-7.6 5-12 5h-546.2c-47 0-85.4-38.2-85.4-85.4v-853.4c0-47 38.2-85.4 85.4-85.4h716.8c47 0 85.4 38.2 85.4 85.4v682.8c0 9.4-7.8 17-17.2 17z" />
45
+ <glyph unicode="&#xe923;" glyph-name="artboard" d="M426.666 379.735h136.534c9.438 0 17.066 7.646 17.066 17.066s-7.628 17.066-17.066 17.066h-136.534c-9.438 0-17.066-7.646-17.066-17.066s7.628-17.066 17.066-17.066zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.628 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.526 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.63 17.066-17.068 17.066zM426.666 311.467h170.666c9.438 0 17.066 7.646 17.066 17.066s-7.628 17.066-17.066 17.066h-170.666c-9.438 0-17.066-7.646-17.066-17.066s7.628-17.066 17.066-17.066zM512 550.401c-9.438 0-17.066-7.646-17.066-17.066v-17.066h-170.666c-9.438 0-17.066-7.646-17.066-17.066v-273.066c0-9.42 7.628-17.066 17.066-17.066h125.986l-38.86-77.704c-4.216-8.43-0.786-18.67 7.646-22.904 2.44-1.212 5.052-1.792 7.612-1.792 6.264 0 12.288 3.448 15.292 9.438l46.472 92.962h47.172l46.472-92.962c3.004-5.99 9.028-9.438 15.292-9.438 2.56 0 5.172 0.58 7.612 1.792 8.43 4.232 11.862 14.472 7.646 22.904l-38.86 77.704h125.986c9.438 0 17.066 7.646 17.066 17.066v273.064c0 9.42-7.628 17.066-17.066 17.066h-170.666v17.066c-0.004 9.422-7.632 17.068-17.070 17.068zM682.666 482.135v-238.934h-341.332v238.934h341.332z" />
46
+ <glyph unicode="&#xe924;" glyph-name="clipboard" d="M512.484 905.509c-35.109 0-63.672-28.563-63.672-63.672 0-35.117 28.563-63.688 63.672-63.688 35.117 0 63.688 28.57 63.688 63.688 0 35.109-28.57 63.672-63.688 63.672zM512.484 875.095c12.859 0 24.023-7.344 29.555-18.047h-59.094c5.531 10.703 16.68 18.047 29.539 18.047zM512.484 808.563c-12.859 0-24.016 7.359-29.547 18.070h59.109c-5.539-10.711-16.695-18.070-29.563-18.070zM897.743 555.906c8.398 0 15.211 6.813 15.211 15.211v193.321c0 51.070-41.547 92.61-92.61 92.61h-86.75c-4.313 21.359-23.234 37.492-45.844 37.492h-67.281c-19.969 40.75-62.102 67.461-107.985 67.461-45.875 0-88.008-26.711-107.977-67.461h-67.281c-22.617 0-41.531-16.133-45.844-37.492h-86.781c-51.063 0-92.602-41.539-92.602-92.602v-733.837c0-51.063 41.539-92.61 92.602-92.61h615.743c51.063 0 92.61 41.547 92.61 92.61v479.673c0 8.398-6.813 15.211-15.211 15.211s-15.203-6.813-15.203-15.211v-479.673c0-34.297-27.898-62.195-62.195-62.195h-615.743c-34.289 0-62.188 27.898-62.188 62.195v733.83c0 34.297 27.898 62.195 62.188 62.195h85.852v-65.922h-57.797c-8.398 0-15.211-6.813-15.211-15.211v-669.15c0-8.398 6.813-15.211 15.211-15.211h50.484c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.203-15.203 15.203h-35.274v638.736h42.586v-45.625c0-8.398 6.805-15.203 15.203-15.203h413.657c8.398 0 15.211 6.805 15.211 15.203v45.625h42.578v-638.736h-433.134c-8.398 0-15.203-6.805-15.203-15.203s6.805-15.211 15.203-15.211h448.345c8.398 0 15.203 6.813 15.203 15.211v669.15c0 8.398-6.805 15.211-15.203 15.211h-57.789v65.922h85.82c34.297 0 62.195-27.898 62.195-62.188v-193.328c0-8.398 6.805-15.211 15.203-15.211zM320.867 699.875v147.891c0 9.023 7.336 16.359 16.359 16.359h77.227c6.305 0 11.953 3.883 14.203 9.773 13.211 34.5 46.899 57.688 83.828 57.688 36.938 0 70.625-23.188 83.836-57.688 2.25-5.891 7.898-9.773 14.203-9.773h77.227c9.016 0 16.359-7.336 16.359-16.359v-147.891zM315.789 539.688h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.203-15.203 15.203h-393.384c-8.398 0-15.211-6.805-15.211-15.203s6.813-15.211 15.211-15.211zM315.789 422.078h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.203-15.203 15.203h-393.384c-8.398 0-15.211-6.805-15.211-15.203s6.813-15.211 15.211-15.211zM315.789 304.468h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.211-15.203 15.211h-393.384c-8.398 0-15.211-6.813-15.211-15.211s6.813-15.211 15.211-15.211zM315.789 186.859h393.384c8.398 0 15.203 6.813 15.203 15.211s-6.805 15.211-15.203 15.211h-393.384c-8.398 0-15.211-6.813-15.211-15.211s6.813-15.211 15.211-15.211z" />
47
+ <glyph unicode="&#xe925;" glyph-name="audio" d="M938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM631.466 311.467c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066c-47.052 0-85.334-38.28-85.334-85.334 0-47.052 38.28-85.334 85.334-85.334 47.052 0 85.334 38.28 85.334 85.334v307.2c0 5.256-2.424 10.222-6.57 13.448-4.13 3.242-9.574 4.404-14.644 3.106l-273.066-68.264c-7.594-1.894-12.92-8.722-12.92-16.554v-307.2c0-28.228-22.972-51.2-51.2-51.2s-51.2 22.972-51.2 51.2 22.972 51.2 51.2 51.2c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066c-47.052 0-85.334-38.28-85.334-85.334 0-47.052 38.28-85.334 85.334-85.334 47.052 0 85.334 38.28 85.334 85.334v293.872l238.934 59.734v-285.338c0-28.228-22.972-51.2-51.2-51.2s-51.2 22.972-51.2 51.2 22.97 51.2 51.198 51.2z" />
48
+ <glyph unicode="&#xe926;" glyph-name="professor" d="M689.875 269.446c16.836 16.836 30.945 35.664 42.148 55.938 4.539-1.313 9.32-2.016 14.336-2.016 46.242 0 87.391 57.938 87.391 103.609 0 25.305-8.977 46.938-23.977 61.75v121.711c0 8.406-6.813 15.219-15.227 15.219-8.406 0-15.219-6.813-15.219-15.219v-103.789c-5.25 1.547-10.781 2.547-16.539 2.945v100.047c0 8.406-6.813 15.227-15.227 15.227-8.406 0-15.227-6.82-15.227-15.227v-16.469c-59.438 3.914-274.242 26.172-384.321 146.047-1.258 1.359-2.758 2.492-4.414 3.32-6.234 3.117-13.789 1.602-18.344-3.68-38.875-45.094-60.289-102.774-60.289-162.414v-66.844c-4.43-0.313-8.727-0.969-12.859-1.969v250.039c0 16.305 7.523 31.195 20.641 40.875 13.109 9.68 29.57 12.469 45.141 7.664 8-2.469 16.5 1.984 19.008 9.977 13.594 43.203 43.578 77.766 84.422 97.328s86.57 21.258 128.75 4.758l102.477-40.070c37.516-14.664 69.344-40 92.063-73.273 22.711-33.266 34.719-72.141 34.719-112.422v-35.383c0-8.406 6.813-15.227 15.219-15.227 8.414 0 15.227 6.82 15.227 15.227v35.383c0 46.438-13.836 91.242-40.016 129.594-26.18 38.344-62.883 67.555-106.125 84.461l-102.477 40.070c-50.117 19.602-104.453 17.594-152.992-5.656-44.344-21.234-77.914-57.359-95.695-102.586-20.383 2.492-40.836-2.828-57.805-15.344-20.977-15.477-33.008-39.305-33.008-65.375v-265.555c-17.195-14.797-27.656-37.836-27.656-65.141 0-45.672 41.148-103.609 87.391-103.609 5.016 0 9.797 0.695 14.336 2.016 11.203-20.281 25.313-39.117 42.148-55.945 5.945-5.945 15.586-5.945 21.523 0 5.953 5.945 5.953 15.586 0 21.523-41.258 41.266-63.984 96.117-63.984 154.469v40.313h11.422c7.313-45.43 46.781-80.25 94.242-80.25 49.781 0 90.758 38.305 95.070 86.984 11.078 5.875 24.383 5.875 35.461 0 4.313-48.68 45.289-86.977 95.070-86.977 47.453 0 86.922 34.813 94.234 80.242h11.422v-40.313c0-58.336-22.727-113.188-63.992-154.453-41.25-41.266-96.109-63.992-154.477-63.992-43.773 0-86.008 12.898-122.125 37.297-6.969 4.711-16.43 2.875-21.133-4.086-4.711-6.969-2.883-16.438 4.086-21.141 17.828-12.047 36.969-21.617 56.977-28.617v-56.102l-153.477-88.977c-3.508-2.039-6.063-5.398-7.094-9.328l-26.391-100.953c-2.125-8.133 2.75-16.453 10.883-18.578 1.289-0.336 2.586-0.5 3.859-0.5 6.758 0 12.93 4.539 14.719 11.375l24.781 94.82 88.516 51.313 17.414-86.945c1.023-5.102 4.578-9.32 9.422-11.203 4.852-1.883 10.32-1.156 14.516 1.922l39.625 29.078 32.844-48.367c2.828-4.172 7.547-6.672 12.594-6.672s9.766 2.5 12.594 6.672l32.836 48.344 39.594-29.055c2.648-1.945 5.813-2.953 9.008-2.953 1.852 0 3.719 0.336 5.5 1.031 4.852 1.883 8.406 6.109 9.422 11.203l17.422 86.953 88.516-51.32 24.781-94.813c1.789-6.844 7.961-11.383 14.719-11.383 1.281 0 2.57 0.164 3.859 0.5 8.141 2.133 13.008 10.445 10.883 18.586l-26.391 100.953c-1.031 3.922-3.578 7.281-7.094 9.32l-153.43 88.953v56.078c34.898 12.172 66.883 32.141 93.774 59.055zM803.297 426.977c0-30.219-29.445-73.164-56.938-73.164-0.313 0-0.609 0.023-0.914 0.031 4.406 11.148 8 22.617 10.742 34.344 3.406 12.195 12.453 31.641 22.266 31.641 8.406 0 15.227 6.82 15.227 15.227s-6.82 15.227-15.227 15.227c-5.789 0-10.984-1.211-15.664-3.25v31.961c20.477-2.609 40.508-19.133 40.508-52.016zM281.39 353.813c-27.492 0-56.938 42.945-56.938 73.164 0 32.891 20.039 49.406 40.516 52.016v-31.969c-4.68 2.047-9.883 3.258-15.672 3.258-8.406 0-15.227-6.82-15.227-15.227s6.82-15.227 15.227-15.227c9.844 0 18.914-19.563 22.297-31.75 2.742-11.688 6.32-23.125 10.711-34.234-0.305-0.008-0.602-0.031-0.914-0.031zM401.078 435.946c-35.852 0-65.016 29.172-65.016 65.023 0 23.484 10.633 37.078 65.016 37.078s65.016-13.594 65.016-37.078c0-35.852-29.164-65.023-65.016-65.023zM626.68 435.946c-35.852 0-65.016 29.172-65.016 65.023 0 23.484 10.641 37.078 65.016 37.078s65.016-13.594 65.016-37.078c0-35.852-29.164-65.023-65.016-65.023zM720.774 516.188c-9.734 52.266-70.117 52.313-94.094 52.313-22.695 0-78.055-0.031-92.141-44.391-13.438 4.266-27.883 4.266-41.32 0-14.086 44.367-69.438 44.391-92.141 44.391-23.969 0-84.359-0.047-94.094-52.313h-11.563v60.258c0 46.742 14.984 92.117 42.492 129.477 57.594-56.188 141.93-97.313 251.024-122.352 63.914-14.672 118.234-19.438 143.399-20.953v-46.43zM415.297 109.641l20.047 11.625c6.805-21.961 22.586-40.016 43.039-49.844l-48.328-35.469zM513.891 13.649l-20.875 30.734 20.852 15.305 20.883-15.32zM597.68 35.953l-48.313 35.453c20.461 9.828 36.25 27.875 43.063 49.836l20.016-11.602zM565.656 146.5c-0.031-0.523-0.039-1.055-0.016-1.578-0.352-28.25-23.422-51.125-51.773-51.125-28.531 0-51.742 23.227-51.742 51.766v56.398c16.883-3.57 34.203-5.43 51.742-5.43 17.617 0 34.945 1.836 51.789 5.383zM366.703 325.219c0-8.406 6.82-15.227 15.227-15.227h73.078c23.977 0 45.32 11.461 58.875 29.172 13.547-17.711 34.891-29.172 58.867-29.172h73.078c8.414 0 15.227 6.82 15.227 15.227 0 40.859-33.242 74.094-74.094 74.094h-36.766c4.68 5.977 4.281 14.641-1.219 20.141-5.945 5.945-15.586 5.945-21.531 0-3.625-3.625-8.445-5.617-13.57-5.617s-9.945 1.992-13.57 5.617c-5.945 5.945-15.586 5.945-21.531 0-5.5-5.5-5.898-14.164-1.219-20.141h-36.758c-40.852 0-74.094-33.234-74.094-74.094zM455.008 340.446h-55.109c6.188 16.578 22.188 28.422 40.898 28.422h55.117c-6.195-16.586-22.195-28.422-40.906-28.422zM627.867 340.446h-55.117c-18.711 0-34.711 11.836-40.906 28.422h55.117c18.711 0 34.711-11.844 40.906-28.422z" />
49
+ <glyph unicode="&#xe927;" glyph-name="interactive" d="M593.442 382.925c-6.656-6.674-6.656-17.476 0-24.15 3.344-3.328 7.714-5 12.066-5 4.37 0 8.738 1.672 12.084 5l77.142 77.158c18.568 18.568 33.894 58.504 0 92.398-33.622 33.622-73.626 18.484-92.398 0l-77.158-77.142c-6.656-6.674-6.656-17.476 0-24.15 6.674-6.656 17.476-6.656 24.15 0l76.954 76.97c5.342 5.102 24.354 20.156 44.322 0.188 20.122-20.138 5.018-38.946 0-44.134l-77.162-77.138zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM443.734 345.601c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066c18.824 0 34.134-15.308 34.134-34.134 0-9.42 7.646-17.066 17.066-17.066s17.066 7.646 17.066 17.066c0 37.648-30.618 68.266-68.266 68.266zM443.734 413.867c-75.282 0-136.534-61.252-136.534-136.534v-119.466c0-9.42 7.646-17.066 17.066-17.066h119.466c75.282 0 136.534 61.252 136.534 136.534 0 75.28-61.252 136.532-136.532 136.532zM443.734 174.935h-102.4v102.4c0 56.474 45.926 102.4 102.4 102.4s102.4-45.926 102.4-102.4c0-56.474-45.928-102.4-102.4-102.4z" />
50
+ <glyph unicode="&#xe928;" glyph-name="graduate" d="M432.86 267.813v16.883c0 8.391-6.805 15.195-15.195 15.195-8.398 0-15.195-6.805-15.195-15.195v-16.883c0-8.391 6.797-15.195 15.195-15.195 8.391 0 15.195 6.805 15.195 15.195zM598.65 299.891c-8.391 0-15.195-6.805-15.195-15.195v-16.883c0-8.391 6.805-15.195 15.195-15.195 8.398 0 15.195 6.805 15.195 15.195v16.883c0 8.391-6.805 15.195-15.195 15.195zM508.157 201.415c12.688 0 25.375 4.828 35.031 14.484 5.938 5.93 5.938 15.555 0 21.484-5.938 5.938-15.555 5.938-21.484 0-7.477-7.461-19.617-7.469-27.094 0-5.93 5.938-15.547 5.938-21.484 0-5.938-5.93-5.938-15.555 0-21.484 9.656-9.656 22.344-14.484 35.031-14.484zM591.228 183.407h-166.133c-8.398 0-15.195-6.805-15.195-15.195 0-54.18 44.078-98.258 98.258-98.258s98.266 44.078 98.266 98.258c0 8.391-6.805 15.195-15.195 15.195zM508.157 100.336c-32.203 0-59.234 22.547-66.156 52.68h132.313c-6.914-30.133-33.953-52.68-66.156-52.68zM434.134 334.063c2.969-2.969 6.859-4.453 10.75-4.453 3.883 0 7.773 1.484 10.742 4.453 5.938 5.938 5.938 15.555 0 21.484-20.93 20.938-54.992 20.938-75.93 0-5.93-5.93-5.93-15.555 0-21.484 5.938-5.938 15.555-5.938 21.492 0 9.078 9.086 23.859 9.086 32.945 0zM598.65 371.274c-14.336 0-27.82-5.578-37.961-15.727-5.938-5.93-5.938-15.555 0-21.484 5.938-5.938 15.555-5.938 21.492 0 4.398 4.398 10.25 6.82 16.469 6.82 6.227 0 12.078-2.422 16.477-6.82 2.969-2.969 6.859-4.453 10.742-4.453 3.891 0 7.781 1.484 10.75 4.453 5.938 5.938 5.938 15.555 0 21.484-10.148 10.148-23.625 15.727-37.969 15.727zM1012.221 709.595l-133.086 50.742c-7.836 2.984-16.617-0.945-19.609-8.789-2.992-7.836 0.945-16.617 8.781-19.609l95.844-36.539-160.68-61.258v41.469c0 6.938-4.695 12.992-11.414 14.719-184.524 47.375-379.595 47.375-564.118 0-6.719-1.727-11.422-7.781-11.422-14.719v-41.461l-160.664 61.25 454.142 173.149 299.813-114.305c7.828-2.992 16.617 0.938 19.609 8.781s-0.945 16.625-8.781 19.609l-305.227 116.375c-3.492 1.328-7.344 1.328-10.828 0l-496.798-189.414c-5.891-2.25-9.781-7.898-9.781-14.195 0-6.305 3.891-11.953 9.781-14.203l208.735-79.578 0.008-216.196c0-8.391 6.797-15.195 15.195-15.195 8.391 0 15.195 6.805 15.195 15.195v85.367c12.367 3.031 24.781 5.867 37.242 8.469-16.031-33.344-24.422-69.93-24.422-107.477v-66.711c-4.414-0.313-8.695-0.969-12.82-1.961v21.531c0 8.398-6.805 15.195-15.195 15.195-8.398 0-15.195-6.797-15.195-15.195v-37.008c-17.172-14.766-27.609-37.766-27.609-65.024 0-45.578 41.063-103.406 87.219-103.406 5.055 0 9.867 0.719 14.445 2.055 42.352-76.633 123.992-128.641 217.563-128.641 66.383 0 128.766 25.844 175.664 72.766 16.805 16.805 30.883 35.594 42.063 55.836 4.531-1.313 9.305-2.008 14.305-2.008 46.156 0 87.227 57.82 87.227 103.406 0 25.242-8.961 46.836-23.93 61.625v317.383l59.727 22.766v-216.977c-20.594-6.469-35.57-25.734-35.57-48.43 0-27.992 22.773-50.766 50.766-50.766 27.984 0 50.758 22.773 50.758 50.766 0 22.695-14.977 41.961-35.563 48.43v228.555l118.633 45.227c5.891 2.25 9.781 7.898 9.781 14.203 0 6.297-3.891 11.953-9.781 14.195zM756.572 305.063v67.391c0 0.008 0.008 0.023 0.008 0.039v32.414c0 8.391-6.805 15.195-15.195 15.195-8.398 0-15.195-6.805-15.195-15.195v-16.438c-52.242 3.43-224.907 21.055-340.376 107.071 129.196 14.563 260.657 6.305 387.274-24.758v-168.664c-5.242 1.547-10.766 2.547-16.516 2.945zM246.907 663.759c172.383 42.281 353.79 42.281 526.173 0v-161.68c-86.281 20.563-174.672 30.836-263.086 30.836-88.406 0-176.805-10.273-263.079-30.836zM276.133 149.586c-27.438 0-56.828 42.859-56.828 73.024 0 32.82 20 49.305 40.43 51.914v-31.906c-4.664 2.039-9.859 3.25-15.633 3.25-8.398 0-15.195-6.805-15.195-15.195s6.797-15.195 15.195-15.195c10.445 0 20.016-22.078 22.82-33.899 0.023-0.094 0.063-0.18 0.086-0.273 2.688-10.852 6.086-21.438 10.148-31.68-0.336-0.016-0.672-0.039-1.023-0.039zM662.314 86.86c-41.156-41.18-95.914-63.86-154.164-63.86-120.219 0-218.024 97.805-218.024 218.016v130.758c0 40.859 11.289 80.406 32.672 114.821 7.188 1.234 14.383 2.375 21.586 3.469 73.836-65.188 176.078-97.75 249.711-113.633 59-12.719 108.446-17.031 132.094-18.453v-116.961c0-58.219-22.688-112.961-63.875-154.157zM740.181 149.586c-0.313 0-0.609 0.023-0.914 0.031 4.406 11.133 7.992 22.594 10.734 34.305 3.406 12.172 12.422 31.555 22.211 31.555 8.391 0 15.195 6.805 15.195 15.195s-6.805 15.195-15.195 15.195c-5.781 0-10.969-1.211-15.641-3.25v31.906c20.438-2.609 40.438-19.094 40.438-51.914 0-30.164-29.391-73.024-56.828-73.024zM878.392 338.602c-11.234 0-20.375 9.141-20.375 20.367 0 11.234 9.141 20.375 20.375 20.375s20.367-9.141 20.367-20.375c0-11.227-9.133-20.367-20.367-20.367z" />
51
+ <glyph unicode="&#xe929;" glyph-name="student" d="M461.883 559.267c-2.070 8.148-10.359 13.062-18.508 10.992l-69.023-17.594c-8.148-2.078-13.070-10.367-10.992-18.516 1.758-6.891 7.945-11.469 14.742-11.469 1.242 0 2.508 0.156 3.773 0.477l69.016 17.594c8.148 2.078 13.070 10.367 10.992 18.516zM572.851 540.752l69.023-17.594c1.258-0.328 2.523-0.477 3.773-0.477 6.789 0 12.984 4.578 14.742 11.469 2.070 8.148-2.844 16.43-10.992 18.508l-69.023 17.594c-8.156 2.078-16.437-2.844-18.516-10.992s2.844-16.43 10.992-18.508zM405.977 489.189v-16.914c0-8.406 6.812-15.227 15.227-15.227 8.406 0 15.219 6.82 15.219 15.227v16.914c0 8.406-6.812 15.227-15.219 15.227-8.414 0-15.227-6.82-15.227-15.227zM602.547 504.416c-8.406 0-15.227-6.82-15.227-15.227v-16.914c0-8.406 6.82-15.227 15.227-15.227s15.227 6.82 15.227 15.227v16.914c0 8.406-6.82 15.227-15.227 15.227zM511.875 395.588c12.711 0 25.422 4.836 35.102 14.516 5.945 5.945 5.945 15.586 0 21.531-5.953 5.945-15.594 5.945-21.531 0-7.484-7.484-19.664-7.484-27.141 0-5.945 5.945-15.586 5.945-21.531 0s-5.945-15.586 0-21.531c9.68-9.68 22.391-14.516 35.102-14.516zM496.953 332.564c-51.937 5.711-64.008 40.266-64.601 42.055-2.477 7.969-10.922 12.461-18.922 10.055-8.055-2.422-12.617-10.914-10.195-18.961 0.68-2.266 17.484-55.406 90.391-63.414 0.562-0.062 1.125-0.094 1.68-0.094 7.664 0 14.258 5.773 15.117 13.57 0.922 8.359-5.109 15.875-13.469 16.789zM687.875 269.439c16.836 16.836 30.945 35.664 42.141 55.937 4.547-1.312 9.32-2.008 14.344-2.008 46.242 0 87.391 57.937 87.391 103.609 0 25.297-8.977 46.937-23.977 61.75v203.781c0 46.43-13.836 91.242-40.016 129.594-4.742 6.945-14.211 8.727-21.164 3.984-6.937-4.742-8.727-14.211-3.984-21.156 22.711-33.266 34.719-72.141 34.719-112.422v-185.859c-5.25 1.547-10.781 2.539-16.539 2.945v100.039c0 8.414-6.82 15.227-15.227 15.227s-15.227-6.812-15.227-15.227v-16.453c-59.461 3.945-274.367 26.297-384.32 146.031-1.258 1.367-2.758 2.492-4.414 3.328-6.234 3.117-13.789 1.602-18.344-3.68-38.875-45.094-60.289-102.781-60.289-162.414v-66.851c-4.43-0.305-8.719-0.969-12.859-1.961v250.039c0 16.297 7.523 31.195 20.641 40.875 13.109 9.68 29.57 12.469 45.141 7.664 8-2.477 16.5 1.984 19.016 9.977 13.586 43.203 43.57 77.766 84.414 97.328 40.852 19.562 86.57 21.258 128.75 4.758l102.476-40.070c18.828-7.359 36.344-17.477 52.062-30.078 6.562-5.258 16.141-4.203 21.398 2.359s4.203 16.141-2.359 21.398c-18.125 14.531-38.312 26.195-60.016 34.68l-102.476 40.070c-50.117 19.602-104.453 17.594-152.992-5.656-44.344-21.234-77.906-57.359-95.695-102.586-20.375 2.484-40.836-2.828-57.805-15.344-20.977-15.477-33.008-39.305-33.008-65.375v-265.554c-17.195-14.797-27.656-37.836-27.656-65.141 0-45.672 41.148-103.609 87.391-103.609 5.070 0 9.898 0.711 14.484 2.055 29.398-53.195 77.711-94.547 135.797-114.93v-56.156l-74.844-43.391c-7.273-4.219-9.75-13.531-5.531-20.812 2.82-4.867 7.93-7.586 13.18-7.586 2.594 0 5.227 0.656 7.625 2.055l15.367 8.906 17.422-86.945c1.016-5.102 4.57-9.32 9.422-11.203 1.781-0.695 3.648-1.031 5.5-1.031 3.195 0 6.359 1.008 9.008 2.953l69.82 51.234v-97.289c0-8.406 6.82-15.219 15.227-15.219s15.227 6.812 15.227 15.219v97.289l69.812-51.234c4.195-3.078 9.672-3.805 14.516-1.922 4.852 1.875 8.398 6.102 9.422 11.203l17.422 86.945 88.508-51.312 24.781-94.82c1.789-6.844 7.961-11.375 14.719-11.375 1.273 0 2.57 0.164 3.867 0.5 8.133 2.125 13 10.445 10.875 18.578l-26.391 100.953c-1.023 3.93-3.578 7.281-7.094 9.32l-153.437 88.961v56.070c34.906 12.18 66.883 32.148 93.781 59.055zM801.297 426.978c0-30.219-29.453-73.164-56.945-73.164-0.305 0-0.609 0.023-0.906 0.031 4.43 11.203 8.031 22.742 10.789 34.531 3.352 11.937 12.469 31.453 22.211 31.453 8.414 0 15.227 6.82 15.227 15.227s-6.812 15.227-15.227 15.227c-5.781 0-10.984-1.211-15.664-3.258v31.969c20.477-2.617 40.516-19.133 40.516-52.016zM279.391 353.814c-27.492 0-56.945 42.945-56.945 73.164 0 32.883 20.047 49.406 40.523 52.016v-31.961c-4.68 2.047-9.883 3.25-15.672 3.25-8.406 0-15.227-6.82-15.227-15.227s6.82-15.227 15.227-15.227c10.461 0 20.055-22.117 22.859-33.961 0.031-0.125 0.086-0.234 0.117-0.352 2.695-10.852 6.086-21.422 10.148-31.664-0.336-0.016-0.68-0.039-1.031-0.039zM293.414 445.431v131.015c0 46.742 14.992 92.117 42.492 129.469 57.601-56.187 141.937-97.305 251.031-122.344 63.914-14.672 118.234-19.437 143.398-20.953v-117.195c0-58.336-22.727-113.187-64-154.453-41.242-41.266-96.101-63.992-154.469-63.992-120.453 0-218.453 98-218.453 218.453zM413.297 109.643l20.039 11.625c6.805-21.969 22.594-40.016 43.047-49.851l-48.328-35.461zM595.68 35.955l-48.312 35.453c20.453 9.828 36.25 27.875 43.062 49.836l20.008-11.602zM563.648 146.486c-0.031-0.516-0.031-1.023-0.016-1.539-0.328-28.258-23.406-51.148-51.766-51.148-28.531 0-51.742 23.219-51.742 51.766v56.391c16.695-3.539 34-5.422 51.742-5.422 17.609 0 34.945 1.836 51.781 5.383zM309.953 84.924l-33.758-19.57c-3.508-2.031-6.062-5.391-7.094-9.32l-26.391-100.953c-2.125-8.133 2.75-16.453 10.883-18.578 1.289-0.336 2.586-0.5 3.859-0.5 6.758 0 12.93 4.531 14.719 11.375l24.789 94.82 28.266 16.391c7.273 4.211 9.75 13.531 5.531 20.805-4.211 7.273-13.531 9.75-20.805 5.531z" />
52
+ <glyph unicode="&#xe92a;" glyph-name="magnifying-glass-1" d="M1015.031-11.777l-248.848 248.848c66.753 76.743 107.168 176.873 107.168 286.311 0 240.901-195.945 436.619-436.619 436.619-240.901 0-436.619-195.945-436.619-436.619s195.945-436.619 436.619-436.619c109.439 0 209.568 40.415 286.311 107.168l248.848-248.848c5.903-5.903 13.85-9.082 21.57-9.082s15.667 2.952 21.57 9.082c11.807 11.807 11.807 31.333 0 43.14zM61.19 523.382c0 207.071 168.472 375.315 375.315 375.315 207.071 0 375.315-168.472 375.315-375.315s-168.245-375.542-375.315-375.542c-206.843 0-375.315 168.472-375.315 375.542z" />
53
+ <glyph unicode="&#xe92b;" glyph-name="code" d="M623.82 176.727c2.458-1.228 5.068-1.792 7.628-1.792 6.264 0 12.288 3.448 15.274 9.42l68.266 136.534c2.406 4.812 2.406 10.462 0 15.274l-68.266 136.534c-4.216 8.43-14.456 11.862-22.904 7.628-8.432-4.216-11.844-14.456-7.628-22.904l64.444-128.888-64.444-128.904c-4.214-8.43-0.8-18.688 7.63-22.902zM938.666 721.067h-170.666c-28.246 0-51.2 22.954-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066-9.438 0-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.246-22.972-51.2-51.2-51.2h-716.802c-28.246 0-51.2 22.954-51.2 51.2v853.334c0 28.228 22.954 51.2 51.2 51.2h539.050l165.666-165.666c6.674-6.674 17.476-6.674 24.15 0 6.656 6.656 6.656 17.46 0 24.132l-170.666 170.668c-3.208 3.192-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.036 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM547.926 438.563l-102.4-204.8c-4.216-8.43-0.802-18.688 7.628-22.904 2.458-1.228 5.068-1.792 7.628-1.792 6.264 0 12.288 3.448 15.274 9.42l102.4 204.8c4.216 8.448 0.802 18.688-7.628 22.904-8.464 4.216-18.688 0.804-22.902-7.628zM400.162 480.325c-8.466 4.232-18.688 0.802-22.904-7.628l-68.266-136.534c-2.406-4.812-2.406-10.462 0-15.274l68.266-136.534c2.986-5.974 9.012-9.42 15.292-9.42 2.542 0 5.154 0.564 7.612 1.792 8.43 4.216 11.844 14.472 7.628 22.904l-64.444 128.904 64.444 128.888c4.216 8.446 0.804 18.686-7.628 22.902z" />
54
+ <glyph unicode="&#xe92c;" glyph-name="review" d="M1020.334 253.048c-6.741 21.383-26.679 35.841-49.096 35.597h-22.552v550.857c0 9.507-7.708 17.214-17.214 17.214h-241v86.071c0 9.507-7.708 17.214-17.214 17.214h-654.142c-9.507 0-17.214-7.708-17.214-17.214v-895.142c0-9.507 7.708-17.214 17.214-17.214h568.76l-8.607-26.544c-6.976-21.299 0.58-44.658 18.71-57.838 18.122-13.18 42.674-13.163 60.788 0.034l90.232 65.722c6.094 4.455 14.373 4.455 20.467 0l90.4-65.755c18.021-13.398 42.699-13.398 60.729 0 18.332 13.012 25.964 36.513 18.761 57.821l-34.563 106.488c-2.269 7.052 0.286 14.768 6.312 19.072l90.568 65.755c18.29 13.070 25.863 36.572 18.66 57.863zM914.257 822.287v-533.642h-54.913c-1.807 0.008-3.606 0.303-5.321 0.874-5.186 1.748-9.254 5.808-11.011 10.986l-34.605 106.404c-6.968 21.19-26.754 35.513-49.062 35.513s-42.094-14.323-49.062-35.513l-19.812-60.822v166.343h137.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-137.714v68.857h137.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-137.714v68.857h137.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-137.714v68.857zM36.33 64.859v860.713h619.714v-636.928h-108.623c-22.4 0.059-42.288-14.348-49.23-35.647-6.934-21.308 0.656-44.658 18.794-57.812l90.535-65.739c6.069-4.32 8.632-12.070 6.338-19.156l-14.777-45.431zM981.391 223.024l-90.543-65.755c-18.139-13.070-25.746-36.37-18.803-57.619l34.605-106.387c2.362-7.103-0.143-14.928-6.203-19.341-6.052-4.413-14.264-4.396-20.307 0.034l-90.459 65.806c-18.164 13.070-42.657 13.070-60.822 0l-90.358-65.755c-6.035-4.438-14.256-4.455-20.316-0.050-6.060 4.413-8.574 12.23-6.212 19.341l34.588 106.337c6.968 21.282-0.647 44.624-18.82 57.703l-90.476 65.671c-6.102 4.371-8.666 12.188-6.346 19.324s9.002 11.944 16.5 11.885h111.893c7.17-0.059 14.264 1.479 20.761 4.514l0.328 0.185 0.311 0.101c0.244 0.109 0.412 0.311 0.656 0.437 12.827 5.959 22.611 16.971 27.023 30.411l34.605 106.37c2.32 7.061 8.918 11.843 16.349 11.843 7.439 0 14.037-4.783 16.357-11.843l34.613-106.454c6.951-21.198 26.721-35.538 49.029-35.563h111.893c7.498 0.059 14.172-4.749 16.491-11.877 2.328-7.128-0.227-14.936-6.321-19.316zM156.83 787.858h378.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214zM156.83 650.144h378.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214zM156.83 512.43h378.714c9.507 0 17.214 7.708 17.214 17.214s-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214zM552.758 391.93c0 9.507-7.708 17.214-17.214 17.214h-378.714c-9.507 0-17.214-7.708-17.214-17.214s7.708-17.214 17.214-17.214h378.714c9.507 0 17.214 7.708 17.214 17.214z" />
55
+ <glyph unicode="&#xe92d;" glyph-name="calendar" d="M970.104 872.781h-175.158v60.252c0 11.236-9.054 20.344-20.21 20.344s-20.21-9.108-20.21-20.344v-60.268h-485.214v60.268c0 11.236-9.054 20.344-20.21 20.344s-20.21-9.108-20.21-20.344v-60.268h-174.996c-29.656 0-53.896-24.428-53.896-54.258v-821.624c0-29.844 24.24-54.258 53.896-54.258h916.21c29.628 0 53.894 24.428 53.894 54.258v821.624c0 29.844-24.266 54.274-53.896 54.274zM983.578-3.117c0-7.344-6.186-13.568-13.474-13.568h-916.208c-7.316 0-13.474 6.224-13.474 13.568v632.816h943.156v-632.816zM983.58 670.393h-943.158v148.114c0 7.358 6.156 13.568 13.474 13.568h174.996v-75.426c0-11.236 9.054-20.344 20.21-20.344s20.21 9.108 20.21 20.344v75.426h485.214v-75.426c0-11.236 9.054-20.344 20.21-20.344s20.21 9.108 20.21 20.344v75.426h175.158c7.29 0 13.474-6.212 13.474-13.568v-148.114zM465.11 495.329h-94.288c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM653.742 495.329h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM842.372 495.329h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.052 20.358-20.21 20.358zM465.11 374.065h-94.288c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM653.742 374.065h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.358-20.21 20.358zM842.372 374.065h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.052 20.358-20.21 20.358zM263.020 374.065h-94.316c-11.156 0-20.21-9.122-20.21-20.358s9.054-20.358 20.21-20.358h94.316c11.13 0 20.21 9.122 20.21 20.358-0.002 11.236-9.068 20.358-20.21 20.358zM465.11 252.789h-94.288c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358 0.002 11.236-9.054 20.344-20.21 20.344zM653.742 252.789h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.344-20.21 20.344zM842.372 252.789h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358 0.002 11.236-9.052 20.344-20.21 20.344zM263.020 252.789h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.13 0 20.21 9.122 20.21 20.358 0.002 11.236-9.068 20.344-20.21 20.344zM263.020 131.525h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.13 0 20.21 9.122 20.21 20.358-0.002 11.236-9.068 20.344-20.21 20.344zM451.638 131.525h-94.288c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.288c11.156 0 20.21 9.122 20.21 20.358s-9.054 20.344-20.21 20.344zM640.268 131.525h-94.316c-11.156 0-20.21-9.108-20.21-20.344s9.054-20.358 20.21-20.358h94.316c11.156 0 20.21 9.122 20.21 20.358 0.002 11.236-9.054 20.344-20.21 20.344z" />
56
+ <glyph unicode="&#xe92e;" glyph-name="open-book-1" d="M582.109 474.383c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM597.349 669.861c2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.396-4.266-11.742-14.54-7.476-22.954 3.020-5.904 9.028-9.318 15.24-9.318zM1006.93 703.995c-9.438 0-17.066-7.646-17.066-17.066v-665.595c0-28.228-22.972-51.2-51.2-51.2h-409.597v39.27c24.884 8.704 89.701 28.996 153.599 28.996 148.667 0 249.616-32.922 250.622-33.262 5.136-1.706 10.872-0.854 15.36 2.356 4.454 3.208 7.082 8.362 7.082 13.842v750.924c0 8.004-5.546 14.934-13.364 16.658 0 0-13.38 2.986-36.25 7.186-9.234 1.706-18.158-4.438-19.866-13.688-1.706-9.284 4.42-18.176 13.688-19.882 8.722-1.604 16.026-3.020 21.658-4.148v-714.37c-38.674 10.138-124.551 28.518-238.932 28.518-74.359 0-147.403-24.422-170.001-32.7-20.088 8.874-80.809 32.7-154.265 32.7-117.555 0-214.39-19.388-255.998-29.236v715.754c34.082 8.38 134.741 30.276 255.998 30.276 62.226 0 115.591-19.37 136.533-28.126v-671.603c0-6.144 3.31-11.828 8.652-14.848 5.342-3.038 11.93-2.952 17.204 0.222 1.69 1.006 170.785 102.007 320.867 152.029 6.98 2.338 11.674 8.84 11.674 16.196v699.729c0 5.598-2.748 10.838-7.356 14.028-4.574 3.192-10.444 3.926-15.718 1.962-136.549-51.216-274.718-137.197-276.102-138.051-7.988-5-10.428-15.53-5.428-23.518 4.984-7.988 15.514-10.428 23.518-5.428 1.262 0.802 121.463 75.587 246.952 126.053v-662.557c-116.497-40.482-238.13-106.581-290.132-136.173v653.017c0 6.468-3.652 12.374-9.438 15.274-2.936 1.45-72.873 35.926-161.227 35.926-154.213 0-272.774-33.366-277.758-34.798-7.322-2.082-12.374-8.79-12.374-16.402v-750.928c0-5.342 2.526-10.394 6.776-13.62 3.004-2.27 6.622-3.448 10.292-3.448 1.57 0 3.14 0.222 4.676 0.666 1.178 0.324 119.193 33.468 268.388 33.468 62.396 0 115.711-19.422 136.533-28.142v-40.124h-409.597c-28.228 0-51.2 22.972-51.2 51.2v665.595c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-665.595c0-47.052 38.28-85.333 85.333-85.333h853.327c47.052 0 85.333 38.28 85.333 85.333v665.595c-0.002 9.422-7.63 17.068-17.068 17.068zM582.109 576.782c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM582.109 371.984c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.978-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM413.493 643.271c-105.385 24.73-225.142-6.776-230.176-8.124-9.096-2.44-14.506-11.792-12.066-20.906 2.048-7.628 8.942-12.646 16.47-12.646 1.468 0 2.952 0.188 4.438 0.58 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM413.493 540.872c-105.385 24.712-225.142-6.776-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.646 16.47-12.646 1.468 0 2.952 0.188 4.438 0.58 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM582.109 269.584c3.020-5.906 9.028-9.318 15.24-9.318 2.594 0 5.256 0.598 7.732 1.86 1.006 0.512 101.461 51.542 151.005 67.191 8.978 2.85 13.96 12.442 11.11 21.418-2.834 8.976-12.356 13.978-21.418 11.144-52.19-16.504-151.961-67.191-156.193-69.341-8.398-4.266-11.742-14.542-7.476-22.954zM413.493 438.473c-105.385 24.712-225.142-6.758-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.664 16.47-12.664 1.468 0 2.952 0.204 4.438 0.598 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM413.493 233.675c-105.385 24.73-225.142-6.776-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.664 16.47-12.664 1.468 0 2.952 0.204 4.438 0.598 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.116 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496zM413.493 336.074c-105.385 24.73-225.142-6.758-230.176-8.124-9.096-2.44-14.506-11.794-12.066-20.906 2.048-7.628 8.942-12.664 16.47-12.664 1.468 0 2.952 0.204 4.438 0.598 1.144 0.324 116.445 30.652 213.554 7.868 9.13-2.134 18.364 3.55 20.514 12.732 2.148 9.164-3.552 18.346-12.734 20.496z" />
57
+ <glyph unicode="&#xe92f;" glyph-name="image" d="M482.868 214.069c6.674-6.674 17.46-6.674 24.132 0l141.534 141.534 107.4-107.4c6.674-6.672 17.46-6.672 24.132 0 6.672 6.674 6.672 17.46 0 24.132l-119.466 119.466c-6.674 6.674-17.46 6.674-24.132 0l-141.534-141.534-73.268 73.268c-6.674 6.672-17.46 6.672-24.132 0l-187.734-187.734c-4.882-4.882-6.348-12.22-3.704-18.602 2.646-6.366 8.874-10.53 15.77-10.53h546.134c9.438 0 17.066 7.646 17.066 17.066s-7.628 17.066-17.066 17.066h-504.934l146.534 146.534 73.268-73.266zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.628 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.526 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.63 17.066-17.068 17.066zM254.942 439.467c3.158-5.478 8.892-8.534 14.796-8.534 2.884 0 5.82 0.734 8.516 2.286l31.522 18.194c8.534-8.688 19.438-14.9 31.574-18.040v-36.572c0-9.42 7.646-17.066 17.066-17.066s17.066 7.646 17.066 17.066v36.59c12.134 3.14 23.022 9.37 31.556 18.056l31.54-18.21c2.68-1.554 5.632-2.286 8.516-2.286 5.906 0 11.64 3.056 14.796 8.534 4.71 8.158 1.928 18.602-6.246 23.314l-31.726 18.312c1.622 5.802 2.748 11.792 2.748 18.108s-1.144 12.322-2.748 18.124l31.71 18.312c8.174 4.728 10.956 15.156 6.246 23.312-4.71 8.174-15.172 10.974-23.312 6.264l-31.54-18.21c-8.534 8.67-19.422 14.882-31.556 18.040v36.556c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-36.556c-12.134-3.158-23.040-9.37-31.574-18.056l-31.506 18.194c-8.208 4.71-18.62 1.912-23.312-6.246-4.71-8.174-1.912-18.602 6.246-23.33l31.692-18.296c-1.604-5.802-2.748-11.794-2.748-18.108s1.144-12.322 2.748-18.124l-31.692-18.312c-8.174-4.712-10.956-15.158-6.246-23.316zM358.4 533.351c18.824 0 34.134-15.308 34.134-34.134 0-18.808-15.292-34.116-34.1-34.134h-0.052c-18.824 0-34.116 15.308-34.116 34.134s15.31 34.134 34.134 34.134z" />
58
+ <glyph unicode="&#xe930;" glyph-name="spreadsheet" d="M938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM768 106.667c9.42 0 17.066 7.646 17.066 17.066v341.334c0 9.42-7.646 17.066-17.066 17.066h-512c-9.42 0-17.066-7.646-17.066-17.066v-341.334c0-9.42 7.646-17.066 17.066-17.066h443.734c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-119.466v68.266h170.666v-85.334c0-9.418 7.646-17.064 17.066-17.064zM341.334 140.801h-68.266v68.266h68.266v-68.266zM341.334 243.201h-68.266v68.266h68.266v-68.266zM341.334 345.601h-68.266v102.4h68.266v-102.4zM546.134 140.801h-170.666v68.266h170.666v-68.266zM546.134 243.201h-170.666v68.266h170.666v-68.266zM546.134 345.601h-170.666v102.4h170.666v-102.4zM580.266 448.001h170.666v-102.4h-170.666v102.4zM580.266 243.201v68.266h170.666v-68.266h-170.666z" />
59
+ <glyph unicode="&#xe931;" glyph-name="text" d="M460.8 311.467h273.066c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-273.066c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM699.734 448.001h-102.4c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h102.4c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066zM256 652.801h170.666c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.666c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM256 413.867h136.534c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-136.534c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.672 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.208-7.544 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066zM256 516.267h307.2c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-307.2c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM460.8 413.867h68.266c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-68.266c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM529.066 106.667h170.666c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.666c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM785.066 226.135c0 9.42-7.646 17.066-17.066 17.066h-102.4c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h102.4c9.42-0.002 17.066 7.644 17.066 17.066zM768 550.401h-136.534c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h136.534c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066zM256 106.667h204.8c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-204.8c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM256 209.067h102.4c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-102.4c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM614.4 226.135c0 9.42-7.646 17.066-17.066 17.066h-170.666c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h170.666c9.42-0.002 17.066 7.644 17.066 17.066zM256 311.467h136.534c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-136.534c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066z" />
60
+ <glyph unicode="&#xe932;" glyph-name="document" d="M256.004 209.063h102.399c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-102.399c-9.42 0-17.066-7.646-17.066-17.066s7.644-17.066 17.066-17.066zM950.727 716.056l-238.931 238.929c-4.898 4.898-12.236 6.366-18.602 3.704-6.366-2.646-10.53-8.874-10.53-15.77v-170.664c0-47.853 37.477-85.333 85.333-85.333h68.265c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-68.265c-29.184 0-51.199 22.016-51.199 51.199v129.468l204.797-204.797v-675.593c0-28.228-22.972-51.199-51.199-51.199h-716.79c-28.228 0-51.199 22.972-51.199 51.199v853.322c0 28.228 22.972 51.199 51.199 51.199h477.859c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-477.859c-47.051 0-85.333-38.279-85.333-85.333v-853.322c0-47.051 38.279-85.333 85.333-85.333h716.79c47.051 0 85.333 38.279 85.333 85.333v682.661c-0.002 4.522-1.81 8.874-5.002 12.066zM256.004 106.665h170.664c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.664c-9.42 0-17.066-7.646-17.066-17.066s7.644-17.066 17.066-17.066zM614.4 226.129c0 9.42-7.646 17.066-17.066 17.066h-170.664c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h170.664c9.42 0 17.066 7.646 17.066 17.066zM785.063 567.458c0 9.42-7.646 17.066-17.066 17.066h-511.993c-9.42 0-17.066-7.646-17.066-17.066v-238.931c0-9.42 7.646-17.066 17.066-17.066h102.399c4.522 0 8.858 1.792 12.066 5l107.399 107.399 39.133-39.133c6.674-6.672 17.46-6.672 24.132 0l73.267 73.267 73.267-73.267c6.672-6.672 17.46-6.672 24.132 0 6.674 6.674 6.674 17.46 0 24.132l-85.333 85.333c-6.674 6.674-17.46 6.674-24.132 0l-73.267-73.267-39.133 39.133c-6.672 6.672-17.46 6.672-24.132 0l-114.464-114.464h-78.267v204.797h477.859v-204.797h-290.128c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h307.196c9.42 0 17.066 7.646 17.066 17.066v238.931zM307.204 482.126c0-18.824 15.308-34.134 34.134-34.134 18.824 0 34.134 15.308 34.134 34.134s-15.308 34.134-34.134 34.134c-18.826 0-34.134-15.308-34.134-34.134zM494.933 106.665h238.931c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-238.931c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066zM256.004 652.791h170.664c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066h-170.664c-9.42 0-17.066-7.646-17.066-17.066-0.002-9.42 7.644-17.066 17.066-17.066zM785.063 226.129c0 9.42-7.646 17.066-17.066 17.066h-102.417c-9.42 0-17.066-7.646-17.066-17.066s7.646-17.066 17.066-17.066h102.417c9.42 0 17.066 7.646 17.066 17.066z" />
61
+ <glyph unicode="&#xe933;" glyph-name="video" d="M938.666 721.067h-170.666c-28.228 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.628 17.066-17.066 17.066s-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.228 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.972 51.2 51.2 51.2h539.068l165.666-165.666c6.674-6.674 17.46-6.674 24.132 0 6.672 6.656 6.672 17.46 0 24.132l-170.666 170.668c-3.192 3.192-7.526 5-12.066 5h-546.134c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.63 17.066-17.068 17.066zM273.066 345.601c0-131.754 107.178-238.934 238.934-238.934s238.934 107.18 238.934 238.934-107.18 238.934-238.934 238.934-238.934-107.18-238.934-238.934zM512 550.401c112.93 0 204.8-91.87 204.8-204.8s-91.87-204.8-204.8-204.8-204.8 91.87-204.8 204.8 91.87 204.8 204.8 204.8zM452.232 262.571c2.646-1.536 5.598-2.304 8.568-2.304 2.918 0 5.854 0.75 8.466 2.252l119.466 68.266c5.324 3.020 8.602 8.686 8.602 14.814s-3.276 11.776-8.602 14.814l-119.466 68.266c-5.274 3.038-11.776 3.004-17.032-0.052-5.274-3.054-8.5-8.686-8.5-14.762v-136.534c0-6.090 3.224-11.704 8.498-14.76zM477.866 384.461l67.994-38.86-67.994-38.86v77.72z" />
62
+ <glyph unicode="&#xe934;" glyph-name="conversation-1" d="M692 322.001c-11.044 0-20-8.954-20-20v-138c0-55.14-44.86-100-100-100h-215.936c-11.042 0-19.992-8.946-20-19.986l-0.028-39.764-47.736 47.734c-3.090 7.094-10.162 12.016-18.342 12.016h-129.958c-55.14 0-100 44.86-100 100v308c0 55.14 44.86 100 100 100h202c11.044 0 20 8.954 20 20s-8.956 20-20 20h-202c-77.196 0-140-62.804-140-140v-308c0-77.196 62.804-140 140-140h119.716l82.142-82.142c3.826-3.826 8.94-5.858 14.146-5.858 2.574 0 5.172 0.498 7.642 1.52 7.474 3.092 12.348 10.38 12.354 18.466l0.048 68.014h195.952c77.196 0 140 62.804 140 140v138c0 11.046-8.956 20-20 20zM733.31 960.001h-50.618c-160.288 0-290.692-130.404-290.692-290.692s130.404-290.69 290.69-290.69h50.618c25.018 0 49.78 3.178 73.78 9.458l74.774-74.732c3.826-3.822 8.938-5.854 14.142-5.854 2.578 0 5.178 0.498 7.652 1.524 7.472 3.096 12.344 10.388 12.344 18.476v115.712c31.658 25.638 57.956 58.024 76.412 94.204 20.962 41.092 31.588 85.47 31.588 131.902 0 160.288-130.404 290.692-290.69 290.692zM883.966 468.931c-5.014-3.778-7.966-9.694-7.966-15.976v-77.2l-48.942 48.916c-3.808 3.804-8.916 5.854-14.14 5.854-1.96 0-3.94-0.29-5.872-0.884-23.806-7.316-48.614-11.024-73.736-11.024h-50.618c-138.234 0-250.692 112.46-250.692 250.692s112.46 250.692 250.692 250.692h50.618c138.232 0 250.69-112.46 250.69-250.692 0-79.462-36.46-152.498-100.034-200.378zM798.066 741.159c-2.886 41.87-36.638 75.622-78.51 78.508-23.736 1.63-46.388-6.376-63.726-22.562-17.1-15.962-26.906-38.526-26.906-61.908 0-11.046 8.956-20 20-20s20 8.954 20 20c0 12.518 5.044 24.12 14.2 32.666 9.148 8.538 21.104 12.764 33.684 11.896 22.056-1.52 39.834-19.298 41.354-41.352 1.536-22.274-13.078-41.958-34.746-46.806-17.556-3.928-29.816-19.184-29.816-37.098v-48.050c0-11.046 8.956-20 20-20 11.046 0 20 8.954 19.998 20v46.452c40.3 9.736 67.338 46.612 64.468 88.254zM727.74 541.481c-3.72 3.72-8.88 5.86-14.14 5.86s-10.42-2.14-14.14-5.86c-3.72-3.72-5.86-8.88-5.86-14.14 0-5.28 2.142-10.44 5.86-14.16 3.72-3.72 8.88-5.84 14.14-5.84s10.42 2.12 14.14 5.84c3.72 3.74 5.86 8.88 5.86 14.16 0 5.26-2.142 10.42-5.86 14.14zM550 340.001h-422c-11.044 0-20-8.954-20-20s8.956-20 20-20h422c11.046 0 20 8.954 20 20s-8.956 20-20 20zM564.138 222.141c-3.718 3.72-8.878 5.86-14.138 5.86s-10.42-2.14-14.14-5.86c-3.722-3.72-5.86-8.88-5.86-14.14s2.14-10.42 5.86-14.14c3.72-3.72 8.88-5.86 14.14-5.86s10.42 2.14 14.138 5.86c3.722 3.72 5.862 8.86 5.862 14.14 0 5.26-2.142 10.42-5.862 14.14zM471.334 228.001h-343.334c-11.044 0-20-8.954-20-20s8.956-20 20-20h343.334c11.046 0 20 8.954 20 20s-8.956 20-20 20zM420 452.001h-292c-11.044 0-20-8.954-20-20s8.956-20 20-20h292c11.046 0 20 8.954 20 20s-8.956 20-20 20z" />
63
+ <glyph unicode="&#xe935;" glyph-name="archive" d="M443.734 465.067c-18.824 0-34.134-15.308-34.134-34.134v-170.666c0-18.824 15.308-34.134 34.134-34.134h102.4c18.808 0 34.134 15.308 34.134 34.134v170.666c0 18.824-15.326 34.134-34.134 34.134-9.438 0-17.066-7.646-17.066-17.066s7.628-17.066 17.066-17.066v-170.666h-102.4v170.666h51.2c9.42 0 17.066 7.646 17.066 17.066v68.266c0 9.42-7.646 17.066-17.066 17.066h-17.066v34.134h17.066c9.42 0 17.066 7.646 17.066 17.066v68.268c0 9.42-7.646 17.066-17.066 17.066h-17.066v34.134h17.066c9.42 0 17.066 7.646 17.066 17.066v68.268c0 9.42-7.646 17.066-17.066 17.066h-17.066v34.134h17.066c9.42 0 17.066 7.646 17.066 17.066v51.2h180.668l165.666-165.666c6.656-6.674 17.46-6.674 24.132 0 6.656 6.672 6.656 17.46 0 24.132l-170.666 170.666c-3.208 3.208-7.544 5-12.066 5h-204.8c-9.438 0-17.066-7.646-17.066-17.066v-51.2h-17.068c-9.438 0-17.066-7.646-17.066-17.066v-68.266c0-9.42 7.628-17.066 17.066-17.066h17.066v-34.134h-17.066c-9.438 0-17.066-7.646-17.066-17.066v-68.268c0-9.42 7.628-17.066 17.066-17.066h17.066v-34.134h-17.066c-9.438 0-17.066-7.646-17.066-17.066v-68.266c0-9.42 7.628-17.066 17.066-17.066h17.066v-34.134h-34.132zM495.446 328.535h-0.188c-9.404 0-16.964-7.646-16.964-17.066s7.714-17.066 17.152-17.066c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.066-17.066 17.066zM938.666 721.067h-170.666c-28.246 0-51.2 22.972-51.2 51.2v85.334c0 9.42-7.646 17.066-17.066 17.066-9.438 0-17.066-7.646-17.066-17.066v-85.334c0-47.052 38.28-85.334 85.334-85.334h153.6v-665.6c0-28.228-22.972-51.2-51.2-51.2h-716.802c-28.246 0-51.2 22.972-51.2 51.2v853.334c0 28.228 22.954 51.2 51.2 51.2h270.934c9.42 0 17.066 7.646 17.066 17.066s-7.646 17.068-17.066 17.068h-270.934c-47.052 0-85.334-38.28-85.334-85.334v-853.334c0-47.052 38.282-85.332 85.334-85.332h716.8c47.052 0 85.334 38.28 85.334 85.334v682.666c0 9.42-7.646 17.066-17.068 17.066z" />
64
+ <glyph unicode="&#xe936;" glyph-name="manual" horiz-adv-x="1158" d="M696.32 102.111c-26.89-27.65-63.83-43.24-102.4-43.23h-593.92v-40.96h593.92v-40.96h-593.92v-40.96h593.92c56.53 0.070 102.33 45.87 102.4 102.4v63.71zM0 714.241h389.12v-286.72h-389.12zM901.12 448.001c-0.070 67.84-55.040 122.81-122.88 122.88-13.96 0.030-27.82-2.37-40.96-7.090v-231.58c13.14-4.72 27-7.12 40.96-7.090 67.84 0.070 122.81 55.040 122.88 122.88zM737.28 79.361h46.122c22.123 0 40.891 16.245 44.062 38.14l4.716 32.56c3.080 22.22 18.16 40.93 39.22 48.66 6.15 2.29 12.15 4.83 18.010 7.37 20.27 9.17 43.95 6.49 61.66-6.98l26.069-19.552c17.725-13.294 42.528-11.531 58.195 4.136l7.277 7.277c15.678 15.678 17.431 40.502 4.111 58.228l-19.652 26.152c-13.48 17.84-16.080 41.63-6.76 61.96 2.38 5.46 4.92 11.48 7.25 17.75 7.78 21.040 26.52 36.070 48.75 39.080l32.442 4.707c21.89 3.176 38.128 21.941 38.128 44.060v10.254c0 22.123-16.245 40.891-38.14 44.062l-32.56 4.716c-22.22 3.080-40.93 18.16-48.66 39.22-2.29 6.15-4.83 12.15-7.37 18.010-9.17 20.27-6.49 43.95 6.98 61.66l19.552 26.069c13.294 17.725 11.531 42.528-4.136 58.195l-7.277 7.277c-15.678 15.678-40.502 17.431-58.228 4.111l-26.152-19.652c-17.84-13.46-41.63-16.060-61.96-6.76-5.46 2.38-11.48 4.92-17.75 7.25-21.040 7.78-36.070 26.52-39.080 48.75l-4.664 32.393c-3.155 21.912-21.93 38.177-44.067 38.177h-46.089v-210.17c66.42 17.43 136.67-8.41 175.96-64.73s39.29-131.16 0-187.48c-39.29-56.32-109.54-82.16-175.96-64.73v-210.17zM0 386.561h389.12v-286.72h-300.077c-49.177 0-89.043 39.866-89.043 89.043v197.677zM696.32 857.601c-0.070 56.53-45.87 102.33-102.4 102.4h-40.96v-204.8h143.36v102.4zM696.32 386.561h-143.36v-286.72h40.96c56.53 0.070 102.33 45.87 102.4 102.4v184.32zM552.96 714.241h143.36v-286.72h-143.36zM430.080 960.001h81.92v-860.16h-81.92zM89.043 960.001h300.077v-204.8h-389.12v115.757c0 49.177 39.866 89.043 89.043 89.043z" />
65
+ <glyph unicode="&#xe937;" glyph-name="light-up" d="M47.476 183.934c-15.56 15.5-15.56 40.6-0.002 56.096l434.377 472.356c8.296 8.261 19.294 11.801 30.168 11.252 10.837 0.549 21.872-2.991 30.168-11.252l434.338-472.314c15.56-15.499 15.56-40.638 0-56.138s-40.808-15.499-56.368 0l-408.179 443.835-408.137-443.835c-15.56-15.499-40.807-15.499-56.367 0z" />
66
+ <glyph unicode="&#xe938;" glyph-name="light-down" d="M976.524 712.068c15.56-15.5 15.56-40.6 0.002-56.096l-434.377-472.356c-8.296-8.261-19.294-11.801-30.168-11.252-10.837-0.549-21.872 2.991-30.168 11.252l-434.338 472.314c-15.56 15.499-15.56 40.638 0 56.138s40.808 15.499 56.368 0l408.179-443.835 408.137 443.835c15.56 15.499 40.807 15.499 56.367 0z" />
67
+ <glyph unicode="&#xe939;" glyph-name="light-right" horiz-adv-x="551" d="M11.625 948.331c15.5 15.56 40.6 15.56 56.096 0.002l472.356-434.377c8.261-8.296 11.801-19.294 11.252-30.168 0.549-10.837-2.991-21.872-11.252-30.168l-472.314-434.338c-15.499-15.56-40.638-15.56-56.138 0s-15.499 40.808 0 56.368l443.835 408.179-443.835 408.137c-15.499 15.56-15.499 40.807 0 56.367z" />
68
+ <glyph unicode="&#xe93a;" glyph-name="light-left" horiz-adv-x="551" d="M539.375-52.329c-15.5-15.56-40.6-15.56-56.096-0.002l-472.356 434.377c-8.261 8.296-11.801 19.294-11.252 30.168-0.549 10.837 2.991 21.872 11.252 30.168l472.314 434.338c15.499 15.56 40.638 15.56 56.138 0s15.499-40.808 0-56.368l-443.835-408.179 443.835-408.137c15.499-15.56 15.499-40.807 0-56.367z" />
69
+ <glyph unicode="&#xe93b;" glyph-name="pencil" horiz-adv-x="887" d="M55.507 29.266l10.263 3.759 0.221 0.283 10.042 3.476-18.199 14.218-2.328-21.736zM525.939 952.208l311.306-243.219c11.833-9.245 14.516-25.828 5.952-36.789l-446.22-571.136c-3.071-3.931-7.653-6.682-12.196-8.124l-173.987-63.23-123.347-45.304-0.221-0.283-33.555-12.254-18.079-6.236-0.221-0.283c-4.016-1.397-8.728-1.793-13.609-1.145-14.195 2.478-25.117 16.002-23.419 30.075l11.666 108.119c-0.169 1.045-0.111 2.34 0.247 3.429l7.829 74.444 19.547 183.891c0.162 3.951 1.346 7.988 3.396 11.833 0.443 0.567 0.872 1.116 1.093 1.399l446.663 571.703c8.583 10.946 25.322 12.355 37.155 3.11zM785.025 685.966l-268.811 210.018-415.258-531.506 268.811-210.018 415.258 531.506zM131.58 57.208l57.843 20.882 133.611 49.062-237.27 185.375-15.282-141.511-6.268-61.177 67.365-52.632z" />
70
+ <glyph unicode="&#xe93c;" glyph-name="man-user" d="M512 459.198c113.851 0 206.155 112.108 206.155 250.4 0 138.296-30.305 250.403-206.155 250.403s-206.16-112.108-206.16-250.403c0-138.293 92.303-250.4 206.16-250.4zM122.614 76.865c-0.035 8.432-0.070 2.376 0 0v0zM901.369 70.28c0.111 2.308 0.038 16.015 0 0v0zM900.93 86.977c-3.818 240.909-35.281 309.555-276.047 353.008 0 0-33.891-43.186-112.886-43.186s-112.892 43.186-112.892 43.186c-238.139-42.979-271.515-110.607-275.904-345.182-0.36-19.155-0.527-20.161-0.591-17.938 0.015-4.166 0.032-11.873 0.032-25.31 0 0 57.321-115.554 389.354-115.554 332.028 0 389.354 115.554 389.354 115.554 0 8.634 0.006 14.637 0.015 18.722-0.064-1.375-0.193 1.29-0.436 16.7z" />
71
+ <glyph unicode="&#xe93d;" glyph-name="move" d="M1010.365 480.912l-116.364 116.364c-13.309 13.315-33.339 17.29-50.725 10.091-17.392-7.205-28.734-24.176-28.734-43.002v-69.818h-255.997v256h69.818c18.826 0 35.797 11.342 43.002 28.734 7.202 17.392 3.221 37.413-10.091 50.725l-116.364 116.364c-18.174 18.178-47.647 18.178-65.825 0l-116.364-116.364c-13.312-13.312-17.293-33.333-10.091-50.725 7.205-17.392 24.179-28.734 43.002-28.734h69.821v-256h-256v69.818c0 18.826-11.342 35.8-28.734 43.002-17.396 7.202-37.416 3.221-50.725-10.091l-116.364-116.364c-18.178-18.178-18.178-47.647 0-65.825l116.364-116.364c8.906-8.906 20.806-13.635 32.923-13.635 5.995 0 12.043 1.161 17.802 3.544 17.392 7.205 28.734 24.179 28.734 43.002v69.821h256v-256h-69.818c-18.826 0-35.8-11.342-43.002-28.734s-3.221-37.413 10.091-50.725l116.364-116.364c9.086-9.089 20.998-13.632 32.911-13.632s23.825 4.543 32.911 13.635l116.364 116.364c13.312 13.312 17.293 33.333 10.091 50.725-7.205 17.392-24.176 28.734-43.002 28.734h-69.818v255.997h256v-69.818c0-18.826 11.338-35.8 28.734-43.002 5.756-2.386 11.807-3.544 17.802-3.544 12.111 0 24.017 4.729 32.92 13.635l116.364 116.364c18.181 18.174 18.181 47.644 0 65.821z" />
72
+ <glyph unicode="&#xe93e;" glyph-name="list" d="M672 896.001h-69.504c-13.184 37.248-48.768 64-90.496 64s-77.312-26.752-90.56-64h-69.44c-17.664 0-32-14.336-32-32v-128c0-17.664 14.336-32 32-32h320c17.664 0 32 14.336 32 32v128c0 17.664-14.336 32-32 32zM832 832.001h-64v-96c0-52.928-43.072-96-96-96h-320c-52.928 0-96 43.072-96 96v96h-64c-35.264 0-64-28.736-64-64v-768c0-35.904 28.096-64 64-64h640c35.904 0 64 28.096 64 64v768c0 35.904-28.096 64-64 64zM502.656 265.345l-128-128c-6.272-6.208-14.464-9.344-22.656-9.344s-16.384 3.136-22.656 9.344l-64 64c-12.48 12.48-12.48 32.768 0 45.248s32.768 12.48 45.248 0l41.408-41.344 105.344 105.344c12.48 12.48 32.768 12.48 45.248 0s12.544-32.704 0.064-45.248zM502.656 521.345l-128-128c-6.272-6.208-14.464-9.344-22.656-9.344s-16.384 3.136-22.656 9.344l-64 64c-12.48 12.48-12.48 32.768 0 45.248s32.768 12.48 45.248 0l41.408-41.344 105.344 105.344c12.48 12.48 32.768 12.48 45.248 0s12.544-32.704 0.064-45.248zM736 192.001h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32zM736 448.001h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32z" />
73
+ <glyph unicode="&#xe93f;" glyph-name="speaker" d="M814.546 960.001c-124.136 0-208.942-71.586-283.788-134.75-62.324-52.55-116.084-97.978-181.666-97.978h-256c-63.954 0-93.092-120.646-93.092-232.726 0-112.082 29.138-232.728 93.090-232.728h256c65.582 0 119.342-45.428 181.666-97.978 74.846-63.162 159.652-134.75 283.788-134.75 137.496 0 209.456 234.172 209.456 465.456s-71.96 465.454-209.454 465.454zM814.546 122.183c-39.518 0-116.364 131.444-116.364 372.364s76.846 372.364 116.364 372.364c39.516 0 116.364-131.444 116.364-372.364s-76.848-372.364-116.364-372.364zM779.916 629.249c-6.702 1.676-13.544 0.466-19.13-3.352-5.586-3.864-9.17-9.96-9.914-16.664-4.142-38.866-6.144-76.382-6.144-114.688s2.002-75.822 6.19-114.642c0.744-6.75 4.328-12.8 9.914-16.664 3.91-2.7 8.564-4.096 13.218-4.096 1.954 0 3.91 0.232 5.864 0.744 61.486 16.012 104.448 71.4 104.448 134.656 0.002 63.258-42.96 118.648-104.446 134.706zM434.642 98.911c-13.312 0-25.042 8.472-29.23 21.086l-26.206 78.522c-2.792 8.378-12.894 14.802-21.644 16.058-2.84 0.372-5.726 0.698-8.472 0.698h-159.604c-7.308 0-14.196-3.444-18.572-9.262s-5.818-13.406-3.816-20.386l52.038-182.086c11.358-39.752 48.174-67.54 89.506-67.54h125.998c42.638 0 77.36 34.722 77.36 77.358v8.192c0 42.636-34.722 77.36-77.358 77.36z" />
74
+ <glyph unicode="&#xe940;" glyph-name="video-camera" d="M1017.846 433.847c-11.077 19.692-36.923 27.077-57.845 14.769l-140.306-81.23-35.692-20.923v-194.459l33.23-19.692c1.231 0 1.231-1.231 2.462-1.231l137.844-79.999c6.154-4.923 14.769-7.385 23.384-7.385 23.384 0 41.846 18.461 41.846 41.846v164.921l1.231 162.46c0 7.385-1.231 14.769-6.154 20.923zM198.164 496.616c109.537 0 198.151 88.614 198.151 198.151s-88.614 198.151-198.151 198.151-198.151-88.614-198.151-198.151c-1.231-109.537 88.614-198.151 198.151-198.151zM198.164 775.997c45.538 0 81.23-36.923 81.23-81.23 0-45.538-36.923-81.23-81.23-81.23s-81.23 36.923-81.23 81.23c-1.231 45.538 35.692 81.23 81.23 81.23zM700.312 485.539c-32-16-67.691-25.846-105.845-25.846-46.769 0-91.076 13.538-127.998 38.153h-140.306c-36.923-24.615-81.23-38.153-127.998-38.153-38.153 0-73.845 8.615-105.845 25.846-28.307-16-47.999-47.999-47.999-82.461v-300.304c0-55.384 45.538-99.691 99.691-99.691h505.84c55.384 0 99.691 45.538 99.691 99.691v300.304c-1.231 34.461-20.923 66.461-49.23 82.461zM594.467 496.616c109.537 0 198.151 88.614 198.151 198.151s-88.614 198.151-198.151 198.151c-109.537 0-198.151-88.614-198.151-198.151s88.614-198.151 198.151-198.151zM594.467 775.997c45.538 0 81.23-36.923 81.23-81.23 0-45.538-36.923-81.23-81.23-81.23s-81.23 36.923-81.23 81.23c0 45.538 35.692 81.23 81.23 81.23z" />
75
+ <glyph unicode="&#xe941;" glyph-name="garbage" d="M901.8 813.001h-236.8v104.2c0 11.6-9.4 20.8-20.8 20.8h-264.4c-11.6 0-20.8-9.4-20.8-20.8v-104.2h-236.8c-11.6 0-20.8-9.4-20.8-20.8v-129.8c0-11.6 9.4-20.8 20.8-20.8h49.2v-529.4c0-85 69.2-154.2 154.2-154.2h372.8c85 0 154.2 69.2 154.2 154.2v529.2h49.2c11.6 0 20.8 9.4 20.8 20.8v130c0 11.4-9.4 20.8-20.8 20.8zM400.8 896.201h222.6v-83.4h-222.6v83.4zM810.8 112.201c0-62-50.4-112.4-112.4-112.4h-372.8c-62 0-112.4 50.4-112.4 112.4v529.2h597.6v-529.2zM880.8 683.201h-737.6v88h737.8v-88zM328.2 106.001c11.6 0 20.8 9.4 20.8 20.8v387.4c0 11.6-9.4 20.8-20.8 20.8-11.6 0-20.8-9.4-20.8-20.8v-387.4c0-11.4 9.4-20.8 20.8-20.8zM512 106.001c11.6 0 20.8 9.4 20.8 20.8v387.4c0 11.6-9.4 20.8-20.8 20.8s-20.8-9.4-20.8-20.8v-387.4c0-11.4 9.2-20.8 20.8-20.8zM695.8 106.001c11.6 0 20.8 9.4 20.8 20.8v387.4c0 11.6-9.4 20.8-20.8 20.8-11.6 0-20.8-9.4-20.8-20.8v-387.4c-0.2-11.4 9.2-20.8 20.8-20.8z" />
76
+ <glyph unicode="&#xe942;" glyph-name="add-line" d="M916.122 960.001h-808.245c-59.584 0-107.878-48.503-107.878-107.878v-808.245c0-59.584 48.503-107.878 107.878-107.878h808.245c59.584 0 107.878 48.503 107.878 107.878v808.245c0 59.374-48.503 107.878-107.878 107.878zM972.779 43.879c0-31.151-25.506-56.657-56.657-56.657h-808.245c-31.151 0-56.657 25.506-56.657 56.657v808.245c0 31.151 25.506 56.657 56.657 56.657h808.245c31.151 0 56.657-25.506 56.657-56.657v-808.245zM705.385 473.507h-167.879v167.879c0 14.216-11.499 25.715-25.715 25.715s-25.715-11.499-25.715-25.715v-167.879h-167.879c-14.216 0-25.715-11.499-25.715-25.506 0-14.216 11.499-25.715 25.715-25.715h167.879v-167.879c0-14.216 11.499-25.715 25.715-25.715s25.715 11.499 25.715 25.715v167.879h167.879c14.216 0 25.715 11.499 25.715 25.715s-11.499 25.506-25.715 25.506z" />
77
+ <glyph unicode="&#xe943;" glyph-name="cup" d="M1023.964 764.599c-1.020 86.91-45.496 134.776-125.238 134.776-30.864 0-60.604-7.184-80.046-13.178 1.936 35.524 1.966 57.452 1.966 58.542l0.002 15.208h-617.282v-15.206c0-0.52 0.052-22.794 2.010-58.562-19.44 5.998-49.208 13.196-80.102 13.196-79.74 0-124.218-47.864-125.238-134.776-1.004-85.5 18.496-161.608 57.954-226.214 38.74-63.43 88.256-101.652 122.974-122.542 55.606-33.464 111.18-40.488 148.012-40.488 9.080 0 17.828 0.428 26.010 1.272 0.542 0.056 1.044 0.12 1.574 0.178 17.808-19.178 37.006-34.54 57.52-45.956 15.122-8.414 25.64-23.088 29.244-39.954-20.39-6.346-35.236-25.396-35.236-47.846 0-22.954 15.526-42.34 36.62-48.24v-63.82h-82.284v-66.602h-81.2v-128.334h461.562v128.334h-81.2v66.602h-82.284v63.82c21.096 5.902 36.622 25.286 36.622 48.24 0 22.452-14.846 41.5-35.236 47.846 3.604 16.866 14.12 31.538 29.244 39.954 20.464 11.386 39.794 26.832 57.558 45.948 6.294-0.698 15.732-1.44 27.532-1.44 0.004 0 0.002 0 0.008 0 36.828 0 92.4 7.028 148.002 40.488 34.716 20.892 84.234 59.112 122.974 122.542 39.464 64.604 58.962 140.714 57.958 226.212zM789.984 929.535c-0.136-5.562-0.352-12.554-0.684-20.738h-554.526c-0.344 8.182-0.574 15.184-0.722 20.738h555.932zM810.668 789.909c20.604 6.858 47.308 13.774 71.23 13.774 20.058 0 34.5-4.9 42.926-14.564 9.684-11.108 12.806-29.768 9.274-55.468-14.706-107.052-61.124-190.616-130.708-235.294-24.238-15.564-50.342-21.994-72.218-24.278 46.274 97.262 68.67 219.294 79.496 315.83zM228.99 683.983c14.958-80.23 35.61-149.126 61.386-204.772 0.798-1.728 1.61-3.43 2.418-5.132-21.868 2.29-47.956 8.718-72.184 24.274-69.582 44.68-116.002 128.242-130.708 235.294-3.53 25.702-0.41 44.364 9.276 55.468 8.426 9.664 22.87 14.562 42.926 14.562 23.942 0 50.67-6.926 71.282-13.788 3.682-32.924 8.716-68.962 15.604-105.906zM328.976 405.767c-32.976 0-82.706 6.27-132.328 36.132-50.75 30.54-168.54 123.088-166.2 322.342 0.828 70.466 31.846 104.72 94.826 104.72 33.682 0 66.948-10.154 82.154-15.51 0.758-10.202 1.608-20.434 2.548-30.624-20.67 6.072-45.024 11.268-67.872 11.268-29.236 0-51.39-8.406-65.85-24.986-15.718-18.026-21.264-44.806-16.484-79.596 8.188-59.602 25.3-112.282 50.862-156.574 24.402-42.284 55.876-75.988 93.544-100.172 36.792-23.626 76.586-29.584 104.972-30.154 0.096-0.168 0.194-0.328 0.29-0.494 1.556-2.726 3.128-5.406 4.716-8.052 0.494-0.826 0.992-1.646 1.49-2.464 1.514-2.488 3.040-4.952 4.582-7.366 0.58-0.908 1.168-1.794 1.752-2.694 1.050-1.614 2.106-3.214 3.17-4.796 1.028-1.53 2.060-3.044 3.098-4.542 1.018-1.466 2.038-2.924 3.066-4.362 0.482-0.676 0.956-1.378 1.438-2.046-1.224-0.020-2.482-0.030-3.774-0.030zM712.376 33.971v-67.506h-400.736v67.506h400.736zM579.306 100.573h51.868v-36.188h-238.334v36.188h186.466zM475.122 130.987v61.964h73.77v-61.964h-73.77zM585.514 243.049c0-10.854-8.832-19.684-19.684-19.684h-107.644c-10.854 0-19.684 8.83-19.684 19.684s8.83 19.684 19.684 19.684h107.644c10.854 0 19.684-8.83 19.684-19.684zM661.582 416.897c-0.168-0.218-0.336-0.436-0.504-0.654-1.496-1.936-3.004-3.824-4.52-5.686-0.372-0.454-0.738-0.916-1.112-1.368-1.666-2.024-3.346-4.004-5.034-5.936-0.082-0.092-0.158-0.188-0.24-0.28-16.958-19.346-35.47-34.668-55.024-45.548-24.102-13.408-40.49-37.222-44.998-64.278h-76.284c-4.51 27.058-20.898 50.87-45 64.278-18.872 10.498-35.916 24.532-51.314 41.302l-3.72 4.244c-15.12 17.244-29.372 38.136-42.358 62.090l-3.978 7.342c-65.394 126.354-85.174 308.976-91.138 405.982h551.41c-0.254-4.22-0.532-8.578-0.84-13.104-0.014-0.21-0.030-0.426-0.044-0.636-0.336-4.904-0.696-9.822-1.078-14.744-0.010-0.144-0.022-0.288-0.032-0.434-1.216-15.6-2.656-31.258-4.298-46.73l-0.994-9.356c-11.050-99.056-34.388-225.25-83.602-320.306l-4.346-8.012c-9.67-17.832-20.042-33.964-30.952-48.166zM827.354 441.899c-49.626-29.864-99.346-36.132-132.32-36.132-0.002 0-0.006 0-0.008 0-1.294 0-2.552 0.010-3.778 0.030 0.020 0.028 0.040 0.058 0.060 0.086 1.974 2.724 3.918 5.488 5.832 8.29 0.234 0.342 0.464 0.692 0.698 1.034 1.618 2.384 3.212 4.8 4.788 7.24 0.406 0.626 0.812 1.254 1.214 1.884 1.744 2.738 3.47 5.494 5.162 8.298 0.266 0.438 0.524 0.888 0.788 1.33 1.386 2.316 2.756 4.654 4.108 7.014 0.316 0.552 0.642 1.080 0.96 1.636 28.386 0.57 68.18 6.528 104.972 30.154 37.668 24.188 69.142 57.892 93.544 100.172 25.56 44.292 42.672 96.972 50.862 156.574 4.776 34.792-0.768 61.572-16.484 79.596-14.458 16.582-36.614 24.988-65.85 24.988-22.846 0-47.204-5.192-67.872-11.266 0.958 10.39 1.78 20.356 2.484 29.828 0.020 0.264 0.042 0.53 0.062 0.792 15.21 5.358 48.474 15.51 82.154 15.51 62.98 0 93.998-34.254 94.828-104.716 2.332-199.254-115.454-291.8-166.204-322.342zM384.712 467.527l-25.4-16.734c8.672-13.166 17.992-25.128 27.702-35.552l22.256 20.732c-8.554 9.182-16.816 19.8-24.558 31.554zM319.432 636.157l-29.652-6.764c14.584-63.93 34.054-117.598 57.866-159.512l26.444 15.024c-22.344 39.33-40.734 90.218-54.658 151.252zM887.332 292.983l-0.022 30.414-25.674-0.016-0.018 25.674-30.414-0.020 0.018-25.676-25.674-0.018 0.020-30.414 25.674 0.018 0.018-25.672 30.414 0.020-0.018 25.674zM225.57 135.051l-0.032 30.414-21.544-0.022-0.022 21.546-30.414-0.032 0.022-21.544-21.548-0.022 0.034-30.414 21.544 0.022 0.022-21.548 30.414 0.032-0.022 21.546zM97.69 383.679h28.69v-30.414h-28.69v30.414zM282.078 293.695h28.69v-30.414h-28.69v30.414zM744.508 202.191h28.69v-30.414h-28.69v30.414z" />
78
+ <glyph unicode="&#xe944;" glyph-name="next-2" d="M15.689 463.674h992.623c8.66 0 15.689-7.029 15.689-15.689s-7.029-15.689-15.689-15.689h-992.623c-8.66 0-15.689 7.029-15.689 15.689s7.029 15.689 15.689 15.689zM409.067 857.021c4.016 0 8.033-1.537 11.108-4.581 6.119-6.119 6.119-16.065 0-22.184l-382.302-382.302 382.302-382.176c6.119-6.119 6.119-16.065 0-22.184s-16.065-6.119-22.184 0l-393.378 393.252c-2.949 2.949-4.581 6.934-4.581 11.108s1.663 8.158 4.581 11.108l393.378 393.347c3.044 3.075 7.060 4.612 11.076 4.612z" />
79
+ <glyph unicode="&#xe945;" glyph-name="next2" d="M1008.311 432.328h-992.623c-8.66 0-15.689 7.029-15.689 15.689s7.029 15.689 15.689 15.689h992.623c8.66 0 15.689-7.029 15.689-15.689s-7.029-15.689-15.689-15.689zM614.933 38.981c-4.016 0-8.033 1.537-11.108 4.581-6.119 6.119-6.119 16.065 0 22.184l382.302 382.302-382.302 382.176c-6.119 6.119-6.119 16.065 0 22.184s16.065 6.119 22.184 0l393.378-393.252c2.949-2.949 4.581-6.934 4.581-11.108s-1.663-8.158-4.581-11.108l-393.378-393.347c-3.044-3.075-7.060-4.612-11.076-4.612z" />
80
+ <glyph unicode="&#xe946;" glyph-name="menu-2" d="M887.218 480.977h-750.433c-18.209 0-32.976-14.765-32.976-32.976s14.767-32.976 32.976-32.976h750.433c18.211 0 32.976 14.765 32.976 32.976 0 18.209-14.765 32.976-32.976 32.976zM887.218 731.123h-750.433c-18.209 0-32.976-14.767-32.976-32.976s14.767-32.976 32.976-32.976h750.433c18.211 0 32.976 14.767 32.976 32.976s-14.765 32.976-32.976 32.976zM887.218 230.831h-750.433c-18.209 0-32.976-14.765-32.976-32.976s14.767-32.976 32.976-32.976h750.433c18.211 0 32.976 14.765 32.976 32.976s-14.765 32.976-32.976 32.976z" />
81
+ <glyph unicode="&#xe947;" glyph-name="question-2" d="M976.168 633.998c-45.644 68.232-118.564 113.268-200.069 123.558-8.224 1.054-15.722-4.784-16.76-13.002s4.784-15.722 13.002-16.76c72.878-9.206 138.081-49.472 178.891-110.474 61.42-91.854 56.596-211.691-12.004-298.201-2.248-2.836-3.396-6.386-3.232-10l6.074-133.733-121.276 56.684c-3.28 1.534-7.002 1.83-10.48 0.83-91.392-26.16-191.907 2.14-256.109 72.132-4.67 5.060-9.226 10.466-13.57 16.1-3.644 4.702-7.184 9.604-10.52 14.566-0.176 0.264-0.352 0.542-0.528 0.808 20.966 36.874 33.486 78.064 36.392 120.308 0.568 8.266-5.67 15.426-13.936 15.994-8.262 0.546-15.426-5.67-15.994-13.936-3.014-43.846-17.6-86.446-42.18-123.194-20.724-30.988-47.298-56.448-78.986-75.67-7.084-4.296-9.34-13.522-5.044-20.604 2.822-4.652 7.768-7.222 12.838-7.222 2.65 0 5.334 0.704 7.766 2.178 32.090 19.468 59.472 44.662 81.568 74.958 1.614-2.206 3.236-4.404 4.89-6.536 4.856-6.298 9.988-12.386 15.226-18.060 35.658-38.874 81.476-66.924 132.499-81.122 48.708-13.552 99.916-13.894 148.465-1.048l138.733-64.842c2.022-0.944 4.19-1.41 6.35-1.41 2.922 0 5.832 0.854 8.34 2.532 4.364 2.918 6.884 7.906 6.646 13.148l-6.948 152.979c34.824 45.738 54.662 100.278 57.452 158.117 2.946 60.948-13.478 120.050-47.494 170.923zM730.053 745.034c-0.782 8.246-8.116 14.294-16.348 13.518-46.392-4.398-91.526-20.506-130.519-46.582-17.684-11.818-34.038-25.622-48.602-41.026-6.128-6.476-12.074-13.402-17.688-20.604-1.702-2.192-3.366-4.408-4.996-6.64-19.366 26.5-43.332 49.718-71.082 68.278-129.845 86.842-306.131 51.858-392.978-77.986-34.018-50.866-50.446-109.968-47.504-170.919 2.792-57.836 22.632-112.374 57.458-158.115l-6.952-152.981c-0.238-5.244 2.282-10.232 6.646-13.15 2.508-1.678 5.416-2.532 8.34-2.532 2.162 0 4.33 0.466 6.35 1.41l138.735 64.846c52.23-13.822 107.044-12.396 158.903 4.194 7.89 2.524 12.24 10.966 9.716 18.858-2.524 7.89-10.968 12.24-18.858 9.716-48.008-15.362-98.834-16.198-146.983-2.418-3.476 0.996-7.2 0.702-10.478-0.832l-121.278-56.686 6.076 133.733c0.164 3.616-0.984 7.168-3.232 10.002-68.604 86.514-73.428 206.349-12 298.193 77.648 116.094 235.267 147.375 351.363 69.73 58.924-39.408 98.864-102.234 109.578-172.369 1.25-8.19 8.894-13.808 17.094-12.562 8.19 1.252 13.814 8.904 12.562 17.094-5.274 34.524-16.89 67.464-33.854 97.286 3.454 5.224 7.142 10.394 11.050 15.426 5.014 6.43 10.334 12.626 15.81 18.416 13.026 13.778 27.654 26.124 43.478 36.698 34.876 23.322 75.222 37.726 116.674 41.656 8.248 0.778 14.3 8.098 13.518 16.346zM414.156 359.701l-38.872 38.872c17.11 21.674 27.36 49.004 27.36 78.696 0 70.176-57.092 127.268-127.268 127.268-70.178 0-127.268-57.094-127.268-127.268 0-70.176 57.094-127.268 127.268-127.268 29.694 0 57.022 10.25 78.696 27.358l38.872-38.872c2.928-2.928 6.768-4.392 10.606-4.392s7.678 1.464 10.606 4.392c5.858 5.858 5.858 15.354 0 21.214zM353.899 419.957l-67.918 67.918c-5.856 5.856-15.354 5.856-21.212 0-5.858-5.86-5.858-15.356 0-21.214l67.918-67.918c-16.090-11.772-35.898-18.744-57.314-18.744-53.634 0-97.27 43.634-97.27 97.27s43.636 97.27 97.27 97.27c53.634 0 97.27-43.634 97.27-97.27 0-21.416-6.972-41.226-18.744-57.312zM846.845 374.823l-37.174 89.314c-0.020 0.046-0.038 0.094-0.058 0.14l-56.224 135.083c-2.328 5.594-7.792 9.236-13.848 9.236s-11.522-3.642-13.85-9.236l-56.218-135.069c-0.024-0.058-0.048-0.116-0.072-0.174l-37.166-89.294c-3.182-7.648 0.436-16.428 8.084-19.612s16.428 0.436 19.612 8.084l33.332 80.082h92.554l33.332-80.082c2.4-5.764 7.978-9.24 13.854-9.24 1.92 0 3.874 0.372 5.758 1.156 7.648 3.184 11.268 11.962 8.084 19.612zM705.747 473.375l33.79 81.186 33.792-81.186h-67.582z" />
82
+ <glyph unicode="&#xe948;" glyph-name="question-1" d="M566.514 314.57c115.412 0 209.268 93.857 209.268 209.268s-93.857 209.268-209.268 209.268c-115.411 0-209.268-93.856-209.268-209.268s93.857-209.268 209.268-209.268zM388.57 273.031c-80.609 0-145.949-65.339-145.949-145.949v-163.014c0-15.494 12.574-28.067 28.067-28.067h591.654c15.493 0 28.067 12.573 28.067 28.067v158.972c2.47 4.266 4.715 8.869 6.512 13.697l114.514 303.125c3.817 10.104 5.838 20.882 5.838 31.772v340.173c0 49.623-40.192 89.815-89.815 89.815s-89.815-40.192-89.815-89.815v-323.782l-81.17-214.994h-367.904zM34.588 760.051h66.238c13.921 0 25.709 10.104 27.73 23.801 3.817 24.924 11.564 43.336 23.015 54.45 10.665 10.329 25.373 15.381 45.132 15.381 20.433 0 36.038-5.613 47.939-17.289s17.402-25.709 17.402-44.346c0-8.757-2.021-16.84-6.175-24.699-2.133-3.929-10.441-16.054-42.101-42.887-29.414-24.924-49.286-48.388-60.849-71.627-11.788-23.689-17.514-58.155-17.514-105.083v0c0-15.493 12.574-28.067 28.067-28.067h59.839c15.493 0 28.067 12.574 28.067 28.067v0c0 36.263 4.378 51.082 6.961 56.696 2.021 4.491 10.441 17.738 43.785 45.356 30.986 25.709 51.868 49.174 63.768 71.627 12.237 23.015 18.412 48.275 18.412 74.995 0 47.714-18.076 87.569-53.889 118.555-34.579 29.863-79.711 45.020-134.161 45.020-51.868 0-95.765-15.493-130.231-45.918-34.803-30.762-54.675-72.413-59.165-123.72v0c-1.572-16.167 11.339-30.312 27.73-30.312zM223.086 360.937c15.493 0 28.067 12.573 28.067 28.067v59.727c0 15.494-12.574 28.067-28.067 28.067h-59.727c-15.493 0-28.067-12.573-28.067-28.067v-59.727c0-15.494 12.574-28.067 28.067-28.067h59.727z" />
83
+ <glyph unicode="&#xe949;" glyph-name="education" d="M156.641 839.158c-0.028 0-0.059 0-0.086 0-9.685 0-18.794-3.775-25.672-10.637-6.954-6.937-10.785-16.174-10.785-26.007v-549.462c0-20.149 16.456-36.581 36.688-36.633 85.292-0.203 228.191-17.98 326.771-121.143v575.028c0 6.83-1.745 13.247-5.037 18.556-80.91 130.3-236.393 150.098-321.878 150.298zM903.905 253.052v549.466c0 9.833-3.831 19.070-10.785 26.007-6.878 6.861-15.994 10.637-25.669 10.637-0.031 0-0.062 0-0.090 0-85.482-0.203-240.965-20.001-321.878-150.301-3.293-5.31-5.034-11.726-5.034-18.556v-575.024c98.58 103.162 241.479 120.939 326.771 121.143 20.228 0.052 36.685 16.484 36.685 36.63zM987.363 712.444h-26.569v-459.391c0-51.445-41.915-93.395-93.439-93.522-72.346-0.172-191.633-14.319-276.115-94.277 146.112 35.775 300.14 12.519 387.921-7.485 10.961-2.496 22.287 0.083 31.068 7.082 8.751 6.982 13.771 17.418 13.771 28.62v582.337c0.003 20.201-16.436 36.637-36.637 36.637zM63.205 253.052v459.391h-26.569c-20.197 0-36.637-16.436-36.637-36.637v-582.327c0-11.205 5.020-21.639 13.771-28.62 8.775-6.996 20.090-9.585 31.068-7.082 87.782 20.008 241.813 43.26 387.918 7.485-84.479 79.955-203.766 94.098-276.112 94.27-51.521 0.124-93.439 42.074-93.439 93.519z" />
84
+ <glyph unicode="&#xe94a;" glyph-name="answer-shorting" horiz-adv-x="1020" d="M22.726 665.902c-6.684 5.347-9.358 13.368-9.358 21.389v124.324c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h124.324c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-124.324c0-9.358-2.674-16.042-9.358-22.726-5.347-5.347-13.368-9.358-22.726-9.358h-125.661c-9.358 1.337-16.042 4.010-21.389 10.695zM22.726 355.761c-5.347 5.347-9.358 13.368-9.358 22.726v124.324c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h124.324c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-124.324c0-9.358-2.674-16.042-9.358-22.726-5.347-5.347-13.368-9.358-22.726-9.358h-125.661c-9.358 0-16.042 4.010-21.389 9.358zM22.726 45.62c-5.347 5.347-9.358 13.368-9.358 22.726v124.324c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h124.324c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-124.324c0-9.358-2.674-16.042-9.358-22.726-5.347-5.347-13.368-9.358-22.726-9.358h-125.661c-9.358 1.337-16.042 4.010-21.389 9.358zM270.037 688.628c5.347-5.347 13.368-9.358 22.726-9.358h681.775c9.358 0 16.042 2.674 22.726 9.358 5.347 5.347 9.358 13.368 9.358 22.726v77.535c0 9.358-2.674 16.042-9.358 22.726s-13.368 9.358-22.726 9.358h-681.775c-9.358 0-16.042-2.674-22.726-9.358s-9.358-13.368-9.358-22.726v-77.535c0-9.358 4.010-17.379 9.358-22.726zM270.037 378.487c-5.347 5.347-9.358 13.368-9.358 22.726v77.535c0 9.358 2.674 16.042 9.358 22.726s13.368 9.358 22.726 9.358h681.775c9.358 0 16.042-2.674 22.726-9.358s9.358-13.368 9.358-22.726v-77.535c0-9.358-2.674-16.042-9.358-22.726s-13.368-9.358-22.726-9.358h-681.775c-9.358 1.337-17.379 4.010-22.726 9.358zM270.037 69.682c-5.347 5.347-9.358 13.368-9.358 22.726v77.535c0 9.358 2.674 16.042 9.358 22.726 5.347 5.347 13.368 9.358 22.726 9.358h681.775c9.358 0 16.042-2.674 22.726-9.358 5.347-5.347 9.358-13.368 9.358-22.726v-78.872c0-9.358-2.674-16.042-9.358-22.726s-13.368-9.358-22.726-9.358h-681.775c-9.358 1.337-17.379 4.010-22.726 10.695z" />
85
+ <glyph unicode="&#xe94b;" glyph-name="assesment" horiz-adv-x="1020" d="M1007.958 530.884c-4.010-13.368-10.695-24.063-22.726-29.41l-780.7-443.822c-12.031-6.684-24.063-8.021-37.431-5.347s-24.063 10.695-29.41 24.063l-125.661 212.554c-6.684 12.031-8.021 24.063-5.347 37.431s10.695 22.726 24.063 30.747l108.282 61.493 94.914-159.081c1.337-2.674 4.010-5.347 6.684-6.684 4.010-1.337 6.684 0 10.695 1.337l20.052 12.031c2.674 1.337 5.347 4.010 6.684 6.684 1.337 4.010 0 6.684-1.337 8.021l-92.24 160.418 86.893 48.125 44.115-73.525c1.337-2.674 4.010-5.347 6.684-6.684 4.010-1.337 6.684 0 10.695 1.337l20.052 12.031c2.674 1.337 5.347 4.010 6.684 6.684 1.337 4.010 0 6.684-1.337 8.021l-44.115 74.862 88.23 48.125 92.24-160.418c2.674-2.674 5.347-4.010 8.021-5.347s6.684 0 9.358 1.337l21.389 10.695c2.674 2.674 5.347 5.347 5.347 8.021s0 6.684-1.337 9.358l-94.914 160.418 86.893 48.125 44.115-73.525c2.674-2.674 5.347-5.347 8.021-6.684s6.684 0 9.358 1.337l21.389 12.031c2.674 1.337 5.347 2.674 5.347 6.684 0 2.674 0 6.684-1.337 9.358l-44.115 74.862 86.893 48.125 94.914-160.418c1.337-2.674 4.010-4.010 6.684-5.347 4.010-1.337 6.684 0 10.695 1.337l20.052 10.695c2.674 2.674 5.347 5.347 6.684 8.021s0 6.684-1.337 9.358l-92.24 160.418 108.282 61.493c12.031 6.684 24.063 8.021 37.431 5.347s24.063-10.695 29.41-24.063l125.661-212.554c5.347-2.674 6.684-14.705 2.674-28.073z" />
86
+ <glyph unicode="&#xe94c;" glyph-name="fill-gaps" horiz-adv-x="1020" d="M737.922 583.019c-42.778-66.841-97.587-112.292-164.428-135.018 66.841-22.726 121.65-68.178 164.428-135.018s64.167-143.039 64.167-227.258c12.031 0 22.726-4.010 32.084-13.368s13.368-20.052 13.368-32.084v-29.41c0-12.031-4.010-22.726-13.368-32.084s-20.052-13.368-32.084-13.368h-632.313c-12.031 0-22.726 4.010-32.084 13.368s-13.368 20.052-13.368 32.084v30.747c0 12.031 4.010 22.726 13.368 32.084s20.052 13.368 32.084 13.368c0 84.219 21.389 160.418 64.167 227.258s97.587 112.292 164.428 135.018c-66.841 22.726-121.65 66.841-164.428 135.018-42.778 66.841-64.167 143.039-64.167 227.258-12.031 0-22.726 4.010-32.084 13.368s-13.368 20.052-13.368 32.084v28.073c0 12.031 4.010 22.726 13.368 32.084s20.052 13.368 32.084 13.368h632.313c12.031 0 22.726-4.010 32.084-13.368s13.368-20.052 13.368-32.084v-30.747c0-12.031-4.010-22.726-13.368-32.084s-20.052-13.368-32.084-13.368c0-82.883-21.389-159.081-64.167-225.922zM584.188 574.998c30.747 24.063 53.473 57.483 72.188 100.261 17.379 41.441 26.736 86.893 26.736 135.018h-393.023c0-48.125 9.358-92.24 26.736-135.018 17.379-41.441 41.441-74.862 72.188-100.261s62.83-36.094 97.587-36.094c34.757 0 66.841 12.031 97.587 36.094z" />
87
+ <glyph unicode="&#xe94d;" glyph-name="matching" horiz-adv-x="1020" d="M25.399 609.756v30.747c0 13.368 4.010 24.063 13.368 32.084 9.358 9.358 20.052 13.368 32.084 13.368h688.46v92.24c0 13.368 4.010 24.063 13.368 32.084 9.358 9.358 20.052 13.368 32.084 13.368 13.368 0 24.063-4.010 32.084-13.368l152.397-152.397c9.358-9.358 13.368-20.052 13.368-32.084 0-13.368-4.010-24.063-13.368-32.084l-151.060-153.734c-9.358-9.358-20.052-13.368-32.084-13.368-13.368 0-24.063 4.010-32.084 13.368-9.358 9.358-13.368 20.052-13.368 32.084v92.24h-689.796c-13.368 0-24.063 4.010-32.084 13.368-9.358 9.358-13.368 20.052-13.368 32.084zM958.496 319.667h-688.46v92.24c0 13.368-4.010 24.063-13.368 32.084-9.358 9.358-20.052 13.368-32.084 13.368-13.368 0-24.063-4.010-32.084-13.368l-153.734-153.734c-9.358-9.358-13.368-20.052-13.368-32.084 0-13.368 4.010-24.063 13.368-32.084l152.397-152.397c9.358-9.358 20.052-13.368 32.084-13.368 13.368 0 24.063 4.010 32.084 13.368 9.358 9.358 13.368 20.052 13.368 32.084v92.24h688.46c13.368 0 24.063 4.010 32.084 13.368 9.358 9.358 13.368 20.052 13.368 32.084v30.747c0 13.368-4.010 24.063-13.368 32.084-8.021 9.358-18.715 13.368-30.747 13.368z" />
88
+ <glyph unicode="&#xe94e;" glyph-name="multiple-choice" horiz-adv-x="1020" d="M969.191 587.030c0-13.368-4.010-25.399-13.368-33.42l-552.104-553.441c-9.358-9.358-20.052-14.705-33.42-14.705s-25.399 5.347-33.42 14.705l-310.141 312.815c-9.358 9.358-14.705 20.052-14.705 33.42s5.347 25.399 14.705 33.42l66.841 69.514c9.358 9.358 20.052 13.368 32.084 13.368s24.063-4.010 34.757-13.368l209.88-211.217 449.17 450.507c9.358 9.358 21.389 14.705 34.757 14.705s24.063-5.347 32.084-14.705l69.514-66.841c8.021-9.358 13.368-20.052 13.368-34.757zM93.577 645.85c-6.684 6.684-9.358 13.368-9.358 22.726s2.674 17.379 9.358 22.726l78.872 78.872c8.021 6.684 16.042 9.358 24.063 9.358 9.358 0 16.042-2.674 22.726-9.358l129.671-129.671 292.762 292.762c6.684 6.684 13.368 9.358 22.726 9.358s17.379-2.674 22.726-9.358l78.872-78.872c6.684-6.684 9.358-16.042 9.358-25.399s-2.674-17.379-9.358-22.726l-395.697-393.023c-8.021-6.684-16.042-9.358-24.063-9.358-9.358 0-16.042 2.674-22.726 9.358l-229.932 232.606z" />
89
+ <glyph unicode="&#xe94f;" glyph-name="open-ended" horiz-adv-x="1020" d="M65.504 927.917h894.329c9.358 0 18.715-2.674 24.063-9.358 6.684-6.684 9.358-14.705 9.358-24.063v-205.869c0-10.695-2.674-18.715-9.358-24.063-6.684-6.684-14.705-9.358-24.063-9.358h-74.862c-10.695 0-18.715 2.674-24.063 9.358-6.684 6.684-9.358 14.705-9.358 24.063v102.935h-258.005v-275.384h73.525c9.358 0 18.715-2.674 24.063-9.358 6.684-6.684 9.358-14.705 9.358-24.063v-70.851c0-10.695-2.674-18.715-9.358-24.063-6.684-6.684-14.705-9.358-24.063-9.358h-310.141c-10.695 0-18.715 2.674-24.063 9.358-6.684 6.684-9.358 14.705-9.358 24.063v68.178c0 9.358 2.674 18.715 9.358 24.063 6.684 6.684 14.705 9.358 24.063 9.358h73.525v276.721h-255.332v-102.935c0-10.695-2.674-18.715-9.358-24.063-6.684-6.684-14.705-9.358-24.063-9.358h-76.198c-10.695 0-18.715 2.674-24.063 9.358-6.684 6.684-9.358 14.705-9.358 24.063v207.206c0 9.358 2.674 18.715 9.358 24.063s13.368 9.358 24.063 9.358zM982.559 195.343l-172.449 172.449c-10.695 12.031-22.726 14.705-36.094 8.021-14.705-5.347-21.389-16.042-21.389-32.084v-102.935h-481.253v102.935c0 16.042-6.684 26.736-21.389 32.084s-26.736 2.674-36.094-8.021l-172.449-172.449c-6.684-5.347-10.695-13.368-10.695-24.063s4.010-17.379 10.695-24.063l172.449-172.449c9.358-12.031 22.726-14.705 36.094-8.021 14.705 5.347 21.389 16.042 21.389 32.084v102.935h481.253v-102.935c0-16.042 6.684-26.736 21.389-32.084s26.736-2.674 36.094 8.021l172.449 172.449c6.684 5.347 10.695 13.368 10.695 24.063s-4.010 18.715-10.695 24.063z" />
90
+ <glyph unicode="&#xe950;" glyph-name="ordering" horiz-adv-x="1020" d="M44.115 755.468l173.786 173.786c5.347 6.684 13.368 10.695 24.063 10.695s18.715-4.010 24.063-10.695l173.786-173.786c12.031-10.695 14.705-22.726 9.358-37.431s-16.042-21.389-32.084-21.389h-104.272v-695.144c0-10.695-2.674-18.715-9.358-25.399s-14.705-9.358-25.399-9.358h-69.514c-10.695 0-18.715 2.674-25.399 9.358s-9.358 14.705-9.358 25.399v695.144h-105.608c-16.042 0-26.736 6.684-32.084 21.389-6.684 14.705-4.010 26.736 8.021 37.431zM697.817 541.578c-1.337-5.347-4.010-10.695-9.358-14.705-4.010-4.010-9.358-5.347-14.705-5.347h-78.872c-9.358 0-16.042 4.010-20.052 10.695-5.347 6.684-6.684 14.705-2.674 24.063l124.324 364.95c4.010 12.031 12.031 17.379 24.063 17.379h86.893c12.031 0 20.052-5.347 24.063-17.379l124.324-364.95c2.674-9.358 1.337-16.042-2.674-24.063-5.347-6.684-12.031-10.695-20.052-10.695h-78.872c-13.368 0-21.389 6.684-24.063 20.052l-20.052 61.493h-93.577l-18.715-61.493zM776.689 88.398l145.713 208.543c2.674 4.010 4.010 9.358 4.010 14.705v45.452c0 6.684-2.674 13.368-8.021 18.715s-10.695 8.021-18.715 8.021h-268.7c-6.684 0-13.368-2.674-18.715-8.021s-8.021-10.695-8.021-18.715v-62.83c0-6.684 2.674-13.368 8.021-18.715s10.695-8.021 18.715-8.021h121.65l-149.723-212.554c-4.010-4.010-6.684-9.358-6.684-14.705v-48.125c0-6.684 2.674-13.368 8.021-18.715s10.695-8.021 18.715-8.021h282.068c6.684 0 13.368 2.674 18.715 8.021s8.021 10.695 8.021 18.715v62.83c0 6.684-2.674 13.368-8.021 18.715s-10.695 8.021-18.715 8.021h-132.345l4.010 6.684zM748.616 711.353h30.747l-14.705 49.462-16.042-49.462z" />
91
+ <glyph unicode="&#xe951;" glyph-name="yes-no" horiz-adv-x="1020" d="M80.209 696.649c44.115 76.198 105.608 136.355 180.47 180.47 76.198 44.115 159.081 66.841 247.311 66.841 89.567 0 172.449-22.726 247.311-66.841 76.198-44.115 136.355-105.608 180.47-181.807s66.841-159.081 66.841-248.648c0-89.567-22.726-172.449-66.841-248.648s-104.272-136.355-180.47-181.807c-76.198-44.115-159.081-66.841-247.311-66.841-89.567 0-172.449 22.726-247.311 66.841-74.862 46.789-136.355 106.945-180.47 183.144s-66.841 159.081-66.841 248.648c0 89.567 22.726 172.449 66.841 248.648zM693.807 128.502c56.146 32.084 101.598 77.535 133.681 133.681s49.462 118.977 49.462 184.48c0 66.841-16.042 128.334-49.462 184.48-32.084 56.146-77.535 101.598-133.681 133.681s-117.64 49.462-184.48 49.462v-736.585c66.841 1.337 128.334 18.715 184.48 50.799z" />
92
+ <glyph unicode="&#xe952;" glyph-name="line-cross" d="M463.030 447.844l-453.266-456.432c-12.593-12.68-12.593-33.224 0-45.904 6.288-6.348 14.545-9.506 22.785-9.506 8.256 0 16.497 3.158 22.785 9.506l456.674 459.864 456.674-459.864c6.304-6.348 14.545-9.506 22.785-9.506s16.497 3.158 22.785 9.506c12.592 12.68 12.592 33.224 0 45.904l-453.25 456.432 453.554 456.755c12.592 12.68 12.592 33.224 0 45.904-12.592 12.664-32.993 12.664-45.57 0l-456.962-460.187-457.010 460.17c-12.592 12.664-32.977 12.664-45.57 0-12.592-12.68-12.592-33.224 0-45.904l453.586-456.738z" />
93
+ <glyph unicode="&#xe953;" glyph-name="filter-tool-black-shape" d="M1019.628 930.935c-8.244 18.876-22.511 28.315-42.87 28.326h-929.538c-20.331 0-34.619-9.45-42.85-28.326-8.226-19.843-4.84-36.798 10.172-50.834l358.031-358.021v-352.939c0-12.604 4.601-23.483 13.797-32.696l185.9-185.895c8.722-9.193 19.611-13.807 32.688-13.807 5.805 0 11.853 1.218 18.149 3.637 18.889 8.236 28.336 22.514 28.336 42.847v538.849l358.019 358.021c15.017 14.036 18.395 30.986 10.167 50.837z" />
94
+ <glyph unicode="&#xe954;" glyph-name="plus-square-button" d="M963.394 960.001h-902.829c-33.392 0-60.565-27.093-60.565-60.565v-902.869c0-33.432 27.133-60.565 60.565-60.565h902.829c33.432 0 60.565 27.133 60.565 60.565v902.869c0 33.472-27.133 60.565-60.565 60.565zM779.518 387.375h-206.932v-206.932c0-33.513-27.133-60.565-60.565-60.565s-60.565 27.053-60.565 60.565v206.932h-206.932c-33.432 0-60.565 27.053-60.565 60.565 0 33.472 27.133 60.565 60.565 60.565h206.932v206.932c0 33.472 27.133 60.565 60.565 60.565 33.513 0 60.565-27.093 60.565-60.565v-206.932h206.932c33.432 0 60.565-27.093 60.565-60.565 0-33.513-27.133-60.565-60.565-60.565z" />
95
+ <glyph unicode="&#xe955;" glyph-name="settings-1" d="M986.532 522.561l-101.436 16.922c-7.372 30.141-18.122 58.953-32.121 85.825l64.936 80.514c13.811 17.016 13.184 41.498-1.377 57.921l-40.343 45.403c-14.624 16.405-38.874 19.875-57.372 8.188l-86.747-54.531c-38.154 26.658-81.374 46.343-127.996 57.765l-16.971 101.98c-3.561 21.594-22.247 37.438-44.183 37.438h-60.796c-21.891 0-40.64-15.844-44.122-37.438l-17.064-102.012c-38.546-9.437-74.687-24.671-107.669-44.735l-82.498 58.876c-17.78 12.703-42.201 10.716-57.717-4.767l-42.951-42.982c-15.483-15.516-17.469-39.937-4.734-57.717l59.013-82.656c-19.875-32.733-34.952-68.668-44.388-106.871l-102.561-17.125c-21.561-3.561-37.436-22.249-37.436-44.185v-60.748c0-21.934 15.875-40.624 37.436-44.185l102.561-17.125c7.749-31.437 18.999-61.466 33.952-89.308l-64.64-80.059c-13.764-17-13.186-41.498 1.375-57.906l40.312-45.404c14.625-16.436 38.888-19.843 57.388-8.186l87.998 55.278c37.234-25.468 79.358-44.186 124.56-55.278l17.064-101.997c3.483-21.595 22.231-37.439 44.122-37.439h60.796c21.935 0 40.622 15.843 44.183 37.438l17 101.997c38.065 9.311 73.748 24.279 106.436 43.999l85.936-61.375c17.748-12.748 42.187-10.748 57.688 4.784l42.968 42.967c15.465 15.469 17.56 39.877 4.716 57.689l-61.182 85.779c19.932 32.843 35.089 68.842 44.466 107.215l101.435 16.937c21.623 3.561 37.434 22.25 37.434 44.185v60.748c-0.032 21.933-15.843 40.621-37.469 44.183zM513.609 256.006c-106.013 0-191.995 85.998-191.995 191.995 0 106.013 85.982 191.995 191.995 191.995 105.995 0 191.992-85.982 191.992-191.995 0-105.997-85.998-191.995-191.992-191.995z" />
96
+ <glyph unicode="&#xe956;" glyph-name="image-matching" d="M838.921 175.598v-27.212c0-22.756-7.964-42.003-23.799-57.932-15.929-15.834-35.176-23.799-57.932-23.799h-653.843c-22.756 0-42.003 7.964-57.932 23.799-15.834 15.929-23.704 35.176-23.704 57.932v435.864c0 22.661 7.964 42.003 23.799 57.932 15.834 15.834 35.176 23.799 57.932 23.799h27.212v-81.73h-17.067c-2.276 0-4.551-1.138-6.827-3.413s-3.413-4.551-3.413-6.827v-415.384c0-2.276 1.138-4.551 3.413-6.827s4.551-3.413 6.827-3.413h633.363c2.276 0 4.551 1.138 6.827 3.413s3.413 4.551 3.413 6.827v17.067h81.73zM920.652 829.346c22.661 0 42.003-7.964 57.932-23.799 15.929-15.929 23.799-35.176 23.799-57.932v-435.864c0-22.756-7.964-42.003-23.799-57.932-15.929-15.929-35.176-23.799-57.932-23.799h-653.843c-22.756 0-42.003 7.964-57.932 23.799s-23.799 35.176-23.799 57.932v435.864c0 22.661 7.964 42.003 23.799 57.932 15.834 15.834 35.176 23.799 57.932 23.799h653.843zM910.412 747.616h-633.363c-2.276 0-4.551-1.138-6.827-3.413s-3.413-4.551-3.413-6.827v-415.384c0-2.276 1.138-4.551 3.413-6.827s4.551-3.413 6.827-3.413h633.363c2.276 0 4.551 1.138 6.827 3.413s3.413 4.551 3.413 6.827v415.479c0 2.276-1.138 4.551-3.413 6.827-2.37 2.181-4.551 3.319-6.827 3.319zM471.135 638.674c0-19.342-6.542-35.461-19.627-48.545s-29.203-19.627-48.545-19.627c-19.342 0-35.461 6.542-48.545 19.627-13.084 12.99-19.532 29.203-19.532 48.545 0 19.247 6.542 35.461 19.532 48.545 12.99 12.99 29.203 19.532 48.545 19.532 19.247 0 35.461-6.542 48.545-19.532 13.084-13.084 19.627-29.203 19.627-48.545zM348.539 475.213l68.077 68.077c3.413 3.413 7.964 5.12 13.653 5.12s10.24-1.707 13.653-5.12l68.077-68.077 177.019 177.019c3.413 3.413 7.964 5.12 13.653 5.12s10.24-1.707 13.653-5.12l122.596-122.596v-136.249h-490.382v81.825z" />
97
+ <glyph unicode="&#xe957;" glyph-name="menu" horiz-adv-x="1099" d="M183.355 846.013h732.231c33.705 0 61.023-27.317 61.023-61.023v0c0-33.705-27.317-61.023-61.023-61.023h-732.231c-33.705 0-61.023 27.317-61.023 61.023v0c0 33.705 27.317 61.023 61.023 61.023zM183.355 515.956h732.231c33.705 0 61.023-27.317 61.023-61.023v0c0-33.705-27.317-61.023-61.023-61.023h-732.231c-33.705 0-61.023 27.317-61.023 61.023v0c0 33.705 27.317 61.023 61.023 61.023zM183.355 185.898h732.231c33.705 0 61.023-27.317 61.023-61.023v0c0-33.705-27.317-61.023-61.023-61.023h-732.231c-33.705 0-61.023 27.317-61.023 61.023v0c0 33.705 27.317 61.023 61.023 61.023z" />
98
+ <glyph unicode="&#xe958;" glyph-name="image1" d="M632.483 739.069c-31.094 0-56.385-25.283-56.385-56.385 0.008-31.086 25.299-56.369 56.385-56.369s56.385 25.275 56.385 56.369c0 31.094-25.291 56.385-56.385 56.385zM512.333 378.718c-101.571 0-183.889-82.326-183.889-183.873 0-101.555 82.318-183.889 183.889-183.889s183.897 82.334 183.897 183.889c0 101.547-82.326 183.873-183.897 183.873zM615.92 173.049h-79.921v-81.969c0-13.158-10.841-23.861-23.999-23.861s-23.999 10.695-23.999 23.861v81.969h-79.588c-13.158 0-23.869 10.841-23.869 23.999s10.703 23.999 23.869 23.999h79.588v77.548c0 13.149 10.841 23.861 23.999 23.861s23.999-10.703 23.999-23.861v-77.548h79.921c13.158 0 23.869-10.841 23.869-23.999s-10.711-23.999-23.869-23.999zM984.088 885.046h-943.502c-22.057 0-40.586-19.643-40.586-41.7v-608.5c0-22.065 18.53-37.79 40.586-37.79h239.86c0 128 104.025 231.871 231.887 231.871 127.87 0 231.895-103.871 231.895-231.871h239.86c22.057 0 39.912 15.734 39.912 37.79v608.5c0 22.057-17.855 41.7-39.912 41.7zM795.429 609.419l-151.276-151.308-230.262 230.229c-3.129 3.129-8.176 3.129-11.305 0l-146.050-146.042-66.674 66.666c-3.121 3.129-8.476 3.129-11.597 0l-106.268-105.976v310.061h879.998v-348.948l-145.27 145.319c-3.129 3.129-8.168 3.129-11.297 0z" />
99
+ <glyph unicode="&#xe959;" glyph-name="image-ans" d="M1011.917 666.727v-562.381c0-26.010-9.216-48.128-27.238-66.355-18.227-18.227-40.346-27.238-66.355-27.238h-812.442c-26.010 0-48.128 9.216-66.355 27.238-18.227 18.227-27.238 40.346-27.238 66.355v562.381c0 26.010 9.011 48.128 27.238 66.355s40.346 27.238 66.355 27.238h171.827l23.347 64.512c7.782 18.227 19.456 32.768 35.226 44.032 15.565 11.059 33.178 16.589 52.634 16.589h245.965c19.456 0 37.069-5.53 52.634-16.589s27.238-25.805 35.226-44.032l23.347-64.512h171.827c26.010 0 48.128-9.216 66.355-27.238 18.432-18.227 27.648-40.346 27.648-66.355zM746.291 385.537c0 43.008-10.445 82.33-31.334 118.17s-49.152 64.102-84.992 84.992c-35.84 20.89-75.162 31.334-118.17 31.334s-82.33-10.445-118.17-31.334c-35.84-20.89-64.102-49.152-84.992-84.992s-31.334-75.162-31.334-118.17c0-43.008 10.445-82.33 31.334-118.17s49.152-64.102 84.992-84.992c35.84-20.89 75.162-31.334 118.17-31.334s82.33 10.445 118.17 31.334c35.84 20.89 64.102 49.152 84.992 84.992s31.334 75.162 31.334 118.17zM683.827 385.537c0-46.899-16.998-87.245-50.79-121.037s-74.138-50.79-121.037-50.79-87.245 16.998-121.037 50.79c-33.792 33.792-50.79 74.138-50.79 121.037s16.998 87.245 50.79 121.037c33.792 33.792 74.138 50.79 121.037 50.79s87.245-16.998 121.037-50.79c33.792-33.792 50.79-74.138 50.79-121.037z" />
100
+ <glyph unicode="&#xe95a;" glyph-name="short-ans" d="M355.123 604.878c-10.24-10.24-22.938-15.565-37.478-15.565h-274.022c-7.373 0-13.722 2.458-18.842 7.782-5.12 5.12-7.782 11.469-7.782 18.842v88.269c0 7.373 2.458 13.517 7.782 18.842 5.12 5.12 11.469 7.782 18.842 7.782h185.549v185.549c0 7.373 2.458 13.517 7.782 18.842 5.12 5.12 11.469 7.782 18.842 7.782h88.269c7.373 0 13.517-2.662 18.842-7.782 5.12-5.12 7.782-11.469 7.782-18.842v-273.818c0-14.95-5.325-27.443-15.565-37.683zM362.906-39.013c-5.12-5.12-11.469-7.782-18.842-7.782h-88.269c-7.373 0-13.722 2.662-18.842 7.782s-7.782 11.469-7.782 18.842v185.549h-185.549c-7.373 0-13.722 2.458-18.842 7.782-5.12 5.12-7.782 11.469-7.782 18.842v88.064c0 7.373 2.458 13.517 7.782 18.842 5.12 5.12 11.469 7.782 18.842 7.782h273.818c14.746 0 27.238-5.12 37.478-15.565 10.24-10.24 15.36-22.938 15.36-37.478v-273.818c0.41-7.578-2.253-13.722-7.373-18.842zM999.014 597.095c5.12 5.12 7.782 11.469 7.782 18.842v88.269c0 7.373-2.662 13.517-7.782 18.842-5.12 5.12-11.469 7.782-18.842 7.782h-185.549v185.549c0 7.373-2.662 13.517-7.782 18.842-5.12 5.12-11.469 7.782-18.842 7.782h-88.064c-7.373 0-13.722-2.662-18.842-7.782s-7.782-11.469-7.782-18.842v-273.818c0-14.746 5.12-27.238 15.36-37.478s22.733-15.565 37.478-15.565h273.818c7.782-0.205 13.926 2.458 19.046 7.578zM787.046-39.013c-5.12-5.12-11.469-7.782-18.842-7.782h-88.269c-7.373 0-13.722 2.662-18.842 7.782s-7.782 11.469-7.782 18.842v273.818c0 14.746 5.12 27.238 15.36 37.478s22.733 15.565 37.478 15.565h273.818c7.373 0 13.517-2.662 18.842-7.782 5.12-5.12 7.782-11.469 7.782-18.842v-88.269c0-7.373-2.662-13.722-7.782-18.842s-11.469-7.782-18.842-7.782h-185.549v-185.549c0.41-7.373-2.253-13.517-7.373-18.637z" />
101
+ <glyph unicode="&#xe95b;" glyph-name="gallery" d="M518.569 579.972c-57.687 0-104.454-46.765-104.454-104.454 0-57.687 46.765-104.454 104.454-104.454 57.687 0 104.454 46.765 104.454 104.454s-46.765 104.454-104.454 104.454zM518.569 420.806c-30.218 0-54.714 24.496-54.714 54.714s24.496 54.714 54.714 54.714v0c30.218 0 54.714-24.496 54.714-54.714s-24.496-54.714-54.714-54.714zM935.141 818.724l-678.947 77.095c-26.35 3.746-53.048-3.946-73.365-21.14-20.314-15.752-33.336-39.101-36.061-64.661l-12.434-101.967h-38.551c-54.714 0-95.75-48.495-95.75-103.209v-508.587c-1.378-52.175 39.8-95.59 91.977-96.969 1.257-0.033 2.516-0.040 3.772-0.024h682.676c54.714 0 104.454 42.278 104.454 96.992v19.895c16.963 3.277 33.055 10.054 47.253 19.895 20.148 16.963 33.048 40.986 36.061 67.148l57.201 504.857c5.831 54.84-33.524 104.173-88.288 110.673zM833.174 96.255c0-27.357-27.357-47.253-54.714-47.253h-682.676c-24.713-0.726-45.334 18.72-46.060 43.432-0.038 1.273-0.021 2.547 0.050 3.82v92.018l192.742 141.758c23.154 17.777 55.766 16.197 77.097-3.73l135.541-119.375c20.583-17.282 46.493-26.943 73.367-27.357 21.012-0.257 41.678 5.339 59.689 16.166l244.967 141.758v-241.237zM833.174 395.936l-271.082-157.923c-23.278-13.79-52.741-11.294-73.367 6.217l-136.783 120.62c-39.203 33.686-96.502 35.752-138.028 4.974l-164.14-119.375v354.393c0 27.357 18.653 53.469 46.010 53.469h682.676c29.228-1.211 52.832-24.28 54.714-53.469v-208.906zM973.737 714.765c-0.017-0.164-0.031-0.331-0.050-0.495l-58.444-504.857c0.1-13.091-5.869-25.489-16.166-33.574-4.974-4.974-16.166-7.462-16.166-9.949v438.952c-1.964 56.649-47.786 101.926-104.454 103.209h-594.386l11.191 96.992c2.428 12.56 8.994 23.942 18.653 32.332 10.906 7.54 24.092 11.056 37.306 9.949l677.704-78.339c27.343-2.597 47.407-26.872 44.811-54.219z" />
102
+ <glyph unicode="&#xe95c;" glyph-name="emoji" d="M874.038 810.039c-96.702 96.704-225.278 149.962-362.038 149.962s-265.336-53.258-362.038-149.962c-96.706-96.702-149.962-225.278-149.962-362.038s53.256-265.336 149.962-362.038c96.702-96.704 225.278-149.962 362.038-149.962s265.336 53.258 362.038 149.962c96.706 96.702 149.962 225.278 149.962 362.038s-53.256 265.336-149.962 362.038zM512-3.047c-248.708 0-451.048 202.34-451.048 451.048s202.34 451.048 451.048 451.048 451.048-202.34 451.048-451.048-202.34-451.048-451.048-451.048zM401.244 583.209c-49.906 49.91-131.112 49.906-181.018 0-11.902-11.9-11.902-31.198 0-43.1 11.904-11.9 31.202-11.9 43.102 0 26.144 26.142 68.68 26.14 94.82 0 5.952-5.952 13.75-8.928 21.548-8.928s15.6 2.976 21.548 8.928c11.902 11.902 11.902 31.198 0 43.1zM803.768 583.209c-49.906 49.906-131.112 49.91-181.018 0-11.902-11.9-11.902-31.198 0-43.1 11.904-11.9 31.202-11.9 43.102 0 26.14 26.142 68.676 26.144 94.82 0 5.952-5.952 13.75-8.928 21.548-8.928s15.6 2.976 21.548 8.928c11.902 11.902 11.902 31.198 0 43.1zM782.222 425.651h-540.444c-16.832 0-30.476-13.646-30.476-30.476 0-165.804 134.894-300.698 300.698-300.698s300.698 134.894 300.698 300.698c0 16.832-13.644 30.476-30.476 30.476zM512 155.429c-121.876 0-222.804 91.406-237.818 209.27h475.638c-15.016-117.864-115.944-209.27-237.82-209.27z" />
103
+ <glyph unicode="&#xe95d;" glyph-name="text-document-add-button-with-plus-sign" d="M916.945 595.703h-99.381v-99.381c0-39.932-32.369-72.354-72.301-72.354-39.985 0-72.301 32.369-72.301 72.354v99.381h-99.434c-39.932 0-72.354 32.369-72.354 72.354s32.316 72.354 72.354 72.354h99.434v99.434c0 39.932 32.316 72.301 72.301 72.301 39.932 0 72.301-32.316 72.301-72.301v-99.434h99.381c40.038 0 72.407-32.369 72.407-72.354s-32.369-72.354-72.407-72.354zM56.889 857.601h295.822c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-295.822c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM56.889 601.601h295.822c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-295.822c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM56.889 345.601h910.222c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-910.222c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM56.889 89.601h910.222c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-910.222c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889z" />
104
+ <glyph unicode="&#xe95e;" glyph-name="checkbox-pen-outline" d="M1009.802 833.12l-91.606 91.48c-9.458 9.458-21.895 14.198-34.31 14.198-12.436 0-24.873-4.719-34.31-14.177l-73.276-73.066 160.226-159.932 73.276 73.045c18.938 18.917 18.938 49.599 0 68.453zM300.655 376.77l160.226-159.953 441.356 440.538-160.226 159.953zM266.072 342.564l-34.205-194.054 194.431 34.121zM709.001 62.064h-604.12v604.099h426.34l105.070 104.86h-568.467c-37.309 0-67.823-30.514-67.823-67.823v-678.193c0-37.288 30.514-67.802 67.823-67.802h678.214c37.267 0 67.782 30.514 67.782 67.802v484.894l-104.86-104.692 0.042-343.144z" />
105
+ <glyph unicode="&#xe95f;" glyph-name="warning-2" d="M1003.529 213.902l-358.75 621.384c-58.597 102.651-206.777 102.651-265.163 0l-358.961-621.384c-58.597-102.651 14.333-230.173 132.582-230.173h716.447c118.248 0 192.444 128.788 133.846 230.173zM511.986 121.579c-31.196 0-57.122 25.926-57.122 57.122s25.926 57.122 57.122 57.122c31.196 0 57.122-25.926 55.857-58.597 1.475-29.72-25.926-55.646-55.857-55.646zM564.049 490.869c-2.529-44.264-5.27-88.317-7.799-132.582-1.265-14.333-1.265-27.402-1.265-41.524-1.265-23.397-19.603-41.524-42.999-41.524s-41.524 16.863-42.999 40.259c-3.794 68.926-7.799 136.586-11.593 205.512-1.265 18.127-2.529 36.465-4.005 54.592 0 29.931 16.863 54.592 44.264 62.391 27.402 6.534 54.592-6.534 66.396-32.46 4.005-9.064 5.27-18.127 5.27-28.666-1.265-28.877-4.005-57.543-5.27-85.999z" />
106
+ <glyph unicode="&#xe960;" glyph-name="wallet-filled-money-tool" d="M239.297 752.372l408.22 111.427-21.618 43.697c-14.144 28.403-48.641 40.132-77.044 25.988l-365.443-181.112h55.886zM774.238 860.579c-5.058 0-10.119-0.69-15.179-2.070l-388.787-106.137h477.33l-17.939 65.775c-6.899 25.643-30.128 42.432-55.426 42.432zM907.514 712.125h-849.903c-18.169 0-34.382-8.394-44.962-21.618-4.83-6.095-8.509-13.109-10.579-20.813-1.265-4.83-2.070-9.889-2.070-15.064v-640.618c0-31.739 25.758-57.496 57.496-57.496h849.903c31.739 0 57.496 25.757 57.496 57.496v160.413h-341.18c-53.931 0-97.743 43.812-97.743 97.743v127.871c0 26.448 10.578 50.48 27.713 68.074 15.179 15.64 35.532 26.219 58.301 28.864 3.795 0.459 7.704 0.69 11.614 0.69h341.295v156.964c0.115 31.738-25.643 57.496-57.381 57.496zM1005.256 442.7c-5.75 5.29-12.534 9.314-20.124 11.959-5.866 1.954-12.074 3.104-18.629 3.104h-342.79c-31.739 0-57.496-25.757-57.496-57.496v-127.984c0-31.738 25.757-57.496 57.496-57.496h342.79c6.555 0 12.764 1.15 18.629 3.105 7.589 2.53 14.374 6.67 20.124 11.959 11.499 10.464 18.744 25.643 18.744 42.431v127.986c0 16.79-7.244 31.97-18.744 42.433zM743.766 324.834c0-15.869-12.879-28.748-28.748-28.748h-19.089c-15.869 0-28.748 12.879-28.748 28.748v19.089c0 9.199 4.255 17.365 11.039 22.539 4.945 3.795 11.040 6.208 17.709 6.208h19.089c15.869 0 28.748-12.878 28.748-28.748v-19.089z" />
107
+ <glyph unicode="&#xe961;" glyph-name="settings-11" d="M986.532 522.561l-101.436 16.922c-7.372 30.141-18.122 58.953-32.121 85.825l64.936 80.514c13.811 17.016 13.184 41.498-1.377 57.921l-40.343 45.403c-14.624 16.405-38.874 19.875-57.372 8.188l-86.747-54.531c-38.154 26.658-81.374 46.343-127.996 57.765l-16.971 101.98c-3.561 21.594-22.247 37.438-44.183 37.438h-60.796c-21.891 0-40.64-15.844-44.122-37.438l-17.064-102.012c-38.546-9.437-74.687-24.671-107.669-44.735l-82.498 58.876c-17.78 12.703-42.201 10.716-57.717-4.767l-42.951-42.982c-15.483-15.516-17.469-39.937-4.734-57.717l59.013-82.656c-19.875-32.733-34.952-68.668-44.388-106.871l-102.561-17.125c-21.561-3.561-37.436-22.249-37.436-44.185v-60.748c0-21.934 15.875-40.624 37.436-44.185l102.561-17.125c7.749-31.437 18.999-61.466 33.952-89.308l-64.64-80.059c-13.764-17-13.186-41.498 1.375-57.906l40.312-45.404c14.625-16.436 38.888-19.843 57.388-8.186l87.998 55.278c37.234-25.468 79.358-44.186 124.56-55.278l17.064-101.997c3.483-21.595 22.231-37.439 44.122-37.439h60.796c21.935 0 40.622 15.843 44.183 37.438l17 101.997c38.065 9.311 73.748 24.279 106.436 43.999l85.936-61.375c17.748-12.748 42.187-10.748 57.688 4.784l42.968 42.967c15.465 15.469 17.56 39.877 4.716 57.689l-61.182 85.779c19.932 32.843 35.089 68.842 44.466 107.215l101.435 16.937c21.623 3.561 37.434 22.25 37.434 44.185v60.748c-0.032 21.933-15.843 40.621-37.469 44.183zM513.609 256.006c-106.013 0-191.995 85.998-191.995 191.995 0 106.013 85.982 191.995 191.995 191.995 105.995 0 191.992-85.982 191.992-191.995 0-105.997-85.998-191.995-191.992-191.995z" />
108
+ <glyph unicode="&#xe962;" glyph-name="sign-out-option" d="M417.961 92.739c-1.308 3.481-1.759 6.441-1.315 8.836 0.441 2.379-1.080 4.351-4.568 5.869s-5.229 2.724-5.229 3.584c0 0.869-2.5 1.526-7.512 1.956-5.009 0.437-7.509 0.659-7.509 0.659h-203.751c-28.734 0-53.335 10.222-73.8 30.699-20.461 20.463-30.69 45.057-30.69 73.786v459.759c0 28.734 10.227 53.326 30.69 73.789 20.465 20.465 45.066 30.701 73.8 30.701h208.977c5.661 0 10.113 1.404 13.386 4.241 3.26 2.829 5.433 7.077 6.526 12.736 1.089 5.659 1.745 10.769 1.965 15.341 0.215 4.568 0.11 10.341-0.329 17.306-0.432 6.963-0.65 11.316-0.65 13.066 0 5.659-2.070 10.547-6.203 14.692-4.138 4.126-9.033 6.197-14.692 6.197h-208.979c-51.805 0-96.107-18.395-132.899-55.183-36.783-36.788-55.178-81.083-55.178-132.892v-459.749c0-51.805 18.395-96.111 55.178-132.885 36.792-36.806 81.094-55.201 132.899-55.201h208.986c5.661 0 10.115 1.423 13.386 4.241 3.26 2.834 5.433 7.077 6.526 12.743 1.089 5.652 1.745 10.787 1.965 15.341 0.215 4.572 0.11 10.334-0.329 17.299-0.437 6.972-0.65 11.323-0.65 13.070zM1011.591 477.389l-355.262 355.273c-8.267 8.262-18.066 12.407-29.386 12.407s-21.119-4.145-29.395-12.407c-8.273-8.273-12.407-18.079-12.407-29.393v-188.082h-292.569c-11.327 0-21.119-4.145-29.393-12.407-8.273-8.273-12.407-18.073-12.407-29.393v-250.779c0-11.318 4.133-21.117 12.407-29.386 8.283-8.257 18.073-12.414 29.393-12.414h292.572v-188.080c0-11.311 4.133-21.119 12.407-29.386 8.273-8.273 18.073-12.416 29.395-12.416 11.318 0 21.117 4.142 29.386 12.416l355.26 355.257c8.273 8.28 12.409 18.066 12.409 29.388 0 11.318-4.136 21.126-12.409 29.4z" />
109
+ <glyph unicode="&#xe963;" glyph-name="man-user-1" d="M512 459.198c113.851 0 206.155 112.108 206.155 250.4 0 138.296-30.305 250.403-206.155 250.403s-206.16-112.108-206.16-250.403c0-138.293 92.303-250.4 206.16-250.4zM122.614 76.865c-0.035 8.432-0.070 2.376 0 0v0zM901.369 70.28c0.111 2.308 0.038 16.015 0 0v0zM900.93 86.977c-3.818 240.909-35.281 309.555-276.047 353.008 0 0-33.891-43.186-112.886-43.186s-112.892 43.186-112.892 43.186c-238.139-42.979-271.515-110.607-275.904-345.182-0.36-19.155-0.527-20.161-0.591-17.938 0.015-4.166 0.032-11.873 0.032-25.31 0 0 57.321-115.554 389.354-115.554 332.028 0 389.354 115.554 389.354 115.554 0 8.634 0.006 14.637 0.015 18.722-0.064-1.375-0.193 1.29-0.436 16.7z" />
110
+ <glyph unicode="&#xe964;" glyph-name="shopping-cart-2" d="M119.405 258.161c0-78.658 63.757-142.688 142.302-143.139-31.248-15.391-52.8-47.559-52.8-84.682 0-52.021 42.315-94.339 94.329-94.339s94.336 42.318 94.336 94.339c0 37.105-21.542 69.263-52.762 84.661h364.23c-31.22-15.398-52.755-47.556-52.755-84.661 0-52.021 42.318-94.339 94.329-94.339 52.014 0 94.329 42.318 94.329 94.339 0 37.105-21.535 69.263-52.755 84.661h77.731c19.153 0 34.675 15.525 34.675 34.678 0 19.149-15.522 34.675-34.675 34.675h-607.384c-40.681 0-73.783 33.113-73.783 73.807v56.368c21.563-13.022 46.814-20.532 73.783-20.532h488.083c75.49 0 150.862 56.865 171.591 129.455l89.522 313.354c2.989 10.461 0.896 21.718-5.658 30.406-6.551 8.688-16.808 13.791-27.682 13.791h-789.638v35.833c0 78.941-64.209 143.163-143.139 143.163-19.149 0-34.671-15.529-34.671-34.678s15.522-34.675 34.675-34.675c40.688 0 73.79-33.113 73.79-73.814v-558.673z" />
111
+ <glyph unicode="&#xe965;" glyph-name="space" d="M99.633 387.159c78.489 112.982 124.659 185.771 158.32 239.563-129.363-11.441-253.359-172.408-253.359-172.408l85.386-85.383c2.478 6.314 5.641 12.445 9.653 18.229zM433.019 25.889l85.33-85.326c0 0 160.961 123.987 172.405 253.346-53.775-33.648-126.54-79.801-239.559-158.311-5.717-3.968-11.812-7.208-18.176-9.709zM303.255 70.008c-14.648-5.919-29.044-12.21-44.053-17.225-40.088-13.399-81.375-22.452-123.235-28.229-17.546-2.421-35.255-4.475-52.993-5.82 0.169 2.19 0.331 4.382 0.517 6.569 3.66 42.652 10.149 85.081 20.634 126.613 5.052 20.044 11.498 39.528 18.417 58.986 4.303 12.097 9.672 23.674 15.088 35.252l-9.388 9.381c-20.879-14.025-39.038-31.747-54.447-51.797-22.813-29.69-39.912-63.325-51.867-98.769-12.843-38.057-20.501-78.364-21.693-118.544-0.169-5.644-0.556-11.412 0.318-17.013 1.126-7.234 4.303-14.081 9.076-19.63 4.724-5.489 10.941-9.633 17.831-11.855 5.784-1.865 11.6-1.898 17.599-1.852 36.477 0.305 73.521 6.642 108.438 17.016 63.861 18.974 128.332 54.669 166.121 111.074l-9.136 9.129c-2.395-1.126-4.796-2.229-7.228-3.286zM1013.635 949.57c0 0-0.007 0.003-0.013 0.010-6.645 6.642-15.652 10.361-25.026 10.361-0.232 0-0.467-0.003-0.699-0.007-113.983-2.236-395.203-23.555-544.55-172.909-67.797-67.797-89.831-103.088-138.128-180.428-34.781-55.683-82.398-131.953-169.424-257.212-9.775-14.078-8.076-33.135 4.045-45.249l228.323-228.327c6.85-6.854 15.923-10.378 25.056-10.378 7.019 0 14.071 2.080 20.193 6.33 125.305 87.046 201.545 134.653 257.208 169.421 77.333 48.293 112.631 70.334 180.441 138.137 149.612 149.619 170.782 430.654 172.929 544.54 0.189 9.616-3.554 18.898-10.355 25.708zM749.242 518.757c-45.967-45.964-120.485-45.964-166.453 0-45.974 45.967-45.967 120.482 0.007 166.446 45.961 45.967 120.479 45.974 166.446 0.010 45.954-45.964 45.961-120.495 0-166.456z" />
112
+ <glyph unicode="&#xe966;" glyph-name="refresh-button-1" d="M116.271 532.013c32.921 0 62.657 19.766 75.391 50.133 52.578 125.268 176.209 213.551 320.338 213.551 79.437 0 152.264-27.227 210.651-72.386l-45.764-7.085c-15.632-2.423-27.793-14.825-29.911-30.5-2.123-15.666 6.322-30.865 20.737-37.343l251.667-113.222c11.032-4.954 23.812-4.002 33.98 2.533 10.151 6.545 16.317 17.776 16.385 29.861l1.305 277.302c0.088 15.775-10.195 29.726-25.271 34.325-15.101 4.598-31.414-1.238-40.15-14.369l-34.688-52.132c-92.484 91.040-219.211 147.319-358.941 147.319-211.868 0-394.027-129.383-471.717-313.276-10.79-25.489-8.070-54.675 7.207-77.735 15.277-23.068 41.1-36.977 68.782-36.977zM976.513 327.010c-15.279 23.070-41.105 36.977-68.784 36.977-32.921 0-62.657-19.766-75.391-50.133-52.58-125.268-176.211-213.551-320.338-213.551-79.439 0-152.266 27.227-210.655 72.386l45.766 7.081c15.63 2.423 27.79 14.827 29.913 30.504 2.121 15.664-6.322 30.865-20.737 37.343l-251.667 113.222c-11.034 4.952-23.812 4.004-33.982-2.533-10.149-6.545-16.317-17.776-16.383-29.859l-1.307-277.302c-0.088-15.775 10.193-29.726 25.271-34.325 15.101-4.598 31.416 1.24 40.15 14.373l34.688 52.132c92.482-91.045 219.211-147.323 358.941-147.323 211.872 0 394.024 129.381 471.713 313.274 10.796 25.489 8.077 54.673-7.198 77.735z" />
113
+ <glyph unicode="&#xe967;" glyph-name="notifications-button" d="M512-63.999c56.32 0 102.4 46.080 102.4 102.4h-204.8c0-56.32 46.080-102.4 102.4-102.4zM844.8 243.201v281.6c0 158