@innovastudio/contentbuilder 1.5.56 → 1.5.58

Sign up to get free protection for your applications and to get access to all the features.
@@ -1160,6 +1160,8 @@ button:focus-visible {
1160
1160
  }
1161
1161
  #_cbhtml .is-rte-pop.rte-color-picker,
1162
1162
  .is-ui .is-rte-pop.rte-color-picker {
1163
+ width: 240px;
1164
+ /* new colorpicker */
1163
1165
  flex-direction: column;
1164
1166
  }
1165
1167
  #_cbhtml .is-rte-pop.rte-color-picker > div,
@@ -1194,14 +1196,18 @@ button:focus-visible {
1194
1196
  #_cbhtml .is-rte-pop.rte-color-picker.active,
1195
1197
  .is-ui .is-rte-pop.rte-color-picker.active {
1196
1198
  animation-name: colorpicker-slide-out;
1199
+ animation-duration: 200ms;
1200
+ /* new colorpicker */
1197
1201
  }
1198
1202
  @keyframes colorpicker-slide-out {
1199
1203
  from {
1200
1204
  height: 0;
1201
1205
  }
1202
1206
  to {
1203
- height: 445px;
1207
+ height: 390px;
1204
1208
  }
1209
+ /* 445px */
1210
+ /* new colorpicker */
1205
1211
  }
1206
1212
  #_cbhtml .is-rte-pop.rte-color-picker.deactive,
1207
1213
  .is-ui .is-rte-pop.rte-color-picker.deactive {
@@ -1209,8 +1215,9 @@ button:focus-visible {
1209
1215
  }
1210
1216
  @keyframes colorpicker-slide-in {
1211
1217
  from {
1212
- height: 445px;
1218
+ height: 390px;
1213
1219
  }
1220
+ /* new colorpicker */
1214
1221
  to {
1215
1222
  height: 0;
1216
1223
  }
@@ -2421,85 +2428,6 @@ button:focus-visible {
2421
2428
  display: flex;
2422
2429
  padding: 1px;
2423
2430
  }
2424
- #_cbhtml .is-modal.pickgradientcolor div.is-modal-content,
2425
- .is-ui .is-modal.pickgradientcolor div.is-modal-content {
2426
- max-width: 201px;
2427
- padding: 0;
2428
- }
2429
- #_cbhtml .is-modal.pickgradientcolor .is-modal-bar,
2430
- .is-ui .is-modal.pickgradientcolor .is-modal-bar {
2431
- height: 10px;
2432
- }
2433
- #_cbhtml .is-modal.pickgradientcolor .is-settings,
2434
- .is-ui .is-modal.pickgradientcolor .is-settings {
2435
- margin-bottom: 15px;
2436
- }
2437
- #_cbhtml .is-modal.pickgradientcolor .is-settings > div,
2438
- .is-ui .is-modal.pickgradientcolor .is-settings > div {
2439
- display: flex;
2440
- align-items: center;
2441
- height: 50px;
2442
- }
2443
- #_cbhtml .is-modal.pickgradientcolor .is-settings > div.is-label,
2444
- .is-ui .is-modal.pickgradientcolor .is-settings > div.is-label {
2445
- height: auto;
2446
- font-family: sans-serif;
2447
- font-size: 13px;
2448
- font-weight: 300;
2449
- letter-spacing: 1px;
2450
- margin: 10px 0 3px;
2451
- }
2452
- #_cbhtml .is-modal.pickgradientcolor .is-settings button,
2453
- .is-ui .is-modal.pickgradientcolor .is-settings button {
2454
- width: auto;
2455
- height: 37px;
2456
- font-size: 10px;
2457
- line-height: 1;
2458
- text-transform: uppercase;
2459
- padding: 1px 20px;
2460
- box-sizing: border-box;
2461
- border: none;
2462
- outline-offset: -2px;
2463
- }
2464
- #_cbhtml .is-modal.pickgradientcolor .is-settings button.is-btn-color,
2465
- .is-ui .is-modal.pickgradientcolor .is-settings button.is-btn-color {
2466
- width: 35px;
2467
- height: 35px;
2468
- padding: 0;
2469
- background: rgba(255, 255, 255, 0.2);
2470
- border: rgba(0, 0, 0, 0.09) 1px solid;
2471
- }
2472
- #_cbhtml .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove,
2473
- .is-ui .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove {
2474
- position: absolute;
2475
- top: 0px;
2476
- right: 0px;
2477
- width: 20px;
2478
- height: 20px;
2479
- background: rgba(95, 94, 94, 0.26);
2480
- color: #fff;
2481
- line-height: 20px;
2482
- text-align: center;
2483
- font-size: 12px;
2484
- cursor: pointer;
2485
- display: none;
2486
- }
2487
- #_cbhtml .is-modal.pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove,
2488
- .is-ui .is-modal.pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove {
2489
- display: block;
2490
- }
2491
- #_cbhtml .is-modal.pickgradientcolor .is-settings label,
2492
- .is-ui .is-modal.pickgradientcolor .is-settings label {
2493
- font-size: 13px;
2494
- color: inherit;
2495
- }
2496
- #_cbhtml .is-modal.pickgradientcolor button.input-gradient-clear,
2497
- #_cbhtml .is-modal.pickgradientcolor button.input-gradient-clear:hover,
2498
- .is-ui .is-modal.pickgradientcolor button.input-gradient-clear,
2499
- .is-ui .is-modal.pickgradientcolor button.input-gradient-clear:hover {
2500
- border: transparent 1px solid;
2501
- background-color: transparent;
2502
- }
2503
2431
  #_cbhtml .is-modal.pagesize .is-modal-content,
2504
2432
  .is-ui .is-modal.pagesize .is-modal-content {
2505
2433
  max-width: 980px;
@@ -4615,6 +4543,125 @@ button:focus-visible {
4615
4543
  width: 100%;
4616
4544
  z-index: 1;
4617
4545
  }
4546
+ #_cbhtml .is-pop-overlay,
4547
+ .is-ui .is-pop-overlay {
4548
+ display: none;
4549
+ position: fixed;
4550
+ top: 0;
4551
+ left: 0;
4552
+ right: 0;
4553
+ bottom: 0;
4554
+ background: rgba(0, 0, 0, 0);
4555
+ }
4556
+ #_cbhtml .is-pop-overlay.pop1,
4557
+ .is-ui .is-pop-overlay.pop1 {
4558
+ z-index: 10005 !important;
4559
+ }
4560
+ #_cbhtml .is-pop-overlay.pop2,
4561
+ .is-ui .is-pop-overlay.pop2 {
4562
+ z-index: 10006 !important;
4563
+ }
4564
+ #_cbhtml .is-pop-overlay.pop3,
4565
+ .is-ui .is-pop-overlay.pop3 {
4566
+ z-index: 10007 !important;
4567
+ }
4568
+ #_cbhtml .is-pop-overlay.pop4,
4569
+ .is-ui .is-pop-overlay.pop4 {
4570
+ z-index: 10008 !important;
4571
+ }
4572
+ #_cbhtml .is-pop.pop1,
4573
+ .is-ui .is-pop.pop1 {
4574
+ z-index: 10006 !important;
4575
+ }
4576
+ #_cbhtml .is-pop.pop2,
4577
+ .is-ui .is-pop.pop2 {
4578
+ z-index: 10007 !important;
4579
+ }
4580
+ #_cbhtml .is-pop.pop2,
4581
+ .is-ui .is-pop.pop2 {
4582
+ z-index: 10008 !important;
4583
+ }
4584
+ #_cbhtml .is-pop.pop2,
4585
+ .is-ui .is-pop.pop2 {
4586
+ z-index: 10009 !important;
4587
+ }
4588
+ #_cbhtml .pickgradientcolor,
4589
+ .is-ui .pickgradientcolor {
4590
+ flex-direction: column;
4591
+ width: 207px;
4592
+ padding: 15px;
4593
+ box-sizing: border-box;
4594
+ }
4595
+ #_cbhtml .pickgradientcolor .is-settings,
4596
+ .is-ui .pickgradientcolor .is-settings {
4597
+ margin-bottom: 15px;
4598
+ }
4599
+ #_cbhtml .pickgradientcolor .is-settings > div,
4600
+ .is-ui .pickgradientcolor .is-settings > div {
4601
+ display: flex;
4602
+ align-items: center;
4603
+ height: 50px;
4604
+ }
4605
+ #_cbhtml .pickgradientcolor .is-settings > div.is-label,
4606
+ .is-ui .pickgradientcolor .is-settings > div.is-label {
4607
+ height: auto;
4608
+ font-family: sans-serif;
4609
+ font-size: 13px;
4610
+ font-weight: 300;
4611
+ letter-spacing: 1px;
4612
+ margin: 10px 0 3px;
4613
+ }
4614
+ #_cbhtml .pickgradientcolor .is-settings button,
4615
+ .is-ui .pickgradientcolor .is-settings button {
4616
+ width: auto;
4617
+ height: 37px;
4618
+ font-size: 10px;
4619
+ line-height: 1;
4620
+ text-transform: uppercase;
4621
+ padding: 1px 20px;
4622
+ box-sizing: border-box;
4623
+ border: none;
4624
+ outline-offset: -2px;
4625
+ }
4626
+ #_cbhtml .pickgradientcolor .is-settings button.is-btn-color,
4627
+ .is-ui .pickgradientcolor .is-settings button.is-btn-color {
4628
+ width: 35px;
4629
+ height: 35px;
4630
+ padding: 0;
4631
+ background: rgba(255, 255, 255, 0.2);
4632
+ border: rgba(0, 0, 0, 0.09) 1px solid;
4633
+ }
4634
+ #_cbhtml .pickgradientcolor .is-settings button .is-elmgrad-remove,
4635
+ .is-ui .pickgradientcolor .is-settings button .is-elmgrad-remove {
4636
+ position: absolute;
4637
+ top: 0px;
4638
+ right: 0px;
4639
+ width: 20px;
4640
+ height: 20px;
4641
+ background: rgba(95, 94, 94, 0.26);
4642
+ color: #fff;
4643
+ line-height: 20px;
4644
+ text-align: center;
4645
+ font-size: 12px;
4646
+ cursor: pointer;
4647
+ display: none;
4648
+ }
4649
+ #_cbhtml .pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove,
4650
+ .is-ui .pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove {
4651
+ display: block;
4652
+ }
4653
+ #_cbhtml .pickgradientcolor .is-settings label,
4654
+ .is-ui .pickgradientcolor .is-settings label {
4655
+ font-size: 13px;
4656
+ color: inherit;
4657
+ }
4658
+ #_cbhtml .pickgradientcolor button.input-gradient-clear,
4659
+ #_cbhtml .pickgradientcolor button.input-gradient-clear:hover,
4660
+ .is-ui .pickgradientcolor button.input-gradient-clear,
4661
+ .is-ui .pickgradientcolor button.input-gradient-clear:hover {
4662
+ border: transparent 1px solid;
4663
+ background-color: transparent;
4664
+ }
4618
4665
  #_cbhtml .pickgradientcolor .div-gradients button,
4619
4666
  .is-ui .pickgradientcolor .div-gradients button {
4620
4667
  width: 35px;
@@ -5534,7 +5581,8 @@ button:focus-visible {
5534
5581
  .is-tooltip {
5535
5582
  position: absolute;
5536
5583
  display: none;
5537
- padding: 1px 8px;
5584
+ line-height: 1;
5585
+ padding: 5px 8px;
5538
5586
  font-size: 11px;
5539
5587
  background: #333;
5540
5588
  border-radius: 0px;
@@ -6368,3 +6416,1622 @@ i.bi, i.icon {
6368
6416
  display: flex;
6369
6417
  }
6370
6418
  */
6419
+ /* Lightbox */
6420
+ .glightbox-container {
6421
+ width: 100%;
6422
+ height: 100%;
6423
+ position: fixed;
6424
+ top: 0;
6425
+ left: 0;
6426
+ z-index: 999999 !important;
6427
+ overflow: hidden;
6428
+ -ms-touch-action: none;
6429
+ touch-action: none;
6430
+ -webkit-text-size-adjust: 100%;
6431
+ -moz-text-size-adjust: 100%;
6432
+ -ms-text-size-adjust: 100%;
6433
+ text-size-adjust: 100%;
6434
+ -webkit-backface-visibility: hidden;
6435
+ backface-visibility: hidden;
6436
+ outline: none;
6437
+ }
6438
+
6439
+ .glightbox-container.inactive {
6440
+ display: none;
6441
+ }
6442
+
6443
+ .glightbox-container .gcontainer {
6444
+ position: relative;
6445
+ width: 100%;
6446
+ height: 100%;
6447
+ z-index: 9999;
6448
+ overflow: hidden;
6449
+ }
6450
+
6451
+ .glightbox-container .gslider {
6452
+ -webkit-transition: -webkit-transform 0.4s ease;
6453
+ transition: -webkit-transform 0.4s ease;
6454
+ transition: transform 0.4s ease;
6455
+ transition: transform 0.4s ease, -webkit-transform 0.4s ease;
6456
+ height: 100%;
6457
+ left: 0;
6458
+ top: 0;
6459
+ width: 100%;
6460
+ position: relative;
6461
+ overflow: hidden;
6462
+ display: -webkit-box !important;
6463
+ display: -ms-flexbox !important;
6464
+ display: flex !important;
6465
+ -webkit-box-pack: center;
6466
+ -ms-flex-pack: center;
6467
+ justify-content: center;
6468
+ -webkit-box-align: center;
6469
+ -ms-flex-align: center;
6470
+ align-items: center;
6471
+ -webkit-transform: translate3d(0, 0, 0);
6472
+ transform: translate3d(0, 0, 0);
6473
+ }
6474
+
6475
+ .glightbox-container .gslide {
6476
+ width: 100%;
6477
+ position: absolute;
6478
+ -webkit-user-select: none;
6479
+ -moz-user-select: none;
6480
+ -ms-user-select: none;
6481
+ user-select: none;
6482
+ display: -webkit-box;
6483
+ display: -ms-flexbox;
6484
+ display: flex;
6485
+ -webkit-box-align: center;
6486
+ -ms-flex-align: center;
6487
+ align-items: center;
6488
+ -webkit-box-pack: center;
6489
+ -ms-flex-pack: center;
6490
+ justify-content: center;
6491
+ opacity: 0;
6492
+ }
6493
+
6494
+ .glightbox-container .gslide.current {
6495
+ opacity: 1;
6496
+ z-index: 99999;
6497
+ position: relative;
6498
+ }
6499
+
6500
+ .glightbox-container .gslide.prev {
6501
+ opacity: 1;
6502
+ z-index: 9999;
6503
+ }
6504
+
6505
+ .glightbox-container .gslide-inner-content {
6506
+ width: 100%;
6507
+ }
6508
+
6509
+ .glightbox-container .ginner-container {
6510
+ position: relative;
6511
+ width: 100%;
6512
+ display: -webkit-box;
6513
+ display: -ms-flexbox;
6514
+ display: flex;
6515
+ -webkit-box-pack: center;
6516
+ -ms-flex-pack: center;
6517
+ justify-content: center;
6518
+ -webkit-box-orient: vertical;
6519
+ -webkit-box-direction: normal;
6520
+ -ms-flex-direction: column;
6521
+ flex-direction: column;
6522
+ max-width: 100%;
6523
+ margin: auto;
6524
+ height: 100vh;
6525
+ }
6526
+
6527
+ .glightbox-container .ginner-container.gvideo-container {
6528
+ width: 100%;
6529
+ }
6530
+
6531
+ .glightbox-container .ginner-container.desc-bottom,
6532
+ .glightbox-container .ginner-container.desc-top {
6533
+ -webkit-box-orient: vertical;
6534
+ -webkit-box-direction: normal;
6535
+ -ms-flex-direction: column;
6536
+ flex-direction: column;
6537
+ }
6538
+
6539
+ .glightbox-container .ginner-container.desc-left,
6540
+ .glightbox-container .ginner-container.desc-right {
6541
+ max-width: 100% !important;
6542
+ }
6543
+
6544
+ .gslide iframe,
6545
+ .gslide video {
6546
+ outline: none !important;
6547
+ border: none;
6548
+ min-height: 165px;
6549
+ -webkit-overflow-scrolling: touch;
6550
+ -ms-touch-action: auto;
6551
+ touch-action: auto;
6552
+ }
6553
+
6554
+ .gslide:not(.current) {
6555
+ pointer-events: none;
6556
+ }
6557
+
6558
+ .gslide-image {
6559
+ -webkit-box-align: center;
6560
+ -ms-flex-align: center;
6561
+ align-items: center;
6562
+ }
6563
+
6564
+ .gslide-image img {
6565
+ max-height: 100vh;
6566
+ display: block;
6567
+ padding: 0;
6568
+ float: none;
6569
+ outline: none;
6570
+ border: none;
6571
+ -webkit-user-select: none;
6572
+ -moz-user-select: none;
6573
+ -ms-user-select: none;
6574
+ user-select: none;
6575
+ max-width: 100vw;
6576
+ width: auto;
6577
+ height: auto;
6578
+ -o-object-fit: cover;
6579
+ object-fit: cover;
6580
+ -ms-touch-action: none;
6581
+ touch-action: none;
6582
+ margin: auto;
6583
+ min-width: 200px;
6584
+ }
6585
+
6586
+ .desc-top .gslide-image img,
6587
+ .desc-bottom .gslide-image img {
6588
+ width: auto;
6589
+ }
6590
+
6591
+ .desc-left .gslide-image img,
6592
+ .desc-right .gslide-image img {
6593
+ width: auto;
6594
+ max-width: 100%;
6595
+ }
6596
+
6597
+ .gslide-image img.zoomable {
6598
+ position: relative;
6599
+ }
6600
+
6601
+ .gslide-image img.dragging {
6602
+ cursor: -webkit-grabbing !important;
6603
+ cursor: grabbing !important;
6604
+ -webkit-transition: none;
6605
+ transition: none;
6606
+ }
6607
+
6608
+ .gslide-video {
6609
+ position: relative;
6610
+ max-width: 100vh;
6611
+ width: 100% !important;
6612
+ }
6613
+
6614
+ .gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
6615
+ display: none;
6616
+ }
6617
+
6618
+ .gslide-video .gvideo-wrapper {
6619
+ width: 100%;
6620
+ /* max-width: 160vmin; */
6621
+ margin: auto;
6622
+ }
6623
+
6624
+ .gslide-video::before {
6625
+ content: "";
6626
+ position: absolute;
6627
+ width: 100%;
6628
+ height: 100%;
6629
+ background: rgba(255, 0, 0, 0.34);
6630
+ display: none;
6631
+ }
6632
+
6633
+ .gslide-video.playing::before {
6634
+ display: none;
6635
+ }
6636
+
6637
+ .gslide-video.fullscreen {
6638
+ max-width: 100% !important;
6639
+ min-width: 100%;
6640
+ height: 75vh;
6641
+ }
6642
+
6643
+ .gslide-video.fullscreen video {
6644
+ max-width: 100% !important;
6645
+ width: 100% !important;
6646
+ }
6647
+
6648
+ .gslide-inline {
6649
+ background: #fff;
6650
+ text-align: left;
6651
+ max-height: calc(100vh - 40px);
6652
+ overflow: auto;
6653
+ max-width: 100%;
6654
+ margin: auto;
6655
+ }
6656
+
6657
+ .gslide-inline .ginlined-content {
6658
+ padding: 20px;
6659
+ width: 100%;
6660
+ }
6661
+
6662
+ .gslide-inline .dragging {
6663
+ cursor: -webkit-grabbing !important;
6664
+ cursor: grabbing !important;
6665
+ -webkit-transition: none;
6666
+ transition: none;
6667
+ }
6668
+
6669
+ .ginlined-content {
6670
+ overflow: auto;
6671
+ display: block !important;
6672
+ opacity: 1;
6673
+ }
6674
+
6675
+ .gslide-external {
6676
+ display: -webkit-box;
6677
+ display: -ms-flexbox;
6678
+ display: flex;
6679
+ width: 100%;
6680
+ min-width: 100%;
6681
+ background: #fff;
6682
+ padding: 0;
6683
+ overflow: auto;
6684
+ max-height: 75vh;
6685
+ height: 100%;
6686
+ }
6687
+
6688
+ .gslide-media {
6689
+ display: -webkit-box;
6690
+ display: -ms-flexbox;
6691
+ display: flex;
6692
+ width: auto;
6693
+ }
6694
+
6695
+ .zoomed .gslide-media {
6696
+ -webkit-box-shadow: none !important;
6697
+ box-shadow: none !important;
6698
+ }
6699
+
6700
+ .desc-top .gslide-media,
6701
+ .desc-bottom .gslide-media {
6702
+ margin: 0 auto;
6703
+ -webkit-box-orient: vertical;
6704
+ -webkit-box-direction: normal;
6705
+ -ms-flex-direction: column;
6706
+ flex-direction: column;
6707
+ }
6708
+
6709
+ .gslide-description {
6710
+ position: relative;
6711
+ -webkit-box-flex: 1;
6712
+ -ms-flex: 1 0 100%;
6713
+ flex: 1 0 100%;
6714
+ }
6715
+
6716
+ .gslide-description.description-left,
6717
+ .gslide-description.description-right {
6718
+ max-width: 100%;
6719
+ }
6720
+
6721
+ .gslide-description.description-bottom,
6722
+ .gslide-description.description-top {
6723
+ margin: 0 auto;
6724
+ width: 100%;
6725
+ }
6726
+
6727
+ .gslide-description p {
6728
+ margin-bottom: 12px;
6729
+ }
6730
+
6731
+ .gslide-description p:last-child {
6732
+ margin-bottom: 0;
6733
+ }
6734
+
6735
+ .zoomed .gslide-description {
6736
+ display: none;
6737
+ }
6738
+
6739
+ .glightbox-button-hidden {
6740
+ display: none;
6741
+ }
6742
+
6743
+ .glightbox-mobile .glightbox-container .gslide-description {
6744
+ height: auto !important;
6745
+ width: 100%;
6746
+ position: absolute;
6747
+ bottom: 0;
6748
+ padding: 19px 11px;
6749
+ max-width: 100vw !important;
6750
+ -webkit-box-ordinal-group: 3 !important;
6751
+ -ms-flex-order: 2 !important;
6752
+ order: 2 !important;
6753
+ max-height: 78vh;
6754
+ overflow: auto !important;
6755
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
6756
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
6757
+ -webkit-transition: opacity 0.3s linear;
6758
+ transition: opacity 0.3s linear;
6759
+ padding-bottom: 50px;
6760
+ }
6761
+
6762
+ .glightbox-mobile .glightbox-container .gslide-title {
6763
+ color: #fff;
6764
+ font-size: 1em;
6765
+ }
6766
+
6767
+ .glightbox-mobile .glightbox-container .gslide-desc {
6768
+ color: #a1a1a1;
6769
+ }
6770
+
6771
+ .glightbox-mobile .glightbox-container .gslide-desc a {
6772
+ color: #fff;
6773
+ font-weight: bold;
6774
+ }
6775
+
6776
+ .glightbox-mobile .glightbox-container .gslide-desc * {
6777
+ color: inherit;
6778
+ }
6779
+
6780
+ .glightbox-mobile .glightbox-container .gslide-desc .desc-more {
6781
+ color: #fff;
6782
+ opacity: 0.4;
6783
+ }
6784
+
6785
+ .gdesc-open .gslide-media {
6786
+ -webkit-transition: opacity 0.5s ease;
6787
+ transition: opacity 0.5s ease;
6788
+ opacity: 0.4;
6789
+ }
6790
+
6791
+ .gdesc-open .gdesc-inner {
6792
+ padding-bottom: 30px;
6793
+ }
6794
+
6795
+ .gdesc-closed .gslide-media {
6796
+ -webkit-transition: opacity 0.5s ease;
6797
+ transition: opacity 0.5s ease;
6798
+ opacity: 1;
6799
+ }
6800
+
6801
+ .greset {
6802
+ -webkit-transition: all 0.3s ease;
6803
+ transition: all 0.3s ease;
6804
+ }
6805
+
6806
+ .gabsolute {
6807
+ position: absolute;
6808
+ }
6809
+
6810
+ .grelative {
6811
+ position: relative;
6812
+ }
6813
+
6814
+ .glightbox-desc {
6815
+ display: none !important;
6816
+ }
6817
+
6818
+ .glightbox-open {
6819
+ overflow: hidden;
6820
+ }
6821
+
6822
+ .gloader {
6823
+ height: 25px;
6824
+ width: 25px;
6825
+ -webkit-animation: lightboxLoader 0.8s infinite linear;
6826
+ animation: lightboxLoader 0.8s infinite linear;
6827
+ border: 2px solid #fff;
6828
+ border-right-color: transparent;
6829
+ border-radius: 50%;
6830
+ position: absolute;
6831
+ display: block;
6832
+ z-index: 9999;
6833
+ left: 0;
6834
+ right: 0;
6835
+ margin: 0 auto;
6836
+ top: 47%;
6837
+ }
6838
+
6839
+ .goverlay {
6840
+ width: 100%;
6841
+ height: calc(100vh + 1px);
6842
+ position: fixed;
6843
+ top: -1px;
6844
+ left: 0;
6845
+ background: #000;
6846
+ will-change: opacity;
6847
+ }
6848
+
6849
+ .glightbox-mobile .goverlay {
6850
+ background: #000;
6851
+ }
6852
+
6853
+ .gprev,
6854
+ .gnext,
6855
+ .gclose {
6856
+ z-index: 99999;
6857
+ cursor: pointer;
6858
+ width: 26px;
6859
+ height: 44px;
6860
+ border: none;
6861
+ display: -webkit-box;
6862
+ display: -ms-flexbox;
6863
+ display: flex;
6864
+ -webkit-box-pack: center;
6865
+ -ms-flex-pack: center;
6866
+ justify-content: center;
6867
+ -webkit-box-align: center;
6868
+ -ms-flex-align: center;
6869
+ align-items: center;
6870
+ -webkit-box-orient: vertical;
6871
+ -webkit-box-direction: normal;
6872
+ -ms-flex-direction: column;
6873
+ flex-direction: column;
6874
+ }
6875
+
6876
+ .gprev svg,
6877
+ .gnext svg,
6878
+ .gclose svg {
6879
+ display: block;
6880
+ width: 25px;
6881
+ height: auto;
6882
+ margin: 0;
6883
+ padding: 0;
6884
+ }
6885
+
6886
+ .gprev.disabled,
6887
+ .gnext.disabled,
6888
+ .gclose.disabled {
6889
+ opacity: 0.1;
6890
+ }
6891
+
6892
+ .gprev .garrow,
6893
+ .gnext .garrow,
6894
+ .gclose .garrow {
6895
+ stroke: #fff;
6896
+ }
6897
+
6898
+ .gbtn.focused {
6899
+ outline: 2px solid #0f3d81;
6900
+ }
6901
+
6902
+ iframe.wait-autoplay {
6903
+ opacity: 0;
6904
+ }
6905
+
6906
+ .glightbox-closing .gnext,
6907
+ .glightbox-closing .gprev,
6908
+ .glightbox-closing .gclose {
6909
+ opacity: 0 !important;
6910
+ }
6911
+
6912
+ /*Skin */
6913
+ .glightbox-clean .gslide-description {
6914
+ background: #fff;
6915
+ }
6916
+
6917
+ .glightbox-clean .gdesc-inner {
6918
+ padding: 22px 20px;
6919
+ }
6920
+
6921
+ .glightbox-clean .gslide-title {
6922
+ font-size: 1em;
6923
+ font-weight: normal;
6924
+ font-family: arial;
6925
+ color: #000;
6926
+ margin-bottom: 19px;
6927
+ line-height: 1.4em;
6928
+ }
6929
+
6930
+ .glightbox-clean .gslide-desc {
6931
+ font-size: 0.86em;
6932
+ margin-bottom: 0;
6933
+ font-family: arial;
6934
+ line-height: 1.4em;
6935
+ }
6936
+
6937
+ .glightbox-clean .gslide-video {
6938
+ background: #000;
6939
+ }
6940
+
6941
+ .glightbox-clean .gprev,
6942
+ .glightbox-clean .gnext,
6943
+ .glightbox-clean .gclose {
6944
+ background-color: rgba(0, 0, 0, 0.75);
6945
+ border-radius: 4px;
6946
+ }
6947
+
6948
+ .glightbox-clean .gprev path,
6949
+ .glightbox-clean .gnext path,
6950
+ .glightbox-clean .gclose path {
6951
+ fill: #fff;
6952
+ }
6953
+
6954
+ .glightbox-clean .gprev {
6955
+ position: absolute;
6956
+ top: -100%;
6957
+ left: 30px;
6958
+ width: 40px;
6959
+ height: 50px;
6960
+ }
6961
+
6962
+ .glightbox-clean .gnext {
6963
+ position: absolute;
6964
+ top: -100%;
6965
+ right: 30px;
6966
+ width: 40px;
6967
+ height: 50px;
6968
+ }
6969
+
6970
+ .glightbox-clean .gclose {
6971
+ width: 35px;
6972
+ height: 35px;
6973
+ top: 15px;
6974
+ right: 10px;
6975
+ position: absolute;
6976
+ }
6977
+
6978
+ .glightbox-clean .gclose svg {
6979
+ width: 18px;
6980
+ height: auto;
6981
+ }
6982
+
6983
+ .glightbox-clean .gclose:hover {
6984
+ opacity: 1;
6985
+ }
6986
+
6987
+ /*CSS Animations*/
6988
+ .gfadeIn {
6989
+ -webkit-animation: gfadeIn 0.5s ease;
6990
+ animation: gfadeIn 0.5s ease;
6991
+ }
6992
+
6993
+ .gfadeOut {
6994
+ -webkit-animation: gfadeOut 0.5s ease;
6995
+ animation: gfadeOut 0.5s ease;
6996
+ }
6997
+
6998
+ .gslideOutLeft {
6999
+ -webkit-animation: gslideOutLeft 0.3s ease;
7000
+ animation: gslideOutLeft 0.3s ease;
7001
+ }
7002
+
7003
+ .gslideInLeft {
7004
+ -webkit-animation: gslideInLeft 0.3s ease;
7005
+ animation: gslideInLeft 0.3s ease;
7006
+ }
7007
+
7008
+ .gslideOutRight {
7009
+ -webkit-animation: gslideOutRight 0.3s ease;
7010
+ animation: gslideOutRight 0.3s ease;
7011
+ }
7012
+
7013
+ .gslideInRight {
7014
+ -webkit-animation: gslideInRight 0.3s ease;
7015
+ animation: gslideInRight 0.3s ease;
7016
+ }
7017
+
7018
+ .gzoomIn {
7019
+ -webkit-animation: gzoomIn 0.5s ease;
7020
+ animation: gzoomIn 0.5s ease;
7021
+ }
7022
+
7023
+ .gzoomOut {
7024
+ -webkit-animation: gzoomOut 0.5s ease;
7025
+ animation: gzoomOut 0.5s ease;
7026
+ }
7027
+
7028
+ @-webkit-keyframes lightboxLoader {
7029
+ 0% {
7030
+ -webkit-transform: rotate(0deg);
7031
+ transform: rotate(0deg);
7032
+ }
7033
+ 100% {
7034
+ -webkit-transform: rotate(360deg);
7035
+ transform: rotate(360deg);
7036
+ }
7037
+ }
7038
+ @keyframes lightboxLoader {
7039
+ 0% {
7040
+ -webkit-transform: rotate(0deg);
7041
+ transform: rotate(0deg);
7042
+ }
7043
+ 100% {
7044
+ -webkit-transform: rotate(360deg);
7045
+ transform: rotate(360deg);
7046
+ }
7047
+ }
7048
+ @-webkit-keyframes gfadeIn {
7049
+ from {
7050
+ opacity: 0;
7051
+ }
7052
+ to {
7053
+ opacity: 1;
7054
+ }
7055
+ }
7056
+ @keyframes gfadeIn {
7057
+ from {
7058
+ opacity: 0;
7059
+ }
7060
+ to {
7061
+ opacity: 1;
7062
+ }
7063
+ }
7064
+ @-webkit-keyframes gfadeOut {
7065
+ from {
7066
+ opacity: 1;
7067
+ }
7068
+ to {
7069
+ opacity: 0;
7070
+ }
7071
+ }
7072
+ @keyframes gfadeOut {
7073
+ from {
7074
+ opacity: 1;
7075
+ }
7076
+ to {
7077
+ opacity: 0;
7078
+ }
7079
+ }
7080
+ @-webkit-keyframes gslideInLeft {
7081
+ from {
7082
+ opacity: 0;
7083
+ -webkit-transform: translate3d(-60%, 0, 0);
7084
+ transform: translate3d(-60%, 0, 0);
7085
+ }
7086
+ to {
7087
+ visibility: visible;
7088
+ -webkit-transform: translate3d(0, 0, 0);
7089
+ transform: translate3d(0, 0, 0);
7090
+ opacity: 1;
7091
+ }
7092
+ }
7093
+ @keyframes gslideInLeft {
7094
+ from {
7095
+ opacity: 0;
7096
+ -webkit-transform: translate3d(-60%, 0, 0);
7097
+ transform: translate3d(-60%, 0, 0);
7098
+ }
7099
+ to {
7100
+ visibility: visible;
7101
+ -webkit-transform: translate3d(0, 0, 0);
7102
+ transform: translate3d(0, 0, 0);
7103
+ opacity: 1;
7104
+ }
7105
+ }
7106
+ @-webkit-keyframes gslideOutLeft {
7107
+ from {
7108
+ opacity: 1;
7109
+ visibility: visible;
7110
+ -webkit-transform: translate3d(0, 0, 0);
7111
+ transform: translate3d(0, 0, 0);
7112
+ }
7113
+ to {
7114
+ -webkit-transform: translate3d(-60%, 0, 0);
7115
+ transform: translate3d(-60%, 0, 0);
7116
+ opacity: 0;
7117
+ visibility: hidden;
7118
+ }
7119
+ }
7120
+ @keyframes gslideOutLeft {
7121
+ from {
7122
+ opacity: 1;
7123
+ visibility: visible;
7124
+ -webkit-transform: translate3d(0, 0, 0);
7125
+ transform: translate3d(0, 0, 0);
7126
+ }
7127
+ to {
7128
+ -webkit-transform: translate3d(-60%, 0, 0);
7129
+ transform: translate3d(-60%, 0, 0);
7130
+ opacity: 0;
7131
+ visibility: hidden;
7132
+ }
7133
+ }
7134
+ @-webkit-keyframes gslideInRight {
7135
+ from {
7136
+ opacity: 0;
7137
+ visibility: visible;
7138
+ -webkit-transform: translate3d(60%, 0, 0);
7139
+ transform: translate3d(60%, 0, 0);
7140
+ }
7141
+ to {
7142
+ -webkit-transform: translate3d(0, 0, 0);
7143
+ transform: translate3d(0, 0, 0);
7144
+ opacity: 1;
7145
+ }
7146
+ }
7147
+ @keyframes gslideInRight {
7148
+ from {
7149
+ opacity: 0;
7150
+ visibility: visible;
7151
+ -webkit-transform: translate3d(60%, 0, 0);
7152
+ transform: translate3d(60%, 0, 0);
7153
+ }
7154
+ to {
7155
+ -webkit-transform: translate3d(0, 0, 0);
7156
+ transform: translate3d(0, 0, 0);
7157
+ opacity: 1;
7158
+ }
7159
+ }
7160
+ @-webkit-keyframes gslideOutRight {
7161
+ from {
7162
+ opacity: 1;
7163
+ visibility: visible;
7164
+ -webkit-transform: translate3d(0, 0, 0);
7165
+ transform: translate3d(0, 0, 0);
7166
+ }
7167
+ to {
7168
+ -webkit-transform: translate3d(60%, 0, 0);
7169
+ transform: translate3d(60%, 0, 0);
7170
+ opacity: 0;
7171
+ }
7172
+ }
7173
+ @keyframes gslideOutRight {
7174
+ from {
7175
+ opacity: 1;
7176
+ visibility: visible;
7177
+ -webkit-transform: translate3d(0, 0, 0);
7178
+ transform: translate3d(0, 0, 0);
7179
+ }
7180
+ to {
7181
+ -webkit-transform: translate3d(60%, 0, 0);
7182
+ transform: translate3d(60%, 0, 0);
7183
+ opacity: 0;
7184
+ }
7185
+ }
7186
+ @-webkit-keyframes gzoomIn {
7187
+ from {
7188
+ opacity: 0;
7189
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
7190
+ transform: scale3d(0.3, 0.3, 0.3);
7191
+ }
7192
+ to {
7193
+ opacity: 1;
7194
+ }
7195
+ }
7196
+ @keyframes gzoomIn {
7197
+ from {
7198
+ opacity: 0;
7199
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
7200
+ transform: scale3d(0.3, 0.3, 0.3);
7201
+ }
7202
+ to {
7203
+ opacity: 1;
7204
+ }
7205
+ }
7206
+ @-webkit-keyframes gzoomOut {
7207
+ from {
7208
+ opacity: 1;
7209
+ }
7210
+ 50% {
7211
+ opacity: 0;
7212
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
7213
+ transform: scale3d(0.3, 0.3, 0.3);
7214
+ }
7215
+ to {
7216
+ opacity: 0;
7217
+ }
7218
+ }
7219
+ @keyframes gzoomOut {
7220
+ from {
7221
+ opacity: 1;
7222
+ }
7223
+ 50% {
7224
+ opacity: 0;
7225
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
7226
+ transform: scale3d(0.3, 0.3, 0.3);
7227
+ }
7228
+ to {
7229
+ opacity: 0;
7230
+ }
7231
+ }
7232
+ @media (min-width: 769px) {
7233
+ .glightbox-container .ginner-container {
7234
+ width: auto;
7235
+ height: auto;
7236
+ -webkit-box-orient: horizontal;
7237
+ -webkit-box-direction: normal;
7238
+ -ms-flex-direction: row;
7239
+ flex-direction: row;
7240
+ }
7241
+
7242
+ .glightbox-container .ginner-container.desc-top .gslide-description {
7243
+ -webkit-box-ordinal-group: 1;
7244
+ -ms-flex-order: 0;
7245
+ order: 0;
7246
+ }
7247
+
7248
+ .glightbox-container .ginner-container.desc-top .gslide-image,
7249
+ .glightbox-container .ginner-container.desc-top .gslide-image img {
7250
+ -webkit-box-ordinal-group: 2;
7251
+ -ms-flex-order: 1;
7252
+ order: 1;
7253
+ }
7254
+
7255
+ .glightbox-container .ginner-container.desc-left .gslide-description {
7256
+ -webkit-box-ordinal-group: 1;
7257
+ -ms-flex-order: 0;
7258
+ order: 0;
7259
+ }
7260
+
7261
+ .glightbox-container .ginner-container.desc-left .gslide-image {
7262
+ -webkit-box-ordinal-group: 2;
7263
+ -ms-flex-order: 1;
7264
+ order: 1;
7265
+ }
7266
+
7267
+ .gslide-image img {
7268
+ max-height: 97vh;
7269
+ max-width: 100%;
7270
+ }
7271
+
7272
+ .gslide-image img.zoomable {
7273
+ cursor: -webkit-zoom-in;
7274
+ cursor: zoom-in;
7275
+ }
7276
+
7277
+ .zoomed .gslide-image img.zoomable {
7278
+ cursor: -webkit-grab;
7279
+ cursor: grab;
7280
+ }
7281
+
7282
+ .gslide-inline {
7283
+ max-height: 95vh;
7284
+ }
7285
+
7286
+ .gslide-external {
7287
+ max-height: 100vh;
7288
+ }
7289
+
7290
+ .gslide-description.description-left,
7291
+ .gslide-description.description-right {
7292
+ max-width: 275px;
7293
+ }
7294
+
7295
+ .glightbox-open {
7296
+ height: auto;
7297
+ }
7298
+
7299
+ .goverlay {
7300
+ background: rgba(0, 0, 0, 0.92);
7301
+ }
7302
+
7303
+ .glightbox-clean .gslide-media {
7304
+ -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
7305
+ box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
7306
+ }
7307
+
7308
+ .glightbox-clean .description-left .gdesc-inner,
7309
+ .glightbox-clean .description-right .gdesc-inner {
7310
+ position: absolute;
7311
+ height: 100%;
7312
+ overflow-y: auto;
7313
+ }
7314
+
7315
+ .glightbox-clean .gprev,
7316
+ .glightbox-clean .gnext,
7317
+ .glightbox-clean .gclose {
7318
+ background-color: rgba(0, 0, 0, 0.32);
7319
+ }
7320
+
7321
+ .glightbox-clean .gprev:hover,
7322
+ .glightbox-clean .gnext:hover,
7323
+ .glightbox-clean .gclose:hover {
7324
+ background-color: rgba(0, 0, 0, 0.7);
7325
+ }
7326
+
7327
+ .glightbox-clean .gprev {
7328
+ top: 45%;
7329
+ }
7330
+
7331
+ .glightbox-clean .gnext {
7332
+ top: 45%;
7333
+ }
7334
+ }
7335
+ @media (min-width: 992px) {
7336
+ .glightbox-clean .gclose {
7337
+ opacity: 0.7;
7338
+ right: 20px;
7339
+ }
7340
+ }
7341
+ @media screen and (max-height: 420px) {
7342
+ .goverlay {
7343
+ background: #000;
7344
+ }
7345
+ }
7346
+ /* skin */
7347
+ /* Light */
7348
+ .glightbox-light .gslide-description {
7349
+ background: #fff;
7350
+ }
7351
+
7352
+ .glightbox-light .gdesc-inner {
7353
+ padding: 22px 20px;
7354
+ }
7355
+
7356
+ .glightbox-light .gslide-title {
7357
+ font-size: 1em;
7358
+ font-weight: normal;
7359
+ font-family: arial;
7360
+ color: #000;
7361
+ margin-bottom: 19px;
7362
+ line-height: 1.4em;
7363
+ }
7364
+
7365
+ .glightbox-light .gslide-desc {
7366
+ font-size: 0.86em;
7367
+ margin-bottom: 0;
7368
+ font-family: arial;
7369
+ line-height: 1.4em;
7370
+ }
7371
+
7372
+ .glightbox-light .gslide-video {
7373
+ background: #000;
7374
+ }
7375
+
7376
+ .glightbox-light .gprev,
7377
+ .glightbox-light .gnext,
7378
+ .glightbox-light .gclose {
7379
+ background-color: rgba(255, 255, 255, 0);
7380
+ border-radius: 4px;
7381
+ }
7382
+
7383
+ .glightbox-light .gprev path,
7384
+ .glightbox-light .gnext path,
7385
+ .glightbox-light .gclose path {
7386
+ fill: #000;
7387
+ }
7388
+
7389
+ .glightbox-light .gprev {
7390
+ position: absolute;
7391
+ top: -100%;
7392
+ left: 30px;
7393
+ width: 40px;
7394
+ height: 50px;
7395
+ }
7396
+
7397
+ .glightbox-light .gnext {
7398
+ position: absolute;
7399
+ top: -100%;
7400
+ right: 30px;
7401
+ width: 40px;
7402
+ height: 50px;
7403
+ }
7404
+
7405
+ .glightbox-light .gclose {
7406
+ width: 35px;
7407
+ height: 35px;
7408
+ top: 15px;
7409
+ right: 10px;
7410
+ position: absolute;
7411
+ }
7412
+
7413
+ .glightbox-light .gclose svg {
7414
+ width: 18px;
7415
+ height: auto;
7416
+ }
7417
+
7418
+ .glightbox-light .gclose:hover {
7419
+ opacity: 1;
7420
+ }
7421
+
7422
+ /**/
7423
+ .glightbox-light .gslide-media {
7424
+ -webkit-box-shadow: none !important;
7425
+ box-shadow: none !important;
7426
+ }
7427
+
7428
+ .glightbox-light .description-left .gdesc-inner,
7429
+ .glightbox-light .description-right .gdesc-inner {
7430
+ position: absolute;
7431
+ height: 100%;
7432
+ overflow-y: auto;
7433
+ }
7434
+
7435
+ .glightbox-light .gprev,
7436
+ .glightbox-light .gnext,
7437
+ .glightbox-light .gclose {
7438
+ background-color: rgba(255, 255, 255, 0);
7439
+ }
7440
+
7441
+ .glightbox-light .gprev:hover,
7442
+ .glightbox-light .gnext:hover,
7443
+ .glightbox-light .gclose:hover {
7444
+ background-color: rgba(255, 255, 255, 0);
7445
+ }
7446
+
7447
+ .glightbox-light .gprev {
7448
+ top: 45%;
7449
+ }
7450
+
7451
+ .glightbox-light .gnext {
7452
+ top: 45%;
7453
+ }
7454
+
7455
+ @media (min-width: 992px) {
7456
+ .glightbox-light .gclose {
7457
+ opacity: 0.7;
7458
+ right: 20px;
7459
+ }
7460
+ }
7461
+ /**/
7462
+ .glightbox-light .goverlay {
7463
+ background: white !important;
7464
+ }
7465
+
7466
+ @media screen and (max-height: 420px) {
7467
+ .goverlay {
7468
+ background: white;
7469
+ }
7470
+ }
7471
+ /* override (light) */
7472
+ .glightbox-light .gprev,
7473
+ .glightbox-light .gnext {
7474
+ width: 55px !important;
7475
+ height: 70px !important;
7476
+ }
7477
+
7478
+ .gclose svg, .gnext svg, .gprev svg {
7479
+ width: 50px !important;
7480
+ }
7481
+
7482
+ .glightbox-light .gclose {
7483
+ width: 55px !important;
7484
+ height: 55px !important;
7485
+ }
7486
+
7487
+ .glightbox-light .gclose svg {
7488
+ width: 30px !important;
7489
+ }
7490
+
7491
+ .glightbox-light .gslide-title {
7492
+ font-size: 1.2em !important;
7493
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
7494
+ }
7495
+
7496
+ .glightbox-light .gslide-desc {
7497
+ font-size: 1em !important;
7498
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
7499
+ }
7500
+
7501
+ /* override (clean) */
7502
+ .glightbox-clean .gprev,
7503
+ .glightbox-clean .gnext {
7504
+ width: 55px !important;
7505
+ height: 70px !important;
7506
+ }
7507
+
7508
+ .gclose svg, .gnext svg, .gprev svg {
7509
+ width: 50px !important;
7510
+ }
7511
+
7512
+ .glightbox-clean .gclose {
7513
+ width: 55px !important;
7514
+ height: 55px !important;
7515
+ }
7516
+
7517
+ .glightbox-clean .gclose svg {
7518
+ width: 30px !important;
7519
+ }
7520
+
7521
+ .glightbox-clean .gslide-title {
7522
+ font-size: 1.2em !important;
7523
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
7524
+ }
7525
+
7526
+ .glightbox-clean .gslide-desc {
7527
+ font-size: 1em !important;
7528
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
7529
+ }
7530
+
7531
+ /* other override */
7532
+ .gclose.disabled, .gnext.disabled, .gprev.disabled {
7533
+ opacity: 0;
7534
+ }
7535
+
7536
+ /* new colorpicker */
7537
+ .pickr {
7538
+ position: relative;
7539
+ overflow: visible;
7540
+ transform: translateY(0);
7541
+ }
7542
+ .pickr * {
7543
+ box-sizing: border-box;
7544
+ outline: none;
7545
+ border: none;
7546
+ -webkit-appearance: none;
7547
+ }
7548
+
7549
+ .pickr .pcr-button {
7550
+ position: relative;
7551
+ height: 2em;
7552
+ width: 2em;
7553
+ padding: 0.5em;
7554
+ cursor: pointer;
7555
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
7556
+ border-radius: 0.15em;
7557
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
7558
+ background-size: 0;
7559
+ transition: all 0.3s;
7560
+ }
7561
+ .pickr .pcr-button::before {
7562
+ position: absolute;
7563
+ content: "";
7564
+ top: 0;
7565
+ left: 0;
7566
+ width: 100%;
7567
+ height: 100%;
7568
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7569
+ background-size: 0.5em;
7570
+ border-radius: 0.15em;
7571
+ z-index: -1;
7572
+ }
7573
+ .pickr .pcr-button::before {
7574
+ z-index: initial;
7575
+ }
7576
+ .pickr .pcr-button::after {
7577
+ position: absolute;
7578
+ content: "";
7579
+ top: 0;
7580
+ left: 0;
7581
+ height: 100%;
7582
+ width: 100%;
7583
+ transition: background 0.3s;
7584
+ background: var(--pcr-color);
7585
+ border-radius: 0.15em;
7586
+ }
7587
+ .pickr .pcr-button.clear {
7588
+ background-size: 70%;
7589
+ }
7590
+ .pickr .pcr-button.clear::before {
7591
+ opacity: 0;
7592
+ }
7593
+ .pickr .pcr-button.clear:focus {
7594
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
7595
+ }
7596
+ .pickr .pcr-button.disabled {
7597
+ cursor: not-allowed;
7598
+ }
7599
+
7600
+ .pickr *,
7601
+ .pcr-app * {
7602
+ box-sizing: border-box;
7603
+ outline: none;
7604
+ border: none;
7605
+ -webkit-appearance: none;
7606
+ }
7607
+ .pickr input:focus, .pickr input.pcr-active,
7608
+ .pickr button:focus,
7609
+ .pickr button.pcr-active,
7610
+ .pcr-app input:focus,
7611
+ .pcr-app input.pcr-active,
7612
+ .pcr-app button:focus,
7613
+ .pcr-app button.pcr-active {
7614
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
7615
+ }
7616
+ .pickr .pcr-palette,
7617
+ .pickr .pcr-slider,
7618
+ .pcr-app .pcr-palette,
7619
+ .pcr-app .pcr-slider {
7620
+ transition: box-shadow 0.3s;
7621
+ }
7622
+ .pickr .pcr-palette:focus,
7623
+ .pickr .pcr-slider:focus,
7624
+ .pcr-app .pcr-palette:focus,
7625
+ .pcr-app .pcr-slider:focus {
7626
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
7627
+ }
7628
+
7629
+ .pcr-app {
7630
+ position: fixed;
7631
+ display: flex;
7632
+ flex-direction: column;
7633
+ z-index: 10000;
7634
+ border-radius: 0.1em;
7635
+ background: #fff;
7636
+ opacity: 0;
7637
+ visibility: hidden;
7638
+ transition: opacity 0.3s, visibility 0s 0.3s;
7639
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
7640
+ box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
7641
+ left: 0;
7642
+ top: 0;
7643
+ }
7644
+ .pcr-app.visible {
7645
+ transition: opacity 0.3s;
7646
+ visibility: visible;
7647
+ opacity: 1;
7648
+ }
7649
+ .pcr-app .pcr-swatches {
7650
+ display: flex;
7651
+ flex-wrap: wrap;
7652
+ margin-top: 0.75em;
7653
+ }
7654
+ .pcr-app .pcr-swatches.pcr-last {
7655
+ margin: 0;
7656
+ }
7657
+ @supports (display: grid) {
7658
+ .pcr-app .pcr-swatches {
7659
+ display: grid;
7660
+ align-items: center;
7661
+ grid-template-columns: repeat(auto-fit, 1.75em);
7662
+ }
7663
+ }
7664
+ .pcr-app .pcr-swatches > button {
7665
+ font-size: 1em;
7666
+ position: relative;
7667
+ width: calc(1.75em - 5px);
7668
+ height: calc(1.75em - 5px);
7669
+ border-radius: 0.15em;
7670
+ cursor: pointer;
7671
+ margin: 2.5px;
7672
+ flex-shrink: 0;
7673
+ justify-self: center;
7674
+ transition: all 0.15s;
7675
+ overflow: hidden;
7676
+ background: transparent;
7677
+ z-index: 1;
7678
+ }
7679
+ .pcr-app .pcr-swatches > button::before {
7680
+ position: absolute;
7681
+ content: "";
7682
+ top: 0;
7683
+ left: 0;
7684
+ width: 100%;
7685
+ height: 100%;
7686
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7687
+ background-size: 6px;
7688
+ border-radius: 0.15em;
7689
+ z-index: -1;
7690
+ }
7691
+ .pcr-app .pcr-swatches > button::after {
7692
+ content: "";
7693
+ position: absolute;
7694
+ top: 0;
7695
+ left: 0;
7696
+ width: 100%;
7697
+ height: 100%;
7698
+ background: var(--pcr-color);
7699
+ border: 1px solid rgba(0, 0, 0, 0.05);
7700
+ border-radius: 0.15em;
7701
+ box-sizing: border-box;
7702
+ }
7703
+ .pcr-app .pcr-swatches > button:hover {
7704
+ filter: brightness(1.05);
7705
+ }
7706
+ .pcr-app .pcr-swatches > button:not(.pcr-active) {
7707
+ box-shadow: none;
7708
+ }
7709
+ .pcr-app .pcr-interaction {
7710
+ display: flex;
7711
+ flex-wrap: wrap;
7712
+ align-items: center;
7713
+ margin: 0 -0.2em 0 -0.2em;
7714
+ }
7715
+ .pcr-app .pcr-interaction > * {
7716
+ margin: 0 0.2em;
7717
+ }
7718
+ .pcr-app .pcr-interaction input {
7719
+ letter-spacing: 0.07em;
7720
+ font-size: 0.75em;
7721
+ text-align: center;
7722
+ cursor: pointer;
7723
+ color: #75797e;
7724
+ background: #f1f3f4;
7725
+ border-radius: 0.15em;
7726
+ transition: all 0.15s;
7727
+ padding: 0.45em 0.5em;
7728
+ margin-top: 0.75em;
7729
+ }
7730
+ .pcr-app .pcr-interaction input:hover {
7731
+ filter: brightness(0.975);
7732
+ }
7733
+ .pcr-app .pcr-interaction input:focus {
7734
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
7735
+ }
7736
+ .pcr-app .pcr-interaction .pcr-result {
7737
+ color: #75797e;
7738
+ text-align: left;
7739
+ flex: 1 1 8em;
7740
+ min-width: 8em;
7741
+ transition: all 0.2s;
7742
+ border-radius: 0.15em;
7743
+ background: #f1f3f4;
7744
+ cursor: text;
7745
+ }
7746
+ .pcr-app .pcr-interaction .pcr-result::selection {
7747
+ background: #4285f4;
7748
+ color: #fff;
7749
+ }
7750
+ .pcr-app .pcr-interaction .pcr-type.active {
7751
+ color: #fff;
7752
+ background: #4285f4;
7753
+ }
7754
+ .pcr-app .pcr-interaction .pcr-save,
7755
+ .pcr-app .pcr-interaction .pcr-cancel,
7756
+ .pcr-app .pcr-interaction .pcr-clear {
7757
+ color: #fff;
7758
+ width: auto;
7759
+ }
7760
+ .pcr-app .pcr-interaction .pcr-save,
7761
+ .pcr-app .pcr-interaction .pcr-cancel,
7762
+ .pcr-app .pcr-interaction .pcr-clear {
7763
+ color: #fff;
7764
+ }
7765
+ .pcr-app .pcr-interaction .pcr-save:hover,
7766
+ .pcr-app .pcr-interaction .pcr-cancel:hover,
7767
+ .pcr-app .pcr-interaction .pcr-clear:hover {
7768
+ filter: brightness(0.925);
7769
+ }
7770
+ .pcr-app .pcr-interaction .pcr-save {
7771
+ background: #4285f4;
7772
+ }
7773
+ .pcr-app .pcr-interaction .pcr-clear,
7774
+ .pcr-app .pcr-interaction .pcr-cancel {
7775
+ background: #f44250;
7776
+ }
7777
+ .pcr-app .pcr-interaction .pcr-clear:focus,
7778
+ .pcr-app .pcr-interaction .pcr-cancel:focus {
7779
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
7780
+ }
7781
+ .pcr-app .pcr-selection .pcr-picker {
7782
+ position: absolute;
7783
+ height: 18px;
7784
+ width: 18px;
7785
+ border: 2px solid #fff;
7786
+ border-radius: 100%;
7787
+ user-select: none;
7788
+ }
7789
+ .pcr-app .pcr-selection .pcr-color-palette,
7790
+ .pcr-app .pcr-selection .pcr-color-chooser,
7791
+ .pcr-app .pcr-selection .pcr-color-opacity {
7792
+ position: relative;
7793
+ user-select: none;
7794
+ display: flex;
7795
+ flex-direction: column;
7796
+ cursor: grab;
7797
+ cursor: -moz-grab;
7798
+ cursor: -webkit-grab;
7799
+ }
7800
+ .pcr-app .pcr-selection .pcr-color-palette:active,
7801
+ .pcr-app .pcr-selection .pcr-color-chooser:active,
7802
+ .pcr-app .pcr-selection .pcr-color-opacity:active {
7803
+ cursor: grabbing;
7804
+ cursor: -moz-grabbing;
7805
+ cursor: -webkit-grabbing;
7806
+ }
7807
+
7808
+ .pcr-app[data-theme=nano] {
7809
+ width: 14.25em;
7810
+ max-width: 95vw;
7811
+ }
7812
+ .pcr-app[data-theme=nano] .pcr-swatches {
7813
+ margin-top: 0.6em;
7814
+ padding: 0 0.6em;
7815
+ }
7816
+ .pcr-app[data-theme=nano] .pcr-interaction {
7817
+ padding: 0 0.6em 0.6em 0.6em;
7818
+ }
7819
+ .pcr-app[data-theme=nano] .pcr-selection {
7820
+ display: grid;
7821
+ grid-gap: 0.6em;
7822
+ grid-template-columns: 1fr 4fr;
7823
+ grid-template-rows: 5fr auto auto;
7824
+ align-items: center;
7825
+ height: 10.5em;
7826
+ width: 100%;
7827
+ align-self: flex-start;
7828
+ }
7829
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
7830
+ grid-area: 2/1/4/1;
7831
+ height: 100%;
7832
+ width: 100%;
7833
+ display: flex;
7834
+ flex-direction: row;
7835
+ justify-content: center;
7836
+ margin-left: 0.6em;
7837
+ }
7838
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
7839
+ display: none;
7840
+ }
7841
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
7842
+ position: relative;
7843
+ background: var(--pcr-color);
7844
+ width: 2em;
7845
+ height: 2em;
7846
+ border-radius: 50em;
7847
+ overflow: hidden;
7848
+ }
7849
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before {
7850
+ position: absolute;
7851
+ content: "";
7852
+ top: 0;
7853
+ left: 0;
7854
+ width: 100%;
7855
+ height: 100%;
7856
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7857
+ background-size: 0.5em;
7858
+ border-radius: 0.15em;
7859
+ z-index: -1;
7860
+ }
7861
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
7862
+ grid-area: 1/1/2/3;
7863
+ width: 100%;
7864
+ height: 100%;
7865
+ z-index: 1;
7866
+ }
7867
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
7868
+ border-radius: 0.15em;
7869
+ width: 100%;
7870
+ height: 100%;
7871
+ }
7872
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before {
7873
+ position: absolute;
7874
+ content: "";
7875
+ top: 0;
7876
+ left: 0;
7877
+ width: 100%;
7878
+ height: 100%;
7879
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7880
+ background-size: 0.5em;
7881
+ border-radius: 0.15em;
7882
+ z-index: -1;
7883
+ }
7884
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
7885
+ grid-area: 2/2/2/2;
7886
+ }
7887
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
7888
+ grid-area: 3/2/3/2;
7889
+ }
7890
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser,
7891
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
7892
+ height: 0.5em;
7893
+ margin: 0 0.6em;
7894
+ }
7895
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker,
7896
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
7897
+ top: 50%;
7898
+ transform: translateY(-50%);
7899
+ }
7900
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider,
7901
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
7902
+ flex-grow: 1;
7903
+ border-radius: 50em;
7904
+ }
7905
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
7906
+ background: linear-gradient(to right, red, yellow, lime, aqua, blue, fuchsia, red);
7907
+ }
7908
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
7909
+ background: linear-gradient(to right, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7910
+ background-size: 100%, 0.25em;
7911
+ }
7912
+
7913
+ ._rte-colpick_container {
7914
+ position: relative;
7915
+ }
7916
+
7917
+ ._rte-colpick {
7918
+ display: none !important;
7919
+ }
7920
+
7921
+ .pop-picker {
7922
+ z-index: 10050 !important;
7923
+ width: 240px;
7924
+ height: 362px;
7925
+ padding: 10px;
7926
+ box-sizing: border-box;
7927
+ }
7928
+
7929
+ ._pop-colpick_container {
7930
+ position: relative;
7931
+ width: 100%;
7932
+ }
7933
+
7934
+ ._pop-colpick {
7935
+ display: none !important;
7936
+ }
7937
+
7938
+ .pcr-app {
7939
+ box-shadow: none;
7940
+ position: absolute !important;
7941
+ top: 0 !important;
7942
+ left: 0 !important;
7943
+ width: 100% !important;
7944
+ background: transparent !important;
7945
+ }
7946
+
7947
+ .pcr-app[data-theme=nano] .pcr-interaction {
7948
+ padding: 0;
7949
+ }
7950
+
7951
+ .pcr-app[data-theme=nano] .pcr-swatches {
7952
+ display: flex;
7953
+ padding: 0;
7954
+ margin-top: 12px !important;
7955
+ }
7956
+
7957
+ .pcr-app .pcr-interaction .pcr-result {
7958
+ width: 100%;
7959
+ flex: none;
7960
+ height: 36px !important;
7961
+ margin-top: 8px !important;
7962
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
7963
+ font-weight: 300 !important;
7964
+ transition: none !important;
7965
+ }
7966
+
7967
+ .pcr-app .pcr-swatches > button {
7968
+ font-size: 1em !important;
7969
+ position: relative !important;
7970
+ width: 30.7px !important;
7971
+ height: 30px !important;
7972
+ border-radius: 0px !important;
7973
+ cursor: pointer;
7974
+ margin: 0 !important;
7975
+ flex-shrink: 0;
7976
+ justify-self: center;
7977
+ transition: all 0.15s;
7978
+ overflow: hidden;
7979
+ background: rgba(0, 0, 0, 0) !important;
7980
+ z-index: 1;
7981
+ }
7982
+
7983
+ .pcr-app .pcr-swatches > button::before,
7984
+ .pcr-app .pcr-swatches > button::after {
7985
+ border-radius: 0px !important;
7986
+ }
7987
+
7988
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
7989
+ display: none !important;
7990
+ }
7991
+
7992
+ .pcr-app[data-theme=nano] .pcr-selection {
7993
+ grid-gap: 1em !important;
7994
+ height: 160px !important;
7995
+ }
7996
+
7997
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
7998
+ height: 0.8em;
7999
+ margin: 0 0.6em;
8000
+ }
8001
+
8002
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
8003
+ width: 2.5em;
8004
+ height: 2.5em;
8005
+ }
8006
+
8007
+ .pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
8008
+ line-height: 1;
8009
+ width: 74px;
8010
+ height: 24px;
8011
+ font-size: 0.9em;
8012
+ background: #cfcfcf66;
8013
+ color: #111;
8014
+ outline: none;
8015
+ }
8016
+
8017
+ .pcr-app .pcr-interaction input {
8018
+ margin: 0.75em 0 0 0;
8019
+ }
8020
+
8021
+ .pcr-app .pcr-interaction {
8022
+ justify-content: flex-end;
8023
+ }
8024
+
8025
+ .pcr-app .pcr-interaction .pcr-clear:focus,
8026
+ .pcr-app .pcr-interaction .pcr-cancel:focus {
8027
+ box-shadow: none !important;
8028
+ }
8029
+
8030
+ .dark .pcr-app .pcr-interaction .pcr-clear,
8031
+ .dark .pcr-app .pcr-interaction .pcr-cancel {
8032
+ color: white !important;
8033
+ }
8034
+
8035
+ .hide-drag-class {
8036
+ opacity: 0;
8037
+ }