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