ctt-babylon 0.8.17 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +12 -5
  2. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -0
  3. package/esm2022/lib/components/core/babylon-slider-img-static/index.mjs +2 -0
  4. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +3 -3
  5. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +20 -0
  6. package/esm2022/lib/components/core/babylon-top-simple-banner/index.mjs +2 -0
  7. package/esm2022/lib/components/core/index.mjs +8 -7
  8. package/esm2022/lib/directives/scrolls/scroll-to.directive.mjs +183 -0
  9. package/esm2022/lib/directives/scrolls/show-only-top.directive.mjs +103 -0
  10. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +18 -11
  11. package/esm2022/lib/interfaces/babylon-item.interface.mjs +1 -1
  12. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +1 -1
  13. package/esm2022/lib/services/mapper/mapper.service.mjs +18 -11
  14. package/esm2022/lib/services/scroll/scroll-spy.service.mjs +50 -0
  15. package/fesm2022/ctt-babylon.mjs +955 -586
  16. package/fesm2022/ctt-babylon.mjs.map +1 -1
  17. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -1
  18. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +5 -0
  19. package/lib/components/core/babylon-slider-img-static/index.d.ts +1 -0
  20. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +6 -0
  21. package/lib/components/core/babylon-top-simple-banner/index.d.ts +1 -0
  22. package/lib/components/core/index.d.ts +7 -6
  23. package/lib/directives/scrolls/scroll-to.directive.d.ts +31 -0
  24. package/lib/directives/scrolls/show-only-top.directive.d.ts +22 -0
  25. package/lib/interfaces/babylon-item.interface.d.ts +6 -0
  26. package/lib/interfaces/babylon-text-info.interface.d.ts +2 -0
  27. package/lib/services/mapper/mapper.service.d.ts +2 -1
  28. package/lib/services/scroll/scroll-spy.service.d.ts +17 -0
  29. package/lib/styles/styles/babylon/_spacing.css +1 -0
  30. package/lib/styles/styles/babylon/_spacing.scss +72 -0
  31. package/lib/styles/styles/babylon/common.css +1 -0
  32. package/lib/styles/styles/babylon/common.scss +1823 -0
  33. package/lib/styles/styles/babylon/globals.css +1 -0
  34. package/lib/styles/styles/babylon/globals.scss +848 -0
  35. package/lib/styles/styles/babylon/mixins.css +1 -0
  36. package/lib/styles/styles/babylon/mixins.scss +1031 -0
  37. package/lib/styles/styles/babylon/reset.css +1 -0
  38. package/lib/styles/styles/babylon/reset.scss +136 -0
  39. package/lib/styles/styles/babylon/slide.css +1 -0
  40. package/lib/styles/styles/babylon/slider.css +1 -0
  41. package/lib/styles/styles/babylon/slider.scss +876 -0
  42. package/lib/styles/styles/babylon/structure.css +0 -0
  43. package/lib/styles/styles/babylon/structure.scss +1 -0
  44. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  45. package/lib/styles/styles/babylon/variables.css +1 -0
  46. package/lib/styles/styles/babylon/variables.scss +330 -0
  47. package/package.json +1 -1
  48. /package/lib/styles/styles/babylon/{scss-daba/airDatePicker.min.css → airDatePicker.min.css} +0 -0
  49. /package/lib/styles/styles/babylon/{scss-daba/aos.min.css → aos.min.css} +0 -0
  50. /package/lib/styles/styles/babylon/{scss-daba/buttons.css → buttons.css} +0 -0
  51. /package/lib/styles/styles/babylon/{scss-daba/buttons.scss → buttons.scss} +0 -0
  52. /package/lib/styles/styles/babylon/{scss-daba/fancybox.css → fancybox.css} +0 -0
  53. /package/lib/styles/styles/babylon/{scss-daba/fancybox.min.css → fancybox.min.css} +0 -0
  54. /package/lib/styles/styles/babylon/{scss-daba/funciones.css → funciones.css} +0 -0
  55. /package/lib/styles/styles/babylon/{scss-daba/funciones.scss → funciones.scss} +0 -0
  56. /package/lib/styles/styles/babylon/{scss-daba/inputs.css → inputs.css} +0 -0
  57. /package/lib/styles/styles/babylon/{scss-daba/inputs.scss → inputs.scss} +0 -0
  58. /package/lib/styles/styles/babylon/{scss-daba/jquery.fancybox.min.css → jquery.fancybox.min.css} +0 -0
  59. /package/lib/styles/styles/babylon/{scss-daba/style.css → style.css} +0 -0
  60. /package/lib/styles/styles/babylon/{scss-daba/style.scss → style.scss} +0 -0
  61. /package/lib/styles/styles/babylon/{scss-daba/swiper-bundle.min.css → swiper-bundle.min.css} +0 -0
@@ -0,0 +1,848 @@
1
+ @import 'mixins.scss';
2
+
3
+ html * {
4
+ -webkit-font-smoothing: antialiased;
5
+ }
6
+
7
+ body {
8
+ background: var(--cl_background_body);
9
+ font-size: 14px;
10
+ line-height: 1.6;
11
+ font-family: var(--font-text);
12
+ color: var(--cl_text);
13
+ margin: 0;
14
+ }
15
+
16
+ main {
17
+ position: relative;
18
+ z-index: 2;
19
+ background-color: var(--cl_background_body);
20
+ }
21
+
22
+ h1,
23
+ h2,
24
+ h3,
25
+ h4,
26
+ h5,
27
+ h6 {
28
+ color: var(--cl_title);
29
+ font-weight: 700;
30
+ letter-spacing: -0.03em;
31
+ line-height: 1.3;
32
+ }
33
+
34
+ h3,
35
+ h4,
36
+ h5,
37
+ h6 {
38
+ font-weight: 600;
39
+ }
40
+
41
+ p {
42
+ margin-bottom: 25px;
43
+ }
44
+
45
+ strong {
46
+ font-weight: 600;
47
+ }
48
+
49
+ p.lead {
50
+ strong {
51
+ font-weight: 500;
52
+ }
53
+ }
54
+
55
+ hr {
56
+ margin: 30px 0 30px 0;
57
+ border-color: var(--cl_border-light);
58
+ opacity: 1;
59
+
60
+ &.more_margin {
61
+ margin: 60px 0 60px 0;
62
+ }
63
+ }
64
+
65
+ /* General links color */
66
+ a {
67
+ color: var(--cl_btn-link);
68
+ text-decoration: none;
69
+ @include transition-default;
70
+ outline: none;
71
+
72
+ &:hover,
73
+ &:focus {
74
+ color: var(--cl_btn-link-hover);
75
+ text-decoration: none;
76
+ outline: none;
77
+ }
78
+ }
79
+
80
+ /*-------- ESPACIOS --------*/
81
+ .margin-main {
82
+ padding-block: 60px;
83
+ @include full-tablet {
84
+ padding-block: 40px;
85
+ }
86
+ @include small-tablet {
87
+ padding-block: 30px;
88
+ }
89
+ }
90
+ .margin-main-botom {
91
+ margin-bottom: 60px;
92
+ @include full-tablet {
93
+ margin-bottom: 40px;
94
+ }
95
+ }
96
+ /*-------- BUTTONS --------*/
97
+
98
+ .btn {
99
+ border: none;
100
+ border: 1px solid var(--cl_btn-box);
101
+ color: var(--cl_btn-box-text);
102
+ padding: 13px 25px;
103
+ display: inline-flex;
104
+ justify-content: center;
105
+ align-items: center;
106
+ gap: 10px;
107
+ outline: none;
108
+ background-color: transparent;
109
+ transition: all 0.4s ease;
110
+
111
+ @include transition-default;
112
+ border-radius: var(--btn_radius);
113
+ line-height: 1;
114
+ font-family: var(--font-text);
115
+ letter-spacing: 1px;
116
+ font-weight: var(--w_btn);
117
+ font-size: 14px;
118
+ cursor: pointer;
119
+ text-decoration: none;
120
+ span {
121
+ width: 24px;
122
+ height: 15px;
123
+ font-size: 8px;
124
+ font-weight: var(--w_btn);
125
+ align-items: center;
126
+ display: flex;
127
+ @include transition-default;
128
+ svg,
129
+ &:before {
130
+ @include transition-default;
131
+ color: var(--cl_btn-box-text);
132
+ right: 0px;
133
+ position: relative;
134
+ }
135
+ }
136
+ &:hover {
137
+ background-color: var(--cl_btn-box-hover);
138
+ color: var(--cl_btn-box-text-hover);
139
+ span {
140
+ svg,
141
+ &:before {
142
+ color: var(--cl_btn-box-text-hover);
143
+ right: -10px;
144
+ position: relative;
145
+ }
146
+ }
147
+ }
148
+
149
+ &_primary {
150
+ border: 1px solid var(--cl_btn-box);
151
+ color: var(--cl_btn-box-text);
152
+ background: transparent;
153
+ position: relative;
154
+ &.btn--light {
155
+ border: 1px solid var(--cl_btn-light);
156
+ color: var(--cl_btn-light-text);
157
+ span {
158
+ svg,
159
+ &:before {
160
+ color: var(--cl_btn-light-text);
161
+ }
162
+ }
163
+ }
164
+ &:hover {
165
+ background-color: var(--cl_btn-box-hover);
166
+ border-color: var(--cl_btn-box-hover);
167
+ color: var(--cl_btn-box-text-hover);
168
+ }
169
+ }
170
+ &_call {
171
+ border: 1px solid var(--cl_btn-call);
172
+ background-color: var(--cl_btn-call);
173
+ color: var(--cl_btn-call-text);
174
+ position: relative;
175
+ span:before {
176
+ color: var(--cl_btn-call-text);
177
+ }
178
+ &.btn--light {
179
+ background-color: var(--cl_btn-light);
180
+ border: 1px solid var(--cl_btn-light);
181
+ color: var(--cl_btn-call);
182
+ span:before {
183
+ color: var(--cl_btn-call);
184
+ }
185
+ }
186
+ &:hover {
187
+ background-color: var(--cl_btn-call-hover);
188
+ border-color: var(--cl_btn-call-hover);
189
+ color: var(--cl_btn-call-text-hover);
190
+ }
191
+ }
192
+ }
193
+
194
+ .btn-link {
195
+ position: relative;
196
+ font-style: normal;
197
+ font-family: var(--font-text);
198
+ letter-spacing: 1px;
199
+ font-weight: var(--w_btn);
200
+ font-size: 14px;
201
+ cursor: pointer;
202
+ text-decoration: none;
203
+ color: var(--cl_btn-link);
204
+ display: flex;
205
+ align-items: center;
206
+ gap: 10px;
207
+ @include transition-default;
208
+ span {
209
+ font-size: 8px;
210
+ @include transition-default;
211
+ svg,
212
+ &:before {
213
+ @include transition-default;
214
+ color: var(--cl_btn-link);
215
+ right: 0px;
216
+ position: relative;
217
+ }
218
+ }
219
+ &:hover {
220
+ color: var(--cl_btn-link-hover);
221
+ span {
222
+ svg,
223
+ &:before {
224
+ color: var(--cl_btn-link-hover);
225
+ right: -10px;
226
+ position: relative;
227
+ }
228
+ }
229
+ }
230
+ &.btn-link--light {
231
+ color: var(--cl_btn-light);
232
+ span:before {
233
+ color: var(--cl_btn-light);
234
+ }
235
+ &:hover {
236
+ color: var(--cl_btn-light -hover);
237
+ span {
238
+ svg,
239
+ &:before {
240
+ color: var(--cl_btn-light -hover);
241
+ }
242
+ }
243
+ }
244
+ }
245
+ }
246
+
247
+ .btns__box {
248
+ padding-block: 20px;
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: flex-start;
252
+ width: 100%;
253
+ flex-wrap: wrap;
254
+ gap: 10px;
255
+ &.justify-between {
256
+ justify-content: space-between;
257
+ @include medium-tablet {
258
+ justify-content: center;
259
+ flex-direction: column;
260
+ }
261
+ }
262
+ &.align--left {
263
+ justify-content: flex-start;
264
+ @include full-tablet {
265
+ justify-content: center;
266
+ }
267
+ }
268
+ &.align--right {
269
+ justify-content: flex-end;
270
+ @include full-tablet {
271
+ justify-content: center;
272
+ }
273
+ }
274
+ &.align--center {
275
+ justify-content: center;
276
+ @include full-tablet {
277
+ justify-content: center;
278
+ }
279
+ }
280
+ &.align--vertical-center {
281
+ justify-content: center;
282
+ flex-direction: column;
283
+ @include full-tablet {
284
+ justify-content: center;
285
+ }
286
+ }
287
+ @include full-tablet {
288
+ padding-block: 20px 10px;
289
+ align-items: center;
290
+ justify-content: center;
291
+ }
292
+ }
293
+
294
+ /*-------- TEXTOS--------*/
295
+ .title_carrusel {
296
+ font-size: 40px;
297
+ font-family: var(--font-title);
298
+ line-height: 1.2;
299
+ letter-spacing: 1px;
300
+ color: var(--cl_title-light);
301
+ font-weight: var(--w_title);
302
+ margin: 0;
303
+ margin-block: 0;
304
+ @include min-small-desktop {
305
+ font-size: 70px;
306
+ }
307
+ @include min-full-desktop {
308
+ font-size: 85px;
309
+ }
310
+ &.title_carrusel--dark {
311
+ color: var(--cl_title);
312
+ }
313
+ }
314
+ .pretitle_carrusel {
315
+ font-size: 16px;
316
+ line-height: 1.2;
317
+ letter-spacing: 1px;
318
+ color: var(--cl_pretitle-light);
319
+ font-weight: var(--w_pretitle);
320
+ margin: 0;
321
+ margin-block: 0;
322
+ @include min-small-desktop {
323
+ font-size: 18px;
324
+ }
325
+ @include min-full-desktop {
326
+ font-size: 20px;
327
+ }
328
+ &.pretitle_carrusel--dark {
329
+ color: var(--cl_pretitle);
330
+ }
331
+ }
332
+ .title--big {
333
+ font-size: 50px;
334
+ font-family: var(--font-title);
335
+ line-height: 1.2;
336
+ letter-spacing: 1px;
337
+ color: var(--cl_title);
338
+ font-weight: var(--w_title);
339
+ margin: 0;
340
+ margin-block: 0;
341
+ @include min-small-desktop {
342
+ font-size: 80px;
343
+ }
344
+ @include min-full-desktop {
345
+ font-size: 90px;
346
+ }
347
+ }
348
+ .title {
349
+ font-size: 40px;
350
+ font-family: var(--font-title);
351
+ line-height: 1.2;
352
+ letter-spacing: 1px;
353
+ color: var(--cl_title);
354
+ font-weight: var(--w_title);
355
+ margin: 0;
356
+ margin-block: 0;
357
+ @include min-small-desktop {
358
+ font-size: 50px;
359
+ }
360
+ @include min-full-desktop {
361
+ font-size: 60px;
362
+ }
363
+ }
364
+ .title--small {
365
+ @extend .title;
366
+ font-size: 28px;
367
+ font-family: var(--font-title);
368
+ &--light {
369
+ color: var(--cl_title-light);
370
+ }
371
+ @include min-small-desktop {
372
+ font-size: 30px;
373
+ }
374
+ @include min-full-desktop {
375
+ font-size: 36px;
376
+ }
377
+ }
378
+ .title--smaller {
379
+ @extend .title;
380
+ font-size: 20px;
381
+ font-family: var(--font-title);
382
+ }
383
+ .pretitle {
384
+ font-size: 14px;
385
+ line-height: 1.2;
386
+ letter-spacing: 3px;
387
+ color: var(--cl_pretitle);
388
+ font-weight: var(--w_pretitle);
389
+ margin: 0;
390
+ margin-block: 0;
391
+ text-transform: uppercase;
392
+ font-family: var(--font-pretitle);
393
+ @include min-small-desktop {
394
+ font-size: 14px;
395
+ }
396
+ @include min-full-desktop {
397
+ font-size: 16px;
398
+ }
399
+ }
400
+ .pretitle--small {
401
+ @extend .pretitle;
402
+ font-size: 16px;
403
+ }
404
+ .subtitle {
405
+ font-size: 20px;
406
+ line-height: 1.2;
407
+ letter-spacing: 1px;
408
+ color: var(--cl_subtitle);
409
+ font-weight: var(--w_subtitle);
410
+ margin: 0;
411
+ margin-block: 0;
412
+ @include min-small-desktop {
413
+ font-size: 26px;
414
+ }
415
+ @include min-full-desktop {
416
+ font-size: 30px;
417
+ }
418
+ }
419
+ .subtitle--small {
420
+ @extend .subtitle;
421
+ font-size: 20px;
422
+ &--light {
423
+ color: var(--cl_title-light);
424
+ }
425
+ }
426
+ .pretitle-top {
427
+ font-size: 14px;
428
+ line-height: 1.2;
429
+ letter-spacing: 2px;
430
+ color: var(--cl_pretitle);
431
+ font-family: var(--font-pretitle);
432
+ font-weight: var(--w_pretitle);
433
+ margin: 0;
434
+ margin-block: 0;
435
+ text-transform: uppercase;
436
+ text-align: left;
437
+ margin-bottom: 1rem;
438
+ @include min-small-desktop {
439
+ font-size: 16px;
440
+ margin-bottom: 3rem;
441
+ }
442
+ @include min-full-desktop {
443
+ font-size: 16px;
444
+ margin-bottom: 5rem;
445
+ }
446
+ @include full-tablet {
447
+ text-align: center;
448
+ }
449
+ }
450
+ .text {
451
+ font-size: 14px;
452
+ line-height: 1.7;
453
+ color: var(--cl_text);
454
+ font-weight: var(--w_text);
455
+ margin: 0;
456
+ margin-block: 0;
457
+ margin-bottom: 20px;
458
+ font-family: var(--font-text);
459
+ a {
460
+ color: var(--cl_text);
461
+ &:hover {
462
+ color: var(--cl_accent);
463
+ }
464
+ }
465
+ @include min-small-desktop {
466
+ font-size: 16px;
467
+ }
468
+ @include full-tablet {
469
+ margin-bottom: 10px;
470
+ }
471
+ }
472
+ .text--small {
473
+ font-size: 13px;
474
+ line-height: 1.7;
475
+ color: var(--cl_text);
476
+ font-weight: 400;
477
+ margin: 0;
478
+ margin-block: 0;
479
+ font-family: var(--font-text);
480
+ @include min-small-desktop {
481
+ font-size: 14px;
482
+ }
483
+ }
484
+
485
+ @mixin intro_info_align($type-align) {
486
+ @if $type-align == center {
487
+ @include min-full-tablet {
488
+ body {
489
+ .intro_info:not(.no-align) {
490
+ flex-direction: column;
491
+ align-items: center;
492
+ justify-content: center;
493
+ text-align: center;
494
+ width: 100%;
495
+ .btns__box {
496
+ justify-content: center;
497
+ }
498
+ .cs_list.cs_style_1 {
499
+ li {
500
+ justify-content: center;
501
+ }
502
+ }
503
+ }
504
+ .cs_iconbox.cs_style_3 {
505
+ text-align: center;
506
+ }
507
+ .cs_card.cs_style_4,
508
+ .cs_card.cs_style_1 {
509
+ .cs_card_list {
510
+ justify-content: center;
511
+ }
512
+ }
513
+ }
514
+ }
515
+ } @else if $type-align == left {
516
+ @include min-full-tablet {
517
+ body {
518
+ .intro_info:not(.no-align) {
519
+ flex-direction: column;
520
+ align-items: flex-start;
521
+ justify-content: flex-start;
522
+ text-align: left;
523
+ .btns__box {
524
+ justify-content: flex-start;
525
+ }
526
+ .cs_list.cs_style_1 {
527
+ li {
528
+ justify-content: flex-start;
529
+ }
530
+ }
531
+ }
532
+ }
533
+ }
534
+ }
535
+ }
536
+
537
+ .intro_info {
538
+ display: flex;
539
+ flex-direction: column;
540
+ align-items: flex-start;
541
+ justify-content: flex-start;
542
+ text-align: left;
543
+ .pretitle {
544
+ margin-bottom: 30px;
545
+ @include full-tablet {
546
+ margin-bottom: 10px;
547
+ }
548
+ }
549
+ .title {
550
+ margin-bottom: 25px;
551
+ @include full-tablet {
552
+ margin-bottom: 10px;
553
+ }
554
+ }
555
+ .subtitle {
556
+ margin-bottom: 20px;
557
+ @include full-tablet {
558
+ margin-bottom: 10px;
559
+ }
560
+ }
561
+ &--light {
562
+ .text {
563
+ color: var(--cl_text-light);
564
+ }
565
+ .title {
566
+ color: var(--cl_title-light);
567
+ }
568
+ .subtitle {
569
+ color: var(--cl_subtitle-light);
570
+ }
571
+ .pretitle,
572
+ .pretitle-top {
573
+ color: var(--cl_pretitle-light);
574
+ }
575
+
576
+ .text--small {
577
+ color: var(--cl_text-light);
578
+ }
579
+ .info--icon .icon--svg {
580
+ background-color: var(--cl_title-light);
581
+ }
582
+ }
583
+ &.align--center {
584
+ align-items: center;
585
+ text-align: center;
586
+ .btns__box.align--center {
587
+ justify-content: center;
588
+ }
589
+ }
590
+ &.align--left {
591
+ align-items: flex-start;
592
+ text-align: left;
593
+ }
594
+ &.align--right {
595
+ align-items: flex-end;
596
+ }
597
+ @include full-tablet {
598
+ align-items: center !important;
599
+ justify-content: center !important;
600
+ text-align: center !important;
601
+ width: 100%;
602
+ .cs_card_lis,
603
+ .cs_card_list {
604
+ align-items: center;
605
+ justify-content: center;
606
+ }
607
+ }
608
+ }
609
+
610
+ $type-align: left; //center / left
611
+ @include intro_info_align($type-align);
612
+
613
+ .cs--radius {
614
+ border-radius: var(--img_radius);
615
+ }
616
+
617
+ .bg--gray {
618
+ background-color: var(--cl_background_gray);
619
+ }
620
+
621
+ .bg--dark {
622
+ background-color: var(--cl_background_dark);
623
+ }
624
+
625
+ .bg--white {
626
+ background-color: var(--cl_background_white);
627
+ }
628
+
629
+ .cs_image_layer,
630
+ .cs_feature_box_thumb,
631
+ .cs_video_block,
632
+ .cs_post_thumb,
633
+ .cs_gallery_item_hover,
634
+ .cs_card_thumb,
635
+ .cs_feature_box_bg {
636
+ position: relative;
637
+ &:not(.cs_style_5) {
638
+ &::before,
639
+ &::after {
640
+ content: '';
641
+ position: absolute;
642
+ left: 30px;
643
+ right: 30px;
644
+ top: 30px;
645
+ bottom: 30px;
646
+ border: var(--img_border-whidth) solid var(--img_border);
647
+ border-radius: var(--img_radius);
648
+ z-index: 1;
649
+ @include full-tablet {
650
+ left: 15px;
651
+ right: 15px;
652
+ top: 15px;
653
+ bottom: 15px;
654
+ }
655
+ }
656
+ }
657
+ &.no-border {
658
+ &::before,
659
+ &::after {
660
+ border: none !important;
661
+ }
662
+ .cs_image_layer_2,
663
+ .cs_image_layer_1 {
664
+ position: relative;
665
+ &::before,
666
+ &::after {
667
+ content: '';
668
+ z-index: 1;
669
+ position: absolute;
670
+ left: 30px;
671
+ right: 30px;
672
+ top: 30px;
673
+ bottom: 30px;
674
+ border: var(--img_border-whidth) solid var(--img_border);
675
+ border-radius: var(--img_radius);
676
+ @include full-tablet {
677
+ left: 15px;
678
+ right: 15px;
679
+ top: 15px;
680
+ bottom: 15px;
681
+ }
682
+ }
683
+ }
684
+ }
685
+ }
686
+
687
+ .btn-close--modal {
688
+ position: absolute;
689
+ top: 70px;
690
+ right: 70px;
691
+ z-index: 1;
692
+
693
+ .babylon-plus::before {
694
+ transform: rotate(-45deg);
695
+ }
696
+
697
+ &.margin-30 {
698
+ top: 30px;
699
+ right: 30px;
700
+ }
701
+ }
702
+
703
+ .blanco-version-form {
704
+ .input-group {
705
+ position: relative;
706
+ .input-control,
707
+ .select-control {
708
+ height: 6rem;
709
+ appearance: none;
710
+ border: 1px solid transparent;
711
+ border-bottom-color: var(--var(--grey));
712
+ @include lineHeight(14, 14);
713
+ color: var(--primary);
714
+ padding: 2.9rem 5.6rem 1rem 2rem;
715
+ outline: 0;
716
+ width: 100%;
717
+ transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
718
+ background: transparent;
719
+ display: block;
720
+ &:hover,
721
+ &:focus {
722
+ border-color: var(--grey);
723
+ background: var(--white);
724
+ }
725
+ }
726
+ &.open {
727
+ span.input-control {
728
+ border-color: var(--grey);
729
+ }
730
+ }
731
+ &--inner {
732
+ position: relative;
733
+ }
734
+ &--label {
735
+ position: absolute;
736
+ left: 0.2rem;
737
+ padding: 2.1rem 2rem;
738
+ @include lineHeight(16, 16);
739
+ color: var(--primary);
740
+ transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
741
+ top: 0.1rem;
742
+ background: var(--white);
743
+ pointer-events: none;
744
+ width: calc(100% - 5.6rem);
745
+ }
746
+ &--icon {
747
+ position: absolute;
748
+ width: 1.6rem;
749
+ height: 1.6rem;
750
+ top: 50%;
751
+ pointer-events: none;
752
+ right: 2rem;
753
+ transform: translateY(-50%);
754
+ &:has(.user) {
755
+ width: 1.2rem;
756
+ height: 1.2rem;
757
+ }
758
+ &:has(.baby) {
759
+ width: 0.9rem;
760
+ height: 0.9rem;
761
+ }
762
+ svg {
763
+ width: 100%;
764
+ height: 100%;
765
+ }
766
+ }
767
+ &:has(input:focus) &,
768
+ &:has(input:not(:placeholder-shown)) & {
769
+ &--label {
770
+ padding-top: 1.1rem;
771
+ padding-bottom: 3.2rem;
772
+ line-height: 1;
773
+ background: transparent;
774
+ }
775
+ }
776
+ &:not(.open) {
777
+ .input-group--icon {
778
+ svg {
779
+ &.persons {
780
+ display: block;
781
+ }
782
+ &.down-arrow {
783
+ display: none;
784
+ width: 1.4rem;
785
+ height: 1.4rem;
786
+ }
787
+ }
788
+ }
789
+ }
790
+ &.open {
791
+ .input-group--icon {
792
+ svg {
793
+ &.persons {
794
+ display: none;
795
+ }
796
+ &.down-arrow {
797
+ display: block;
798
+ width: 1.4rem;
799
+ height: 1.4rem;
800
+ }
801
+ }
802
+ }
803
+ }
804
+ }
805
+ .checkbox__group {
806
+ label {
807
+ position: relative;
808
+ input {
809
+ position: absolute;
810
+ left: 0;
811
+ top: 0;
812
+ opacity: 0;
813
+ pointer-events: none;
814
+ &:checked + span {
815
+ svg {
816
+ opacity: 1;
817
+ }
818
+ }
819
+ }
820
+ span {
821
+ padding-left: 2.55rem;
822
+ @include lineHeight(14, 14);
823
+ color: rgb(var(--primary), 80%);
824
+ position: relative;
825
+ display: block;
826
+ &::before {
827
+ content: '';
828
+ width: 1.5rem;
829
+ height: 1.5rem;
830
+ border: 1px solid rgb(var(--primary), 70%);
831
+ position: absolute;
832
+ left: 0;
833
+ top: 0.1rem;
834
+ }
835
+ .checkbox--tick {
836
+ opacity: 0;
837
+ pointer-events: none;
838
+ width: 0.9rem;
839
+ height: 0.6rem;
840
+ color: var(--primary);
841
+ position: absolute;
842
+ left: 0.3rem;
843
+ top: 0.5rem;
844
+ }
845
+ }
846
+ }
847
+ }
848
+ }