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