tabexseriescomponents 0.0.706 → 0.0.708
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/package.json +1 -1
- package/srcoman/Contexts/LanguageContext.jsx +408 -0
- package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoman/Imagekitconfig.jsx +46 -0
- package/srcoman/StylesJS/Customstyles.js +345 -0
- package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
- package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
- package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
- package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoman/button.jsx +40 -0
- package/srcoman/index.jsx +334 -0
- package/srcoman/styles/Home.module.css +129 -0
- package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoman/styles/cards/Productcard6.module.css +9 -0
- package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoman/styles/cards/card23.module.css +60 -0
- package/srcoman/styles/cards/categorycard.module.css +84 -0
- package/srcoman/styles/cards/categorycard3.module.css +50 -0
- package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoman/styles/general/bootstrap.css +4763 -0
- package/srcoman/styles/general/dropdown.css +206 -0
- package/srcoman/styles/general/editorbardropdown.module.css +94 -0
- package/srcoman/styles/general/filter.module.css +108 -0
- package/srcoman/styles/general/form.module.css +255 -0
- package/srcoman/styles/general/general.module.css +872 -0
- package/srcoman/styles/general/image-gallery.css +531 -0
- package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoman/styles/general/scrollbtn.module.css +22 -0
- package/srcoman/styles/general/slick.module.css +166 -0
- package/srcoman/styles/general/tabs.module.css +119 -0
- package/srcoman/styles/general/workplaceeditor.module.css +328 -0
- package/srcoman/styles/globals.css +26 -0
- package/srcoman/styles/headers/CTAHeader.module.css +40 -0
- package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoman/styles/headers/Gotoheader.module.css +87 -0
- package/srcoman/styles/headers/Header7.module.css +50 -0
- package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoman/styles/headers/NewHeader.module.css +101 -0
- package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoman/styles/headers/Sideheader.module.css +108 -0
- package/srcoman/styles/headers/Simpleheader.module.css +102 -0
- package/srcoman/styles/headers/classicheader.module.css +16 -0
- package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoman/styles/headers/dropdown.css +0 -0
- package/srcoman/styles/headers/header4.module.css +175 -0
- package/srcoman/styles/headers/header5.module.css +30 -0
- package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoman/styles/headers/headerresturant.module.css +89 -0
- package/srcoman/styles/headers/modernheader.module.css +45 -0
- package/srcoman/styles/headers/stylishheader.module.css +24 -0
- package/srcoman/styles/headers/subheader.module.css +114 -0
- package/srcoman/styles/headers/threetieredheader.module.css +91 -0
- package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoman/styles/sections/Freetext.module.css +18 -0
- package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoman/styles/staticpages/accordion.module.css +9 -0
- package/srcoman/styles/staticpages/cart.module.css +108 -0
- package/srcoman/styles/staticpages/dropdown.css +196 -0
- package/srcoman/styles/staticpages/filter.module.css +139 -0
- package/srcoman/styles/staticpages/image-gallery.css +481 -0
- package/srcoman/styles/staticpages/login.module.css +155 -0
- package/srcoman/styles/staticpages/productinfo.module.css +54 -0
- package/srcoman/styles/staticpages/shop.module.css +191 -0
- package/srcoman/styles/staticpages/signup.module.css +250 -0
- package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoman/styles/staticpages/viewcart.module.css +129 -0
- package/srcoman/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
/* Dropdown */
|
|
2
|
+
.dropup,
|
|
3
|
+
.dropright,
|
|
4
|
+
.dropdown,
|
|
5
|
+
.dropleft {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.dropdown-menu {
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 100%;
|
|
12
|
+
left: 0;
|
|
13
|
+
z-index: 1000;
|
|
14
|
+
display: none;
|
|
15
|
+
float: left;
|
|
16
|
+
min-width: 9rem;
|
|
17
|
+
max-width: 9rem;
|
|
18
|
+
padding: 0.2rem 0;
|
|
19
|
+
margin: 0.125rem 0 0;
|
|
20
|
+
font-size: 0.88rem;
|
|
21
|
+
color: #022648;
|
|
22
|
+
text-align: left;
|
|
23
|
+
list-style: none;
|
|
24
|
+
background-color: #fff;
|
|
25
|
+
background-clip: padding-box;
|
|
26
|
+
border: 2px solid #e6e6e6;
|
|
27
|
+
border-radius: 0.25rem;
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
.resposiveheader_languagedropdown .dropdown-menu{
|
|
31
|
+
left: -100px !important;
|
|
32
|
+
}
|
|
33
|
+
.headerdropdownml .dropdown-menu{
|
|
34
|
+
left: -120px !important;
|
|
35
|
+
}
|
|
36
|
+
.headerdropdownmr .dropdown-menu{
|
|
37
|
+
right: -120px !important;
|
|
38
|
+
}
|
|
39
|
+
@media screen and (max-width:500px) {
|
|
40
|
+
.drodownright .dropdown-menu{
|
|
41
|
+
left: -100px !important;
|
|
42
|
+
/* min-width: 9.5rem !important;
|
|
43
|
+
max-width: 9.5rem !important; */
|
|
44
|
+
}
|
|
45
|
+
.drodownrighttrans{
|
|
46
|
+
right: -100px !important;
|
|
47
|
+
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
}
|
|
51
|
+
.notifications-dropdown-container .dropdown-menu {
|
|
52
|
+
min-width: 20rem;
|
|
53
|
+
max-width: 25rem;
|
|
54
|
+
}
|
|
55
|
+
.dropdown-menu.show {
|
|
56
|
+
animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
|
|
57
|
+
}
|
|
58
|
+
@keyframes fade-in {
|
|
59
|
+
0% {
|
|
60
|
+
margin-top: -50px;
|
|
61
|
+
visibility: hidden;
|
|
62
|
+
opacity: 0;
|
|
63
|
+
}
|
|
64
|
+
100% {
|
|
65
|
+
margin-top: 0px;
|
|
66
|
+
visibility: visible;
|
|
67
|
+
opacity: 1;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.dropdown-menu-right {
|
|
71
|
+
right: 0;
|
|
72
|
+
left: auto;
|
|
73
|
+
}
|
|
74
|
+
.dropdown-menu-left {
|
|
75
|
+
right: auto;
|
|
76
|
+
left: 0;
|
|
77
|
+
}
|
|
78
|
+
.dropdown-menu[x-placement^='top'],
|
|
79
|
+
.dropdown-menu[x-placement^='right'],
|
|
80
|
+
.dropdown-menu[x-placement^='bottom'],
|
|
81
|
+
.dropdown-menu[x-placement^='left'] {
|
|
82
|
+
right: auto;
|
|
83
|
+
bottom: auto;
|
|
84
|
+
}
|
|
85
|
+
.dropdown-divider {
|
|
86
|
+
height: 0;
|
|
87
|
+
margin: 0.2rem 0;
|
|
88
|
+
overflow: hidden;
|
|
89
|
+
border-top: 1px solid #e9ecef;
|
|
90
|
+
}
|
|
91
|
+
.dropdown-item {
|
|
92
|
+
display: block;
|
|
93
|
+
padding: 0.3rem 0.8rem;
|
|
94
|
+
font-weight: 500;
|
|
95
|
+
color: #000;
|
|
96
|
+
text-align: inherit;
|
|
97
|
+
white-space: nowrap;
|
|
98
|
+
background-color: transparent;
|
|
99
|
+
border: 0;
|
|
100
|
+
font-size: 13px;
|
|
101
|
+
transition: 0.3s;
|
|
102
|
+
width: 100%;
|
|
103
|
+
display: flex;
|
|
104
|
+
justify-content: start;
|
|
105
|
+
}
|
|
106
|
+
.dropdown-item:hover,
|
|
107
|
+
.dropdown-item:focus {
|
|
108
|
+
text-decoration: none;
|
|
109
|
+
}
|
|
110
|
+
.dropdown-item.active,
|
|
111
|
+
.dropdown-item:active {
|
|
112
|
+
color: #fff;
|
|
113
|
+
text-decoration: none;
|
|
114
|
+
}
|
|
115
|
+
.dropdown-item.disabled,
|
|
116
|
+
.dropdown-item:disabled {
|
|
117
|
+
pointer-events: none;
|
|
118
|
+
background-color: transparent;
|
|
119
|
+
cursor: not-allowed;
|
|
120
|
+
}
|
|
121
|
+
.dropdown-menu.show {
|
|
122
|
+
display: block;
|
|
123
|
+
}
|
|
124
|
+
.dropdown-header {
|
|
125
|
+
display: block;
|
|
126
|
+
padding: 0 1.5rem, 5rem 1.5rem;
|
|
127
|
+
margin-bottom: 0;
|
|
128
|
+
font-size: 0.968rem;
|
|
129
|
+
color: #022648;
|
|
130
|
+
white-space: nowrap;
|
|
131
|
+
border-bottom: 1px solid #eee;
|
|
132
|
+
text-align: center;
|
|
133
|
+
text-transform: capitalize;
|
|
134
|
+
}
|
|
135
|
+
.dropdown-item-text {
|
|
136
|
+
display: block;
|
|
137
|
+
padding: 0.4rem 1.5rem;
|
|
138
|
+
color: #212529;
|
|
139
|
+
}
|
|
140
|
+
.btn-primary.dropdown-toggle {
|
|
141
|
+
background-color: transparent;
|
|
142
|
+
margin: 0;
|
|
143
|
+
padding: 0;
|
|
144
|
+
border-color: transparent;
|
|
145
|
+
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.show > .btn-primary.dropdown-toggle {
|
|
149
|
+
border-color: transparent;
|
|
150
|
+
background-color: transparent;
|
|
151
|
+
}
|
|
152
|
+
.show > .btn-primary.dropdown-toggle:focus {
|
|
153
|
+
box-shadow: 0 0 0 0 transparent;
|
|
154
|
+
background-color: transparent;
|
|
155
|
+
/* border-color: transparent; */
|
|
156
|
+
}
|
|
157
|
+
.btn.dropdown-toggle:not(:disabled):not(.disabled):active,
|
|
158
|
+
.btn.dropdown-toggle:not(:disabled):not(.disabled).active {
|
|
159
|
+
background-color: transparent;
|
|
160
|
+
border-color: transparent;
|
|
161
|
+
}
|
|
162
|
+
.dropdown-container-translated .dropdown-item {
|
|
163
|
+
text-align: right;
|
|
164
|
+
}
|
|
165
|
+
@media (max-width: 991.98px) {
|
|
166
|
+
.dropdown-menu::before,
|
|
167
|
+
.dropdown-menu::after {
|
|
168
|
+
display: none;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
@media (max-width: 800px) {
|
|
172
|
+
.dropdown-menu {
|
|
173
|
+
width: 80%;
|
|
174
|
+
left: 10%;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@media screen and (max-width: 450px) {
|
|
179
|
+
.dropdown-menu {
|
|
180
|
+
min-width: 10rem;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
.informationdropdown .dropdown-menu{
|
|
184
|
+
min-width: 30rem !important;
|
|
185
|
+
padding: 15px 40px !important;
|
|
186
|
+
}
|
|
187
|
+
.informationdropdown_en .dropdown-menu{
|
|
188
|
+
left: -400px !important
|
|
189
|
+
}
|
|
190
|
+
.informationdropdown_ar .dropdown-menu{
|
|
191
|
+
right: -400px !important
|
|
192
|
+
}
|
|
193
|
+
.informationdropdown .dropdown-item {
|
|
194
|
+
padding: 15px 5px !important;
|
|
195
|
+
display: flex;
|
|
196
|
+
justify-content: start;
|
|
197
|
+
}
|
|
198
|
+
.informationdropdown .dropdown-header {
|
|
199
|
+
padding: 10px 0 !important;
|
|
200
|
+
border-bottom: 0px solid #eee !important;
|
|
201
|
+
text-align: start !important;
|
|
202
|
+
text-transform: capitalize;
|
|
203
|
+
}
|
|
204
|
+
.dropdown-toggle_w100 .btn-primary.dropdown-toggle{
|
|
205
|
+
width: 100% !important;
|
|
206
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
.horizontalscrollcont {
|
|
2
|
+
white-space: nowrap !important;
|
|
3
|
+
position: relative !important;
|
|
4
|
+
overflow-x: hidden !important;
|
|
5
|
+
overflow-y: hidden !important;
|
|
6
|
+
-webkit-overflow-scrolling: touch !important;
|
|
7
|
+
background-color: white;
|
|
8
|
+
width: 98% !important;
|
|
9
|
+
border-radius: 20px !important;
|
|
10
|
+
margin: auto;
|
|
11
|
+
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
|
|
12
|
+
}
|
|
13
|
+
.horizontalscrollcont:hover {
|
|
14
|
+
overflow-x: auto !important;
|
|
15
|
+
}
|
|
16
|
+
.editorbarcard {
|
|
17
|
+
position: relative;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
word-wrap: break-word;
|
|
20
|
+
background-color: #fff;
|
|
21
|
+
background-clip: border-box;
|
|
22
|
+
border-right: 1px solid #eee;
|
|
23
|
+
padding: 0.5em 0.8em;
|
|
24
|
+
transition: all 0.2s;
|
|
25
|
+
min-width: 150px !important;
|
|
26
|
+
float: none !important;
|
|
27
|
+
display: inline-block !important;
|
|
28
|
+
zoom: 1 !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sub_scrollbar::-webkit-scrollbar {
|
|
32
|
+
width: 5px;
|
|
33
|
+
height: 5px;
|
|
34
|
+
}
|
|
35
|
+
.sub_scrollbar::-webkit-scrollbar-track {
|
|
36
|
+
/* box-shadow: inset 0 0 5px grey; */
|
|
37
|
+
border-radius: 10px;
|
|
38
|
+
}
|
|
39
|
+
.sub_scrollbar::-webkit-scrollbar-thumb {
|
|
40
|
+
background: #4d4d4d;
|
|
41
|
+
border-radius: 10px;
|
|
42
|
+
}
|
|
43
|
+
.sub_scrollbar::-webkit-scrollbar-thumb:hover {
|
|
44
|
+
background: #999999;
|
|
45
|
+
}
|
|
46
|
+
.horizontalscrollcardcont:hover p {
|
|
47
|
+
color: #eac435;
|
|
48
|
+
transition: 0.3s;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.editorchild {
|
|
52
|
+
height: 0 !important;
|
|
53
|
+
|
|
54
|
+
display: block !important;
|
|
55
|
+
transition: all 0.3s !important;
|
|
56
|
+
-webkit-transition: all 0.3s !important;
|
|
57
|
+
-o-transition: all 0.3s !important;
|
|
58
|
+
-moz-transition: all 0.3s !important;
|
|
59
|
+
transform-origin: top right !important;
|
|
60
|
+
-webkit-transform: scale(0) !important;
|
|
61
|
+
-moz-transform: scale(0) !important;
|
|
62
|
+
-ms-transform: scale(0) !important;
|
|
63
|
+
-o-transform: scale(0) !important;
|
|
64
|
+
transform: scale(0) !important;
|
|
65
|
+
}
|
|
66
|
+
.editorchild-opened {
|
|
67
|
+
-webkit-transform: scale(1) !important;
|
|
68
|
+
-moz-transform: scale(1) !important;
|
|
69
|
+
-ms-transform: scale(1) !important;
|
|
70
|
+
-o-transform: scale(1) !important;
|
|
71
|
+
transform: scale(1) !important;
|
|
72
|
+
min-height: 10vh !important;
|
|
73
|
+
}
|
|
74
|
+
.filterdropdown {
|
|
75
|
+
height: 20vh !important;
|
|
76
|
+
background-color: #e6e6e6;
|
|
77
|
+
/* position: absolute; */
|
|
78
|
+
}
|
|
79
|
+
.icon-container {
|
|
80
|
+
position: absolute;
|
|
81
|
+
top: -15px;
|
|
82
|
+
right: 25px;
|
|
83
|
+
z-index: 1;
|
|
84
|
+
width: 4vh;
|
|
85
|
+
height: 4vh;
|
|
86
|
+
border-radius: 50%;
|
|
87
|
+
color: white;
|
|
88
|
+
background-color: var(--danger);
|
|
89
|
+
transition: 0.3s;
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
}
|
|
92
|
+
.icon-container:hover {
|
|
93
|
+
background-color: var(--dangerhover);
|
|
94
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
.filterside_cont {
|
|
2
|
+
position: fixed;
|
|
3
|
+
height: 100vh;
|
|
4
|
+
width: 20vw;
|
|
5
|
+
background-color: white;
|
|
6
|
+
z-index: 1000;
|
|
7
|
+
top: 0;
|
|
8
|
+
right: 0;
|
|
9
|
+
transform: translateX(150%);
|
|
10
|
+
transition: 0.3s;
|
|
11
|
+
}
|
|
12
|
+
.filter_container_opened {
|
|
13
|
+
transform: translateX(0) !important;
|
|
14
|
+
}
|
|
15
|
+
.close_menu_icon_cont {
|
|
16
|
+
width: 4.5vh;
|
|
17
|
+
height: 4.5vh;
|
|
18
|
+
background-color: #022648;
|
|
19
|
+
border-radius: 50%;
|
|
20
|
+
color: white;
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 20px;
|
|
23
|
+
left: -17px;
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
transition: 0.3s;
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
}
|
|
30
|
+
.close_menu_icon_cont:hover {
|
|
31
|
+
background-color: #eac435;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* .timeline .timelineinnercont {
|
|
35
|
+
border-left: 1px solid red !important;
|
|
36
|
+
position: relative;
|
|
37
|
+
margin-left: 17px;
|
|
38
|
+
}
|
|
39
|
+
.timeline .btn_item {
|
|
40
|
+
width: 3.5vh;
|
|
41
|
+
height: 3.5vh;
|
|
42
|
+
z-index: 1;
|
|
43
|
+
margin-left: -13px;
|
|
44
|
+
background-color: #eee;
|
|
45
|
+
}
|
|
46
|
+
.timelineinnercont_active:hover .btn_item {
|
|
47
|
+
background-color: var(--info);
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
}
|
|
50
|
+
.timelineinnercont_active .btn_item {
|
|
51
|
+
background-color: var(--infohover) !important;
|
|
52
|
+
}
|
|
53
|
+
.timelineinnercont_active .btn_item:before {
|
|
54
|
+
display: inline-block;
|
|
55
|
+
content: '✓';
|
|
56
|
+
color: white;
|
|
57
|
+
}
|
|
58
|
+
.timeline_text {
|
|
59
|
+
color: #022648 !important;
|
|
60
|
+
}
|
|
61
|
+
.timelineinnercont_active .timeline_text {
|
|
62
|
+
color: var(--infohover) !important;
|
|
63
|
+
font-weight: 600;
|
|
64
|
+
}
|
|
65
|
+
.timelineinnercont_active:hover .timeline_text {
|
|
66
|
+
color: var(--info) !important;
|
|
67
|
+
}
|
|
68
|
+
.timeline .border_left_line:last-child {
|
|
69
|
+
border-left: 1px solid white;
|
|
70
|
+
}
|
|
71
|
+
.timeline_text {
|
|
72
|
+
cursor: pointer;
|
|
73
|
+
} */
|
|
74
|
+
|
|
75
|
+
.timeline .border_left_line {
|
|
76
|
+
/* border-left: 1px solid #ccc; */
|
|
77
|
+
position: relative;
|
|
78
|
+
margin-left: 17px;
|
|
79
|
+
}
|
|
80
|
+
.timeline .btn_item {
|
|
81
|
+
width: 3.5vh;
|
|
82
|
+
height: 3.5vh;
|
|
83
|
+
z-index: 1;
|
|
84
|
+
margin-left: -13px;
|
|
85
|
+
background-color: #eee;
|
|
86
|
+
}
|
|
87
|
+
.timelineinnercont_active .timeline_text {
|
|
88
|
+
color: var(--infohover) !important;
|
|
89
|
+
font-weight: 600;
|
|
90
|
+
}
|
|
91
|
+
.timelineinnercont:not(.timelineinnercont_active):hover .timeline_text {
|
|
92
|
+
color: var(--info) !important;
|
|
93
|
+
}
|
|
94
|
+
.timelineinnercont_active .btn_item {
|
|
95
|
+
background-color: var(--infohover) !important;
|
|
96
|
+
}
|
|
97
|
+
.timelineinnercont_active .btn_item:before {
|
|
98
|
+
display: inline-block;
|
|
99
|
+
content: '✓';
|
|
100
|
+
color: white;
|
|
101
|
+
}
|
|
102
|
+
.timelineinnercont:not(.timelineinnercont_active):hover .btn_item {
|
|
103
|
+
background-color: var(--info) !important;
|
|
104
|
+
cursor: pointer;
|
|
105
|
+
}
|
|
106
|
+
.timeline .border_left_line:last-child {
|
|
107
|
+
/* border-left: 1px solid white; */
|
|
108
|
+
}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
/* Forms */
|
|
2
|
+
.form_control {
|
|
3
|
+
display: block;
|
|
4
|
+
width: 100%;
|
|
5
|
+
/* height: 25px; */
|
|
6
|
+
/* font-size: 1rem; */
|
|
7
|
+
font-weight: 500;
|
|
8
|
+
/* color: #444054; */
|
|
9
|
+
/* background-color: white; */
|
|
10
|
+
/* border-radius: 20px; */
|
|
11
|
+
/* box-shadow: 0 0 10px #e6e6e6; */
|
|
12
|
+
/* height: 40px; */
|
|
13
|
+
padding-left: 0;
|
|
14
|
+
padding-right: 0;
|
|
15
|
+
/* font-size: 14px; */
|
|
16
|
+
transition: background 0s ease-out;
|
|
17
|
+
padding: 0 10px;
|
|
18
|
+
}
|
|
19
|
+
.textarea{
|
|
20
|
+
resize: none;
|
|
21
|
+
/* background-color: #eee; */
|
|
22
|
+
}
|
|
23
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
24
|
+
.form_control {
|
|
25
|
+
transition: none;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.form_control::-ms-expand {
|
|
29
|
+
background-color: transparent;
|
|
30
|
+
border: 0;
|
|
31
|
+
}
|
|
32
|
+
.form_control::placeholder {
|
|
33
|
+
color: #eac435;
|
|
34
|
+
opacity: 1;
|
|
35
|
+
}
|
|
36
|
+
.form_control:disabled,
|
|
37
|
+
.form_control[readonly] {
|
|
38
|
+
/* background-color: #e9ecef; */
|
|
39
|
+
opacity: 1;
|
|
40
|
+
cursor: not-allowed;
|
|
41
|
+
}
|
|
42
|
+
textarea.form_control {
|
|
43
|
+
/* min-height: 100px !important; */
|
|
44
|
+
padding-top: 10px;
|
|
45
|
+
padding-bottom: 10px;
|
|
46
|
+
}
|
|
47
|
+
.form_control:focus {
|
|
48
|
+
transition-duration: 0.3s;
|
|
49
|
+
box-shadow: none;
|
|
50
|
+
/* box-shadow: 0 0 10px #ccc; */
|
|
51
|
+
}
|
|
52
|
+
.form_control::-moz-placeholder {
|
|
53
|
+
color: #aaaaaa;
|
|
54
|
+
font-weight: 400;
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
}
|
|
57
|
+
.form_control:-ms-input-placeholder {
|
|
58
|
+
color: #aaaaaa;
|
|
59
|
+
font-weight: 400;
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
}
|
|
62
|
+
.form_control::-webkit-input-placeholder {
|
|
63
|
+
color: #aaaaaa;
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.form_control_border_none {
|
|
69
|
+
background-image: none;
|
|
70
|
+
}
|
|
71
|
+
.form_control.disabled,
|
|
72
|
+
.form_control:disabled,
|
|
73
|
+
.form_control[disabled] {
|
|
74
|
+
cursor: not-allowed;
|
|
75
|
+
}
|
|
76
|
+
.input_label_name {
|
|
77
|
+
font-size: 16px;
|
|
78
|
+
text-transform: capitalize;
|
|
79
|
+
color: var(--cardheader);
|
|
80
|
+
font-weight: 500;
|
|
81
|
+
}
|
|
82
|
+
.input_label_name-bolder {
|
|
83
|
+
font-weight: 500;
|
|
84
|
+
}
|
|
85
|
+
.input_icon {
|
|
86
|
+
position: absolute;
|
|
87
|
+
bottom: 5px;
|
|
88
|
+
left: 0;
|
|
89
|
+
color: #d9d9d9;
|
|
90
|
+
}
|
|
91
|
+
/* Radio Buttons */
|
|
92
|
+
.radiobtn_label {
|
|
93
|
+
display: flex;
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
font-weight: 500;
|
|
96
|
+
position: relative;
|
|
97
|
+
overflow: hidden;
|
|
98
|
+
margin-bottom: 0;
|
|
99
|
+
}
|
|
100
|
+
.radiobtn_label input {
|
|
101
|
+
position: absolute;
|
|
102
|
+
left: -9999px;
|
|
103
|
+
display: none;
|
|
104
|
+
}
|
|
105
|
+
.radiobtn_label input:checked + span {
|
|
106
|
+
background-color: #f0f5f5;
|
|
107
|
+
color: var(--focus);
|
|
108
|
+
font-weight: 500;
|
|
109
|
+
}
|
|
110
|
+
.radiobtn_label input:checked + span:before {
|
|
111
|
+
box-shadow: inset 0 0 0 0.3em #eac435;
|
|
112
|
+
}
|
|
113
|
+
.radiobtn_label span {
|
|
114
|
+
display: flex;
|
|
115
|
+
align-items: center;
|
|
116
|
+
text-transform: capitalize;
|
|
117
|
+
padding: 0.375em 0.75em 0.375em 0.375em;
|
|
118
|
+
border-radius: 99em;
|
|
119
|
+
transition: 0.25s ease;
|
|
120
|
+
font-weight: normal;
|
|
121
|
+
color: var(--focus);
|
|
122
|
+
}
|
|
123
|
+
.radiobtn_label span:hover {
|
|
124
|
+
/* background-color: #e6e6e6; */
|
|
125
|
+
}
|
|
126
|
+
.radiobtn_label span:before {
|
|
127
|
+
display: flex;
|
|
128
|
+
flex-shrink: 0;
|
|
129
|
+
content: '';
|
|
130
|
+
background-color: #fff;
|
|
131
|
+
width: 1em;
|
|
132
|
+
height: 1em;
|
|
133
|
+
border-radius: 50%;
|
|
134
|
+
margin-right: 0.375em;
|
|
135
|
+
transition: 0.25s ease;
|
|
136
|
+
box-shadow: inset 0 0 0 0.125em var(--focus);
|
|
137
|
+
}
|
|
138
|
+
.radiobtn_label.text-grey span:before {
|
|
139
|
+
box-shadow: inset 0 0 0 0.125em grey;
|
|
140
|
+
}
|
|
141
|
+
.radiobtn_label input.disabled {
|
|
142
|
+
cursor: not-allowed;
|
|
143
|
+
}
|
|
144
|
+
.radiobtn_label_translated span:before {
|
|
145
|
+
display: flex;
|
|
146
|
+
flex-shrink: 0;
|
|
147
|
+
content: '';
|
|
148
|
+
background-color: #fff;
|
|
149
|
+
width: 1em;
|
|
150
|
+
height: 1em;
|
|
151
|
+
border-radius: 50%;
|
|
152
|
+
margin-left: 0.375em;
|
|
153
|
+
margin-right: 0;
|
|
154
|
+
transition: 0.25s ease;
|
|
155
|
+
box-shadow: inset 0 0 0 0.125em var(--focus);
|
|
156
|
+
}
|
|
157
|
+
.radiobtn_label_translated input.disabled {
|
|
158
|
+
cursor: not-allowed;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/* Checkbox */
|
|
162
|
+
.checkbox {
|
|
163
|
+
--border: #022648;
|
|
164
|
+
--border-hover: #959ed0;
|
|
165
|
+
--tick: #fff;
|
|
166
|
+
position: relative;
|
|
167
|
+
/* color: var(--cardheader); */
|
|
168
|
+
}
|
|
169
|
+
.checkbox_label {
|
|
170
|
+
font-size: 16px;
|
|
171
|
+
text-transform: capitalize;
|
|
172
|
+
font-weight: 500;
|
|
173
|
+
cursor: pointer;
|
|
174
|
+
}
|
|
175
|
+
.checkbox:hover {
|
|
176
|
+
/* color: var(--border-hover); */
|
|
177
|
+
}
|
|
178
|
+
.checkbox input,
|
|
179
|
+
.checkbox svg {
|
|
180
|
+
width: 16px;
|
|
181
|
+
height: 16px;
|
|
182
|
+
display: block;
|
|
183
|
+
}
|
|
184
|
+
.checkbox_sub input {
|
|
185
|
+
width: 15px;
|
|
186
|
+
height: 15px;
|
|
187
|
+
}
|
|
188
|
+
.checkbox input {
|
|
189
|
+
-webkit-appearance: none;
|
|
190
|
+
-moz-appearance: none;
|
|
191
|
+
position: relative;
|
|
192
|
+
outline: none;
|
|
193
|
+
background: white;
|
|
194
|
+
border: none;
|
|
195
|
+
margin: 0;
|
|
196
|
+
padding: 0;
|
|
197
|
+
cursor: pointer;
|
|
198
|
+
border-radius: 4px;
|
|
199
|
+
transition: box-shadow 0.3s;
|
|
200
|
+
box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
|
|
201
|
+
}
|
|
202
|
+
.checkbox input:disabled {
|
|
203
|
+
cursor: not-allowed;
|
|
204
|
+
}
|
|
205
|
+
.checkbox input:hover {
|
|
206
|
+
/* --s: 2px; */
|
|
207
|
+
/* --b: var(--border-hover); */
|
|
208
|
+
}
|
|
209
|
+
.checkbox input:checked {
|
|
210
|
+
/* --b: var(--secondary); */
|
|
211
|
+
}
|
|
212
|
+
.checkbox svg {
|
|
213
|
+
pointer-events: none;
|
|
214
|
+
fill: none;
|
|
215
|
+
stroke-width: 2px;
|
|
216
|
+
stroke-linecap: round;
|
|
217
|
+
stroke-linejoin: round;
|
|
218
|
+
/* stroke: var(--stroke, var(--secondary)); */
|
|
219
|
+
position: absolute;
|
|
220
|
+
top: 0;
|
|
221
|
+
left: 0;
|
|
222
|
+
width: 16px;
|
|
223
|
+
height: 21px;
|
|
224
|
+
transform: scale(var(--scale, 1)) translateZ(0);
|
|
225
|
+
}
|
|
226
|
+
.checkbox_sub svg {
|
|
227
|
+
pointer-events: none;
|
|
228
|
+
fill: none;
|
|
229
|
+
stroke-width: 2px;
|
|
230
|
+
stroke-linecap: round;
|
|
231
|
+
stroke-linejoin: round;
|
|
232
|
+
stroke: var(--stroke, var(--secondary));
|
|
233
|
+
position: absolute;
|
|
234
|
+
top: 0;
|
|
235
|
+
left: 0;
|
|
236
|
+
width: 16px;
|
|
237
|
+
height: 21px;
|
|
238
|
+
transform: scale(var(--scale, 1)) translateZ(0);
|
|
239
|
+
}
|
|
240
|
+
.checkboxtranslated svg {
|
|
241
|
+
right: 0;
|
|
242
|
+
}
|
|
243
|
+
.checkbox input:checked {
|
|
244
|
+
--s: 2px;
|
|
245
|
+
transition-delay: 0.4s;
|
|
246
|
+
}
|
|
247
|
+
.checkbox input:checked + svg {
|
|
248
|
+
--a: 16.1 86.12;
|
|
249
|
+
--o: 102.22;
|
|
250
|
+
}
|
|
251
|
+
.checkbox svg {
|
|
252
|
+
stroke-dasharray: var(--a, 86.12);
|
|
253
|
+
stroke-dashoffset: var(--o, 86.12);
|
|
254
|
+
transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
|
|
255
|
+
}
|