@gofynd/theme-template 3.2.14 → 3.2.16
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.
- package/dist/components/address-form/address-form.css +125 -2
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.css +18 -2
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.css +18 -2
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/carousel/carousel.css +415 -0
- package/dist/components/carousel/carousel.js +1 -0
- package/dist/components/core/fy-button/fy-button.js +1 -1
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.css +8 -2
- package/dist/components/count-down/count-down.js +1 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
- package/dist/components/filter-modal/filter-modal.css +8 -2
- package/dist/components/form-builder/form-builder.css +15 -2
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +125 -2
- package/dist/components/index.js +1 -1
- package/dist/components/loader/loader.js +1 -1
- package/dist/components/location-modal/location-modal.css +8 -2
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +125 -11
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/range-slider/range-slider.css +8 -2
- package/dist/components/shipment-item/shipment-item.css +50 -3
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/verify-mobile/verify-mobile.css +523 -0
- package/dist/components/verify-mobile/verify-mobile.js +1 -0
- package/dist/index.css +1089 -399
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
- package/dist/page-layouts/compare/compare.css +423 -2
- package/dist/page-layouts/compare/compare.js +1 -2
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -2
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.css +166 -136
- package/dist/pages/blog/blog.js +1 -2
- package/dist/pages/blog/index.css +166 -136
- package/dist/pages/blog/index.js +1 -2
- package/dist/pages/cart/cart.css +18 -2
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +18 -2
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +37 -7
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -7
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +8 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +8 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +7 -0
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +7 -0
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +929 -0
- package/dist/pages/forgot-password/forget-password.js +1 -1
- package/dist/pages/forgot-password/index.css +929 -0
- package/dist/pages/forgot-password/index.js +1 -1
- package/dist/pages/index.css +982 -399
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +7 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +7 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +8 -2
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +8 -2
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +423 -2
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +423 -2
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
- package/dist/pages/profile/email/email.css +8 -2
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.css +8 -2
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.css +8 -2
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.css +15 -2
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.css +15 -2
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.css +8 -2
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/register/index.css +7 -0
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +7 -0
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.css +423 -2
- package/dist/pages/wishlist/index.js +1 -2
- package/dist/pages/wishlist/wishlist.css +423 -2
- package/dist/pages/wishlist/wishlist.js +1 -2
- package/package.json +9 -4
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
- package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
- package/dist/pages/blog/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
|
@@ -861,3 +861,932 @@ h5,
|
|
|
861
861
|
width: 100%;
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
+
/**color by character**/
|
|
865
|
+
/** Font family **/
|
|
866
|
+
/** Font weight **/
|
|
867
|
+
.mobile-number__display-block___qyBu8 {
|
|
868
|
+
display: block;
|
|
869
|
+
}
|
|
870
|
+
.mobile-number__inline-block___MYZV6,
|
|
871
|
+
.mobile-number__inlineBlock___QUXPW {
|
|
872
|
+
display: inline-block;
|
|
873
|
+
}
|
|
874
|
+
.mobile-number__flex-row___CjBXK {
|
|
875
|
+
display: flex;
|
|
876
|
+
}
|
|
877
|
+
.mobile-number__flex-column___k54vA,
|
|
878
|
+
.mobile-number__flexColumn___DDoK0 {
|
|
879
|
+
display: flex;
|
|
880
|
+
flex-direction: column;
|
|
881
|
+
}
|
|
882
|
+
.mobile-number__flex-align-center___Jau8x,
|
|
883
|
+
.mobile-number__flexAlignCenter___CeeAr {
|
|
884
|
+
display: flex;
|
|
885
|
+
align-items: center;
|
|
886
|
+
}
|
|
887
|
+
.mobile-number__flex-justify-center___Z6Vyb,
|
|
888
|
+
.mobile-number__flexJustifyCenter___FgkRS {
|
|
889
|
+
display: flex;
|
|
890
|
+
justify-content: center;
|
|
891
|
+
}
|
|
892
|
+
.mobile-number__flex-center___xdj5_,
|
|
893
|
+
.mobile-number__flexCenter___wKmC4 {
|
|
894
|
+
display: flex;
|
|
895
|
+
justify-content: center;
|
|
896
|
+
align-items: center;
|
|
897
|
+
}
|
|
898
|
+
.mobile-number__justify-start____Vo8N,
|
|
899
|
+
.mobile-number__justifyStart___MGJRS {
|
|
900
|
+
justify-content: flex-start;
|
|
901
|
+
}
|
|
902
|
+
.mobile-number__justify-end___eLOPN,
|
|
903
|
+
.mobile-number__justifyEnd___AF7le {
|
|
904
|
+
justify-content: flex-end;
|
|
905
|
+
}
|
|
906
|
+
.mobile-number__justify-between___WcXFg,
|
|
907
|
+
.mobile-number__justifyBetween___fPXd1 {
|
|
908
|
+
justify-content: space-between;
|
|
909
|
+
}
|
|
910
|
+
.mobile-number__justify-around___MjgNl,
|
|
911
|
+
.mobile-number__justifyAround___KpA9D {
|
|
912
|
+
justify-content: space-around;
|
|
913
|
+
}
|
|
914
|
+
.mobile-number__justify-evenly___i7r2G,
|
|
915
|
+
.mobile-number__justifyEvenly___sfqQl {
|
|
916
|
+
justify-content: space-evenly;
|
|
917
|
+
}
|
|
918
|
+
h1,
|
|
919
|
+
.mobile-number__h1___YsXQ2 {
|
|
920
|
+
font-weight: 700;
|
|
921
|
+
font-size: 28px;
|
|
922
|
+
line-height: 42px;
|
|
923
|
+
letter-spacing: -0.03em;
|
|
924
|
+
color: var(--textHeading, #26201a);
|
|
925
|
+
}
|
|
926
|
+
@media only screen and (min-width: 769px) {
|
|
927
|
+
h1,
|
|
928
|
+
.mobile-number__h1___YsXQ2 {
|
|
929
|
+
font-size: 36px;
|
|
930
|
+
line-height: 48px;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
h2,
|
|
934
|
+
.mobile-number__h2___fnil5 {
|
|
935
|
+
font-weight: 700;
|
|
936
|
+
font-size: 28px;
|
|
937
|
+
line-height: 36px;
|
|
938
|
+
letter-spacing: -0.03em;
|
|
939
|
+
color: var(--textHeading, #26201a);
|
|
940
|
+
}
|
|
941
|
+
@media only screen and (min-width: 769px) {
|
|
942
|
+
h2,
|
|
943
|
+
.mobile-number__h2___fnil5 {
|
|
944
|
+
font-size: 32px;
|
|
945
|
+
line-height: 42px;
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
h3,
|
|
949
|
+
.mobile-number__h3___lJsgE {
|
|
950
|
+
font-weight: 700;
|
|
951
|
+
letter-spacing: -0.02em;
|
|
952
|
+
color: var(--textHeading, #26201a);
|
|
953
|
+
font-size: 24px;
|
|
954
|
+
line-height: 32px;
|
|
955
|
+
}
|
|
956
|
+
@media only screen and (min-width: 769px) {
|
|
957
|
+
h3,
|
|
958
|
+
.mobile-number__h3___lJsgE {
|
|
959
|
+
font-weight: 700;
|
|
960
|
+
letter-spacing: -0.02em;
|
|
961
|
+
color: var(--textHeading, #26201a);
|
|
962
|
+
font-size: 28px;
|
|
963
|
+
line-height: 36px;
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
h4,
|
|
967
|
+
.mobile-number__h4___SjTB8 {
|
|
968
|
+
font-weight: 600;
|
|
969
|
+
letter-spacing: -0.02em;
|
|
970
|
+
color: var(--textHeading, #26201a);
|
|
971
|
+
font-size: 16px;
|
|
972
|
+
line-height: 1.5;
|
|
973
|
+
}
|
|
974
|
+
@media only screen and (min-width: 769px) {
|
|
975
|
+
h4,
|
|
976
|
+
.mobile-number__h4___SjTB8 {
|
|
977
|
+
font-weight: 600;
|
|
978
|
+
letter-spacing: -0.02em;
|
|
979
|
+
color: var(--textHeading, #26201a);
|
|
980
|
+
font-size: 20px;
|
|
981
|
+
line-height: 1.5;
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
h5,
|
|
985
|
+
.mobile-number__h5___P0Xrk {
|
|
986
|
+
font-weight: 600;
|
|
987
|
+
font-size: 14px;
|
|
988
|
+
line-height: 16px;
|
|
989
|
+
letter-spacing: -0.02em;
|
|
990
|
+
color: var(--textHeading, #26201a);
|
|
991
|
+
}
|
|
992
|
+
@media only screen and (min-width: 769px) {
|
|
993
|
+
h5,
|
|
994
|
+
.mobile-number__h5___P0Xrk {
|
|
995
|
+
font-size: 16px;
|
|
996
|
+
line-height: 18px;
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
.mobile-number__b1___LJ6HO {
|
|
1000
|
+
font-weight: 400;
|
|
1001
|
+
font-size: 14px;
|
|
1002
|
+
line-height: 18px;
|
|
1003
|
+
letter-spacing: -0.02em;
|
|
1004
|
+
color: var(--textBody, #3c3131);
|
|
1005
|
+
}
|
|
1006
|
+
@media only screen and (min-width: 769px) {
|
|
1007
|
+
.mobile-number__b1___LJ6HO {
|
|
1008
|
+
font-size: 16px;
|
|
1009
|
+
line-height: 20px;
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
.mobile-number__b-small___ruOye,
|
|
1013
|
+
.mobile-number__bSmall___oL7Rh,
|
|
1014
|
+
.mobile-number__b2___k5XAO {
|
|
1015
|
+
font-weight: 400;
|
|
1016
|
+
letter-spacing: -0.02em;
|
|
1017
|
+
color: var(--textBody, #3c3131);
|
|
1018
|
+
font-size: 12px;
|
|
1019
|
+
line-height: 16px;
|
|
1020
|
+
}
|
|
1021
|
+
@media only screen and (min-width: 769px) {
|
|
1022
|
+
.mobile-number__b-small___ruOye,
|
|
1023
|
+
.mobile-number__bSmall___oL7Rh,
|
|
1024
|
+
.mobile-number__b2___k5XAO {
|
|
1025
|
+
font-weight: 400;
|
|
1026
|
+
letter-spacing: -0.02em;
|
|
1027
|
+
color: var(--textBody, #3c3131);
|
|
1028
|
+
font-size: 14px;
|
|
1029
|
+
line-height: 18px;
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
.mobile-number__d1___xAEMS {
|
|
1033
|
+
font-size: 36px;
|
|
1034
|
+
font-weight: 700;
|
|
1035
|
+
line-height: 48px;
|
|
1036
|
+
letter-spacing: -0.02em;
|
|
1037
|
+
}
|
|
1038
|
+
@media only screen and (min-width: 769px) {
|
|
1039
|
+
.mobile-number__d1___xAEMS {
|
|
1040
|
+
font-size: 64px;
|
|
1041
|
+
line-height: 85px;
|
|
1042
|
+
letter-spacing: -0.03em;
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
.mobile-number__caption-medium___syZZb,
|
|
1046
|
+
.mobile-number__captionMedium___iKNxh {
|
|
1047
|
+
font-size: 12px;
|
|
1048
|
+
line-height: 1.5;
|
|
1049
|
+
letter-spacing: -0.02em;
|
|
1050
|
+
font-weight: 500;
|
|
1051
|
+
}
|
|
1052
|
+
@media only screen and (max-width: 480px) {
|
|
1053
|
+
.mobile-number__caption-medium___syZZb,
|
|
1054
|
+
.mobile-number__captionMedium___iKNxh {
|
|
1055
|
+
font-size: 11px;
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
.mobile-number__caption-semi-bold___Rbomr,
|
|
1059
|
+
.mobile-number__captionSemiBold___cKKg4 {
|
|
1060
|
+
font-size: 12px;
|
|
1061
|
+
line-height: 1.5;
|
|
1062
|
+
letter-spacing: -0.02em;
|
|
1063
|
+
font-weight: 600;
|
|
1064
|
+
}
|
|
1065
|
+
@media only screen and (max-width: 480px) {
|
|
1066
|
+
.mobile-number__caption-semi-bold___Rbomr,
|
|
1067
|
+
.mobile-number__captionSemiBold___cKKg4 {
|
|
1068
|
+
font-size: 11px;
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
.mobile-number__btn-link___QbUx_,
|
|
1072
|
+
.mobile-number__btnLink___dTaco {
|
|
1073
|
+
font-weight: 500;
|
|
1074
|
+
letter-spacing: -0.02em;
|
|
1075
|
+
font-size: 12px;
|
|
1076
|
+
line-height: 14px;
|
|
1077
|
+
border-radius: var(--buttonRadius, 0px);
|
|
1078
|
+
cursor: pointer;
|
|
1079
|
+
color: var(--buttonLink, #b1655b);
|
|
1080
|
+
text-decoration: underline;
|
|
1081
|
+
background: none;
|
|
1082
|
+
border: none;
|
|
1083
|
+
}
|
|
1084
|
+
@media only screen and (min-width: 769px) {
|
|
1085
|
+
.mobile-number__btn-link___QbUx_,
|
|
1086
|
+
.mobile-number__btnLink___dTaco {
|
|
1087
|
+
font-weight: 500;
|
|
1088
|
+
letter-spacing: -0.02em;
|
|
1089
|
+
font-size: 14px;
|
|
1090
|
+
line-height: 16px;
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
.mobile-number__btn-link___QbUx_:hover,
|
|
1094
|
+
.mobile-number__btnLink___dTaco:hover {
|
|
1095
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
1096
|
+
}
|
|
1097
|
+
.mobile-number__btn-link___QbUx_:disabled,
|
|
1098
|
+
.mobile-number__btnLink___dTaco:disabled {
|
|
1099
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
1100
|
+
}
|
|
1101
|
+
.mobile-number__btn-link___QbUx_:active,
|
|
1102
|
+
.mobile-number__btnLink___dTaco:active {
|
|
1103
|
+
opacity: 0.8;
|
|
1104
|
+
}
|
|
1105
|
+
.mobile-number__user-select-none___B6Pum,
|
|
1106
|
+
.mobile-number__userSelectNone___fKTUE {
|
|
1107
|
+
user-select: none;
|
|
1108
|
+
-moz-user-select: none;
|
|
1109
|
+
-webkit-user-select: none;
|
|
1110
|
+
-ms-user-select: none;
|
|
1111
|
+
}
|
|
1112
|
+
.mobile-number__margin-0-auto___dJpok,
|
|
1113
|
+
.mobile-number__margin0auto___dwzed {
|
|
1114
|
+
margin: 0 auto;
|
|
1115
|
+
}
|
|
1116
|
+
.mobile-number__base-page-container___AjFDR,
|
|
1117
|
+
.mobile-number__basePageContainer___c8a0F {
|
|
1118
|
+
max-width: 1440px !important;
|
|
1119
|
+
}
|
|
1120
|
+
.mobile-number__remove-scroll___r2Ka6,
|
|
1121
|
+
.mobile-number__removeScroll___hiYOj {
|
|
1122
|
+
overflow-y: hidden !important;
|
|
1123
|
+
}
|
|
1124
|
+
.mobile-number__mr-5___gRl4u,
|
|
1125
|
+
.mobile-number__mr5___tOVbz {
|
|
1126
|
+
margin-inline-end: 30px !important;
|
|
1127
|
+
}
|
|
1128
|
+
.mobile-number__mr-2___UJPQR,
|
|
1129
|
+
.mobile-number__mr2___V6EUH {
|
|
1130
|
+
margin-inline-end: 5px !important;
|
|
1131
|
+
}
|
|
1132
|
+
.mobile-number__py-5___Co0IS,
|
|
1133
|
+
.mobile-number__py5___LSFQJ {
|
|
1134
|
+
padding-top: 1.875rem !important;
|
|
1135
|
+
padding-bottom: 1.875rem !important;
|
|
1136
|
+
}
|
|
1137
|
+
.mobile-number__view-all-text___vQYy5,
|
|
1138
|
+
.mobile-number__viewAllText___E0uSb {
|
|
1139
|
+
font-size: 20px;
|
|
1140
|
+
font-weight: 400;
|
|
1141
|
+
text-transform: lowercase;
|
|
1142
|
+
text-decoration: underline;
|
|
1143
|
+
}
|
|
1144
|
+
.mobile-number__view-all-mobile___fq3th,
|
|
1145
|
+
.mobile-number__viewAllMobile___ZPVFD {
|
|
1146
|
+
display: none;
|
|
1147
|
+
}
|
|
1148
|
+
@media only screen and (max-width: 768px) {
|
|
1149
|
+
.mobile-number__view-all-mobile___fq3th,
|
|
1150
|
+
.mobile-number__viewAllMobile___ZPVFD {
|
|
1151
|
+
display: flex;
|
|
1152
|
+
align-items: center;
|
|
1153
|
+
justify-content: center;
|
|
1154
|
+
margin-top: 40px;
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
@media only screen and (max-width: 480px) {
|
|
1158
|
+
.mobile-number__view-all-mobile___fq3th,
|
|
1159
|
+
.mobile-number__viewAllMobile___ZPVFD {
|
|
1160
|
+
margin-top: 24px;
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
.mobile-number__accent-btn___RsFl3,
|
|
1164
|
+
.mobile-number__accentBtn___cwLpn {
|
|
1165
|
+
background-color: var(--accentColor);
|
|
1166
|
+
color: #fff;
|
|
1167
|
+
}
|
|
1168
|
+
.mobile-number__no-scroll___UqaP4,
|
|
1169
|
+
.mobile-number__noScroll___XOETB {
|
|
1170
|
+
overflow-y: hidden;
|
|
1171
|
+
}
|
|
1172
|
+
.mobile-number__hide-overflow___Mnb1N,
|
|
1173
|
+
.mobile-number__hideOverflow___x4ay2 {
|
|
1174
|
+
overflow: hidden;
|
|
1175
|
+
}
|
|
1176
|
+
.mobile-number__markdown-body___EffG7 h6 {
|
|
1177
|
+
margin-top: 0 !important;
|
|
1178
|
+
margin-bottom: 0 !important;
|
|
1179
|
+
}
|
|
1180
|
+
@media only screen and (max-width: 480px) {
|
|
1181
|
+
.mobile-number__markdown-body___EffG7 {
|
|
1182
|
+
font-size: 12px !important;
|
|
1183
|
+
padding: 5px !important;
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
.mobile-number__view3d-canvas___XZ8Pk {
|
|
1187
|
+
width: 100%;
|
|
1188
|
+
height: 100%;
|
|
1189
|
+
}
|
|
1190
|
+
@media only screen and (max-width: 480px) {
|
|
1191
|
+
.mobile-number__view-mobile-up___Sw1Cs {
|
|
1192
|
+
display: none !important;
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
@media only screen and (min-width: 481px) {
|
|
1196
|
+
.mobile-number__view-mobile___eoXeR {
|
|
1197
|
+
display: none !important;
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
.mobile-number__additionalLableClasses___ceKOA {
|
|
1201
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
1202
|
+
color: var(--textLabel, #7d7676);
|
|
1203
|
+
font-size: 12px;
|
|
1204
|
+
font-style: normal;
|
|
1205
|
+
font-weight: 400;
|
|
1206
|
+
}
|
|
1207
|
+
.mobile-number__mobileInputWrapper___Na12n {
|
|
1208
|
+
display: flex;
|
|
1209
|
+
flex-direction: column;
|
|
1210
|
+
}
|
|
1211
|
+
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
1212
|
+
color: var(--errorText, #ff3333);
|
|
1213
|
+
font-size: 12px;
|
|
1214
|
+
font-style: normal;
|
|
1215
|
+
font-weight: 400;
|
|
1216
|
+
line-height: 16.8px;
|
|
1217
|
+
margin-top: 5px;
|
|
1218
|
+
}
|
|
1219
|
+
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
1220
|
+
color: var(--errorText, #ff3333);
|
|
1221
|
+
font-size: 12px;
|
|
1222
|
+
font-style: normal;
|
|
1223
|
+
font-weight: 400;
|
|
1224
|
+
line-height: 16.8px;
|
|
1225
|
+
}
|
|
1226
|
+
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
1227
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1228
|
+
}
|
|
1229
|
+
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
1230
|
+
height: auto;
|
|
1231
|
+
}
|
|
1232
|
+
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
|
|
1233
|
+
border-inline: none;
|
|
1234
|
+
padding-inline-end: 4px;
|
|
1235
|
+
}
|
|
1236
|
+
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
|
|
1237
|
+
width: 100%;
|
|
1238
|
+
font-weight: 400;
|
|
1239
|
+
display: flex;
|
|
1240
|
+
border-inline-start: none;
|
|
1241
|
+
padding-inline-start: 4px;
|
|
1242
|
+
}
|
|
1243
|
+
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
|
|
1244
|
+
outline: none;
|
|
1245
|
+
}
|
|
1246
|
+
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG::placeholder {
|
|
1247
|
+
color: var(--textLabel, #7d7676);
|
|
1248
|
+
opacity: 0.3;
|
|
1249
|
+
}
|
|
1250
|
+
.mobile-number__required___yHCeh {
|
|
1251
|
+
color: var(--errorText, #ff3333);
|
|
1252
|
+
}
|
|
1253
|
+
.mobile-number__countryDropdown___GP6Fo {
|
|
1254
|
+
background-color: aquamarine;
|
|
1255
|
+
}
|
|
1256
|
+
.mobile-number__inputTitle___QKLCn {
|
|
1257
|
+
position: absolute;
|
|
1258
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
1259
|
+
padding: 0 4px;
|
|
1260
|
+
margin: 0 12px;
|
|
1261
|
+
z-index: 1;
|
|
1262
|
+
transform: translateY(-50%);
|
|
1263
|
+
color: var(--textLabel);
|
|
1264
|
+
font-size: 12px;
|
|
1265
|
+
font-style: normal;
|
|
1266
|
+
font-weight: 400;
|
|
1267
|
+
line-height: 16.8px;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
/**color by character**/
|
|
1271
|
+
/** Font family **/
|
|
1272
|
+
/** Font weight **/
|
|
1273
|
+
.verify-mobile__display-block___Xkv0Q {
|
|
1274
|
+
display: block;
|
|
1275
|
+
}
|
|
1276
|
+
.verify-mobile__inline-block___c0LKD,
|
|
1277
|
+
.verify-mobile__inlineBlock___OYbnO {
|
|
1278
|
+
display: inline-block;
|
|
1279
|
+
}
|
|
1280
|
+
.verify-mobile__flex-row___LFvWM {
|
|
1281
|
+
display: flex;
|
|
1282
|
+
}
|
|
1283
|
+
.verify-mobile__flex-column___PR7ov,
|
|
1284
|
+
.verify-mobile__flexColumn___ckdro {
|
|
1285
|
+
display: flex;
|
|
1286
|
+
flex-direction: column;
|
|
1287
|
+
}
|
|
1288
|
+
.verify-mobile__flex-align-center___X2rDo,
|
|
1289
|
+
.verify-mobile__flexAlignCenter___uwzzh {
|
|
1290
|
+
display: flex;
|
|
1291
|
+
align-items: center;
|
|
1292
|
+
}
|
|
1293
|
+
.verify-mobile__flex-justify-center___6XGbC,
|
|
1294
|
+
.verify-mobile__flexJustifyCenter___CTWKJ {
|
|
1295
|
+
display: flex;
|
|
1296
|
+
justify-content: center;
|
|
1297
|
+
}
|
|
1298
|
+
.verify-mobile__flex-center___mJlsW,
|
|
1299
|
+
.verify-mobile__flexCenter___qB3mX {
|
|
1300
|
+
display: flex;
|
|
1301
|
+
justify-content: center;
|
|
1302
|
+
align-items: center;
|
|
1303
|
+
}
|
|
1304
|
+
.verify-mobile__justify-start___qEZld,
|
|
1305
|
+
.verify-mobile__justifyStart___XV26k {
|
|
1306
|
+
justify-content: flex-start;
|
|
1307
|
+
}
|
|
1308
|
+
.verify-mobile__justify-end___Lr2GW,
|
|
1309
|
+
.verify-mobile__justifyEnd___XRT9T {
|
|
1310
|
+
justify-content: flex-end;
|
|
1311
|
+
}
|
|
1312
|
+
.verify-mobile__justify-between___xKL7d,
|
|
1313
|
+
.verify-mobile__justifyBetween___oCO8g {
|
|
1314
|
+
justify-content: space-between;
|
|
1315
|
+
}
|
|
1316
|
+
.verify-mobile__justify-around___IOtRu,
|
|
1317
|
+
.verify-mobile__justifyAround___SEhmA {
|
|
1318
|
+
justify-content: space-around;
|
|
1319
|
+
}
|
|
1320
|
+
.verify-mobile__justify-evenly___dpjbP,
|
|
1321
|
+
.verify-mobile__justifyEvenly___DT94N {
|
|
1322
|
+
justify-content: space-evenly;
|
|
1323
|
+
}
|
|
1324
|
+
h1,
|
|
1325
|
+
.verify-mobile__h1___f5FSg {
|
|
1326
|
+
font-weight: 700;
|
|
1327
|
+
font-size: 28px;
|
|
1328
|
+
line-height: 42px;
|
|
1329
|
+
letter-spacing: -0.03em;
|
|
1330
|
+
color: var(--textHeading, #26201a);
|
|
1331
|
+
}
|
|
1332
|
+
@media only screen and (min-width: 769px) {
|
|
1333
|
+
h1,
|
|
1334
|
+
.verify-mobile__h1___f5FSg {
|
|
1335
|
+
font-size: 36px;
|
|
1336
|
+
line-height: 48px;
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
h2,
|
|
1340
|
+
.verify-mobile__h2___e0654 {
|
|
1341
|
+
font-weight: 700;
|
|
1342
|
+
font-size: 28px;
|
|
1343
|
+
line-height: 36px;
|
|
1344
|
+
letter-spacing: -0.03em;
|
|
1345
|
+
color: var(--textHeading, #26201a);
|
|
1346
|
+
}
|
|
1347
|
+
@media only screen and (min-width: 769px) {
|
|
1348
|
+
h2,
|
|
1349
|
+
.verify-mobile__h2___e0654 {
|
|
1350
|
+
font-size: 32px;
|
|
1351
|
+
line-height: 42px;
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
h3,
|
|
1355
|
+
.verify-mobile__h3___brSlm {
|
|
1356
|
+
font-weight: 700;
|
|
1357
|
+
letter-spacing: -0.02em;
|
|
1358
|
+
color: var(--textHeading, #26201a);
|
|
1359
|
+
font-size: 24px;
|
|
1360
|
+
line-height: 32px;
|
|
1361
|
+
}
|
|
1362
|
+
@media only screen and (min-width: 769px) {
|
|
1363
|
+
h3,
|
|
1364
|
+
.verify-mobile__h3___brSlm {
|
|
1365
|
+
font-weight: 700;
|
|
1366
|
+
letter-spacing: -0.02em;
|
|
1367
|
+
color: var(--textHeading, #26201a);
|
|
1368
|
+
font-size: 28px;
|
|
1369
|
+
line-height: 36px;
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
h4,
|
|
1373
|
+
.verify-mobile__h4___zn6jN {
|
|
1374
|
+
font-weight: 600;
|
|
1375
|
+
letter-spacing: -0.02em;
|
|
1376
|
+
color: var(--textHeading, #26201a);
|
|
1377
|
+
font-size: 16px;
|
|
1378
|
+
line-height: 1.5;
|
|
1379
|
+
}
|
|
1380
|
+
@media only screen and (min-width: 769px) {
|
|
1381
|
+
h4,
|
|
1382
|
+
.verify-mobile__h4___zn6jN {
|
|
1383
|
+
font-weight: 600;
|
|
1384
|
+
letter-spacing: -0.02em;
|
|
1385
|
+
color: var(--textHeading, #26201a);
|
|
1386
|
+
font-size: 20px;
|
|
1387
|
+
line-height: 1.5;
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
h5,
|
|
1391
|
+
.verify-mobile__h5___X0xAB {
|
|
1392
|
+
font-weight: 600;
|
|
1393
|
+
font-size: 14px;
|
|
1394
|
+
line-height: 16px;
|
|
1395
|
+
letter-spacing: -0.02em;
|
|
1396
|
+
color: var(--textHeading, #26201a);
|
|
1397
|
+
}
|
|
1398
|
+
@media only screen and (min-width: 769px) {
|
|
1399
|
+
h5,
|
|
1400
|
+
.verify-mobile__h5___X0xAB {
|
|
1401
|
+
font-size: 16px;
|
|
1402
|
+
line-height: 18px;
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
.verify-mobile__b1___izTCO {
|
|
1406
|
+
font-weight: 400;
|
|
1407
|
+
font-size: 14px;
|
|
1408
|
+
line-height: 18px;
|
|
1409
|
+
letter-spacing: -0.02em;
|
|
1410
|
+
color: var(--textBody, #3c3131);
|
|
1411
|
+
}
|
|
1412
|
+
@media only screen and (min-width: 769px) {
|
|
1413
|
+
.verify-mobile__b1___izTCO {
|
|
1414
|
+
font-size: 16px;
|
|
1415
|
+
line-height: 20px;
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
.verify-mobile__b-small___vhvRz,
|
|
1419
|
+
.verify-mobile__bSmall___OMgzr,
|
|
1420
|
+
.verify-mobile__b2___OlM9Z {
|
|
1421
|
+
font-weight: 400;
|
|
1422
|
+
letter-spacing: -0.02em;
|
|
1423
|
+
color: var(--textBody, #3c3131);
|
|
1424
|
+
font-size: 12px;
|
|
1425
|
+
line-height: 16px;
|
|
1426
|
+
}
|
|
1427
|
+
@media only screen and (min-width: 769px) {
|
|
1428
|
+
.verify-mobile__b-small___vhvRz,
|
|
1429
|
+
.verify-mobile__bSmall___OMgzr,
|
|
1430
|
+
.verify-mobile__b2___OlM9Z {
|
|
1431
|
+
font-weight: 400;
|
|
1432
|
+
letter-spacing: -0.02em;
|
|
1433
|
+
color: var(--textBody, #3c3131);
|
|
1434
|
+
font-size: 14px;
|
|
1435
|
+
line-height: 18px;
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
.verify-mobile__d1___IpM_6 {
|
|
1439
|
+
font-size: 36px;
|
|
1440
|
+
font-weight: 700;
|
|
1441
|
+
line-height: 48px;
|
|
1442
|
+
letter-spacing: -0.02em;
|
|
1443
|
+
}
|
|
1444
|
+
@media only screen and (min-width: 769px) {
|
|
1445
|
+
.verify-mobile__d1___IpM_6 {
|
|
1446
|
+
font-size: 64px;
|
|
1447
|
+
line-height: 85px;
|
|
1448
|
+
letter-spacing: -0.03em;
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
.verify-mobile__caption-medium____SZ_I,
|
|
1452
|
+
.verify-mobile__captionMedium___oPhTp {
|
|
1453
|
+
font-size: 12px;
|
|
1454
|
+
line-height: 1.5;
|
|
1455
|
+
letter-spacing: -0.02em;
|
|
1456
|
+
font-weight: 500;
|
|
1457
|
+
}
|
|
1458
|
+
@media only screen and (max-width: 480px) {
|
|
1459
|
+
.verify-mobile__caption-medium____SZ_I,
|
|
1460
|
+
.verify-mobile__captionMedium___oPhTp {
|
|
1461
|
+
font-size: 11px;
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
.verify-mobile__caption-semi-bold___WAP0l,
|
|
1465
|
+
.verify-mobile__captionSemiBold___RvLRt {
|
|
1466
|
+
font-size: 12px;
|
|
1467
|
+
line-height: 1.5;
|
|
1468
|
+
letter-spacing: -0.02em;
|
|
1469
|
+
font-weight: 600;
|
|
1470
|
+
}
|
|
1471
|
+
@media only screen and (max-width: 480px) {
|
|
1472
|
+
.verify-mobile__caption-semi-bold___WAP0l,
|
|
1473
|
+
.verify-mobile__captionSemiBold___RvLRt {
|
|
1474
|
+
font-size: 11px;
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
.verify-mobile__btn-link___qrUIP,
|
|
1478
|
+
.verify-mobile__btnLink___Wo61M {
|
|
1479
|
+
font-weight: 500;
|
|
1480
|
+
letter-spacing: -0.02em;
|
|
1481
|
+
font-size: 12px;
|
|
1482
|
+
line-height: 14px;
|
|
1483
|
+
border-radius: var(--buttonRadius, 0px);
|
|
1484
|
+
cursor: pointer;
|
|
1485
|
+
color: var(--buttonLink, #b1655b);
|
|
1486
|
+
text-decoration: underline;
|
|
1487
|
+
background: none;
|
|
1488
|
+
border: none;
|
|
1489
|
+
}
|
|
1490
|
+
@media only screen and (min-width: 769px) {
|
|
1491
|
+
.verify-mobile__btn-link___qrUIP,
|
|
1492
|
+
.verify-mobile__btnLink___Wo61M {
|
|
1493
|
+
font-weight: 500;
|
|
1494
|
+
letter-spacing: -0.02em;
|
|
1495
|
+
font-size: 14px;
|
|
1496
|
+
line-height: 16px;
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
.verify-mobile__btn-link___qrUIP:hover,
|
|
1500
|
+
.verify-mobile__btnLink___Wo61M:hover {
|
|
1501
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
1502
|
+
}
|
|
1503
|
+
.verify-mobile__btn-link___qrUIP:disabled,
|
|
1504
|
+
.verify-mobile__btnLink___Wo61M:disabled {
|
|
1505
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
1506
|
+
}
|
|
1507
|
+
.verify-mobile__btn-link___qrUIP:active,
|
|
1508
|
+
.verify-mobile__btnLink___Wo61M:active {
|
|
1509
|
+
opacity: 0.8;
|
|
1510
|
+
}
|
|
1511
|
+
.verify-mobile__user-select-none___MovXd,
|
|
1512
|
+
.verify-mobile__userSelectNone___Uj5nN {
|
|
1513
|
+
user-select: none;
|
|
1514
|
+
-moz-user-select: none;
|
|
1515
|
+
-webkit-user-select: none;
|
|
1516
|
+
-ms-user-select: none;
|
|
1517
|
+
}
|
|
1518
|
+
.verify-mobile__margin-0-auto___gbVGn,
|
|
1519
|
+
.verify-mobile__margin0auto____e_N7 {
|
|
1520
|
+
margin: 0 auto;
|
|
1521
|
+
}
|
|
1522
|
+
.verify-mobile__base-page-container___Mj4ug,
|
|
1523
|
+
.verify-mobile__basePageContainer___sFgh_ {
|
|
1524
|
+
max-width: 1440px !important;
|
|
1525
|
+
}
|
|
1526
|
+
.verify-mobile__remove-scroll___sja4f,
|
|
1527
|
+
.verify-mobile__removeScroll___v6_h2 {
|
|
1528
|
+
overflow-y: hidden !important;
|
|
1529
|
+
}
|
|
1530
|
+
.verify-mobile__mr-5___oBu1k,
|
|
1531
|
+
.verify-mobile__mr5____DAJV {
|
|
1532
|
+
margin-inline-end: 30px !important;
|
|
1533
|
+
}
|
|
1534
|
+
.verify-mobile__mr-2___TOutC,
|
|
1535
|
+
.verify-mobile__mr2___Ots9l {
|
|
1536
|
+
margin-inline-end: 5px !important;
|
|
1537
|
+
}
|
|
1538
|
+
.verify-mobile__py-5___yIFMg,
|
|
1539
|
+
.verify-mobile__py5___urYCf {
|
|
1540
|
+
padding-top: 1.875rem !important;
|
|
1541
|
+
padding-bottom: 1.875rem !important;
|
|
1542
|
+
}
|
|
1543
|
+
.verify-mobile__view-all-text___InTn2,
|
|
1544
|
+
.verify-mobile__viewAllText___HnZRa {
|
|
1545
|
+
font-size: 20px;
|
|
1546
|
+
font-weight: 400;
|
|
1547
|
+
text-transform: lowercase;
|
|
1548
|
+
text-decoration: underline;
|
|
1549
|
+
}
|
|
1550
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
1551
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
1552
|
+
display: none;
|
|
1553
|
+
}
|
|
1554
|
+
@media only screen and (max-width: 768px) {
|
|
1555
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
1556
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
1557
|
+
display: flex;
|
|
1558
|
+
align-items: center;
|
|
1559
|
+
justify-content: center;
|
|
1560
|
+
margin-top: 40px;
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
@media only screen and (max-width: 480px) {
|
|
1564
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
1565
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
1566
|
+
margin-top: 24px;
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
.verify-mobile__accent-btn___qS6KX,
|
|
1570
|
+
.verify-mobile__accentBtn___XV2WL {
|
|
1571
|
+
background-color: var(--accentColor);
|
|
1572
|
+
color: #fff;
|
|
1573
|
+
}
|
|
1574
|
+
.verify-mobile__no-scroll___bJdWZ,
|
|
1575
|
+
.verify-mobile__noScroll___vFeyD {
|
|
1576
|
+
overflow-y: hidden;
|
|
1577
|
+
}
|
|
1578
|
+
.verify-mobile__hide-overflow___gujKm,
|
|
1579
|
+
.verify-mobile__hideOverflow___oKEZC {
|
|
1580
|
+
overflow: hidden;
|
|
1581
|
+
}
|
|
1582
|
+
.verify-mobile__markdown-body___LUV7f h6 {
|
|
1583
|
+
margin-top: 0 !important;
|
|
1584
|
+
margin-bottom: 0 !important;
|
|
1585
|
+
}
|
|
1586
|
+
@media only screen and (max-width: 480px) {
|
|
1587
|
+
.verify-mobile__markdown-body___LUV7f {
|
|
1588
|
+
font-size: 12px !important;
|
|
1589
|
+
padding: 5px !important;
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
.verify-mobile__view3d-canvas___7Hi4D {
|
|
1593
|
+
width: 100%;
|
|
1594
|
+
height: 100%;
|
|
1595
|
+
}
|
|
1596
|
+
@media only screen and (max-width: 480px) {
|
|
1597
|
+
.verify-mobile__view-mobile-up___MWCOJ {
|
|
1598
|
+
display: none !important;
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
@media only screen and (min-width: 481px) {
|
|
1602
|
+
.verify-mobile__view-mobile___IstTy {
|
|
1603
|
+
display: none !important;
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
|
|
1607
|
+
margin-bottom: 8px;
|
|
1608
|
+
color: var(--textHeading, #26201a);
|
|
1609
|
+
text-align: center;
|
|
1610
|
+
font-size: 32px;
|
|
1611
|
+
font-style: normal;
|
|
1612
|
+
font-weight: 700;
|
|
1613
|
+
line-height: 44.8px;
|
|
1614
|
+
}
|
|
1615
|
+
@media only screen and (max-width: 768px) {
|
|
1616
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
|
|
1617
|
+
font-size: 24px;
|
|
1618
|
+
line-height: 33.6px;
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr {
|
|
1622
|
+
margin-bottom: 32px;
|
|
1623
|
+
color: var(--textBody, #3c3131);
|
|
1624
|
+
font-size: 14px;
|
|
1625
|
+
font-weight: 400;
|
|
1626
|
+
line-height: 19.6px;
|
|
1627
|
+
}
|
|
1628
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 {
|
|
1629
|
+
margin-bottom: 20px;
|
|
1630
|
+
margin-bottom: 32px;
|
|
1631
|
+
color: var(--textBody, #3c3131);
|
|
1632
|
+
text-align: center;
|
|
1633
|
+
font-size: 14px;
|
|
1634
|
+
font-style: normal;
|
|
1635
|
+
font-weight: 400;
|
|
1636
|
+
line-height: 19.6px;
|
|
1637
|
+
}
|
|
1638
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 .verify-mobile__changeBtn___x2Ce4 {
|
|
1639
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
1640
|
+
text-align: center;
|
|
1641
|
+
margin-inline-start: 8px;
|
|
1642
|
+
font-size: 14px;
|
|
1643
|
+
font-weight: 600;
|
|
1644
|
+
line-height: 140%;
|
|
1645
|
+
text-transform: uppercase;
|
|
1646
|
+
}
|
|
1647
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN {
|
|
1648
|
+
display: flex;
|
|
1649
|
+
flex-direction: column;
|
|
1650
|
+
margin-bottom: 24px;
|
|
1651
|
+
}
|
|
1652
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN .verify-mobile__label___TvOkp {
|
|
1653
|
+
position: absolute;
|
|
1654
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
1655
|
+
padding: 0 4px;
|
|
1656
|
+
margin: 0 12px;
|
|
1657
|
+
z-index: 1;
|
|
1658
|
+
transform: translateY(-50%);
|
|
1659
|
+
color: var(--textLabel);
|
|
1660
|
+
font-size: 12px;
|
|
1661
|
+
font-style: normal;
|
|
1662
|
+
font-weight: 400;
|
|
1663
|
+
line-height: 16.8px;
|
|
1664
|
+
}
|
|
1665
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input {
|
|
1666
|
+
width: 100%;
|
|
1667
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
1668
|
+
padding: 16px;
|
|
1669
|
+
border-radius: 4px;
|
|
1670
|
+
background: none;
|
|
1671
|
+
color: var(--textBody, #3c3131);
|
|
1672
|
+
font-size: 14px;
|
|
1673
|
+
font-style: normal;
|
|
1674
|
+
font-weight: 400;
|
|
1675
|
+
line-height: 18px;
|
|
1676
|
+
letter-spacing: -0.28px;
|
|
1677
|
+
}
|
|
1678
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-outer-spin-button,
|
|
1679
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-inner-spin-button {
|
|
1680
|
+
-webkit-appearance: none;
|
|
1681
|
+
}
|
|
1682
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input:focus-visible {
|
|
1683
|
+
outline: none;
|
|
1684
|
+
}
|
|
1685
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC .verify-mobile__label___TvOkp {
|
|
1686
|
+
color: var(--errorText, #ff3333);
|
|
1687
|
+
}
|
|
1688
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC input {
|
|
1689
|
+
border-color: var(--errorText, #ff3333);
|
|
1690
|
+
}
|
|
1691
|
+
.verify-mobile__submitBtn___UpyZf {
|
|
1692
|
+
border: none;
|
|
1693
|
+
border-radius: 4px;
|
|
1694
|
+
width: 100%;
|
|
1695
|
+
height: 48px;
|
|
1696
|
+
color: var(--buttonSecondary, #fff);
|
|
1697
|
+
background: var(--buttonPrimary, #4e3f09);
|
|
1698
|
+
font-size: 16px;
|
|
1699
|
+
font-style: normal;
|
|
1700
|
+
font-weight: 600;
|
|
1701
|
+
line-height: 22.4px;
|
|
1702
|
+
text-transform: uppercase;
|
|
1703
|
+
cursor: pointer;
|
|
1704
|
+
}
|
|
1705
|
+
.verify-mobile__submitBtn___UpyZf:focus-visible {
|
|
1706
|
+
outline: none;
|
|
1707
|
+
}
|
|
1708
|
+
.verify-mobile__submitBtn___UpyZf[disabled] {
|
|
1709
|
+
cursor: default;
|
|
1710
|
+
}
|
|
1711
|
+
.verify-mobile__loginAlert___B2fDP {
|
|
1712
|
+
font-size: 12px;
|
|
1713
|
+
font-weight: 400;
|
|
1714
|
+
line-height: 140%;
|
|
1715
|
+
margin-top: 8px;
|
|
1716
|
+
color: var(--errorText, #ff3333);
|
|
1717
|
+
}
|
|
1718
|
+
.verify-mobile__resendOtpWrapper___QQY10 {
|
|
1719
|
+
display: flex;
|
|
1720
|
+
justify-content: center;
|
|
1721
|
+
margin-top: 32px;
|
|
1722
|
+
}
|
|
1723
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB {
|
|
1724
|
+
color: var(--textSecondary, #9c9c9c);
|
|
1725
|
+
font-size: 14px;
|
|
1726
|
+
font-style: normal;
|
|
1727
|
+
font-weight: 600;
|
|
1728
|
+
line-height: 19.6px;
|
|
1729
|
+
text-transform: uppercase;
|
|
1730
|
+
cursor: pointer;
|
|
1731
|
+
background: none;
|
|
1732
|
+
border: none;
|
|
1733
|
+
}
|
|
1734
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB:focus-visible {
|
|
1735
|
+
outline: none;
|
|
1736
|
+
}
|
|
1737
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB[disabled] {
|
|
1738
|
+
opacity: 0.5;
|
|
1739
|
+
cursor: default;
|
|
1740
|
+
}
|
|
1741
|
+
.verify-mobile__loginInputGroup___jhY3l {
|
|
1742
|
+
margin-bottom: 20px;
|
|
1743
|
+
position: relative;
|
|
1744
|
+
}
|
|
1745
|
+
.verify-mobile__loginInputGroup___jhY3l .verify-mobile__loginInputTitle___RFPIx {
|
|
1746
|
+
position: absolute;
|
|
1747
|
+
padding: 0 4px;
|
|
1748
|
+
margin: 0 12px;
|
|
1749
|
+
z-index: 1;
|
|
1750
|
+
transform: translateY(-50%);
|
|
1751
|
+
color: var(--textLabel);
|
|
1752
|
+
font-size: 12px;
|
|
1753
|
+
font-style: normal;
|
|
1754
|
+
font-weight: 400;
|
|
1755
|
+
line-height: 16.8px;
|
|
1756
|
+
background: var(--pageBackground, #f8f8f8);
|
|
1757
|
+
}
|
|
1758
|
+
.verify-mobile__loginInputGroup___jhY3l input {
|
|
1759
|
+
width: 100%;
|
|
1760
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
1761
|
+
padding: 16px;
|
|
1762
|
+
border-radius: 4px;
|
|
1763
|
+
height: 48px;
|
|
1764
|
+
font-size: 14px;
|
|
1765
|
+
box-sizing: border-box;
|
|
1766
|
+
background: var(--pageBackground, #f8f8f8);
|
|
1767
|
+
}
|
|
1768
|
+
.verify-mobile__loginInputGroup___jhY3l input::placeholder {
|
|
1769
|
+
color: var(--dividerStokes, #d4d1d1);
|
|
1770
|
+
opacity: 0.3;
|
|
1771
|
+
}
|
|
1772
|
+
.verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC .verify-mobile__loginInputTitle___RFPIx {
|
|
1773
|
+
color: var(--errorText, #ff3333);
|
|
1774
|
+
}
|
|
1775
|
+
.verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC input {
|
|
1776
|
+
border-color: var(--errorText, #ff3333);
|
|
1777
|
+
}
|
|
1778
|
+
.verify-mobile__passwordToggle___AJ0VA {
|
|
1779
|
+
height: 24px;
|
|
1780
|
+
width: 24px;
|
|
1781
|
+
position: absolute;
|
|
1782
|
+
top: 50%;
|
|
1783
|
+
transform: translateY(-50%);
|
|
1784
|
+
inset-inline-end: 12px;
|
|
1785
|
+
cursor: pointer;
|
|
1786
|
+
background: none;
|
|
1787
|
+
border: none;
|
|
1788
|
+
}
|
|
1789
|
+
.verify-mobile__passwordToggle___AJ0VA:focus-visible {
|
|
1790
|
+
outline: none;
|
|
1791
|
+
}
|
|
1792
|
+
|