admin-notifications.css
2 months ago
review-alert-themes.css
2 months ago
sbr-review-alert-themes.css
2 months ago
sbr-review-alerts-frontend.css
2 months ago
sbr-styles.css
2 months ago
sbr-styles.min.css
2 months ago
admin-notifications.css
648 lines
| 1 | .sbr_notice .sbr_other_notice { |
| 2 | padding-top: 10px; |
| 3 | font-style: italic; |
| 4 | font-size: 12px; |
| 5 | } |
| 6 | |
| 7 | .sbr_notice .sbr_other_notice a { |
| 8 | padding: 0; |
| 9 | } |
| 10 | |
| 11 | .sbr-notice-consent-btns { |
| 12 | float: left; |
| 13 | } |
| 14 | |
| 15 | .sbr-notice-consent-btns .sbr-btn-link { |
| 16 | font-size: 16px; |
| 17 | font-weight: 600; |
| 18 | line-height: 26px; |
| 19 | text-decoration-line: underline; |
| 20 | color: #0068A0; |
| 21 | background: none; |
| 22 | border: none; |
| 23 | cursor: pointer; |
| 24 | padding: 0; |
| 25 | } |
| 26 | |
| 27 | .sbr-notice-consent-btns .sbr-btn-link:not(:last-child) { |
| 28 | margin-right: 12px; |
| 29 | } |
| 30 | |
| 31 | @media (min-width: 700px) { |
| 32 | .sbr-notice-consent-btns { |
| 33 | margin-left: 20px; |
| 34 | } |
| 35 | |
| 36 | body .review-step-1-btns { |
| 37 | margin-left: 20px; |
| 38 | } |
| 39 | |
| 40 | .sbr_review_step1_notice .review-step-1-btns { |
| 41 | display: inline-block; |
| 42 | } |
| 43 | } |
| 44 | .sbr-notice-alert { |
| 45 | display: inline-block; |
| 46 | position: absolute; |
| 47 | vertical-align: top; |
| 48 | box-sizing: border-box; |
| 49 | margin: 0 0 0 4px; |
| 50 | padding: 0 5px; |
| 51 | min-width: 18px; |
| 52 | height: 18px; |
| 53 | border-radius: 9px; |
| 54 | background-color: #d63638; |
| 55 | color: #fff; |
| 56 | font-size: 11px; |
| 57 | line-height: 1.6; |
| 58 | text-align: center; |
| 59 | z-index: 26; |
| 60 | } |
| 61 | #sbr-notifications { |
| 62 | position: relative; |
| 63 | background: #FFFFFF 0 0 no-repeat padding-box; |
| 64 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 65 | border-radius: 2px; |
| 66 | opacity: 1; |
| 67 | min-height: 48px; |
| 68 | padding: 20px 120px 20px 82px; |
| 69 | margin: -10px 0 20px 0; |
| 70 | } |
| 71 | |
| 72 | #sbr-notifications * { |
| 73 | box-sizing: border-box; |
| 74 | } |
| 75 | |
| 76 | #sbr-notifications .bell, |
| 77 | #sbr-notifications .thumb{ |
| 78 | position: absolute; |
| 79 | top: 20px; |
| 80 | left: 24px; |
| 81 | width: 34px; |
| 82 | height: 44px; |
| 83 | } |
| 84 | |
| 85 | #sbr-notifications .thumb img { |
| 86 | max-width: 100%; |
| 87 | width: 52px; |
| 88 | height: auto; |
| 89 | } |
| 90 | #sbr-notifications .bell img{ |
| 91 | max-height: 100%; |
| 92 | } |
| 93 | #sbr-notifications .thumb .img-overlay { |
| 94 | top: 42px; |
| 95 | left: -6px; |
| 96 | width: 54px; |
| 97 | position: absolute; |
| 98 | background: #ca4a1f; |
| 99 | color: #fff; |
| 100 | padding: 2px 4px; |
| 101 | border-radius: 3px; |
| 102 | line-height: 1; |
| 103 | font-size: 11px; |
| 104 | font-weight: bold; |
| 105 | text-align: center; |
| 106 | } |
| 107 | |
| 108 | #sbr-notifications .messages .message { |
| 109 | display: none; |
| 110 | } |
| 111 | |
| 112 | #sbr-notifications .messages .message.current { |
| 113 | display: block; |
| 114 | } |
| 115 | |
| 116 | #sbr-notifications .messages .message .title { |
| 117 | font-weight: 600; |
| 118 | font-size: 18px; |
| 119 | line-height: 25px; |
| 120 | margin: 0; |
| 121 | color: #141B38; |
| 122 | letter-spacing: 0; |
| 123 | } |
| 124 | |
| 125 | #sbr-notifications .messages .message .content { |
| 126 | font-weight: normal; |
| 127 | font-size: 14px; |
| 128 | line-height: 22px; |
| 129 | margin: 6px 0 32px 0; |
| 130 | color: #434960; |
| 131 | } |
| 132 | |
| 133 | #sbr-notifications .messages .message .buttons { |
| 134 | margin: -15px 105px 3px 0; |
| 135 | display: flex; |
| 136 | flex-wrap: wrap; |
| 137 | } |
| 138 | .sbr-btn { |
| 139 | transition: all 0.15s ease-in-out; |
| 140 | letter-spacing: 0.2px; |
| 141 | } |
| 142 | /* blue buttons */ |
| 143 | .sbr-btn-blue { |
| 144 | background: #0068A0 !important; |
| 145 | color: #fff !important; |
| 146 | } |
| 147 | |
| 148 | .sbr-btn-blue:hover { |
| 149 | background: #0096CC !important; |
| 150 | color: #fff !important; |
| 151 | } |
| 152 | |
| 153 | .sbr-btn-blue:focus, |
| 154 | .sbr-btn-blue:active { |
| 155 | background: #004D77 !important; |
| 156 | color: #fff !important; |
| 157 | } |
| 158 | |
| 159 | /*orange*/ |
| 160 | .sbr-btn-orange{ |
| 161 | background: #FE544F!important; |
| 162 | color: #fff!important; |
| 163 | } |
| 164 | .sbr-btn-orange:hover{ |
| 165 | background: #EC352F!important; |
| 166 | color: #fff!important; |
| 167 | } |
| 168 | .sbr-btn-orange:focus, |
| 169 | .sbr-btn-orange:active{ |
| 170 | background: #BC120E!important; |
| 171 | color: #fff!important; |
| 172 | } |
| 173 | /*grey*/ |
| 174 | .sbr-btn-grey{ |
| 175 | background: #F3F4F5!important; |
| 176 | color: #141B38!important; |
| 177 | border: 1px solid #D0D1D7!important; |
| 178 | } |
| 179 | .sbr-btn-grey:hover{ |
| 180 | background: #fff!important; |
| 181 | color: #141B38!important; |
| 182 | border: 1px solid #DCDDE1!important; |
| 183 | } |
| 184 | .sbr-btn-grey:focus, |
| 185 | .sbr-btn-grey:active{ |
| 186 | background: #E8E8EB!important; |
| 187 | color: #141B38!important; |
| 188 | border: 1px solid #D0D1D7!important; |
| 189 | } |
| 190 | #sbr-notifications .messages .message .buttons a { |
| 191 | font-weight: 600; |
| 192 | padding: 6px 12px; |
| 193 | border-radius: 2px; |
| 194 | box-sizing: border-box; |
| 195 | height: 32px; |
| 196 | text-decoration: none; |
| 197 | font-size: 12px; |
| 198 | } |
| 199 | #sbr-notifications .messages .message .buttons a.sbr-btn-orange { |
| 200 | border: 1px solid #FE544F |
| 201 | } |
| 202 | #sbr-notifications .messages .message .buttons a:not(:last-child) { |
| 203 | margin-right: 8px; |
| 204 | } |
| 205 | #sbr-notifications .messages .message .buttons a:focus, |
| 206 | #sbr-notifications .messages .message .buttons a:active { |
| 207 | outline: none; |
| 208 | box-shadow: none; |
| 209 | } |
| 210 | #sbr-notifications .dismiss { |
| 211 | position: absolute; |
| 212 | top: 14px; |
| 213 | right: 14px; |
| 214 | width: 16px; |
| 215 | height: 16px; |
| 216 | color: #72777C; |
| 217 | font-size: 16px; |
| 218 | cursor: pointer; |
| 219 | text-align: center; |
| 220 | vertical-align: middle; |
| 221 | line-height: 16px; |
| 222 | } |
| 223 | #sbr-notifications .dismiss svg { |
| 224 | width: 15px; |
| 225 | height: 15px; |
| 226 | } |
| 227 | #sbr-notifications .dismiss svg path { |
| 228 | fill: #8C8F9A; |
| 229 | } |
| 230 | #sbr-notifications .navigation { |
| 231 | position: absolute; |
| 232 | bottom: 24px; |
| 233 | right: 21px; |
| 234 | width: 72px; |
| 235 | height: 30px; |
| 236 | } |
| 237 | |
| 238 | #sbr-notifications .navigation a { |
| 239 | display: block; |
| 240 | width: 32px; |
| 241 | height: 32px; |
| 242 | border: 1px solid #DCDDE1; |
| 243 | border-radius: 2px; |
| 244 | font-size: 8px; |
| 245 | text-align: center; |
| 246 | vertical-align: middle; |
| 247 | line-height: 30px; |
| 248 | cursor: pointer; |
| 249 | background: #F3F4F5; |
| 250 | color: #141B38; |
| 251 | display: flex; |
| 252 | align-items: center; |
| 253 | justify-content: center; |
| 254 | transition: all 0.15s ease-in-out; |
| 255 | } |
| 256 | |
| 257 | #sbr-notifications .navigation svg { |
| 258 | width: 9px; |
| 259 | height: 9px; |
| 260 | } |
| 261 | |
| 262 | #sbr-notifications .navigation a:not(.disabled):hover { |
| 263 | background-color: #fff; |
| 264 | } |
| 265 | #sbr-notifications .navigation a:not(.disabled):focus, |
| 266 | #sbr-notifications .navigation a:not(.disabled):active { |
| 267 | background: #E8E8EB; |
| 268 | color: #141B38; |
| 269 | } |
| 270 | |
| 271 | #sbr-notifications .navigation .prev { |
| 272 | float: left; |
| 273 | } |
| 274 | |
| 275 | #sbr-notifications .navigation .next { |
| 276 | float: right; |
| 277 | } |
| 278 | |
| 279 | #sbr-notifications .navigation .disabled { |
| 280 | background: #E8E8EB; |
| 281 | color: #8C8F9A; |
| 282 | cursor: default; |
| 283 | } |
| 284 | |
| 285 | @media screen and (max-width: 768px) { |
| 286 | #sbr-notifications { |
| 287 | padding: 15px 15px 15px 72px; |
| 288 | } |
| 289 | #sbr-notifications .messages .message .title { |
| 290 | margin: 0 30px 0 0; |
| 291 | } |
| 292 | #sbr-notifications .messages .message .content { |
| 293 | font-size: 16px; |
| 294 | line-height: 24px; |
| 295 | } |
| 296 | #sbr-notifications .messages .message .buttons { |
| 297 | margin: -30px 80px 0 0; |
| 298 | } |
| 299 | #sbr-notifications .messages .message .buttons a { |
| 300 | margin: 0; |
| 301 | display: table; |
| 302 | } |
| 303 | #sbr-notifications .messages .message .buttons .button-secondary { |
| 304 | margin-top: 6px; |
| 305 | } |
| 306 | } |
| 307 | |
| 308 | /* Review notice */ |
| 309 | .sbr_notice { |
| 310 | position: relative; |
| 311 | clear: right; |
| 312 | overflow: hidden; |
| 313 | padding: 20px 70px 23px 82px; |
| 314 | box-sizing: border-box; |
| 315 | margin: 40px 20px 10px 0px; |
| 316 | background: #FFFFFF 0 0 no-repeat padding-box; |
| 317 | box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%); |
| 318 | border-radius: 2px; |
| 319 | } |
| 320 | |
| 321 | .sbr_review_notice, |
| 322 | .sbr_discount_notice, |
| 323 | .sbr_review_notice_step_1 { |
| 324 | border-top: 2px solid #0068A0; |
| 325 | } |
| 326 | |
| 327 | .sbr_notice .sbr_thumb { |
| 328 | position: absolute; |
| 329 | display: inline-block; |
| 330 | -moz-border-radius: 4px; |
| 331 | -webkit-border-radius: 4px; |
| 332 | border-radius: 4px; |
| 333 | left: 0; |
| 334 | top: 0; |
| 335 | margin: 0; |
| 336 | top: 20px; |
| 337 | left: 24px; |
| 338 | width: 34px; |
| 339 | height: 44px; |
| 340 | } |
| 341 | |
| 342 | .sbr_notice .sbr_thumb { |
| 343 | width: 42px; |
| 344 | height: 42px; |
| 345 | top: 11px; |
| 346 | } |
| 347 | |
| 348 | .sbr_notice.sbr_review_notice .sbr_thumb { |
| 349 | top: 16px; |
| 350 | } |
| 351 | |
| 352 | .sbr_notice.sbr_review_notice_step_1 { |
| 353 | padding: 18px 120px 18px 82px; |
| 354 | } |
| 355 | |
| 356 | .sbr_notice.sbr_review_notice_step_1 .sbr-notice-text .sbr-notice-text-p { |
| 357 | font-size: 16px; |
| 358 | font-weight: 600; |
| 359 | margin-bottom: 0; |
| 360 | } |
| 361 | |
| 362 | .sbr_notice .sbr_thumb .img-overlay { |
| 363 | position: absolute; |
| 364 | bottom: 4px; |
| 365 | padding: 6px 7px 6px 5px; |
| 366 | font-size: 13px; |
| 367 | font-weight: bold; |
| 368 | background: #fff; |
| 369 | background: rgba(255, 255, 255, 0.85); |
| 370 | line-height: 1; |
| 371 | color: #333; |
| 372 | box-shadow: 1px -1px 3px 0 rgba(0, 0, 0, 0.15); |
| 373 | } |
| 374 | |
| 375 | .sbr_notice .sbr_thumb img { |
| 376 | max-width: 100%; |
| 377 | } |
| 378 | |
| 379 | .sbr_notice .sbr-notice-text { |
| 380 | float: left; |
| 381 | clear: none; |
| 382 | width: 100%; |
| 383 | padding: 0; |
| 384 | } |
| 385 | |
| 386 | .sbr_notice.sbr_review_notice_step_1 .sbr-notice-text { |
| 387 | width: auto; |
| 388 | } |
| 389 | |
| 390 | .sbr_notice .sbr-notice-text .sbr-notice-text-p { |
| 391 | margin-bottom: 15px; |
| 392 | } |
| 393 | |
| 394 | .sbr_notice .sbr-notice-text .sbr-notice-text-header { |
| 395 | font-size: 16px; |
| 396 | margin: 0 0 10px; |
| 397 | color: #141B38; |
| 398 | } |
| 399 | |
| 400 | @media (min-width: 1170px) { |
| 401 | .sbr_notice_op.sbr_discount_notice .sbr-notice-text { |
| 402 | display: flex; |
| 403 | flex-wrap: wrap; |
| 404 | justify-content: space-between; |
| 405 | } |
| 406 | |
| 407 | .sbr_notice_op.sbr_discount_notice .sbr-notice-text .sbr-notice-text-inner { |
| 408 | width: 60%; |
| 409 | max-width: 540px; |
| 410 | } |
| 411 | |
| 412 | .sbr_notice_op.sbr_discount_notice .sbr-notice-text .sbr-notice-text-p { |
| 413 | margin-bottom: 0; |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | .sbr_notice .sbr-links { |
| 418 | margin-top: 4px !important; |
| 419 | } |
| 420 | |
| 421 | .sbr_notice p { |
| 422 | float: left; |
| 423 | clear: both; |
| 424 | width: auto; |
| 425 | font-weight: normal; |
| 426 | font-size: 14px; |
| 427 | line-height: 22px; |
| 428 | margin: 0px 0 10px 0; |
| 429 | color: #434960; |
| 430 | } |
| 431 | |
| 432 | .sbr_notice a:hover, |
| 433 | .sbr_notice a:focus { |
| 434 | color: #0c7abf; |
| 435 | } |
| 436 | |
| 437 | .sbr_notice .sbr-notice-links { |
| 438 | margin: 0; |
| 439 | } |
| 440 | |
| 441 | .sbr-notice-links { |
| 442 | margin-top: 0 !important; |
| 443 | } |
| 444 | |
| 445 | .sbr-notice-links .sbr-btn { |
| 446 | font-weight: 600; |
| 447 | padding: 5px 12px; |
| 448 | border-radius: 2px; |
| 449 | box-sizing: border-box; |
| 450 | height: 32px; |
| 451 | text-decoration: none; |
| 452 | font-size: 12px; |
| 453 | display: inline-block; |
| 454 | } |
| 455 | |
| 456 | .sbr-notice-links a:not(:last-child) { |
| 457 | margin-right: 5px; |
| 458 | } |
| 459 | |
| 460 | .sbr-notice-dismiss { |
| 461 | position: absolute; |
| 462 | top: 3px; |
| 463 | right: 0; |
| 464 | cursor: pointer; |
| 465 | width: 40px; |
| 466 | height: 40px; |
| 467 | display: flex; |
| 468 | justify-content: center; |
| 469 | align-items: center; |
| 470 | } |
| 471 | |
| 472 | .sbr-notice-dismiss path { |
| 473 | fill: #8a8787; |
| 474 | } |
| 475 | |
| 476 | body .sbr_review_step1_notice h3.title { |
| 477 | display: inline-block; |
| 478 | font-size: 16px !important; |
| 479 | font-weight: 600 !important; |
| 480 | margin: 0 !important; |
| 481 | } |
| 482 | |
| 483 | body .sbr_review_step1_notice .sbr-btn-link { |
| 484 | font-size: 16px; |
| 485 | font-weight: 600; |
| 486 | line-height: 26px; |
| 487 | text-decoration-line: underline; |
| 488 | color: #0068A0; |
| 489 | background: none; |
| 490 | border: none; |
| 491 | cursor: pointer; |
| 492 | padding: 0; |
| 493 | } |
| 494 | |
| 495 | body .sbr_review_step1_notice .sbr-btn-link:not(:last-child) { |
| 496 | margin-right: 12px; |
| 497 | } |
| 498 | |
| 499 | .sbr_notice .sbr_notice_close, |
| 500 | .sbr_notice .sbr_bfcm_sale_notice_close, |
| 501 | .sbr_notice .sbr_new_user_sale_notice_close { |
| 502 | position: absolute; |
| 503 | top: 0; |
| 504 | right: 0; |
| 505 | padding: 10px; |
| 506 | line-height: 1; |
| 507 | } |
| 508 | |
| 509 | .sbr_notice .sbr_notice_close:hover, |
| 510 | .sbr_notice .sbr_notice_close:focus { |
| 511 | color: #a34100; |
| 512 | } |
| 513 | |
| 514 | /* Notice CTA btn */ |
| 515 | |
| 516 | .sbr_notice .sbr_other_notice { |
| 517 | padding-top: 10px; |
| 518 | font-style: italic; |
| 519 | font-size: 12px; |
| 520 | } |
| 521 | |
| 522 | .sbr_notice .sbr_other_notice a { |
| 523 | padding: 0; |
| 524 | } |
| 525 | |
| 526 | .sbr-notice-consent-btns { |
| 527 | float: left; |
| 528 | } |
| 529 | |
| 530 | .sbr-notice-consent-btns .sbr-btn-link { |
| 531 | font-size: 16px; |
| 532 | font-weight: 600; |
| 533 | line-height: 26px; |
| 534 | text-decoration-line: underline; |
| 535 | color: #0068A0; |
| 536 | background: none; |
| 537 | border: none; |
| 538 | cursor: pointer; |
| 539 | padding: 0; |
| 540 | } |
| 541 | |
| 542 | .sbr-notice-consent-btns .sbr-btn-link:not(:last-child) { |
| 543 | margin-right: 12px; |
| 544 | } |
| 545 | |
| 546 | @media (min-width: 700px) { |
| 547 | .sbr-notice-consent-btns { |
| 548 | margin-left: 20px; |
| 549 | } |
| 550 | |
| 551 | body .review-step-1-btns { |
| 552 | margin-left: 20px; |
| 553 | } |
| 554 | |
| 555 | .sbr_review_step1_notice .review-step-1-btns { |
| 556 | display: inline-block; |
| 557 | } |
| 558 | } |
| 559 | |
| 560 | .sbr-notice-alert { |
| 561 | display: inline-block; |
| 562 | position: absolute; |
| 563 | vertical-align: top; |
| 564 | box-sizing: border-box; |
| 565 | margin: 1px 0 0 4px; |
| 566 | padding: 0 5px; |
| 567 | min-width: 18px; |
| 568 | height: 18px; |
| 569 | border-radius: 9px; |
| 570 | background-color: #d63638; |
| 571 | color: #fff; |
| 572 | font-size: 11px; |
| 573 | line-height: 1.6; |
| 574 | text-align: center; |
| 575 | z-index: 26; |
| 576 | } |
| 577 | |
| 578 | |
| 579 | /* License Notice Alert */ |
| 580 | .sbc-popup-blur-background { |
| 581 | backdrop-filter: blur(2px); |
| 582 | } |
| 583 | |
| 584 | .sb-license-notice { |
| 585 | background: #FFFFFF; |
| 586 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 587 | padding: 16px 20px 20px 60px; |
| 588 | position: relative; |
| 589 | } |
| 590 | |
| 591 | .sb-license-notice .sb-notice-icon { |
| 592 | position: absolute; |
| 593 | left: 20px; |
| 594 | top: 18px; |
| 595 | } |
| 596 | |
| 597 | .sb-license-notice h4 { |
| 598 | color: #D72C2C; |
| 599 | font-weight: 600; |
| 600 | font-size: 18px; |
| 601 | line-height: 140%; |
| 602 | margin: 0px !important; |
| 603 | } |
| 604 | |
| 605 | .sb-license-notice p { |
| 606 | font-weight: 400; |
| 607 | font-size: 14px; |
| 608 | line-height: 160%; |
| 609 | color: #434960; |
| 610 | max-width: 630px; |
| 611 | margin: 0px; |
| 612 | } |
| 613 | |
| 614 | .sb-license-notice b, |
| 615 | .sb-license-notice strong { |
| 616 | font-weight: 600; |
| 617 | } |
| 618 | |
| 619 | .sb-license-notice .sb-notice-buttons { |
| 620 | margin-top: 15px; |
| 621 | display: flex; |
| 622 | gap: 8px; |
| 623 | } |
| 624 | |
| 625 | .sb-license-notice .sb-notice-buttons .sb-btn { |
| 626 | font-weight: 600; |
| 627 | font-size: 12px; |
| 628 | line-height: 160%; |
| 629 | color: #141B38; |
| 630 | } |
| 631 | .sb-men-pro { |
| 632 | box-sizing: border-box; |
| 633 | margin: 0 0 0 4px; |
| 634 | padding: 0 5px; |
| 635 | min-width: 18px; |
| 636 | height: 17px; |
| 637 | border-radius: 9px; |
| 638 | background-color: green; |
| 639 | color: #fff; |
| 640 | font-size: 9px; |
| 641 | font-weight: 600; |
| 642 | text-align: center; |
| 643 | display: inline-flex; |
| 644 | justify-content: center; |
| 645 | align-items: center; |
| 646 | vertical-align: middle; |
| 647 | line-height: 1; |
| 648 | } |