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