:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ck-editor__editable_inline{min-height:300px}::-webkit-scrollbar{width:5px!important;height:10px!important}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:15px}::-webkit-scrollbar-thumb:hover{background:#2ec4d8}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--primary:#45b9e0;--primary-deep:#1a84a7;--secondary:rgb(242 245 242/57%);--white:#fff;--swiper-navigation-size:29px!important}a{color:inherit;text-decoration:none}.leaflet-container{height:300px;width:100%}.leaflet-control{margin-right:5px!important;margin-top:5px!important}.leaflet-control-layers{height:34px;width:34px}.leaflet-control-layers-toggle{width:32px!important;height:32px!important}.leaflet-control-layers-expanded{width:105px;height:55px}.pwd-container{position:relative}.pwd-container img{cursor:pointer;position:absolute;right:15px;top:25px}.pwd-container>span{margin-left:5px!important;margin-top:-18px!important;display:block;color:#d72e2e;font-size:13px}@media screen and (max-width:400px){.pwd-container>span{display:none}}.pwd-container>span>.css-n8rro2-MuiTypography-root{margin-left:0!important}.searchSection{width:100%;display:flex;justify-content:center;justify-self:center;align-items:center}.searchLabel{width:10%;background-color:#ebebeb;padding:10px;color:#000;font-weight:700;border-radius:5px;text-align:center;font-family:Arial,Helvetica,sans-serif}.searchInput{width:100%;border:1px solid #dbd5d5;display:flex;justify-content:center;align-items:center;padding:3px;border-radius:4px}.clearIcon{cursor:pointer;padding:3px;width:20px;height:20px;border-radius:50%;background-color:hsla(0,0%,55%,.307)}.searchInput input{width:95%;padding:7px 3px;border:none;margin-left:1px;background-color:hsla(0,0%,100%,0)}.searchInput input::-moz-placeholder{font-size:15px}.searchInput input:-ms-input-placeholder{font-size:15px}.searchInput input::placeholder{font-size:15px}.searchInput input:focus{outline:none}.tableBorder{border:1px solid #dadada}.headbackground{background:#ebebeb}.rowHover{background:hsla(0,0%,97%,0)}.rowHover:hover{background-color:#d4d4d44f!important}.table .rowHover:nth-child(2n){background-color:#c72424}.selectButton{background-color:#3abaf4;text-transform:capitalize;padding:3px 5px;color:#fff}.selectButton:hover{background-color:#18a0df}.paymentTitle{text-align:center;margin-top:0;margin-bottom:15px}.paymentTitle span{color:#7a7a7a;font-weight:700;font-size:24px}.horizontalLine{border:1px solid #d1d1d1}.swiper-button-next,.swiper-button-prev{color:#7e7979!important}.custom-swal{z-index:199999999!important}.messebger-chat-body:hover .messebger-chat{transform:scale(1.2);transition:1s}.goog-te-gadget-icon{display:none!important}.goog-te-gadget-simple{border:0 solid #fff!important}@media screen and (max-width:800px){.searchLabel{width:30%}.searchInput{width:100%}}.imageDiv{height:70px;width:70px;border-radius:50%;margin-top:0}#delete_cart{transition:all .5s linear;cursor:pointer}#delete_cart:hover{border:1px solid #c41212!important}._2rVjT{background-color:#49b8db!important}._1fOYS{border:1px solid #4cc9e5!important}._2W95M{background:#4fcec2!important}._1bpcM{height:45px!important;width:45px!important;bottom:64px;left:8px;border:1px solid #48da48!important}._2iWL7{right:17px!important;bottom:61px!important;z-index:5555}._2-mAj{border-radius:20px;padding:12px;border:none;margin-bottom:10px;background-color:#fefefe;height:112px;outline:0}#contient{border:none;background:#fff;width:80%!important;color:#5a5a5a;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}#contient:focus-visible{outline:none}.responsiveSearch{padding:10px 15px;border-radius:15px;border:0;width:90%}.helperText{color:#a0a5a2;font-size:14px}.sectionTitle{background-color:#45b9e0;color:#fff;text-align:center;font-size:16px;padding:10px;font-weight:700;margin-bottom:15px}.profilePicture{border-radius:50%;display:block;margin:10px auto}.css-10d9dml-MuiTabs-indicator{position:relative}.css-10ikq25-MuiButtonBase-root-MuiTab-root.Mui-selected{color:#1976d2}.css-10ikq25-MuiButtonBase-root-MuiTab-root{min-height:1px;padding:2px}.css-1h9z7r5-MuiButtonBase-root-MuiTab-root{padding:0}.historicalGallery img{transition:all 1s ease-in-out;width:100%}.historicalGallery img:hover{transform:scale(1.05);cursor:pointer}@media only screen and (max-width:600px){.history_image_small_devices{display:block;margin:0 auto;height:230px;width:300px}}.payment_method{border:1px solid rgba(0,0,0,.25);border-radius:5px;padding:5px 10px;margin:0 0 10px;cursor:pointer}.payment-radio{display:flex;position:relative;cursor:pointer;font-size:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center}#noticeSlider,#noticeSlider img{transition:1s ease-in-out}#noticeSlider img{transform:rotate(-40deg)}#noticeSlider:hover img{transform:rotate(15deg)}.receipt_container{width:350px;font-size:11px;margin:0 auto;font-family:receptFont;letter-spacing:1px}.receipt_container h6{font-size:11px}.custom_modal_inner_content{background-color:#ddd;box-sizing:border-box}.css-kpdavs{background:linear-gradient(45deg,#9b9b9bd4,#b3b3b3b5)}@media only screen and (min-width:450px) and (max-width:350px){.css-5klcrl{width:50px!important;height:50px!important}}.characters{list-style:none;padding-left:0}.characters li{display:flex;align-items:center;border:2px solid #d0d0d0;border-radius:.2em;padding:.5em .8em .5em .5em;margin-bottom:1em;cursor:pointer}.characters p{max-width:none;font-weight:700;margin:0}.css-1n895xw-MuiTypography-root{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:13px;color:#d72e2e;margin-left:7px;visibility:visible;display:block;margin-top:5px}.mainConsumerDashboardImage{padding-bottom:20px;width:120px;height:108px}.css-1oqqzyl-MuiContainer-root{padding:0}.ticker{height:35px!important}.ticker span{font-size:13px;color:#007bff;cursor:pointer}.swiper-slide{flex-shrink:0;width:100%;height:auto;position:relative;transition-property:transform}.css-1n4twyu-MuiInputBase-input-MuiOutlinedInput-input,.css-1o6z5ng{padding:8.5px 7px!important}.mystyle{background-color:#6eee32}.mystyle:hover{background-color:#fdf4f4!important}.fa-facebook{background-color:#2b4170;background:-webkit-linear-gradient(top,#3b5998,#2b4170)}.fa-facebook,.fa-telegram,.fa-twitter{color:#fff;font-size:20px;padding:5px 7px;border-radius:5px;margin:0 2px}.fa-telegram,.fa-twitter{background-color:#1da1f2}.fa-youtube{background-color:#c20909}.fa-instagram,.fa-youtube{color:#fff;font-size:20px;padding:5px 7px;border-radius:5px;margin:0 2px}.fa-instagram{background:#f09433;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1)}.fa-linkedin{background-color:#1970a7}.fa-linkedin,.fa-weixin,.fa-whatsapp{color:#fff;font-size:20px;padding:5px 7px;border-radius:5px;margin:0 2px}.fa-weixin,.fa-whatsapp{background-color:#25d366}.fa-tiktok{color:#111;filter:drop-shadow(2px 0 0 #fd3e3e) drop-shadow(-2px -2px 0 #4de8f4);font-size:20px;padding:5px 7px;border-radius:5px;margin:0 2px}.fa-viber{background-color:#7412a1}.fa-discord,.fa-viber{color:#fff;font-size:20px;padding:5px 7px;border-radius:5px;margin:0 2px}.fa-discord{background-color:#5865f2}.css-1m6z210{margin:0!important}.activeClass{background-color:#cecfcd!important;color:#1f2324;display:block}.reportInput{padding:10px 14px;width:20%;border:1px solid #e1e1e1;border-radius:6px;margin-right:13px;color:#878785;font-size:12px;margin-left:10px}.ReportButton{border:none;background-color:var(--primary);color:#fff;border-radius:6px;font-weight:600;cursor:pointer;padding:10px 21px}.currierinput{padding:10px;width:100%;border:1px solid #d7d7d7;background-color:#efeded;margin-bottom:9px}@keyframes play-button{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.play-button{animation:play-button 5s ease-in-out infinite}@media screen and (max-width:360px){.swal2-title-mobile{font-size:15px!important;width:85%;margin:0 auto!important;padding-bottom:30px!important}.swal2-icon-mobile{font-size:8px!important}.swal2-cancel-mobile,.swal2-confirm-mobile{font-size:10px!important;padding:6px 10px!important}.swal2-container-mobile{max-width:320px!important;padding:10px!important}.swal2-height-auto{height:250px}.swal2-inputLebel-mobile{margin-top:-10px!important}.play-button{height:38px;margin-left:9px}}.swal-custom-class-delete-ims{z-index:9999}.css-1tamlxx-MuiSvgIcon-root{font-size:17px}.custom-error-icon{font-size:8px!important}.custom-error-icon2{font-size:6px!important}.custom-title{color:#484948!important;height:30px;font-size:18px!important}.custom-title2{font-size:15px!important;color:#2b2b2b!important;font-family:Inter,Times,serif;font-weight:500}.company-cancel-button-cancel{color:#2b2b2b!important}.company-cancel-button-cancel,.confirm-button-delete{font-size:13px!important;font-family:Inter,Times,serif;font-weight:500;padding:10px 25px;margin-right:20px}.confirm-button-delete{color:#fff!important}.confirm-button{box-shadow:none!important}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.vertical-slider-container{max-width:300px;margin:0 auto}.slick-vertical .slick-slide{display:block}.slick-slide{transition:transform .3s}.slick-customise-dots li{width:5px!important}.slick-customise-dots li button:before{font-size:8px!important}.company-cancel-button{color:#2b2b2b!important;font-family:Inter,Times,serif}.ims-animation-title{background-image:linear-gradient(-225deg,#1c4e69,#245f7e 29%,#469bff 67%,#e89eff);background-size:auto auto;background-clip:border-box;background-size:200% auto;color:#fff;background-clip:text;font-family:Inter,Roboto,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:mim 4s linear infinite;display:inline-block}@keyframes mim{to{background-position:200%}}.shop-image-list{overflow:hidden;height:269px;width:100%;border-radius:8px}.image-container{width:60%;height:90%;border:2px dashed rgba(0,0,0,.3)}.image-container,.upload-container{display:flex;align-items:center;justify-content:center}.upload-container{position:relative;width:100%;height:100%;flex-direction:column;background-color:#fff}.upload-container>p{font-size:18px;margin:4px;font-weight:500}.input-file{display:block;border:none;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.styledImagePurchase{border-radius:4px}.custom-cancel-button{color:#2b2b2b!important}.image-gallery{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px}.image-container{text-align:center}.cool{filter:brightness(.8) contrast(2.1) hue-rotate(79deg)}.warm{filter:brightness(1.1) sepia(.5)}.happy{filter:brightness(1.3) saturate(1.2)}.cinematic{filter:sepia(100%)}.blackAndWhite{filter:grayscale(100%)}.original{filter:none}.imageCard{text-align:center}.imageCard img{width:600px}.backdrop{background-color:#000;bottom:0}.backdrop,.crop-container{position:fixed;top:0;left:0;right:0}.crop-container{bottom:80px}.controls{position:fixed;bottom:0;width:100%;height:80px}.controls-upper-area{text-align:center}.slider{width:50%}.button-area{text-align:center;margin-top:20px}button{margin-left:10px;margin-right:10px;background-color:#000;color:#fff;border:1px solid #ff0;font-size:20px}@media (max-width:600px){.responsive-image-consumer-dashboard{height:26px!important;width:26px!important}.list-item-image-responsive-consumer-dashboard{height:46px!important;width:46px!important}.company-category-select-mui{width:100%!important}}@media print{.hidden-for-print{visibility:visible!important;display:block!important}}@media only screen and (min-width:1380px) and (max-width:1540px){.responsive-headerv2-search-width{margin-left:26%!important;width:52%!important}}@media only screen and (min-width:1325px) and (max-width:1380px){.responsive-headerv2-search-width{margin-left:26%!important;width:51%!important}}@media only screen and (min-width:1250px) and (max-width:1320px){.responsive-headerv2-search-width{margin-left:26%!important;width:50%!important}}@media only screen and (min-width:1200px) and (max-width:1249px){.responsive-headerv2-search-width{margin-left:26%!important;width:48%!important}}@media only screen and (min-width:1170px) and (max-width:1199px){.responsive-headerv2-search-width{margin-left:33%!important;width:43%!important}}@media only screen and (min-width:1117px) and (max-width:1169px){.responsive-headerv2-search-width{margin-left:32%!important;width:42.8%!important}}@media only screen and (min-width:1109px) and (max-width:1116px){.responsive-headerv2-search-width{margin-left:29%!important;width:44.8%!important}}@media only screen and (min-width:1051px) and (max-width:1100px){.responsive-headerv2-search-width{margin-left:26%!important;width:47%!important}}@media only screen and (min-width:1001px) and (max-width:1050px){.responsive-headerv2-search-width{margin-left:23%!important;width:49%!important}}@media only screen and (min-width:961px) and (max-width:1000px){.responsive-headerv2-search-width{margin-left:25%!important;width:50%!important}}@media only screen and (min-width:931px) and (max-width:960px){.responsive-headerv2-search-width{margin-left:26%!important;width:54%!important}}@media only screen and (min-width:900px) and (max-width:930px){.responsive-headerv2-search-width{margin-left:26%!important;width:56%!important}}.swal2-container{z-index:9999!important}