PluginProbe
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 3.4.3
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v3.4.3
5.1.3 5.1.2 5.1.1 5.1 5.0 trunk 3.10 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2.0 3.2.1 3.22 3.22.1 3.22.2 3.22.3 3.22.4 3.22.5 3.22.6 All 75 releases
atarim-visual-collaboration / css / admin.css
admin.css
2,971 lines 66.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2
3 /* ------------ GENERAL ------------ */
4 .wpfeedback-settings ::-webkit-scrollbar {width: 7px;}
5 .wpfeedback-settings ::-webkit-scrollbar-track {background: white}
6 .wpfeedback-settings ::-webkit-scrollbar-thumb {background: #e3ebf6c9; border-radius: 5px;}
7 .wpfeedback-settings ::-webkit-scrollbar-thumb:hover {background: #e3ebf6;}
8
9 .wrap.wpfeedback-settings {
10 margin: 15px 0px -50px -20px !important;
11 }
12 .toplevel_page_wpfeedback_page_tasks div#wpwrap, .collaborate_page_wpfeedback_page_permissions div#wpwrap, .collaborate_page_wpfeedback_page_integrate div#wpwrap, .collaborate_page_wpfeedback_page_graphics div#wpwrap, .collaborate_page_wpfeedback_page_settings div#wpwrap {
13 background-color: #fff !important;
14 }
15 .toplevel_page_wpfeedback_page_tasks .notice, .collaborate_page_wpfeedback_page_permissions .notice, .collaborate_page_wpfeedback_page_integrate .notice, .collaborate_page_wpfeedback_page_graphics .notice, .collaborate_page_wpfeedback_page_settings .notice {
16 display: none !important;
17 }
18 .wpf_tabs_container {
19 margin-left: 5px;
20 }
21 .wrap.wpfeedback-settings h1 {
22 padding: 0;
23 }
24 .wpf_logo {
25 float: right;
26 width: 180px;
27 margin-top: -10px;
28 text-align: right;
29 margin-right: 5px;
30 }
31 .wpf_logo img {
32 max-width: 100%;
33 max-height: 40px;
34 }
35 .wpf_tabs_tab {
36 text-align: center;
37 width: 120px;
38 display: inline-block;
39 }
40 .wpf_tabs_container button {
41 border-radius: 5px 5px 0 0;
42 padding: 8px 20px;
43 font-size: 14px;
44 cursor: pointer;
45 color: #272D3C;
46 font-weight: 700;
47 text-decoration: none;
48 font-family: 'Roboto', sans-serif;
49 background-color: #fff !important;
50 transition: 0.7s;
51 margin-right: 0px;
52 border: 1px solid #ECF3F9;
53 border-bottom: none;
54 box-sizing: border-box;
55 }
56
57 .wpf_tabs_container button:hover, .wpf_tabs_container button.active {
58 background-color: var(--main-wpf-color) !important;
59 color: white;
60 opacity: 0.9;
61 }
62
63 .wpf_container {
64 border-radius: 0 5px 5px 5px;
65 background-color: #fff !important;
66 }
67
68 .wpf_section_title {
69 font-family: 'Roboto', sans-serif;
70 background-color: #fff;
71 padding: 15px;
72 color: #272D3C;
73 border-top: 3px solid var(--main-wpf-color);
74 font-size: 150%;
75 font-weight: 800;
76 border-bottom: 1px solid #ECF3F9;
77 margin-bottom: -1px;
78 }
79 .wpf_title {
80 font-size: 125%;
81 font-weight: 700;
82 margin-bottom: 15px;
83 color: #272D3C;
84 font-family: 'Roboto', sans-serif;
85 }
86 .wpf_container input[type=checkbox] {
87 height: 22px;
88 width: 22px;
89 margin-top: 0;
90 border-radius: 5px !important;
91 border: 2px solid #363d4d !important;
92 box-shadow: none !important;
93 position: relative;
94 }
95 .wpf_container input[type=checkbox]:checked:before {
96 margin: 0;
97 }
98 .wpf_checkbox {
99 margin: 10px 0;
100 }
101 .wpf_button {
102 color: #272d3c;
103 background-color: #3ed696;
104 border-radius: 5px;
105 font-size: 14px;
106 font-family: 'Roboto', sans-serif;
107 font-weight: 500;
108 cursor: pointer;
109 padding: 10px 20px;
110 border: none;
111 -webkit-transition: all 0.2s ease-in;
112 -moz-transition: all 0.2s ease-in;
113 -ms-transition: all 0.2s ease-in;
114 -o-transition: all 0.2s ease-in;
115 transition: all 0.2s ease-in;
116 }
117 .wpf_button:hover {
118 background-color: #33bf84;
119 color: #272d3c;
120 }
121
122 .wpfeedback-settings select {
123 width: 100%;
124 height: 40px !important;
125 padding-left: 10px !important;
126 border-radius: 5px;
127 box-shadow: none;
128 display: block;
129 max-width: 100%;
130 margin-top: 10px;
131 margin-bottom: 15px;
132 border-color: rgba(0, 0, 0, .2);
133 }
134 input.wpf_button_inner {
135 background: none;
136 border: none;
137 display: inline-block;
138 padding: 0;
139 }
140 .wpfeedback-settings input[type="text"], .wpfeedback-settings input[type="email"] {
141 height: 40px;
142 box-shadow: none;
143 border-radius: 5px;
144 padding-left: 10px;
145 margin-top: 10px;
146 margin-bottom: 15px;
147 }
148 .wpf_chat_top .wpf_button {
149 margin-top: -1px;
150 margin-bottom: 2px;
151 text-decoration: none;
152 margin-left: 10px;
153 height: 37px;
154 box-sizing: border-box;
155 }
156
157 .wpf_hide{
158 display: none;
159 }
160
161 /* ------------ TASK PAGE ------------ */
162 p.wpf_no_task_message {
163 font-size: 150%;
164 margin-top: 0;
165 color: #272D3C;
166 font-family: 'Roboto', sans-serif;
167 }
168 .wpf_no_tasks_found {
169 color: #272D3C;
170 font-family: 'Roboto', sans-serif;
171 font-weight: 700;
172 height: 100%;
173 padding-top: 10%;
174 padding: 45px 15px;
175 text-align: center;
176 font-size: 22px;
177 opacity: 0.5;
178 }
179 .wpf_no_tasks_found .fa {
180 display: block;
181 margin-bottom: 10px;
182 font-size: 200%;
183 }
184 .wpf_flex_wrap {
185 display: flex;
186 min-height: calc(100vh - 220px);
187 margin: 0;
188 box-sizing: border-box;
189 flex-wrap: wrap;
190 }
191 .wpf_filter_col {
192 padding: 15px;
193 flex: 1;
194 min-width: 170px;
195 max-width: 170px;
196 border-right: 1px solid #ECF3F9;
197 overflow-y: auto;
198 max-height: calc(100vh - 215px);
199 }
200 ul.wp_feedback_filter_checkbox {
201 max-height: 600px !important;
202 font-size: 12px !important;
203 }
204 .wpf_tasks_col {
205 flex: 1.5;
206 min-width: 270px;
207 border-right: 1px solid #ECF3F9;
208 }
209
210 .wpf_chat_col {
211 display: flex;
212 flex-direction: column;
213 border-right: 1px solid #ECF3F9;
214 flex: 5;
215 min-width: 450px;
216 }
217
218 .wpf_attributes_col {
219 flex: 1.5;
220 min-width: 240px;
221 display: flex;
222 align-items: flex-start;
223 align-content: flex-start;
224 flex-wrap: wrap;
225 }
226
227 .wpf_gen_col{
228 border-top: 1px solid #ECF3F9;
229 }
230 .wpf_report_buttons {
231 float: right;
232 margin-top: -3px;
233 position: relative;
234 }
235 .wpf_icon_title {
236 color: #363d4d !important;
237 font-family: 'Roboto', sans-serif;
238 margin: 5px 0;
239 font-size: 14px;
240 font-weight: 700;
241 }
242
243 .wpf_report_buttons a {
244 text-decoration: none;
245 background-color: transparent;
246 color: #272D3C;
247 border: 1px solid #dde1e5;
248 padding: 8px 10px;
249 font-size: 12px;
250 font-weight: 400;
251 border-radius: 5px;
252 -webkit-transition: all 0.2s ease-in;
253 -moz-transition: all 0.2s ease-in;
254 -ms-transition: all 0.2s ease-in;
255 -o-transition: all 0.2s ease-in;
256 transition: all 0.2s ease-in;
257 }
258 .wpf_report_buttons a:hover {
259 opacity: 0.8;
260 }
261 .wpf_icon_title .fa, .wpf_icon_title .fas {
262 width: 15px;
263 text-align: center;
264 }
265 .wpf_icon_box {
266 margin-bottom: 15px;
267 }
268
269 .wpf_display_all_taskmeta_div {
270 float: right;
271 margin-top: 14px;
272 margin-right: 5px;
273 }
274
275 .wpf_tasks-list {
276 min-height: 420px;
277 max-height:calc(100vh - 270px);
278 overflow-y: auto;
279 overflow-x: hidden;
280 }
281
282
283 .wpf_chat_top {
284 padding: 7px 10px 3px 10px;
285 display: flex;
286 box-sizing: border-box;
287 align-items: flex-start;
288 }
289 .wpf_chat_col .wpf_chat_top {
290 border-bottom: 1px solid #ECF3F9;
291 }
292 .wpf_chat_box{
293 flex: 1;
294 padding: 15px;
295 overflow: auto;
296 min-height: calc(100vh - 400px);
297 max-height: calc(100vh - 400px);
298 }
299 ul#wpf_message_list {
300 margin-top: 0;
301 }
302 ul#wpf_message_list .meassage_area_main
303 {
304 position: relative;
305 }
306 ul#wpf_message_list .meassage_area_main .meassage_area_main:hover #wpf_push_media, ul#wpf_message_list .meassage_area_main .meassage_area_main:hover #wpf_image_open {
307 opacity: 1 !important;
308 z-index: 1 !important;
309 }
310 ul#wpf_message_list .meassage_area_main #wpf_push_media {
311 position: absolute;
312 left: 40%;
313 top: 50%;
314 transform: translate(-50%, -50%);
315 display: flex;
316 cursor: pointer;
317 opacity: 0;
318 -webkit-transition: all 0.2s ease-out;
319 -moz-transition: all 0.2s ease-out;
320 -ms-transition: all 0.2s ease-out;
321 -o-transition: all 0.2s ease-out;
322 transition: all 0.2s ease-out;
323 }
324 ul#wpf_message_list .meassage_area_main #wpf_image_open {
325 position: absolute;
326 left: 48%;
327 top: 50%;
328 transform: translate(-50%, -50%);
329 display: flex;
330 cursor: pointer;
331 opacity: 0;
332 margin-left: 10px;
333 -webkit-transition: all 0.2s ease-out;
334 -moz-transition: all 0.2s ease-out;
335 -ms-transition: all 0.2s ease-out;
336 -o-transition: all 0.2s ease-out;
337 transition: all 0.2s ease-out;
338 }
339 .wpf_chat_box .is_image .meassage_area_main .meassage_area_main:hover:before {
340 content: "";
341 background-color: rgb(59 54 106 / 50%);
342 position: absolute;
343 height: 100%;
344 width: 100%;
345 top: 0;
346 bottom: 0;
347 left: 0;
348 right: 0;
349 z-index: 1;
350 -webkit-animation-name: fadeIn;
351 animation-name: fadeIn;
352 -webkit-animation-duration: 0.5s;
353 animation-duration: 0.5s;
354 -webkit-animation-fill-mode: both;
355 animation-fill-mode: both;
356 }
357 ul#wpf_message_list .meassage_area_main #wpf_push_media svg, ul#wpf_message_list .meassage_area_main #wpf_image_open svg {
358 height: 24px;
359 width: auto;
360 }
361 .wpf_chat_reply {
362 border: 1px solid #ECF3F9;
363 margin: 10px 15px 10px 15px;
364 border-radius: 5px;
365 }
366 .wpf_chat_reply p.comment-form-comment {
367 margin: 0;
368 }
369 textarea#wpf_comment {
370 min-height: 100px;
371 border: none;
372 padding: 15px;
373 }
374 p.form-submit.chat_button {
375 margin: -8px 5px 3px 15px;
376 width: 270px;
377 float: right;
378 text-align: right;
379 }
380 .wpf_task_num_top {
381 width: 40px;
382 background-color: rgb(54, 61, 77);
383 text-align: center;
384 height: 40px;
385 border-radius: 5px 50% 50% 50%;
386 color: #fff;
387 font-family: 'Roboto', sans-serif;
388 font-weight: 800;
389 font-size: 14px;
390 line-height: 3;
391 margin-top: -3px;
392 margin-right: 10px;
393 opacity: 0.3;
394 position: relative;
395 overflow: hidden;
396 }
397 .wpf_task_main_top {
398 font-weight: 700;
399 color: #272D3C;
400 font-family: 'Roboto', sans-serif;
401 width: calc(100% - 80px);
402 position: relative;
403 }
404 .wpf_chat_col .wpf_chat_top .wpf_task_main_top {
405 width: calc(100% - 230px);
406 }
407 .wpf_task_title_top {
408 font-size: 125%;
409 width: auto;
410 display: inline-block;
411 overflow: hidden;
412 text-overflow: ellipsis;
413 white-space: nowrap;
414 max-width: 90%;
415 }
416 .wpf_chat_top a#wpf_edit_title {
417 margin-left: 10px;
418 font-size: 100% !important;
419 vertical-align: top;
420 color: #272D3C;
421 }
422 div#wpf_edit_title_box {
423 margin-top: -25px;
424 margin-bottom: -20px;
425 background-color: #fff;
426 position: relative;
427 }
428 #wpf_task_details input#wpf_title_val {
429 vertical-align: top;
430 height: 36px;
431 margin-top: 0;
432 border-color: #e3ebf6;
433 position: relative;
434 width: calc(100% - 55px);
435 z-index: 10;
436 margin-bottom: -15px;
437 }
438 button#wpf_title_update_btn {
439 padding: 6px;
440 vertical-align: top;
441 margin-top: 0px;
442 margin-bottom: 0;
443 margin-left: 5px;
444 z-index: 9;
445 position: relative;
446 background-color: #fff;
447 border: 1px solid #dde1e5;
448 }
449 button#wpf_title_update_btn i.gg-check {
450 margin: 0;
451 }
452 .wpf_task_details_top {
453 margin-top: -5px;
454 color: #000;
455 opacity: 0.5;
456 font-size: 12px;
457 }
458 li.complete .wpf_task_num_top,.wpf_task_num_top.complete {
459 background-color: #3ed696;
460 opacity: 1 !important;
461 }
462 select#wpf_page_list {
463 margin: 0;
464 margin-top: -15px;
465 position: absolute;
466 z-index: 10;
467 width: 99%;
468 }
469 .wpf_task_id.wpf_active {
470 display: inline-block !important;
471 }
472
473 #wpf_tasks .wpfb-edit-comment-wrapper {
474 padding-bottom: 0.5rem;
475 }
476 #wpf_tasks .wpfb-edit-comment-wrapper > .wpfb-edit-comment {
477
478 width: 100% !important;
479 }
480
481 /* ------------ Filter Col Style ------------ */
482 .wpf_filter_col input[type=checkbox] {
483 display: none !important;
484 }
485 .wpf_filter_col label {
486 cursor: pointer;
487 position: relative;
488 }
489 ul.wp_feedback_filter_checkbox label {
490 display: flex !important;
491 justify-content: flex-start;
492 align-items: center;
493 }
494 .wpf_filter_col label:before {
495 content: '';
496 width: 15px !important;
497 height: 15px !important;
498 margin-right: 5px !important;
499 border-radius: 3px;
500 border: 2px solid #363d4d !important;
501 opacity: 0.6;
502 transition: all .12s,border-color .08s !important;
503 margin-top: -1px;
504 }
505 .wpf_filter_col input[type="checkbox"]:checked + label:after {
506 content: '';
507 display: block;
508 position: absolute;
509 top: 4px;
510 left: 7px;
511 width: 3px;
512 height: 7px;
513 border: solid #363d4d;
514 border-width: 0 2px 2px 0;
515 transform: rotate(45deg);
516 }
517
518 .wpf_task_status_title.wpf_icon_title svg {
519 width: 18px;
520 }
521 /* ------------ Inner Tasks Col Style ------------ */
522
523 a.wpf_general_comment_btn {
524 border: 1px solid #dde1e5;
525 background-color: #fff;
526 color: #272D3C;
527 padding: 9px 10px 7px 7px;
528 border-radius: 5px;
529 text-decoration: none;
530 font-size: 12px;
531 float: right;
532 height: 37px;
533 box-sizing: border-box;
534 font-family: 'Roboto', sans-serif;
535 font-weight: 700;
536 margin: 5px 10px 0px 0px;
537 -webkit-transition: all 0.2s ease-in;
538 -moz-transition: all 0.2s ease-in;
539 -ms-transition: all 0.2s ease-in;
540 -o-transition: all 0.2s ease-in;
541 transition: all 0.2s ease-in;
542 }
543 a.wpf_general_comment_btn:hover {
544 opacity: 0.8;
545 }
546 a.wpf_general_comment_btn i {
547 font-size: 18px;
548 margin: -4px 0px 0px 0px !important;
549 display: inline-block;
550 vertical-align: middle;
551 }
552 .wpf_tasks_col .wpf_chat_top {
553 padding: 5px;
554 position: relative;
555 min-height: 85px;
556 }
557 .wpf_top_found {
558 border-bottom: 1px solid #ECF3F9;
559 }
560 .wpf_top_found .wpf_title {
561 display: inline-block;
562 }
563 .wpf_tasks_col .wpf_title {
564 padding: 15px;
565 margin-bottom: 0;
566 }
567 .wpf_task_num {
568 width: 40px;
569 background-color: #fff;
570 text-align: center;
571 height: 40px;
572 border-radius: 50%;
573 color: var(--main-wpf-color);
574 font-weight: 500;
575 font-size: 20px;
576 line-height: 2.1;
577 display: inline-block;
578 margin-right: 5px;
579 vertical-align: top;
580 }
581 .wpf_tasks_col .wpf_task_num_top {
582 background-color: rgb(54, 61, 77);
583 color: #fff;
584 font-weight: 500;
585 width: 32px;
586 float: left;
587 height: 32px;
588 line-height: 2.4;
589 text-align: center;
590 border-radius: 15% 50% 50% 50%;
591 vertical-align: middle;
592 font-size: 12px;
593 font-family: 'Roboto', sans-serif;
594 position: relative;
595 margin: 0px 10px 0 0;
596 opacity: 1;
597 min-width: 32px;
598 display: flex;
599 justify-content: center;
600 align-items: center;
601 overflow: hidden;
602 }
603 .wpf_task_details_top span,#wpf_message_list level span {
604 font-family: 'Roboto', sans-serif;
605 font-weight: 500;
606 opacity: 0.5;
607 }
608 .wpf_task_desc {
609 width: calc( 90% - 50px );
610 display: inline-block;
611 }
612 .wpf_task_single_title {
613 font-weight: 700;
614 overflow: hidden;
615 text-overflow: ellipsis;
616 white-space: nowrap;
617 }
618 .wpf_task_single_meta {
619 font-size: 85%;
620 line-height: 1.2;
621 }
622 .wpf_task_done {
623 display: inline-block;
624 vertical-align: top;
625 padding-top: 7%;
626 width: 10%;
627 float: right;
628 }
629 li.wpf_list {
630 margin: 0;
631 }
632 li.wpf_list.active {
633 background-color: #ecf3f9;
634 }
635 ul#all_wpf_list {
636 margin-top: 0;
637 }
638 li.wpf_list a {
639 text-decoration: none;
640 }
641 .wpf_tasks-list .wpf_task_title_top {
642 height: 32px;
643 line-height: 1.2;
644 overflow: hidden;
645 white-space: normal;
646 margin-top: -5px;
647 font-family: 'Roboto', sans-serif;
648 color: #4B4B4B;
649 font-size: 14px;
650 font-weight: 400;
651 }
652 .wpf_tasks-list .wpf_task_details_top {
653 margin-top: 0;
654 font-size: 12px;
655 color: #272D3C;
656 font-family: 'Roboto', sans-serif;
657 opacity: 0.8;
658 overflow: hidden;
659 text-overflow: ellipsis;
660 white-space: nowrap;
661 font-weight: 700;
662 }
663 .wpf_task_pagename {
664 overflow: hidden;
665 text-overflow: ellipsis;
666 white-space: nowrap;
667 margin-bottom: 5px;
668 }
669
670
671 /*----------New desing css--------*/
672
673 .wpf_success_wpf_share_link {
674 bottom: 16px;
675 }
676
677 .wpf_task_meta {
678 display: inline-block;
679 vertical-align: top;
680 transition: all 0.2s ease-in;
681 opacity: 0.5;
682 margin-top: -5px !important;
683 position: absolute;
684 right: 0;
685 background-color: transparent;
686 box-shadow: none;
687 padding: 0 5px;
688 height: 100%;
689 text-align: right;
690 }
691 .wpf_sidebar_container .wpf_task_meta {
692 margin-top: -10px !important;
693 margin-right: -10px;
694 }
695 .wpf_task_meta:hover, .wpf_task_meta.wpf_active {
696 opacity: 1;
697 right: 10px !important;
698 height: 100% !important;
699 }
700 .wpf_tasks-list .wpf_task_meta_icon {
701 display: inline-block;
702 color: #272D3C;
703 vertical-align: top;
704 font-size: 14px;
705 padding: 32px 25px 32px 10px !important;
706 opacity: 1;
707 transition: all 0.2s ease-in;
708 height: 100%;
709 position: absolute;
710 right: 0;
711 }
712 .wpf_task_meta:hover > .wpf_task_meta_icon, .wpf_task_meta.wpf_active .wpf_task_meta_icon {
713 opacity: 0;
714 z-index: -1;
715 }
716
717 .wpf_task_meta_details {
718 display: inline-block;
719 vertical-align: middle;
720 margin-right: -100px;
721 transition: all 0.2s ease-in;
722 overflow: hidden;
723 opacity: 0;
724 padding: 5px;
725 }
726 .wpf_task_meta:hover > .wpf_task_meta_details, .wpf_task_meta.wpf_active .wpf_task_meta_details {
727 margin-right: 0;
728 opacity: 1;
729 }
730
731 .wpf_tasks-list .wpf_task_label {
732 margin-top: 0px !important;
733 margin-bottom: 2px;
734 }
735 .wpf_task_label span {
736 width: 18px;
737 height: 18px;
738 padding: 1px;
739 text-align: center;
740 border-radius: 50%;
741 color: #fff;
742 margin: 1px 1px 0px 1px;
743 font-weight: 100;
744 display: inline-block;
745 font-size: 10px;
746 line-height: 1.9;
747 }
748 span.wpf_task_tag, span.wpf_task_tag_more {
749 background-color: #e3ebf6;
750 font-size: 12px;
751 padding: 2px 5px;
752 border-radius: 15px;
753 margin-right: 2px;
754 color: #000;
755 }
756 span.wpf_task_tag:last-child, span.wpf_task_tag_more:last-child {
757 margin-right: 0px;
758 }
759 /* ------------ Bulk Updates Style ------------ */
760
761 .wpf_tasks-list.wpf_bulk_edit_mode {
762 max-height: calc(100vh - 292px);
763 animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
764 }
765 .wpf_tasks_tabs_wrap {
766 display: flex;
767 border-bottom: 1px solid #ECF3F9;
768 }
769 input#wpf_select_all_task.wpf_active {
770 display: inline-block !important;
771 }
772 .wpf_tasks_tabs_wrap input[type="checkbox"]{
773 display: none;
774 }
775 .wpf_tasks_tabs_wrap label {
776 border: none;
777 padding: 7px 10px;
778 font-size: 12px;
779 cursor: pointer;
780 text-decoration: none;
781 font-family: 'Roboto', sans-serif;
782 transition: 0.7s;
783 display: inline-flex;
784 flex-direction: column;
785 align-self: stretch;
786 flex: 1 1 auto;
787 color: #272D3C;
788 font-weight: 700;
789 }
790 .wpf_tasks_tabs_wrap label:hover {
791 opacity: 0.8;
792 cursor: pointer;
793 }
794 .wpf_isSelected {
795 background-color: #e3ebf6 !important;
796 }
797
798 div#wpf_bulk_select_task_checkbox {
799 border-bottom: 1px solid #ECF3F9;
800 padding: 7px 10px;
801 z-index: 100;
802 background-color: #fff;
803 position: relative;
804 }
805 div#wpf_bulk_update_content {
806 padding: 15px;
807 }
808 div#wpf_bulk_update_content .wpf_task_options, div#wpf_bulk_update_content input.wpf_button {
809 width: 100%;
810 }
811 .wpf_tasks-list.wpf_bulk_edit_mode input[type=checkbox] {
812 margin-left: 5px;
813 margin-right: 14px;
814 }
815
816 /* ------------ Inner Chat Style ------------ */
817
818 #wpf_comment{ width:100%; }
819
820 .wpf_loader_admin {
821 position: fixed;
822 z-index: 999;
823 width: 100%;
824 overflow: visible;
825 margin: auto;
826 top: 0;
827 left: 0;
828 bottom: 0;
829 right: 0;
830 background-image: url(../images/Loader-slider-WPFeedback.svg);
831 background-repeat: no-repeat;
832 background-position: center center;
833 background-color: rgba(255, 255, 255, 0.5);
834 background-size: 60px;
835 }
836 .wpf_task_status_title, .wpf_task_priority_title {
837 color: #272D3C;
838 }
839 .wpf_task_status_title.wpf_icon_title i.gg-screen {
840 color: #4B5668 !important;
841 }
842 input#wp_feedback_filter_btn {
843 text-decoration: none;
844 background-color: #dde1e5;
845 color: #272D3C;
846 padding: 8px 15px;
847 font-size: 12px;
848 font-weight: 700;
849 border-radius: 5px;
850 width: 100%;
851 }
852 li.not_chat_author {
853 margin-bottom: 10px;
854 border-radius: 8px 0px 8px 8px;
855 padding: 5px 10px 5px 15px;
856 width: 100%;
857 -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
858 animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
859 box-sizing: border-box;
860 }
861 li.chat_author {
862 margin-bottom: 10px;
863 border-radius: 0px 8px 8px 8px;
864 padding: 5px 10px 5px 15px;
865 width: 100%;
866 -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
867 animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
868 box-sizing: border-box;
869 }
870 .chat_author .wpf-comment-wrapper, .not_chat_author .wpf-comment-wrapper {
871 flex-grow: 1;
872 }
873 .chat_author:not(.is_info) .wpf-author-img, .not_chat_author:not(.is_info) .wpf-author-img {
874 min-width: 32px;
875 height: 32px;
876 width: 32px;
877 border-radius: 50%;
878 display: flex;
879 align-items: center;
880 justify-content: center;
881 font-size: 12px;
882 font-weight: 400;
883 line-height: 1;
884 color: #fff;
885 text-transform: uppercase;
886 background-color: rgb(103, 174, 63);
887 }
888 .chat_author:not(.is_info) .wpf-author-img img, .not_chat_author:not(.is_info) .wpf-author-img img {
889 height: 32px;
890 width: 32px;
891 border-radius: 50%;
892 margin: 0 !important;
893 }
894 .chat_author.is_info .wpf-author-img img, .not_chat_author.is_info .wpf-author-img img {
895 -webkit-appearance: none !important;
896 fill: none;
897 color: #A4ABC5;
898 width: 18px;
899 height: 18px;
900 margin-right: 5px;
901 margin-top: 2px;
902 }
903 .chat_author:not(.is_info) .wpf-comment-wrapper, .not_chat_author:not(.is_info) .wpf-comment-wrapper {
904 margin-left: 10px !important;
905 }
906 li.chat_author:not(.is_info) .task_text, li.not_chat_author:not(.is_info) .task_text {
907 margin-top: 5px;
908 }
909 li.chat_author.is_note .task_text {
910 border: 1px solid #FFFCC9 !important;
911 background-color: #FFFCC9 !important;
912 padding: 0 10px;
913 border-radius: 5px 5px;
914 }
915 level.wpf-author, level.chat-author {
916 font-family: 'Roboto', sans-serif;
917 font-weight: 500;
918 line-height: 1;
919 font-size: 14px;
920 color: #A4ABC5;
921 display: flex;
922 justify-content: space-between;
923 }
924 li.chat_author:hover .wpf-edit-delete-wrapper {
925 opacity: 1;
926 }
927 .is_info {
928 max-width: calc(100% + 30px) !important;
929 border-radius: 0 !important;
930 border-width: 1px 0 !important;
931 }
932 .is_info level.wpf-author {
933 float: right;
934 margin-bottom: 0 !important;
935 }
936 .is_info p.task_text {
937 margin-bottom: 3px;
938 margin-top: 3px;
939 color: #4a5568 !important;
940 font-size: 12px !important;
941 opacity: 0.8;
942 }
943 .is_info span.taskStatusMsg {
944 font-weight: 700;
945 }
946 p.task_text {
947 margin-top: 0;
948 }
949
950 li .tag_img {
951 max-width: 100% !important;
952 height: auto !important;
953 border-radius: 10px;
954 overflow: hidden;
955 margin-bottom: 15px;
956 transition: all linear .2s;
957 border: 1px solid #ECF3F9;
958 background-color: #fff;
959 }
960 li .tag_img:hover {
961 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
962 }
963 li .tag_img a .gg-software-download {
964 margin: 15px 5px 10px 10px;
965 vertical-align: middle;
966 float: none;
967 }
968 /* ------------ Inner Attr Col Style ------------ */
969
970 .wpf_attributes_col a.wpf_button {
971 display: block;
972 text-align: center;
973 margin: 0;
974 text-decoration: none;
975 margin-bottom: 20px;
976 }
977 .wpf_task_attr.wpf_task_title .wpf_title {
978 margin-bottom: 15px;
979 margin-top: 5px;
980 }
981 .wpf_task_page p {
982 margin: 0 0 3px 0px !important;
983 }
984
985 .wpf_task_attr {
986 flex: 1;
987 min-width: 170px;
988 padding: 10px 15px;
989 }
990
991 .wpf_attributes_col input.wpf_button {
992 padding: 0;
993 }
994
995 .wpf_task_status {
996 margin-bottom: 15px;
997 }
998
999 .wpf_attributes_col {
1000 min-height: 420px;
1001 overflow: auto;
1002 max-height: calc(100vh - 190px);
1003 }
1004 div#wpf_delete_task_container a, a.wpf_bulk_task_delete_btn {
1005 color: #fff;
1006 background-color: #E72D67;
1007 text-decoration: none;
1008 padding: 10px 15px;
1009 border-radius: 5px;
1010 text-transform: capitalize;
1011 display: inline-block;
1012 }
1013 div#wpf_delete_task_container {
1014 text-align: center;
1015 padding: 0;
1016 }
1017 .wpf_attributes_col .at_fill_color svg path {
1018 fill: #4B5668 !important;
1019 }
1020 .wpf_icon_title.at_fill_color.at_att_screenshot svg {
1021 margin-right: 5px;
1022 margin-bottom: -3px;
1023 }
1024 .wpf_icon_title.at_fill_color.at_att_info svg {
1025 margin-right: 5px;
1026 margin-bottom: -4px;
1027 }
1028 .wpf_icon_title.at_fill_color.at_att_tags i.gg-tag {
1029 margin-right: 5px;
1030 }
1031 .wpf_task_status.at_fill_color.at_att_status svg {
1032 width: 18px;
1033 margin-bottom: -4px;
1034 }
1035 .wpf_task_urgency.at_fill_color.at_att_priority svg, .wpf_task_attr.wpf_task_users.at_att_users svg {
1036 margin-bottom: -3px;
1037 }
1038 /* ------------ SETTINGS PAGE ------------ */
1039 .wpf_title_section {
1040 font-size: 150%;
1041 font-weight: 700;
1042 margin-bottom: 15px;
1043 color: #272D3C;
1044 font-family: 'Roboto', sans-serif;
1045 }
1046 .wpf_title_secondery {
1047 margin: 10px 0;
1048 }
1049 .wpf_settings_ctt_wrap {
1050 display: flex;
1051 box-sizing: border-box;
1052 flex-wrap: wrap
1053 }
1054 .wpf_settings_sidebar {
1055 flex: 1;
1056 padding: 25px;
1057 max-width: 230px;
1058 border-right: 1px solid #ECF3F9;
1059 }
1060 .wpf_inner_settings_col {
1061 width: 700px;
1062 max-width: calc(90% - 100px);
1063 }
1064 .wpf_inner_settings_col .wpf_title_section {
1065 padding: 15px;
1066 margin-left: -15px;
1067 background-color: #e3ebf6;
1068 border-radius: 5px;
1069 margin-right: -110px;
1070 }
1071 .wpf_settings_option {
1072 position: relative;
1073 border-top: 1px solid #ECF3F9;
1074 padding: 20px;
1075 }
1076 .wpf_settings_option .wpf_switch {
1077 position: absolute;
1078 top: 15px;
1079 right: -100px;
1080 }
1081 .wpf_settings_sidebar a {
1082 display: block;
1083 padding-bottom: 25px;
1084 font-weight: 700;
1085 color: #272D3C;
1086 text-decoration: none;
1087 }
1088 .wpf_settings_sidebar a:before {
1089 width: 10px;
1090 height: 10px;
1091 border: 2px solid;
1092 border-width: 2px 2px 0 0;
1093 display: inline-block;
1094 margin-right: 10px;
1095 content: "";
1096 margin-bottom: 0px;
1097 -moz-transform: rotate(45deg);
1098 -webkit-transform: rotate(45deg);
1099 -o-transform: rotate(45deg);
1100 -ms-transform: rotate(45deg);
1101 transform: rotate(45deg);
1102 }
1103 .wpf_settings_col {
1104 flex: 1;
1105 padding: 25px;
1106 min-width: 700px;
1107 }
1108
1109 .wpf_settings_ctt_wrap select[multiple] {
1110 height: 125px !important;
1111 padding: 10px !important;
1112 border-radius: 5px;
1113 /*overflow: hidden;*/
1114 }
1115
1116 .wpfeedback_main_color {
1117 margin: 15px 0;
1118 }
1119
1120 .wpfeedback_licence_key {
1121 padding: 20px;
1122 border-top: 1px solid #ECF3F9;
1123 }
1124 /*auto register on activation css by Pratap*/
1125 .wpfeedback_licence_key_field b, input#wpfeedback_licence_key {
1126 display: none;
1127 }
1128 .wpfeedback_licence_key_field b, input#wpfeedback_licence_key {
1129 display: none;
1130 }
1131 .wpf_signup_form label {
1132 font-weight: 500;
1133 }
1134 .wpf_signup_form input {
1135 width: 100%;
1136 margin-bottom: 20px;
1137 min-height: 36px;
1138 }
1139 .wpf-name-error, .wpf-email-error {
1140 display: none;
1141 color: red;
1142 font-size: 12px;
1143 font-weight: 500;
1144 }
1145 .wpf-account-msg {
1146 display: inherit;
1147 text-align: center;
1148 font-size: 16px;
1149 color: red;
1150 text-transform: capitalize;
1151 }
1152 .wpf_activate_btn, .wpf_create_user {
1153 color: #272d3c;
1154 font-weight: 500;
1155 font-size: 14px;
1156 font-family: Roboto, Helvetica, Arial, sans-serif;
1157 border-radius: 5px;
1158 background-color: #3ed696;
1159 border: none;
1160 padding: 8px;
1161 width: 100%;
1162 cursor: pointer;
1163 margin: 10px 0;
1164 min-height: 36px;
1165 -webkit-transition: all 0.2s ease-in;
1166 -moz-transition: all 0.2s ease-in;
1167 -ms-transition: all 0.2s ease-in;
1168 -o-transition: all 0.2s ease-in;
1169 transition: all 0.2s ease-in;
1170 }
1171 .wpf_activate_btn:hover, .wpf_create_user:hover {
1172 background-color: #33bf84;
1173 }
1174 .wpf_has_account {
1175 text-align: center;
1176 }
1177 .wpf_wizard_content_box a {
1178 color: #279AF1;
1179 }
1180 .wpf_wizard_content_box a:hover {
1181 color: #1b72b4;
1182 }
1183 /**/
1184 .wpf_license_deactivate_wrap {
1185 border: 2px dashed #e3ebf6;
1186 border-radius: 5px;
1187 padding: 0 15px 15px;
1188 margin: 10px 0;
1189 }
1190 input.wpf_deactivate_button {
1191 background-color: #FDB1B1;
1192 color: #333;
1193 padding: 10px !important;
1194 border: none !important;
1195 border-radius: 5px;
1196 display: block;
1197 text-align: center;
1198 font-weight: 500;
1199 text-decoration: none;
1200 cursor: pointer;
1201 line-height: initial;
1202 width: 100%;
1203 -webkit-transition: all 0.3s ease-out;
1204 -moz-transition: all 0.3s ease-out;
1205 -ms-transition: all 0.3s ease-out;
1206 -o-transition: all 0.3s ease-out;
1207 transition: all 0.3s ease-out;
1208 }
1209 input.wpf_deactivate_button:hover {
1210 background-color: #f57f7f;
1211 border: none !important;
1212 color: #333;
1213 }
1214 span.wpf_active_license {
1215 font-weight: 700;
1216 font-size: 125%;
1217 color: #3ED696 !important;
1218 }
1219 span.wpf_active_license:before {
1220 color: #3ed696;
1221 position: relative;
1222 font-size: 27px;
1223 content: "\f15e";
1224 font-family: dashicons;
1225 border: 3px solid;
1226 height: 32px;
1227 width: 32px;
1228 border-radius: 50%;
1229 line-height: 1;
1230 margin-right: 5px;
1231 bottom: -7px;
1232 }
1233 .wpfeedback_item_name_field {
1234 margin-top: 20px;
1235 }
1236
1237 .wpfeedback_more_emails input {
1238 width: 100%;
1239 }
1240
1241 input#wpf_save_setting {
1242 width: 100%;
1243 margin-top: 25px;
1244 }
1245
1246 .wpfeedback_replace_logo input#upload_image_button {
1247 border-radius: 5px;
1248 margin-top: 10px;
1249 -webkit-transition: all 0.2s ease-in;
1250 -moz-transition: all 0.2s ease-in;
1251 -ms-transition: all 0.2s ease-in;
1252 -o-transition: all 0.2s ease-in;
1253 transition: all 0.2s ease-in;
1254 height: auto;
1255 border-width: 3px;
1256 border-style: solid;
1257 border-color: #272D3C;
1258 color: #272D3C;
1259 background-color: transparent;
1260 width: 100%;
1261 font-size: 16px;
1262 font-family: 'Roboto', sans-serif;
1263 font-weight: 700;
1264 cursor: pointer;
1265 box-shadow: none;
1266 text-shadow: none;
1267 padding: 6px 30px;
1268 }
1269 .wpfeedback_replace_logo input#upload_image_button:hover {
1270 opacity: 0.8;
1271 }
1272 .wpfeedback_image-preview-wrapper img {
1273 max-width: 180px;
1274 margin: auto;
1275 display: block;
1276 }
1277 input#wpfeedback_color {
1278 width: 100%;
1279 padding: 10px;
1280 border-radius: 5px;
1281 text-align: center;
1282 margin: 5px 0px;
1283 }
1284 textarea#wpf_tutorial_video {
1285 width: 100%;
1286 padding: 10px;
1287 border-radius: 5px;
1288 margin: 5px 0px;
1289 }
1290 .wpfeedback_youtube_url{
1291 margin: 15px 0;
1292 }
1293 .wrap.wpfeedback-settings input[type=checkbox]:checked:before {
1294 color: #272D3C;
1295 margin: -1px 0px 0 -2px !important;
1296 content: '';
1297 display: block;
1298 position: absolute;
1299 top: 2px;
1300 left: 7px;
1301 width: 8px;
1302 height: 14px;
1303 border: solid #363d4d;
1304 border-width: 0 3px 3px 0;
1305 transform: rotate(45deg);
1306 box-sizing: border-box;
1307 }
1308 .wpfeedback_reset_setting input.wpf_button {
1309 border-width: 1px;
1310 border-style: solid;
1311 border-color: #272D3C;
1312 color: #363d4d !important;
1313 background-color: transparent;
1314 margin-top: 10px;
1315 }
1316
1317 .wpf_resync_dashboard input.wpf_button {
1318 border-width: 1px;
1319 border-style: solid;
1320 border-color: #272D3C;
1321 color: #363d4d !important;
1322 background-color: transparent;
1323 width: 100%;
1324 }
1325
1326 input.wpf_customise_field {
1327 width: 100%;
1328 margin-bottom: 5px;
1329 }
1330 img.wpf_settings_image {
1331 width: 400px;
1332 display: block;
1333 max-width: 100%;
1334 }
1335
1336 .wpf_golbalsettings_buttons {
1337 padding: 15px;
1338 border: 1px solid #ECF3F9;
1339 border-radius: 5px;
1340 }
1341 div#wpf_global_settings_overlay p {
1342 color: #222;
1343 font-family: 'Roboto', sans-serif;
1344 font-weight: 400;
1345 }
1346 .wpf_settings_icon {
1347 display: inline-block;
1348 font-size: 14px;
1349 vertical-align: top;
1350 opacity: 0.7;
1351 margin: 1px 5px;
1352 }
1353 /* ------------ PERMISSIONS PAGE ------------ */
1354
1355 .wpf_user_permissions {
1356 margin-bottom: 25px;
1357 }
1358 table.wpf_perm_table {
1359 width: 100%;
1360 text-align: center;
1361 }
1362 td.wpf_perm_top {
1363 background-color: #e3ebf6;
1364 padding: 10px;
1365 color: #272D3C;
1366 font-weight: 700;
1367 }
1368 td.wpf_left_cell {
1369 text-align: left;
1370 font-weight: 700;
1371 color: #272D3C;
1372 }
1373 table.wpf_perm_table td {
1374 border-bottom: 1px solid #ECF3F9;
1375 padding: 5px;
1376 }
1377
1378 .at_feat_global {
1379 display: inline-block;
1380 vertical-align: top;
1381 width: 250px;
1382 margin-right: 15px;
1383 }
1384 .at_feat_global img {
1385 width: 100%;
1386 }
1387 .wpf_global_lock .at_feat_content {
1388 width: calc(100% - 270px) !important;
1389 padding-top: 25px;
1390 }
1391
1392 /* ------------ ADDONS PAGE ------------ */
1393 .wpf_inner_container.wpf_integrations_container {
1394 margin-top: 0 !important;
1395 padding-top: 25px;
1396 border-top: 3px solid var(--main-wpf-color);
1397 font-family: "Roboto", Sans-serif;
1398 font-size: 14px;
1399 color: #272D3C;
1400 }
1401 .wpf_integration_title {
1402 color: #272D3C;
1403 font-size: 150%;
1404 font-weight: 800;
1405 }
1406 a.wpf_integration_button {
1407 color: #272D3C !important;
1408 background-color: #3ED696;
1409 text-decoration: none;
1410 min-height: 36px;
1411 border-radius: 5px;
1412 display: inline-flex;
1413 align-items: center;
1414 padding: 5px 15px;
1415 justify-content: center;
1416 box-sizing: border-box;
1417 font-size: 14px;
1418 font-weight: 500;
1419 -webkit-transition: all 0.2s ease-in;
1420 -moz-transition: all 0.2s ease-in;
1421 -ms-transition: all 0.2s ease-in;
1422 -o-transition: all 0.2s ease-in;
1423 transition: all 0.2s ease-in;
1424 }
1425 a.wpf_integration_button:hover {
1426 background-color: #33bf84;
1427 color: #272d3c;
1428 }
1429 img.wpf_integration_image {
1430 width: 1000px;
1431 max-width: 90%;
1432 margin-top: 25px;
1433 }
1434 .wpf_addon_box_wrap{display:flex;}
1435
1436 .wpf_inner_container {
1437 text-align: center;
1438 }
1439
1440 .wpf_addon_box {
1441 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1442 border-radius: 0 5px 5px 5px;
1443 border: 1px solid #ECF3F9;
1444 background-color: #fff !important;
1445 padding: 25px;
1446 text-align: center;
1447 margin: 20px;
1448 }
1449
1450 .wpf_addon_box img {
1451 width: 200px;
1452 max-width: 100%;
1453 }
1454
1455
1456
1457 /* ------------ Setup Wizard ------------ */
1458
1459 .wpf_backend_initial_setup_inner input[type=checkbox] {
1460 border: 2px solid #ccc;
1461 height: 22px;
1462 width: 22px !important;
1463 border-radius: 5px !important;
1464 display: inline-block !important;
1465 margin-right: 6px !important;
1466 }
1467 img.wpf_add_website_img {
1468 width: 100%;
1469 margin-bottom: -25px;
1470 }
1471 .wpf_backend_initial_setup_inner input[type=checkbox]:checked:before {
1472 color: #272D3C;
1473 margin: -1px 0px 0 -2px !important;
1474 }
1475
1476 .wpf_backend_initial_setup {
1477 position: fixed;
1478 top: 32px;
1479 left: 0;
1480 width: 100%;
1481 background-color: #fff;
1482 background-repeat: no-repeat;
1483 background-position: center center;
1484 background-size: cover;
1485 z-index: 10000;
1486 height: calc(100vh - 32px);
1487 overflow: auto;
1488 }
1489 .wpf_backend_initial_setup_inner {
1490 width: 90%;
1491 max-width: 500px;
1492 margin: auto;
1493 margin-top: 10px;
1494 font-family: 'Roboto', sans-serif;
1495 }
1496 .wpf_wizard_progress_box {
1497 color: #A4ABC5;
1498 font-size: 14px;
1499 display: flex;
1500 justify-content: space-evenly;
1501 align-items: center;
1502 text-align: center;
1503 margin-bottom: 25px;
1504 font-weight: 500;
1505 position: relative;
1506 }
1507 .wpf_wizard_progress_box:before {
1508 content: "";
1509 height: 2px;
1510 background-color: #ECF3F9;
1511 position: absolute;
1512 width: 70%;
1513 top: 30%;
1514 z-index: -1;
1515 }
1516 .wpf_wizard_progress_step {
1517 min-width: 90px;
1518 }
1519 .wpf_wizard_progress_num {
1520 width: 32px;
1521 height: 32px;
1522 margin: auto;
1523 display: flex;
1524 border: 2px solid;
1525 justify-content: center;
1526 align-items: center;
1527 border-radius: 15% 50% 50% 50%;
1528 background-color: #fff;
1529 margin-bottom: 5px;
1530 outline: 5px solid #fff;
1531 }
1532 .wpf_wizard_progress_step.wpf_step_comp .wpf_wizard_progress_num {
1533 background-color: #3ED696;
1534 color: #fff;
1535 }
1536 .wpf_wizard_progress_step.wpf_step_current .wpf_wizard_progress_num {
1537 color: #fff;
1538 background-color: #272D3C;
1539 }
1540 .wpf_wizard_progress_step.wpf_step_current {
1541 color: #272D3C;
1542 }
1543 .wpf_wizard_progress_num i {
1544 margin: 0;
1545 }
1546 .wpf_wizard_content_box {
1547 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1548 padding: 25px;
1549 border-radius: 10px;
1550 border: 1px solid #ECF3F9;
1551 background-color: #fff !important;
1552 position: relative;
1553 }
1554
1555 .wpf_backend_initial_setup_inner p {
1556 font-size: 14px;
1557 }
1558 .wpf_backend_initial_setup_inner .wpf_button {
1559 padding: 9px;
1560 display: block;
1561 text-align: center;
1562 }
1563 .wpf_title_wizard {
1564 font-size: 22px;
1565 font-weight: 700;
1566 margin-bottom: 5px;
1567 color: #272D3C;
1568 font-family: 'Roboto', sans-serif;
1569 line-height: 1.1;
1570 }
1571 .supg-btn {
1572 text-decoration: none;
1573 color: #272D3C !important;
1574 width: 100%;
1575 border: 2px solid #a4abc5;
1576 cursor: pointer;
1577 height: 36px;
1578 margin: 10px 0px 0px;
1579 display: flex;
1580 font-size: 14px;
1581 align-items: center;
1582 font-family: Roboto, Helvetica, Arial, sans-serif;
1583 font-weight: 500;
1584 border-radius: 5px;
1585 justify-content: center;
1586 background-color: transparent;
1587 }
1588 .supg-or {
1589 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
1590 letter-spacing: 0.01071em;
1591 color: #a4abc5;
1592 width: 100%;
1593 height: 30px;
1594 display: block;
1595 font-size: 14px;
1596 text-align: center;
1597 font-weight: 500;
1598 line-height: 50px;
1599 text-transform: uppercase;
1600 }
1601 p.wpf_tcpp {
1602 display: block;
1603 text-align: center;
1604 margin-top: -5px;
1605 }
1606 p.wpf_tcpp, p.wpf_tcpp a {
1607 color: #A4ABC5 !important;
1608 }
1609 .wpf_logo_wizard {
1610 width: 100%;
1611 margin-bottom: 25px;
1612 height: 68px;
1613 background-color: #2F326A;
1614 display: flex;
1615 justify-content: center;
1616 box-sizing: border-box;
1617 align-items: center;
1618 }
1619 .wpf_logo_wizard img {
1620 width: 130px;
1621 }
1622 .wpf_backend_initial_setup .wpfeedback_licence_key_field input {
1623 padding: 10px;
1624 }
1625 .wpf_backend_initial_setup_inner .wpf_title {
1626 font-size: 17px;
1627 margin-top: 25px;
1628 margin-bottom: 5px;
1629 }
1630 .wpf_collaborator_setting_toggle {
1631 display: flex;
1632 justify-content: space-around;
1633 font-size: 14px;
1634 position: relative;
1635 font-weight: 500;
1636 color: #A4ABC5;
1637 border-bottom: 1px solid #ECF3F9;
1638 padding-bottom: 10px;
1639 padding-top: 10px;
1640 }
1641 label.wpf_switch_collaborator_setting_toggle .wpf_switch_slider.wpf_switch_round {
1642 width: 53px;
1643 height: 27px;
1644 margin: auto;
1645 left: -25px;
1646 background-color: #7c6df4;
1647 top: -5px;
1648 }
1649 span.wpf_toggle_left {
1650 margin-right: 20px;
1651 }
1652 span.wpf_toggle_right {
1653 margin-left: 20px;
1654 }
1655 label.wpf_text_label {
1656 display: block;
1657 font-weight: 500;
1658 }
1659
1660 .wpf_collaborator_name, .wpf_collaborator_email {
1661 width: 100%;
1662 font-size: 14px;
1663 height: 36px;
1664 }
1665 p.wpf_wizard_note {
1666 color: #A4ABC5;
1667 }
1668 label.wpf_text_label span, p.wpf_wizard_note span {
1669 color: #E72D67;
1670 }
1671 select.wp_feedback_filter_admin_user {
1672 height: 36px;
1673 width: 100%;
1674 max-width: 100%;
1675 }
1676 .wpf_guest_wrap {
1677 border: 1px solid #ECF3F9;
1678 padding: 0 15px;
1679 border-radius: 5px;
1680 }
1681 .wpf_guest_wrap label.wpf_checkbox_label {
1682 width: calc(100% - 60px);
1683 padding-right: 10px;
1684 box-sizing: border-box;
1685 }
1686 .wpf_wizard_footer {
1687 text-align: right;
1688 }
1689 btn.wpf_button.wpf_next {
1690 display: inline-block;
1691 padding: 15px 35px;
1692 margin-left: 25px;
1693 }
1694 .wpf_backend_initial_setup_inner iframe {
1695 width: 100%;
1696 max-width: 100%;
1697 border-radius: 5px;
1698 overflow: hidden;
1699 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1700 }
1701 .wpf_wizard_video {
1702 border-radius: 5px;
1703 overflow: hidden;
1704 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1705 }
1706 .wpf_wizard_dual_btns {
1707 margin-top: 25px;
1708 display: flex;
1709 justify-content: space-between;
1710 }
1711 .wpf_wizard_dual_btns btn {
1712 width: 44%;
1713 }
1714 btn.wpf_button.wpf_button_sec {
1715 border: 1px solid #8791B2;
1716 background-color: #fff !important;
1717 }
1718 btn.wpf_button.wpf_button_sec:hover {
1719 background-color: #ecf3f9 !important;
1720 }
1721 .wpf_skip_wizard {
1722 display: block;
1723 text-align: center;
1724 margin: 25px;
1725 }
1726 .wpf_skip_wizard a {
1727 color: #8d9ba9;
1728 }
1729 .wpfeedback_image-preview-wrapper img{
1730 width: 100%;
1731 height: 100%;
1732 }
1733
1734 span#wpf_back_report_sent_span, span#wpf_restore_orphan_tasks_span, span#wpf_no_orphan_tasks_span {
1735 position: absolute;
1736 bottom: -3px;
1737 right: -5px;
1738 z-index: 100;
1739 color: #fff;
1740 font-size: 12px;
1741 font-weight: 700;
1742 letter-spacing: 0.015em;
1743 background-color: #3ed696;
1744 padding: 10px 35px 10px 10px !important;
1745 border: 1px solid #ECF3F9;
1746 border-radius: 5px;
1747 line-height: 1.3;
1748 width: 100%;
1749 max-width: 220px;
1750 -webkit-transition: all 0.2s ease-out;
1751 -moz-transition: all 0.2s ease-out;
1752 -ms-transition: all 0.2s ease-out;
1753 -o-transition: all 0.2s ease-out;
1754 transition: all 0.2s ease-out;
1755 }
1756
1757 #wpf_form input#wpf_uploadfile {
1758 opacity: 0;
1759 position: absolute;
1760 height: auto;
1761 display: inline-block;
1762 max-width: 50px;
1763 z-index: 10003;
1764 margin-left: -22px;
1765 padding: 5px;
1766
1767 }
1768 a.wpf_upload_button.wpf_button {
1769 margin-top: 5px;
1770 padding: 10px 0px;
1771 margin-right: 10px !important;
1772 background-color: transparent!important;
1773 color: #363d4d !important;
1774 float: right;
1775 cursor: pointer !important;
1776 }
1777 #wpf_upload_error, #wpf_error,#wpf_error_page {
1778 color: #272D3C;
1779 font-weight: bold;
1780 }
1781 .wpf_support_name, .wpf_support_email {
1782 width: 48%;
1783 padding: 10px 3px;
1784 vertical-align: top;
1785 display: inline-block;
1786 }
1787 /*div#wpf_launcher .ui-draggable-dragging {
1788 width: auto;
1789 }*/
1790
1791 ul#wpf_message_list li .task_text {
1792 color: #272d3c;
1793 font-size: 14px;
1794 font-weight: 400;
1795 font-family: 'Roboto', sans-serif;
1796 margin-bottom: 10px;
1797 white-space: pre-wrap;
1798 cursor: auto;
1799 line-height: 1.4 !important;
1800 }
1801 ul#wpf_message_list li .task_text p {
1802 margin: 5px 0 10px 0 !important;
1803 font-size: 14px !important;
1804 font-weight: 400;
1805 line-height: 1.4 !important;
1806 }
1807 .wpf_globals_container {
1808 margin-top: 15px;
1809 }
1810 .wpf_gsettings_text {
1811 width: 60%;
1812 display: inline-block;
1813 }
1814 .wpf_gsettings_toggle {
1815 width: 34%;
1816 display: inline-block;
1817 vertical-align: top;
1818 margin-right: 10px;
1819 text-align: center;
1820 border: 1px solid #dddddd;
1821 padding: 15px 0;
1822 border-radius: 5px;
1823 }
1824 .wpf_gsettings_toggle i {
1825 color: #272D3C;
1826 opacity: 0.5;
1827 font-size: 20px;
1828 margin: 4px;
1829 }
1830
1831
1832 /*===== HEBREW BACKEND===========*/
1833
1834 .rtl .wpf_report_trigger a:nth-child(1)
1835 {
1836 margin-right: 0;
1837 margin-left: 2%;
1838 }
1839 .rtl a.wpf_comment_mode_general_task
1840 {
1841 margin-left: 10px;
1842 }
1843 .rtl .wpf_logo, .rtl a.wpf_general_comment_btn
1844 , .rtl .wpf_report_buttons
1845 {
1846 float: left;
1847 }
1848 .rtl .wpf_section_title
1849 {
1850 font-family: Roboto,sans-serif;
1851 }
1852 .rtl .wpf_task_num_top
1853 {
1854 margin-right: 0;
1855 margin-left: 10px;
1856 }
1857
1858 .rtl .wpf_support_col_left
1859 {
1860 text-align: right;
1861 }
1862 .rtl .wpf_button.wpf_next
1863 {
1864 margin-left: 0;
1865 margin-right: 25px;
1866 }
1867 .rtl .wpf_task_details_top span, .rtl #wpf_message_list level span {
1868 display: inline-block;
1869 }
1870 .rtl .wpf_filter_col input[type="checkbox"]:checked + label:after, .rtl ul.wp_feedback_filter_checkbox.user input[type="checkbox"]:checked + label:after, .rtl div#wpf_wizard_notifications input:checked + label:after, .rtl div#wpf_task_visibility input[type="checkbox"]:checked + label:after {
1871 right: 10px;
1872 top: 2px;
1873 }
1874 .rtl .wpf_task_num_top .gg-check {
1875 margin-right: 4px;
1876 }
1877 .rtl p.form-submit.chat_button {
1878 float: left;
1879 margin-left: 0;
1880 }
1881 .rtl a.wpf_upload_button.wpf_button {
1882 margin-right: -5px !important;
1883 margin-left: 5px;
1884 }
1885 .rtl a.wpf_upload_button.wpf_button i.gg-attachment {
1886 margin-right: 18px;
1887 }
1888 .rtl .wpf_attributes_col a.wpf_button i.gg-external {
1889 margin-left: 5px;
1890 }
1891 .rtl a#wpf_add_general_task {
1892 padding: 7px 5px 5px 10px;
1893 margin-left: 10px;
1894 }
1895 .rtl .wpf_chat_col {
1896 border-left: 1px solid #ECF3F9;
1897 }
1898 .rtl button.wpf_tag_submit_btn {
1899 left: 15px !important;
1900 right: auto !important;
1901 }
1902 .rtl div#wpf_task_screenshot_tab {
1903 margin-right: 10px;
1904 }
1905 .rtl .wpf_task_meta {
1906 left: 25px;
1907 right: auto !important;
1908 text-align: left;
1909 }
1910 .rtl .wpf_tasks-list .wpf_task_meta_icon {
1911 padding: 32px 0px 32px 25px !important;
1912 }
1913 .rtl .wpf_task_meta:hover, .rtl .wpf_task_meta.wpf_active {
1914 left: 5px;
1915 text-align: left;
1916 }
1917 .rtl .wpf_graphics_new i.gg-math-plus:before {
1918 margin-right: -12px;
1919 }
1920 /*========wpf translation adaptations =========*/
1921 .wpf_chat_top {
1922 width: 100%;
1923 }
1924 .wpf_tasks_col .wpf_title:lang(nl), .wpf_tasks_col .wpf_title:lang(cs) {
1925 padding: 15px 5px;
1926 font-size: 14px;
1927 }
1928 a.wpf_general_comment_btn i.fas.fa-plus-square:lang(fr) {
1929 display: none;
1930 }
1931
1932 a.wpf_general_comment_btn:lang(fr),a.wpf_general_comment_btn:lang(cs) {
1933 font-size: 12px;
1934 }
1935 a.wpf_general_comment_btn:lang(de), a.wpf_general_comment_btn:lang(es), a.wpf_general_comment_btn:lang(it) {
1936 display: block;
1937 float: none;
1938 margin-top: -10px;
1939 }
1940 @media (max-width: 660px) {
1941 .wpf_report_buttons:lang(de) {
1942 display: block;
1943 float: none;
1944 margin-top: 15px;
1945 }
1946 }
1947 @media (max-width: 515px) {
1948 .wpf_report_buttons a:lang(de), .wpf_report_buttons a:lang(fr), .wpf_report_buttons a:lang(nl) {
1949 display: block;
1950 margin-bottom: 5px;
1951 }
1952 }
1953 /* ------------ MOBILE ------------ */
1954
1955 @media (max-width: 1050px) {
1956 .wpf_tabs_container button {
1957 padding: 8px !important;
1958 }
1959 }
1960 @media (max-width: 767px) {
1961 .wpf_logo {
1962 float: none;
1963 text-align: center;
1964 width: 100%;
1965 }
1966 .wpf_logo img{
1967 max-width:250px;
1968 margin-bottom: 10px;
1969 }
1970 .wpf_tabs_container button {
1971 width: 24%;
1972 padding: 8px;
1973 }
1974 .wpf_support_col_left, .wpf_support_col_right {
1975 width: 100%;
1976 }
1977 .wpf_report_buttons {
1978 float: none;
1979 margin-top: 10px;
1980 zoom: 0.9;
1981 }
1982 }
1983 @media (max-width: 480px) {
1984 span.wpf_search_box {
1985 display: block;
1986 }
1987 .wpf_report_buttons a:last-child {
1988 display: none;
1989 }
1990 .wpf_section_title {
1991 text-align: center !important;
1992 }
1993 .wpf_report_buttons {
1994 display: block;
1995 float: none !important;
1996 margin-top: 15px;
1997 }
1998 .wpf_filter_col.wpf_gen_col {
1999 max-height: 25vh;
2000 }
2001 input#wp_feedback_filter_btn {
2002 width: 100%;
2003 }
2004 div#wpf_task_details {
2005 min-width: auto;
2006 }
2007 }
2008 /*========wpf login form=========*/
2009 #wpf_login_container {
2010 position: fixed;
2011 z-index: 199999;
2012 top: 0;
2013 left: 0;
2014 width: 100%;
2015 height: 100%;
2016 overflow: auto;
2017 background-color: rgba(255, 255, 255, 0.85);
2018 }
2019 #wpf_login_container .wpf_wizard_modal {
2020 width: 350px;
2021 max-width: 88%;
2022 margin: auto;
2023 margin-top: 5%;
2024 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2025 padding: 15px;
2026 border-radius: 5px;
2027 border: 1px solid #ECF3F9;
2028 background-color: #fff !important;
2029 text-align: center;
2030 font-family: Roboto, sans-serif;
2031 font-size: 14px;
2032 }
2033 img#wpfeedback_image-preview {
2034 margin-bottom: 8px;
2035 }
2036 #wpf_login_container #login_form_content .wpf_submit_button {
2037 background-color: var(--main-wpf-color) !important;
2038 color: #ffffff !important;
2039 margin: 5px 0 0 0;
2040 border-radius: 5px;
2041 width: 100%;
2042 padding: 15px !important;
2043 font-size: 16px;
2044 font-family: 'Roboto', sans-serif;
2045 border: none !important;
2046 box-shadow: none !important;
2047 font-weight: 700 !important;
2048 }
2049 #wpf_login_container a.wpf_login_close {
2050 font-size: 30px;
2051 margin-top: -5px;
2052 color: #F5325C;
2053 float: right;
2054 font-weight: 700;
2055 line-height: 1;
2056 text-shadow: 0 1px 0 #fff;
2057 opacity: .5;
2058 text-decoration: none;
2059 }
2060 #wpf_login_container a.wpf_skip.wpf_login_close {
2061 float: initial;
2062 font-size: 14px;
2063 }
2064 form#wpf_login input#username, form#wpf_login input#password {
2065 padding: 25px !important;
2066 border-radius: 5px;
2067 margin-bottom: 10px;
2068 width: 100% !important;
2069 }
2070 form#wpf_login p.wpf_status {
2071 color: red;
2072 margin-top: 10px;
2073 }
2074 div#wpf_tasks_overlay {
2075 position: absolute;
2076 width: 100%;
2077 background-color: rgba(255, 255, 255, 0.95);
2078 height: 100%;
2079 left: 0;
2080 padding-top: 5%;
2081 font-size: 30px;
2082 color: #272D3C;
2083 font-weight: 700;
2084 text-decoration: none;
2085 font-family: 'Roboto', sans-serif;
2086 z-index: 10;
2087 }
2088 .wpf_welcome_wrap {
2089 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2090 padding: 45px;
2091 border-radius: 10px;
2092 border: 1px solid #ECF3F9;
2093 background-color: #fff !important;
2094 width: 100%;
2095 max-width: 400px;
2096 margin: auto;
2097 text-align: center;
2098 }
2099 .wpf_welcome_title {
2100 margin-bottom: 10px;
2101 line-height: 0.9;
2102 }
2103 .wpf_welcome_note {
2104 font-size: 60%;
2105 line-height: 1.1;
2106 }
2107 .wpf_welcome_note u {
2108 cursor: pointer;
2109 }
2110 .wpf_welcome_image img {
2111 display: block;
2112 width: 100%;
2113 }
2114 .wpf_welcome_image img {
2115 width: 100%;
2116 }
2117 .wpf_video {
2118 top: 0;
2119 left: 0;
2120 width: 100%;
2121 height: 100%;
2122 }
2123 /*=========Graphics Tab=========*/
2124 .wpfeedback_graphics_file .button {
2125 width: auto;
2126 color: #fff;
2127 background-color: #272D3C;
2128 border-radius: 5px;
2129 font-family: 'Roboto', sans-serif;
2130 font-weight: 700;
2131 margin-top: 10px;
2132 cursor: pointer;
2133 -webkit-transition: all 0.2s ease-in;
2134 -moz-transition: all 0.2s ease-in;
2135 -ms-transition: all 0.2s ease-in;
2136 -o-transition: all 0.2s ease-in;
2137 transition: all 0.2s ease-in;
2138 height: auto;
2139 }
2140
2141 #wpf_graphics input#wpf_save_setting {
2142 width: auto;
2143 }
2144 .theme-browser .theme .theme-name {
2145 box-sizing: unset !important;
2146 }
2147
2148 #wpf_tabs_container a.wpf_tab_item {
2149 text-decoration: none;
2150 }
2151
2152 .themes h2.theme-name {
2153 box-sizing: unset !important;
2154 }
2155 #fusionredux-form-wrapper *, ::after, ::before {
2156 box-sizing: unset;
2157 }
2158
2159 .settings_page_updraftplus .ui-dialog .ui-dialog-buttonpane button,.plugins-php .ui-dialog .ui-dialog-buttonpane button{
2160 padding: .4em 1em;
2161 border: 1px solid #CCC;
2162 background: #f6f6f6;
2163 font-weight: normal;
2164 color: #2b2b2b;
2165 }
2166 .ui-corner-all button.ui-dialog-titlebar-close:after,.settings_page_updraftplus button.ui-dialog-titlebar-close:after,.plugins-php button.ui-dialog-titlebar-close:after {
2167 content: "X";
2168 }
2169 .ui-corner-all.ui-dialog .ui-dialog-content {
2170 width: 100% !important;
2171 }
2172 .ui-draggable .ui-dialog-titlebar{height: auto !important;}
2173
2174 #redux-sticky *, ::after, ::before {
2175 box-sizing: unset;
2176 }
2177 #uc_list_items i.fa.fa-cloud-download {
2178 font: normal normal normal 14px/1 FontAwesome !important;
2179 }
2180 /*====Toggle Switch====*/
2181 .wpf_switch {
2182 position: relative;
2183 display: inline-block;
2184 width: 53px;
2185 height: 27px;
2186 margin-top: -5px;
2187 }
2188
2189 .wpf_switch input {
2190 opacity: 0 !important;
2191 width: 0;
2192 height: 0;
2193 }
2194
2195 .wpf_switch_slider {
2196 position: absolute;
2197 cursor: pointer;
2198 top: 0;
2199 left: 0;
2200 right: 0;
2201 bottom: 0;
2202 background-color: #ccc;
2203 -webkit-transition: .4s;
2204 transition: .4s;
2205 }
2206
2207 .wpf_switch_slider:before {
2208 position: absolute;
2209 content: "";
2210 height: 21px;
2211 width: 21px;
2212 left: 3px;
2213 bottom: 3px;
2214 background-color: white;
2215 -webkit-transition: .4s;
2216 transition: .4s;
2217 }
2218
2219 input:checked + .wpf_switch_slider {
2220 background-color: #7c6df4;
2221 }
2222
2223 input:focus + .wpf_switch_slider {
2224 box-shadow: 0 0 1px #e3ebf6;
2225 }
2226
2227 input:checked + .wpf_switch_slider:before {
2228 -webkit-transform: translateX(26px);
2229 -ms-transform: translateX(26px);
2230 transform: translateX(26px);
2231 }
2232
2233 /* Rounded sliders */
2234 .wpf_switch_slider.wpf_switch_round {
2235 border-radius: 34px;
2236 }
2237
2238 .wpf_switch_slider.wpf_switch_round:before {
2239 border-radius: 50%;
2240 }
2241 div#wpf_global_settings_overlay {
2242 position: absolute;
2243 width: calc(100% + 20px);
2244 background-color: rgba(255, 255, 255, 0.95);
2245 height: 100%;
2246 left: -20px;
2247 padding-top: 5%;
2248 font-size: 30px;
2249 color: #272D3C;
2250 font-weight: 700;
2251 text-decoration: none;
2252 font-family: 'Roboto', sans-serif;
2253 z-index: 10;
2254 }
2255
2256 .wpf_task_label .wpf_pending-review,.wpf_task_label .wpf_medium{
2257 background-color: rgb(248, 202, 94);
2258 }
2259 .wpf_task_label .wpf_high,.wpf_task_label .wpf_in-progress{
2260 background-color: rgb(230, 121, 26);
2261 }
2262 .wpf_task_label .wpf_complete,.wpf_task_label .wpf_low{
2263 background-color: rgb(93, 161, 112);
2264 }
2265 .wpf_task_label .wpf_open,.wpf_task_label .wpf_critical {
2266 background-color: rgb(222, 0, 0);
2267 }
2268 span.wpf_tag_name a {
2269 margin-left: 5px;
2270 color: var(--main-wpf-color) !important;
2271 }
2272 #wpf_tasks span.wpf_tag_name {
2273 display: inline-block;
2274 background: #e2e4e7;
2275 transition: all .2s cubic-bezier(.4,1,.4,1);
2276 margin-right: 5px;
2277 border-radius: 12px;
2278 padding: 5px 8px;
2279 font-size: 14px;
2280 }
2281 input.wpf_tag {
2282 padding: initial;
2283 width: 100%;
2284 margin-bottom: 5px;
2285 }
2286
2287 /*=============For tag auto-completed css===============*/
2288 /*the container must be positioned relative:*/
2289 .wpf_tag_autocomplete {
2290 position: relative;
2291 display: block;
2292 margin-top: 0 !important;
2293 }
2294 .wpf_task_tags {
2295 margin-bottom: 10px;
2296 }
2297 input#wpf_tags {
2298 margin-top: 3px !important;
2299 margin-bottom: 5px;
2300 }
2301 .wpf_tag_autocomplete-items {
2302 z-index: 199998 !important;
2303 top: 48px !important;
2304 left: 1px;
2305 width: calc(100% - 2px) !important;
2306 margin-top: -9px;
2307 max-height: 125px !important;
2308 overflow: auto;
2309 }
2310
2311 .wpf_tag_autocomplete-items div {
2312 padding: 5px 10px 5px 10px;
2313 cursor: pointer;
2314 border-bottom: 1px solid #d4d4d4;
2315 }
2316
2317 /*when hovering an item:*/
2318 .wpf_tag_autocomplete-items div:hover {
2319 background-color: #e9e9e9;
2320 }
2321
2322 /*when navigating through the items using the arrow keys:*/
2323 .wpf_tag_autocomplete-active {
2324 background-color: var(--main-wpf-color) !important;
2325 color: #ffffff;
2326 }
2327 #wpf_tasks .wpf_tag_autocomplete button {
2328 position: absolute;
2329 right: 5px;
2330 top: 0;
2331 bottom: 0;
2332 width: 24px;
2333 margin-top: 3px !important;
2334 margin-bottom: 0px;
2335 height: 24px;
2336 background-color: transparent;
2337 opacity: 0.9;
2338 cursor: pointer;
2339 border: 0px;
2340 padding: 12px 5px !important;
2341 }
2342 #wpf_tasks button.wpf_tag_submit_btn img {
2343 width: 100%;
2344 }
2345 #wpf_tasks .wpf_tag_autocomplete button i {
2346 vertical-align: top;
2347 position: absolute;
2348 top: 10px;
2349 right: 10px;
2350 }
2351 #wpf_tasks button.wpf_tag_submit_btn:hover,#wpf_tasks button.wpf_tag_submit_btn:focus {
2352 background: transparent;
2353 }
2354 #wpf_tasks .wpf_tag_autocomplete button:focus {
2355 outline: none !important;
2356 }
2357 /*-------------Start CSS for conflict with CiviCRM Plugin-------------*/
2358 .ui-dialog-content.crm-ajax-container{
2359 max-width: unset !important;
2360 pointer-events: auto;
2361 }
2362 /*-------------END with CiviCRM Plugin-------------*/
2363 /* ------------ Confirmation Dialog Box ------------ */
2364
2365 .wpf_confirm_dialog_overlay {
2366 position: absolute;
2367 top: 0;
2368 left: 0;
2369 right: 0;
2370 bottom: 0;
2371 background-color: rgba(0, 0, 0, 0.50);
2372 z-index: 999999
2373 }
2374 .wpf_confirm_dialog_overlay .wpf_confirm_dialog {
2375 width: 400px;
2376 margin: auto;
2377 margin-top: 10%;
2378 background-color: #fff;
2379 box-shadow: 0 0 20px rgba(0,0,0,.2);
2380 border-radius: 3px;
2381 overflow: hidden
2382 }
2383 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header {
2384 padding: 10px 8px;
2385 background-color: #f6f7f9;
2386 border-bottom: 1px solid #e5e5e5
2387 }
2388 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header h3 {
2389 font-size: 16px;
2390 margin: 0;
2391 color: #272D3C;
2392 display: inline-block;
2393 font-weight: 700;
2394 }
2395 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close {
2396 float: right;
2397 color: #c4c5c7;
2398 cursor: pointer;
2399 transition: all .5s ease;
2400 padding: 0 2px;
2401 border-radius: 1px
2402 }
2403 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:hover {
2404 color: #b9b9b9
2405 }
2406 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:active {
2407 box-shadow: 0 0 5px #673AB7;
2408 color: #a2a2a2
2409 }
2410 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg {
2411 padding: 12px 10px
2412 }
2413 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg p{
2414 margin: 0;
2415 font-size: 15px;
2416 color: #333
2417 }
2418 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer {
2419 border-top: 1px solid #e5e5e5;
2420 padding: 8px 10px
2421 }
2422 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls {
2423 direction: rtl
2424 }
2425 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls .button {
2426 padding: 5px 15px;
2427 border-radius: 3px
2428 }
2429
2430 button.wpf_confirm_yes {
2431 color: #fff;
2432 background-color: var(--main-wpf-color);
2433 border-radius: 5px;
2434 font-size: 14px;
2435 font-family: 'Roboto', sans-serif;
2436 font-weight: 700;
2437 cursor: pointer;
2438 padding: 10px 15px;
2439 border: none;
2440 -webkit-transition: all 0.2s ease-in;
2441 -moz-transition: all 0.2s ease-in;
2442 -ms-transition: all 0.2s ease-in;
2443 -o-transition: all 0.2s ease-in;
2444 transition: all 0.2s ease-in;
2445 }
2446 button.wpf_confirm_cancle {
2447 color: var(--main-wpf-color);
2448 background-color: #fff;
2449 border-radius: 5px;
2450 font-size: 14px;
2451 font-family: 'Roboto', sans-serif;
2452 font-weight: 700;
2453 cursor: pointer;
2454 padding: 10px 15px;
2455 border: 1px solid;
2456 -webkit-transition: all 0.2s ease-in;
2457 -moz-transition: all 0.2s ease-in;
2458 -ms-transition: all 0.2s ease-in;
2459 -o-transition: all 0.2s ease-in;
2460 transition: all 0.2s ease-in;
2461 }
2462 button.wpf_confirm_cancle, button.wpf_confirm_yes {
2463 opacity: 0.8;
2464 }
2465 /*=========Delete graphics=========*/
2466 a.wpf_graphics_delete_btn {
2467 position: relative;
2468 z-index: 9;
2469 float: right;
2470 margin: 12px 12px;
2471 color: red;
2472 font-size: 125%;
2473 }
2474 input#wpf_search_title {
2475 font-family: 'Roboto', sans-serif;
2476 font-size: 12px;
2477 width: 100%;
2478 border-width: inherit;
2479 margin: 0px;
2480 height: auto;
2481 font-weight: 400;
2482 }
2483 .wpf_report_buttons input#wpf_search_title {
2484 width: auto !important;
2485 }
2486 span.wpf_search_box {
2487 font-size: 15px;
2488 }
2489
2490 div#wpf_task_screenshot_tab {
2491 width: calc(100% - 20px);
2492 margin-left: 10px !important;
2493 margin-bottom: 10px;
2494 margin-top: 15px;
2495 }
2496 img#wpf_task_screenshot {
2497 height: auto;
2498 overflow-y: auto;
2499 text-align: center;
2500 display: block;
2501 border-radius: 5px;
2502 transition: all linear .2s;
2503 margin-bottom: 0px;
2504 max-width: 100%;
2505 border: 1px solid #ECF3F9;
2506 }
2507 img#wpf_task_screenshot:hover {
2508 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
2509 }
2510 .wpf_view_comments a.wpf_button {
2511 display: inline-block;
2512 margin-top: 15px;
2513 text-decoration: none;
2514 }
2515 .wpf_view_comments {
2516 text-align: center;
2517 padding-bottom: 15px;
2518 border-bottom: 1px solid #ECF3F9;
2519 }
2520 div#wpf_task_tabs_container {
2521 display: flex;
2522 border-top: 1px solid #ECF3F9;
2523 border-bottom: 1px solid #ECF3F9;
2524 }
2525
2526 a.wpf_task_tab_item {
2527 border: none;
2528 padding: 7px 10px;
2529 font-size: 12px;
2530 cursor: pointer;
2531 text-decoration: none;
2532 font-family: 'Roboto', sans-serif;
2533 transition: 0.7s;
2534 display: inline-flex;
2535 flex-direction: column;
2536 text-align: center;
2537 align-self: stretch;
2538 flex: 1 1 auto;
2539 color: #272D3C;
2540 font-weight: 700;
2541 }
2542 a.wpf_task_tab_item.active {
2543 background-color: #e3ebf6 !important;
2544 }
2545 .wpf_task_screenshot_notice {
2546 font-style: italic;
2547 font-size: 12px;
2548 text-align: right;
2549 line-height: 1.3;
2550 margin-top: 5px;
2551 }
2552 div#wpf_bulk_update_content {
2553 min-width: 240px;
2554 display: flex;
2555 align-items: flex-start;
2556 align-content: flex-start;
2557 flex-wrap: wrap;
2558 }
2559
2560 #wpf_bulk_select_task_checkbox.wpf_active {
2561 display: inline-block;
2562 }
2563
2564 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task +label {
2565 font-size: 12px;
2566 color: #363d4d !important;
2567 border-radius: 0;
2568 font-family: 'Roboto', sans-serif;
2569 border: 0px;
2570 font-weight: 700;
2571 margin-right: 0;
2572 text-transform: none;
2573 margin-bottom: 0;
2574 line-height: normal;
2575 min-width: auto !important;
2576 }
2577 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task:checked +label{
2578 color: #363d4d !important;
2579 }
2580
2581 /* Sticker style start */
2582
2583 .wpfb-point {
2584 overflow: hidden;
2585 border-radius: 50%;
2586 border: 4px solid #FFF;
2587 text-decoration: none;
2588 font-family: 'Roboto', sans-serif;
2589 font-weight: 400;
2590 font-size: 15px;
2591 box-shadow: 0 1px 3px rgba(0,0,0,.5);
2592 width: 38px;
2593 height: 38px;
2594 box-sizing: border-box;
2595 vertical-align: middle;
2596 text-align: center;
2597 display: flex;
2598 align-items: center;
2599 justify-content: center;
2600 }
2601
2602 a.wpfb-point span.sticker {
2603 border-radius: 50%;
2604 position: absolute;
2605 top: -9px;
2606 right: -1px;
2607 width: 12px;
2608 height: 27px;
2609 box-shadow: 0px 1px 11px #00000042;
2610 transform: rotate(-34deg);
2611 }
2612 a.wpfb-point:hover {
2613 opacity: 1 !important;
2614 }
2615
2616
2617 a.wpfb-point.complete .gg-check {
2618 margin: 0;
2619 }
2620 /* END */
2621
2622 /* sidebar sticker css */
2623
2624 .open_custom .wpf_task_number , .open_custom .wpf_task_num_top {
2625 background: #3c424f;
2626 }
2627
2628 /* END */
2629
2630 .pending-review_custom .wpf_task_number,
2631 .wpf_task_num_top.pending-review_custom {
2632 background: #fcd227 !important;
2633 position: relative;
2634 z-index: 0;
2635 color: rgba(0,0,0,0.9) !important;
2636 }
2637 .in-progress_custom .wpf_task_number,
2638 .wpf_task_num_top.in-progress_custom {
2639 background: #ffa532 !important;
2640 position: relative;
2641 z-index: 0;
2642 }
2643 .wpf_task_num_top.complete_custom {
2644 background: #3ed696 !important;
2645 position: relative;
2646 z-index: 0;
2647 color: rgba(0,0,0,0.9) !important;
2648 }
2649
2650
2651 .wpf_top_badge{
2652 border-radius: 50%;
2653 position: absolute;
2654 top: -10px;
2655 right: -1px;
2656 width: 12px;
2657 height: 27px;
2658 box-shadow: 0px 1px 11px #00000042;
2659 transform: rotate(-44deg);
2660 border: 0px;
2661
2662 }
2663 #wpf_task_details .wpf_task_num_top.open_custom span,#wpf_task_details .wpf_task_num_top.open.open_custom span,#wpf_task_details .wpf_task_num_top.in-progress_custom span, #wpf_task_details .wpf_task_num_top.pending-review_custom span ,#wpf_task_details .wpf_task_num_top.complete_custom span{
2664 border-radius: 50%;
2665 position: absolute;
2666 top: -10px;
2667 right: -1px;
2668 width: 16px;
2669 height: 28px;
2670 box-shadow: 0px 1px 11px #00000042;
2671 transform: rotate(-44deg);
2672 border: 0px;
2673
2674 }
2675
2676 .wpf_task_num_top.complete_custom .gg-check
2677 {
2678 margin: 0;
2679 }
2680 .wpf_chat_top .wpf_task_num_top {
2681 opacity: 1;
2682 }
2683
2684
2685 .wpf_sidebar_content .wpf_container .wpf_task_sum {
2686 width: calc(100% - 50px);
2687 }
2688
2689
2690 .wpf_sidebar_content .wpf_container .wpf_task_number .gg-check {
2691 margin: 0;
2692 }
2693
2694
2695 .complete .gg-check {
2696 box-sizing: border-box;
2697 position: relative;
2698 transform: scale(var(--ggs,1.5));
2699 width: 23px;
2700 height: 23px;
2701 border: 2px solid transparent;
2702 border-radius: 100px;
2703 display: flex;
2704 text-align: center;
2705 justify-content: center;
2706 align-content: center;
2707 align-items: center;
2708 }
2709
2710
2711 /* 02/11/2020 */
2712
2713 span.wpf_task_type {
2714 background-color: #279af1 !important;
2715 color: #fff;
2716 font-size: 10px;
2717 font-weight: 400;
2718 text-transform: uppercase;
2719 padding: 2px 3px;
2720 border-radius: 15px;
2721 display: inline-block;
2722 margin-bottom: 2px !important;
2723 line-height: 1.1;
2724 letter-spacing: 0;
2725 }
2726
2727 .in-progress .task_status {
2728 background: #FCD227 !important;
2729 }
2730 .complete .task_status {
2731 background: #3ED696 !important;
2732 }
2733 .pending-review .task_status {
2734 background: #FFA532 !important;
2735 }
2736 .open .task_status {
2737 background: var(--main-wpf-color) !important;
2738 }
2739
2740
2741
2742 .low ~ .wpf_task_meta .priority {
2743 background: #3ED696 !important;
2744 }
2745 .medium ~ .wpf_task_meta .priority {
2746 background: #FCD227 !important;
2747 }
2748 .high ~ .wpf_task_meta .priority {
2749 background: #FFA532 !important;
2750 }
2751 .critical ~ .wpf_task_meta .priority {
2752 background: #FF5A48 !important;
2753 }
2754
2755 .wpf_task_meta_details i.gg-thermostat {
2756 transform: scale(var(--ggs,0.65));
2757 margin-left: 4px;
2758 margin-bottom: -4px;
2759 }
2760
2761 .gg-check::after {
2762 z-index: 0;
2763 left: 6px;
2764 top: 3px;
2765 transform-origin: center;
2766 }
2767
2768 a.wpfb-point .gg-check {
2769 left: 3px;
2770 top: 4px;
2771 }
2772
2773 /*Fix boatdealer plugin conflict*/
2774 .md-wrap-popupform .tooltip {
2775 position: relative;
2776 opacity: 1;
2777 display: inline-block;
2778 }
2779
2780 .toplevel_page_wpfeedback_page_tasks .wp-menu-image img {
2781 padding: 5px 0 0 0 !important;
2782 opacity: .6;
2783 width: 18px;
2784 }
2785
2786 .wpf_settings_sidebar_sticky {
2787 position: -webkit-sticky;
2788 position: sticky;
2789 max-height: 320px;
2790 border-right: none !important;
2791 }
2792
2793 @media screen and (max-width: 1190px){
2794 .wpf_settings_sidebar_sticky{
2795 position: relative !important;
2796 }
2797 }
2798
2799 .wpf_upload_image_button.graphics_fields .wpf_field_label {
2800 margin-top: 20px;
2801 margin-left: 65px;
2802 margin-bottom: -35px;
2803 }
2804
2805 #wpf_bottom_bar .footer-logo {
2806 margin-left: 13px;
2807 margin-right: 13px;
2808 max-height: 35px;
2809 overflow: hidden;
2810 }
2811 .wpf_backend_initial_setup label.wpf_checkbox_label {
2812 display: inline-block !important;
2813 }
2814 .wpf_backend_initial_setup label.wpf_checkbox_label:before, .wpf_backend_initial_setup label.wpf_checkbox_label:after {
2815 display: none !important;
2816 }
2817
2818 .atarim_notice {
2819 background-color: #f1b1b1;
2820 padding: 10px 15px!important;
2821 border: 1px solid #efefef;
2822 border-radius: 5px;
2823 display: block;
2824 margin: -10px 0 15px -15px;
2825 }
2826 /* Admin Notices */
2827 .notice.notice-warning.wpf_admin_notice {
2828 display: -ms-flexbox;
2829 display: -webkit-flex;
2830 display: flex;
2831 -webkit-flex-direction: row;
2832 -ms-flex-direction: row;
2833 flex-direction: row;
2834 -webkit-flex-wrap: nowrap;
2835 -ms-flex-wrap: nowrap;
2836 flex-wrap: nowrap;
2837 -webkit-justify-content: flex-start;
2838 -ms-flex-pack: start;
2839 justify-content: flex-start;
2840 -webkit-align-content: stretch;
2841 -ms-flex-line-pack: stretch;
2842 align-content: stretch;
2843 -webkit-align-items: flex-start;
2844 -ms-flex-align: start;
2845 align-items: flex-start;
2846 padding: 0;
2847 border-left: none;
2848 }
2849 .wpf_admin_notice_icon {
2850 background-image: linear-gradient(
2851 160deg
2852 ,#6D5DF3 0%,#8F5DF3 100%);
2853 padding: 10px;
2854 width: 60px;
2855 box-sizing: border-box;
2856 -webkit-order: 0;
2857 -ms-flex-order: 0;
2858 order: 0;
2859 -webkit-flex: 0 1 auto;
2860 -ms-flex: 0 1 auto;
2861 flex: 0 1 auto;
2862 -webkit-align-self: stretch;
2863 -ms-flex-item-align: stretch;
2864 align-self: stretch;
2865 display: flex;
2866 }
2867 .wpf_admin_notice_icon img {
2868 align-self: center;
2869 }
2870 .wpf_admin_notice_content {
2871 padding: 15px;
2872 box-sizing: border-box;
2873 -webkit-order: 0;
2874 -ms-flex-order: 0;
2875 order: 0;
2876 -webkit-flex: 1 1 auto;
2877 -ms-flex: 1 1 auto;
2878 flex: 1 1 auto;
2879 -webkit-align-self: center;
2880 -ms-flex-item-align: center;
2881 align-self: center;
2882 }
2883 .wpf_admin_notice_title {
2884 font-size: 115%;
2885 font-weight: 700;
2886 }
2887 .wpf_admin_notice_button_col {
2888 -webkit-order: 0;
2889 -ms-flex-order: 0;
2890 order: 0;
2891 -webkit-flex: 0 1 auto;
2892 -ms-flex: 0 1 auto;
2893 flex: 0 1 auto;
2894 -webkit-align-self: stretch;
2895 -ms-flex-item-align: stretch;
2896 align-self: stretch;
2897 padding: 15px;
2898 }
2899 a.wpf_admin_notice_button {
2900 background-color: #e72d67;
2901 color: #fff;
2902 text-decoration: none;
2903 font-weight: 700;
2904 padding: 10px 15px;
2905 border-radius: 5px;
2906 display: block;
2907 }
2908 /* Locked Sections */
2909 .at_feature_lock_wrap {
2910 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 10%);
2911 margin-bottom: 25px;
2912 padding: 25px;
2913 border-radius: 5px;
2914 }
2915 .at_feat_svgicon {
2916 display: inline-block;
2917 vertical-align: top;
2918 width: 75px;
2919 margin-right: 15px;
2920 }
2921 .at_feat_svgicon img {
2922 width: 75px;
2923 }
2924 .at_feat_content {
2925 display: inline-block;
2926 width: calc(100% - 95px);
2927 vertical-align: top;
2928 }
2929 .at_feat_content h6 {
2930 font-size: 18px;
2931 margin: 0;
2932 margin-bottom: 15px;
2933 font-weight: 700;
2934 }
2935 .at_feat_content a {
2936 color: #272d3c;
2937 padding: 10px 20px;
2938 font-size: 14px;
2939 font-family: Roboto, Helvetica, Arial, sans-serif;
2940 border-radius: 5px;
2941 text-transform: capitalize;
2942 background-color: #3ed696;
2943 display: inline-block;
2944 text-decoration: none;
2945 font-weight: 500;
2946 }
2947
2948
2949 /* tooltip icon on permission page => v2.1.0 */
2950 td.wpf_left_cell span{
2951 font-size: 115%;
2952 margin-left: -3px;
2953 }
2954
2955 .site_is_archived {
2956 color: red;
2957 font-size: 14px !important;
2958 margin-left: 40%;
2959 }
2960 @media (max-width: 571px) {
2961 .site_is_archived {
2962 margin-left: 22%;
2963 }
2964 }
2965
2966 .wpf-tooltip {
2967 background-color: #000;
2968 color: #fff;
2969 padding: 3px 5px;
2970 max-width: 300px;
2971 }