: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:#ffffffb3;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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)}}*,:after,:before{box-sizing:border-box;font-family:Open Sans,sans-serif}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;border:0;font-size:100%;font:inherit;margin:0;padding:0;text-rendering:optimizeLegibility;vertical-align:initial}footer,header,main,nav,section{display:block}body{background:#f7f9fc;line-height:1;margin:0 auto}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}button{cursor:pointer;outline:none}.login-page{background-repeat:no-repeat;background-size:100%;height:100vh;object-fit:cover;overflow:hidden}.login-page .login-head{align-items:center;background:#000 0 0 no-repeat padding-box;border-bottom:1px solid #fff;display:flex;height:60px}.login-page .login-head div{cursor:pointer;margin:0 auto;max-width:1440px;padding:0 141px;width:100%}.login-page .login-body{display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:0 141px;position:relative;top:20%}.login-page .login-body .about-text{color:#fff;font-family:Montserrat,serif;font-size:40px;font-weight:800;letter-spacing:2.4px;line-height:64px;margin-top:60px}.login-page .copy-right-wrapper{bottom:24px;left:0;margin-left:auto;margin-right:auto;max-width:1440px;padding:0 141px;position:absolute;right:0;width:100%}.login-page .copy-right-wrapper .copy-right{color:#fff;font:normal normal normal 14px/19px Open Sans}.login-page .modal-styles{background:#fff;border-radius:8px;height:auto;padding:32px;width:464px}.login-page .login-modal-buttons{align-items:center;display:flex;justify-content:space-between}.login-page .login-modal-forgot{background:none;border:none;color:#9698a8;font-size:16px;font-weight:600;line-height:22px;outline:none;width:200px}.login-page .message-screen-wrapper{display:flex;justify-content:center;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;text-align:center}.login-page .message-screen-modal{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;height:auto;justify-content:center;margin-top:70px;padding:32px;width:332px}.login-page .message-screen-response{color:#6a6d84;font:normal normal normal 16px/24px Open Sans}.login-page .message-screen-text{color:#2a374e;font-size:32px;font-weight:700;margin-bottom:16px;margin-top:24px}.login-page .forgot-button{background:none;border:none;font-size:16px;font-weight:600;line-height:22px;outline:none;width:200px}.product-map-modal{background:#fff;border-radius:8px;height:70vh;margin-left:16px;margin-top:24px;min-width:335px;width:335px}.product-map-modal .product-map-modal-head{align-items:center;border-bottom:1px solid #e7effb;color:#2a374e;display:flex;font-size:24px;font-weight:700;justify-content:space-between;line-height:36px;padding:16px 24px}.product-map-modal .product-map-modal-body{padding:16px 24px}.product-map-modal .product-map-item-body{max-height:60vh;overflow:auto}.product-map-modal .product-map-box{align-items:center;color:#2a374e;display:flex;font-size:14px;font-weight:600;line-height:20px;margin-bottom:12px;padding:0 16px}.product-map-modal .product-map-box p:first-child{width:180px}.product-map-modal .product-map-item-box{align-items:center;background:#f7f9fc;border-radius:4px;color:#2a374e;display:flex;font-size:14px;font-weight:400;line-height:20px;margin-bottom:6px;padding:12px 16px;width:100%}.product-map-modal .product-map-item-box p:first-child{width:180px}.shopify-map-input-button-wrapper{align-items:center;display:flex;gap:50px;justify-content:space-between}.shopify-map-input-button-wrapper .search-erply-input{max-width:544px}.erplay-page{background:#fff;border-radius:8px;height:100%;padding:31px 25px;width:100%}.erplay-page .settings-wrapper{margin-top:46px}.erplay-page .edit-button{align-items:center;background:#ba43b1;border:none;border-radius:8px;color:#fff;display:flex;font:normal normal 600 14px/20px Open Sans;height:36px;justify-content:center;width:100px}.erplay-page .edit-button img{filter:brightness(0) invert(1);margin-right:8px}.erplay-page .edit-button:hover{background:#901f89}.erplay-page .line-inputs-wrapper{align-items:center;display:flex;margin-top:16px}.erplay-page .line-inputs-wrapper .inputs-wrapper{display:flex;justify-content:space-between;width:100%}.erplay-page .line-inputs-wrapper .inputs-wrapper-flex{display:flex;flex-wrap:wrap;gap:15px;width:100%}.warehouses{background:#fff;border-radius:8px;margin-top:24px}.warehouse-container{padding:24px}.warehouse-container .warehouse-title{color:#000}.warehouse-container .title-buttons-wrapper .wrapper-title,.warehouse-container .warehouse-title{font-size:24px;font-weight:700;line-height:36px}.warehouse-container .wrapper-row{margin-top:16px}.warehouse-container .wrapper-row .list-card{align-items:center;background:#f7f9fc;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:8px;padding:16px 20px}.warehouse-container .wrapper-row .list-action,.warehouse-container .wrapper-row .list-info{align-items:center;display:flex}.warehouse-container .wrapper-row .list-id{margin-right:40px}.warehouse-container .wrapper-row .list-id,.warehouse-container .wrapper-row .list-name{align-items:center;display:flex}.warehouse-container .wrapper-row .list-id .title,.warehouse-container .wrapper-row .list-name .title{color:#6a6d84;font-size:16px;font-weight:700;line-height:24px;margin-right:5px}.warehouse-container .wrapper-row .list-id .subtitle,.warehouse-container .wrapper-row .list-name .subtitle{color:#6a6d84;font-size:16px;font-weight:500;line-height:24px}.accord-craft .MuiPaper-root{height:auto}.carecraft-container .carecraft-title{font-size:24px;font-weight:700;line-height:36px}.acordion-container .MuiAccordionSummary-root{padding:0 16px 0 0}.acordion-container .MuiAccordion-root.Mui-expanded{margin:0}.acordion-container .accordion-tr{align-items:center;display:flex;width:100%}.acordion-container .accordion-tr .min-load{margin-left:50px}.acordion-container .accordion-tr .accordion-th-big{padding:16px 18px;width:34%}.acordion-container .accordion-tr .accordion-th,.acordion-container .accordion-tr .accordion-th-big{color:#51566d;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:text;user-select:text}.acordion-container .accordion-tr .accordion-th{padding:16px;width:17%}.acordion-container .accordion-tr .partial-success{background:#0bb53a1a;border-radius:2px;color:#0da137;font-size:14px;font-weight:600;line-height:20px;padding:4px 10px;text-align:center}.acordion-container .accordion-tr .partial-worring{background:#fff7e8;border-radius:2px;color:#ffaa04;font-size:14px;font-weight:600;line-height:20px;padding:4px 10px;text-align:center}.acordion-container .accordion-tr .partial-error{background:#fbf0f0;border-radius:2px;color:#db6c6c;font-size:14px;font-weight:600;line-height:20px;padding:4px 24px;text-align:center}.acordion-container .accordion-tr .btn-resent{color:#6a6d84;-webkit-text-decoration-line:underline;text-decoration-line:underline}.acordion-container .accordion-tr .btn-delete,.acordion-container .accordion-tr .btn-resent{background-color:inherit;border:none;font-size:14px;font-weight:400;line-height:20px;margin-left:15px}.acordion-container .accordion-tr .btn-delete{color:#d03325}.acordion-container .accordion-body{padding:16px}.acordion-container .accordion-body .banner{margin-bottom:15px}.acordion-container .accordion-body .banner .titile-banner{color:#506c84;font-size:14px;font-weight:600;line-height:20px}.acordion-container .accordion-body .body-list,.acordion-container .accordion-body .table-header{align-items:center;display:flex;padding:12px;width:100%}.acordion-container .accordion-body .body-list{background:#f7f9fc}.acordion-container .accordion-body .table-th{color:#506c84;font-size:14px;font-weight:600;line-height:20px}.acordion-container .accordion-body .body-th{color:#506c84;font-size:14px;font-weight:400;line-height:20px}.acordion-container .accordion-body .th-sku{width:20%}.acordion-container .accordion-body .th-quantity{width:60%}.acordion-container .accordion-body .th-status{width:20%}.acordion-container .accordion-body .see-details{text-decoration:underline}.acordion-container .accordion-body .table-body{padding-top:15px}.accordion-container{margin-top:15px}.list-amazon{background-color:#fff;margin-top:16px;padding:16px}.list-amazon .input-box{width:50%}.list-amazon .input-box .boxFlex{display:flex;flex:1 1}.list-amazon .input-box .boxFlex .css-1sfnch9-MuiFormControl-root-MuiTextField-root{margin-bottom:0}.list-amazon .input-box .boxFlex .add-invite-button{padding:14px 32px}.type-list{display:flex;flex-direction:column;height:550px;margin-top:16px;overflow:auto}.type-list .list-card{align-items:center;background-color:#f7f9fc;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;margin:3px 0;padding:14px 16px}.type-list .list-card .list-action{column-count:2;column-gap:10px;display:flex;justify-content:space-between}.type-list .list-card .list-action .css-e784if-MuiTypography-root{color:#4b5c68;font-size:14px;font-weight:600}.css-14iuebz-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0009}.css-1sumxir-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:#0009}.mx-2{margin:0 10px}.logo-style{color:#fff;font-size:20px;font-weight:900;line-height:26px}.active-pending-style{align-items:center;border-radius:8px;display:flex;height:32px;justify-content:center;width:119px}.active-pending-style p{font:normal normal 600 14px/19px Open Sans}.del-edit-wrapper{display:flex}.del-edit-wrapper button{align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:9px 16px;text-transform:capitalize;width:102px}.del-edit-wrapper button p{font:normal normal 600 14px/19px Open Sans;margin-left:8px}.del-edit-wrapper button .edit-text{color:#901f89}.del-edit-wrapper button .delete-text{color:#d72525}.del-edit-wrapper button:hover{background:#0000}.number-circle-style{align-items:center;background:#ba43b1;border-radius:40px;color:#fff;display:flex;font:normal normal 600 16px/22px Open Sans;height:32px;justify-content:center;margin-right:8px;width:32px}.line-style{border-right:1px dotted rgba(81,86,109,.502);margin-left:15px;margin-right:24px}.toast-wrapper{align-items:center;display:flex}.toast-wrapper img{margin-right:16px}.toast-wrapper p{color:#2a374e;font-size:16px}.message-mini-screen{align-items:center;background:#fff 0 0 no-repeat padding-box;border-radius:8px;bottom:50px;box-shadow:0 0 12px rgba(0,0,0,.102);display:flex;height:78px;justify-content:center;margin-left:auto;margin-right:auto;padding:16px;position:absolute;right:20px;text-align:center;width:345px}.message-mini-screen p{color:#2a374e;font-size:16px;line-height:24px;margin-left:16px}.err-message-position{display:flex;margin:10px 0;width:100%}.err-message-text{color:#d72525;font:normal normal normal 12px/17px Open Sans;margin:5px 0}.input-wrapper{width:100%}.input-wrapper .MuiFormLabel-root{color:#51566d;font-size:16px}.input-wrapper .MuiInput-underline.Mui-error:after{border-bottom-color:#d72525}.input-text-field{width:100%}.input-text-field .MuiOutlinedInput-notchedOutline{border-color:rgba(81,86,109,.702)}.input-text-field .MuiOutlinedInput-root{height:48px}.input-text-field .MuiInputLabel-outlined{margin-top:-3px}.input-text-field .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-2px) scale(.75)}.input-text-field .MuiSelect-select.MuiSelect-select{background:#0000}.password-input .MuiInputBase-input::-webkit-input-placeholder{color:#51566d;font-size:16px;opacity:1}.search-input-title{display:flex;justify-content:space-between}.search-input-title p{color:#2a374e;font-size:14px;font-weight:600;line-height:19px;margin-right:4px}.search-input-title img{cursor:pointer;height:18px;margin-left:6px;width:18px}.search-input{margin-bottom:8px;width:100%}.search-input .MuiFormLabel-root{color:#51566d;font-size:16px}.search-input .MuiInput-underline.Mui-error:after{border-bottom-color:#d72525}.action-style{margin-bottom:8px;width:100%}.main-input-wrapper{position:relative;width:100%}.main-input-wrapper .MuiInputAdornment-root{cursor:pointer;display:flex;height:-webkit-fit-content;height:fit-content;justify-content:center;width:24px}.main-input-wrapper .MuiInputAdornment-root.error-svg svg path,.main-input-wrapper .MuiInputAdornment-root.error-svg-password svg path{stroke:#d72525}.main-input-wrapper .MuiFormControl-root{height:48px;width:100%}.main-input-wrapper .MuiFormControl-root .MuiInputLabel-outlined{transform:translate(14px,16px) scale(1)}.main-input-wrapper .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink{color:#ba43b1;transform:translate(14px,-6px) scale(.75)}.main-input-wrapper .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink.Mui-error{color:#d72525}.main-input-wrapper .MuiFormControl-root .MuiInputLabel-outlined.Mui-disabled{color:#a6adb8}.main-input-wrapper .MuiFormControl-root:hover .MuiInputLabel-outlined.MuiInputLabel-shrink.Mui-error{color:#d72525}.main-input-wrapper .MuiFormControl-root .MuiInputBase-root{align-items:center;display:flex;height:100%}.main-input-wrapper .MuiFormControl-root input{font-size:16px;font-weight:400;line-height:23px;padding:13px 16px}.main-input-wrapper .MuiFormControl-root .Mui-error .MuiOutlinedInput-notchedOutline{border:1px solid #d72525}.main-input-wrapper .MuiInputBase-root{border-radius:8px}.main-input-wrapper .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border:1px solid #ba43b1}.main-input-wrapper .MuiInputBase-root:hover.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border:1px solid #d72525}.main-input-wrapper .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:2px solid #ba43b1}.main-input-wrapper .MuiInputBase-root.MuiOutlinedInput-root.Mui-error.Mui-focused .MuiOutlinedInput-notchedOutline{border:2px solid #d72525}.main-input-wrapper .MuiInputBase-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border:1px solid #a6adb8}.main-input-wrapper input{padding:0}.main-input-wrapper .MuiOutlinedInput-notchedOutline{border:1px solid #ba43b1}.main-input-wrapper .Mui-error .MuiOutlinedInput-notchedOutline{border:1px solid #d72525}.main-input-wrapper .Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #ba43b1}.main-input-wrapper .MuiInputAdornment-root~input{padding-left:0}.main-input-wrapper.search-erply-input .MuiInputBase-root{background:#fff}.main-input-wrapper.search-erply-input .MuiInputBase-root .MuiOutlinedInput-notchedOutline,.main-input-wrapper.search-erply-input .MuiInputBase-root.Mui-focused,.main-input-wrapper.search-erply-input .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:none}.main-select-wrapper{height:48px;width:100%}.main-select-wrapper .MuiAutocomplete-root,.main-select-wrapper .MuiAutocomplete-root .MuiFormControl-root{height:100%}.main-select-wrapper .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root{background:#fff;height:100%}.main-select-wrapper .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #ba43b1}.main-select-wrapper .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{height:100%;padding:0}.main-select-wrapper .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline{height:100%;top:-2px}.main-select-popper-wrapper .MuiPaper-root{background:#fff;border-radius:8px;box-shadow:0 4px 16px 0 #dcdbdf}.main-select-popper-wrapper .MuiPaper-root .MuiAutocomplete-listbox{display:flex;flex-direction:column;gap:2px;padding:16px 8px}.main-select-popper-wrapper .MuiPaper-root .MuiAutocomplete-listbox .main-select-option{background:#fff;border-radius:4px;color:#51566d;cursor:pointer;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding:12px 16px}.main-select-popper-wrapper .MuiPaper-root .MuiAutocomplete-listbox .main-select-option.main-select-option-selected,.main-select-popper-wrapper .MuiPaper-root .MuiAutocomplete-listbox .main-select-option.main-select-option-selected:hover{background:#f4e5f3}.main-select-popper-wrapper .MuiPaper-root .MuiAutocomplete-listbox .main-select-option:hover{background:#f7f9fc}.no-info-wrapper{display:flex!important;position:absolute;width:93%}.no-info-wrapper .MuiTableCell-root,.no-info-wrapper .MuiTableCell-sizeSmall{border:none;font-size:18px;font-weight:700}.no-info-wrapper .MuiTableCell-sizeSmall{padding:50px 0 26px}.no-info-text{border:none;color:rgba(81,86,109,.502);font-size:16px;font-weight:700;line-height:24px}.pagination-wrapper{display:flex;justify-content:flex-end;margin:16px;padding:0 32px;width:100%}.pagination-wrapper .MuiPaginationItem-root.Mui-selected{background:#ba43b1;border-color:#ba43b1;border-radius:4px;color:#fff;font-size:14px;font-weight:600;line-height:19px}.pagination-wrapper .MuiPaginationItem-root.Mui-selected:hover{background:#ba43b1;border-color:#ba43b1;color:#fff}.pagination-wrapper .MuiPaginationItem-outlined{background:#fff;border:1px solid #9698a7;border-radius:4px;color:#6a6d84;font-size:14px;font-weight:600;text-align:center}.pagination-wrapper .MuiPaginationItem-outlined:hover{background:#ecf1fa 0 0 no-repeat padding-box;border:1px solid #9698a7}.table-wrapper{background:#fff;border-radius:8px;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-bottom:24px;margin-top:25px;min-height:80vh;width:100%}.table-wrapper .MuiTableContainer-root{box-shadow:none}.status-wrapper{display:flex;justify-content:center;width:100%}.title-style{font:normal normal 700 24px/33px Open Sans}.add-invite-button{align-items:center;background:#ba43b1;border:none;border-radius:8px;display:flex;justify-content:center;padding:9px 24px;width:auto}.add-invite-button:hover{background:#901f89;box-shadow:0 2px 4px #7b1e83}.add-invite-button-text{color:#fff;font:normal normal 600 14px/20px Open Sans;margin-left:8px}.settings-button{align-items:center;background:#0000;border:1px solid #ba43b1;border-radius:8px;display:flex;margin-left:20px;padding:9px 24px}.settings-button:hover{background:#ba43b1;border:1px solid #0000}.settings-button:hover p{color:#fff}.settings-button:hover img{filter:brightness(0) invert(1)}.settings-button-text{color:#ba43b1;font:normal normal 600 14px/20px Open Sans;margin-left:8px}.close-button{background:#e6ecf3;border:none;border-radius:40px;height:24px;width:24px}.add-modal-button,.close-button{align-items:center;display:flex;justify-content:center}.add-modal-button{background:#ba43b1;border:none;border-radius:8px;color:#fff;font:normal normal 600 16px/22px Open Sans;height:48px;width:100%}.add-modal-button span{margin-left:5px}.add-modal-button:hover{background:#901f89;box-shadow:0 2px 4px #7b1e83}.add-modal-wrapper{background:#fff;border-radius:8px;height:auto;width:514px}.text-tooltip-wrapper .main-tooltip-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;box-orient:vertical;color:#51566d;display:inline-block;display:-webkit-box;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:20px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:break-spaces;width:100%;-ms-word-break:break-word;word-break:break-word}.breadcrumb-wrapper{align-items:center;display:flex;gap:8px}.breadcrumb-wrapper a{align-items:center;color:#9c9ea9;display:flex;gap:8px;text-decoration:none}.breadcrumb-wrapper a,.breadcrumb-wrapper p{font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:28px}.breadcrumb-wrapper p{color:#2a374e;font-style:normal}.menu-bar-wrapper{display:flex}.menu-bar-wrapper .header-wrapper{background:#fff;box-shadow:0 3px 6px hsla(0,0%,54%,.161);display:flex;height:56px;justify-content:space-between;padding:18px 16px;position:fixed;width:100%;z-index:1300}.menu-bar-wrapper .header-logo-breadcrumb{align-items:center;display:flex;transition:transform .2s}.menu-bar-wrapper .create-by{bottom:30px;left:16px;position:absolute}.menu-bar-wrapper .logo{color:#ba43b1;font:normal normal 900 19px/25px Roboto;letter-spacing:0}.menu-bar-wrapper .MuiDrawer-paper{background:#fff;border:none;width:200px}.menu-bar-wrapper .body-wrapper{background:#f7f9fc;height:100%;min-height:100vh;padding-left:35px}.menu-bar-wrapper .items-wrapper{height:36px;justify-content:center}.menu-bar-wrapper .icon-button{background:#fff;border:1px solid rgba(81,86,109,.502);border-radius:8px;color:#ba43b1;height:36px;margin-left:-15px;margin-top:60px;position:fixed;width:36px;z-index:1440}.menu-bar-wrapper .items-wrapper:hover{background:#fff;border-radius:8px}.menu-bar-wrapper .items-wrapper-active{background:#f4e5f3;border-radius:8px;height:36px;justify-content:center}.menu-bar-wrapper .list-item-icon{justify-content:center;min-width:0}.menu-bar-wrapper .list-item-text{color:#6a6d84;font:normal normal 600 14px/19px Open Sans;letter-spacing:0;margin-top:7px}.menu-bar-wrapper .list-item-sub-arrow{filter:brightness(0) saturate(100%) invert(44%) sepia(5%) saturate(1434%) hue-rotate(197deg) brightness(96%) contrast(96%);transform:rotate(180deg)}.menu-bar-wrapper .list-item-sub-arrow.list-item-sub-arrow_active{filter:brightness(0) saturate(100%) invert(34%) sepia(58%) saturate(1072%) hue-rotate(263deg) brightness(98%) contrast(95%)}.menu-bar-wrapper .list-style{display:flex;flex-direction:column;gap:16px;left:0;margin-top:80px;padding:16px;position:relative}.menu-bar-wrapper .list-style .list-style-box .sub-list-style-wrapper{display:flex;flex-direction:column;gap:6px;padding:12px 8px}.menu-bar-wrapper .list-style .list-style-box .sub-list-style-wrapper .sub-list-item-style{background:#0000;border:none;border-radius:8px;color:#6a6d84;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px;outline:none;padding:8px;text-align:start}.menu-bar-wrapper .list-style .list-style-box .sub-list-style-wrapper .sub-list-item-style.sub-list-item-style-active{background:#f4e5f3;color:#ba43b1}.menu-bar-wrapper .user-info{align-items:center;display:flex}.menu-bar-wrapper .user-info-wrapper{align-items:center;cursor:pointer;display:flex}.menu-bar-wrapper .user-info-wrapper img{border:1px solid #fff;border-radius:24px;height:40px;width:40px}::-webkit-scrollbar{display:none}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 30px #fff;color:#545f7e}.space-between{justify-content:space-between;width:100%}.column,.flex,.space-between{align-items:center;display:flex}.column{flex-direction:column}.flex-end{display:flex;justify-content:flex-end;width:100%}.brd{border:1px solid red}.login-title{color:#2a374e;font:normal normal 700 32px/48px Open Sans}.login-text{color:#6a6d84;font:normal normal normal 16px/24px Open Sans}.tableContainer{display:flex;flex-direction:column;height:110vh;justify-content:space-between}@media(min-width:1919px){.tableContainer{height:85vh}}.title-buttons-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.buttons-wrapper{display:flex}.add-button-wrapper{display:flex;justify-content:flex-end;width:auto}.text-error{color:#d72525}.text-success{color:#0bb53a}.MuiInput-underline.Mui-disabled:before{border-bottom-style:solid!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.transfer-successful{background:#e7f8eb;border-radius:4px;color:#0da137}.transfer-error,.transfer-successful{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:center;line-height:20px;padding:4px 32px;width:119px}.transfer-error{background:#fbf0f0;border-radius:2px;color:#d72525}.fully-successful{background:#0bb53a1a;color:#0da137}.fully-successful,.partial-successful{border-radius:2px;font-size:14px;font-weight:600;line-height:20px;padding:4px 16px;text-align:center;width:160px}.partial-successful{background:#fff7e8;color:#ffa710}.unsuccessful{background:#fbf0f0;border-radius:2px;font-style:normal;padding:4px 16px;text-align:center;width:160px}.failure,.unsuccessful{color:#d72525}.failure,.successful,.unsuccessful{font-size:14px;font-weight:600;line-height:20px}.successful{color:#0da137}.resync-sync-btn button{background:#0000;border:none;color:#6a6d84;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:underline}.add-modal-fragment,.add-modal-fragment-2{background:#fff;border-radius:8px;position:relative;width:514px;z-index:9999}.add-modal-fragment-2{display:flex;flex-direction:column;height:100%}.delete-modal-fragment{background:#fff;border-radius:8px;height:auto;position:relative;width:530px;z-index:9999}.modal-header{display:flex;justify-content:flex-end;padding:8px;width:100%}.drawer-settings-order{align-items:center;display:flex;justify-content:space-between;padding:32px}.drawer-settings-order .drawer-settings-order-title{color:#000;font-size:24px;font-weight:700;line-height:36px}.modal-body,.modal-body-2{padding:0 32px 32px}.modal-body-2{height:100%}.add-modal-title{color:#2a374e;font:normal normal 700 32px/43px Open Sans}.add-modal-description{color:#6a6d84;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-top:16px;text-align:center}.add-erply-code{align-items:center;display:flex;justify-content:flex-end;margin-bottom:24px;width:100%}.add-erply-code img{margin-right:12px}.add-erply-code button{background:#0000;border:none;color:#ba43b1;font-size:16px;font-weight:600;line-height:24px}.add-modal-subtitle{color:#51566d;font:normal normal normal 16px/24px Open Sans;margin:16px 0 32px}.delete-modal-buttons{display:flex;margin-top:30px}.delete-modal-buttons button{align-items:center;border:none;border-radius:8px;display:flex;height:48px;justify-content:center;width:100%}.delete-modal-buttons button:first-of-type{margin-right:16px}.delete-button{background:#d72525;color:#fff}.cancel-button,.delete-button{font:normal normal 600 16px/22px Open Sans}.cancel-button{background:rgba(230,236,243,.502);color:#51566d}.list-wrapper{display:flex;flex-direction:column;height:100%;width:488px;z-index:1150}.list-wrapper-head{align-items:center;background:#fff;display:flex;gap:28px;justify-content:space-between;padding:48px 48px 0;position:-webkit-sticky;position:sticky;right:0;top:0;width:100%;z-index:2}.list-wrapper-head .close-button{margin-left:auto}.list-wrapper-body{height:100%;margin-top:48px;padding:0 48px 48px}.list-title{color:#000;font-size:24px;font-style:normal;font-weight:700;line-height:36px;text-align:center}.list-buttons-wrapper{display:flex;margin-top:10px}.list-buttons-wrapper button{border-radius:8px;font:normal normal 600 16px/22px Open Sans;height:48px;width:100%}.list-buttons-wrapper button:first-of-type{margin-right:15.5px}.list-buttons-wrapper .chancel-button{background:#0000;border:1px solid #ba43b1;color:#ba43b1}.list-buttons-wrapper .chancel-button:hover{background:#ba43b1;border:1px solid #0000;color:#fff}.list-buttons-wrapper .save-button{background:#ba43b1;border:none;color:#fff}.list-buttons-wrapper .save-button:hover{background:#901f89}.credentials-form{display:flex;flex-direction:column;height:100%;justify-content:space-between}.credentials-form .css-1sfnch9-MuiFormControl-root-MuiTextField-root{margin-bottom:32px}.credentials-swicher{display:flex;justify-content:flex-end}.credentials-swicher .css-ahj2mt-MuiTypography-root{color:#6a6d84;font-size:14px;font-weight:600}.credentials-swicher .css-julti5-MuiSwitch-root{padding:12px 10px}.switch-colors{color:#ba43b1}.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{background-color:#f4e5f3;border-radius:8px;color:#ba43b1}.MuiTabs-root .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{color:#ba43b1}.MuiTabs-root .css-1aquho2-MuiTabs-indicator{background-color:#0000}.MuiTabs-root .MuiButtonBase-root{font-size:16px;font-weight:700;padding:8px 24px;text-transform:capitalize}.ebay-connected-wrapper{align-items:center;background:#fef3e1;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:16px}.ebay-connected-wrapper .ebay-connected-text{color:#000;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;line-height:20px}.ebay-connected-wrapper .ebay-connect-button{border-radius:8px;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;height:36px;line-height:24px;width:113px}.ebay-connected-wrapper .ebay-connect-button.connect{background:#eb7104;border:1px solid #ef6d00;color:#fff}.ebay-connected-wrapper .ebay-connect-button.disconnect{background:#0000;border:1px solid #ef6d00;color:#ef6d00}.css-1h9z7r5-MuiButtonBase-root-MuiTab-root{color:#2a374e}.edit-type{background-color:#fff}.modal-form{margin-top:40px}.row-for-erply{align-items:center;background:#fafafa;border-radius:4px;display:flex;height:auto;justify-content:space-between;margin-bottom:8px;padding:16px;width:100%}.close-erply-code{background:#0000;border:none}.MuiModal-root{z-index:9999999!important}.add-edit-store-form{display:flex;flex-direction:column;height:100%;justify-content:space-between}
/*# sourceMappingURL=main.39c9f6bd.css.map*/