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