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