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