appscms-tools-theme 2.3.6 → 2.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/blog.yml +1 -0
  3. data/_data/blog/nav.json +1 -1
  4. data/_data/feature/en/allele-frequency.json +242 -242
  5. data/_data/feature/en/compress-pdf.json +7 -12
  6. data/_data/feature/en/theframe.json +23 -23
  7. data/_data/home/en/en.json +11 -11
  8. data/_data/home/en/photoeffects.json +23 -23
  9. data/_data/home-1/en/en.json +178 -6
  10. data/_data/photo-categories.json +334 -334
  11. data/_data/photoeffects.json +116 -116
  12. data/_includes/footer/index.html +6 -12
  13. data/_includes/head/index.html +2 -2
  14. data/_includes/header/blogHeader.html +29 -24
  15. data/_includes/header/index.html +130 -34
  16. data/_includes/monumetric/ads.html +57 -57
  17. data/_includes/monumetric/profitablecpmgate.html +51 -51
  18. data/_includes/paginationBlogPage.html +38 -1
  19. data/_layouts/blog-1.html +8 -22
  20. data/_layouts/calculator.html +69 -69
  21. data/_layouts/feature-1.html +93 -60
  22. data/_layouts/frame.html +205 -205
  23. data/_layouts/home-1.html +48 -85
  24. data/_layouts/imagekit.html +115 -122
  25. data/_layouts/photo-effects-home.html +83 -83
  26. data/assets/css/batch.css +1 -1
  27. data/assets/css/calculators.css +40 -40
  28. data/assets/css/common.css +548 -0
  29. data/assets/css/feature-1.css +82 -294
  30. data/assets/css/frame.css +695 -695
  31. data/assets/css/home-1.css +5 -12
  32. data/assets/css/imagekit.css +748 -748
  33. data/assets/images/addimg.svg +2 -2
  34. data/assets/images/bulb.svg +1 -1
  35. data/assets/images/cloud_new.svg +1 -0
  36. data/assets/images/cross.svg +1 -0
  37. data/assets/images/fast.svg +1 -0
  38. data/assets/images/lightbulb.svg +1 -0
  39. data/assets/images/shield.svg +1 -0
  40. data/assets/images/target.svg +1 -0
  41. data/assets/js/ads.js +8 -8
  42. data/assets/js/append-div.js +10 -10
  43. data/assets/js/batch.js +30 -8
  44. data/assets/js/photo-effects.json +32 -32
  45. data/assets/js/theme.js +11 -11
  46. metadata +14 -9
  47. data/_data/blog/blog.json +0 -1
  48. data/assets/css/common-page.css +0 -180
@@ -1,748 +1,748 @@
1
- #img-svg {
2
- margin: auto;
3
- margin-top: 16px;
4
- height: 67px;
5
- width: 98px;
6
- }
7
-
8
- #file-loader {
9
- display: flex;
10
- align-items: center;
11
- flex-direction: column;
12
- }
13
-
14
- #file-loader img {
15
- height: 60px;
16
- }
17
-
18
- #file-loader p {
19
- text-align: center;
20
- color: #fff;
21
- font-size: 17px;
22
- }
23
-
24
- #loading-img {
25
- height: 27px;
26
- width: 27px;
27
- margin-right: 21px;
28
- }
29
-
30
- #dropbox svg,
31
- #filepicker svg,
32
- .boxes svg {
33
- height: 24px !important;
34
- width: 24px !important;
35
- }
36
-
37
- .file-picker-dropdown a,
38
- .file-picker-dropdown button {
39
- border: none;
40
- width: 100%;
41
- border-radius: 4px;
42
- text-align: left;
43
- background: #fff;
44
- font-weight: 400;
45
- font-size: 16px;
46
- line-height: 24px;
47
- padding: 15px 24px;
48
- list-style: none;
49
- height: 54px;
50
- }
51
-
52
- .file-picker-dropdown {
53
- width: 213px;
54
- position: absolute;
55
- background: #fff;
56
- top: 111%;
57
- right: 0;
58
- display: none;
59
- box-shadow: rgb(26 26 26 / 20%) 0 0 12px;
60
- border-radius: 4px;
61
- }
62
-
63
- .file-pick-dropdown i {
64
- margin: 0;
65
- }
66
-
67
- .boxes {
68
- background: #fff;
69
- border-radius: 0;
70
- cursor: pointer;
71
- display: flex;
72
- align-items: center;
73
- padding: 15px 24px;
74
- height: 54px;
75
- border-top-left-radius: 4px;
76
- border-bottom-left-radius: 4px;
77
- justify-content: center;
78
- font-size: 15px;
79
- font-weight: 800;
80
- color: #000;
81
- }
82
-
83
- .file-pick-dropdown {
84
- color: #000;
85
- cursor: pointer;
86
- display: inline-flex;
87
- background: #fff;
88
- height: 54px;
89
- border-left: 1px solid rgba(95, 88, 88, 0.75);
90
- padding: 13px 20px;
91
- border-top-right-radius: 4px;
92
- border-bottom-right-radius: 4px;
93
- align-items: center;
94
- position: relative;
95
- }
96
-
97
- .crop-img-box {
98
- background-color: #fff;
99
- width: 100%;
100
- border-radius: 0.75em;
101
- border: 1px solid #f2f2f2;
102
- box-shadow: 0px 5px 16px -2px rgb(42 115 217 / 20%);
103
- font-size: 16px;
104
- height: auto;
105
- display: none;
106
- }
107
-
108
- .custom-box {
109
- padding: 15px;
110
- }
111
-
112
- .inner-box {
113
- border: 1px dashed rgba(0, 0, 0, 0.15);
114
- background: rgba(0, 0, 0, 0.1);
115
- padding: 40px;
116
- min-height: 300px;
117
- width: 100%;
118
- }
119
- #dropfile {
120
- font-size: 16px;
121
- margin-top: 15px;
122
- text-align: center;
123
- color: #fff;
124
- }
125
- .options-panel {
126
- box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
127
- border-radius: 4px;
128
- padding: 30px;
129
- width: 100%;
130
- }
131
- .options-panel .title {
132
- width: 100%;
133
- font-size: 28px;
134
- line-height: 36px;
135
- color: #000;
136
- font-weight: 700;
137
- text-align: left;
138
- }
139
- .options-panel .description {
140
- width: 100%;
141
- font-size: 17px;
142
- color: #666;
143
- font-weight: 400;
144
- text-align: left;
145
- }
146
- .options-title {
147
- width: 100%;
148
- font-size: 17px;
149
- color: #666;
150
- font-weight: 400;
151
- text-align: left;
152
- }
153
- .cropper-center {
154
- position: absolute;
155
- top: 0 !important;
156
- left: 0 !important;
157
- display: grid !important;
158
- flex-wrap: wrap;
159
- width: 100% !important;
160
- height: 100% !important;
161
- /* height: 0; */
162
- opacity: 0.75;
163
- }
164
- .cropper-center .cell {
165
- background-color: transparent;
166
- border-right: 2px dashed #0050e5;
167
- z-index: 9999;
168
- }
169
- .cropper-center .row-item {
170
- border-bottom: 2px dashed #0050e5;
171
- display: grid;
172
- grid-auto-flow: column;
173
- }
174
- .last-child {
175
- border: none !important;
176
- }
177
- .row-col-show {
178
- display: inline-block;
179
- padding: 4px 18px;
180
- min-width: 70px;
181
- text-align: center;
182
- margin-right: 6px;
183
- border-radius: 50px;
184
- font-size: 21px;
185
- color: #fff;
186
- font-weight: 900;
187
- text-decoration: none;
188
- transition: all 0.3s;
189
- box-shadow: inset 0 2px 3px rgb(0 0 0 / 30%);
190
- background-color: #0050e5;
191
- }
192
- .buttons-box {
193
- margin: 12px 0 18px 0;
194
- display: flex;
195
- align-items: center;
196
- }
197
- .action-buttons {
198
- display: flex;
199
- align-items: center;
200
- justify-content: center;
201
- cursor: pointer;
202
- width: 34px;
203
- height: 34px;
204
- padding: 1px 8px;
205
- margin-right: 4px;
206
- border-radius: 50px;
207
- background: #ccc;
208
- font-size: 21px;
209
- transition: all 0.3s;
210
- }
211
- #image-format {
212
- padding: 6px 33px 6px 16px;
213
- border-radius: 4px;
214
- width: 123px;
215
- border: 1px solid #ccc;
216
- outline: none;
217
- margin-left: 7px;
218
- /* border: none; */
219
- font-weight: bold;
220
- font-size: 15px;
221
- color: #555;
222
- text-transform: uppercase;
223
- margin-left: 6px;
224
- }
225
- .download-format {
226
- display: flex;
227
- align-items: center;
228
- /* border-bottom: 1px solid #ddd; */
229
- padding: 0px 24px;
230
- }
231
- .download-wrapper {
232
- display: flex;
233
- justify-content: space-between;
234
- margin-bottom: 24px;
235
- }
236
- .select-format-title {
237
- position: relative;
238
- display: inline-block;
239
- /* padding: 0 24px; */
240
- font-size: 16px;
241
- padding: 0px 24px 0px 0px;
242
- color: #066;
243
- border-right: 1px solid #eee;
244
- text-decoration: none;
245
- filter: grayscale(100%);
246
- display: flex;
247
- justify-content: left;
248
- text-transform: capitalize;
249
- font-size: 16px;
250
- font-weight: 600;
251
- }
252
- #download-button {
253
- cursor: pointer;
254
- display: inline-block;
255
- width: 130px;
256
- justify-content: center;
257
- display: flex;
258
- align-items: center;
259
- padding: 10px 0;
260
- text-align: center;
261
- border-radius: 4px;
262
- font-size: 16px;
263
- color: #fff;
264
- font-weight: 700;
265
- text-decoration: none;
266
- transition: all 0.3s;
267
- border: none;
268
- }
269
- #download-button svg {
270
- fill: #fff;
271
- margin-right: 4px;
272
- height: 20px;
273
- }
274
-
275
- #saving-data {
276
- margin-top: 48px;
277
- display: flex;
278
- flex-direction: column;
279
- justify-content: center;
280
- align-items: center;
281
- }
282
- #saving-data img {
283
- height: 100px;
284
- width: 100px;
285
- }
286
- #saving-data span {
287
- color: #0f0c0c;
288
- font-size: 20px;
289
- font-weight: 600;
290
- }
291
- #download-zip {
292
- padding: 10px 16px;
293
- background: #fff;
294
- }
295
- .saving-file-download-wrap {
296
- display: flex;
297
- flex-direction: column;
298
- align-items: center;
299
- }
300
- .trust-img {
301
- height: 80px;
302
- width: 80px;
303
- }
304
- /* new */
305
-
306
- .pixel-input-title {
307
- position: relative;
308
- display: inline-block;
309
- width: 100%;
310
- color: #0f0c0c;
311
- font-weight: 600;
312
- margin: 4px 0px;
313
- font-size: 15px;
314
- text-align: left;
315
- }
316
- #maxwidth,
317
- #maxheight {
318
- position: relative;
319
- display: inline-block;
320
- width: 100%;
321
- color: #0f0c0c;
322
- border: 1px solid #ccc;
323
- margin: 0px;
324
- font-size: 18px;
325
- padding: 5px 8px;
326
- height: 34px;
327
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
328
- border-top-left-radius: 4px;
329
- border-bottom-left-radius: 4px;
330
- }
331
- .pixel-input {
332
- display: flex;
333
- }
334
- .pixel-input span {
335
- padding: 6px 12px;
336
- font-size: 16px;
337
- font-weight: 400;
338
- line-height: 1;
339
- color: #555;
340
- text-align: center;
341
- background-color: #eee;
342
- border: 1px solid #ccc;
343
- border-top-right-radius: 4px;
344
- border-bottom-right-radius: 4px;
345
- }
346
- #dropdownMenuButton {
347
- width: 100%;
348
- text-align: left;
349
- background: #fff;
350
- height: 34px;
351
- display: flex;
352
- border-radius: 4px;
353
- align-items: center;
354
- justify-content: space-between;
355
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
356
- color: #0f0c0c;
357
- border: 1px solid #ccc;
358
- }
359
- .media-choose {
360
- height: 88px;
361
- width: 80px;
362
- width: 100%;
363
- border: 2px solid #e8e8e8;
364
- background: 2px solid #e8e8e8;
365
- border-radius: 5px;
366
- display: flex;
367
- align-items: center;
368
- justify-content: center;
369
- }
370
- .media-choose .show-aspect {
371
- background: #444;
372
- border-radius: 5px;
373
- }
374
- #media-dimensions .type {
375
- font-weight: 700;
376
- font-size: 0.8rem;
377
- margin-top: 0.25rem;
378
- line-height: 1.6;
379
- text-transform: capitalize;
380
- }
381
- #media-dimensions .value {
382
- font-size: 0.75rem;
383
- color: #909090;
384
- }
385
- .dropdown-item i {
386
- margin-right: 4px;
387
- }
388
- #pixel-box-panel canvas {
389
- max-width: 100%;
390
- }
391
-
392
- .colorpalette {
393
- text-transform: uppercase;
394
- display: -webkit-box;
395
- display: -ms-flexbox;
396
- display: flex;
397
- -webkit-box-align: center;
398
- -ms-flex-align: center;
399
- align-items: center;
400
- -webkit-box-pack: start;
401
- -ms-flex-pack: start;
402
- justify-content: flex-start;
403
- -ms-flex-wrap: wrap;
404
- flex-wrap: wrap;
405
- }
406
- .colorpalette .text {
407
- margin-right: 15px;
408
- display: -webkit-inline-box;
409
- display: -ms-inline-flexbox;
410
- display: inline-flex;
411
- -webkit-box-align: center;
412
- -ms-flex-align: center;
413
- align-items: center;
414
- -webkit-box-pack: start;
415
- -ms-flex-pack: start;
416
- justify-content: flex-start;
417
- -ms-flex-wrap: wrap;
418
- flex-wrap: wrap;
419
- width: 100%;
420
- }
421
- .colorpalette .text button {
422
- margin-right: 16px;
423
- margin-bottom: 0px;
424
- }
425
- .colorpalette .icons {
426
- display: -webkit-inline-box;
427
- display: -ms-inline-flexbox;
428
- display: inline-flex;
429
- -webkit-box-align: center;
430
- -ms-flex-align: center;
431
- align-items: center;
432
- -webkit-box-pack: start;
433
- -ms-flex-pack: start;
434
- justify-content: flex-start;
435
- -ms-flex-wrap: wrap;
436
- flex-wrap: wrap;
437
- }
438
- .colorpalette .colorblock {
439
- margin-right: 2px;
440
- margin-bottom: 0px;
441
- margin-top: 6px;
442
- height: 25px;
443
- width: 25px !important;
444
- border: solid 0px white;
445
- }
446
- .colorpalette .ss-main {
447
- width: calc(100%);
448
- margin-top: 8px;
449
- max-width: 480px;
450
- }
451
- .colorpalette .ss-main .ss-single-selected {
452
- display: -webkit-inline-box;
453
- display: -ms-inline-flexbox;
454
- display: inline-flex;
455
- width: calc(100%);
456
- background-color: #ececec;
457
- }
458
- .colorpalette .ss-main .ss-option {
459
- margin-bottom: 6px;
460
- }
461
- .colorpalette .ss-main .ss-option:hover {
462
- background-color: rgba(0, 0, 0, 0.1) !important;
463
- }
464
- .colorpalette .ss-content {
465
- width: 100%;
466
- }
467
- .colorpalette .ss-content .ss-list .ss-option {
468
- padding: 0px 10px;
469
- }
470
- .infoselects {
471
- width: 100%;
472
- }
473
- .filter-wrapper {
474
- display: flex;
475
- width: 100%;
476
- flex-direction: column;
477
- justify-content: left;
478
- padding: 12px 0px;
479
- gap: 6px;
480
- padding-bottom: 0px;
481
- }
482
- .block-wrapper {
483
- display: flex;
484
- padding: 12px 0px;
485
- }
486
- #blockvalue {
487
- background: #ccc;
488
- padding: 2px 4px;
489
- border-radius: 5px;
490
- margin-left: 4px;
491
- }
492
-
493
- .filter-wrapper label {
494
- display: block;
495
- position: relative;
496
- cursor: pointer;
497
- font-size: 22px;
498
- margin-right: auto;
499
- -webkit-user-select: none;
500
- -moz-user-select: none;
501
- -ms-user-select: none;
502
- user-select: none;
503
- font-size: 15px;
504
- }
505
-
506
- /* Hide the browser's default checkbox */
507
- .filter-wrapper input {
508
- position: absolute;
509
- opacity: 0;
510
- cursor: pointer;
511
- height: 0;
512
- width: 0;
513
- }
514
-
515
- /* Create a custom checkbox */
516
- .checkbox-checkmark {
517
- position: absolute;
518
- height: 22px;
519
- width: 22px;
520
- border-radius: 4px;
521
- background-color: #ccc;
522
- }
523
-
524
- /* On mouse-over, add a grey background color */
525
- .filter-wrapper label:hover input ~ .checkbox-checkmark {
526
- background-color: #ccc;
527
- }
528
-
529
- /* When the checkbox is checked, add a blue background */
530
- .filter-wrapper label input:checked ~ .checkbox-checkmark {
531
- background-color: #ff5975;
532
- }
533
-
534
- /* Create the checkbox-checkmark/indicator (hidden when not checked) */
535
- .checkbox-checkmark:after {
536
- content: '';
537
- position: absolute;
538
- display: none;
539
- }
540
-
541
- /* Show the checkbox-checkmark when checked */
542
- .filter-wrapper label input:checked ~ .checkbox-checkmark:after {
543
- display: block;
544
- }
545
-
546
- /* Style the checkbox-checkmark/indicator */
547
- .filter-wrapper label .checkbox-checkmark:after {
548
- left: 8px;
549
- top: 4px;
550
- width: 6px;
551
- height: 11px;
552
- border: solid #fff;
553
- border-width: 0 3px 3px 0;
554
- -webkit-transform: rotate(45deg);
555
- -ms-transform: rotate(45deg);
556
- transform: rotate(45deg);
557
- }
558
- input[type='range'] {
559
- width: 100%;
560
- -webkit-appearance: none;
561
- }
562
- input[type='range']:focus {
563
- outline: none;
564
- }
565
- input[type='range']::-webkit-slider-thumb:focus {
566
- background-color: #ff5975;
567
- }
568
- input[type='range']::-webkit-slider-runnable-track {
569
- width: 100%;
570
- height: 3px;
571
- cursor: pointer;
572
- box-shadow: none;
573
- background: #ccc;
574
- border-radius: 0px;
575
- border: 0px solid #ff5975;
576
- }
577
- input[type='range']::-moz-range-track {
578
- width: 100%;
579
- height: 3px;
580
- cursor: pointer;
581
- box-shadow: none;
582
- background: #ccc;
583
- border-radius: 0px;
584
- border: 0px solid #ff5975;
585
- }
586
- input[type='range']::-webkit-slider-thumb {
587
- box-shadow: none;
588
- border: 0px solid #fff;
589
- height: 15px;
590
- width: 15px;
591
- border-radius: 22px;
592
- background: #ff5975;
593
- cursor: pointer;
594
- -webkit-appearance: none;
595
- margin-top: -5px;
596
- }
597
- input[type='range']::-moz-range-thumb {
598
- box-shadow: none;
599
- border: 0px solid #fff;
600
- height: 42px;
601
- width: 22px;
602
- border-radius: 22px;
603
- background: #ff5975;
604
- cursor: pointer;
605
- -webkit-appearance: none;
606
- margin-top: -20px;
607
- }
608
- input[type='range']::-moz-focus-outer {
609
- border: 0;
610
- }
611
- .divider {
612
- padding-top: 12px;
613
- padding-bottom: 12px;
614
- border-bottom: 1px solid #ddd;
615
- }
616
- #reset {
617
- border: none;
618
- color: #0f0c0c;
619
- font-size: 15px;
620
- background: #fff;
621
- padding: 0px;
622
- padding: 4px 14px;
623
- border-radius: 5px;
624
- }
625
- #reset:hover {
626
- background: #ff597556;
627
- }
628
- #reset i {
629
- color: #ff5975;
630
- font-size: 15px;
631
- margin-right: 3px;
632
- margin-bottom: 0px;
633
- }
634
- #palettes {
635
- display: none;
636
- }
637
- .active-btn {
638
- background-color: #6666ff;
639
- color: #fff;
640
- }
641
- .radio-label {
642
- display: flex;
643
- position: relative;
644
- cursor: pointer;
645
- align-items: center;
646
- margin-right: 15px;
647
- -webkit-user-select: none;
648
- -moz-user-select: none;
649
- -ms-user-select: none;
650
- user-select: none;
651
- font-size: 13px;
652
- margin-bottom: 20px;
653
- text-transform: capitalize;
654
- }
655
-
656
- .radio-label input[type='radio'] {
657
- position: absolute;
658
- opacity: 0;
659
- cursor: pointer;
660
- height: 0;
661
- width: 0;
662
- }
663
- .radio-label {
664
- position: relative;
665
- }
666
-
667
- .checkmark {
668
- position: absolute;
669
- top: 0;
670
- left: 0;
671
- height: 30px;
672
- width: 30px;
673
- background-color: #eee;
674
- border-radius: 50%;
675
- margin-top: 3px;
676
- }
677
-
678
- .radio-label:hover input ~ .checkmark {
679
- background-color: #ccc;
680
- }
681
- .radio-label input:checked ~ .checkmark {
682
- background-color: #6666ff;
683
- }
684
- .checkmark:after {
685
- content: '';
686
- position: absolute;
687
- display: none;
688
- }
689
- .radio-label input:checked ~ .checkmark:after {
690
- display: block;
691
- }
692
- .radio-label .checkmark:after {
693
- top: 8px;
694
- left: 8px;
695
- width: 14px;
696
- height: 14px;
697
- border-radius: 50%;
698
- background: #fff;
699
- }
700
- .label-span {
701
- margin-left: 37px;
702
- font-size: 16px;
703
- margin-top: 4px;
704
- color: #666666;
705
- }
706
- .custom-control-input:checked ~ .custom-control-label::before {
707
- background: #6666ff;
708
- }
709
- .custom-switch .custom-control-label::before {
710
- left: -2.25rem;
711
- width: 2.3rem;
712
- height: 22px;
713
- pointer-events: all;
714
- border-radius: 21px;
715
- }
716
- .custom-switch {
717
- display: flex;
718
- }
719
- .download-wrapper .rowclass {
720
- width: -webkit-fill-available;
721
- }
722
- .custom-switch .custom-control-label::after {
723
- top: calc(0.25rem + 5px);
724
- left: -16px;
725
- }
726
- .custom-switch .custom-control-label::after {
727
- left: -30px;
728
- }
729
- .custom-switch .custom-control-label::after {
730
- width: calc(1.2rem - 4px);
731
- height: calc(1.2rem - 4px);
732
- }
733
- .custom-switch .custom-control-label::after {
734
- top: calc(0.25rem + 3px);
735
- }
736
- .custom-control-label {
737
- padding-left: 6px;
738
- color: #666666;
739
- }
740
-
741
- #canvas-box-panel canvas,
742
- .canvas-box-panel img {
743
- max-width: 100%;
744
- }
745
- .select-img-panel {
746
- border: 1px solid #ccc;
747
- padding: 30px;
748
- }
1
+ #img-svg {
2
+ margin: auto;
3
+ margin-top: 16px;
4
+ height: 67px;
5
+ width: 98px;
6
+ }
7
+
8
+ #file-loader {
9
+ display: flex;
10
+ align-items: center;
11
+ flex-direction: column;
12
+ }
13
+
14
+ #file-loader img {
15
+ height: 60px;
16
+ }
17
+
18
+ #file-loader p {
19
+ text-align: center;
20
+ color: #fff;
21
+ font-size: 17px;
22
+ }
23
+
24
+ #loading-img {
25
+ height: 27px;
26
+ width: 27px;
27
+ margin-right: 21px;
28
+ }
29
+
30
+ #dropbox svg,
31
+ #filepicker svg,
32
+ .boxes svg {
33
+ height: 24px !important;
34
+ width: 24px !important;
35
+ }
36
+
37
+ .file-picker-dropdown a,
38
+ .file-picker-dropdown button {
39
+ border: none;
40
+ width: 100%;
41
+ border-radius: 4px;
42
+ text-align: left;
43
+ background: #fff;
44
+ font-weight: 400;
45
+ font-size: 16px;
46
+ line-height: 24px;
47
+ padding: 15px 24px;
48
+ list-style: none;
49
+ height: 54px;
50
+ }
51
+
52
+ .file-picker-dropdown {
53
+ width: 213px;
54
+ position: absolute;
55
+ background: #fff;
56
+ top: 111%;
57
+ right: 0;
58
+ display: none;
59
+ box-shadow: rgb(26 26 26 / 20%) 0 0 12px;
60
+ border-radius: 4px;
61
+ }
62
+
63
+ .file-pick-dropdown i {
64
+ margin: 0;
65
+ }
66
+
67
+ .boxes {
68
+ background: #fff;
69
+ border-radius: 0;
70
+ cursor: pointer;
71
+ display: flex;
72
+ align-items: center;
73
+ padding: 15px 24px;
74
+ height: 54px;
75
+ border-top-left-radius: 4px;
76
+ border-bottom-left-radius: 4px;
77
+ justify-content: center;
78
+ font-size: 15px;
79
+ font-weight: 800;
80
+ color: #000;
81
+ }
82
+
83
+ .file-pick-dropdown {
84
+ color: #000;
85
+ cursor: pointer;
86
+ display: inline-flex;
87
+ background: #fff;
88
+ height: 54px;
89
+ border-left: 1px solid rgba(95, 88, 88, 0.75);
90
+ padding: 13px 20px;
91
+ border-top-right-radius: 4px;
92
+ border-bottom-right-radius: 4px;
93
+ align-items: center;
94
+ position: relative;
95
+ }
96
+
97
+ .crop-img-box {
98
+ background-color: #fff;
99
+ width: 100%;
100
+ border-radius: 0.75em;
101
+ border: 1px solid #f2f2f2;
102
+ box-shadow: 0px 5px 16px -2px rgb(42 115 217 / 20%);
103
+ font-size: 16px;
104
+ height: auto;
105
+ display: none;
106
+ }
107
+
108
+ .custom-box {
109
+ padding: 15px;
110
+ }
111
+
112
+ .inner-box {
113
+ border: 1px dashed rgba(0, 0, 0, 0.15);
114
+ background: rgba(0, 0, 0, 0.1);
115
+ padding: 40px;
116
+ min-height: 300px;
117
+ width: 100%;
118
+ }
119
+ #dropfile {
120
+ font-size: 16px;
121
+ margin-top: 15px;
122
+ text-align: center;
123
+ color: #fff;
124
+ }
125
+ .options-panel {
126
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
127
+ border-radius: 4px;
128
+ padding: 30px;
129
+ width: 100%;
130
+ }
131
+ .options-panel .title {
132
+ width: 100%;
133
+ font-size: 28px;
134
+ line-height: 36px;
135
+ color: #000;
136
+ font-weight: 700;
137
+ text-align: left;
138
+ }
139
+ .options-panel .description {
140
+ width: 100%;
141
+ font-size: 17px;
142
+ color: #666;
143
+ font-weight: 400;
144
+ text-align: left;
145
+ }
146
+ .options-title {
147
+ width: 100%;
148
+ font-size: 17px;
149
+ color: #666;
150
+ font-weight: 400;
151
+ text-align: left;
152
+ }
153
+ .cropper-center {
154
+ position: absolute;
155
+ top: 0 !important;
156
+ left: 0 !important;
157
+ display: grid !important;
158
+ flex-wrap: wrap;
159
+ width: 100% !important;
160
+ height: 100% !important;
161
+ /* height: 0; */
162
+ opacity: 0.75;
163
+ }
164
+ .cropper-center .cell {
165
+ background-color: transparent;
166
+ border-right: 2px dashed #0050e5;
167
+ z-index: 9999;
168
+ }
169
+ .cropper-center .row-item {
170
+ border-bottom: 2px dashed #0050e5;
171
+ display: grid;
172
+ grid-auto-flow: column;
173
+ }
174
+ .last-child {
175
+ border: none !important;
176
+ }
177
+ .row-col-show {
178
+ display: inline-block;
179
+ padding: 4px 18px;
180
+ min-width: 70px;
181
+ text-align: center;
182
+ margin-right: 6px;
183
+ border-radius: 50px;
184
+ font-size: 21px;
185
+ color: #fff;
186
+ font-weight: 900;
187
+ text-decoration: none;
188
+ transition: all 0.3s;
189
+ box-shadow: inset 0 2px 3px rgb(0 0 0 / 30%);
190
+ background-color: #0050e5;
191
+ }
192
+ .buttons-box {
193
+ margin: 12px 0 18px 0;
194
+ display: flex;
195
+ align-items: center;
196
+ }
197
+ .action-buttons {
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ cursor: pointer;
202
+ width: 34px;
203
+ height: 34px;
204
+ padding: 1px 8px;
205
+ margin-right: 4px;
206
+ border-radius: 50px;
207
+ background: #ccc;
208
+ font-size: 21px;
209
+ transition: all 0.3s;
210
+ }
211
+ #image-format {
212
+ padding: 6px 33px 6px 16px;
213
+ border-radius: 4px;
214
+ width: 123px;
215
+ border: 1px solid #ccc;
216
+ outline: none;
217
+ margin-left: 7px;
218
+ /* border: none; */
219
+ font-weight: bold;
220
+ font-size: 15px;
221
+ color: #555;
222
+ text-transform: uppercase;
223
+ margin-left: 6px;
224
+ }
225
+ .download-format {
226
+ display: flex;
227
+ align-items: center;
228
+ /* border-bottom: 1px solid #ddd; */
229
+ padding: 0px 24px;
230
+ }
231
+ .download-wrapper {
232
+ display: flex;
233
+ justify-content: space-between;
234
+ margin-bottom: 24px;
235
+ }
236
+ .select-format-title {
237
+ position: relative;
238
+ display: inline-block;
239
+ /* padding: 0 24px; */
240
+ font-size: 16px;
241
+ padding: 0px 24px 0px 0px;
242
+ color: #066;
243
+ border-right: 1px solid #eee;
244
+ text-decoration: none;
245
+ filter: grayscale(100%);
246
+ display: flex;
247
+ justify-content: left;
248
+ text-transform: capitalize;
249
+ font-size: 16px;
250
+ font-weight: 600;
251
+ }
252
+ #download-button {
253
+ cursor: pointer;
254
+ display: inline-block;
255
+ width: 130px;
256
+ justify-content: center;
257
+ display: flex;
258
+ align-items: center;
259
+ padding: 10px 0;
260
+ text-align: center;
261
+ border-radius: 4px;
262
+ font-size: 16px;
263
+ color: #fff;
264
+ font-weight: 700;
265
+ text-decoration: none;
266
+ transition: all 0.3s;
267
+ border: none;
268
+ }
269
+ #download-button svg {
270
+ fill: #fff;
271
+ margin-right: 4px;
272
+ height: 20px;
273
+ }
274
+
275
+ #saving-data {
276
+ margin-top: 48px;
277
+ display: flex;
278
+ flex-direction: column;
279
+ justify-content: center;
280
+ align-items: center;
281
+ }
282
+ #saving-data img {
283
+ height: 100px;
284
+ width: 100px;
285
+ }
286
+ #saving-data span {
287
+ color: #0f0c0c;
288
+ font-size: 20px;
289
+ font-weight: 600;
290
+ }
291
+ #download-zip {
292
+ padding: 10px 16px;
293
+ background: #fff;
294
+ }
295
+ .saving-file-download-wrap {
296
+ display: flex;
297
+ flex-direction: column;
298
+ align-items: center;
299
+ }
300
+ .trust-img {
301
+ height: 80px;
302
+ width: 80px;
303
+ }
304
+ /* new */
305
+
306
+ .pixel-input-title {
307
+ position: relative;
308
+ display: inline-block;
309
+ width: 100%;
310
+ color: #0f0c0c;
311
+ font-weight: 600;
312
+ margin: 4px 0px;
313
+ font-size: 15px;
314
+ text-align: left;
315
+ }
316
+ #maxwidth,
317
+ #maxheight {
318
+ position: relative;
319
+ display: inline-block;
320
+ width: 100%;
321
+ color: #0f0c0c;
322
+ border: 1px solid #ccc;
323
+ margin: 0px;
324
+ font-size: 18px;
325
+ padding: 5px 8px;
326
+ height: 34px;
327
+ box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
328
+ border-top-left-radius: 4px;
329
+ border-bottom-left-radius: 4px;
330
+ }
331
+ .pixel-input {
332
+ display: flex;
333
+ }
334
+ .pixel-input span {
335
+ padding: 6px 12px;
336
+ font-size: 16px;
337
+ font-weight: 400;
338
+ line-height: 1;
339
+ color: #555;
340
+ text-align: center;
341
+ background-color: #eee;
342
+ border: 1px solid #ccc;
343
+ border-top-right-radius: 4px;
344
+ border-bottom-right-radius: 4px;
345
+ }
346
+ #dropdownMenuButton {
347
+ width: 100%;
348
+ text-align: left;
349
+ background: #fff;
350
+ height: 34px;
351
+ display: flex;
352
+ border-radius: 4px;
353
+ align-items: center;
354
+ justify-content: space-between;
355
+ box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
356
+ color: #0f0c0c;
357
+ border: 1px solid #ccc;
358
+ }
359
+ .media-choose {
360
+ height: 88px;
361
+ width: 80px;
362
+ width: 100%;
363
+ border: 2px solid #e8e8e8;
364
+ background: 2px solid #e8e8e8;
365
+ border-radius: 5px;
366
+ display: flex;
367
+ align-items: center;
368
+ justify-content: center;
369
+ }
370
+ .media-choose .show-aspect {
371
+ background: #444;
372
+ border-radius: 5px;
373
+ }
374
+ #media-dimensions .type {
375
+ font-weight: 700;
376
+ font-size: 0.8rem;
377
+ margin-top: 0.25rem;
378
+ line-height: 1.6;
379
+ text-transform: capitalize;
380
+ }
381
+ #media-dimensions .value {
382
+ font-size: 0.75rem;
383
+ color: #909090;
384
+ }
385
+ .dropdown-item i {
386
+ margin-right: 4px;
387
+ }
388
+ #pixel-box-panel canvas {
389
+ max-width: 100%;
390
+ }
391
+
392
+ .colorpalette {
393
+ text-transform: uppercase;
394
+ display: -webkit-box;
395
+ display: -ms-flexbox;
396
+ display: flex;
397
+ -webkit-box-align: center;
398
+ -ms-flex-align: center;
399
+ align-items: center;
400
+ -webkit-box-pack: start;
401
+ -ms-flex-pack: start;
402
+ justify-content: flex-start;
403
+ -ms-flex-wrap: wrap;
404
+ flex-wrap: wrap;
405
+ }
406
+ .colorpalette .text {
407
+ margin-right: 15px;
408
+ display: -webkit-inline-box;
409
+ display: -ms-inline-flexbox;
410
+ display: inline-flex;
411
+ -webkit-box-align: center;
412
+ -ms-flex-align: center;
413
+ align-items: center;
414
+ -webkit-box-pack: start;
415
+ -ms-flex-pack: start;
416
+ justify-content: flex-start;
417
+ -ms-flex-wrap: wrap;
418
+ flex-wrap: wrap;
419
+ width: 100%;
420
+ }
421
+ .colorpalette .text button {
422
+ margin-right: 16px;
423
+ margin-bottom: 0px;
424
+ }
425
+ .colorpalette .icons {
426
+ display: -webkit-inline-box;
427
+ display: -ms-inline-flexbox;
428
+ display: inline-flex;
429
+ -webkit-box-align: center;
430
+ -ms-flex-align: center;
431
+ align-items: center;
432
+ -webkit-box-pack: start;
433
+ -ms-flex-pack: start;
434
+ justify-content: flex-start;
435
+ -ms-flex-wrap: wrap;
436
+ flex-wrap: wrap;
437
+ }
438
+ .colorpalette .colorblock {
439
+ margin-right: 2px;
440
+ margin-bottom: 0px;
441
+ margin-top: 6px;
442
+ height: 25px;
443
+ width: 25px !important;
444
+ border: solid 0px white;
445
+ }
446
+ .colorpalette .ss-main {
447
+ width: calc(100%);
448
+ margin-top: 8px;
449
+ max-width: 480px;
450
+ }
451
+ .colorpalette .ss-main .ss-single-selected {
452
+ display: -webkit-inline-box;
453
+ display: -ms-inline-flexbox;
454
+ display: inline-flex;
455
+ width: calc(100%);
456
+ background-color: #ececec;
457
+ }
458
+ .colorpalette .ss-main .ss-option {
459
+ margin-bottom: 6px;
460
+ }
461
+ .colorpalette .ss-main .ss-option:hover {
462
+ background-color: rgba(0, 0, 0, 0.1) !important;
463
+ }
464
+ .colorpalette .ss-content {
465
+ width: 100%;
466
+ }
467
+ .colorpalette .ss-content .ss-list .ss-option {
468
+ padding: 0px 10px;
469
+ }
470
+ .infoselects {
471
+ width: 100%;
472
+ }
473
+ .filter-wrapper {
474
+ display: flex;
475
+ width: 100%;
476
+ flex-direction: column;
477
+ justify-content: left;
478
+ padding: 12px 0px;
479
+ gap: 6px;
480
+ padding-bottom: 0px;
481
+ }
482
+ .block-wrapper {
483
+ display: flex;
484
+ padding: 12px 0px;
485
+ }
486
+ #blockvalue {
487
+ background: #ccc;
488
+ padding: 2px 4px;
489
+ border-radius: 5px;
490
+ margin-left: 4px;
491
+ }
492
+
493
+ .filter-wrapper label {
494
+ display: block;
495
+ position: relative;
496
+ cursor: pointer;
497
+ font-size: 22px;
498
+ margin-right: auto;
499
+ -webkit-user-select: none;
500
+ -moz-user-select: none;
501
+ -ms-user-select: none;
502
+ user-select: none;
503
+ font-size: 15px;
504
+ }
505
+
506
+ /* Hide the browser's default checkbox */
507
+ .filter-wrapper input {
508
+ position: absolute;
509
+ opacity: 0;
510
+ cursor: pointer;
511
+ height: 0;
512
+ width: 0;
513
+ }
514
+
515
+ /* Create a custom checkbox */
516
+ .checkbox-checkmark {
517
+ position: absolute;
518
+ height: 22px;
519
+ width: 22px;
520
+ border-radius: 4px;
521
+ background-color: #ccc;
522
+ }
523
+
524
+ /* On mouse-over, add a grey background color */
525
+ .filter-wrapper label:hover input ~ .checkbox-checkmark {
526
+ background-color: #ccc;
527
+ }
528
+
529
+ /* When the checkbox is checked, add a blue background */
530
+ .filter-wrapper label input:checked ~ .checkbox-checkmark {
531
+ background-color: #ff5975;
532
+ }
533
+
534
+ /* Create the checkbox-checkmark/indicator (hidden when not checked) */
535
+ .checkbox-checkmark:after {
536
+ content: '';
537
+ position: absolute;
538
+ display: none;
539
+ }
540
+
541
+ /* Show the checkbox-checkmark when checked */
542
+ .filter-wrapper label input:checked ~ .checkbox-checkmark:after {
543
+ display: block;
544
+ }
545
+
546
+ /* Style the checkbox-checkmark/indicator */
547
+ .filter-wrapper label .checkbox-checkmark:after {
548
+ left: 8px;
549
+ top: 4px;
550
+ width: 6px;
551
+ height: 11px;
552
+ border: solid #fff;
553
+ border-width: 0 3px 3px 0;
554
+ -webkit-transform: rotate(45deg);
555
+ -ms-transform: rotate(45deg);
556
+ transform: rotate(45deg);
557
+ }
558
+ input[type='range'] {
559
+ width: 100%;
560
+ -webkit-appearance: none;
561
+ }
562
+ input[type='range']:focus {
563
+ outline: none;
564
+ }
565
+ input[type='range']::-webkit-slider-thumb:focus {
566
+ background-color: #ff5975;
567
+ }
568
+ input[type='range']::-webkit-slider-runnable-track {
569
+ width: 100%;
570
+ height: 3px;
571
+ cursor: pointer;
572
+ box-shadow: none;
573
+ background: #ccc;
574
+ border-radius: 0px;
575
+ border: 0px solid #ff5975;
576
+ }
577
+ input[type='range']::-moz-range-track {
578
+ width: 100%;
579
+ height: 3px;
580
+ cursor: pointer;
581
+ box-shadow: none;
582
+ background: #ccc;
583
+ border-radius: 0px;
584
+ border: 0px solid #ff5975;
585
+ }
586
+ input[type='range']::-webkit-slider-thumb {
587
+ box-shadow: none;
588
+ border: 0px solid #fff;
589
+ height: 15px;
590
+ width: 15px;
591
+ border-radius: 22px;
592
+ background: #ff5975;
593
+ cursor: pointer;
594
+ -webkit-appearance: none;
595
+ margin-top: -5px;
596
+ }
597
+ input[type='range']::-moz-range-thumb {
598
+ box-shadow: none;
599
+ border: 0px solid #fff;
600
+ height: 42px;
601
+ width: 22px;
602
+ border-radius: 22px;
603
+ background: #ff5975;
604
+ cursor: pointer;
605
+ -webkit-appearance: none;
606
+ margin-top: -20px;
607
+ }
608
+ input[type='range']::-moz-focus-outer {
609
+ border: 0;
610
+ }
611
+ .divider {
612
+ padding-top: 12px;
613
+ padding-bottom: 12px;
614
+ border-bottom: 1px solid #ddd;
615
+ }
616
+ #reset {
617
+ border: none;
618
+ color: #0f0c0c;
619
+ font-size: 15px;
620
+ background: #fff;
621
+ padding: 0px;
622
+ padding: 4px 14px;
623
+ border-radius: 5px;
624
+ }
625
+ #reset:hover {
626
+ background: #ff597556;
627
+ }
628
+ #reset i {
629
+ color: #ff5975;
630
+ font-size: 15px;
631
+ margin-right: 3px;
632
+ margin-bottom: 0px;
633
+ }
634
+ #palettes {
635
+ display: none;
636
+ }
637
+ .active-btn {
638
+ background-color: #6666ff;
639
+ color: #fff;
640
+ }
641
+ .radio-label {
642
+ display: flex;
643
+ position: relative;
644
+ cursor: pointer;
645
+ align-items: center;
646
+ margin-right: 15px;
647
+ -webkit-user-select: none;
648
+ -moz-user-select: none;
649
+ -ms-user-select: none;
650
+ user-select: none;
651
+ font-size: 13px;
652
+ margin-bottom: 20px;
653
+ text-transform: capitalize;
654
+ }
655
+
656
+ .radio-label input[type='radio'] {
657
+ position: absolute;
658
+ opacity: 0;
659
+ cursor: pointer;
660
+ height: 0;
661
+ width: 0;
662
+ }
663
+ .radio-label {
664
+ position: relative;
665
+ }
666
+
667
+ .checkmark {
668
+ position: absolute;
669
+ top: 0;
670
+ left: 0;
671
+ height: 30px;
672
+ width: 30px;
673
+ background-color: #eee;
674
+ border-radius: 50%;
675
+ margin-top: 3px;
676
+ }
677
+
678
+ .radio-label:hover input ~ .checkmark {
679
+ background-color: #ccc;
680
+ }
681
+ .radio-label input:checked ~ .checkmark {
682
+ background-color: #6666ff;
683
+ }
684
+ .checkmark:after {
685
+ content: '';
686
+ position: absolute;
687
+ display: none;
688
+ }
689
+ .radio-label input:checked ~ .checkmark:after {
690
+ display: block;
691
+ }
692
+ .radio-label .checkmark:after {
693
+ top: 8px;
694
+ left: 8px;
695
+ width: 14px;
696
+ height: 14px;
697
+ border-radius: 50%;
698
+ background: #fff;
699
+ }
700
+ .label-span {
701
+ margin-left: 37px;
702
+ font-size: 16px;
703
+ margin-top: 4px;
704
+ color: #666666;
705
+ }
706
+ .custom-control-input:checked ~ .custom-control-label::before {
707
+ background: #6666ff;
708
+ }
709
+ .custom-switch .custom-control-label::before {
710
+ left: -2.25rem;
711
+ width: 2.3rem;
712
+ height: 22px;
713
+ pointer-events: all;
714
+ border-radius: 21px;
715
+ }
716
+ .custom-switch {
717
+ display: flex;
718
+ }
719
+ .download-wrapper .rowclass {
720
+ width: -webkit-fill-available;
721
+ }
722
+ .custom-switch .custom-control-label::after {
723
+ top: calc(0.25rem + 5px);
724
+ left: -16px;
725
+ }
726
+ .custom-switch .custom-control-label::after {
727
+ left: -30px;
728
+ }
729
+ .custom-switch .custom-control-label::after {
730
+ width: calc(1.2rem - 4px);
731
+ height: calc(1.2rem - 4px);
732
+ }
733
+ .custom-switch .custom-control-label::after {
734
+ top: calc(0.25rem + 3px);
735
+ }
736
+ .custom-control-label {
737
+ padding-left: 6px;
738
+ color: #666666;
739
+ }
740
+
741
+ #canvas-box-panel canvas,
742
+ .canvas-box-panel img {
743
+ max-width: 100%;
744
+ }
745
+ .select-img-panel {
746
+ border: 1px solid #ccc;
747
+ padding: 30px;
748
+ }