PluginProbe
GSpeech TTS – WordPress Text To Speech Plugin / 3.21.0
GSpeech TTS – WordPress Text To Speech Plugin v3.21.0
3.21.5 3.21.4 3.21.3 3.21.1 3.21.2 3.20.8 3.21.0 3.20.7 3.20.6 3.20.4 3.20.5 3.20.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.10.0 3.10.1 3.10.2 3.10.3 3.11.0 3.11.1 3.11.2 3.12.0 All 161 releases
gspeech / includes / css / admin.css

admin.css in GSpeech TTS – WordPress Text To Speech Plugin 3.21.0, at includes/css/admin.css

5,351 lines 115.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .dashboard_tabs_wrapper {
2 width: 100%;
3 border-bottom: 1px solid #d8d7d7;
4 display: flex;
5 flex-direction: row;
6 position: relative;
7 }
8 .dashboard_tab {
9 font-size: 18px;
10 padding: 2px 35px;
11 width: fit-content;
12 color: #8f8f8f;
13 cursor: pointer;
14 border-top-right-radius: 3px;
15 border-top-left-radius: 3px;
16
17 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
18 }
19 .dashboard_tab:hover {
20 color: #000;
21 background-color: #f6eefb;
22 }
23 .dashboard_tab.ss_selected {
24 border-bottom: 1px solid #6e23a6;
25 color: #6e23a6;
26 }
27 .dashboard_tab.selected:hover {
28 background-color: #fff;
29 }
30 .ss_tab_wrapper {
31 display: none !important;
32 }
33 .ss_tab_wrapper.ss_tab_active {
34 display: block !important;
35 }
36 .ss_page_link {
37 color: #6e23a6 !important;
38 }
39 .ss_page_link:hover {
40 color: #fa5304 !important;
41 }
42
43 .gsp_link_info_active {
44 font-size: 22px !important;
45 color: green !important;
46 }
47 .gsp_link_info_plg_v {
48 font-size: 18px !important;
49 color: #8d2cd0 !important;
50 border-bottom: 1px dotted #8d2cd0;
51 }
52
53 .gsp_plan_active {
54 cursor: default !important;
55 background-color: #656464 !important;
56 border: 1px solid #404040 !important;
57 color: #dedede !important;
58 }
59 .gsp_plan_active:hover {
60 background-color: #989898 !important;
61 }
62
63 /*.gsp_com_f_l esr {
64 color: #09800980;
65 }*/
66
67 /*#toplevel_page_gspeech .wp-submenu li:last-child a {
68 color: #d3a3f8 !important;
69 }*/
70
71 .gsp_dashboard_wrapper * {
72 line-height: 1;
73 }
74
75 .gsp_link_content_activate,
76 .gsp_link_content_login {
77 color: green !important;
78 font-size: 18px !important;
79 }
80
81 .gsp_link_content_logout {
82 color: #c74545 !important;
83 font-size: 18px !important;
84
85 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
86 }
87 .gsp_link_content_logout:hover {
88 color: #fc1919 !important;
89 }
90
91 .gsp_input_cw_wrapper {
92 margin-bottom: 0px;
93 margin-top: 9px;
94 display: flex;
95 flex-direction: row;
96 justify-content: flex-end;
97 }
98 .gsp_input_cw_val {
99 font-size: 12px;
100 color: #878887;
101
102 transition: 0.4s ease-out;
103 cursor: pointer;
104 }
105 .gsp_input_cw_val:hover {
106 color: #333;
107 text-decoration: underline;
108 }
109
110 .gsp_input_forgot_wrapper {
111 margin-bottom: 10px;
112 margin-top: 9px;
113 display: flex;
114 flex-direction: row;
115 justify-content: flex-end;
116 }
117 .gsp_forgot_link {
118 font-size: 12px;
119 color: #632692;
120 text-decoration: none;
121
122 transition: 0.4s ease-out;
123 cursor: pointer;
124 }
125 .gsp_forgot_link:hover {
126 color: #333;
127 text-decoration: underline;
128 }
129
130 .gsp_login_email,
131 .gsp_link_info b {
132 margin-right: 3px;
133 margin-left: 3px;
134 }
135 .gsp_usage_info_title b,
136 .gsp_link_info b {
137 color: #c96d0e;
138 text-shadow: 1px 1px #f7ef4575;
139 }
140
141 .gsp_ov_v {
142 overflow: visible !important;
143 }
144
145 .gsp_gspeech_info_inner .title_holder_vertical,
146 .gsp_gspeech_info_inner .title_holder_vertical:hover {
147 border-bottom: 0px !important;
148 }
149
150 .gsp_usage_info_title {
151 width: 640px !important;
152 margin: 16px 0px -9px 0;
153 color: #676767;
154 font-size: 15px;
155 }
156
157 .gsp_usage_info_title_vor {
158 margin: 16px 0px -9px 0;
159 width: 640px !important;
160 color: #676767;
161 font-size: 15px;
162 }
163
164
165 .gsp_info_intro_links_ul_ul2 {
166 margin: 10px 0 0 0;
167 display: flex;
168 }
169 .gsp_info_intro_links_ul {
170 margin: 10px 0 0 0;
171 display: flex;
172 }
173 .gsp_info_intro_links_ul li {
174 border: 1px solid #8250ad;
175 border-radius: 5px;
176 overflow: hidden;
177 list-style: none;
178 width: 135px;
179 height: 40px;
180 display: flex;
181 margin-right: 10px;
182 transition: 0.4s ease-out;
183 }
184 .gsp_info_intro_links_ul li:hover {
185 transform: scale(1.05, 1.1);
186 border: 1px solid #008000;
187 }
188 .gsp_info_intro_links_ul li:hover a{
189 color: #008000;
190 }
191 .gsp_info_intro_links_ul li a {
192 font-size: 15px;
193 text-decoration: none;
194 width: 100%;
195 height: 100%;
196 color: #8250ad;
197 background-color: #ffffff30;
198 display: flex;
199 align-items: center;
200 justify-content: center;
201 transition: 0.4s ease-out;
202 }
203 .gsp_info_intro_links_ul li:hover a {
204 background-color: #ffffff;
205 }
206 .gsp_info_intro_links_ul .gsp_link_icon {
207 color: #8250ad;
208 height: 16px;
209 width: 16px;
210 align-items: center;
211 justify-content: center;
212 margin-right: 10px;
213 transition: 0.4s ease-out;
214 }
215 .gsp_link_info_demos .gsp_link_icon {
216 width: 14px;
217 height: 14px;
218 }
219 .gsp_link_info_reviews .gsp_link_icon {
220 width: 20px;
221 height: 20px;
222 }
223 .gsp_link_info_contact .gsp_link_icon {
224 width: 20px;
225 height: 20px;
226 }
227 .gsp_link_info_contact .gsp_link_icon_holder_2 {
228 width: 20px;
229 height: 20px;
230 }
231 .gsp_link_icon svg {
232 width: 100%;
233 height: auto;
234 }
235 .gsp_info_intro_links_ul li:hover .gsp_link_icon {
236 transform: scale(1.3, 1.3);
237 color: #008000;
238 }
239
240
241 .gsp_login_email {
242 color: #8250ad;
243 text-decoration: underline;
244 font-size: 18px;
245 }
246
247 .gsp_shortcode_html {
248 flex-shrink: 0;
249 white-space: nowrap;
250 resize: none;
251 height: 34px;
252 width: 270px;
253 padding: 8px;
254 background-color: #e5e5e5;
255 color: #333;
256 margin-left: 6px;
257 margin-right: 4px;
258 }
259 .gsp_shortcode_html_1 {
260 flex-shrink: 0;
261 white-space: nowrap;
262 resize: none;
263 height: 34px;
264 width: 270px;
265 padding: 8px;
266 background-color: #e5e5e530;
267 color: #333;
268 margin-left: 6px;
269 margin-right: 4px;
270 }
271 .gsp_shortcode_html_1_inner {
272 flex-shrink: 0;
273 white-space: nowrap;
274 resize: none;
275 height: 34px;
276 width: 270px;
277 padding: 8px;
278 background-color: #e5e5e530;
279 color: #333;
280 margin-left: 6px;
281 margin-right: 4px;
282 }
283
284 .gsp_info_sep {
285 margin: 0 12px;
286 color: #a2a2a2;
287 height: 14px;
288 width: 14px;
289 display: flex;
290 transition: 0.4s ease-out;
291 }
292
293 .wpgs_slider .ui-slider-handle {
294 border: 1px solid #0b7fff !important;
295 border-radius: 50% !important;
296 }
297
298 .ss_dash_loader {
299 position: absolute;
300 top: 30%;
301 left: 50%;
302 transform: translateX(-50%);
303
304 transition: 0.4s ease-out;
305 }
306
307 .gsp_gspeech_info_inner {
308 width: 100%;
309 border: 1px solid #cecece;
310 border-radius: 5px;
311 background-color: #fdfdfd;
312 height: fit-content;
313 position: relative;
314 overflow: hidden;
315 margin: 10px 0;
316 }
317 .gsp_gspeech_info_inner_bg {
318
319 position: absolute;
320 top: 0;
321 left: 0;
322 width: 100%;
323 height: 100%;
324 opacity: 0.45;
325
326 background-image: url("../images/gray8.png");
327 background-repeat: repeat;
328 z-index: 7;
329
330 transition: 0.4s ease-out;
331 }
332 .gsp_gspeech_info_inner:hover .gsp_gspeech_info_inner_bg {
333 opacity: 0.75;
334 background-position: 15px 15px;
335 }
336 .gsp_gspeech_info_inner_c {
337 /*box-sizing: content-box !important;*/
338 padding: 20px;
339 position: relative;
340 top: 0;
341 left: 0;
342 width: 100%;
343 height: 100%;
344 z-index: 8;
345 }
346 .gsp_data_title {
347 text-transform: uppercase;
348 font-size: 18px;
349 color: #724498;
350 }
351
352 .gsp_info_ul {
353 margin: 20px 0 0 0;
354 }
355
356 .gsp_info_ul li {
357 list-style: none;
358 margin: 0;
359 padding: 0;
360 display: flex;
361 flex-direction: row;
362 align-items: center;
363
364 color: #6b6b6b;
365 font-size: 14px;
366 }
367
368 .gsp_info_ul_added_style_v8 {
369 white-space: nowrap;
370 text-decoration: none;
371 color: #545454;
372 padding: 0;
373 height: 38px;
374 display: inline-flex;
375 align-items: center;
376 margin-left: 0px;
377 outline: none !important;
378 box-shadow: none !important;
379 transition: 0.4s ease-out;
380 }
381
382 .gsp_info_ul li a,
383 .gsp_info_ul li .gsp_list_link_style {
384 white-space: nowrap;
385 text-decoration: none;
386 color: #545454;
387 padding: 0;
388 height: 38px;
389 display: inline-flex;
390 align-items: center;
391 margin-left: 0px;
392 outline: none !important;
393 box-shadow: none !important;
394 transition: 0.4s ease-out;
395 }
396 .gsp_info_ul li a:focus,
397 .gsp_info_ul li a:hover,
398 .gsp_info_ul li a:visited {
399 outline: none !important;
400 box-shadow: none !important;
401 }
402 .gsp_info_ul li:hover a,
403 .gsp_info_ul li:hover .gsp_list_link_style {
404 margin-left: 7px;
405 }
406 .gsp_link_info {
407 color: #6b6b6b;
408 display: inline-flex;
409 font-size: 14px;
410 line-height: 1.5;
411 align-items: center;
412 }
413 .gsp_link_content {
414 transform: translateY(2px);
415 padding-bottom: 3px;
416 display: inline-flex;
417 border-bottom: 1px dotted #545454;
418 font-size: 16px;
419 color: #545454;
420
421 transition: 0.4s ease-out;
422 }
423
424
425 .gsp_link_icon {
426 color: #a1a0a2;
427 height: 24px;
428 width: 24px;
429 display: inline-flex;
430 align-items: center;
431 justify-content: center;
432 margin-right: 18px;
433 transition: 0.4s ease-out;
434 transform: scale(1,1);
435 }
436 .gsp_com_usage .gsp_link_icon,
437 .gsp_com_f_l .gsp_link_icon {
438 color: #09800980;
439
440 }
441 .gsp_link_list_2 .gsp_link_icon {
442 margin-right: 22px;
443 margin-left: 2px;
444 width: 18px;
445 height: 18px;
446 }
447
448 .gsp_info_ul a:hover .gsp_link_content,
449 .gsp_info_ul .gsp_list_link_style:hover .gsp_link_content {
450 color: #7122a8;
451 border-bottom: 1px solid #7122a8;
452 }
453 .gsp_info_ul a:hover .gsp_link_icon,
454 .gsp_info_ul .gsp_list_link_style:hover .gsp_link_icon {
455 color: #7122a8;
456 transform: scale(1.1,1.1);
457 }
458 .gsp_info_ul li:hover .gsp_info_sep {
459 color: #7122a8;
460 transform: scale(1.45,1.45);
461 }
462
463
464
465
466 .gsp_v_i {
467 display: inline-block;
468 border-bottom: 1px dotted #969595;
469 transform: translateY(4px);
470 margin-left: 9px !important;
471 color: #696868;
472 font-size: 14px;
473 }
474
475 .gsp_magic_wrapper {
476 position: relative;
477 display: flex;
478 width: 100%;
479 flex-direction: row;
480
481 margin: 0;
482 padding-top: 13px;
483
484 background-color: #d8d8d8;
485 border-radius: 7px;
486 border: 1px solid #cecece;
487
488 min-height: 800px;
489
490 transition: 0.4s ease-out;
491 }
492 .ss_bg_ff {
493 background-color: #fff !important;
494 }
495 .ss_hidden {
496 display: none !important;
497 }
498 .ss_vis_hidden {
499 visibility: hidden !important;
500 }
501 .ss_flex {
502 display: flex !important;
503 }
504
505 .gsp_gspeech_info_wrapper {
506 margin: 0 20px 0 20px;
507
508 height: 100%;
509 min-height: 600px;
510
511 display: flex;
512 flex-direction: column;
513 flex-grow: 1;
514 position: relative;
515 z-index: 11;
516 }
517
518 .gsp_videos_wrapper {
519 min-width: 350px;
520 flex-grow: 0;
521 margin: 0 20px 30px 0;
522 width: 40%;
523 height: 100%;
524 min-height: 600px;
525 display: flex;
526 flex-direction: column;
527 justify-content: space-around;
528 z-index: 10;
529 }
530 .ss_video_item_3 {
531 margin-top: 20px;
532 align-items: flex-start;
533 display: flex;
534 flex-direction: column;
535 /*overflow: hidden;*/
536 height: fit-content;
537 justify-content: center;
538 width: 100%;
539 }
540
541 .ss_video_item_holder {
542 display: flex;
543 overflow: hidden;
544 height: 480px;
545 width: 100%;
546 background-color: #000;
547
548 background-size: auto;
549 background-repeat: no-repeat;
550 background-position: center center;
551 }
552 .ss_video_title {
553 width: 100%;
554 color: #5e5e5e;
555 display: flex;
556 justify-content: flex-start;
557 margin-bottom: 10px;
558 font-size: 16px;
559 }
560 .ss_title_green {
561 /*color: #4d942b !important;*/
562 }
563 .ss_title_violet {
564 /*color: #9364b6 !important;*/
565 }
566 .ss_title_orange {
567 /*color: #ac7030 !important;*/
568 }
569 .ss_video_gb_1 {
570 background-image: url("../images/gsp_video_bg_1.png");
571 }
572 .ss_video_gb_2 {
573 background-image: url("../images/gsp_video_bg_2.png");
574 }
575 .ss_video_gb_3 {
576 background-image: url("../images/gsp_video_bg_3.png");
577 }
578 .ss_video_gb_4 {
579 background-image: url("../images/gsp_video_bg_4.png");
580 }
581 .ss_video_gb_5 {
582 background-image: url("../images/gsp_video_bg_5.png");
583 }
584
585
586
587 .ss_audio_url_holder a {
588 text-decoration: underline;
589 color: #8643b7;
590
591 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
592 }
593 .ss_audio_url_holder a:hover {
594 color: #e6560f;
595 }
596
597 .ss_graph_wrapper input {
598 font-size: 10px !important;
599 background-color: #fff !important;
600 color: #999 !important;
601 border: 1px solid #bdbdbd !important;
602 padding: 0 !important;
603 height: 16px !important;
604 min-height: 16px !important;
605 }
606
607 /*audio*/
608 #gsp_player_loading {
609 color: #5e367b;
610 font-size: 18px;
611 margin: 5px 0 15px;
612 }
613 #ss_audio_content {
614 width: 400px;
615 height: 200px;
616 }
617 #ss_dash_audio_player {
618 margin-top: 5px;
619 margin-bottom: 5px;
620 width: 50%;
621 }
622 .graph_container1_wrapper {
623 width: 100%;
624 height: 300px;
625 position: relative;
626 }
627 .graph_container2_wrapper {
628 width: 33%;
629 height: 300px;
630 position: relative;
631 }
632 .graph_container3_wrapper {
633 width: 33%;
634 height: 300px;
635 position: relative;
636 }
637 .graph_container4_wrapper {
638 width: 33%;
639 height: 300px;
640 position: relative;
641 }
642 .graph_no_data_wrapper {
643 position: absolute;
644 color: #999;
645 font-size: 24px;
646 top: 45px;
647 left: 50%;
648 transform: translateX(-50%);
649 }
650 .ss_graphs_wrapper {
651 margin-bottom: 10px;
652 display: flex;
653 flex-direction: row;
654 height: 300px;
655 width: 100%;
656 }
657 .ss_graph_wrapper {
658 position: absolute;
659 top: 0;
660 left: 0;
661 width: 100%;
662 height: 100%;
663 z-index: 10;
664 }
665 .ss_chart_link_hider {
666 position: absolute;
667 background-color: #fff;
668 width: 88px;
669 height: 15px;
670 right: 0;
671 bottom: 0;
672 z-index: 11;
673 }
674 .ss_graph_wrapper span,
675 .ss_graph_wrapper input {
676 display: inline-block;
677 }
678
679 .graph_wrapper_3 {
680 margin-top: 35px;
681 width: 100%;
682 height: 300px;
683 position: relative;
684 }
685 .downloads_graphs_wrapper {
686 margin-top: 25px;
687 margin-bottom: 10px;
688 display: flex;
689 flex-direction: row;
690 height: 300px;
691 width: 100%;
692 }
693 .graph_wrapper_1,
694 .graph_wrapper_2 {
695 width: 50%;
696 height: 100%;
697 position: relative;
698 }
699 .ss_graph_wrapper input {
700 background-color: #fff !important;
701 }
702
703 /*widget*/
704 #ss_template_blocks_wrapper {
705 margin: 7px 0;
706 display: flex;
707 flex-direction: row;
708 flex-wrap: wrap;
709 }
710 .ss_tmp_block {
711 width: 40px;
712 height: 40px;
713 border-radius: 50%;
714
715 border: 2px solid #ededed;
716 margin-right: 11px;
717 margin-bottom: 5px;
718
719 cursor: pointer;
720 transition: 400ms ease-out;
721 }
722 .ss_tmp_selected {
723 border: 2px solid #7d32b6 !important;
724 }
725 .ss_tmp_block:hover {
726 transform: scale(1.1,1.1);
727 border: 2px solid #999;
728 }
729 .ss_tmp_block_1 {
730 background: linear-gradient(#73afe0 0%, #0b3c63 100%);
731 }
732 .ss_tmp_block_2 {
733 background: linear-gradient(#d73838 25%, #540808 100%);
734 }
735 .ss_tmp_block_3 {
736 background: linear-gradient(#429f2a 0%, #0b2c03 100%);
737 }
738 .ss_tmp_block_4 {
739 background: linear-gradient(180deg, #f55e12 48%, #af4c1a);
740 }
741 .ss_tmp_block_5 {
742 background: linear-gradient(180deg, #fada4a 48%, #d6bb40 100%);
743 }
744 .ss_tmp_block_6 {
745 background: linear-gradient(#b536cb 0%, #3a0643 100%);
746 }
747 .ss_tmp_block_7 {
748 background: linear-gradient(#555353 0%, #111010 100%);
749 }
750 .ss_tmp_block_8 {
751 background: linear-gradient(#cccccc 0%, #393939 100%);
752 }
753 .ss_tmp_block_9 {
754 background: linear-gradient(180deg, #f6f6f6 48%, #b9b9b9 100%);
755 }
756 .ss_tmp_block_10 {
757 background: linear-gradient(#00a6b7 25%, #003b3d 100%);
758 }
759 .ss_tmp_block_11 {
760 background: linear-gradient(180deg, #7929b5 48%, #340d4e 100%);
761 }
762 .ss_tmp_block_12 {
763 background: linear-gradient(#946f66 15%, #351f1a 100%);
764 }
765 .ss_tmp_block_13 {
766 background: linear-gradient(#4b7082 15%, #1c262b 100%);
767 }
768 .ss_tmp_block_14 {
769 background: linear-gradient(#6eae40 15%, #1a3d0c 100%);
770 }
771 .ss_tmp_block_15 {
772 background: linear-gradient(#e2734a 25%, #582b1b 100%);
773 }
774 .ss_tmp_block_16 {
775 background: linear-gradient(#2525ba 25%, #00002c 100%);
776 }
777
778 /*bg carousel*/
779 .ss_bg_blocks_wrapper {
780 margin: 7px 0;
781 width: 800px;
782 }
783 .ss_carousel_wrapper {
784 width: 100%;
785 height: 100px;
786 background-color: #c8a4e2;
787 display: flex;
788 flex-direction: row;
789 border-radius: 6px;
790 }
791 .ss_carousel_arrow_left,
792 .ss_carousel_arrow_right
793 {
794 box-shadow: inset 0 0 4px 0px #3f0766;
795 font-weight: bold;
796 border-radius: 6px;
797 width: 35px;
798 height: 100%;
799 display: flex;
800 align-items: center;
801 justify-content: center;
802 background-color: #7d3caf;
803 color: #fefefe;
804 cursor: pointer;
805 transition: all 0.4s ease-out;
806 }
807 .ss_carousel_arrow_left svg,
808 .ss_carousel_arrow_right svg
809 {
810 display: flex;
811 width: 30px;
812 height: 30px;
813 transition: all 0.4s ease-out;
814 }
815 .ss_carousel_arrow_left:hover,
816 .ss_carousel_arrow_right:hover {
817 transform: scale(1.05,1.05);
818 }
819 .ss_carousel_arrow_left:hover svg,
820 .ss_carousel_arrow_right:hover svg{
821 transform: scale(1.25,1.25);
822 }
823 .ss_carousel_arrow_left {
824 margin-right: 5px;
825 }
826 .ss_carousel_arrow_right {
827 margin-left: 5px;
828 }
829 .ss_carousel_inner {
830 margin: 0 5px;
831 display: flex;
832 flex-direction: row;
833 flex-wrap: nowrap;
834 width: calc(100% - 80px);
835 overflow: hidden;
836 height: 100%;
837 align-items: center;
838 }
839 .ss_carousel_inner_row {
840 display: flex;
841 flex-direction: row;
842 flex-wrap: nowrap;
843 transition: transform 0.6s ease-out;
844 }
845
846 .ss_carousel_item {
847 width: 85px;
848 height: 85px;
849 border-radius: 12px;
850 border: 1px solid #a374c6;
851 overflow: hidden;
852 background-color: #fff;
853 color: #999;
854 display: flex;
855 align-items: center;
856 justify-content: center;
857 flex-shrink: 0;
858 box-sizing: border-box;
859 position: relative;
860 transition: all 0.3s ease-in-out;
861 cursor: pointer;
862 }
863 .ss_carousel_item:hover {
864 border: 1px solid #fff;
865 background-color: #f6f6af;
866 }
867 .ss_carousel_item:hover .ss_car_item_inner {
868 box-shadow: 0 0 4px 2px #7e3caf;
869 width: 90%;
870 height: 90%;
871 }
872 .ss_carousel_selected {
873 border: 1px solid #fff;
874 cursor: default !important;
875 background-color: #7d30b5 !important;
876 }
877 .ss_carousel_selected .ss_car_item_inner {
878 width: 90%;
879 height: 90%
880 }
881
882 .ss_car_item_inner {
883 box-shadow: 0 0 2px 1px #7e3caf;
884 width: 80%;
885 height: 80%;
886 border-radius: 12px !important;
887 overflow: hidden;
888 transition: all 0.3s ease-in-out;
889 }
890 .ss_car_item_inner div {
891 width: 100%;
892 height: 100%;
893 }
894
895 .ss_arrow_disabled {
896 cursor: default !important;
897 color: #000 !important;
898 }
899
900 .ss_arrow_disabled:hover {
901 transform: scale(1,1) !important;
902 }
903 .ss_arrow_disabled:hover svg {
904 transform: scale(1,1) !important;
905 }
906
907 .ss_no_prevew {
908 font-size: 14px;
909 margin: 15px;
910 color: #777;
911 }
912
913
914 .ss_block_w_1 {
915 width: 165px !important;
916 }
917 .ss_block_w_2 {
918 width: 125px !important;
919 }
920
921
922 .ss_opts_hidden {
923 display: none !important;
924 }
925 .ss_dash_page_type_0 .ss_opts_visible_0 {
926 display: block !important;
927 }
928 .ss_dash_page_type_1 .ss_opts_visible_1 {
929 display: block !important;
930 }
931 .ss_dash_page_type_2 .ss_opts_visible_2 {
932 display: block !important;
933 }
934 .ss_dash_page_type_3 .ss_opts_visible_3 {
935 display: block !important;
936 }
937 .ss_dash_page_type_4 .ss_opts_visible_4 {
938 display: block !important;
939 }
940 .ss_dash_page_type_5 .ss_opts_visible_5 {
941 display: block !important;
942 }
943
944 /*add new widget*/
945 #add_new_website_wrapper {
946 color: #111;
947 left: 50%;
948 top: 50%;
949 position: absolute;
950 width: 450px;
951 height: 171px;
952 display: flex;
953 flex-direction: column;
954 align-items: center;
955 justify-content: space-between;
956 transform: translate(-50%, -50%);
957 }
958 .add_new_title {
959 font-size: 28px;
960 text-align: center;
961 }
962 .add_new_content {
963 font-size: 18px;
964 text-align: center;
965 }
966 .add_new_title_popup {
967 font-size: 28px;
968 text-align: left;
969 }
970 .add_new_content_popup {
971 font-size: 16px;
972 text-align: left;
973 margin: 10px 0 15px 0;
974 line-height: 1;
975 color: #555;
976 }
977
978 .add_new_website_popup_wrapper {
979 border-radius: 10px;
980 background-color: #fff;
981 position: fixed;
982 width: 500px;
983 box-shadow: 0 0 3px 1px #00000029;
984 /*height: 330px;*/
985 top: 50%;
986 left: 50%;
987 transform: translate(-50%, -50%);
988 z-index: 1002;
989 color: #111;
990
991 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
992
993 display: none;
994 opacity: 0;
995 }
996 .add_new_website_popup_wrapper.vis {
997 display: block;
998 }
999 .add_new_website_popup_wrapper.z_index_low {
1000 z-index: 999;
1001 }
1002 .add_new_website_popup_wrapper.visible {
1003 opacity: 1;
1004 display: block;
1005 }
1006 .add_new_widget_popup_wrapper {
1007 border-radius: 10px;
1008 background-color: #fff;
1009 position: fixed;
1010 width: 500px;
1011 box-shadow: 0 0 3px 1px #00000029;
1012 /*height: 330px;*/
1013 top: 50%;
1014 left: 50%;
1015 transform: translate(-50%, -50%);
1016 z-index: 1002;
1017 color: #111;
1018
1019 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1020
1021 display: none;
1022 opacity: 0;
1023 }
1024 .add_new_widget_popup_wrapper.vis {
1025 display: block;
1026 }
1027 .add_new_widget_popup_wrapper.z_index_low {
1028 z-index: 999;
1029 }
1030 .add_new_widget_popup_wrapper.visible {
1031 opacity: 1;
1032 display: block;
1033 }
1034 #add_new_website_popup_inner {
1035 width: 100%;
1036 height: 100%;
1037 padding: 25px;
1038 position: relative;
1039
1040 display: flex;
1041 flex-direction: column;
1042 }
1043 #add_new_widget_popup_inner {
1044 width: 100%;
1045 height: 100%;
1046 padding: 25px;
1047 position: relative;
1048
1049 box-sizing: border-box;
1050
1051 display: flex;
1052 flex-direction: column;
1053 }
1054 #close_add_new_wrapper {
1055 position: absolute;
1056 right: 12px;
1057 top: 7px;
1058 width: 22px;
1059 height: 22px;
1060 color: #bdbdbd;
1061 cursor: pointer;
1062
1063 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1064 }
1065 #close_add_new_wrapper:hover {
1066 color: #9843d9;
1067 transform: scale(1.1,1.1);
1068 }
1069 #close_add_new_widget_wrapper {
1070 position: absolute;
1071 right: 12px;
1072 top: 7px;
1073 width: 22px;
1074 height: 22px;
1075 color: #bdbdbd;
1076 cursor: pointer;
1077
1078 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1079 }
1080 #close_add_new_widget_wrapper:hover {
1081 color: #9843d9;
1082 transform: scale(1.1,1.1);
1083 }
1084 .input_holder {
1085 width: 100%;
1086 margin-bottom: 10px;
1087 }
1088 .add_new_website_popup_wrapper .items_select_filter_wrapper,
1089 .add_new_widget_popup_wrapper .items_select_filter_wrapper {
1090 margin-left: 0;
1091 width: 100%;
1092 }
1093 /*end add new widget*/
1094 .add_new_widget_title {
1095 width: 100%;
1096 background-color: #fff !important;
1097 color: #444 !important;
1098 border: 1px solid #bdbdbd !important;
1099 box-shadow: none !important;
1100
1101 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1102 }
1103 .add_new_widget_title:hover,
1104 .add_new_widget_title:focus {
1105 box-shadow: none !important;
1106 border: 1px solid #6e23a6 !important;
1107
1108 }
1109 .add_new_widget_title.error {
1110 border: 1px solid #e82b2b !important;
1111 }
1112
1113 .gsp_readonly {
1114 cursor: default !important;
1115 }
1116
1117 .dashboard_header_1 {
1118 padding: 0 25px;
1119 justify-content: space-between;
1120 display: flex;
1121 height: 80px;
1122 align-items: center;
1123 margin-top: -18px;
1124 flex-direction: row;
1125 }
1126 .gsp_dash_b {
1127 display: flex;
1128 flex-direction: row;
1129 }
1130 .add_shortcode_widgets_event_holder {
1131 background-color: green !important;
1132 color: white !important;
1133 margin-right: 15px;
1134 }
1135
1136
1137
1138
1139 .website_title {
1140 color: #3e3e3e;
1141 margin: 20px 0 5px 0px;
1142 font-size: 28px;
1143 }
1144 .dashboard_header_2 {
1145 margin-top: 30px;
1146 margin-bottom: 15px;
1147 }
1148 .dashboard_header_3 {
1149 margin-top: 10px;
1150 margin-bottom: 15px;
1151 }
1152 .dashboard_title_inner {
1153 background-color: #5e367b;
1154 text-shadow: 0 1px 2px #000000bd;
1155 text-transform: uppercase;
1156 padding: 10px 15px;
1157 width: 100%;
1158 font-size: 18px;
1159 color: #fff;
1160 margin-bottom: 20px;
1161 }
1162 .dashboard_title {
1163 font-size: 24px;
1164 color: #000;
1165 display: flex;
1166 }
1167 .website_name_wrapper {
1168 margin-left: 8px;
1169 }
1170 .dashboard_subtitle {
1171 margin-top: 15px;
1172 font-size: 16px;
1173 color: #888;
1174 }
1175 .plan_title {
1176 color: #a435f8;
1177 }
1178 .dashboard_button {
1179 color: #fff !important;
1180 font-size: 16px;
1181 cursor: pointer;
1182 background-color: #6e23a6;
1183 width: 200px;
1184 height: 47px;
1185 align-items: center;
1186 justify-content: center;
1187 display: flex;
1188 border-radius: 6px;
1189
1190 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1191 }
1192 .dashboard_button:hover {
1193 background-color: #3e0f61;
1194 }
1195 .dashboard_button_1_self_size {
1196 color: #fff;
1197 font-size: 16px;
1198 cursor: pointer;
1199 background-color: #6e23a6;
1200 align-items: center;
1201 justify-content: center;
1202 display: flex;
1203 border-radius: 6px;
1204 padding: 8px 32px;
1205 width: fit-content;
1206
1207 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1208 }
1209 .dashboard_button_1_self_size:hover {
1210 background-color: #3e0f61;
1211 }
1212 .dashboard_button_2_self_size {
1213 color: rgb(148, 58, 252);
1214 font-size: 16px;
1215 cursor: pointer;
1216 background-color: #fff;
1217 align-items: center;
1218 justify-content: center;
1219 display: flex;
1220 border-radius: 6px;
1221 padding: 8px 32px;
1222 width: fit-content;
1223
1224 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1225 }
1226 .dashboard_button_2_self_size:hover {
1227 background-color: #6e23a6;
1228 color: #fff;
1229 }
1230 #add_popup_buttons_holder {
1231 display: flex;
1232 flex-direction: row;
1233 justify-content: flex-end;
1234 margin-top: 10px;
1235 }
1236 #add_popup_buttons_holder .dashboard_button_2_self_size {
1237 margin-right: 8px;
1238 }
1239
1240 .dashboard_tabs_wrapper {
1241 width: 100%;
1242 border-bottom: 1px solid #d8d7d7;
1243 display: flex;
1244 flex-direction: row;
1245 position: relative;
1246 }
1247 .dashboard_tab {
1248 font-size: 18px;
1249 padding: 2px 35px;
1250 color: #8f8f8f;
1251 cursor: pointer;
1252 border-top-right-radius: 3px;
1253 border-top-left-radius: 3px;
1254
1255 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1256 }
1257 .dashboard_tab:hover {
1258 color: #000;
1259 background-color: #f6eefb;
1260 }
1261 .dashboard_tab.ss_selected {
1262 border-bottom: 1px solid #6e23a6;
1263 color: #6e23a6;
1264 }
1265 .dashboard_tab.selected:hover {
1266 background-color: #fff;
1267 }
1268 .ss_tab_wrapper {
1269 display: none !important;
1270 }
1271 .ss_tab_wrapper.ss_tab_active {
1272 display: block !important;
1273 }
1274 .ss_page_link {
1275 color: #6e23a6 !important;
1276 }
1277 .ss_page_link:hover {
1278 color: #fa5304 !important;
1279 }
1280
1281 .gsp_register_wrapper {
1282 width: 450px !important;
1283 }
1284 .gsp_terms_holder {
1285 display: flex;
1286 margin-bottom: 5px;
1287 flex-direction: row;
1288 align-items: center;
1289 justify-content: flex-start;
1290 width: 100%;
1291 height: 30px;
1292 margin-top: 12px;
1293 }
1294 .gsp_terms_holder
1295 #gsp_agree_terms {
1296
1297 }
1298 .ss_label_link {
1299 text-decoration: none;
1300 transition: 0.4s ease-out;
1301 color: #631b9a;
1302 }
1303 .ss_label_link:hover {
1304 color: #f50;
1305 text-decoration: underline;
1306 }
1307 .gsp_terms_holder .ss_checkbox_label {
1308 color: #777;
1309 font-size: 14px;
1310 }
1311
1312 .gsp_widget_id_title {
1313 margin: 10px 0 33px 0;
1314 font-size: 20px;
1315 color: #561d82;
1316 }
1317 .ss_checkbox_wrapper.gsp_error {
1318 border: 2px solid #db0707 !important;
1319 }
1320
1321 /*users*/
1322 #items_wrapper {
1323 width: 100%;
1324 padding: 20px;
1325 border-radius: 5px;
1326 height: 100%;
1327 display: flex;
1328 flex-direction: column;
1329 position: relative;
1330 background-color: #fff;
1331 border: 1px solid #e0e0e0;
1332 }
1333 #items_wrapper_overlay {
1334 z-index: 330;
1335 position: absolute;
1336 top: 0;
1337 right: 0;
1338 bottom: 0;
1339 left: 0;
1340 background-color: #e3e3e321;
1341 display: none;
1342 }
1343 .items_wrapper_overlay_visible {
1344 display: block !important;
1345 }
1346 .items_header {
1347 width: 100%;
1348 height: 80px;
1349 display: flex;
1350 align-items: center;
1351 justify-content: space-between;
1352 }
1353 .items_count {
1354 font-size: 15px;
1355 }
1356 .items_options {
1357 display: flex;
1358 position: relative;
1359 }
1360
1361 .search_items_wrapper {
1362 width: 250px;
1363 height: 35px;
1364 border: 1px solid #b4b4b4;
1365 background-color: #fff;
1366 border-radius: 4px;
1367 position: relative;
1368 display: flex;
1369 align-items: center;
1370
1371 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1372 }
1373 .search_items_wrapper:hover {
1374 border: 1px solid #777;
1375 background-color: #f2f2f2;
1376 }
1377 .search_items_wrapper_focused {
1378 border: 1px solid #a435f8 !important;
1379 }
1380 .search_items_wrapper_focused .search_icon_holder {
1381 color: #a435f8;
1382 }
1383 .search_icon_holder {
1384 width: 18px;
1385 height: 18px;
1386 display: block;
1387 color: #7e7e7e;
1388 margin-left: 10px;
1389 cursor: pointer;
1390
1391 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1392 }
1393 .search_icon_pasive {
1394 cursor: default;
1395 color: #c3c2c2;
1396 }
1397 input.search_input {
1398 display: flex;
1399 flex-grow: 1;
1400 height: 80%;
1401 border: none !important;
1402 outline: none !important;
1403 padding: 0;
1404 color: #333;
1405 margin-left: 7px;
1406 background-color: transparent !important;
1407 }
1408 .search_input::placeholder {
1409 color: #7e7e7e;
1410 }
1411 .search_input:hover,
1412 .search_input:focus {
1413 border: none;
1414 outline: none;
1415 box-shadow: none !important;
1416 }
1417 .reset_search {
1418 cursor: pointer;
1419 margin-right: 7px;
1420 margin-left: 5px;
1421 height: 22px;
1422 color: #c2c2c2;
1423 width: 22px;
1424 display: none;
1425
1426 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
1427 }
1428 .reset_search_visible {
1429 display: flex;
1430 }
1431 .reset_search:hover {
1432 color: #7e7e7e;
1433 }
1434
1435 .gsp_left_link {
1436 color: #585858;
1437 align-items: center;
1438 display: flex;
1439 width: 100%;
1440 text-decoration: none;
1441 transition: 0.4s ease-out;
1442 height: 100%;
1443 }
1444 .gsp_left_link:hover {
1445 color: rgb(124 34 191) !important;
1446 }
1447
1448 /*ss checkbox*/
1449 .ss_checkbox_wrapper {
1450 width: 22px;
1451 height: 22px;
1452 border: 2px solid #ededed;
1453 border-radius: 3px;
1454 margin-right: 10px;
1455
1456 position: relative;
1457 transition: 0.3s ease-out;
1458 cursor: pointer;
1459 }
1460 .ss_checkbox_wrapper:hover,
1461 .ss_checkbox_wrapper.ss_ch_hovered,
1462 .ss_checkbox_wrapper.ss_checked {
1463 border: 2px solid #8b44c1;
1464 }
1465 .ss_checkbox_wrapper.ss_checked .ss_checkbox_bg{
1466 background-color: #8b44c1;
1467 }
1468 .ss_checkbox_ripple {
1469 width: 18px;
1470 height: 18px;
1471 z-index: 2;
1472 border-radius: 50%;
1473 position: absolute;
1474 top: 0px;
1475 left: 0px;
1476 background-color: #8b44c1;
1477 }
1478 .ss_checkbox_wrapper.ss_checked .ss_checkbox_ripple{
1479 animation: ss_ripple 700ms forwards ease-out;
1480 }
1481 .ss_checkbox_wrapper.ss_apply_ripple .ss_checkbox_ripple{
1482 animation: ss_ripple_off 700ms forwards ease-out;
1483 }
1484 .ss_checkbox_bg {
1485 width: 18px;
1486 height: 18px;
1487 z-index: 3;
1488 position: absolute;
1489 top: 0px;
1490 left: 0px;
1491 background-color: #fff;
1492 transition: 0.3s ease-out;
1493 }
1494 .ss_checkbox_line1 {
1495 border-radius: 0px;
1496 transform-origin: left;
1497 transform: rotate(42.5deg) scale(0,1);
1498 position: absolute;
1499 background-color: #fff;
1500 height: 2px;
1501 width: 8px;
1502 top: 7px;
1503 left: 1px;
1504 z-index: 4;
1505
1506 transition: 150ms ease-in-out;
1507 transition: 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
1508 }
1509 .ss_checked .ss_checkbox_line1 {
1510 transform: rotate(42.5deg) scale(1,1);
1511 }
1512 .ss_checkbox_line2 {
1513 transform-origin: left;
1514 transform: rotate(314deg) scale(0,1);
1515 position: absolute;
1516 background-color: #fff;
1517 height: 2px;
1518 width: 15px;
1519 top: 13px;
1520 left: 6px;
1521 transition: 150ms ease-in-out;
1522 transition: 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
1523 transition-delay: 150ms;
1524 z-index: 4;
1525 }
1526 .ss_checked .ss_checkbox_line2 {
1527 transform: rotate(314deg) scale(1,1);
1528 }
1529 .ss_tr_d_150 {
1530 transition-delay: 150ms !important;
1531 }
1532 .ss_tr_d_0 {
1533 transition-delay: 0ms !important;
1534 }
1535 .ss_checkbox_label {
1536 cursor: pointer;
1537 }
1538 /*end ss checkbox*/
1539 /*upgrade info*/
1540 .ss_upgrade_info {
1541 align-items: center;
1542 bottom: 0;
1543 display: flex;
1544 flex-direction: row;
1545 align-items: center;
1546 position: absolute;
1547 right: 38px;
1548 height: 34px;
1549 }
1550 .ss_locked_icon {
1551 width: 22px;
1552 height: 22px;
1553 background-color: #444;
1554 border-radius: 50%;
1555 margin-right: 7px;
1556 display: flex;
1557 align-items: center;
1558 justify-content: center;
1559 /*remove to show*/
1560 }
1561 .ss_upgrade_info_top a,
1562 .ss_upgrade_info a {
1563 display: inline-block;
1564 margin-right: 5px;
1565 color: #b27adc;
1566 transition: 0.4s ease-out;
1567 text-shadow: 1px 1px transparent;
1568 }
1569 .ss_upgrade_info_top a:hover,
1570 .ss_upgrade_info a:hover {
1571 color: #c96d0e;
1572 text-shadow: 1px 1px #f7ef4575;
1573 }
1574 .ss_locked_icon.ss_vis_par {
1575 display: flex !important;
1576 }
1577 .ss_locked_icon_inner {
1578 width: 18px;
1579 position: absolute;
1580 right: -32px;
1581 top: 50%;
1582 transform: translateY(-50%);
1583 cursor: not-allowed;
1584 height: 18px;
1585 background-color: #aca8a8;
1586 transition: 0.3s ease-out;
1587 display: none;
1588 }
1589 .ss_locked_icon_inner:hover {
1590 background-color: #868282;
1591 }
1592 .ss_locked_icon_inner img {
1593 width: 10px;
1594 height: 10px;
1595 }
1596 .ss_user_plan_0 .ss_upgrade_info,
1597 .ss_user_plan_0 .ss_locked_icon_inner {
1598 display: flex;
1599 }
1600
1601 .ss_upgrade_info_top {
1602 display: flex;
1603 flex-direction: row;
1604 align-items: center;
1605 position: absolute;
1606 font-size: 13px;
1607 color: #4c4b4b;
1608 right: 15px;
1609 top: -109px;
1610 height: 34px;
1611 }
1612
1613 /*Characters info*/
1614
1615 .gsp_chars_counter_wrapper {
1616 width: 300px;
1617 display: flex;
1618 flex-direction: column;
1619 flex-shrink: 0;
1620 height: 100%;
1621 position: relative;
1622 background-color: #fff;
1623 }
1624
1625 .gsp_chars_counter {
1626 height: fit-content;
1627 margin: 25px auto;
1628 width: 90%;
1629 border: 1px solid #bdbcbc;
1630 border-radius: 5px;
1631 padding: 12px;
1632 background-color: #fff;
1633 }
1634 .gsp_chars_count_title {
1635 color: #555;
1636 font-size: 15px;
1637 margin-bottom: 15px;
1638 }
1639 .gsp_chars_plan_info {
1640 color: #555;
1641 margin-top: 13px;
1642 font-size: 14px;
1643 }
1644 .gsp_chars_plan_title {
1645 color: #8d33d0;
1646 }
1647 .gsp_chars_count_val {
1648 color: #8d33d0;
1649 font-size: 28px;
1650 margin-bottom: 15px;
1651 }
1652 .gsp_chars_per_m {
1653 margin-top: -2px;
1654 color: #999;
1655 font-size: 15px;
1656 margin-bottom: 15px;
1657 }
1658 .gsp_chars_count_progress__wrapper {
1659 width: 100%;
1660 height: 20px;
1661 border-radius: 8px;
1662 overflow: hidden;
1663 position: relative;
1664 background-color: #f2dfff;
1665 }
1666 .gsp_chars_count_progress {
1667 position: absolute;
1668 top: 0;
1669 left: 0;
1670 height: 100%;
1671 width: 55%;
1672 background: linear-gradient(270deg, rgb(242 0 7) 0%, rgb(155 79 242) 100%);
1673
1674 transition: 4s ease-out;
1675 }
1676 .gsp_chars_block_upgrade {
1677 border-radius: 9px;
1678 margin-top: 10px;
1679 border: 1px solid #8d33d0;
1680 color: #8d33d0;
1681 font-size: 16px;
1682 width: 100%;
1683 height: 35px;
1684 display: flex;
1685 align-items: center;
1686 justify-content: center;
1687 transition: 0.4s ease-out;
1688 cursor: pointer;
1689 }
1690 .gsp_chars_block_upgrade:hover {
1691 background-color: #8d33d0;
1692 color: #fff;
1693 }
1694 .gsp_month_data {
1695 color: #777;
1696 display: inline-block;
1697 font-size: 13px;
1698 margin-left: 3px;
1699 }
1700 .gsp_chars_stat {
1701 height: fit-content;
1702 margin: 0px auto;
1703 width: 90%;
1704 border: 1px solid #bdbcbc;
1705 border-radius: 5px;
1706 padding: 12px;
1707 background-color: #fff;
1708 }
1709 .gsp_upgrade_wrapper {
1710 height: fit-content;
1711 margin: 20px auto 0;
1712 width: 90%;
1713 border: 1px solid #bdbcbc;
1714 border-radius: 5px;
1715 padding: 12px 25px;
1716 background-color: #fff;
1717 }
1718 .gsp_upg_link {
1719 font-size: 15px;
1720 text-decoration: none;
1721 display: flex;
1722 justify-content: center;
1723 align-items: center;
1724 background-color: #5e367b;
1725 border-radius: 8px;
1726 color: #fff;
1727 width: 100%;
1728 height: 40px;
1729 transition: 0.4s ease-out;
1730 border: 1px solid #5e367b;
1731 }
1732 .gsp_upg_link:hover {
1733 background-color: #fff;
1734 color: #5e367b;
1735 }
1736 .gsp_upg_link img {
1737 margin-left: 8px;
1738 }
1739 .gsp_upg_ul {
1740 margin: 22px 0 0 5px;
1741 }
1742 .gsp_upg_ul li {
1743 padding-bottom: 7px;
1744 text-decoration: underline;
1745 margin-bottom: 8px !important;
1746 border-bottom: 1px dotted #5e367b;
1747 font-size: 15px;
1748 }
1749 .gsp_icon_checked {
1750 margin-right: 6px;
1751 height: 22px;
1752 color: #09800980;
1753 width: 22px;
1754 transition: 0.4s ease-out;
1755 }
1756 .gsp_upg_ul li:hover .gsp_icon_checked {
1757 color: #048a04;
1758 }
1759 .gsp_icon_checked svg {
1760 width: 100%;
1761 height: 100%;
1762 display: flex;
1763 }
1764 .gsp_upg_ul .title_holder_vertical {
1765 border-bottom: none;
1766 }
1767 .gsp_upg_ul .title_holder_vertical:hover {
1768 border-bottom: none;
1769 }
1770 .gsp_upg_ul .gs_title_vertical {
1771 border-bottom: none;
1772 right: initial !important;
1773 left: -116px !important;
1774 }
1775 .gsp_com_f_t {
1776 margin-top: 5px;
1777 font-size: 20px;
1778 color: #4e4e4e;
1779 }
1780
1781
1782
1783 .gsp_chars_stat_title {
1784 color: #555;
1785 font-size: 16px;
1786 margin-bottom: 15px;
1787 }
1788 .gsp_chars_stat_line {
1789 display: flex;
1790 flex-direction: row;
1791 align-items: center;
1792 font-size: 14px;
1793 height: 25px;
1794 width: 100%;
1795 }
1796 .gsp_stat_line_title {
1797 display: flex;
1798 width: auto;
1799 color: #777;
1800 }
1801 .gsp_stat_line_val {
1802 display: flex;
1803 justify-content: flex-end;
1804 flex-grow: 1;
1805 flex-shrink: 0;
1806 color: #8d33d0;
1807 }
1808
1809 .gsp_dashboard_wrapper {
1810 width: 100%;
1811 height: 100%;
1812 position: relative;
1813
1814 transition: 0.4s ease-out;
1815 }
1816
1817 #gsp_dash_main_wrapper {
1818 width: 100%;
1819 display: flex;
1820 flex-direction: row;
1821 }
1822 #gsp_chars_stat_wrapper {
1823 width: 300px;
1824 display: flex;
1825 flex-direction: column;
1826 flex-shrink: 0;
1827 height: 100%;
1828 position: relative;
1829 background-color: #fff;
1830 }
1831 #dashboard_content {
1832 padding: 15px;
1833 flex-grow: 1;
1834 background-color: #f1f1f1;
1835 display: flex;
1836 flex-direction: column;
1837 align-items: center;
1838 justify-content: flex-start;
1839 position: relative;
1840 border-radius: 6px;
1841 }
1842
1843 .opts_block_wrapper_row {
1844 display: flex;
1845 flex-direction: row;
1846 margin-top: 3px;
1847 }
1848 .opts_block_wrapper_row .opts_block {
1849 flex-basis: 140px;
1850 }
1851
1852 .dashboard_content {
1853 padding: 15px;
1854 flex-grow: 1;
1855 background-color: #f1f1f1;
1856 display: flex;
1857 flex-direction: column;
1858 align-items: center;
1859 justify-content: flex-start;
1860 position: relative;
1861 border-radius: 6px;
1862 }
1863
1864 /*START Dash css*/
1865 .ss_buttons_holder {
1866 display: flex;
1867 flex-direction: row !important;
1868 justify-content: space-between;
1869 height: 85px;
1870 }
1871
1872 .inner_options_wrapper {
1873 background-color: #f9f9f9;
1874 border: 1px solid #d7d7d7;
1875 border-radius: 6px;
1876 width: 100%;
1877 height: 100%;
1878 padding: 15px;
1879
1880 display: flex;
1881 flex-direction: row;
1882 flex-wrap: wrap;
1883 }
1884 .ss_options_group_1 {
1885 display: flex;
1886 background-color: #fff;
1887 margin: 7px;
1888 border-radius: 7px;
1889 border: 1px solid #d2d2d2;
1890 flex-direction: column;
1891 width: 100%;
1892 padding: 20px;
1893 }
1894 .ss_slider_element_wrapper {
1895 width: 30%;
1896 margin-top: -15px;
1897 min-width: 350px;
1898 position: relative;
1899 }
1900 .opts_block {
1901 margin-top: 15px;
1902 position: relative;
1903 }
1904 .opts_block .items_select_filter_wrapper {
1905 margin-left: 0px;
1906 }
1907 .opts_block .gs_checkbox_wrapper {
1908 margin-bottom: 0px;
1909 }
1910 .ss_voice_preview_wrapper,
1911 .ss_voice_preview_widget_wrapper {
1912 width: 250px;
1913 }
1914 .ss_option_info {
1915 margin-top: 8px;
1916 color: #777;
1917 font-size: 14px;
1918 }
1919
1920 .ss_cus2 .opts_input {
1921 min-width: 160px !important;
1922 }
1923
1924 .opts_hor_wrapper {
1925 display: flex;
1926 flex-direction: row;
1927 flex-wrap: wrap;
1928 margin-top: 7px;
1929 }
1930 .opts_hor_wrapper .opts_block {
1931 display: flex;
1932 width: fit-content;
1933 margin-left: 45px;
1934 flex-direction: column;
1935 }
1936 .opts_hor_wrapper .opts_block:first-child {
1937 margin-left: 0px;
1938 }
1939
1940 .ss_opt_w_1 {
1941 width: 140px;
1942 }
1943 .ss_opt_w_1 .opts_input {
1944 width: 90% !important;
1945 }
1946
1947 .opts_block_label {
1948 font-size: 16px;
1949 color: #333;
1950 margin-bottom: 5px;
1951 display: flex;
1952 align-items: center;
1953 width: fit-content;
1954 position: relative;
1955 z-index: 130;
1956 }
1957 .questions_icon {
1958 margin-left: 5px;
1959 border-radius: 50%;
1960 width: 18px;
1961 height: 18px;
1962 padding: 4px;
1963 display: flex;
1964 align-items: center;
1965 justify-content: center;
1966 color: #ffffff;
1967 background-color: #e6560f6e;
1968 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
1969 }
1970 .title_holder_vertical:hover .questions_icon {
1971 background-color: #e6560f;
1972 }
1973
1974 .ss_rht_player_preview {
1975 height: 60px;
1976 width: 100%;
1977 position: relative;
1978 }
1979 .ss_rht_player_preview .ssplayer_rht.ssplayer_display_none {
1980 display: block !important;
1981 }
1982 .ss_opacity_1 {
1983 opacity: 1 !important
1984 }
1985 .ss_rht_player_preview .ssplayer_rht {
1986 top: 0 !important;
1987 left: 25px !important;
1988 }
1989
1990 .opts_input,
1991 .opts_input:hover,
1992 .opts_input:focus {
1993 box-shadow: none !important;
1994 }
1995 textarea.opts_input.ss_textarea_dynamic_height {
1996 height: 35px;
1997 padding-top: 0 !important;
1998 line-height: 33px;
1999 border: 1px solid #b4b4b4 !important;
2000 border-radius: 7px;
2001 resize: none;
2002
2003 transition: 400ms ease-out;
2004 }
2005 textarea.opts_input.ss_textarea_dynamic_height.ss_textarea_active {
2006 height: 120px;
2007 line-height: 20px;
2008 padding-top: 12px !important;
2009 border: 1px solid #9a52cf !important;
2010 }
2011
2012
2013 #dashboard_content .opts_input,
2014 .dashboard_content .opts_input,
2015 .opts_input {
2016 background-color: #fff !important;
2017 border: 1px solid #b4b4b4 !important;
2018 border-radius: 3px;
2019 padding: 0 10px;
2020 width: 30%;
2021 min-width: 350px;
2022 color: #7e7e7e !important;
2023 transition: 400ms ease-out;
2024 }
2025 .opts_input:hover {
2026 border: 1px solid #222 !important;
2027 }
2028 .opts_input:focus {
2029 border: 1px solid #a435f8 !important;
2030 }
2031 textarea.opts_input {
2032 padding: 12px !important;
2033 }
2034 #dashboard_content .opts_input.ss_error,
2035 .items_select_filter_wrapper.ss_error {
2036 border: 1px solid #e82b2b !important;
2037 }
2038 .ss_options_group_1 .items_select_filter_wrapper {
2039 width: 30%;
2040 min-width: 350px;
2041 }
2042 .ss_options_group_1 .gsp_short_inp {
2043 width: 30% !important;
2044 min-width: 350px;
2045 }
2046
2047 #wbs_plan {
2048 z-index: 102;
2049 }
2050 #lng_sel_type_0,#lng_sel_type_1 {
2051 z-index: 101;
2052 }
2053 #wbs_voice {
2054 z-index: 100;
2055 }
2056 .opts_title {
2057 padding: 7px 10px;
2058 width: 100%;
2059 font-size: 18px;
2060 margin: 0px 0 10px 0;
2061 color: #5d5d5d;
2062 background-color: #e6e6e6;
2063 border-radius: 5px;
2064 height: fit-content;
2065 }
2066 .ss_premium_icon {
2067 position: absolute;
2068 color: #ffcc00;
2069 right: 15px;
2070 top: 50%;
2071 transform: translateY(-50%);
2072 width: 20px;
2073 height: 20px;
2074 transition: 0.3s ease-out;
2075 }
2076 .ss_machine_icon {
2077 position: absolute;
2078 color: #7b7777;
2079 right: 15px;
2080 top: 50%;
2081 transform: translateY(-50%);
2082 width: 20px;
2083 height: 20px;
2084 transition: 0.3s ease-out;
2085 }
2086 .ss_premium_txt {
2087 position: absolute;
2088 font-size: 12px;
2089 right: 45px;
2090 top: 50%;
2091 transform: translateY(-50%);
2092 color: #6c5a86;
2093 transition: 0.3s ease-out;
2094 }
2095 .li_selected .ss_premium_txt {
2096 color: #6c5a86 !important;
2097 }
2098 .ss_machine_txt {
2099 position: absolute;
2100 font-size: 12px;
2101 right: 45px;
2102 top: 50%;
2103 transform: translateY(-50%);
2104 color: #7b7777;
2105 transition: 0.3s ease-out;
2106 }
2107 .li_selected .ss_machine_txt,
2108 .li_selected .ss_machine_icon {
2109 color: #7b7777 !important;
2110 }
2111 .search_li:hover .ss_machine_txt,
2112 .search_li:hover .ss_premium_txt,
2113 .search_li:hover .ss_machine_icon {
2114 color: #ededed;
2115 }
2116 .ss_disabled:hover .ss_premium_txt {
2117 color: #6c5a86;
2118 }
2119 ul.items_select_ul .ss_disabled {
2120 background-color: rgb(236 236 236) !important;
2121 color: rgb(119 118 118) !important;
2122 text-shadow: none !important;
2123 cursor: not-allowed !important;
2124 }
2125 ul.items_select_ul .ss_disabled:hover {
2126 background-color: rgb(224 224 224) !important;
2127 }
2128
2129 .play_voice_preview {
2130 margin-left: -5px;
2131 width: 25px !important;
2132 height: 25px;
2133 border-radius: 50%;
2134 background-color: transparent;
2135 color: #c3b6d8;
2136 padding: 7px;
2137 display: flex !important;
2138 align-items: center;
2139 margin-right: 7px;
2140 cursor: pointer;
2141 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2142 }
2143 .play_voice_preview:hover {
2144 background: linear-gradient(rgb(177 112 252) 0%, rgb(255 44 51) 100%);
2145 color: #fff;
2146 }
2147 .play_visible .icon_play {
2148 display: inline-block;
2149 }
2150 .play_visible .icon_stop {
2151 display: none;
2152 }
2153 .stop_visible .icon_play {
2154 display: none;
2155 }
2156 .stop_visible .icon_stop {
2157 display: inline-block;
2158 }
2159
2160
2161 .ss_title_colored1 {
2162 color: #22c688;
2163 }
2164
2165
2166 #dashboard_content .opts_input.ss_disabled,
2167 .opts_input.ss_disabled {
2168 background-color: #e5e5e5 !important;
2169 }
2170
2171
2172
2173 /*END dashboard css*/
2174
2175 /* gs checkbox */
2176
2177 .gs_checkbox_wrapper {
2178 margin: 0px 0 15px;
2179 display: flex;
2180 justify-content: flex-start;
2181 align-items: center;
2182 color: #9a9a;
2183 height: 30px
2184 }
2185
2186 .gs_checkbox_title {
2187 font-size: 15px;
2188 color: #757575;
2189 }
2190 .gs_checkbox_title span {
2191 border-bottom: 1px dotted #a4a2a299;
2192 color: #757575;
2193 line-height: 1.4;
2194 }
2195 .title_holder_vertical {
2196 display: flex;
2197 position: relative;
2198 cursor: help;
2199 width: fit-content;
2200 border-bottom: 1px dotted #b1afaf;
2201 line-height: 1.3;
2202 transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
2203 }
2204 .title_holder_vertical:hover {
2205 border-bottom: 1px dotted #000;
2206 }
2207 .gs_title_vertical {
2208 background-color: #212020;
2209
2210 padding: 9px 11px;
2211 border-radius: 5px;
2212 height: fit-content;
2213 color: #fff !important;
2214 top: 0;
2215 right: -116px;
2216 width: 250px;
2217 font-size: 13px;
2218 position: absolute;
2219 cursor: default;
2220 z-index: 1000;
2221
2222 opacity: 0;
2223 visibility: hidden;
2224
2225 transform: translateX(0%) translateY(-100%) translateY(-18px);
2226 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
2227 line-height: 1.5;
2228 }
2229 .gs_title_vertical::before {
2230 top: 100%;
2231 content: "";
2232 position: absolute;
2233 left: 50%;
2234 transform-origin: 0% 0%;
2235 transform: rotate(45deg) translate(-50%, -50%);
2236 background-color: #212020;
2237 width: 10px;
2238 height: 10px;
2239 display: block;
2240 }
2241 .gs_title_vertical.visible {
2242 transform: translateX(0%) translateY(-100%) translateY(-8px);
2243 opacity: 1;
2244 visibility: visible;
2245 }
2246 .title_v_subtitle {
2247 margin-bottom: 2px;
2248 display: inline-block;
2249 border-bottom: 1px dotted #c496f8 !important;
2250 color: #c496f8 !important;
2251 font-weight: bold;
2252 margin-right: 1px;
2253 font-size: 14px;
2254 }
2255 .title_holder_horizontal {
2256
2257 }
2258 .gs_switcher {
2259 margin: 0 20px;
2260 height: 100%;
2261 width: 30px;
2262 position: relative;
2263
2264 cursor: pointer;
2265 }
2266 .gs_switcher_button {
2267 background-color: #e6560e;
2268 border-radius: 50%;
2269 width: 20px;
2270 height: 20px;
2271 position: absolute;
2272 top: 50%;
2273 left: 0;
2274 z-index: 11;
2275
2276 transform: translateX(-50%) translateY(-50%);
2277
2278 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2279 }
2280 .gs_switcher_button_on .gs_switcher_button {
2281 left: 100%;
2282 }
2283 .gs_switcher_bar {
2284 background-color: #dedede;
2285 width: 100%;
2286 height: 8px;
2287 position: absolute;
2288 top: 50%;
2289 left: 0;
2290 z-index: 10;
2291 border-radius: 9px;
2292 transform: translateY(-50%);
2293 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2294 }
2295 .gs_switcher:hover .gs_switcher_button {
2296 transform: translateX(-50%) translateY(-50%) scale(1.1,1.1);
2297 background-color: #f50;
2298 }
2299 .gs_switcher:hover .gs_switcher_bar {
2300 background-color: #c5c2c2;
2301 }
2302 /*gs mono swicther*/
2303 .gs_mono_checkbox_wrapper {
2304 display: flex;
2305 justify-content: flex-start;
2306 align-items: center;
2307 width: fit-content;
2308 cursor: pointer;
2309 }
2310 .gs_mono_checkbox_wrapper.ss_disabled {
2311 cursor: not-allowed !important;
2312 }
2313 .gs_mono_switcher {
2314 background-color: #aca8a8;
2315 margin-right: 5px;
2316 border-radius: 13px;
2317 height: 24px;
2318 width: 45px;
2319 position: relative;
2320 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2321 }
2322 .gs_mono_switcher_button {
2323 background-color: #fff;
2324 border-radius: 50%;
2325 width: 16px;
2326 height: 16px;
2327 position: absolute;
2328 top: 50%;
2329 left: 13px;
2330 z-index: 11;
2331 transform: translateX(-50%) translateY(-50%);
2332 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2333 }
2334 .gs_mono_switcher_button_on .gs_mono_switcher_button {
2335 left: 33px;
2336 }
2337 .gs_mono_checkbox_wrapper:hover .gs_mono_switcher {
2338 background-color: #868282;
2339 }
2340 .gs_mono_checkbox_wrapper:hover .gs_mono_label_0 {
2341 color: #868282;
2342 }
2343 .gs_mono_switcher_button_on .gs_mono_switcher {
2344 background-color: #8b44c1 !important;
2345 }
2346 .gs_mono_checkbox {
2347 display: none !important;
2348 }
2349 .gs_mono_label {
2350 font-size: 13px;
2351 text-transform: uppercase;
2352 }
2353 .gs_mono_label_0 {
2354 color: #aca8a8;
2355 display: flex;
2356 }
2357 .gs_mono_label_1 {
2358 color: #8b44c1;
2359 display: none;
2360 }
2361 .gs_mono_switcher_button_on .gs_mono_label_0 {
2362 display: none;
2363 }
2364 .gs_mono_switcher_button_on .gs_mono_label_1 {
2365 display: flex;
2366 }
2367 /*end mono checkbox*/
2368
2369
2370 .gsp_slider_element {
2371 display: flex;
2372 width: 100%;
2373 flex-direction: column;
2374 }
2375 .gsp_slider_wrapper {
2376 width: 100%;
2377 height: 18px;
2378 border-radius: 12px;
2379 opacity: 1;
2380 position: relative;
2381
2382 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2383
2384 border: none;
2385 box-sizing: border-box;
2386 }
2387
2388 .gsp_slider_wrapper_hidden {
2389 opacity: 0 !important;
2390 }
2391
2392 .gsp_slider_bar {
2393 position: absolute;
2394 top: 0;
2395 left: 0;
2396 width: 100%;
2397 height: 100%;
2398 background-color: #dcdcdc;
2399 border-radius: 12px;
2400 }
2401 .gsp_slider_bar_active {
2402 position: absolute;
2403 bottom: 0;
2404 width: 0%;
2405 height: 100%;
2406 background-color: #4f1f73;
2407 border-radius: 12px;
2408 border-top-right-radius: 0 !important;
2409 border-bottom-right-radius: 0 !important;
2410
2411 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2412 }
2413 .gsp_slider_bar_percents {
2414 top: 0px;
2415 position: absolute;
2416 bottom: 0px;
2417 /* height: 100%; */
2418 z-index: 10;
2419 width: 100%;
2420 }
2421 .gsp_slider_z_index_low {
2422 z-index: 9 !important;
2423 }
2424 .gsp_slider_bar_button {
2425 position: absolute;
2426 border-radius: 50%;
2427 background-color: #f50;
2428 width: 18px;
2429 height: 18px;
2430 transform: translateX(-50%);
2431 top: 0;
2432 left: 100%;
2433 cursor: default;
2434 box-shadow: 0 0 4px 0px #0000004f;
2435 z-index: 11;
2436 border: none;
2437
2438 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2439 }
2440 .gsp_slider_bar_button.gsp_slider_z_index_low {
2441 /*transform: scale(1.2,1.2) translateX(-50%) translateY(50%);*/
2442 cursor: default;
2443 }
2444
2445
2446 .gsp_label_wrapper {
2447 display: flex;
2448 width: 100%;
2449
2450 flex-direction: row;
2451 align-items: center;
2452 justify-content: flex-start;
2453 }
2454 .gsp_demo_label_small {
2455 display: flex;
2456
2457 flex-grow: 1;
2458 font-size: 12px;
2459 width: initial;
2460 }
2461 .gsp_value_label {
2462 transform: translate(-3px, -4px);
2463 font-size: 11px;
2464 color: #4f1f73;
2465 display: flex;
2466 flex-grow: 0;
2467 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2468 text-align: center;
2469 outline: none;
2470 width: 45px;
2471 height: auto;
2472 border-radius: 4px;
2473 border: 1px solid #4f1f732e;
2474 padding: 2px 0px;
2475 box-shadow: 1px 1px 2px 0px #4f1f7347;
2476 }
2477 .gsp_label_reset_icon {
2478 width: 24px;
2479 height: 16px;
2480 display: flex;
2481 flex-grow: 0;
2482 color: #4f1f73c7;
2483 font-size: 11px;
2484 justify-content: center;
2485 align-items: center;
2486 cursor: pointer;
2487 margin-right: 5px;
2488 transform: translate(-3px, -4px);
2489 border-radius: 3px;
2490 border: 1px solid #4f1f732e;
2491 box-shadow: 1px 1px 2px 0px #4f1f7347;
2492 background-color: #fff;
2493
2494 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
2495 }
2496 .ss_slider_element_wrapper .gsp_label_reset_icon {
2497 background-color: #fff !important;
2498 border: 1px solid #4f1f732e !important;
2499
2500 }
2501 .ss_slider_element_wrapper .gsp_slider_bar {
2502 background-color: #dcdcdc !important;
2503 }
2504 .ss_slider_element_wrapper .gsp_slider_bar_active {
2505 background-color: #ffc9ad !important;
2506 }
2507 .ss_slider_element_wrapper .gsp_slider_wrapper {
2508 }
2509 .ss_slider_element_wrapper .gsp_slider_bar_button {
2510 background-color: #ffc9ad !important;
2511 }
2512 .ss_slider_element_wrapper .gsp_label_reset_icon {
2513 color: #747474 !important;
2514 }
2515 .ss_slider_element_wrapper label {
2516 display: flex;
2517 flex-grow: 1;
2518 }
2519 .ss_slider_element_wrapper.gsp_option_disabled .gsp_option_disable_wrapper {
2520 display: block;
2521 position: absolute;
2522 top: -15px;
2523 left: 0;
2524 right: 0;
2525 bottom: -5px;
2526 background-color: #dfdfdf6b;
2527 z-index: 12;
2528 cursor: not-allowed;
2529 }
2530
2531 .gsp_label_reset_icon svg {
2532 width: 50%;
2533 height: auto;
2534 }
2535 .gsp_label_reset_icon:hover {
2536 color: #f50;
2537 border: 1px solid #4f1f738a;
2538 box-shadow: 1px 1px 2px 0px #4f1f73b8;
2539 }
2540 .gsp_label_reset_icon.gsp_reset_disabled {
2541 cursor: default !important;
2542 color: #a7a7a7 !important;
2543
2544 }
2545 .gsp_label_reset_icon.gsp_reset_disabled:hover {
2546 color: #a7a7a7;
2547 border: 1px solid #4f1f732e;
2548 box-shadow: 1px 1px 2px 0px #4f1f7347;
2549 }
2550
2551
2552 #gsp_slider_speed .gsp_value_label,
2553 #gsp_w_slider_speed .gsp_value_label {
2554 width: 47px;
2555 height: 20px;
2556 min-height: 20px;
2557 }
2558 #gsp_slider_pitch .gsp_value_label,
2559 #gsp_w_slider_pitch .gsp_value_label {
2560 width: 47px;
2561 height: 20px;
2562 min-height: 20px;
2563 }
2564 .gsp_value_label:focus,
2565 .gsp_value_label:active {
2566 outline: none;
2567 color: #f50;
2568
2569 border: 1px solid #4f1f738a;
2570 box-shadow: 1px 1px 2px 0px #4f1f73b8;
2571 }
2572
2573 /*ss languages*/
2574 #ss_translation_options {
2575 display: flex;
2576 flex-wrap: wrap;
2577 }
2578 #ss_w_translation_options {
2579 display: flex;
2580 flex-wrap: wrap;
2581 }
2582 .ss_translation_item {
2583 display: flex;
2584 width: 100%;
2585 flex-direction: column;
2586 font-size: 14px;
2587 margin-bottom: 5px;
2588 }
2589 .ss_tr_line1 {
2590 height: 30px;
2591 display: flex;
2592 align-items: center;
2593 }
2594 .ss_tr_line2 {
2595 display: block;
2596 height: 0px;
2597 transition: 300ms ease-out;
2598 overflow: hidden;
2599 }
2600 .ss_tr_line2_v {
2601 height: 35px !important;
2602 }
2603 .ss_tr_line2 .items_select_filter_wrapper {
2604 width: 90% !important;
2605 margin-left: 31px;
2606 min-width: initial !important;
2607 }
2608 .ss_display_none {
2609 display: none !important;
2610 }
2611 .ss_ov_h {
2612 overflow: hidden !important;
2613 }
2614 .ss_ov_v {
2615 overflow: visible !important;
2616 }
2617
2618 .ss_langs_opt {
2619 width: 25%;
2620 min-width: 330px;
2621 margin-top: 15px;
2622 }
2623
2624
2625
2626
2627
2628 /*END slider*/
2629
2630 .gsp_login_wrapper {
2631 box-sizing: border-box;
2632 border-radius: 7px;
2633 padding: 50px 40px 15px 40px;
2634 width: 350px;
2635 background-color: #fff;
2636 margin: 50px auto 100px;
2637 display: flex;
2638 flex-direction: column;
2639 color: #333;
2640 box-shadow: 0 0 3px 1px #00000029;
2641 }
2642 .gsp_login_title {
2643 text-align: center;
2644 margin-bottom: 12px;
2645 font-size: 26px;
2646 }
2647 .gsp_login_subtitle {
2648 font-size: 16px;
2649 color: #999;
2650 text-align: center;
2651 margin-bottom: 20px;
2652 }
2653 .gsp_login_input {
2654 width: 100%;
2655 height: 35px;
2656 cursor: default;
2657 margin-bottom: 7px;
2658 background-color: #e4e4e4 !important;
2659 color: #3d3c3c !important;
2660 text-align: center !important;
2661 border: none !important;
2662 border-radius: 5px !important;
2663 box-shadow: none !important;
2664 }
2665 .gsp_login_input::placeholder {
2666 color: #999999 !important;
2667 }
2668
2669 .ss_buttons_holder .gsp_login_button {
2670 max-width: 250px;
2671 }
2672 .gsp_login_button {
2673 width: 100%;
2674 max-width: 400px;
2675 margin-top: 10px;
2676 border-radius: 12px;
2677 background-color: #561d81;
2678 color: #fff;
2679 font-size: 14px;
2680 display: flex;
2681 align-items: center;
2682 justify-content: center;
2683 height: 42px;
2684 cursor: pointer;
2685 border: none;
2686 text-transform: uppercase;
2687 transition: 0.4s ease-out;
2688 }
2689 .gsp_login_button.ss_red_button {
2690 background-color: #930201;
2691 }
2692 .gsp_login_button.ss_red_button:hover {
2693 background-color: #5d0403;
2694 }
2695 .gsp_login_button:hover {
2696 background-color: #2e0d47;
2697 }
2698 #gsp_tabs_wrapper {
2699 width: 100%;
2700 border-bottom: 1px solid #b9b8b8;
2701 display: flex;
2702 flex-direction: row;
2703 position: relative;
2704 margin-top: 30px;
2705 }
2706 .gsp_tab {
2707 height: 40px;
2708 font-size: 18px;
2709 margin-right: 5px;
2710 padding: 0px;
2711 color: #8f8f8f;
2712 cursor: pointer;
2713 border-top-right-radius: 5px;
2714 border-top-left-radius: 5px;
2715 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
2716 /*transform: translateY(1px);*/
2717 border-bottom: 1px solid transparent;
2718 text-decoration: none;
2719 box-shadow: none !important;
2720
2721 display: flex;
2722 align-items: center;
2723 }
2724 .gsp_tab_selected {
2725 color: #561d82;
2726 background-color: #ffffff;
2727 border-bottom: 1px solid #902fda;
2728 }
2729 .gsp_tab:hover {
2730 color: #561d82;
2731 border-bottom: 1px solid #902fda;
2732 }
2733
2734 .gsp_tab_old_basic {
2735 position: absolute;
2736 right: 0px;
2737 bottom: 0;
2738 padding: 7px 0;
2739 width: 190px;
2740 text-align: center;
2741 background-color: #f0f0f1;
2742 }
2743 .gsp_tab_old_basic_pos_2 {
2744 right: 150px !important;
2745 }
2746 .gsp_hidden {
2747 display: none !important;
2748 }
2749 .gsp_tab_old_styles {
2750 position: absolute;
2751 right: 0;
2752 bottom: 0;
2753 padding: 7px 0;
2754 width: 150px;
2755 text-align: center;
2756 }
2757 .gsp_tab_sign_out {
2758 font-size: 15px;
2759 position: absolute;
2760 right: 0;
2761 top: -60px;
2762 color: #646464;
2763 background-color: #fff;
2764 }
2765
2766 .gsp_dash_title {
2767 color: #4a4a4a;
2768 font-size: 22px;
2769 margin: 25px 0 0px 5px;
2770 display: flex;
2771 flex-direction: row;
2772 align-items: center;
2773 }
2774 .gsp_dash_title span {
2775 margin-left: 9px;
2776 }
2777 .gsp_dash_title img {
2778 overflow: hidden;
2779 border-radius: 5px;
2780 width: 64px;
2781 height: auto;
2782 }
2783
2784 .gsp_tab_c {
2785 display: none;
2786 position: relative;
2787 }
2788 .gsp_tab_active {
2789 display: block !important;
2790 /*height: 100%;*/
2791 }
2792
2793 .gsp_error,
2794 .gsp_input.gsp_error,
2795 input.gsp_input.gsp_error {
2796 border: 1px solid #db0707 !important;
2797 }
2798
2799 .gsp_tab_c_old_basic,
2800 .gsp_tab_c_old_styles {
2801 margin: 30px;
2802 border-radius: 7px;
2803 border: 1px solid #cfcfcf;
2804 padding: 30px;
2805 background-color: #fff;
2806 }
2807
2808
2809
2810 #gsp_data {
2811 display: none;
2812 }
2813
2814 .gsp_left_m_c {
2815 display: none;
2816 }
2817 .gsp_left_m_c_active {
2818 display: block !important;
2819 }
2820
2821 .gsp_tab_website_settings {
2822 display: flex;
2823 align-items: center;
2824 justify-content: flex-start;
2825 flex-direction: row;
2826 }
2827
2828 .ss_cloud_icon {
2829 justify-content: center;
2830 left: 15px;
2831 align-items: center;
2832 display: flex;
2833
2834 position: absolute;
2835 width: 26px;
2836 height: 26px;
2837 margin-right: 11px;
2838 }
2839 .ss_video_icon {
2840 justify-content: center;
2841 align-items: center;
2842 display: flex;
2843 left: 15px;
2844 top: 1px;
2845 position: absolute;
2846 width: 20px;
2847 height: 30px;
2848 margin-right: 11px;
2849 }
2850
2851 .ss_video_icon img {
2852 height: 24px;
2853 }
2854 .ss_top_menu_icon {
2855 color: #929292;
2856 height: 24px;
2857 width: 24px;
2858 display: flex;
2859 align-items: center;
2860 justify-content: center;
2861 margin-left: 15px;
2862 margin-right: 7px;
2863
2864 transition: 0.4s ease-out;
2865 }
2866 .gsp_tab:hover .ss_top_menu_icon,
2867 .gsp_tab_selected .ss_top_menu_icon {
2868 color: #6f4196;
2869 }
2870 .ss_top_menu_icon svg {
2871 display: flex;
2872 width: 100%;
2873 }
2874 .gsp_tab span {
2875 display: inline-block;
2876 margin-right: 15px;
2877 }
2878 .gsp_tab_faq .ss_top_menu_icon {
2879 width: 20px;
2880 height: 20px;
2881 }
2882
2883
2884
2885
2886 .gsp_tab_video_demo {
2887 /*width: 200px;*/
2888 }
2889
2890 .items_wrapper {
2891 width: 100%;
2892 padding: 20px;
2893 border-radius: 5px;
2894 height: 100%;
2895 display: flex;
2896 flex-direction: column;
2897 position: relative;
2898 background-color: #fff;
2899 border: 1px solid #e0e0e0;
2900
2901 min-height: 550px;
2902 }
2903 .items_wrapper_overlay {
2904 z-index: 330;
2905 position: absolute;
2906 top: 0;
2907 right: 0;
2908 bottom: 0;
2909 left: 0;
2910 background-color: #e3e3e321;
2911 display: none;
2912 }
2913 .items_wrapper_overlay_visible {
2914 display: block !important;
2915 }
2916 .items_header {
2917 width: 100%;
2918 height: 80px;
2919 display: flex;
2920 align-items: center;
2921 justify-content: space-between;
2922 }
2923 .items_count {
2924 font-size: 15px;
2925 }
2926 .items_options {
2927 display: flex;
2928 position: relative;
2929 }
2930 .item_item {
2931 align-items: center;
2932 border-bottom: 1px solid #e4e4e4;
2933 display: flex;
2934 flex-direction: row;
2935 padding: 16px 20px;
2936 cursor: pointer;
2937 }
2938 .item_item:hover {
2939 background-color: #f6ebff;
2940 }
2941
2942 .items_pagination {
2943 color: #999;
2944 font-size: 12px;
2945 display: flex;
2946 align-items: center;
2947 justify-content: center;
2948 margin-top: 15px;
2949 width: 100%;
2950 position: relative;
2951 }
2952 .items_pagination_itms_holder {
2953 margin: 0 15px;
2954 justify-content: center;
2955 align-items: center;
2956 display: flex;
2957 width: 1px;
2958 flex-basis: 100%;
2959 flex-flow: wrap;
2960 }
2961 .p_hid {
2962 display: none;
2963 }
2964 .itms_p_i {
2965 font-size: 13px;
2966 margin-right: 3px;
2967 width: 35px;
2968 height: 35px;
2969 display: flex;
2970 align-items: center;
2971 justify-content: center;
2972 color: #8731c8;
2973 cursor: pointer;
2974 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
2975 border-radius: 5px;
2976 }
2977 .itms_p_i:hover {
2978 background-color: #cecece;
2979 color: #ffffff;
2980 }
2981 .itms_p_sel {
2982 cursor: default;
2983 background-color: #8731c8;
2984 color: #fff;
2985 }
2986 .itms_p_sel:hover {
2987 background-color: #8731c8;
2988 }
2989 .itms_pages_limit {
2990 width: 70px !important;
2991 }
2992
2993
2994 .items_body {
2995 border-radius: 5px;
2996 border: 1px solid #e4e4e4;
2997 color: #999;
2998 font-size: 13px;
2999 }
3000 .items_body_header {
3001 border-bottom: 1px solid #e4e4e4;
3002 display: flex;
3003 flex-direction: row;
3004 padding: 12px 20px
3005 }
3006 .item_row_item {
3007 font-size: 14px;
3008 color: #5e646e;
3009 margin-right: 7px;
3010 position: relative;
3011 display: flex;
3012 }
3013 .itm_l {
3014 border-radius: 5px;
3015 position: absolute;
3016 top: -5px;
3017 left: -5px;
3018 bottom: -5px;
3019 right: 5px;
3020 background-color: #eeeeee;
3021 z-index: 1;
3022 display: none;
3023
3024 animation: loading_color 2000ms cubic-bezier(0.42, -0.09, 0.13, 0.83) normal infinite;
3025 }
3026 .itm_c {
3027 white-space: nowrap;
3028 overflow: hidden;
3029 text-overflow: ellipsis;
3030 }
3031 .itm_c_nl {
3032 display: none;
3033 }
3034 .itm_c a, .itm_c span {
3035 /* overflow: hidden;
3036 width: 100%;
3037 text-overflow: ellipsis;
3038 white-space: nowrap;*/
3039 }
3040 .itm_c_hidden {
3041 visibility: hidden;
3042 }
3043 .itm_l_visible {
3044 display: block !important;
3045 }
3046 .item_row_item_4 .itm_l {
3047 right: -10px;
3048 }
3049
3050 .item_row_item_h {
3051 margin-right: 7px;
3052 display: flex;
3053
3054 -webkit-touch-callout: none; /* iOS Safari */
3055 -webkit-user-select: none; /* Safari */
3056 -khtml-user-select: none; /* Konqueror HTML */
3057 -moz-user-select: none; /* Old versions of Firefox */
3058 -ms-user-select: none; /* Internet Explorer/Edge */
3059 user-select: none;
3060 }
3061 .item_row_item_150 {
3062 width: 150px;
3063 }
3064 .item_row_item_220 {
3065 width: 220px;
3066 }
3067 .item_row_item_130 {
3068 width: 130px;
3069 }
3070 .item_row_item_1 {
3071 width: 200px;
3072 }
3073 .item_row_item_2 {
3074 flex-grow: 1;
3075 width: 1px;
3076 }
3077 .item_row_item_3 {
3078 width: 90px;
3079 }
3080 .item_row_item_3_0 {
3081 width: 150px;
3082 }
3083
3084 .item_row_item_4 {
3085 justify-content: flex-end;
3086 width: 50px;
3087 display: flex;
3088 }
3089 .item_row_item_4_0 {
3090 justify-content: flex-end;
3091 width: 60px;
3092 display: flex;
3093 }
3094 .itm_has_ord {
3095 display: flex;
3096 cursor: pointer;
3097
3098 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
3099 }
3100 .itm_has_ord:hover {
3101 color: #000;
3102 }
3103 .item_t {
3104 display: flex;
3105 height: 100%;
3106 align-items: center;
3107 }
3108 .itm_ord_active .item_t {
3109 color: #000;
3110 }
3111
3112 .item_t_order {
3113 margin-left: 3px;
3114 display: flex;
3115 height: 100%;
3116 align-items: center;
3117 color: rgb(153 153 153);
3118 }
3119 .item_ord_desc path:nth-child(2) {
3120 color: #000;
3121 }
3122 .item_ord_asc path:nth-child(1) {
3123 color: #000;
3124 }
3125
3126
3127 .refresh_login_wrapper {
3128 padding: 30px 0px 25px !important;
3129 margin: 0 !important;
3130 box-shadow: none !important;
3131 }
3132
3133 .gsp_tab_c_website_settings.gsp_tab_active {
3134 display: flex !important;
3135 flex-direction: row;
3136 height: 100%;
3137 background-color: #fff;
3138 }
3139 .gsp_dash_col_1 {
3140 display: flex;
3141 flex-direction: column;
3142 width: 260px;
3143 flex-shrink: 0;
3144 height: 100%;
3145 border-right: 1px solid #bbb;
3146 min-height: 800px;
3147 padding-top: 25px;
3148 }
3149 .gsp_dash_col_2 {
3150 display: flex;
3151 flex-direction: column;
3152 height: 100%;
3153 /*min-height: 800px;*/
3154 flex-grow: 1;
3155
3156 padding: 25px 0;
3157 }
3158
3159 .gsp_left_menu {
3160 display: flex;
3161 width: 100%;
3162 height: 45px;
3163 align-items: center;
3164 color: #555;
3165 padding-left: 25px;
3166 font-size: 16px;
3167 cursor: pointer;
3168
3169 transition: 0.3s ease-out;
3170 }
3171 .gsp_left_menu:hover {
3172 color: rgb(124 34 191) !important;
3173 background-color: #f5e8ff;
3174 }
3175 .gsp_left_menu_dummy {
3176 display: flex;
3177 width: 100%;
3178 height: 45px;
3179 align-items: center;
3180 color: #555;
3181 padding-left: 25px;
3182 font-size: 16px;
3183 cursor: pointer;
3184
3185 transition: 0.3s ease-out;
3186 }
3187 .gsp_left_menu_dummy:hover {
3188 color: rgb(124 34 191) !important;
3189 background-color: #f5e8ff;
3190 }
3191 .gsp_left_m_selected {
3192 color: rgb(124 34 191) !important;
3193 background-color: #f5e8ff;
3194 }
3195
3196 /*messages, overlay. loading*/
3197 .ss_message_container {
3198 background-color: #fff;
3199 box-shadow: 0px 4px 14px 1px #433d4769;
3200 border: 1px solid #656565;
3201 border-radius: 10px;
3202 z-index: 1003;
3203 width: 450px;
3204
3205 position: fixed;
3206 top: 70px;
3207 left: 50%;
3208 transform: translateX(-50%) translateY(-30px);
3209 opacity: 0;
3210 overflow: hidden;
3211 display: none;
3212 /*display: flex;*/
3213 flex-direction: column;
3214 visibility: visible !important;
3215
3216 transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
3217 }
3218 .ss_message_container.ssvis {
3219 display: flex;
3220 }
3221 .ss_message_container.sscomfirm-block {
3222 box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
3223 }
3224 .ss_message_container.ss_error,
3225 .ss_message_container.gsp_error {
3226 border: 1px solid #f51c1c;
3227 background-color: #ffefef;
3228 }
3229 .ss_message_container.ss_error .ss_message_title,
3230 .ss_message_container.gsp_error .ss_message_title {
3231 color: #f51c1c;
3232 }
3233 .ss_message_container.ss_error .ss_message_close,
3234 .ss_message_container.ss_error .gsp_message_close {
3235 color: #888888;
3236 }
3237 .ss_message_container.ss_success,
3238 .ss_message_container.gsp_success {
3239 border: 1px solid #307e3b;
3240 background-color: #eafbed;
3241 }
3242 .ss_message_container.ss_success .ss_message_title,
3243 .ss_message_container.gsp_success .ss_message_title {
3244 color: #358343;
3245 }
3246
3247 .gsp_sign_out_button_wrapper {
3248 width: 200px;
3249 margin: 50px auto;
3250 }
3251 .gsp_submit_button {
3252 width: 200px;
3253 margin: 25px 0 15px 5px;
3254 }
3255
3256 .gsp_title_sub_1 {
3257 color: #51d751;
3258 display: inline-block;
3259 }
3260 .gsp_title_sub_code {
3261 margin-top: 15px;
3262 color: #f38e24;
3263 display: block;
3264 font-style: italic;
3265 }
3266 .gsp_title_sub_path {
3267 margin-top: 5px;
3268 color: #43e006;
3269 display: block;
3270 font-style: italic;
3271 }
3272 .gsp_title_sub_path_inline {
3273 color: #43e006;
3274 display: inline;
3275 font-style: italic;
3276 }
3277 a.gsp_title_sub_link {
3278 width: fit-content;
3279 height: auto !important;
3280 text-shadow: 0 1px 5px #000000db !important;
3281 border-radius: 5px;
3282 background-color: #1e797e;
3283 color: #ffffff !important;
3284 display: block !important;
3285 text-decoration: none !important;
3286 transition: 0.4s ease-out !important;
3287 padding: 7px 29px !important;
3288 margin: 3px 0 7px 0 !important;
3289 box-shadow: 0 0 3px 1px #ffffff47 !important;
3290 border: 1px solid #052324 !important;
3291 }
3292 .gsp_title_sub_link:hover {
3293 background-color: #561d82;
3294 color: #fff;
3295 box-shadow: 0 0 3px 0px #ffffff;
3296 }
3297
3298 .ss_disabled {
3299 cursor: not-allowed !important;
3300 }
3301
3302
3303 .comfirm-sub-title {
3304 font-size: 14px;
3305 color: #7b8898;
3306 padding-bottom: 20px;
3307 text-align: center;
3308 }
3309 .comfirm-buttons-wrapper {
3310 display: flex;
3311 height: 32px;
3312 flex-direction: row;
3313 justify-content: center;
3314 }
3315 .ss-comfirm-button-1 {
3316 align-items: center;
3317 font-size: 12px;
3318 border-radius: 4px;
3319 background-color: #6b7986;
3320 color: #fff;
3321 padding: 0px 20px;
3322 margin: 0 8px;
3323 cursor: pointer;
3324 height: 100%;
3325 display: flex;
3326 text-shadow: 0px 2px 1px rgba(6, 6, 6, 0.14);
3327 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
3328 }
3329 .ss-comfirm-button-2 {
3330 align-items: center;
3331 font-size: 12px;
3332 border-radius: 4px;
3333 background-color: #51b82d;
3334 color: #fff;
3335 padding: 0px 20px;
3336 margin: 0 8px;
3337 cursor: pointer;
3338 height: 100%;
3339 display: flex;
3340 text-shadow: 0px 2px 1px rgba(6, 6, 6, 0.14);
3341 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
3342 }
3343 .ss-comfirm-button-1:hover,
3344 .ss-comfirm-button-2:hover {
3345 background-color: #000 !important;
3346 }
3347 .ss-comfirm-button-2.cmf-red {
3348 background-color: #c54633;
3349 }
3350 .ss-comfirm-button-2.cmf-blue {
3351 background-color: #1999e3;
3352 }
3353 .ss-comfirm-button-2.cmf-green {
3354 background-color: #5cba3c;
3355 }
3356 .ss_message_container.ss_visible {
3357 opacity: 1;
3358 transform: translateX(-50%) translateY(0px);
3359 display: flex;
3360 }
3361 .ss_message_title {
3362 width: 100%;
3363 /*height: 45px;*/
3364 font-size: 16px;
3365 color: #4e4e4e;
3366 display: flex;
3367 align-items: center;
3368 justify-content: center;
3369 flex-direction: column;
3370
3371 padding: 10px 35px 10px 35px;
3372
3373 box-sizing: border-box;
3374 line-height: 18px;
3375 }
3376 .sscomfirm-block .ss_message_title {
3377 font-size: 17px;
3378 color: #686f75;
3379 background-color: #e2e2e2;
3380 border-bottom: 1px solid #c3c3c3;
3381 }
3382 .sscomfirm-block .ss_message_close {
3383 top: 1px;
3384 color: #a9a9a9;
3385 right: 7px;
3386 font-size: 25px;
3387 }
3388 .ss_message_body {
3389 padding-bottom: 7px;
3390 }
3391 .message-body {
3392 display: none;
3393 }
3394 .sscomfirm-block .message-body {
3395 display: flex;
3396 flex-direction: column;
3397 padding: 20px 0px;
3398 }
3399 .ss_message_title small {
3400 text-decoration: underline;
3401 font-size: 13px;
3402 color: #797979;
3403 }
3404 .ss_message_container.ss_error .ss_message_title {
3405 color: #f51c1c;
3406 }
3407 .ss_message_container.ss_success .ss_message_title {
3408 color: #49906d;
3409 }
3410 .ss_message_close {
3411 position: absolute;
3412 top: 3px;
3413 right: 5px;
3414 color: #bdbdbd;
3415 width: 22px;
3416 height: 22px;
3417 cursor: pointer;
3418
3419 transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
3420 }
3421 .ss_message_close:hover {
3422 transform: scale(1.1,1.1);
3423 color: #4f1f73e8;
3424 }
3425 .ss_body_overlay {
3426 position: fixed;
3427 top: 0;
3428 left: 0;
3429 width: 100%;
3430 height: 100%;
3431 z-index: 1001;
3432 background-color: rgb(15 20 38 / 50%);
3433 opacity: 0;
3434 display: none;
3435
3436 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
3437 }
3438 .ss_body_overlay.ssvis {
3439 display: block;
3440 }
3441 .ss_body_overlay.ss_visible {
3442 display: block;
3443 opacity: 1;
3444 }
3445 #ss_page_loading {
3446 position: fixed;
3447 z-index: -1;
3448 top: 25%;
3449 left: 50%;
3450
3451 transform: translateX(-50%) translateY(-15px);
3452 width: 120px;
3453 height: auto;
3454 opacity: 0;
3455
3456 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
3457 display: block !important;
3458 }
3459 #ss_page_loading.ss_visible {
3460 z-index: 1004;
3461 opacity: 1;
3462 transform: translateX(-50%) translateY(0px);
3463 }
3464 #ss_page_loading img {
3465 width: 100%;
3466 height: auto;
3467 }
3468 /*END messages. overlay, loading*/
3469
3470 .gsp_opts_holder {
3471 border: 1px solid #c8c8c8;
3472 border-radius: 7px;
3473 width: 50%;
3474 background-color: #fff;
3475 margin: 15px 0 10px 5px;
3476 padding: 15px
3477 }
3478 .gsp_opts_title {
3479 font-size: 16px;
3480 color: #474747;
3481 margin-bottom: 3px;
3482 margin-top: 10px;
3483 }
3484 .gsp_opts_holder .gsp_input {
3485 width: 500px;
3486 }
3487
3488
3489
3490 .speaker_preview {
3491 max-height: 60px;
3492 background-color: rgb(252, 255, 218);
3493 padding: 22px 25px;
3494 border: 1px solid #e6db55;
3495 border-radius: 4px;
3496 position: relative;
3497 }
3498 .sound_container_pro {
3499 display: inline-block;
3500 position: relative;
3501 z-index: 9999;
3502 cursor: pointer;
3503 }
3504 .sound_container_pro.size_1 {
3505 width: 32px;
3506 height: 32px;
3507 left: 7px;
3508 top: -7px;
3509 }
3510 .sound_container_pro.size_0 {
3511 width: 16px;
3512 height: 16px;
3513 left: 5px;
3514 top: 0px;
3515 }
3516 .next_speaker,.next_tooltip {
3517 color: rgb(128, 69, 15);
3518 padding: 2px 0;
3519 text-align: center;
3520 border-radius: 4px;
3521 width: 38px;
3522 font-size: 12px;
3523 position: absolute;
3524 left: 0px;
3525 top: -7px;
3526 cursor: pointer;
3527 border: 1px solid #e6db55;
3528 background-color: rgb(252, 255, 218);
3529
3530 }
3531 .next_speaker:hover,.next_tooltip:hover {
3532 text-decoration: underline;
3533 background-color: rgb(253, 234, 194);
3534 border-radius: 6px;
3535 border: 1px solid rgb(230, 149, 85);
3536 }
3537 .prev_speaker,.prev_tooltip {
3538 color: rgb(128, 69, 15);
3539 padding: 2px 0;
3540 text-align: center;
3541 border-radius: 4px;
3542 width: 38px;
3543 font-size: 12px;
3544 position: absolute;
3545 left: 0px;
3546 bottom: -4px;
3547 cursor: pointer;
3548 border: 1px solid #e6db55;
3549 background-color: rgb(252, 255, 218);
3550 }
3551 .prev_speaker:hover,.prev_tooltip:hover {
3552 text-decoration: underline;
3553 background-color: rgb(253, 234, 194);
3554 border-radius: 6px;
3555 border: 1px solid rgb(230, 149, 85);
3556 }
3557 select {
3558 cursor: pointer;
3559 padding: 2px;
3560 border: 1px solid rgb(177, 171, 171);
3561 border-radius: 8px;
3562 color: #333;
3563 font-size: 12px;
3564 }
3565 select:hover,select:focus {
3566 background-color: rgb(252, 255, 218);
3567 border: 1px solid #e6db55;
3568 }
3569
3570 input,textarea {
3571 cursor: pointer;
3572 padding: 2px;
3573 border: 1px solid rgb(177, 171, 171);
3574 border-radius: 8px;
3575 color: #333;
3576 font-size: 12px;
3577 }
3578 input:hover,input:focus,textarea:hover,textarea:focus {
3579 background-color: rgb(252, 255, 218);
3580 border: 1px solid #e6db55;
3581 }
3582 .old_p {
3583 margin: 12px 2px;
3584 }
3585 .wpgs_slider {
3586 width: 353px;
3587 }
3588
3589 .purchase_block{
3590 position: relative;
3591 padding: 10px;
3592 margin: 10px 0 17px 0;
3593 -webkit-border-radius: 3px;
3594 -moz-border-radius: 3px;
3595 border-radius: 3px;
3596
3597 color:#111;
3598
3599 font-weight: bold;
3600 font-size: 14px;
3601 text-align: center;
3602
3603 border: 1px solid #DFDFDF;
3604 background-color: #EFEFEF;
3605 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#EFEFEF"); /* for IE */
3606 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF)); /* for webkit browsers */
3607 background: -moz-linear-gradient(top, #fff, #EFEFEF); /* for firefox 3.6+ */
3608 }
3609 .purchase_block_txt {
3610 color:#333;
3611 margin-bottom: 6px;
3612 text-shadow: 1px 1px 0px #fff;
3613 }
3614
3615 #scf_buy_pro{
3616 border: 1px solid #F3C3BA;
3617 text-decoration: none;
3618 display: inline-block;
3619 font-weight: bold;
3620 cursor: pointer;
3621 background-color: #FD2600;
3622 padding: 12px;
3623 -webkit-border-radius: 5px;
3624 -moz-border-radius: 5px;
3625 color: #fff;
3626 font-size: 16px;
3627 text-shadow: 1px 1px 0px #000;
3628 background: -webkit-gradient(linear, left top, left bottom, from(#FD2600), to(#961600));
3629 background: -moz-linear-gradient(top, #FD2600, #961600); /* for firefox 3.6+ */
3630
3631 box-shadow: 2px 2px 5px rgba(158, 20, 1, 0.4);
3632 }
3633 #scf_buy_pro:hover{
3634 box-shadow: 2px 2px 6px rgba(158, 20, 1, 0.65);
3635 text-shadow: 1px 1px 1px #000;
3636 }
3637
3638
3639 .buy_pro {
3640 white-space: nowrap;
3641 text-shadow: 0px 0px 22px rgba(255, 226, 10, 0.74);
3642 top: 61px;
3643 right: 4px;
3644 position: absolute;
3645 color: rgb(240, 12, 12);
3646 display: block;
3647 font-weight: normal;
3648 font-size: 17px;
3649 }
3650 .pro_img {
3651 width: 140px;
3652 display: block;
3653 }
3654 .pro_wrapper {
3655 position: absolute;
3656 right: 21px;
3657 top: 11px;
3658 }
3659
3660 /***********************************************SPEAKERS***********************************************************************************/
3661 .sound_container_pro.speaker_1.size_0 {
3662 background: transparent url("../images/16/speaker1.png") left top no-repeat;
3663 }
3664 .sound_container_pro.speaker_1.size_1 {
3665 background: transparent url("../images/32/speaker1.png") left top no-repeat;
3666 }
3667
3668 .sound_container_pro.speaker_2.size_0 {
3669 background: transparent url("../images/16/speaker2.png") left top no-repeat;
3670 }
3671 .sound_container_pro.speaker_2.size_1 {
3672 background: transparent url("../images/32/speaker2.png") left top no-repeat;
3673 }
3674
3675 .sound_container_pro.speaker_3.size_0 {
3676 background: transparent url("../images/16/speaker3.png") left top no-repeat;
3677 }
3678 .sound_container_pro.speaker_3.size_1 {
3679 background: transparent url("../images/32/speaker3.png") left top no-repeat;
3680 }
3681
3682 .sound_container_pro.speaker_4.size_0 {
3683 background: transparent url("../images/16/speaker4.png") left top no-repeat;
3684 }
3685 .sound_container_pro.speaker_4.size_1 {
3686 background: transparent url("../images/32/speaker4.png") left top no-repeat;
3687 }
3688
3689 .sound_container_pro.speaker_5.size_0 {
3690 background: transparent url("../images/16/speaker5.png") left top no-repeat;
3691 }
3692 .sound_container_pro.speaker_5.size_1 {
3693 background: transparent url("../images/32/speaker5.png") left top no-repeat;
3694 }
3695
3696 .sound_container_pro.speaker_6.size_0 {
3697 background: transparent url("../images/16/speaker6.png") left top no-repeat;
3698 }
3699 .sound_container_pro.speaker_6.size_1 {
3700 background: transparent url("../images/32/speaker6.png") left top no-repeat;
3701 }
3702
3703 .sound_container_pro.speaker_7.size_0 {
3704 background: transparent url("../images/16/speaker7.png") left top no-repeat;
3705 }
3706 .sound_container_pro.speaker_7.size_1 {
3707 background: transparent url("../images/32/speaker7.png") left top no-repeat;
3708 }
3709
3710 .sound_container_pro.speaker_8.size_0 {
3711 background: transparent url("../images/16/speaker8.png") left top no-repeat;
3712 }
3713 .sound_container_pro.speaker_8.size_1 {
3714 background: transparent url("../images/32/speaker8.png") left top no-repeat;
3715 }
3716
3717 .sound_container_pro.speaker_9.size_0 {
3718 background: transparent url("../images/16/speaker9.png") left top no-repeat;
3719 }
3720 .sound_container_pro.speaker_9.size_1 {
3721 background: transparent url("../images/32/speaker9.png") left top no-repeat;
3722 }
3723
3724 .sound_container_pro.speaker_10.size_0 {
3725 background: transparent url("../images/16/speaker10.png") left top no-repeat;
3726 }
3727 .sound_container_pro.speaker_10.size_1 {
3728 background: transparent url("../images/32/speaker10.png") left top no-repeat;
3729 }
3730
3731 .sound_container_pro.speaker_11.size_0 {
3732 background: transparent url("../images/16/speaker11.png") left top no-repeat;
3733 }
3734 .sound_container_pro.speaker_11.size_1 {
3735 background: transparent url("../images/32/speaker11.png") left top no-repeat;
3736 }
3737
3738 .sound_container_pro.speaker_12.size_0 {
3739 background: transparent url("../images/16/speaker12.png") left top no-repeat;
3740 }
3741 .sound_container_pro.speaker_12.size_1 {
3742 background: transparent url("../images/32/speaker12.png") left top no-repeat;
3743 }
3744
3745 .sound_container_pro.speaker_13.size_0 {
3746 background: transparent url("../images/16/speaker13.png") left top no-repeat;
3747 }
3748 .sound_container_pro.speaker_13.size_1 {
3749 background: transparent url("../images/32/speaker13.png") left top no-repeat;
3750 }
3751
3752 .sound_container_pro.speaker_14.size_0 {
3753 background: transparent url("../images/16/speaker14.png") left top no-repeat;
3754 }
3755 .sound_container_pro.speaker_14.size_1 {
3756 background: transparent url("../images/32/speaker14.png") left top no-repeat;
3757 }
3758
3759 .sound_container_pro.speaker_15.size_0 {
3760 background: transparent url("../images/16/speaker15.png") left top no-repeat;
3761 }
3762 .sound_container_pro.speaker_15.size_1 {
3763 background: transparent url("../images/32/speaker15.png") left top no-repeat;
3764 }
3765
3766 .sound_container_pro.speaker_16.size_0 {
3767 background: transparent url("../images/16/speaker16.png") left top no-repeat;
3768 }
3769 .sound_container_pro.speaker_16.size_1 {
3770 background: transparent url("../images/32/speaker16.png") left top no-repeat;
3771 }
3772
3773 .sound_container_pro.speaker_17.size_0 {
3774 background: transparent url("../images/16/speaker17.png") left top no-repeat;
3775 }
3776 .sound_container_pro.speaker_17.size_1 {
3777 background: transparent url("../images/32/speaker17.png") left top no-repeat;
3778 }
3779
3780 .sound_container_pro.speaker_18.size_0 {
3781 background: transparent url("../images/16/speaker18.png") left top no-repeat;
3782 }
3783 .sound_container_pro.speaker_18.size_1 {
3784 background: transparent url("../images/32/speaker18.png") left top no-repeat;
3785 }
3786
3787 .sound_container_pro.speaker_19.size_0 {
3788 background: transparent url("../images/16/speaker19.png") left top no-repeat;
3789 }
3790 .sound_container_pro.speaker_19.size_1 {
3791 background: transparent url("../images/32/speaker19.png") left top no-repeat;
3792 }
3793
3794 .sound_container_pro.speaker_20.size_0 {
3795 background: transparent url("../images/16/speaker20.png") left top no-repeat;
3796 }
3797 .sound_container_pro.speaker_20.size_1 {
3798 background: transparent url("../images/32/speaker20.png") left top no-repeat;
3799 }
3800
3801 .sound_container_pro.speaker_21.size_0 {
3802 background: transparent url("../images/16/speaker21.png") left top no-repeat;
3803 }
3804 .sound_container_pro.speaker_21.size_1 {
3805 background: transparent url("../images/32/speaker21.png") left top no-repeat;
3806 }
3807
3808 .sound_container_pro.speaker_22.size_0 {
3809 background: transparent url("../images/16/speaker22.png") left top no-repeat;
3810 }
3811 .sound_container_pro.speaker_22.size_1 {
3812 background: transparent url("../images/32/speaker22.png") left top no-repeat;
3813 }
3814
3815 .sound_container_pro.speaker_23.size_0 {
3816 background: transparent url("../images/16/speaker23.png") left top no-repeat;
3817 }
3818 .sound_container_pro.speaker_23.size_1 {
3819 background: transparent url("../images/32/speaker23.png") left top no-repeat;
3820 }
3821
3822 .sound_container_pro.speaker_24.size_0 {
3823 background: transparent url("../images/16/speaker24.png") left top no-repeat;
3824 }
3825 .sound_container_pro.speaker_24.size_1 {
3826 background: transparent url("../images/32/speaker24.png") left top no-repeat;
3827 }
3828
3829 .sound_container_pro.speaker_25.size_0 {
3830 background: transparent url("../images/16/speaker25.png") left top no-repeat;
3831 }
3832 .sound_container_pro.speaker_25.size_1 {
3833 background: transparent url("../images/32/speaker25.png") left top no-repeat;
3834 }
3835
3836 .sound_container_pro.speaker_26.size_0 {
3837 background: transparent url("../images/16/speaker26.png") left top no-repeat;
3838 }
3839 .sound_container_pro.speaker_26.size_1 {
3840 background: transparent url("../images/32/speaker26.png") left top no-repeat;
3841 }
3842
3843 .sound_container_pro.speaker_27.size_0 {
3844 background: transparent url("../images/16/speaker27.png") left top no-repeat;
3845 }
3846 .sound_container_pro.speaker_27.size_1 {
3847 background: transparent url("../images/32/speaker27.png") left top no-repeat;
3848 }
3849
3850 .sound_container_pro.speaker_28.size_0 {
3851 background: transparent url("../images/16/speaker28.png") left top no-repeat;
3852 }
3853 .sound_container_pro.speaker_28.size_1 {
3854 background: transparent url("../images/32/speaker28.png") left top no-repeat;
3855 }
3856
3857 .sound_container_pro.speaker_29.size_0 {
3858 background: transparent url("../images/16/speaker29.png") left top no-repeat;
3859 }
3860 .sound_container_pro.speaker_29.size_1 {
3861 background: transparent url("../images/32/speaker29.png") left top no-repeat;
3862 }
3863
3864 .sound_container_pro.speaker_30.size_0 {
3865 background: transparent url("../images/16/speaker30.png") left top no-repeat;
3866 }
3867 .sound_container_pro.speaker_30.size_1 {
3868 background: transparent url("../images/32/speaker30.png") left top no-repeat;
3869 }
3870
3871 .sound_container_pro.speaker_31.size_0 {
3872 background: transparent url("../images/16/speaker31.png") left top no-repeat;
3873 }
3874 .sound_container_pro.speaker_31.size_1 {
3875 background: transparent url("../images/32/speaker31.png") left top no-repeat;
3876 }
3877
3878 .sound_container_pro.speaker_32.size_0 {
3879 background: transparent url("../images/16/speaker32.png") left top no-repeat;
3880 }
3881 .sound_container_pro.speaker_32.size_1 {
3882 background: transparent url("../images/32/speaker32.png") left top no-repeat;
3883 }
3884
3885 .sound_container_pro.speaker_33.size_0 {
3886 background: transparent url("../images/16/speaker33.png") left top no-repeat;
3887 }
3888 .sound_container_pro.speaker_33.size_1 {
3889 background: transparent url("../images/32/speaker33.png") left top no-repeat;
3890 }
3891
3892 .sound_container_pro.speaker_34.size_0 {
3893 background: transparent url("../images/16/speaker34.png") left top no-repeat;
3894 }
3895 .sound_container_pro.speaker_34.size_1 {
3896 background: transparent url("../images/32/speaker34.png") left top no-repeat;
3897 }
3898
3899 .sound_container_pro.speaker_35.size_0 {
3900 background: transparent url("../images/16/speaker35.png") left top no-repeat;
3901 }
3902 .sound_container_pro.speaker_35.size_1 {
3903 background: transparent url("../images/32/speaker35.png") left top no-repeat;
3904 }
3905
3906 .sound_container_pro.speaker_36.size_0 {
3907 background: transparent url("../images/16/speaker36.png") left top no-repeat;
3908 }
3909 .sound_container_pro.speaker_36.size_1 {
3910 background: transparent url("../images/32/speaker36.png") left top no-repeat;
3911 }
3912
3913 .sound_container_pro.speaker_37.size_0 {
3914 background: transparent url("../images/16/speaker37.png") left top no-repeat;
3915 }
3916 .sound_container_pro.speaker_37.size_1 {
3917 background: transparent url("../images/32/speaker37.png") left top no-repeat;
3918 }
3919
3920 .sound_container_pro.speaker_38.size_0 {
3921 background: transparent url("../images/16/speaker38.png") left top no-repeat;
3922 }
3923 .sound_container_pro.speaker_38.size_1 {
3924 background: transparent url("../images/32/speaker38.png") left top no-repeat;
3925 }
3926
3927 .sound_container_pro.speaker_39.size_0 {
3928 background: transparent url("../images/16/speaker39.png") left top no-repeat;
3929 }
3930 .sound_container_pro.speaker_39.size_1 {
3931 background: transparent url("../images/32/speaker39.png") left top no-repeat;
3932 }
3933
3934 .sound_container_pro.speaker_40.size_0 {
3935 background: transparent url("../images/16/speaker40.png") left top no-repeat;
3936 }
3937 .sound_container_pro.speaker_40.size_1 {
3938 background: transparent url("../images/32/speaker40.png") left top no-repeat;
3939 }
3940
3941 .sexy_tooltip_title {
3942 position: absolute;
3943 display: block;
3944 z-index: 9997;
3945 top: 2px;
3946 left: 50%;
3947 margin-left: -32px;
3948 opacity: 0.95;
3949 }
3950
3951 .ui-accordion-content {
3952 overflow: visible !important;
3953 }
3954
3955 .buy_pro {
3956 white-space: nowrap;
3957 text-shadow: 0px 0px 22px rgba(255, 226, 10, 0.74);
3958 top: 61px;
3959 right: 4px;
3960 position: absolute;
3961 color: rgb(240, 12, 12);
3962 display: block;
3963 font-weight: normal;
3964 font-size: 17px;
3965 }
3966 .pro_img {
3967 width: 140px;
3968 display: block;
3969 }
3970 .pro_wrapper {
3971 position: absolute;
3972 right: 21px;
3973 top: 3px;
3974 }
3975 .ext_title_wrapper {
3976 padding: 25px 0 0 7px;
3977 }
3978 .ext_title_wrapper a{
3979 font-size: 25px;
3980 text-decoration: none;
3981 }
3982 .ext_title_wrapper img{
3983 margin-bottom: -6px;
3984 }
3985 .ext_info_wrapper {
3986 position: relative;
3987 height: 87px;
3988 }
3989
3990 /*gspeech dashboard*/
3991 .gsp_input_holder .items_select_filter_wrapper {
3992 width: 100%;
3993 }
3994 .gsp_dashboard_wrapper * {
3995 box-sizing: border-box;
3996 }
3997
3998 .gsp_dashboard_wrapper ul,
3999 .gsp_dashboard_wrapper li {
4000 margin-bottom: 0;
4001 }
4002
4003 .gsp_input {
4004 border: 1px solid #b4b4b4 !important;
4005 background-color: #fff !important;
4006 border-radius: 4px !important;
4007 color: #2b2b2b !important;
4008 margin-bottom: 12px !important;
4009
4010 display: flex;
4011 align-items: center;
4012 height: 35px;
4013 font-size: 13px;
4014
4015 transition: 0.3s ease-out;
4016
4017 box-shadow: none !important;
4018 cursor: default !important;
4019 }
4020 .gsp_input:hover {
4021 border: 1px solid #777 !important;
4022 background-color: #f2f2f2 !important;
4023 }
4024 .gsp_input:focus {
4025 border: 1px solid #a435f8 !important;
4026 background-color: #f2f2f2 !important;
4027 }
4028 .gsp_input::placeholder {
4029 color: #7f7f7f !important;
4030 }
4031
4032 #gsp_create_website_button {
4033 margin-top: 22px;
4034 }
4035 .gsp_add_website_wrapper {
4036 width: 450px;
4037 }
4038 .gsp_add_website_wrapper .gsp_login_subtitle {
4039 margin-bottom: 28px;
4040 }
4041
4042 /*SS select*/
4043 .items_select_filter_wrapper {
4044 margin-left: 0px;
4045 width: 180px;
4046 height: 35px;
4047 border: 1px solid #b4b4b4;
4048 background-color: #fff;
4049 border-radius: 4px;
4050 position: relative;
4051 display: flex;
4052 align-items: center;
4053 font-size: 14px;
4054 z-index: 100;
4055
4056 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
4057 }
4058 .items_options .items_select_filter_wrapper {
4059 margin-left: 10px;
4060 }
4061 .items_select_filter_wrapper.ss_disabled {
4062 cursor: not-allowed !important;
4063 background-color: #e0e0e0;
4064 }
4065 .items_select_filter_wrapper.ss_disabled .items_select_filter {
4066 cursor: not-allowed !important;
4067 background-color: #e0e0e0;
4068 }
4069 .items_select_filter_wrapper.isfw_opened {
4070 border: 1px solid #a435f8 !important;
4071 }
4072 .items_select_filter_wrapper:hover {
4073 border: 1px solid #777;
4074 background-color: #f2f2f2;
4075 }
4076 .items_select_filter_wrapper_focused {
4077 border: 1px solid #a435f8 !important;
4078 }
4079 .items_select_filter {
4080 width: 100%;
4081 height: 100%;
4082 display: flex;
4083 position: relative;
4084 cursor: pointer;
4085 }
4086 .items_select_filter_content {
4087 height: 100%;
4088 display: flex;
4089 align-items: center;
4090 width: 100%;
4091 padding-right: 30px;
4092 color: #7e7e7e;
4093 padding-left: 10px;
4094 user-select: none;
4095 }
4096 .items_select_filter_content span {
4097 display: inline-block;
4098 white-space: nowrap;
4099 overflow: hidden;
4100 text-overflow: ellipsis;
4101 }
4102 .items_select_filter_icon_wrapper {
4103 position: absolute;
4104 top: 0;
4105 right: 0;
4106 width: 30px;
4107 height: 100%;
4108 display: flex;
4109 align-items: center;
4110 justify-content: center;
4111 perspective: 40px;
4112 }
4113
4114 .items_select_filter_icon_holder {
4115 width: 8px;
4116 height: 8px;
4117 transform-style: preserve-3d;
4118 }
4119 .items_select_filter_icon_inner {
4120 transform: rotateX(0deg);
4121 transition: all 300ms ease;
4122 }
4123 .items_select_filter_icon {
4124 color: #ababab;
4125 display: flex;
4126 align-items: center;
4127 justify-content: center;
4128 width: 100%;
4129 height: 100%;
4130 transform: rotate(90deg);
4131
4132 transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
4133 }
4134 .isfi_opened .items_select_filter_icon {
4135 color: #a435f8 !important;
4136 }
4137 .isfi_opened .items_select_filter_icon_inner {
4138 transform: rotateX(180deg);
4139 }
4140
4141 #lng_sel_type_0 {
4142
4143 }
4144
4145 /*ss select*/
4146 .items_select_ul_wrapper {
4147 width: 100%;
4148 height: auto;
4149 /*overflow: auto;*/
4150
4151 position: absolute;
4152 top: calc(100% + 4px);
4153 z-index: 10;
4154
4155 right: 0;
4156 left: 0;
4157 perspective: 300px;
4158 display: none;
4159 }
4160 .isfw_opened .items_select_ul_wrapper {
4161 display: block;
4162 }
4163 .isfw_opened {
4164 z-index: 200 !important;
4165 }
4166 .items_select_ul_holder {
4167 width: 100%;
4168 height: auto;
4169 transform-style: preserve-3d;
4170 }
4171 .items_select_ul_inner {
4172 border: 1px solid #c5c5c5;
4173 width: 100%;
4174 height: auto;
4175 max-height: 210px;
4176 transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
4177 transform-origin: center;
4178 box-shadow: rgb(0 0 0 / 32%) 0px 0px 30px 0px;
4179 border-radius: 4px;
4180 background-color: #fff;
4181 overflow: auto;
4182
4183 transform: rotateX(90deg);
4184 opacity: 0;
4185 }
4186 .isuw_opened .items_select_ul_inner {
4187 transform: rotateX(0deg);
4188 opacity: 1;
4189 }
4190 .items_select_ul {
4191 display: flex;
4192 flex-direction: column;
4193 width: 100%;
4194 padding: 0px;
4195 margin: 0px;
4196 list-style: none;
4197 }
4198 .items_select_ul li {
4199 display: flex;
4200 align-items: center;
4201 position: relative;
4202 width: 100%;
4203 font-size: 13px;
4204 padding: 0 17px;
4205 user-select: none;
4206 cursor: pointer;
4207 color: rgb(77 77 77);
4208 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
4209 height: 35px;
4210 }
4211 .li_h {
4212 display: none !important;
4213 }
4214 .items_select_ul li span {
4215 width: 100%;
4216 display: inline-block;
4217 white-space: nowrap;
4218 overflow: hidden;
4219 text-overflow: ellipsis;
4220 }
4221 .items_select_ul .ss_ul_li_act {
4222 background-color: #e0e0e0;
4223 color: rgb(77 77 77);
4224 text-shadow: none;
4225 }
4226 .items_select_ul li:hover {
4227 background-color: rgb(119 41 176);
4228 color: #fff;
4229 text-shadow: 1px 1px 3px #00000052;
4230 }
4231 .items_select_ul .li_selected {
4232 background-color: rgb(234 222 255) !important;
4233 color: rgb(77 77 77) !important;
4234 text-shadow: none !important;
4235 cursor: default;
4236 }
4237 .items_select_filter_wrapper .li_search_input {
4238 padding-right: 23px;
4239 height: calc(100% - 10px);
4240 width: calc(100% - 5px);
4241 top: 1px;
4242 position: absolute;
4243 font-size: 14px;
4244 border: none !important;
4245 box-shadow: none !important;
4246 outline: none !important;
4247 border-radius: 4px;
4248 left: 1px;
4249 color: #7e7e7e !important;
4250 background-color: #fff !important;
4251 display: none;
4252 }
4253 .items_select_filter_wrapper .li_search_input::placeholder {
4254 color: #bcbcbc !important;
4255 }
4256 .items_select_filter_wrapper.isfw_closing .li_search_input {
4257 display: none !important;
4258 }
4259 .items_select_filter_wrapper.isfw_opened .li_search_input {
4260 display: block !important;
4261 }
4262 .items_select_filter_wrapper:hover .li_search_input{
4263 background-color: #f2f2f2 !important;
4264 }
4265 .li_search:hover {
4266 background-color: #fff !important;
4267 text-shadow: none !important;
4268 }
4269 .li_search_icon_holder {
4270 width: 14px;
4271 height: 14px;
4272 position: absolute;
4273 right: 13px;
4274 top: 50%;
4275 transform: translateY(-50%);
4276 color: #a435f8;
4277 }
4278
4279 /*FAQ*/
4280 .gsp-title h2,.gsp-title h1 {
4281 position: relative;
4282 display: block;
4283 font-size: 32px;
4284 /* line-height: 48px; */
4285 color: #4a4a4a;
4286 font-weight: 500;
4287 padding-bottom: 28px;
4288 margin-bottom: 20px;
4289 }
4290
4291 .gsp-title h2:before,.gsp-title h1:before {
4292 position: absolute;
4293 content: '';
4294 background: #c0bec1;
4295 width: 170px;
4296 height: 2px;
4297 left: 0;
4298 bottom: 0;
4299 }
4300
4301 .gsp-title h2:after,.gsp-title h1:after {
4302 border-top-left-radius: 7px;
4303 position: absolute;
4304 content: '';
4305 background: #7835ae;
4306 width: 88px;
4307 height: 3px;
4308 left: 0;
4309 bottom: 0;
4310 transition: all 500ms ease;
4311 -webkit-mask-image: linear-gradient(-75deg,rgba(244,55,55,0.6) 50%,#f43737 50%,rgba(0,0,0,1) 70%);
4312 mask-image: linear-gradient(-75deg,rgba(244,55,55,0.6) 50%,#f43737 50%,rgba(0,0,0,1) 70%);
4313 -webkit-mask-size: 200%;
4314 mask-size: 200%;
4315 animation: gsp-shine 3s infinite;
4316 }
4317
4318 .gsp_faq_wrapper {
4319 width: calc(100% - 15px);
4320 display: flex;
4321 justify-content: center;
4322 }
4323 .gsp_faq_inner {
4324 margin-top: 15px;
4325 width: 100%;
4326 max-width: 1200px;
4327 height: auto;
4328 background-color: #fff;
4329 padding: 10px 25px 25px 25px;
4330 border-radius: 10px
4331 }
4332
4333 #toplevel_page_gspeech .wp-submenu li.current .gsp_submenu_gspeech_upgrade {
4334 text-shadow: 0 0 2px #050101;
4335 color: #a45bdc !important;
4336 }
4337
4338 /*FAQ*/
4339 .gsp_faq_items_wrapper {
4340 margin-top: 40px;
4341 margin-bottom: 25px;
4342 width: 100%;
4343 list-style: none;
4344 }
4345 .gsp_faq_item {
4346 display: flex;
4347 flex-direction: column;
4348 margin-bottom: 15px !important;
4349 position: relative;
4350 list-style: none;
4351 box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
4352 transition: all 0.4s ease-out;
4353 border-radius: 7px;
4354 }
4355 .gsp_faq_item.gsp_faq_opened,
4356 .gsp_faq_item:hover {
4357 box-shadow: 0 0 15px 1px rgba(0,0,0,.25);
4358 }
4359 .gsp_faq_header {
4360 position: relative;
4361 cursor: pointer;
4362
4363 }
4364 .gsp_faq_title {
4365 font-size: 18px;
4366 color: #737373;
4367 padding: 15px 20px;
4368 transition: all 0.4s ease-out;
4369 }
4370 .gsp_faq_opened .gsp_faq_title,
4371 .gsp_faq_header:hover .gsp_faq_title {
4372 color: #6f4197;
4373 }
4374 .gsp_faq_icon {
4375 position: absolute;
4376 width: 12px;
4377 height: 12px;
4378 right: 20px;
4379 top: 20px;
4380 }
4381 .gsp_faq_icon_bar_1 {
4382 height: 2px;
4383 background-color: #6f4197;
4384 width: 100%;
4385 top: 50%;
4386 left: 0;
4387 position: absolute;
4388 z-index: 9;
4389 transform: translateY(-50%);
4390 transition: all 0.4s ease-out;
4391 }
4392 .gsp_faq_icon_bar_2 {
4393 top: 50%;
4394 height: 100%;
4395 background-color: #6f4197;
4396 width: 2px;
4397 bottom: 0;
4398 left: 50%;
4399 position: absolute;
4400 z-index: 9;
4401 transform: translateX(-50%) translateY(-50%);
4402 transition: all 0.4s ease-out;
4403 }
4404 .gsp_faq_opened .gsp_faq_icon_bar_2 {
4405 height: 0;
4406 }
4407 .gsp_faq_opened .gsp_faq_icon_bar_1,
4408 .gsp_faq_opened .gsp_faq_icon_bar_2 {
4409 background-color: #aeaaaa;
4410 }
4411 .gsp_faq_body {
4412 overflow: hidden;
4413 height: 0;
4414 transition: all 0.4s ease-out;
4415 position: relative;
4416 width: 100%;
4417 }
4418 .gsp_faq_body_inner {
4419 color: #737070;
4420 font-size: 15px;
4421 padding: 10px 25px 25px 25px;
4422 line-height: 1.5;
4423 position: relative;
4424 top: 0;
4425 left: 0;
4426 width: 100%;
4427 height: auto;
4428 }
4429 .gsp_faq_body_inner b {
4430 color: #6f4198;
4431 }
4432 .gsp_faq_body_inner a {
4433 transition: all 0.4s ease-out;
4434 color: #6f4198;
4435 border-bottom: 1px dotted #bd9ddb;
4436 text-decoration: none;
4437 }
4438 .gsp_faq_body_inner a:hover {
4439 color: #e76a0f;
4440 border-bottom: 1px solid #bd9ddb;
4441 }
4442
4443 .gsp_faq_opened .gsp_faq_body {
4444 /*height: fit-content;*/
4445 }
4446
4447 .gsp_faq_subtitle {
4448 padding-bottom: 2px;
4449 border-bottom: 1px dotted #bd9ddb;
4450 width: fit-content;
4451 color: #6f4198;
4452 font-size: 18px;
4453 margin: 20px 0 11px
4454 }
4455 .gsp_faq_inner_ul {
4456 margin-top: 20px !important;
4457 margin-bottom: 15px !important;
4458
4459 }
4460 .gsp_faq_inner_ul li {
4461 color: #764b9e;
4462 list-style: disc;
4463 margin-left: 20px;
4464 margin-bottom: 5px
4465 }
4466 .gsp_faq_inner_ul li span {
4467 color: #737070;
4468 }
4469 /*END FAQ*/
4470
4471
4472 .gsp_upgrade_wrapper {
4473 width: 100%;
4474
4475 display: flex;
4476 flex-direction: column;
4477 justify-content: center;
4478 }
4479
4480 .gspeech_packages_wrapper {
4481 display: flex;
4482 flex-direction: row;
4483 justify-content: space-around;
4484 flex-wrap: wrap;
4485 margin-top: 20px;
4486 margin-bottom: 120px;
4487 width: 100%;
4488
4489 background-color: #fff;
4490 }
4491 .plans_holder .gspeech_packages_wrapper {
4492 margin-bottom: 10px;
4493 }
4494 .gsp_package_wrapper {
4495 width: calc((100%) / 5);
4496 min-width: 202px;
4497 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4498 }
4499 .gsp_package_wrapper:hover {
4500 transform: scale(1.01,1.01);
4501 box-shadow: 0 0 2px 0px #0006;
4502 z-index: 2;
4503 }
4504 .gsp_package_business:hover {
4505 transform: scale(1,1);
4506 box-shadow: none;
4507 }
4508 .gsp_package_business {
4509 border-bottom: 1px solid #dedede;
4510 }
4511 .gsp_package_wrapper_inner {
4512 /*border-right: 1px solid #fff;*/
4513 }
4514 .gsp_package_title {
4515 margin: 0 !important;
4516 width: 100%;
4517 color: #222;
4518 font-size: 16px;
4519 text-align: center;
4520 padding-top: 25px;
4521 height: 50px;
4522 text-transform: uppercase;
4523 letter-spacing: 1px;
4524 color: #4f1f73 !important;
4525 text-shadow: none !important;
4526 }
4527 .gsp_package_price {
4528 width: 100%;
4529 color: #222;
4530 font-size: 15px;
4531 justify-content: center;
4532 align-items: flex-start;
4533 text-align: center;
4534 height: 100px;
4535 display: flex;
4536 border-bottom: 1px solid #d1cccc30;
4537 text-transform: uppercase;
4538 }
4539 .gsp_package_price_inner {
4540 justify-content: center;
4541 display: flex;
4542 align-items: center;
4543 }
4544 .price_span_c {
4545 font-size: 22px;
4546 margin-right: 7px;
4547 margin-top: 3px;
4548 }
4549 .price_span_1 {
4550 font-size: 55px;
4551 }
4552 .price_span_2_v {
4553 display: block;
4554 }
4555 .price_span_2_v span {
4556 display: block;
4557 transform: translateY(5px);
4558 }
4559 .price_span_2 {
4560 font-size: 16px;
4561 padding-left: 5px;
4562 text-align: left;
4563 }
4564 .price_span_3 {
4565 font-size: 16px;
4566 padding-left: 5px;
4567 padding-top: 7px;
4568 text-align: left;
4569 }
4570
4571 .days_trial_block {
4572 color: #fff;
4573 text-align: center;
4574 font-size: 28px;
4575 margin-top: 50px;
4576 }
4577 .plans_holder .days_trial_block {
4578 color: #222;
4579 margin-top: -10px;
4580 text-shadow: none !important;
4581 }
4582 .plans_holder .package_header {
4583 background-color: #f8f0ff;
4584 border-right: 1px solid #e5dee9;
4585 }
4586 .plans_holder .gsp_package_business .package_header {
4587 border-right: 1px solid #ffebb7 !important;
4588 background-color: #e6b20f21;
4589 }
4590 .change_plan {
4591 margin: 50px 0 55px;
4592 display: flex;
4593 justify-content: center;
4594 color: #9a9a;
4595 }
4596 .plans_holder .change_plan {
4597 color: #8b8686;
4598 }
4599
4600 .plan_title_monthly {
4601 font-size: 15px;
4602 text-transform: uppercase;
4603 }
4604 .plan_title_yearly {
4605 font-size: 15px;
4606 text-transform: uppercase;
4607 }
4608 .plan_title_yearly span {
4609 display: block;
4610 text-align: center;
4611 }
4612 .m11 {
4613 text-transform: initial;
4614 font-size: 12px;
4615 }
4616 .plan_switcher {
4617 margin: 0 20px;
4618 height: 25px;
4619 width: 33px;
4620 margin: 0 20px;
4621 position: relative;
4622
4623 cursor: pointer;
4624 }
4625 .plan_switcher_button {
4626 background-color: #e6560e;
4627 /*background: linear-gradient(180deg, #e65e1a 48%, #d2500e);*/
4628 border-radius: 50%;
4629 /* background-color: #d75311; */
4630 width: 25px;
4631 height: 25px;
4632 position: absolute;
4633 top: 0;
4634 left: 0;
4635 z-index: 11;
4636
4637 transform: translateX(-50%);
4638 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4639 }
4640 .plan_switcher_button_on .plan_switcher_button {
4641 left: 100%;
4642 }
4643 .plan_switcher_bar {
4644 background-color: #dedede;
4645 width: 100%;
4646 height: 8px;
4647 position: absolute;
4648 top: 50%;
4649 left: 0;
4650 z-index: 10;
4651 border-radius: 9px;
4652 transform: translateY(-50%);
4653 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4654 }
4655 .plan_switcher:hover .plan_switcher_button {
4656 transform: translateX(-50%) scale(1.1,1.1);
4657
4658 background-color: #f50;
4659 }
4660 .plan_switcher:hover .plan_switcher_bar {
4661 background-color: #c5c2c2;
4662 }
4663
4664 .icon_hidden,
4665 .txt_hidden {
4666 display: none !important;
4667 }
4668
4669 /*switcher_small*/
4670 .switcher_small {
4671 height: 25px;
4672 width: 33px;
4673 margin: 0 10px;
4674 position: relative;
4675
4676 cursor: pointer;
4677 }
4678 .switcher_small_button {
4679 background-color: #e6560e;
4680 border-radius: 50%;
4681 margin-left: 7px;
4682 width: 20px;
4683 height: 20px;
4684 position: absolute;
4685 top: 50%;
4686 left: 0;
4687 z-index: 11;
4688
4689 transform: translateX(-50%) translateY(-50%);
4690 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4691 }
4692 .switcher_small_button_on .switcher_small_button {
4693 left: 100%;
4694 margin-left: -7px;
4695 }
4696 .switcher_small_bar {
4697 background-color: #bbbbbb;
4698 width: 100%;
4699 height: 8px;
4700 position: absolute;
4701 top: 50%;
4702 left: 0;
4703 z-index: 10;
4704 border-radius: 9px;
4705 transform: translateY(-50%);
4706 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4707 }
4708 .switcher_small:hover .switcher_small_button {
4709 transform: translateX(-50%) translateY(-50%) scale(1.1,1.1);
4710
4711 background-color: #f50;
4712 }
4713 .switcher_small:hover .switcher_small_bar {
4714 background-color: #a7a6a6;
4715 }
4716
4717 .gsp_package_price_inner_y {
4718 display: none;
4719 }
4720
4721 .yearly_plans .gsp_package_price_inner {
4722 display: none;
4723 }
4724 .yearly_plans .gsp_package_price_inner_y {
4725 display: flex;
4726 }
4727
4728 .package_header {
4729 background-color: #d6d6d6;
4730 box-sizing: content-box;
4731 border-right: 1px solid #e8e8e8;
4732
4733 position: relative;
4734
4735 }
4736 .header_toggler {
4737 position: absolute;
4738 top: 50%;
4739 right: 10px;
4740 transform: translateY(-50%);
4741 width: 20px;
4742 display: none;
4743 align-items: center;
4744 justify-content: center;
4745 height: 20px;
4746 color: #4f1f73;
4747 cursor: pointer;
4748
4749 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4750 }
4751 .header_toggler:hover {
4752 transform: translateY(-50%) rotate(180deg);
4753
4754 color: #f50;
4755 }
4756 .header_toggler_opened {
4757 transform: translateY(-50%) rotate(45deg) !important;
4758
4759 color: #4f1f73 !important;
4760 }
4761 .package_body {
4762
4763
4764
4765 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4766 }
4767
4768
4769 .gsp_package_business .package_header {
4770 background-color: #f3f3f3;
4771 }
4772 .pricing_table_row {
4773 padding: 20px 0px;
4774 border-right: 1px solid #dedede;
4775 box-sizing: content-box;
4776 }
4777
4778
4779 .pricing_table_row_1 {
4780 border-top: 1px solid #dedede;
4781 border-bottom: 1px solid #dedede;
4782 }
4783 .pricing_table_row_2 {
4784 border-bottom: 1px solid #dedede;
4785 }
4786
4787
4788 .gsp_package_free .gsp_package_title,
4789 .gsp_package_free .icon_holder_p {
4790 color: #717171 !important;
4791 }
4792 .gsp_package_free .product_button {
4793 background-color: transparent;
4794 color: #717171;
4795 border: 2px solid #717171;
4796 cursor: default !important;
4797 }
4798 .gsp_package_free .product_button:hover {
4799 background-color: #717171;
4800 color: #fff;
4801 }
4802 .gsp_package_personal .product_button {
4803 background-color: transparent;
4804 color: #1184b4;
4805 border: 2px solid #1184b4;
4806 }
4807 .gsp_package_personal .product_button:hover {
4808 background-color: #1184b4;
4809 color: #fff;
4810 }
4811 .gsp_package_pro .product_button {
4812 background-color: transparent;
4813 color: #18b715;
4814 border: 2px solid #18b715;
4815 }
4816 .gsp_package_pro .product_button:hover {
4817 background-color: #18b715;
4818 color: #fff;
4819 }
4820 .gsp_package_business .product_button {
4821 background-color: transparent;
4822 color: #dd4a1a;
4823 border: 2px solid #dd4a1a;
4824 }
4825 .gsp_package_business .product_button:hover {
4826 background-color: #dd4a1a;
4827 color: #fff;
4828 }
4829 .gsp_package_enterprise .product_button {
4830 background-color: transparent;
4831 color: #7f30be;
4832 border: 2px solid #7f30be;
4833 }
4834 .gsp_package_enterprise .product_button:hover {
4835 background-color: #7f30be;
4836 color: #fff;
4837 }
4838
4839
4840 .gsp_package_personal .gsp_package_title,
4841 .gsp_package_personal .icon_holder_p {
4842 color: #1184b4 !important;
4843 }
4844
4845 .gsp_package_pro .gsp_package_title,
4846 .gsp_package_pro .icon_holder_p {
4847 color: #18b715 !important;
4848 }
4849
4850 .gsp_package_business .gsp_package_title,
4851 .gsp_package_business .icon_holder_p {
4852 color: #dd4a1a !important;
4853 }
4854
4855 .gsp_package_enterprise .gsp_package_title,
4856 .gsp_package_enterprise .icon_holder_p {
4857 color: #7f30be !important;
4858 }
4859
4860
4861 .pack_divider {
4862 height: 20px;
4863 position: relative;
4864 width: 100%;
4865 }
4866 .pack_line {
4867 background-color: #ccc9c9;
4868 height: 1px;
4869 width: calc(100%);
4870 margin-left: 0px;
4871 position: absolute;
4872 top: 50%;
4873 left: 0;
4874 }
4875
4876
4877 .icon_ai_voice {
4878 margin-top: -3px;
4879 width: 20px;
4880 height: 20px;
4881 display: inline-block;
4882 margin-right: 6px;
4883 color: #eaba0d;
4884 }
4885 .icon_ai_voice svg {
4886 width: 100%;
4887 height: 100%;
4888 }
4889 .icon_mach_voice {
4890 margin-top: -4px;
4891 width: 20px;
4892 height: 20px;
4893 display: inline-block;
4894 margin-right: 6px;
4895 color: #868686;
4896 }
4897 .icon_mach_voice svg {
4898 width: 100%;
4899 height: 100%;
4900 }
4901 .icon_holder_p {
4902 margin-top: 0px;
4903 width: 18px;
4904 height: 18px;
4905 display: inline-block;
4906 margin-right: 7px;
4907 color: #868686;
4908 }
4909 .icon_holder_p svg {
4910 width: 100%;
4911 height: 100%;
4912 }
4913 .button_info {
4914 color: #777;
4915 font-size: 13px;
4916 margin-top: 5px;
4917 position: absolute;
4918 display: none;
4919 }
4920
4921 .gsp_tab_upgrade:hover,
4922 .gsp_tab_upgrade:active,
4923 .gsp_tab_upgrade:visited,
4924 .gsp_tab_upgrade {
4925 outline: none !important;
4926 }
4927
4928 .pp_button {
4929 width: 400px;
4930 margin: 0 auto;
4931 /*display: none;*/
4932 }
4933 .sub_title {
4934 padding-top: 30px;
4935 margin-bottom: 55px !important;
4936 }
4937
4938 .product_button {
4939 max-width: 220px;
4940 width: 75%;
4941 display: block;
4942
4943 font-size: 13px;
4944 margin: 0 auto;
4945 text-align: center;
4946 background-color: #7928b7;
4947 color: #fff;
4948 border-radius: 6px;
4949 padding: 10px 0;
4950 cursor: pointer;
4951 text-decoration: none;
4952 text-transform: uppercase;
4953 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4954 }
4955 .product_button.active {
4956 cursor: default;
4957 background-color: #989898;
4958 }
4959 .product_button.active:hover {
4960 background-color: #989898;
4961 }
4962 .product_button_2 {
4963 max-width: 220px;
4964 width: 100%;
4965 display: block;
4966
4967 border: 1px solid #4f1f73;
4968 font-size: 13px;
4969 margin: 0 auto;
4970 text-align: center;
4971 background-color: #f7f7f7;
4972 color: #4f1f73;
4973 border-radius: 6px;
4974 padding: 10px 0;
4975 cursor: pointer;
4976 text-transform: uppercase;
4977
4978
4979
4980
4981 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
4982 }
4983 .product_button:hover {
4984 background-color: #551684;
4985 color: #fff;
4986 }
4987
4988 .feature_ul {
4989 justify-content: center;
4990 flex-direction: column;
4991 align-items: center;
4992 display: flex;
4993 list-style: none;
4994 margin: 0;
4995 }
4996 .feature_ul li {
4997 align-items: center;
4998 justify-content: center;
4999 padding-left: 12px;
5000 display: flex;
5001 text-align: center;
5002 margin: 8px 0;
5003 }
5004 .feature_icon_no {
5005 color: #d83636;
5006 font-size: 12px;
5007 margin-right: 5px;
5008 width: 14px;
5009 height: 14px;
5010 display: inline-block;
5011 }
5012 .feature_icon_yes {
5013 color: #0f820f;
5014 font-size: 12px;
5015 margin-right: 5px;
5016 width: 14px;
5017 height: 14px;
5018 display: inline-block;
5019 }
5020 .feature_text {
5021 font-size: 14px;
5022 color: #373737;
5023 }
5024
5025 .gsp_package_business .package_header {
5026 padding-top: 20px;
5027 margin-top: -20px;
5028 }
5029 .gsp_package_pro .package_header {
5030 border-right: 1px solid #dedede;
5031 }
5032 .gsp_package_business .package_header {
5033 border-right: 1px solid #dedede;
5034 }
5035 .gsp_package_wrapper_inner {
5036 background-color: #f3f3f3;
5037
5038 perspective: 600px;
5039 }
5040 .gsp_package_business .gsp_package_wrapper_inner {
5041 background-color: #fff;
5042 }
5043
5044 .features_block_wrapper {
5045 margin: 0 0 20px 0;
5046 }
5047 .features_block {
5048 display: flex;
5049 flex-direction: row;
5050 justify-content: space-between;
5051 flex-wrap: wrap;
5052 }
5053 .features_block_wrapper h1 {
5054 text-align: center;
5055 font-size: 23px;
5056 margin: 17px 0 17px 0;
5057 color: #4f1f73;
5058 }
5059 .feature_block h2 {
5060 text-align: center;
5061 font-size: 21px;
5062 margin: 0 0 15px 0;
5063 color: #4f1f73;
5064 }
5065
5066 .feature_block {
5067 box-shadow: 1px 1px 0px 0px #0000001f;
5068 width: 25%;
5069 border-radius: 10px;
5070 border: 1px solid #e6e6e6;
5071 padding: 12px;
5072 margin-bottom: 10px;
5073 color: #111;
5074 font-size: 14px;
5075 text-align: justify;
5076 }
5077
5078 .features_block_wrapper_2 {
5079
5080 }
5081 .features_block_wrapper_2 h1{
5082 text-align: center;
5083 color: #f5f5f5;
5084 margin: 0px 0 45px 0;
5085 font-size: 28px;
5086 text-shadow: 1px 1px 0px #000;
5087 letter-spacing: 1.1px;
5088 }
5089 .features_block_2 {
5090 display: flex;
5091 flex-direction: row;
5092 justify-content: space-between;
5093 flex-wrap: wrap;
5094 }
5095
5096 .feature_block_2 h3 {
5097 text-align: center;
5098 font-size: 16px;
5099 margin: 0 0 7px 0;
5100 color: #fff;
5101 text-transform: uppercase;
5102 }
5103
5104 .feature_block_2 {
5105 width: 19%;
5106 margin: 0 10px 50px 10px;
5107 color: #999;
5108 font-size: 16px;
5109 text-align: center;
5110 line-height: 1.5;
5111 }
5112 .feature_icon {
5113 width: 45px;
5114 height: 45px;
5115 margin: 0 auto 25px;
5116 color: #a5491b;
5117 font-size: 50px;
5118
5119 display: flex;
5120 align-items: center;
5121 justify-content: center;
5122
5123
5124
5125
5126 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
5127 }
5128 .feature_icon svg {
5129 display: inline-block;
5130 width: 100%;
5131 height: 100%;
5132 }
5133 .feature_block_2:hover .feature_icon {
5134 color: #f50;
5135
5136 transform: scale(1.12, 1.12);
5137 }
5138 .feature_block_2 {
5139 transform: scale(1, 1);
5140
5141
5142
5143
5144 transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
5145 }
5146 .feature_block_2:hover {
5147 transform: scale(1.02, 1.02);
5148 }
5149
5150 .options_block_holder {
5151 display: flex;
5152 flex-direction: row;
5153 }
5154 .options_block_item_2 {
5155 width: 50%;
5156 padding-right: 15px;
5157 }
5158 .options_block_item_1 {
5159 width: 100%;
5160 padding-right: 15px;
5161 }
5162 .options_block_item_right_al {
5163 display: flex;
5164 justify-content: flex-end;
5165 }
5166 .link_button_green {
5167 text-transform: uppercase;
5168 text-align: center;
5169 background-color: #137013;
5170 color: #fff;
5171 display: block;
5172 margin-top: 42px;
5173 padding: 8px 0;
5174 font-size: 13px;
5175 border-radius: 18px;
5176 width: 180px;
5177 cursor: pointer;
5178 }
5179 .link_button_green:hover {
5180 color: #fff;
5181 background-color: #004400;
5182 }
5183 .link_button_red {
5184 text-transform: uppercase;
5185 text-align: center;
5186 background-color: #930202;
5187 color: #fff;
5188 display: block;
5189 margin-top: 42px;
5190 padding: 8px 0;
5191 font-size: 13px;
5192 border-radius: 18px;
5193 width: 180px;
5194 cursor: pointer;
5195 }
5196 .link_button_red:hover {
5197 color: #fff;
5198 background-color: #6c0000;
5199 }
5200
5201 @keyframes ss_ripple {
5202 0% {
5203 opacity: 0.5;
5204 }
5205 100% {
5206 opacity: 0;
5207 transform: scale(3,3);
5208 }
5209 }
5210 @keyframes ss_ripple_off {
5211 0% {
5212 opacity: 0.5;
5213 }
5214 100% {
5215 opacity: 0;
5216 transform: scale(3,3);
5217 }
5218 }
5219
5220 @keyframes gsp-shine {
5221 from {
5222 -webkit-mask-position: 150%;
5223 }
5224 to {
5225 -webkit-mask-position: -50%;
5226 }
5227 }
5228
5229 @keyframes flip {
5230 0% {
5231 -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
5232 transform: perspective(400px) rotate3d(0,1,0,-360deg);
5233 -webkit-animation-timing-function: ease-out;
5234 animation-timing-function: ease-out
5235 }
5236
5237 40% {
5238 -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
5239 transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
5240 -webkit-animation-timing-function: ease-out;
5241 animation-timing-function: ease-out
5242 }
5243
5244 50% {
5245 -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
5246 transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
5247 -webkit-animation-timing-function: ease-in;
5248 animation-timing-function: ease-in
5249 }
5250
5251 80% {
5252 -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
5253 transform: perspective(400px) scale3d(.95,.95,.95);
5254 -webkit-animation-timing-function: ease-in;
5255 animation-timing-function: ease-in
5256 }
5257
5258 100% {
5259 -webkit-transform: perspective(400px);
5260 transform: perspective(400px);
5261 -webkit-animation-timing-function: ease-in;
5262 animation-timing-function: ease-in
5263 }
5264 }
5265
5266 .animated.flip {
5267 -webkit-backface-visibility: visible;
5268 backface-visibility: visible;
5269 -webkit-animation-name: flip;
5270 animation-name: flip
5271 }
5272
5273 @keyframes flipInX {
5274 0% {
5275 -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
5276 transform: perspective(400px) rotate3d(1,0,0,90deg);
5277 -webkit-animation-timing-function: ease-in;
5278 animation-timing-function: ease-in;
5279 opacity: 0
5280 }
5281
5282 40% {
5283 -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
5284 transform: perspective(400px) rotate3d(1,0,0,-20deg);
5285 -webkit-animation-timing-function: ease-in;
5286 animation-timing-function: ease-in
5287 }
5288
5289 60% {
5290 -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
5291 transform: perspective(400px) rotate3d(1,0,0,10deg);
5292 opacity: 1
5293 }
5294
5295 80% {
5296 -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
5297 transform: perspective(400px) rotate3d(1,0,0,-5deg)
5298 }
5299
5300 100% {
5301 -webkit-transform: perspective(400px);
5302 transform: perspective(400px)
5303 }
5304 }
5305
5306 .flipInX {
5307 -webkit-backface-visibility: visible!important;
5308 backface-visibility: visible!important;
5309 -webkit-animation-name: flipInX;
5310 animation-name: flipInX
5311 }
5312
5313 @keyframes flipInY {
5314 0% {
5315 -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
5316 transform: perspective(400px) rotate3d(0,1,0,90deg);
5317 -webkit-animation-timing-function: ease-in;
5318 animation-timing-function: ease-in;
5319 opacity: 0
5320 }
5321
5322 40% {
5323 -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
5324 transform: perspective(400px) rotate3d(0,1,0,-20deg);
5325 -webkit-animation-timing-function: ease-in;
5326 animation-timing-function: ease-in
5327 }
5328
5329 60% {
5330 -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
5331 transform: perspective(400px) rotate3d(0,1,0,10deg);
5332 opacity: 1
5333 }
5334
5335 80% {
5336 -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
5337 transform: perspective(400px) rotate3d(0,1,0,-5deg)
5338 }
5339
5340 100% {
5341 -webkit-transform: perspective(400px);
5342 transform: perspective(400px)
5343 }
5344 }
5345
5346 .flipInY {
5347 -webkit-backface-visibility: visible!important;
5348 backface-visibility: visible!important;
5349 -webkit-animation-name: flipInY;
5350 animation-name: flipInY
5351 }