@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:8px 4%;width:100%;position:fixed;background-color:#fff;z-index:2}.navbar p{font-weight:700}.navbar .logo{width:210px;margin-left:auto}.navbar .profile{width:40px}.navbar .profile_container{display:flex;gap:10px;align-items:center}@media (max-width: 501px){.navbar .logo{width:180px}.navbar h6{display:none}}.sidebar{width:10rem;min-height:100vh;font-size:max(16px,10px);display:flex;justify-content:center;position:fixed;margin-top:60px;background-color:#fff}.sidebar .sidebar-options{padding:20px 10px 0;display:flex;flex-direction:column;gap:20px}.sidebar .sidebar-option{display:flex;align-items:center;gap:12px;border:1px solid #a9a9a9;padding:8px 10px;border-radius:10px;cursor:pointer}.sidebar-option.active{background-color:tomato;color:#000;border-color:tomato}@media (max-width: 900px){.sidebar{width:4rem}.sidebar-option p{display:none}}.add{color:#6d6d6d;font-size:16px;margin-left:160px;margin-top:81px;border-radius:20px 20px 0 0;width:100%;padding:1rem;margin-bottom:60px;background-color:#fee9e5}.hash{color:red}.add .add-header{display:flex;justify-content:space-between;width:100%}.add .add-text{display:flex;color:#000;align-items:center;gap:8px}.add form{gap:20px}.add-image-upload{display:flex;flex-direction:column;background-color:#fef3f1;box-shadow:0 0 16px #00000026;border-radius:20px;padding:20px;width:100%;max-width:auto}.add-image-upload label img{width:80%;height:auto;display:flex;margin:auto}.choose-file{margin:auto}.add-image-upload input{margin-top:10px}.add-image-upload h4{margin-bottom:1rem}.add-product-description{box-shadow:0 0 16px #00000026}.add-product-name input{margin-bottom:1rem}.add-product-name input,.add-product-description textarea{padding:10px;border-radius:10px;outline:none;border:none;margin-top:1rem;background-color:#e0dfdf}.add-category-price{display:flex;background-color:#fef3f1;flex-direction:column;gap:30px;height:fit-content;padding:1rem;border-radius:20px}.add-category-price select,.add-category-price input{margin-top:10px;padding:10px;background-color:#e0dfdf;border-radius:10px;outline:none;border:none}.add-btn{min-width:120px;border:none;border-radius:30px;padding:14px;background-color:tomato;color:#fff;cursor:pointer}.add-btn-disabled{cursor:not-allowed}.add-product-container{display:grid;gap:1.6rem}.add-product-name{background-color:#fef3f1;padding:1rem;border-radius:20px;width:100%;box-shadow:0 0 16px #00000026}.add-product-name h4{margin-bottom:1rem}.add-product-description{background-color:#fef3f1;padding:1rem 1rem 2rem;border-radius:20px}.add-product-description .button{padding:10px;background-color:tomato;cursor:pointer;margin-top:2rem;border-radius:30px;display:flex;align-items:center;justify-content:space-between;color:#000;outline:none;border:none;width:230px;min-width:30px}.add-product-description .button img{width:20px}.add-product-description .disabled{cursor:not-allowed}.add-category-price{box-shadow:0 0 16px #00000026}@media (max-width: 900px){.add{margin-left:62px;width:80%}}@media (max-width: 501px){.add{width:80%}.add .add-text{font-size:10px}.add-btn{width:90px;padding:10px}.add-product-description .button{width:100%;min-width:auto}.add-product-description,.add-product-name{width:90%}.add-image-upload{display:flex;flex-direction:column;width:90%;border-radius:20px;padding:20px}.add-image-upload label img{width:80%}.add-category-price{display:flex;width:90%;flex-direction:column;gap:30px;height:fit-content;margin-top:0rem;padding:1rem;border-radius:20px}}.list-table-format{display:grid;grid-template-columns:.5fr .5fr 2fr 1fr 1fr .5fr;align-items:center;gap:10px;padding:12px 15px;border:1px solid #cacaca;place-items:center;border-radius:10px;margin-bottom:10px}.list .all-Products{margin-bottom:1rem;color:#000;font-size:larger}.list-table-format .title{background-color:#f9f9f9}.list-table-format img{width:50px}.trash-svg{padding:6px;display:flex;align-items:center;justify-content:center;border:1px solid #cacaca;border-radius:6px;cursor:pointer}.trash-svg:hover{border:1px solid red}.trash-svg:hover svg{fill:red}.table-price2{display:none}@media (max-width: 600px){.list-table-format{grid-template-columns:1fr 3fr 1fr;gap:15px}.list-table-format.title,.list-table .table-index{display:none}}@media (max-width: 501px){.list-table-format{grid-template-columns:1fr 3fr 1fr;gap:13px}.list-table-format.title,.list-table .table-category{display:none}.list-table-format img{width:80px;border-radius:10px}.table-name-price{display:flex;flex-direction:column;justify-content:space-between;height:100%;place-self:start}.table-name-price .table-name{font-weight:700;font-size:15px;color:#000}.table-price{display:none}.table-price2{display:block}}.order .search{display:flex;align-items:center;border-radius:14px;padding:4px 14px 4px 4px;border:2px solid tomato;margin-top:1.4rem;width:30%;background-color:#fff}.order .search input{background-color:transparent;width:100%;padding:6px 4px;margin-right:6px;outline:none;border:none}.order .search img{cursor:pointer}.order-list-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 2fr 1fr;gap:8px;background-color:tomato;padding:10px;margin:30px 0 0;border-radius:10px 10px 0 0;font-size:14px;color:#fff;place-items:center}.order-item{display:flex;gap:8px;text-align:left;place-items:center;padding:10px 0 13px 10px;background-color:#fff;font-size:12px;color:#000;text-align:center;cursor:pointer;transition:.3s}.order-item-nav{display:flex;align-items:center;justify-content:space-between;width:63%;padding-left:3%;gap:10px;padding-right:1.6rem}.order-item2{padding-left:8%;width:37%;display:flex;align-items:center;justify-content:space-between;padding-right:6%;text-align:center}.order-item:hover{background-color:#ff63475f}.order-item img{cursor:pointer}.order-item select{padding:4px;border-radius:6px;border:1px solid tomato;font-size:12px;outline:none}@media (max-width: 900px){.order-list-header{padding:10px;grid-template-columns:1fr 1fr 2fr 1fr;gap:2px}.order-item{padding:8px 0}.order-item-nav{width:40%;padding-right:0}.order-item2{width:60%}.total-item{display:none}.order-item select{padding:3px;width:60%;border-radius:6px;border:1px solid tomato;font-size:12px;outline:tomato}.order .search{width:100%}}: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home{display:flex;flex-direction:column;padding:.5rem;background-color:#fee9e5;width:100%;margin-left:160px;margin-top:80px;border-radius:20px 0 0}.home .home-header-text{display:flex;align-items:center;justify-content:space-between}.home .home-header-text p{margin-right:1rem;background-color:#fff;padding:10px;border-radius:10px;cursor:pointer}.home .dashboard-text{margin:1rem}.top-chart-container{display:flex;margin-top:20px;flex-wrap:wrap;gap:4px}@media (max-width: 900px){.home{margin-left:62px}}.donutchart{display:flex;flex:1;background-color:#fff;box-shadow:0 8px 15px #00000013;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 0 1rem 1.6rem;min-width:245px;margin:.8rem;border-radius:13px}.donutchart-title{display:flex;flex-direction:column}.donutchart-info .title{font-size:14px}.donutchart-info .value{color:tomato;font-size:24px;font-weight:700;margin-top:.6rem}.analysis{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:1fr;gap:2rem;padding:0 .8rem;margin-top:1.4rem}.analysis .best-selling-product,.analysis .sales-by-category{width:100%;border-radius:24px;background-color:#fff;padding:1rem;min-height:26vw;box-shadow:0 8px 15px #00000013}.analysis .best-selling-product{grid-row:span 2/1}.sales-by-category{display:grid;grid-template-rows:14% 80%}.sales-category-header{display:flex;align-items:center;gap:1.2rem}.sales-by-category .sales-category-header img{width:18px}.sales-by-category .sales-category-header .analysis-img{padding:10px;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:tomato}.sales-by-category .sales-category-chat{display:flex;align-items:center;justify-content:center;gap:10px}.sales-by-category .categories-chat{width:400px}.best-selling-product .topsales-img{padding:10px;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:tomato}.best-selling-product .topsales-img img{width:18px}.best-selling-product .best-selling-header{display:flex;align-items:center;gap:1.4rem}.best-selling-header .button{margin-left:auto}.best-selling-header button{padding:8px 28px;border-radius:8px;border:none;outline:none;background-color:#f7e6e3;cursor:pointer}.best-selling-analysis .best-selling-header-2{display:grid;margin:1rem 0;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr;padding:.8rem 0 .8rem 1.2rem;background-color:#f7e6e3;border-radius:10px;align-items:center}.p{text-align:center}.best-selling-analysis .best-selling{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr;margin:1rem 0 1rem 1.4rem;padding:4px 0}.best-selling .item-details{display:flex;gap:1rem;align-items:center}@media (max-width: 980px){.analysis{display:flex;flex-direction:column;gap:2rem;padding:0 .8rem;margin-top:1rem}.sales-by-category .categories-chat{width:100%;max-width:400px}.analysis .sales-by-category{margin-bottom:2rem}.best-selling-header h4{font-size:13px}.best-selling-product .topsales-img{padding:8px}.best-selling-product .topsales-img img,.sales-by-category .sales-category-header img{width:13px}.sales-by-category .sales-category-header .analysis-img{padding:8px}.sales-by-category h4{font-size:11px}}.post{height:100%;width:85%;transition:.4s}.post .post-container{padding:1rem;margin:2rem 2rem 2rem 1rem;width:70%;border-radius:10px;box-shadow:0 0 14px #00000029;background-color:#fff}.post .post-container .post-header{display:flex;justify-content:space-between;align-items:center}.post .post-container .post-header .img-continer{display:flex;gap:10px}.post .post-container .post-header img{max-width:25px;padding:4px;border-radius:6px;border:1px solid rgb(205,205,205);cursor:pointer;transition:.4s}.post .post-container .post-header img:hover{border:1px solid red}.post .post-container .post-header .edit{position:relative}.post .post-container .post-header .edit:after{content:"Edit";position:absolute;top:-130%;left:50%;font-size:14px;transform:translate(-50%);background-color:tomato;color:#fff;padding:5px 10px;border-radius:5px;opacity:0;transition:opacity .3s ease;pointer-events:none}.post .post-container .post-header .edit:hover:after{opacity:1}.post .post-container .post-header .delete{position:relative}.post .post-container .post-header .delete:after{content:"delete";position:absolute;top:-130%;left:50%;font-size:14px;transform:translate(-50%);background-color:tomato;color:#fff;padding:5px 10px;border-radius:5px;opacity:0;transition:opacity .3s ease;pointer-events:none}.post .post-container .post-header .delete:hover:after{opacity:1}.post .post-container label{font-size:1.3rem}.post .post-container textarea{margin:1rem 0;border-radius:10px;padding:10px;height:110px;outline:none;min-width:100%;max-width:100%}.post .post-container .textarea-disabled{border:none;outline:none;background-color:#fff}.post .post-container button{display:block;width:30%;height:40px;background-color:tomato;outline:none;border:none;border-radius:4px;cursor:pointer}.post .post-container .button-disabled{cursor:not-allowed}@media (max-width: 900px){.post{width:90%}.post .post-container{width:100%;margin-left:0}.post .post-container button{width:100%}}.login{position:fixed;z-index:5;background-color:red;width:100vw;height:100vh}.login .form-container{display:flex;align-items:center;justify-content:center;width:100%;flex-direction:column;height:100%;background-color:tomato}.login .form-container form{background-color:#fff;padding:1.4rem;display:flex;flex-direction:column;border-radius:10px}.login .form-container form img{place-self:center;width:160px;margin-bottom:3px}.login .form-container form button{display:block;width:100%;border:none;outline:none;padding:10px 0;background-color:tomato;cursor:pointer;border-radius:6px;margin-bottom:10px}.login .form-container form center{margin-bottom:1rem}.login .form-container form label p{margin-bottom:1rem}.login .form-container form input{padding:10px 3px;width:300px;margin-bottom:1rem;outline:none;border:1px solid tomato}.login .form-container form a{color:tomato}.order-by-id{margin-right:1rem}.order-by-id .order-header{display:flex;justify-content:space-between;align-items:center}.loading{display:flex;position:fixed;top:45%;right:50%;width:60px;height:60px;place-self:center;border:3px solid #bdbdbd;border-top-color:tomato;border-radius:50%;animation:rotate 1s infinite;margin-inline:auto;margin-bottom:2rem;z-index:999}.processing{background-color:#fad6d0;padding:4px 8px;border-radius:3px;color:tomato}.out-for-delivery{background-color:#fad6d0;padding:4px;border-radius:3px;color:#ff0}.delivered{color:#5aff35;padding:4px;border-radius:3px;background-color:#fad6d0}.order-by-id .receipt{text-decoration:underline;color:tomato;cursor:pointer}.order-by-id .order-container{display:flex;flex-direction:column;gap:20px;margin-top:1.8rem;margin-bottom:1rem}.order-by-id .item-header{display:flex;justify-content:space-between;align-items:center;margin-top:10px;border-top:1px solid rgb(161,161,161);padding-top:2rem}.order-by-id .item-container{display:grid;grid-template-columns:1fr 4fr 1fr;grid-template-rows:1fr 1fr}.order-by-id .item-container p:nth-last-child(3){color:#000;font-weight:600}.order-by-id .item-container p:nth-last-child(2){color:#000;font-weight:600;text-align:end}.order-by-id .item-container .img-container{width:60px;display:flex;align-items:center;justify-content:center;height:60px;overflow:hidden;border-radius:10px;grid-row:span 2 /1}.order-by-id .item-container img{width:100%}.order-by-id .order-price{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:14px;margin-bottom:2rem;margin-top:1rem}.order-by-id .order-price p:nth-last-child(1),.order-by-id .order-price p:nth-last-child(3),.order-by-id .order-price p:nth-last-child(5){color:red;text-align:end}.order-by-id .customer-details .details{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr;margin-top:1rem;font-size:15px;gap:10px}.order-by-id .customer-details .details p:nth-last-child(1),.order-by-id .customer-details .details p:nth-last-child(3),.order-by-id .customer-details .details p:nth-last-child(5),.order-by-id .customer-details .details p:nth-last-child(7),.order-by-id .customer-details .details p:nth-last-child(9),.order-by-id .customer-details .details p:nth-last-child(11),.order-by-id .customer-details .details p:nth-last-child(13),.order-by-id .customer-details .details p:nth-last-child(15),.order-by-id .customer-details .details p:nth-last-child(17){color:#000;font-weight:600}.order-by-id .customer-details .details p:nth-last-child(17){text-transform:capitalize}.order-by-id .customer-details .details p:nth-last-child(13){text-decoration:underline;cursor:pointer;color:tomato}.order-by-id .customer-comment{margin-top:1rem}.order-by-id textarea{width:100%;margin-top:1rem;max-width:100%;border:1px solid tomato;border-radius:10px;padding:10px;min-height:100px}@media (max-width: 900px){.order-by-id{margin-right:0rem}.order-by-id .order-id{font-size:12px}.order-by-id .customer-details .details{grid-template-columns:1fr 1fr;grid-template-rows:auto;font-size:15px;gap:18px}.order-by-id .customer-details .details p:nth-last-child(1),.order-by-id .customer-details .details p:nth-last-child(3),.order-by-id .customer-details .details p:nth-last-child(5),.order-by-id .customer-details .details p:nth-last-child(7),.order-by-id .customer-details .details p:nth-last-child(9),.order-by-id .customer-details .details p:nth-last-child(11),.order-by-id .customer-details .details p:nth-last-child(13),.order-by-id .customer-details .details p:nth-last-child(15),.order-by-id .customer-details .details p:nth-last-child(17){font-weight:500;text-align:end}}::selection{background-color:#ff6347d7;color:#000}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}body{min-height:100vh;background-color:#fcfcfc}a{text-decoration:none;color:inherit}hr{border:none;height:1px;background-color:#a9a9a9}.app-content{display:flex;width:100%}.flex-col{display:flex;flex-direction:column}.cursor{cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:3px;height:24px;width:24px;transition:.4s;border-radius:100%}.cursor:hover{background-color:#ff0000a1}@keyframes rotate{to{transform:rotate(360deg)}}
