body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;position:relative}body.modal-open{overflow:hidden}@media screen and (max-width:768px){input,select,textarea{font-size:16px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{-webkit-overflow-scrolling:touch;scrollbar-color:#8c52ff #141414f2;scrollbar-width:thin}h2{margin:8px 0}.alert{border-radius:12px;bottom:20px;box-shadow:0 4px 6px #0000001a;padding:16px;position:fixed;right:20px;transition:all .3s ease-in-out;z-index:50}.alert.error{background-color:#dc2626;color:#fff}.alert.success{background-color:#16a34a;color:#fff}.alert.info{background-color:#2563eb;color:#fff}.alert .alert-content{align-items:center;display:flex;gap:8px}.alert .alert-icon{height:20px;width:20px}.alert .alert-message{font-weight:600}.login-container{align-items:center;background-color:#1e1e1e;display:flex;height:100vh;justify-content:center;overflow:hidden}.login-form{background:#292929;border-radius:8px;box-shadow:0 0 10px #00000080;padding:20px;text-align:center;width:320px}.login-form h2{color:#fff;margin-bottom:8px}.login-form .input-container input{background:#333;border:1px solid #444;border-radius:5px;box-sizing:border-box;color:#fff;display:block;margin-bottom:16px;padding:12px;width:100%}.login-form .input-container input:focus{border-color:#8c52ff;outline:none}@keyframes showError{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-form button{background:#8c52ff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:16px;padding:10px;transition:#1e1e1e .3s ease;width:100%}.login-form button:hover{background:#6a1fff;transform:scale(1.05)}.login-form button:disabled{background-color:#aaa;cursor:not-allowed}.login-form button .loader{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:10px;width:10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-overlay{background-color:#0006;height:100vh;width:100vw;z-index:8}.sidebar,.sidebar-overlay{left:0;position:fixed;top:0}.sidebar{background-color:#333;box-shadow:0 0 10px #00000080;color:#fff;display:flex;flex-direction:column;font-size:22px;height:calc(100% - 40px);justify-content:space-between;padding:20px;transform:translateX(-100%);transition:all .3s ease;width:250px;z-index:9}.sidebar.open{transform:translateX(0)}.sidebar .toggle-close-btn{color:#fff;cursor:pointer;position:absolute;right:20px;top:14px}.sidebar .toggle-close-btn:hover{color:#8c52ff}.sidebar .sidebar-nav ul{list-style:none;margin-top:80px;padding:0}.sidebar .sidebar-nav ul li{margin:15px 0}.sidebar .sidebar-nav ul li a{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-grow:1;padding:5px 0;text-decoration:none;transition:color .3s,transform .3s}.sidebar .sidebar-nav ul li a.active{color:#6a1fff}.sidebar .sidebar-nav ul li a:hover{color:#8c52ff}.sidebar .logout{cursor:pointer}.sidebar .logout:hover{color:#f44336}.user-card{background-color:#f9f9f9;border-radius:10px;box-shadow:0 6px 18px #0000004d;display:flex;flex-direction:column;margin:15px;padding:20px;transition:transform .3s ease,box-shadow .3s ease;width:calc(30% - 40px)}.user-card:hover{box-shadow:0 6px 16px #0003}.user-card .user-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.user-card .user-header h3{align-items:center;color:#333;display:flex;font-size:18px;margin:0}.user-card .user-header h3 .header-icon{color:#8c52ff;margin-right:8px}.user-card .user-header .role-badge{border-radius:15px;font-size:12px;font-weight:700;padding:5px 10px;text-transform:uppercase}.user-card .user-header .role-badge.superadmin{background-color:#ff5722;color:#fff}.user-card .user-header .role-badge.admin{background-color:#8c52ff;color:#fff}.user-card .user-header .role-badge.webshopuser{background-color:#4b9bff;color:#fff}.user-card .user-info{margin-bottom:15px}.user-card .user-info .info-item{align-items:center;display:flex;margin-bottom:12px}.user-card .user-info .info-item .info-icon{color:#666;margin-right:10px;min-width:20px}.user-card .user-info .info-item div{flex:1 1}.user-card .user-info .info-item div strong{color:#777;display:block;font-size:12px;margin-bottom:2px}.user-card .user-info .info-item div span{color:#333;font-size:14px;word-break:break-word}.user-card .user-info .info-item div span.clickable:hover{color:#8c52ff;cursor:pointer;text-decoration:underline}.user-card .orders-section{background-color:#f5f5f5;border-radius:6px;margin:15px 0;padding:15px}.user-card .orders-section h4{align-items:center;color:#555;display:flex;font-size:16px;margin:0 0 10px}.user-card .orders-section h4 .section-icon{color:#666;margin-right:8px}.user-card .orders-section .orders-list{max-height:150px;overflow-y:auto;padding-right:5px}.user-card .orders-section .orders-list .order-item{align-items:center;background-color:#fff;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px 10px;transition:background-color .2s ease}.user-card .orders-section .orders-list .order-item:hover{background-color:#f0f0f0}.user-card .orders-section .orders-list .order-item .order-id{color:#8c52ff;font-family:monospace;font-weight:700}.user-card .orders-section .orders-list .order-item .order-date{color:#777;font-size:12px}.user-card .orders-section .no-orders{color:#999;font-size:14px;font-style:italic;margin:0;text-align:center}.user-card .actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:auto}.user-card .actions .action-btn{align-items:center;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;gap:6px;justify-content:center;padding:8px 12px;transition:all .3s ease}.user-card .actions .action-btn:hover{box-shadow:0 2px 5px #0003;transform:translateY(-2px)}.user-card .actions .action-btn:disabled{background-color:#ccc;box-shadow:none;color:#666;cursor:not-allowed;transform:none}.user-card .actions .action-btn:disabled:hover{background-color:#ccc}.user-card .actions .details-btn{background:#4b9bff}.user-card .actions .details-btn:hover{background:#187fff}.user-card .actions .edit-btn{background:#8c52ff}.user-card .actions .edit-btn:hover{background:#6a1fff}.user-card .actions .delete-btn{background:#f44336}.user-card .actions .delete-btn:hover{background:#ea1c0d}@media(max-width:1450px){.user-card{width:calc(45% - 40px)}}@media(max-width:768px){.user-card{width:calc(100% - 40px)}.user-card .user-header{flex-direction:column}.user-card .user-header h3{margin-bottom:8px}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.modal-overlay .modal-content{background-color:#fff;background:#141414f2;border-radius:10px;box-shadow:0 0 15px #8c52ffb3;max-width:800px;min-width:340px;overflow:hidden;position:relative;z-index:20}@media(max-width:840px){.modal-overlay .modal-content{width:90%}}.confirmation-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10}.confirmation-modal{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:80%;padding:20px}.confirmation-modal-header h2{color:#333;font-size:20px;margin:0;text-align:center}.confirmation-modal-body{margin:20px 0;text-align:center}.confirmation-modal-actions{display:flex;gap:10px;justify-content:space-between}.confirmation-modal-actions button{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:14px;margin-top:22px;padding:10px 20px;transition:background-color .3s ease;transition:all .3s ease-in-out}.action-btn{background-color:#8c52ff;color:#fff}.action-btn.delete{background-color:#f44336}.action-btn:hover{background-color:#ea1c0d;transform:scale(1.05)}.close-btn{background-color:#444;color:#fff}.close-btn:hover{background-color:#333;transform:scale(1.05)}.user-list{padding:8px 0;width:100%}.user-list .content{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}.user-list .empty-state,.user-list .loading-state{align-items:center;color:#777;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;width:100%}.user-list .empty-state .loading-text,.user-list .empty-state .text,.user-list .loading-state .loading-text,.user-list .loading-state .text{font-size:1.2rem;margin-top:1rem}.user-list .empty-state svg,.user-list .loading-state svg{color:#aaa}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.product-card{background-color:#f9f9f9;border-radius:10px;box-shadow:0 6px 18px #0000004d;display:flex;flex-direction:column;margin:12px;padding:16px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:calc(30% - 40px)}.product-card:hover{box-shadow:0 6px 16px #00000040}.product-card.archived{background-color:#f0f0f0;box-shadow:0 4px 12px #0003;opacity:.9}.product-card.archived:after{background:repeating-linear-gradient(45deg,#0000,#0000 10px,#0000000d 0,#0000000d 20px);border-radius:10px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.product-card.archived .product-header h3{color:#666}.product-card.archived .product-details{opacity:.8}.product-card.archived .price-section{background-color:#e0e0e0}.product-card .archived-badge{align-items:center;background-color:#ff9800;border-radius:15px;box-shadow:0 2px 4px #0003;color:#000;display:flex;flex-direction:column;font-size:12px;font-weight:700;left:50%;padding:8px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%;z-index:2}.product-card .archived-badge .archived-content{align-items:center;display:flex;gap:8px;margin-bottom:6px}.product-card .archived-badge .unarchive-btn{background-color:#ffffff4d;border:none;border-radius:12px;cursor:pointer;font-size:11px;padding:4px 8px;transition:all .2s ease}.product-card .archived-badge .unarchive-btn:hover{background-color:#ffffff80;transform:translateY(-1px)}.product-card .archived-badge .unarchive-btn:active{transform:translateY(0)}.product-card .product-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px;position:relative;z-index:1}.product-card .product-header h3{color:#333;font-size:18px;margin:0;max-width:70%}.product-card .product-header .stock-badge{border-radius:15px;font-size:12px;font-weight:700;padding:5px 10px}.product-card .product-header .stock-badge.in-stock{background-color:#4caf50;color:#fff}.product-card .product-header .stock-badge.out-of-stock{background-color:#f44336;color:#fff}.product-card .product-image-container{align-items:center;background-color:#777;border-radius:6px;display:flex;height:200px;justify-content:center;margin-bottom:15px;overflow:hidden;position:relative;z-index:1}.product-card .product-image-container .product-carousel{height:100%;width:100%}.product-card .product-image-container .product-carousel .carousel-slide{align-items:center;display:flex;height:200px;justify-content:center}.product-card .product-image-container .product-carousel .product-image{max-height:100%;max-width:100%;object-fit:contain}.product-card .product-image-container .no-image{align-items:center;background-color:#eee;color:#999;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.product-card .product-details{margin-bottom:15px;position:relative;z-index:1}.product-card .product-details .detail-row{align-items:center;display:flex;font-size:14px;margin-bottom:8px}.product-card .product-details .detail-row.id:hover span:last-child{color:#8c52ff!important;cursor:pointer;text-decoration:underline}.product-card .product-details .detail-row:last-child{margin-bottom:0}.product-card .product-details .detail-row .detail-label{color:#555;font-weight:500;margin-left:6px;margin-right:10px}.product-card .product-details .detail-row span:last-child{color:#333}.product-card .price-section{background-color:#f0f0f0;border-radius:6px;margin:auto 0 12px;padding:12px;position:relative;text-align:center;z-index:1}.product-card .price-section .price{color:#8c52ff;font-size:18px;font-weight:700}.product-card .price-section .original-price{color:#777;display:block;font-size:14px;margin-top:4px;text-decoration:line-through}.product-card .price-section .discounted-price{align-items:center;color:#ff5252;display:flex;font-size:18px;font-weight:700;gap:8px;justify-content:center}.product-card .price-section .discount-badge{background-color:#ff5252;border-radius:12px;color:#fff;font-size:12px;font-weight:700;padding:2px 8px}.product-card .actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:relative;z-index:1}.product-card .actions .action-btn{align-items:center;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;gap:6px;justify-content:center;padding:8px 12px;transition:all .3s ease}.product-card .actions .action-btn:hover{box-shadow:0 2px 5px #0003;transform:translateY(-2px)}.product-card .actions .action-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.product-card .actions .details-btn{background:#4b9bff}.product-card .actions .details-btn:hover:not(:disabled){background:#187fff}.product-card .actions .edit-btn{background:#8c52ff}.product-card .actions .edit-btn:hover:not(:disabled){background:#6a1fff}.product-card .actions .delete-btn{background:#f44336}.product-card .actions .delete-btn:hover:not(:disabled){background:#ea1c0d}.product-card .actions .delete-btn.archived-btn{background:#ff9800}.product-card .actions .delete-btn.archived-btn:hover{background:#cc7a00}@media(max-width:1450px){.product-card{width:calc(45% - 40px)}}@media(max-width:768px){.product-card{width:calc(100% - 40px)}.product-card .product-header{flex-direction:column}.product-card .product-header h3{margin-bottom:8px}}.product-list{padding:8px 0 0;width:100%}.product-list .content{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}.product-list .content .empty-state,.product-list .content .loading-state{align-items:center;color:#777;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;width:100%}.product-list .content .empty-state .loading-text,.product-list .content .empty-state .text,.product-list .content .loading-state .loading-text,.product-list .content .loading-state .text{font-size:1.2rem;margin-top:1rem}.product-list .content .empty-state svg,.product-list .content .loading-state svg{color:#aaa}.order-card{background-color:#f9f9f9;border-radius:10px;box-shadow:0 6px 18px #0000004d;display:flex;flex-direction:column;margin:12px;padding:16px;transition:transform .3s ease,box-shadow .3s ease;width:calc(30% - 40px)}.order-card:hover{box-shadow:0 6px 16px #00000040}.order-card .order-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.order-card .order-header h3{color:#333;font-size:18px;margin:0}.order-card .order-header h3:hover{color:#8c52ff;cursor:pointer;text-decoration:underline}.order-card .order-header .status-badge{border-radius:15px;font-size:12px;font-weight:700;padding:5px 10px;text-transform:uppercase}.order-card .order-header .status-badge.pending{background-color:gold;color:#333}.order-card .order-header .status-badge.processing{background-color:#4b9bff;color:#fff}.order-card .order-header .status-badge.shipped{background-color:#8c52ff;color:#fff}.order-card .order-header .status-badge.delivered{background-color:#4caf50;color:#fff}.order-card .order-header .status-badge.cancelled{background-color:#f44336;color:#fff}.order-card .order-products h4{color:#555;font-size:16px;margin:0 0 10px}.order-card .order-products .product-carousel{position:relative}.order-card .order-products .product-carousel .carousel .slider-wrapper{border-radius:6px}.order-card .order-products .product-carousel .carousel .slide{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000000d;min-height:150px;padding:10px}.order-card .order-products .product-carousel .carousel .control-arrow{background:#0003!important;border-radius:4px;height:40px;margin-top:-20px;top:50%}.order-card .order-products .product-carousel .carousel .control-arrow:hover{background:#0006!important}.order-card .order-products .product-carousel .carousel .control-next.control-arrow:before{border-left-color:#fff}.order-card .order-products .product-carousel .carousel .control-prev.control-arrow:before{border-right-color:#fff}.order-card .order-products .product-carousel .carousel .carousel-status,.order-card .order-products .product-carousel .carousel .thumbs-wrapper{display:none}.order-card .order-products .product-carousel .carousel .control-dots{bottom:-10px}.order-card .order-products .product-carousel .carousel .control-dots .dot{background:#ccc!important;box-shadow:none!important;height:8px!important;margin:0 4px!important;width:8px!important}.order-card .order-products .product-carousel .carousel .control-dots .dot.selected{background:#8c52ff!important}.order-card .order-products .product-item{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:420px}.order-card .order-products .product-item .product-thumbnail{border-radius:4px;height:120px;margin-right:10px;object-fit:cover;width:120px}.order-card .order-products .product-item .no-image{align-items:center;background-color:#eee;border-radius:4px;color:#999;display:flex;height:60px;justify-content:center;margin-right:10px;width:60px}.order-card .order-products .product-item .product-info{flex:1 1}.order-card .order-products .product-item .product-info p{color:#555;font-size:14px;margin:3px 0}.order-card .order-products .product-item .product-info p strong{color:#333}.order-card .order-summary{background-color:#f0f0f0;border-radius:6px;margin:12px 0;padding:12px}.order-card .order-summary .summary-item{display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.order-card .order-summary .summary-item:last-child{margin-bottom:0}.order-card .order-summary .summary-item strong{color:#333}.order-card .order-summary .summary-item span{color:#8c52ff;font-weight:700}.order-card .shipping-info{background-color:#f5f5f5;border-radius:6px;margin-bottom:15px;padding:12px}.order-card .shipping-info h4{align-items:center;color:#555;display:flex;font-size:16px;gap:5px;margin:0 0 10px}.order-card .shipping-info p{color:#555;font-size:14px;margin:5px 0}.order-card .shipping-info p strong{color:#333}.order-card .actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:auto}.order-card .actions .action-btn{align-items:center;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;gap:6px;justify-content:center;padding:8px 12px;transition:all .3s ease}.order-card .actions .action-btn:hover{box-shadow:0 2px 5px #0003;transform:translateY(-2px)}.order-card .actions .details-btn{background:#4b9bff}.order-card .actions .details-btn:hover{background:#187fff}.order-card .actions .edit-btn{background:#8c52ff}.order-card .actions .edit-btn:hover{background:#6a1fff}.order-card .actions .delete-btn{background:#f44336}.order-card .actions .delete-btn:hover{background:#ea1c0d}@media(max-width:1450px){.order-card{width:calc(45% - 40px)}}@media(max-width:768px){.order-card{width:calc(100% - 40px)}.order-card .order-header{flex-direction:column}.order-card .order-header h3{margin-bottom:8px}.order-card .product-carousel .carousel .control-arrow{height:30px;margin-top:-15px}}.order-list{padding:8px 0 0;width:100%}.order-list .content{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}.order-list .content .empty-state,.order-list .content .loading-state{align-items:center;color:#777;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;width:100%}.order-list .content .empty-state .loading-text,.order-list .content .empty-state .text,.order-list .content .loading-state .loading-text,.order-list .content .loading-state .text{font-size:1.2rem;margin-top:1rem}.order-list .content .empty-state svg,.order-list .content .loading-state svg{color:#aaa}.user-form{max-height:90vh;overflow-y:auto}.user-form .form-wrapper{height:auto;padding:14px}.user-form .form-wrapper h2{color:#fff;font-size:20px;text-align:center;text-transform:uppercase}.user-form .form-wrapper .form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.user-form .form-wrapper .form-grid.admin{grid-template-columns:1fr}.user-form .form-wrapper .form-grid .shipping-details,.user-form .form-wrapper .form-grid .user-details{display:flex;flex-direction:column;gap:15px}.user-form .form-wrapper .form-grid h3{color:#8c52ff;font-size:20px;text-align:center}.user-form .form-wrapper .row{display:flex;gap:30px;width:100%}.user-form .form-wrapper .row label{color:#ccc;display:flex;flex-direction:column;font-size:15px;font-weight:500;text-transform:uppercase;width:100%}.user-form .form-wrapper .row label input,.user-form .form-wrapper .row label select{background:#222;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;font-size:15px;margin-top:5px;padding:12px;transition:all .3s ease-in-out}.user-form .form-wrapper .row label input:focus,.user-form .form-wrapper .row label select:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.user-form .form-wrapper .row label input:hover,.user-form .form-wrapper .row label select:hover{border-color:#8c52ff99}.user-form .form-wrapper .row label input:disabled,.user-form .form-wrapper .row label select:disabled{background:#333;color:#999;cursor:not-allowed}.user-form .form-wrapper .row label select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#222;background-position:right 15px center;background-size:16px;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;cursor:pointer;font-size:15px;padding:12px 40px 12px 12px;transition:all .3s ease-in-out;width:100%}.user-form .form-wrapper .row label select:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.user-form .form-wrapper .row label select:hover{border-color:#8c52ff99}.user-form .form-wrapper .form-actions{display:flex;gap:15px;justify-content:space-between;margin-top:30px}.user-form .form-wrapper .form-actions .primary-btn,.user-form .form-wrapper .form-actions .secondary-btn{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;letter-spacing:.5px;padding:14px;text-align:center;text-transform:uppercase;transition:all .3s ease}.user-form .form-wrapper .form-actions .primary-btn{background-color:#8c52ff;color:#fff}.user-form .form-wrapper .form-actions .primary-btn:hover{background:#7b45e5;box-shadow:0 4px 10px #8c52ff4d;transform:translateY(-1px)}.user-form .form-wrapper .form-actions .secondary-btn{background-color:#444;color:#fff}.user-form .form-wrapper .form-actions .secondary-btn.single{margin-left:auto;max-width:50%}.user-form .form-wrapper .form-actions .secondary-btn:hover{background:#555;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}@media(max-width:780px){.user-form .form-wrapper{padding:16px}.user-form .form-wrapper .form-grid{gap:15px;grid-template-columns:1fr}.user-form .form-wrapper .form-actions,.user-form .form-wrapper .row{flex-direction:column;gap:10px}.user-form .form-wrapper .form-actions .secondary-btn.single{max-width:none;width:100%}}.product-form{max-height:90vh;overflow-y:auto}.product-form .form-wrapper{height:auto;padding:14px}.product-form .form-wrapper h2{color:#fff;font-size:20px;text-align:center;text-transform:uppercase}.product-form .form-wrapper .form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.product-form .form-wrapper .form-grid.one-col{grid-template-columns:1fr}.product-form .form-wrapper .form-grid h3{color:#8c52ff;font-size:20px;margin-bottom:15px;text-align:center}.product-form .form-wrapper .form-grid .column,.product-form .form-wrapper .form-grid .size-details{display:flex;flex-direction:column;gap:15px}.product-form .form-wrapper .form-grid .size-details .stock-matrix{display:flex;flex-direction:column;gap:15px;margin-top:25px}.product-form .form-wrapper .form-grid .size-details .size-stock{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;display:flex;flex-direction:column;gap:10px;padding:12px}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header{align-items:center;display:flex;justify-content:space-between}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header h4{color:#8c52ff;font-size:16px;font-weight:600;margin:0}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header .color-dropdown-toggle{align-items:center;background:#333;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .2s ease}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header .color-dropdown-toggle:hover:not(:disabled){background:#3a3a3a;border-color:#666}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header .color-dropdown-toggle:disabled{cursor:not-allowed;opacity:.6}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header .color-dropdown-toggle .dropdown-arrow{font-size:10px;margin-left:5px;transition:transform .2s}.product-form .form-wrapper .form-grid .size-details .size-stock .size-header .color-dropdown-toggle .dropdown-arrow.open{transform:rotate(180deg)}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown{background:#333;border:1px solid #444;border-radius:4px;display:flex;flex-direction:column;gap:8px;margin-top:8px;max-height:200px;overflow-y:auto;padding:10px}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown::-webkit-scrollbar{width:6px}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown .color-option{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:10px;padding:8px;transition:all .2s ease}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown .color-option:hover{background:#3a3a3a}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown .color-option input[type=checkbox]{cursor:pointer;height:16px;margin:0;width:16px}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown .color-option input[type=checkbox]:disabled{cursor:not-allowed}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown .color-option .color-name{color:#ddd;flex-grow:1;font-size:14px}.product-form .form-wrapper .form-grid .size-details .size-stock .color-dropdown .color-option .color-preview{border:1px solid #555;border-radius:3px;height:18px;width:18px}.product-form .form-wrapper .form-grid .product-details{display:flex;flex-direction:column;gap:15px}.product-form .form-wrapper .form-grid .product-details .row{display:flex;gap:30px;width:100%}.product-form .form-wrapper .form-grid .product-details .row label{color:#ccc;display:flex;flex-direction:column;font-size:15px;font-weight:500;text-transform:uppercase;width:100%}.product-form .form-wrapper .form-grid .product-details .row label input,.product-form .form-wrapper .form-grid .product-details .row label select{background:#222;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;font-size:15px;margin-top:5px;padding:12px;transition:all .3s ease-in-out}.product-form .form-wrapper .form-grid .product-details .row label input:focus,.product-form .form-wrapper .form-grid .product-details .row label select:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.product-form .form-wrapper .form-grid .product-details .row label input:hover,.product-form .form-wrapper .form-grid .product-details .row label select:hover{border-color:#8c52ff99}.product-form .form-wrapper .form-grid .product-details .row label input:disabled,.product-form .form-wrapper .form-grid .product-details .row label select:disabled{background:#333;color:#999;cursor:not-allowed}.product-form .form-wrapper .form-grid .product-details .row label textarea{background:#222;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;font-size:15px;max-height:200px;min-height:60px;overflow-y:auto;padding:12px;resize:vertical}.product-form .form-wrapper .form-grid .product-details .row label textarea:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.product-form .form-wrapper .form-grid .product-details .row label textarea:hover{border-color:#8c52ff99}.product-form .form-wrapper .form-grid .product-details .row label textarea:disabled{background:#333;color:#999;cursor:not-allowed}.product-form .form-wrapper .form-grid .product-details .row label select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-size:16px;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;cursor:pointer;font-size:15px;padding:12px 40px 12px 12px;transition:all .3s ease-in-out;width:100%}.product-form .form-wrapper .form-grid .product-details .row label select:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.product-form .form-wrapper .form-grid .product-details .row label select:hover{border-color:#8c52ff99}.product-form .form-wrapper .form-actions{display:flex;gap:15px;justify-content:space-between;margin-top:30px}.product-form .form-wrapper .form-actions .primary-btn,.product-form .form-wrapper .form-actions .secondary-btn{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;letter-spacing:.5px;padding:14px;text-align:center;text-transform:uppercase;transition:all .3s ease}.product-form .form-wrapper .form-actions .primary-btn{background-color:#8c52ff;color:#fff}.product-form .form-wrapper .form-actions .primary-btn:hover{background:#7b45e5;box-shadow:0 4px 10px #8c52ff4d;transform:translateY(-1px)}.product-form .form-wrapper .form-actions .secondary-btn{background-color:#444;color:#fff}.product-form .form-wrapper .form-actions .secondary-btn.single{margin-left:auto;max-width:50%}.product-form .form-wrapper .form-actions .secondary-btn:hover{background:#555;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}@media(max-width:840px){.product-form .form-wrapper{padding:16px}.product-form .form-wrapper .form-grid{gap:15px;grid-template-columns:1fr}.product-form .form-wrapper .form-actions,.product-form .form-wrapper .row{flex-direction:column;gap:10px}.product-form .form-wrapper .form-actions .primary-btn,.product-form .form-wrapper .form-actions .secondary-btn{margin:5px 0;width:100%}.product-form .form-wrapper .form-actions .primary-btn.single,.product-form .form-wrapper .form-actions .secondary-btn.single{max-width:100%}.product-form .form-wrapper .stock-matrix{margin-top:0}.product-form .form-wrapper .size-stock .color-dropdown{grid-template-columns:1fr}}.order-form{background:#1a1a1a;border-radius:8px;box-shadow:0 4px 15px #0000004d;max-height:90vh;overflow-y:auto}.order-form .form-wrapper{height:auto;padding:20px}.order-form .form-wrapper h2{color:#fff;font-size:24px;letter-spacing:1px;margin-bottom:25px;text-align:center;text-transform:uppercase}.order-form .form-wrapper .form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.order-form .form-wrapper .form-grid.one-col{grid-template-columns:1fr}.order-form .form-wrapper .form-grid h3{color:#8c52ff;font-size:20px;margin:20px 0;position:relative;text-align:center}.order-form .form-wrapper .form-grid h3:before{left:0}.order-form .form-wrapper .form-grid h3:after{background:linear-gradient(90deg,#8c52ff,#0000);right:0}.order-form .form-wrapper .form-grid .order-details{background:#222222b3;border-radius:8px;box-shadow:0 2px 10px #0003;padding:20px}.order-form .form-wrapper .form-grid .order-details .row{display:flex;gap:30px;margin-bottom:20px}.order-form .form-wrapper .form-grid .order-details .row label{color:#ccc;display:flex;flex:1 1;flex-direction:column;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.order-form .form-wrapper .form-grid .order-details .row label input,.order-form .form-wrapper .form-grid .order-details .row label select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#222;border:1px solid #333;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff4d;color:#fff;font-size:15px;margin-top:8px;padding:12px;transition:all .3s ease}.order-form .form-wrapper .form-grid .order-details .row label input:focus,.order-form .form-wrapper .form-grid .order-details .row label select:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ff80;outline:none}.order-form .form-wrapper .form-grid .order-details .row label input:hover,.order-form .form-wrapper .form-grid .order-details .row label select:hover{border-color:#8c52ff99}.order-form .form-wrapper .form-grid .order-details .row label input:disabled,.order-form .form-wrapper .form-grid .order-details .row label select:disabled{background:#333;color:#999;cursor:not-allowed}.order-form .form-wrapper .form-grid .order-details .row label input[type=number]::-webkit-inner-spin-button,.order-form .form-wrapper .form-grid .order-details .row label input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.order-form .form-wrapper .form-grid .product-item{background:#222222b3;border-radius:8px;box-shadow:0 2px 10px #0003;margin-bottom:20px;padding:20px}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row{display:flex;gap:30px;margin-bottom:15px}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group{flex:1 1}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group label{color:#ccc;display:flex;flex-direction:column;font-size:14px;letter-spacing:.5px}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group label span{font-weight:500;margin-bottom:8px;text-transform:uppercase}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group label input{background:#222;border:1px solid #333;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff4d;color:#fff;font-size:15px;padding:12px;transition:all .3s ease}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group label input:focus{background:#292929;border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ff80;outline:none}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group label input:hover{border-color:#8c52ff99}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group label input:disabled{background:#333;color:#999;cursor:not-allowed}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector{position:relative}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector input{cursor:pointer}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-dropdown{background:#333;border:1px solid #444;border-radius:5px;box-shadow:0 4px 10px #0000004d;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 5px);z-index:100}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-dropdown::-webkit-scrollbar{width:6px}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-dropdown::-webkit-scrollbar-thumb{background:#8c52ff;border-radius:3px}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-option{align-items:center;cursor:pointer;display:flex;padding:10px;transition:all .2s ease}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-option:hover{background-color:#444}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-option .color-preview{align-items:center;border:1px solid #555;border-radius:50%;display:inline-block;display:flex;height:20px;margin-bottom:0;margin-right:10px;width:20px}.order-form .form-wrapper .form-grid .product-item .product-fields .form-row .form-group .color-selector .color-option .color-name{color:#eee;font-size:14px;margin-bottom:0}.order-form .form-wrapper .form-grid .product-item .product-actions{display:flex;justify-content:flex-end;margin-top:15px}.order-form .form-wrapper .form-grid .product-item .product-actions .delete-btn{background-color:#ff5252;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;padding:10px 15px;text-transform:uppercase;transition:all .3s ease}.order-form .form-wrapper .form-grid .product-item .product-actions .delete-btn:hover:not(:disabled){background:#e04040;transform:translateY(-1px)}.order-form .form-wrapper .form-grid .product-item .product-actions .delete-btn:disabled{background:#666;cursor:not-allowed;opacity:.7}.order-form .form-wrapper .form-grid .add-product-btn{background-color:#444;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.5px;margin-top:10px;padding:12px;text-align:center;text-transform:uppercase;transition:all .3s ease;width:100%}.order-form .form-wrapper .form-grid .add-product-btn:hover{background:#555;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}.order-form .form-wrapper .form-actions{display:flex;gap:15px;justify-content:space-between;margin-top:30px}.order-form .form-wrapper .form-actions .primary-btn,.order-form .form-wrapper .form-actions .secondary-btn{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;letter-spacing:.5px;padding:14px;text-align:center;text-transform:uppercase;transition:all .3s ease}.order-form .form-wrapper .form-actions .primary-btn{background-color:#8c52ff;color:#fff}.order-form .form-wrapper .form-actions .primary-btn:hover{background:#7b45e5;box-shadow:0 4px 10px #8c52ff4d;transform:translateY(-1px)}.order-form .form-wrapper .form-actions .secondary-btn{background-color:#444;color:#fff}.order-form .form-wrapper .form-actions .secondary-btn.single{margin-left:auto;max-width:50%}.order-form .form-wrapper .form-actions .secondary-btn:hover{background:#555;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}@media(max-width:1000px){.order-form .form-wrapper{padding:15px}.order-form .form-wrapper .form-grid .order-details .row,.order-form .form-wrapper .form-grid .product-item .form-row{flex-direction:column;gap:15px}.order-form .form-wrapper .form-actions{flex-direction:column;gap:10px}.order-form .form-wrapper .form-actions .primary-btn,.order-form .form-wrapper .form-actions .secondary-btn{width:100%}.order-form .form-wrapper .form-actions .secondary-btn.single{max-width:100%}}.filter-user{max-height:90vh;overflow-y:auto}.filter-user .form-wrapper{height:auto;padding:14px}.filter-user .form-wrapper h2{color:#fff;font-size:20px;text-align:center;text-transform:uppercase}.filter-user .form-wrapper .form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.filter-user .form-wrapper .form-grid .row label{color:#ccc;display:flex;flex-direction:column;font-size:15px}.filter-user .form-wrapper .form-grid .row input,.filter-user .form-wrapper .form-grid .row select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#222;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:12px;transition:all .3s ease-in-out}.filter-user .form-wrapper .form-grid .row input:focus,.filter-user .form-wrapper .form-grid .row select:focus{border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.filter-user .form-wrapper .form-grid .row input:hover,.filter-user .form-wrapper .form-grid .row select:hover{border-color:#8c52ff99}.filter-user .form-wrapper .form-grid .row input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1)}.filter-user .form-wrapper .form-actions{display:flex;flex-direction:column;gap:10px;margin-top:28px}.filter-user .form-wrapper .form-actions .full-width{width:100%}.filter-user .form-wrapper .form-actions .secondary-actions{display:flex;gap:10px;width:100%}.filter-user .form-wrapper .form-actions .secondary-actions button{flex:1 1}.filter-user .form-wrapper .form-actions .primary-btn,.filter-user .form-wrapper .form-actions .reset-btn,.filter-user .form-wrapper .form-actions .secondary-btn{border:none;border-radius:5px;cursor:pointer;font-size:15px;font-weight:600;padding:14px;text-align:center;transition:all .3s ease-in-out}.filter-user .form-wrapper .form-actions .primary-btn{background-color:#8c52ff;color:#fff}.filter-user .form-wrapper .form-actions .primary-btn:hover{background:#6a1fff;transform:scale(1.02)}.filter-user .form-wrapper .form-actions .secondary-btn{background-color:#444;color:#fff}.filter-user .form-wrapper .form-actions .secondary-btn:hover{background:#2b2b2b;transform:scale(1.02)}.filter-user .form-wrapper .form-actions .reset-btn{background-color:#ff5252;color:#fff}.filter-user .form-wrapper .form-actions .reset-btn:hover{background:#ff1f1f;transform:scale(1.02)}@media(max-width:768px){.filter-user .form-wrapper{padding:16px}.filter-user .form-wrapper .form-grid{gap:15px;grid-template-columns:1fr}.filter-user .form-wrapper .row{flex-direction:column;gap:10px}.filter-user .form-wrapper .form-actions .secondary-actions{flex-direction:row}}.filter-product{max-height:90vh;overflow-y:auto}.filter-product .form-wrapper{height:auto;padding:14px}.filter-product .form-wrapper h2{color:#fff;font-size:20px;text-align:center;text-transform:uppercase}.filter-product .form-wrapper .form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.filter-product .form-wrapper .form-grid .row label{color:#ccc;display:flex;flex-direction:column;font-size:15px}.filter-product .form-wrapper .form-grid .row .checkbox-label{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:10px}.filter-product .form-wrapper .form-grid .row .checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;background-color:#222;border:1px solid #444;border-radius:4px;box-shadow:inset 0 0 5px #8c52ff4d;cursor:pointer;height:18px;margin:0;position:relative;transition:all .2s ease;width:18px}.filter-product .form-wrapper .form-grid .row .checkbox-label input[type=checkbox]:checked{background-color:#8c52ff;border-color:#8c52ff}.filter-product .form-wrapper .form-grid .row .checkbox-label input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;left:9px;position:absolute;top:6px;transform:rotate(45deg);width:4px}.filter-product .form-wrapper .form-grid .row .checkbox-label input[type=checkbox]:hover{border-color:#8c52ff;box-shadow:0 0 5px #8c52ff80}.filter-product .form-wrapper .form-grid .row .checkbox-label input[type=checkbox]:focus{box-shadow:0 0 0 2px #8c52ff80;outline:none}.filter-product .form-wrapper .form-grid .row input,.filter-product .form-wrapper .form-grid .row select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#222;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:12px;transition:all .3s ease-in-out}.filter-product .form-wrapper .form-grid .row input:focus,.filter-product .form-wrapper .form-grid .row select:focus{border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.filter-product .form-wrapper .form-grid .row input:hover,.filter-product .form-wrapper .form-grid .row select:hover{border-color:#8c52ff99}.filter-product .form-wrapper .form-grid .row input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1)}.filter-product .form-wrapper .form-actions{display:flex;flex-direction:column;gap:10px;margin-top:28px}.filter-product .form-wrapper .form-actions .full-width{width:100%}.filter-product .form-wrapper .form-actions .secondary-actions{display:flex;gap:10px;width:100%}.filter-product .form-wrapper .form-actions .secondary-actions button{flex:1 1}.filter-product .form-wrapper .form-actions .primary-btn,.filter-product .form-wrapper .form-actions .reset-btn,.filter-product .form-wrapper .form-actions .secondary-btn{border:none;border-radius:5px;cursor:pointer;font-size:15px;font-weight:600;padding:14px;text-align:center;transition:all .3s ease-in-out}.filter-product .form-wrapper .form-actions .primary-btn{background-color:#8c52ff;color:#fff}.filter-product .form-wrapper .form-actions .primary-btn:hover{background:#6a1fff;transform:scale(1.02)}.filter-product .form-wrapper .form-actions .secondary-btn{background-color:#444;color:#fff}.filter-product .form-wrapper .form-actions .secondary-btn:hover{background:#2b2b2b;transform:scale(1.02)}.filter-product .form-wrapper .form-actions .reset-btn{background-color:#ff5252;color:#fff}.filter-product .form-wrapper .form-actions .reset-btn:hover{background:#ff1f1f;transform:scale(1.02)}@media(max-width:768px){.filter-product .form-wrapper{padding:16px}.filter-product .form-wrapper .form-grid{gap:15px;grid-template-columns:1fr}.filter-product .form-wrapper .row{flex-direction:column;gap:10px}.filter-product .form-wrapper .form-actions .secondary-actions{flex-direction:row}}.filter-order{max-height:90vh;overflow-y:auto}.filter-order .form-wrapper{height:auto;padding:14px}.filter-order .form-wrapper h2{color:#fff;font-size:20px;text-align:center;text-transform:uppercase}.filter-order .form-wrapper .form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.filter-order .form-wrapper .form-grid .row label{color:#ccc;display:flex;flex-direction:column;font-size:15px}.filter-order .form-wrapper .form-grid .row input,.filter-order .form-wrapper .form-grid .row select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#222;border:1px solid #0000;border-radius:5px;box-shadow:inset 0 0 5px #8c52ff80;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:12px;transition:all .3s ease-in-out}.filter-order .form-wrapper .form-grid .row input:focus,.filter-order .form-wrapper .form-grid .row select:focus{border:1px solid #8c52ff;box-shadow:0 0 10px #8c52ffcc;outline:none}.filter-order .form-wrapper .form-grid .row input:hover,.filter-order .form-wrapper .form-grid .row select:hover{border-color:#8c52ff99}.filter-order .form-wrapper .form-grid .row input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1)}.filter-order .form-wrapper .form-actions{display:flex;flex-direction:column;gap:10px;margin-top:28px}.filter-order .form-wrapper .form-actions .full-width{width:100%}.filter-order .form-wrapper .form-actions .secondary-actions{display:flex;gap:10px;width:100%}.filter-order .form-wrapper .form-actions .secondary-actions button{flex:1 1}.filter-order .form-wrapper .form-actions .primary-btn,.filter-order .form-wrapper .form-actions .reset-btn,.filter-order .form-wrapper .form-actions .secondary-btn{border:none;border-radius:5px;cursor:pointer;font-size:15px;font-weight:600;padding:14px;text-align:center;transition:all .3s ease-in-out}.filter-order .form-wrapper .form-actions .primary-btn{background-color:#8c52ff;color:#fff}.filter-order .form-wrapper .form-actions .primary-btn:hover{background:#6a1fff;transform:scale(1.02)}.filter-order .form-wrapper .form-actions .secondary-btn{background-color:#444;color:#fff}.filter-order .form-wrapper .form-actions .secondary-btn:hover{background:#2b2b2b;transform:scale(1.02)}.filter-order .form-wrapper .form-actions .reset-btn{background-color:#ff5252;color:#fff}.filter-order .form-wrapper .form-actions .reset-btn:hover{background:#ff1f1f;transform:scale(1.02)}@media(max-width:768px){.filter-order .form-wrapper .form-actions .secondary-actions{flex-direction:row}.filter-order .form-wrapper{padding:16px}.filter-order .form-wrapper .form-grid{gap:15px;grid-template-columns:1fr}.filter-order .form-wrapper .form-actions,.filter-order .form-wrapper .row{flex-direction:column;gap:10px}.filter-order .form-wrapper .form-actions .secondary-actions{flex-direction:row}.filter-order .form-wrapper .form-actions button{width:100%}}.dashboard .dashboard-main{flex-grow:1}.dashboard .dashboard-main .page-header{align-items:center;background-color:#333;box-shadow:0 4px 10px #00000080;color:#fff;display:flex;height:54px;justify-content:space-around;left:0;position:fixed;right:0;top:0;z-index:7}.dashboard .dashboard-main .page-header .toggle-btn{cursor:pointer;left:20px;position:absolute}.dashboard .dashboard-main .page-header .toggle-btn:hover{color:#6a39c7}.dashboard .dashboard-main .page-header .site-name{cursor:pointer;font-size:22px}.dashboard .dashboard-main .dashboard-header{align-items:center;background-color:#222;box-shadow:0 4px 10px #00000080;color:#fff;display:flex;justify-content:space-between;left:0;padding:10px;position:fixed;right:0;top:54px;z-index:8}.dashboard .dashboard-main .dashboard-header h1{font-size:18px;left:50%;margin:0;position:absolute;transform:translateX(-50%)}@media(max-width:1100px){.dashboard .dashboard-main .dashboard-header h1{left:auto;margin-left:14px;position:relative;transform:none}}.dashboard .dashboard-main .dashboard-header .dashboard-actions{display:flex;gap:15px;margin-left:auto}.dashboard .dashboard-main .dashboard-header .dashboard-actions .action-btn{align-items:center;background:#8c52ff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:8px;padding:6px 12px;transition:background-color .3s ease,transform .2s ease}.dashboard .dashboard-main .dashboard-header .dashboard-actions .action-btn:hover{background:#6a1fff;transform:scale(1.05)}.dashboard .dashboard-main .content-box{background:#fff;border-radius:10px;height:calc(100vh - 150px);margin-top:110px;padding:0 20px}@media(max-width:768px){.dashboard .dashboard-main .dashboard-header{padding:8px}.dashboard .dashboard-main .dashboard-header h1{margin-left:8px}}.disclaimer-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.disclaimer-modal{background:#222;border:1px solid #8c52ff;border-radius:12px;box-shadow:0 0 20px #8c52ff80;max-width:500px;padding:2rem;text-align:center;width:80%}.disclaimer-modal h2{color:#fff;font-size:20px;margin-bottom:1.5rem;text-transform:uppercase}.disclaimer-modal p{color:#ccc;font-size:15px;line-height:1.6;margin-bottom:2rem}.disclaimer-modal .contact-note{color:#aaa;font-size:.85rem;margin:8px 0;text-align:center}.disclaimer-modal .contact-note a{color:#8c52ff;text-decoration:none;transition:color .2s}.disclaimer-modal .contact-note a:hover{color:#ae85ff;text-decoration:underline}.disclaimer-modal .primary-btn{background-color:#8c52ff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;max-width:200px;padding:14px;text-align:center;transition:all .3s ease-in-out;width:100%}.disclaimer-modal .primary-btn:hover{background:#6a1fff;box-shadow:0 0 15px #8c52ffcc;transform:scale(1.05)}@media(max-width:780px){.disclaimer-modal{padding:1.5rem}.disclaimer-modal h2{font-size:18px}.disclaimer-modal p{font-size:14px}.disclaimer-modal .primary-btn{font-size:14px;padding:12px}}
/*# sourceMappingURL=main.cc3dd8c3.css.map*/