@gofynd/theme-template 3.2.14 → 3.2.15

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 (152) hide show
  1. package/dist/components/address-form/address-form.css +125 -2
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.css +18 -2
  4. package/dist/components/address-form/form-input-selector.js +1 -1
  5. package/dist/components/address-form/v2/address-form.css +18 -2
  6. package/dist/components/address-form/v2/address-form.js +1 -1
  7. package/dist/components/carousel/carousel.css +415 -0
  8. package/dist/components/carousel/carousel.js +1 -0
  9. package/dist/components/core/fy-button/fy-button.js +1 -1
  10. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  11. package/dist/components/core/fy-input/fy-input.css +8 -2
  12. package/dist/components/count-down/count-down.js +1 -0
  13. package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
  14. package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
  15. package/dist/components/filter-modal/filter-modal.css +8 -2
  16. package/dist/components/form-builder/form-builder.css +15 -2
  17. package/dist/components/form-builder/form-builder.js +1 -1
  18. package/dist/components/google-map/google-map.js +1 -1
  19. package/dist/components/google-map/v2/google-map.js +1 -1
  20. package/dist/components/index.css +125 -2
  21. package/dist/components/index.js +1 -1
  22. package/dist/components/loader/loader.js +1 -1
  23. package/dist/components/location-modal/location-modal.css +8 -2
  24. package/dist/components/location-modal/location-modal.js +1 -1
  25. package/dist/components/order-shipment/order-shipment.css +125 -11
  26. package/dist/components/order-shipment/order-shipment.js +1 -1
  27. package/dist/components/product-card/product-card.js +1 -1
  28. package/dist/components/range-slider/range-slider.css +8 -2
  29. package/dist/components/shipment-item/shipment-item.css +50 -3
  30. package/dist/components/shipment-item/shipment-item.js +1 -1
  31. package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
  32. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  33. package/dist/components/verify-mobile/verify-mobile.css +523 -0
  34. package/dist/components/verify-mobile/verify-mobile.js +1 -0
  35. package/dist/index.css +1089 -399
  36. package/dist/index.js +1 -1
  37. package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
  38. package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
  39. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  40. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  41. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  42. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
  43. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  44. package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
  45. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
  46. package/dist/page-layouts/compare/compare.css +423 -2
  47. package/dist/page-layouts/compare/compare.js +1 -2
  48. package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
  49. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  50. package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
  51. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  52. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
  53. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
  54. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
  55. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  56. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
  57. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  58. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
  59. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
  60. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
  61. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  62. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
  63. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
  64. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
  65. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
  66. package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
  67. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  68. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  69. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -2
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  71. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
  72. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  73. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  74. package/dist/pages/blog/blog.css +166 -136
  75. package/dist/pages/blog/blog.js +1 -2
  76. package/dist/pages/blog/index.css +166 -136
  77. package/dist/pages/blog/index.js +1 -2
  78. package/dist/pages/cart/cart.css +18 -2
  79. package/dist/pages/cart/cart.js +1 -1
  80. package/dist/pages/cart/index.css +18 -2
  81. package/dist/pages/cart/index.js +1 -1
  82. package/dist/pages/checkout/checkout.css +37 -7
  83. package/dist/pages/checkout/checkout.js +1 -1
  84. package/dist/pages/checkout/index.css +37 -7
  85. package/dist/pages/checkout/index.js +1 -1
  86. package/dist/pages/contact-us/contact-us.css +8 -2
  87. package/dist/pages/contact-us/contact-us.js +1 -1
  88. package/dist/pages/contact-us/index.css +8 -2
  89. package/dist/pages/contact-us/index.js +1 -1
  90. package/dist/pages/edit-profile/edit-profile.css +7 -0
  91. package/dist/pages/edit-profile/edit-profile.js +1 -1
  92. package/dist/pages/edit-profile/index.css +7 -0
  93. package/dist/pages/edit-profile/index.js +1 -1
  94. package/dist/pages/forgot-password/forget-password.css +929 -0
  95. package/dist/pages/forgot-password/forget-password.js +1 -1
  96. package/dist/pages/forgot-password/index.css +929 -0
  97. package/dist/pages/forgot-password/index.js +1 -1
  98. package/dist/pages/index.css +982 -399
  99. package/dist/pages/index.js +1 -1
  100. package/dist/pages/login/index.css +7 -0
  101. package/dist/pages/login/index.js +1 -1
  102. package/dist/pages/login/login.css +7 -0
  103. package/dist/pages/login/login.js +1 -1
  104. package/dist/pages/order/index.css +8 -2
  105. package/dist/pages/order/index.js +1 -1
  106. package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
  107. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  108. package/dist/pages/order/order-tracking.css +8 -2
  109. package/dist/pages/order/order-tracking.js +1 -1
  110. package/dist/pages/order-status/index.js +1 -1
  111. package/dist/pages/order-status/order-status.js +1 -1
  112. package/dist/pages/product-listing/index.css +423 -2
  113. package/dist/pages/product-listing/index.js +1 -1
  114. package/dist/pages/product-listing/product-listing.css +423 -2
  115. package/dist/pages/product-listing/product-listing.js +1 -1
  116. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
  117. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  118. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
  119. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  120. package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
  121. package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
  122. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
  123. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
  124. package/dist/pages/profile/email/email.css +8 -2
  125. package/dist/pages/profile/email/email.js +1 -1
  126. package/dist/pages/profile/email/index.css +8 -2
  127. package/dist/pages/profile/email/index.js +1 -1
  128. package/dist/pages/profile/index.css +8 -2
  129. package/dist/pages/profile/index.js +1 -1
  130. package/dist/pages/profile/phone/index.css +15 -2
  131. package/dist/pages/profile/phone/index.js +1 -1
  132. package/dist/pages/profile/phone/phone.css +15 -2
  133. package/dist/pages/profile/phone/phone.js +1 -1
  134. package/dist/pages/profile/profile-details.css +8 -2
  135. package/dist/pages/profile/profile-details.js +1 -1
  136. package/dist/pages/register/index.css +7 -0
  137. package/dist/pages/register/index.js +1 -1
  138. package/dist/pages/register/register.css +7 -0
  139. package/dist/pages/register/register.js +1 -1
  140. package/dist/pages/wishlist/index.css +423 -2
  141. package/dist/pages/wishlist/index.js +1 -2
  142. package/dist/pages/wishlist/wishlist.css +423 -2
  143. package/dist/pages/wishlist/wishlist.js +1 -2
  144. package/package.json +9 -4
  145. package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
  146. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
  147. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
  148. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
  149. package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
  150. package/dist/pages/blog/index.js.LICENSE.txt +0 -5
  151. package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
  152. package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
@@ -6300,6 +6300,421 @@ h5,
6300
6300
  transform: translate(50%, -50%);
6301
6301
  }
6302
6302
 
6303
+ /**color by character**/
6304
+ /** Font family **/
6305
+ /** Font weight **/
6306
+ .carousel__display-block___utsUU {
6307
+ display: block;
6308
+ }
6309
+ .carousel__inline-block___r5jIE,
6310
+ .carousel__inlineBlock___CweDs {
6311
+ display: inline-block;
6312
+ }
6313
+ .carousel__flex-row___dT_l6 {
6314
+ display: flex;
6315
+ }
6316
+ .carousel__flex-column___bsAla,
6317
+ .carousel__flexColumn___XGHeP {
6318
+ display: flex;
6319
+ flex-direction: column;
6320
+ }
6321
+ .carousel__flex-align-center___RXd0L,
6322
+ .carousel__flexAlignCenter___xwCsl {
6323
+ display: flex;
6324
+ align-items: center;
6325
+ }
6326
+ .carousel__flex-justify-center___TME7Y,
6327
+ .carousel__flexJustifyCenter___WgnF3 {
6328
+ display: flex;
6329
+ justify-content: center;
6330
+ }
6331
+ .carousel__flex-center___XZwk8,
6332
+ .carousel__flexCenter___r6nnD {
6333
+ display: flex;
6334
+ justify-content: center;
6335
+ align-items: center;
6336
+ }
6337
+ .carousel__justify-start___zWbwC,
6338
+ .carousel__justifyStart___LixAq {
6339
+ justify-content: flex-start;
6340
+ }
6341
+ .carousel__justify-end___im5_L,
6342
+ .carousel__justifyEnd___tPVVJ {
6343
+ justify-content: flex-end;
6344
+ }
6345
+ .carousel__justify-between___e4Kcp,
6346
+ .carousel__justifyBetween___x2p0g {
6347
+ justify-content: space-between;
6348
+ }
6349
+ .carousel__justify-around___SPh3u,
6350
+ .carousel__justifyAround___XrmYt {
6351
+ justify-content: space-around;
6352
+ }
6353
+ .carousel__justify-evenly___FN8sv,
6354
+ .carousel__justifyEvenly___T1Av0 {
6355
+ justify-content: space-evenly;
6356
+ }
6357
+ h1,
6358
+ .carousel__h1___ee7pZ {
6359
+ font-weight: 700;
6360
+ font-size: 28px;
6361
+ line-height: 42px;
6362
+ letter-spacing: -0.03em;
6363
+ color: var(--textHeading, #26201a);
6364
+ }
6365
+ @media only screen and (min-width: 769px) {
6366
+ h1,
6367
+ .carousel__h1___ee7pZ {
6368
+ font-size: 36px;
6369
+ line-height: 48px;
6370
+ }
6371
+ }
6372
+ h2,
6373
+ .carousel__h2___ZNSIB {
6374
+ font-weight: 700;
6375
+ font-size: 28px;
6376
+ line-height: 36px;
6377
+ letter-spacing: -0.03em;
6378
+ color: var(--textHeading, #26201a);
6379
+ }
6380
+ @media only screen and (min-width: 769px) {
6381
+ h2,
6382
+ .carousel__h2___ZNSIB {
6383
+ font-size: 32px;
6384
+ line-height: 42px;
6385
+ }
6386
+ }
6387
+ h3,
6388
+ .carousel__h3___TRk7C {
6389
+ font-weight: 700;
6390
+ letter-spacing: -0.02em;
6391
+ color: var(--textHeading, #26201a);
6392
+ font-size: 24px;
6393
+ line-height: 32px;
6394
+ }
6395
+ @media only screen and (min-width: 769px) {
6396
+ h3,
6397
+ .carousel__h3___TRk7C {
6398
+ font-weight: 700;
6399
+ letter-spacing: -0.02em;
6400
+ color: var(--textHeading, #26201a);
6401
+ font-size: 28px;
6402
+ line-height: 36px;
6403
+ }
6404
+ }
6405
+ h4,
6406
+ .carousel__h4___v15SC {
6407
+ font-weight: 600;
6408
+ letter-spacing: -0.02em;
6409
+ color: var(--textHeading, #26201a);
6410
+ font-size: 16px;
6411
+ line-height: 1.5;
6412
+ }
6413
+ @media only screen and (min-width: 769px) {
6414
+ h4,
6415
+ .carousel__h4___v15SC {
6416
+ font-weight: 600;
6417
+ letter-spacing: -0.02em;
6418
+ color: var(--textHeading, #26201a);
6419
+ font-size: 20px;
6420
+ line-height: 1.5;
6421
+ }
6422
+ }
6423
+ h5,
6424
+ .carousel__h5___8ITca {
6425
+ font-weight: 600;
6426
+ font-size: 14px;
6427
+ line-height: 16px;
6428
+ letter-spacing: -0.02em;
6429
+ color: var(--textHeading, #26201a);
6430
+ }
6431
+ @media only screen and (min-width: 769px) {
6432
+ h5,
6433
+ .carousel__h5___8ITca {
6434
+ font-size: 16px;
6435
+ line-height: 18px;
6436
+ }
6437
+ }
6438
+ .carousel__b1___BJlKm {
6439
+ font-weight: 400;
6440
+ font-size: 14px;
6441
+ line-height: 18px;
6442
+ letter-spacing: -0.02em;
6443
+ color: var(--textBody, #3c3131);
6444
+ }
6445
+ @media only screen and (min-width: 769px) {
6446
+ .carousel__b1___BJlKm {
6447
+ font-size: 16px;
6448
+ line-height: 20px;
6449
+ }
6450
+ }
6451
+ .carousel__b-small___eEZM0,
6452
+ .carousel__bSmall___z55Bs,
6453
+ .carousel__b2___OCSqn {
6454
+ font-weight: 400;
6455
+ letter-spacing: -0.02em;
6456
+ color: var(--textBody, #3c3131);
6457
+ font-size: 12px;
6458
+ line-height: 16px;
6459
+ }
6460
+ @media only screen and (min-width: 769px) {
6461
+ .carousel__b-small___eEZM0,
6462
+ .carousel__bSmall___z55Bs,
6463
+ .carousel__b2___OCSqn {
6464
+ font-weight: 400;
6465
+ letter-spacing: -0.02em;
6466
+ color: var(--textBody, #3c3131);
6467
+ font-size: 14px;
6468
+ line-height: 18px;
6469
+ }
6470
+ }
6471
+ .carousel__d1___HGZ3m {
6472
+ font-size: 36px;
6473
+ font-weight: 700;
6474
+ line-height: 48px;
6475
+ letter-spacing: -0.02em;
6476
+ }
6477
+ @media only screen and (min-width: 769px) {
6478
+ .carousel__d1___HGZ3m {
6479
+ font-size: 64px;
6480
+ line-height: 85px;
6481
+ letter-spacing: -0.03em;
6482
+ }
6483
+ }
6484
+ .carousel__caption-medium___geBOh,
6485
+ .carousel__captionMedium___fKLRf {
6486
+ font-size: 12px;
6487
+ line-height: 1.5;
6488
+ letter-spacing: -0.02em;
6489
+ font-weight: 500;
6490
+ }
6491
+ @media only screen and (max-width: 480px) {
6492
+ .carousel__caption-medium___geBOh,
6493
+ .carousel__captionMedium___fKLRf {
6494
+ font-size: 11px;
6495
+ }
6496
+ }
6497
+ .carousel__caption-semi-bold___mn18z,
6498
+ .carousel__captionSemiBold___USgYk {
6499
+ font-size: 12px;
6500
+ line-height: 1.5;
6501
+ letter-spacing: -0.02em;
6502
+ font-weight: 600;
6503
+ }
6504
+ @media only screen and (max-width: 480px) {
6505
+ .carousel__caption-semi-bold___mn18z,
6506
+ .carousel__captionSemiBold___USgYk {
6507
+ font-size: 11px;
6508
+ }
6509
+ }
6510
+ .carousel__btn-link___glyDY,
6511
+ .carousel__btnLink___eQWdx {
6512
+ font-weight: 500;
6513
+ letter-spacing: -0.02em;
6514
+ font-size: 12px;
6515
+ line-height: 14px;
6516
+ border-radius: var(--buttonRadius, 0px);
6517
+ cursor: pointer;
6518
+ color: var(--buttonLink, #b1655b);
6519
+ text-decoration: underline;
6520
+ background: none;
6521
+ border: none;
6522
+ }
6523
+ @media only screen and (min-width: 769px) {
6524
+ .carousel__btn-link___glyDY,
6525
+ .carousel__btnLink___eQWdx {
6526
+ font-weight: 500;
6527
+ letter-spacing: -0.02em;
6528
+ font-size: 14px;
6529
+ line-height: 16px;
6530
+ }
6531
+ }
6532
+ .carousel__btn-link___glyDY:hover,
6533
+ .carousel__btnLink___eQWdx:hover {
6534
+ color: var(--buttonLinkL1, #c1847c);
6535
+ }
6536
+ .carousel__btn-link___glyDY:disabled,
6537
+ .carousel__btnLink___eQWdx:disabled {
6538
+ color: var(--buttonLinkL2, #d0a39d);
6539
+ }
6540
+ .carousel__btn-link___glyDY:active,
6541
+ .carousel__btnLink___eQWdx:active {
6542
+ opacity: 0.8;
6543
+ }
6544
+ .carousel__user-select-none___e3b8_,
6545
+ .carousel__userSelectNone___UTFsk {
6546
+ user-select: none;
6547
+ -moz-user-select: none;
6548
+ -webkit-user-select: none;
6549
+ -ms-user-select: none;
6550
+ }
6551
+ .carousel__margin-0-auto___V6g65,
6552
+ .carousel__margin0auto___ySsps {
6553
+ margin: 0 auto;
6554
+ }
6555
+ .carousel__base-page-container___E6gwT,
6556
+ .carousel__basePageContainer___AGzmu {
6557
+ max-width: 1440px !important;
6558
+ }
6559
+ .carousel__remove-scroll___Pt0wR,
6560
+ .carousel__removeScroll___H2sDy {
6561
+ overflow-y: hidden !important;
6562
+ }
6563
+ .carousel__mr-5___zrCxV,
6564
+ .carousel__mr5___xkDz3 {
6565
+ margin-inline-end: 30px !important;
6566
+ }
6567
+ .carousel__mr-2___GMegU,
6568
+ .carousel__mr2___LW6Mf {
6569
+ margin-inline-end: 5px !important;
6570
+ }
6571
+ .carousel__py-5___X5LkA,
6572
+ .carousel__py5___H8tFM {
6573
+ padding-top: 1.875rem !important;
6574
+ padding-bottom: 1.875rem !important;
6575
+ }
6576
+ .carousel__view-all-text___xIJti,
6577
+ .carousel__viewAllText___UKfLU {
6578
+ font-size: 20px;
6579
+ font-weight: 400;
6580
+ text-transform: lowercase;
6581
+ text-decoration: underline;
6582
+ }
6583
+ .carousel__view-all-mobile___KN5tC,
6584
+ .carousel__viewAllMobile___UqtjR {
6585
+ display: none;
6586
+ }
6587
+ @media only screen and (max-width: 768px) {
6588
+ .carousel__view-all-mobile___KN5tC,
6589
+ .carousel__viewAllMobile___UqtjR {
6590
+ display: flex;
6591
+ align-items: center;
6592
+ justify-content: center;
6593
+ margin-top: 40px;
6594
+ }
6595
+ }
6596
+ @media only screen and (max-width: 480px) {
6597
+ .carousel__view-all-mobile___KN5tC,
6598
+ .carousel__viewAllMobile___UqtjR {
6599
+ margin-top: 24px;
6600
+ }
6601
+ }
6602
+ .carousel__accent-btn___ljV96,
6603
+ .carousel__accentBtn___eeYUW {
6604
+ background-color: var(--accentColor);
6605
+ color: #fff;
6606
+ }
6607
+ .carousel__no-scroll___Yl9Wg,
6608
+ .carousel__noScroll___V3m9I {
6609
+ overflow-y: hidden;
6610
+ }
6611
+ .carousel__hide-overflow___RSirN,
6612
+ .carousel__hideOverflow___O7cOa {
6613
+ overflow: hidden;
6614
+ }
6615
+ .carousel__markdown-body___mCpXK h6 {
6616
+ margin-top: 0 !important;
6617
+ margin-bottom: 0 !important;
6618
+ }
6619
+ @media only screen and (max-width: 480px) {
6620
+ .carousel__markdown-body___mCpXK {
6621
+ font-size: 12px !important;
6622
+ padding: 5px !important;
6623
+ }
6624
+ }
6625
+ .carousel__view3d-canvas___iHO9u {
6626
+ width: 100%;
6627
+ height: 100%;
6628
+ }
6629
+ @media only screen and (max-width: 480px) {
6630
+ .carousel__view-mobile-up___Okb4u {
6631
+ display: none !important;
6632
+ }
6633
+ }
6634
+ @media only screen and (min-width: 481px) {
6635
+ .carousel__view-mobile___l_iEN {
6636
+ display: none !important;
6637
+ }
6638
+ }
6639
+ .carousel__carousel___zSABm {
6640
+ position: relative;
6641
+ }
6642
+ .carousel__carouselContent___QZKSp {
6643
+ overflow: hidden;
6644
+ }
6645
+ .carousel__carouselTrack___aUjv6 {
6646
+ display: flex;
6647
+ }
6648
+ carouselTrackHorizontal {
6649
+ margin-left: -1rem;
6650
+ }
6651
+ carouselTrackVertical {
6652
+ flex-direction: column;
6653
+ margin-top: -1rem;
6654
+ }
6655
+ .carousel__carouselItem___zlVkY {
6656
+ min-width: 0;
6657
+ flex: 0 0 100%;
6658
+ }
6659
+ carouselItemHorizontal {
6660
+ padding-left: 1rem;
6661
+ }
6662
+ carouselItemVertical {
6663
+ padding-top: 1rem;
6664
+ }
6665
+ .carousel__carouselBtn___Z49nh {
6666
+ position: absolute;
6667
+ width: 1em;
6668
+ height: 1em;
6669
+ border-radius: 50%;
6670
+ font-size: 48px;
6671
+ transition: background-color 0.3s ease-in-out;
6672
+ display: flex;
6673
+ align-items: center;
6674
+ justify-content: center;
6675
+ border: 1px solid var(--dividerStokes, #d4d1d1);
6676
+ }
6677
+ .carousel__carouselBtn___Z49nh:hover {
6678
+ box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
6679
+ background: var(--themeAccentL4, #f8f8f8);
6680
+ }
6681
+ .carousel__carouselBtnIcon___uNRV7 {
6682
+ width: 0.8em;
6683
+ height: 0.8em;
6684
+ font-size: inherit;
6685
+ }
6686
+ .carousel__carouselPrevBtnHorizontal___eAomj {
6687
+ left: 20px;
6688
+ top: 50%;
6689
+ transform: translateY(-50%);
6690
+ }
6691
+ .carousel__carouselPrevBtnVertical___a0PqM {
6692
+ top: -36px;
6693
+ left: 50%;
6694
+ transform: translateX(-50%) rotate(90deg);
6695
+ }
6696
+ .carousel__carouselNextBtnHorizontal___AGucw {
6697
+ right: 20px;
6698
+ top: 50%;
6699
+ transform: translateY(-50%) rotate(180deg);
6700
+ }
6701
+ .carousel__carouselNextBtnVertical___zrvAb {
6702
+ bottom: -36px;
6703
+ left: 50%;
6704
+ transform: translateX(-50%) rotate(-90deg);
6705
+ }
6706
+ .carousel__srOnly___Q1z_4 {
6707
+ position: absolute;
6708
+ width: 1px;
6709
+ height: 1px;
6710
+ padding: 0;
6711
+ margin: -1px;
6712
+ overflow: hidden;
6713
+ clip: rect(0, 0, 0, 0);
6714
+ white-space: nowrap;
6715
+ border-width: 0;
6716
+ }
6717
+
6303
6718
  /**color by character**/
6304
6719
  /** Font family **/
6305
6720
  /** Font weight **/
@@ -7638,6 +8053,7 @@ h5,
7638
8053
  box-sizing: border-box;
7639
8054
  width: 100%;
7640
8055
  background-color: transparent;
8056
+ font-weight: 500;
7641
8057
  }
7642
8058
  @media only screen and (max-width: 480px) {
7643
8059
  .fy-input__fyInput___S4Mtu {
@@ -7657,7 +8073,9 @@ h5,
7657
8073
  outline: none;
7658
8074
  }
7659
8075
  .fy-input__fyInput___S4Mtu:disabled {
7660
- color: var(--textSecondary);
8076
+ color: var(--textSecondary, #9c9c9c);
8077
+ border-color: var(--overlaypopupdividerstroke, #e0e0e0);
8078
+ font-weight: 400;
7661
8079
  }
7662
8080
  .fy-input__fyInput___S4Mtu:focus {
7663
8081
  border-color: var(--buttonPrimary, #4e3f09);
@@ -7678,8 +8096,11 @@ h5,
7678
8096
  height: 48px;
7679
8097
  }
7680
8098
  .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
7681
- border: 1px solid #cccccc;
8099
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
7682
8100
  cursor: not-allowed;
8101
+ pointer-events: auto;
8102
+ }
8103
+ .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
7683
8104
  pointer-events: none;
7684
8105
  }
7685
8106
  .fy-input__outlined___CEaKm.fy-input__medium___L3QsD {