PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.7.3
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.7.3
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 1 year ago mystickymenu-admin.css 1 year 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
3649 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: 20px;
327 padding-left: 23px;
328 padding-right: 23px;
329 height: 40px;
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: 230px;
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: 400px;
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:not(:hover) .myStickymenu-upgrade {
875 display: none;
876 }
877 .mysticky-welcomebar-page-option .url-content ,
878 .mysticky-page-option .url-content {
879 display: flex;
880 align-items: center;
881 }
882 .mysticky-welcomebar-page-option .url-content > div ,
883 .mysticky-page-option .url-content > div {
884 padding: 0 3px;
885 display: block;
886 }
887 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box,
888 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
889 width: auto;
890 text-align: right;
891 }
892 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
893 width: 300px;
894 }
895 .mysticky-welcomebar-page-option .url-content select {
896 width: 100%;
897 }
898 .mysticky-page-option .url-content select {
899 width: 250px;
900 }
901 .mystickymenu-page-target-wrap {
902 padding-bottom: 20px;
903 }
904 .mysticky-welcomebar-page-option .url-content input[type="text"] ,
905 .mysticky-page-option .url-content input[type="text"] {
906 height: 38px;
907 padding: 0 15px;
908 border-radius: 0;
909 vertical-align: bottom;
910 }
911 .mysticky-welcomebar-remove-rule ,
912 .mysticky-remove-rule {
913 color: #fff;
914 background-color: #666;
915 text-decoration: none;
916 display: inline-block;
917 vertical-align: top;
918 width: 38px;
919 height: 38px;
920 text-align: center;
921 border-radius: 4px;
922 font-size: 22px;
923 line-height: 35px;
924 }
925 .mysticky-welcomebar-page-options ,
926 .mysticky-page-options {
927 display: inline-block;
928 vertical-align: top;
929 width: 100%;
930 }
931 .mysticky-welcomebar-setting-right {
932 position: absolute;
933 top: 32px;
934 right: 20px;
935 width: 500px;
936 }
937 .mysticky-welcomebar-header-title::after {
938 content: "";
939 display: block;
940 clear: both;
941 }
942 .mysticky-welcomebar-preview-window {
943 float: right;
944 }
945 .mysticky-welcomebar-header-title {
946 padding-bottom: 20px;
947 }
948 .mysticky-welcomebar-preview-window ul {
949 margin: 0;
950 padding: 0;
951 }
952 .mysticky-welcomebar-preview-window ul li {
953 color: #7761DF;
954 display: inline-block;
955 vertical-align: top;
956 width: 36px;
957 height: 36px;
958 background-color: #DFDDF7;
959 border-radius: 50%;
960 text-align: center;
961 line-height: 36px;
962 margin-bottom: 0;
963 margin-left: 10px;
964 }
965 .mysticky-welcomebar-preview-window ul li.preview-active {
966 color: #fff;
967 background-color: #7761DF;
968 }
969 .mysticky-welcomebar-preview-window ul li .dashicons {
970 line-height: 36px;
971 }
972 .mysticky-welcomebar-preview-screen {
973 background-color: #ffffff;
974 border: 1px solid #DCE2E2;
975 border-radius: 10px;
976 margin: 0 auto;
977 padding: 0;
978 height: 400px;
979 position: relative;
980 overflow: hidden;
981 max-width: 100%;
982 -webkit-transition: all 0.5s ease 0s;
983 -moz-transition: all 0.5s ease 0s;
984 transition: all 0.5s ease 0s;
985 z-index:9;
986 }
987 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
988 max-width: 320px;
989 }
990 .mysticky-welcomebar-submit {
991 float: right;
992 padding-top: 50px;
993 margin-right: -20px;
994 }
995 .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
996 margin-right: 0;
997 padding-top: 30px;
998 }
999 .mysticky-welcomebar-submit input.button-secondary {
1000 background: #969696;
1001 border-color: #969696;
1002 color: #ffffff;
1003 text-transform: uppercase;
1004 border-radius: 31px;
1005 font-size: 20px;
1006 margin-right: 10px;
1007 margin-bottom: 1px;
1008 padding-left: 23px;
1009 padding-right: 23px;
1010 height: 40px;
1011 width: 200px;
1012 line-height: 40px;
1013 border: 0;
1014 box-shadow: none;
1015 font-weight: 600;
1016 text-shadow: none;
1017 }
1018 #mystickymenu .mysticky-welcomebar-submit input.button-secondary:hover {
1019 opacity: 0.7;
1020 background-color: #8c8f94;
1021 color: #FFFFFF;
1022 }
1023 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons ,
1024 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-buttons {
1025 padding-right: 0;
1026 }
1027 .ui-dialog-buttonset .green-btn.ui-button {
1028 background-color: #00c67c;
1029 border-color: #00c67c;
1030 color: #fff;
1031 }
1032 .mysticky-welcomebar-thankyou-display {
1033 padding-top: 10px;
1034 }
1035 div#wp-mysticky_bar_text-wrap,
1036 div#wp-welcombar-coupon-textbar-wrap,
1037 #wp-mysticky_thankyou_screen_text-wrap{
1038 /*width: 46%;*/
1039 }
1040 .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {
1041 width: 55px;
1042 }
1043 .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action {
1044 display: block;
1045 }
1046 .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec_automatically {
1047 width: 150px;
1048 }
1049 .mysticky-welcomebar-triggersec,
1050 .mysticky-welcomebar-expirydate-gmt {
1051 position: relative;
1052 display: inline-block;
1053 vertical-align: top;
1054 padding-left: 20px;
1055 }
1056 #mysticky_welcomebar_expirydate_gmt optgroup {
1057 display: none;
1058 }
1059 #mysticky_welcomebar_expirydate_gmt optgroup[label="Manual Offsets"] {
1060 display: block;
1061 }
1062 .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
1063 box-sizing: border-box;
1064 }
1065 .mystickymenu-new-widget-wrap {
1066 border-radius: 10px;
1067 box-shadow: 0 0 6px #ccc;
1068 padding: 10px;
1069 margin: 20px auto 0 auto;
1070 width: 100%;
1071 max-width: 776px;
1072 background: #fff url(../images/new_widget_bg.png) no-repeat right bottom;
1073 background-size: auto 100%;
1074 font-family: 'Lato', sans-serif;
1075 line-height: 20px;
1076 }
1077 .mystickymenu-new-widget-wrap h2 {
1078 font-style: normal;
1079 font-weight: 600;
1080 font-size: 20px;
1081 line-height: 30px;
1082 color: #1e1e1e;
1083 margin: 0;
1084 text-align: center;
1085 }
1086 a.new-upgrade-button {
1087 height: 40px;
1088 background: #7761DF;
1089 border-radius: 100px;
1090 border: solid 1px #7761DF;
1091 display: inline-block;
1092 text-align: center;
1093 color: #fff;
1094 line-height: 40px;
1095 margin: 10px 0 10px 10px;
1096 padding: 0 25px;
1097 text-decoration: none;
1098 text-transform: uppercase;
1099 }
1100 .mystickymenu-new-widget-row ul {
1101 display: flex;
1102 align-items: center;
1103 flex-wrap: wrap;
1104 margin-top: 0;
1105 margin-bottom: 0;
1106 }
1107 .mystickymenu-new-widget-row ul li {
1108 width: 33.33%;
1109 padding: 10px 10px 0px;
1110 margin-bottom: 0;
1111 }
1112 .mystickymenu-feature {
1113 margin: 30px 0 0 0;
1114 background: #fff;
1115 border: 1px solid #605dec;
1116 box-sizing: border-box;
1117 border-radius: 4px;
1118 padding: 30px 15px 10px 15px;
1119 min-height: 186px;
1120 position: relative;
1121 }
1122 .mystickymenu-feature-top {
1123 width: 50px;
1124 height: 50px;
1125 border: solid 1px #605dec;
1126 border-radius: 50%;
1127 position: absolute;
1128 left: 0;
1129 right: 0;
1130 margin: 0 auto;
1131 top: -25px;
1132 background: #fff;
1133 z-index: 11;
1134 padding: 10px;
1135 }
1136 .feature-title {
1137 font-family: 'Lato', sans-serif;
1138 font-style: normal;
1139 font-weight: 700;
1140 font-size: 13px;
1141 line-height: 18px;
1142 color: #1e1e1e;
1143 }
1144 .feature-description {
1145 font-family: 'Lato', sans-serif;
1146 font-style: normal;
1147 font-weight: 400;
1148 font-size: 13px;
1149 line-height: 18px;
1150 color: #1e1e1e;
1151 }
1152 .mystickymenu-feature-top img {
1153 width: auto;
1154 height: auto;
1155 max-width: 100%;
1156 max-height: 100%;
1157 }
1158 /*23-07-2020*/
1159 .mystickymenu-popup-form {
1160 display: block;
1161 position: fixed;
1162 top: 0;
1163 left: 0;
1164 width: 100%;
1165 height: 100vh;
1166 background: rgba(0,0,0,0.5);
1167 z-index: 10001;
1168 font-weight: normal;
1169 color: #000000;
1170 }
1171 .popup-title {
1172 font-size: 26px;
1173 padding-bottom: 15px;
1174 font-family: 'Lato', sans-serif;
1175 }
1176 .popup-description {
1177 letter-spacing: .4px;
1178 font-family: sans-serif;
1179 padding-bottom: 10px;
1180 }
1181 .select-field select {
1182 width: 100%;
1183 }
1184 button.popup-form-btn {
1185 background: #7761DF;
1186 border: none;
1187 cursor: pointer;
1188 padding: 10px 25px;
1189 color: #fff;
1190 margin: 15px 0 0;
1191 border-radius: 35px;
1192 }
1193 .mystickymenu-consent-main-field .mystickymenu-icon-wrap input {
1194 padding-right: 40px;
1195 }
1196
1197 .welcomebar-icon-wrap.welcomebar-widget-title{
1198 width: 25%;
1199 margin-bottom: 10px;
1200 position: relative;
1201 }
1202 .welcomebar-icon-wrap.welcomebar-widget-title input[type="text"] {
1203 width: 100%;
1204 height: 38px;
1205 border-radius: 24px;
1206 padding-left: 15px;
1207 padding-right: 15px;
1208 }
1209 .welcomebar-icon-wrap.welcomebar-widget-title i {
1210 font-size: 20px;
1211 position: absolute;
1212 top: 50%;
1213 right: 10px;
1214 -webkit-transform: translateY(-50%);
1215 -moz-transform: translateY(-50%);
1216 transform: translateY(-50%);
1217 }
1218 .mystickymenu-popup-content a.welcomebar-close {
1219 width: 16px;
1220 height: 16px;
1221 line-height: 16px;
1222 position: absolute;
1223 top: 6px;
1224 right: 6px;
1225 z-index: 1;
1226 opacity: .75;
1227 }
1228 .mysticky-custom-fields-tooltip{
1229 position: relative;
1230 margin-left: 5px;
1231 }
1232 .mysticky-custom-fields-tooltip:hover p {
1233 bottom: 100%;
1234 opacity: 1;
1235 visibility: visible;
1236 }
1237 .mysticky-custom-fields-tooltip a.mysticky-tooltip {
1238 width: 20px;
1239 height: 20px;
1240 line-height: 20px;
1241 border-radius: 35px;
1242 padding: 0;
1243 text-align: center;
1244 font-size: 12px;
1245 display: inline-block;
1246 color: #ffffff;
1247 text-decoration: none;
1248 margin-top: 0 !important;
1249 }
1250 .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
1251 text-transform: uppercase;
1252 color: #1E1E1E;
1253 }
1254 .mysticky-custom-fields-tooltip p {
1255 margin: 0;
1256 margin-bottom: 0px;
1257 background-color: #000;
1258 width: 380px;
1259 padding: 10px 10px;
1260 border-radius: 8px;
1261 color: #fff;
1262 position: absolute;
1263 bottom: 200%;
1264 left: -20px;
1265 margin-bottom: 10px;
1266 -webkit-transition: all 0.5s ease 0s;
1267 -moz-transition: all 0.5s ease 0s;
1268 transition: all 0.5s ease 0s;
1269 opacity: 0;
1270 visibility: hidden;
1271 }
1272 .mysticky-custom-fields-tooltip p::before {
1273 content: "";
1274 border-top: 10px solid #000;
1275 border-left: 10px solid transparent;
1276 border-right: 10px solid transparent;
1277 width: 0;
1278 height: 0;
1279 position: absolute;
1280 bottom: -8px;
1281 left: 25px;
1282 }
1283 .mysticky-welcomebar-poptin-content{
1284 font-size: 18px;
1285 display: flex;
1286 align-content: center;
1287 }
1288 .mysticky-welcomebar-poptin-content a{
1289 display: inline-block;
1290 padding: 0 5px;
1291 text-decoration: none;
1292 }
1293 .mysticky-welcome-poptin-logo{width: 100px;}
1294
1295 /*----------------------------New css 13-12-21----------------*/
1296 .mysticky-welcomebar-countdownbg-color .col-1,
1297 .mysticky-welcomebar-countdownbg-color .col-2{margin:25px 0;}
1298
1299 .mysticky-welcomebar-countdownbg-color .col-1 label,
1300 .mysticky-welcomebar-countdownbg-color .col-2 label
1301 {
1302 display: inline-block;
1303 width: 160px;
1304 margin-right:16px;
1305 }
1306 .mysticky-welcomebar-countdownbg-color .col-1 .mysticky_welcomebar_timerbg_color,
1307 .mysticky-welcomebar-countdownbg-color .col-2 .mysticky_welcomebar_timertxt_color
1308 {display: inline;}
1309 .mysticky-welcomebar-countdowntimer{display:flex;}
1310 .mysticky-welcomebar-countdowntimer label{
1311 width:245px; display:flex;
1312 align-items: center;
1313 }
1314 .mysticky-welcomebar-timer-position{display:flex;}
1315 .mysticky-welcomebar-timer-position label.intitle{
1316 width:166px; display:flex;
1317 align-items: center;
1318 }
1319 .ui-timepicker-table tr td{
1320 padding:8px !important;
1321 }
1322 .ui-timepicker-table tr td .ui-widget-header{
1323 background:#7761DF;
1324 width:100% !important;
1325 }
1326 #ui-datepicker-div .ui-datepicker-header{
1327 background:#7761DF;
1328 }
1329 .mysticky-right-side label input[type="radio"] {
1330 display: none;
1331 }
1332 .mysticky-right-side span {
1333 display: inline-block;
1334 padding: 4px 21px 4px 0;
1335 font-family: 'Lato', sans-serif;
1336 font-size: 16px;
1337 cursor: pointer;
1338 position: relative;
1339 }
1340 .mysticky-right-side span:after{
1341 content:"";
1342 position: absolute;
1343 bottom:0;
1344 width:84%;
1345 height:3px;
1346 background: #6558f5;
1347 display:none;
1348 }
1349 .mysticky-right-side span:hover:after,
1350 .mysticky-right-side input[type="radio"]:checked ~ span:after {
1351 display:block;
1352 }
1353 .mysticky-right-side input[type="radio"]:checked ~ span {
1354 color:#6558f5;
1355 }
1356 .mysticky-welcomebar-timer-show-left .counter-timer,
1357 .mysticky-welcomebar-timer-show-right .counter-timer
1358 {
1359 display:inline-flex !important;
1360 align-items: center;
1361 font-size:14px;
1362 font-weight:500;
1363 }
1364 .mysticky-welcomebar-timer-show-left .counter-timer span,
1365 .mysticky-welcomebar-timer-show-right .counter-timer span
1366 {
1367 width:22px !important;
1368 height:22px;
1369 margin:0 6px;
1370 text-align:center;
1371 border-radius:6px;
1372 background:#000;
1373 color:#fff;
1374 line-height:22px;
1375 align-items: center;
1376 }
1377
1378 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
1379 display: none;
1380 vertical-align: top;
1381 width: 20px;
1382 height: 20px;
1383 text-align: center;
1384 text-decoration: none;
1385 line-height: 20px;
1386 border-radius: 5px;
1387 color: #000;
1388 position: absolute;
1389 top: 5px;
1390 right: 5px !important;
1391 text-shadow: 0 0 0px #fff;
1392 -webkit-transition: all 0.5s ease 0s;
1393 -moz-transition: all 0.5s ease 0s;
1394 transition: all 0.5s ease 0s;
1395 -webkit-transform-origin: 50% 50%;
1396 -moz-transform-origin: 50% 50%;
1397 transform-origin: 50% 50%;
1398 }
1399 .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
1400 opacity: 1;
1401 -webkit-transform: rotate(180deg);
1402 -moz-transform: rotate(180deg);
1403 transform: rotate(180deg);
1404 }
1405 .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
1406 font-size: 27px;
1407 }
1408 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1409 display: inline-block;
1410 }
1411 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
1412 margin: 0 15px;
1413 }
1414 .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
1415 opacity: 1;
1416 -webkit-transform: rotate(180deg);
1417 -moz-transform: rotate(180deg);
1418 transform: rotate(180deg);
1419 }
1420 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1421 display: inline-block;
1422 }
1423 /* tooltip css */
1424 .tooltip {
1425 position: relative;
1426 display: inline-block;
1427 border-bottom: 1px dotted black;
1428 }
1429 .tooltip .tooltiptext {
1430 visibility: hidden;
1431 width: 80px;
1432 background-color: black;
1433 color: #fff;
1434 text-align: center;
1435 border-radius: 6px;
1436 padding: 5px 0;
1437 position: absolute;
1438 z-index: 1;
1439 bottom: 150%;
1440 left: 50%;
1441 margin-left: -45px;
1442 }
1443 .tooltip .tooltiptext::after {
1444 content: "";
1445 position: absolute;
1446 top: 100%;
1447 left: 50%;
1448 margin-left: -5px;
1449 border-width: 5px;
1450 border-style: solid;
1451 border-color: black transparent transparent transparent;
1452 }
1453 .tooltip:hover .tooltiptext {
1454 visibility: visible;
1455 }
1456
1457 /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
1458 .mystickymenu-wrap{text-align:center;}
1459 .mystickymenu-newwelcomebar-contents a,
1460 .mystickymenu-widgets-btn-wrap a{
1461 display:inline-flex;
1462 color:#fff;
1463 font-size:16px;
1464 font-weight:500;
1465 font-family: 'Lato', sans-serif;
1466 padding:10px 20px;
1467 text-decoration:none;
1468 background:#6558F5;
1469 border-radius:5px;
1470 align-items: center;
1471 box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
1472 }
1473 .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
1474 .mystickymenu-tab-box{
1475 width:25%;
1476 margin:10px;
1477 display:flex;
1478 border:1px solid #C3CFD9;
1479 flex-direction: column;
1480 justify-content: space-between;
1481 padding-bottom:15px;
1482 background-color:#fff;
1483 }
1484 .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
1485 .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
1486 padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
1487 .stickymenu-box-container p{font-size:14px;}
1488 .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
1489 .mystickymenu-tab-box .stickymenu-box-button a{
1490 display: inline-flex;
1491 color: rgba(21, 25, 32, 0.5);
1492 font-size: 16px;
1493 font-weight: 500;
1494 font-family: 'Lato', sans-serif;
1495 padding: 12px 61px;
1496 text-decoration: none;
1497 border: 1px solid rgba(86, 103, 137, 0.26);
1498 border-radius: 8px;
1499 align-items: center;
1500 background: none;
1501 line-height: 24px;
1502
1503 }
1504 table.mystickymenu-widgets-lists td{
1505 border:0.5px solid #F1F1F1;
1506 }
1507 /*border radiuse in dashboard table */
1508 table.mystickymenu-widgets-lists th{
1509 border-top: 0 !important;
1510 border-bottom: 1px solid #F1F1F1 !important;
1511 border-left: 1px solid #F1F1F1 !important;
1512 border-right: 1px solid #F1F1F1 !important;
1513 }
1514 .mystickymenu-dashboard table tr:first-child th:first-child{
1515 border-top-left-radius: 10px;
1516 border-top: 0 !important;
1517 border-left: 0 !important;
1518 border-bottom: 0.2px #F1F1F1 !important;
1519 border-right: 0.2px #F1F1F1 !important;
1520 }
1521 .mystickymenu-dashboard table tr:first-child th:last-child {
1522 border-top-right-radius: 10px;
1523 border-top: 0 !important;
1524 border-left: 0.2px #F1F1F1 !important;
1525 border-bottom: 0.2px #F1F1F1 !important;
1526 border-right: 0 !important;
1527 }
1528 .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
1529 margin:30px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
1530 .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
1531 .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
1532 .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
1533 /**/
1534 .mystickymenupopup-overlay{
1535 display:none;
1536 position: fixed;
1537 top: 0;
1538 left: 0;
1539 width: 100%;
1540 height: 100%;
1541 background-color: rgba(0,0,0,0.3);
1542 z-index: 9995;
1543 }
1544 .mystickymenu-action-popup{
1545 position: fixed;
1546 top: 80px;
1547 left: 50%;
1548 -webkit-transform: translateX(-50%);
1549 -moz-transform: translateX(-50%);
1550 transform: translateX(-50%);
1551 z-index: 9999;
1552 width: 500px;
1553 background-color: #fff;
1554 padding: 0 0 28px 0;
1555 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
1556 border-radius:10px;
1557 }
1558 .mystickymenu-action-popup-header{
1559 padding: 25px 25px 40px 25px;
1560 border-bottom: 1px solid #EAEFF2;
1561 }
1562 .mystickymenu-action-popup-header h3{
1563 margin: 0 0 0 11px !important;
1564 position:relative;
1565 float:left;
1566
1567 }
1568 .mystickymenu-action-popup .mystickymenu-action-popup-body p{
1569 text-align: left;
1570 float: left;
1571 margin-left: 0;
1572 padding: 0 10px;
1573 font-size: 16px;
1574 font-weight: 400;
1575 font-style: normal;
1576 color: #181749;
1577 }
1578 .mystickymenu-action-popup-header span{
1579 float:right;
1580 }
1581 .mystickymenu-action-popup-footer button{cursor: pointer !important;}
1582 .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
1583 display: inline-flex;
1584 color: #fff;
1585 background: #F33;
1586 font-size: 15px;
1587 font-weight: 500;
1588 padding: 12px 80px;
1589 text-decoration: none;
1590 border-radius: 8px;
1591 align-items: center;
1592 margin-left: 15px;
1593 border: none;
1594 line-height: 24px;
1595 }
1596 .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
1597 .first-widget-popup{
1598 text-align:center;
1599 position: fixed;
1600 top: 50%;
1601 left: 50%;
1602 -webkit-transform: translate(-50%,-50%);
1603 -moz-transform: translate(-50%,-50%);
1604 transform: translate(-50%,-50%);
1605 z-index: 99991;
1606 width: 600px;
1607 background-color: #fff;
1608 padding: 30px;
1609 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
1610 border-radius:10px;
1611
1612 }
1613 .first-widget-popup h4,.first-widget-popup p,.first-widget-popup span,.first-widget-popup button,.first-widget-popup a{
1614 font-family:'Lato', sans-serif;
1615 }
1616 .first-widget-popup h4{
1617 font-weight: 600;
1618 font-size: 24px;
1619 line-height: 34px;
1620 color: #181749;
1621 margin:16px 0 0 0;
1622 }
1623 .first-widget-popup p{
1624 font-size: 16px;
1625 margin-top: 0px;
1626 padding: 0 32px;
1627 font-weight: 400;
1628 line-height: 24px;
1629 font-style: normal;
1630 }
1631 .first-widget-popup-contant{
1632 background: #F8F7FF;
1633 text-align: left;
1634 border-radius: 4px;
1635 padding: 0px 9px;
1636 }
1637 .first-widget-popup-contant h4{
1638 font-weight: 600;
1639 font-size: 16px;
1640 line-height: 34px;
1641 color: #181749;
1642 margin: 26px 0 0 0;
1643 font-family: inherit;
1644 }
1645 .first-widget-popup-contant p{
1646 font-size: 14px;
1647 margin-top: 16px;
1648 font-weight: 400;
1649 line-height: 33px;
1650 margin: 0px;
1651 padding: 0px;
1652 font-style: normal;
1653 color:#181749;
1654 font-family: inherit;
1655 }
1656 .first-widget-popup a.btn-back-dashboard{
1657 display:inline-flex;
1658 color:#fff;
1659 font-size:15px;
1660 font-weight:500;
1661 padding:10px 20px;
1662 text-decoration:none;
1663 background:#6558F5;
1664 border-radius:30px;
1665 align-items: center;
1666 margin: 36px 0 10px 0;
1667 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
1668 }
1669 .firstwidget-popup-contain a.btn-dashboard {
1670 font-size: 16px;
1671 font-weight: 400;
1672 color: #5F5DE4;
1673 }
1674 .close-chaty-maxvisitor-popup{
1675 position:absolute;
1676 top:17px;
1677 right:17px;
1678 }
1679 .mysticky-stickymenu-header-title h3{
1680 color:#1d2327;
1681 display: inline-block;
1682 }
1683 .stickymenu-switch{
1684 display: inline-block;
1685 width: 55px;
1686 height: 30px;
1687 position: relative;
1688 margin: 0 0 8px 10px;
1689 }
1690 .stickymenu-switch .slider:before{
1691 background-color: #ffffff;
1692 }
1693 .stickymenu-switch input:checked + .slider {
1694 background-color: #7761DF;
1695 border: 2px solid #7761DF;
1696 }
1697 .firstwidget-popup-contain a{
1698 color: #3c434a;
1699 text-decoration: none;
1700 }
1701 a.copyicon{text-decoration:none; color:#000;}
1702 .mystickymenu-dashboard{text-align:left;}
1703 .mystickymenu-dashboard .welcomebars-list-table{
1704 background:#fff;
1705 padding:20px 40px;
1706 text-align:center;
1707 }/*--------------------------------20-1-22------------------------------*/
1708 .mystickymenu-dashboard h3{
1709 margin: 5px 0;
1710 }
1711 .mystickymenu-dashboard .header-section{
1712 display: flex;
1713 justify-content: space-between;
1714 padding: 0 0 24px 0;
1715 border-bottom: 1px solid #EBEBEB;
1716 width: 100%;
1717 }/*---------------------30-2-2022-----------------------------*/
1718 .mystickymenu-dashboard .heading-title{display:inline-flex;}
1719 .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
1720 .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; margin:20px 0;}
1721 .contactus-tab-option,.mystickymenu-tab-documentation{width:100%;}
1722 .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;}
1723 .stickymenu-tab-option{margin-bottom:15px;}
1724 .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
1725 box-sizing:border-box;}
1726 /*-----------------------------6-1-22--------------------------------*/
1727
1728 .stickymenu-box-container ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
1729 .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;}
1730 .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
1731 .msm-bgbox .stickymenu-box-button{display: block; padding:0 15px 15px 48px;}
1732 .msm-bgbox .stickymenu-box-button a{
1733 display:inline-flex;
1734 color:#6558F5;
1735 font-size:16px;
1736 font-weight:500;
1737 font-family: 'Lato', sans-serif;
1738 padding:0 15px;
1739 text-decoration:none;
1740 border:1px solid #6558F5 !important;
1741 border-radius:5px;
1742 align-items: center;
1743 background:none;
1744 line-height:34px;
1745 }
1746 .contactus-title, .premio-footer-option,
1747 .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
1748 .premio-footer-option{margin-top:6px;}
1749 .premio-footer-option h3{color:#6558F5;}
1750 .premio-footer-option h4{margin:5px 0;}
1751 .premio-footer-option .premio-content-list{width:62%; margin:0;}
1752 a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
1753 a.copyicon1 span{text-decoration:none;}
1754 .dashicons-facebook-alt{color:#3B5998 !important;}
1755 .dashicons-twitter{color:#00ACEE !important;}
1756 .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
1757 .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
1758 .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
1759 .mystickymenu-wrap .mystickymenu-welcome-img img{max-width:80%; height:auto; text-align:center;}
1760 .mystickymenu-newwelcomebar-contents{margin:0 10px;}
1761 .mystickymenu-features{text-align:center;}
1762 .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
1763 background: #F6F5FE;
1764 padding: 30px 15px 15px 15px;
1765 border-radius: 15px;
1766 margin-top: -20px;
1767 }
1768 .mystickymenu-features-list ul.documents-wrap-list{margin:15px 15px 15px 30px;}
1769 .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
1770 .documents-wrap-list{ text-align:left; list-style-type:disc;}
1771 .documents-wrap-list li{ margin-bottom:16px;}
1772 .mystickymenu-feature-title{
1773 display:inline-flex;
1774 color:#fff;
1775 font-size:16px;
1776 font-weight:500;
1777 font-family: 'Lato', sans-serif;
1778 padding:10px 20px;
1779 text-decoration:none;
1780 background:#6558F5;
1781 border-radius:5px;
1782 align-items: center;
1783 margin-top:15px;
1784 }
1785 .mystickymenu-feature-title img{width:22px; margin-right:7px;}
1786 .welcomebars-list-table .mysticky-welcomebar-switch .slider{
1787 background-color: #FF424D;
1788 border: 2px solid #FF424D;
1789 }
1790 .mystickymenu-action-popup-footer{
1791 text-align:center;
1792 display:inline-block;
1793 margin-top:15px;
1794 }
1795 #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
1796 display: block;
1797 }
1798 .welcombar-enabled-status .mystickymenu-action-popup-footer{
1799 display: block;
1800 }
1801 #mysticky-sticky-save-confirm .mystickymenu-action-popup-footer{
1802 display: block;
1803 }
1804 /*-------------------------// 6-1-22 //------------------*/
1805 .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
1806 .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
1807 .stickymenu-box-button,
1808 .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
1809 .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
1810 .contactus-title h3, .mystickymenu-tab-documentation h3,
1811 .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
1812 .stickymenu-tab-option{padding:0 0 10px 0 !important;}
1813 .stickymenubox-title-section h3,
1814 .mystickymenu-tab-documentation h3, .contactus-title
1815 {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;} /*---------------------------------------20-1-22-------------*/
1816 .contactus-title h3{margin:0;}
1817 .stickymenubox-title-section h3{margin:0 !important;}
1818 .contact-recent-lead .stickymenubox-title-section h3{padding: 24px 15px 24px 15px;}
1819 .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
1820 .stickymenu-settings{padding:15px 20px 15px 40px; } /*--------------------------------------------------------------------20-1-22---*/
1821 .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
1822 font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
1823 .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
1824 a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
1825 .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
1826 .premio-footer-option h3 img{width:70px; height:auto; margin-right:10px;}
1827 /*--------------------------------------------# 12-1-22 #----------------*/
1828
1829 .mysticky-welcomebar-fixed-wrap{flex-wrap: wrap; justify-content: space-between !important;}
1830 .mysticky-welcomebar-timer-show-right{order: 3; display: inline-flex; width:100%; margin-top:15px;}
1831 .mysticky-welcomebar-content{text-align:center;display: inline-flex; order: 1; margin:5px 5px!important;}
1832 .mysticky-welcomebar-btn{order: 4;}
1833 .mysticky-welcomebar-timer-show-right .counter-timer span,
1834 .mysticky-welcomebar-timer-show-left .counter-timer span{margin:0 !important;}
1835 .mysticky-welcomebar-timer-show-right .counter-main-block,
1836 .mysticky-welcomebar-timer-show-left .counter-main-block{margin:0 5px !important;}
1837 .mysticky-welcomebar-timer-show-right .counter-main-block label,
1838 .mysticky-welcomebar-timer-show-left .counter-main-block label{font-size:11px !important;}
1839 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{padding-left: 0 !important; margin:0;}
1840 .add_new_welcombar:hover{
1841 opacity: 0.9;
1842 }
1843 .tooltip img{
1844 width:35px;
1845 }
1846
1847 .mystickymenu-newwelcomebar-contents{
1848 max-width: 432px;
1849 }
1850 #stickymenu_status_ok{
1851 background-color:#28C67C;
1852 }
1853 .mysticky-welcomebar-content p{
1854 word-wrap: break-word;
1855 width: 100%;
1856 }
1857 .mystickymenu-widgets-lists tr td{
1858 font-size:16px;
1859 }
1860 .mystickymenu-widgets-lists tr th{
1861 font-size:16px;
1862 }
1863 #welcomebar-save-confirm{
1864 width: 677px;
1865 padding: 0 10px 28px 10px;
1866 }
1867 #welcomebar-save-confirm .mystickymenu-action-popup-footer{
1868 display: block;
1869 }
1870 #mysticky-sticky-save-confirm{
1871 width:600px;
1872 }
1873 #stickymenu_status_ok{
1874 padding: 12px 40px;
1875 }
1876 .left-cta{
1877 order: 2;
1878 margin: 0 10px 0 0 !important;
1879 }
1880 .right-cta{
1881 order: 4;
1882 padding-bottom:5px;
1883 }
1884 /* ToolTip Side */
1885 .html-tooltip {
1886 position: relative;
1887 display: inline-block;
1888 }
1889 .dashicons,
1890 .dashicons-before:before {
1891 font-family: dashicons;
1892 display: inline-block;
1893 line-height: 1;
1894 font-weight: 400;
1895 font-style: normal;
1896 color: #9e9e9e;
1897 speak: none;
1898 text-decoration: inherit;
1899 text-transform: none;
1900 text-rendering: auto;
1901 -webkit-font-smoothing: antialiased;
1902 -moz-osx-font-smoothing: grayscale;
1903 width: 20px;
1904 height: 20px;
1905 font-size: 20px;
1906 vertical-align: top;
1907 text-align: center;
1908 transition: color 0.1s ease-in;
1909 }
1910 .dashicons-editor-help:before {
1911 content: "";
1912 }
1913 .html-tooltip.side .tooltip-text {
1914 bottom: 125%;
1915 left: 100%;
1916 margin-left: 0;
1917 top: 5px;
1918 transform: translateY(-50%);
1919 -webkit-transform: translateY(-50%);
1920 }
1921 .html-tooltip .tooltip-text {
1922 visibility: hidden;
1923 width: 417px;
1924 background-color: #333;
1925 color: #fff;
1926 text-align: left;
1927 border-radius: 6px;
1928 padding: 10px;
1929 position: absolute;
1930 z-index: 1201;
1931 bottom: 125%;
1932 left: 50%;
1933 margin-left: -150px;
1934 opacity: 0;
1935 transition: opacity 0.3s;
1936 font-size: 12px;
1937 line-height: 18px;
1938 top: 100%;
1939 height: 125px;
1940 }
1941 .html-tooltip:hover .tooltip-text {
1942 visibility: visible;
1943 opacity: 1;
1944 z-index: 9999999;
1945 }
1946 .html-tooltip.side .tooltip-text:after {
1947 top: 50%;
1948 left: -5px;
1949 transform: rotate(180deg);
1950 -webkit-transform: rotate(90deg);
1951 }
1952 .html-tooltip .tooltip-text:after {
1953 content: "";
1954 position: absolute;
1955 top: -10px;
1956 left: 50%;
1957 margin-left: -5px;
1958 border-width: 5px;
1959 border-style: solid;
1960 border-color: #333 transparent transparent transparent;
1961 transform: rotate(180deg);
1962 -webkit-transform: rotate(180deg);
1963 }
1964 .html-tooltip .tooltip-text img {
1965 width: 100%;
1966 height: auto;
1967 display: block;
1968 margin: 10px 0 0 0;
1969 }
1970 .pagination {
1971 display: flex;
1972 margin: 16px 0px 0 0;
1973 justify-content: end;
1974 }
1975 .pagination span.page-numbers,
1976 .pagination a {
1977 color: #BDBDBD;
1978 float: left;
1979 text-decoration: none;
1980 margin: 0 5px;
1981 border: 1px solid #BDBDBD;
1982 border-radius: 50%;
1983 width: 56px;
1984 height: 56px;
1985 font-size: 16px;
1986 font-weight: 500;
1987 font-style: normal;
1988 line-height: 56px;
1989 }
1990 .pagination .page-numbers.dots{
1991 border-radius: unset;
1992 border: unset;
1993 }
1994 .pagination span.current,
1995 .pagination a.active {
1996 background-color: #6558F5;
1997 color: white;
1998 border-radius: 50%;
1999 width: 56px;
2000 height: 56px;
2001 border:unset;
2002 }
2003 .pagination a:hover:not(.active) {
2004 background-color: #ddd;
2005 border-radius: 50%;
2006 }
2007 .mystickymenu-widgets-lists thead tr{
2008 height: 63px;
2009 }
2010 .mystickymenu-widgets-lists tr{
2011 height: 88px;
2012 }
2013 .mysticky-welcomebar-backword-page a{
2014 text-decoration: none;
2015 }
2016 .mysticky-welcomebar-backword-page{
2017 padding: 0;margin: 0;float: right;
2018 }
2019 .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: right; margin-top: 28px;}
2020 .mysticky-stickymenu-backword-page a{text-decoration:none;}
2021
2022 .save_view_dashboard{
2023 width: auto !important;
2024 background: #6558F5 !important;
2025 border: 1px solid #6558F5 !important;
2026 margin-left:10px !important;
2027 }
2028 .save_view_dashboard:hover{
2029 opacity: 0.8 !important;
2030 }
2031 .timer-message a{
2032 /* text-decoration:none; */
2033 color:#2271b1 !important;
2034 text-decoration:underline;
2035 }
2036 .timer-message p{
2037 padding: 0 10px;
2038 }
2039 .msm-active-license{
2040 max-width:unset !important;
2041 }
2042 .visit_site_link{
2043 text-decoration:none !important;
2044 position:relative;
2045 }
2046 .visit_site_link::after{
2047 content: '';
2048 width: 100%;
2049 border-bottom: solid 1px #2271b1;
2050 position: absolute;
2051 left: 0;
2052 bottom: 0;
2053 z-index: 1;
2054 height: 1px;
2055 }
2056 .timer_datetime_box input[type=number]{
2057 width: 135px !important;
2058 margin-right: 24px !important;
2059 }
2060 .timer_datetime_box .col-1 label,
2061 .timer_datetime_box .col-2 label{
2062 margin: 10px 0 0 8px;
2063 display:block;
2064 }
2065 /*----------------------------------------------------------*/
2066 .mysticky-welcomebar-page-option .url-content input.url-inputs{
2067 width: 22vw;
2068 }
2069 .timer-color-text-tooltip{
2070 margin-left: 3px
2071 }
2072 .mystickymenu-widgets-lists .tooltip {
2073 opacity: 1;
2074 position: relative;
2075 display: inline-block;
2076 }
2077 .mysticky-welcomebar-setting-content-right .x-color-wrap {
2078 display: inline-flex;
2079 position: relative;
2080 }
2081 .mysticky-welcomebar-setting-content-right .x-color-wrap label {
2082 width: auto;
2083 }
2084 span.mysticky-welcomebar-colorpicker.color-x-input {
2085 margin-top: -5px;
2086 position: absolute;
2087 left: 60px;
2088 }
2089 .x-color-wrap .wp-picker-holder .iris-picker.iris-border {
2090 z-index: 10;
2091 }
2092 .mysticky-show-couponbar .mysticky-welcomebar-colorpicker .mysticky-welcomebar-setting-content-right {
2093 width: 10%;
2094 opacity: 1;
2095 }
2096 .mysticky-show-couponbar .mysticky-welcomebar-colorpicker label {
2097 width: auto;
2098 }
2099 .mysticky-show-couponbar div#wp-welcombar-coupon-textbar-editor-container {
2100 width: 100%;
2101 }
2102 .mystickymenu-bar-option{
2103 margin-top:10px;
2104 margin-bottom:30px;
2105 position: relative;
2106 }
2107 .mystickymenu-bar-option input[type="radio"] {
2108 display: none;
2109 }
2110 .mystickymenu-bar-option label {
2111 width: unset;
2112 padding-right: 40px;
2113 display: inline-block;
2114 }
2115 .mystickymenu-bar-option span {
2116 display: inline-block;
2117 }
2118 .mystickymenu-bar-option input[type="radio"]:checked ~ span {
2119 color: #6558f5;
2120 }
2121 .mystickymenu-bar-option span:hover:after, .mystickymenu-bar-option input[type="radio"]:checked ~ span:after {
2122 display: block;
2123 }
2124 .mystickymenu-bar-option label:first-child span:hover:after, .mystickymenu-bar-option label:first-child input[type="radio"]:checked ~ span:after{
2125 display: block;
2126 width: 100%;
2127 max-width: 54px;
2128 }
2129 .mystickymenu-bar-option span:after {
2130 content: "";
2131 position: absolute;
2132 bottom: -5px;
2133 width: 100%;
2134 height: 3px;
2135 background: #6558f5;
2136 display: none;
2137 max-width: 82px;
2138 }
2139 .mysticky-couponbar-fixed {
2140 background-color: #03ed96;
2141 font-family: Poppins;
2142 position: absolute;
2143 -webkit-transition: all 1s ease 0s;
2144 -moz-transition: all 1s ease 0s;
2145 transition: all 1s ease 0s;
2146 opacity: 1;
2147 top: 97px;
2148 width: 100%;
2149 height: 60px;
2150 }
2151 .mysticky-welcomebar-preview-screen .mysticky-couponbar-content {
2152 width: 100%;
2153 display:flex;
2154 align-items: center;
2155 }
2156 a.mysticky-couponbar-close {
2157 position: absolute;
2158 right: 10px;
2159 top: 5px;
2160 text-decoration: none;
2161 }
2162 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn {
2163 display: inline-flex;
2164 margin-left: 10px;
2165 color: rgb(232, 161, 173);
2166 width: auto;
2167 max-width: 40%;
2168 padding: 7px 7px 5px 5px
2169 }
2170 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn a{
2171 text-decoration: none;
2172 padding: 0 18px;
2173 font-size: 12px;
2174 display: inline-flex;
2175 border-radius: 4px;
2176 overflow: hidden;
2177 max-height: 39px;
2178 line-height:2.4em;
2179 height: 30px;
2180 width: auto;
2181 max-width: 135px;
2182 }
2183 .mysticky-show-couponbar .iris-picker.iris-border {
2184 z-index: 999;
2185 }
2186 .mysticky-welcomebar-preview-screen .mysticky-couponbar-content .coupon-text{
2187 margin-top: 0px;
2188 width: 60%;
2189 }
2190 /*coupon coiped tooltip*/
2191 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip {
2192 position: relative;
2193 display: inline-block;
2194 }
2195 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .tooltiptext {
2196 visibility: hidden;
2197 width: 73px;
2198 background-color: #555;
2199 color: #fff;
2200 text-align: center;
2201 border-radius: 6px;
2202 padding: 2px 5px;
2203 position: absolute;
2204 z-index: 1;
2205 left: 50%;
2206 margin-left: -42px;
2207 opacity: 0;
2208 transition: opacity 0.3s;
2209 top: -9px;
2210 font-size: 9px;
2211 line-height: 1.2;
2212 }
2213 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .tooltiptext::after {
2214 content: "";
2215 position: absolute;
2216 top: 100%;
2217 left: 50%;
2218 margin-left: -5px;
2219 border-width: 5px;
2220 border-style: solid;
2221 border-color: #555 transparent transparent transparent;
2222 }
2223 .mysticky-welcomebar-preview-screen .coupon-text-sp{
2224 border: 1px dashed #877572;
2225 padding: 5px 5px;
2226 border-radius: 5px;
2227 position: relative;
2228 }
2229 .mysticky-welcomebar-preview-screen .mysticky-coupon-btn.coupon-cpy-tooltip .coupon-text-sp svg{
2230 width: 14px;height: 14px;
2231 position: absolute;
2232 right: -9px;
2233 top: -8px;
2234 left: unset;
2235 display: block;
2236 transform: rotateY(180deg);
2237 }
2238 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .vector{
2239 width: 10px;
2240 height: 10px;
2241 position: absolute;
2242 left: 4px;
2243 top: 0px;
2244 display: block;
2245 }
2246 .mysticky-welcomebar-preview-screen .coupon-cpy-tooltip .vector path {
2247 fill: #787b72;
2248 }
2249 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label {
2250 display: inline-block;
2251 vertical-align: top;
2252 width: 195px;
2253 padding-right: 10px;
2254 }
2255 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"] {
2256 display: none;
2257 }
2258 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span {
2259 display: inline-block;
2260 padding: 4px 21px 4px 0;
2261 font-family: 'Lato', sans-serif;
2262 font-size: 16px;
2263 cursor: pointer;
2264 position: relative;
2265 }
2266 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"]:checked ~ span {
2267 color: #6558f5;
2268 }
2269 .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 {
2270 display: block;
2271 }
2272 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span::after {
2273 content: "";
2274 position: absolute;
2275 bottom: 0;
2276 width: 89%;
2277 background: #6558f5;
2278 height: 3px;
2279 display: none;
2280 }
2281 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-switch span::after {
2282 content: "";
2283 position: absolute;
2284 bottom: 0;
2285 width: 89%;
2286 background: #eeeeee;
2287 height: 3px;
2288 display: none;
2289 }
2290
2291 .email-send-lead-settings {
2292 background-color: #eff5f6;
2293 width: 644px;
2294 padding: 10px 10px 0 10px;
2295 margin-bottom: 20px;
2296 max-height: 213px;
2297 }
2298 .email-send-lead-settings label {
2299 font-size: 15px;
2300 margin-left: 15px;
2301 margin-top: 13px;
2302 }
2303 .email-send-lead-settings .mysticky-welcomebar-setting-content-right {
2304 width: 100%;
2305 align-items: center;
2306 display: block;
2307 }
2308
2309 .email-send-lead-settings>.mysticky-welcomebar-setting-content-right>.mail-merge-tags {
2310 display: block;
2311 }
2312 .mail-merge-tags span {
2313 display: inline-block;
2314 background: #6558f5;
2315 color: #fff;
2316 font-size: 14px;
2317 padding: 1px 5px;
2318 margin: 4px 4px 0 0;
2319 border-radius: 5px;
2320 cursor: pointer;
2321 }
2322 .mysticky_welcome_email_subject{
2323 margin-bottom:5px;
2324 }
2325 /* preview section lead content */
2326 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content {
2327 order: 2;
2328 display: flex;
2329 width: 240px;
2330 margin-left: -10px;
2331 min-width: 75%;
2332 margin-top: 5px;
2333 }
2334 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-lead-content input[type="text"] {
2335 width: 50%;
2336 font-size: 10px;
2337 }
2338 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-lead-content input[type="text"]:focus {
2339 outline: unset;
2340 box-shadow: unset;
2341 }
2342 .responstable a.external-link {
2343 color: #135e96;
2344 text-decoration: none;
2345 margin: 0 auto;
2346 }
2347 span.dashicons.dashicons-external {
2348 color: #135e96;
2349 }
2350 /*---------------------------New CSS 5-7-22--------------------------*/
2351 .msmenu-flexbox{display: flex !important; justify-content: space-between;}
2352 .msmenu-blockbox{display: block;}
2353 .msmenu-box50{width: 49.4%;}
2354 .msmenu-box100{width: 100%;}
2355 .contact-recent-lead{margin-bottom: 15px;}
2356 .stickymenubox-title-section{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #EBEBEB;}
2357 .stickymenubox-title-section h3{border: none;}
2358 .stickymenubox-title-section a{margin-right: 15px;}
2359 .stickymenu-no-lead{display: block; text-align: center; min-height: 171px;}
2360 .stickymenu-no-lead img{ margin-top:25px;}
2361 .stickymenu-no-lead p{text-align: center; font-size: 16px;}
2362 .msmenu-btn{
2363 display: inline-flex;
2364 color: #6558F5;
2365 font-size: 16px;
2366 font-weight: 500;
2367 font-family: 'Lato', sans-serif;
2368 padding: 0 15px;
2369 text-decoration: none;
2370 border: 1px solid #6558F5 !important;
2371 border-radius: 5px;
2372 align-items: center;
2373 background: none;
2374 line-height: 34px;
2375 cursor: pointer;
2376 }
2377 .recent-lead-table{padding:15px; min-height: 171px;}
2378 .recent-lead-table table{ border-collapse: collapse;
2379 border-radius: 10px;
2380 border-style: hidden; /* hide standard table (collapsed) border */
2381 box-shadow: 0 0 0 1px #F0EFF3; /* this draws the table border */
2382 }
2383 .recent-lead-table table th,
2384 .recent-lead-table table td{border: 1px solid #F0EFF3; padding: 8px 15px !important;}
2385 .recent-lead-table table th{background-color: #F0EFF3;}
2386 .stickymenu.recent-lead-table table tr:first-child th:first-child{border-right: 1px solid #fff !important;}
2387
2388 /*------------------------------# Contact view Table #-------*/
2389 .mystickymenu-contact-wrap p.description{font-size: 14px; margin: 2px 0 5px;color: #646970;}
2390 .mystickymenu-btnmbox{display: flex; flex-wrap: wrap; margin: 15px auto;}
2391 .mystickymenu-btnbx{display: inline-flex; align-items: center;}
2392 .mystickymenu-btnmbox .wpappp_buton {
2393 padding: 12px 12px;
2394 cursor: pointer;
2395 transition: all 60ms ease-in-out;
2396 text-decoration: none;
2397 text-transform: capitalize;
2398 border: 0 none;
2399 border-radius: 4px;
2400 line-height: 1.3;
2401 color: #FFFFFF;
2402 background: #7761DF;
2403 margin: 0 20px 0 5px;
2404 }
2405 .mystickymenu-contact-wrap table.responstable{
2406 margin: 1em 0;
2407 width: 100%;
2408 overflow: hidden;
2409 background: #FFF;
2410 color: #024457;
2411 border-radius: 10px;
2412 border: 1px solid #7761DF;
2413 border-spacing: 4px;
2414 }
2415 .mystickymenu-contact-wrap table.responstable tr:nth-child(even) {background: #fff}
2416 .mystickymenu-contact-wrap table.responstable tr:nth-child(odd) {background: #eaf3f3}
2417 .mystickymenu-contact-wrap table.responstable a{text-decoration: none;}
2418 .mystickymenu-contact-wrap table.responstable th {
2419 border: 1px solid #FFF;
2420 background-color: #7761DF;
2421 color: #FFF;
2422 padding: 1em;}
2423 .mystickymenu-contact-wrap table.responstable td {
2424 text-align: center;
2425 margin: 0.5em 1em;
2426 vertical-align:middle !important;
2427 border-color:#D9E4E6;
2428 padding: 4px 10px;
2429 border-style: solid;
2430 }
2431 .mystickymenu-contact-wrap table.responstable td .mystickymenu-delete-entry{
2432 padding: 12px 12px;
2433 cursor: pointer;
2434 transition: all 60ms ease-in-out;
2435 text-decoration: none;
2436 text-transform: capitalize;
2437 border: 0 none;
2438 border-radius: 4px;
2439 font-size: 14px;
2440 line-height: 1.3;
2441 color: #FFFFFF;
2442 background: #7761DF;
2443 margin: 0 20px 0 5px;
2444 }
2445
2446 .mysticky-welcomebar-setting-content label.bagicon{position: relative; display: flex; align-items: center;}
2447 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec{width: 150px;}
2448
2449 .mysticky-welcomebar-setting-content-right .wp-picker-holder {
2450 position: absolute;
2451 }
2452 .mysticky-welcomebar-btn.collect-lead {
2453 width: auto;
2454 margin-left: -1px;
2455 margin-top: 5px;
2456 }
2457 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn.collect-lead a {
2458 width: 100%;
2459 padding: 5px 8px;
2460 overflow: hidden;
2461 text-align: center;
2462 }
2463 div#welcomebar-showcoupon-confirm {
2464 width: 660px;
2465 }
2466 #welcomebar-showcoupon-confirm button#coupon_alert_btn_skip {
2467 padding: 12px 40px;
2468 }
2469 #welcomebar-showcoupon-confirm .mystickymenu-action-popup-body {
2470 margin: 10px 85px;
2471 }
2472 #welcomebar-showcoupon-confirm button#coupon_alert_btn_yes {
2473 padding: 12px 30px;
2474 }
2475 #welcomebar-showcoupon-confirm .mystickymenu-action-popup-footer {
2476 display: block;
2477 }
2478 .mysticky-collect-lead span.mysticky-custom-fields-tooltip {
2479 margin-top: 14px;
2480 padding: 0px !important
2481 }
2482 .mysticky-welcomebar-setting-content .html-tooltip span.dashicons.dashicons-editor-help {
2483 color: #1E1E1E;
2484 }
2485 .mysticky-welcomebar-setting-content .bagicon img {
2486 width: 20px;
2487 }
2488 .mysticky-welcomebar-setting-content-right .wp-picker-container .iris-picker.iris-border {
2489 z-index: 99;
2490 }
2491 .coupon-valid-error,.button-input-error,.coupon-copy-error{
2492 color: #FF424D;
2493 }
2494
2495 /*---------------------New 10-8-22 -----------------------------------------*/
2496 .wp-picker-holder{position: absolute; z-index: 9999;}
2497 .x-color-wrap{z-index: 9999; align-items: center;}
2498 .x-color-wrap .wp-picker-container .wp-color-result.button {margin: 0 6px 0 0;}
2499 .wp-picker-container .wp-color-result.button {margin: 0px 6px 0px 0;}
2500 .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.html-active,
2501 .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.tmce-active{width: 400px;}
2502 .mysticky-welcomebar-setting-content-right input.readonly, input[readonly], textarea.readonly, textarea[readonly] {
2503 background-color: unset;
2504 }
2505 .mysticky-welcomebar-setting-right{ z-index: 999;}
2506 #ui-timepicker-div, .ui-widget.ui-widget-content{z-index: 99999 !important;}
2507 .mysticky-welcomebar-setting-content-right .px-wrap span:first-child{margin:0 8px;}
2508 .mysticky-welcomebar-setting-content-right.button-text-wrap,
2509 .mysticky-welcomebar-setting-content-right.coupontext-wrap,.coupon-copy-wrap{display: block;}
2510 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-btn a{padding: 5px 8px !important;}
2511
2512 /* 2023-04-13 */
2513 .mystickymenu-country-button {
2514 cursor: pointer;
2515 width: 400px;
2516 height: 42px;
2517 border-radius: 20px;
2518 padding: 0 10px;
2519 font-size: 14px;
2520 font-weight: 400;
2521 line-height: 2;
2522 color: #32373c;
2523 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%;
2524 background-size: auto;
2525 background-size: 16px 16px;
2526 border: 1px solid #ccc;
2527 text-align: left;
2528 box-shadow: none;
2529 border: 1px solid #DCE2E2;
2530 border-top-color: rgb(220, 226, 226);
2531 border-right-color: rgb(220, 226, 226);
2532 border-bottom-color: rgb(220, 226, 226);
2533 border-left-color: rgb(220, 226, 226);
2534 }
2535 .mystickymenu-country-list-box {
2536 position: absolute;
2537 top: 100%;
2538 left: 0;
2539 right: 0;
2540 display: none;
2541 z-index: 1;
2542 }
2543 .mystickymenu-country-inputs {
2544 position: relative;
2545 width:400px;
2546 }
2547
2548 .mystickymenu-country-inputs .upgrade-mystickymenu{
2549 float: none;
2550 position: absolute;
2551 top: 0;
2552 left: 35%;
2553 right: auto;
2554 bottom: 0;
2555 background-color: rgba(0,0,0,0);
2556 text-align: center;
2557 margin-left: 0px;
2558 border-radius: 4px;
2559 display: flex;
2560 align-items: center;
2561 justify-content: center;
2562 -webkit-border-radius: 4px;
2563 -moz-border-radius: 4px;
2564 -ms-border-radius: 4px;
2565 -o-border-radius: 4px;
2566 opacity: 0;
2567 visibility: hidden;
2568 }
2569 .mystickymenu-country-inputs:hover .upgrade-mystickymenu{
2570 opacity: 1;
2571 visibility: visible;
2572 }
2573 .mystickymenu-country-list-box.active {
2574 display: block;
2575 }
2576 .mystickymenu-wrap .mystickymenu-country-list-box select {
2577 max-width: initial;
2578 width: 310px;
2579 }
2580 body .select2-container--open .select2-dropdown--below {
2581 border-color: #ddd;
2582 }
2583 .mystickymenu-country-list-box .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
2584 display: none;
2585 }
2586 .mystickymenu-country-list-box .select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child {
2587 display: block;
2588 }
2589 .mystickymenu-country-list-box .select2-container .select2-search--inline .select2-search__field {
2590 width: 308px !important;
2591 padding: 0 10px;
2592 margin-top: 0;
2593 }
2594 .mystickymenu-country-list-box .select2-container .select2-search--inline {
2595 float: none;
2596 }
2597 .country-action-btns {
2598 padding: 5px 15px;
2599 background: #f6f6f6;
2600 text-align: right;
2601 }
2602 .country-action-btns a {
2603 color: #7761DF;
2604 display: inline-block;
2605 margin: 0 5px 0 0;
2606 text-decoration: none;
2607 }
2608 .country-action-btns + .select2-results__options li {
2609 position: relative;
2610 font-size: 16px;
2611 padding: 6px 6px 6px 41px;
2612 }
2613 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option.select2-results__option--selected,
2614 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option[aria-selected="true"] {
2615 background-color: #fff;
2616 }
2617 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option--highlighted[aria-selected] {
2618 background-color: #f5f5f5;
2619 color: #4f4f4f;
2620 }
2621 .country-action-btns + .select2-results__options li::before {
2622 content: "";
2623 position: absolute;
2624 position: absolute;
2625 width: 14px;
2626 height: 14px;
2627 border: solid 2px #7761DF;
2628 left: 12px;
2629 top: 7px;
2630 }
2631 .country-action-btns + .select2-results__options li::after {
2632 content: "";
2633 color: #fff;
2634 position: absolute;
2635 width: 14px;
2636 height: 14px;
2637 left: 13px;
2638 top: 8px;
2639 }
2640 .country-action-btns + .select2-results__options li.select2-results__option.select2-results__option--selected::before,
2641 .country-action-btns + .select2-results__options li[aria-selected="true"]::before {
2642 background: #7761DF;
2643 }
2644 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option.select2-results__option--selected::after,
2645 .select2-container--default .country-action-btns + .select2-results__options .select2-results__option[aria-selected="true"]::after {
2646 content: "\f147";
2647 font-family: dashicons;
2648 }
2649 /*****17/04/2023****/
2650 .welcomebar-slider-text-option{
2651 position: relative;
2652 }
2653
2654 .welcomebar-slider-text-option .upgrade-mystickymenu.myStickymenu-upgrade{
2655 position: absolute;
2656 top: 25%;
2657 right: 0;
2658 bottom: 0;
2659 left: 130px;
2660 margin: 0;
2661 padding: 0;
2662 float: none;
2663 }
2664 .welcomebar-slider-text-option.slider-text-transition-option .upgrade-mystickymenu.myStickymenu-upgrade{
2665 top: 20%;
2666 }
2667 .mysticky-collect-lead .welcomebar-text span.mysticky-custom-fields-tooltip:after{
2668 content:none;
2669 }
2670 .mysticky-collect-lead .welcomebar-text span.mysticky-custom-fields-tooltip{
2671 margin-top:0px;
2672 }
2673 .welcomebar-slider-text-option .welcomebar-slider-text{
2674 margin-top:10px;
2675 }
2676 span.add-more-slider-text span.dashicons.dashicons-insert{
2677 vertical-align: middle;
2678 margin-right:5px;
2679 }
2680 .welcomebar-slider-text-option span.add-more-slider-text {
2681 border: solid 1px #7559C0;
2682 padding: 6px 8px;
2683 color: #7559C0;
2684 margin: 5px;
2685 border-radius: 5px;
2686 font-weight:bold;
2687 display: inline-block;
2688 }
2689 span.add-more-slider-text span.dashicons.dashicons-insert{
2690 color:#7559C0;
2691 }
2692 span.add-more-slider-text span.dashicons.dashicons-insert#text{
2693 vertical-align: middle;
2694 margin-top:10px;
2695 }
2696 .welcomebar-slider-text span.dashicons.dashicons-remove.delete-slider-text-option {
2697 margin-left: 10px;
2698 vertical-align: middle;
2699 color:#808080;
2700 }
2701 .mysticky-welcomebar-url-values .url-setting-option,
2702 .mysticky-welcomebar-url-box.url-box .url-title,
2703 .mysticky-welcomebar-url-boxes{
2704 display: none;
2705 }
2706 .mysticky-welcomebar-url-values .url-setting-option.active,
2707 .mysticky-welcomebar-url-box.url-box .url-title.active,
2708 .mysticky-welcomebar-url-boxes.active{
2709 display: block;
2710 }
2711 .mysticky-welcomebar-url-values .sumoselect-options{
2712 height: 40px !important;
2713 width: 200px !important;
2714 }
2715 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-values {
2716 display: flex;
2717 width: 69%;
2718 }
2719 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-box {
2720 display: flex;
2721 width: 50%;
2722 align-items: center;
2723 }
2724 span.select2.select2-container.select2-container--default{
2725 width: 230px !important;
2726 }
2727 .mysticky-welcomebar-url-select {
2728 width: 16%;
2729 }
2730 .mysticky-welcomebar-url-option {
2731 width: 20%;
2732 }
2733 .mysticky-welcomebar-url-buttons {
2734 width: 4%;
2735 }
2736 .sm\:flex.items-center.mt-2.mysticky-welcomebar-url-boxes {
2737 width: 60%;
2738 display: flex;
2739 }
2740 .mysticky-welcomebar-url-values .select2-container--focus{
2741 width: 100% !important;
2742 }
2743 .mysticky-welcomebar-url-values .select2-selection__choice__remove{
2744 border: none;
2745 padding: 0px;
2746 }
2747 .url-setting-option .select2-container .select2-search--inline .select2-search__field,
2748 .url-setting-option .select2-container .select2-search--inline{
2749 margin: 0;
2750 }
2751 .url-setting-option .select2-container--default .select2-selection--multiple .select2-selection__choice{
2752 margin-bottom: 0px;
2753 }
2754 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
2755 width: 22vw !important;
2756 }
2757 #mystickymenu #mysticky_welcomebar_height {
2758 width: 235px;
2759 }
2760 .flex-top{
2761 align-items: flex-start;
2762 }
2763 .welcomebar_height_content input[type="number"]{
2764 width: 230px !important;
2765 }
2766 label.mysticky-welcomebar-switch .slider {
2767 width: 100%;
2768 height: 100%;
2769 position: absolute !important;
2770 }
2771 label.mysticky-welcomebar-switch {
2772 width: 55px !important;
2773 height: 30px !important;
2774 padding: 0 !important;
2775 }
2776 #send_lead_email_enable{
2777 margin-top: 1px;
2778 }
2779
2780 .mystickymenu-popup {
2781 position: fixed;
2782 width: 100%;
2783 height: 100%;
2784 top: 0;
2785 left: 0;
2786 z-index: 100001;
2787 background: rgba(0, 0, 0, .75)
2788 }
2789
2790 .mystickymenu-popup-box {
2791 padding: 0;
2792 width: 600px;
2793 max-width: 100%;
2794 margin: auto;
2795 top: 50%;
2796 position: absolute;
2797 left: 0;
2798 right: 0;
2799 border-radius: 5px;
2800 transform: translate(0, -50%);
2801 -webkit-transform: translate(0, -50%);
2802 -moz-transform: translate(0, -50%);
2803 text-align: center;
2804 background: #fcfcfc
2805 }
2806
2807 .mystickymenu-popup-header {
2808 padding: 15px;
2809 font-size: 20px;
2810 border-bottom: solid 1px #e6e6e6
2811 }
2812
2813 .mystickymenu-popup-content {
2814 background: #fff;
2815 padding: 15px;
2816 font-size: 14px;
2817 line-height: 20px
2818 }
2819
2820 .mystickymenu-popup-content iframe {
2821 margin: 30px 0
2822 }
2823
2824 .mystickymenu-popup-footer {
2825 padding: 15px;
2826 border-top: solid 1px #e6e6e6
2827 }
2828
2829 .mystickymenu-popup-footer button {
2830 border: none;
2831 padding: 10px 20px;
2832 border-radius: 4px;
2833 background: #00c478;
2834 color: #fff;
2835 cursor: pointer;
2836 }
2837
2838 .close-mystickymenu-popup {
2839 margin: 0;
2840 padding: 0;
2841 background: 0 0;
2842 border: none;
2843 float: right;
2844 background: #000;
2845 border-radius: 50%;
2846 color: #fff;
2847 text-align: center;
2848 width: 24px;
2849 height: 24px;
2850 cursor: pointer;
2851 }
2852
2853 .close-mystickymenu-popup span {
2854 line-height: 24px
2855 }
2856
2857 a.welcomebar-background-image {
2858 background-color: #7761DF;
2859 color: #fff;
2860 display: inline-block;
2861 vertical-align: top;
2862 text-decoration: none;
2863 padding: 5px 12px;
2864 border-radius: 20px;
2865 box-shadow: none;
2866 outline: none;
2867 border: none;
2868 cursor: pointer;
2869 }
2870
2871 /* 280524 CSS */
2872 label:not(.mysticky-welcomebar-switch) {
2873 min-width: 100px;
2874 }
2875 .myStickymenu-upgrade a {
2876 line-height: 10px;
2877 }
2878 .mysticky-welcomebar-setting-content > .mysticky-welcomebar-setting-content-right {
2879 max-width: 400px;
2880 }
2881 .setting-content-relative {
2882 position: relative;
2883 }
2884 .setting-content-relative .myStickymenu-upgrade {
2885 position: absolute;
2886 right: 0;
2887 }
2888 .welcomebar-date-schedule-box.setting-content-relative:not(:hover) .myStickymenu-upgrade {
2889 display: none;
2890 }
2891 .welcomebar-date-schedule-box.setting-content-relative .myStickymenu-upgrade {
2892 right: auto;
2893 left: 50%;
2894 top: 50%;
2895 transform: translate(-50%, -50%);
2896 }
2897
2898 .mysticky_device_upgrade .mysticky-welcomebar-setting-content > .mysticky-welcomebar-setting-content-right {
2899 max-width: unset;
2900 }
2901
2902 .mysticky-welcomebar-date-schedule-options label {
2903 display: block;
2904 }
2905 .mysticky_device_upgrade .mysticky-welcomebar-setting-content-right label {
2906 width: auto;
2907 }
2908
2909 .mysticky-welcomebar-fixed-wrap {
2910 gap: 8px;
2911 }
2912 .mysticky-welcomebar-content {
2913 flex: 1;
2914 }
2915 .mysticky-welcomebar-static_text {
2916 width: 100%;
2917 }
2918
2919 .mysticky-welcomebar-date-schedule-options {
2920 display: flex;
2921 flex-direction: column;
2922 gap: 20px;
2923 }
2924 .mysticky-welcomebar-date-schedule-options .welcomebar-date-schedule-boxes {
2925 display: flex;
2926 flex-direction: column;
2927 gap: 20px;
2928 }
2929 .mysticky-welcomebar-date-schedule-options .welcomebar-date-schedule-box {
2930 max-width: 50%;
2931 display: flex;
2932 flex-direction: column;
2933 gap: 12px;
2934 }
2935 .mysticky-welcomebar-date-schedule-options .welcomebar-date-schedule-box .date-time-box {
2936 display: flex;
2937 flex-direction: row;
2938 gap: 12px;
2939 }
2940 .welcomebar-date-schedule-box .date-time-box label {
2941 width: 120px;
2942 margin-bottom: 6px;
2943 }
2944 .welcomebar-date-schedule-box .date-time-box input {
2945 max-width: 100%;
2946 }
2947 .welcomebar-date-schedule-box .date-time-box .date-select-option,
2948 .welcomebar-date-schedule-box .date-time-box .time-select-option {
2949 width: 45%;
2950 }
2951 a.mysticky-welcomebar-remove-date-schedule {
2952 background: #808080;
2953 width: 38px;
2954 height: 38px;
2955 font-size: 22px;
2956 color: #fff;
2957 line-height: 32px;
2958 text-decoration: none;
2959 display: flex;
2960 justify-content: center;
2961 border-radius: 4px;
2962 margin-top: 27px;
2963 }
2964
2965 .mysticky-welcomebar-date-schedule-options span.myStickymenu-upgrade {
2966 margin-left: 0;
2967 }
2968
2969 .mysticky-welcomebar-setting-content.send-leads-to-email label {
2970 width: 100%;
2971 max-width: 630px;
2972 padding-right: 0;
2973 }
2974 .mysticky-welcomebar-setting-content.send-leads-to-email .myStickymenu-upgrade {
2975 float: right;
2976 }
2977 .welcomebar-date-schedule-time-zone label {
2978 margin-bottom: 6px;
2979 }
2980
2981 .mysticky-welcomebar-setting-content.send-leads-to-email .myStickymenu-upgrade {
2982 margin-left: 60px;
2983 }
2984
2985
2986 /*-========================media=====================*/
2987 @media only screen and (max-width: 1490px) {
2988 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2989 padding-left: 10px;
2990 }
2991 .mysticky-welcomebar-setting-content > .mysticky-welcomebar-setting-content-right {
2992 width: 380px;
2993 }
2994 .mysticky-welcomebar-setting-right {
2995 width: 400px;
2996 }
2997 }
2998 @media only screen and (max-width: 1366px) {
2999 .mysticky-welcomebar-page-option .url-content select ,
3000 .mysticky-page-option .url-content select {
3001 width: 130px;
3002 }
3003 .mysticky-welcomebar-page-option .url-content input[type="text"] ,
3004 .mysticky-page-option .url-content input[type="text"] {
3005 width: 250px;
3006 }
3007 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
3008 width: 180px !important;
3009 }
3010 .mysticky-welcomebar-setting-action {
3011 display: block;
3012 }
3013 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
3014 padding-left: 0;
3015 padding-top: 10px;
3016 }
3017 #mystickymenu input[type="number"],
3018 .mysticky-welcomebar-setting-content-right select ,
3019 .mysticky-welcomebar-setting-content-right input[type="text"] ,
3020 .mysticky-welcomebar-setting-content-right textarea {
3021 width: 300px;
3022 }
3023 .premio-content-list h4 {font-size: 15px;}
3024 .premio-footer-option .premio-content-list {width: 60%;}
3025 .timer_datetime_box input[type=number]{width: 100px !important;}
3026 }
3027 @media only screen and (max-width: 1280px) {
3028 .mysticky-welcomebar-url-select{
3029 width: 18%;
3030 }
3031 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-box {
3032 display: flex;
3033 width: 40%;
3034 align-items: center;
3035 }
3036 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
3037 width: 250px !important;
3038 }
3039 .email-send-lead-settings {
3040 width: 620px;
3041 }
3042 /*
3043 .mysticky-welcomebar-preview-screen {
3044 max-width: 91%;
3045 }
3046 */
3047 .welcomebar-slider-text-option {
3048 width: auto;
3049 }
3050 .height-setting input[type="number"]{width: 231px!important;}
3051 }
3052 @media only screen and (max-width: 1200px) {
3053 .mysticky-welcomebar-page-option .url-content select ,
3054 .mysticky-page-option .url-content select {
3055 width: 110px;
3056 }
3057 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box ,
3058 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
3059 width: 230px;
3060 }
3061 .mysticky-welcomebar-page-option ,
3062 .mysticky-page-option {
3063 padding: 10px 3px;
3064 }
3065 .mysticky-welcomebar-page-option .url-content input[type="text"] ,
3066 .mysticky-page-option .url-content input[type="text"] {
3067 width: 150px;
3068 }
3069 .mysticky-welcomebar-setting-content-right select ,
3070 .mysticky-welcomebar-setting-content-right input[type="text"] ,
3071 .mysticky-welcomebar-setting-content-right textarea {
3072 width: 270px;
3073 }
3074 }
3075 @media only screen and (min-width: 1024px) and (max-width: 1200px) {
3076 .pt_numberbutton.pt_numberdown {
3077 position: relative;
3078 margin-left: -75px;
3079 top: -29px;
3080 }
3081 .pt_numberbutton.pt_numberup {
3082 position: relative;
3083 top: -29px;
3084 left: 70px;
3085 }
3086 }
3087 @media only screen and (max-width: 1180px) {
3088 /*-----Main---*/
3089 .mysticky-welcomebar-setting-content,
3090 .email-send-lead-settings {width: 55%;}
3091 .mysticky-welcomebar-setting-right{width: 370px;}
3092 .mysticky-welcomebar-setting-content-right select,
3093 .mysticky-welcomebar-setting-content-right input[type="text"]{width: 100%; height: 34px;}
3094 .mysticky-welcomebar-setting-content-right select, #mystickymenu input[type=number]
3095 {width: 100%; height: 34px;}
3096 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label{width: 50%;}
3097 div#wp-welcombar-coupon-textbar-wrap,
3098 div#wp-mysticky_bar_text-wrap, .mysticky-welcomebar-expirydate, .mysticky-welcomebar-setting-attention,
3099 .email-send-lead-settings .mysticky-welcomebar-setting-content, .px-wrap,
3100 .mysticky-show-couponbar div#wp-welcombar-coupon-textbar-editor-container,
3101 .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.tmce-active,
3102 .mysticky-welcomebar-timer-countdown .mystickymenu-countdown-timmer,
3103 .mysticky-welcomebar-setting-action, .mysticky-welcomebar-page-options, #wp-mysticky_thankyou_screen_text-wrap,
3104 .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action,
3105 .mysticky-welcomebar-setting-content.show-on-apper{width: 100%;}
3106 .mysticky-welcomebar-setting-content.show-on-apper label{width: 20%;}
3107 .mysticky-welcomebar-setting-content.show-on-apper .mysticky-welcomebar-setting-content-right{width: 80%;}
3108 .mysticky-welcomebar-setting-content-right.timer_datetime_box{width: 100%;}
3109 .mysticky-welcomebar-setting-content-right.timer_datetime_box .col-1{margin-right: 15px;}
3110 .timer_datetime_box input[type=number] {width: 100% !important; margin-right: 0; }
3111 .mysticky-welcomebar-setting-action.trigger-wrap{width:61% ;}
3112 .mysticky-welcomebar-url-values{width: 35%;}
3113 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input{padding-right: 50px}
3114 input.url-inputs {width:100% !important;}
3115 .mysticky-welcomebar-page-option .url-content input[type="text"]{padding: 0 7px;}
3116 .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{padding-top: 0; margin-left: 7px;}
3117 .mysticky-welcomebar-setting-content-right .px-wrap span:first-child{margin:0 10px;}
3118 .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec_automatically{width: 52%;}
3119 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec{width: 100%; padding-right:50px;}
3120 .px-wrap {display: inline-flex; align-items: center;}
3121 .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span {padding: 4px 10px 4px 0;}
3122 .mysticky-welcomebar-fixed-wrap {padding: 10px 0 !important;}
3123 .mysticky-welcomebar-poptin-content {font-size: 14px;}
3124 .msmenu-blockbox .stickymenu-box-button.settings-buttons #btn-config-disable { margin: 5px 0px; padding: 0 17px;}
3125 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn a {padding: 0 10px; font-size: 10px; height: 24px;}
3126 .mysticky-welcomebar-fixed .mysticky-couponbar-content p {font-size: 12px !important;}
3127 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content
3128 { width: 67%; justify-content: space-evenly; margin-left: 0px; min-width: unset;margin-top: 5px;}
3129 #welcombar-coupon-textbar_ifr{width: 99% !important;}
3130 .mysticky-welcomebar-setting-content-right.trigger-wrap{flex-wrap: unset;}
3131 .mysticky-welcomebar-setting-content-right.trigger-wrap .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{width: 54%;}
3132 .wrap.mystickymenu-contact-wrap .mystickymenu-btnbx {margin-bottom: 15px;}
3133 input#submit.button.button-primary { font-size: 16px; text-align: center; padding: 0 15px;}
3134 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box{width: 130px; margin-top: 0;}
3135 span.input-px {height: 34px;line-height: 34px;width: 40px;}
3136 }
3137 @media only screen and (max-width: 1100px) {
3138 .mysticky-welcomebar-setting-right {
3139 width: 340px;
3140 right: 10px;
3141 }
3142 .mysticky-welcomebar-page-option .mysticky-welcomebar-url-box{
3143 display: flex;
3144 width: 50%;
3145 align-items: center;
3146 }
3147 .mysticky-welcomebar-url-buttons {
3148 width: 8%;
3149 }
3150 }
3151
3152 @media only screen and (max-width: 1024px) {
3153 .mysticky-welcomebar-setting-right {
3154 right: 10px;
3155 width: 310px;
3156 }
3157 .mysticky-welcomebar-setting-content > label {
3158 font-size: 16px;
3159 width: 200px;
3160 padding-right: 10px;
3161 }
3162 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {max-width: 250px;}
3163 .mysticky-welcomebar-fixed {padding: 0 10px 0 10px;}
3164 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
3165 width: 20px;
3166 height: 20px;
3167 line-height: 20px;
3168 right: 0px;
3169 }
3170 .mysticky-welcomebar-setting-right{width: 310px;}
3171 }
3172 @media only screen and (max-width: 912px) {
3173 .mysticky-welcomebar-setting-content,
3174 .email-send-lead-settings {width: 61%;}
3175 .mysticky-welcomebar-setting-right{width: 310px;}
3176 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content{width: 100%;}
3177 .mysticky-welcomebar-setting-content > label {font-size: 14px;}
3178 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content {width: 67%;}
3179 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-btn.collect-lead a{font-size: 12px;}
3180 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box{width: 120px; margin-top: 0;}
3181 .select2-selection__rendered li:first-child .select2-search__field, .url-setting-option span.select2.select2-container.select2-container--default {
3182 width: 100% !important;
3183 }
3184 .mysticky-welcomebar-url-select {width: 21%;}
3185 .mysticky-welcomebar-url-option {width: 22%;}
3186 .mysticky-welcomebar-expirydate {margin-bottom: 5px;}
3187 .mysticky-welcomebar-triggersec, .mysticky-welcomebar-expirydate-gmt{padding-left: 0px; }
3188 }
3189 @media only screen and (max-width: 840px) {
3190 .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade{margin-left: 5px;}
3191 .mysticky-welcomebar-setting-content-right{flex-wrap: wrap;}
3192 .x-color-wrap{width: 100%; margin-top: 15px; display: inline-block !important;;}
3193 .mysticky-welcomebar-setting-wrap label{font-size: 14px;}
3194 span.input-px {height: 34px;line-height: 34px;width: 40px;}
3195 .mysticky-welcomebar-switch .slider:before {height: 25px; width: 25px;}
3196 label.mysticky-welcomebar-switch,
3197 .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {width: 48px; height:26px;}
3198 .mysticky-welcomebar-switch input:checked + .slider:before {transform: translateX(18px);}
3199 .mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label:first-child{width: 70px;}
3200 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {margin-left: -12px;}
3201 .mysticky-right-side span{padding: 4px 5px 4px 0; font-size: 14px;}
3202 .wp-picker-container .wp-color-result.button {padding: 0 0 0 30px; margin: 0 6px 9px 0;}
3203 .mysticky-welcomebar-colorpicker.mysticky_welcomebar_btn_color label { margin-top: 0;}
3204 .timer_datetime_box input.mysticky_welcome_date_time{width:100px !important;}
3205 .mysticky-welcomebar-fixed-wrap input.preview-lead-email,
3206 .mysticky-welcomebar-fixed-wrap input.preview-lead-name{min-height: auto; height: 24px;}
3207 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content{margin:0 auto;}
3208 .mystickymenu-action-popup-footer .btn-enable.btn-nevermind-status{ margin: 10px auto;}
3209 .welcomebar-slider-text-option .welcomebar-slider-text input[type="text"]{width:187px;}
3210 .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3211 .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation,.contactus-tab-option{display:block; width:100%;}
3212 .mystickymenu-tab-documentation{margin-top:15px;}
3213 .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3214 .mystickymenu-welcome-img{text-align:center;}
3215 .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3216 .mysticky-welcomebar-setting-right{width: 275px;}
3217 .mysticky-welcomebar-setting-content-right select, #mystickymenu input[type=number] {width: 92%;}
3218 .welcomebar_height_content .px-wrap{width: 69%;}
3219 .welcomebar_height_content input[type="number"] {width: 175px !important;}
3220 .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action{width: 85%;}
3221 label.mysticky-welcomebar-switch .slider {width: 93%;}
3222 .px-wrap{width: 92%;}
3223 input[type=checkbox] , input[type=radio]{height: 1rem!important;width: 1rem!important;}
3224 input[type=checkbox]:checked:before{width: 1.3125rem!important;height: 1.3125rem!important;}
3225 .mysticky-welcomebar-setting-content{padding-bottom: 15px;}
3226 input[type=radio]:checked:before {vertical-align: middle;width: 0.5rem;height: 0.5rem;margin: 0.18rem;line-height: .76190476;}
3227 .mysticky-welcomebar-setting-content-right select, .mysticky-welcomebar-setting-content-right input[type="text"] {width: 92%;}
3228 .mysticky-welcomebar-setting-content .myStickymenu-upgrade{width: 150px;}
3229
3230 }
3231 @media only screen and (max-width: 782px) {
3232 .main-content, .main-sidebar {
3233 width: 100%;
3234 float: none;
3235 clear: both;
3236 }
3237 .mysticky-welcomebar-setting-right{width: 270px;}
3238 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
3239 display: none;
3240 }
3241 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
3242 display: inline-block;
3243 }
3244 }
3245 @media only screen and (max-width: 576px) {
3246 .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3247 .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3248 .msm-bgbox .stickymenu-box-button {text-align: center;}
3249 .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3250 .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings{padding: 15px 20px;}
3251 }
3252 @media only screen and (max-width: 480px) {
3253 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
3254 right: 7px;
3255 }
3256 }
3257
3258 .mysticky-welcomebar-full-screen-preview {
3259 width: 80%;
3260 z-index: 99999;
3261 position: fixed !important;
3262 right: 40px !important;
3263 top: 50px;
3264 margin-top: 0px !important;
3265 }
3266 .mystickymenu-bar-coupon-option{
3267 float: left;
3268 }
3269 .mysticky-welcomebar-full-screen{
3270 text-align: right;
3271 float: right;
3272 }
3273 .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body{
3274 width: 100%;
3275 height: 100%;
3276 width: 100%;
3277 z-index: 9999;
3278 position: fixed !important;
3279 right: 0px !important;
3280 top: 0px;
3281 margin-top: 0px !important;
3282 backdrop-filter: blur(2px);
3283 }
3284 .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap{
3285 justify-content: center !important;
3286 }
3287 .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-lead-content,
3288 .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-timer-show-right,
3289 .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-content{
3290 width: unset !important;
3291 min-width: unset;
3292 margin: 0 20px !important;
3293 }
3294 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-btn {
3295 text-align: center;
3296 }
3297 .welcomebar-full-screen-btn{
3298 border: 1px solid #00000047;
3299 background: #ffffff;
3300 border-radius: 3px;
3301 padding: 5px;
3302 line-height: 20px;
3303 font-size: 14px;
3304 font-family: 'Poppins';
3305 }
3306 .welcomebar-minimise-screen-btn{
3307 border: 1px solid #00000047;
3308 background: #d9d9d9;
3309 border-radius: 3px;
3310 padding: 5px;
3311 line-height: 20px;
3312 font-size: 14px;
3313 font-family: 'Poppins';
3314 }
3315 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-preview-screen{
3316 box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
3317 }
3318
3319 .mysticky-welcomebar-btn a {
3320 outline: none !important;
3321 cursor: pointer;
3322 position: relative;
3323 }
3324
3325 .mysticky-welcomebar-hover-effect-border1 {
3326 position: relative;
3327 }
3328 .mysticky-welcomebar-hover-effect-border1 a {
3329 display: block;
3330 width: 100%;
3331 height: 100%;
3332 }
3333 .mysticky-welcomebar-hover-effect-border1:before,
3334 .mysticky-welcomebar-hover-effect-border1:after {
3335 position: absolute;
3336 content: "";
3337 height: 0%;
3338 width: 2px;
3339 background: #000;
3340 }
3341 .mysticky-welcomebar-hover-effect-border1:before {
3342 right: 0;
3343 top: 0;
3344 transition: all 0.1s ease;
3345 z-index: 1 !important;
3346 }
3347 .mysticky-welcomebar-hover-effect-border1:after {
3348 left: 0;
3349 bottom: 0;
3350 transition: all 0.1s 0.2s ease;
3351 }
3352 .mysticky-welcomebar-hover-effect-border1:hover:before {
3353 transition: all 0.1s 0.2s ease;
3354 height: 100%;
3355 }
3356 .mysticky-welcomebar-hover-effect-border1:hover:after {
3357 transition: all 0.1s ease;
3358 height: 100%;
3359 }
3360 .mysticky-welcomebar-hover-effect-border1 a:before,
3361 .mysticky-welcomebar-hover-effect-border1 a:after {
3362 position: absolute;
3363 content: "";
3364 background: #000;
3365 }
3366 .mysticky-welcomebar-hover-effect-border1 a:before {
3367 left: 0;
3368 top: 0;
3369 width: 0%;
3370 height: 2px;
3371 transition: all 0.1s 0.1s ease;
3372 }
3373 .mysticky-welcomebar-hover-effect-border1 a:after {
3374 left: 0;
3375 bottom: 0;
3376 width: 100%;
3377 height: 2px;
3378 }
3379 .mysticky-welcomebar-hover-effect-border1 a:hover:before {
3380 width: 100%;
3381 }
3382
3383 .mysticky-welcomebar-hover-effect-border2 a {
3384 position: relative;
3385 display: block;
3386 width: 100%;
3387 height: 100%;
3388 }
3389 .mysticky-welcomebar-hover-effect-border2:before,
3390 .mysticky-welcomebar-hover-effect-border2:after {
3391 position: absolute;
3392 content: "";
3393 right: 8px;
3394 transition: all 0.3s ease;
3395 border-radius: 4px;
3396 }
3397 .mysticky-welcomebar-hover-effect-border2:before {
3398 width: 2px;
3399 }
3400 .mysticky-welcomebar-hover-effect-border2:after {
3401 width: 0%;
3402 height: 2px;
3403 }
3404 .mysticky-welcomebar-hover-effect-border2:hover:before {
3405 height: 29px;
3406 }
3407 .mysticky-welcomebar-hover-effect-border2:hover:after {
3408 width: 63px;
3409 }
3410 .mysticky-welcomebar-hover-effect-border2 a:before,
3411 .mysticky-welcomebar-hover-effect-border2 a:after {
3412 position: absolute;
3413 content: "";
3414 left: 0;
3415 bottom: 0;
3416 transition: all 0.3s ease;
3417 z-index: 0 !important;
3418 }
3419 .mysticky-welcomebar-hover-effect-border2 a:before {
3420 width: 2px;
3421 height: 0%;
3422 }
3423 .mysticky-welcomebar-hover-effect-border2 a:after {
3424 width: 0%;
3425 height: 2px;
3426 }
3427 .mysticky-welcomebar-hover-effect-border2 a:hover:before {
3428 height: 100%;
3429 }
3430 .mysticky-welcomebar-hover-effect-border2 a:hover:after {
3431 width: 100%;
3432 }
3433 .mysticky-welcomebar-hover-effect-border3 a {
3434 position: relative;
3435 display: block;
3436 width: 100%;
3437 height: 100%;
3438 }
3439 .mysticky-welcomebar-hover-effect-border3:before,
3440 .mysticky-welcomebar-hover-effect-border3:after {
3441 position: absolute;
3442 content: "";
3443 right: 8px;
3444 transition: all 0.3s ease;
3445 }
3446 .mysticky-welcomebar-hover-effect-border3:before {
3447 height: 14px;
3448 width: 2px;
3449 }
3450 .mysticky-welcomebar-hover-effect-border3:after {
3451 width: 14px;
3452 height: 2px;
3453 }
3454 .mysticky-welcomebar-hover-effect-border3:hover:before {
3455 height: 29px;
3456 }
3457 .mysticky-welcomebar-hover-effect-border3:hover:after {
3458 width: 63px;
3459 }
3460 .mysticky-welcomebar-hover-effect-border3 a:before,
3461 .mysticky-welcomebar-hover-effect-border3 a:after {
3462 position: absolute;
3463 content: "";
3464 left: 0;
3465 bottom: 0;
3466 transition: all 0.3s ease;
3467 z-index: 0 !important;
3468 }
3469 .mysticky-welcomebar-hover-effect-border3 a:before {
3470 width: 2px;
3471 height: 50%;
3472 }
3473 .mysticky-welcomebar-hover-effect-border3 a:after {
3474 width: 12px;
3475 height: 2px;
3476 }
3477 .mysticky-welcomebar-hover-effect-border3 a:hover:before {
3478 height: 100%;
3479 }
3480 .mysticky-welcomebar-hover-effect-border3 a:hover:after {
3481 width: 100%;
3482 }
3483 .mysticky-welcomebar-hover-effect-border4 a {
3484 position: relative;
3485 display: block;
3486 width: 100%;
3487 height: 100%;
3488 }
3489 .mysticky-welcomebar-hover-effect-border4:before,
3490 .mysticky-welcomebar-hover-effect-border4:after {
3491 position: absolute;
3492 content: "";
3493 right: 8px;
3494 bottom: 20px;
3495 transition: all 0.3s ease;
3496 }
3497 .mysticky-welcomebar-hover-effect-border4:before {
3498 height: 14px;
3499 width: 2px;
3500 }
3501 .mysticky-welcomebar-hover-effect-border4:after {
3502 width: 14px;
3503 height: 2px;
3504 }
3505 .mysticky-welcomebar-hover-effect-border4:hover:before {
3506 height: 29px;
3507 }
3508 .mysticky-welcomebar-hover-effect-border4:hover:after {
3509 width: 64px;
3510 }
3511 .mysticky-welcomebar-hover-effect-border4 a:before,
3512 .mysticky-welcomebar-hover-effect-border4 a:after {
3513 position: absolute;
3514 content: "";
3515 left: 0;
3516 top: 0;
3517 transition: all 0.3s ease;
3518 }
3519 .mysticky-welcomebar-hover-effect-border4 a:before {
3520 width: 2px;
3521 height: 50%;
3522 }
3523 .mysticky-welcomebar-hover-effect-border4 a:after {
3524 width: 20%;
3525 height: 2px;
3526 }
3527 .mysticky-welcomebar-hover-effect-border4 a:hover:before {
3528 height: 100%;
3529 }
3530 .mysticky-welcomebar-hover-effect-border4 a:hover:after {
3531 width: 100%;
3532 }
3533
3534 .mysticky-welcomebar-hover-effect-fill1 a {
3535 z-index: 1;
3536 }
3537 .mysticky-welcomebar-hover-effect-fill1 a:after {
3538 position: absolute;
3539 content: "";
3540 width: 0;
3541 height: 100%;
3542 top: 0;
3543 left: 0;
3544 z-index: -1;
3545 }
3546 .mysticky-welcomebar-hover-effect-fill1 a:hover:after {
3547 width: 100%;
3548 }
3549 .mysticky-welcomebar-hover-effect-fill1 a:active {
3550 top: 2px;
3551 }
3552 .mysticky-welcomebar-hover-effect-fill2 a {
3553 z-index: 1;
3554 }
3555 .mysticky-welcomebar-hover-effect-fill2 a:after {
3556 position: absolute;
3557 content: "";
3558 width: 0;
3559 height: 100%;
3560 top: 0;
3561 left: 0;
3562 direction: rtl;
3563 z-index: -1;
3564 transition: all 0.3s ease;
3565 }
3566 .mysticky-welcomebar-hover-effect-fill2 a:hover:after {
3567 left: auto;
3568 right: 0;
3569 width: 100%;
3570 }
3571 .mysticky-welcomebar-hover-effect-fill2 a:active {
3572 top: 2px;
3573 }
3574 .mysticky-welcomebar-hover-effect-fill3 a {
3575 border: 0px solid #000;
3576 z-index: 1;
3577 }
3578 .mysticky-welcomebar-hover-effect-fill3 a:after {
3579 position: absolute;
3580 content: "";
3581 width: 100%;
3582 height: 0;
3583 bottom: 0;
3584 left: 0;
3585 z-index: -1;
3586 transition: all 0.3s ease;
3587 }
3588 .mysticky-welcomebar-hover-effect-fill3 a:hover:after {
3589 top: 0;
3590 height: 100%;
3591 }
3592 .mysticky-welcomebar-hover-effect-fill3 a:active {
3593 top: 2px;
3594 }
3595 .mysticky-welcomebar-hover-effect-fill4 a {
3596 z-index: 1;
3597 }
3598 .mysticky-welcomebar-hover-effect-fill4 a:after {
3599 position: absolute;
3600 content: "";
3601 width: 100%;
3602 height: 0;
3603 top: 0;
3604 left: 0;
3605 z-index: -1;
3606 transition: all 0.3s ease;
3607 }
3608 .mysticky-welcomebar-hover-effect-fill4 a:hover:after {
3609 top: auto;
3610 bottom: 0;
3611 height: 100%;
3612 }
3613 .mysticky-welcomebar-hover-effect-fill4 a:active {
3614 top: 2px;
3615 }
3616 .mysticky-welcomebar-hover-effect-fill5 a {
3617 border: 0px solid #000;
3618 z-index: 3;
3619 }
3620 .mysticky-welcomebar-hover-effect-fill5 a:after {
3621 position: absolute;
3622 content: "";
3623 width: 0;
3624 height: 100%;
3625 top: 0;
3626 right: 0;
3627 z-index: -1;
3628 transition: all 0.3s ease;
3629 }
3630 .mysticky-welcomebar-hover-effect-fill5 a:hover:after {
3631 left: 0;
3632 width: 100%;
3633 }
3634 .mysticky-welcomebar-hover-effect-fill5 a:active {
3635 top: 2px;
3636 }
3637
3638 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-fixed.mysticky-welcomebar-timer-active .mysticky-welcomebar-btn.right-cta,
3639 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-fixed.mysticky-welcomebar-timer-active .mysticky-welcomebar-timer-show-right,
3640 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-fixed.mysticky-welcomebar-timer-active .mysticky-welcomebar-btn.left-cta,
3641 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed.mysticky-welcomebar-collectlead-active .mysticky-welcomebar-content,
3642 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-content {
3643 flex: unset;
3644 }
3645 .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed:not(.mysticky-welcomebar-timer-active):not(.mysticky-welcomebar-collectlead-active) .mysticky-welcomebar-content,
3646 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-fixed.mysticky-welcomebar-collectlead-active .mysticky-welcomebar-content,
3647 .mysticky-welcomebar-full-screen-preview .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-content {
3648 flex: 1;
3649 }