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
mystickybar-admin.css
767 lines
| 1 | .my-sticky-bar_page_my-stickymenu-new-welcomebar .mystickymenu-new-widget-wrap { |
| 2 | margin-top: 50px !important; |
| 3 | } |
| 4 | |
| 5 | .toplevel_page_my-stickymenu-welcomebar #wpcontent, .toplevel_page_my-stickymenu-welcomebar #wpfoote { |
| 6 | margin-left: 140px; |
| 7 | } |
| 8 | .toplevel_page_my-stickymenu-welcomebar.folded #wpcontent { |
| 9 | margin-left: 0; |
| 10 | } |
| 11 | .mystickymenu.wrap { |
| 12 | margin: 0; |
| 13 | } |
| 14 | div#mystickymenu { |
| 15 | overflow: unset; |
| 16 | } |
| 17 | .toplevel_page_my-stickymenu-welcomebar .media-modal { |
| 18 | z-index: 999999; |
| 19 | } |
| 20 | div.x-color-wrap { |
| 21 | z-index: 99; |
| 22 | } |
| 23 | |
| 24 | /* Common Classes */ |
| 25 | .mx-w-100 { |
| 26 | max-width: 100% !important; |
| 27 | } |
| 28 | .flex { |
| 29 | display: flex; |
| 30 | } |
| 31 | .flex-inline { |
| 32 | display: inline-flex; |
| 33 | flex-wrap: wrap; |
| 34 | } |
| 35 | .flex-1 { |
| 36 | flex: 1; |
| 37 | } |
| 38 | .flex-column { |
| 39 | flex-direction: column; |
| 40 | } |
| 41 | .align-top { |
| 42 | align-items: flex-start; |
| 43 | } |
| 44 | .align-middle { |
| 45 | align-items: center; |
| 46 | } |
| 47 | .gap-x-px { |
| 48 | gap: 10px; |
| 49 | } |
| 50 | .content-center { |
| 51 | justify-content: center; |
| 52 | } |
| 53 | |
| 54 | .myStickymenu-upgrade a:before { |
| 55 | content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4173 3.12162C14.2583 2.92423 14.0413 2.78187 13.797 2.71469C13.563 2.65332 13.3158 2.66446 13.0883 2.74666C12.8607 2.82885 12.6636 2.97823 12.5228 3.17499L10.8151 4.82269L9.04065 2.40117C8.93859 2.22808 8.79679 2.08175 8.62705 1.97423C8.49112 1.89082 8.33979 1.83564 8.18212 1.81197C8.02439 1.78831 7.86359 1.79665 7.70925 1.8365C7.55485 1.87634 7.41005 1.94687 7.28352 2.04388C7.15692 2.1409 7.05125 2.26241 6.97265 2.40117L5.1982 4.82269L3.49041 3.17499C3.34843 2.97964 3.15119 2.83136 2.92406 2.74931C2.69693 2.66725 2.45039 2.6552 2.21634 2.71469C1.97176 2.78099 1.75461 2.92338 1.59632 3.12125C1.43802 3.31913 1.34673 3.56222 1.33573 3.81539C1.33243 3.84643 1.33243 3.87773 1.33573 3.90878L2.39647 11.3735C2.4955 12.1546 2.87603 12.8729 3.46672 13.3936C4.05741 13.9143 4.81769 14.2017 5.60511 14.202H10.4549C11.2435 14.2033 12.0054 13.9166 12.5975 13.3958C13.1896 12.875 13.571 12.1558 13.6702 11.3735L14.6641 3.90211C14.6674 3.87553 14.6674 3.84865 14.6641 3.82206C14.6579 3.56837 14.5715 3.32315 14.4173 3.12162ZM10.7017 11.6136H5.36497C5.18805 11.6136 5.01834 11.5434 4.89324 11.4182C4.76813 11.2932 4.69788 11.1235 4.69788 10.9466C4.69788 10.7696 4.76813 10.6 4.89324 10.4748C5.01834 10.3498 5.18805 10.2794 5.36497 10.2794H10.7017C10.8786 10.2794 11.0483 10.3498 11.1734 10.4748C11.2985 10.6 11.3688 10.7696 11.3688 10.9466C11.3688 11.1235 11.2985 11.2932 11.1734 11.4182C11.0483 11.5434 10.8786 11.6136 10.7017 11.6136Z' fill='%236558F5'/%3E%3C/svg%3E"); |
| 56 | } |
| 57 | |
| 58 | .btn:not(.disabled) { |
| 59 | cursor: pointer; |
| 60 | } |
| 61 | .btn.disabled { |
| 62 | opacity: 25%; |
| 63 | } |
| 64 | .btn { |
| 65 | height: 48px; |
| 66 | font-size: 16px !important; |
| 67 | line-height: 1; |
| 68 | font-weight: 600; |
| 69 | text-decoration: none; |
| 70 | display: inline-flex !important; |
| 71 | align-items: center; |
| 72 | justify-content: center; |
| 73 | gap: 8px; |
| 74 | border-radius: 8px !important; |
| 75 | padding: 0 16px !important; |
| 76 | transition: all ease-in-out 0.2s; |
| 77 | } |
| 78 | .btn:hover { |
| 79 | opacity: 75%; |
| 80 | } |
| 81 | .btn.btn-primary-outline { |
| 82 | background-color: transparent; |
| 83 | border: 1px solid #6558F5 !important; |
| 84 | color: #6558F5 !important; |
| 85 | } |
| 86 | |
| 87 | input[type="text"], select { |
| 88 | max-width: 100%; |
| 89 | } |
| 90 | input[type=checkbox], input[type=radio], |
| 91 | input[type=checkbox]:focus, input[type=radio]:focus { |
| 92 | border: 1px solid #56556B; |
| 93 | box-shadow: none; |
| 94 | } |
| 95 | input[type=radio]:checked::before { |
| 96 | background-color: #604ADB; |
| 97 | } |
| 98 | input[type=checkbox]:checked::before { |
| 99 | background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0C8.72 0 8.47 0.11 8.29 0.29L4 4.59L1.71 2.29C1.53 2.11 1.28 2 1 2C0.45 2 0 2.45 0 3C0 3.28 0.11 3.53 0.29 3.71L3.29 6.71C3.47 6.89 3.72 7 4 7C4.28 7 4.53 6.89 4.71 6.71L9.71 1.71C9.89 1.53 10 1.28 10 1C10 0.45 9.55 0 9 0Z' fill='white'/%3E%3C/svg%3E"); |
| 100 | background-color: #604ADB; |
| 101 | background-position: 50% 50%; |
| 102 | background-repeat: no-repeat; |
| 103 | content: ""; |
| 104 | width: 16px; |
| 105 | height: 16px; |
| 106 | border-radius: 4px; |
| 107 | margin: 0; |
| 108 | } |
| 109 | |
| 110 | .mysticky-welcomebar-setting-content-right select, .mysticky-welcomebar-setting-content-right input[type="text"], .mysticky-welcomebar-setting-content-right textarea, .mysticky-welcomebar-page-option .url-content input[type="text"], .mysticky-page-option .url-content input[type="text"], .mystickymenu-country-button { |
| 111 | height: 34px; |
| 112 | border-radius: 34px; |
| 113 | } |
| 114 | .mysticky-welcomebar-page-option .url-content input.url-inputs { |
| 115 | max-width: 100%; |
| 116 | } |
| 117 | .mysticky-welcomebar-page-option .mysticky-welcomebar-url-values { |
| 118 | max-width: 40%; |
| 119 | } |
| 120 | |
| 121 | label.mysticky-welcomebar-switch { |
| 122 | width: 40px !important; |
| 123 | height: 24px !important; |
| 124 | } |
| 125 | .mysticky-welcomebar-switch .slider:before { |
| 126 | width: 16px; |
| 127 | height: 16px; |
| 128 | top: 50%; |
| 129 | transform: translateY(-50%); |
| 130 | } |
| 131 | .mysticky-welcomebar-switch input:checked + .slider:before { |
| 132 | transform: translate(16px, -50%); |
| 133 | } |
| 134 | |
| 135 | .mysticky-welcomebar-form { |
| 136 | background-color: #FBFAFF; |
| 137 | margin-top: 90px; |
| 138 | margin-left: 20px; |
| 139 | margin-right: 20px; |
| 140 | padding-top: 20px; |
| 141 | } |
| 142 | |
| 143 | .mysticky-welcomebar-expirydate .dashicons { |
| 144 | top: 0; |
| 145 | line-height: 34px; |
| 146 | } |
| 147 | .welcomebar-slider-text-option span.add-more-slider-text, |
| 148 | .welcomebar-slider-text-option .delete-slider-text-option { |
| 149 | width: 34px; |
| 150 | height: 34px; |
| 151 | line-height: 30px; |
| 152 | border: none; |
| 153 | } |
| 154 | .mysticky-welcomebar-remove-rule, |
| 155 | .mysticky-remove-rule, |
| 156 | a.mysticky-welcomebar-remove-date-schedule { |
| 157 | background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8V17.8571C7 18.4255 7.21949 18.9705 7.61019 19.3724C8.00089 19.7743 8.5308 20 9.08333 20H14.9167C15.4692 20 15.9991 19.7743 16.3898 19.3724C16.7805 18.9705 17 18.4255 17 17.8571V8' stroke='%2356556B' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 8H19' stroke='%2356556B' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 8V6.5C9 6.10218 9.15804 5.72064 9.43934 5.43933C9.72064 5.15804 10.1022 5 10.5 5H13.5C13.8978 5 14.2794 5.15804 14.5607 5.43933C14.8419 5.72064 15 6.10218 15 6.5V8' stroke='%2356556B' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); |
| 158 | background-color: transparent; |
| 159 | background-position: 50% 50%; |
| 160 | background-repeat: no-repeat; |
| 161 | width: 34px; |
| 162 | height: 34px; |
| 163 | line-height: 30px; |
| 164 | overflow: hidden; |
| 165 | text-indent: -1000px; |
| 166 | } |
| 167 | a.mysticky-welcomebar-remove-date-schedule { |
| 168 | margin-top: 23px; |
| 169 | } |
| 170 | |
| 171 | /* Stickybar */ |
| 172 | body.admin-bar .mystickybar-header { |
| 173 | top: 32px; |
| 174 | } |
| 175 | body.folded .mystickybar-header { |
| 176 | left: 36px; |
| 177 | } |
| 178 | .mystickybar-header { |
| 179 | background-color: #fff; |
| 180 | height: 70px; |
| 181 | padding: 0 16px; |
| 182 | display: flex; |
| 183 | align-items: center; |
| 184 | position: fixed; |
| 185 | top: 0; |
| 186 | left: 160px; |
| 187 | right: 0; |
| 188 | z-index: 999; |
| 189 | box-shadow: 0 4px 24px 0 rgba(56, 39, 240, 0.06); |
| 190 | } |
| 191 | .mystickybar-header > a img { |
| 192 | display: block; |
| 193 | } |
| 194 | .mystickybar-tabs-buttons { |
| 195 | display: flex; |
| 196 | align-items: center; |
| 197 | gap: 9px; |
| 198 | } |
| 199 | .mystickybar-header .save_view_dashboard { |
| 200 | margin-left: 0 !important; |
| 201 | } |
| 202 | |
| 203 | /* Tabs */ |
| 204 | ul.mystickybar-tabs { |
| 205 | justify-content: center; |
| 206 | } |
| 207 | ul.mystickybar-tabs li.mystickybar-tab-li { |
| 208 | width: 200px; |
| 209 | } |
| 210 | a.mystickybar-tab { |
| 211 | display: flex; |
| 212 | flex-direction: column; |
| 213 | align-items: center; |
| 214 | gap: 4px; |
| 215 | position: relative; |
| 216 | cursor: pointer; |
| 217 | } |
| 218 | a.mystickybar-tab .mystickybar-tabs-heading { |
| 219 | background-color: #E7E6E9; |
| 220 | width: 16px; |
| 221 | height: 16px; |
| 222 | border-radius: 16px; |
| 223 | } |
| 224 | a.mystickybar-tab .mystickybar-tabs-heading::before, |
| 225 | a.mystickybar-tab .mystickybar-tabs-heading::after { |
| 226 | background-color: #E7E6E9; |
| 227 | width: 50%; |
| 228 | height: 2px; |
| 229 | position: absolute; |
| 230 | top: 8px; |
| 231 | } |
| 232 | a.mystickybar-tab .mystickybar-tabs-heading::before { |
| 233 | left: 0; |
| 234 | } |
| 235 | a.mystickybar-tab .mystickybar-tabs-heading::after { |
| 236 | right: 0; |
| 237 | } |
| 238 | li:not(:first-child) a.mystickybar-tab .mystickybar-tabs-heading::before, |
| 239 | li:not(:last-child) a.mystickybar-tab .mystickybar-tabs-heading::after { |
| 240 | content: ""; |
| 241 | } |
| 242 | a.mystickybar-tab-active .mystickybar-tabs-heading, |
| 243 | a.mystickybar-tab-completed .mystickybar-tabs-heading, |
| 244 | a.mystickybar-tab-active .mystickybar-tabs-heading::before, |
| 245 | a.mystickybar-tab-active .mystickybar-tabs-heading::after, |
| 246 | a.mystickybar-tab-completed .mystickybar-tabs-heading::before, |
| 247 | a.mystickybar-tab-completed .mystickybar-tabs-heading::after { |
| 248 | background-color: #6558F5; |
| 249 | |
| 250 | } |
| 251 | ul.mystickybar-tabs a.mystickybar-tab-completed .mystickybar-tabs-subheading{ |
| 252 | color: #6558F5; |
| 253 | } |
| 254 | ul.mystickybar-tabs .mystickybar-tabs-subheading { |
| 255 | color: #181749; |
| 256 | } |
| 257 | |
| 258 | /* Structure */ |
| 259 | .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap { |
| 260 | padding: 20px 40px; |
| 261 | margin: 0; |
| 262 | } |
| 263 | section.mystickybar-widget-tabs-content { |
| 264 | display: flex; |
| 265 | align-items: stretch; |
| 266 | } |
| 267 | section.mystickybar-widget-tabs-content .mystickybar-column { |
| 268 | flex: 1; |
| 269 | border-right: 1px solid #F1EFF8; |
| 270 | } |
| 271 | section.mystickybar-widget-tabs-content .mystickybar-preview-section { |
| 272 | width: 440px; |
| 273 | padding: 16px; |
| 274 | } |
| 275 | .mystickybar-tab-content .notice-info { |
| 276 | margin: 16px 24px; |
| 277 | } |
| 278 | |
| 279 | /* Tab Content */ |
| 280 | .mystickybar-widget-tabs-content { |
| 281 | background-color: #fff; |
| 282 | max-width: 1240px; |
| 283 | margin: 0 auto; |
| 284 | border-radius: 16px; |
| 285 | border: 1px solid #F1EFF8; |
| 286 | position: relative; |
| 287 | } |
| 288 | .mystickybar-tab-content:not(.active) { |
| 289 | display: none; |
| 290 | } |
| 291 | .mystickybar-tab-content > h2.section-title { |
| 292 | font-size: 20px; |
| 293 | font-weight: 400; |
| 294 | color: #56556B; |
| 295 | padding: 16px 24px; |
| 296 | margin: 0; |
| 297 | border-bottom: 1px solid #F1EFF8; |
| 298 | } |
| 299 | .mystickybar-tab-content > h2.section-title strong { |
| 300 | font-weight: 700; |
| 301 | color: #181749; |
| 302 | } |
| 303 | .mysticky-welcomebar-subheader-title { |
| 304 | padding: 32px 0 12px; |
| 305 | } |
| 306 | .mysticky-welcomebar-subheader-title:first-child { |
| 307 | padding-top: 16px; |
| 308 | } |
| 309 | .mysticky-welcomebar-subheader-title h4, |
| 310 | .poptin-right h4 { |
| 311 | font-size: 22px; |
| 312 | color: #181749; |
| 313 | } |
| 314 | |
| 315 | .mystickybar-content-section { |
| 316 | padding: 16px 24px; |
| 317 | } |
| 318 | |
| 319 | .mysticky-welcomebar-header-title { |
| 320 | display: flex; |
| 321 | align-items: center; |
| 322 | gap: 8px; |
| 323 | } |
| 324 | .welcomebar-icon-wrap.welcomebar-widget-title { |
| 325 | margin-bottom: 0; |
| 326 | } |
| 327 | .mysticky-welcomebar-header-title .welcomebar-widget-title input[type="text"] { |
| 328 | background-color: #F6F5FEE5; |
| 329 | height: 38px; |
| 330 | font-size: 22px; |
| 331 | color: #181749; |
| 332 | border: none; |
| 333 | border-radius: 20px; |
| 334 | } |
| 335 | |
| 336 | .mysticky-welcomebar-setting-block { |
| 337 | background-color: #FBFAFF; |
| 338 | padding: 16px 16px 0; |
| 339 | border: 1px solid #F1EFF8; |
| 340 | border-radius: 8px; |
| 341 | } |
| 342 | .mysticky-welcomebar-setting-content > label, |
| 343 | .poptin-right { |
| 344 | font-size: 14px; |
| 345 | color: #56556B; |
| 346 | } |
| 347 | .mysticky-welcomebar-setting-content.align-top > label { |
| 348 | margin-top: 9px; |
| 349 | } |
| 350 | .mysticky-welcomebar-setting-content-right label, |
| 351 | #mystickymenu input[type=number], |
| 352 | span.input-px, |
| 353 | .poptin-right p strong { |
| 354 | color: #181749; |
| 355 | } |
| 356 | .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons { |
| 357 | color: #A9A8B5; |
| 358 | } |
| 359 | .mysticky-welcomebar-setting-content-right select.mysticky-welcomebar-trigger { |
| 360 | width: 100%; |
| 361 | max-width: 100%; |
| 362 | } |
| 363 | .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-triggersec { |
| 364 | padding: 0 !important; |
| 365 | } |
| 366 | .mysticky-welcomebar-setting-content-right.absolute { |
| 367 | position: absolute; |
| 368 | left: 270px; |
| 369 | } |
| 370 | .mysticky-welcomebar-setting-content-right.absolute a.create-rule { |
| 371 | margin-top: 0; |
| 372 | } |
| 373 | |
| 374 | #mystickymenu input[type=number] { |
| 375 | height: 32px; |
| 376 | line-height: 32px; |
| 377 | } |
| 378 | span.input-px { |
| 379 | background: none; |
| 380 | width: 35px; |
| 381 | height: 32px; |
| 382 | text-align: left; |
| 383 | line-height: 32px; |
| 384 | opacity: 0.4; |
| 385 | } |
| 386 | #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input { |
| 387 | padding-right: 40px; |
| 388 | } |
| 389 | .welcomebar_height_content input[type="number"], |
| 390 | .mysticky-welcomebar-setting-content-right input[type="number"] { |
| 391 | width: 90px !important; |
| 392 | } |
| 393 | |
| 394 | .poptin-left, |
| 395 | .poptin-right { |
| 396 | width: 50%; |
| 397 | padding: 24px; |
| 398 | } |
| 399 | .poptin-left { |
| 400 | float: left; |
| 401 | } |
| 402 | .poptin-right { |
| 403 | float: right; |
| 404 | } |
| 405 | .poptin-left img { |
| 406 | max-width: 100%; |
| 407 | } |
| 408 | .poptin-right p, |
| 409 | .poptin-right ul li { |
| 410 | font-size: 16px; |
| 411 | } |
| 412 | .poptin-right h4 { |
| 413 | margin-top: 0; |
| 414 | } |
| 415 | .poptin-right .btn { |
| 416 | width: 260px; |
| 417 | text-decoration: none; |
| 418 | } |
| 419 | .poptin-right .mystickybar-tab-boxes-btn-wrap { |
| 420 | display: flex; |
| 421 | flex-direction: column; |
| 422 | gap: 8px; |
| 423 | } |
| 424 | ul.poptin-ul { |
| 425 | margin-bottom: 40px; |
| 426 | display: flex; |
| 427 | flex-direction: column; |
| 428 | gap: 10px; |
| 429 | } |
| 430 | ul.poptin-ul li { |
| 431 | position: relative; |
| 432 | padding-left: 28px; |
| 433 | } |
| 434 | ul.poptin-ul li::before { |
| 435 | content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%232BBD65'/%3E%3Cpath d='M5.83337 10.0003L8.87795 13.3337L14.1667 6.66699' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); |
| 436 | position: absolute; |
| 437 | top: 0; |
| 438 | left: 0; |
| 439 | } |
| 440 | |
| 441 | /* Preview */ |
| 442 | .mysticky-welcomebar-header-title { |
| 443 | padding-bottom: 12px; |
| 444 | } |
| 445 | .mysticky-welcomebar-header-title h3 { |
| 446 | font-size: 14px; |
| 447 | font-weight: 600; |
| 448 | } |
| 449 | div.mysticky-welcomebar-preview-wrap { |
| 450 | position: sticky; |
| 451 | top: 110px; |
| 452 | overflow: hidden; |
| 453 | } |
| 454 | div.mysticky-welcomebar-setting-right { |
| 455 | width: 100%; |
| 456 | position: unset; |
| 457 | } |
| 458 | div.mysticky-welcomebar-full-screen { |
| 459 | margin-top: 10px; |
| 460 | } |
| 461 | div.mysticky-welcomebar-full-screen-preview { |
| 462 | width: auto !important; |
| 463 | top: 120px; |
| 464 | right: 40px !important; |
| 465 | left: 200px !important; |
| 466 | } |
| 467 | div.mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body { |
| 468 | background-color: rgba(0,0,0,.25); |
| 469 | z-index: 99999; |
| 470 | } |
| 471 | .mysticky-welcomebar-backword-page a { |
| 472 | display: inline-flex; |
| 473 | align-items: center; |
| 474 | line-height: 20px; |
| 475 | color: #6558F5; |
| 476 | } |
| 477 | .mysticky-welcomebar-backword-page a span { |
| 478 | line-height: 20px; |
| 479 | } |
| 480 | |
| 481 | /* Upgrade */ |
| 482 | .myStickymenu-upgrade a { |
| 483 | background-color: #ECEAFE; |
| 484 | color: #6558F5; |
| 485 | } |
| 486 | .myStickymenu-upgrade a::before { |
| 487 | margin-right: 3px; |
| 488 | } |
| 489 | |
| 490 | /* Dashboard */ |
| 491 | .mystickymenu-dashboard .msm-bgbox { |
| 492 | border-radius: 16px; |
| 493 | } |
| 494 | .premio-footer-option { |
| 495 | gap: 8px; |
| 496 | } |
| 497 | .premio-footer-option .premio-content-list { |
| 498 | flex: 1; |
| 499 | } |
| 500 | .contactus-tab-option-wrap { |
| 501 | width: 100%; |
| 502 | } |
| 503 | .contactus-tab-option-wrap .contactus-tab-option { |
| 504 | display: flex; |
| 505 | align-items: center; |
| 506 | justify-content: space-between; |
| 507 | padding: 16px; |
| 508 | } |
| 509 | .contactus-tab-option .contactus-tab-option-left, |
| 510 | .contactus-tab-option .contactus-contents-buttons { |
| 511 | display: flex; |
| 512 | align-items: center; |
| 513 | gap: 8px; |
| 514 | } |
| 515 | |
| 516 | .msm-bgbox .stickymenu-box-button { |
| 517 | padding: 0; |
| 518 | } |
| 519 | |
| 520 | .my-sticky-bar_page_my-stickymenu-settings #wpcontent { |
| 521 | padding-right: 20px; |
| 522 | } |
| 523 | |
| 524 | #post-search-input{ |
| 525 | width: 300px; |
| 526 | } |
| 527 | |
| 528 | /* Responsive Code */ |
| 529 | |
| 530 | @media only screen and (min-width: 481px) { |
| 531 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left, |
| 532 | .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left { |
| 533 | justify-content: flex-start !important; |
| 534 | } |
| 535 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center, |
| 536 | .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center { |
| 537 | justify-content: center !important; |
| 538 | } |
| 539 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right, |
| 540 | .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right { |
| 541 | justify-content: flex-end !important; |
| 542 | } |
| 543 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left .mysticky-welcomebar-content, |
| 544 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center .mysticky-welcomebar-content, |
| 545 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right .mysticky-welcomebar-content { |
| 546 | flex: unset !important; |
| 547 | } |
| 548 | } |
| 549 | |
| 550 | @media only screen and (max-width: 1490px) { |
| 551 | .mysticky-welcomebar-setting-content > .mysticky-welcomebar-setting-content-right, |
| 552 | .mysticky-welcomebar-page-option .url-content select, .mysticky-page-option .url-content select { |
| 553 | width: 100%; |
| 554 | } |
| 555 | } |
| 556 | |
| 557 | @media only screen and (max-width: 1440px) { |
| 558 | ul.mystickybar-tabs li.mystickybar-tab-li { |
| 559 | width: 130px; |
| 560 | } |
| 561 | .stickymenubox-title-section h3, .mystickymenu-tab-documentation h3, .contactus-title { |
| 562 | padding: 20px 24px; |
| 563 | } |
| 564 | .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings { |
| 565 | padding: 15px 24px; |
| 566 | } |
| 567 | .msm-bgbox .stickymenu-box-button { |
| 568 | padding: 0; |
| 569 | } |
| 570 | } |
| 571 | |
| 572 | @media only screen and (max-width: 1200px) { |
| 573 | section.mystickybar-widget-tabs-content .mystickybar-preview-section { |
| 574 | width: 400px; |
| 575 | } |
| 576 | .mysticky-welcomebar-setting-content, .email-send-lead-settings { |
| 577 | width: 100%; |
| 578 | } |
| 579 | ul.mystickybar-tabs li.mystickybar-tab-li { |
| 580 | width: 120px; |
| 581 | } |
| 582 | .btn { |
| 583 | height: 40px; |
| 584 | font-size: 15px !important; |
| 585 | padding: 0 12px !important; |
| 586 | } |
| 587 | .mystickybar-tabs-buttons { |
| 588 | gap: 5px; |
| 589 | } |
| 590 | .mysticky-welcomebar-form, |
| 591 | .mystickybar-content-section { |
| 592 | padding-left: 12px; |
| 593 | padding-right: 12px; |
| 594 | } |
| 595 | .mysticky-welcomebar-setting-content > label { |
| 596 | width: 200px; |
| 597 | } |
| 598 | .mystickybar-tabs-buttons .mystickybar-back-button span, |
| 599 | .mystickybar-tabs-buttons .mystickybar-next-button span { |
| 600 | display: none; |
| 601 | } |
| 602 | .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap { |
| 603 | flex-direction: column; |
| 604 | } |
| 605 | .msmenu-box50, |
| 606 | .mysticky-welcomebar-page-option .url-content input[type="text"], .mysticky-page-option .url-content input[type="text"] { |
| 607 | width: 100%; |
| 608 | } |
| 609 | .mysticky-welcomebar-setting-content-right.absolute { |
| 610 | left: 230px; |
| 611 | } |
| 612 | .contactus-tab-option.msm-bgbox { |
| 613 | margin-bottom: 16px; |
| 614 | } |
| 615 | } |
| 616 | |
| 617 | @media only screen and (max-width: 1024px) { |
| 618 | .mystickybar-header.mystickybar-logo img { |
| 619 | max-width: 100px; |
| 620 | } |
| 621 | .x-color-wrap { |
| 622 | margin-top: 10px; |
| 623 | } |
| 624 | } |
| 625 | @media only screen and (max-width: 992px) { |
| 626 | .mystickybar-header { |
| 627 | left: 36px; |
| 628 | } |
| 629 | .toplevel_page_my-stickymenu-welcomebar #wpcontent, |
| 630 | .toplevel_page_my-stickymenu-welcomebar #wpfoote { |
| 631 | margin-left: 36px !important; |
| 632 | padding-left: 0; |
| 633 | } |
| 634 | } |
| 635 | |
| 636 | @media only screen and (max-width: 768px) { |
| 637 | .toplevel_page_my-stickymenu-welcomebar #wpcontent, .toplevel_page_my-stickymenu-welcomebar #wpfoote { |
| 638 | margin-left: 0 !important; |
| 639 | } |
| 640 | .save-button-container .mobile-text { |
| 641 | display: none; |
| 642 | } |
| 643 | |
| 644 | #mystickybar-widget-body-tab { |
| 645 | flex-direction: column; |
| 646 | } |
| 647 | section.mystickybar-widget-tabs-content .mystickybar-preview-section { |
| 648 | width: 100%; |
| 649 | } |
| 650 | .poptin-left { |
| 651 | float: unset; |
| 652 | width: 100%; |
| 653 | } |
| 654 | .poptin-right { |
| 655 | float: left; |
| 656 | width: 100%; |
| 657 | } |
| 658 | |
| 659 | .wp-picker-container .wp-color-result.button { |
| 660 | min-height: 40px !important; |
| 661 | } |
| 662 | .mysticky-welcomebar-setting-content-right { |
| 663 | display: flex; |
| 664 | flex-direction: column; |
| 665 | gap: 8px; |
| 666 | align-items: start; |
| 667 | } |
| 668 | .mystickymenu-country-button, .mystickymenu-country-inputs select { |
| 669 | width: 100%; |
| 670 | max-width: 250px; |
| 671 | } |
| 672 | .mystickybar-header { |
| 673 | left: 0; |
| 674 | top: 0 !important; |
| 675 | flex-direction: column; |
| 676 | height: auto; |
| 677 | padding: 16px; |
| 678 | } |
| 679 | |
| 680 | .mysticky-custom-fields-tooltip p { |
| 681 | max-width: 150px; |
| 682 | } |
| 683 | .mysticky-welcomebar-setting-content-right.absolute { |
| 684 | position: absolute; |
| 685 | left: 129px; |
| 686 | display: inline-block; |
| 687 | width: 100px !important; |
| 688 | } |
| 689 | .mystickymenu-country-inputs { |
| 690 | width: 100% !important; |
| 691 | } |
| 692 | .mysticky-welcomebar-form{ |
| 693 | margin-top: 150px; |
| 694 | } |
| 695 | div.mysticky-welcomebar-full-screen-preview { |
| 696 | top: 20px; |
| 697 | left: 20px !important; |
| 698 | right: 20px !important; |
| 699 | bottom: 20px !important; |
| 700 | } |
| 701 | } |
| 702 | |
| 703 | |
| 704 | @media only screen and (max-width: 576px) { |
| 705 | |
| 706 | .recent-lead-table { |
| 707 | width: 100%; |
| 708 | overflow-x: auto; |
| 709 | } |
| 710 | |
| 711 | .recent-lead-table table { |
| 712 | width: 100%; |
| 713 | border-collapse: collapse; |
| 714 | } |
| 715 | .contactus-tab-option.msm-bgbox { |
| 716 | flex-direction: column; |
| 717 | gap: 16px; |
| 718 | } |
| 719 | .contactus-tab-option-left { |
| 720 | flex-direction: column; |
| 721 | } |
| 722 | |
| 723 | .mystickymenu-tab-documentation.msm-bgbox .flex.align-middle.gap-x-px { |
| 724 | flex-direction: column; |
| 725 | } |
| 726 | .mystickymenu-new-widget-row ul li { |
| 727 | width: 100%; |
| 728 | } |
| 729 | #mystickymenu-select, #mysticky_class_selector { |
| 730 | width: 100% !important; |
| 731 | margin: 7px; |
| 732 | } |
| 733 | .mystickymenu-content-section.sticky-class-sec td { |
| 734 | width: 100%; |
| 735 | } |
| 736 | input[type=checkbox]:checked::before { |
| 737 | content: ""; |
| 738 | width: 16px !important; |
| 739 | height: 16px !important; |
| 740 | } |
| 741 | .mystickymenu-content-section input[type="number"] { |
| 742 | max-width: 100% !important; |
| 743 | width: 100% !important; |
| 744 | min-height: auto !important; |
| 745 | } |
| 746 | |
| 747 | .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li { |
| 748 | width: 32%; |
| 749 | } |
| 750 | #mystickymenu p.submit { |
| 751 | float: unset; |
| 752 | text-align: center; |
| 753 | } |
| 754 | .button.button-secondary.confirm { |
| 755 | float: unset !important; |
| 756 | } |
| 757 | .mysticky-hideformreset { |
| 758 | text-align: center; |
| 759 | } |
| 760 | .myStickymenu-review { |
| 761 | text-align: center; |
| 762 | } |
| 763 | .save-button-container .mobile-text { |
| 764 | display: none; |
| 765 | } |
| 766 | |
| 767 | } |