PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.7.2
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.7.2
2.9.1 2.9.0 2.8.9 2.8.8 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7
mystickymenu / css / mystickymenu-admin.css
mystickymenu / css Last commit date
admin-setting-rtl.css 2 years ago admin-setting.css 2 years ago jquery.ui.datepicker.css 2 years ago mystickymenu-admin-rtl.css 2 years ago mystickymenu-admin.css 2 years ago mystickymenu-help-rtl.css 2 years ago mystickymenu-help.css 2 years ago pricing-table.css 2 years ago select2.min.css 2 years ago star-rating-svg.css 2 years ago
mystickymenu-admin.css
3118 lines
1 @font-face {
2 font-family: 'Lato';
3 src: url('../fonts/lato-regular.woff') format('woff');
4 font-weight: normal;
5 font-style: normal;
6 }
7 @font-face {
8 font-family: 'Lato';
9 src: url('../fonts/lato-bold.woff') format('woff');
10 font-weight: bold;
11 font-style: normal;
12 }
13 @font-face {
14 font-family: 'Lato', sans-serif;
15 src: url('../fonts/lato-v20-latin-regular.woff') format('woff');
16 font-weight: normal;
17 font-style: normal;
18 }
19 @font-face {
20 font-family: 'Lato', sans-serif;
21 src: url('../fonts/lato-v20-latin-300.woff') format('woff');
22 font-weight: 300;
23 font-style: normal;
24 }
25 @font-face {
26 font-family: 'Lato', sans-serif;
27 src: url('../fonts/lato-v20-latin-700.woff') format('woff');
28 font-weight: 700;
29 font-style: normal;
30 }
31 @font-face {
32 font-family: 'Lato', sans-serif;
33 src: url('../fonts/lato-semibold.woff') format('woff');
34 font-weight: semibold;
35 font-style: normal;
36 }
37 div#wpcontent{
38 background: #fff !important;
39 }
40 a:active, a:focus, li:focus, li:active {
41 outline: none !important;
42 border: none !important;
43 text-decoration: none !important;
44 box-shadow: none !important;
45 -webkit-tap-highlight-color: transparent !important;
46 -webkit-user-select: none; / Chrome/Safari /
47 -moz-user-select: none; / Firefox /
48 -ms-user-select: none; / IE10+ /
49 user-select: none;
50 }
51 .add_new_welcombar {
52 color: #fff !important;
53 }
54 .mystickymenu-action-popup p{font-family: 'Lato', sans-serif}
55 .mystickymenu-action-popup h3{font-family: 'Lato', sans-serif}
56 #custom-handle {
57 width: 3em;
58 height: 1.6em;
59 top: 50%;
60 margin-top: -.8em;
61 text-align: center;
62 line-height: 1.6em;
63 }
64 #mystickymenu {
65 font-family: 'Lato', sans-serif;
66 }
67 .main-content {
68 float: left;
69 width: 65%;
70 }
71 .main-sidebar {
72 float: right;
73 width: 30%;
74 background: #ffffff;
75 border: 1px solid #e5e5e5;
76 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
77 }
78 .main-sidebar h3 {
79 margin: 0;
80 padding: 8px 12px;
81 border-bottom: 1px solid #ececec;
82 }
83 .main-sidebar .inner {
84 padding: 10px;
85 }
86 .main-sidebar p {
87 padding: 8px;
88 margin: 0;
89 border-top: solid 1px #e5e5e5;
90 }
91 .myssticky-remove-hand {
92 cursor: default;
93 }
94 .mystickymenu-content-section input[type="number"]#myfixed_zindex {
95 -moz-appearance: textfield-multiline;
96 }
97 .mystickymenu-content-section input[type="number"] {
98 -moz-appearance: textfield;
99 }
100 .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
101 -webkit-appearance: none;
102 margin: 0;
103 }
104 .mystickymenu-content-section .mysticky-number {
105 display: inline-block;
106 margin: 0 0 10px;
107 position: relative;
108 }
109 #mystickymenu input[type=number] {
110 color: #32373c;
111 border-radius: 21px;
112 background-color: #ffffff;
113 border: 1px solid #DCE2E2;
114 font-size: 14px;
115 font-weight: 400;
116 height: 42px;
117 padding: 0 10px 0 12px;
118 margin: 0;
119 width: 400px;
120 box-shadow: none;
121 }
122 .pt_number {
123 display: inline-block;
124 vertical-align: top;
125 margin-top: 7px;
126 }
127 .mysticky-welcomebar-setting-content-right input[type="text"]:disabled {
128 color: #a0a5aa;
129 border-color: #ddd;
130 background-color: #f7f7f7;
131 }
132 .mystickymenu-content-section .mysticky-number:focus {
133 outline: 0;
134 }
135 .mystickymenu-content-section .mysticky-number .pt_number {
136 float: left;
137 position: relative;
138 height: 30px;
139 }
140 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
141 position: relative;
142 cursor: pointer;
143 border-left: 1px solid #b7b7b7;
144 width: 15px;
145 text-align: center;
146 color: #333;
147 font-size: 14px;
148 line-height: 1.1;
149 -webkit-transform: translateX(-100%);
150 transform: translateX(-100%);
151 -webkit-user-select: none;
152 -moz-user-select: none;
153 -ms-user-select: none;
154 user-select: none;
155 }
156 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
157 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
158 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
159 }
160 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
161 position: absolute;
162 height: 50%;
163 top: 0;
164 border-bottom: 1px solid #b7b7b7;
165 }
166 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
167 position: absolute;
168 bottom: 0px;
169 height: 50%;
170 }
171 input#mysticky_class_selector {
172 border-radius: 24px;
173 border: 1px solid #E6E5EC;
174 height: 46px;
175 padding: 0 26px;
176 width: 49%
177 }
178 .mystickymenu-content-section {
179 background-color: #F9FCFC;
180 border-radius: 7px;
181 margin-bottom: 20px;
182 border: 1px solid #E1E6E6;
183 }
184 input#myfixed_disable_small_screen {
185 border-radius: 21px;
186 }
187 input#mysticky_active_on_height_home {
188 border-radius: 21px;
189 }
190 textarea#myfixed_cssstyle {
191 width: 100%;
192 margin-top: 12px;
193 border-radius: 10px;
194 background-color: #fff;
195 height: 120px;
196 resize: none;
197 border: 1px solid #DCE2E2;
198 padding: 10px 10px;
199 }
200 label {
201 font-size: 15px;
202 }
203 .sticky-class-sec tr td {
204 width: 50%;
205 }
206 .px-wrap {
207 position: relative;
208 display: inline-block;
209 vertical-align: top;
210 }
211 .mystickymenu-content-option {
212 padding: 20px 20px 0;
213 }
214 .mystickymenu-heading {
215 padding-bottom: 20px;
216 }
217 .myStickymenu-header-title {
218 background-color: #B2D2FC;
219 padding: 13px 20px;
220 border-radius: 10px 10px 0 0;
221 }
222 .myStickymenu-header-title h3 {
223 margin: 0;
224 color: #1F4B84;
225 font-size: 18px;
226 font-weight: 600;
227 line-height: 1.2;
228 }
229 .mystickymenu-heading p {
230 background-color: #D6EFFF;
231 color: #1F4B84;
232 border-radius: 0 0 10px 10px;
233 padding: 13px 20px;
234 margin: 0;
235 font-size: 14px;
236 line-height: 28px;
237 }
238 .mystickynumber {
239 position: relative;
240 padding-left: 30px;
241 }
242 .pt_numberbutton.pt_numberup {
243 height: 25px;
244 width: 25px;
245 line-height: 25px;
246 background-color: #808080;
247 border-radius: 50%;
248 position: relative;
249 margin-left: 5px;
250 display: inline-block;
251 color: white;
252 font-size: 21px;
253 cursor: pointer;
254 text-align: center;
255 margin-top: 2px;
256 }
257 .pt_numberbutton.pt_numberdown {
258 height: 25px;
259 width: 25px;
260 line-height: 25px;
261 background-color: #808080;
262 border-radius: 50%;
263 position: absolute;
264 top: 8px;
265 left: 0;
266 display: inline-block;
267 color: white;
268 font-size: 21px;
269 cursor: pointer;
270 text-align: center;
271 }
272 span.input-px {
273 height: 42px;
274 width: 57px;
275 background-color: #808080;
276 position: absolute;
277 right: 0;
278 top: 0px;
279 display: inline-block;
280 vertical-align: top;
281 font-size: 14px;
282 border-radius: 0 21px 21px 0;
283 color: #fff;
284 line-height: 42px;
285 text-align: center;
286 }
287 .mysticky_device_upgrade {
288 background-color: #f0ecfb;
289 border-radius: 20px;
290 padding: 15px 40px 20px 20px;
291 }
292 .mystickymenu-content-section.mystickymenu-content-upgrade {
293 background-color: #f4f4fd;
294 }
295 .myStickymenu-upgrade a {
296 background: #E1DAF6;
297 border-radius: 20px;
298 color: #7559C0;
299 padding-top: 6px;
300 padding-bottom: 6px;
301 padding-left: 10px;
302 padding-right: 10px;
303 font-weight: bold;
304 text-transform: uppercase;
305 font-size: 12px;
306 }
307 .myStickymenu-upgrade {
308 float: right;
309 }
310 .myStickymenu-upgrade a:before {
311 content: "\f160";
312 font-family: dashicons;
313 position: relative;
314 top: 3px;
315 font-size: 16px;
316 }
317 .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
318 display: inline-block;
319 width: 21%;
320 }
321 input#submit.button.button-primary {
322 background: #00c67c;
323 border-color: #00c67c;
324 text-transform: uppercase;
325 border-radius: 31px;
326 font-size: 26px;
327 padding-left: 23px;
328 padding-right: 23px;
329 height: 60px;
330 width: 200px;
331 border: 0;
332 box-shadow: none;
333 font-weight: 600;
334 text-shadow: none;
335 }
336 .mysticky-welcomebar-submit .save-button:hover {
337 opacity: 0.7;
338 }
339 input.button.button-secondary.confirm {
340 background: #969696;
341 border-color: #969696;
342 text-transform: uppercase;
343 font-size: 26px;
344 padding-left: 23px;
345 padding-right: 23px;
346 float: right;
347 color: white;
348 margin-right: 10px;
349 height: 60px;
350 width: 200px;
351 border-radius: 31px;
352 font-weight: 600;
353 }
354 table ul.mystickymenu-input-multicheckbox {
355 width: 100%;
356 display: inline-flex;
357 }
358 p.myStickymenu-review a {
359 font-size: 20px;
360 }
361 table ul.mystickymenu-input-multicheckbox li {
362 padding-right: 21px;
363 }
364 table {
365 width: 100%;
366 }
367 #mystickymenu table tr td {
368 padding: 20px;
369 }
370 div#mystickymenu {
371 overflow-x: hidden;
372 overflow-y: hidden;
373 }
374 label.mysticky_title {
375 font-weight: 500;
376 font-size: 18px;
377 line-height: 1.2;
378 color: #4F4F4F;
379 }
380 .mystickymenu-content-option p label.mysticky_text {
381 margin-left: 0px;
382 }
383 span.mysticky_text {
384 font-size: 14px;
385 color: #9E9E9E;
386 margin-left: 20px;
387 font-style: italic;
388 }
389 label.mysticky_text {
390 font-size: 14px;
391 margin-left: 20px;
392 font-style: italic;
393 }
394 select#mystickymenu-select {
395 border-radius: 24px;
396 border: 1px solid #E6E5EC;
397 height: 46px;
398 box-shadow: none;
399 padding: 0 26px;
400 width: 49%;
401 display: inline-block;
402 vertical-align: top;
403 }
404 .mystickymenu-input-section {
405 margin-top: 9px;
406 }
407 label.mysticky_title.css-style-title {
408 font-size: 20px;
409 }
410 span.wp-color-result-text {
411 display: none;
412 }
413 button.button.wp-color-result {
414 border-radius: 50%;
415 height: 30px !important;
416 }
417 button.button.wp-color-result .color-alpha {
418 border-radius: 50% !important;
419 height: 28px !important;
420 }
421 .mystickymenu-content-section h3 {
422 margin-left: 20px;
423 font-weight: 600;
424 font-size: 26px;
425 line-height: 1.2;
426 color: #4F4F4F;
427 margin: 0;
428 padding: 24px 20px;
429 }
430 .form-table {
431 margin-top: 0;
432 }
433 ul.mystickymenu-input-multicheckbox li span {
434 font-size: 16px;
435 color: #4F4F4F;
436 }
437 .mystickymenu-input-section label {
438 font-size: 16px;
439 }
440 .myStickymenu-upgrade a {
441 text-decoration: none;
442 color: #7559C0;
443 }
444 #mystickymenu p.submit {
445 margin-top: 0;
446 padding-top: 0;
447 float: right;
448 }
449 td {
450 vertical-align: top !important;
451 }
452 p.description.mystuckymenu-class-id {
453 display: flex;
454 margin: 12px 0 0 0;
455 line-height: 1.5;
456 }
457 p.description.mystuckymenu-class-id .dashicons-controls-play{
458 background: #a4a5a5;
459 color: #ffffff;
460 border-radius: 50%;
461 }
462 p.description.mystuckymenu-class-id .dashicons-controls-play::before {
463 margin-left: 2px;
464 }
465 p.description {
466 color: rgba(79, 79, 79, 0.5);
467 font-size: 12px;
468 line-height: 1.2;
469 margin: 5px 0 0;
470 }
471 div#slider.ui-slider {
472 width: 229px;
473 background-color: #DCE2E2;
474 height: 2px;
475 border: 0;
476 border-radius: 2px;
477 position: relative;
478 }
479 .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
480 color: #454545;
481 }
482 #mystickymenu #custom-handle {
483 width: 1.6em;
484 border-radius: 50%;
485 background-color: #fff;
486 box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
487 border: 0;
488 position: absolute;
489 }
490 .sticky-header-menu {
491 text-align: center;
492 padding: 0 0 20px 0;
493 }
494 .sticky-header-menu ul {
495 display: inline-block;
496 padding: 1px;
497 background-color: #D6EFFF;
498 -webkit-border-radius: 23px;
499 -moz-border-radius: 23px;
500 border-radius: 23px;
501 }
502 .sticky-header-menu ul li {
503 display: inline-block;
504 margin: 0;
505 }
506 .sticky-header-menu ul li a {
507 display: inline-block;
508 padding: 0 20px;
509 line-height: 40px;
510 height: 40px;
511 font-size: 16px;
512 text-decoration: none;
513 -webkit-border-radius: 20px;
514 -moz-border-radius: 20px;
515 border-radius: 20px;
516 }
517 .sticky-header-menu ul li a:hover {
518 background: #f0ecfb;
519 color: #7559C0;
520 }
521 .sticky-header-menu ul li a.active {
522 background: #E1DAF6;
523 color: #7559C0;
524 }
525 .software-licensing p {
526 background: #fff;
527 }
528 .software-licensing {
529 background: #fff;
530 -webkit-border-radius: 10px;
531 -moz-border-radius: 10px;
532 border-radius: 10px;
533 font-family: 'Lato', sans-serif;
534 }
535 .sticky-form-field {
536 padding: 20px 20px 10px 20px;
537 }
538 .sticky-form-field label {
539 display: block;
540 padding: 0 0 5px 0;
541 }
542 .sticky-form-field input {
543 height: 30px;
544 width: 300px;
545 -webkit-border-radius: 3px;
546 -moz-border-radius: 3px;
547 border-radius: 3px;
548 }
549 .sticky-form-buttons {
550 padding: 10px 20px 20px 20px;
551 }
552 button.sticky-activate-key {
553 background: #00c67c;
554 border: none;
555 color: #fff;
556 padding: 5px 20px;
557 font-family: 'Lato', sans-serif;
558 font-size: 12px;
559 -webkit-border-radius: 3px;
560 -moz-border-radius: 3px;
561 border-radius: 3px;
562 }
563 button.sticky-activate-key:hover {
564 background: #009661;
565 }
566 button.sticky-deactivate-key {
567 background: #969696;
568 border: none;
569 color: #fff;
570 padding: 5px 20px;
571 font-family: 'Lato', sans-serif;
572 font-size: 12px;
573 margin-right: 0px;
574 -webkit-border-radius: 3px;
575 -moz-border-radius: 3px;
576 border-radius: 3px;
577 }
578 button.sticky-deactivate-key:hover {
579 background: #585858;
580 }
581 .software-licensing-footer {
582 padding: 15px;
583 background: #e1daf6;
584 color: #7559c0;
585 font-weight: bold;
586 -webkit-border-bottom-right-radius: 10px;
587 -webkit-border-bottom-left-radius: 10px;
588 -moz-border-radius-bottomright: 10px;
589 -moz-border-radius-bottomleft: 10px;
590 border-bottom-right-radius: 10px;
591 border-bottom-left-radius: 10px;
592 }
593 /*01-08-2019 welcome bar css*/
594 #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
595 -webkit-box-sizing: border-box;
596 -moz-box-sizing: border-box;
597 box-sizing: border-box;
598 }
599 #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
600 -moz-box-sizing: content-box;
601 -webkit-box-sizing: content-box;
602 box-sizing: content-box;
603 }
604 .mysticky-welcomebar-switch {
605 display: inline-block;
606 width:55px;
607 height:30px;
608 position: relative;
609 }
610 .mysticky-welcomebar-switch input {
611 opacity: 0;
612 width: 0;
613 height: 0;
614 }
615 .mysticky-welcomebar-switch .slider {
616 border-radius: 18px;
617 position: absolute;
618 cursor: pointer;
619 top: 0;
620 left: 0;
621 right: 0;
622 bottom: 0;
623 background-color: #ccc;
624 border: 2px solid #ccc;
625 -webkit-transition: .4s;
626 transition: .4s;
627 }
628 .mysticky-welcomebar-switch .slider:before {
629 border-radius: 50%;
630 position: absolute;
631 content: "";
632 height: 24px;
633 width: 25px;
634 left: 2px;
635 top: 1px;
636 background-color: #ffffff;
637 -webkit-transition: .4s;
638 transition: .4s;
639 }
640 .welcombar-status-switch{
641 display: inline-block;
642 width:46px;
643 height:24px;
644 position: relative;
645 }
646 .welcombar-status-switch .slider:before {
647 border-radius: 50%;
648 position: absolute;
649 content: "";
650 height: 25px;
651 width: 25px;
652 left: 2px;
653 top: 1px;
654 background-color: #ffffff;
655 -webkit-transition: .4s;
656 transition: .4s;
657 }
658 .mysticky-welcomebar-switch input:checked + .slider {
659 background-color: #7761DF;
660 border: 2px solid #7761DF;
661 }
662 .mysticky-welcomebar-switch input:focus + .slider {
663 box-shadow: 0 0 1px #2196F3;
664 }
665 .mysticky-welcomebar-switch input:checked + .slider:before {
666 -webkit-transform: translateX(24px);
667 -ms-transform: translateX(24px);
668 transform: translateX(24px);
669 }
670 .mysticky-welcomebar-form {
671 background-color: #f8fcfd;
672 border: 1px solid #E1E6E6;
673 padding: 40px 20px 20px 20px;
674 border-radius: 7px;
675 position: relative;
676 }
677 .mysticky-welcomebar-header-title h3 {
678 margin: 0;
679 font-size: 26px;
680 color: #4F4F4F;
681 line-height: 1.2;
682 display: inline-block;
683 vertical-align: top;
684 }
685 .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
686 margin-left: 20px;
687 }
688 .mysticky-welcomebar-subheader-title {
689 padding: 20px 0 30px;
690 }
691 .mysticky-welcomebar-subheader-title h4 {
692 margin: 0;
693 font-weight: 400;
694 font-size: 22px;
695 line-height: 1.2;
696 color: #4F4F4F;
697 }
698 .mysticky-welcomebar-setting-content {
699 display: flex;
700 align-items: center;
701 padding-bottom: 20px;
702 }
703 .mysticky-welcomebar-setting-content.show-on-apper {
704 align-items: flex-start;
705 }
706 .mysticky-welcomebar-setting-content > label {
707 font-size: 18px;
708 line-height: 1.2;
709 color: #4F4F4F;
710 font-weight: 500;
711 margin-top: 0;
712 width: 306px;
713 padding-right: 10px;
714 align-items: center;
715 }
716 .mysticky-welcomebar-setting-content.show-on-apper > label {
717 margin-top: 10px;
718 }
719 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-newtab.mysticky-welcomebar-redirect {
720 display: flex;
721 }
722 /*------------------------------------------------------------------------*/
723 .mysticky-welcomebar-setting-content-right {
724 width: 100%;
725 align-items: center;
726 display: flex;
727 flex-wrap: wrap;
728 }
729 .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
730 display: inline-block;
731 vertical-align: top;
732 float: none;
733 margin-left: 20px;
734 }
735 .mysticky-welcomebar-page-option.last .myStickymenu-upgrade{margin-left:0;}
736 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
737 margin-left: 50px;
738 }
739 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
740 margin-left: 130px;
741 }
742 .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
743 float: right;
744 }
745 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{
746 display: inline-block;
747 }
748 .mysticky-welcomebar-setting-content-right label {
749 display: inline-block;
750 vertical-align: top;
751 width: 100px;
752 padding-right: 10px;
753 }
754 .mysticky-welcomebar-timer-position .mysticky-welcomebar-setting-content-right label{
755 width: unset !important;
756 }
757
758 #mysticky_welcomebar_redirect_rel.mysticky_welcomebar_disable.unactive_rel_input {
759 width: 235px;
760 }
761 .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label {
762 width: auto;
763 }
764 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input {
765 padding-right: 60px;
766 }
767 .mysticky-welcomebar-setting-content-right select ,
768 .mysticky-welcomebar-setting-content-right input[type="text"] ,
769 .mysticky-welcomebar-setting-content-right textarea {
770 width: 350px;
771 height: 42px;
772 border-radius: 20px;
773 color: #32373c;
774 padding: 0 10px;
775 box-shadow: none;
776 border: 1px solid #DCE2E2;
777 margin: 0;
778 font-size: 14px;
779 font-weight: 400;
780 }
781 .mysticky-welcomebar-setting-content-right input::placeholder,
782 .mysticky-welcomebar-setting-content-right input:-ms-input-placeholder,
783 .mysticky-welcomebar-setting-content-right input::-ms-input-placeholder {
784 color: #b5b7b9;
785 opacity:0.6;
786 }
787 .mysticky-welcomebar-setting-content-right select {
788 padding-right: 22px;
789 }
790 .mysticky-welcomebar-setting-content-right textarea {
791 height: 100px;
792 border-radius: 10px;
793 padding-top: 9px;
794 }
795 #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
796 border-radius: 0;
797 height: 32px;
798 border: 1px solid #DCE2E2;
799 }
800 #mystickymenu .wp-picker-input-wrap .button {
801 height: 32px;
802 }
803 #mystickymenu .form-table .wp-picker-input-wrap label {
804 padding-right: 10px;
805 }
806 .mysticky-welcomebar-setting-action {
807 display: inline-block;
808 vertical-align: top;
809 }
810 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
811 padding-left: 40px;
812 }
813 .mysticky-welcomebar-redirect label {
814 display: block;
815 width: auto;
816 padding-right: 0;
817 padding-top: 10px;
818 }
819 .mysticky-welcomebar-expirydate {
820 position: relative;
821 display: inline-block;
822 vertical-align: top;
823 }
824 .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input {
825 padding-left: 55px;
826 }
827 .mysticky-welcomebar-expirydate .dashicons {
828 position: absolute;
829 top: 0;
830 left: 0;
831 bottom: 0;
832 color: #a7a7a7;
833 border-right: 1px solid #a7a7a7;
834 width: 46px;
835 height: 100%;
836 line-height: 40px;
837 }
838 a.create-rule {
839 background-color: #7761DF;
840 color: #fff;
841 display: inline-block;
842 margin: 10px 0 0 0;
843 vertical-align: top;
844 text-decoration: none;
845 padding: 5px 12px;
846 border-radius: 20px;
847 box-shadow: none;
848 outline: none;
849 }
850 .mysticky-welcomebar-page-option .myStickymenu-upgrade ,
851 .mysticky-page-option .myStickymenu-upgrade {
852 float: none;
853 position: absolute;
854 top: 0;
855 left: 0;
856 right: 0;
857 text-align: center;
858 background-color: rgba(0,0,0,0);
859 bottom: 0;
860 border-radius: 10px;
861 display: flex;
862 align-items: center;
863 justify-content: center;
864 }
865 .mysticky-welcomebar-page-option ,
866 .mysticky-page-option {
867 background-color: #fff;
868 padding: 10px;
869 margin-bottom: 10px;
870 border: 1px solid #DCE2E2;
871 border-radius: 10px;
872 position: relative;
873 }
874 .mysticky-welcomebar-page-option .url-content ,
875 .mysticky-page-option .url-content {
876 display: flex;
877 align-items: center;
878 }
879 .mysticky-welcomebar-page-option .url-content > div ,
880 .mysticky-page-option .url-content > div {
881 padding: 0 3px;
882 display: block;
883 }
884 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box,
885 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
886 width: auto;
887 text-align: right;
888 }
889 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
890 width: 300px;
891 }
892 .mysticky-welcomebar-page-option .url-content select {
893 width: 100%;
894 }
895 .mysticky-page-option .url-content select {
896 width: 250px;
897 }
898 .mystickymenu-page-target-wrap {
899 padding-bottom: 20px;
900 }
901 .mysticky-welcomebar-page-option .url-content input[type="text"] ,
902 .mysticky-page-option .url-content input[type="text"] {
903 height: 38px;
904 padding: 0 15px;
905 border-radius: 0;
906 vertical-align: bottom;
907 }
908 .mysticky-welcomebar-remove-rule ,
909 .mysticky-remove-rule {
910 color: #fff;
911 background-color: #666;
912 text-decoration: none;
913 display: inline-block;
914 vertical-align: top;
915 width: 38px;
916 height: 38px;
917 text-align: center;
918 border-radius: 4px;
919 font-size: 22px;
920 line-height: 35px;
921 }
922 .mysticky-welcomebar-page-options ,
923 .mysticky-page-options {
924 display: inline-block;
925 vertical-align: top;
926 width: 100%;
927 }
928 .mysticky-welcomebar-setting-right {
929 position: absolute;
930 top: 32px;
931 right: 20px;
932 width: 500px;
933 }
934 .mysticky-welcomebar-header-title::after {
935 content: "";
936 display: block;
937 clear: both;
938 }
939 .mysticky-welcomebar-preview-window {
940 float: right;
941 }
942 .mysticky-welcomebar-header-title {
943 padding-bottom: 20px;
944 }
945 .mysticky-welcomebar-preview-window ul {
946 margin: 0;
947 padding: 0;
948 }
949 .mysticky-welcomebar-preview-window ul li {
950 color: #7761DF;
951 display: inline-block;
952 vertical-align: top;
953 width: 36px;
954 height: 36px;
955 background-color: #DFDDF7;
956 border-radius: 50%;
957 text-align: center;
958 line-height: 36px;
959 margin-bottom: 0;
960 margin-left: 10px;
961 }
962 .mysticky-welcomebar-preview-window ul li.preview-active {
963 color: #fff;
964 background-color: #7761DF;
965 }
966 .mysticky-welcomebar-preview-window ul li .dashicons {
967 line-height: 36px;
968 }
969 .mysticky-welcomebar-preview-screen {
970 background-color: #ffffff;
971 border: 1px solid #DCE2E2;
972 border-radius: 10px;
973 margin: 0 auto;
974 padding: 0;
975 height: 400px;
976 position: relative;
977 overflow: hidden;
978 max-width: 100%;
979 -webkit-transition: all 0.5s ease 0s;
980 -moz-transition: all 0.5s ease 0s;
981 transition: all 0.5s ease 0s;
982 z-index:9;
983 }
984 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
985 max-width: 320px;
986 }
987 .mysticky-welcomebar-submit {
988 float: right;
989 padding-top: 50px;
990 margin-right: -20px;
991 }
992 .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
993 margin-right: 0;
994 padding-top: 30px;
995 }
996 .mysticky-welcomebar-submit input.button-secondary {
997 background: #969696;
998 border-color: #969696;
999 color: #ffffff;
1000 text-transform: uppercase;
1001 border-radius: 31px;
1002 font-size: 26px;
1003 margin-right: 10px;
1004 margin-bottom: 1px;
1005 padding-left: 23px;
1006 padding-right: 23px;
1007 height: 60px;
1008 width: 200px;
1009 line-height: 60px;
1010 border: 0;
1011 box-shadow: none;
1012 font-weight: 600;
1013 text-shadow: none;
1014 }
1015 #mystickymenu .mysticky-welcomebar-submit input.button-secondary:hover {
1016 opacity: 0.7;
1017 background-color: #8c8f94;
1018 color: #FFFFFF;
1019 }
1020 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons ,
1021 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-buttons {
1022 padding-right: 0;
1023 }
1024 .ui-dialog-buttonset .green-btn.ui-button {
1025 background-color: #00c67c;
1026 border-color: #00c67c;
1027 color: #fff;
1028 }
1029 .mysticky-welcomebar-thankyou-display {
1030 padding-top: 10px;
1031 }
1032 div#wp-mysticky_bar_text-wrap,
1033 div#wp-welcombar-coupon-textbar-wrap,
1034 #wp-mysticky_thankyou_screen_text-wrap{
1035 width: 46%;
1036 }
1037 .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {
1038 width: 55px;
1039 }
1040 .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action {
1041 display: block;
1042 }
1043 .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec_automatically {
1044 width: 150px;
1045 }
1046 .mysticky-welcomebar-triggersec,
1047 .mysticky-welcomebar-expirydate-gmt {
1048 position: relative;
1049 display: inline-block;
1050 vertical-align: top;
1051 padding-left: 40px;
1052 }
1053 #mysticky_welcomebar_expirydate_gmt optgroup {
1054 display: none;
1055 }
1056 #mysticky_welcomebar_expirydate_gmt optgroup[label="Manual Offsets"] {
1057 display: block;
1058 }
1059 .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
1060 box-sizing: border-box;
1061 }
1062 .mystickymenu-new-widget-wrap {
1063 border-radius: 10px;
1064 box-shadow: 0 0 6px #ccc;
1065 padding: 10px;
1066 margin: 20px auto 0 auto;
1067 width: 100%;
1068 max-width: 776px;
1069 background: #fff url(../images/new_widget_bg.png) no-repeat right bottom;
1070 background-size: auto 100%;
1071 font-family: 'Lato', sans-serif;
1072 line-height: 20px;
1073 }
1074 .mystickymenu-new-widget-wrap h2 {
1075 font-style: normal;
1076 font-weight: 600;
1077 font-size: 20px;
1078 line-height: 30px;
1079 color: #1e1e1e;
1080 margin: 0;
1081 text-align: center;
1082 }
1083 a.new-upgrade-button {
1084 height: 40px;
1085 background: #7761DF;
1086 border-radius: 100px;
1087 border: solid 1px #7761DF;
1088 display: inline-block;
1089 text-align: center;
1090 color: #fff;
1091 line-height: 40px;
1092 margin: 10px 0 10px 10px;
1093 padding: 0 25px;
1094 text-decoration: none;
1095 text-transform: uppercase;
1096 }
1097 .mystickymenu-new-widget-row ul {
1098 display: flex;
1099 align-items: center;
1100 flex-wrap: wrap;
1101 margin-top: 0;
1102 margin-bottom: 0;
1103 }
1104 .mystickymenu-new-widget-row ul li {
1105 width: 33.33%;
1106 padding: 10px 10px 0px;
1107 margin-bottom: 0;
1108 }
1109 .mystickymenu-feature {
1110 margin: 30px 0 0 0;
1111 background: #fff;
1112 border: 1px solid #605dec;
1113 box-sizing: border-box;
1114 border-radius: 4px;
1115 padding: 30px 15px 10px 15px;
1116 min-height: 186px;
1117 position: relative;
1118 }
1119 .mystickymenu-feature-top {
1120 width: 50px;
1121 height: 50px;
1122 border: solid 1px #605dec;
1123 border-radius: 50%;
1124 position: absolute;
1125 left: 0;
1126 right: 0;
1127 margin: 0 auto;
1128 top: -25px;
1129 background: #fff;
1130 z-index: 11;
1131 padding: 10px;
1132 }
1133 .feature-title {
1134 font-family: 'Lato', sans-serif;
1135 font-style: normal;
1136 font-weight: 700;
1137 font-size: 13px;
1138 line-height: 18px;
1139 color: #1e1e1e;
1140 }
1141 .feature-description {
1142 font-family: 'Lato', sans-serif;
1143 font-style: normal;
1144 font-weight: 400;
1145 font-size: 13px;
1146 line-height: 18px;
1147 color: #1e1e1e;
1148 }
1149 .mystickymenu-feature-top img {
1150 width: auto;
1151 height: auto;
1152 max-width: 100%;
1153 max-height: 100%;
1154 }
1155 /*23-07-2020*/
1156 .mystickymenu-popup-form {
1157 display: block;
1158 position: fixed;
1159 top: 0;
1160 left: 0;
1161 width: 100%;
1162 height: 100vh;
1163 background: rgba(0,0,0,0.5);
1164 z-index: 10001;
1165 font-weight: normal;
1166 color: #000000;
1167 }
1168 .popup-title {
1169 font-size: 26px;
1170 padding-bottom: 15px;
1171 font-family: 'Lato', sans-serif;
1172 }
1173 .popup-description {
1174 letter-spacing: .4px;
1175 font-family: sans-serif;
1176 padding-bottom: 10px;
1177 }
1178 .select-field select {
1179 width: 100%;
1180 }
1181 button.popup-form-btn {
1182 background: #7761DF;
1183 border: none;
1184 cursor: pointer;
1185 padding: 10px 25px;
1186 color: #fff;
1187 margin: 15px 0 0;
1188 border-radius: 35px;
1189 }
1190 .mystickymenu-consent-main-field .mystickymenu-icon-wrap input {
1191 padding-right: 40px;
1192 }
1193
1194 .welcomebar-icon-wrap.welcomebar-widget-title{
1195 width: 25%;
1196 margin-bottom: 10px;
1197 position: relative;
1198 }
1199 .welcomebar-icon-wrap.welcomebar-widget-title input[type="text"] {
1200 width: 100%;
1201 height: 38px;
1202 border-radius: 24px;
1203 padding-left: 15px;
1204 padding-right: 15px;
1205 }
1206 .welcomebar-icon-wrap.welcomebar-widget-title i {
1207 font-size: 20px;
1208 position: absolute;
1209 top: 50%;
1210 right: 10px;
1211 -webkit-transform: translateY(-50%);
1212 -moz-transform: translateY(-50%);
1213 transform: translateY(-50%);
1214 }
1215 .mystickymenu-popup-content a.welcomebar-close {
1216 width: 16px;
1217 height: 16px;
1218 line-height: 16px;
1219 position: absolute;
1220 top: 6px;
1221 right: 6px;
1222 z-index: 1;
1223 opacity: .75;
1224 }
1225 .mysticky-custom-fields-tooltip{
1226 position: relative;
1227 margin-left: 5px;
1228 }
1229 .mysticky-custom-fields-tooltip:hover p {
1230 bottom: 100%;
1231 opacity: 1;
1232 visibility: visible;
1233 }
1234 .mysticky-custom-fields-tooltip a.mysticky-tooltip {
1235 width: 20px;
1236 height: 20px;
1237 line-height: 20px;
1238 border-radius: 35px;
1239 padding: 0;
1240 text-align: center;
1241 font-size: 12px;
1242 display: inline-block;
1243 color: #ffffff;
1244 text-decoration: none;
1245 margin-top: 0 !important;
1246 }
1247 .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
1248 text-transform: uppercase;
1249 color: #1E1E1E;
1250 }
1251 .mysticky-custom-fields-tooltip p {
1252 margin: 0;
1253 margin-bottom: 0px;
1254 background-color: #000;
1255 width: 380px;
1256 padding: 10px 10px;
1257 border-radius: 8px;
1258 color: #fff;
1259 position: absolute;
1260 bottom: 200%;
1261 left: -20px;
1262 margin-bottom: 10px;
1263 -webkit-transition: all 0.5s ease 0s;
1264 -moz-transition: all 0.5s ease 0s;
1265 transition: all 0.5s ease 0s;
1266 opacity: 0;
1267 visibility: hidden;
1268 }
1269 .mysticky-custom-fields-tooltip p::before {
1270 content: "";
1271 border-top: 10px solid #000;
1272 border-left: 10px solid transparent;
1273 border-right: 10px solid transparent;
1274 width: 0;
1275 height: 0;
1276 position: absolute;
1277 bottom: -8px;
1278 left: 25px;
1279 }
1280 .mysticky-welcomebar-poptin-content{
1281 font-size: 18px;
1282 display: flex;
1283 align-content: center;
1284 }
1285 .mysticky-welcomebar-poptin-content a{
1286 display: inline-block;
1287 padding: 0 5px;
1288 text-decoration: none;
1289 }
1290 .mysticky-welcome-poptin-logo{width: 100px;}
1291
1292 /*----------------------------New css 13-12-21----------------*/
1293 .mysticky-welcomebar-countdownbg-color .col-1,
1294 .mysticky-welcomebar-countdownbg-color .col-2{margin:25px 0;}
1295
1296 .mysticky-welcomebar-countdownbg-color .col-1 label,
1297 .mysticky-welcomebar-countdownbg-color .col-2 label
1298 {
1299 display: inline-block;
1300 width: 160px;
1301 margin-right:16px;
1302 }
1303 .mysticky-welcomebar-countdownbg-color .col-1 .mysticky_welcomebar_timerbg_color,
1304 .mysticky-welcomebar-countdownbg-color .col-2 .mysticky_welcomebar_timertxt_color
1305 {display: inline;}
1306 .mysticky-welcomebar-countdowntimer{display:flex;}
1307 .mysticky-welcomebar-countdowntimer label{
1308 width:245px; display:flex;
1309 align-items: center;
1310 }
1311 .mysticky-welcomebar-timer-position{display:flex;}
1312 .mysticky-welcomebar-timer-position label.intitle{
1313 width:166px; display:flex;
1314 align-items: center;
1315 }
1316 .ui-timepicker-table tr td{
1317 padding:8px !important;
1318 }
1319 .ui-timepicker-table tr td .ui-widget-header{
1320 background:#7761DF;
1321 width:100% !important;
1322 }
1323 #ui-datepicker-div .ui-datepicker-header{
1324 background:#7761DF;
1325 }
1326 .mysticky-right-side label input[type="radio"] {
1327 display: none;
1328 }
1329 .mysticky-right-side span {
1330 display: inline-block;
1331 padding: 4px 21px 4px 0;
1332 font-family: 'Lato', sans-serif;
1333 font-size: 16px;
1334 cursor: pointer;
1335 position: relative;
1336 }
1337 .mysticky-right-side span:after{
1338 content:"";
1339 position: absolute;
1340 bottom:0;
1341 width:84%;
1342 height:3px;
1343 background: #6558f5;
1344 display:none;
1345 }
1346 .mysticky-right-side span:hover:after,
1347 .mysticky-right-side input[type="radio"]:checked ~ span:after {
1348 display:block;
1349 }
1350 .mysticky-right-side input[type="radio"]:checked ~ span {
1351 color:#6558f5;
1352 }
1353 .mysticky-welcomebar-timer-show-left .counter-timer,
1354 .mysticky-welcomebar-timer-show-right .counter-timer
1355 {
1356 display:inline-flex !important;
1357 align-items: center;
1358 font-size:14px;
1359 font-weight:500;
1360 }
1361 .mysticky-welcomebar-timer-show-left .counter-timer span,
1362 .mysticky-welcomebar-timer-show-right .counter-timer span
1363 {
1364 width:22px !important;
1365 height:22px;
1366 margin:0 6px;
1367 text-align:center;
1368 border-radius:6px;
1369 background:#000;
1370 color:#fff;
1371 line-height:22px;
1372 align-items: center;
1373 }
1374
1375 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
1376 display: none;
1377 vertical-align: top;
1378 width: 20px;
1379 height: 20px;
1380 text-align: center;
1381 text-decoration: none;
1382 line-height: 20px;
1383 border-radius: 5px;
1384 color: #000;
1385 position: absolute;
1386 top: 5px;
1387 right: 5px !important;
1388 text-shadow: 0 0 0px #fff;
1389 -webkit-transition: all 0.5s ease 0s;
1390 -moz-transition: all 0.5s ease 0s;
1391 transition: all 0.5s ease 0s;
1392 -webkit-transform-origin: 50% 50%;
1393 -moz-transform-origin: 50% 50%;
1394 transform-origin: 50% 50%;
1395 }
1396 .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
1397 opacity: 1;
1398 -webkit-transform: rotate(180deg);
1399 -moz-transform: rotate(180deg);
1400 transform: rotate(180deg);
1401 }
1402 .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
1403 font-size: 27px;
1404 }
1405 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1406 display: inline-block;
1407 }
1408 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
1409 margin: 0 15px;
1410 }
1411 .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
1412 opacity: 1;
1413 -webkit-transform: rotate(180deg);
1414 -moz-transform: rotate(180deg);
1415 transform: rotate(180deg);
1416 }
1417 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1418 display: inline-block;
1419 }
1420 /* tooltip css */
1421 .tooltip {
1422 position: relative;
1423 display: inline-block;
1424 border-bottom: 1px dotted black;
1425 }
1426 .tooltip .tooltiptext {
1427 visibility: hidden;
1428 width: 80px;
1429 background-color: black;
1430 color: #fff;
1431 text-align: center;
1432 border-radius: 6px;
1433 padding: 5px 0;
1434 position: absolute;
1435 z-index: 1;
1436 bottom: 150%;
1437 left: 50%;
1438 margin-left: -45px;
1439 }
1440 .tooltip .tooltiptext::after {
1441 content: "";
1442 position: absolute;
1443 top: 100%;
1444 left: 50%;
1445 margin-left: -5px;
1446 border-width: 5px;
1447 border-style: solid;
1448 border-color: black transparent transparent transparent;
1449 }
1450 .tooltip:hover .tooltiptext {
1451 visibility: visible;
1452 }
1453
1454 /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
1455 .mystickymenu-wrap{text-align:center;}
1456 .mystickymenu-newwelcomebar-contents a,
1457 .mystickymenu-widgets-btn-wrap a{
1458 display:inline-flex;
1459 color:#fff;
1460 font-size:16px;
1461 font-weight:500;
1462 font-family: 'Lato', sans-serif;
1463 padding:10px 20px;
1464 text-decoration:none;
1465 background:#6558F5;
1466 border-radius:5px;
1467 align-items: center;
1468 box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
1469 }
1470 .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
1471 .mystickymenu-tab-box{
1472 width:25%;
1473 margin:10px;
1474 display:flex;
1475 border:1px solid #C3CFD9;
1476 flex-direction: column;
1477 justify-content: space-between;
1478 padding-bottom:15px;
1479 background-color:#fff;
1480 }
1481 .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
1482 .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
1483 padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
1484 .stickymenu-box-container p{font-size:14px;}
1485 .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
1486 .mystickymenu-tab-box .stickymenu-box-button a{
1487 display: inline-flex;
1488 color: rgba(21, 25, 32, 0.5);
1489 font-size: 16px;
1490 font-weight: 500;
1491 font-family: 'Lato', sans-serif;
1492 padding: 12px 61px;
1493 text-decoration: none;
1494 border: 1px solid rgba(86, 103, 137, 0.26);
1495 border-radius: 8px;
1496 align-items: center;
1497 background: none;
1498 line-height: 24px;
1499
1500 }
1501 table.mystickymenu-widgets-lists td{
1502 border:0.5px solid #F1F1F1;
1503 }
1504 /*border radiuse in dashboard table */
1505 table.mystickymenu-widgets-lists th{
1506 border-top: 0 !important;
1507 border-bottom: 1px solid #F1F1F1 !important;
1508 border-left: 1px solid #F1F1F1 !important;
1509 border-right: 1px solid #F1F1F1 !important;
1510 }
1511 .mystickymenu-dashboard table tr:first-child th:first-child{
1512 border-top-left-radius: 10px;
1513 border-top: 0 !important;
1514 border-left: 0 !important;
1515 border-bottom: 0.2px #F1F1F1 !important;
1516 border-right: 0.2px #F1F1F1 !important;
1517 }
1518 .mystickymenu-dashboard table tr:first-child th:last-child {
1519 border-top-right-radius: 10px;
1520 border-top: 0 !important;
1521 border-left: 0.2px #F1F1F1 !important;
1522 border-bottom: 0.2px #F1F1F1 !important;
1523 border-right: 0 !important;
1524 }
1525 .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
1526 margin:30px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
1527 .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
1528 .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
1529 .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
1530 /**/
1531 .mystickymenupopup-overlay{
1532 display:none;
1533 position: fixed;
1534 top: 0;
1535 left: 0;
1536 width: 100%;
1537 height: 100%;
1538 background-color: rgba(0,0,0,0.3);
1539 z-index: 9995;
1540 }
1541 .mystickymenu-action-popup{
1542 position: fixed;
1543 top: 80px;
1544 left: 50%;
1545 -webkit-transform: translateX(-50%);
1546 -moz-transform: translateX(-50%);
1547 transform: translateX(-50%);
1548 z-index: 9999;
1549 width: 500px;
1550 background-color: #fff;
1551 padding: 0 0 28px 0;
1552 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
1553 border-radius:10px;
1554 }
1555 .mystickymenu-action-popup-header{
1556 padding: 25px 25px 40px 25px;
1557 border-bottom: 1px solid #EAEFF2;
1558 }
1559 .mystickymenu-action-popup-header h3{
1560 margin: 0 0 0 11px !important;
1561 position:relative;
1562 float:left;
1563
1564 }
1565 .mystickymenu-action-popup .mystickymenu-action-popup-body p{
1566 text-align: left;
1567 float: left;
1568 margin-left: 0;
1569 padding: 0 10px;
1570 font-size: 16px;
1571 font-weight: 400;
1572 font-style: normal;
1573 color: #181749;
1574 }
1575 .mystickymenu-action-popup-header span{
1576 float:right;
1577 }
1578 .mystickymenu-action-popup-footer button{cursor: pointer !important;}
1579 .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
1580 display: inline-flex;
1581 color: #fff;
1582 background: #F33;
1583 font-size: 15px;
1584 font-weight: 500;
1585 padding: 12px 80px;
1586 text-decoration: none;
1587 border-radius: 8px;
1588 align-items: center;
1589 margin-left: 15px;
1590 border: none;
1591 line-height: 24px;
1592 }
1593 .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
1594 .first-widget-popup{
1595 text-align:center;
1596 position: fixed;
1597 top: 50%;
1598 left: 50%;
1599 -webkit-transform: translate(-50%,-50%);
1600 -moz-transform: translate(-50%,-50%);
1601 transform: translate(-50%,-50%);
1602 z-index: 99991;
1603 width: 600px;
1604 background-color: #fff;
1605 padding: 30px;
1606 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
1607 border-radius:10px;
1608
1609 }
1610 .first-widget-popup h4,.first-widget-popup p,.first-widget-popup span,.first-widget-popup button,.first-widget-popup a{
1611 font-family:'Lato', sans-serif;
1612 }
1613 .first-widget-popup h4{
1614 font-weight: 600;
1615 font-size: 24px;
1616 line-height: 34px;
1617 color: #181749;
1618 margin:16px 0 0 0;
1619 }
1620 .first-widget-popup p{
1621 font-size: 16px;
1622 margin-top: 0px;
1623 padding: 0 32px;
1624 font-weight: 400;
1625 line-height: 24px;
1626 font-style: normal;
1627 }
1628 .first-widget-popup-contant{
1629 background: #F8F7FF;
1630 text-align: left;
1631 border-radius: 4px;
1632 padding: 0px 9px;
1633 }
1634 .first-widget-popup-contant h4{
1635 font-weight: 600;
1636 font-size: 16px;
1637 line-height: 34px;
1638 color: #181749;
1639 margin: 26px 0 0 0;
1640 font-family: inherit;
1641 }
1642 .first-widget-popup-contant p{
1643 font-size: 14px;
1644 margin-top: 16px;
1645 font-weight: 400;
1646 line-height: 33px;
1647 margin: 0px;
1648 padding: 0px;
1649 font-style: normal;
1650 color:#181749;
1651 font-family: inherit;
1652 }
1653 .first-widget-popup a.btn-back-dashboard{
1654 display:inline-flex;
1655 color:#fff;
1656 font-size:15px;
1657 font-weight:500;
1658 padding:10px 20px;
1659 text-decoration:none;
1660 background:#6558F5;
1661 border-radius:30px;
1662 align-items: center;
1663 margin: 36px 0 10px 0;
1664 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
1665 }
1666 .firstwidget-popup-contain a.btn-dashboard {
1667 font-size: 16px;
1668 font-weight: 400;
1669 color: #5F5DE4;
1670 }
1671 .close-chaty-maxvisitor-popup{
1672 position:absolute;
1673 top:17px;
1674 right:17px;
1675 }
1676 .mysticky-stickymenu-header-title h3{
1677 color:#1d2327;
1678 display: inline-block;
1679 }
1680 .stickymenu-switch{
1681 display: inline-block;
1682 width: 55px;
1683 height: 30px;
1684 position: relative;
1685 margin: 0 0 8px 10px;
1686 }
1687 .stickymenu-switch .slider:before{
1688 background-color: #ffffff;
1689 }
1690 .stickymenu-switch input:checked + .slider {
1691 background-color: #7761DF;
1692 border: 2px solid #7761DF;
1693 }
1694 .firstwidget-popup-contain a{
1695 color: #3c434a;
1696 text-decoration: none;
1697 }
1698 a.copyicon{text-decoration:none; color:#000;}
1699 .mystickymenu-dashboard{text-align:left;}
1700 .mystickymenu-dashboard .welcomebars-list-table{
1701 background:#fff;
1702 padding:20px 40px;
1703 text-align:center;
1704 }/*--------------------------------20-1-22------------------------------*/
1705 .mystickymenu-dashboard h3{
1706 margin: 5px 0;
1707 }
1708 .mystickymenu-dashboard .header-section{
1709 display: flex;
1710 justify-content: space-between;
1711 padding: 0 0 24px 0;
1712 border-bottom: 1px solid #EBEBEB;
1713 width: 100%;
1714 }/*---------------------30-2-2022-----------------------------*/
1715 .mystickymenu-dashboard .heading-title{display:inline-flex;}
1716 .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
1717 .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; margin:20px 0;}
1718 .contactus-tab-option,.mystickymenu-tab-documentation{width:100%;}
1719 .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;}
1720 .stickymenu-tab-option{margin-bottom:15px;}
1721 .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
1722 box-sizing:border-box;}
1723 /*-----------------------------6-1-22--------------------------------*/
1724
1725 .stickymenu-box-container ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
1726 .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;}
1727 .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
1728 .msm-bgbox .stickymenu-box-button{display: block; padding:0 15px 15px 48px;}
1729 .msm-bgbox .stickymenu-box-button a{
1730 display:inline-flex;
1731 color:#6558F5;
1732 font-size:16px;
1733 font-weight:500;
1734 font-family: 'Lato', sans-serif;
1735 padding:0 15px;
1736 text-decoration:none;
1737 border:1px solid #6558F5 !important;
1738 border-radius:5px;
1739 align-items: center;
1740 background:none;
1741 line-height:34px;
1742 }
1743 .contactus-title, .premio-footer-option,
1744 .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
1745 .premio-footer-option{margin-top:6px;}
1746 .premio-footer-option h3{color:#6558F5;}
1747 .premio-footer-option h4{margin:5px 0;}
1748 .premio-footer-option .premio-content-list{width:62%; margin:0;}
1749 a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
1750 a.copyicon1 span{text-decoration:none;}
1751 .dashicons-facebook-alt{color:#3B5998 !important;}
1752 .dashicons-twitter{color:#00ACEE !important;}
1753 .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
1754 .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
1755 .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
1756 .mystickymenu-wrap .mystickymenu-welcome-img img{max-width:80%; height:auto; text-align:center;}
1757 .mystickymenu-newwelcomebar-contents{margin:0 10px;}
1758 .mystickymenu-features{text-align:center;}
1759 .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
1760 background: #F6F5FE;
1761 padding: 30px 15px 15px 15px;
1762 border-radius: 15px;
1763 margin-top: -20px;
1764 }
1765 .mystickymenu-features-list ul.documents-wrap-list{margin:15px 15px 15px 30px;}
1766 .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
1767 .documents-wrap-list{ text-align:left; list-style-type:disc;}
1768 .documents-wrap-list li{ margin-bottom:16px;}
1769 .mystickymenu-feature-title{
1770 display:inline-flex;
1771 color:#fff;
1772 font-size:16px;
1773 font-weight:500;
1774 font-family: 'Lato', sans-serif;
1775 padding:10px 20px;
1776 text-decoration:none;
1777 background:#6558F5;
1778 border-radius:5px;
1779 align-items: center;
1780 margin-top:15px;
1781 }
1782 .mystickymenu-feature-title img{width:22px; margin-right:7px;}
1783 .welcomebars-list-table .mysticky-welcomebar-switch .slider{
1784 background-color: #FF424D;
1785 border: 2px solid #FF424D;
1786 }
1787 .mystickymenu-action-popup-footer{
1788 text-align:center;
1789 display:inline-block;
1790 margin-top:15px;
1791 }
1792 #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
1793 display: block;
1794 }
1795 .welcombar-enabled-status .mystickymenu-action-popup-footer{
1796 display: block;
1797 }
1798 #mysticky-sticky-save-confirm .mystickymenu-action-popup-footer{
1799 display: block;
1800 }
1801 /*-------------------------// 6-1-22 //------------------*/
1802 .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
1803 .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
1804 .stickymenu-box-button,
1805 .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
1806 .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
1807 .contactus-title h3, .mystickymenu-tab-documentation h3,
1808 .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
1809 .stickymenu-tab-option{padding:0 0 10px 0 !important;}
1810 .stickymenubox-title-section h3,
1811 .mystickymenu-tab-documentation h3, .contactus-title
1812 {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;} /*---------------------------------------20-1-22-------------*/
1813 .contactus-title h3{margin:0;}
1814 .stickymenubox-title-section h3{margin:0 !important;}
1815 .contact-recent-lead .stickymenubox-title-section h3{padding: 24px 15px 24px 15px;}
1816 .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
1817 .stickymenu-settings{padding:15px 20px 15px 40px; } /*--------------------------------------------------------------------20-1-22---*/
1818 .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
1819 font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
1820 .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
1821 a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
1822 .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
1823 .premio-footer-option h3 img{width:70px; height:auto; margin-right:10px;}
1824 /*--------------------------------------------# 12-1-22 #----------------*/
1825
1826 .mysticky-welcomebar-fixed-wrap{flex-wrap: wrap; justify-content: space-between !important;}
1827 .mysticky-welcomebar-timer-show-right{order: 3; display: inline-flex; width:100%; margin-top:15px;}
1828 .mysticky-welcomebar-content{text-align:center;width:75%;display: inline-flex; order: 1; margin:5px 5px!important;}
1829 .mysticky-welcomebar-btn{order: 4;}
1830 .mysticky-welcomebar-timer-show-right .counter-timer span,
1831 .mysticky-welcomebar-timer-show-left .counter-timer span{margin:0 !important;}
1832 .mysticky-welcomebar-timer-show-right .counter-main-block,
1833 .mysticky-welcomebar-timer-show-left .counter-main-block{margin:0 5px !important;}
1834 .mysticky-welcomebar-timer-show-right .counter-main-block label,
1835 .mysticky-welcomebar-timer-show-left .counter-main-block label{font-size:11px !important;}
1836 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{padding-left: 0 !important; margin:0;}
1837 .add_new_welcombar:hover{
1838 opacity: 0.9;
1839 }
1840 .tooltip img{
1841 width:35px;
1842 }
1843
1844 .mystickymenu-newwelcomebar-contents{
1845 max-width: 432px;
1846 }
1847 #stickymenu_status_ok{
1848 background-color:#28C67C;
1849 }
1850 .mysticky-welcomebar-content p{
1851 word-wrap: break-word;
1852 width: 100%;
1853 }
1854 .mystickymenu-widgets-lists tr td{
1855 font-size:16px;
1856 }
1857 .mystickymenu-widgets-lists tr th{
1858 font-size:16px;
1859 }
1860 #welcomebar-save-confirm{
1861 width: 677px;
1862 padding: 0 10px 28px 10px;
1863 }
1864 #welcomebar-save-confirm .mystickymenu-action-popup-footer{
1865 display: block;
1866 }
1867 #mysticky-sticky-save-confirm{
1868 width:600px;
1869 }
1870 #stickymenu_status_ok{
1871 padding: 12px 40px;
1872 }
1873 .left-cta{
1874 order: 2;
1875 margin: 0 10px 0 0 !important;
1876 }
1877 .right-cta{
1878 order: 4;
1879 padding-bottom:5px;
1880 }
1881 /* ToolTip Side */
1882 .html-tooltip {
1883 position: relative;
1884 display: inline-block;
1885 }
1886 .dashicons,
1887 .dashicons-before:before {
1888 font-family: dashicons;
1889 display: inline-block;
1890 line-height: 1;
1891 font-weight: 400;
1892 font-style: normal;
1893 color: #9e9e9e;
1894 speak: none;
1895 text-decoration: inherit;
1896 text-transform: none;
1897 text-rendering: auto;
1898 -webkit-font-smoothing: antialiased;
1899 -moz-osx-font-smoothing: grayscale;
1900 width: 20px;
1901 height: 20px;
1902 font-size: 20px;
1903 vertical-align: top;
1904 text-align: center;
1905 transition: color 0.1s ease-in;
1906 }
1907 .dashicons-editor-help:before {
1908 content: "";
1909 }
1910 .html-tooltip.side .tooltip-text {
1911 bottom: 125%;
1912 left: 100%;
1913 margin-left: 0;
1914 top: 5px;
1915 transform: translateY(-50%);
1916 -webkit-transform: translateY(-50%);
1917 }
1918 .html-tooltip .tooltip-text {
1919 visibility: hidden;
1920 width: 417px;
1921 background-color: #333;
1922 color: #fff;
1923 text-align: left;
1924 border-radius: 6px;
1925 padding: 10px;
1926 position: absolute;
1927 z-index: 1201;
1928 bottom: 125%;
1929 left: 50%;
1930 margin-left: -150px;
1931 opacity: 0;
1932 transition: opacity 0.3s;
1933 font-size: 12px;
1934 line-height: 18px;
1935 top: 100%;
1936 height: 125px;
1937 }
1938 .html-tooltip:hover .tooltip-text {
1939 visibility: visible;
1940 opacity: 1;
1941 z-index: 9999999;
1942 }
1943 .html-tooltip.side .tooltip-text:after {
1944 top: 50%;
1945 left: -5px;
1946 transform: rotate(180deg);
1947 -webkit-transform: rotate(90deg);
1948 }
1949 .html-tooltip .tooltip-text:after {
1950 content: "";
1951 position: absolute;
1952 top: -10px;
1953 left: 50%;
1954 margin-left: -5px;
1955 border-width: 5px;
1956 border-style: solid;
1957 border-color: #333 transparent transparent transparent;
1958 transform: rotate(180deg);
1959 -webkit-transform: rotate(180deg);
1960 }
1961 .html-tooltip .tooltip-text img {
1962 width: 100%;
1963 height: auto;
1964 display: block;
1965 margin: 10px 0 0 0;
1966 }
1967 .pagination {
1968 display: flex;
1969 margin: 16px 0px 0 0;
1970 justify-content: end;
1971 }
1972 .pagination span.page-numbers,
1973 .pagination a {
1974 color: #BDBDBD;
1975 float: left;
1976 text-decoration: none;
1977 margin: 0 5px;
1978 border: 1px solid #BDBDBD;
1979 border-radius: 50%;
1980 width: 56px;
1981 height: 56px;
1982 font-size: 16px;
1983 font-weight: 500;
1984 font-style: normal;
1985 line-height: 56px;
1986 }
1987 .pagination .page-numbers.dots{
1988 border-radius: unset;
1989 border: unset;
1990 }
1991 .pagination span.current,
1992 .pagination a.active {
1993 background-color: #6558F5;
1994 color: white;
1995 border-radius: 50%;
1996 width: 56px;
1997 height: 56px;
1998 border:unset;
1999 }
2000 .pagination a:hover:not(.active) {
2001 background-color: #ddd;
2002 border-radius: 50%;
2003 }
2004 .mystickymenu-widgets-lists thead tr{
2005 height: 63px;
2006 }
2007 .mystickymenu-widgets-lists tr{
2008 height: 88px;
2009 }
2010 .mysticky-welcomebar-backword-page a{
2011 text-decoration: none;
2012 }
2013 .mysticky-welcomebar-backword-page{
2014 padding: 0;margin: 0;float: right;
2015 }
2016 .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: right; margin-top: 28px;}
2017 .mysticky-stickymenu-backword-page a{text-decoration:none;}
2018
2019 .save_view_dashboard{
2020 width: auto !important;
2021 background: #6558F5 !important;
2022 border: 1px solid #6558F5 !important;
2023 margin-left:10px !important;
2024 }
2025 .save_view_dashboard:hover{
2026 opacity: 0.8 !important;
2027 }
2028 .timer-message a{
2029 /* text-decoration:none; */
2030 color:#2271b1 !important;
2031 text-decoration:underline;
2032 }
2033 .timer-message p{
2034 padding: 0 10px;
2035 }
2036 .msm-active-license{
2037 max-width:unset !important;
2038 }
2039 .visit_site_link{
2040 text-decoration:none !important;
2041 position:relative;
2042 }
2043 .visit_site_link::after{
2044 content: '';
2045 width: 100%;
2046 border-bottom: solid 1px #2271b1;
2047 position: absolute;
2048 left: 0;
2049 bottom: 0;
2050 z-index: 1;
2051 height: 1px;
2052 }
2053 .timer_datetime_box input[type=number]{
2054 width: 135px !important;
2055 margin-right: 24px !important;
2056 }
2057 .timer_datetime_box .col-1 label,
2058 .timer_datetime_box .col-2 label{
2059 margin: 10px 0 0 8px;
2060 display:block;
2061 }
2062 /*----------------------------------------------------------*/
2063 .mysticky-welcomebar-page-option .url-content input.url-inputs{
2064 width: 22vw;
2065 }
2066 .timer-color-text-tooltip{
2067 margin-left: 3px
2068 }
2069 .mystickymenu-widgets-lists .tooltip {
2070 opacity: 1;
2071 position: relative;
2072 display: inline-block;
2073 }
2074 .mysticky-welcomebar-setting-content-right .x-color-wrap {
2075 display: inline-flex;
2076 position: relative;
2077 }
2078 .mysticky-welcomebar-setting-content-right .x-color-wrap label {
2079 width: auto;
2080 }
2081 span.mysticky-welcomebar-colorpicker.color-x-input {
2082 margin-top: -5px;
2083 position: absolute;
2084 left: 60px;
2085 }
2086 .x-color-wrap .wp-picker-holder .iris-picker.iris-border {
2087 z-index: 10;
2088 }
2089 .mysticky-show-couponbar .mysticky-welcomebar-colorpicker .mysticky-welcomebar-setting-content-right {
2090 width: 10%;
2091 opacity: 1;
2092 }
2093 .mysticky-show-couponbar .mysticky-welcomebar-colorpicker label {
2094 width: auto;
2095 }
2096 .mysticky-show-couponbar div#wp-welcombar-coupon-textbar-editor-container {
2097 width: 100%;
2098 }
2099 .mystickymenu-bar-option{
2100 margin-top:10px;
2101 margin-bottom:30px;
2102 position: relative;
2103 }
2104 .mystickymenu-bar-option input[type="radio"] {
2105 display: none;
2106 }
2107 .mystickymenu-bar-option label {
2108 width: unset;
2109 padding-right: 40px;
2110 display: inline-block;
2111 }
2112 .mystickymenu-bar-option span {
2113 display: inline-block;
2114 }
2115 .mystickymenu-bar-option input[type="radio"]:checked ~ span {
2116 color: #6558f5;
2117 }
2118 .mystickymenu-bar-option span:hover:after, .mystickymenu-bar-option input[type="radio"]:checked ~ span:after {
2119 display: block;
2120 }
2121 .mystickymenu-bar-option label:first-child span:hover:after, .mystickymenu-bar-option label:first-child input[type="radio"]:checked ~ span:after{
2122 display: block;
2123 width: 100%;
2124 max-width: 54px;
2125 }
2126 .mystickymenu-bar-option span:after {
2127 content: "";
2128 position: absolute;
2129 bottom: -5px;
2130 width: 100%;
2131 height: 3px;
2132 background: #6558f5;
2133 display: none;
2134 max-width: 82px;
2135 }
2136 .mysticky-couponbar-fixed {
2137 background-color: #03ed96;
2138 font-family: Poppins;
2139 position: absolute;
2140 -webkit-transition: all 1s ease 0s;
2141 -moz-transition: all 1s ease 0s;
2142 transition: all 1s ease 0s;
2143 opacity: 1;
2144 top: 97px;
2145 width: 100%;
2146 height: 60px;
2147 }
2148 .mysticky-welcomebar-preview-screen .mysticky-couponbar-content {
2149 width: 100%;
2150 display:flex;
2151 align-items: center;
2152 }
2153 a.mysticky-couponbar-close {
2154 position: absolute;
2155 right: 10px;
2156 top: 5px;
2157 text-decoration: none;
2158 }
2159 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn {
2160 display: inline-flex;
2161 margin-left: 10px;
2162 color: rgb(232, 161, 173);
2163 width: auto;
2164 max-width: 40%;
2165 padding: 7px 7px 5px 5px
2166 }
2167 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn a{
2168 text-decoration: none;
2169 padding: 0 18px;
2170 font-size: 12px;
2171 display: inline-flex;
2172 border-radius: 4px;
2173 overflow: hidden;
2174 max-height: 39px;
2175 line-height:2.4em;
2176 height: 30px;
2177 width: auto;
2178 max-width: 135px;
2179 }
2180 .mysticky-show-couponbar .iris-picker.iris-border {
2181 z-index: 999;
2182 }
2183 .mysticky-welcomebar-preview-screen .mysticky-couponbar-content .coupon-text{
2184 margin-top: 0px;
2185 width: 60%;
2186 }
2187 /*coupon coiped tooltip*/
2188 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip {
2189 position: relative;
2190 display: inline-block;
2191 }
2192 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .tooltiptext {
2193 visibility: hidden;
2194 width: 73px;
2195 background-color: #555;
2196 color: #fff;
2197 text-align: center;
2198 border-radius: 6px;
2199 padding: 2px 5px;
2200 position: absolute;
2201 z-index: 1;
2202 left: 50%;
2203 margin-left: -42px;
2204 opacity: 0;
2205 transition: opacity 0.3s;
2206 top: -9px;
2207 font-size: 9px;
2208 line-height: 1.2;
2209 }
2210 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .tooltiptext::after {
2211 content: "";
2212 position: absolute;
2213 top: 100%;
2214 left: 50%;
2215 margin-left: -5px;
2216 border-width: 5px;
2217 border-style: solid;
2218 border-color: #555 transparent transparent transparent;
2219 }
2220 .mysticky-welcomebar-preview-screen .coupon-text-sp{
2221 border: 1px dashed #877572;
2222 padding: 5px 5px;
2223 border-radius: 5px;
2224 position: relative;
2225 }
2226 .mysticky-welcomebar-preview-screen .mysticky-coupon-btn.coupon-cpy-tooltip .coupon-text-sp svg{
2227 width: 14px;height: 14px;
2228 position: absolute;
2229 right: -9px;
2230 top: -8px;
2231 left: unset;
2232 display: block;
2233 transform: rotateY(180deg);
2234 }
2235 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .vector{
2236 width: 10px;
2237 height: 10px;
2238 position: absolute;
2239 left: 4px;
2240 top: 0px;
2241 display: block;
2242 }
2243 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .vector path {
2244 fill: #787b72;
2245 }
2246 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label {
2247 display: inline-block;
2248 vertical-align: top;
2249 width: 205px;
2250 padding-right: 10px;
2251 }
2252 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"] {
2253 display: none;
2254 }
2255 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span {
2256 display: inline-block;
2257 padding: 4px 21px 4px 0;
2258 font-family: 'Lato', sans-serif;
2259 font-size: 16px;
2260 cursor: pointer;
2261 position: relative;
2262 }
2263 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"]:checked ~ span {
2264 color: #6558f5;
2265 }
2266 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right span:hover:after,.mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"]:checked ~ span:after {
2267 display: block;
2268 }
2269 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span::after {
2270 content: "";
2271 position: absolute;
2272 bottom: 0;
2273 width: 89%;
2274 background: #6558f5;
2275 height: 3px;
2276 display: none;
2277 }
2278 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-switch span::after {
2279 content: "";
2280 position: absolute;
2281 bottom: 0;
2282 width: 89%;
2283 background: #eeeeee;
2284 height: 3px;
2285 display: none;
2286 }
2287
2288 .email-send-lead-settings {
2289 background-color: #eff5f6;
2290 width: 644px;
2291 padding: 10px 10px 0 10px;
2292 margin-bottom: 20px;
2293 max-height: 213px;
2294 }
2295 .email-send-lead-settings label {
2296 font-size: 15px;
2297 margin-left: 15px;
2298 margin-top: 13px;
2299 }
2300 .email-send-lead-settings .mysticky-welcomebar-setting-content-right {
2301 width: 100%;
2302 align-items: center;
2303 display: block;
2304 }
2305
2306 .email-send-lead-settings>.mysticky-welcomebar-setting-content-right>.mail-merge-tags {
2307 display: block;
2308 }
2309 .mail-merge-tags span {
2310 display: inline-block;
2311 background: #6558f5;
2312 color: #fff;
2313 font-size: 14px;
2314 padding: 1px 5px;
2315 margin: 4px 4px 0 0;
2316 border-radius: 5px;
2317 cursor: pointer;
2318 }
2319 .mysticky_welcome_email_subject{
2320 margin-bottom:5px;
2321 }
2322 /* preview section lead content */
2323 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content {
2324 order: 2;
2325 display: flex;
2326 width: 240px;
2327 margin-left: -10px;
2328 min-width: 75%;
2329 margin-top: 5px;
2330 }
2331 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-lead-content input[type="text"] {
2332 width: 50%;
2333 font-size: 10px;
2334 }
2335 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-lead-content input[type="text"]:focus {
2336 outline: unset;
2337 box-shadow: unset;
2338 }
2339 .responstable a.external-link {
2340 color: #135e96;
2341 text-decoration: none;
2342 margin: 0 auto;
2343 }
2344 span.dashicons.dashicons-external {
2345 color: #135e96;
2346 }
2347 /*---------------------------New CSS 5-7-22--------------------------*/
2348 .msmenu-flexbox{display: flex !important; justify-content: space-between;}
2349 .msmenu-blockbox{display: block;}
2350 .msmenu-box50{width: 49.4%;}
2351 .msmenu-box100{width: 100%;}
2352 .contact-recent-lead{margin-bottom: 15px;}
2353 .stickymenubox-title-section{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #EBEBEB;}
2354 .stickymenubox-title-section h3{border: none;}
2355 .stickymenubox-title-section a{margin-right: 15px;}
2356 .stickymenu-no-lead{display: block; text-align: center; min-height: 171px;}
2357 .stickymenu-no-lead img{ margin-top:25px;}
2358 .stickymenu-no-lead p{text-align: center; font-size: 16px;}
2359 .msmenu-btn{
2360 display: inline-flex;
2361 color: #6558F5;
2362 font-size: 16px;
2363 font-weight: 500;
2364 font-family: 'Lato', sans-serif;
2365 padding: 0 15px;
2366 text-decoration: none;
2367 border: 1px solid #6558F5 !important;
2368 border-radius: 5px;
2369 align-items: center;
2370 background: none;
2371 line-height: 34px;
2372 cursor: pointer;
2373 }
2374 .recent-lead-table{padding:15px; min-height: 171px;}
2375 .recent-lead-table table{ border-collapse: collapse;
2376 border-radius: 10px;
2377 border-style: hidden; /* hide standard table (collapsed) border */
2378 box-shadow: 0 0 0 1px #F0EFF3; /* this draws the table border */
2379 }
2380 .recent-lead-table table th,
2381 .recent-lead-table table td{border: 1px solid #F0EFF3; padding: 8px 15px !important;}
2382 .recent-lead-table table th{background-color: #F0EFF3;}
2383 .stickymenu.recent-lead-table table tr:first-child th:first-child{border-right: 1px solid #fff !important;}
2384
2385 /*------------------------------# Contact view Table #-------*/
2386 .mystickymenu-contact-wrap p.description{font-size: 14px; margin: 2px 0 5px;color: #646970;}
2387 .mystickymenu-btnmbox{display: flex; flex-wrap: wrap; margin: 15px auto;}
2388 .mystickymenu-btnbx{display: inline-flex; align-items: center;}
2389 .mystickymenu-btnmbox .wpappp_buton {
2390 padding: 12px 12px;
2391 cursor: pointer;
2392 transition: all 60ms ease-in-out;
2393 text-decoration: none;
2394 text-transform: capitalize;
2395 border: 0 none;
2396 border-radius: 4px;
2397 line-height: 1.3;
2398 color: #FFFFFF;
2399 background: #7761DF;
2400 margin: 0 20px 0 5px;
2401 }
2402 .mystickymenu-contact-wrap table.responstable{
2403 margin: 1em 0;
2404 width: 100%;
2405 overflow: hidden;
2406 background: #FFF;
2407 color: #024457;
2408 border-radius: 10px;
2409 border: 1px solid #7761DF;
2410 border-spacing: 4px;
2411 }
2412 .mystickymenu-contact-wrap table.responstable tr:nth-child(even) {background: #fff}
2413 .mystickymenu-contact-wrap table.responstable tr:nth-child(odd) {background: #eaf3f3}
2414 .mystickymenu-contact-wrap table.responstable a{text-decoration: none;}
2415 .mystickymenu-contact-wrap table.responstable th {
2416 border: 1px solid #FFF;
2417 background-color: #7761DF;
2418 color: #FFF;
2419 padding: 1em;}
2420 .mystickymenu-contact-wrap table.responstable td {
2421 text-align: center;
2422 margin: 0.5em 1em;
2423 vertical-align:middle !important;
2424 border-color:#D9E4E6;
2425 padding: 4px 10px;
2426 border-style: solid;
2427 }
2428 .mystickymenu-contact-wrap table.responstable td .mystickymenu-delete-entry{
2429 padding: 12px 12px;
2430 cursor: pointer;
2431 transition: all 60ms ease-in-out;
2432 text-decoration: none;
2433 text-transform: capitalize;
2434 border: 0 none;
2435 border-radius: 4px;
2436 font-size: 14px;
2437 line-height: 1.3;
2438 color: #FFFFFF;
2439 background: #7761DF;
2440 margin: 0 20px 0 5px;
2441 }
2442
2443 .mysticky-welcomebar-setting-content label.bagicon{position: relative; display: flex; align-items: center;}
2444 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec{width: 150px;}
2445
2446 .mysticky-welcomebar-setting-content-right .wp-picker-holder {
2447 position: absolute;
2448 }
2449 .mysticky-welcomebar-btn.collect-lead {
2450 width: auto;
2451 margin-left: -1px;
2452 margin-top: 5px;
2453 }
2454 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn.collect-lead a {
2455 width: 100%;
2456 padding: 5px 8px;
2457 overflow: hidden;
2458 text-align: center;
2459 }
2460 div#welcomebar-showcoupon-confirm {
2461 width: 660px;
2462 }
2463 #welcomebar-showcoupon-confirm button#coupon_alert_btn_skip {
2464 padding: 12px 40px;
2465 }
2466 #welcomebar-showcoupon-confirm .mystickymenu-action-popup-body {
2467 margin: 10px 85px;
2468 }
2469 #welcomebar-showcoupon-confirm button#coupon_alert_btn_yes {
2470 padding: 12px 30px;
2471 }
2472 #welcomebar-showcoupon-confirm .mystickymenu-action-popup-footer {
2473 display: block;
2474 }
2475 .mysticky-collect-lead span.mysticky-custom-fields-tooltip {
2476 margin-top: 14px;
2477 padding: 0px !important
2478 }
2479 .mysticky-welcomebar-setting-content .html-tooltip span.dashicons.dashicons-editor-help {
2480 color: #1E1E1E;
2481 }
2482 .mysticky-welcomebar-setting-content .bagicon img {
2483 width: 20px;
2484 }
2485 .mysticky-welcomebar-setting-content-right .wp-picker-container .iris-picker.iris-border {
2486 z-index: 99;
2487 }
2488 .coupon-valid-error,.button-input-error,.coupon-copy-error{
2489 color: #FF424D;
2490 }
2491
2492 /*---------------------New 10-8-22 -----------------------------------------*/
2493 .wp-picker-holder{position: absolute; z-index: 9999;}
2494 .x-color-wrap{z-index: 9999; align-items: center;}
2495 .x-color-wrap .wp-picker-container .wp-color-result.button {margin: 0 6px 0 0;}
2496 .wp-picker-container .wp-color-result.button {margin: 0px 6px 0px 0;}
2497 .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.html-active,
2498 .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.tmce-active{width: 400px;}
2499 .mysticky-welcomebar-setting-content-right input.readonly, input[readonly], textarea.readonly, textarea[readonly] {
2500 background-color: unset;
2501 }
2502 .mysticky-welcomebar-setting-right{ z-index: 999;}
2503 #ui-timepicker-div, .ui-widget.ui-widget-content{z-index: 99999 !important;}
2504 .mysticky-welcomebar-setting-content-right .px-wrap span:first-child{margin:0 8px;}
2505 .mysticky-welcomebar-setting-content-right.button-text-wrap,
2506 .mysticky-welcomebar-setting-content-right.coupontext-wrap,.coupon-copy-wrap{display: block;}
2507 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-btn a{padding: 5px 8px !important;}
2508
2509 /* 2023-04-13 */
2510 .mystickymenu-country-button {
2511 cursor: pointer;
2512 width: 400px;
2513 height: 42px;
2514 border-radius: 20px;
2515 padding: 0 10px;
2516 font-size: 14px;
2517 font-weight: 400;
2518 line-height: 2;
2519 color: #32373c;
2520 background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
2521 background-size: auto;
2522 background-size: 16px 16px;
2523 border: 1px solid #ccc;
2524 text-align: left;
2525 box-shadow: none;
2526 border: 1px solid #DCE2E2;
2527 border-top-color: rgb(220, 226, 226);
2528 border-right-color: rgb(220, 226, 226);
2529 border-bottom-color: rgb(220, 226, 226);
2530 border-left-color: rgb(220, 226, 226);
2531 }
2532 .mystickymenu-country-list-box {
2533 position: absolute;
2534 top: 100%;
2535 left: 0;
2536 right: 0;
2537 display: none;
2538 z-index: 1;
2539 }
2540 .mystickymenu-country-inputs {
2541 position: relative;
2542 width:400px;
2543 }
2544
2545 .mystickymenu-country-inputs .upgrade-mystickymenu{
2546 float: none;
2547 position: absolute;
2548 top: 0;
2549 left: 35%;
2550 right: auto;
2551 bottom: 0;
2552 background-color: rgba(0,0,0,0);
2553 text-align: center;
2554 margin-left: 0px;
2555 border-radius: 4px;
2556 display: flex;
2557 align-items: center;
2558 justify-content: center;
2559 -webkit-border-radius: 4px;
2560 -moz-border-radius: 4px;
2561 -ms-border-radius: 4px;
2562 -o-border-radius: 4px;
2563 opacity: 0;
2564 visibility: hidden;
2565 }
2566 .mystickymenu-country-inputs:hover .upgrade-mystickymenu{
2567 opacity: 1;
2568 visibility: visible;
2569 }
2570 .mystickymenu-country-list-box.active {
2571 display: block;
2572 }
2573 .mystickymenu-wrap .mystickymenu-country-list-box select {
2574 max-width: initial;
2575 width: 310px;
2576 }
2577 body .select2-container--open .select2-dropdown--below {
2578 border-color: #ddd;
2579 }
2580 .mystickymenu-country-list-box .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
2581 display: none;
2582 }
2583 .mystickymenu-country-list-box .select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child {
2584 display: block;
2585 }
2586 .mystickymenu-country-list-box .select2-container .select2-search--inline .select2-search__field {
2587 width: 308px !important;
2588 padding: 0 10px;
2589 margin-top: 0;
2590 }
2591 .mystickymenu-country-list-box .select2-container .select2-search--inline {
2592 float: none;
2593 }
2594 .country-action-btns {
2595 padding: 5px 15px;
2596 background: #f6f6f6;
2597 text-align: right;
2598 }
2599 .country-action-btns a {
2600 color: #7761DF;
2601 display: inline-block;
2602 margin: 0 5px 0 0;
2603 text-decoration: none;
2604 }
2605 .country-action-btns + .select2-results__options li {
2606 position: relative;
2607 font-size: 16px;
2608 padding: 6px 6px 6px 41px;
2609 }
2610 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option.select2-results__option--selected,
2611 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option[aria-selected="true"] {
2612 background-color: #fff;
2613 }
2614 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option--highlighted[aria-selected] {
2615 background-color: #f5f5f5;
2616 color: #4f4f4f;
2617 }
2618 .country-action-btns + .select2-results__options li::before {
2619 content: "";
2620 position: absolute;
2621 position: absolute;
2622 width: 14px;
2623 height: 14px;
2624 border: solid 2px #7761DF;
2625 left: 12px;
2626 top: 7px;
2627 }
2628 .country-action-btns + .select2-results__options li::after {
2629 content: "";
2630 color: #fff;
2631 position: absolute;
2632 width: 14px;
2633 height: 14px;
2634 left: 13px;
2635 top: 8px;
2636 }
2637 .country-action-btns + .select2-results__options li.select2-results__option.select2-results__option--selected::before,
2638 .country-action-btns + .select2-results__options li[aria-selected="true"]::before {
2639 background: #7761DF;
2640 }
2641 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option.select2-results__option--selected::after,
2642 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option[aria-selected="true"]::after {
2643 content: "\f147";
2644 font-family: dashicons;
2645 }
2646 /*****17/04/2023****/
2647 .welcomebar-slider-text-option{
2648 position: relative;
2649 }
2650
2651 .welcomebar-slider-text-option .upgrade-mystickymenu.myStickymenu-upgrade{
2652 position: absolute;
2653 top: 35%;
2654 right: 0;
2655 bottom: 0;
2656 left: 75px;
2657 margin: 0;
2658 padding: 0;
2659 float: none;
2660 }
2661 .welcomebar-slider-text-option.slider-text-transition-option .upgrade-mystickymenu.myStickymenu-upgrade{
2662 top: 20%;
2663 }
2664 .mysticky-collect-lead .welcomebar-text span.mysticky-custom-fields-tooltip:after{
2665 content:none;
2666 }
2667 .mysticky-collect-lead .welcomebar-text span.mysticky-custom-fields-tooltip{
2668 margin-top:0px;
2669 }
2670 .welcomebar-slider-text-option .welcomebar-slider-text{
2671 margin-top:10px;
2672 }
2673 span.add-more-slider-text span.dashicons.dashicons-insert{
2674 vertical-align: middle;
2675 margin-right:5px;
2676 }
2677 .welcomebar-slider-text-option span.add-more-slider-text {
2678 border: solid 1px #7559C0;
2679 padding: 10px;
2680 color: #7559C0;
2681 width: 100%;
2682 margin: 5px;
2683 border-radius: 5px;
2684 font-weight:bold;
2685 }
2686 span.add-more-slider-text span.dashicons.dashicons-insert{
2687 color:#7559C0;
2688 }
2689 span.add-more-slider-text span.dashicons.dashicons-insert#text{
2690 vertical-align: middle;
2691 margin-top:10px;
2692 }
2693 .welcomebar-slider-text span.dashicons.dashicons-remove.delete-slider-text-option {
2694 margin-left: 10px;
2695 vertical-align: middle;
2696 color:#808080;
2697 }
2698 .mysticky-welcomebar-url-values .url-setting-option,
2699 .mysticky-welcomebar-url-box.url-box .url-title,
2700 .mysticky-welcomebar-url-boxes{
2701 display: none;
2702 }
2703 .mysticky-welcomebar-url-values .url-setting-option.active,
2704 .mysticky-welcomebar-url-box.url-box .url-title.active,
2705 .mysticky-welcomebar-url-boxes.active{
2706 display: block;
2707 }
2708 .mysticky-welcomebar-url-values .sumoselect-options{
2709 height: 40px !important;
2710 width: 200px !important;
2711 }
2712 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-values {
2713 display: flex;
2714 width: 69%;
2715 }
2716 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-box {
2717 display: flex;
2718 width: 50%;
2719 align-items: center;
2720 }
2721 span.select2.select2-container.select2-container--default{
2722 width: 230px !important;
2723 }
2724 .mysticky-welcomebar-url-select {
2725 width: 16%;
2726 }
2727 .mysticky-welcomebar-url-option {
2728 width: 20%;
2729 }
2730 .mysticky-welcomebar-url-buttons {
2731 width: 4%;
2732 }
2733 .sm\:flex.items-center.mt-2.mysticky-welcomebar-url-boxes {
2734 width: 60%;
2735 display: flex;
2736 }
2737 .mysticky-welcomebar-url-values .select2-container--focus{
2738 width: 100% !important;
2739 }
2740 .mysticky-welcomebar-url-values .select2-selection__choice__remove{
2741 border: none;
2742 padding: 0px;
2743 }
2744 .url-setting-option .select2-container .select2-search--inline .select2-search__field,
2745 .url-setting-option .select2-container .select2-search--inline{
2746 margin: 0;
2747 }
2748 .url-setting-option .select2-container--default .select2-selection--multiple .select2-selection__choice{
2749 margin-bottom: 0px;
2750 }
2751 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
2752 width: 22vw !important;
2753 }
2754 #mystickymenu #mysticky_welcomebar_height {
2755 width: 235px;
2756 }
2757 .flex-top{
2758 align-items: flex-start;
2759 }
2760 .welcomebar_height_content input[type="number"]{
2761 width: 230px !important;
2762 }
2763 label.mysticky-welcomebar-switch .slider {
2764 width: 100%;
2765 height: 100%;
2766 position: absolute !important;
2767 }
2768 label.mysticky-welcomebar-switch {
2769 width: 55px !important;
2770 height: 30px !important;
2771 padding: 0 !important;
2772 }
2773 #send_lead_email_enable{
2774 margin-top: 1px;
2775 }
2776
2777 .mystickymenu-popup {
2778 position: fixed;
2779 width: 100%;
2780 height: 100%;
2781 top: 0;
2782 left: 0;
2783 z-index: 100001;
2784 background: rgba(0, 0, 0, .75)
2785 }
2786
2787 .mystickymenu-popup-box {
2788 padding: 0;
2789 width: 600px;
2790 max-width: 100%;
2791 margin: auto;
2792 top: 50%;
2793 position: absolute;
2794 left: 0;
2795 right: 0;
2796 border-radius: 5px;
2797 transform: translate(0, -50%);
2798 -webkit-transform: translate(0, -50%);
2799 -moz-transform: translate(0, -50%);
2800 text-align: center;
2801 background: #fcfcfc
2802 }
2803
2804 .mystickymenu-popup-header {
2805 padding: 15px;
2806 font-size: 20px;
2807 border-bottom: solid 1px #e6e6e6
2808 }
2809
2810 .mystickymenu-popup-content {
2811 background: #fff;
2812 padding: 15px;
2813 font-size: 14px;
2814 line-height: 20px
2815 }
2816
2817 .mystickymenu-popup-content iframe {
2818 margin: 30px 0
2819 }
2820
2821 .mystickymenu-popup-footer {
2822 padding: 15px;
2823 border-top: solid 1px #e6e6e6
2824 }
2825
2826 .mystickymenu-popup-footer button {
2827 border: none;
2828 padding: 10px 20px;
2829 border-radius: 4px;
2830 background: #00c478;
2831 color: #fff;
2832 cursor: pointer;
2833 }
2834
2835 .close-mystickymenu-popup {
2836 margin: 0;
2837 padding: 0;
2838 background: 0 0;
2839 border: none;
2840 float: right;
2841 background: #000;
2842 border-radius: 50%;
2843 color: #fff;
2844 text-align: center;
2845 width: 24px;
2846 height: 24px;
2847 cursor: pointer;
2848 }
2849
2850 .close-mystickymenu-popup span {
2851 line-height: 24px
2852 }
2853 /*-========================media=====================*/
2854 @media only screen and (max-width: 1490px) {
2855 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2856 padding-left: 10px;
2857 }
2858 .mysticky-welcomebar-setting-right {
2859 width: 400px;
2860 }
2861 }
2862 @media only screen and (max-width: 1366px) {
2863 .mysticky-welcomebar-page-option .url-content select ,
2864 .mysticky-page-option .url-content select {
2865 width: 130px;
2866 }
2867 .mysticky-welcomebar-page-option .url-content input[type="text"] ,
2868 .mysticky-page-option .url-content input[type="text"] {
2869 width: 250px;
2870 }
2871 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
2872 width: 180px !important;
2873 }
2874 .mysticky-welcomebar-setting-action {
2875 display: block;
2876 }
2877 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2878 padding-left: 0;
2879 padding-top: 10px;
2880 }
2881 #mystickymenu input[type="number"],
2882 .mysticky-welcomebar-setting-content-right select ,
2883 .mysticky-welcomebar-setting-content-right input[type="text"] ,
2884 .mysticky-welcomebar-setting-content-right textarea {
2885 width: 300px;
2886 }
2887 .premio-content-list h4 {font-size: 15px;}
2888 .premio-footer-option .premio-content-list {width: 60%;}
2889 .timer_datetime_box input[type=number]{width: 100px !important;}
2890 }
2891 @media only screen and (max-width: 1280px) {
2892 .mysticky-welcomebar-url-select{
2893 width: 18%;
2894 }
2895 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-box {
2896 display: flex;
2897 width: 40%;
2898 align-items: center;
2899 }
2900 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
2901 width: 250px !important;
2902 }
2903 .email-send-lead-settings {
2904 width: 620px;
2905 }
2906 .mysticky-welcomebar-preview-screen {
2907 max-width: 91%;
2908 }
2909 .welcomebar-slider-text-option {
2910 width: auto;
2911 }
2912 .height-setting input[type="number"]{width: 231px!important;}
2913 }
2914 @media only screen and (max-width: 1200px) {
2915 .mysticky-welcomebar-page-option .url-content select ,
2916 .mysticky-page-option .url-content select {
2917 width: 110px;
2918 }
2919 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box ,
2920 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
2921 width: 230px;
2922 }
2923 .mysticky-welcomebar-page-option ,
2924 .mysticky-page-option {
2925 padding: 10px 3px;
2926 }
2927 .mysticky-welcomebar-page-option .url-content input[type="text"] ,
2928 .mysticky-page-option .url-content input[type="text"] {
2929 width: 150px;
2930 }
2931 .mysticky-welcomebar-setting-content-right select ,
2932 .mysticky-welcomebar-setting-content-right input[type="text"] ,
2933 .mysticky-welcomebar-setting-content-right textarea {
2934 width: 270px;
2935 }
2936 }
2937 @media only screen and (min-width: 1024px) and (max-width: 1200px) {
2938 .pt_numberbutton.pt_numberdown {
2939 position: relative;
2940 margin-left: -75px;
2941 top: -29px;
2942 }
2943 .pt_numberbutton.pt_numberup {
2944 position: relative;
2945 top: -29px;
2946 left: 70px;
2947 }
2948 }
2949 @media only screen and (max-width: 1180px) {
2950 /*-----Main---*/
2951 .mysticky-welcomebar-setting-content,
2952 .email-send-lead-settings {width: 55%;}
2953 .mysticky-welcomebar-setting-right{width: 370px;}
2954 .mysticky-welcomebar-setting-content-right select,
2955 .mysticky-welcomebar-setting-content-right input[type="text"]{width: 100%; height: 34px;}
2956 .mysticky-welcomebar-setting-content-right select, #mystickymenu input[type=number]
2957 {width: 100%; height: 34px;}
2958 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label{width: 50%;}
2959 div#wp-welcombar-coupon-textbar-wrap,
2960 div#wp-mysticky_bar_text-wrap, .mysticky-welcomebar-expirydate, .mysticky-welcomebar-setting-attention,
2961 .email-send-lead-settings .mysticky-welcomebar-setting-content, .px-wrap,
2962 .mysticky-show-couponbar div#wp-welcombar-coupon-textbar-editor-container,
2963 .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.tmce-active,
2964 .mysticky-welcomebar-timer-countdown .mystickymenu-countdown-timmer,
2965 .mysticky-welcomebar-setting-action, .mysticky-welcomebar-page-options, #wp-mysticky_thankyou_screen_text-wrap,
2966 .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action,
2967 .mysticky-welcomebar-setting-content.show-on-apper{width: 100%;}
2968 .mysticky-welcomebar-setting-content.show-on-apper label{width: 20%;}
2969 .mysticky-welcomebar-setting-content.show-on-apper .mysticky-welcomebar-setting-content-right{width: 80%;}
2970 .mysticky-welcomebar-setting-content-right.timer_datetime_box{width: 100%;}
2971 .mysticky-welcomebar-setting-content-right.timer_datetime_box .col-1{margin-right: 15px;}
2972 .timer_datetime_box input[type=number] {width: 100% !important; margin-right: 0; }
2973 .mysticky-welcomebar-setting-action.trigger-wrap{width:61% ;}
2974 .mysticky-welcomebar-url-values{width: 35%;}
2975 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input{padding-right: 50px}
2976 input.url-inputs {width:100% !important;}
2977 .mysticky-welcomebar-page-option .url-content input[type="text"]{padding: 0 7px;}
2978 .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{padding-top: 0; margin-left: 7px;}
2979 .mysticky-welcomebar-setting-content-right .px-wrap span:first-child{margin:0 10px;}
2980 .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec_automatically{width: 52%;}
2981 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec{width: 100%; padding-right:50px;}
2982 .px-wrap {display: inline-flex; align-items: center;}
2983 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span {padding: 4px 10px 4px 0;}
2984 .mysticky-welcomebar-fixed-wrap {padding: 10px 0 !important;}
2985 .mysticky-welcomebar-poptin-content {font-size: 14px;}
2986 .msmenu-blockbox .stickymenu-box-button.settings-buttons #btn-config-disable { margin: 5px 0px; padding: 0 17px;}
2987 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn a {padding: 0 10px; font-size: 10px; height: 24px;}
2988 .mysticky-welcomebar-fixed .mysticky-couponbar-content p {font-size: 12px !important;}
2989 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content
2990 { width: 67%; justify-content: space-evenly; margin-left: 0px; min-width: unset;margin-top: 5px;}
2991 #welcombar-coupon-textbar_ifr{width: 99% !important;}
2992 .mysticky-welcomebar-setting-content-right.trigger-wrap{flex-wrap: unset;}
2993 .mysticky-welcomebar-setting-content-right.trigger-wrap .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{width: 54%;}
2994 .wrap.mystickymenu-contact-wrap .mystickymenu-btnbx {margin-bottom: 15px;}
2995 input#submit.button.button-primary { font-size: 20px; text-align: center; padding: 0 15px;}
2996 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box{width: 130px; margin-top: 0;}
2997 span.input-px {height: 34px;line-height: 34px;width: 40px;}
2998 }
2999 @media only screen and (max-width: 1100px) {
3000 .mysticky-welcomebar-setting-right {
3001 width: 340px;
3002 right: 10px;
3003 }
3004 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-box{
3005 display: flex;
3006 width: 50%;
3007 align-items: center;
3008 }
3009 .mysticky-welcomebar-url-buttons {
3010 width: 8%;
3011 }
3012 }
3013
3014 @media only screen and (max-width: 1024px) {
3015 .mysticky-welcomebar-setting-right {
3016 right: 10px;
3017 width: 310px;
3018 }
3019 .mysticky-welcomebar-setting-content > label {
3020 font-size: 16px;
3021 width: 200px;
3022 padding-right: 10px;
3023 }
3024 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {max-width: 250px;}
3025 .mysticky-welcomebar-fixed {padding: 0 10px 0 10px;}
3026 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
3027 width: 20px;
3028 height: 20px;
3029 line-height: 20px;
3030 right: 0px;
3031 }
3032 .mysticky-welcomebar-setting-right{width: 310px;}
3033 }
3034 @media only screen and (max-width: 912px) {
3035 .mysticky-welcomebar-setting-content,
3036 .email-send-lead-settings {width: 61%;}
3037 .mysticky-welcomebar-setting-right{width: 310px;}
3038 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content{width: 100%;}
3039 .mysticky-welcomebar-setting-content > label {font-size: 14px;}
3040 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content {width: 67%;}
3041 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-btn.collect-lead a{font-size: 12px;}
3042 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box{width: 120px; margin-top: 0;}
3043 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
3044 width: 100% !important;
3045 }
3046 .mysticky-welcomebar-url-select {width: 21%;}
3047 .mysticky-welcomebar-url-option {width: 22%;}
3048 .mysticky-welcomebar-expirydate {margin-bottom: 5px;}
3049 .mysticky-welcomebar-triggersec, .mysticky-welcomebar-expirydate-gmt{padding-left: 0px; }
3050 }
3051 @media only screen and (max-width: 840px) {
3052 .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade{margin-left: 5px;}
3053 .mysticky-welcomebar-setting-content-right{flex-wrap: wrap;}
3054 .x-color-wrap{width: 100%; margin-top: 15px; display: inline-block !important;;}
3055 .mysticky-welcomebar-setting-wrap label{font-size: 14px;}
3056 span.input-px {height: 34px;line-height: 34px;width: 40px;}
3057 .mysticky-welcomebar-switch .slider:before {height: 25px; width: 25px;}
3058 label.mysticky-welcomebar-switch,
3059 .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {width: 48px; height:26px;}
3060 .mysticky-welcomebar-switch input:checked + .slider:before {transform: translateX(18px);}
3061 .mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label:first-child{width: 70px;}
3062 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {margin-left: -12px;}
3063 .mysticky-right-side span{padding: 4px 5px 4px 0; font-size: 14px;}
3064 .wp-picker-container .wp-color-result.button {padding: 0 0 0 30px; margin: 0 6px 9px 0;}
3065 .mysticky-welcomebar-colorpicker.mysticky_welcomebar_btn_color label { margin-top: 0;}
3066 .timer_datetime_box input.mysticky_welcome_date_time{width:100px !important;}
3067 .mysticky-welcomebar-fixed-wrap input.preview-lead-email,
3068 .mysticky-welcomebar-fixed-wrap input.preview-lead-name{min-height: auto; height: 24px;}
3069 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content{margin:0 auto;}
3070 .mystickymenu-action-popup-footer .btn-enable.btn-nevermind-status{ margin: 10px auto;}
3071 .welcomebar-slider-text-option .welcomebar-slider-text input[type="text"]{width:187px;}
3072 .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3073 .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation,.contactus-tab-option{display:block; width:100%;}
3074 .mystickymenu-tab-documentation{margin-top:15px;}
3075 .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3076 .mystickymenu-welcome-img{text-align:center;}
3077 .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3078 .mysticky-welcomebar-setting-right{width: 275px;}
3079 .mysticky-welcomebar-setting-content-right select, #mystickymenu input[type=number] {width: 92%;}
3080 .welcomebar_height_content .px-wrap{width: 69%;}
3081 .welcomebar_height_content input[type="number"] {width: 195px !important;}
3082 .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action{width: 85%;}
3083 label.mysticky-welcomebar-switch .slider {width: 93%;}
3084 .px-wrap{width: 92%;}
3085 input[type=checkbox] , input[type=radio]{height: 1rem!important;width: 1rem!important;}
3086 input[type=checkbox]:checked:before{width: 1.3125rem!important;height: 1.3125rem!important;}
3087 .mysticky-welcomebar-setting-content{padding-bottom: 15px;}
3088 input[type=radio]:checked:before {vertical-align: middle;width: 0.5rem;height: 0.5rem;margin: 0.18rem;line-height: .76190476;}
3089 .mysticky-welcomebar-setting-content-right select, .mysticky-welcomebar-setting-content-right input[type="text"] {width: 92%;}
3090 .mysticky-welcomebar-setting-content .myStickymenu-upgrade{width: 150px;}
3091
3092 }
3093 @media only screen and (max-width: 782px) {
3094 .main-content, .main-sidebar {
3095 width: 100%;
3096 float: none;
3097 clear: both;
3098 }
3099 .mysticky-welcomebar-setting-right{width: 270px;}
3100 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
3101 display: none;
3102 }
3103 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
3104 display: inline-block;
3105 }
3106 }
3107 @media only screen and (max-width: 576px) {
3108 .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3109 .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3110 .msm-bgbox .stickymenu-box-button {text-align: center;}
3111 .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3112 .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings{padding: 15px 20px;}
3113 }
3114 @media only screen and (max-width: 480px) {
3115 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
3116 right: 7px;
3117 }
3118 }