tabexseriescomponents 0.2.747 → 0.2.749

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/index.cjs.js CHANGED
@@ -8584,13 +8584,24 @@ var Ordershistory = function Ordershistory(props) {
8584
8584
  _useState14 = _slicedToArray__default["default"](_useState13, 2),
8585
8585
  orderindex = _useState14[0],
8586
8586
  setorderindex = _useState14[1];
8587
+ // useEffect(() => {
8588
+ // if (authdetailsContext?.loggedin == true) {
8589
+ // var tempFetchQueriesEngineContext = { ...FetchQueriesEngineContext };
8590
+ // tempFetchQueriesEngineContext.orderhistory = true;
8591
+ // setFetchQueriesEngineContext({ ...tempFetchQueriesEngineContext });
8592
+ // } else {
8593
+ // // routingcountext('');
8594
+ // }
8595
+ // }, [authdetailsContext, FetchQueriesEngineContext]);
8587
8596
  React.useEffect(function () {
8588
8597
  if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
8589
- var tempFetchQueriesEngineContext = _objectSpread$2t({}, FetchQueriesEngineContext);
8590
- tempFetchQueriesEngineContext.orderhistory = true;
8591
- setFetchQueriesEngineContext(_objectSpread$2t({}, tempFetchQueriesEngineContext));
8598
+ if (FetchQueriesEngineContext != undefined) {
8599
+ var tempFetchQueriesEngineContext = _objectSpread$2t({}, FetchQueriesEngineContext);
8600
+ tempFetchQueriesEngineContext.orderhistory = true;
8601
+ setFetchQueriesEngineContext(_objectSpread$2t({}, tempFetchQueriesEngineContext));
8602
+ }
8592
8603
  }
8593
- }, [authdetailsContext, FetchQueriesEngineContext]);
8604
+ }, [authdetailsContext]);
8594
8605
  var _useState15 = React.useState(''),
8595
8606
  _useState16 = _slicedToArray__default["default"](_useState15, 2),
8596
8607
  sectionproperties = _useState16[0],
@@ -10985,18 +10996,22 @@ var Checkout = function Checkout(props) {
10985
10996
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
10986
10997
  insthasaffiliate = _useState8[0],
10987
10998
  setinsthasaffiliate = _useState8[1];
10988
- var _useState9 = React.useState([]),
10989
- _useState10 = _slicedToArray__default["default"](_useState9, 2),
10990
- shippingmethods = _useState10[0],
10991
- setshippingmethods = _useState10[1];
10992
- var _useState11 = React.useState([]),
10993
- _useState12 = _slicedToArray__default["default"](_useState11, 2),
10994
- orderextrafeilds = _useState12[0],
10995
- setorderextrafeilds = _useState12[1];
10996
- var _useState13 = React.useState(''),
10999
+ var _useState9 = React.useState(false),
11000
+ _useState10 = _slicedToArray__default["default"](_useState9, 2);
11001
+ _useState10[0];
11002
+ _useState10[1];
11003
+ var _useState11 = React.useState(false),
11004
+ _useState12 = _slicedToArray__default["default"](_useState11, 2);
11005
+ _useState12[0];
11006
+ _useState12[1];
11007
+ var _useState13 = React.useState([]),
10997
11008
  _useState14 = _slicedToArray__default["default"](_useState13, 2),
10998
- countrycode = _useState14[0],
10999
- setcountrycode = _useState14[1];
11009
+ shippingmethods = _useState14[0],
11010
+ setshippingmethods = _useState14[1];
11011
+ var _useState15 = React.useState([]),
11012
+ _useState16 = _slicedToArray__default["default"](_useState15, 2),
11013
+ orderextrafeilds = _useState16[0],
11014
+ setorderextrafeilds = _useState16[1];
11000
11015
  React.useEffect(function () {
11001
11016
  var _templatepropcontext$;
11002
11017
  var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
@@ -11410,7 +11425,7 @@ var Checkout = function Checkout(props) {
11410
11425
  }
11411
11426
  if (sectionproperties.verifyemailandphone == 'Yes' && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue33 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue33 === void 0 || (_fetchcustomercartQue33 = _fetchcustomercartQue33.data) === null || _fetchcustomercartQue33 === void 0 ? void 0 : _fetchcustomercartQue33.customercart.name.length) < 3) {
11412
11427
  NotificationManager.warning('', langdetect == 'en' ? 'Write your full name' : 'اكتب الاسم كاملا');
11413
- } else if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue34 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue34 === void 0 || (_fetchcustomercartQue34 = _fetchcustomercartQue34.data) === null || _fetchcustomercartQue34 === void 0 ? void 0 : _fetchcustomercartQue34.customercart.mobile.length) < 11 && countrycode.splice(2) == '20') {
11428
+ } else if (sectionproperties.verifyemailandphone == 'Yes' && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue34 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue34 === void 0 || (_fetchcustomercartQue34 = _fetchcustomercartQue34.data) === null || _fetchcustomercartQue34 === void 0 ? void 0 : _fetchcustomercartQue34.customercart.mobile.length) < 11) {
11414
11429
  NotificationManager.warning('', langdetect == 'en' ? 'Write valid mobile number' : 'اكتب رقم تليفون صحيح');
11415
11430
  } else {
11416
11431
  AddOrderMutationContext.mutate();
@@ -11440,27 +11455,6 @@ var Checkout = function Checkout(props) {
11440
11455
  }
11441
11456
  return isloading;
11442
11457
  };
11443
- var _useState15 = React.useState(null),
11444
- _useState16 = _slicedToArray__default["default"](_useState15, 2),
11445
- debounceTimer = _useState16[0],
11446
- setDebounceTimer = _useState16[1];
11447
- var handlePhoneChange = function handlePhoneChange(event, country) {
11448
- var temp = event;
11449
-
11450
- // Clear the previous timeout if the user is still typing
11451
- if (debounceTimer) {
11452
- clearTimeout(debounceTimer);
11453
- }
11454
-
11455
- // Set a new timeout to update after 500ms of no typing
11456
- var newDebounceTimer = setTimeout(function () {
11457
- // cartinfoupdater('countrydialcode', country.dialCode);
11458
- setcountrycode(country.dialCode);
11459
- cartinfoupdater('mobile', temp);
11460
- // alert(fetchcustomercartQueryContext?.data?.data?.customercart.mobile.length);
11461
- }, 500);
11462
- setDebounceTimer(newDebounceTimer);
11463
- };
11464
11458
  var Mycart = function Mycart() {
11465
11459
  var _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64;
11466
11460
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -12007,20 +12001,16 @@ var Checkout = function Checkout(props) {
12007
12001
  className: "col-lg-4 col-md-12 mb-3"
12008
12002
  }, /*#__PURE__*/React__default["default"].createElement("label", {
12009
12003
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
12010
- }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
12011
- className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control) + ' ',
12012
- country: 'eg',
12013
- enableSearch: true,
12014
- autoFormat: true,
12004
+ }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
12005
+ type: 'text',
12006
+ className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
12015
12007
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue66 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue66 === void 0 || (_fetchcustomercartQue66 = _fetchcustomercartQue66.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : _fetchcustomercartQue66.customercart.mobile,
12016
- inputStyle: {
12017
- color: sectionproperties.inputfieldcolor
12008
+ onChange: function onChange(event) {
12009
+ cartinfoupdater('mobile', event.target.value);
12018
12010
  },
12019
- onChange: handlePhoneChange,
12020
12011
  style: {
12021
- direction: 'ltr',
12022
- color: sectionproperties.inputfieldcolor,
12023
- height: sectionproperties.inputfieldheight + 'px'
12012
+ resize: 'none',
12013
+ boxShadow: 'none'
12024
12014
  }
12025
12015
  })), /*#__PURE__*/React__default["default"].createElement("div", {
12026
12016
  className: "col-lg-4 col-md-12 mb-3"
@@ -23918,21 +23908,27 @@ var SocialMediaSection = function SocialMediaSection(props) {
23918
23908
  background: templateproperties_context.tiktoksocialmediasectioniconbgcoloronhover,
23919
23909
  border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.tiktoksocialmediasectioniconcoloronhover
23920
23910
  }
23911
+ }),
23912
+ icon: glamor.css({
23913
+ color: '#bd8d46',
23914
+ ':hover': {
23915
+ color: '#000'
23916
+ }
23921
23917
  })
23922
23918
  };
23923
23919
  return /*#__PURE__*/React__default["default"].createElement("div", {
23924
- "class": "col-lg-12 px-0 allcentered",
23920
+ "class": "col-lg-12 px-md-3 allcentered px-1025-1",
23925
23921
  style: {
23926
23922
  background: templateproperties_context.socialmediasectionbgcolor,
23927
23923
  paddingTop: templateproperties_context.socialmediapaddinghorizontal + 'px',
23928
23924
  paddingBottom: templateproperties_context.socialmediapaddinghorizontal + 'px',
23929
23925
  paddingLeft: templateproperties_context.socialmediapaddingleftright + 'px',
23930
- paddingRight: templateproperties_context.socialmediapaddinghorizontal + 'px'
23926
+ paddingRight: templateproperties_context.socialmediapaddingleftright + 'px'
23931
23927
  }
23932
23928
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23933
23929
  "class": templateproperties_context.showstoreinfo == 'Show' ? 'col-lg-6 p-0 text-start d-flex flex-row d-md-none' : 'd-none p-0'
23934
23930
  }, templateproperties_context.showaddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
23935
- "class": "m-0 p-0 cursor-pointer d-flex flex-row",
23931
+ "class": "m-0 p-0 cursor-pointer d-flex flex-row d-flex align-items-center",
23936
23932
  onClick: function onClick() {
23937
23933
  window.open(templateproperties_context.locationlink, '_blank');
23938
23934
  },
@@ -23940,13 +23936,13 @@ var SocialMediaSection = function SocialMediaSection(props) {
23940
23936
  color: '#b2b2b2'
23941
23937
  }
23942
23938
  }, /*#__PURE__*/React__default["default"].createElement("i", {
23943
- "class": ' h-100 d-flex align-items-center justify-content-center '
23939
+ "class": header_cssstyles.icon + ' h-100 d-flex align-items-center justify-content-center '
23944
23940
  }, /*#__PURE__*/React__default["default"].createElement(FaMap.FaMap, {
23945
- size: 15
23941
+ size: 28
23946
23942
  })), /*#__PURE__*/React__default["default"].createElement("span", {
23947
23943
  "class": "mx-2"
23948
23944
  }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.address_en)), templateproperties_context.showphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
23949
- "class": "m-0 p-0 mx-4 cursor-pointer",
23945
+ "class": "m-0 p-0 mx-4 cursor-pointer d-flex align-items-center",
23950
23946
  onClick: function onClick() {
23951
23947
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
23952
23948
  },
@@ -23954,7 +23950,10 @@ var SocialMediaSection = function SocialMediaSection(props) {
23954
23950
  color: '#b2b2b2'
23955
23951
  }
23956
23952
  }, /*#__PURE__*/React__default["default"].createElement("i", {
23957
- "class": ' fa fa-phone '
23953
+ "class": header_cssstyles.icon + ' fa fa-phone ',
23954
+ style: {
23955
+ fontSize: 25
23956
+ }
23958
23957
  }), /*#__PURE__*/React__default["default"].createElement("span", {
23959
23958
  "class": "mx-2"
23960
23959
  }, " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -32082,7 +32081,7 @@ var FloatingIcons = function FloatingIcons(props) {
32082
32081
  }
32083
32082
  }, /*#__PURE__*/React__default["default"].createElement("p", {
32084
32083
  "class": "m-0 p-0"
32085
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
32084
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
32086
32085
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
32087
32086
  target: '_self',
32088
32087
  style: {
@@ -49942,7 +49941,7 @@ var Footer7 = function Footer7(props) {
49942
49941
  function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
49943
49942
  function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
49944
49943
  var Footer8 = function Footer8(props) {
49945
- var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i27, _authdetailsContext$i30, _authdetailsContext$i33, _authdetailsContext$i36, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i42, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i43, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i45, _authdetailsContext$i48, _authdetailsContext$i51, _authdetailsContext$i54, _authdetailsContext$i57, _authdetailsContext$i60, _authdetailsContext$i63;
49944
+ var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i27, _authdetailsContext$i30, _authdetailsContext$i33, _authdetailsContext$i36, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i42, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i43, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i45, _authdetailsContext$i48, _authdetailsContext$i51, _authdetailsContext$i54, _authdetailsContext$i57;
49946
49945
  var _useState = React.useState(''),
49947
49946
  _useState2 = _slicedToArray__default["default"](_useState, 2),
49948
49947
  sectionproperties = _useState2[0],
@@ -50326,7 +50325,7 @@ var Footer8 = function Footer8(props) {
50326
50325
  "class": "m-0 p-0",
50327
50326
  style: {
50328
50327
  fontSize: 20,
50329
- fontWeight: 600,
50328
+ fontWeight: 500,
50330
50329
  color: '#fff'
50331
50330
  }
50332
50331
  }, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50345,7 +50344,7 @@ var Footer8 = function Footer8(props) {
50345
50344
  height: 'auto',
50346
50345
  borderWidth: 0,
50347
50346
  fontSize: 16,
50348
- fontWeight: 600,
50347
+ fontWeight: 500,
50349
50348
  textAlign: langdetect == 'en' ? 'left' : 'right'
50350
50349
  }
50351
50350
  }, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50362,7 +50361,7 @@ var Footer8 = function Footer8(props) {
50362
50361
  height: 'auto',
50363
50362
  borderWidth: 0,
50364
50363
  fontSize: 16,
50365
- fontWeight: 600,
50364
+ fontWeight: 500,
50366
50365
  textAlign: langdetect == 'en' ? 'left' : 'right'
50367
50366
  }
50368
50367
  }, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50379,7 +50378,7 @@ var Footer8 = function Footer8(props) {
50379
50378
  height: 'auto',
50380
50379
  borderWidth: 0,
50381
50380
  fontSize: 16,
50382
- fontWeight: 600,
50381
+ fontWeight: 500,
50383
50382
  textAlign: langdetect == 'en' ? 'left' : 'right'
50384
50383
  }
50385
50384
  }, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50398,7 +50397,7 @@ var Footer8 = function Footer8(props) {
50398
50397
  height: 'auto',
50399
50398
  borderWidth: 0,
50400
50399
  fontSize: 16,
50401
- fontWeight: 600,
50400
+ fontWeight: 500,
50402
50401
  textAlign: langdetect == 'en' ? 'left' : 'right'
50403
50402
  }
50404
50403
  }, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50408,7 +50407,7 @@ var Footer8 = function Footer8(props) {
50408
50407
  height: 'auto',
50409
50408
  borderWidth: 0,
50410
50409
  fontSize: 16,
50411
- fontWeight: 600,
50410
+ fontWeight: 500,
50412
50411
  textAlign: langdetect == 'en' ? 'left' : 'right'
50413
50412
  }
50414
50413
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
@@ -50599,50 +50598,104 @@ var Footer8 = function Footer8(props) {
50599
50598
  },
50600
50599
  loading: "lazy"
50601
50600
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
50602
- "class": "col-lg-4 col-md-12 text-start flex-column mb-md-3"
50603
- }, /*#__PURE__*/React__default["default"].createElement("div", {
50604
- "class": "row m-0 w-100 px-3 py-4",
50601
+ "class": "col-lg-4 col-md-12 text-start flex-column mb-md-3",
50605
50602
  style: {
50603
+ flex: 1,
50606
50604
  background: '#282826',
50607
- flex: 1
50605
+ marginLeft: '0.75rem',
50606
+ marginRight: '0.75rem'
50608
50607
  }
50609
50608
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50610
- "class": "col-lg-12 p-0 text-start"
50609
+ "class": "row m-0 w-100 px-3 py-4",
50610
+ style: {}
50611
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
50612
+ "class": "row m-0 w-100"
50613
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
50614
+ "class": "col-lg-12 p-0 text-start mb-2"
50611
50615
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50612
50616
  "class": "".concat(footerStyles.textStyles)
50613
50617
  }, "\u0639\u0646\u0627\u0648\u064A\u0646 \u0627\u0644\u0641\u0631\u0648\u0639")), /*#__PURE__*/React__default["default"].createElement("div", {
50614
50618
  "class": "col-lg-12 p-0 text-start"
50615
50619
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50616
- "class": "".concat(footerStyles.iconTextStyle)
50620
+ "class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
50621
+ style: {
50622
+ color: '#e2e0a2',
50623
+ marginBottom: 0,
50624
+ fontWeight: 500
50625
+ }
50617
50626
  }, "\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0623\u0648\u0644 \u0627\u0644\u0642\u0627\u0647\u0631\u0629")), /*#__PURE__*/React__default["default"].createElement("div", {
50618
50627
  "class": "col-lg-12 p-0 text-start"
50619
50628
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50620
- "class": "".concat(footerStyles.iconTextStyle)
50629
+ "class": "".concat(footerStyles.iconTextStyle),
50630
+ style: {
50631
+ color: '#e2e0a2',
50632
+ marginBottom: 0,
50633
+ fontWeight: 500
50634
+ }
50621
50635
  }, "(\u0633\u0648\u062F\u064A\u0643- \u0628\u0648\u0631\u062A\u0627\u0644 A -\u0628\u064A\u06A4\u0631\u0644\u064A \u0647\u064A\u0644\u0632 \u2013 \u0627\u0644\u0634\u064A\u062E \u0632\u0627\u064A\u062F).")), /*#__PURE__*/React__default["default"].createElement("div", {
50622
50636
  "class": "col-lg-12 p-0 text-start"
50623
50637
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50624
- "class": "".concat(footerStyles.iconTextStyle)
50638
+ "class": "".concat(footerStyles.iconTextStyle),
50639
+ style: {
50640
+ color: '#e2e0a2',
50641
+ marginBottom: 0,
50642
+ fontWeight: 500
50643
+ }
50625
50644
  }, "\u0627\u0631\u0642\u0627\u0645 \u0627\u0644\u0645\u0648\u0628\u0627\u064A\u0644 \u0627\u0644\u062E\u0627\u0635 \u0628\u0627\u0644\u0641\u0631\u0639 :")), /*#__PURE__*/React__default["default"].createElement("div", {
50626
- "class": "col-lg-12 p-0 text-start"
50645
+ "class": "col-lg-12 p-0 text-start",
50646
+ style: {
50647
+ color: '#e1c856'
50648
+ }
50649
+ }, /*#__PURE__*/React__default["default"].createElement("a", {
50650
+ href: 'tel:01225534406'
50627
50651
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50628
50652
  "class": "".concat(footerStyles.iconTextStyle)
50629
- }, "+201225534406 \u2013 +201015055005")), /*#__PURE__*/React__default["default"].createElement("div", {
50630
- "class": "col-lg-12 p-0 text-start"
50653
+ }, "+201225534406")), /*#__PURE__*/React__default["default"].createElement("p", {
50654
+ "class": "".concat(footerStyles.iconTextStyle) + ' mx-1 '
50655
+ }, " "), /*#__PURE__*/React__default["default"].createElement("a", {
50656
+ href: 'tel:01015055005'
50631
50657
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50632
50658
  "class": "".concat(footerStyles.iconTextStyle)
50659
+ }, "+201015055005"))), /*#__PURE__*/React__default["default"].createElement("div", {
50660
+ "class": "col-lg-12 p-0 text-start mt-3"
50661
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
50662
+ "class": "".concat(footerStyles.iconTextStyle),
50663
+ style: {
50664
+ color: '#e2e0a2',
50665
+ marginBottom: 0,
50666
+ fontWeight: 500
50667
+ }
50633
50668
  }, "\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u062B\u0627\u0646\u064A \u0627\u0644\u0627\u0633\u0643\u0646\u062F\u0631\u064A\u0629")), /*#__PURE__*/React__default["default"].createElement("div", {
50634
50669
  "class": "col-lg-12 p-0 text-start"
50635
50670
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50636
- "class": "".concat(footerStyles.iconTextStyle)
50671
+ "class": "".concat(footerStyles.iconTextStyle),
50672
+ style: {
50673
+ color: '#e2e0a2',
50674
+ marginBottom: 0,
50675
+ fontWeight: 500
50676
+ }
50637
50677
  }, "(\u0628\u0631\u062C \u0627\u0644\u0634\u0628\u0627\u0628 \u2013 \u06A4\u064A\u0643\u062A\u0648\u0631\u064A\u0627 -\u0645\u0646\u062A\u0632\u0647 \u0627\u0648\u0644 \u2013 \u0627\u0644\u0627\u0633\u0643\u0646\u062F\u0631\u064A\u0629)")), /*#__PURE__*/React__default["default"].createElement("div", {
50638
50678
  "class": "col-lg-12 p-0 text-start"
50639
50679
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50640
- "class": "".concat(footerStyles.iconTextStyle)
50680
+ "class": "".concat(footerStyles.iconTextStyle),
50681
+ style: {
50682
+ color: '#e2e0a2',
50683
+ marginBottom: 0,
50684
+ fontWeight: 500
50685
+ }
50641
50686
  }, "\u0627\u0631\u0642\u0627\u0645 \u0627\u0644\u0645\u0648\u0628\u0627\u064A\u0644 \u0627\u0644\u062E\u0627\u0635 \u0628\u0627\u0644\u0641\u0631\u0639 :")), /*#__PURE__*/React__default["default"].createElement("div", {
50642
50687
  "class": "col-lg-12 p-0 text-start"
50688
+ }, /*#__PURE__*/React__default["default"].createElement("a", {
50689
+ href: 'tel:01225534407'
50643
50690
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50644
50691
  "class": "".concat(footerStyles.iconTextStyle)
50645
- }, "+201225534407 \u2013 +201007073070")))), /*#__PURE__*/React__default["default"].createElement("div", {
50692
+ }, "+201225534407")), /*#__PURE__*/React__default["default"].createElement("p", {
50693
+ "class": "".concat(footerStyles.iconTextStyle) + ' mx-1 '
50694
+ }, " "), /*#__PURE__*/React__default["default"].createElement("a", {
50695
+ href: 'tel:01007073070'
50696
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
50697
+ "class": "".concat(footerStyles.iconTextStyle)
50698
+ }, "+201007073070")))))), /*#__PURE__*/React__default["default"].createElement("div", {
50646
50699
  "class": "col-lg-4 col-md-12 text-start flex-column mb-md-3"
50647
50700
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50648
50701
  "class": "row m-0 w-100 px-3 py-4",
@@ -50655,46 +50708,60 @@ var Footer8 = function Footer8(props) {
50655
50708
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50656
50709
  "class": "row m-0 w-100"
50657
50710
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50658
- "class": "col-lg-12 p-0 text-start"
50711
+ "class": "col-lg-12 p-0 text-start mb-2"
50659
50712
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50660
50713
  "class": "".concat(footerStyles.textStyles)
50661
50714
  }, "\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062A\u0648\u0627\u0635\u0644")), /*#__PURE__*/React__default["default"].createElement("div", {
50662
- "class": "col-lg-12 p-0 text-start"
50715
+ "class": "col-lg-12 p-0 text-start mb-2"
50663
50716
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50664
50717
  "class": "".concat(footerStyles.iconTextStyle),
50665
50718
  style: {
50666
- color: 'CEBF4A'
50719
+ color: '#e2e0a2',
50720
+ marginBottom: 0,
50721
+ fontWeight: 500
50667
50722
  }
50668
50723
  }, "\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0647\u0627\u062A\u0641")), /*#__PURE__*/React__default["default"].createElement("div", {
50669
- "class": "col-lg-12 p-0 text-start"
50724
+ "class": "col-lg-12 p-0 text-start mb-2"
50725
+ }, /*#__PURE__*/React__default["default"].createElement("a", {
50726
+ href: 'tel:01557000021'
50670
50727
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50671
- "class": "".concat(footerStyles.iconTextStyle),
50672
- onClick: function onClick() {
50673
- window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
50674
- }
50675
- }, "+201557000021")), /*#__PURE__*/React__default["default"].createElement("div", {
50676
- "class": "col-lg-12 p-0 text-start"
50728
+ "class": "".concat(footerStyles.iconTextStyle) + ' m-0 '
50729
+ }, "+201557000021"))), /*#__PURE__*/React__default["default"].createElement("div", {
50730
+ "class": "col-lg-12 p-0 text-start mb-2"
50731
+ }, /*#__PURE__*/React__default["default"].createElement("a", {
50732
+ href: 'tel:01015055005'
50677
50733
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50678
- "class": "".concat(footerStyles.iconTextStyle),
50679
- onClick: function onClick() {
50680
- window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
50681
- }
50682
- }, "+201557000021")), /*#__PURE__*/React__default["default"].createElement("div", {
50683
- "class": "col-lg-12 p-0 text-start"
50734
+ "class": "".concat(footerStyles.iconTextStyle) + ' m-0 '
50735
+ }, "+201015055005"))), /*#__PURE__*/React__default["default"].createElement("div", {
50736
+ "class": "col-lg-12 p-0 text-start mt-4 mb-2"
50684
50737
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50685
50738
  "class": "".concat(footerStyles.iconTextStyle),
50686
50739
  style: {
50687
- color: 'CEBF4A'
50740
+ color: '#e2e0a2',
50741
+ marginBottom: 0,
50742
+ fontWeight: 500
50688
50743
  }
50689
50744
  }, "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A")), /*#__PURE__*/React__default["default"].createElement("div", {
50690
50745
  "class": "col-lg-12 p-0 text-start"
50691
50746
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50692
- "class": "".concat(footerStyles.iconTextStyle),
50747
+ "class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
50693
50748
  onClick: function onClick() {
50694
50749
  var _authdetailsContext$i44;
50695
50750
  window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 || (_authdetailsContext$i44 = _authdetailsContext$i44.contactinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.email), '_self');
50696
50751
  }
50697
- }, "contact@advisor-firm.com"))))), /*#__PURE__*/React__default["default"].createElement("div", {
50752
+ }, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
50753
+ "class": "col-lg-12 p-0 allcentered",
50754
+ style: {
50755
+ height: '200px'
50756
+ }
50757
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
50758
+ "class": ' mx-2 ',
50759
+ src: 'https://tabex-co.com/storage/StaticImages/qr.jpeg',
50760
+ style: {
50761
+ maxWidth: '90%',
50762
+ maxHeight: '90%'
50763
+ }
50764
+ }))))), /*#__PURE__*/React__default["default"].createElement("div", {
50698
50765
  "class": "col-lg-4 col-md-12 text-start flex-column"
50699
50766
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50700
50767
  "class": "row m-0 w-100 px-3 py-4 ",
@@ -50707,11 +50774,15 @@ var Footer8 = function Footer8(props) {
50707
50774
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50708
50775
  "class": "row m-0 w-100"
50709
50776
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50710
- "class": "col-lg-12 p-0 text-start"
50777
+ "class": "col-lg-12 p-0 text-start mb-2"
50711
50778
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50712
50779
  "class": "".concat(footerStyles.textStyles)
50713
50780
  }, "\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0648\u0627\u0635\u0644")), /*#__PURE__*/React__default["default"].createElement("div", {
50714
- "class": "col-lg-12 p-0 d-flex flex-row"
50781
+ "class": "col-lg-12 p-0 d-flex flex-column"
50782
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
50783
+ "class": "row m-0 w-100"
50784
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
50785
+ className: "col-lg-12 p-0 d-flex flex-row"
50715
50786
  }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50716
50787
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
50717
50788
  onClick: function onClick() {
@@ -50723,89 +50794,69 @@ var Footer8 = function Footer8(props) {
50723
50794
  }
50724
50795
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
50725
50796
  size: sectionproperties.facebkbtnniconfontsize
50726
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50727
- "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
50797
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50798
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
50799
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
50800
+ ,
50728
50801
  onClick: function onClick() {
50729
50802
  var _authdetailsContext$i49;
50730
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.instagramlink) != null) {
50803
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.linkedinlink) != null) {
50731
50804
  var _authdetailsContext$i50;
50732
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.instagramlink, '_blank');
50805
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.linkedinlink, '_blank');
50733
50806
  }
50734
50807
  }
50735
- }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
50808
+ }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
50736
50809
  size: sectionproperties.instgrambtniconfontsize
50737
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50738
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
50810
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50811
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
50739
50812
  onClick: function onClick() {
50740
50813
  var _authdetailsContext$i52;
50741
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.whatsappnumber) != null) {
50814
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.instagramlink) != null) {
50742
50815
  var _authdetailsContext$i53;
50743
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.whatsappnumber), '_blank');
50816
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.instagramlink, '_blank');
50744
50817
  }
50745
50818
  }
50746
- }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
50747
- size: sectionproperties.youtubebtniconfontsize
50748
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.AiFillYoutube) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50749
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
50819
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
50820
+ size: sectionproperties.instgrambtniconfontsize
50821
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
50822
+ className: "col-lg-12 p-0 d-flex flex-row mt-3"
50823
+ }, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50824
+ "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2'
50825
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
50826
+ ,
50750
50827
  onClick: function onClick() {
50751
50828
  var _authdetailsContext$i55;
50752
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.youtubelink) != null) {
50829
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.tiktoklink) != null) {
50753
50830
  var _authdetailsContext$i56;
50754
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.youtubelink, '_blank');
50831
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.tiktoklink, '_blank');
50755
50832
  }
50756
50833
  }
50757
- }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
50834
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
50758
50835
  size: sectionproperties.youtubebtniconfontsize
50759
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50836
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50760
50837
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
50761
50838
  onClick: function onClick() {
50762
50839
  var _authdetailsContext$i58;
50763
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.twitterlink) != null) {
50840
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.youtubelink) != null) {
50764
50841
  var _authdetailsContext$i59;
50765
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.twitterlink, '_blank');
50842
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.youtubelink, '_blank');
50766
50843
  }
50767
50844
  }
50768
- }, /*#__PURE__*/React__default["default"].createElement("i", {
50769
- className: "h-100 allcentered",
50770
- style: {
50771
- fontSize: 20
50772
- }
50773
- }, "x")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50774
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
50775
- // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
50776
- ,
50777
- onClick: function onClick() {
50778
- var _authdetailsContext$i61;
50779
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.linkedinlink) != null) {
50780
- var _authdetailsContext$i62;
50781
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.linkedinlink, '_blank');
50782
- }
50783
- }
50784
- }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
50785
- size: sectionproperties.instgrambtniconfontsize
50786
- })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50787
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
50788
- // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
50789
- ,
50790
- onClick: function onClick() {
50791
- var _authdetailsContext$i64;
50792
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.tiktoklink) != null) {
50793
- var _authdetailsContext$i65;
50794
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.tiktoklink, '_blank');
50795
- }
50796
- }
50797
- }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
50845
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
50798
50846
  size: sectionproperties.youtubebtniconfontsize
50799
- })))))), /*#__PURE__*/React__default["default"].createElement("div", {
50847
+ })))))))), /*#__PURE__*/React__default["default"].createElement("div", {
50800
50848
  "class": "col-12 mb-4 mt-4"
50801
50849
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50802
50850
  style: {
50803
50851
  height: 1,
50804
50852
  width: '100%',
50805
- background: '#eee'
50853
+ background: '#818181'
50806
50854
  }
50807
50855
  })), /*#__PURE__*/React__default["default"].createElement("div", {
50808
- "class": "col-12 text-center text-white"
50856
+ "class": "col-12 text-center",
50857
+ style: {
50858
+ color: '#818181'
50859
+ }
50809
50860
  }, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025 \u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062A\u0634\u0627\u0631"))));
50810
50861
  };
50811
50862