*{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--light-1: #f8f9fa;--light-2: #e9ecef;--light-3: #dee2e6;--light-4: #ced4da;--dark-4: #6c757d;--dark-3: #495057;--dark-2: #343a40;--dark-1: #212529;--red: #ef233c;--green: #73ba9b;--yellow: #f4c542}::-webkit-scrollbar{width:0;height:0}::-webkit-input-placeholder{color:#444}.loading{display:flex;align-items:center;justify-content:center;height:calc(100vh - 72px);background:var(--dark-1);color:var(--light-1);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: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}.login{padding:20px;height:calc(100vh - 40px);display:flex;flex-direction:row-reverse;color:var(--light-1);background:var(--dark-1)}.login-images{width:100%;display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:16px}.login-images img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;cursor:pointer;filter:hue-rotate()}.login-logo{position:absolute;top:40px;left:40px;color:var(--red)}.login-logo a{text-decoration:none;color:var(--red)}.login-logo hr{margin-top:0}.login-form{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-form form{display:flex;flex-direction:column;gap:20px;width:70%}.login-form span{display:flex;gap:8px}.login-form a{color:var(--light-1)}.login-form a:hover{color:var(--red)}.login-form input{padding:16px;border-radius:8px;border:none;background:var(--light-1);color:var(--red)}.login-form input:focus{outline:1px solid var(--red)}.login-password{position:relative;display:flex;align-items:center}.login-password input{width:100%}.login-password img{position:absolute;cursor:pointer;width:24px;height:24px;right:16px}.login-form button{padding:16px;border:none;border-radius:8px;background:var(--red);color:var(--light-1);cursor:pointer}.login-form button:hover{background:var(--light-1);color:var(--red)}@media (max-width: 992px){.login{gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.login-images,.login-form{width:100%;height:100%;flex-shrink:0;scroll-snap-align:center}.login-images{overflow-y:auto;flex-direction:column;scroll-snap-type:y mandatory}.login-form form{width:70%}}@media (max-width: 576px){.login-form form{width:90%}}.register{padding:20px;height:calc(100vh - 40px);display:flex;flex-direction:row-reverse;background:var(--dark-1);color:var(--light-1)}.register-images{width:100%;display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:16px}.register-images img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;cursor:pointer}.register-logo{position:absolute;top:40px;left:40px;color:var(--red)}.register-logo hr{margin-top:0}.register-form{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.register-form form{display:flex;flex-direction:column;gap:20px;width:70%}.register-form span{display:flex;gap:8px}.register-form a{color:var(--light-1)}.register-form a:hover{color:var(--red)}.register-form input{padding:16px;border-radius:8px;border:none;background:var(--light-1);color:var(--red)}.register-form input:focus{outline:1px solid var(--red)}.register-password{position:relative;display:flex;align-items:center}.register-password input{width:100%}.register-password img{position:absolute;cursor:pointer;width:24px;height:24px;right:16px}.register-form button{padding:16px;border:none;border-radius:8px;background:var(--red);color:var(--light-1);cursor:pointer}.register-form button:hover{color:var(--red);background:var(--light-1)}@media (max-width: 992px){.register{gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.register-images,.register-form{width:100%;height:100%;flex-shrink:0;scroll-snap-align:center}.register-images{overflow-y:auto;flex-direction:column;scroll-snap-type:y mandatory}.register-form form{width:70%}}@media (max-width: 576px){.register-form form{margin-top:30px;width:90%}}.admin-home{padding:20px 5%;background:var(--dark-1);color:var(--light-1);min-height:calc(100vh - 112px)}.admin-bar{display:flex;justify-content:space-around;flex-wrap:wrap}.admin-doughnut,.admin-line{width:45%;margin-bottom:20px}.admin-home-empty{display:grid;place-content:center;height:calc(100vh - 112px)}.admin-users{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);height:calc(100vh - 112px)}.admin-users-details{display:flex;gap:20px;overflow:auto;margin-top:16px}.admin-users-table{border-collapse:collapse;width:100%;background:var(--dark-2);border-radius:8px;height:fit-content}.admin-user-details button{background:var(--dark-1);color:var(--light-1);padding:8px;border:none;border-radius:8px;cursor:pointer}.admin-users-table thead{position:sticky;top:0;background:var(--dark-3)}.admin-user-verify{display:flex;justify-content:center}.admin-users-table th,.admin-users-table td{padding:16px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-users-table tbody tr{cursor:pointer}.admin-users-table th:first-child{border-top-left-radius:8px}.admin-users-table th:last-child{border-top-right-radius:8px}.admin-users-table tr td img{width:24px}.admin-user-verify-button{display:flex;background:none;border:none;cursor:pointer;outline:none}.admin-users-table tr td .remove,.admin-users-table tr td .verify,.admin-user-details .verify,.admin-user-details .remove{padding:8px;border:none;font-size:16px;border-radius:8px;cursor:pointer;color:var(--light-1);min-width:80px}.admin-users-table tr td .remove,.admin-user-details .remove{background:var(--red)}.admin-users-table tr td .verify,.admin-user-details .verify{background:var(--green)}.admin-users-table tr:hover{background-color:var(--dark-1)}.admin-users-table tr td:nth-last-child(3),.admin-users-table tr td:last-child{text-transform:capitalize}.admin-user-details,.admin-user-empty{flex:0 0 25%;box-sizing:border-box;background:var(--dark-2);border-radius:16px;display:flex;flex-direction:column;gap:8px;height:fit-content}.admin-user-details{padding:8px}.admin-user-empty{padding:16px}.admin-user-details img{filter:grayscale(1);width:100%;border-radius:8px}.admin-user-details p{padding:10px;background:var(--dark-3);border-radius:8px}.admin-user-details p:nth-last-child(2){text-transform:capitalize}.admin-users-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 72px);background:var(--dark-1);color:var(--light-1);width:100%}.admin-users-empty p{text-transform:capitalize}.show{display:flex}.not-show{display:none}@media (max-width: 1080px){.admin-user-empty{display:none}.admin-user-details{flex:0 0 40%}}@media (max-width: 992px){.admin-users{padding:20px}}@media (max-width: 768px){.admin-user-details{flex:0 0 50%}}@media (max-width: 496px){.admin-user-details{flex:100%}}.admin-items{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);height:calc(100vh - 112px)}.admin-items-details{display:flex;gap:20px;overflow-x:scroll;margin-top:16px}.admin-item-details button{background:var(--dark-1);color:var(--light-1);padding:8px;border:none;border-radius:8px;cursor:pointer}.admin-items-table{border-collapse:collapse;width:100%;background:var(--dark-2);border-radius:8px;height:fit-content}.admin-items-table thead{position:sticky;top:0;background:var(--dark-3)}.admin-items-table th,.admin-items-table td{padding:16px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-items-table tbody tr{cursor:pointer}.admin-items-table th:first-child{border-top-left-radius:8px}.admin-items-table th:last-child{border-top-right-radius:8px}.admin-items-table tr td{text-transform:capitalize}.admin-items-table tr td:nth-child(4){text-transform:none}.admin-items-table tr td img{width:24px}.admin-items-table tr td .remove,.admin-items-table tr td .verify,.admin-item-details .remove,.admin-item-details .verify{padding:8px;border:none;border-radius:8px;cursor:pointer;font-size:16px;color:var(--light-1);min-width:80px}.admin-items-table tr td .remove,.admin-item-details .remove{background:var(--red)}.admin-items-table tr td .verify,.admin-item-details .verify{background:var(--green)}.admin-items-table tbody tr:hover{background-color:var(--dark-1)}.admin-item-details,.admin-item-empty{flex:0 0 25%;box-sizing:border-box;background:var(--dark-2);border-radius:16px;display:flex;flex-direction:column;gap:8px;height:fit-content}.admin-item-details{padding:8px}.admin-item-empty{padding:16px}.admin-item-images{width:100%;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:8px}.admin-item-images img{width:100%;display:block;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;aspect-ratio:1/1;filter:none;object-fit:contain;background:#fff;border-radius:8px;cursor:pointer}.admin-item-details p{padding:10px;background:var(--dark-3);border-radius:8px}.admin-items-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 72px);background:var(--dark-1);color:var(--light-1);width:100%}.admin-items-empty p{text-transform:capitalize}@media (max-width: 1080px){.admin-item-empty{display:none}.admin-item-details{flex:0 0 40%}}@media (max-width: 992px){.admin-items{padding:20px}}@media (max-width: 768px){.admin-item-details{flex:0 0 50%}}@media (max-width: 496px){.admin-item-details{flex:100%}}.admin-orders{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);height:calc(100vh - 72px)}.admin-orders-details{display:flex;gap:20px;overflow:auto;margin-top:16px}.admin-orders-table{border-collapse:collapse;width:100%;background:var(--dark-2);border-radius:8px;height:fit-content}.admin-orders-table thead{position:sticky;top:0;background:var(--dark-3)}.admin-orders-table th,.admin-orders-table td{padding:16px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-orders-table tbody tr{cursor:pointer}.admin-orders-table tbody tr td:last-child{text-transform:capitalize}.admin-orders-table th:first-child{border-top-left-radius:8px}.admin-orders-table th:last-child{border-top-right-radius:8px}.admin-orders-table tbody tr:hover{background-color:var(--dark-1)}.admin-order-details,.admin-order-empty{padding:8px;box-sizing:border-box;background:var(--dark-2);border-radius:16px;flex:0 0 25%;display:flex;flex-direction:column;gap:8px;height:fit-content}.admin-order-details{padding:8px}.admin-order-empty{padding:16px}.admin-order-back{background:var(--dark-1);color:var(--light-1);padding:8px;border:none;border-radius:8px;cursor:pointer}.admin-order-details p{display:flex;padding:10px;background:var(--dark-3);border-radius:8px;align-items:center;justify-content:space-between}.admin-order-details-button{cursor:pointer;display:flex;justify-content:space-between;background:none;border:none;outline:none;color:var(--light-1);align-items:center;font-size:medium}.admin-order-status{display:flex;flex-direction:column;background:var(--dark-3);padding:8px;border-radius:8px;gap:8px}.admin-order-items{display:flex;flex-direction:column;background:var(--dark-3);padding:10px;border-radius:8px;gap:8px}.admin-order-status-menu{display:flex;flex-direction:column;gap:8px}.admin-order-status-menu p{cursor:pointer;background-color:var(--dark-2)}.admin-order-details img{width:24px;height:24px;filter:none}.admin-order-item-details{display:flex;justify-content:space-between}.admin-order-item-details p{padding:0!important}.admin-orders-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 72px);background:var(--dark-1);color:var(--light-1);width:100%}.admin-orders-empty{text-transform:capitalize}@media (max-width: 1080px){.admin-order-empty{display:none}.admin-order-details{flex:0 0 40%}}@media (max-width: 992px){.admin-orders{padding:20px}}@media (max-width: 768px){.admin-order-details{flex:0 0 50%}}@media (max-width: 496px){.admin-order-details{flex:100%}}.account{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);min-height:calc(100vh - 112px)}.account h1{margin-bottom:20px}.account-update-form-buttons{display:flex;gap:20px}.account-update-form-buttons button{padding:16px 40px;border-radius:8px;border:none;outline:none;cursor:pointer}.account-form{display:flex;gap:20px}.account-form-image-div{width:30%}.account-form-image-div img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.account-update-form{display:flex;flex-direction:column;width:50%;gap:20px}.account-update-form-div{display:flex;gap:20px;width:100%;align-items:center}.account-update-form-div label{width:20%}.account-update-form-div input{padding:16px;outline:none;border:none;width:80%;border-radius:8px;background:var(--light-1);color:var(--red)}.account-update-form-update-button{background:var(--green);color:var(--light-1)}.account-update-form-logout-button{background:var(--dark-2);color:var(--light-1)}.account-update-form-delete-button{background:var(--red);color:var(--light-1)}@media (max-width: 992px){.account{padding:20px}.account-update-form{width:70%}}@media (max-width: 768px){.account-form{flex-direction:column;align-items:center}.account-form-image-div,.account-update-form{width:100%}}@media (max-width: 576px){.account-form-image-div,.account-update-form{width:100%}.account-update-form-buttons{flex-direction:column}.account-update-form-buttons button{width:100%}.account-update-form{gap:20px}.account-update-form-div{flex-direction:column;width:100%;gap:4px;align-items:start}.account-update-form-div input{width:calc(100% - 32px)}}.topbar a{text-decoration:none;color:var(--light-1);cursor:pointer;align-items:center}.topbar-options{display:flex;align-items:center;gap:20px}.topbar-options h6,.topbar-dropdown-options h6{width:fit-content;align-items:center}.topbar-options h6:after,.topbar-dropdown-options h6:after{content:"";display:block;width:0;height:1px;background:var(--light-1);transition:width .3s ease}.topbar-options h6:hover:after,.topbar-dropdown-options h6:hover:after{width:100%}.topbar-options img{width:24px;height:24px}.topbar-dropdown{display:none}.topbar-dropdown img{width:24px;height:24px;cursor:pointer}.topbar-dropdown-options{position:absolute;padding:20px;width:114px;right:0;top:52px;z-index:1;display:flex;flex-direction:column;gap:8px;background:var(--red)}@media (max-width: 576px){.topbar-options{display:none}.topbar-dropdown{display:contents}}.not-verified{display:flex;align-items:center;justify-content:center;background:var(--dark-1);color:var(--light-1);height:calc(100vh - 72px)}.customer-home{display:flex;background:var(--dark-1);padding:20px 5%;flex-direction:column}.customer-home-images{display:flex;width:calc(100% - 16px);height:calc(100vh - 112px);gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;padding:8px;margin:0 0 20px;border-radius:16px;background-color:var(--dark-2)}.customer-home-images img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;cursor:pointer}.customer-home h1{margin-bottom:20px;color:var(--light-1)}.customer-home-latest-items{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(calc(33.33% - 20px),1fr));justify-content:space-between}@media (max-width: 1200px){.customer-home-latest-items{grid-template-columns:repeat(auto-fill,minmax(calc(50% - 20px),1fr))}}@media (max-width: 992px){.customer-home{padding:20px}.customer-home-images,.customer-home-images img{height:auto}}@media (max-width: 768px){.customer-home{padding:20px}.customer-home-latest-items{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.customer-item{display:flex;width:calc(100% - 16px);flex-direction:column;border-radius:16px;background:var(--dark-2);height:fit-content;padding:8px}.customer-item-images{display:flex;gap:8px;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:8px}.customer-item-images img{width:100%;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:8px;cursor:pointer}.customer-item-details{display:flex;flex-direction:column;padding:12px;gap:12px;justify-content:space-between}.customer-item-details-primary{display:flex;justify-content:space-between;align-items:center}.customer-item-details-primary h3{font-size:x-large;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%;color:var(--light-1)}.customer-item-details-primary p{text-transform:capitalize;font-size:medium;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%;color:var(--light-3)}.customer-item-details-secondary{display:flex;justify-content:space-between;align-items:center}.customer-item-details-secondary h3{color:var(--green);font-size:x-large}.customer-item-details-tertiary{display:flex}.customer-item-details-tertiary img{width:24px;height:24px}.customer-item-details-buttons{position:relative;display:flex;justify-content:space-between}.customer-item-details-buttons button{position:relative;display:flex;background:transparent;border:none;padding:12px;align-items:center;outline:none;border-radius:24px;color:var(--light-1);cursor:pointer;transition:background .3s ease}.customer-item-details-buttons button:hover{background:var(--dark-3)}.customer-item-details-buttons img{width:24px;height:24px}.customer-item-details-buttons .customer-buyButton{background:var(--green);font-size:large}.customer-item-details-buttons .customer-buyButton:hover{background:var(--red)}.customer-itemsPage{display:flex;padding:20px 5%;gap:20px;color:var(--light-1);background:var(--dark-1);height:calc(100vh - 112px);overflow:hidden}.customer-itemsPage-all{display:flex;flex-direction:column;gap:20px;width:20%}.customer-itemsPage-options{display:flex;flex-direction:column;gap:20px;width:100%}.customer-itemsPage-sort,.customer-itemsPage-filter-category{display:flex;gap:10px;flex-direction:column}.customer-itemsPage-filter-and-sort{display:flex;flex-direction:column;gap:20px}.customer-itemsPage-filter-and-sort-only{display:flex;flex-direction:column;gap:20px;width:100%}.customer-itemsPage-expand{display:none}.customer-itemsPage-filter-category button,.customer-itemsPage-sort button{padding:16px;width:100%;border:none;outline:none;border-radius:8px;text-transform:capitalize;cursor:pointer;background:var(--light-1);text-align:start}.customer-itemsPage-sort button img,.customer-itemsPage-filter-category button img{width:24px;height:24px}.customer-itemsPage-item-types button,.customer-itemsPage-sort-types button{border-radius:0;border:1px solid black}.customer-itemsPage-item-types button:hover,.customer-itemsPage-sort-types button:hover{background:var(--light-3)}.customer-itemsPage-item-types button:first-child,.customer-itemsPage-sort-types button:first-child,.customer-itemsPage-sort-type{border-top-left-radius:8px;border-top-right-radius:8px}.customer-itemsPage-item-types button:last-child,.customer-itemsPage-sort-types button:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom:1px solid black}.customer-itemsPage-search,.customer-itemsPage-filter-category button,.customer-itemsPage-sort button{position:relative;display:flex;align-items:center}.customer-itemsPage-search img,.customer-itemsPage-filter-category img,.customer-itemsPage-sort img{position:absolute;width:24px;height:24px;right:12px;cursor:pointer}.customer-itemsPage-search input{background:var(--dark-2);padding:16px;border:none;border-radius:8px;color:var(--light-1);width:100%}.customer-itemsPage-price-slider{width:100%}.customer-rc-slider.customer-rc-slider-horizontal{display:flex;justify-content:center;margin:10px 0 0 7px;width:calc(100% - 14px)}.customer-itemsPage-search input::placeholder{color:var(--light-3)}.customer-itemsPage-filter-dropdown{display:none}.customer-itemsPage-items{display:grid;gap:20px;width:80%;grid-template-columns:repeat(auto-fill,minmax(calc(33.33% - 20px),1fr));justify-content:space-between;overflow:scroll}.customer-itemsPage-empty{display:grid;place-items:center;background-color:var(--dark-1);color:var(--light-1);height:calc(100vh - 72px)}@media (max-width: 1200px){.customer-itemsPage-items{grid-template-columns:repeat(auto-fill,minmax(calc(50% - 20px),1fr))}}@media (max-width: 992px){.customer-itemsPage{flex-direction:column;padding:20px}.customer-itemsPage-all{gap:20px;flex-direction:column;width:100%;align-items:baseline}.customer-itemsPage-filter-and-sort{display:flex;flex-direction:row;width:100%}.customer-itemsPage-filter-and-sort-only{flex-direction:row}.customer-itemsPage-price-slider{width:50%}.customer-itemsPage-search input,.customer-itemsPage-sort,.customer-itemsPage-filter-category,.customer-itemsPage-items{width:100%}}@media (max-width: 768px){.customer-itemsPage-options{width:100%}.customer-itemsPage-filter-and-sort{width:100%;display:flex;flex-direction:column}.customer-itemsPage-filter-and-sort-only{display:flex;gap:20px;width:100%}.customer-itemsPage-price-slider{width:100%}.customer-itemsPage-items{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}@media (max-width: 576px){.customer-itemsPage-search{width:100%}.customer-itemsPage-all{flex-direction:column;gap:0}.customer-itemsPage-options{flex-direction:row;align-items:center;position:relative;width:100%}.customer-itemsPage-filter-and-sort{display:none}.customer-itemsPage-filter-dropdown{display:flex;flex-direction:column;position:relative;width:100%}.customer-itemsPage-expand{display:contents}.customer-itemsPage-expand img{width:24px;height:24px;cursor:pointer}.customer-itemsPage-filter-and-sort-dropdown{display:flex;flex-direction:column;gap:20px;margin-top:20px}}@media (max-width: 384px){.customer-itemsPage-filter-and-sort-dropdown{flex-direction:column}}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;-webkit-user-select:none;user-select:none;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.customer-itemPage{display:flex;flex-direction:column;padding:20px 10%;gap:20px;color:var(--light-1);min-height:calc(100vh - 112px);background:var(--dark-1)}.customer-itemPage-buttons{display:flex}.customer-itemPage-buttons button{padding:14px 20px;font-size:medium;background:var(--dark-2);color:var(--light-1);border:none;border-radius:8px;cursor:pointer}.customer-itemPage-item{max-width:calc((100% - 40px)*.75)}.customer-itemPage-item-details{display:flex;width:100%;gap:20px}.customer-itemPage-item-reviews{display:flex;flex-direction:column;width:100%;height:fit-content;background-color:var(--dark-2);border-radius:12px}.customer-itemPage-item-review{display:flex;flex-direction:column;padding:12px;background-color:var(--dark-2);border-radius:12px}@media (max-width: 1024px){.customer-itemPage-item{max-width:calc(50% - 10px)}}@media (max-width: 768px){.customer-itemPage{padding:20px}.customer-itemPage-item{max-width:100%}}.customer-review{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);min-height:calc(100vh - 112px);gap:20px}.customer-review-details{display:flex;width:100%;gap:8px}.customer-review-form{display:flex;flex-direction:column;width:70%;gap:20px;padding:8px}.customer-review-form-rating{display:flex;flex-direction:column;gap:10px}.customer-review-form-rating label,.customer-review-form-review label{font-size:24px;font-weight:700}.customer-review-form-rating-icons{display:flex;align-items:center}.customer-review-form-review{display:flex;flex-direction:column;width:50%;gap:10px}.customer-review-form-review textarea{padding:8px;min-height:100px;max-height:300px;overflow-y:hidden;resize:vertical;border:none;border-radius:8px}.customer-review-form-review textarea:focus{outline:1px solid var(--red)}.customer-review-form button{padding:16px;border:none;outline:none;border-radius:8px;width:50%;background:var(--red);color:var(--light-1);cursor:pointer}.customer-review-form button:hover{background:var(--light-1);color:var(--dark-1)}.customer-review-item{display:flex;flex-direction:column;width:30%;height:fit-content;text-transform:capitalize;background:var(--dark-2);border-radius:16px;padding:8px;gap:8px}.customer-review-item-images{display:flex;gap:8px;overflow-x:auto;background:var(--dark-2);scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:8px}.customer-review-item-images img{width:100%;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:8px;cursor:pointer}.customer-review-item-details{flex-direction:column;gap:12px;display:flex;padding:8px}.customer-review-item-full-details{display:flex;flex-direction:column;gap:10px}.customer-review-item-first{display:flex;gap:10px;justify-content:space-between}.customer-review-item-details h3{font-size:x-large;color:var(--green);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.customer-review-item-first h4{font-size:larger;color:var(--green)}.customer-review-item-first p{color:var(--light-3)}@media (max-width: 992px){.customer-review{padding:20px}}@media (max-width: 864px){.customer-review-item,.customer-review-form{width:50%}.customer-review-form-review{width:100%}}@media (max-width: 576px){.customer-review-details{flex-direction:column}.customer-review-item{width:calc(100% - 16px);flex-direction:row}.customer-review-item-images{width:40%}.customer-review-item-details{display:flex;width:60%}.customer-review-form{width:100%;padding:0}}@media (max-width: 384px){.customer-review-item-details{flex-direction:column}.customer-review-item-images{display:none}.customer-review-item-first{width:100%}.customer-review-item-ratings{display:none}.customer-review-item-second{margin-top:10px;width:100%;text-align:left}}.customer-whishlist{display:flex;flex-direction:column;padding:20px 5%;gap:20px;color:var(--light-1);background:var(--dark-1);min-height:calc(100vh - 112px)}.customer-wishlist-search{position:relative;display:flex;flex-direction:row-reverse;align-items:center}.customer-wishlist-search img{position:absolute;width:24px;height:24px;right:12px;cursor:pointer}.customer-wishlist-search input{background:var(--dark-2);padding:16px;border:none;outline:none;border-radius:8px;color:var(--light-1);width:calc(33.33% - 46px)}.customer-wishlist-search input::placeholder{color:var(--light-3)}.customer-wishlist-items{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(calc(33.33% - 20px),1fr));justify-content:space-between}.customer-wishlist-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 72px);background:var(--dark-1);color:var(--light-1);width:100%}@media (max-width: 1200px){.customer-wishlist-items{grid-template-columns:repeat(auto-fill,minmax(calc(50% - 20px),1fr))}.customer-wishlist-search input{width:100%}}@media (max-width: 992px){.customer-whishlist{padding:20px}}@media (max-width: 768px){.customer-wishlist-search input{width:100%}.customer-wishlist-items{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.customer-cart{display:flex;padding:20px 5%;gap:20px;color:var(--light-1);background:var(--dark-1);height:calc(100vh - 112px);overflow:hidden}.customer-cart-items{display:flex;flex-direction:column;gap:20px;width:40%;max-height:100%;overflow:scroll}.customer-cart-item-details{display:flex;gap:20px;border-radius:8px;justify-content:center}.customer-cart-item-counter{display:flex;gap:10px;margin-left:auto}.customer-cart-item-counter button{padding:10px;border-radius:8px;background:var(--dark-2);border:none;color:var(--light-1);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.customer-cart-item-counter p{font-size:1.2rem;margin:0;color:var(--light-1)}.customer-cart-item-counter button img{width:24px;height:24px}.customer-cart-submit{display:flex;justify-content:center;width:60%}.customer-cart-submit form{display:flex;flex-direction:column;gap:20px;width:80%}.customer-cart-submit form input{padding:16px;border-radius:8px;border:none;background:var(--light-1);color:var(--red);outline:none}.customer-cart-submit form button{padding:16px;border-radius:8px;border:none;background:var(--red);color:var(--light-1);outline:none;cursor:pointer}.customer-cart-summary{display:flex;flex-direction:column;background:var(--dark-2);padding:10px;border-radius:8px}.customer-cart-summary hr{margin:10px 0}.customer-cart-cost{display:flex;justify-content:space-between}.customer-cart-cost p{font-weight:700}.customer-cart-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 72px);background:var(--dark-1);color:var(--light-1);width:100%}@media (max-width: 1200px){.customer-cart-items,.customer-cart-submit{width:50%}}@media (max-width: 992px){.customer-cart{padding:20px}.customer-cart-items{width:60%}.customer-cart-submit{width:40%}.customer-cart-submit form{width:100%}}@media (max-width: 796px){.customer-cart{flex-direction:column;height:auto;min-height:calc(100vh - 112px)}.customer-cart-items{width:100%}.customer-cart-item-counter{flex-direction:column;align-items:center}.customer-cart-submit{width:100%}}@media (max-width: 392px){.customer-cart-item-details{flex-direction:column}.customer-cart-item-counter{flex-direction:row}}.customer-orders{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);min-height:calc(100vh - 112px)}.customer-orders h1{margin-bottom:20px}.customer-orders-details{display:flex;flex-direction:column;gap:8px}.customer-orders-order-details{display:flex;flex-direction:column;justify-content:space-between;padding:8px;border-radius:24px;background:var(--dark-2);cursor:pointer}.customer-orders-order-items{display:flex;flex-wrap:wrap;width:100%;gap:8px}.customer-orders-order-item{display:flex;flex:0 1 calc(50% - 20px);text-transform:capitalize;background:var(--dark-1);border-radius:16px;padding:8px;gap:8px}.customer-orders-order-item-images{width:40%;display:flex;gap:8px;overflow-x:auto;background:var(--dark-1);scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:8px}.customer-orders-order-item-images img{width:100%;height:100%;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:8px;cursor:pointer}.customer-orders-order-item-details{width:60%;flex-direction:column;gap:12px;display:flex;padding:8px}.customer-orders-order-item-full-details{display:flex;flex-direction:column;gap:10px}.customer-orders-order-item-first{display:flex;gap:10px;justify-content:space-between}.customer-orders-order-item-details h3{font-size:x-large;color:var(--green);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.customer-orders-order-item-first h4{font-size:larger;color:var(--green)}.customer-orders-order-item-first p{color:var(--light-3)}.customer-orders-order-item-ratings{display:flex}.customer-orders-order-item-ratings img{width:24px;height:24px}.customer-orders-order-item-second{display:flex;justify-content:space-between}.customer-orders-order-item-second p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.customer-orders-order-other-details{display:flex;padding:8px;flex-direction:column;gap:10px;text-transform:capitalize;width:30%}.customer-orders-order-other-details span{color:var(--yellow)}.customer-orders-order-other-details p{font-size:medium}.customer-orders-order-other-details p:first-child{font-size:x-large;font-weight:700}.customer-orders-order-other-details p:last-child{font-size:x-large}.customer-orders-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 112px);background:var(--dark-1);color:var(--light-1);width:100%}@media (max-width: 900px){.customer-orders-order-items{flex-direction:column}}@media (max-width: 992px){.customer-orders{padding:20px}}@media (max-width: 576px){.customer-orders-order-item-images{width:40%;display:none}.customer-orders-order-item-details{width:100%}.customer-orders-order-other-details{width:100%;padding-bottom:20px;text-align:left}}@media (max-width: 384px){.customer-orders-order-item-details{flex-direction:column}.customer-orders-order-item-first{width:100%}.customer-orders-order-item-ratings{display:none}.customer-orders-order-item-second{margin-top:10px;width:100%;text-align:left}}.customer-order{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);min-height:calc(100vh - 112px)}.customer-order-details{display:flex;flex-direction:column;border-radius:8px}.customer-order-items{display:flex;width:100%;flex-wrap:wrap;gap:8px}.customer-order-item{display:flex;flex:0 1 calc(50% - 20px);text-transform:capitalize;background:var(--dark-2);border-radius:16px;padding:8px;gap:8px}.customer-order-item-images{width:40%;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;border-radius:8px}.customer-order-item-images img{width:100%;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:8px;cursor:pointer}.customer-order-item-details{width:60%;display:flex;padding:8px;gap:12px;flex-direction:column}.customer-order-item-full-details{display:flex;flex-direction:column;gap:10px}.customer-order-item-first{display:flex;gap:10px;justify-content:space-between}.customer-order-item-details h3{font-size:x-large;color:var(--green)}.customer-order-item-first h4{font-size:larger;color:var(--green)}.customer-order-item-first p{color:var(--light-3)}.customer-order-item-ratings{display:flex}.customer-order-item-ratings img{width:24px;height:24px}.customer-order-item-add-review button{padding:16px;border:none;outline:none;background:var(--dark-1);color:var(--light-1);border-radius:8px;cursor:pointer}.customer-order-item-second{display:flex;justify-content:space-between}.customer-status-delivered{color:var(--green)}.customer-status-pending{color:var(--yellow)}.customer-order-other-details{display:flex;padding:8px;flex-direction:column;gap:10px;text-transform:capitalize}.customer-order-other-details span{color:var(--yellow)}.customer-order-other-details p{font-size:medium}.customer-order-other-details p:first-child{font-size:xx-large;font-weight:700}.customer-order-other-details p:last-child{font-size:x-large}@media (max-width: 900px){.customer-order-items{flex-direction:column}}@media (max-width: 992px){.customer-order{padding:20px}}@media (max-width: 576px){.customer-order-item-images{width:40%;display:none}.customer-order-item-details{width:100%}.customer-order-other-details{width:100%;padding-bottom:20px;text-align:left}}@media (max-width: 384px){.customer-order-item-details{flex-direction:column}.customer-order-item-first{width:100%}.customer-order-item-ratings{display:none}.customer-order-item-second{margin-top:10px;width:100%;text-align:left}}.not-verified,.seller-home{display:grid;place-items:center;height:calc(100vh - 72px);background-color:var(--dark-1);color:var(--light-1)}.seller-itemsPage{display:flex;flex-direction:column;padding:20px 5%;gap:20px;color:var(--light-1);background:var(--dark-1);min-height:calc(100vh - 112px)}.seller-itemsSearch{position:relative;display:flex;flex-direction:row-reverse;align-items:center}.seller-itemsSearch img{position:absolute;width:24px;height:24px;right:12px;cursor:pointer}.seller-itemsSearch input{background:var(--dark-2);padding:16px;border:none;border-radius:8px;color:var(--light-1);width:calc(33.33% - 46px)}.seller-itemsSearch input:focus{outline:1px solid var(--red)}.seller-itemsSearch input::placeholder{color:var(--light-3)}.seller-items{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(calc(33.33% - 20px),1fr));justify-content:space-between}.seller-itemsPage-empty{display:flex;justify-content:center;align-items:center;height:calc(100vh - 72px);width:100%;background:var(--dark-1);color:var(--light-1)}.seller-itemsPage-empty p{text-transform:capitalize}@media (max-width: 1200px){.seller-items{grid-template-columns:repeat(auto-fill,minmax(calc(50% - 20px),1fr))}.seller-itemsSearch input{width:calc(50% - 42px)}}@media (max-width: 992px){.seller-itemsPage{padding:20px}}@media (max-width: 768px){.seller-itemsSearch input{width:100%}.seller-items{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.seller-item{display:flex;width:calc(100% - 16px);flex-direction:column;border-radius:16px;background:var(--dark-2);padding:8px}.seller-images{width:100%;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;background:var(--dark-2);border-radius:8px}.seller-images img{width:100%;box-sizing:border-box;flex-shrink:0;scroll-snap-align:center;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:8px;cursor:pointer}.seller-itemDetails{display:flex;flex-direction:column;padding:12px;justify-content:space-between}.seller-primary{display:flex;justify-content:space-between;align-items:center}.seller-primary h3{font-size:x-large;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%;color:var(--light-1)}.seller-primary p{text-transform:capitalize;font-size:medium;color:var(--light-3)}.seller-secondary{display:flex;justify-content:space-between;align-items:center}.seller-secondary h3{color:var(--green);font-size:x-large}.seller-buttons{display:flex;justify-content:space-between;gap:10px}.seller-buttons button{display:flex;background:transparent;border:none;padding:12px;align-items:center;outline:none;border-radius:24px;color:var(--light-1);cursor:pointer;transition:background .3s ease}.seller-buttons button:hover{background:var(--dark-3)}.seller-buttons img{width:24px;height:24px}.seller-tertiary{margin-top:30px;color:var(--light-3)}@media (max-width: 768px){.seller-itemsPage{padding:20px}}.seller-itemPage{display:flex;flex-direction:column;padding:20px 5%;gap:20px;color:var(--light-1);align-items:flex-end;min-height:calc(100vh - 112px);background:var(--dark-1)}.seller-itemButtons{display:flex;flex-direction:row-reverse}.seller-itemButtons button{padding:14px 20px;font-size:medium;background:var(--dark-2);color:var(--light-1);border:none;border-radius:8px;cursor:pointer}.seller-itemContainer{max-width:calc((100% - 40px)/3)}@media (max-width: 1024px){.seller-itemContainer{max-width:calc(50% - 10px)}}@media (max-width: 768px){.seller-itemPage{padding:20px}.seller-itemContainer{max-width:100%}}.seller-create{display:flex;padding:20px 5%;color:var(--light-1);background:var(--dark-1);min-height:calc(100vh - 112px)}.seller-create form{display:flex;flex-direction:column;width:100%}.seller-createButtons{display:flex;flex-direction:row-reverse;gap:20px}.seller-createButtons button{padding:14px 20px;font-size:medium;background:var(--dark-2);color:var(--light-1);border:none;border-radius:8px;cursor:pointer}.seller-createInputs{display:flex;flex-direction:column;gap:10px;padding:0 20%}.seller-inputBlock{display:flex;flex-direction:column;gap:4px}.seller-inputBlock input{padding:16px;border:none;background:var(--dark-2);border-radius:8px;outline:none;color:var(--light-1)}.seller-inputBlock input:focus{outline:1px solid var(--red)}.seller-uploads{text-transform:capitalize}.seller-dropArea{margin-top:4px;background-color:var(--dark-2);border-radius:8px;padding:12px;position:relative;height:100px}.seller-uploads input{display:none}.seller-uploads label{cursor:pointer;position:absolute;bottom:12px;padding:14px 20px;background-color:var(--dark-1);color:var(--light-1);border-radius:8px}.seller-fileList{display:flex;margin-top:12px;gap:12px;max-width:100%;flex-wrap:wrap}.seller-fileItem{display:flex;width:fit-content;align-items:center;background-color:var(--dark-2);padding:13px 20px;border-radius:8px}.seller-fileItem p{width:100%}.seller-fileItem img{width:24px;height:24px;margin-left:12px;cursor:pointer}@media (max-width: 1200px){.seller-createInputs{padding:0}}@media (max-width: 992px){.seller-create{padding:20px}}.seller-updatePage{display:flex;padding:20px 5%;color:var(--light-1);background:var(--dark-1);min-height:calc(100vh - 112px)}.seller-updatePage form{display:flex;flex-direction:column;width:100%}.seller-updateButtons{display:flex;flex-direction:row-reverse;gap:20px}.seller-updateButtons button{padding:14px 20px;font-size:medium;background:var(--dark-2);color:var(--light-1);border:none;border-radius:8px;cursor:pointer}.seller-updateInputs{display:flex;flex-direction:column;gap:10px;padding:0 20%}.seller-updateInputBlock{display:flex;flex-direction:column;gap:4px}.seller-updateInputBlock input{padding:16px;border:none;outline:none;background:var(--dark-2);border-radius:8px;color:var(--light-1)}@media (max-width: 1024px){.seller-updateInputs{padding:0}}@media (max-width: 768px){.seller-updatePage{padding:20px}}.seller-transactions{display:flex;flex-direction:column;padding:20px 5%;background:var(--dark-1);color:var(--light-1);height:calc(100vh - 112px)}.seller-tableContainer{max-height:100vh;overflow:auto;padding:0;margin-top:16px;border-radius:8px}.seller-transactionDetails{border-collapse:collapse;width:100%;background:var(--dark-2);border-radius:8px}.seller-transactionDetails thead{position:sticky;top:0;z-index:2;background:var(--dark-3);border-top-left-radius:8px;border-top-right-radius:8px}.seller-transactionDetails th,.seller-transactionDetails td{padding:16px;text-align:center;display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-transactionDetails th{color:var(--light-1);font-weight:700}.seller-transactionDetails tbody tr td{color:var(--light-3)}.seller-transactionDetails tbody tr:hover{background-color:var(--dark-1)}.seller-transactionDetails tbody tr:last-child td{border-bottom:none}.seller-transactions-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 112px);background:var(--dark-1);color:var(--light-1);width:100%}@media (max-width: 992px){.seller-transactions{padding:20px}}.topbar{display:flex;align-items:center;justify-content:space-between;background:var(--red);padding:20px 5%}.topbar h4{font-size:x-large;color:var(--light-1)}.topbar a{text-decoration:none;color:var(--light-1);cursor:pointer}.topbar h6{font-size:large}.topbarOptions{display:flex;align-items:center;gap:20px}.topbarOptions h6,.dropdownOptions h6{width:fit-content}.topbarOptions h6:after,.dropdownOptions h6:after{content:"";display:block;width:0;height:1px;background:var(--light-1);transition:width .3s ease}.topbarOptions h6:hover:after,.dropdownOptions h6:hover:after{width:100%}.topbarDropdown{display:none}.topbarDropdown img{width:24px;height:24px;cursor:pointer}.dropdownOptions{position:absolute;padding:20px;width:114px;right:0;z-index:1;display:flex;flex-direction:column;gap:8px;background:var(--red)}.topbar .active{color:var(--dark-1)}@media (max-width: 992px){.topbar{padding:20px}}@media (max-width: 576px){.topbarOptions{display:none}.topbarDropdown{display:block}}.dashboard{background:var(--dark-1);height:100vh}.not-verified,.delivery-home{display:grid;place-items:center;height:calc(100vh - 72px);background-color:var(--dark-1);color:var(--light-1)}.delivery-orders{display:flex;flex-direction:column;padding:20px 5%;height:calc(100vh - 112px);background-color:var(--dark-1);color:var(--light-1)}.delivery-orders-details{display:flex;overflow:auto;gap:20px;margin-top:16px}.delivery-orders-details h1{margin-bottom:16px}.delivery-orders-table{border-collapse:collapse;width:100%;background:var(--dark-2);border-radius:8px;height:fit-content}.delivery-orders-table thead{position:sticky;top:0;background:var(--dark-3)}.delivery-orders-table th,.delivery-orders-table td{padding:16px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-orders-table tbody tr{cursor:pointer}.delivery-orders-table tbody tr td:last-child{text-transform:capitalize}.delivery-orders-table th:first-child{border-top-left-radius:8px}.delivery-orders-table th:last-child{border-top-right-radius:8px}.delivery-orders-table tbody tr:hover{background-color:var(--dark-1)}.delivery-order-details,.delivery-order-empty{padding:8px;background:var(--dark-2);box-sizing:border-box;border-radius:16px;flex:0 0 25%;display:flex;flex-direction:column;gap:8px;height:fit-content}.delivery-order-details{padding:8px}.delivery-order-empty{padding:16px}.delivery-order-details p{display:flex;padding:10px;background:var(--dark-3);border-radius:8px;align-items:center;justify-content:space-between}.delivery-order-back{background:var(--dark-1);color:var(--light-1);padding:8px;border:none;border-radius:8px;cursor:pointer}.delivery-order-details-button{cursor:pointer;display:flex;justify-content:space-between;background:none;border:none;outline:none;color:var(--light-1);align-items:center;font-size:medium}.delivery-order-details-button img{width:24px}.delivery-order-status{display:flex;flex-direction:column;background:var(--dark-3);padding:8px;border-radius:8px;gap:8px}.delivery-order-status-menu{display:flex;flex-direction:column;gap:8px}.delivery-order-status-menu p{cursor:pointer;background-color:var(--dark-2)}.delivery-orders-empty{display:flex;justify-content:center;align-items:center;height:calc(100vh - 72px);color:var(--light-1);background-color:var(--dark-1)}@media (max-width: 1080px){.delivery-order-empty{display:none}.delivery-order-details{flex:0 0 40%}}@media (max-width: 992px){.delivery-orders{padding:20px}}@media (max-width: 768px){.delivery-order-details{flex:0 0 50%}}@media (max-width: 496px){.delivery-order-details{width:100%}}.landing{padding:20px;height:calc(100vh - 40px);display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;color:var(--light-1);background:var(--dark-1);gap:20px}.landing-page{display:flex;flex-direction:column;width:70%}.landing-page h1{font-size:100px;color:var(--red)}.landing-links{display:flex;width:70%;justify-content:center;gap:20px}.landing-customer,.landing-seller,.landing-delivery{display:flex;flex-direction:column;align-items:center;width:100%;gap:12px;padding:20px;border-radius:8px;background-color:var(--dark-2)}.landing-links img{width:50px;height:50px}.landing-links h3{font-size:24px;text-transform:capitalize}.landing-links a{text-transform:capitalize;color:var(--light-1);text-decoration:none;padding:10px 20px;background-color:var(--red);border-radius:8px;width:100px;text-align:center;transition:all .3s ease-in-out}.landing-links a:hover{box-shadow:4px 4px var(--dark-3);transform:translate(-4px,-4px)}.landing-links a:active{transform:translate(0);box-shadow:none}@media (max-width: 1080px){.landing-page,.landing-links{width:90%}}@media (max-width: 780px){.landing-page,.landing-links{width:100%}}@media (max-width: 720px){.landing-links{flex-direction:column;width:100%;align-items:center;justify-content:flex-start;overflow:scroll}.landing-customer,.landing-seller,.landing-delivery{width:50%}}@media (max-width: 480px){.landing-customer,.landing-seller,.landing-delivery{width:calc(100% - 40px)}}
