PluginProbe
Survey Maker by AYS / trunk
Survey Maker by AYS vtrunk
5.2.3.9 5.2.3.8 5.2.3.7 5.2.3.6 5.2.3.5 5.2.3.4 5.2.3.3 5.2.3.2 5.2.3.1 5.2.3.0 5.2.2.9 5.2.2.8 5.2.2.7 5.2.2.6 5.2.2.5 5.2.2.4 5.2.2.3 5.2.2.2 5.2.2.1 5.2.2.0 5.2.1.9 5.2.1.8 5.2.0.8 5.2.0.9 5.2.1.0 All 152 releases
survey-maker / admin / css / survey-maker-admin.css

survey-maker-admin.css in Survey Maker by AYS trunk, at admin/css/survey-maker-admin.css

1,385 lines 25.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 overflow-x: hidden;
3 }
4
5 #wpwrap{
6 background: #f1f1f1;
7 }
8 body.mobile.modal-open #wpwrap {
9 position: initial !important;
10 }
11
12 .card img {
13 width: 128px;
14 margin: auto;
15 }
16
17 .coming-soon span {
18 font-size: 25px;
19 font-weight: 600;
20 background: -webkit-linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
21 -webkit-background-clip: text;
22 -webkit-text-fill-color: transparent;
23 }
24
25 h1.wp-heading-inline{
26 margin-bottom: 20px;
27 }
28
29 .tablenav .actions select {
30 float: left;
31 margin: 1px 8px 0 0;
32 margin-right: 6px;
33 max-width: 200px;
34 vertical-align: middle;
35 height: initial;
36 /* line-height: 30px;*/
37 }
38
39
40 .row input[type=text]:not(#current-page-selector),
41 .row input[type=search],
42 .row input[type=tel],
43 .row input[type=time],
44 .row input[type=url],
45 .row input[type=week],
46 .row input[type=password],
47 .row input[type=color],
48 .row input[type=date],
49 .row input[type=datetime],
50 .row input[type=datetime-local],
51 .row input[type=email],
52 .row input[type=month],
53 .row input[type=number],
54 .row select,
55 .row textarea,
56 .row .select2-selection__rendered {
57 font-size: 16px;
58 height: 40px;
59 border-radius: 4px;
60 margin-top: 2px;
61 }
62
63 .ays_heart_beat {
64 font-size: 20px;
65 margin-left: 10px;
66 }
67
68
69 input.ays-text-input,
70 textarea.ays-textarea {
71 display: block;
72 width: 100%;
73 }
74
75 select.ays-text-input {
76 height: 40px;
77 }
78
79 select.ays-text-input.ays-text-input-short,
80 input.ays-text-input.ays-text-input-short{
81 width: 200px;
82 }
83 textarea.ays-textarea{
84 height: 200px;
85 margin-top: 5px;
86 }
87 label.ays-label{
88 font-size: 16px;
89 font-weight: 600;
90 color: #484848;
91 margin-top:20px;
92 }
93
94
95 /* The Modal (background) */
96 .ays-modal {
97 display: none;
98 position: fixed;
99 left: 0;
100 top: 0;
101 z-index: 100000 !important;
102 width: 100%;
103 height: 100%;
104 z-index: 100000;
105 animation-duration: .5s;
106 transition: .5s ease-in-out;
107 outline: 0;
108 }
109
110 .ays-modal {
111 overflow-x: hidden;
112 overflow-y: auto;
113 }
114
115 .ays-modal-backdrop {
116 position: fixed;
117 top: 0;
118 right: 0;
119 bottom: 0;
120 left: 0;
121 z-index: 99999 !important;
122 background-color: rgba(0, 0, 0, 0.5);
123 }
124 /* Modal Content/Box */
125 .ays-modal-content {
126 background-color: #fefefe;
127 margin: auto; /* 15% from the top and centered */
128 margin-bottom: 30px;
129 margin-top: 40px;
130 border: 1px solid #888;
131 width: 85%; /* Could be more or less, depending on screen size */
132 z-index: 100000;
133 position: relative;
134 padding-left: 0 !important;
135 animation-duration: .3s;
136 transition: .5s ease-in-out;
137 border-radius: 4px;
138 }
139
140 #ays-results-modal .ays-modal-content {
141 min-height: 500px;
142 }
143 /* The Close Button */
144 .ays-close {
145 color: #aaa;
146 float: right;
147 line-height: 1.3;
148 font-size: 28px;
149 font-weight: bold;
150 }
151
152 .ays-close:hover,
153 .ays-close:focus {
154 color: black;
155 text-decoration: none;
156 cursor: pointer;
157 }
158
159 .ays-modal-header {
160 padding: 4px 16px;
161 background-color: whitesmoke;
162 color: white;
163 }
164 .ays-modal-header h2 {
165 line-height: 1.3;
166 font-size: 1.8rem;
167 margin: 0;
168 }
169
170 /* Modal Body */
171 .ays-modal-body {
172 padding: 2px 16px 20px;
173 }
174 #ays-questions-modal .ays-modal-body {
175 width: 100%;
176 overflow: hidden;
177 overflow-x: hidden;
178 }
179
180 /* Modal Footer */
181 .ays-modal-footer {
182 display: -ms-flexbox;
183 display: flex;
184 -ms-flex-align: center;
185 align-items: center;
186 -ms-flex-pack: end;
187 justify-content: flex-end;
188 padding: 1rem;
189 border-top: 1px solid #e9ecef;
190 }
191
192
193 td.ays-sort{
194 border-right: 1px solid #B8B8B8;
195 }
196
197 .ays-survey-tab-content{
198 animation: fadeEffect 1s;
199 display: none;
200 }
201 .ays-survey-tab-content-active{
202 display: block;
203 }
204 @keyframes fadeEffect {
205 from {opacity: 0;}
206 to {opacity: 1;}
207 }
208 .nav-tab-wrapper .nav-tab:focus{
209 box-shadow: none;
210 outline: none;
211 }
212
213
214 .tooltip {
215 text-align: left !important;
216 position: absolute !important;
217 z-index: 9999;
218 }
219 .tooltip > .tooltip-inner {
220 position: relative !important;
221 width: max-content !important;
222 max-width: 300px !important;
223 text-align: justify!important;
224 box-shadow: 0px 0px 10px #fff;
225 }
226 .tooltip > .arrow {
227 left: calc(50% + 28px) !important;
228 }
229 .tooltip > .tooltip-inner img {
230 max-width: 100%;
231 height: 100%;
232 object-fit: contain;
233 }
234
235 .ays_help {
236 position: relative;
237 font-size: 12px;
238 color: dodgerblue !important;
239 cursor: help;
240 }
241
242 .swal2-container {
243 z-index: 9999999999!important;
244 }
245
246
247 div.ays-top-menu-wrapper {
248 position: relative;
249 display: flex;
250 align-items: center;
251 }
252 .ays_menu_left,
253 .ays_menu_right {
254 position: absolute;
255 cursor: pointer;
256 font-size: 16px;
257 height: 80%;
258 display: none;
259 align-items: center;
260 bottom: 0;
261 z-index: 3;
262 }
263 .ays_menu_left {
264 left: -10px;
265 padding-right: 20px;
266 padding-left: 2px;
267 }
268 .ays_menu_right {
269 right: -10px;
270 padding-left: 20px;
271 padding-right: 2px;
272 }
273 .ays_menu_left:hover {
274 background-image: linear-gradient(to right, #000 , transparent);
275 color: #ccc;
276 border-radius: 50% 0 0 50%;
277 }
278 .ays_menu_right:hover {
279 background-image: linear-gradient(to left, #000 , transparent);
280 color: #ccc;
281 border-radius: 0 50% 50% 0;
282 }
283 .ays_menu_left i,
284 .ays_menu_right i {
285
286 }
287 div.ays-top-menu-wrapper div.ays-top-menu {
288 overflow: hidden;
289 width: 98%;
290 margin: auto;
291 }
292 div.ays-top-menu-wrapper div.ays-top-menu div.ays-top-tab-wrapper {
293 display: flex;
294 flex-wrap: nowrap;
295 transform: translate(0);
296 transition: .5s ease-in-out;
297 padding-right: 7px;
298 width: fit-content;
299 }
300
301
302 input.ays_toggle[type=checkbox]{
303 display: none;
304 }
305
306 label.ays_switch_toggle {
307 cursor: pointer;
308 text-indent: -9999px;
309 width: 35px;
310 height: 14px;
311 background: grey;
312 display: block;
313 border-radius: 50px;
314 position: relative;
315 transition: .3s ease;
316 }
317
318 label.ays_switch_toggle:after {
319 content: '';
320 position: absolute;
321 top: -3px;
322 left: -3px;
323 width: 20px;
324 height: 20px;
325 background: #0085ba;
326 border-radius: 30px;
327 transition: 0.3s;
328 }
329
330 input:checked + label.ays_switch_toggle {
331 background: #b7ccea;
332 }
333
334 input:checked + label.ays_switch_toggle:after {
335 left: calc(100% - -5px);
336 transform: translateX(-100%);
337 }
338
339 label.ays_switch_toggle:active:after {
340
341 }
342
343 label.ays_switch_toggle:hover:after {
344 box-shadow: 0 0 10px #31618c;
345 }
346 .ays_divider_left {
347 border-left: 1px solid #ccc;
348 }
349 .ays_divider_top {
350 border-top: 1px solid #ccc;
351 }
352 .ays_divider_right {
353 border-right: 1px solid #ccc;
354 }
355 .ays_divider_bottom {
356 border-bottom: 1px solid #ccc;
357 }
358
359 blockquote.error_message {
360 color: crimson;
361 font-size: 16px;
362 font-style: italic;
363 border-color: crimson;
364 }
365
366 blockquote.error_message a {
367 color: brown;
368 font-weight: bold;
369 }
370
371 blockquote {
372 font-size: 14px;
373 width: 100%;
374 margin: 0 auto;
375 font-style: italic;
376 color: #555555;
377 padding: 8px 15px 8px 15px;
378 border-left: 5px solid #78c0a8;
379 line-height: 1.6;
380 position: relative;
381 background: #ededed;
382 }
383
384 blockquote::before {
385 content: none;
386 }
387
388 blockquote::after {
389 content: "";
390 }
391
392 blockquote span {
393 display: block;
394 color: #333333;
395 font-style: normal;
396 font-weight: bold;
397 margin-top: 1em;
398 }
399
400
401 /*
402 ==========================================
403 Settings page styles
404 ==========================================
405 */
406 .ays-settings-wrapper {
407 display: flex;
408 }
409 .ays-settings-wrapper .nav-tab-wrapper {
410 display: flex;
411 flex-direction: column;
412 min-width: 150px;
413 margin-right: 15px;
414 border-bottom: none;
415 }
416 .ays-settings-wrapper .nav-tab-wrapper .nav-tab {
417 display: block;
418 width: 100%;
419 border: 1px solid #ccc;
420 margin: 0;
421 float: none !important;
422 }
423 .ays-settings-wrapper .nav-tab-wrapper .nav-tab:last-child {
424 border-bottom: 1px solid #ccc;
425 }
426 .ays-settings-wrapper .ays-quiz-tabs-wrapper {
427 width: 100%;
428 border-left: 1px solid #ccc;
429 padding-left: 15px;
430 }
431 .ays-settings-wrapper .ays-quiz-tabs-wrapper p.ays-subtitle {
432 margin-top: 0;
433 }
434
435 .go_back{
436 color: black;
437 margin-right: 10px;
438 }
439
440 .chart_div {
441 /*width: 100%;
442 height: 500px;*/
443 margin: auto;
444 }
445
446 .ays-survey-tab-content fieldset,
447 .ays-settings-wrapper fieldset {
448 border: 1px solid #aaa;
449 padding: 10px;
450 }
451
452 .ays-survey-tab-content legend,
453 .ays-settings-wrapper legend {
454 width: auto;
455 padding: 0 5px;
456 }
457 .ays-survey-tab-content legend h5,
458 .ays-settings-wrapper legend h5 {
459 display: inline-block;
460 margin-left: 10px;
461 }
462
463 .ays_integration_logo {
464 width: 50px;
465 height: auto;
466 }
467
468
469 /*
470 * Select2
471 */
472 .select2 {
473 display: inline-block!important;
474 z-index: 0 !important;
475 }
476 #quest_cat_container .select2 {
477 display: block!important;
478 }
479
480
481 .select2-selection.select2-selection--single{
482 height: 40px!important;
483 border: 1px solid #ddd!important;
484 box-shadow: inset 0 1px 2px rgba(0,0,0,.07)!important;
485 }
486
487 .select2-container--default .select2-selection--single .select2-selection__rendered {
488 line-height: 39px!important;
489 }
490
491 .select2-container--default .select2-selection--single .select2-selection__arrow {
492 height: 40px!important;
493 }
494
495 .select2.select2-container{
496 width: 200px!important;
497 }
498
499 /*
500 * Select2 multiple
501 */
502
503 .select2-selection--multiple {
504 font-size: 16px;
505 min-height: 40px !important;
506 border-radius: 4px;
507 margin-top: -5px;
508 min-width: 150px;
509 border-color: #ddd;
510 }
511
512 .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
513 border-color: #5b9dd9;
514 box-shadow: 0 0 2px rgba(30, 140, 190, .8);
515 outline: 2px solid transparent;
516 }
517
518 .select2.select2-container {
519 width: 100%;
520 }
521
522 .select2-container--default .select2-selection--multiple .select2-selection__choice {
523 margin-top: 1px !important;
524 padding: 0 5px !important;
525 margin-bottom: 8px !important;
526 }
527
528 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
529 overflow: hidden;
530 padding-top: 5px;
531 }
532 /*
533 * Select2 multiple
534 */
535
536 .select2-selection--multiple {
537 font-size: 16px;
538 min-height: 40px !important;
539 border-radius: 4px;
540 margin-top: -5px;
541 min-width: 150px;
542 border-color: #ddd;
543 }
544
545 .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
546 border-color: #5b9dd9;
547 box-shadow: 0 0 2px rgba(30, 140, 190, .8);
548 outline: 2px solid transparent;
549 }
550
551 .select2.select2-container {
552 width: 100%!important;
553 }
554 .ays_quiz_stat_select_div .select2.select2-container {
555 width: 200px!important;
556 }
557 .select2-container--default .select2-selection--multiple {
558 min-height: 50px !important;
559 }
560 .select2-container--default .select2-selection--multiple .select2-selection__choice {
561 margin-top: 4px!important;
562 padding: 5px!important;
563 margin-bottom: 0!important;
564
565 }
566 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
567 height: auto;
568 overflow: visible;
569 }
570
571 .select2-container--default .select2-search--inline .select2-search__field {
572 background: transparent;
573 border: none;
574 outline: none;
575 box-shadow: none;
576 }
577
578
579
580
581 .sortable_placeholder {
582 outline: 1px dashed #aaa;
583 background-color: #ccc;
584 height: 40px;
585 width: 100%;
586 margin-bottom: 5px;
587 cursor: move;
588 }
589
590
591
592
593
594 .dropdown-menu.ays-dropdown-menu {
595 min-width: 4rem;
596 width: 100%;
597 }
598
599 .ays-dropdown-menu .dropdown-item {
600 padding: .25rem .5rem;
601 font-size: 13px;
602 }
603
604 .show-upload-view.upload-import-file-wrap {
605 display: block;
606 }
607
608 .upload-import-file-wrap {
609 display: none;
610 }
611
612 .show-upload-view .upload-import-file {
613 display: block;
614 text-align: center;
615 }
616
617 .upload-import-file {
618 box-sizing: border-box;
619 display: none;
620 margin: 0;
621 padding: 50px 0;
622 width: 100%;
623 overflow: hidden;
624 position: relative;
625 top: 10px;
626 }
627
628 .upload-import-file p,
629 .upload-import-file label {
630 color: #555d66;
631 font-size: 18px;
632 font-style: normal;
633 margin: 0;
634 padding: 0;
635 text-align: center;
636 }
637
638 .upload-import-file label {
639 margin-bottom: 15px;
640 display: block;
641 font-size: medium;
642 }
643
644 .upload-import-file .ays-dn {
645 background: #fafafa;
646 border: 1px solid #e5e5e5;
647 padding: 30px;
648 margin: 30px auto;
649 max-width: fit-content;
650 }
651
652 .upload-import-file .ays-dn input[type="file"] {
653 padding: 3px 0;
654 cursor: pointer;
655 font-size: 13px;
656 border-radius: 0;
657 line-height: 1.5;
658 }
659
660
661
662
663
664 /* ~~ Toast Bar ~~ */
665
666 .quiz_toast__container {
667 width: calc(100% - 20px);
668 margin-top: 20px;
669 }
670
671 .quiz_toast__svg {
672 fill: #fff;
673 }
674
675 .quiz_toast {
676 display: flex;
677 position: relative;
678 padding: 21px 0;
679 background-color: #fff;
680 border-radius: 4px;
681 box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
682 }
683
684 .quiz_toast__main{
685 width: 100%;
686 display: flex;
687 align-items: center;
688 padding: 0 20px;
689 }
690
691 .quiz_toast:before {
692 content: '';
693 position: absolute;
694 top: 0;
695 left: 0;
696 width: 4px;
697 height: 100%;
698 border-top-left-radius: 4px;
699 border-bottom-left-radius: 4px;
700 }
701
702 .quiz_toast__icon {
703 width: 40px;
704 height: 40px;
705 padding: 7px;
706 border-radius: 50%;
707 display: inline-block;
708 }
709
710 .quiz_toast__type {
711 color: #3e3e3e;
712 font-weight: 700;
713 margin-top: 0;
714 margin-bottom: 8px;
715 }
716
717 .quiz_toast__message {
718 font-size: 14px;
719 margin-top: 0;
720 margin-bottom: 0;
721 color: #878787;
722 }
723
724 .quiz_toast__rate_button{
725 display: inline-block;
726 margin-left: 15px;
727 padding: 5px 20px;
728 text-align: center;
729 cursor: pointer;
730 color: white;
731 border-radius: 5px;
732 background-color: #f50057;
733 background-image: linear-gradient(180deg, #f50057 0%, #ff4147 100%);
734 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
735 }
736 .quiz_toast__rate_button:focus,
737 .quiz_toast__rate_button:hover {
738 outline: none;
739 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
740 color: white;
741 text-decoration: none;
742 }
743
744 .quiz_toast__close {
745 position: absolute;
746 right: 5px;
747 top: 0;
748 width: 10px;
749 cursor: pointer;
750 height: 11px;
751 fill: #878787;
752 }
753
754 .quiz_toast--red .quiz_toast__icon {
755 background-color: #f50057;
756 margin-right: 20px;
757 }
758
759 .quiz_toast--red:before {
760 background-color: #f50057;
761 }
762
763 /* ~~ Toast Bar End ~~ */
764
765
766
767 /* Color Picker Alpha issue */
768 .color-alpha,
769 .wp-picker-container .color-alpha {
770 height: 100% !important;
771 }
772
773
774
775 p.ays-subtitle{
776 margin-top: 20px;
777 font-size: 18px;
778 font-weight: 500;
779 }
780
781 p.submit{
782 display: inline;
783 margin-right: 10px;
784 }
785
786 .button.ays-button {
787 margin: 0;
788 margin-left: 10px;
789 }
790
791 .w-100 {
792 width: 100px;
793 }
794
795 .display_none {
796 display: none !important;
797 }
798 .display_none_not_important {
799 display: none;
800 }
801 .display_block {
802 display: block !important;
803 }
804 .shortcode.column-shortcode input {
805 width: 100%;
806 }
807
808 .ays_question_answer+input:disabled+label{
809 color: rgb(158 155 155 / 75%);
810 }
811 input:disabled{
812 background: rgb(255 255 255 / 50%);
813 border-color: rgb(158 155 155 / 75%);
814 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
815 color: rgb(34 34 34 / 50%);
816 }
817 ul.pagination {
818 display: inline-block;
819 padding: 0;
820 margin: 0;
821 }
822
823 ul.pagination li {display: inline;}
824
825 ul.pagination li a {
826 color: black;
827 float: left;
828 padding: 8px 16px;
829 text-decoration: none;
830 transition: background-color .3s;
831 border: 1px solid #ddd;
832 cursor: pointer;
833 }
834
835 ul.pagination li a.active {
836 background-color:#1e8cbe;
837 color: white;
838 border: 1px solid#1e8cbe;
839 }
840
841 ul.pagination li a:hover:not(.active) {background-color: #ddd;}
842
843 div.center {text-align: center;}
844
845 /*=== Ani | Submission Start===*/
846
847 .ays_each_question_answer input[type="radio"]:disabled{
848 background: rgb(255 255 255 / 50%);
849 border-color: rgb(158 155 155 / 75%) !important;
850 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
851 color: rgb(34 34 34 / 50%);
852 }
853
854 input.ays_number_of_result{
855 width: 69px;
856 height: 10px;
857 }
858
859 .ays_survey_previous{
860 margin-right: 10px;
861 font-size: 20px;
862 }
863
864 .ays_survey_next{
865 margin-left: 10px;
866 font-size: 20px;
867 }
868 .ays_survey_container_each_result {
869 margin: auto;
870 padding: 20px;
871 width: 100%;
872 max-width: 1200px;
873 }
874 .ays_survey_response_count {
875 border: 1px solid #c7c4c4;
876 padding: 20px;
877 border-radius: 13px;
878 }
879 .ays_survey_previous_next_conteiner {
880 display: flex;
881 margin-top: 13px;
882 }
883 .ays_questions_answers {
884 padding: 20px;
885 border: 1px solid #c7c4c4;
886 margin-top: 11px;
887 border-radius: 13px;
888 border-left: 10px solid rgb(103, 58, 183);
889 }
890 .ays_each_question_answer {
891 margin-top: 2px;
892 }
893 .ays_questions_answers>h1 {
894 margin-bottom: 8px;
895 }
896 .ays_each_question_answer input[type="radio"]:checked::before {
897 background-color: rgb(103, 58, 183);
898 width: 12px;
899 height: 12px
900 }
901 .ays_each_question_answer input[type="radio"] {
902 border:1px solid rgb(103, 58, 183) !important;
903 width: 20px;
904 height: 20px
905 }
906 .ays_survey_name {
907 padding: 20px;
908 margin-top: 5px;
909 border: 1px solid #c7c4c4;
910 border-radius: 13px;
911 border-top: 10px solid rgb(103, 58, 183);
912 box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.141), 0 1px 3px 0 rgba(0, 0, 0, 0.122);
913 }
914 .ays_survey_name>p {
915 color: #a4a4a4;
916 }
917 .ays_survey_preloader {
918 width: 100%;
919 opacity: 0.7;
920 position: absolute;
921 top: 0;
922 right: 0;
923 bottom: 0;
924 margin: auto;
925 background-color: #f1f1f1;
926 display: flex;
927 align-items: center;
928 justify-content: center;
929 }
930 /*=== Ani | Submission End ===*/
931
932 span.ays_survey_small_hint_text{
933 font-style: italic;
934 color: gray;
935 display: inline-block;
936 font-size: 12px;
937 }
938
939 .ays_survey_display_flex{
940 display: flex;
941 justify-content: space-between;
942 }
943
944 .ays_survey_small_hint_text_for_not_recommended {
945 font-style: italic;
946 font-size: 11px;
947 color: #dc3545;
948 }
949
950 .ays_survey_small_hint_text_for_message_variables{
951 font-style: italic;
952 font-size: 11px;
953 color: grey;
954 }
955
956 label.ays_survey_loader {
957 margin-right: 5px;
958 border: 1px solid #ccc;
959 display: inline-flex;
960 align-items: center;
961 padding: 8px;
962 }
963
964 /*Send email for testing Start*/
965
966 .ays_survey_send_test {
967 display: flex;
968 align-items: center;
969 }
970
971 .ays_survey_send_test p.submit {
972 margin: 0 10px;
973 padding: 0;
974 }
975
976 .ays_survey_send_test p {
977 font-size: 16px;
978 margin: 0;
979 }
980
981 input#ays_survey_test_email {
982 display: inline-block;
983 width: auto;
984 margin-right: 10px;
985 }
986
987 a.ays_survey_test_mail_btn {
988 padding: 1px 22px !important;
989 font-size: 17px !important;
990 margin-right: 10px !important;
991 }
992
993 /*Send email for testing End*/
994
995 #ui-datepicker-div {
996 width: fit-content;
997 font-size: .9em;
998 }
999
1000
1001 .ays_save_buttons_content{
1002 display: flex;
1003 justify-content: space-between;
1004 }
1005 .button.ays_default_btn{
1006 background-color: #ffa500;
1007 color: #fffdfd;
1008 border-color: #ffa500;
1009 margin-right: 0;
1010 margin-left: 10px;
1011 }
1012 .button.ays_default_btn:focus,
1013 .button.ays_default_btn:active,
1014 .button.ays_default_btn:hover{
1015 background-color: #f59e00;
1016 color: #fff;
1017 border-color: #f59e00;
1018 }
1019 .button.ays_default_btn:focus{
1020 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f59e00;
1021 }
1022
1023
1024 .ays_color_red {
1025 color: red;
1026 }
1027 .ays_color_red:hover,
1028 .ays_color_red:focus,
1029 .ays_color_red:active,
1030 .ays_color_red:visited {
1031 color: brown;
1032 }
1033
1034 /*
1035 * Pro features
1036 * Start
1037 */
1038
1039 .only_pro{
1040 position: relative;
1041 padding: 10px 0 0 10px;
1042 }
1043 .pro_features{
1044 position: absolute;
1045 display: flex;
1046 align-items: flex-end;
1047 justify-content: flex-end;
1048 padding-right: 20px;
1049 width: 100%;
1050 height: 100%;
1051 background: rgba(0,0,0,.1);
1052 z-index: 3;
1053 top: 0;
1054 left: 0;
1055 }
1056
1057 .pro_features.centered {
1058 align-items: center;
1059 justify-content: center;
1060 }
1061
1062 .pro_features p {
1063 color: ghostwhite;
1064 font-size: 20px;
1065 box-sizing: border-box;
1066 padding: 5px;
1067 background: rgba(0,0,0,.2);
1068 border-radius: 3px;
1069 margin: 0;
1070 }
1071 a.only_pro_lik,
1072 .pro_features p a {
1073 color: #f50057 !important;
1074 font-weight: 700;
1075 transition: all .3s ease-in;
1076 }
1077 a.only_pro_lik:hover,
1078 .pro_features p a:hover{
1079 color: #C51162 !important;
1080 transition: all .3s ease-in;
1081 }
1082
1083 /*
1084 * Pro features
1085 * End
1086 */
1087
1088 /*How to use Submenu Style Start*/
1089
1090 .ays-survey-faq-main{
1091 max-width: 800px;
1092 margin: auto;
1093 text-align: center;
1094 }
1095 .ays-survey-faq-main p{
1096 color: #212529;
1097 font-size: 18px;
1098 }
1099 .ays-survey-faq-main ol{
1100 color: #3a546f;
1101 }
1102 div.wrap .ays-survey-wp-heading-inline{
1103 font-size: 27px;
1104 color: #364150;
1105 font-weight: 700;
1106 letter-spacing: -1px;
1107 }
1108 .ays-survey-faq-main h2{
1109 color: inherit;
1110 font-size: 22px;
1111 font-weight: 400;
1112 letter-spacing: -1px;
1113 margin-bottom: 20px;
1114 }
1115 .ays-survey-faq-main fieldset{
1116 border:1px solid #ccc;
1117 padding:10px;
1118 width:fit-content;
1119 margin:0 auto;
1120 margin-bottom: 40px;
1121 }
1122 .ays-survey-faq-main fieldset .ays-quyiz-ol-container{
1123 text-align: left;
1124 }
1125 .ays-survey-p-container p{
1126 font-weight: 600;
1127 }
1128 .ays-survey-ol-container ol {
1129 text-align: left;
1130 }
1131 .ays-survey-asked-questions .ays-pro-asked-question:first-child {
1132 border-top: 1px solid #e5ecf6;
1133 }
1134 .ays-survey-asked-question {
1135 margin: 0;
1136 border-bottom: 2px solid #000;
1137 }
1138 .ays-survey-asked-question__header {
1139 cursor: pointer;
1140 display: -webkit-box;
1141 display: -ms-flexbox;
1142 display: flex;
1143 -webkit-box-pack: justify;
1144 -ms-flex-pack: justify;
1145 justify-content: space-between;
1146 align-items: center;
1147 padding: 0 22px;
1148 min-height: 50px;
1149 }
1150 .ays-survey-asked-question__title h4{
1151 font-size: 19px;
1152 color: #23282d;
1153 }
1154 .ays-survey-asked-question__body {
1155 text-align: left;
1156 color: #3a546f;
1157 font-size: 18px;
1158 max-height: 0;
1159 overflow: hidden;
1160 transition: max-height 0.2s ease-out;
1161 padding: 0 22px;
1162 }
1163 .ays-survey-asked-question__arrow {
1164 cursor: pointer;
1165 display: -webkit-box;
1166 display: -ms-flexbox;
1167 display: flex;
1168 -webkit-box-align: center;
1169 -ms-flex-align: center;
1170 align-items: center;
1171 -webkit-box-pack: center;
1172 -ms-flex-pack: center;
1173 justify-content: center;
1174 font-size: 10px;
1175 background: #f7faff;
1176 width: 20px;
1177 height: 20px;
1178 border-radius: 100%;
1179 }
1180
1181 .ays-survey-faq-main .ays-survey-faq-footer{
1182 font-size: 15px;
1183 margin-top: 50px;
1184 }
1185
1186 .wrap h1.ays-survey-maker-wrapper{
1187 text-align: center;
1188 font-size: 40px;
1189 margin-bottom: 20px;
1190 }
1191 .ays_heart_beat i.ays_fa{
1192 color: red!important;
1193 font-weight: bold;
1194 }
1195 .ays_heart_beat {
1196 font-size: 20px;
1197 margin-left: 10px;
1198 }
1199
1200 /*How to use Submenu Style End*/
1201
1202 @-webkit-keyframes ays_survey_pulse {
1203 from,
1204 to {
1205 -webkit-transform: scale3d(1, 1, 1);
1206 transform: scale3d(1, 1, 1)
1207 }
1208 50% {
1209 -webkit-transform: scale3d(1.2, 1.2, 1.2);
1210 transform: scale3d(1.2, 1.2, 1.2)
1211 }
1212 }
1213
1214 @-moz-keyframes ays_survey_pulse {
1215 from,
1216 to {
1217 -webkit-transform: scale3d(1, 1, 1);
1218 transform: scale3d(1, 1, 1)
1219 }
1220 50% {
1221 -webkit-transform: scale3d(1.2, 1.2, 1.2);
1222 transform: scale3d(1.2, 1.2, 1.2)
1223 }
1224 }
1225
1226 @-ms-keyframes ays_survey_pulse {
1227 from,
1228 to {
1229 -webkit-transform: scale3d(1, 1, 1);
1230 transform: scale3d(1, 1, 1)
1231 }
1232 50% {
1233 -webkit-transform: scale3d(1.2, 1.2, 1.2);
1234 transform: scale3d(1.2, 1.2, 1.2)
1235 }
1236 }
1237
1238 @keyframes ays_survey_pulse {
1239 from,
1240 to {
1241 -webkit-transform: scale3d(1, 1, 1);
1242 -moz-transform: scale3d(1, 1, 1);
1243 -ms-transform: scale3d(1, 1, 1);
1244 transform: scale3d(1, 1, 1)
1245 }
1246 50% {
1247 -webkit-transform: scale3d(1.2, 1.2, 1.2);
1248 -moz-transform: scale3d(1.2, 1.2, 1.2);
1249 -ms-transform: scale3d(1.2, 1.2, 1.2);
1250 transform: scale3d(1.2, 1.2, 1.2)
1251 }
1252 }
1253
1254 .ays_survey_pulse {
1255 -webkit-animation-name: ays_survey_pulse;
1256 -moz-animation-name: ays_survey_pulse;
1257 -ms-animation-name: ays_survey_pulse;
1258 animation-name: ays_survey_pulse
1259 }
1260
1261
1262
1263 /* Featured Plugins Start */
1264
1265 .comparison {
1266 max-width: 100%;
1267 margin: 0 auto;
1268 margin-bottom: 20px;
1269 margin-top: 30px;
1270 font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
1271 text-align: center;
1272 padding: 10px;
1273 }
1274
1275 .comparison table {
1276 width: 100%;
1277 border-collapse: collapse;
1278 border-spacing: 0;
1279 table-layout: auto;
1280 }
1281
1282 .comparison td,
1283 .comparison th {
1284 border-right: 1px solid #E8E8E8;
1285 empty-cells: show;
1286 padding: 10px;
1287 border-top: 1px solid #E8E8E8;
1288 border-bottom: 1px solid #E8E8E8;
1289 color: #808080;
1290 font-size: 15px;
1291 }
1292
1293 .comparison tbody tr:nth-child(odd) {
1294 display: none;
1295 }
1296
1297 .comparison .compare-row {
1298 background: #F7F7F7;
1299 }
1300
1301 .ays_fa_check {
1302 color: #69C7F1;
1303 }
1304
1305 .comparison th {
1306 font-weight: normal;
1307 padding: 0;
1308 border-top: 0px solid #E8E8E8;
1309 border-bottom: 0px solid #E8E8E8;
1310 }
1311
1312 .comparison tr td:first-child {
1313 text-align: left;
1314 padding: 15px;
1315 border-left: 1px solid #E8E8E8;
1316 border-top: 1px solid #E8E8E8;
1317 }
1318
1319 .comparison .product,
1320 .comparison .tl {
1321 color: #FFF;
1322 padding: 10px;
1323 font-size: 14px;
1324 }
1325
1326 .comparison .tl2 {
1327 border-right: 0;
1328 }
1329
1330 .comparison .product {
1331 background: #69C7F1;
1332 height: 40px;
1333 font-size: 1.6em;
1334 }
1335
1336 .comparison .price-info {
1337 padding: 15px;
1338 }
1339
1340 .comparison .price-now,
1341 .comparison .price-now span {
1342 color: #808080;
1343 }
1344
1345 .comparison .price-now span {
1346 font-size: 36px;
1347 color: #545454;
1348 }
1349
1350 .comparison .price-now p {
1351 font-size: 14px;
1352 text-align: center;
1353 line-height: 16px;
1354 display: inline;
1355 }
1356
1357 .comparison .price-buy {
1358 background: #69C7F1;
1359 padding: 10px 20px;
1360 font-size: 14px;
1361 display: inline-block;
1362 color: #fff;
1363 text-decoration: none;
1364 border-radius: 3px;
1365 text-transform: uppercase;
1366 margin: 5px 0 10px 0;
1367 letter-spacing: 1px;
1368 cursor: pointer;
1369 -webkit-transition: .3s all ease;
1370 transition: .3s all ease;
1371 }
1372
1373 .comparison .price-buy:hover {
1374 background: #6BB0DC;
1375 }
1376
1377 /* Featured Plugins End */
1378
1379 .popover {
1380 background: rgb(95 99 104 / 90%) !important;
1381 }
1382
1383 .popover * {
1384 color: #fff;
1385 }