appscms-tools-theme 2.5.4 → 2.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,757 +1,841 @@
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
- }
749
-
750
- @media (max-width: 768px) {
751
- .download-format {
752
- padding: 0px 5px;
753
- }
754
- #download-button {
755
- margin-left: auto;
756
- }
757
- }
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
+
120
+ #dropfile {
121
+ font-size: 16px;
122
+ margin-top: 15px;
123
+ text-align: center;
124
+ color: #fff;
125
+ }
126
+
127
+ .options-panel {
128
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
129
+ border-radius: 4px;
130
+ padding: 30px;
131
+ width: 100%;
132
+ }
133
+
134
+ .options-panel .title {
135
+ width: 100%;
136
+ font-size: 28px;
137
+ line-height: 36px;
138
+ color: #000;
139
+ font-weight: 700;
140
+ text-align: left;
141
+ }
142
+
143
+ .options-panel .description {
144
+ width: 100%;
145
+ font-size: 17px;
146
+ color: #666;
147
+ font-weight: 400;
148
+ text-align: left;
149
+ }
150
+
151
+ .options-title {
152
+ width: 100%;
153
+ font-size: 17px;
154
+ color: #666;
155
+ font-weight: 400;
156
+ text-align: left;
157
+ }
158
+
159
+ .cropper-center {
160
+ position: absolute;
161
+ top: 0 !important;
162
+ left: 0 !important;
163
+ display: grid !important;
164
+ flex-wrap: wrap;
165
+ width: 100% !important;
166
+ height: 100% !important;
167
+ /* height: 0; */
168
+ opacity: 0.75;
169
+ }
170
+
171
+ .cropper-center .cell {
172
+ background-color: transparent;
173
+ border-right: 2px dashed #0050e5;
174
+ z-index: 9999;
175
+ }
176
+
177
+ .cropper-center .row-item {
178
+ border-bottom: 2px dashed #0050e5;
179
+ display: grid;
180
+ grid-auto-flow: column;
181
+ }
182
+
183
+ .last-child {
184
+ border: none !important;
185
+ }
186
+
187
+ .row-col-show {
188
+ display: inline-block;
189
+ padding: 4px 18px;
190
+ min-width: 70px;
191
+ text-align: center;
192
+ margin-right: 6px;
193
+ border-radius: 50px;
194
+ font-size: 21px;
195
+ color: #fff;
196
+ font-weight: 900;
197
+ text-decoration: none;
198
+ transition: all 0.3s;
199
+ box-shadow: inset 0 2px 3px rgb(0 0 0 / 30%);
200
+ background-color: #0050e5;
201
+ }
202
+
203
+ .buttons-box {
204
+ margin: 12px 0 18px 0;
205
+ display: flex;
206
+ align-items: center;
207
+ }
208
+
209
+ .action-buttons {
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: center;
213
+ cursor: pointer;
214
+ width: 34px;
215
+ height: 34px;
216
+ padding: 1px 8px;
217
+ margin-right: 4px;
218
+ border-radius: 50px;
219
+ background: #ccc;
220
+ font-size: 21px;
221
+ transition: all 0.3s;
222
+ }
223
+
224
+ #image-format {
225
+ padding: 6px 33px 6px 16px;
226
+ border-radius: 4px;
227
+ width: 123px;
228
+ border: 1px solid #ccc;
229
+ outline: none;
230
+ margin-left: 7px;
231
+ /* border: none; */
232
+ font-weight: bold;
233
+ font-size: 15px;
234
+ color: #555;
235
+ text-transform: uppercase;
236
+ margin-left: 6px;
237
+ }
238
+
239
+ .download-format {
240
+ display: flex;
241
+ align-items: center;
242
+ /* border-bottom: 1px solid #ddd; */
243
+ padding: 0px 24px;
244
+ }
245
+
246
+ .download-wrapper {
247
+ display: flex;
248
+ justify-content: space-between;
249
+ margin-bottom: 24px;
250
+ }
251
+
252
+ .select-format-title {
253
+ position: relative;
254
+ display: inline-block;
255
+ /* padding: 0 24px; */
256
+ font-size: 16px;
257
+ padding: 0px 24px 0px 0px;
258
+ color: #066;
259
+ border-right: 1px solid #eee;
260
+ text-decoration: none;
261
+ filter: grayscale(100%);
262
+ display: flex;
263
+ justify-content: left;
264
+ text-transform: capitalize;
265
+ font-size: 16px;
266
+ font-weight: 600;
267
+ }
268
+
269
+ #download-button {
270
+ cursor: pointer;
271
+ display: inline-block;
272
+ width: 130px;
273
+ justify-content: center;
274
+ display: flex;
275
+ align-items: center;
276
+ padding: 10px 0;
277
+ text-align: center;
278
+ border-radius: 4px;
279
+ font-size: 16px;
280
+ color: #fff;
281
+ font-weight: 700;
282
+ text-decoration: none;
283
+ transition: all 0.3s;
284
+ border: none;
285
+ }
286
+
287
+ #download-button svg {
288
+ fill: #fff;
289
+ margin-right: 4px;
290
+ height: 20px;
291
+ }
292
+
293
+ #saving-data {
294
+ margin-top: 48px;
295
+ display: flex;
296
+ flex-direction: column;
297
+ justify-content: center;
298
+ align-items: center;
299
+ }
300
+
301
+ #saving-data img {
302
+ height: 100px;
303
+ width: 100px;
304
+ }
305
+
306
+ #saving-data span {
307
+ color: #0f0c0c;
308
+ font-size: 20px;
309
+ font-weight: 600;
310
+ }
311
+
312
+ #download-zip {
313
+ padding: 10px 16px;
314
+ background: #fff;
315
+ }
316
+
317
+ .saving-file-download-wrap {
318
+ display: flex;
319
+ flex-direction: column;
320
+ align-items: center;
321
+ }
322
+
323
+ .trust-img {
324
+ height: 80px;
325
+ width: 80px;
326
+ }
327
+
328
+ /* new */
329
+
330
+ .pixel-input-title {
331
+ position: relative;
332
+ display: inline-block;
333
+ width: 100%;
334
+ color: #0f0c0c;
335
+ font-weight: 600;
336
+ margin: 4px 0px;
337
+ font-size: 15px;
338
+ text-align: left;
339
+ }
340
+
341
+ #maxwidth,
342
+ #maxheight {
343
+ position: relative;
344
+ display: inline-block;
345
+ width: 100%;
346
+ color: #0f0c0c;
347
+ border: 1px solid #ccc;
348
+ margin: 0px;
349
+ font-size: 18px;
350
+ padding: 5px 8px;
351
+ height: 34px;
352
+ box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
353
+ border-top-left-radius: 4px;
354
+ border-bottom-left-radius: 4px;
355
+ }
356
+
357
+ .pixel-input {
358
+ display: flex;
359
+ }
360
+
361
+ .pixel-input span {
362
+ padding: 6px 12px;
363
+ font-size: 16px;
364
+ font-weight: 400;
365
+ line-height: 1;
366
+ color: #555;
367
+ text-align: center;
368
+ background-color: #eee;
369
+ border: 1px solid #ccc;
370
+ border-top-right-radius: 4px;
371
+ border-bottom-right-radius: 4px;
372
+ }
373
+
374
+ #dropdownMenuButton {
375
+ width: 100%;
376
+ text-align: left;
377
+ background: #fff;
378
+ height: 34px;
379
+ display: flex;
380
+ border-radius: 4px;
381
+ align-items: center;
382
+ justify-content: space-between;
383
+ box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
384
+ color: #0f0c0c;
385
+ border: 1px solid #ccc;
386
+ }
387
+
388
+ .media-choose {
389
+ height: 88px;
390
+ width: 80px;
391
+ width: 100%;
392
+ border: 2px solid #e8e8e8;
393
+ background: 2px solid #e8e8e8;
394
+ border-radius: 5px;
395
+ display: flex;
396
+ align-items: center;
397
+ justify-content: center;
398
+ }
399
+
400
+ .media-choose .show-aspect {
401
+ background: #444;
402
+ border-radius: 5px;
403
+ }
404
+
405
+ #media-dimensions .type {
406
+ font-weight: 700;
407
+ font-size: 0.8rem;
408
+ margin-top: 0.25rem;
409
+ line-height: 1.6;
410
+ text-transform: capitalize;
411
+ }
412
+
413
+ #media-dimensions .value {
414
+ font-size: 0.75rem;
415
+ color: #909090;
416
+ }
417
+
418
+ .dropdown-item i {
419
+ margin-right: 4px;
420
+ }
421
+
422
+ #pixel-box-panel canvas {
423
+ max-width: 100%;
424
+ }
425
+
426
+ .colorpalette {
427
+ text-transform: uppercase;
428
+ display: -webkit-box;
429
+ display: -ms-flexbox;
430
+ display: flex;
431
+ -webkit-box-align: center;
432
+ -ms-flex-align: center;
433
+ align-items: center;
434
+ -webkit-box-pack: start;
435
+ -ms-flex-pack: start;
436
+ justify-content: flex-start;
437
+ -ms-flex-wrap: wrap;
438
+ flex-wrap: wrap;
439
+ }
440
+
441
+ .colorpalette .text {
442
+ margin-right: 15px;
443
+ display: -webkit-inline-box;
444
+ display: -ms-inline-flexbox;
445
+ display: inline-flex;
446
+ -webkit-box-align: center;
447
+ -ms-flex-align: center;
448
+ align-items: center;
449
+ -webkit-box-pack: start;
450
+ -ms-flex-pack: start;
451
+ justify-content: flex-start;
452
+ -ms-flex-wrap: wrap;
453
+ flex-wrap: wrap;
454
+ width: 100%;
455
+ }
456
+
457
+ .colorpalette .text button {
458
+ margin-right: 16px;
459
+ margin-bottom: 0px;
460
+ }
461
+
462
+ .colorpalette .icons {
463
+ display: -webkit-inline-box;
464
+ display: -ms-inline-flexbox;
465
+ display: inline-flex;
466
+ -webkit-box-align: center;
467
+ -ms-flex-align: center;
468
+ align-items: center;
469
+ -webkit-box-pack: start;
470
+ -ms-flex-pack: start;
471
+ justify-content: flex-start;
472
+ -ms-flex-wrap: wrap;
473
+ flex-wrap: wrap;
474
+ }
475
+
476
+ .colorpalette .colorblock {
477
+ margin-right: 2px;
478
+ margin-bottom: 0px;
479
+ margin-top: 6px;
480
+ height: 25px;
481
+ width: 25px !important;
482
+ border: solid 0px white;
483
+ }
484
+
485
+ .colorpalette .ss-main {
486
+ width: calc(100%);
487
+ margin-top: 8px;
488
+ max-width: 480px;
489
+ }
490
+
491
+ .colorpalette .ss-main .ss-single-selected {
492
+ display: -webkit-inline-box;
493
+ display: -ms-inline-flexbox;
494
+ display: inline-flex;
495
+ width: calc(100%);
496
+ background-color: #ececec;
497
+ }
498
+
499
+ .colorpalette .ss-main .ss-option {
500
+ margin-bottom: 6px;
501
+ }
502
+
503
+ .colorpalette .ss-main .ss-option:hover {
504
+ background-color: rgba(0, 0, 0, 0.1) !important;
505
+ }
506
+
507
+ .colorpalette .ss-content {
508
+ width: 100%;
509
+ }
510
+
511
+ .colorpalette .ss-content .ss-list .ss-option {
512
+ padding: 0px 10px;
513
+ }
514
+
515
+ .infoselects {
516
+ width: 100%;
517
+ }
518
+
519
+ .filter-wrapper {
520
+ display: flex;
521
+ width: 100%;
522
+ flex-direction: column;
523
+ justify-content: left;
524
+ padding: 12px 0px;
525
+ gap: 6px;
526
+ padding-bottom: 0px;
527
+ }
528
+
529
+ .block-wrapper {
530
+ display: flex;
531
+ padding: 12px 0px;
532
+ }
533
+
534
+ #blockvalue {
535
+ background: #ccc;
536
+ padding: 2px 4px;
537
+ border-radius: 5px;
538
+ margin-left: 4px;
539
+ }
540
+
541
+ .filter-wrapper label {
542
+ display: block;
543
+ position: relative;
544
+ cursor: pointer;
545
+ font-size: 22px;
546
+ margin-right: auto;
547
+ -webkit-user-select: none;
548
+ -moz-user-select: none;
549
+ -ms-user-select: none;
550
+ user-select: none;
551
+ font-size: 15px;
552
+ }
553
+
554
+ /* Hide the browser's default checkbox */
555
+ .filter-wrapper input {
556
+ position: absolute;
557
+ opacity: 0;
558
+ cursor: pointer;
559
+ height: 0;
560
+ width: 0;
561
+ }
562
+
563
+ /* Create a custom checkbox */
564
+ .checkbox-checkmark {
565
+ position: absolute;
566
+ height: 22px;
567
+ width: 22px;
568
+ border-radius: 4px;
569
+ background-color: #ccc;
570
+ }
571
+
572
+ /* On mouse-over, add a grey background color */
573
+ .filter-wrapper label:hover input~.checkbox-checkmark {
574
+ background-color: #ccc;
575
+ }
576
+
577
+ /* When the checkbox is checked, add a blue background */
578
+ .filter-wrapper label input:checked~.checkbox-checkmark {
579
+ background-color: #ff5975;
580
+ }
581
+
582
+ /* Create the checkbox-checkmark/indicator (hidden when not checked) */
583
+ .checkbox-checkmark:after {
584
+ content: '';
585
+ position: absolute;
586
+ display: none;
587
+ }
588
+
589
+ /* Show the checkbox-checkmark when checked */
590
+ .filter-wrapper label input:checked~.checkbox-checkmark:after {
591
+ display: block;
592
+ }
593
+
594
+ /* Style the checkbox-checkmark/indicator */
595
+ .filter-wrapper label .checkbox-checkmark:after {
596
+ left: 8px;
597
+ top: 4px;
598
+ width: 6px;
599
+ height: 11px;
600
+ border: solid #fff;
601
+ border-width: 0 3px 3px 0;
602
+ -webkit-transform: rotate(45deg);
603
+ -ms-transform: rotate(45deg);
604
+ transform: rotate(45deg);
605
+ }
606
+
607
+ input[type='range'] {
608
+ width: 100%;
609
+ -webkit-appearance: none;
610
+ }
611
+
612
+ input[type='range']:focus {
613
+ outline: none;
614
+ }
615
+
616
+ input[type='range']::-webkit-slider-thumb:focus {
617
+ background-color: #ff5975;
618
+ }
619
+
620
+ input[type='range']::-webkit-slider-runnable-track {
621
+ width: 100%;
622
+ height: 3px;
623
+ cursor: pointer;
624
+ box-shadow: none;
625
+ background: #ccc;
626
+ border-radius: 0px;
627
+ border: 0px solid #ff5975;
628
+ }
629
+
630
+ input[type='range']::-moz-range-track {
631
+ width: 100%;
632
+ height: 3px;
633
+ cursor: pointer;
634
+ box-shadow: none;
635
+ background: #ccc;
636
+ border-radius: 0px;
637
+ border: 0px solid #ff5975;
638
+ }
639
+
640
+ input[type='range']::-webkit-slider-thumb {
641
+ box-shadow: none;
642
+ border: 0px solid #fff;
643
+ height: 15px;
644
+ width: 15px;
645
+ border-radius: 22px;
646
+ background: #ff5975;
647
+ cursor: pointer;
648
+ -webkit-appearance: none;
649
+ margin-top: -5px;
650
+ }
651
+
652
+ input[type='range']::-moz-range-thumb {
653
+ box-shadow: none;
654
+ border: 0px solid #fff;
655
+ height: 42px;
656
+ width: 22px;
657
+ border-radius: 22px;
658
+ background: #ff5975;
659
+ cursor: pointer;
660
+ -webkit-appearance: none;
661
+ margin-top: -20px;
662
+ }
663
+
664
+ input[type='range']::-moz-focus-outer {
665
+ border: 0;
666
+ }
667
+
668
+ .divider {
669
+ padding-top: 12px;
670
+ padding-bottom: 12px;
671
+ border-bottom: 1px solid #ddd;
672
+ }
673
+
674
+ #reset {
675
+ border: none;
676
+ color: #0f0c0c;
677
+ font-size: 15px;
678
+ background: #fff;
679
+ padding: 0px;
680
+ padding: 4px 14px;
681
+ border-radius: 5px;
682
+ }
683
+
684
+ #reset:hover {
685
+ background: #ff597556;
686
+ }
687
+
688
+ #reset i {
689
+ color: #ff5975;
690
+ font-size: 15px;
691
+ margin-right: 3px;
692
+ margin-bottom: 0px;
693
+ }
694
+
695
+ #palettes {
696
+ display: none;
697
+ }
698
+
699
+ .active-btn {
700
+ background-color: #6666ff;
701
+ color: #fff;
702
+ }
703
+
704
+ .radio-label {
705
+ display: flex;
706
+ position: relative;
707
+ cursor: pointer;
708
+ align-items: center;
709
+ margin-right: 15px;
710
+ -webkit-user-select: none;
711
+ -moz-user-select: none;
712
+ -ms-user-select: none;
713
+ user-select: none;
714
+ font-size: 13px;
715
+ margin-bottom: 20px;
716
+ text-transform: capitalize;
717
+ }
718
+
719
+ .radio-label input[type='radio'] {
720
+ position: absolute;
721
+ opacity: 0;
722
+ cursor: pointer;
723
+ height: 0;
724
+ width: 0;
725
+ }
726
+
727
+ .radio-label {
728
+ position: relative;
729
+ }
730
+
731
+ .checkmark {
732
+ position: absolute;
733
+ top: 0;
734
+ left: 0;
735
+ height: 30px;
736
+ width: 30px;
737
+ background-color: #eee;
738
+ border-radius: 50%;
739
+ margin-top: 3px;
740
+ }
741
+
742
+ .radio-label:hover input~.checkmark {
743
+ background-color: #ccc;
744
+ }
745
+
746
+ .radio-label input:checked~.checkmark {
747
+ background-color: #6666ff;
748
+ }
749
+
750
+ .checkmark:after {
751
+ content: '';
752
+ position: absolute;
753
+ display: none;
754
+ }
755
+
756
+ .radio-label input:checked~.checkmark:after {
757
+ display: block;
758
+ }
759
+
760
+ .radio-label .checkmark:after {
761
+ top: 8px;
762
+ left: 8px;
763
+ width: 14px;
764
+ height: 14px;
765
+ border-radius: 50%;
766
+ background: #fff;
767
+ }
768
+
769
+ .label-span {
770
+ margin-left: 37px;
771
+ font-size: 16px;
772
+ margin-top: 4px;
773
+ color: #666666;
774
+ }
775
+
776
+ .custom-control-input:checked~.custom-control-label::before {
777
+ background: #6666ff;
778
+ }
779
+
780
+ .custom-switch .custom-control-label::before {
781
+ left: -2.25rem;
782
+ width: 2.3rem;
783
+ height: 22px;
784
+ pointer-events: all;
785
+ border-radius: 21px;
786
+ }
787
+
788
+ .custom-switch {
789
+ display: flex;
790
+ }
791
+
792
+ .download-wrapper .rowclass {
793
+ width: -webkit-fill-available;
794
+ }
795
+
796
+ .custom-switch .custom-control-label::after {
797
+ top: calc(0.25rem + 5px);
798
+ left: -16px;
799
+ }
800
+
801
+ .custom-switch .custom-control-label::after {
802
+ left: -30px;
803
+ }
804
+
805
+ .custom-switch .custom-control-label::after {
806
+ width: calc(1.2rem - 4px);
807
+ height: calc(1.2rem - 4px);
808
+ }
809
+
810
+ .custom-switch .custom-control-label::after {
811
+ top: calc(0.25rem + 3px);
812
+ }
813
+
814
+ .custom-control-label {
815
+ padding-left: 6px;
816
+ color: #666666;
817
+ }
818
+
819
+ #canvas-box-panel canvas,
820
+ .canvas-box-panel img {
821
+ max-width: 100%;
822
+ }
823
+
824
+ .select-img-panel {
825
+ border: 1px solid #ccc;
826
+ padding: 30px;
827
+ }
828
+
829
+ @media (max-width: 768px) {
830
+ #image-format {
831
+ width: auto;
832
+ }
833
+
834
+ .download-format {
835
+ padding: 0px 5px;
836
+ }
837
+
838
+ #download-button {
839
+ margin-left: auto;
840
+ }
841
+ }