PluginProbe
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 3.9.4
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v3.9.4
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,980 lines 66.4 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 width: calc(100% - 42px);
906 }
907 li.chat_author:not(.is_info) .task_text, li.not_chat_author:not(.is_info) .task_text {
908 margin-top: 5px;
909 }
910 li.chat_author.is_note .task_text {
911 border: 1px solid #FFFCC9 !important;
912 background-color: #FFFCC9 !important;
913 padding: 0 10px;
914 border-radius: 5px 5px;
915 }
916 level.wpf-author, level.chat-author {
917 font-family: 'Roboto', sans-serif;
918 font-weight: 500;
919 line-height: 1;
920 font-size: 14px;
921 color: #A4ABC5;
922 display: flex;
923 justify-content: space-between;
924 text-transform: capitalize;
925 }
926 li.chat_author:hover .wpf-edit-delete-wrapper {
927 opacity: 1;
928 }
929 .is_info {
930 max-width: calc(100% + 30px) !important;
931 border-radius: 0 !important;
932 border-width: 1px 0 !important;
933 }
934 .is_info level.wpf-author {
935 float: right;
936 margin-bottom: 0 !important;
937 }
938 .is_info p.task_text {
939 margin-bottom: 3px;
940 margin-top: 3px;
941 color: #4a5568 !important;
942 font-size: 12px !important;
943 opacity: 0.8;
944 }
945 .is_info span.taskStatusMsg {
946 font-weight: 700;
947 }
948 p.task_text {
949 margin-top: 0;
950 }
951
952 li .tag_img {
953 max-width: 100% !important;
954 height: auto !important;
955 border-radius: 10px;
956 overflow: hidden;
957 margin-bottom: 15px;
958 transition: all linear .2s;
959 border: 1px solid #ECF3F9;
960 background-color: #fff;
961 }
962 li .tag_img:hover {
963 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
964 }
965 li .tag_img a .gg-software-download {
966 margin: 15px 5px 10px 10px;
967 vertical-align: middle;
968 float: none;
969 }
970 /* ------------ Inner Attr Col Style ------------ */
971
972 .wpf_attributes_col a.wpf_button {
973 display: block;
974 text-align: center;
975 margin: 0;
976 text-decoration: none;
977 margin-bottom: 20px;
978 }
979 .wpf_task_attr.wpf_task_title .wpf_title {
980 margin-bottom: 15px;
981 margin-top: 5px;
982 }
983 .wpf_task_page p {
984 margin: 0 0 3px 0px !important;
985 }
986
987 .wpf_task_attr {
988 flex: 1;
989 min-width: 170px;
990 padding: 10px 15px;
991 }
992
993 .wpf_attributes_col input.wpf_button {
994 padding: 0;
995 }
996
997 .wpf_task_status {
998 margin-bottom: 15px;
999 }
1000
1001 .wpf_attributes_col {
1002 min-height: 420px;
1003 overflow: auto;
1004 max-height: calc(100vh - 190px);
1005 }
1006 div#wpf_delete_task_container a, a.wpf_bulk_task_delete_btn {
1007 color: #fff;
1008 background-color: #E72D67;
1009 text-decoration: none;
1010 padding: 10px 15px;
1011 border-radius: 5px;
1012 text-transform: capitalize;
1013 display: inline-block;
1014 }
1015 div#wpf_delete_task_container {
1016 text-align: center;
1017 padding: 0;
1018 }
1019 .wpf_attributes_col .at_fill_color svg path {
1020 fill: #4B5668 !important;
1021 }
1022 .wpf_icon_title.at_fill_color.at_att_screenshot svg {
1023 margin-right: 5px;
1024 margin-bottom: -3px;
1025 }
1026 .wpf_icon_title.at_fill_color.at_att_info svg {
1027 margin-right: 5px;
1028 margin-bottom: -4px;
1029 }
1030 .wpf_icon_title.at_fill_color.at_att_tags i.gg-tag {
1031 margin-right: 5px;
1032 }
1033 .wpf_task_status.at_fill_color.at_att_status svg {
1034 width: 18px;
1035 margin-bottom: -4px;
1036 }
1037 .wpf_task_urgency.at_fill_color.at_att_priority svg, .wpf_task_attr.wpf_task_users.at_att_users svg {
1038 margin-bottom: -3px;
1039 }
1040 /* ------------ SETTINGS PAGE ------------ */
1041 .wpf_title_section {
1042 font-size: 150%;
1043 font-weight: 700;
1044 margin-bottom: 15px;
1045 color: #272D3C;
1046 font-family: 'Roboto', sans-serif;
1047 }
1048 .wpf_title_secondery {
1049 margin: 10px 0;
1050 }
1051 .wpf_settings_ctt_wrap {
1052 display: flex;
1053 box-sizing: border-box;
1054 flex-wrap: wrap
1055 }
1056 .wpf_settings_sidebar {
1057 flex: 1;
1058 padding: 25px;
1059 max-width: 230px;
1060 border-right: 1px solid #ECF3F9;
1061 }
1062 .wpf_inner_settings_col {
1063 width: 700px;
1064 max-width: calc(90% - 100px);
1065 }
1066 .wpf_inner_settings_col .wpf_title_section {
1067 padding: 15px;
1068 margin-left: -15px;
1069 background-color: #e3ebf6;
1070 border-radius: 5px;
1071 margin-right: -110px;
1072 }
1073 .wpf_settings_option {
1074 position: relative;
1075 border-top: 1px solid #ECF3F9;
1076 padding: 20px;
1077 }
1078 .wpf_settings_option .wpf_switch {
1079 position: absolute;
1080 top: 15px;
1081 right: -100px;
1082 }
1083 .wpf_settings_sidebar a {
1084 display: block;
1085 padding-bottom: 25px;
1086 font-weight: 700;
1087 color: #272D3C;
1088 text-decoration: none;
1089 }
1090 .wpf_settings_sidebar a:before {
1091 width: 10px;
1092 height: 10px;
1093 border: 2px solid;
1094 border-width: 2px 2px 0 0;
1095 display: inline-block;
1096 margin-right: 10px;
1097 content: "";
1098 margin-bottom: 0px;
1099 -moz-transform: rotate(45deg);
1100 -webkit-transform: rotate(45deg);
1101 -o-transform: rotate(45deg);
1102 -ms-transform: rotate(45deg);
1103 transform: rotate(45deg);
1104 }
1105 .wpf_settings_col {
1106 flex: 1;
1107 padding: 25px;
1108 min-width: 700px;
1109 }
1110
1111 .wpf_settings_ctt_wrap select[multiple] {
1112 height: 125px !important;
1113 padding: 10px !important;
1114 border-radius: 5px;
1115 /*overflow: hidden;*/
1116 }
1117
1118 .wpfeedback_main_color {
1119 margin: 15px 0;
1120 }
1121
1122 .wpfeedback_licence_key {
1123 padding: 20px;
1124 border-top: 1px solid #ECF3F9;
1125 }
1126 /*auto register on activation css by Pratap*/
1127 .wpfeedback_licence_key_field b, input#wpfeedback_licence_key {
1128 display: none;
1129 }
1130 .wpfeedback_licence_key_field b, input#wpfeedback_licence_key {
1131 display: none;
1132 }
1133 .wpf_signup_form label {
1134 font-weight: 500;
1135 }
1136 .wpf_signup_form input {
1137 width: 100%;
1138 margin-bottom: 20px;
1139 min-height: 36px;
1140 }
1141 .wpf-name-error, .wpf-email-error, .wpf-pass-error {
1142 display: none;
1143 color: red;
1144 font-size: 12px;
1145 font-weight: 500;
1146 }
1147 .wpf-account-msg {
1148 display: inherit;
1149 text-align: center;
1150 font-size: 16px;
1151 color: red;
1152 text-transform: capitalize;
1153 }
1154 .wpf_activate_btn, .wpf_create_user {
1155 color: #272d3c;
1156 font-weight: 500;
1157 font-size: 14px;
1158 font-family: Roboto, Helvetica, Arial, sans-serif;
1159 border-radius: 5px;
1160 background-color: #3ed696;
1161 border: none;
1162 padding: 8px;
1163 width: 100%;
1164 cursor: pointer;
1165 margin: 10px 0;
1166 min-height: 36px;
1167 -webkit-transition: all 0.2s ease-in;
1168 -moz-transition: all 0.2s ease-in;
1169 -ms-transition: all 0.2s ease-in;
1170 -o-transition: all 0.2s ease-in;
1171 transition: all 0.2s ease-in;
1172 }
1173 .wpf_activate_btn:hover, .wpf_create_user:hover {
1174 background-color: #33bf84;
1175 }
1176 .wpf_has_account {
1177 text-align: center;
1178 }
1179 .wpf_wizard_content_box a {
1180 color: #279AF1;
1181 }
1182 .wpf_wizard_content_box a:hover {
1183 color: #1b72b4;
1184 }
1185 /**/
1186 .wpf_license_deactivate_wrap {
1187 border: 2px dashed #e3ebf6;
1188 border-radius: 5px;
1189 padding: 0 15px 15px;
1190 margin: 10px 0;
1191 }
1192 input.wpf_deactivate_button {
1193 background-color: #FDB1B1;
1194 color: #333;
1195 padding: 10px !important;
1196 border: none !important;
1197 border-radius: 5px;
1198 display: block;
1199 text-align: center;
1200 font-weight: 500;
1201 text-decoration: none;
1202 cursor: pointer;
1203 line-height: initial;
1204 width: 100%;
1205 -webkit-transition: all 0.3s ease-out;
1206 -moz-transition: all 0.3s ease-out;
1207 -ms-transition: all 0.3s ease-out;
1208 -o-transition: all 0.3s ease-out;
1209 transition: all 0.3s ease-out;
1210 }
1211 input.wpf_deactivate_button:hover {
1212 background-color: #f57f7f;
1213 border: none !important;
1214 color: #333;
1215 }
1216 span.wpf_active_license {
1217 font-weight: 700;
1218 font-size: 125%;
1219 color: #3ED696 !important;
1220 }
1221 span.wpf_active_license:before {
1222 color: #3ed696;
1223 position: relative;
1224 font-size: 27px;
1225 content: "\f15e";
1226 font-family: dashicons;
1227 border: 3px solid;
1228 height: 32px;
1229 width: 32px;
1230 border-radius: 50%;
1231 line-height: 1;
1232 margin-right: 5px;
1233 bottom: -7px;
1234 }
1235 .wpfeedback_item_name_field {
1236 margin-top: 20px;
1237 }
1238
1239 .wpfeedback_more_emails input {
1240 width: 100%;
1241 }
1242
1243 input#wpf_save_setting {
1244 width: 100%;
1245 margin-top: 25px;
1246 }
1247
1248 .wpfeedback_replace_logo input#upload_image_button {
1249 border-radius: 5px;
1250 margin-top: 10px;
1251 -webkit-transition: all 0.2s ease-in;
1252 -moz-transition: all 0.2s ease-in;
1253 -ms-transition: all 0.2s ease-in;
1254 -o-transition: all 0.2s ease-in;
1255 transition: all 0.2s ease-in;
1256 height: auto;
1257 border-width: 3px;
1258 border-style: solid;
1259 border-color: #272D3C;
1260 color: #272D3C;
1261 background-color: transparent;
1262 width: 100%;
1263 font-size: 16px;
1264 font-family: 'Roboto', sans-serif;
1265 font-weight: 700;
1266 cursor: pointer;
1267 box-shadow: none;
1268 text-shadow: none;
1269 padding: 6px 30px;
1270 }
1271 .wpfeedback_replace_logo input#upload_image_button:hover {
1272 opacity: 0.8;
1273 }
1274 .wpfeedback_image-preview-wrapper img {
1275 max-width: 180px;
1276 margin: auto;
1277 display: block;
1278 }
1279 input#wpfeedback_color {
1280 width: 100%;
1281 padding: 10px;
1282 border-radius: 5px;
1283 text-align: center;
1284 margin: 5px 0px;
1285 }
1286 textarea#wpf_tutorial_video {
1287 width: 100%;
1288 padding: 10px;
1289 border-radius: 5px;
1290 margin: 5px 0px;
1291 }
1292 .wpfeedback_youtube_url{
1293 margin: 15px 0;
1294 }
1295 .wrap.wpfeedback-settings input[type=checkbox]:checked:before {
1296 color: #272D3C;
1297 margin: -1px 0px 0 -2px !important;
1298 content: '';
1299 display: block;
1300 position: absolute;
1301 top: 2px;
1302 left: 7px;
1303 width: 8px;
1304 height: 14px;
1305 border: solid #363d4d;
1306 border-width: 0 3px 3px 0;
1307 transform: rotate(45deg);
1308 box-sizing: border-box;
1309 }
1310 .wpfeedback_reset_setting input.wpf_button {
1311 border-width: 1px;
1312 border-style: solid;
1313 border-color: #272D3C;
1314 color: #363d4d !important;
1315 background-color: transparent;
1316 margin-top: 10px;
1317 }
1318
1319 .wpf_resync_dashboard input.wpf_button {
1320 border-width: 1px;
1321 border-style: solid;
1322 border-color: #272D3C;
1323 color: #363d4d !important;
1324 background-color: transparent;
1325 width: 100%;
1326 }
1327
1328 input.wpf_customise_field {
1329 width: 100%;
1330 margin-bottom: 5px;
1331 }
1332 img.wpf_settings_image {
1333 width: 400px;
1334 display: block;
1335 max-width: 100%;
1336 }
1337
1338 .wpf_golbalsettings_buttons {
1339 padding: 15px;
1340 border: 1px solid #ECF3F9;
1341 border-radius: 5px;
1342 }
1343 div#wpf_global_settings_overlay p {
1344 color: #222;
1345 font-family: 'Roboto', sans-serif;
1346 font-weight: 400;
1347 }
1348 .wpf_settings_icon {
1349 display: inline-block;
1350 font-size: 14px;
1351 vertical-align: top;
1352 opacity: 0.7;
1353 margin: 1px 5px;
1354 }
1355 /* ------------ PERMISSIONS PAGE ------------ */
1356
1357 .wpf_user_permissions {
1358 margin-bottom: 25px;
1359 }
1360 table.wpf_perm_table {
1361 width: 100%;
1362 text-align: center;
1363 }
1364 td.wpf_perm_top {
1365 background-color: #e3ebf6;
1366 padding: 10px;
1367 color: #272D3C;
1368 font-weight: 700;
1369 }
1370 td.wpf_left_cell {
1371 text-align: left;
1372 font-weight: 700;
1373 color: #272D3C;
1374 }
1375 table.wpf_perm_table td {
1376 border-bottom: 1px solid #ECF3F9;
1377 padding: 5px;
1378 }
1379
1380 .at_feat_global {
1381 display: inline-block;
1382 vertical-align: top;
1383 width: 250px;
1384 margin-right: 15px;
1385 }
1386 .at_feat_global img {
1387 width: 100%;
1388 }
1389 .wpf_global_lock .at_feat_content {
1390 width: calc(100% - 270px) !important;
1391 padding-top: 25px;
1392 }
1393
1394 /* ------------ ADDONS PAGE ------------ */
1395 .wpf_inner_container.wpf_integrations_container {
1396 margin-top: 0 !important;
1397 padding-top: 25px;
1398 border-top: 3px solid var(--main-wpf-color);
1399 font-family: "Roboto", Sans-serif;
1400 font-size: 14px;
1401 color: #272D3C;
1402 }
1403 .wpf_integration_title {
1404 color: #272D3C;
1405 font-size: 150%;
1406 font-weight: 800;
1407 }
1408 a.wpf_integration_button {
1409 color: #272D3C !important;
1410 background-color: #3ED696;
1411 text-decoration: none;
1412 min-height: 36px;
1413 border-radius: 5px;
1414 display: inline-flex;
1415 align-items: center;
1416 padding: 5px 15px;
1417 justify-content: center;
1418 box-sizing: border-box;
1419 font-size: 14px;
1420 font-weight: 500;
1421 -webkit-transition: all 0.2s ease-in;
1422 -moz-transition: all 0.2s ease-in;
1423 -ms-transition: all 0.2s ease-in;
1424 -o-transition: all 0.2s ease-in;
1425 transition: all 0.2s ease-in;
1426 }
1427 a.wpf_integration_button:hover {
1428 background-color: #33bf84;
1429 color: #272d3c;
1430 }
1431 img.wpf_integration_image {
1432 width: 1000px;
1433 max-width: 90%;
1434 margin-top: 25px;
1435 }
1436 .wpf_addon_box_wrap{display:flex;}
1437
1438 .wpf_inner_container {
1439 text-align: center;
1440 }
1441
1442 .wpf_addon_box {
1443 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1444 border-radius: 0 5px 5px 5px;
1445 border: 1px solid #ECF3F9;
1446 background-color: #fff !important;
1447 padding: 25px;
1448 text-align: center;
1449 margin: 20px;
1450 }
1451
1452 .wpf_addon_box img {
1453 width: 200px;
1454 max-width: 100%;
1455 }
1456
1457
1458
1459 /* ------------ Setup Wizard ------------ */
1460
1461 .wpf_backend_initial_setup_inner input[type=checkbox] {
1462 border: 2px solid #ccc;
1463 height: 22px;
1464 width: 22px !important;
1465 border-radius: 5px !important;
1466 display: inline-block !important;
1467 margin-right: 6px !important;
1468 }
1469 img.wpf_add_website_img {
1470 width: 100%;
1471 margin-bottom: -25px;
1472 }
1473 .wpf_backend_initial_setup_inner input[type=checkbox]:checked:before {
1474 color: #272D3C;
1475 margin: -1px 0px 0 -2px !important;
1476 }
1477
1478 .wpf_backend_initial_setup {
1479 position: fixed;
1480 top: 32px;
1481 left: 0;
1482 width: 100%;
1483 background-color: #fff;
1484 background-repeat: no-repeat;
1485 background-position: center center;
1486 background-size: cover;
1487 z-index: 10000;
1488 height: calc(100vh - 32px);
1489 overflow: auto;
1490 }
1491 .wpf_backend_initial_setup_inner {
1492 width: 90%;
1493 max-width: 500px;
1494 margin: auto;
1495 margin-top: 10px;
1496 font-family: 'Roboto', sans-serif;
1497 }
1498 .wpf_wizard_progress_box {
1499 color: #A4ABC5;
1500 font-size: 14px;
1501 display: flex;
1502 justify-content: space-evenly;
1503 align-items: center;
1504 text-align: center;
1505 margin-bottom: 25px;
1506 font-weight: 500;
1507 position: relative;
1508 }
1509 .wpf_wizard_progress_box:before {
1510 content: "";
1511 height: 2px;
1512 background-color: #ECF3F9;
1513 position: absolute;
1514 width: 70%;
1515 top: 30%;
1516 z-index: -1;
1517 }
1518 .wpf_wizard_progress_step {
1519 min-width: 90px;
1520 }
1521 .wpf_wizard_progress_num {
1522 width: 32px;
1523 height: 32px;
1524 margin: auto;
1525 display: flex;
1526 border: 2px solid;
1527 justify-content: center;
1528 align-items: center;
1529 border-radius: 15% 50% 50% 50%;
1530 background-color: #fff;
1531 margin-bottom: 5px;
1532 outline: 5px solid #fff;
1533 }
1534 .wpf_wizard_progress_step.wpf_step_comp .wpf_wizard_progress_num {
1535 background-color: #3ED696;
1536 color: #fff;
1537 }
1538 .wpf_wizard_progress_step.wpf_step_current .wpf_wizard_progress_num {
1539 color: #fff;
1540 background-color: #272D3C;
1541 }
1542 .wpf_wizard_progress_step.wpf_step_current {
1543 color: #272D3C;
1544 }
1545 .wpf_wizard_progress_num i {
1546 margin: 0;
1547 }
1548 .wpf_wizard_content_box {
1549 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1550 padding: 25px;
1551 border-radius: 10px;
1552 border: 1px solid #ECF3F9;
1553 background-color: #fff !important;
1554 position: relative;
1555 }
1556
1557 .wpf_backend_initial_setup_inner p {
1558 font-size: 14px;
1559 }
1560 .wpf_backend_initial_setup_inner .wpf_button {
1561 padding: 9px;
1562 display: block;
1563 text-align: center;
1564 }
1565 .wpf_title_wizard {
1566 font-size: 22px;
1567 font-weight: 700;
1568 margin-bottom: 5px;
1569 color: #272D3C;
1570 font-family: 'Roboto', sans-serif;
1571 line-height: 1.1;
1572 }
1573 .supg-btn {
1574 text-decoration: none;
1575 color: #272D3C !important;
1576 width: 100%;
1577 border: 2px solid #a4abc5;
1578 cursor: pointer;
1579 height: 36px;
1580 margin: 10px 0px 0px;
1581 display: flex;
1582 font-size: 14px;
1583 align-items: center;
1584 font-family: Roboto, Helvetica, Arial, sans-serif;
1585 font-weight: 500;
1586 border-radius: 5px;
1587 justify-content: center;
1588 background-color: transparent;
1589 }
1590 .supg-or {
1591 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
1592 letter-spacing: 0.01071em;
1593 color: #a4abc5;
1594 width: 100%;
1595 height: 30px;
1596 display: block;
1597 font-size: 14px;
1598 text-align: center;
1599 font-weight: 500;
1600 line-height: 50px;
1601 text-transform: uppercase;
1602 }
1603 p.wpf_tcpp {
1604 display: block;
1605 text-align: center;
1606 margin-top: -5px;
1607 }
1608 p.wpf_tcpp, p.wpf_tcpp a {
1609 color: #A4ABC5 !important;
1610 }
1611 .wpf_logo_wizard {
1612 width: 100%;
1613 margin-bottom: 25px;
1614 height: 68px;
1615 background-color: #2F326A;
1616 display: flex;
1617 justify-content: center;
1618 box-sizing: border-box;
1619 align-items: center;
1620 }
1621 .wpf_logo_wizard img {
1622 width: 130px;
1623 }
1624 .wpf_backend_initial_setup .wpfeedback_licence_key_field input {
1625 padding: 10px;
1626 }
1627 .wpf_backend_initial_setup_inner .wpf_title {
1628 font-size: 17px;
1629 margin-top: 25px;
1630 margin-bottom: 5px;
1631 }
1632 .wpf_collaborator_setting_toggle {
1633 display: flex;
1634 justify-content: space-around;
1635 font-size: 14px;
1636 position: relative;
1637 font-weight: 500;
1638 color: #A4ABC5;
1639 border-bottom: 1px solid #ECF3F9;
1640 padding-bottom: 10px;
1641 padding-top: 10px;
1642 }
1643 label.wpf_switch_collaborator_setting_toggle .wpf_switch_slider.wpf_switch_round {
1644 width: 53px;
1645 height: 27px;
1646 margin: auto;
1647 left: -25px;
1648 background-color: #7c6df4;
1649 top: -5px;
1650 }
1651 span.wpf_toggle_left {
1652 margin-right: 20px;
1653 }
1654 span.wpf_toggle_right {
1655 margin-left: 20px;
1656 }
1657 label.wpf_text_label {
1658 display: block;
1659 font-weight: 500;
1660 }
1661
1662 .wpf_collaborator_name, .wpf_collaborator_email {
1663 width: 100%;
1664 font-size: 14px;
1665 height: 36px;
1666 }
1667 p.wpf_wizard_note {
1668 color: #A4ABC5;
1669 }
1670 label.wpf_text_label span, p.wpf_wizard_note span {
1671 color: #E72D67;
1672 }
1673 select.wp_feedback_filter_admin_user {
1674 height: 36px;
1675 width: 100%;
1676 max-width: 100%;
1677 }
1678 .wpf_guest_wrap {
1679 border: 1px solid #ECF3F9;
1680 padding: 0 15px;
1681 border-radius: 5px;
1682 }
1683 .wpf_guest_wrap label.wpf_checkbox_label {
1684 width: calc(100% - 60px);
1685 padding-right: 10px;
1686 box-sizing: border-box;
1687 }
1688 .wpf_wizard_footer {
1689 text-align: right;
1690 }
1691 .wpf_wizard_skip_btn {
1692 display: flex;
1693 justify-content: center;
1694 align-items: center;
1695 padding: 10px;
1696 text-decoration: underline;
1697 font-size: 14px;
1698 font-family: 'Roboto', sans-serif;
1699 font-size: 14px;
1700 color: #279AF1;
1701 }
1702 .wpf_skip_button {
1703 cursor: pointer;
1704 }
1705 btn.wpf_button.wpf_next {
1706 display: inline-block;
1707 padding: 15px 35px;
1708 margin-left: 25px;
1709 }
1710 .wpf_backend_initial_setup_inner iframe {
1711 width: 100%;
1712 max-width: 100%;
1713 border-radius: 5px;
1714 overflow: hidden;
1715 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1716 }
1717 .wpf_wizard_video {
1718 border-radius: 5px;
1719 overflow: hidden;
1720 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1721 }
1722 .wpf_wizard_dual_btns {
1723 margin-top: 25px;
1724 display: flex;
1725 justify-content: space-between;
1726 }
1727 .wpf_wizard_dual_btns btn {
1728 width: 44%;
1729 }
1730 btn.wpf_button.wpf_button_sec {
1731 border: 1px solid #8791B2;
1732 background-color: #fff !important;
1733 }
1734 btn.wpf_button.wpf_button_sec:hover {
1735 background-color: #ecf3f9 !important;
1736 }
1737 .wpf_skip_wizard {
1738 display: block;
1739 text-align: center;
1740 margin: 25px;
1741 }
1742 .wpf_skip_wizard a {
1743 color: #8d9ba9;
1744 }
1745 .wpfeedback_image-preview-wrapper img{
1746 width: 100%;
1747 height: 100%;
1748 }
1749
1750 span#wpf_back_report_sent_span, span#wpf_restore_orphan_tasks_span, span#wpf_no_orphan_tasks_span {
1751 position: absolute;
1752 bottom: -3px;
1753 right: -5px;
1754 z-index: 100;
1755 color: #fff;
1756 font-size: 12px;
1757 font-weight: 700;
1758 letter-spacing: 0.015em;
1759 background-color: #3ed696;
1760 padding: 10px 35px 10px 10px !important;
1761 border: 1px solid #ECF3F9;
1762 border-radius: 5px;
1763 line-height: 1.3;
1764 width: 100%;
1765 max-width: 220px;
1766 -webkit-transition: all 0.2s ease-out;
1767 -moz-transition: all 0.2s ease-out;
1768 -ms-transition: all 0.2s ease-out;
1769 -o-transition: all 0.2s ease-out;
1770 transition: all 0.2s ease-out;
1771 }
1772
1773 #wpf_form input#wpf_uploadfile {
1774 opacity: 0;
1775 position: absolute;
1776 height: auto;
1777 display: inline-block;
1778 max-width: 50px;
1779 z-index: 10003;
1780 margin-left: -22px;
1781 padding: 5px;
1782
1783 }
1784 a.wpf_upload_button.wpf_button {
1785 margin-top: 5px;
1786 padding: 10px 0px;
1787 margin-right: 10px !important;
1788 background-color: transparent!important;
1789 color: #363d4d !important;
1790 float: right;
1791 cursor: pointer !important;
1792 }
1793 #wpf_upload_error, #wpf_error,#wpf_error_page {
1794 color: #272D3C;
1795 font-weight: bold;
1796 }
1797 .wpf_support_name, .wpf_support_email {
1798 width: 48%;
1799 padding: 10px 3px;
1800 vertical-align: top;
1801 display: inline-block;
1802 }
1803 /*div#wpf_launcher .ui-draggable-dragging {
1804 width: auto;
1805 }*/
1806
1807 ul#wpf_message_list li .task_text {
1808 color: #272d3c;
1809 font-size: 14px;
1810 font-weight: 400;
1811 font-family: 'Roboto', sans-serif;
1812 margin-bottom: 10px;
1813 white-space: pre-wrap;
1814 cursor: auto;
1815 line-height: 1.4 !important;
1816 }
1817 ul#wpf_message_list li .task_text p {
1818 margin: 5px 0 10px 0 !important;
1819 font-size: 14px !important;
1820 font-weight: 400;
1821 line-height: 1.4 !important;
1822 }
1823 .wpf_globals_container {
1824 margin-top: 15px;
1825 }
1826 .wpf_gsettings_text {
1827 width: 60%;
1828 display: inline-block;
1829 }
1830 .wpf_gsettings_toggle {
1831 width: 34%;
1832 display: inline-block;
1833 vertical-align: top;
1834 margin-right: 10px;
1835 text-align: center;
1836 border: 1px solid #dddddd;
1837 padding: 15px 0;
1838 border-radius: 5px;
1839 }
1840 .wpf_gsettings_toggle i {
1841 color: #272D3C;
1842 opacity: 0.5;
1843 font-size: 20px;
1844 margin: 4px;
1845 }
1846
1847
1848 /*===== HEBREW BACKEND===========*/
1849
1850 .rtl .wpf_report_trigger a:nth-child(1)
1851 {
1852 margin-right: 0;
1853 margin-left: 2%;
1854 }
1855 .rtl a.wpf_comment_mode_general_task
1856 {
1857 margin-left: 10px;
1858 }
1859 .rtl .wpf_logo, .rtl a.wpf_general_comment_btn
1860 , .rtl .wpf_report_buttons
1861 {
1862 float: left;
1863 }
1864 .rtl .wpf_section_title
1865 {
1866 font-family: Roboto,sans-serif;
1867 }
1868 .rtl .wpf_task_num_top
1869 {
1870 margin-right: 0;
1871 margin-left: 10px;
1872 }
1873
1874 .rtl .wpf_support_col_left
1875 {
1876 text-align: right;
1877 }
1878 .rtl .wpf_button.wpf_next
1879 {
1880 margin-left: 0;
1881 margin-right: 25px;
1882 }
1883 .rtl .wpf_task_details_top span, .rtl #wpf_message_list level span {
1884 display: inline-block;
1885 }
1886 .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 {
1887 right: 10px;
1888 top: 2px;
1889 }
1890 .rtl .wpf_task_num_top .gg-check {
1891 margin-right: 4px;
1892 }
1893 .rtl p.form-submit.chat_button {
1894 float: left;
1895 margin-left: 0;
1896 }
1897 .rtl a.wpf_upload_button.wpf_button {
1898 margin-right: -5px !important;
1899 margin-left: 5px;
1900 }
1901 .rtl a.wpf_upload_button.wpf_button i.gg-attachment {
1902 margin-right: 18px;
1903 }
1904 .rtl .wpf_attributes_col a.wpf_button i.gg-external {
1905 margin-left: 5px;
1906 }
1907 .rtl a#wpf_add_general_task {
1908 padding: 7px 5px 5px 10px;
1909 margin-left: 10px;
1910 }
1911 .rtl .wpf_chat_col {
1912 border-left: 1px solid #ECF3F9;
1913 }
1914 .rtl button.wpf_tag_submit_btn {
1915 left: 15px !important;
1916 right: auto !important;
1917 }
1918 .rtl div#wpf_task_screenshot_tab {
1919 margin-right: 10px;
1920 }
1921 .rtl .wpf_task_meta {
1922 left: 25px;
1923 right: auto !important;
1924 text-align: left;
1925 }
1926 .rtl .wpf_tasks-list .wpf_task_meta_icon {
1927 padding: 32px 0px 32px 25px !important;
1928 }
1929 .rtl .wpf_task_meta:hover, .rtl .wpf_task_meta.wpf_active {
1930 left: 5px;
1931 text-align: left;
1932 }
1933 .rtl .wpf_graphics_new i.gg-math-plus:before {
1934 margin-right: -12px;
1935 }
1936 /*========wpf translation adaptations =========*/
1937 .wpf_chat_top {
1938 width: 100%;
1939 }
1940 .wpf_tasks_col .wpf_title:lang(nl), .wpf_tasks_col .wpf_title:lang(cs) {
1941 padding: 15px 5px;
1942 font-size: 14px;
1943 }
1944 a.wpf_general_comment_btn i.fas.fa-plus-square:lang(fr) {
1945 display: none;
1946 }
1947
1948 a.wpf_general_comment_btn:lang(fr),a.wpf_general_comment_btn:lang(cs) {
1949 font-size: 12px;
1950 }
1951 a.wpf_general_comment_btn:lang(de), a.wpf_general_comment_btn:lang(es), a.wpf_general_comment_btn:lang(it) {
1952 display: block;
1953 float: none;
1954 margin-top: -10px;
1955 }
1956 @media (max-width: 660px) {
1957 .wpf_report_buttons:lang(de) {
1958 display: block;
1959 float: none;
1960 margin-top: 15px;
1961 }
1962 }
1963 @media (max-width: 515px) {
1964 .wpf_report_buttons a:lang(de), .wpf_report_buttons a:lang(fr), .wpf_report_buttons a:lang(nl) {
1965 display: block;
1966 margin-bottom: 5px;
1967 }
1968 }
1969 /* ------------ MOBILE ------------ */
1970
1971 @media (max-width: 1050px) {
1972 .wpf_tabs_container button {
1973 padding: 8px !important;
1974 }
1975 }
1976 @media (max-width: 767px) {
1977 .wpf_logo {
1978 float: none;
1979 text-align: center;
1980 width: 100%;
1981 }
1982 .wpf_logo img{
1983 max-width:250px;
1984 margin-bottom: 10px;
1985 }
1986 .wpf_tabs_container button {
1987 width: 24%;
1988 padding: 8px;
1989 }
1990 .wpf_support_col_left, .wpf_support_col_right {
1991 width: 100%;
1992 }
1993 .wpf_report_buttons {
1994 float: none;
1995 margin-top: 10px;
1996 zoom: 0.9;
1997 }
1998 }
1999 @media (max-width: 480px) {
2000 span.wpf_search_box {
2001 display: block;
2002 }
2003 .wpf_report_buttons a:last-child {
2004 display: none;
2005 }
2006 .wpf_section_title {
2007 text-align: center !important;
2008 }
2009 .wpf_report_buttons {
2010 display: block;
2011 float: none !important;
2012 margin-top: 15px;
2013 }
2014 .wpf_filter_col.wpf_gen_col {
2015 max-height: 25vh;
2016 }
2017 input#wp_feedback_filter_btn {
2018 width: 100%;
2019 }
2020 div#wpf_task_details {
2021 min-width: auto;
2022 }
2023 }
2024 /*========wpf login form=========*/
2025 #wpf_login_container {
2026 position: fixed;
2027 z-index: 199999;
2028 top: 0;
2029 left: 0;
2030 width: 100%;
2031 height: 100%;
2032 overflow: auto;
2033 background-color: rgba(255, 255, 255, 0.85);
2034 }
2035 #wpf_login_container .wpf_wizard_modal {
2036 width: 350px;
2037 max-width: 88%;
2038 margin: auto;
2039 margin-top: 5%;
2040 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2041 padding: 15px;
2042 border-radius: 5px;
2043 border: 1px solid #ECF3F9;
2044 background-color: #fff !important;
2045 text-align: center;
2046 font-family: Roboto, sans-serif;
2047 font-size: 14px;
2048 }
2049 img#wpfeedback_image-preview {
2050 margin-bottom: 8px;
2051 }
2052 #wpf_login_container #login_form_content .wpf_submit_button {
2053 background-color: var(--main-wpf-color) !important;
2054 color: #ffffff !important;
2055 margin: 5px 0 0 0;
2056 border-radius: 5px;
2057 width: 100%;
2058 padding: 15px !important;
2059 font-size: 16px;
2060 font-family: 'Roboto', sans-serif;
2061 border: none !important;
2062 box-shadow: none !important;
2063 font-weight: 700 !important;
2064 }
2065 #wpf_login_container a.wpf_login_close {
2066 font-size: 30px;
2067 margin-top: -5px;
2068 color: #F5325C;
2069 float: right;
2070 font-weight: 700;
2071 line-height: 1;
2072 text-shadow: 0 1px 0 #fff;
2073 opacity: .5;
2074 text-decoration: none;
2075 }
2076 #wpf_login_container a.wpf_skip.wpf_login_close {
2077 float: initial;
2078 font-size: 14px;
2079 }
2080 form#wpf_login input#username, form#wpf_login input#password {
2081 padding: 25px !important;
2082 border-radius: 5px;
2083 margin-bottom: 10px;
2084 width: 100% !important;
2085 }
2086 form#wpf_login p.wpf_status {
2087 color: red;
2088 margin-top: 10px;
2089 }
2090 div#wpf_tasks_overlay {
2091 position: absolute;
2092 width: 100%;
2093 background-color: rgba(255, 255, 255, 0.95);
2094 height: 100%;
2095 left: 0;
2096 padding-top: 5%;
2097 font-size: 30px;
2098 color: #272D3C;
2099 font-weight: 700;
2100 text-decoration: none;
2101 font-family: 'Roboto', sans-serif;
2102 z-index: 10;
2103 }
2104 .wpf_welcome_wrap {
2105 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2106 padding: 45px;
2107 border-radius: 10px;
2108 border: 1px solid #ECF3F9;
2109 background-color: #fff !important;
2110 width: 100%;
2111 max-width: 400px;
2112 margin: auto;
2113 text-align: center;
2114 }
2115 .wpf_welcome_title {
2116 margin-bottom: 10px;
2117 line-height: 0.9;
2118 }
2119 .wpf_welcome_note {
2120 font-size: 60%;
2121 line-height: 1.1;
2122 }
2123 .wpf_welcome_note u {
2124 cursor: pointer;
2125 }
2126 .wpf_welcome_image img {
2127 display: block;
2128 width: 100%;
2129 }
2130 .wpf_welcome_image img {
2131 width: 100%;
2132 }
2133 .wpf_video {
2134 top: 0;
2135 left: 0;
2136 width: 100%;
2137 height: 100%;
2138 }
2139 /*=========Graphics Tab=========*/
2140 .wpfeedback_graphics_file .button {
2141 width: auto;
2142 color: #fff;
2143 background-color: #272D3C;
2144 border-radius: 5px;
2145 font-family: 'Roboto', sans-serif;
2146 font-weight: 700;
2147 margin-top: 10px;
2148 cursor: pointer;
2149 -webkit-transition: all 0.2s ease-in;
2150 -moz-transition: all 0.2s ease-in;
2151 -ms-transition: all 0.2s ease-in;
2152 -o-transition: all 0.2s ease-in;
2153 transition: all 0.2s ease-in;
2154 height: auto;
2155 }
2156
2157 #wpf_graphics input#wpf_save_setting {
2158 width: auto;
2159 }
2160 .theme-browser .theme .theme-name {
2161 box-sizing: unset !important;
2162 }
2163
2164 #wpf_tabs_container a.wpf_tab_item {
2165 text-decoration: none;
2166 }
2167
2168 .themes h2.theme-name {
2169 box-sizing: unset !important;
2170 }
2171 #fusionredux-form-wrapper *, ::after, ::before {
2172 box-sizing: unset;
2173 }
2174
2175 .settings_page_updraftplus .ui-dialog .ui-dialog-buttonpane button,.plugins-php .ui-dialog .ui-dialog-buttonpane button{
2176 padding: .4em 1em;
2177 border: 1px solid #CCC;
2178 background: #f6f6f6;
2179 font-weight: normal;
2180 color: #2b2b2b;
2181 }
2182 .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 {
2183 content: "X";
2184 }
2185 .ui-corner-all.ui-dialog .ui-dialog-content {
2186 width: 100% !important;
2187 }
2188 .ui-draggable .ui-dialog-titlebar{height: auto !important;}
2189
2190 #redux-sticky *, ::after, ::before {
2191 box-sizing: unset;
2192 }
2193 #uc_list_items i.fa.fa-cloud-download {
2194 font: normal normal normal 14px/1 FontAwesome !important;
2195 }
2196 /*====Toggle Switch====*/
2197 .wpf_switch {
2198 position: relative;
2199 display: inline-block;
2200 width: 53px;
2201 height: 27px;
2202 margin-top: -5px;
2203 }
2204
2205 .wpf_switch input {
2206 opacity: 0 !important;
2207 width: 0;
2208 height: 0;
2209 }
2210
2211 .wpf_switch_slider {
2212 position: absolute;
2213 cursor: pointer;
2214 top: 0;
2215 left: 0;
2216 right: 0;
2217 bottom: 0;
2218 background-color: #ccc;
2219 -webkit-transition: .4s;
2220 transition: .4s;
2221 }
2222
2223 .wpf_switch_slider:before {
2224 position: absolute;
2225 content: "";
2226 height: 21px;
2227 width: 21px;
2228 left: 3px;
2229 bottom: 3px;
2230 background-color: white;
2231 -webkit-transition: .4s;
2232 transition: .4s;
2233 }
2234
2235 input:checked + .wpf_switch_slider {
2236 background-color: #7c6df4;
2237 }
2238
2239 input:focus + .wpf_switch_slider {
2240 box-shadow: 0 0 1px #e3ebf6;
2241 }
2242
2243 input:checked + .wpf_switch_slider:before {
2244 -webkit-transform: translateX(26px);
2245 -ms-transform: translateX(26px);
2246 transform: translateX(26px);
2247 }
2248
2249 /* Rounded sliders */
2250 .wpf_switch_slider.wpf_switch_round {
2251 border-radius: 34px;
2252 }
2253
2254 .wpf_switch_slider.wpf_switch_round:before {
2255 border-radius: 50%;
2256 }
2257 div#wpf_global_settings_overlay {
2258 position: absolute;
2259 width: calc(100% + 20px);
2260 background-color: rgba(255, 255, 255, 0.95);
2261 height: 100%;
2262 left: -20px;
2263 padding-top: 5%;
2264 font-size: 30px;
2265 color: #272D3C;
2266 font-weight: 700;
2267 text-decoration: none;
2268 font-family: 'Roboto', sans-serif;
2269 z-index: 10;
2270 }
2271
2272 .wpf_task_label .wpf_pending-review,.wpf_task_label .wpf_medium{
2273 background-color: rgb(248, 202, 94);
2274 }
2275 .wpf_task_label .wpf_high,.wpf_task_label .wpf_in-progress{
2276 background-color: rgb(230, 121, 26);
2277 }
2278 .wpf_task_label .wpf_complete,.wpf_task_label .wpf_low{
2279 background-color: rgb(93, 161, 112);
2280 }
2281 .wpf_task_label .wpf_open,.wpf_task_label .wpf_critical {
2282 background-color: rgb(222, 0, 0);
2283 }
2284 span.wpf_tag_name a {
2285 margin-left: 5px;
2286 color: var(--main-wpf-color) !important;
2287 }
2288 #wpf_tasks span.wpf_tag_name {
2289 display: inline-block;
2290 background: #e2e4e7;
2291 transition: all .2s cubic-bezier(.4,1,.4,1);
2292 margin-right: 5px;
2293 border-radius: 12px;
2294 padding: 5px 8px;
2295 font-size: 14px;
2296 }
2297 input.wpf_tag {
2298 padding: initial;
2299 width: 100%;
2300 margin-bottom: 5px;
2301 }
2302
2303 /*=============For tag auto-completed css===============*/
2304 /*the container must be positioned relative:*/
2305 .wpf_tag_autocomplete {
2306 position: relative;
2307 display: block;
2308 margin-top: 0 !important;
2309 }
2310 .wpf_task_tags {
2311 margin-bottom: 10px;
2312 }
2313 input#wpf_tags {
2314 margin-top: 3px !important;
2315 margin-bottom: 5px;
2316 }
2317 .wpf_tag_autocomplete-items {
2318 z-index: 199998 !important;
2319 top: 48px !important;
2320 left: 1px;
2321 width: calc(100% - 2px) !important;
2322 margin-top: -9px;
2323 max-height: 125px !important;
2324 overflow: auto;
2325 }
2326
2327 .wpf_tag_autocomplete-items div {
2328 padding: 5px 10px 5px 10px;
2329 cursor: pointer;
2330 border-bottom: 1px solid #d4d4d4;
2331 }
2332
2333 /*when hovering an item:*/
2334 .wpf_tag_autocomplete-items div:hover {
2335 background-color: #e9e9e9;
2336 }
2337
2338 /*when navigating through the items using the arrow keys:*/
2339 .wpf_tag_autocomplete-active {
2340 background-color: var(--main-wpf-color) !important;
2341 color: #ffffff;
2342 }
2343 #wpf_tasks .wpf_tag_autocomplete button {
2344 position: absolute;
2345 right: 5px;
2346 top: 0;
2347 bottom: 0;
2348 width: 24px;
2349 margin-top: 3px !important;
2350 margin-bottom: 0px;
2351 height: 24px;
2352 background-color: transparent;
2353 opacity: 0.9;
2354 cursor: pointer;
2355 border: 0px;
2356 padding: 12px 5px !important;
2357 }
2358 #wpf_tasks button.wpf_tag_submit_btn img {
2359 width: 100%;
2360 }
2361 #wpf_tasks .wpf_tag_autocomplete button i {
2362 vertical-align: top;
2363 position: absolute;
2364 top: 10px;
2365 right: 10px;
2366 }
2367 #wpf_tasks button.wpf_tag_submit_btn:hover,#wpf_tasks button.wpf_tag_submit_btn:focus {
2368 background: transparent;
2369 }
2370 #wpf_tasks .wpf_tag_autocomplete button:focus {
2371 outline: none !important;
2372 }
2373 /*-------------Start CSS for conflict with CiviCRM Plugin-------------*/
2374 .ui-dialog-content.crm-ajax-container{
2375 max-width: unset !important;
2376 pointer-events: auto;
2377 }
2378 /*-------------END with CiviCRM Plugin-------------*/
2379 /* ------------ Confirmation Dialog Box ------------ */
2380
2381 .wpf_confirm_dialog_overlay {
2382 position: absolute;
2383 top: 0;
2384 left: 0;
2385 right: 0;
2386 bottom: 0;
2387 background-color: rgba(0, 0, 0, 0.50);
2388 z-index: 999999
2389 }
2390 .wpf_confirm_dialog_overlay .wpf_confirm_dialog {
2391 width: 400px;
2392 margin: auto;
2393 margin-top: 10%;
2394 background-color: #fff;
2395 box-shadow: 0 0 20px rgba(0,0,0,.2);
2396 border-radius: 3px;
2397 overflow: hidden
2398 }
2399 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header {
2400 padding: 10px 8px;
2401 background-color: #f6f7f9;
2402 border-bottom: 1px solid #e5e5e5
2403 }
2404 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header h3 {
2405 font-size: 16px;
2406 margin: 0;
2407 color: #272D3C;
2408 display: inline-block;
2409 font-weight: 700;
2410 }
2411 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close {
2412 float: right;
2413 color: #c4c5c7;
2414 cursor: pointer;
2415 transition: all .5s ease;
2416 padding: 0 2px;
2417 border-radius: 1px
2418 }
2419 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:hover {
2420 color: #b9b9b9
2421 }
2422 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:active {
2423 box-shadow: 0 0 5px #673AB7;
2424 color: #a2a2a2
2425 }
2426 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg {
2427 padding: 12px 10px
2428 }
2429 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg p{
2430 margin: 0;
2431 font-size: 15px;
2432 color: #333
2433 }
2434 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer {
2435 border-top: 1px solid #e5e5e5;
2436 padding: 8px 10px
2437 }
2438 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls {
2439 direction: rtl
2440 }
2441 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls .button {
2442 padding: 5px 15px;
2443 border-radius: 3px
2444 }
2445
2446 button.wpf_confirm_yes {
2447 color: #fff;
2448 background-color: var(--main-wpf-color);
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: none;
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 {
2463 color: var(--main-wpf-color);
2464 background-color: #fff;
2465 border-radius: 5px;
2466 font-size: 14px;
2467 font-family: 'Roboto', sans-serif;
2468 font-weight: 700;
2469 cursor: pointer;
2470 padding: 10px 15px;
2471 border: 1px solid;
2472 -webkit-transition: all 0.2s ease-in;
2473 -moz-transition: all 0.2s ease-in;
2474 -ms-transition: all 0.2s ease-in;
2475 -o-transition: all 0.2s ease-in;
2476 transition: all 0.2s ease-in;
2477 }
2478 button.wpf_confirm_cancle, button.wpf_confirm_yes {
2479 opacity: 0.8;
2480 }
2481 /*=========Delete graphics=========*/
2482 a.wpf_graphics_delete_btn {
2483 position: relative;
2484 z-index: 9;
2485 float: right;
2486 margin: 12px 12px;
2487 color: red;
2488 font-size: 125%;
2489 }
2490 input#wpf_search_title {
2491 font-family: 'Roboto', sans-serif;
2492 font-size: 12px;
2493 width: 100%;
2494 border-width: inherit;
2495 margin: 0px;
2496 height: auto;
2497 font-weight: 400;
2498 }
2499 .wpf_report_buttons input#wpf_search_title {
2500 width: auto !important;
2501 }
2502 span.wpf_search_box {
2503 font-size: 15px;
2504 }
2505
2506 div#wpf_task_screenshot_tab {
2507 width: calc(100% - 20px);
2508 margin-left: 10px !important;
2509 margin-bottom: 10px;
2510 margin-top: 15px;
2511 }
2512 img#wpf_task_screenshot {
2513 height: auto;
2514 overflow-y: auto;
2515 text-align: center;
2516 display: block;
2517 border-radius: 5px;
2518 transition: all linear .2s;
2519 margin-bottom: 0px;
2520 max-width: 100%;
2521 border: 1px solid #ECF3F9;
2522 }
2523 img#wpf_task_screenshot:hover {
2524 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
2525 }
2526 .wpf_view_comments a.wpf_button {
2527 display: inline-block;
2528 margin-top: 15px;
2529 text-decoration: none;
2530 }
2531 .wpf_view_comments {
2532 text-align: center;
2533 padding-bottom: 15px;
2534 border-bottom: 1px solid #ECF3F9;
2535 }
2536 div#wpf_task_tabs_container {
2537 display: flex;
2538 border-top: 1px solid #ECF3F9;
2539 border-bottom: 1px solid #ECF3F9;
2540 }
2541
2542 a.wpf_task_tab_item {
2543 border: none;
2544 padding: 7px 10px;
2545 font-size: 12px;
2546 cursor: pointer;
2547 text-decoration: none;
2548 font-family: 'Roboto', sans-serif;
2549 transition: 0.7s;
2550 display: inline-flex;
2551 flex-direction: column;
2552 text-align: center;
2553 align-self: stretch;
2554 flex: 1 1 auto;
2555 color: #272D3C;
2556 font-weight: 700;
2557 }
2558 a.wpf_task_tab_item.active {
2559 background-color: #e3ebf6 !important;
2560 }
2561 .wpf_task_screenshot_notice {
2562 font-style: italic;
2563 font-size: 12px;
2564 text-align: right;
2565 line-height: 1.3;
2566 margin-top: 5px;
2567 }
2568 div#wpf_bulk_update_content {
2569 min-width: 240px;
2570 display: flex;
2571 align-items: flex-start;
2572 align-content: flex-start;
2573 flex-wrap: wrap;
2574 }
2575
2576 #wpf_bulk_select_task_checkbox.wpf_active {
2577 display: inline-block;
2578 }
2579
2580 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task +label {
2581 font-size: 12px;
2582 color: #363d4d !important;
2583 border-radius: 0;
2584 font-family: 'Roboto', sans-serif;
2585 border: 0px;
2586 font-weight: 700;
2587 margin-right: 0;
2588 text-transform: none;
2589 margin-bottom: 0;
2590 line-height: normal;
2591 min-width: auto !important;
2592 }
2593 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task:checked +label{
2594 color: #363d4d !important;
2595 }
2596
2597 /* Sticker style start */
2598
2599 .wpfb-point {
2600 overflow: hidden;
2601 border-radius: 50%;
2602 border: 4px solid #FFF;
2603 text-decoration: none;
2604 font-family: 'Roboto', sans-serif;
2605 font-weight: 400;
2606 font-size: 15px;
2607 box-shadow: 0 1px 3px rgba(0,0,0,.5);
2608 width: 38px;
2609 height: 38px;
2610 box-sizing: border-box;
2611 vertical-align: middle;
2612 text-align: center;
2613 display: flex;
2614 align-items: center;
2615 justify-content: center;
2616 }
2617
2618 a.wpfb-point span.sticker {
2619 border-radius: 50%;
2620 position: absolute;
2621 top: -9px;
2622 right: -1px;
2623 width: 12px;
2624 height: 27px;
2625 box-shadow: 0px 1px 11px #00000042;
2626 transform: rotate(-34deg);
2627 }
2628 a.wpfb-point:hover {
2629 opacity: 1 !important;
2630 }
2631
2632
2633 a.wpfb-point.complete .gg-check {
2634 margin: 0;
2635 }
2636 /* END */
2637
2638 /* sidebar sticker css */
2639
2640 .open_custom .wpf_task_number , .open_custom .wpf_task_num_top {
2641 background: #3c424f;
2642 }
2643
2644 /* END */
2645
2646 .pending-review_custom .wpf_task_number,
2647 .wpf_task_num_top.pending-review_custom {
2648 background: #fcd227 !important;
2649 position: relative;
2650 z-index: 0;
2651 color: rgba(0,0,0,0.9) !important;
2652 }
2653 .in-progress_custom .wpf_task_number,
2654 .wpf_task_num_top.in-progress_custom {
2655 background: #ffa532 !important;
2656 position: relative;
2657 z-index: 0;
2658 }
2659 .wpf_task_num_top.complete_custom {
2660 background: #3ed696 !important;
2661 position: relative;
2662 z-index: 0;
2663 color: rgba(0,0,0,0.9) !important;
2664 }
2665
2666
2667 .wpf_top_badge{
2668 border-radius: 50%;
2669 position: absolute;
2670 top: -10px;
2671 right: -1px;
2672 width: 12px;
2673 height: 27px;
2674 box-shadow: 0px 1px 11px #00000042;
2675 transform: rotate(-44deg);
2676 border: 0px;
2677
2678 }
2679 #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{
2680 border-radius: 50%;
2681 position: absolute;
2682 top: -10px;
2683 right: -1px;
2684 width: 16px;
2685 height: 28px;
2686 box-shadow: 0px 1px 11px #00000042;
2687 transform: rotate(-44deg);
2688 border: 0px;
2689
2690 }
2691
2692 .wpf_task_num_top.complete_custom .gg-check
2693 {
2694 margin: 0;
2695 }
2696 .wpf_chat_top .wpf_task_num_top {
2697 opacity: 1;
2698 }
2699
2700
2701 .wpf_sidebar_content .wpf_container .wpf_task_sum {
2702 width: calc(100% - 50px);
2703 }
2704
2705
2706 .wpf_sidebar_content .wpf_container .wpf_task_number .gg-check {
2707 margin: 0;
2708 }
2709
2710
2711 .complete .gg-check {
2712 box-sizing: border-box;
2713 position: relative;
2714 transform: scale(var(--ggs,1.5));
2715 width: 23px;
2716 height: 23px;
2717 border: 2px solid transparent;
2718 border-radius: 100px;
2719 display: flex;
2720 text-align: center;
2721 justify-content: center;
2722 align-content: center;
2723 align-items: center;
2724 }
2725
2726
2727 /* 02/11/2020 */
2728
2729 span.wpf_task_type {
2730 background-color: #279af1 !important;
2731 color: #fff;
2732 font-size: 10px;
2733 font-weight: 400;
2734 text-transform: uppercase;
2735 padding: 2px 3px;
2736 border-radius: 15px;
2737 display: inline-block;
2738 margin-bottom: 2px !important;
2739 line-height: 1.1;
2740 letter-spacing: 0;
2741 }
2742
2743 .in-progress .task_status {
2744 background: #FCD227 !important;
2745 }
2746 .complete .task_status {
2747 background: #3ED696 !important;
2748 }
2749 .pending-review .task_status {
2750 background: #FFA532 !important;
2751 }
2752 .open .task_status {
2753 background: var(--main-wpf-color) !important;
2754 }
2755
2756
2757
2758 .low ~ .wpf_task_meta .priority {
2759 background: #3ED696 !important;
2760 }
2761 .medium ~ .wpf_task_meta .priority {
2762 background: #FCD227 !important;
2763 }
2764 .high ~ .wpf_task_meta .priority {
2765 background: #FFA532 !important;
2766 }
2767 .critical ~ .wpf_task_meta .priority {
2768 background: #FF5A48 !important;
2769 }
2770
2771 .wpf_task_meta_details i.gg-thermostat {
2772 transform: scale(var(--ggs,0.65));
2773 margin-left: 4px;
2774 margin-bottom: -4px;
2775 }
2776
2777 .gg-check::after {
2778 z-index: 0;
2779 left: 6px;
2780 top: 3px;
2781 transform-origin: center;
2782 }
2783
2784 a.wpfb-point .gg-check {
2785 left: 3px;
2786 top: 4px;
2787 }
2788
2789 /*Fix boatdealer plugin conflict*/
2790 .md-wrap-popupform .tooltip {
2791 position: relative;
2792 opacity: 1;
2793 display: inline-block;
2794 }
2795
2796 .toplevel_page_wpfeedback_page_tasks .wp-menu-image img {
2797 padding: 5px 0 0 0 !important;
2798 opacity: .6;
2799 width: 18px;
2800 }
2801
2802 .wpf_settings_sidebar_sticky {
2803 position: -webkit-sticky;
2804 position: sticky;
2805 max-height: 320px;
2806 border-right: none !important;
2807 }
2808
2809 @media screen and (max-width: 1190px){
2810 .wpf_settings_sidebar_sticky{
2811 position: relative !important;
2812 }
2813 }
2814
2815 .wpf_upload_image_button.graphics_fields .wpf_field_label {
2816 margin-top: 20px;
2817 margin-left: 65px;
2818 margin-bottom: -35px;
2819 }
2820 .wpf_backend_initial_setup label.wpf_checkbox_label {
2821 display: inline-block !important;
2822 }
2823 .wpf_backend_initial_setup label.wpf_checkbox_label:before, .wpf_backend_initial_setup label.wpf_checkbox_label:after {
2824 display: none !important;
2825 }
2826
2827 .atarim_notice {
2828 background-color: #f1b1b1;
2829 padding: 10px 15px!important;
2830 border: 1px solid #efefef;
2831 border-radius: 5px;
2832 display: block;
2833 margin: -10px 0 15px -15px;
2834 }
2835 /* Admin Notices */
2836 .notice.notice-warning.wpf_admin_notice {
2837 display: -ms-flexbox;
2838 display: -webkit-flex;
2839 display: flex;
2840 -webkit-flex-direction: row;
2841 -ms-flex-direction: row;
2842 flex-direction: row;
2843 -webkit-flex-wrap: nowrap;
2844 -ms-flex-wrap: nowrap;
2845 flex-wrap: nowrap;
2846 -webkit-justify-content: flex-start;
2847 -ms-flex-pack: start;
2848 justify-content: flex-start;
2849 -webkit-align-content: stretch;
2850 -ms-flex-line-pack: stretch;
2851 align-content: stretch;
2852 -webkit-align-items: flex-start;
2853 -ms-flex-align: start;
2854 align-items: flex-start;
2855 padding: 0;
2856 border-left: none;
2857 }
2858 .wpf_admin_notice_icon {
2859 background-image: linear-gradient(
2860 160deg
2861 ,#6D5DF3 0%,#8F5DF3 100%);
2862 padding: 10px;
2863 width: 60px;
2864 box-sizing: border-box;
2865 -webkit-order: 0;
2866 -ms-flex-order: 0;
2867 order: 0;
2868 -webkit-flex: 0 1 auto;
2869 -ms-flex: 0 1 auto;
2870 flex: 0 1 auto;
2871 -webkit-align-self: stretch;
2872 -ms-flex-item-align: stretch;
2873 align-self: stretch;
2874 display: flex;
2875 }
2876 .wpf_admin_notice_icon img {
2877 align-self: center;
2878 }
2879 .wpf_admin_notice_content {
2880 padding: 15px;
2881 box-sizing: border-box;
2882 -webkit-order: 0;
2883 -ms-flex-order: 0;
2884 order: 0;
2885 -webkit-flex: 1 1 auto;
2886 -ms-flex: 1 1 auto;
2887 flex: 1 1 auto;
2888 -webkit-align-self: center;
2889 -ms-flex-item-align: center;
2890 align-self: center;
2891 }
2892 .wpf_admin_notice_title {
2893 font-size: 115%;
2894 font-weight: 700;
2895 }
2896 .wpf_admin_notice_button_col {
2897 -webkit-order: 0;
2898 -ms-flex-order: 0;
2899 order: 0;
2900 -webkit-flex: 0 1 auto;
2901 -ms-flex: 0 1 auto;
2902 flex: 0 1 auto;
2903 -webkit-align-self: stretch;
2904 -ms-flex-item-align: stretch;
2905 align-self: stretch;
2906 padding: 15px;
2907 }
2908 a.wpf_admin_notice_button {
2909 background-color: #e72d67;
2910 color: #fff;
2911 text-decoration: none;
2912 font-weight: 700;
2913 padding: 10px 15px;
2914 border-radius: 5px;
2915 display: block;
2916 }
2917 /* Locked Sections */
2918 .at_feature_lock_wrap {
2919 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 10%);
2920 margin-bottom: 25px;
2921 padding: 25px;
2922 border-radius: 5px;
2923 }
2924 .at_feat_svgicon {
2925 display: inline-block;
2926 vertical-align: top;
2927 width: 75px;
2928 margin-right: 15px;
2929 }
2930 .at_feat_svgicon img {
2931 width: 75px;
2932 }
2933 .at_feat_content {
2934 display: inline-block;
2935 width: calc(100% - 95px);
2936 vertical-align: top;
2937 }
2938 .at_feat_content h6 {
2939 font-size: 18px;
2940 margin: 0;
2941 margin-bottom: 15px;
2942 font-weight: 700;
2943 }
2944 .at_feat_content a {
2945 color: #272d3c;
2946 padding: 10px 20px;
2947 font-size: 14px;
2948 font-family: Roboto, Helvetica, Arial, sans-serif;
2949 border-radius: 5px;
2950 text-transform: capitalize;
2951 background-color: #3ed696;
2952 display: inline-block;
2953 text-decoration: none;
2954 font-weight: 500;
2955 }
2956
2957
2958 /* tooltip icon on permission page => v2.1.0 */
2959 td.wpf_left_cell span{
2960 font-size: 115%;
2961 margin-left: -3px;
2962 }
2963
2964 .site_is_archived {
2965 color: red;
2966 font-size: 14px !important;
2967 margin-left: 40%;
2968 }
2969 @media (max-width: 571px) {
2970 .site_is_archived {
2971 margin-left: 22%;
2972 }
2973 }
2974
2975 .wpf-tooltip {
2976 background-color: #000;
2977 color: #fff;
2978 padding: 3px 5px;
2979 max-width: 300px;
2980 }