PluginProbe
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 4.0.5
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v4.0.5
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,018 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_checkbox.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 table.wpf_perm_table {
1396 width: 100%;
1397 text-align: center;
1398 }
1399 td.wpf_perm_top {
1400 background-color: #e3ebf6;
1401 padding: 10px;
1402 color: #272D3C;
1403 font-weight: 700;
1404 }
1405 td.wpf_left_cell {
1406 text-align: left;
1407 font-weight: 700;
1408 color: #272D3C;
1409 }
1410 table.wpf_perm_table td {
1411 border-bottom: 1px solid #ECF3F9;
1412 padding: 5px;
1413 }
1414
1415 .at_feat_global {
1416 display: inline-block;
1417 vertical-align: top;
1418 width: 250px;
1419 margin-right: 15px;
1420 }
1421 .at_feat_global img {
1422 width: 100%;
1423 }
1424 .wpf_global_lock .at_feat_content {
1425 width: calc(100% - 270px) !important;
1426 padding-top: 25px;
1427 }
1428
1429 /* ------------ ADDONS PAGE ------------ */
1430 .wpf_inner_container.wpf_integrations_container {
1431 margin-top: 0 !important;
1432 padding-top: 25px;
1433 border-top: 3px solid var(--main-wpf-color);
1434 font-family: "Roboto", Sans-serif;
1435 font-size: 14px;
1436 color: #272D3C;
1437 }
1438 .wpf_integration_title {
1439 color: #272D3C;
1440 font-size: 150%;
1441 font-weight: 800;
1442 }
1443 a.wpf_integration_button {
1444 color: #272D3C !important;
1445 background-color: #3ED696;
1446 text-decoration: none;
1447 min-height: 36px;
1448 border-radius: 5px;
1449 display: inline-flex;
1450 align-items: center;
1451 padding: 5px 15px;
1452 justify-content: center;
1453 box-sizing: border-box;
1454 font-size: 14px;
1455 font-weight: 500;
1456 -webkit-transition: all 0.2s ease-in;
1457 -moz-transition: all 0.2s ease-in;
1458 -ms-transition: all 0.2s ease-in;
1459 -o-transition: all 0.2s ease-in;
1460 transition: all 0.2s ease-in;
1461 }
1462 a.wpf_integration_button:hover {
1463 background-color: #33bf84;
1464 color: #272d3c;
1465 }
1466 img.wpf_integration_image {
1467 width: 1000px;
1468 max-width: 90%;
1469 margin-top: 25px;
1470 }
1471 .wpf_addon_box_wrap{display:flex;}
1472
1473 .wpf_inner_container {
1474 text-align: center;
1475 }
1476
1477 .wpf_addon_box {
1478 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1479 border-radius: 0 5px 5px 5px;
1480 border: 1px solid #ECF3F9;
1481 background-color: #fff !important;
1482 padding: 25px;
1483 text-align: center;
1484 margin: 20px;
1485 }
1486
1487 .wpf_addon_box img {
1488 width: 200px;
1489 max-width: 100%;
1490 }
1491
1492
1493
1494 /* ------------ Setup Wizard ------------ */
1495
1496 .wpf_backend_initial_setup_inner input[type=checkbox] {
1497 border: 2px solid #ccc;
1498 height: 22px;
1499 width: 22px !important;
1500 border-radius: 5px !important;
1501 display: inline-block !important;
1502 margin-right: 6px !important;
1503 }
1504 img.wpf_add_website_img {
1505 width: 100%;
1506 margin-bottom: -25px;
1507 }
1508 .wpf_backend_initial_setup_inner input[type=checkbox]:checked:before {
1509 color: #272D3C;
1510 margin: -1px 0px 0 -2px !important;
1511 }
1512
1513 .wpf_backend_initial_setup {
1514 position: fixed;
1515 top: 32px;
1516 left: 0;
1517 width: 100%;
1518 background-color: #fff;
1519 background-repeat: no-repeat;
1520 background-position: center center;
1521 background-size: cover;
1522 z-index: 10000;
1523 height: calc(100vh - 32px);
1524 overflow: auto;
1525 display: flex;
1526 justify-content: space-between;
1527 align-items: center;
1528 }
1529 .wpf_backend_initial_setup::-webkit-scrollbar {
1530 display: none;
1531 }
1532 .wpf_backend_initial_setup {
1533 -ms-overflow-style: none;
1534 scrollbar-width: none;
1535 }
1536 .wpf_backend_initial_setup_inner, .wpf_backend_initial_setup_image {
1537 width: 49%;
1538 font-family: 'Roboto', sans-serif;
1539 height: 100%;
1540 display: flex;
1541 justify-content: center;
1542 align-items: center;
1543 }
1544 .wpf_backend_initial_setup_inner {
1545 overflow-y: scroll;
1546 box-sizing: border-box;
1547 -ms-overflow-style: none; /* Internet Explorer 10+ */
1548 scrollbar-width: none; /* Firefox */
1549 }
1550 .wpf_backend_initial_setup_inner::-webkit-scrollbar {
1551 display: none; /* Safari and Chrome */
1552 }
1553 .wpf_backend_initial_setup_image {
1554 background: #805EF4;
1555 }
1556 .wpf_backend_initial_setup_inner form {
1557 width: 90%;
1558 max-width: 475px;
1559 margin: auto;
1560 }
1561 .wpf_backend_initial_setup_image img {
1562 max-width: 680px;
1563 }
1564 .wpf_wizard_content_box {
1565 padding: 25px;
1566 background-color: #fff !important;
1567 position: relative;
1568 }
1569 .wpf_logo_wizard {
1570 width: 100%;
1571 display: flex;
1572 justify-content: center;
1573 margin-bottom: 20px;
1574 }
1575 .wpf_backend_initial_setup_inner .wpf_desc_wizard {
1576 color: #272D3C;
1577 text-align: center;
1578 font-family: Roboto;
1579 font-size: 14px;
1580 font-style: normal;
1581 font-weight: 400;
1582 line-height: normal;
1583 margin: 15px 0 25px 0 !important;
1584 }
1585 .wpf_backend_initial_setup_inner .wpf_button {
1586 padding: 9px;
1587 display: block;
1588 text-align: center;
1589 }
1590 .wpf_title_wizard {
1591 color: #272D3C;
1592 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
1593 font-size: 18px;
1594 font-style: normal;
1595 font-weight: 500;
1596 line-height: normal;
1597 text-align: center;
1598 }
1599 .supg-btn {
1600 text-decoration: none;
1601 color: #272D3C !important;
1602 width: 100%;
1603 border: 1.5px solid #A4ABC5;
1604 cursor: pointer;
1605 height: 45px;
1606 display: flex;
1607 font-size: 14px;
1608 align-items: center;
1609 font-family: Roboto, Helvetica, Arial, sans-serif;
1610 font-weight: 500;
1611 border-radius: 5px;
1612 justify-content: center;
1613 background-color: transparent;
1614 }
1615 .supg-or {
1616 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
1617 letter-spacing: 0.01071em;
1618 color: #a4abc5;
1619 width: 100%;
1620 display: block;
1621 font-size: 14px;
1622 text-align: center;
1623 font-weight: 500;
1624 text-transform: uppercase;
1625 margin: 20px 0 12px 0;
1626 }
1627 .supg-or span {
1628 position: relative;
1629 }
1630 .supg-or span:before,
1631 .supg-or span:after {
1632 content: "";
1633 position: absolute;
1634 height: 7px;
1635 border-bottom: 1px solid #A4ABC5;
1636 top: 0;
1637 width: 1000%;
1638 max-width: 190px;
1639 }
1640 .supg-or span:before {
1641 right: 100%;
1642 margin-right: 15px;
1643 }
1644 .supg-or span:after {
1645 left: 100%;
1646 margin-left: 15px;
1647 }
1648 p.wpf_tcpp {
1649 display: block;
1650 text-align: center;
1651 margin-top: -5px;
1652 }
1653 p.wpf_tcpp, p.wpf_tcpp a {
1654 color: #272D3C !important;
1655 font-family: Roboto;
1656 font-size: 14px;
1657 font-style: normal;
1658 font-weight: 400;
1659 line-height: normal;
1660 }
1661 p.wpf_tcpp a {
1662 color: #279AF1 !important;
1663 }
1664 .wpf_backend_initial_setup .wpfeedback_licence_key_field input {
1665 padding: 10px;
1666 }
1667 .wpf_backend_initial_setup_inner .wpf_title {
1668 font-size: 17px;
1669 margin-top: 25px;
1670 margin-bottom: 5px;
1671 }
1672 .wpf_collaborator_setting_toggle {
1673 display: flex;
1674 justify-content: space-around;
1675 font-size: 14px;
1676 position: relative;
1677 font-weight: 500;
1678 color: #A4ABC5;
1679 border-bottom: 1px solid #ECF3F9;
1680 padding-bottom: 10px;
1681 padding-top: 10px;
1682 }
1683 label.wpf_switch_collaborator_setting_toggle .wpf_switch_slider.wpf_switch_round {
1684 width: 53px;
1685 height: 27px;
1686 margin: auto;
1687 left: -25px;
1688 background-color: #7c6df4;
1689 top: -5px;
1690 }
1691 span.wpf_toggle_left {
1692 margin-right: 20px;
1693 }
1694 span.wpf_toggle_right {
1695 margin-left: 20px;
1696 }
1697 label.wpf_text_label {
1698 display: block;
1699 font-weight: 500;
1700 }
1701
1702 .wpf_collaborator_name, .wpf_collaborator_email {
1703 width: 100%;
1704 font-size: 14px;
1705 height: 36px;
1706 }
1707 p.wpf_wizard_note {
1708 color: #A4ABC5;
1709 }
1710 label.wpf_text_label span, p.wpf_wizard_note span {
1711 color: #E72D67;
1712 }
1713 select.wp_feedback_filter_admin_user {
1714 height: 36px;
1715 width: 100%;
1716 max-width: 100%;
1717 }
1718 .wpf_guest_wrap {
1719 border: 1px solid #ECF3F9;
1720 padding: 0 15px;
1721 border-radius: 5px;
1722 }
1723 .wpf_guest_wrap label.wpf_checkbox_label {
1724 width: calc(100% - 60px);
1725 padding-right: 10px;
1726 box-sizing: border-box;
1727 }
1728 .wpf_wizard_footer {
1729 text-align: right;
1730 }
1731 .wpf_wizard_skip_btn {
1732 display: flex;
1733 justify-content: center;
1734 align-items: center;
1735 padding: 10px;
1736 text-decoration: underline;
1737 font-size: 14px;
1738 font-family: 'Roboto', sans-serif;
1739 font-size: 14px;
1740 color: #279AF1;
1741 }
1742 .wpf_skip_button {
1743 cursor: pointer;
1744 }
1745 btn.wpf_button.wpf_next {
1746 display: inline-block;
1747 padding: 15px 35px;
1748 margin-left: 25px;
1749 }
1750 .wpf_backend_initial_setup_inner iframe {
1751 width: 100%;
1752 max-width: 100%;
1753 border-radius: 5px;
1754 overflow: hidden;
1755 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1756 }
1757 .wpf_wizard_video {
1758 border-radius: 5px;
1759 overflow: hidden;
1760 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1761 }
1762 .wpf_wizard_dual_btns {
1763 margin-top: 25px;
1764 display: flex;
1765 justify-content: space-between;
1766 }
1767 .wpf_wizard_dual_btns btn {
1768 width: 44%;
1769 }
1770 btn.wpf_button.wpf_button_sec {
1771 border: 1px solid #8791B2;
1772 background-color: #fff !important;
1773 }
1774 btn.wpf_button.wpf_button_sec:hover {
1775 background-color: #ecf3f9 !important;
1776 }
1777 .wpf_skip_wizard {
1778 display: block;
1779 text-align: center;
1780 margin: 25px;
1781 }
1782 .wpf_skip_wizard a {
1783 color: #8d9ba9;
1784 }
1785 .wpfeedback_image-preview-wrapper img{
1786 width: 100%;
1787 height: 100%;
1788 }
1789
1790 span#wpf_back_report_sent_span, span#wpf_restore_orphan_tasks_span, span#wpf_no_orphan_tasks_span {
1791 position: absolute;
1792 bottom: -3px;
1793 right: -5px;
1794 z-index: 100;
1795 color: #fff;
1796 font-size: 12px;
1797 font-weight: 700;
1798 letter-spacing: 0.015em;
1799 background-color: #3ed696;
1800 padding: 10px 35px 10px 10px !important;
1801 border: 1px solid #ECF3F9;
1802 border-radius: 5px;
1803 line-height: 1.3;
1804 width: 100%;
1805 max-width: 220px;
1806 -webkit-transition: all 0.2s ease-out;
1807 -moz-transition: all 0.2s ease-out;
1808 -ms-transition: all 0.2s ease-out;
1809 -o-transition: all 0.2s ease-out;
1810 transition: all 0.2s ease-out;
1811 }
1812
1813 #wpf_form input#wpf_uploadfile {
1814 opacity: 0;
1815 position: absolute;
1816 height: auto;
1817 display: inline-block;
1818 max-width: 50px;
1819 z-index: 10003;
1820 margin-left: -22px;
1821 padding: 5px;
1822
1823 }
1824 a.wpf_upload_button.wpf_button {
1825 margin-top: 5px;
1826 padding: 10px 0px;
1827 margin-right: 10px !important;
1828 background-color: transparent!important;
1829 color: #363d4d !important;
1830 float: right;
1831 cursor: pointer !important;
1832 }
1833 #wpf_upload_error, #wpf_error,#wpf_error_page {
1834 color: #272D3C;
1835 font-weight: bold;
1836 }
1837 .wpf_support_name, .wpf_support_email {
1838 width: 48%;
1839 padding: 10px 3px;
1840 vertical-align: top;
1841 display: inline-block;
1842 }
1843 /*div#wpf_launcher .ui-draggable-dragging {
1844 width: auto;
1845 }*/
1846
1847 ul#wpf_message_list li .task_text {
1848 color: #272d3c;
1849 font-size: 14px;
1850 font-weight: 400;
1851 font-family: 'Roboto', sans-serif;
1852 margin-bottom: 10px;
1853 white-space: pre-wrap;
1854 cursor: auto;
1855 line-height: 1.4 !important;
1856 }
1857 ul#wpf_message_list li .task_text p {
1858 margin: 5px 0 10px 0 !important;
1859 font-size: 14px !important;
1860 font-weight: 400;
1861 line-height: 1.4 !important;
1862 }
1863 ul#wpf_message_list li .task_text br {
1864 display: none;
1865 }
1866 ul#wpf_message_list li .task_text figure {
1867 margin: 0 !important;
1868 }
1869 ul#wpf_message_list li .task_text img {
1870 max-width: 100% !important;
1871 }
1872 .wpf_globals_container {
1873 margin-top: 15px;
1874 }
1875 .wpf_gsettings_text {
1876 width: 60%;
1877 display: inline-block;
1878 }
1879 .wpf_gsettings_toggle {
1880 width: 34%;
1881 display: inline-block;
1882 vertical-align: top;
1883 margin-right: 10px;
1884 text-align: center;
1885 border: 1px solid #dddddd;
1886 padding: 15px 0;
1887 border-radius: 5px;
1888 }
1889 .wpf_gsettings_toggle i {
1890 color: #272D3C;
1891 opacity: 0.5;
1892 font-size: 20px;
1893 margin: 4px;
1894 }
1895
1896
1897 /*===== HEBREW BACKEND===========*/
1898
1899 .rtl .wpf_report_trigger a:nth-child(1)
1900 {
1901 margin-right: 0;
1902 margin-left: 2%;
1903 }
1904 .rtl a.wpf_comment_mode_general_task
1905 {
1906 margin-left: 10px;
1907 }
1908 .rtl .wpf_logo, .rtl a.wpf_general_comment_btn
1909 , .rtl .wpf_report_buttons
1910 {
1911 float: left;
1912 }
1913 .rtl .wpf_section_title
1914 {
1915 font-family: Roboto,sans-serif;
1916 }
1917 .rtl .wpf_task_num_top
1918 {
1919 margin-right: 0;
1920 margin-left: 10px;
1921 }
1922
1923 .rtl .wpf_support_col_left
1924 {
1925 text-align: right;
1926 }
1927 .rtl .wpf_button.wpf_next
1928 {
1929 margin-left: 0;
1930 margin-right: 25px;
1931 }
1932 .rtl .wpf_task_details_top span, .rtl #wpf_message_list level span {
1933 display: inline-block;
1934 }
1935 .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 {
1936 right: 10px;
1937 top: 2px;
1938 }
1939 .rtl .wpf_task_num_top .gg-check {
1940 margin-right: 4px;
1941 }
1942 .rtl p.form-submit.chat_button {
1943 float: left;
1944 margin-left: 0;
1945 }
1946 .rtl a.wpf_upload_button.wpf_button {
1947 margin-right: -5px !important;
1948 margin-left: 5px;
1949 }
1950 .rtl a.wpf_upload_button.wpf_button i.gg-attachment {
1951 margin-right: 18px;
1952 }
1953 .rtl .wpf_attributes_col a.wpf_button i.gg-external {
1954 margin-left: 5px;
1955 }
1956 .rtl a#wpf_add_general_task {
1957 padding: 7px 5px 5px 10px;
1958 margin-left: 10px;
1959 }
1960 .rtl .wpf_chat_col {
1961 border-left: 1px solid #ECF3F9;
1962 }
1963 .rtl button.wpf_tag_submit_btn {
1964 left: 15px !important;
1965 right: auto !important;
1966 }
1967 .rtl div#wpf_task_screenshot_tab {
1968 margin-right: 10px;
1969 }
1970 .rtl .wpf_task_meta {
1971 left: 25px;
1972 right: auto !important;
1973 text-align: left;
1974 }
1975 .rtl .wpf_tasks-list .wpf_task_meta_icon {
1976 padding: 32px 0px 32px 25px !important;
1977 }
1978 .rtl .wpf_task_meta:hover, .rtl .wpf_task_meta.wpf_active {
1979 left: 5px;
1980 text-align: left;
1981 }
1982 .rtl .wpf_graphics_new i.gg-math-plus:before {
1983 margin-right: -12px;
1984 }
1985 /*========wpf translation adaptations =========*/
1986 .wpf_chat_top {
1987 width: 100%;
1988 }
1989 .wpf_tasks_col .wpf_title:lang(nl), .wpf_tasks_col .wpf_title:lang(cs) {
1990 padding: 15px 5px;
1991 font-size: 14px;
1992 }
1993 a.wpf_general_comment_btn i.fas.fa-plus-square:lang(fr) {
1994 display: none;
1995 }
1996
1997 a.wpf_general_comment_btn:lang(fr),a.wpf_general_comment_btn:lang(cs) {
1998 font-size: 12px;
1999 }
2000 a.wpf_general_comment_btn:lang(de), a.wpf_general_comment_btn:lang(es), a.wpf_general_comment_btn:lang(it) {
2001 display: block;
2002 float: none;
2003 margin-top: -10px;
2004 }
2005 @media (max-width: 660px) {
2006 .wpf_report_buttons:lang(de) {
2007 display: block;
2008 float: none;
2009 margin-top: 15px;
2010 }
2011 }
2012 @media (max-width: 515px) {
2013 .wpf_report_buttons a:lang(de), .wpf_report_buttons a:lang(fr), .wpf_report_buttons a:lang(nl) {
2014 display: block;
2015 margin-bottom: 5px;
2016 }
2017 }
2018 /* ------------ MOBILE ------------ */
2019
2020 @media (max-width: 1050px) {
2021 .wpf_tabs_container button {
2022 padding: 8px !important;
2023 }
2024 }
2025 @media (max-width: 767px) {
2026 .wpf_logo {
2027 float: none;
2028 text-align: center;
2029 width: 100%;
2030 }
2031 .wpf_logo img{
2032 max-width:250px;
2033 margin-bottom: 10px;
2034 }
2035 .wpf_tabs_container button {
2036 width: 24%;
2037 padding: 8px;
2038 }
2039 .wpf_support_col_left, .wpf_support_col_right {
2040 width: 100%;
2041 }
2042 .wpf_report_buttons {
2043 float: none;
2044 margin-top: 10px;
2045 zoom: 0.9;
2046 }
2047 }
2048 @media (max-width: 480px) {
2049 span.wpf_search_box {
2050 display: block;
2051 }
2052 .wpf_report_buttons a:last-child {
2053 display: none;
2054 }
2055 .wpf_section_title {
2056 text-align: center !important;
2057 }
2058 .wpf_report_buttons {
2059 display: block;
2060 float: none !important;
2061 margin-top: 15px;
2062 }
2063 .wpf_filter_col.wpf_gen_col {
2064 max-height: 25vh;
2065 }
2066 input#wp_feedback_filter_btn {
2067 width: 100%;
2068 }
2069 div#wpf_task_details {
2070 min-width: auto;
2071 }
2072 }
2073 /*========wpf login form=========*/
2074 #wpf_login_container {
2075 position: fixed;
2076 z-index: 199999;
2077 top: 0;
2078 left: 0;
2079 width: 100%;
2080 height: 100%;
2081 overflow: auto;
2082 background-color: rgba(255, 255, 255, 0.85);
2083 }
2084 #wpf_login_container .wpf_wizard_modal {
2085 width: 350px;
2086 max-width: 88%;
2087 margin: auto;
2088 margin-top: 5%;
2089 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2090 padding: 15px;
2091 border-radius: 5px;
2092 border: 1px solid #ECF3F9;
2093 background-color: #fff !important;
2094 text-align: center;
2095 font-family: Roboto, sans-serif;
2096 font-size: 14px;
2097 }
2098 img#wpfeedback_image-preview {
2099 margin-bottom: 8px;
2100 }
2101 #wpf_login_container #login_form_content .wpf_submit_button {
2102 background-color: var(--main-wpf-color) !important;
2103 color: #ffffff !important;
2104 margin: 5px 0 0 0;
2105 border-radius: 5px;
2106 width: 100%;
2107 padding: 15px !important;
2108 font-size: 16px;
2109 font-family: 'Roboto', sans-serif;
2110 border: none !important;
2111 box-shadow: none !important;
2112 font-weight: 700 !important;
2113 cursor: pointer;
2114 }
2115 #wpf_login_container a.wpf_login_close {
2116 font-size: 30px;
2117 margin-top: -5px;
2118 color: #F5325C;
2119 float: right;
2120 font-weight: 700;
2121 line-height: 1;
2122 text-shadow: 0 1px 0 #fff;
2123 opacity: .5;
2124 text-decoration: none;
2125 }
2126 #wpf_login_container a.wpf_skip.wpf_login_close {
2127 float: initial;
2128 font-size: 14px;
2129 }
2130 form#wpf_login input#username, form#wpf_login input#password {
2131 padding: 25px !important;
2132 border-radius: 5px;
2133 margin-bottom: 10px;
2134 width: 100% !important;
2135 }
2136 form#wpf_login p.wpf_status {
2137 color: red;
2138 margin-top: 10px;
2139 }
2140 div#wpf_tasks_overlay {
2141 position: absolute;
2142 width: 100%;
2143 background-color: rgba(255, 255, 255, 0.95);
2144 height: 100%;
2145 left: 0;
2146 padding-top: 5%;
2147 font-size: 30px;
2148 color: #272D3C;
2149 font-weight: 700;
2150 text-decoration: none;
2151 font-family: 'Roboto', sans-serif;
2152 z-index: 10;
2153 }
2154 .wpf_welcome_wrap {
2155 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2156 padding: 45px;
2157 border-radius: 10px;
2158 border: 1px solid #ECF3F9;
2159 background-color: #fff !important;
2160 width: 100%;
2161 max-width: 400px;
2162 margin: auto;
2163 text-align: center;
2164 }
2165 .wpf_welcome_title {
2166 margin-bottom: 10px;
2167 line-height: 0.9;
2168 }
2169 .wpf_welcome_note {
2170 font-size: 60%;
2171 line-height: 1.1;
2172 }
2173 .wpf_welcome_note u {
2174 cursor: pointer;
2175 }
2176 .wpf_welcome_image img {
2177 display: block;
2178 width: 100%;
2179 }
2180 .wpf_welcome_image img {
2181 width: 100%;
2182 }
2183 .wpf_video {
2184 top: 0;
2185 left: 0;
2186 width: 100%;
2187 height: 100%;
2188 }
2189 /*=========Graphics Tab=========*/
2190 .wpfeedback_graphics_file .button {
2191 width: auto;
2192 color: #fff;
2193 background-color: #272D3C;
2194 border-radius: 5px;
2195 font-family: 'Roboto', sans-serif;
2196 font-weight: 700;
2197 margin-top: 10px;
2198 cursor: pointer;
2199 -webkit-transition: all 0.2s ease-in;
2200 -moz-transition: all 0.2s ease-in;
2201 -ms-transition: all 0.2s ease-in;
2202 -o-transition: all 0.2s ease-in;
2203 transition: all 0.2s ease-in;
2204 height: auto;
2205 }
2206
2207 #wpf_graphics input#wpf_save_setting {
2208 width: auto;
2209 }
2210 .theme-browser .theme .theme-name {
2211 box-sizing: unset !important;
2212 }
2213
2214 #wpf_tabs_container a.wpf_tab_item {
2215 text-decoration: none;
2216 }
2217
2218 .themes h2.theme-name {
2219 box-sizing: unset !important;
2220 }
2221 #fusionredux-form-wrapper *, ::after, ::before {
2222 box-sizing: unset;
2223 }
2224
2225 .settings_page_updraftplus .ui-dialog .ui-dialog-buttonpane button,.plugins-php .ui-dialog .ui-dialog-buttonpane button{
2226 padding: .4em 1em;
2227 border: 1px solid #CCC;
2228 background: #f6f6f6;
2229 font-weight: normal;
2230 color: #2b2b2b;
2231 }
2232 .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 {
2233 content: "X";
2234 }
2235 .ui-corner-all.ui-dialog .ui-dialog-content {
2236 width: 100% !important;
2237 }
2238 .ui-draggable .ui-dialog-titlebar{height: auto !important;}
2239
2240 #redux-sticky *, ::after, ::before {
2241 box-sizing: unset;
2242 }
2243 #uc_list_items i.fa.fa-cloud-download {
2244 font: normal normal normal 14px/1 FontAwesome !important;
2245 }
2246 /*====Toggle Switch====*/
2247 .wpf_switch {
2248 position: relative;
2249 display: inline-block;
2250 width: 53px;
2251 height: 27px;
2252 margin-top: -5px;
2253 }
2254
2255 .wpf_switch input {
2256 opacity: 0 !important;
2257 width: 0;
2258 height: 0;
2259 }
2260
2261 .wpf_switch_slider {
2262 position: absolute;
2263 cursor: pointer;
2264 top: 0;
2265 left: 0;
2266 right: 0;
2267 bottom: 0;
2268 background-color: #ccc;
2269 -webkit-transition: .4s;
2270 transition: .4s;
2271 }
2272
2273 .wpf_switch_slider:before {
2274 position: absolute;
2275 content: "";
2276 height: 21px;
2277 width: 21px;
2278 left: 3px;
2279 bottom: 3px;
2280 background-color: white;
2281 -webkit-transition: .4s;
2282 transition: .4s;
2283 }
2284
2285 input:checked + .wpf_switch_slider {
2286 background-color: var(--main-wpf-color) !important;
2287 }
2288
2289 input:focus + .wpf_switch_slider {
2290 box-shadow: 0 0 1px #e3ebf6;
2291 }
2292
2293 input:checked + .wpf_switch_slider:before {
2294 -webkit-transform: translateX(26px);
2295 -ms-transform: translateX(26px);
2296 transform: translateX(26px);
2297 }
2298
2299 /* Rounded sliders */
2300 .wpf_switch_slider.wpf_switch_round {
2301 border-radius: 34px;
2302 }
2303
2304 .wpf_switch_slider.wpf_switch_round:before {
2305 border-radius: 50%;
2306 }
2307 div#wpf_global_settings_overlay {
2308 position: absolute;
2309 width: calc(100% + 20px);
2310 background-color: rgba(255, 255, 255, 0.95);
2311 height: 100%;
2312 left: -20px;
2313 top: 3px;
2314 padding-top: 5%;
2315 font-size: 30px;
2316 color: #272D3C;
2317 font-weight: 700;
2318 text-decoration: none;
2319 font-family: 'Roboto', sans-serif;
2320 z-index: 10;
2321 }
2322
2323 .wpf_task_label .wpf_pending-review,.wpf_task_label .wpf_medium{
2324 background-color: rgb(248, 202, 94);
2325 }
2326 .wpf_task_label .wpf_high,.wpf_task_label .wpf_in-progress{
2327 background-color: rgb(230, 121, 26);
2328 }
2329 .wpf_task_label .wpf_complete,.wpf_task_label .wpf_low{
2330 background-color: rgb(93, 161, 112);
2331 }
2332 .wpf_task_label .wpf_open,.wpf_task_label .wpf_critical {
2333 background-color: rgb(222, 0, 0);
2334 }
2335 span.wpf_tag_name a {
2336 margin-left: 5px;
2337 color: var(--main-wpf-color) !important;
2338 line-height: 0px !important;
2339 }
2340 #wpf_tasks span.wpf_tag_name {
2341 display: inline-flex;
2342 background: #e2e4e7;
2343 transition: all .2s cubic-bezier(.4,1,.4,1);
2344 margin-right: 5px;
2345 border-radius: 12px;
2346 padding: 5px 8px;
2347 font-size: 14px;
2348 margin-bottom: 5px;
2349 }
2350 input.wpf_tag {
2351 padding: initial;
2352 width: 100%;
2353 margin-bottom: 5px;
2354 }
2355
2356 /*=============For tag auto-completed css===============*/
2357 /*the container must be positioned relative:*/
2358 .wpf_tag_autocomplete {
2359 position: relative;
2360 display: block;
2361 margin-top: 0 !important;
2362 }
2363 .wpf_task_tags {
2364 margin-bottom: 10px;
2365 }
2366 input#wpf_tags {
2367 margin-top: 3px !important;
2368 margin-bottom: 5px;
2369 }
2370 .wpf_tag_autocomplete-items {
2371 z-index: 199998 !important;
2372 top: 48px !important;
2373 left: 1px;
2374 width: calc(100% - 2px) !important;
2375 margin-top: -9px;
2376 max-height: 125px !important;
2377 overflow: auto;
2378 }
2379
2380 .wpf_tag_autocomplete-items div {
2381 padding: 5px 10px 5px 10px;
2382 cursor: pointer;
2383 border-bottom: 1px solid #d4d4d4;
2384 }
2385
2386 /*when hovering an item:*/
2387 .wpf_tag_autocomplete-items div:hover {
2388 background-color: #e9e9e9;
2389 }
2390
2391 /*when navigating through the items using the arrow keys:*/
2392 .wpf_tag_autocomplete-active {
2393 background-color: var(--main-wpf-color) !important;
2394 color: #ffffff;
2395 }
2396 #wpf_tasks .wpf_tag_autocomplete button {
2397 position: absolute;
2398 right: 5px;
2399 top: 0;
2400 bottom: 0;
2401 width: 24px;
2402 margin-top: 3px !important;
2403 margin-bottom: 0px;
2404 height: 24px;
2405 background-color: transparent;
2406 opacity: 0.9;
2407 cursor: pointer;
2408 border: 0px;
2409 padding: 12px 5px !important;
2410 }
2411 #wpf_tasks button.wpf_tag_submit_btn img {
2412 width: 100%;
2413 }
2414 #wpf_tasks .wpf_tag_autocomplete button i {
2415 vertical-align: top;
2416 position: absolute;
2417 top: 10px;
2418 right: 10px;
2419 }
2420 #wpf_tasks button.wpf_tag_submit_btn:hover,#wpf_tasks button.wpf_tag_submit_btn:focus {
2421 background: transparent;
2422 }
2423 #wpf_tasks .wpf_tag_autocomplete button:focus {
2424 outline: none !important;
2425 }
2426 /*-------------Start CSS for conflict with CiviCRM Plugin-------------*/
2427 .ui-dialog-content.crm-ajax-container{
2428 max-width: unset !important;
2429 pointer-events: auto;
2430 }
2431 /*-------------END with CiviCRM Plugin-------------*/
2432 /* ------------ Confirmation Dialog Box ------------ */
2433
2434 .wpf_confirm_dialog_overlay {
2435 position: absolute;
2436 top: 0;
2437 left: 0;
2438 right: 0;
2439 bottom: 0;
2440 background-color: rgba(0, 0, 0, 0.50);
2441 z-index: 999999
2442 }
2443 .wpf_confirm_dialog_overlay .wpf_confirm_dialog {
2444 width: 400px;
2445 margin: auto;
2446 margin-top: 10%;
2447 background-color: #fff;
2448 box-shadow: 0 0 20px rgba(0,0,0,.2);
2449 border-radius: 3px;
2450 overflow: hidden
2451 }
2452 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header {
2453 padding: 10px 8px;
2454 background-color: #f6f7f9;
2455 border-bottom: 1px solid #e5e5e5
2456 }
2457 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header h3 {
2458 font-size: 16px;
2459 margin: 0;
2460 color: #272D3C;
2461 display: inline-block;
2462 font-weight: 700;
2463 }
2464 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close {
2465 float: right;
2466 color: #c4c5c7;
2467 cursor: pointer;
2468 transition: all .5s ease;
2469 padding: 0 2px;
2470 border-radius: 1px
2471 }
2472 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:hover {
2473 color: #b9b9b9
2474 }
2475 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:active {
2476 box-shadow: 0 0 5px #673AB7;
2477 color: #a2a2a2
2478 }
2479 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg {
2480 padding: 12px 10px
2481 }
2482 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg p{
2483 margin: 0;
2484 font-size: 15px;
2485 color: #333
2486 }
2487 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer {
2488 border-top: 1px solid #e5e5e5;
2489 padding: 8px 10px
2490 }
2491 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls {
2492 direction: rtl
2493 }
2494 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls .button {
2495 padding: 5px 15px;
2496 border-radius: 3px
2497 }
2498
2499 button.wpf_confirm_yes {
2500 color: #fff;
2501 background-color: var(--main-wpf-color);
2502 border-radius: 5px;
2503 font-size: 14px;
2504 font-family: 'Roboto', sans-serif;
2505 font-weight: 700;
2506 cursor: pointer;
2507 padding: 10px 15px;
2508 border: none;
2509 -webkit-transition: all 0.2s ease-in;
2510 -moz-transition: all 0.2s ease-in;
2511 -ms-transition: all 0.2s ease-in;
2512 -o-transition: all 0.2s ease-in;
2513 transition: all 0.2s ease-in;
2514 }
2515 button.wpf_confirm_cancle {
2516 color: var(--main-wpf-color);
2517 background-color: #fff;
2518 border-radius: 5px;
2519 font-size: 14px;
2520 font-family: 'Roboto', sans-serif;
2521 font-weight: 700;
2522 cursor: pointer;
2523 padding: 10px 15px;
2524 border: 1px solid;
2525 -webkit-transition: all 0.2s ease-in;
2526 -moz-transition: all 0.2s ease-in;
2527 -ms-transition: all 0.2s ease-in;
2528 -o-transition: all 0.2s ease-in;
2529 transition: all 0.2s ease-in;
2530 }
2531 button.wpf_confirm_cancle, button.wpf_confirm_yes {
2532 opacity: 0.8;
2533 }
2534 /*=========Delete graphics=========*/
2535 a.wpf_graphics_delete_btn {
2536 position: relative;
2537 z-index: 9;
2538 float: right;
2539 margin: 12px 12px;
2540 color: red;
2541 font-size: 125%;
2542 }
2543 input#wpf_search_title {
2544 font-family: 'Roboto', sans-serif;
2545 font-size: 12px;
2546 width: 100%;
2547 border-width: inherit;
2548 margin: 0px;
2549 height: auto;
2550 font-weight: 400;
2551 }
2552 .wpf_report_buttons input#wpf_search_title {
2553 width: auto !important;
2554 }
2555 span.wpf_search_box {
2556 font-size: 15px;
2557 }
2558
2559 div#wpf_task_screenshot_tab {
2560 width: calc(100% - 20px);
2561 margin-left: 10px !important;
2562 margin-bottom: 10px;
2563 margin-top: 15px;
2564 }
2565 img#wpf_task_screenshot {
2566 height: auto;
2567 overflow-y: auto;
2568 text-align: center;
2569 display: block;
2570 border-radius: 5px;
2571 transition: all linear .2s;
2572 margin-bottom: 0px;
2573 max-width: 100%;
2574 border: 1px solid #ECF3F9;
2575 }
2576 img#wpf_task_screenshot:hover {
2577 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
2578 }
2579 .wpf_view_comments a.wpf_button {
2580 display: inline-block;
2581 margin-top: 15px;
2582 text-decoration: none;
2583 }
2584 .wpf_view_comments {
2585 text-align: center;
2586 padding-bottom: 15px;
2587 border-bottom: 1px solid #ECF3F9;
2588 }
2589 div#wpf_task_tabs_container {
2590 display: flex;
2591 border-top: 1px solid #ECF3F9;
2592 border-bottom: 1px solid #ECF3F9;
2593 }
2594
2595 a.wpf_task_tab_item {
2596 border: none;
2597 padding: 7px 10px;
2598 font-size: 12px;
2599 cursor: pointer;
2600 text-decoration: none;
2601 font-family: 'Roboto', sans-serif;
2602 transition: 0.7s;
2603 display: inline-flex;
2604 flex-direction: column;
2605 text-align: center;
2606 align-self: stretch;
2607 flex: 1 1 auto;
2608 color: #272D3C;
2609 font-weight: 700;
2610 }
2611 a.wpf_task_tab_item.active {
2612 background-color: #e3ebf6 !important;
2613 }
2614 .wpf_task_screenshot_notice {
2615 font-style: italic;
2616 font-size: 12px;
2617 text-align: right;
2618 line-height: 1.3;
2619 margin-top: 5px;
2620 }
2621 div#wpf_bulk_update_content {
2622 min-width: 240px;
2623 display: flex;
2624 align-items: flex-start;
2625 align-content: flex-start;
2626 flex-wrap: wrap;
2627 }
2628
2629 #wpf_bulk_select_task_checkbox.wpf_active {
2630 display: inline-block;
2631 }
2632
2633 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task +label {
2634 font-size: 12px;
2635 color: #363d4d !important;
2636 border-radius: 0;
2637 font-family: 'Roboto', sans-serif;
2638 border: 0px;
2639 font-weight: 700;
2640 margin-right: 0;
2641 text-transform: none;
2642 margin-bottom: 0;
2643 line-height: normal;
2644 min-width: auto !important;
2645 }
2646 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task:checked +label{
2647 color: #363d4d !important;
2648 }
2649
2650 /* Sticker style start */
2651
2652 .wpfb-point {
2653 overflow: hidden;
2654 border-radius: 50%;
2655 border: 4px solid #FFF;
2656 text-decoration: none;
2657 font-family: 'Roboto', sans-serif;
2658 font-weight: 400;
2659 font-size: 15px;
2660 box-shadow: 0 1px 3px rgba(0,0,0,.5);
2661 width: 38px;
2662 height: 38px;
2663 box-sizing: border-box;
2664 vertical-align: middle;
2665 text-align: center;
2666 display: flex;
2667 align-items: center;
2668 justify-content: center;
2669 }
2670
2671 a.wpfb-point span.sticker {
2672 border-radius: 50%;
2673 position: absolute;
2674 top: -9px;
2675 right: -1px;
2676 width: 12px;
2677 height: 27px;
2678 box-shadow: 0px 1px 11px #00000042;
2679 transform: rotate(-34deg);
2680 }
2681 a.wpfb-point:hover {
2682 opacity: 1 !important;
2683 }
2684
2685
2686 a.wpfb-point.complete .gg-check {
2687 margin: 0;
2688 }
2689 /* END */
2690
2691 /* sidebar sticker css */
2692
2693 .open_custom .wpf_task_number , .open_custom .wpf_task_num_top {
2694 background: #3c424f;
2695 }
2696
2697 /* END */
2698
2699 .pending-review_custom .wpf_task_number,
2700 .wpf_task_num_top.pending-review_custom {
2701 background: #fcd227 !important;
2702 position: relative;
2703 z-index: 0;
2704 color: rgba(0,0,0,0.9) !important;
2705 }
2706 .in-progress_custom .wpf_task_number,
2707 .wpf_task_num_top.in-progress_custom {
2708 background: #ffa532 !important;
2709 position: relative;
2710 z-index: 0;
2711 }
2712 .wpf_task_num_top.complete_custom {
2713 background: #3ed696 !important;
2714 position: relative;
2715 z-index: 0;
2716 color: rgba(0,0,0,0.9) !important;
2717 }
2718
2719
2720 .wpf_top_badge{
2721 border-radius: 50%;
2722 position: absolute;
2723 top: -10px;
2724 right: -1px;
2725 width: 12px;
2726 height: 27px;
2727 box-shadow: 0px 1px 11px #00000042;
2728 transform: rotate(-44deg);
2729 border: 0px;
2730
2731 }
2732 #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{
2733 border-radius: 50%;
2734 position: absolute;
2735 top: -10px;
2736 right: -1px;
2737 width: 16px;
2738 height: 28px;
2739 box-shadow: 0px 1px 11px #00000042;
2740 transform: rotate(-44deg);
2741 border: 0px;
2742
2743 }
2744
2745 .wpf_task_num_top.complete_custom .gg-check
2746 {
2747 margin: 0;
2748 }
2749 .wpf_chat_top .wpf_task_num_top {
2750 opacity: 1;
2751 }
2752
2753
2754 .wpf_sidebar_content .wpf_container .wpf_task_sum {
2755 width: calc(100% - 50px);
2756 }
2757
2758
2759 .wpf_sidebar_content .wpf_container .wpf_task_number .gg-check {
2760 margin: 0;
2761 }
2762
2763
2764 .complete .gg-check {
2765 box-sizing: border-box;
2766 position: relative;
2767 transform: scale(var(--ggs,1.5));
2768 width: 23px;
2769 height: 23px;
2770 border: 2px solid transparent;
2771 border-radius: 100px;
2772 display: flex;
2773 text-align: center;
2774 justify-content: center;
2775 align-content: center;
2776 align-items: center;
2777 }
2778
2779
2780 /* 02/11/2020 */
2781 .in-progress .task_status {
2782 background: #FCD227 !important;
2783 }
2784 .complete .task_status {
2785 background: #3ED696 !important;
2786 }
2787 .pending-review .task_status {
2788 background: #FFA532 !important;
2789 }
2790 .open .task_status {
2791 background: var(--main-wpf-color) !important;
2792 }
2793
2794
2795
2796 .low ~ .wpf_task_meta .priority {
2797 background: #3ED696 !important;
2798 }
2799 .medium ~ .wpf_task_meta .priority {
2800 background: #FCD227 !important;
2801 }
2802 .high ~ .wpf_task_meta .priority {
2803 background: #FFA532 !important;
2804 }
2805 .critical ~ .wpf_task_meta .priority {
2806 background: #FF5A48 !important;
2807 }
2808
2809 .wpf_task_meta_details i.gg-thermostat {
2810 transform: scale(var(--ggs,0.65));
2811 margin-left: 4px;
2812 margin-bottom: -4px;
2813 }
2814
2815 .gg-check::after {
2816 z-index: 0;
2817 left: 6px;
2818 top: 3px;
2819 transform-origin: center;
2820 }
2821
2822 a.wpfb-point .gg-check {
2823 left: 3px;
2824 top: 4px;
2825 }
2826
2827 /*Fix boatdealer plugin conflict*/
2828 .md-wrap-popupform .tooltip {
2829 position: relative;
2830 opacity: 1;
2831 display: inline-block;
2832 }
2833
2834 .toplevel_page_collaboration_task_center .wp-menu-image img {
2835 padding: 5px 0 0 0 !important;
2836 opacity: .6;
2837 width: 18px;
2838 }
2839
2840 .wpf_settings_sidebar_sticky {
2841 position: -webkit-sticky;
2842 position: sticky;
2843 max-height: 320px;
2844 border-right: none !important;
2845 }
2846
2847 @media screen and (max-width: 1190px){
2848 .wpf_settings_sidebar_sticky{
2849 position: relative !important;
2850 }
2851 }
2852
2853 .wpf_upload_image_button.graphics_fields .wpf_field_label {
2854 margin-top: 20px;
2855 margin-left: 65px;
2856 margin-bottom: -35px;
2857 }
2858 .wpf_backend_initial_setup label.wpf_checkbox_label {
2859 display: inline-block !important;
2860 }
2861 .wpf_backend_initial_setup label.wpf_checkbox_label:before, .wpf_backend_initial_setup label.wpf_checkbox_label:after {
2862 display: none !important;
2863 }
2864
2865 .atarim_notice {
2866 background-color: #f1b1b1;
2867 padding: 10px 15px!important;
2868 border: 1px solid #efefef;
2869 border-radius: 5px;
2870 display: block;
2871 margin: -10px 0 15px -15px;
2872 }
2873 /* Admin Notices */
2874 .notice.notice-warning.wpf_admin_notice {
2875 display: -ms-flexbox;
2876 display: -webkit-flex;
2877 display: flex;
2878 -webkit-flex-direction: row;
2879 -ms-flex-direction: row;
2880 flex-direction: row;
2881 -webkit-flex-wrap: nowrap;
2882 -ms-flex-wrap: nowrap;
2883 flex-wrap: nowrap;
2884 -webkit-justify-content: flex-start;
2885 -ms-flex-pack: start;
2886 justify-content: flex-start;
2887 -webkit-align-content: stretch;
2888 -ms-flex-line-pack: stretch;
2889 align-content: stretch;
2890 -webkit-align-items: flex-start;
2891 -ms-flex-align: start;
2892 align-items: flex-start;
2893 padding: 0;
2894 border-left: none;
2895 }
2896 .wpf_admin_notice_icon {
2897 background-image: linear-gradient(
2898 160deg
2899 ,#6D5DF3 0%,#8F5DF3 100%);
2900 padding: 10px;
2901 width: 60px;
2902 box-sizing: border-box;
2903 -webkit-order: 0;
2904 -ms-flex-order: 0;
2905 order: 0;
2906 -webkit-flex: 0 1 auto;
2907 -ms-flex: 0 1 auto;
2908 flex: 0 1 auto;
2909 -webkit-align-self: stretch;
2910 -ms-flex-item-align: stretch;
2911 align-self: stretch;
2912 display: flex;
2913 }
2914 .wpf_admin_notice_icon img {
2915 align-self: center;
2916 }
2917 .wpf_admin_notice_content {
2918 padding: 15px;
2919 box-sizing: border-box;
2920 -webkit-order: 0;
2921 -ms-flex-order: 0;
2922 order: 0;
2923 -webkit-flex: 1 1 auto;
2924 -ms-flex: 1 1 auto;
2925 flex: 1 1 auto;
2926 -webkit-align-self: center;
2927 -ms-flex-item-align: center;
2928 align-self: center;
2929 }
2930 .wpf_admin_notice_title {
2931 font-size: 115%;
2932 font-weight: 700;
2933 }
2934 .wpf_admin_notice_button_col {
2935 -webkit-order: 0;
2936 -ms-flex-order: 0;
2937 order: 0;
2938 -webkit-flex: 0 1 auto;
2939 -ms-flex: 0 1 auto;
2940 flex: 0 1 auto;
2941 -webkit-align-self: stretch;
2942 -ms-flex-item-align: stretch;
2943 align-self: stretch;
2944 padding: 15px;
2945 }
2946 a.wpf_admin_notice_button {
2947 background-color: #e72d67;
2948 color: #fff;
2949 text-decoration: none;
2950 font-weight: 700;
2951 padding: 10px 15px;
2952 border-radius: 5px;
2953 display: block;
2954 }
2955 /* Locked Sections */
2956 .at_feature_lock_wrap {
2957 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 10%);
2958 margin-bottom: 25px;
2959 padding: 25px;
2960 border-radius: 5px;
2961 }
2962 .at_feat_svgicon {
2963 display: inline-block;
2964 vertical-align: top;
2965 width: 75px;
2966 margin-right: 15px;
2967 }
2968 .at_feat_svgicon img {
2969 width: 75px;
2970 }
2971 .at_feat_content {
2972 display: inline-block;
2973 width: calc(100% - 95px);
2974 vertical-align: top;
2975 }
2976 .at_feat_content h6 {
2977 font-size: 18px;
2978 margin: 0;
2979 margin-bottom: 15px;
2980 font-weight: 700;
2981 }
2982 .at_feat_content a {
2983 color: #272d3c;
2984 padding: 10px 20px;
2985 font-size: 14px;
2986 font-family: Roboto, Helvetica, Arial, sans-serif;
2987 border-radius: 5px;
2988 text-transform: capitalize;
2989 background-color: #3ed696;
2990 display: inline-block;
2991 text-decoration: none;
2992 font-weight: 500;
2993 }
2994
2995
2996 /* tooltip icon on permission page => v2.1.0 */
2997 td.wpf_left_cell span{
2998 font-size: 115%;
2999 margin-left: -3px;
3000 }
3001
3002 .site_is_archived {
3003 color: red;
3004 font-size: 14px !important;
3005 margin-left: 40%;
3006 }
3007 @media (max-width: 571px) {
3008 .site_is_archived {
3009 margin-left: 22%;
3010 }
3011 }
3012
3013 .wpf-tooltip {
3014 background-color: #000;
3015 color: #fff;
3016 padding: 3px 5px;
3017 max-width: 300px;
3018 }