@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Montserrat:wght@200..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow-x:hidden;margin:0;padding:0}body{margin:0;background:#fff;color:#000;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}html{scroll-behavior:smooth;scroll-snap-type:none}section{height:100%;scroll-snap-align:center}ul{list-style:none}li{list-style:none;text-decoration:none}a{text-decoration:none;transition:.5s;color:inherit}a:hover{transition:.5s}button,input,.Toastify__toast-container{font-family:Montserrat,sans-serif}[dir=rtl] .Toastify__toast-container .Toastify__toast{text-align:right;direction:rtl}[dir=rtl] .Toastify__toast-container .Toastify__close-button{left:8px;right:auto}@media(max-width:600px){.Toastify__toast-container{width:70%!important;left:20px!important;right:20px!important;margin-right:auto}.Toastify__toast{width:100%!important;padding:20px!important;font-size:14px!important;margin-bottom:15px!important}.Toastify__toast:not(:last-child){margin-bottom:15px!important}}@media(max-width:480px){.Toastify__toast-container{width:80%!important;top:20px!important;left:20px!important;right:20px!important;margin-right:auto;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.Toastify__toast{width:100%!important;padding:20px!important;font-size:13px!important;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:10px!important}.Toastify__toast:not(:last-child){margin-bottom:10px!important}}.app-loader-container{position:fixed;inset:0;background:#000;display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden;pointer-events:none;transition:opacity .8s ease,visibility .8s ease;opacity:0;visibility:hidden}.app-loader-container .logo{width:120px;opacity:0;transform:scale(.8);transition:opacity .5s ease .3s,transform .5s ease .3s;z-index:3}.app-loader-container.show{opacity:1;visibility:visible;pointer-events:auto}.app-loader-container.show .logo{opacity:1;transform:scale(1)}.app-loader-container.hide{opacity:0;visibility:hidden}.category-hero-section{margin-top:60px;display:flex;flex-direction:column;align-items:center}.category-hero-section .img-div{width:100%;height:250px;overflow:hidden;border-radius:10px;position:relative}.category-hero-section .img-div img{width:100%;height:100%;object-fit:cover;border-radius:10px}.category-hero-section .img-div .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;pointer-events:none;z-index:1}.category-hero-section .img-div .hero-content{flex:1;position:absolute;color:#fff;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px;z-index:2;padding:100px}.category-hero-section .img-div .hero-content .title{font-size:40px;font-weight:700}@media(max-width:600px){.category-hero-section .img-div{width:100%;height:100%}.category-hero-section .overlay{height:99%!important;border-radius:10px}}@media(max-width:500px){.category-hero-section{margin-top:120px}}.products-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;background:#fff;border-radius:10px}.products-section .category-grid{display:flex;flex-direction:row;gap:20px;overflow-x:scroll;overflow-y:hidden;text-align:center;max-width:100%}.products-section .category-grid::-webkit-scrollbar{display:none}.products-section .category-grid{scrollbar-width:none;-ms-overflow-style:none}.products-section .category-grid .category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:150px;height:150px;background:none;overflow:hidden;flex-shrink:0;box-sizing:border-box;cursor:pointer}.products-section .category-grid .category-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:.1;border-radius:20px;z-index:0}.products-section .category-grid .category-card>*{position:relative;z-index:1}.products-section .category-grid .category-card .img-div{width:90px;height:90px;overflow:hidden;border-radius:50%;cursor:pointer;background:#fff;opacity:1}.products-section .category-grid .category-card .img-div .category-image{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:.5s}.products-section .category-grid .category-card .img-div:hover img{transform:scale(1.1);transition:.5s}.products-section .category-grid .category-card .category-name{font-size:16px;font-weight:700}.products-section .head-div.menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:20px}.products-section .head-div.menu .product_views{display:flex;gap:10px}.products-section .head-div.menu .product_views svg{font-size:28px;cursor:pointer}.products-section .head-div.menu .product_views svg:hover{color:var(--primary-color)}.products-section .head-div.menu .product_views svg.active{color:var(--primary-color)}.products-section .product-grid-div{display:flex;flex-direction:column;gap:30px;width:100%}.products-section .product-grid-div .header-controls{gap:10px;display:flex;justify-content:space-between;align-items:center;background:#f8f8f9;padding:10px 20px;border-radius:10px}.products-section .product-grid-div .header-controls .product_views{display:flex;gap:10px}.products-section .product-grid-div .header-controls .product_views svg{font-size:30px;cursor:pointer}.products-section .product-grid-div .header-controls .product_views svg:hover{color:var(--primary-color)}.products-section .product-grid-div .header-controls svg.active{color:var(--primary-color)}.products-section .product-grid-div .header-controls .product_filters{display:flex;gap:50px}.products-section .product-grid-div .header-controls .product_filters .sort-show{display:flex;align-items:center;gap:10px}.products-section .product-grid-div .header-controls .product_filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.products-section .product-grid-div .header-controls .product_filters .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.products-section .product-grid-div .header-controls .product_filters .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.products-section .product-grid-div .header-controls .product_filters select{border:none;background:transparent;font-size:16px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.products-section .product-grid-div .product-grid-zero{margin-top:30px;padding-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.products-section .product-grid-div .product-grid-zero svg{font-size:80px;color:var(--primary-color)}.products-section .product-grid-div .product-grid-zero .reset-btn{appearance:none;border:none;background:none;font-size:16px;text-decoration:underline;color:var(--primary-color);cursor:pointer}.products-section .product-grid-div .product-grid-zero .reset-btn:hover{color:#000}.products-section .product-grid-div .product-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.products-section .product-grid-div .product-grid .product-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px #00000014;transition:all .3s ease}.products-section .product-grid-div .product-grid .product-card .img-div{position:relative;width:100%;height:200px;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer}.products-section .product-grid-div .product-grid .product-card .img-div .product-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px;transition:.5s}.products-section .product-grid-div .product-grid .product-card .img-div .cart-div{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background:#f8f8f9;color:#000;padding:5px;border-radius:5px;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 10px #00000026}.products-section .product-grid-div .product-grid .product-card .img-div .cart-div .cart-icon{font-size:20px;transition:.3s}.products-section .product-grid-div .product-grid .product-card .img-div .cart-div .cart-icon:hover{color:var(--primary-color);transition:.3s}.products-section .product-grid-div .product-grid .product-card .product-details{position:relative;display:flex;flex-direction:column;gap:10px;text-align:left;padding:15px}.products-section .product-grid-div .product-grid .product-card .product-details .product-name-category-div{display:flex;flex-direction:column;gap:4px}.products-section .product-grid-div .product-grid .product-card .product-details .product-name-wrapper{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.4;width:100%}.products-section .product-grid-div .product-grid .product-card .product-details .product-name{font-size:18px;font-weight:700;margin:0;display:inline;flex-shrink:1}.products-section .product-grid-div .product-grid .product-card .product-details .default-size-badge-inline{font-size:11px;font-weight:600;color:var(--primary-color);background:#ff98001a;padding:2px 8px;border-radius:12px;white-space:nowrap;flex-shrink:0;margin-bottom:2px}.products-section .product-grid-div .product-grid .product-card .product-details .product-category{font-weight:500}.products-section .product-grid-div .product-grid .product-card .product-details .product-description{font-size:10px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:10px;font-size:14px;font-weight:700;flex-wrap:wrap}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .product-price.strike{text-decoration:line-through;color:red;font-size:12px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .default-size-badge{font-size:11px;font-weight:600;color:var(--primary-color);background:#ff98001a;padding:2px 8px;border-radius:12px;margin-left:4px}.products-section .product-grid-div .product-grid .product-card .offer-percentage-div{position:absolute;display:flex;justify-content:center;align-items:center;top:14px;left:-30px;background:red;color:#fff;font-size:10px;font-weight:600;transition:.3s;padding:2px 10px;border-top-right-radius:20px;border-bottom-right-radius:20px;transform:rotate(310deg);width:100px}.products-section .product-grid-div .product-grid .product-card:hover img{transform:scale(1.1);transition:.5s}.products-section .product-grid-div .product-grid .product-card:hover{box-shadow:0 8px 20px #00000026}.products-section .product-grid-div .product-grid-style-2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;height:100%}.products-section .product-grid-div .product-grid-style-2 .product-card{position:relative;display:flex;flex-direction:row;justify-content:space-between;background:#fff;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px #00000014;transition:all .3s ease;height:110px}.products-section .product-grid-div .product-grid-style-2 .product-card .img-div{position:relative;width:35%;height:130px;overflow:hidden;border-top-left-radius:10px;border-bottom-left-radius:10px;cursor:pointer}.products-section .product-grid-div .product-grid-style-2 .product-card .img-div .product-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.5s}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;text-align:left;padding:15px;border:1px solid #dcdcdc;border-top-right-radius:10px;border-bottom-right-radius:10px;height:110px;width:65%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background:#f8f8f9;color:#000;padding:5px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div .cart-icon{font-size:18px;transition:.3s}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div .cart-icon:hover{color:var(--primary-color);transition:.3s}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div:hover{box-shadow:0 0 10px #00000026}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name-category-div{display:flex;flex-direction:column;gap:4px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name-wrapper{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.4;padding-right:30px;width:100%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{font-size:16px;font-weight:700;margin:0;display:inline;flex-shrink:1}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .default-size-badge-inline{font-size:10px;font-weight:600;color:var(--primary-color);background:#ff98001a;padding:2px 6px;border-radius:10px;white-space:nowrap;flex-shrink:0;margin-bottom:2px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-category{font-size:12px;color:#666;font-weight:700}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-description{font-size:10px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:5px;font-size:14px;font-weight:700;flex-wrap:wrap}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .product-price.strike{text-decoration:line-through;color:red;font-size:10px;margin-bottom:1px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .default-size-badge{font-size:10px;font-weight:600;color:var(--primary-color);background:#ff98001a;padding:2px 6px;border-radius:10px;margin-left:4px}.products-section .product-grid-div .product-grid-style-2 .product-card .offer-percentage-div{position:absolute;display:flex;justify-content:center;align-items:center;top:9px;left:-35px;background:red;color:#fff;font-size:8px;font-weight:600;transition:.3s;padding:2px 10px;border-top-right-radius:20px;border-bottom-right-radius:20px;transform:rotate(310deg);width:100px}.products-section .product-grid-div .product-grid-style-2 .product-card:hover img{transform:scale(1.1);transition:.3s}.products-section .product-grid-div .product-grid-style-2 .product-card:hover{box-shadow:0 8px 20px #00000026}.products-section .product-grid-div .footer-controls{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#f8f8f9;padding:10px 20px;border-radius:10px}.products-section .product-grid-div .footer-controls .footer-pagination{display:flex;gap:10px;margin-bottom:10px}.products-section .product-grid-div .footer-controls .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.products-section .product-grid-div .footer-controls .footer-pagination .page-number.active{background-color:#470531;color:#fff}.products-section .product-grid-div .footer-controls .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px;margin-top:10px}.products-section .product-grid-div .footer-controls .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.products-section .product-grid-div .footer-controls .footer-pagination span.disabled{opacity:.5;pointer-events:none}.products-section .product-grid-div .footer-controls .footer-pagination span:disabled{cursor:not-allowed}.products-section .loading-div,.products-section .no-categories-div,.products-section .no-products-div{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;margin:20px auto}.products-section .loading-div svg,.products-section .no-categories-div svg,.products-section .no-products-div svg{font-size:50px;color:var(--primary-color)}.products-section .no-products-div{margin-top:50px;margin-bottom:50px}.products-section.ar .product-grid-div{display:flex;flex-direction:column;gap:30px;width:100%}.products-section.ar .product-grid-div .product-grid .product-card .img-div .cart-div{left:5px;right:auto}.products-section.ar .product-grid-div .product-grid .product-card .product-details{text-align:right}.products-section.ar .product-grid-div .product-grid .product-card .offer-percentage-div{right:-30px;transform:rotate(-310deg)}.products-section.ar .product-grid-div .product-grid-style-2 .product-card,.products-section.ar .product-grid-div .product-grid-style-2 .product-card .product-details{text-align:right}.products-section.ar .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{padding-right:0;padding-left:30px}.products-section.ar .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div{top:5px;left:5px;right:auto}.products-section.ar .product-grid-div .product-grid-style-2 .product-card .offer-percentage-div{top:9px;right:-35px;left:auto;transform:rotate(-310deg)}@media(max-width:1050px){.products-section .product-grid-div .product-grid-style-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.products-section .product-grid-div .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.products-section .product-grid-div .product-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.products-section .product-grid-div .product-grid .product-card .img-div{height:160px}.products-section .product-grid-div .product-grid .product-card .product-details{height:auto;justify-content:flex-end}.products-section .product-grid-div .product-grid .product-card .product-details .product-name{font-size:16px}.products-section .product-grid-div .product-grid .product-card .product-details .product-category{font-size:13px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div{font-size:15px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .product-price.strike{font-size:11px}.products-section .product-grid-div .product-grid-style-2{gap:20px;grid-template-columns:repeat(1,1fr)}.products-section .product-grid-div .product-grid-style-2 .product-card,.products-section .product-grid-div .product-grid-style-2 .product-card .img-div,.products-section .product-grid-div .product-grid-style-2 .product-card .product-details{height:200px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{font-size:18px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-category{font-size:16px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-description{font-size:14px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div{font-size:18px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .product-price.strike{font-size:14px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div{top:10px;right:10px}}@media(max-width:550px){.products-section .product-grid-div .header-controls{flex-direction:column-reverse;align-items:center;gap:10px}.products-section .product-grid-div .header-controls .product_views{justify-content:space-between;width:100%}.products-section .product-grid-div .header-controls .product_filters{justify-content:space-between;width:100%;gap:20px}.products-section.margin-bottom{margin-bottom:80px}}@media(max-width:500px){.products-section .category-grid{width:100%;height:100%;gap:10px}.products-section .category-grid .category-card{width:120px;height:120px;padding:10px;gap:10px}.products-section .category-grid .category-card .img-div{width:60px;height:60px}.products-section .category-grid .category-card .category-name{font-size:12px;text-align:center}.products-section .product-grid-div .product-grid{gap:15px}.products-section .product-grid-div .product-grid .product-card .img-div{height:150px}.products-section .product-grid-div .product-grid .product-card .product-details{height:auto;gap:5px}.products-section .product-grid-div .product-grid .product-card .product-details .product-name{font-size:15px}.products-section .product-grid-div .product-grid .product-card .product-details .product-category{font-size:12px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div{font-size:14px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .product-price.strike{font-size:11px}.products-section .product-grid-div .product-grid-style-2{gap:15px}.products-section .product-grid-div .product-grid-style-2 .product-card{height:160px}.products-section .product-grid-div .product-grid-style-2 .product-card .img-div{height:160px;width:40%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details{height:160px;width:60%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{font-size:16px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-category{font-size:12px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-description{font-size:10px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div{font-size:14px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .product-price.strike{font-size:10px}}.shop-section{display:block}.shop-section .shop-category-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.shop-section .shop-category-section .head-div p{margin-top:10px}.shop-section .shop-category-section .category-grid{margin-top:50px;display:flex;flex-direction:row;gap:20px;overflow-x:scroll;overflow-y:hidden;max-width:100%}.shop-section .shop-category-section .category-grid::-webkit-scrollbar{display:none}.shop-section .shop-category-section .category-grid{scrollbar-width:none;-ms-overflow-style:none}.shop-section .shop-category-section .category-grid .category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;width:150px;height:150px;background:#eff0f5;border-radius:20px}.shop-section .shop-category-section .category-grid .category-card .img-div{width:100px;height:100px;overflow:hidden;border-radius:50%;cursor:pointer;background:#fff}.shop-section .shop-category-section .category-grid .category-card .img-div .category-image{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:.5s}.shop-section .shop-category-section .category-grid .category-card .img-div:hover img{transform:scale(1.1);transition:.5s}.shop-section .shop-category-section .category-grid .category-card .category-name{font-size:16px;text-align:center}.shop-section .shop-category-section .loading-div,.shop-section .shop-category-section .no-categories-div{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;margin:20px auto}.shop-section .shop-category-section .loading-div svg,.shop-section .shop-category-section .no-categories-div svg{font-size:50px;color:#eb3424}.shop-section.no-margin-top{margin-top:-100px}@media(max-width:600px){.shop-section .shop-category-section .category-grid{margin-top:30px}}@media(max-width:500px){.shop-section .shop-category-section .category-grid .category-card{width:100px;height:100%;padding:10px}.shop-section .shop-category-section .category-grid .category-card .img-div{width:60px;height:60px}.shop-section .shop-category-section .category-grid .category-card .category-name{font-size:12px;text-align:center}.shop-section.no-margin-top{margin-top:-60px}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;inset:0 .5em 0 auto;padding:1em 0}.product-details-section{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}.product-details-section .img-div{width:50%;height:600px}.product-details-section .img-div img{width:100%;height:100%;object-fit:cover}.product-details-section .product-details-div{width:50%;display:flex;flex-direction:column;gap:10px}.product-details-section .product-details-div .product-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.product-details-section .product-details-div .product-name{font-size:30px;margin-bottom:10px}.product-details-section .product-details-div .rating-div{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:10px}.product-details-section .product-details-div .rating-div .rating-value{font-size:15px}.product-details-section .product-details-div .rating-div .rating{margin-top:-3px;display:inline-block}.product-details-section .product-details-div .rating-div .rating .star{color:var(--primary-color);font-size:15px}.product-details-section .product-details-div .discount-tag{display:inline-block;background:var(--primary-color);color:#fff;padding:6px 12px;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:20px;margin-bottom:15px;box-shadow:0 2px 4px #0000001a}.product-details-section .product-details-div .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:10px;font-size:20px;margin-bottom:10px}.product-details-section .product-details-div .price-div .product-price.strike{text-decoration:line-through;color:#eb3424;font-size:16px;margin-bottom:2px}.product-details-section .product-details-div .price-div .sale-offer{margin-bottom:3px;background:var(--primary-color);padding:2px 10px;color:#fff;font-size:10px;text-transform:uppercase;border-radius:5px}.product-details-section .product-details-div .stock-available-div{margin-bottom:10px}.product-details-section .product-details-div .stock-available-div .stock-available{display:flex;justify-content:center;align-items:center;color:green;gap:5px}.product-details-section .product-details-div .stock-available-div .no-stock{display:flex;justify-content:center;align-items:center;color:red;gap:5px}.product-details-section .product-details-div .stock-available-div span{margin-bottom:3px}.product-details-section .product-details-div .size-selection-section{width:100%;margin:10px 0 0;background:#fff8e1;border-radius:12px 12px 0 0;padding:16px 20px;border:1px solid #f5e6a3}.product-details-section .product-details-div .size-selection-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-details-section .product-details-div .size-selection-section .section-header .section-title{font-size:16px;font-weight:700;color:#333;margin:0}.product-details-section .product-details-div .size-selection-section .section-header .required-badge{display:flex;align-items:center;gap:6px;color:#ff9800}.product-details-section .product-details-div .size-selection-section .section-header .required-badge .required-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ff9800;color:#fff;font-size:12px;font-weight:700}.product-details-section .product-details-div .size-selection-section .section-header .required-badge .required-text{font-size:13px;font-weight:500;color:#ff9800}.product-details-section .product-details-div .size-selection-section .section-subtitle{font-size:13px;color:#666;margin:0 0 12px}.product-details-section .product-details-div .size-selection-section .size-options-list{display:flex;flex-direction:column;gap:12px}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05)}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item:last-child{border-bottom:none}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item.disabled{opacity:.5;cursor:not-allowed}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left{display:flex;align-items:center;gap:10px;flex:1}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .size-name{font-size:15px;font-weight:500;color:#333}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .popular-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;background:transparent}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .popular-badge .popular-icon{font-size:14px}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .popular-badge .popular-text{font-size:12px;font-weight:500;color:#ff9800}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-price-wrapper{display:flex;align-items:center;gap:8px}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-offer-price{font-size:14px;font-weight:600;color:var(--primary-color)}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-price{font-size:14px;font-weight:500;color:#333}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item .size-option-content .size-price.strike{text-decoration:line-through;color:#999;font-size:12px}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color);margin-left:12px;flex-shrink:0;appearance:none;border:2px solid #ccc;border-radius:50%;position:relative}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item input[type=radio]:checked{border-color:var(--primary-color)}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--primary-color)}.product-details-section .product-details-div .size-selection-section .size-options-list .size-option-item.selected .size-option-content .size-name{font-weight:600;color:var(--primary-color)}.product-details-section .product-details-div .addons-selection-section{width:100%;background:#fff;padding:16px 20px;border:1px solid #e9ecef;border-top:none}.product-details-section .product-details-div .addons-selection-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.product-details-section .product-details-div .addons-selection-section .section-header .section-title{font-size:16px;font-weight:700;color:#333;margin:0}.product-details-section .product-details-div .addons-selection-section .section-header .optional-badge .optional-text{font-size:13px;font-weight:500;color:#999}.product-details-section .product-details-div .addons-selection-section .addons-options-list{display:flex;flex-direction:column;gap:12px}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05)}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item:last-child{border-bottom:none}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item.disabled{opacity:.5;cursor:not-allowed}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item .addon-option-content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item .addon-option-content .addon-name{font-size:15px;font-weight:500;color:#333}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item .addon-option-content .addon-price{font-size:14px;font-weight:500;color:#333}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color);margin-left:12px;flex-shrink:0;appearance:none;border:2px solid #ccc;border-radius:4px;position:relative}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item input[type=checkbox]:checked{border-color:var(--primary-color);background:var(--primary-color)}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.product-details-section .product-details-div .addons-selection-section .addons-options-list .addon-option-item.selected .addon-option-content .addon-name{font-weight:600;color:var(--primary-color)}.product-details-section .product-details-div .calculated-price-div{width:100%;margin:0 0 20px;background:#fff;border-radius:0 0 12px 12px;padding:16px 20px;border:1px solid #e9ecef;border-top:none;display:flex;justify-content:space-between;align-items:center}.product-details-section .product-details-div .calculated-price-div.no-addons{border-top:1px solid #e9ecef;background:#fff}.product-details-section .product-details-div .calculated-price-div .price-label{font-size:16px;font-weight:700;color:#333}.product-details-section .product-details-div .calculated-price-div .calculated-price{font-size:18px;font-weight:700;color:var(--primary-color)}.product-details-section .product-details-div .add-to-cart-div{margin-bottom:10px;display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.product-details-section .product-details-div .add-to-cart-div .qty-div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2px 10px;gap:10px;width:150px;background:var(--primary-color);color:#fff;border:2px solid var(--primary-color);border-radius:10px;transition:.5s}.product-details-section .product-details-div .add-to-cart-div .qty-div svg{cursor:pointer;margin-top:5px}.product-details-section .product-details-div .add-to-cart-div .qty-div:hover{background:transparent;color:var(--primary-color)}.product-details-section .product-details-div .add-to-cart-div .add-to-cart{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;border:2px solid var(--primary-color);padding:5px 10px;border-radius:10px;transition:.5s;cursor:pointer}.product-details-section .product-details-div .add-to-cart-div .add-to-cart:hover{background:var(--primary-color);color:#fff;transition:.5s}.product-details-section .product-details-div .add-to-cart-div .share-div{display:flex;justify-content:center;align-items:center;background:var(--primary-color);color:#fff;padding:5px;border-radius:7px;border:2px solid var(--primary-color);box-shadow:0 0 10px #00000026;cursor:pointer}.product-details-section .product-details-div .add-to-cart-div .share-div .share-icon{font-size:20px;transition:.3s}.product-details-section .product-details-div .add-to-cart-div .share-div:hover{background:#fff;color:var(--primary-color);transition:.3s}.product-details-section .product-details-div .hr{margin-bottom:10px;width:100%;background:var(--primary-color);height:.5px;border:none}.product-details-section .product-details-div .promo-card{display:flex;background:#f9f9f9;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000000d;height:200px;width:100%;position:relative}.product-details-section .product-details-div .promo-card .promo-bg{width:100%;height:100%;object-fit:cover;background-position:center;background-size:cover}.product-details-section .product-details-div .promo-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;pointer-events:none;z-index:1}.product-details-section .product-details-div .promo-card .promo-content{flex:1;position:absolute;color:#fff;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:left;text-align:left;gap:10px;z-index:2;padding:30px}.product-details-section .product-details-div .promo-card .promo-content .promo-tag{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--primary-color);color:#fff;font-size:10px;padding:4px 10px;border-radius:6px;font-weight:600;width:100px}.product-details-section .product-details-div .promo-card .promo-content .promo-title{font-size:20px;font-weight:700}.product-details-section .product-details-div .promo-card .promo-content .promo-subtitle{font-size:14px;color:#fff;margin-top:-10px}.product-details-section .product-details-div .promo-card .promo-content .promo-button{display:flex;justify-content:center;align-items:center;padding:4px 10px;border:none;background:transparent;color:#fff;border:2px solid white;border-radius:8px;cursor:pointer;gap:8px;font-size:14px;transition:all .3s ease;width:120px}.product-details-section .product-details-div .promo-card .promo-content .promo-button svg{transition:transform .3s;font-size:15px;margin-top:3px}.product-details-section .product-details-div .promo-card .promo-content .promo-button:hover{background:#fff;color:#000;border:2px solid white}.product-details-section .product-details-div .promo-card .promo-content .promo-button:hover svg{transform:translate(3px)}.product-details-section .product-details-div .promo-card .promo-image{flex:1}.product-details-section .product-details-div .promo-card .promo-image img{width:100%;height:auto;border-radius:10px;object-fit:cover}@media(max-width:1000px){.product-details-section .img-div{height:400px}}@media(max-width:768px){.product-details-section{flex-direction:column}.product-details-section .img-div,.product-details-section .product-details-div{width:100%}}@media(max-width:600px){.product-details-section .product-details-div .product-name{font-size:25px}.product-details-section .product-details-div .product-category{font-size:18px}.product-details-section .product-details-div .rating-div .rating-value{font-size:14px}.product-details-section .product-details-div .rating-div .rating .star{font-size:12px}.product-details-section .product-details-div .price-div{font-size:16px}.product-details-section .product-details-div .price-div .product-price.strike{font-size:12px;margin-bottom:1px}.product-details-section .product-details-div .price-div .sale-offer{margin-bottom:0}}.filtered-products-section{display:block;border-radius:10px}.filtered-products-section .head-div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.filtered-products-section .product-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;height:100%}.filtered-products-section .product-grid .product-card{position:relative;display:flex;flex-direction:row;justify-content:space-between;background:#fff;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px #00000014;transition:all .3s ease;height:130px}.filtered-products-section .product-grid .product-card .img-div{position:relative;width:35%;height:130px;overflow:hidden;border-top-left-radius:10px;border-bottom-left-radius:10px;cursor:pointer}.filtered-products-section .product-grid .product-card .img-div .product-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.5s}.filtered-products-section .product-grid .product-card .product-details{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;text-align:left;padding:15px;border:1px solid #dcdcdc;border-top-right-radius:10px;border-bottom-right-radius:10px;height:130px;width:65%}.filtered-products-section .product-grid .product-card .product-details .cart-div{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background:#f8f8f9;color:#000;padding:5px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.filtered-products-section .product-grid .product-card .product-details .cart-div .cart-icon{font-size:18px;transition:.3s}.filtered-products-section .product-grid .product-card .product-details .cart-div .cart-icon:hover{color:var(--primary-color);transition:.3s}.filtered-products-section .product-grid .product-card .product-details .cart-div:hover{box-shadow:0 0 10px #00000026}.filtered-products-section .product-grid .product-card .product-details .product-name-category-div{display:flex;flex-direction:column;gap:4px}.filtered-products-section .product-grid .product-card .product-details .product-name-wrapper{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.4;padding-right:30px;width:100%}.filtered-products-section .product-grid .product-card .product-details .product-name{font-size:16px;font-weight:700;margin:0;display:inline;flex-shrink:1}.filtered-products-section .product-grid .product-card .product-details .default-size-badge-inline{font-size:10px;font-weight:600;color:var(--primary-color);background:#ff98001a;padding:2px 6px;border-radius:10px;white-space:nowrap;flex-shrink:0}.filtered-products-section .product-grid .product-card .product-details .product-category{font-size:12px;color:#666;font-weight:700}.filtered-products-section .product-grid .product-card .product-details .product-description{font-size:10px}.filtered-products-section .product-grid .product-card .product-details .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:5px;font-size:14px;font-weight:700;flex-wrap:wrap}.filtered-products-section .product-grid .product-card .product-details .price-div .product-price.strike{text-decoration:line-through;color:var(--primary-color);font-size:10px;margin-bottom:1px}.filtered-products-section .product-grid .product-card .product-details .price-div .default-size-badge{font-size:10px;font-weight:600;color:var(--primary-color);background:#ff98001a;padding:2px 6px;border-radius:10px;margin-left:4px}.filtered-products-section .product-grid .product-card .offer-percentage-div{position:absolute;display:flex;justify-content:center;align-items:center;top:9px;left:-35px;background:#eb3424;color:#fff;font-size:8px;font-weight:600;transition:.3s;padding:2px 10px;border-top-right-radius:20px;border-bottom-right-radius:20px;transform:rotate(310deg);width:100px}.filtered-products-section .product-grid .product-card:hover img{transform:scale(1.1);transition:.3s}.filtered-products-section .product-grid .product-card:hover{box-shadow:0 8px 20px #00000026}.filtered-products-section .no-products-found{margin-top:30px;padding-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.filtered-products-section .no-products-found svg{font-size:80px;color:var(--primary-color)}.filtered-products-section .no-products-found h1{font-size:20px;text-align:center}.filtered-products-section .loading-div,.filtered-products-section .no-products-div{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;margin:50px auto}.filtered-products-section .loading-div svg,.filtered-products-section .no-products-div svg{font-size:50px;color:var(--primary-color)}.filtered-products-section.ar .product-grid .product-card .product-details{text-align:right}.filtered-products-section.ar .product-grid .product-card .product-details .product-name{padding-right:0;padding-left:30px}.filtered-products-section.ar .product-grid .product-card .product-details .cart-div{top:5px;left:5px;right:auto}.filtered-products-section.ar .product-grid .product-card .offer-percentage-div{right:-35px;left:auto;transform:rotate(-310deg)}@media(max-width:1050px){.filtered-products-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.filtered-products-section .product-grid{gap:20px;grid-template-columns:repeat(1,1fr)}.filtered-products-section .product-grid .product-card,.filtered-products-section .product-grid .product-card .img-div,.filtered-products-section .product-grid .product-card .product-details{height:200px}.filtered-products-section .product-grid .product-card .product-details .product-name{font-size:18px}.filtered-products-section .product-grid .product-card .product-details .product-category{font-size:16px}.filtered-products-section .product-grid .product-card .product-details .product-description{font-size:14px}.filtered-products-section .product-grid .product-card .product-details .price-div{font-size:18px}.filtered-products-section .product-grid .product-card .product-details .price-div .product-price.strike{font-size:14px}.filtered-products-section .product-grid .product-card .product-details .cart-div{top:10px;right:10px}}@media(max-width:500px){.filtered-products-section .product-grid{gap:15px}.filtered-products-section .product-grid .product-card,.filtered-products-section .product-grid .product-card .img-div,.filtered-products-section .product-grid .product-card .product-details{height:140px}.filtered-products-section .product-grid .product-card .product-details .product-name{font-size:16px}.filtered-products-section .product-grid .product-card .product-details .product-category{font-size:12px}.filtered-products-section .product-grid .product-card .product-details .product-description{font-size:10px}.filtered-products-section .product-grid .product-card .product-details .price-div{font-size:14px}.filtered-products-section .product-grid .product-card .product-details .price-div .product-price.strike{font-size:10px}}.customer-home-dashboard-container{position:relative;margin-top:185px;display:flex;flex-direction:row;justify-content:center;gap:30px;padding:0 50px}.customer-home-dashboard-container .dashboard-navigation-div{display:flex;flex-direction:column;align-items:center;gap:30px;width:300px;height:100%}.customer-home-dashboard-container .dashboard-navigation-div .profile-div{background:#fff;padding:30px;border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:20px;width:100%}.customer-home-dashboard-container .dashboard-navigation-div .profile-div .profile-image-div{width:50px;height:50px}.customer-home-dashboard-container .dashboard-navigation-div .profile-div .profile-image-div img{width:100%;height:100%;border-radius:50%;object-fit:cover}.customer-home-dashboard-container .dashboard-navigation-div .profile-div .profile-details{display:flex;flex-direction:column;align-items:flex-start}.customer-home-dashboard-container .dashboard-navigation-div .profile-div .profile-details .profile-name{font-size:16px}.customer-home-dashboard-container .dashboard-navigation-div .profile-div .profile-details .profile-email{font-size:14px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section{height:100%;width:100%;background:#fff;padding:30px 0;border-radius:10px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .heading{padding:0 30px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .heading .main-heading{font-size:20px;letter-spacing:1px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .heading .hr-1{width:2px;height:15px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .heading .hr-2{width:15px;height:2px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .heading .second-heading{font-size:12px;letter-spacing:1px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .dashboard-hr{margin-top:20px;border:.5px solid #e0e0e0;width:100%;height:1px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .menubar-ul{margin-top:10px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .menubar-ul .menubar-li{display:flex;flex-direction:column;padding:10px 30px;border-left:3px solid white;cursor:pointer;transition:.5s}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .menubar-ul .menubar-li.active{font-weight:600;border-left:3px solid #470531;transition:.5s}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .menubar-ul .menubar-li:hover{background:#eaeaea;border-left:3px solid #470531;transition:.5s}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .menubar-ul .dropdown-ul{padding-left:10px}.customer-home-dashboard-container .dashboard-navigation-div .navigation-section .menubar-ul .dropdown-ul .dropdown-li{display:flex;flex-direction:column;padding:10px 30px;cursor:pointer}.customer-home-dashboard-container .dashboard-navigation-div .logout-div{height:100%;width:100%;background:#fff;padding:30px;border-radius:10px;display:flex;justify-content:flex-start;align-items:center;text-align:left;gap:10px;cursor:pointer}.customer-home-dashboard-container .dashboard-navigation-div .logout-div svg{font-size:25px;transition:transform .2s ease}.customer-home-dashboard-container .dashboard-navigation-div .logout-div p{transition:transform .2s ease}.customer-home-dashboard-container .dashboard-navigation-div .logout-div:hover svg,.customer-home-dashboard-container .dashboard-navigation-div .logout-div:hover p{transform:translate(4px)}.customer-home-dashboard-container .dashboard-menu-section{width:100%}@media(max-width:950px){.dashboardhome-container{margin-top:50px;flex-direction:column}.dashboardhome-container .navigation-section,.dashboardhome-container .dashboardhome-section{width:100%}}.customer-order-div{display:block}.customer-order-div .order-heading{display:flex;flex-direction:row;background:#fff;padding:25px;border-radius:10px;justify-content:space-between}.customer-order-div .order-heading .filter-div{display:flex;gap:50px}.customer-order-div .order-heading .filter-div .sort-show{display:flex;align-items:center;gap:10px}.customer-order-div .order-heading .filter-div .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.customer-order-div .order-heading .filter-div .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.customer-order-div .order-heading .filter-div .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.customer-order-div .order-heading .filter-div select{border:none;background:transparent;font-size:16px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.customer-order-div .customer-order-grid{margin-top:30px;display:flex;flex-direction:column;gap:30px}.customer-order-div .customer-order-grid .customer-order-card{display:flex;flex-direction:column;gap:30px;background:#fff;padding:30px;border-radius:10px}.customer-order-div .customer-order-grid .customer-order-card .cancel-order-price-div{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.customer-order-div .customer-order-grid .customer-order-card .cancel-order-price-div .cancel-order{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 20px;gap:10px;color:#fff;border-radius:10px;transition:.5s;cursor:pointer}.customer-order-div .customer-order-grid .customer-order-card .cancel-order-price-div .cancel-order:hover,.customer-order-div .customer-order-grid .customer-order-card .cancel-order-price-div .cancel-order.cancel{background:transparent;color:#470531}.customer-order-div .customer-order-grid .customer-order-card .cancel-order-price-div .cancel-order.cancel{cursor:not-allowed}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid{display:flex;flex-direction:column;gap:30px}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card{display:flex;flex-direction:row;gap:20px;justify-content:flex-start}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .img-div{height:150px;width:150px}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .img-div img{height:100%;width:100%;object-fit:cover}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:end;margin-bottom:20px}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name-div{justify-content:flex-end;align-items:flex-end}.customer-order-div .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .price-qty-div{align-items:flex-end;text-align:right}.customer-order-div .empty-customer-order-grid{margin-top:50px;background:#fff;padding:30px;border-radius:10px}.customer-order-div .empty-customer-order-grid .goto-link{appearance:none;border:none;background:none;font-size:16px;text-decoration:underline;cursor:pointer}.customer-order-div .empty-customer-order-grid .goto-link:hover{color:#470531}.confirm-toast-container{position:fixed;top:20px;right:20px;z-index:9999;animation:slideIn .4s cubic-bezier(.34,1.56,.64,1) forwards}.confirm-toast-container.exit{animation:slideOut .3s ease-in forwards}.confirm-toast-container .close-icon{position:absolute;top:12px;right:12px;color:#666;cursor:pointer;font-size:18px;transition:all .2s ease;z-index:10}.confirm-toast-container .close-icon:hover{color:#333;transform:scale(1.1)}.confirm-toast-container .confirm-toast{background:linear-gradient(135deg,#fff,#f8f9fa);padding:24px 28px;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;font-family:Montserrat,sans-serif;color:#2c3e50;display:flex;flex-direction:column;align-items:center;width:320px;position:relative;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.confirm-toast-container .message{font-size:16px;font-weight:600;margin-bottom:20px;text-align:center;line-height:1.5;color:#2c3e50}.confirm-toast-container .buttons{display:flex;gap:16px;width:100%;justify-content:center}.confirm-toast-container .yes-btn,.confirm-toast-container .no-btn{padding:12px 24px;border-radius:12px;font-family:Montserrat,sans-serif;cursor:pointer;font-size:14px;font-weight:600;border:none;transition:all .3s ease;width:120px;height:48px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px}.confirm-toast-container .yes-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d;border:2px solid #10b981}.confirm-toast-container .yes-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:transparent;color:#10b981;border:2px solid #10b981}.confirm-toast-container .yes-btn:active{transform:translateY(0)}.confirm-toast-container .no-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;color:#fff;box-shadow:0 4px 15px #ef44444d}.confirm-toast-container .no-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:transparent;color:#ef4444;border:2px solid #ef4444}.confirm-toast-container .no-btn:active{transform:translateY(0)}.confirm-toast-container .bottom-line.progress-bar{width:100%;height:4px;background:linear-gradient(90deg,#10b981,#059669);position:absolute;bottom:0;left:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;animation:shrinkBar 5s linear forwards}.confirm-toast-container .bottom-line2.progress-bar2{width:100%;height:4px;background:linear-gradient(90deg,#10b981,#059669);position:absolute;bottom:0;left:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;animation:shrinkBar 3s linear forwards}@keyframes slideIn{0%{transform:translate(150%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(150%);opacity:0}}@keyframes shrinkBar{0%{width:100%}to{width:0%}}@media(max-width:600px){.message{font-size:14px}.yes-btn,.no-btn{padding:6px 14px;border-radius:8px;font-family:Montserrat,sans-serif;cursor:pointer;font-size:12px}}.cart-details-section{display:block}.cart-details-section .head-div{display:flex;flex-direction:row;background:#fff;padding:26px;border-radius:10px;justify-content:space-between;align-items:center}.cart-details-section .head-div .head{display:flex;flex-direction:column}.cart-details-section .cart-details-div{margin-top:30px;display:flex;flex-direction:column;gap:30px;width:100%}.cart-details-section .cart-details-div .lineItem-card{position:relative;background:#fff;padding:30px;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-details-section .cart-details-div .lineItem-card .lineitem-details-div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px}.cart-details-section .cart-details-div .lineItem-card .lineitem-details-div .img-div{height:150px;width:150px}.cart-details-section .cart-details-div .lineItem-card .lineitem-details-div .img-div img{height:100%;width:100%;object-fit:cover}.cart-details-section .cart-details-div .lineItem-card .lineitem-details-div .lineitem-details .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:10px;font-size:18px}.cart-details-section .cart-details-div .lineItem-card .lineitem-details-div .lineitem-details .price-div .product-price.strike{text-decoration:line-through;color:#eb3424;font-size:14px;margin-bottom:2px}.cart-details-section .cart-details-div .lineItem-card .price-qty-div{display:flex;flex-direction:column;align-items:center;gap:20px}.cart-details-section .cart-details-div .lineItem-card .price-qty-div .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:10px;font-size:20px}.cart-details-section .cart-details-div .lineItem-card .price-qty-div .price-div .product-price.strike{text-decoration:line-through;color:#eb3424;font-size:16px;margin-bottom:2px}.cart-details-section .cart-details-div .lineItem-card .price-qty-div .qty-div{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px 10px;gap:10px;width:100px;background:#470531;color:#fff;border:2px solid #470531;border-radius:10px;transition:.5s}.cart-details-section .cart-details-div .lineItem-card .price-qty-div .qty-div svg{cursor:pointer}.cart-details-section .cart-details-div .lineItem-card .price-qty-div .qty-div:hover{background:transparent;color:#470531}.cart-details-section .cart-details-div .lineItem-card .remove-item{position:absolute;top:-4px;right:-4px;background:#470531;border:1px solid #470531;color:#fff;border-radius:50%;padding:1px;cursor:pointer;transition:.3s}.cart-details-section .cart-details-div .lineItem-card .remove-item:hover{transform:scale(1.1);transition:.3s;background:#fff!important;color:#470531;border:1px solid #470531}.cart-details-section .cart-details-div .cart-details.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:30px;border-radius:10px}.cart-details-section .cart-details-div .cart-details.empty a{text-decoration:underline;color:#470531}.cart-details-section .cart-details-div .cart-details.empty a:hover{text-decoration:underline;color:#eb3424}.customer-profile-section-div .customer-profile-section{display:block}.customer-profile-section-div .customer-profile-section .head-div{display:flex;flex-direction:row;background:#fff;padding:26px;border-radius:10px;justify-content:space-between;align-items:center}.customer-profile-section-div .customer-profile-section .head-div .head{display:flex;flex-direction:column}.customer-profile-section-div .customer-profile-section .head-div .btn-div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.customer-profile-section-div .customer-profile-section .head-div .save-btn{display:flex;justify-content:center;align-items:center;gap:10px}.customer-profile-section-div .customer-profile-section .customer-profile-details{margin-top:30px;display:flex;flex-direction:column;gap:30px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div{display:flex;flex-direction:column;background:#fff;padding:25px;border-radius:10px;gap:20px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-head{font-size:25px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-image-div{height:250px;width:250px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-image-div img{height:100%;width:100%;object-fit:cover}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details{display:flex;flex-direction:row;gap:20px;width:100%}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details .profile-details{width:50%;display:flex;flex-direction:column;gap:5px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details .profile-details .profile-value{padding:15px;border-radius:10px;border:2px solid #470531;width:100%}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details .btn-dark{height:55px;width:100px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px;cursor:inherit}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .profile-info-details .verified-btn img{width:20px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info{display:flex;flex-direction:row;align-items:center;gap:30px;width:100%}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div{display:flex;flex-direction:column;gap:10px;width:100%}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .btn-dark{height:55px;width:100px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .verified-btn img{width:20px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field{width:100%;border-radius:10px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root:hover fieldset,.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiInputBase-input,.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.customer-profile-section-div .customer-profile-section .customer-profile-details .customer-profile-info-div .contact-info .contact-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div{display:flex;flex-direction:column;background:#fff;padding:25px;border-radius:10px;gap:20px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info-head{font-size:25px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .profile-image-div{height:250px;width:250px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .profile-image-div img{height:100%;width:100%;object-fit:cover}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info{display:flex;flex-direction:row;align-items:center;gap:30px;width:100%}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div{display:flex;flex-direction:column;gap:10px;width:100%}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .btn-dark{height:55px;width:100px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .verified-btn img{width:20px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field{width:100%;border-radius:10px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root:hover fieldset,.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiInputBase-input,.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.customer-profile-section-div .customer-profile-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.customer-profile-section-div .verify-email-div-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px}.customer-profile-section-div .verify-email-div-modal .verify-email-div{background:#fff;padding:30px 20px;border-radius:12px;position:relative;width:100%;max-width:500px;box-shadow:0 4px 20px #0003;animation:fadeIn .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .modal-close-btn{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:#444;transition:color .2s ease}.customer-profile-section-div .verify-email-div-modal .verify-email-div .modal-close-btn:hover{color:#000}.customer-profile-section-div .verify-email-div-modal .verify-email-div .verify-text{text-align:center}.customer-profile-section-div .verify-email-div-modal .verify-email-div .verify-email{margin-top:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field{width:100%;border-radius:10px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root:hover fieldset,.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputBase-input,.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.customer-profile-section-div .verify-email-div-modal .verify-email-div .form-field.verify{width:150px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .btn-dark.submit{height:55px;border-radius:10px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .otp-error{width:315px;margin-left:auto;margin-right:auto}.customer-profile-section-div .verify-email-div-modal .verify-email-div .same-line{display:flex;flex-direction:column;text-align:start;align-items:center;gap:15px}.customer-profile-section-div .verify-email-div-modal .verify-email-div .otp-container{text-align:center}.customer-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend{width:160px;padding:10px 20px;background-color:#470531;color:#fff;border:2px solid #470531;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease}.customer-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend:disabled{background-color:#9e4a83;cursor:not-allowed;opacity:.8}.customer-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend:hover:enabled{background-color:#fff;color:#470531}.customer-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .cooldown-text{margin-top:8px;font-size:14px;color:#470531;font-weight:500}.customer-addresses-section{display:block}.customer-addresses-section .head-div{display:flex;flex-direction:row;background:#fff;padding:26px;border-radius:10px;justify-content:space-between;align-items:center}.customer-addresses-section .head-div .head{display:flex;flex-direction:column}.customer-addresses-section .addresses-grid{margin-top:30px;display:flex;flex-direction:column;width:100%;background:#fff;padding:30px;border-radius:10px;gap:30px}.customer-addresses-section .addresses-grid .address-card:not(:last-child):after{content:"";display:block;height:1px;background-color:#470531;margin-top:10px}.customer-addresses-section .address-head{font-size:25px}.customer-addresses-section .hr{width:100%;background:#470531;border:.5px solid #470531;margin-top:-10px;margin-bottom:-10px}.customer-addresses-section .address-card{display:flex;flex-direction:column;gap:20px;width:100%}.customer-addresses-section .address-card .address-card-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:50px}.customer-addresses-section .address-card .address-card-head .address-type{font-size:20px}.customer-addresses-section .address-card .address-card-head .address-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.customer-addresses-section .address-card .address-card-head .address-actions .edit-btn,.customer-addresses-section .address-card .address-card-head .address-actions .delete-btn{cursor:pointer;text-decoration:underline}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div{display:flex;flex-direction:row;gap:10px}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div .switch{position:relative;display:inline-block;width:30px;height:20px;margin-top:2px}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div .switch input{opacity:0;width:0;height:0}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div input:checked+.slider{background-color:#470531}.customer-addresses-section .address-card .address-card-head .address-actions .set-default-div input:checked+.slider:before{transform:translate(10px)}.customer-addresses-section .address-card .address-card-details{display:flex;flex-direction:column;gap:10px}.customer-addresses-section .address-card .address-card-details .card-row{display:flex;flex-direction:row;gap:20px}.customer-addresses-section .address-card .address-card-details .card-row .head{width:100px;font-weight:700}.customer-addresses-section .address-card.default{margin-top:30px;display:flex;flex-direction:column;width:100%;background:#fff;padding:30px;border-radius:10px;gap:30px}.customer-addresses-section .no-address-div .no-address-text span{text-decoration:underline;cursor:pointer}.address-form-modal{display:block}.address-form-modal .address-form-head{display:flex;flex-direction:column;background:#fff;padding:30px;border-radius:10px;gap:20px}.address-form-modal .address-form-head .head{display:flex;flex-direction:column}.address-form-modal .address-form-head .btn-back{display:flex;flex-direction:row;gap:5px;align-items:center;font-size:14px;cursor:pointer}.address-form-modal .address-form-body{margin-top:30px;display:flex;flex-direction:row;gap:50px;width:100%;background:#fff;padding:26px;border-radius:10px;position:relative}.address-form-modal .address-form-body .address-details{width:50%;display:flex;flex-direction:column;gap:20px}.address-form-modal .address-form-body .address-details .contact-form{display:flex;flex-direction:column;gap:20px;width:100%}.address-form-modal .address-form-body .address-details .contact-form .form-field{width:100%;border-radius:10px}.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root:hover fieldset,.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiInputBase-input,.address-form-modal .address-form-body .address-details .contact-form .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.address-form-modal .address-form-body .address-details .contact-form .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.address-form-modal .address-form-body .address-details .contact-form .address-label-div{display:flex;flex-direction:column;gap:10px}.address-form-modal .address-form-body .address-details .contact-form .address-label-div .address-label{display:flex;flex-direction:row;gap:20px}.address-form-modal .address-form-body .address-details .contact-form .address-label-div .custom-radio{font-family:Montserrat,sans-serif;font-size:16px;color:#000;cursor:pointer}.address-form-modal .address-form-body .address-details .contact-form .address-label-div .custom-radio input[type=radio]{accent-color:#470531;margin-right:10px;cursor:pointer}.address-form-modal .address-form-body .address-details .contact-form .set-default-div{margin-top:10px;display:flex;flex-direction:row;gap:20px}.address-form-modal .address-form-body .address-details .contact-form .set-default-div .switch{position:relative;display:inline-block;width:42px;height:24px}.address-form-modal .address-form-body .address-details .contact-form .set-default-div .switch input{opacity:0;width:0;height:0}.address-form-modal .address-form-body .address-details .contact-form .set-default-div .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.address-form-modal .address-form-body .address-details .contact-form .set-default-div .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.address-form-modal .address-form-body .address-details .contact-form .set-default-div input:checked+.slider{background-color:#470531}.address-form-modal .address-form-body .address-details .contact-form .set-default-div input:checked+.slider:before{transform:translate(18px)}.address-form-modal .address-form-body .address-details .contact-form .btn-dark{position:absolute;bottom:30px;right:30px;width:150px;margin-left:auto;margin-top:auto}.change-password-section .head-div .head{display:flex;flex-direction:column}.change-password-section .change-password-div label{width:120px}.unAuthorized-section{display:flex;padding:100px 50px;justify-content:center;align-items:center;height:100vh;text-align:center;overflow:hidden}.unAuthorized-section .unAuthorized img{width:400px;height:auto}.unAuthorized-section .unAuthorized h1{font-size:30px}.unAuthorized-section .unAuthorized .goto-home{font-size:18px}.unAuthorized-section .unAuthorized .goto-home a{color:#be3030;text-decoration:underline;transition:.5s}.unAuthorized-section .unAuthorized .goto-home a:hover{font-weight:500;transition:.5s}.unAuthorized-section .unAuthorized .btn-dark{margin-top:20px;width:180px;margin-left:auto;margin-right:auto}@media screen and (max-width:768px){.unAuthorized-section .unAuthorized img{width:300px;height:auto}.unAuthorized-section .unAuthorized h1{font-size:20px}}@media screen and (max-width:500px){.unAuthorized-section{padding:100px 30px}.unAuthorized-section .unAuthorized img{width:200px;height:auto}}.superadmin-dashboard{background:#f5f5f5;margin-top:80px;height:calc(100vh - 80px);overflow:hidden}.super-admin-dashboard-home-section{display:flex;width:100%;height:100%;overflow:hidden}.super-admin-dashboard-home-section .dashboard-navigation-div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:300px;background:#fff;box-shadow:0 0 40px #00000014;overflow-y:auto;transition:.5s;z-index:1000}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-hr-1{border:1px solid #e0e0e0;width:100%;height:1px}.super-admin-dashboard-home-section .dashboard-navigation-div .close-menu-btn{position:fixed;top:50%;left:300px;transform:translateY(-50%);background:#470531;color:#fff;height:50px;width:15px;display:flex;justify-content:center;align-items:center;border-top-right-radius:10px;border-bottom-right-radius:10px;cursor:pointer;transition:.5s;box-shadow:0 0 40px #00000014}.super-admin-dashboard-home-section .dashboard-navigation-div .close-menu-btn .icon{font-size:50px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head{padding:30px;border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:20px;width:100%;width:300px;cursor:pointer}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .icon{font-size:25px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .heading{font-size:20px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid{margin-top:20px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div{height:100%;width:100%;background:#fff;padding:0}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .heading{padding:0 30px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .heading .main-heading{font-size:18px;letter-spacing:1px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .dashboard-hr-2{margin-top:10px;border:.5px solid #e0e0e0;width:280px;height:1px;margin-left:auto;margin-right:auto}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul{margin:15px 10px;width:280px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li{display:flex;flex-direction:column;padding:10px 30px;border-left:3px solid white;cursor:pointer;transition:.5s;font-size:14px;font-weight:500}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li.active{font-weight:600;border-left:3px solid #470531;transition:.5s;background:#eaeaea}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li:hover{background:#eaeaea;border-left:3px solid #470531;transition:.5s}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul{padding-left:10px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul .dropdown-li{display:flex;flex-direction:column;padding:10px 30px;cursor:pointer}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div:last-child .dashboard-hr-2{display:none}.super-admin-dashboard-home-section .dashboard-navigation-div .logout-div{width:100%;padding:30px;display:flex;justify-content:flex-start;align-items:center;text-align:left;gap:10px;cursor:pointer;font-weight:600}.super-admin-dashboard-home-section .dashboard-navigation-div .logout-div svg{font-size:25px;transition:transform .2s ease}.super-admin-dashboard-home-section .dashboard-navigation-div .logout-div p{transition:transform .2s ease}.super-admin-dashboard-home-section .dashboard-navigation-div .logout-div:hover svg,.super-admin-dashboard-home-section .dashboard-navigation-div .logout-div:hover p{transform:translate(4px)}.super-admin-dashboard-home-section .dashboard-navigation-div.close{margin-left:-300px;transition:.5s}.super-admin-dashboard-home-section .dashboard-navigation-div.close .close-menu-btn{left:0;transition:.5s}.super-admin-dashboard-home-section .dashboard-overview-div{flex:1;background:#eaeaea;padding:30px;overflow-y:auto;max-height:100%}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-head{font-size:30px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid{margin-top:50px;display:flex;flex-wrap:wrap;gap:30px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:250px;height:100px;background:#fe931d;color:#fff;padding:20px 30px;border-radius:10px;gap:20px;cursor:pointer}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .icon{font-size:40px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details{display:flex;flex-direction:column;justify-content:flex-start;gap:5px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details .title{font-size:22px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details .nos{font-size:18px;font-weight:600}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card:hover{box-shadow:0 4px 15px #0003;transform:translateY(-5px);transition:all .3s ease}.super-admin-dashboard-home-section .empty-dashboard-overview-grid{flex:1;padding:30px;overflow-y:auto;max-height:100%;display:flex;flex-direction:column}.super-admin-dashboard-home-section .empty-dashboard-overview-grid p{margin-top:20px}.super-admin-dashboard-home-section .empty-dashboard-overview-grid a{text-decoration:underline;cursor:pointer}.super-admin-dashboard-home-section .dashboard-menu-section{flex:1;overflow-y:auto;max-height:100%}@media(max-width:1000px){.super-admin-dashboard-home-section .dashboard-navigation-div{position:fixed;top:80px;left:0;bottom:0;height:100%;scrollbar-width:thin;padding-bottom:80px}.super-admin-dashboard-home-section .dashboard-navigation-div::-webkit-scrollbar{width:6px}.super-admin-dashboard-home-section .dashboard-navigation-div::-webkit-scrollbar-thumb{background-color:#0003;border-radius:10px}}@media(max-width:600px){.super-admin-dashboard-home-section .dashboard-overview-div{padding:30px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-head{margin-top:20px;font-size:25px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details .title{font-size:18px}.super-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .icon{font-size:40px}}@media(max-width:600px){.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head{gap:10px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .icon{font-size:25px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .heading{font-size:18px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .heading{padding:0 20px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .dashboard-hr-2{width:270px;margin-top:10px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul{margin:15px 10px;width:280px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li{padding:10px 30px;border-left:3px solid white}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul{padding-left:10px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul .dropdown-li{padding:10px 30px}.super-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div:last-child .dashboard-hr-2{display:none}}.restaurant-dashboard-section{display:block;padding:30px}.restaurant-dashboard-section .restaurant-dashboard-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.restaurant-dashboard-section .restaurant-dashboard-body .table-header{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .search-bar input{padding:8px 12px;font-size:14px;border-radius:5px;border:none;outline:none;background:#f1f1f1;border:2px solid #f1f1f1;font-family:Montserrat,sans-serif;width:220px;transition:all .3s ease}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .search-bar input:focus,.restaurant-dashboard-section .restaurant-dashboard-body .table-header .search-bar input:hover{background:#e0e0e0;border:2px solid #e0e0e0}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions{display:flex;gap:10px}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions button{padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions .filter-btn{background:#f0f4ff;color:#1d4ed8}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions .export-btn{background:#fff5e4;color:#470531;border:2px solid #fff5e4}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions .export-btn:hover{background:#fff;color:#470531;border:2px solid #470531}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions .add-btn{background:#470531;color:#fff;border:2px solid #470531}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions .add-btn:hover{background:#fff;color:#470531;border:2px solid #470531}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .restaurant_filters{display:flex;gap:50px;font-size:14px}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .restaurant_filters .sort-show{display:flex;align-items:center;gap:10px}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .restaurant_filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea;border:2px solid #eaeaea}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .restaurant_filters .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .restaurant_filters .sort-show .sort-select-div:hover{background:#d5d5d5;border:2px solid #d5d5d5;box-shadow:none}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .restaurant_filters select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table-container{width:100%;overflow-x:auto;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table-container::-webkit-scrollbar{display:none}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table-container{scrollbar-width:none;-ms-overflow-style:none}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table{border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;width:100%;border-collapse:collapse;overflow:hidden;background:#fff}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table thead{background:#eaeaea}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table thead th{text-align:left;padding:30px 20px;font-size:14px;color:#470531;text-transform:uppercase}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr{border-bottom:1px solid #e5e7eb}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr td{padding:20px;font-size:14px;color:#374151;text-align:left}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr .restaurant-img{width:50px;height:50px;object-fit:cover;border-radius:6px}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr .action-div{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;height:100%}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button{display:flex;justify-content:center;align-items:center;border-radius:5px;border:none;color:#fff;font-size:16px;cursor:pointer;width:25px;height:25px;margin:0;transition:.5s all}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button.view-btn{background:#3b82f6;border:1.5px solid #3b82f6}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button.view-btn:hover{background:transparent;color:#3b82f6}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button.edit-btn{background:#22c55e;border:1.5px solid #22c55e}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button.edit-btn:hover{background:transparent;color:#22c55e}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button.delete-btn{background:#ef4444;border:1.5px solid #ef4444}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr button.delete-btn:hover{background:transparent;color:#ef4444}.restaurant-dashboard-section .restaurant-dashboard-body .restaurant-table tbody tr:last-child{border-bottom:none}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:10px 20px;box-shadow:0 2px 10px #0000000d;border-radius:10px;font-size:14px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination{display:flex;gap:10px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination .page-number.active{background-color:#470531;color:#fff}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination span.disabled{opacity:.5;pointer-events:none}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .footer-pagination span:disabled{cursor:not-allowed}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .sort-show{display:flex;align-items:center;gap:10px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer .sort-show select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.restaurant-form-section{position:fixed;top:0;right:0;height:100%;width:700px;background:#fff;z-index:1001;overflow-y:auto;margin-bottom:50px}.restaurant-form-section .close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer}.restaurant-form-section .close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.restaurant-form-section .close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.restaurant-form-section .restaurant-content{display:flex;flex-direction:column;justify-items:space-between;height:100%;gap:30px;padding:50px}.restaurant-form-section .restaurant-content .restaurant-head{font-size:30px;margin-bottom:20px}.restaurant-form-section .restaurant-content .restaurant-form{margin-top:30px;display:flex;flex-direction:column;gap:20px}.restaurant-form-section .restaurant-content .restaurant-form .image-preview-container{display:flex;flex-wrap:wrap;gap:20px}.restaurant-form-section .restaurant-content .restaurant-form .image-preview-container .image-box{position:relative;width:150px;height:150px;border:1px solid #ccc;border-radius:8px;padding:8px;background:#f9f9f9;text-align:center}.restaurant-form-section .restaurant-content .restaurant-form .image-preview-container .image-box img{width:100%;height:100%;object-fit:cover;border-radius:4px}.restaurant-form-section .restaurant-content .restaurant-form .image-preview-container .image-box .remove-btn{position:absolute;display:flex;justify-content:center;align-items:center;top:4px;right:4px;color:#470531;border:2px solid #470531;border-radius:4px;height:20px;width:20px;font-size:16px;cursor:pointer;transition:.3s all}.restaurant-form-section .restaurant-content .restaurant-form .image-preview-container .image-box .remove-btn:hover{background:#470531;color:#fff}.restaurant-form-section .restaurant-content .restaurant-form .form-field{border-radius:10px}.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiOutlinedInput-root:hover fieldset,.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiInputBase-input,.restaurant-form-section .restaurant-content .restaurant-form .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.restaurant-form-section .restaurant-content .restaurant-form .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.restaurant-form-section .restaurant-content .restaurant-form .form-field.large{width:100%}.restaurant-form-section .restaurant-content .restaurant-form .form-field.small{width:150px}.restaurant-form-section .restaurant-content .restaurant-form .form-field.medium{width:290px}.restaurant-form-section .restaurant-content .restaurant-form .same-line{display:flex;align-items:center;gap:30px}.restaurant-form-section .restaurant-content .restaurant-form .same-line.address{align-items:flex-start}.restaurant-form-section .restaurant-content .restaurant-form .same-row{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%}.restaurant-form-section .restaurant-content .restaurant-form .same-row .form-field{width:100%}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div{display:flex;flex-direction:row;gap:10px;width:150px}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div .switch{position:relative;display:inline-block;width:30px;height:20px;margin-top:2px}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div .switch input{opacity:0;width:0;height:0}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div input:checked+.slider{background-color:#470531}.restaurant-form-section .restaurant-content .restaurant-form .isAvailable-div input:checked+.slider:before{transform:translate(10px)}.restaurant-form-section .restaurant-content .restaurant-details{display:flex;flex-direction:column;gap:20px;height:100%}.restaurant-form-section .restaurant-content .restaurant-details .details-div{display:flex;flex-direction:column;border:2px solid #470531;border-radius:8px;overflow:hidden}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail{display:flex;align-items:stretch;border-bottom:1px solid #ccc}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .head{width:180px;background-color:#f5f5f5;padding:12px 16px;font-weight:600;border-right:2px solid #470531;color:#333;display:flex;align-items:center}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value{flex:1;padding:12px 16px;display:flex;align-items:center;color:#111;gap:8px;justify-content:flex-end}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .subscription-badge{display:flex;align-items:center;justify-content:center;height:40px;font-weight:600;padding:10px 15px;border-radius:4px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .btn-dark{margin-left:8px;height:40px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .external-link,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .qr-link,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .map-link,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .phone-link{display:flex;align-items:center;gap:6px;color:#000;text-decoration:none;font-weight:500}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .external-link:hover,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .qr-link:hover,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .map-link:hover,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .phone-link:hover{text-decoration:underline;color:#ff9800}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .external-link .link-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .external-link .qr-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .external-link .map-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .external-link .phone-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .qr-link .link-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .qr-link .qr-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .qr-link .map-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .qr-link .phone-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .map-link .link-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .map-link .qr-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .map-link .map-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .map-link .phone-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .phone-link .link-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .phone-link .qr-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .phone-link .map-icon,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .phone-link .phone-icon{font-size:14px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .language-tags{display:flex;flex-wrap:wrap;gap:6px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .language-tags .language-tag{background:#ff9800;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .no-languages,.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .no-qr{color:#666;font-style:italic}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges{display:flex;flex-wrap:wrap;gap:6px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges .status-badge.open{background:#d4edda;color:#155724}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges .status-badge.closed{background:#f8d7da;color:#721c24}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges .status-badge.approved{background:#d1ecf1;color:#0c5460}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges .status-badge.pending{background:#fff3cd;color:#856404}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value .status-badges .status-badge.blocked{background:#f8d7da;color:#721c24}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value.tags{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;gap:5px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail .value.tags .tag{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3px}.restaurant-form-section .restaurant-content .restaurant-details .details-div .restaurant-detail:last-child{border-bottom:none}.restaurant-form-section .restaurant-content .img-div{margin-top:30px;width:250px;height:320px;position:relative}.restaurant-form-section .restaurant-content .img-div #main-slider{border-radius:10px;overflow:hidden}.restaurant-form-section .restaurant-content .img-div #main-slider .splide__track{height:100%!important}.restaurant-form-section .restaurant-content .img-div #main-slider .splide__slide{height:100%}.restaurant-form-section .restaurant-content .img-div #main-slider .splide__slide img{object-fit:cover;border-radius:10px}.restaurant-form-section .restaurant-content .img-div #main-slider .splide__arrow{width:10px;height:10px;background:#1d4ed8;opacity:.8}.restaurant-form-section .restaurant-content .img-div #main-slider .splide__arrow svg{width:10px;height:12px}.restaurant-form-section .restaurant-content .img-div #thumbnail-slider{margin-top:20px}.restaurant-form-section .restaurant-content .img-div #thumbnail-slider .splide__slide{cursor:pointer;opacity:.7;transition:opacity .3s}.restaurant-form-section .restaurant-content .img-div #thumbnail-slider .splide__slide.is-active{opacity:1;border:1px solid #470531}.restaurant-form-section .restaurant-content .img-div #thumbnail-slider .splide__slide img{border-radius:6px;object-fit:cover}.restaurant-form-section .restaurant-content .img-div .img-close-btn{position:absolute;top:20px;right:20px;color:#1d4ed8;font-size:50px}.restaurant-form-section .restaurant-content .action-div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;padding-bottom:50px}.restaurant-form-section .restaurant-content .action-div .btn{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:8px 12px;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.restaurant-form-section .restaurant-content .action-div .btn.approve-btn{background:#22c55e;color:#fff;border:2px solid #22c55e}.restaurant-form-section .restaurant-content .action-div .btn.approve-btn:hover{background:transparent;color:#22c55e}.restaurant-form-section .restaurant-content .action-div .btn.block-btn{background:#ff9800;color:#fff;border:2px solid #ff9800}.restaurant-form-section .restaurant-content .action-div .btn.block-btn:hover{background:transparent;color:#ff9800}.restaurant-form-section .restaurant-content .action-div .btn.delete-btn{background:#ef4444;color:#fff;border:2px solid #ef4444}.restaurant-form-section .restaurant-content .action-div .btn.delete-btn:hover{background:transparent;color:#ef4444}.subscription-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1001}.subscription-modal-overlay .subscription-modal{background:#fff;border-radius:8px;width:90%;max-width:500px;box-shadow:0 10px 25px #0003}.subscription-modal-overlay .subscription-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.subscription-modal-overlay .subscription-modal .modal-header h3{margin:0;font-size:18px;font-weight:600}.subscription-modal-overlay .subscription-modal .modal-header .close-btn{display:flex;align-items:center;justify-content:center;background:#ff9800;border:none;font-size:30px;cursor:pointer;color:#fff;border:2px solid #ff9800;border-radius:50%;width:30px;height:30px;transition:.3s}.subscription-modal-overlay .subscription-modal .modal-header .close-btn:hover{background:transparent;color:#ff9800}.subscription-modal-overlay .subscription-modal .modal-body{padding:20px}.subscription-modal-overlay .subscription-modal .modal-body p{margin-bottom:20px;color:#666}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options{display:flex;flex-direction:column;gap:12px}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option{display:flex;align-items:center;padding:12px;border:2px solid #eee;border-radius:6px;cursor:pointer;transition:all .3s ease}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option:hover{border-color:#ff9800;background:#f8f9ff}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option input[type=radio]{margin-right:12px}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option .option-content{display:flex;flex-direction:column;gap:4px}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option .option-content .option-name{font-weight:600;color:#333}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option .option-content .option-description{font-size:14px;color:#666}.subscription-modal-overlay .subscription-modal .modal-body .subscription-options .subscription-option input[type=radio]:checked+.option-content .option-name{color:#ff9800}.subscription-modal-overlay .subscription-modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px;border-top:1px solid #eee}.subscription-modal-overlay .subscription-modal .modal-footer .btn{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-weight:500}.subscription-modal-overlay .subscription-modal .modal-footer .btn.cancel-btn{background:#6c757d;color:#fff}.subscription-modal-overlay .subscription-modal .modal-footer .btn.cancel-btn:hover{background:#5a6268}.subscription-modal-overlay .subscription-modal .modal-footer .btn.confirm-btn{background:#ff9800;color:#fff}.subscription-modal-overlay .subscription-modal .modal-footer .btn.confirm-btn:hover{background:#0056b3}@media(max-width:700px){.restaurant-form-section{width:100%}.restaurant-form-section .restaurant-content .restaurant-head{font-size:25px}}@media(max-width:650px){.restaurant-dashboard-section .restaurant-dashboard-body .table-header{flex-direction:column;gap:10px}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .search-bar,.restaurant-dashboard-section .restaurant-dashboard-body .table-header .search-bar input{width:100%}.restaurant-dashboard-section .restaurant-dashboard-body .table-header .table-actions{width:100%;justify-content:space-between;margin-left:auto}}@media(max-width:600px){.restaurant-dashboard-section{padding:20px}.restaurant-dashboard-section .restaurant-dashboard-body .table-footer{flex-direction:column;gap:10px}}.profile-dashboard-section-div{display:block;padding:30px}.profile-dashboard-section-div .profile-dashboard-section{display:block;padding-bottom:30px}.profile-dashboard-section-div .profile-dashboard-section .head-div{display:flex;flex-direction:row;background:#fff;padding:26px;border-radius:10px;justify-content:space-between;align-items:center;gap:10px}.profile-dashboard-section-div .profile-dashboard-section .head-div .head{display:flex;flex-direction:column;gap:5px}.profile-dashboard-section-div .profile-dashboard-section .head-div .head p{font-size:14px}.profile-dashboard-section-div .profile-dashboard-section .head-div .btn-div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.profile-dashboard-section-div .profile-dashboard-section .head-div .save-btn{display:flex;justify-content:center;align-items:center;gap:10px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details{margin-top:30px;display:flex;flex-direction:column;gap:30px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div{display:flex;flex-direction:column;background:#fff;padding:25px;border-radius:10px;gap:20px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-head{font-size:22px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-image-div{height:250px;width:250px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-image-div img{height:100%;width:100%;object-fit:cover}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details{display:flex;flex-direction:row;gap:20px;width:100%}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details{width:50%;display:flex;flex-direction:column;gap:5px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details .profile-head{font-size:16px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details .profile-value{padding:10px 15px;border-radius:10px;font-size:14px;border:2px solid #470531;width:300px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .btn-primary{width:100px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .verified-btn{width:100px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px;cursor:inherit;font-size:14px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .verified-btn img{width:18px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info{display:flex;flex-direction:row;align-items:center;gap:30px;width:100%}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div{display:flex;flex-direction:column;gap:10px;width:100%}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .btn-primary{height:55px;width:100px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .verified-btn img{width:20px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field{width:100%;border-radius:10px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root:hover fieldset,.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiInputBase-input,.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .contact-info .contact-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div{display:flex;flex-direction:column;background:#fff;padding:25px;border-radius:10px;gap:20px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info-head{font-size:22px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .profile-image-div{height:250px;width:250px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .profile-image-div img{height:100%;width:100%;object-fit:cover}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info{display:flex;flex-direction:row;align-items:center;gap:30px;width:100%}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div{display:flex;flex-direction:column;gap:10px;width:100%}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .btn-primary{height:55px;width:100px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .verified-btn img{width:20px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field{width:350px;border-radius:10px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root:hover fieldset,.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiInputBase-input,.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.profile-dashboard-section-div .verify-email-div-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div{background:#fff;padding:30px 20px;border-radius:12px;position:relative;width:100%;max-width:500px;box-shadow:0 4px 20px #0003;animation:fadeIn .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .modal-close-btn{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:#444;transition:color .2s ease}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .modal-close-btn:hover{color:#000}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .verify-text{text-align:center}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .verify-email{margin-top:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field{width:100%;border-radius:10px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root:hover fieldset,.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputBase-input,.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .form-field.verify{width:150px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .btn-primary.submit{height:55px;border-radius:10px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .otp-error{width:315px;margin-left:auto;margin-right:auto}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .same-line{display:flex;flex-direction:column;text-align:start;align-items:center;gap:15px}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .otp-container{text-align:center}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend:disabled{background-color:#9e4a83;cursor:not-allowed;opacity:.8}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend:hover:enabled{background-color:#fff;color:#470531}.profile-dashboard-section-div .verify-email-div-modal .verify-email-div .otp-container .cooldown-text{margin-top:8px;font-size:14px;color:#470531;font-weight:500}@media(max-width:1250px){.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details .profile-value,.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field{width:100%}}@media(max-width:900px){.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details{flex-direction:column}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details{width:100%}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details .profile-value{width:320px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info{flex-direction:column}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field{width:300px}}@media(max-width:600px){.profile-dashboard-section-div{padding:20px}.profile-dashboard-section-div .profile-dashboard-section .head-div{flex-direction:column;gap:10px}.profile-dashboard-section-div .profile-dashboard-section .head-div .head{margin-right:auto}.profile-dashboard-section-div .profile-dashboard-section .head-div .head p{font-size:14px}.profile-dashboard-section-div .profile-dashboard-section .head-div .btn-div{justify-content:space-between;width:100%}}@media(max-width:500px){.profile-dashboard-section-div{padding:20px}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div.contact .profile-info-details .profile-details .same-line{flex-direction:column}.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div.contact .profile-info-details .profile-details .profile-value,.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div.contact .profile-info-details .profile-details .btn-primary,.profile-dashboard-section-div .profile-dashboard-section .profile-dashboard-details .profile-dashboard-info-div .profile-info-details .profile-details .profile-value{width:100%}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info-head{font-size:20px}.profile-dashboard-section-div .profile-dashboard-section .edit-profile-modal-body .contact-info-div .contact-info .contact-div .form-field{width:100%}}.restaurant-admin-dashboard-section{display:block;padding:30px;overflow:scroll}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .search-bar input{padding:8px 12px;font-size:14px;border-radius:5px;border:none;outline:none;background:#f1f1f1;border:2px solid #f1f1f1;font-family:Montserrat,sans-serif;width:220px;transition:all .3s ease}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .search-bar input:focus,.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .search-bar input:hover{background:#e0e0e0;border:2px solid #e0e0e0}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions{display:flex;gap:10px;font-size:14px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions button{padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions .filter-btn{background:#f0f4ff;color:#1d4ed8}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions .export-btn{background:#fff5e4;color:#470531;border:2px solid #fff5e4}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions .export-btn:hover{background:#fff;color:#470531;border:2px solid #470531}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions .add-btn{background:#470531;color:#fff;border:2px solid #470531}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions .add-btn:hover{background:#fff;color:#470531;border:2px solid #470531}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .customer-filters{display:flex;gap:50px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .customer-filters .sort-show{display:flex;align-items:center;gap:10px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .customer-filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:110px;border-radius:5px;background:#eaeaea;border:2px solid #eaeaea}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .customer-filters .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .customer-filters .sort-show .sort-select-div:hover{background:#d5d5d5;border:2px solid #d5d5d5;box-shadow:none}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .customer-filters select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table-container{width:100%;overflow-x:auto;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table-container::-webkit-scrollbar{display:none}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table-container{scrollbar-width:none;-ms-overflow-style:none}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table{border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;width:100%;border-collapse:collapse;overflow:scroll!important;background:#fff}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table thead{background:#eaeaea}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table thead th{text-align:left;padding:30px 20px;font-size:14px;color:#470531;text-transform:uppercase}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr{border-bottom:1px solid #e5e7eb}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr td{padding:20px;font-size:14px;color:#374151;text-align:left}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr .action-div{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%;height:100%}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button{display:flex;justify-content:center;align-items:center;border-radius:5px;border:none;color:#fff;font-size:16px;cursor:pointer;width:25px;height:25px;margin:0;transition:.5s all}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button.view-btn{background:#3b82f6;border:1.5px solid #3b82f6}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button.view-btn:hover{background:transparent;color:#3b82f6}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button.edit-btn{background:#22c55e;border:1.5px solid #22c55e}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button.edit-btn:hover{background:transparent;color:#22c55e}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button.delete-btn{background:#ef4444;border:1.5px solid #ef4444}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr button.delete-btn:hover{background:transparent;color:#ef4444}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .restaurant-admin-table tbody tr:last-child{border-bottom:none}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:10px 20px;box-shadow:0 2px 10px #0000000d;border-radius:10px;font-size:14px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination{display:flex;gap:10px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination .page-number.active{background-color:#470531;color:#fff}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px;margin-top:10px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination span.disabled{opacity:.5;pointer-events:none}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .footer-pagination span:disabled{cursor:not-allowed}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .sort-show{display:flex;align-items:center;gap:10px;font-size:14px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer .sort-show select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.customer-details-section{position:fixed;top:0;right:0;height:100%;width:700px;background:#fff;z-index:1001;overflow-y:auto;margin-bottom:50px}.customer-details-section .close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer}.customer-details-section .close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.customer-details-section .close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.customer-details-section .customer-details-div{display:flex;flex-direction:column;justify-items:space-between;height:100%;gap:30px;padding:50px}.customer-details-section .customer-details-div .customer-details{display:flex;flex-direction:column;gap:30px}.customer-details-section .customer-details-div .customer-details .customer-head{font-size:30px}.customer-details-section .customer-details-div .customer-details .details-div{display:flex;flex-direction:column;border:2px solid #470531;border-radius:8px;overflow:hidden}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail{display:flex;align-items:stretch;border-bottom:1px solid #ccc}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .head{width:180px;background-color:#f5f5f5;padding:12px 16px;font-weight:600;border-right:2px solid #470531;color:#333;display:flex;align-items:center}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .value{flex:1;padding:12px 16px;display:flex;align-items:center;gap:20px;color:#111;width:100%;white-space:nowrap}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .error-message{width:130px;height:100%;font-size:14px;padding:5px 15px}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .value.img-div{width:100px;height:300px;overflow:hidden}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .value.img-div img{width:100%;height:100%;object-fit:cover;object-position:center}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .value.tags{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;gap:5px}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail .value.tags .tag{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3px}.customer-details-section .customer-details-div .customer-details .details-div .customer-detail:last-child{border-bottom:none}.customer-details-section .customer-details-div .customer-details .contact-form{color:#470531;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;background-color:#fff;font-family:Montserrat,sans-serif}.customer-details-section .customer-details-div .customer-details .contact-form .sameline{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;text-align:start;gap:10px;width:100%}.customer-details-section .customer-details-div .customer-details .contact-form .sameline p{width:50%;text-align:left}.customer-details-section .customer-details-div .customer-details .contact-form .sameline.form-errors{margin-top:-10px;font-size:12px}.customer-details-section .customer-details-div .customer-details .contact-form .sameline.phone .form-field.country-code{width:20%}.customer-details-section .customer-details-div .customer-details .contact-form .sameline.phone .form-field.number{width:80%}.customer-details-section .customer-details-div .customer-details .contact-form .btn-dark{align-self:flex-start;font-size:12px;padding:6px 12px;border-radius:6px;transition:all .3s ease;margin-left:auto}.customer-details-section .customer-details-div .customer-details .form-field{width:100%;border-radius:10px}.customer-details-section .customer-details-div .customer-details .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.customer-details-section .customer-details-div .customer-details .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.customer-details-section .customer-details-div .customer-details .form-field .MuiOutlinedInput-root:hover fieldset,.customer-details-section .customer-details-div .customer-details .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.customer-details-section .customer-details-div .customer-details .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.customer-details-section .customer-details-div .customer-details .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.customer-details-section .customer-details-div .customer-details .form-field .MuiInputBase-input,.customer-details-section .customer-details-div .customer-details .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.customer-details-section .customer-details-div .customer-details .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.customer-details-section .customer-details-div .customer-details .change-password-div{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:20px}.customer-details-section .customer-details-div .customer-details .change-password-div .same-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:20px}.customer-details-section .customer-details-div .customer-details .change-password-div label{width:120px}.customer-details-section .customer-details-div .customer-details .change-password-div .form-group{display:flex;flex-direction:row;align-items:center;width:100%;gap:20px}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field{width:250px;border-radius:10px}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiOutlinedInput-root:hover fieldset,.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiInputBase-input,.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.customer-details-section .customer-details-div .customer-details .change-password-div .form-field.half{width:250px}.customer-details-section .customer-details-div .customer-details .change-password-div .btn-dark{margin-top:30px}.customer-details-section .customer-details-div .customer-details .change-password-div .error-message{width:390px}.customer-details-section .customer-details-div .action-div{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:20px;padding-bottom:50px}.customer-details-section .customer-details-div .action-div .btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:8px 12px;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.customer-details-section .customer-details-div .action-div .btn.unblock-btn,.customer-details-section .customer-details-div .action-div .btn.password-btn{background:#22c55e;color:#fff;border:2px solid #22c55e}.customer-details-section .customer-details-div .action-div .btn.unblock-btn:hover,.customer-details-section .customer-details-div .action-div .btn.password-btn:hover{background:transparent;color:#22c55e}.customer-details-section .customer-details-div .action-div .btn.block-btn{background:#ff9800;color:#fff;border:2px solid #ff9800}.customer-details-section .customer-details-div .action-div .btn.block-btn:hover{background:transparent;color:#ff9800}.customer-details-section .customer-details-div .action-div .btn.delete-btn{background:#ef4444;color:#fff;border:2px solid #ef4444}.customer-details-section .customer-details-div .action-div .btn.delete-btn:hover{background:transparent;color:#ef4444}@media(max-width:700px){.customer-details-section{width:100%}.customer-details-section .customer-details-div .customer-details .customer-head{font-size:25px}}@media(max-width:650px){.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header{flex-direction:column;gap:10px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .search-bar,.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .search-bar input{width:100%}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-header .table-actions{width:100%;justify-content:space-between;margin-left:auto}}@media(max-width:600px){.restaurant-admin-dashboard-section{padding:20px}.restaurant-admin-dashboard-section .restaurant-admin-dashboard-body .table-footer{flex-direction:column;gap:10px}.customer-details-section{width:100%}.customer-details-section .customer-details-div{padding:30px}.customer-details-section .customer-details-div .customer-details .customer-head{font-size:22px}}.change-password-section{display:block;padding:30px}.change-password-section .head-div{display:flex;flex-direction:row;background:#fff;padding:26px;border-radius:10px;justify-content:space-between;align-items:center}.change-password-section .head-div .head{display:flex;flex-direction:column;gap:5px}.change-password-section .head-div .head p{font-size:14px}.change-password-section .change-password-div{margin-top:30px;display:flex;flex-direction:column;background:#fff;padding:30px;border-radius:10px;align-items:center;gap:20px}.change-password-section .change-password-div .same-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:20px}.change-password-section .change-password-div label{width:150px}.change-password-section .change-password-div .form-group{display:flex;flex-direction:row;align-items:center;width:100%;gap:20px}.change-password-section .change-password-div .form-field{width:250px;border-radius:10px}.change-password-section .change-password-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.change-password-section .change-password-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.change-password-section .change-password-div .form-field .MuiOutlinedInput-root:hover fieldset,.change-password-section .change-password-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.change-password-section .change-password-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.change-password-section .change-password-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.change-password-section .change-password-div .form-field .MuiInputBase-input,.change-password-section .change-password-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.change-password-section .change-password-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.change-password-section .change-password-div .form-field.half{width:250px}.change-password-section .change-password-div .btn-dark{margin-top:30px}.change-password-section .change-password-div .error-message{width:390px}@media(max-width:1200px){.change-password-section .change-password-div .same-line{flex-direction:column}}@media(max-width:1000px){.change-password-section .change-password-div .same-line{flex-direction:row}}@media(max-width:900px){.change-password-section .change-password-div .same-line{flex-direction:column}}@media(max-width:600px){.change-password-section{padding:20px}}@media(max-width:550px){.change-password-section .head-div{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.change-password-section .head-div .btn{margin-left:auto}}@media(max-width:550px){.change-password-section .change-password-div .form-group{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}}@media(max-width:360px){.change-password-section .change-password-div .form-field{width:100%}}.restaurant-hero-section{display:flex;flex-direction:column;align-items:center;gap:50px;padding:50px 50px 0}.restaurant-hero-section .img-slider-wrapper{position:relative;width:100%;max-width:1200px;height:400px;border-radius:12px;overflow:hidden}.restaurant-hero-section .img-slider-wrapper .swiper{height:100%;width:100%;border-radius:12px}.restaurant-hero-section .img-slider-wrapper .swiper-slide{display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:#000}.restaurant-hero-section .img-slider-wrapper .swiper-pagination{bottom:20px!important;text-align:center}.restaurant-hero-section .img-slider-wrapper .swiper-pagination-bullet{background:#fff;opacity:.6;transition:.3s}.restaurant-hero-section .img-slider-wrapper .swiper-pagination-bullet-active{background:#fff;opacity:1;transform:scale(1.2)}.restaurant-hero-section .img-div{width:100%;height:100%;overflow:hidden;border-radius:10px;position:relative}.restaurant-hero-section .img-div img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px;transition:transform .3s ease-in-out}.restaurant-hero-section .img-div img:hover{transform:scale(1.03)}@media(max-width:768px){.restaurant-hero-section .img-slider-wrapper{height:300px}}@media(max-width:500px){.restaurant-hero-section .img-slider-wrapper{height:200px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.promo-slider{width:100%}.promo-slider .img-div-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.promo-slider .img-div-container .img-div{position:relative;width:100%;height:200px;overflow:hidden;border-radius:10px;cursor:pointer}.promo-slider .img-div-container .img-div img{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:.5s}@media(max-width:768px){.promo-slider .img-div-container{grid-template-columns:1fr}}@media(max-width:600px){.promo-slider .img-div-container{grid-template-columns:1fr}.promo-slider .img-div-container .img-div{height:100%}}.main-layout{display:flex;min-height:100vh;flex-direction:column}.main-layout main{flex:1 0 auto}.main-layout section{scroll-behavior:smooth;scroll-snap-type:none}.main-layout .btn-dark{height:45px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;border-radius:30px;padding:10px 15px;background:transparent;border:2px solid #FE931D;color:#fe931d;transition:.3s;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.main-layout .btn-dark svg{font-size:23px}.main-layout .btn-dark:hover{background:#fe931d;color:#fff;transition:.3s;border:2px solid #FE931D}.main-layout .btn-dark-fill{height:45px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;border-radius:30px;padding:10px 15px;background:#fe931d;border:2px solid #FE931D;color:#fff;transition:.3s;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.main-layout .btn-dark-fill svg{font-size:23px}.main-layout .btn-dark-fill:hover{background:#fff;color:#fe931d;transition:.3s;border:2px solid #FE931D}.main-layout button{font-family:Montserrat,sans-serif}.main-layout .common-padding{padding:300px}@media(max-width:2000px){.main-layout .common-padding{padding:200px}}@media(max-width:1800px){.main-layout .common-padding{padding:150px}}@media(max-width:1600px){.main-layout .common-padding{padding:100px}}@media(max-width:768px){.main-layout .common-padding{padding:50px}}@media(max-width:600px){.main-layout .btn-dark{padding:8px 12px;gap:5px;border:1.5px solid #FE931D;font-size:14px}.main-layout .btn-dark svg{font-size:20px}.main-layout .btn-dark:hover{background:#fe931d;color:#fff}.main-layout .common-padding{padding:30px 20px}}.nav{position:fixed;background:#1a1a1a;display:flex;flex-direction:column;top:0;left:0;right:0;margin:0 auto;z-index:1000;width:100%;box-shadow:0 0 40px #00000014}.nav .navbar{padding:10px 50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:80px}.nav .navbar .logo-div{width:160px;height:80px}.nav .navbar .logo-div img{width:100%;height:100%;object-fit:cover}.nav .navbar .btn-div{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center}.nav .navbar .btn-div .call-icon{display:none}.nav .navbar .btn-div .lang-dropdown{position:relative}.nav .navbar .btn-div .lang-dropdown .lang-btn{display:flex;align-items:center;gap:5px;font-weight:600}.nav .navbar .btn-div .lang-dropdown .lang-btn svg{font-size:16px}.nav .navbar .btn-div .lang-dropdown .lang-menu{position:absolute;top:calc(100% + 6px);right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:10px;min-width:120px;box-shadow:0 8px 24px #0003;padding:6px;z-index:1001;display:flex;flex-direction:column;gap:5px}.nav .navbar .btn-div .lang-dropdown .lang-menu .lang-option{padding:8px 10px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease;color:#fff}.nav .navbar .btn-div .lang-dropdown .lang-menu .lang-option:hover{background:#2a2a2a;color:#fff5e4}.nav .navbar .btn-div .lang-dropdown .lang-menu .lang-option.selected{background:#2a2a2a;color:#fe931d}.nav .navbar.ar .btn-div .lang-dropdown{position:relative}.nav .navbar.ar .btn-div .lang-dropdown .lang-menu{left:0;right:auto}.nav .navbar.ar .btn-div .lang-dropdown .lang-menu .lang-option{padding:8px 10px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease;color:#fff;justify-content:flex-end;text-align:left}.nav .navbar.ar .btn-div .lang-dropdown .lang-menu .lang-option:hover{background:#2a2a2a;color:#fff5e4}.nav .navbar.ar .btn-div .lang-dropdown .lang-menu .lang-option.selected{background:#2a2a2a;color:#fe931d}@media(max-width:700px){.nav .navbar .btn-dark span{display:none}.nav .navbar .btn-dark .lang-text{display:block}.nav .navbar .btn-dark .lang-icon{display:none}.nav .navbar .btn-dark svg{font-size:25px}.nav .navbar .btn-dark .call-icon{display:block}}@media(max-width:550px){.nav .navbar{padding:10px 30px}.nav .navbar .logo-div{width:150px;height:75px}}@media(max-width:450px){.nav .navbar .logo-div{width:110px;height:55px}.nav .navbar .btn-dark{padding:8px;height:auto}.nav .navbar .btn-dark svg{font-size:20px}.nav .navbar .btn-dark .call-icon{display:block}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out;z-index:1001}.modal-overlay .modal-content{background:#fff;padding:30px;border-radius:15px;text-align:center;position:relative;box-shadow:0 10px 30px #0003;animation:scaleUp .3s ease-in-out}.modal-overlay .close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:20px;cursor:pointer;color:gray;transition:.3s}.modal-overlay .close-btn:hover{color:#000}.modal-overlay h2{margin-bottom:20px;font-size:24px}.modal-overlay .contact-form{color:#470531;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:550px;background-color:#fff;font-family:Montserrat,sans-serif}.modal-overlay .contact-form .title{font-size:25px}.modal-overlay .contact-form .form-description{font-size:14px;margin-bottom:30px}.modal-overlay .contact-form .sameline{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;text-align:start;gap:10px;width:100%}.modal-overlay .contact-form .sameline p{width:50%;text-align:left}.modal-overlay .contact-form .sameline.form-errors{margin-top:-10px;font-size:12px}.modal-overlay .contact-form .sameline.phone .form-field.country-code{width:20%}.modal-overlay .contact-form .sameline.phone .form-field.number{width:80%}.modal-overlay .form-field{width:100%;border-radius:30px}.modal-overlay .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:30px;transition:all .3s ease}.modal-overlay .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.modal-overlay .form-field .MuiOutlinedInput-root:hover fieldset,.modal-overlay .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.modal-overlay .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.modal-overlay .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.modal-overlay .form-field .MuiInputBase-input,.modal-overlay .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.modal-overlay .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.modal-overlay .btn-dark{width:150px;height:57px}.modal-overlay .verify-email-div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.modal-overlay .verify-email-div .verify-email{margin-top:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px}.modal-overlay .verify-email-div .form-field.verify{width:150px}.modal-overlay .verify-email-div .btn.submit{height:55px;border-radius:30px}.modal-overlay .verify-email-div .otp-error{width:315px;margin-left:auto;margin-right:auto}.modal-overlay .verify-email-div .same-line{display:flex;flex-direction:column;text-align:start;align-items:center;gap:15px}.modal-overlay .verify-email-div .otp-container{text-align:center}.modal-overlay .verify-email-div .otp-container .btn-dark{width:160px}.modal-overlay .verify-email-div .otp-container .cooldown-text{margin-top:8px;font-size:14px;color:#470531;font-weight:500}.modal-overlay .goto-links{margin-top:20px}.modal-overlay .goto-links span{color:#470531;text-decoration:underline;transition:.3s;cursor:pointer}.modal-overlay .goto-links span:hover{color:#000;transition:.3s}@media(max-width:650px){.modal-overlay .modal-content{width:80%}.modal-overlay .contact-form{width:100%}}@media(max-width:550px){.modal-overlay .modal-content{width:90%}.modal-overlay .contact-form{width:100%}.modal-overlay .contact-form .sameline{flex-direction:column;align-items:center}}.footer{background:#fe931d;padding:20px 50px;width:100%;box-shadow:0 -1px 20px #0000001a}.footer .footer-section{display:flex;flex-direction:row;gap:50px;align-items:center;justify-content:space-between;text-align:center;width:100%}.footer .footer-section .social-links{display:flex;flex-direction:row;gap:20px;align-items:center;transition:.3s all}.footer .footer-section .social-links svg{font-size:25px;transition:.3s all;cursor:pointer}.footer .footer-section .social-links svg:hover{color:#fff}.footer .footer-section .nav-links{display:flex;flex-direction:row;align-items:center;gap:10px;transition:.5s all;cursor:pointer}.footer .footer-section .nav-links p{transition:.3s all}.footer .footer-section .nav-links p:hover{color:#fff5e4;transition:.5}@media(max-width:1100px){.footer{padding:15px 20px}.footer .footer-section{flex-direction:column;align-items:center;gap:20px;font-size:14px}}.restaurant-layout{display:flex;min-height:100vh;flex-direction:column}.restaurant-layout :root{--header-height: 80px}.restaurant-layout .childrens{display:flex;flex-direction:column;width:100%;height:100%;max-width:1200px;margin-left:auto;margin-right:auto}.restaurant-layout .childrens{flex:1 0 auto;padding-top:80px;padding-bottom:80px}.restaurant-layout .btn-dark{border-radius:30px;padding:10px 15px;display:flex;flex-direction:row;justify-content:center;text-align:center;gap:10px;align-items:center;border:2px solid var(--button-color);color:var(--button-color);background:transparent;transition:.3s all;cursor:pointer;font-size:16px;font-weight:600}.restaurant-layout .btn-dark svg{font-size:20px}.restaurant-layout .btn-dark:hover{background:var(--button-color);color:#fff}.restaurant-layout .btn-dark-fill{border-radius:30px;padding:10px 15px;display:flex;flex-direction:row;justify-content:center;text-align:center;gap:10px;align-items:center;border:2px solid var(--button-color);color:#fff;background:var(--button-color);transition:.3s all;cursor:pointer;font-size:16px;font-weight:600}.restaurant-layout .btn-dark-fill svg{font-size:20px}.restaurant-layout .btn-dark-fill:hover{background:#fff;color:var(--button-color)}.restaurant-layout button{font-family:Montserrat,sans-serif}.restaurant-layout .common-padding{padding:70px 50px 0}.restaurant-layout .main-heading{font-size:28px;font-weight:800;letter-spacing:.5px;color:var(--primary-color)}.restaurant-layout .restaurant-closed-div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100vh}.restaurant-layout .restaurant-closed-div img{width:250px}.restaurant-layout .restaurant-closed-div h1{font-size:20px}.restaurant-layout .restaurant-closed-div h2{font-size:16px}.restaurant-layout .restaurant-closed-div .btn-dark{margin-top:10px}.restaurant-loader-notfound-div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.restaurant-loader-notfound-div .invalid-restaurant{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#ffeaea;text-align:center;height:100%;width:100%;padding-top:200px}.restaurant-loader-notfound-div .invalid-restaurant .footer{margin-top:auto;width:100%}.restaurant-loader-notfound-div .invalid-restaurant .notFound-img{width:300px;height:auto;margin-bottom:20px}.restaurant-loader-notfound-div .invalid-restaurant h2{color:#333;margin-bottom:10px}.restaurant-loader-notfound-div .invalid-restaurant p{max-width:700px}.restaurant-loader-notfound-div .restaurant-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;height:100%;width:100%}.restaurant-loader-notfound-div .restaurant-loading .loading-img{width:300px;height:auto;margin-bottom:20px}.restaurant-loader-notfound-div .restaurant-loading .loading-circle{color:var(--primary-color);margin-bottom:20px}.restaurant-loader-notfound-div .restaurant-loading h2{margin-bottom:10px}.restaurant-loader-notfound-div .restaurant-loading .btn-dark-2{margin-top:20px}.restaurant-loader-notfound-div .btn-dark-2{height:45px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;border-radius:30px;padding:10px 15px;border:2px solid #FE931D!important;color:#fe931d;transition:.3s;font-size:16px;cursor:pointer;text-align:center}.restaurant-loader-notfound-div .btn-dark-2 svg{font-size:23px}.restaurant-loader-notfound-div .btn-dark-2:hover{background:#fe931d!important;color:#fff;transition:.3s;border:2px solid #FE931D!important}@media screen and (max-width:1200px){.restaurant-layout .childrens{min-height:calc(100vh - 210px)}}@media(max-width:768px){.restaurant-layout .main-heading{font-size:25px}}@media(max-width:600px){.restaurant-layout .common-padding{padding:50px 30px 0}}@media(max-width:480px){.restaurant-layout .childrens{padding-top:100px;padding-bottom:100px}.restaurant-layout .common-padding{padding:50px 20px 0}.restaurant-layout .main-heading{font-size:22px;font-weight:700;letter-spacing:0px}.restaurant-layout .btn-dark,.restaurant-layout .btn-dark-fill{padding:8px 12px;gap:10px;border:1.5px solid var(--button-color);font-size:14px}.restaurant-layout .btn-dark svg,.restaurant-layout .btn-dark-fill svg{font-size:18px}.restaurant-loader-notfound-div .invalid-restaurant .notFound-img{width:200px;height:auto;margin-bottom:20px}.restaurant-loader-notfound-div .invalid-restaurant p{font-size:14px}}.restaurant-nav{position:fixed;background:#fff;display:flex;flex-direction:column;top:0;left:0;right:0;margin:0 auto;z-index:1000;height:80px;box-shadow:0 0 40px #00000014}.restaurant-nav .navbar{padding:10px 50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:80px;margin:0 auto;gap:50px}.restaurant-nav .navbar .logo-div{width:160px;height:80px;display:flex;align-items:center;justify-content:center;padding:4px;overflow:hidden;border-radius:10px}.restaurant-nav .navbar .logo-div img{max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:10px}.restaurant-nav .navbar .menu-icon{display:none;font-size:30px;z-index:1001!important}.restaurant-nav .navbar .mobile-menu-icon{display:none}.restaurant-nav .navbar .lang-dropdown.mobile{display:none;position:relative;z-index:1002}.restaurant-nav .navbar .whatsapp-loc-icon-div{display:none}.restaurant-nav .navbar .lang-dropdown{position:relative;margin-left:-10px}.restaurant-nav .navbar .lang-dropdown .lang-btn{display:flex;align-items:center;gap:5px;font-weight:600}.restaurant-nav .navbar .lang-dropdown .lang-btn svg{font-size:16px}.restaurant-nav .navbar .lang-dropdown .lang-menu{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;min-width:120px;box-shadow:0 8px 24px #0003;padding:6px;z-index:1001;display:flex;flex-direction:column;gap:5px}.restaurant-nav .navbar .lang-dropdown .lang-menu .lang-option{padding:8px 10px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease;color:#000}.restaurant-nav .navbar .lang-dropdown .lang-menu .lang-option:hover,.restaurant-nav .navbar .lang-dropdown .lang-menu .lang-option.selected{background:#f3f3f3;color:var(--primary-color)}.restaurant-nav .navbar .mobile-footer-menu,.restaurant-nav .navbar .mobile-search-div{display:none}.restaurant-nav .navbar .waiter-bell-wrapper{position:fixed;bottom:30px;right:30px;display:flex;align-items:center;gap:10px}.restaurant-nav .navbar .waiter-bell-wrapper.ar{right:auto;left:30px}.restaurant-nav .navbar .waiter-hint{background-color:var(--primary-color);color:#fff;padding:8px 14px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 10px #00000026;opacity:0;transform:translate(50%);pointer-events:none;transition:all .5s ease-in-out;z-index:999}.restaurant-nav .navbar .waiter-hint.show{opacity:1;transform:translate(0)}.restaurant-nav .navbar .waiter-bell{display:flex;justify-content:center;align-items:center;color:var(--primary-color);font-size:30px;box-shadow:0 8px 20px #00000026;background:#fff;width:50px;height:50px;padding:10px;border-radius:50%;border:2px solid var(--primary-color);cursor:pointer;transition:transform .2s ease-in-out;z-index:1000}.restaurant-nav .navbar .waiter-bell:hover{animation:bell-ring-hover .6s ease-in-out infinite}.restaurant-nav .navbar .waiter-bell.tap{animation:bell-ring-click .6s ease-in-out}.restaurant-nav .navbar .nav-search-div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;width:100%;padding-left:50px;z-index:1000!important}.restaurant-nav .navbar .nav-search-div .nav-links{display:flex;flex-direction:row;gap:20px}.restaurant-nav .navbar .nav-search-div .nav-links .nav-link{color:#000;font-size:16px;text-decoration:none;transition:.3s;font-weight:600}.restaurant-nav .navbar .nav-search-div .nav-links .nav-link:hover{color:var(--primary-color);transition:.3s}.restaurant-nav .navbar .nav-search-div .nav-links .nav-link.active{color:var(--primary-color)}.restaurant-nav .navbar .nav-search-div .search-div-section{display:flex;flex-direction:row;align-items:center;gap:10px}.restaurant-nav .navbar .nav-search-div .search-div-section .search-div{display:flex;flex-direction:row;align-items:center;gap:10px;background:#dcdcdc;border:2px solid #dcdcdc;padding:5px 20px;border-radius:30px;transition:.3s all;cursor:pointer}.restaurant-nav .navbar .nav-search-div .search-div-section .search-div .search-icon{font-size:30px;cursor:pointer}.restaurant-nav .navbar .nav-search-div .search-div-section .search-div input{all:unset;width:100%}.restaurant-nav .navbar .nav-search-div .search-div-section .search-div:hover{background:#dcdcdc;border:2px solid var(--button-color)}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div{display:none;flex-direction:column;gap:20px;align-items:center}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div .copy-right-div{text-align:center;font-size:14px}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div .social-links{display:flex;flex-direction:row;gap:20px;align-items:center;transition:.3s all}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div .social-links svg{font-size:25px;transition:.3s all;cursor:pointer}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div .social-links svg:hover{color:var(--primary-color)}.restaurant-nav .navbar .nav-search-div .search-div-section .btn-dark.orders{margin-right:0}.restaurant-nav .navbar .nav-search-div .search-div-section .btn-dark.change-order-type,.restaurant-nav .navbar .nav-search-div .search-div-section .btn-dark.google-review-link{display:none}.restaurant-nav .navbar .nav-search-div .search-div-section .symbol-amount-div{display:flex;flex-direction:row;align-items:center;gap:2px}.restaurant-nav .navbar .nav-search-div .search-div-section .aed-symbol{width:20px;margin-bottom:-2px}.restaurant-nav .navbar .nav-search-div .search-div-section .aed-symbol.black{margin-bottom:-1px}.restaurant-nav .overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:1001}.restaurant-nav .cartOrder-detail-section{position:fixed;top:0;right:0;background:#fff;z-index:1001;overflow-y:auto;height:100%}.restaurant-nav .cartOrder-detail-section .cartOrder-details{position:relative;display:flex;flex-direction:column;width:700px;height:100%}.restaurant-nav .cartOrder-detail-section .cartOrder-details .cartOrder-details-close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer;z-index:1010!important;pointer-events:auto}.restaurant-nav .cartOrder-detail-section .cartOrder-details .cartOrder-details-close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.restaurant-nav .cartOrder-detail-section .cartOrder-details .cartOrder-details-close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.restaurant-nav.ar .cartOrder-detail-section .cartOrder-details .close-btn{top:20px;left:20px;right:auto}@keyframes bell-ring-hover{0%{transform:rotate(0)}15%{transform:rotate(12deg)}30%{transform:rotate(-12deg)}45%{transform:rotate(8deg)}60%{transform:rotate(-8deg)}75%{transform:rotate(4deg)}to{transform:rotate(0)}}@keyframes bell-ring-click{0%{transform:rotate(0) scale(1)}15%{transform:rotate(15deg) scale(1.01)}30%{transform:rotate(-15deg) scale(1.02)}45%{transform:rotate(10deg) scale(1.03)}60%{transform:rotate(-10deg) scale(1.05)}75%{transform:rotate(5deg) scale(1.02)}to{transform:rotate(0) scale(1)}}@media(max-width:1200px){.restaurant-nav .navbar{width:100%}.restaurant-nav .navbar .logo-div{width:140px;height:70px}.restaurant-nav .navbar .menu-icon{display:block;z-index:1001}.restaurant-nav .navbar .nav-search-div{padding-right:50px;position:fixed;right:0;top:0;padding-top:100px;padding-left:50px;width:350px;height:100vh;display:flex;flex-direction:column;background:#fff;justify-content:flex-start;align-items:flex-start;transition:.5s;z-index:1000;overflow-y:scroll;box-shadow:-5px 0 10px #0000001a}.restaurant-nav .navbar .nav-search-div .nav-links,.restaurant-nav .navbar .nav-search-div .search-div-section{display:flex;flex-direction:column;gap:10px}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown{position:fixed;right:100px;top:17px;z-index:1002;margin-left:0}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown.ar{position:fixed;left:100px;right:auto;top:17px;z-index:1002;margin-left:0}.restaurant-nav .navbar .nav-search-div .search-div-section .btn-dark{width:100%}.restaurant-nav .navbar .nav-search-div .search-div-section .btn-dark.change-order-type{display:block}.restaurant-nav .navbar .nav-search-div .search-div-section a{width:100%}.restaurant-nav .navbar .nav-search-div .search-div-section .btn-dark.google-review-link{display:flex}.restaurant-nav .navbar .nav-search-div.close{right:-350px}.restaurant-nav .navbar .lang-dropdown.mobile{display:flex;position:absolute;right:100px;z-index:1002}}@media(max-width:700px){.restaurant-nav .cartOrder-detail-section,.restaurant-nav .cartOrder-detail-section .cartOrder-details{width:100%}}@media(max-width:500px){.restaurant-nav{height:120px}.restaurant-nav .navbar{flex-direction:column;align-items:flex-start;gap:0px;height:120px;margin:auto;padding:10px 20px}.restaurant-nav .navbar .waiter-bell-wrapper{bottom:80px}.restaurant-nav .navbar .waiter-bell{bottom:80px;font-size:27px}.restaurant-nav .navbar .waiter-hint{padding:6px 12px;font-size:12px}.restaurant-nav .navbar .logo-div{width:150px;height:75px;z-index:1001!important;margin-top:-8px}.restaurant-nav .navbar .lang-dropdown.mobile{display:flex;position:absolute;top:20px;left:30px;right:auto;z-index:1002;pointer-events:auto}.restaurant-nav .navbar .lang-dropdown.mobile .lang-btn{width:40px;z-index:1003}.restaurant-nav .navbar .lang-dropdown.mobile .lang-btn svg{display:none}.restaurant-nav .navbar .lang-dropdown.mobile .lang-menu{left:-5px;right:auto;min-width:100px;z-index:1004;pointer-events:auto}.restaurant-nav .navbar .mobile-menu-icon{display:block;position:fixed;top:25px;right:30px;font-size:25px;z-index:1001}.restaurant-nav .navbar .mobile-menu-icon.ar{right:auto;left:30px}.restaurant-nav .navbar .whatsapp-loc-icon-div{display:flex;flex-direction:row;gap:20px;position:fixed;top:25px;right:130px;font-size:25px;z-index:1001;transition:.3s all}.restaurant-nav .navbar .whatsapp-loc-icon-div svg:hover{color:var(--primary-color)}.restaurant-nav .navbar .whatsapp-loc-icon-div.ar{right:auto;left:130px}.restaurant-nav .navbar .whatsapp-loc-icon-div.premium{right:80px}.restaurant-nav .navbar .nav-search-div{padding-right:50px;width:100%;height:100%;overflow:scroll}.restaurant-nav .navbar .nav-search-div .nav-links{margin-right:auto}.restaurant-nav .navbar .nav-search-div .search-div-section.social{height:100%;justify-content:space-between;padding-bottom:20px;gap:30px}.restaurant-nav .navbar .nav-search-div .search-div-section.search-btn{margin-right:auto}.restaurant-nav .navbar .nav-search-div .search-div-section{padding-right:0}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown{margin-right:-30px;margin-top:1px}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown .lang-btn svg{display:none}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown .lang-menu{min-width:70px}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown.ar{margin-left:-30px}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown.ar .lang-btn svg{display:none}.restaurant-nav .navbar .nav-search-div .search-div-section .lang-dropdown.ar .lang-menu{left:auto;right:0;z-index:1003;pointer-events:auto;min-width:70px}.restaurant-nav .navbar .nav-search-div .search-div-section .search-div{width:100%}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div{display:flex}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div .copy-right-div{text-align:center;padding-right:30px}.restaurant-nav .navbar .nav-search-div.close{right:-100%}.restaurant-nav .navbar .menu-icon{display:none}.restaurant-nav .navbar .mobile-footer-menu{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;padding:10px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:80px;box-shadow:0 -10px 20px #0000001a;border-top-left-radius:30px;border-top-right-radius:30px}.restaurant-nav .navbar .mobile-footer-menu .left,.restaurant-nav .navbar .mobile-footer-menu .right{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;gap:20px}.restaurant-nav .navbar .mobile-footer-menu .cart-menu{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;top:-20px;background:var(--primary-color);height:65px;width:65px;border-radius:50%}.restaurant-nav .navbar .mobile-footer-menu .cart-menu .mobile-menu-item{color:#fff}.restaurant-nav .navbar .mobile-footer-menu .cart-menu .mobile-menu-item .icon{font-size:30px;margin-right:3px}.restaurant-nav .navbar .mobile-footer-menu .cart-menu .mobile-menu-item .menu{display:flex;flex-direction:row;align-items:center;margin-top:-6px;text-align:center;gap:2px}.restaurant-nav .navbar .mobile-footer-menu .cart-menu .mobile-menu-item .menu .aed-symbol{width:10px}.restaurant-nav .navbar .mobile-footer-menu .cart-menu .mobile-menu-item .menu .aed-amount{font-size:9px}.restaurant-nav .navbar .mobile-footer-menu .cart-menu .mobile-menu-item:hover{color:#fff5e4;transition:.5s}.restaurant-nav .navbar .mobile-footer-menu .mobile-menu-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#6e7190;transition:.3s}.restaurant-nav .navbar .mobile-footer-menu .mobile-menu-item .icon{font-size:20px}.restaurant-nav .navbar .mobile-footer-menu .mobile-menu-item .menu{font-size:12px;font-weight:600}.restaurant-nav .navbar .mobile-footer-menu .mobile-menu-item:hover{color:var(--primary-color);transition:.3s}.restaurant-nav .navbar .mobile-footer-menu .mobile-menu-item.active{color:var(--primary-color);font-weight:600}.restaurant-nav .navbar .mobile-footer-menu.no-order{justify-content:space-between;padding:10px 70px}.restaurant-nav .navbar .mobile-footer-menu.no-order .cart-menu{left:50%;transform:translate(-50%)}.restaurant-nav .navbar .mobile-footer-menu.no-order .cart-menu .mobile-menu-item{color:#fff}.restaurant-nav .navbar .mobile-footer-menu.no-order .cart-menu .mobile-menu-item .icon{margin-right:0;margin-bottom:-5px;font-size:25px}.restaurant-nav .navbar .mobile-footer-menu.no-order .cart-menu .mobile-menu-item .menu{margin-top:0}.restaurant-nav .navbar .mobile-search-div{display:flex;flex-direction:row;align-items:center;gap:10px;background:#dcdcdc;border:2px solid #dcdcdc;padding:2px 20px;border-radius:30px;margin-left:auto;margin-right:auto;width:100%}.restaurant-nav .navbar .mobile-search-div .search-icon{font-size:25px}.restaurant-nav .navbar .mobile-search-div input{all:unset;width:100%}.restaurant-nav .navbar .mobile-search-div:hover{background:#dcdcdc;border:2px solid var(--button-color)}}@media(max-width:450px){.restaurant-nav .navbar .nav-search-div{padding-left:50px;padding-right:50px}.restaurant-nav .navbar .nav-search-div .search-div-section .social-links-div .copy-right-div{padding-right:0}}@media(max-width:400px){.restaurant-nav .navbar .nav-search-div{padding-left:30px;padding-right:30px}.restaurant-nav .navbar .logo-div{width:130px;height:65px;z-index:1001!important;margin-top:-3px}}.cart-details-page{z-index:1002!important;padding:50px 50px 0;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;position:relative}.cart-details-page .cart{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:50px}.cart-details-page .cart-header{display:flex;flex-direction:column;gap:20px;width:100%}.cart-details-page .main-heading{font-size:25px}.cart-details-page .cart-details-div{display:flex;flex-direction:column;gap:20px;width:100%}.cart-details-page .cart-details-div .lineItem-card{position:relative;background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;align-items:center;gap:0px}.cart-details-page .cart-details-div .lineItem-card .line-items-price-qty-div{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;gap:20px;width:100%}.cart-details-page .cart-details-div .lineItem-card .img-div{display:flex;align-items:center;justify-content:center;height:150px;width:150px;min-height:150px;min-width:150px;max-height:150px;max-width:150px;border-radius:5px;overflow:hidden;flex-shrink:0;margin:0}.cart-details-page .cart-details-div .lineItem-card .img-div svg{font-size:50px;color:#6e7190}.cart-details-page .cart-details-div .lineItem-card .img-div img{height:100%;width:100%;object-fit:cover;border-radius:5px;display:block}.cart-details-page .cart-details-div .lineItem-card .content-details-div{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:50px;flex:1;min-width:0}.cart-details-page .cart-details-div .lineItem-card .lineitem-details{display:flex;flex-direction:column;gap:30px}.cart-details-page .cart-details-div .lineItem-card .lineitem-details .product-name-div{display:flex;flex-direction:column;gap:5px}.cart-details-page .cart-details-div .lineItem-card .lineitem-details .product-name-div .product-name{font-size:18px;font-weight:600}.cart-details-page .cart-details-div .lineItem-card .lineitem-details .product-name-div .product-category{font-size:14px;color:#6e7190;margin-bottom:10px}.cart-details-page .cart-details-div .lineItem-card .lineitem-details .price-div{display:flex;flex-direction:row;align-items:flex-end;gap:10px;font-size:14px}.cart-details-page .cart-details-div .lineItem-card .lineitem-details .price-div .product-price.strike{text-decoration:line-through;color:red;font-size:12px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:20px;flex-shrink:0}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .price-div{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;gap:10px;font-size:16px;font-weight:600}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .price-div .product-price.strike{text-decoration:line-through;color:red;font-size:10px;margin-bottom:2px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px 10px;gap:10px;width:150px;background:var(--button-color);color:#fff;border:2px solid var(--button-color);border-radius:10px;transition:.5s}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div svg{cursor:pointer}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div:hover{background:transparent;color:var(--button-color)}.cart-details-page .cart-details-div .lineItem-card .remove-item{position:absolute;top:-4px;right:-4px;background:var(--button-color);border:1px solid var(--button-color);color:#fff;border-radius:50%;padding:1px;cursor:pointer;transition:.3s}.cart-details-page .cart-details-div .lineItem-card .remove-item:hover{transform:scale(1.1);transition:.3s;background:#fff!important;color:var(--button-color);border:1px solid var(--button-color)}.cart-details-page .cart-details-div .lineItem-card .cart-options-section{width:100%;padding:12px 15px;background:#f9f9f9;border-radius:8px;margin-top:15px;border-left:3px solid var(--button-color);display:flex;flex-direction:column;gap:10px}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .options-display-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .options-display-header .options-label{font-size:14px;font-weight:600;color:#333;font-family:inherit}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .options-display-header .edit-options-btn{background:none;border:none;color:var(--button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:4px;transition:all .3s;font-size:18px;font-family:inherit}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .options-display-header .edit-options-btn:hover{background:#ff98001a}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-size-display .size-display-item{display:flex;align-items:center;gap:8px;font-size:14px;font-family:inherit}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-size-display .size-display-item .size-label{font-weight:600;color:#495057}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-size-display .size-display-item .size-value{color:#333;font-weight:500}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-size-display .size-display-item .size-value.not-selected{color:#6c757d;font-style:italic}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-addons-display .selected-addons-chips{display:flex;flex-wrap:wrap;gap:8px}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-addons-display .selected-addons-chips .addon-chip{display:inline-flex;align-items:center;padding:6px 12px;background:var(--primary-color);border-radius:20px;font-size:13px;font-weight:500;color:#fff;border:none;box-shadow:0 2px 4px #0000001a;transition:all .2s;font-family:inherit}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-addons-display .selected-addons-chips .addon-chip:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026;background:var(--primary-color-dark, var(--primary-color))}.cart-details-page .cart-details-div .lineItem-card .cart-options-section .selected-addons-display .no-addons-text{font-size:13px;color:#6c757d;font-style:italic;font-family:inherit}.cart-details-page .cart-details-div .lineItem-card .size-selection-section{width:100%;margin:10px 0 0;background:#fff8e1;border-radius:12px 12px 0 0;padding:12px 15px;border:1px solid #e9ecef}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .section-header .section-title{font-size:16px;font-weight:700;color:#333;margin:0}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .section-header .required-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;background:#ff98001a;border-radius:4px}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .section-header .required-badge .required-icon{font-size:12px;font-weight:700;color:#ff9800}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .section-header .required-badge .required-text{font-size:12px;font-weight:500;color:#ff9800}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .section-subtitle{font-size:13px;color:#666;margin:0 0 12px}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list{display:flex;flex-direction:column;gap:12px}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05)}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item:last-child{border-bottom:none}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item.disabled{opacity:.5;cursor:not-allowed}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left{display:flex;align-items:center;gap:10px;flex:1}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .size-name{font-size:15px;font-weight:500;color:#333}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .popular-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;background:transparent}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .popular-badge .popular-icon{font-size:14px}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content .size-option-left .popular-badge .popular-text{font-size:12px;font-weight:500;color:#ff9800}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item .size-option-content .size-price{font-size:14px;font-weight:500;color:#333}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color);margin-left:12px;flex-shrink:0;appearance:none;border:2px solid #ccc;border-radius:50%;position:relative}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item input[type=radio]:checked{border-color:var(--primary-color)}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--primary-color)}.cart-details-page .cart-details-div .lineItem-card .size-selection-section .size-options-list .size-option-item.selected .size-option-content .size-name{font-weight:600;color:var(--primary-color)}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section{width:100%;background:#fff;padding:12px 15px;border:1px solid #e9ecef;border-top:none}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section.no-sizes{border-radius:12px 12px 0 0;border-top:1px solid #e9ecef}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .section-header .section-title{font-size:16px;font-weight:700;color:#333;margin:0}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .section-header .optional-badge .optional-text{font-size:13px;font-weight:500;color:#999}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list{display:flex;flex-direction:column;gap:12px}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05)}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item:last-child{border-bottom:none}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item.disabled{opacity:.5;cursor:not-allowed}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item .addon-option-content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item .addon-option-content .addon-name{font-size:15px;font-weight:500;color:#333}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item .addon-option-content .addon-price{font-size:14px;font-weight:500;color:#333}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color);margin-left:12px;flex-shrink:0;appearance:none;border:2px solid #ccc;border-radius:4px;position:relative}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item input[type=checkbox]:checked{border-color:var(--primary-color);background:var(--primary-color)}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.cart-details-page .cart-details-div .lineItem-card .addons-selection-section .addons-options-list .addon-option-item.selected .addon-option-content .addon-name{font-weight:600;color:var(--primary-color)}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display{width:100%;padding:12px 15px;background:#f9f9f9;border-radius:8px;margin-top:15px;border-left:3px solid var(--button-color)}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .comments-display-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .comments-display-header .comments-label{font-size:14px;font-weight:600;color:#333}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .comments-display-header .edit-comments-btn{background:none;border:none;color:var(--button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:4px;transition:all .3s;font-size:18px}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .comments-display-header .edit-comments-btn:hover{background:#ff98001a}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-option,.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:14px}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-option .option-label,.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options .option-label{font-weight:600;color:#666}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-option .option-value,.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options .option-value{color:#333}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-option .options-list,.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options .options-list{display:flex;flex-wrap:wrap;gap:4px}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-option .edit-options-btn,.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options .edit-options-btn{background:none;border:none;color:var(--button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:all .3s;font-size:16px;margin-left:auto}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-option .edit-options-btn:hover,.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options .edit-options-btn:hover{background:#ff98001a}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options{flex-direction:column;align-items:flex-start}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .cart-item-options .edit-options-btn{margin-left:0;margin-top:4px}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .add-options-btn{padding:8px 12px;background:transparent;border:2px dashed var(--button-color);border-radius:6px;color:var(--button-color);cursor:pointer;font-size:13px;font-weight:500;transition:all .3s;margin-top:4px}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .add-options-btn:hover{background:#ff98001a;border-color:var(--button-color);border-style:solid}.cart-details-page .cart-details-div .lineItem-card .cart-item-comments-display .comments-text{margin:0;font-size:14px;color:#666;line-height:1.5;white-space:pre-wrap}.cart-details-page .cart-details-div .lineItem-card .cart-item-add-comments{width:100%;margin-top:15px}.cart-details-page .cart-details-div .lineItem-card .cart-item-add-comments .add-comments-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:transparent;border:2px dashed #ddd;border-radius:8px;color:#666;cursor:pointer;font-size:14px;transition:all .3s}.cart-details-page .cart-details-div .lineItem-card .cart-item-add-comments .add-comments-btn svg{font-size:18px}.cart-details-page .cart-details-div .lineItem-card .cart-item-add-comments .add-comments-btn:hover{border-color:var(--button-color);color:var(--button-color);background:#ff98000d}.cart-details-page .cart-details-div .cart-details.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:30px;border-radius:10px}.cart-details-page .cart-details-div .cart-details.empty a{text-decoration:underline;color:var(--primary-color)}.cart-details-page .cart-details-div .cart-details.empty a:hover{text-decoration:underline;color:var(--button-color)}.cart-details-page .total-order-div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;padding-bottom:50px}.cart-details-page .total-order-div .total-amount-div{display:flex;flex-direction:row;justify-content:space-between;width:100%;font-size:18px;padding:10px 20px;border-radius:10px;border:1px solid #6E7190}.cart-details-page .total-order-div .total-amount-div .title{font-weight:600}.cart-details-page .total-order-div .total-amount-div .amount{font-weight:700;color:var(--primary-color)}.cart-details-page .total-order-div .order-type-details-div{display:flex;flex-direction:column;gap:20px;padding:10px 20px;border-radius:10px;border:1px solid #6E7190;width:100%}.cart-details-page .total-order-div .order-type-details-div .order-type-details{display:flex;flex-direction:row;justify-content:space-between;gap:20px;font-size:16px}.cart-details-page .total-order-div .order-type-details-div .order-type-details .order-type{display:flex;flex-direction:column;gap:5px;text-align:left}.cart-details-page .total-order-div .order-type-details-div .order-type-details .order-type .head{font-weight:700}.cart-details-page .total-order-div .order-type-details-div .order-type-details .order-type .value{font-size:14px}.cart-details-page .total-order-div .order-type-details-div .order-type-details .dine-in-order{text-align:right}.cart-details-page .total-order-div .order-type-details-div .order-type-details .delivery-order{display:flex;flex-direction:column;gap:5px;text-align:right}.cart-details-page .total-order-div .order-type-details-div .order-type-details .delivery-order .head{font-size:16px;font-weight:700}.cart-details-page .total-order-div .order-type-details-div .order-type-details .delivery-order .delivery-details{font-size:14px;display:flex;flex-direction:column;gap:3px}.cart-details-page .total-order-div .order-type-details-div .change-order-type{border-radius:10px;text-align:center;font-size:16px;width:fit-content;margin:0 auto}.cart-details-page .total-order-div .payment-options-section{width:100%;display:flex;flex-direction:column;gap:15px;padding:20px;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}.cart-details-page .total-order-div .payment-options-section .payment-options-title{font-size:18px;font-weight:600;color:#2c3e50;margin:0}.cart-details-page .total-order-div .payment-options-section .payment-options-list{display:flex;flex-direction:column;gap:12px}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card{display:flex;align-items:center;gap:15px;padding:15px;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card:hover{border-color:var(--button-color);box-shadow:0 2px 8px #0000001a}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card.selected{border-color:var(--button-color);background:#f0f7ff}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:var(--button-color)}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card .payment-option-content{flex:1;display:flex;flex-direction:column;gap:5px}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card .payment-option-content .payment-option-label{font-size:16px;font-weight:600;color:#2c3e50}.cart-details-page .total-order-div .payment-options-section .payment-options-list .payment-option-card .payment-option-content .payment-option-description{font-size:14px;color:#6c757d}.cart-details-page .total-order-div .order-btn{width:100%;display:flex;justify-content:center;padding:10px 20px;background-color:var(--button-color);border:1px solid var(--button-color);color:#fff;border-radius:10px;cursor:pointer;transition:.3s;font-weight:600}.cart-details-page .total-order-div .order-btn:hover{background-color:transparent;transition:.3s;color:var(--button-color)}.cart-details-page .cart-details.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;padding:30px;border-radius:10px;gap:20px}.cart-details-page .cart-details.empty .icon{margin:50px 0;font-size:100px;color:var(--primary-color)}.cart-details-page .cart-details.empty p{font-size:16px;color:#6e7190}.cart-details-page .cart-details.empty p a{text-decoration:underline}.cart-details-page .cart-details.empty p a:hover{color:var(--primary-color)}.addons-compact-section{margin-top:20px;padding:15px;background:#fff;border-radius:8px;border-left:4px solid #ff9800;box-shadow:0 2px 8px #0000000d}.addons-compact-section .addons-compact-title{font-size:14px;font-weight:600;color:#666;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.addons-compact-section .addons-compact-list{display:flex;flex-direction:column;gap:8px}.addons-compact-section .addons-compact-list .addon-compact-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9f9f9;border-radius:6px;font-size:13px;gap:10px}.addons-compact-section .addons-compact-list .addon-compact-item .addon-name{flex:1;font-weight:500;color:#333}.addons-compact-section .addons-compact-list .addon-compact-item .addon-qty-controls{display:flex;align-items:center;gap:0px}.addons-compact-section .addons-compact-list .addon-compact-item .addon-qty-controls .addon-qty-btn{display:flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:6px;border:1px solid rgba(0,0,0,.1);background:#00000008}.addons-compact-section .addons-compact-list .addon-compact-item .addon-qty-controls .addon-qty-btn:hover{transform:scale(1.1);transition:all .2s}.addons-compact-section .addons-compact-list .addon-compact-item .addon-qty-controls .addon-qty-btn:active{transform:scale(.95);transition:all .2s}.addons-compact-section .addons-compact-list .addon-compact-item .addon-qty-controls svg{cursor:pointer;color:var(--primary-color);font-size:8px;border-radius:6px;transition:all .2s}.addons-compact-section .addons-compact-list .addon-compact-item .addon-qty-controls .addon-qty{min-width:35px;text-align:center;color:#333;font-size:14px;font-weight:600}.addons-compact-section .addons-compact-list .addon-compact-item .addon-price-remove{display:flex;align-items:center;gap:10px}.addons-compact-section .addons-compact-list .addon-compact-item .addon-price-remove .addon-price{font-weight:600;color:#ff9800;min-width:80px;text-align:right}.addons-compact-section .addons-compact-list .addon-compact-item .addon-price-remove .remove-addon{cursor:pointer;color:#fff;font-size:18px;padding:1px;transition:all .2s;border-radius:6px;border:1px solid rgba(0,0,0,.1);background:var(--button-color)}.addons-compact-section .addons-compact-list .addon-compact-item .addon-price-remove .remove-addon:hover{background:#dc35451a;transform:scale(1.1);transition:all .2s;color:var(--button-color)}.addons-compact-section .addons-compact-list .addon-compact-item .addon-price-remove .remove-addon:active{transform:scale(.95);transition:all .2s}.add-common-addons-card{background:#fff;padding:20px 30px;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;transition:all .3s ease;border:2px dashed #e5e7eb;margin-top:20px}.add-common-addons-card:hover{border-color:var(--primary-color);background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.add-common-addons-card .add-common-addons-content{display:flex;align-items:center;gap:20px}.add-common-addons-card .add-common-addons-content .add-icon{font-size:40px;color:var(--primary-color)}.add-common-addons-card .add-common-addons-content .add-common-addons-text{flex:1;display:flex;flex-direction:column;gap:5px}.add-common-addons-card .add-common-addons-content .add-common-addons-text h3{font-size:18px;font-weight:600;color:#333;margin:0;font-family:Montserrat,sans-serif}.add-common-addons-card .add-common-addons-content .add-common-addons-text p{font-size:14px;color:#666;margin:0;font-family:Montserrat,sans-serif}.add-common-addons-card .add-common-addons-content .add-common-addons-arrow{font-size:24px;color:var(--primary-color);font-weight:700}.common-addon-item{border-left:4px solid var(--primary-color)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:700px){.cart-details-page .cart-details-div .lineItem-card .img-div{height:100px;width:100px;min-height:100px;min-width:100px;max-height:100px;max-width:100px}.cart-details-page .cart-details-div .lineItem-card .content-details-div{gap:20px}}@media(max-width:600px){.cart-details-page{padding:50px 30px 0}.cart-details-page .cart-details-div{margin-top:30px}.cart-details-page .cart-details-div .lineItem-card{padding:10px}.cart-details-page .cart-details-div .lineItem-card .content-details-div{gap:20px}.cart-details-page .cart-details-div .lineItem-card .content-details-div .lineitem-details{gap:10px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div{gap:5px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .price-div{flex-direction:column;justify-content:center;align-items:center;gap:5px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div{justify-content:center;padding:5px 10px;gap:10px;width:80px;background:transparent;color:#000;border:none}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div svg{cursor:pointer;border:1px solid var(--button-color);border-radius:50%;padding:2px;font-size:15px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div .qty{font-size:14px;font-weight:600;margin-top:-3px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div svg:hover{background:transparent;color:var(--button-color)}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .qty-div:hover{background:transparent;color:#000}.cart-details-page .total-order-div{padding-bottom:30px}}@media(max-width:450px){.cart-details-page .cart-details-div .lineItem-card{padding:10px}.cart-details-page .cart-details-div .lineItem-card .content-details-div .lineitem-details{gap:10px}.cart-details-page .cart-details-div .lineItem-card .content-details-div .lineitem-details .product-name-div .product-name{font-size:15px;font-weight:600}.cart-details-page .cart-details-div .lineItem-card .content-details-div .lineitem-details .product-name-div .product-category{font-size:12px;color:#6e7190}.cart-details-page .cart-details-div .lineItem-card .content-details-div .lineitem-details .price-div{flex-direction:column;align-items:flex-start;gap:3px;font-size:12px}.cart-details-page .cart-details-div .lineItem-card .content-details-div .lineitem-details .price-div .product-price.strike{font-size:10px}.cart-details-page .cart-details-div .lineItem-card .price-qty-div .price-div{font-size:13px}.cart-details-page .total-order-div .order-type-details-div .order-type-details{font-size:14px}.cart-details-page .total-order-div .order-type-details-div .order-type-details .order-type{display:flex;flex-direction:column;gap:5px;text-align:left}.cart-details-page .total-order-div .order-type-details-div .order-type-details .order-type .head{font-weight:700;font-size:14px}.cart-details-page .total-order-div .order-type-details-div .order-type-details .order-type .value{font-size:12px}.cart-details-page .total-order-div .order-type-details-div .order-type-details .dine-in-order{text-align:right}.cart-details-page .total-order-div .order-type-details-div .order-type-details .delivery-order{display:flex;flex-direction:column;gap:5px;text-align:right}.cart-details-page .total-order-div .order-type-details-div .order-type-details .delivery-order .head{font-size:14px;font-weight:700}.cart-details-page .total-order-div .order-type-details-div .order-type-details .delivery-order .delivery-details{font-size:12px;display:flex;flex-direction:column;gap:3px}.cart-details-page .total-order-div .order-type-details-div .change-order-type{font-size:14px}.cart-details-page .cart-details.empty img{width:100%;height:auto}}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;inset:0;z-index:99;background:#ffffffe6;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.comments-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1002;padding:20px}.comments-modal-overlay .comments-modal-content{background:#fff;border-radius:15px;width:100%;max-width:500px;box-shadow:0 10px 30px #0000004d;overflow:hidden;z-index:1003}.comments-modal-overlay .comments-modal-content .comments-modal-header{padding:20px;border-bottom:1px solid #eee;position:relative}.comments-modal-overlay .comments-modal-content .comments-modal-header h3{margin:0 0 8px;font-size:20px;font-weight:600;color:#333}.comments-modal-overlay .comments-modal-content .comments-modal-header .product-name-text{margin:0;font-size:14px;color:#666;font-weight:400}.comments-modal-overlay .comments-modal-content .comments-modal-header .close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:all .3s}.comments-modal-overlay .comments-modal-content .comments-modal-header .close-btn:hover{background:#f5f5f5;color:#333}.comments-modal-overlay .comments-modal-content .comments-modal-body{padding:20px}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:120px;margin-bottom:20px;transition:border-color .3s}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-textarea:focus{outline:none;border-color:#ff9800}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-textarea::placeholder{color:#999}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-modal-footer{display:flex;justify-content:flex-end;gap:12px}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-modal-footer button{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-modal-footer button.cancel-btn{background:#f5f5f5;color:#333}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-modal-footer button.cancel-btn:hover{background:#e0e0e0}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-modal-footer button.save-btn{background:#ff9800;color:#fff}.comments-modal-overlay .comments-modal-content .comments-modal-body .comments-modal-footer button.save-btn:hover{background:#f57c00}.comments-modal-overlay[dir=rtl] .comments-modal-content .comments-modal-header .close-btn{right:auto;left:15px}.comments-modal-overlay[dir=rtl] .comments-modal-content .comments-modal-body .comments-modal-footer{flex-direction:row-reverse}.common-addon-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1002;padding:20px}.common-addon-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d;overflow:hidden;z-index:1003}.common-addon-modal-content .common-addon-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:var(--primary-color);color:#fff}.common-addon-modal-content .common-addon-modal-header h3{margin:0;font-size:20px;font-weight:600;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-header .addOn-close-btn{background:transparent;border:none;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background .2s}.common-addon-modal-content .common-addon-modal-header .addOn-close-btn:hover{background:#ffffff1a}.common-addon-modal-content .common-addon-modal-body{flex:1;overflow-y:auto;padding:20px 24px}.common-addon-modal-content .common-addon-modal-body .addons-list{display:flex;flex-direction:column;gap:12px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item-wrapper{display:flex;flex-direction:column;gap:8px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item-wrapper.selected .addon-item{border-color:var(--primary-color);background:#f0f4ff}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item-wrapper.disabled{opacity:.5;pointer-events:none}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item:hover:not(.disabled){border-color:var(--primary-color);background:#f8f9fa}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item.selected{border-color:var(--primary-color);background:#f0f4ff}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item.disabled{opacity:.5;cursor:not-allowed}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item input[type=checkbox]{width:20px;height:20px;margin-right:12px;cursor:pointer;accent-color:var(--primary-color)}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-info{flex:1;display:flex;flex-direction:column;gap:4px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-info .addon-name{font-size:16px;font-weight:500;color:#333;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-info .addon-description{font-size:14px;color:#666;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-price{font-size:16px;font-weight:600;color:var(--primary-color);font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:8px 16px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;margin-left:32px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--primary-color);background:#fff;color:var(--primary-color);border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-btn:hover{background:var(--primary-color);color:#fff}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-btn:active{transform:scale(.95)}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-btn.minus:disabled{opacity:.5;cursor:not-allowed}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-value{font-size:16px;font-weight:600;color:#333;min-width:30px;text-align:center;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-total{font-size:16px;font-weight:600;color:var(--primary-color);margin-left:auto;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .no-addons{text-align:center;padding:40px 20px;color:#666}.common-addon-modal-content .common-addon-modal-body .no-addons p{font-size:16px;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .selected-total{display:flex;justify-content:space-between;align-items:center;padding:16px;margin-top:20px;background:#f8f9fa;border-radius:12px;border:2px solid var(--primary-color)}.common-addon-modal-content .common-addon-modal-body .selected-total .total-label{font-size:16px;font-weight:600;color:#333;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-body .selected-total .total-price{font-size:18px;font-weight:700;color:var(--primary-color);font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f8f9fa}.common-addon-modal-content .common-addon-modal-footer button{padding:10px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Montserrat,sans-serif}.common-addon-modal-content .common-addon-modal-footer button.cancel-btn{background:#e5e7eb;color:#333}.common-addon-modal-content .common-addon-modal-footer button.cancel-btn:hover{background:#d1d5db}.common-addon-modal-content .common-addon-modal-footer button.save-btn{background:var(--primary-color);color:#fff}.common-addon-modal-content .common-addon-modal-footer button.save-btn:hover{background:var(--primary-color-dark, #0056b3);transform:translateY(-1px);box-shadow:0 4px 8px #0003}.common-addon-modal-body::-webkit-scrollbar{width:6px}.common-addon-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.common-addon-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.common-addon-modal-body::-webkit-scrollbar-thumb:hover{background:#555}.common-addon-modal-body{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}@media(max-width:768px){.common-addon-modal-content{max-width:95%;max-height:90vh}.common-addon-modal-content .common-addon-modal-header{padding:16px 20px}.common-addon-modal-content .common-addon-modal-header h3{font-size:18px}.common-addon-modal-content .common-addon-modal-body{padding:16px 20px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item{padding:12px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-info .addon-name{font-size:14px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-info .addon-description{font-size:12px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-item .addon-price{font-size:14px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls{margin-left:0;padding:6px 12px;gap:8px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-btn{width:28px;height:28px;font-size:12px}.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-value,.common-addon-modal-content .common-addon-modal-body .addons-list .addon-quantity-controls .qty-total{font-size:14px}.common-addon-modal-content .common-addon-modal-footer{padding:16px 20px}.common-addon-modal-content .common-addon-modal-footer button{width:100%}}.product-size-addon-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1005;padding:20px;overflow-y:auto}.product-size-addon-modal-overlay .product-size-addon-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;overflow:hidden}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header h2{font-size:20px;font-weight:600;color:#333;margin:0;flex:1}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header .addon-modal-header-close-btn{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;border-radius:4px;z-index:1003}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header .addon-modal-header-close-btn:hover{background:#e9ecef;color:#333}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header .addon-modal-header-close-btn svg{font-size:24px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body{padding:24px;overflow-y:auto;flex:1}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section{margin-bottom:24px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section:last-of-type{margin-bottom:0}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .section-title{font-size:16px;font-weight:600;color:#333;margin-bottom:16px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list{display:flex;flex-direction:column;gap:12px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border:2px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-family:inherit}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item:hover:not(.disabled):not(.selected){border-color:var(--primary-color);background:#f8f9fa}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item:hover:not(.disabled):not(.selected) .size-name{color:#333}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item:hover:not(.disabled):not(.selected) .size-price{color:#666}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item:hover:not(.disabled):not(.selected) .size-price .offer-price{color:#10b981}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item:hover:not(.disabled):not(.selected) .size-price .product-price{color:#666}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item:hover:not(.disabled):not(.selected) .size-price .product-price.strike{color:#ef4444}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item.selected{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item.selected .size-name,.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item.selected .size-price{color:#fff}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item.disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-name{font-size:15px;font-weight:500;color:#333}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price{font-size:15px;font-weight:600;color:#666;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price .offer-price{font-size:15px;font-weight:600;color:#10b981}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price .product-price{font-size:15px;font-weight:600;color:#666}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price .product-price.strike{text-decoration:line-through;color:#ef4444;font-size:13px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list{display:flex;flex-direction:column;gap:12px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item:hover:not(.disabled){border-color:var(--primary-color);background:#f8f9fa}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item.selected{border-color:var(--primary-color);background:#f0f4ff}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item.selected .addon-name{color:var(--primary-color);font-weight:600}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item.disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color)}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item .addon-name{flex:1;font-size:15px;color:#333}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item .addon-price{font-size:15px;font-weight:600;color:var(--primary-color)}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .total-section{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f9fa;border-radius:8px;margin-top:20px;border:1px solid #e9ecef}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .total-section .total-label{font-size:18px;font-weight:600;color:#333}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .total-section .total-price{font-size:20px;font-weight:700;color:var(--primary-color)}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer{display:flex;flex-direction:row;gap:12px;padding:20px 24px;border-top:1px solid #e9ecef;background:#f8f9fa}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer button.cancel-btn{background:#fff;color:#666;border:2px solid #dee2e6}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer button.cancel-btn:hover{background:#f8f9fa;border-color:#adb5bd}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer button.confirm-btn{background:var(--primary-color);color:#fff}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer button.confirm-btn:hover{background:var(--secondary-color);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.product-size-addon-modal-overlay{padding:10px}.product-size-addon-modal-overlay .product-size-addon-modal-content{max-height:95vh;max-width:95%;border-radius:12px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header{padding:15px 20px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header h2{font-size:16px;font-weight:600}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-header .addon-modal-header-close-btn svg{font-size:20px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body{padding:15px 20px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section{margin-bottom:16px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .section-title{font-size:14px;font-weight:600;margin-bottom:12px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list{gap:8px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item{padding:10px 12px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-name,.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price,.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price .offer-price{font-size:14px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .sizes-list .size-item .size-price .product-price.strike{font-size:12px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list{gap:8px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item{padding:10px 12px;gap:10px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item input[type=checkbox]{width:18px;height:18px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item .addon-name,.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .options-section .addons-list .addon-item .addon-price{font-size:14px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .total-section{padding:12px;margin-top:16px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .total-section .total-label{font-size:16px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-body .total-section .total-price{font-size:18px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer{padding:15px 20px;gap:8px}.product-size-addon-modal-overlay .product-size-addon-modal-content .product-size-addon-modal-footer button{width:100%;padding:10px 20px;font-size:14px}}.order-section-container{position:relative}.order-section-container .refresh-orders-btn{position:fixed;bottom:40px;right:40px;background:linear-gradient(135deg,var(--primary-color) 0%,color-mix(in srgb,var(--primary-color) 80%,#000) 100%);color:#fff;border:none;border-radius:50px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #0003;transition:all .3s ease;z-index:1005;width:50px;height:50px;justify-content:center}.order-section-container .refresh-orders-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.order-section-container .refresh-orders-btn:active:not(:disabled){transform:translateY(0)}.order-section-container .refresh-orders-btn:disabled{cursor:not-allowed;opacity:.8}.order-section-container .refresh-orders-btn.refreshing{background:linear-gradient(135deg,#6b7280,#4b5563)}.order-section-container .refresh-orders-btn .refresh-icon{font-size:25px;transition:transform .3s ease}.order-section-container .refresh-orders-btn .refresh-icon.spinning{animation:spin 1s linear infinite}.order-section-container .refresh-orders-btn .refresh-text{white-space:nowrap}.order-section{z-index:1;padding:50px 50px 0;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;position:relative}.order-section .order-div{width:100%;height:100%;display:flex;flex-direction:column;gap:50px}.order-section .order-heading{display:flex;flex-direction:column;background:#fff;border-radius:10px;justify-content:space-between;gap:30px}.order-section .order-heading .head-div{display:flex;flex-direction:column;gap:10px}.order-section .order-heading .filter-div{display:flex;justify-content:flex-end;gap:50px}.order-section .order-heading .filter-div .sort-show{display:flex;align-items:center;gap:10px}.order-section .order-heading .filter-div .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.order-section .order-heading .filter-div .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.order-section .order-heading .filter-div .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.order-section .order-heading .filter-div select{border:none;background:transparent;font-size:16px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.order-section .customer-order-grid{display:flex;flex-direction:column;gap:30px;padding-bottom:50px}.order-section .customer-order-grid .customer-order-card{display:flex;flex-direction:column;gap:30px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}.order-section .customer-order-grid .customer-order-card .order-no-status-div{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div{display:flex;flex-direction:column;text-align:left;gap:10px}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div span{font-size:18px;font-weight:700}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info{display:flex;flex-direction:column;gap:5px;margin-top:10px;padding:10px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-label{font-size:14px;font-weight:600;color:#6c757d}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-status{font-size:14px;font-weight:600;padding:4px 8px;border-radius:4px;display:inline-block;width:fit-content}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-status.payment-paid{color:#28a745;background:#d4edda}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-status.payment-pending{color:#ffc107;background:#fff3cd}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-status.payment-failed{color:#dc3545;background:#f8d7da}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-status.payment-refunded{color:#6c757d;background:#e9ecef}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div .payment-status-info .payment-option{font-size:12px;color:#6c757d;font-style:italic}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-status{display:flex;flex-direction:column;text-align:right;gap:5px}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-status span{font-size:18px;font-weight:700}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .order-price{display:flex;flex-direction:column;gap:5px}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .order-price span{font-size:18px;font-weight:700}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .btn-dark.cancel{background:var(--primary-color);color:#fff}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .btn-dark.cancel:hover{cursor:not-allowed;background:var(--primary-color);color:#fff}.order-section .customer-order-grid .customer-order-card .lineItems-grid{display:flex;flex-direction:column;gap:30px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section{margin-top:20px;padding:15px;background:#fff;border-radius:8px;border-left:4px solid #ff9800;box-shadow:0 2px 8px #0000000d}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-title{font-size:14px;font-weight:600;color:#666;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list{display:flex;flex-direction:column;gap:8px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9f9f9;border-radius:6px;font-size:13px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item .addon-name{flex:1;font-weight:500;color:#333}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item .addon-qty{margin:0 15px;color:#666;font-size:12px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item .addon-price{font-weight:600;color:#ff9800;min-width:80px;text-align:right}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card{display:flex;flex-direction:row;gap:20px;justify-content:flex-start}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .img-div{height:150px;width:200px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .img-div img{height:100%;width:100%;object-fit:cover;border-radius:5px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:flex-end;gap:30px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name-div{display:flex;flex-direction:column;gap:5px;justify-content:flex-start;align-items:flex-start;text-align:left}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-category{color:#6e7190}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .price-qty-div{display:flex;flex-direction:column;gap:5px;justify-content:flex-end;align-items:flex-end;text-align:right}.order-section .order-details.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;padding:30px;border-radius:10px;gap:20px}.order-section .order-details.empty img{width:300px;height:auto}.order-section .order-details.empty p{font-size:16px;color:#6e7190}.order-section .order-details.empty p a{text-decoration:underline;cursor:pointer}.order-section .order-details.empty p a:hover{color:#eb3424}.order-section.ar .customer-order-grid .customer-order-card .order-no-status-div{align-items:flex-end}.order-section.ar .customer-order-grid .customer-order-card .order-no-status-div .order-no-div{text-align:right}.order-section.ar .customer-order-grid .customer-order-card .order-no-status-div .order-status{text-align:left}.order-section.ar .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card{justify-content:flex-end}.order-section.ar .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div{align-items:end}.order-section.ar .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name-div{text-align:right}.order-section.ar .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .price-qty-div{text-align:left}@media(max-width:600px){.order-section{padding:50px 30px 0}.order-section .customer-order-grid{padding-bottom:50px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .img-div{height:100px;width:150px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div{gap:20px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name{font-size:18px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-category{font-size:15px;color:#6e7190}}@media(max-width:450px){.order-section .customer-order-grid .customer-order-card{padding:20px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .img-div{height:80px;width:120px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div{gap:10px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name{font-size:16px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-category{font-size:13px}.order-section .customer-order-grid .customer-order-card .lineItems-grid .lineItems-card .price-qty-div,.order-section .customer-order-grid .customer-order-card .order-no-status-div{font-size:14px}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div{gap:5px}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-no-div span{font-size:16px}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-status{gap:5px}.order-section .customer-order-grid .customer-order-card .order-no-status-div .order-status span{font-size:16px}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div{font-size:14px}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .order-price span{font-size:16px}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .btn-dark.cancel{background:var(--primary-color);color:#fff}.order-section .customer-order-grid .customer-order-card .cancel-order-price-div .btn-dark.cancel:hover{cursor:not-allowed;background:var(--primary-color);color:#fff}.order-section .order-details.empty img{width:250px;height:auto}}.confirm-toast-cancel-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeInScale .4s cubic-bezier(.34,1.56,.64,1) forwards}.confirm-toast-cancel-container.exit{animation:fadeOutScale .3s ease-in forwards}.confirm-toast-cancel-container .backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:-1}.confirm-toast-cancel-container .confirm-toast-cancel{background:linear-gradient(135deg,#fff,#f8f9fa);padding:24px 28px;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;font-family:Montserrat,sans-serif;color:#2c3e50;display:flex;flex-direction:column;align-items:center;width:400px;position:relative;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.confirm-toast-cancel-container .confirm-toast-cancel .close-icon{position:absolute;top:12px;right:12px;color:#666;cursor:pointer;font-size:18px;transition:all .2s ease;z-index:10}.confirm-toast-cancel-container .confirm-toast-cancel .close-icon:hover{color:#333;transform:scale(1.1)}.confirm-toast-cancel-container .message{font-size:16px;font-weight:600;margin-bottom:20px;text-align:center;line-height:1.5;color:#2c3e50}.confirm-toast-cancel-container .reason-input-section{width:100%;margin-bottom:20px}.confirm-toast-cancel-container .reason-label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.confirm-toast-cancel-container .reason-textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-family:Montserrat,sans-serif;font-size:14px;resize:vertical;min-height:80px;transition:all .2s ease}.confirm-toast-cancel-container .reason-textarea:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.confirm-toast-cancel-container .reason-textarea:disabled{background-color:#f9fafb;cursor:not-allowed}.confirm-toast-cancel-container .reason-textarea::placeholder{color:#9ca3af}.confirm-toast-cancel-container .buttons{display:flex;gap:16px;width:100%;justify-content:center}.confirm-toast-cancel-container .yes-btn,.confirm-toast-cancel-container .no-btn{padding:12px 24px;border-radius:12px;font-family:Montserrat,sans-serif;cursor:pointer;font-size:14px;font-weight:600;border:none;transition:all .3s ease;width:140px;height:48px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px}.confirm-toast-cancel-container .yes-btn:disabled,.confirm-toast-cancel-container .no-btn:disabled{cursor:not-allowed;opacity:.7}.confirm-toast-cancel-container .yes-btn .button-text,.confirm-toast-cancel-container .no-btn .button-text{white-space:nowrap;min-width:0}.confirm-toast-cancel-container .yes-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d;border:2px solid #ef4444}.confirm-toast-cancel-container .yes-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:transparent;color:#ef4444;border:2px solid #ef4444}.confirm-toast-cancel-container .yes-btn:active:not(:disabled){transform:translateY(0)}.confirm-toast-cancel-container .no-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d;border:2px solid #10b981}.confirm-toast-cancel-container .no-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:transparent;color:#10b981;border:2px solid #10b981}.confirm-toast-cancel-container .no-btn:active:not(:disabled){transform:translateY(0)}.confirm-toast-cancel-container .loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeInScale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeOutScale{0%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}@media(max-width:600px){.confirm-toast-cancel-container .confirm-toast-cancel{width:90%;padding:20px 24px;justify-content:center;text-align:center}.confirm-toast-cancel-container .message{font-size:14px}.confirm-toast-cancel-container .yes-btn,.confirm-toast-cancel-container .no-btn{padding:10px 20px;font-size:12px;min-width:100px}}.status-change-toast-container{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.status-change-toast-container.exit{animation:fadeOut .3s ease-in}.status-change-toast{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:450px;width:90%;max-height:80vh;overflow-y:auto;position:relative;animation:slideInScale .3s ease-out}.status-change-toast .toast-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.status-change-toast .toast-header .header-content{display:flex;align-items:center;gap:12px}.status-change-toast .toast-header .header-content .icon-wrapper{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.status-change-toast .toast-header .header-content .icon-wrapper .status-icon{font-size:20px}.status-change-toast .toast-header .header-content .toast-title{margin:0;font-size:18px;font-weight:600;color:#1f2937}.status-change-toast .toast-header .close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.status-change-toast .toast-header .close-btn:hover{background:#f3f4f6;color:#374151}.status-change-toast .toast-header .close-btn svg{width:20px;height:20px}.status-change-toast .toast-body{padding:20px 24px}.status-change-toast .toast-body .order-no{margin-bottom:16px;font-size:14px;color:#374151}.status-change-toast .toast-body .order-no strong{color:#1f2937;font-weight:600}.status-change-toast .toast-body .order-type{margin-bottom:16px;font-size:14px;color:#374151}.status-change-toast .toast-body .order-type strong{color:#1f2937;font-weight:600}.status-change-toast .toast-body .order-info,.status-change-toast .toast-body .customer-info{margin-bottom:16px;font-size:14px;color:#374151}.status-change-toast .toast-body .order-info strong,.status-change-toast .toast-body .customer-info strong{color:#1f2937;font-weight:600}.status-change-toast .toast-body .customer-info .customer-details{margin-bottom:8px}.status-change-toast .toast-body .customer-info .customer-phone{font-size:13px;color:#6b7280}.status-change-toast .toast-body .status-update{margin-bottom:16px}.status-change-toast .toast-body .status-update strong{display:block;margin-bottom:8px;color:#1f2937;font-weight:600;font-size:14px}.status-change-toast .toast-body .status-update .status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;color:#fff;font-weight:600;font-size:14px}.status-change-toast .toast-body .status-update .status-badge .status-icon{font-size:16px}.status-change-toast .toast-body .status-update .status-badge .status-text{font-size:14px}.status-change-toast .toast-body .cancellation-reason{margin-bottom:16px;font-size:14px;color:#374151}.status-change-toast .toast-body .cancellation-reason strong{color:#1f2937;font-weight:600;display:block;margin-bottom:8px}.status-change-toast .toast-body .cancellation-reason .reason-text{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px;color:#7f1d1d;font-style:italic;line-height:1.5}.status-change-toast .toast-footer{padding:16px 24px 20px;border-top:1px solid #e5e7eb}.status-change-toast .toast-footer .acknowledge-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;box-shadow:0 4px 12px #10b9814d}.status-change-toast .toast-footer .acknowledge-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.status-change-toast .toast-footer .acknowledge-btn:active{transform:translateY(0)}.status-change-toast .toast-footer .acknowledge-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.status-change-toast .toast-footer .acknowledge-btn .check-icon{width:18px;height:18px}@media(max-width:600px){.status-change-toast{width:95%;max-width:none;margin:20px}.status-change-toast .toast-header{padding:16px 20px 12px}.status-change-toast .toast-header .header-content .toast-title{font-size:16px}.status-change-toast .toast-body{padding:16px 20px}.status-change-toast .toast-footer{padding:12px 20px 16px}.status-change-toast .toast-footer .acknowledge-btn{padding:10px 20px;font-size:13px}}.restaurant-footer{background:#fff;padding:30px 50px;width:100%!important;margin-top:50px;box-shadow:0 -1px 20px #0000001a}.restaurant-footer .footer-section{display:flex;flex-direction:row;gap:50px;align-items:center;justify-content:space-between;width:100%;white-space:nowrap;font-size:14px}.restaurant-footer .footer-section .social-links{display:flex;flex-direction:row;gap:20px;align-items:center;transition:.3s all}.restaurant-footer .footer-section .social-links svg{font-size:25px;transition:.3s all;cursor:pointer}.restaurant-footer .footer-section .social-links svg:hover{color:var(--primary-color)}.restaurant-footer .footer-section .nav-links{display:flex;flex-direction:row;align-items:center;gap:10px;transition:.5;cursor:pointer}.restaurant-footer .footer-section .nav-links p:hover{color:#eb3424;transition:.5}@media(max-width:1200px){.restaurant-footer{box-shadow:0 -1px 20px #0000001a}.restaurant-footer .footer-section{flex-direction:column;align-items:center;gap:20px}}@media(max-width:500px){.restaurant-footer{display:none}}.order-type-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:2000}.order-type-modal-overlay .modal-content{position:relative;background:#fff;padding:50px 30px 30px;border-radius:16px;max-width:400px;width:90%;box-shadow:0 5px 30px #00000040;animation:fadeIn .3s ease-in-out}.order-type-modal-overlay .modal-content .close-btn{position:absolute;top:15px;right:15px;font-size:25px}.order-type-modal-overlay .modal-content .select-order-type-div .head{text-align:center;font-size:22px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;border:2px solid #dcdcdc;border-radius:12px;cursor:pointer;transition:.3s ease;max-width:100px;width:100px;height:100px;text-align:center}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option .order-icon{font-size:25px;margin-bottom:8px;color:var(--primary-color)}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option p{font-size:14px;font-weight:500}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option:hover{background-color:var(--primary-color);color:#fff}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option.active{border-color:var(--primary-color);background-color:var(--primary-color);color:#fff}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option.active .order-icon,.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option:hover .order-icon{color:#fff}.order-type-modal-overlay .modal-content .select-order-type-div .btn{width:80px;margin-left:auto;margin-right:auto}.order-type-modal-overlay .modal-content .select-table-number{display:flex;flex-direction:column;justify-content:center;align-items:center}.order-type-modal-overlay .modal-content .head{font-size:25px;margin-bottom:20px}.order-type-modal-overlay .modal-content .table-number-input-div{width:200px;display:flex;flex-direction:row;align-items:center;gap:10px;border:2px solid #dcdcdc;padding:8px 10px;border-radius:30px;transition:.3s all;cursor:pointer;margin-left:auto;margin-right:auto}.order-type-modal-overlay .modal-content .table-number-input-div select{width:100%;border:none;background:transparent;font-size:16px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none}.order-type-modal-overlay .modal-content .table-number-input-div svg{font-size:30px}.order-type-modal-overlay .modal-content .table-number-input-div input{all:unset;width:100%}.order-type-modal-overlay .modal-content .table-number-input-div:hover{background:#dcdcdc}.order-type-modal-overlay .modal-content .custom-modal h1{font-size:22px;margin-bottom:20px;text-align:center}.order-type-modal-overlay .modal-content .btn-div{width:300px;display:flex;gap:10px;justify-content:center;margin-top:20px;margin-left:auto;margin-right:auto}.order-type-modal-overlay .modal-content .btn-div .btn{width:100px}.order-type-modal-overlay .modal-content .address-form-body{display:flex;flex-direction:column;gap:20px;width:100%;position:relative}.order-type-modal-overlay .modal-content .address-form-body .address-head{font-size:22px}.order-type-modal-overlay .modal-content .address-form-body .address-details{width:100%;display:flex;flex-direction:column;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form{display:flex;flex-direction:column;gap:10px;width:100%}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .same-line{display:flex;flex-direction:row;gap:10px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field{width:100%;border-radius:10px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root{color:#000;border-radius:30px;transition:all .3s ease}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root fieldset{border-color:#000;border-width:1.5px;transition:.3s}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root:hover fieldset,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#000;border-width:2px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root .MuiInputBase-input,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root .MuiInputBase-input.MuiOutlinedInput-inputMultiline{padding:12px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root{color:#000;top:50%;padding-left:20px;transform:translateY(-50%);transition:all .2s ease}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root.Mui-focused,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root.MuiInputLabel-shrink{color:#000;top:-8px;transform:translateY(0) scale(.75)}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputBase-input,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiSelect-select{color:#000;text-align:left}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .start-adornment{color:#000;font-weight:500}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div{display:flex;flex-direction:column;gap:10px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div .address-label{display:flex;flex-direction:row;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div .custom-radio{font-family:Oswald,sans-serif;font-size:16px;color:#000;cursor:pointer}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div .custom-radio input[type=radio]{accent-color:black;margin-right:10px;cursor:pointer}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div{margin-top:10px;display:flex;flex-direction:row;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .switch{position:relative;display:inline-block;width:42px;height:24px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .switch input{opacity:0;width:0;height:0}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div input:checked+.slider{background-color:#000}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div input:checked+.slider:before{transform:translate(18px)}.order-type-modal-overlay .modal-content .address-form-body .btn-div{display:flex;flex-direction:row;align-items:center;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .btn-div .btn{width:100px}@media(max-width:500px){.order-type-modal-overlay .modal-content{padding:50px 20px 20px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options{gap:10px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option{padding:12px;width:100%;max-width:100px;text-align:center}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option .order-icon{font-size:22px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option p{font-size:13px;font-weight:500}}.admin-layout .dashboard-head{font-size:25px}.admin-layout .btn-dark{height:45px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;border-radius:10px;padding:10px 15px;background:transparent;border:2px solid #FE931D;color:#fe931d;transition:.3s;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.admin-layout .btn-dark svg{font-size:23px}.admin-layout .btn-dark:hover{background:#fe931d;color:#fff;transition:.3s;border:2px solid #FE931D}.admin-layout .btn-dark-fill{height:45px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;border-radius:10px;padding:10px 15px;background:#fe931d;border:2px solid #FE931D;color:#fff;transition:.3s;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.admin-layout .btn-dark-fill svg{font-size:23px}.admin-layout .btn-dark-fill:hover{background:#fff;color:#fff;transition:.3s;border:2px solid #FE931D;color:#fe931d}.admin-layout button{font-family:Montserrat,sans-serif}@media(max-width:600px){.admin-layout .dashboard-head{font-size:22px}.admin-layout .btn-dark{padding:8px 12px;gap:5px;border:1.5px solid #FE931D;font-size:14px}.admin-layout .btn-dark svg{font-size:20px}.admin-layout .btn-dark:hover{background:#fe931d;color:#fe931d}}.admin-nav{position:fixed;background:#fff;display:flex;flex-direction:column;top:0;left:0;right:0;margin:0 auto;z-index:1000;width:100%;height:80px;box-shadow:0 0 40px #00000014}.admin-nav .navbar{padding:10px 50px;display:flex;flex-direction:row;justify-content:space-between;gap:50px;align-items:center;width:100%;height:80px}.admin-nav .navbar .logo-div{width:160px;height:80px}.admin-nav .navbar .logo-div img{width:100%;height:100%;object-fit:cover}.admin-nav .navbar .profile-div{border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:20px}.admin-nav .navbar .profile-div .profile-image-div{width:50px;height:50px}.admin-nav .navbar .profile-div .profile-image-div img{width:100%;height:100%;border-radius:50%;object-fit:cover}.admin-nav .navbar .profile-div .profile-details{display:flex;flex-direction:column;align-items:flex-start}.admin-nav .navbar .profile-div .profile-details .profile-name{font-size:16px}.admin-nav .navbar .profile-div .profile-details .profile-email{font-size:14px}@media(max-width:600px){.admin-nav .navbar{padding:10px 30px}.admin-nav .navbar .logo-div{width:150px;height:75px}.admin-nav .navbar .profile-div .profile-image-div{width:40px;height:40px}.admin-nav .navbar .profile-div .profile-details{display:none}}.pagenotfound{display:flex;padding:100px 50px;justify-content:center;align-items:center;height:100vh;text-align:center;overflow:hidden}.pagenotfound .notfound img{width:400px;height:auto}.pagenotfound .notfound h1{font-size:30px;padding:30px}.pagenotfound .goto-home{font-size:18px}.pagenotfound .goto-home a{color:#be3030;text-decoration:underline;transition:.5s}.pagenotfound .goto-home a:hover{font-weight:500;transition:.5s}.pagenotfound .btn-dark{margin-top:20px;width:170px;margin-left:auto;margin-right:auto}@media screen and (max-width:768px){.pagenotfound .notfound img{width:300px;height:auto}.pagenotfound .notfound h1{font-size:18px;padding:20px}}@media screen and (max-width:500px){.pagenotfound{padding:100px 30px}.pagenotfound .notfound img{width:200px;height:auto}}.restaurant-admin-layout .dashboard-head{font-size:25px}.restaurant-admin-layout .btn{border-radius:10px;padding:10px 15px;display:flex;flex-direction:row;justify-content:center;text-align:center;gap:10px;align-items:center;background:transparent;transition:.3s all;cursor:pointer;font-size:16px;font-weight:600;border:none}.restaurant-admin-layout .btn svg{font-size:10px}.restaurant-admin-layout .btn-primary{background:var(--primary-color);border:2px solid var(--primary-color);color:#fff}.restaurant-admin-layout .btn-primary:hover{background:#fff;color:var(--primary-color)!important}.restaurant-admin-layout .btn-primary-border{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.restaurant-admin-layout .btn-primary-border:hover{background:var(--primary-color);color:#fff}@media(max-width:600px){.restaurant-admin-layout .dashboard-head{font-size:22px}.restaurant-admin-layout .btn{padding:8px 12px;gap:5px;font-size:14px}.restaurant-admin-layout .btn svg{font-size:20px}.restaurant-admin-layout .btn:hover{color:#fff}}.restaurant-admin-nav{position:fixed;background:#fff;display:flex;flex-direction:column;top:0;left:0;right:0;margin:0 auto;z-index:1000;width:100%;height:80px;box-shadow:0 0 40px #00000014}.restaurant-admin-nav .navbar{padding:10px 50px;display:flex;flex-direction:row;justify-content:space-between;gap:50px;align-items:center;width:100%;height:80px}.restaurant-admin-nav .navbar .logo-div{width:160px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden}.restaurant-admin-nav .navbar .logo-div img{max-width:100%;max-height:100%;object-fit:contain;display:block}.restaurant-admin-nav .navbar .profile-div{border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:20px}.restaurant-admin-nav .navbar .profile-div .profile-image-div{width:50px;height:50px}.restaurant-admin-nav .navbar .profile-div .profile-image-div img{width:100%;height:100%;border-radius:50%;object-fit:cover}.restaurant-admin-nav .navbar .profile-div .profile-details{display:flex;flex-direction:column;align-items:flex-start}.restaurant-admin-nav .navbar .profile-div .profile-details .profile-name{font-size:16px}.restaurant-admin-nav .navbar .profile-div .profile-details .profile-email{font-size:14px}@media(max-width:600px){.restaurant-admin-nav .navbar{padding:10px 30px}.restaurant-admin-nav .navbar .logo-div{width:150px;height:75px}.restaurant-admin-nav .navbar .profile-div .profile-image-div{width:40px;height:40px}.restaurant-admin-nav .navbar .profile-div .profile-details{display:none}}.restaurant-admin-dashboard{background:#f5f5f5;margin-top:80px;height:calc(100vh - 80px);overflow:hidden}.restaurant-admin-dashboard-home-section{display:flex;width:100%;height:100%;overflow:hidden}.restaurant-admin-dashboard-home-section .dashboard-navigation-div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:300px;background:#fff;box-shadow:0 0 40px #00000014;overflow-y:auto;transition:.5s;z-index:1000}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-hr-1{border:1px solid #e0e0e0;width:100%;height:1px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .close-menu-btn{position:fixed;top:50%;left:300px;transform:translateY(-50%);background:var(--primary-color);color:#fff;height:50px;width:15px;display:flex;justify-content:center;align-items:center;border-top-right-radius:10px;border-bottom-right-radius:10px;cursor:pointer;transition:.5s;box-shadow:0 0 40px #00000014;z-index:1000}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .close-menu-btn .icon{font-size:50px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head{padding:30px;border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:20px;width:100%;width:300px;cursor:pointer;position:relative}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .icon{font-size:25px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .heading{font-size:20px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .test-connection-btn{position:absolute;right:10px;background:#007bff;color:#fff;border:none;padding:5px 10px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease;z-index:10}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .test-connection-btn:hover{background:#0056b3;transform:scale(1.05)}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid{margin-top:20px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div{height:100%;width:100%;background:#fff;padding:0}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .heading{padding:0 30px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .heading .main-heading{font-size:18px;letter-spacing:1px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .dashboard-hr-2{margin-top:10px;border:.5px solid #e0e0e0;width:280px;height:1px;margin-left:auto;margin-right:auto}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul{margin:15px 10px;width:280px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li{display:flex;flex-direction:column;padding:10px 30px;border-left:3px solid white;cursor:pointer;transition:.5s;font-size:14px;font-weight:500}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li.active{font-weight:600;border-left:3px solid #470531;transition:.5s;background:#eaeaea}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li:hover{background:#eaeaea;border-left:3px solid #470531;transition:.5s}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul{padding-left:10px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul .dropdown-li{display:flex;flex-direction:column;padding:10px 30px;cursor:pointer}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div:last-child .dashboard-hr-2{display:none}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .logout-div{width:100%;padding:30px;display:flex;justify-content:flex-start;align-items:center;text-align:left;gap:10px;cursor:pointer;font-weight:600}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .logout-div svg{font-size:25px;transition:transform .2s ease}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .logout-div p{transition:transform .2s ease}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .logout-div:hover svg,.restaurant-admin-dashboard-home-section .dashboard-navigation-div .logout-div:hover p{transform:translate(4px)}.restaurant-admin-dashboard-home-section .dashboard-navigation-div.close{margin-left:-300px;transition:.5s}.restaurant-admin-dashboard-home-section .dashboard-navigation-div.close .close-menu-btn{left:0;transition:.5s}.restaurant-admin-dashboard-home-section .dashboard-overview-div{flex:1;background:#eaeaea;padding:30px;overflow-y:auto;max-height:100%;gap:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-head{font-size:30px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid{margin-top:50px;display:flex;flex-wrap:wrap;gap:30px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:250px;height:250px;background:var(--primary-color);color:#fff;padding:20px 30px;border-radius:10px;gap:20px;cursor:pointer;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .icon{font-size:50px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details{display:flex;flex-direction:column;justify-content:flex-start;gap:5px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details .title{font-size:25px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details .nos{font-size:18px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);text-shadow:0 1px 2px rgba(0,0,0,.2)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.notification-card,.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.notification-card .notification-bell{position:relative}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.notification-card .notification-bell .notification-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;animation:pulse 2s infinite}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.recent-orders-card{position:relative;background:var(--primary-color);color:#fff;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.recent-orders-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.recent-orders-card .recent-orders-icon{position:relative;color:#fff;font-size:70px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.recent-orders-card .recent-orders-icon .recent-orders-badge{position:absolute;top:-5px;right:-5px;background:#ff6b35;color:#fff;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;animation:bounce 1s infinite}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.recent-orders-card .overview-details .title{color:#fff;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card.recent-orders-card .overview-details .nos{color:#fffffff2;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section{margin-top:50px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container{display:grid;grid-template-columns:1fr 1fr;gap:25px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #4705311f}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header{background:var(--primary-color);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content{display:flex;align-items:center;gap:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content .header-icon{font-size:24px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content .card-title{font-size:18px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);margin:0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .notification-count{background:#fff3;color:#fff;padding:6px 12px;border-radius:20px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);font-size:14px;min-width:30px;text-align:center}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content{padding:20px;min-height:200px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notifications-list,.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-calls-list{display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item,.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:15px;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item:hover,.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item:hover{background:#f1f3f4;border-color:#470531}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item{display:flex;justify-content:space-between;align-items:center}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info{flex:1}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-header .order-number{font-size:16px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);color:#470531}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-header .order-type-badge{background:#470531;color:#fff;padding:3px 8px;border-radius:12px;font-size:10px;font-weight:500}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-details .location-info{font-size:14px;color:#666;margin:0 0 4px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-details .order-time{font-size:12px;color:#999;margin:0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .view-btn{background:#470531;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .view-btn:hover{background:#5a0640;transform:scale(1.05)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item{display:flex;justify-content:space-between;align-items:center}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-info{display:flex;flex-direction:column;gap:4px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-info .table-number{font-size:16px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);color:#dc3545}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-info .call-message{font-size:14px;color:#666}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-time{font-size:12px;color:#999;font-weight:500}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .more-items{text-align:center;padding:12px;background:#f8f9fa;border-radius:8px;border:1px dashed #dee2e6;margin-bottom:15px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .more-items p{margin:0;color:#666;font-size:13px;font-style:italic}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .card-footer{border-top:1px solid #f0f0f0;padding-top:15px;text-align:center}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .card-footer .view-all-btn{background:transparent;color:#470531;border:2px solid #470531;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;width:100%}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .card-footer .view-all-btn:hover{background:#470531;color:#fff;transform:translateY(-1px)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#999}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .empty-state .empty-icon{font-size:48px;color:#ddd;margin-bottom:15px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .empty-state p{margin:0;font-size:16px;color:#666}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .order-notifications-card .card-header{background:linear-gradient(135deg,#470531,#5a0640)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .waiter-calls-card .card-header{background:linear-gradient(135deg,#dc3545,#c82333)}@media(max-width:768px){.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section{margin-top:30px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container{grid-template-columns:1fr;gap:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header{padding:15px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content .header-icon{font-size:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content .card-title{font-size:16px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .notification-count{padding:4px 10px;font-size:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content{padding:15px;min-height:auto}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item,.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item{padding:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item:hover,.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item:hover{transform:none}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item{flex-direction:column;align-items:flex-start;gap:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .view-btn{align-self:flex-end;padding:6px 12px;font-size:11px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-info .table-number{font-size:14px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-info .call-message{font-size:13px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item .call-time{font-size:11px}}@media(max-width:480px){.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section{margin-top:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container{gap:15px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card{border-radius:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header{padding:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content{gap:8px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content .header-icon{font-size:18px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-header .header-content .card-title{font-size:14px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content{padding:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item,.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .waiter-call-item{padding:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-header .order-number{font-size:14px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-header .order-type-badge{font-size:9px;padding:2px 6px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-details .location-info{font-size:13px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .restaurant-notifications-section .notifications-container .notification-card .card-content .notification-item .notification-info .notification-details .order-time{font-size:11px}}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section{margin-top:30px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin-bottom:20px;overflow:visible}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header{background:var(--primary-color);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:10px 10px 0 0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-title{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);border-radius:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-title .notifications-icon{font-size:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions{display:flex;gap:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn:hover{background:#c82333}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .toggle-notifications-btn{background:var(--primary-color);color:#fff;border:2px solid white;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .toggle-notifications-btn:hover{background:#fff;color:var(--primary-color)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .order-dashboard-home-section .notifications-content-wrapper{background:transparent}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section{margin-top:30px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin-bottom:20px;overflow:visible}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-header{background:var(--primary-color);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:10px 10px 0 0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-header .notifications-title{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-header .notifications-title .notifications-icon{font-size:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .waiter-call-card{border-left:4px solid #dc3545;background:#fff5f5}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .waiter-call-card:hover{border-left-color:#c82333;background:#ffebee}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-actions.waiter-calls-actions{display:flex;gap:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-actions.waiter-calls-actions .bulk-delete-notifications-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-actions.waiter-calls-actions .bulk-delete-notifications-btn:hover{background:#c82333}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-actions.waiter-calls-actions .toggle-notifications-btn{background:var(--primary-color);color:#fff;border:2px solid white;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .waiter-calls-section .notifications-section .notifications-actions.waiter-calls-actions .toggle-notifications-btn:hover{background:#fff;color:var(--primary-color)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content{padding:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-controls{margin-bottom:15px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-controls .select-all-notifications{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-controls .select-all-notifications input[type=checkbox]{width:16px;height:16px;cursor:pointer}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list{display:flex;flex-direction:column;gap:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:15px;display:flex;flex-direction:column;align-items:flex-start;gap:15px;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card.unread{border-left:4px solid #470531;background:#fff8f0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card.read{opacity:.8}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-card-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-checkbox{margin-top:5px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content{flex:1}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-order-no{font-size:16px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);color:#470531;margin:0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge{display:flex;align-items:center;gap:5px;background:#470531;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge .icon{font-size:16px;color:#fff;margin-top:2px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge.waiter-call{background:#dc3545;color:#fff}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-status-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-status-badge.requested{background:#fff3cd;color:#856404}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-status-badge.accepted{background:#d4edda;color:#155724}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-status-badge.declined{background:#f8d7da;color:#721c24}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-time{font-size:12px;color:#6c757d;margin-left:auto}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-details .notification-location{display:flex;align-items:center;gap:5px;font-size:14px;color:#495057;margin:0 0 5px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-details .notification-location .icon{font-size:16px;color:#470531;margin-top:2px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-details .notification-location p{margin:0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-content .notification-details .notification-message{font-size:14px;color:#6c757d;line-height:1.4;margin:0 0 0 10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions{display:flex;flex-direction:column;gap:8px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .btn-sm{padding:4px 8px;font-size:12px;border-radius:4px;border:none;cursor:pointer;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .accept-btn{background:#28a745;color:#fff}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .accept-btn:hover{background:#218838}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .reject-btn{background:#ffc107;color:#212529}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .reject-btn:hover{background:#e0a800}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .mark-read-btn{background:#28a745;color:#fff}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .mark-read-btn .icon{font-size:16px;margin-left:-5px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .mark-read-btn:hover{background:#218838}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .mark-read-btn:disabled{background:#6c757d;cursor:not-allowed}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .view-details-btn{background:#17a2b8;color:#fff}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .view-details-btn:hover{background:#138496}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .remove-notification-btn{background:#dc3545;color:#fff;display:flex;align-items:center;justify-content:center}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-actions .remove-notification-btn:hover{background:#c82333}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details{width:100%}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content{padding:15px 0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items{margin-bottom:20px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .summary-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .details-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .items-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .summary-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .details-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .items-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .summary-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .details-title,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-title{font-size:14px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);color:#470531;margin:0 0 10px;padding-bottom:5px;border-bottom:1px solid #e9ecef}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .order-info p,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .customer-info p,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .order-info p,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .customer-info p,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .order-info p,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .customer-info p{margin:5px 0;font-size:13px;color:#495057}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .order-info p strong,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .customer-info p strong,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .order-info p strong,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .customer-info p strong,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .order-info p strong,.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .customer-info p strong{color:#212529}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list{display:flex;flex-direction:column;gap:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;display:flex;gap:12px;transition:all .3s ease}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card:hover{border-color:#470531;box-shadow:0 2px 8px #4705311a}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-image img{width:100%;height:100%;object-fit:cover}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details{flex:1}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-name{font-size:14px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);color:#212529;margin:0 0 4px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-category{font-size:12px;color:#6c757d;margin:0 0 8px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing{display:flex;flex-wrap:wrap;gap:8px;font-size:12px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-price{color:#470531;font-weight:500}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-quantity{color:#6c757d}.restaurant-admin-dashboard-home-section .dashboard-overview-div .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-total{color:#28a745;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);margin-left:auto}.restaurant-admin-dashboard-home-section .dashboard-overview-div .no-notifications-message{padding:40px 20px;text-align:center;color:#6c757d}.restaurant-admin-dashboard-home-section .dashboard-overview-div .no-notifications-message .no-notifications-icon{font-size:48px;color:#dee2e6;margin-bottom:10px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .no-notifications-message p{margin:0;font-size:16px}.restaurant-admin-dashboard-home-section .empty-dashboard-overview-grid{flex:1;padding:30px;overflow-y:auto;max-height:100%;display:flex;flex-direction:column}.restaurant-admin-dashboard-home-section .empty-dashboard-overview-grid .details-div{margin-top:30px;display:flex;flex-direction:column;gap:5px;background:#eaeaea;padding:30px;border-radius:10px}.restaurant-admin-dashboard-home-section .empty-dashboard-overview-grid a{text-decoration:underline;cursor:pointer}.restaurant-admin-dashboard-home-section .dashboard-menu-section{flex:1;overflow-y:auto;max-height:100%}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}@media(max-width:1000px){.restaurant-admin-dashboard-home-section .dashboard-navigation-div{position:fixed;top:80px;left:0;bottom:0;height:100%;scrollbar-width:thin;padding-bottom:80px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div::-webkit-scrollbar{width:6px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div::-webkit-scrollbar-thumb{background-color:#0003;border-radius:10px}}@media(max-width:600px){.restaurant-admin-dashboard-home-section .dashboard-overview-div{padding:30px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-head{margin-top:20px;font-size:25px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .overview-details .title{font-size:18px}.restaurant-admin-dashboard-home-section .dashboard-overview-div .dashboard-overview-grid .dashboard-overview-card .icon{font-size:40px}}@media(max-width:600px){.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head{gap:10px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .icon{font-size:25px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-head .heading{font-size:18px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .heading{padding:0 20px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .dashboard-hr-2{width:270px;margin-top:10px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul{margin:15px 10px;width:280px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .menubar-li{padding:10px 30px;border-left:3px solid white}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul{padding-left:10px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div .menubar-ul .dropdown-ul .dropdown-li{padding:10px 30px}.restaurant-admin-dashboard-home-section .dashboard-navigation-div .dashboard-section-grid .dashboard-menu-div:last-child .dashboard-hr-2{display:none}}.category-dashboard-section{display:block;padding:30px}.category-dashboard-section .category-dashboard-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.category-dashboard-section .category-dashboard-body .table-header{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.category-dashboard-section .category-dashboard-body .table-header .search-bar input{padding:8px 12px;font-size:14px;border-radius:5px;border:none;outline:none;background:#f1f1f1;border:2px solid #f1f1f1;font-family:Montserrat,sans-serif;width:220px;transition:all .3s ease}.category-dashboard-section .category-dashboard-body .table-header .search-bar input:focus,.category-dashboard-section .category-dashboard-body .table-header .search-bar input:hover{background:#e0e0e0;border:2px solid #e0e0e0}.category-dashboard-section .category-dashboard-body .table-header .table-actions{display:flex;gap:10px;font-size:14px}.category-dashboard-section .category-dashboard-body .table-header .table-actions .btn-div{display:flex;gap:10px}.category-dashboard-section .category-dashboard-body .table-header .table-actions button{padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.category-dashboard-section .category-dashboard-body .table-header .table-actions .filter-btn{background:#f0f4ff;color:#1d4ed8}.category-dashboard-section .category-dashboard-body .table-header .table-actions .export-btn{background:var(--secondary-color);color:#fff;border:2px solid var(--secondary-color)}.category-dashboard-section .category-dashboard-body .table-header .table-actions .export-btn:hover{background:#fff;color:var(--secondary-color);border:2px solid var(--secondary-color)}.category-dashboard-section .category-dashboard-body .table-header .table-actions .add-btn{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.category-dashboard-section .category-dashboard-body .table-header .table-actions .add-btn:hover{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.category-dashboard-section .category-dashboard-body .table-header .category_filters{display:flex;gap:50px}.category-dashboard-section .category-dashboard-body .table-header .category_filters .sort-show{display:flex;align-items:center;gap:10px}.category-dashboard-section .category-dashboard-body .table-header .category_filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:120px;border-radius:5px;background:#eaeaea;border:2px solid #eaeaea}.category-dashboard-section .category-dashboard-body .table-header .category_filters .sort-show .sort-select-div svg{margin-right:10px;font-size:15px}.category-dashboard-section .category-dashboard-body .table-header .category_filters .sort-show .sort-select-div:hover{background:#d5d5d5;border:2px solid #d5d5d5;box-shadow:none}.category-dashboard-section .category-dashboard-body .table-header .category_filters select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.category-dashboard-section .category-dashboard-body .category-table-container{width:100%;overflow-x:auto;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.category-dashboard-section .category-dashboard-body .category-table-container::-webkit-scrollbar{display:none}.category-dashboard-section .category-dashboard-body .category-table-container{scrollbar-width:none;-ms-overflow-style:none}.category-dashboard-section .category-dashboard-body .category-table{border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;width:100%;border-collapse:collapse;overflow:hidden;background:#fff}.category-dashboard-section .category-dashboard-body .category-table thead{background:#eaeaea}.category-dashboard-section .category-dashboard-body .category-table thead th{text-align:left;padding:30px 20px;font-size:14px;color:var(--primary-color);text-transform:uppercase}.category-dashboard-section .category-dashboard-body .category-table tbody tr{border-bottom:1px solid #e5e7eb}.category-dashboard-section .category-dashboard-body .category-table tbody tr td{padding:20px;font-size:14px;color:#374151;text-align:left}.category-dashboard-section .category-dashboard-body .category-table tbody tr .category-img{width:50px;height:50px;object-fit:cover;border-radius:6px}.category-dashboard-section .category-dashboard-body .category-table tbody tr .action-div{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:10px;width:100%;height:100%}.category-dashboard-section .category-dashboard-body .category-table tbody tr button{display:flex;justify-content:center;align-items:center;border-radius:5px;border:none;color:#fff;font-size:14px;cursor:pointer;width:25px;height:25px;margin:0;transition:.5s all}.category-dashboard-section .category-dashboard-body .category-table tbody tr button.view-btn{background:#3b82f6;border:1.5px solid #3b82f6}.category-dashboard-section .category-dashboard-body .category-table tbody tr button.view-btn:hover{background:transparent;color:#3b82f6}.category-dashboard-section .category-dashboard-body .category-table tbody tr button.edit-btn{background:#22c55e;border:1.5px solid #22c55e}.category-dashboard-section .category-dashboard-body .category-table tbody tr button.edit-btn:hover{background:transparent;color:#22c55e}.category-dashboard-section .category-dashboard-body .category-table tbody tr button.delete-btn{background:#ef4444;border:1.5px solid #ef4444}.category-dashboard-section .category-dashboard-body .category-table tbody tr button.delete-btn:hover{background:transparent;color:#ef4444}.category-dashboard-section .category-dashboard-body .category-table tbody tr:last-child{border-bottom:none}.category-dashboard-section .category-dashboard-body .table-footer{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:10px 20px;box-shadow:0 2px 10px #0000000d;border-radius:10px;font-size:14px}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination{display:flex;gap:10px}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination .page-number.active{background-color:var(--primary-color);color:#fff}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px;font-size:14px}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination span.disabled{opacity:.5;pointer-events:none}.category-dashboard-section .category-dashboard-body .table-footer .footer-pagination span:disabled{cursor:not-allowed}.category-dashboard-section .category-dashboard-body .table-footer .sort-show{display:flex;align-items:center;gap:10px}.category-dashboard-section .category-dashboard-body .table-footer .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.category-dashboard-section .category-dashboard-body .table-footer .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.category-dashboard-section .category-dashboard-body .table-footer .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.category-dashboard-section .category-dashboard-body .table-footer .sort-show select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.category-dashboard-section .category-dashboard-body-empty{margin-top:30px;display:flex;flex-direction:column;background:#fff;border-radius:10px;padding:20px}.category-dashboard-section .details-div{margin-top:30px;display:flex;flex-direction:column;gap:5px;background:#eaeaea;padding:30px;border-radius:10px}.category-dashboard-section .details-div a{text-decoration:underline;cursor:pointer}.category-form-section{position:fixed;top:0;right:0;height:100%;width:700px;background:#fff;z-index:1001;overflow-y:auto}.category-form-section .close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer}.category-form-section .close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.category-form-section .close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.category-form-section .category-content{display:flex;flex-direction:column;justify-items:space-between;height:100%;gap:30px;padding:50px}.category-form-section .category-content .category-head{font-size:30px}.category-form-section .category-content .category-details{display:flex;flex-direction:column;gap:30px}.category-form-section .category-content .category-details .category-view-header{margin-top:30px;display:flex;gap:30px;padding:25px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e9ecef}.category-form-section .category-content .category-details .category-view-header .category-image-div{flex-shrink:0;width:200px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.category-form-section .category-content .category-details .category-view-header .category-image-div img{width:100%;height:100%;object-fit:cover}.category-form-section .category-content .category-details .category-view-header .category-basic-info{flex:1;display:flex;flex-direction:column;gap:15px}.category-form-section .category-content .category-details .category-view-header .category-basic-info .category-name{font-size:28px;font-weight:700;color:#212529;margin:0;line-height:1.3}.category-form-section .category-content .category-details .category-view-header .category-basic-info .category-description{font-size:15px;color:#495057;line-height:1.6;margin:0}.category-form-section .category-content .category-details .category-translations-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.category-form-section .category-content .category-details .category-translations-section .section-title{font-size:18px;font-weight:600;color:#212529;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e9ecef}.category-form-section .category-content .category-details .category-translations-section .translations-display{display:flex;flex-direction:column;gap:12px}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card{padding:15px;background:#f8f9fa;border-radius:10px;border:2px solid #e9ecef;transition:all .2s}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card .translation-header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card .translation-header .translation-language{font-weight:600;color:var(--primary-color);font-size:15px}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card .translation-item{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card .translation-item:last-child{margin-bottom:0}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card .translation-item .translation-label{font-weight:600;color:#6c757d;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.category-form-section .category-content .category-details .category-translations-section .translations-display .translation-card .translation-item .translation-value{color:#212529;font-size:14px;line-height:1.5}.category-form-section .category-content .category-details .category-translations-section .no-translations-message{padding:30px 20px;text-align:center;background:#f8f9fa;border-radius:10px;border:2px dashed #dee2e6}.category-form-section .category-content .category-details .category-translations-section .no-translations-message p{margin:0;font-size:15px;color:#6c757d;font-style:italic}.category-form-section .category-content .category-details .image-div{margin-top:30px;width:200px;height:200px;position:relative}.category-form-section .category-content .category-details .image-div img{width:100%;height:100%;object-fit:cover}.category-form-section .category-content .category-details .image-div .img-close-btn{position:absolute;top:20px;right:20px;color:#1d4ed8;font-size:50px}.category-form-section .category-content .category-details .file-info{font-size:14px;margin-top:-10px;margin-bottom:-10px}.category-form-section .category-content .category-form{margin-top:30px;display:flex;flex-direction:column;gap:20px}.category-form-section .category-content .category-form .image-div{width:200px;height:200px}.category-form-section .category-content .category-form .image-div img{width:100%;height:100%;object-fit:cover}.category-form-section .category-content .category-form .form-field{width:100%;border-radius:10px}.category-form-section .category-content .category-form .form-field .MuiOutlinedInput-root{color:var(--primary-color);font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.category-form-section .category-content .category-form .form-field .MuiOutlinedInput-root fieldset{border-color:var(--primary-color);border-width:1.5px;transition:.3s}.category-form-section .category-content .category-form .form-field .MuiOutlinedInput-root:hover fieldset,.category-form-section .category-content .category-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--primary-color);border-width:2px}.category-form-section .category-content .category-form .form-field .MuiInputLabel-root{color:var(--primary-color);font-family:Montserrat,sans-serif}.category-form-section .category-content .category-form .form-field .MuiInputLabel-root.Mui-focused{color:var(--primary-color)}.category-form-section .category-content .category-form .form-field .MuiInputBase-input,.category-form-section .category-content .category-form .form-field .MuiSelect-select{color:var(--primary-color);font-family:Montserrat,sans-serif;text-align:left}.category-form-section .category-content .category-form .form-field .start-adornment{font-family:Montserrat,sans-serif;color:var(--primary-color);font-weight:500}.category-form-section .category-content .category-form .logo-upload-guidelines{font-size:14px;color:#555;margin-top:6px}.category-form-section .category-content .category-form .logo-upload-guidelines .head{font-size:16px}.category-form-section .category-content .category-form .logo-upload-guidelines ul{margin-top:20px;display:flex;flex-direction:column;gap:3px;color:#000}.category-form-section .category-content .category-form .logo-upload-guidelines ul li{display:flex;flex-direction:row;align-items:end;justify-content:flex-start;gap:2px;overflow:hidden}.category-form-section .category-content .category-form .logo-upload-guidelines ul span{font-weight:600}.category-form-section .category-content .category-form .logo-upload-guidelines ul .icon{flex-shrink:0;width:16px;height:16px;font-size:16px;margin-top:4px}.category-form-section .category-content .action-div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;padding-bottom:50px}.category-form-section .category-content .action-div .btn{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.category-form-section .category-content .action-div .btn.edit-btn{background:#22c55e;color:#fff;border:2px solid #22c55e}.category-form-section .category-content .action-div .btn.edit-btn:hover{background:transparent;color:#22c55e}.category-form-section .category-content .action-div .btn.delete-btn{background:#ef4444;color:#fff;border:2px solid #ef4444}.category-form-section .category-content .action-div .btn.delete-btn:hover{background:transparent;color:#ef4444}@media(max-width:700px){.category-form-section{width:100%}.category-form-section .category-content .category-head{font-size:25px}}@media(max-width:650px){.category-dashboard-section .category-dashboard-body .table-header{flex-direction:column;gap:10px}.category-dashboard-section .category-dashboard-body .table-header .search-bar,.category-dashboard-section .category-dashboard-body .table-header .search-bar input{width:100%}.category-dashboard-section .category-dashboard-body .table-header .table-actions{width:100%;justify-content:space-between;margin-left:auto}}@media(max-width:600px){.category-dashboard-section{padding:20px}.category-dashboard-section .category-dashboard-body .table-footer{flex-direction:column;gap:10px}.category-form-section .category-content{padding:30px}.category-form-section .category-content .category-head{font-size:25px}.category-form-section .category-content .category-details .category-view-header{flex-direction:column;padding:20px}.category-form-section .category-content .category-details .category-view-header .category-image-div{width:100%;max-width:250px;margin:0 auto}.category-form-section .category-content .category-details .category-view-header .category-basic-info .category-name{font-size:22px}.category-form-section .category-content .category-form .form-field .MuiInputBase-input{font-size:14px}}@media(max-width:450px){.category-dashboard-section .category-dashboard-body .table-header .table-actions{flex-direction:column;justify-content:center;align-items:center}.category-dashboard-section .category-dashboard-body .table-header .table-actions .btn-div{width:100%;justify-content:space-between}}.product-dashboard-section{display:block;padding:30px}.product-dashboard-section .product-dashboard-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.product-dashboard-section .product-dashboard-body .table-header{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.product-dashboard-section .product-dashboard-body .table-header .search-bar input{padding:8px 12px;font-size:14px;border-radius:5px;border:none;outline:none;background:#f1f1f1;border:2px solid #f1f1f1;font-family:Montserrat,sans-serif;width:220px;transition:all .3s ease}.product-dashboard-section .product-dashboard-body .table-header .search-bar input:focus,.product-dashboard-section .product-dashboard-body .table-header .search-bar input:hover{background:#e0e0e0;border:2px solid #e0e0e0}.product-dashboard-section .product-dashboard-body .table-header .table-actions{display:flex;gap:10px;font-size:14px}.product-dashboard-section .product-dashboard-body .table-header .table-actions .btn-div{display:flex;gap:10px}.product-dashboard-section .product-dashboard-body .table-header .table-actions button{padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.product-dashboard-section .product-dashboard-body .table-header .table-actions .filter-btn{background:#f0f4ff;color:#1d4ed8}.product-dashboard-section .product-dashboard-body .table-header .table-actions .export-btn{background:var(--secondary-color);color:#fff;border:2px solid var(--secondary-color)}.product-dashboard-section .product-dashboard-body .table-header .table-actions .export-btn:hover{background:#fff;color:var(--secondary-color);border:2px solid var(--secondary-color)}.product-dashboard-section .product-dashboard-body .table-header .table-actions .add-btn{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.product-dashboard-section .product-dashboard-body .table-header .table-actions .add-btn:hover{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.product-dashboard-section .product-dashboard-body .table-header .product_filters{display:flex;gap:50px}.product-dashboard-section .product-dashboard-body .table-header .product_filters .sort-show{display:flex;align-items:center;gap:10px}.product-dashboard-section .product-dashboard-body .table-header .product_filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:120px;border-radius:5px;background:#eaeaea;border:2px solid #eaeaea}.product-dashboard-section .product-dashboard-body .table-header .product_filters .sort-show .sort-select-div svg{margin-right:10px;font-size:15px}.product-dashboard-section .product-dashboard-body .table-header .product_filters .sort-show .sort-select-div:hover{background:#d5d5d5;border:2px solid #d5d5d5;box-shadow:none}.product-dashboard-section .product-dashboard-body .table-header .product_filters select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:120px;font-family:Montserrat,sans-serif}.product-dashboard-section .product-dashboard-body .product-table-container{width:100%;overflow-x:auto;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.product-dashboard-section .product-dashboard-body .product-table-container::-webkit-scrollbar{display:none}.product-dashboard-section .product-dashboard-body .product-table-container{scrollbar-width:none;-ms-overflow-style:none}.product-dashboard-section .product-dashboard-body .product-table{border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;width:100%;border-collapse:collapse;overflow:hidden;background:#fff}.product-dashboard-section .product-dashboard-body .product-table thead{background:#eaeaea}.product-dashboard-section .product-dashboard-body .product-table thead th{text-align:left;padding:30px 20px;font-size:14px;color:var(--primary-color);text-transform:uppercase}.product-dashboard-section .product-dashboard-body .product-table tbody tr{border-bottom:1px solid #e5e7eb}.product-dashboard-section .product-dashboard-body .product-table tbody tr td{padding:20px;font-size:14px;color:#374151;text-align:left}.product-dashboard-section .product-dashboard-body .product-table tbody tr .product-img{width:50px;height:50px;object-fit:cover;border-radius:6px}.product-dashboard-section .product-dashboard-body .product-table tbody tr .action-div{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;height:100%}.product-dashboard-section .product-dashboard-body .product-table tbody tr button{display:flex;justify-content:center;align-items:center;border-radius:5px;border:none;color:#fff;font-size:14px;cursor:pointer;width:25px;height:25px;margin:0;transition:.5s all}.product-dashboard-section .product-dashboard-body .product-table tbody tr button.view-btn{background:#3b82f6;border:1.5px solid #3b82f6}.product-dashboard-section .product-dashboard-body .product-table tbody tr button.view-btn:hover{background:transparent;color:#3b82f6}.product-dashboard-section .product-dashboard-body .product-table tbody tr button.edit-btn{background:#22c55e;border:1.5px solid #22c55e}.product-dashboard-section .product-dashboard-body .product-table tbody tr button.edit-btn:hover{background:transparent;color:#22c55e}.product-dashboard-section .product-dashboard-body .product-table tbody tr button.delete-btn{background:#ef4444;border:1.5px solid #ef4444}.product-dashboard-section .product-dashboard-body .product-table tbody tr button.delete-btn:hover{background:transparent;color:#ef4444}.product-dashboard-section .product-dashboard-body .product-table tbody tr:last-child{border-bottom:none}.product-dashboard-section .product-dashboard-body .table-footer{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:10px 20px;box-shadow:0 2px 10px #0000000d;border-radius:10px;font-size:14px}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination{display:flex;gap:10px}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination .page-number.active{background-color:var(--primary-color);color:#fff}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination span.disabled{opacity:.5;pointer-events:none}.product-dashboard-section .product-dashboard-body .table-footer .footer-pagination span:disabled{cursor:not-allowed}.product-dashboard-section .product-dashboard-body .table-footer .sort-show{display:flex;align-items:center;gap:10px}.product-dashboard-section .product-dashboard-body .table-footer .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.product-dashboard-section .product-dashboard-body .table-footer .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.product-dashboard-section .product-dashboard-body .table-footer .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.product-dashboard-section .product-dashboard-body .table-footer .sort-show select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.product-dashboard-section .product-dashboard-body-empty{margin-top:30px;display:flex;flex-direction:column;background:#fff;border-radius:10px;padding:20px}.product-dashboard-section .details-div{margin-top:30px;display:flex;flex-direction:column;gap:5px;background:#eaeaea;padding:30px;border-radius:10px}.product-dashboard-section .details-div a{text-decoration:underline;cursor:pointer}.product-form-section{position:fixed;top:0;right:0;height:100%;width:700px;background:#fff;z-index:1001;overflow-y:auto}.product-form-section .close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer}.product-form-section .close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.product-form-section .close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.product-form-section .product-content{display:flex;flex-direction:column;justify-items:space-between;height:100%;gap:30px;padding:50px}.product-form-section .product-content .product-head{font-size:30px}.product-form-section .product-content .product-form{margin-top:30px;display:flex;flex-direction:column;gap:20px}.product-form-section .product-content .product-form .image-preview-container{display:flex;flex-wrap:wrap;gap:20px}.product-form-section .product-content .product-form .image-preview-container .image-box{position:relative;width:150px;height:150px;border:1px solid #ccc;border-radius:8px;padding:8px;background:#f9f9f9;text-align:center}.product-form-section .product-content .product-form .image-preview-container .image-box img{width:100%;height:100%;object-fit:cover;border-radius:4px}.product-form-section .product-content .product-form .image-preview-container .image-box .remove-btn{position:absolute;display:flex;justify-content:center;align-items:center;top:4px;right:4px;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:4px;height:20px;width:20px;font-size:14px;cursor:pointer;transition:.3s all}.product-form-section .product-content .product-form .image-preview-container .image-box .remove-btn:hover{background:var(--primary-color);color:#fff}.product-form-section .product-content .product-form .form-field{border-radius:10px}.product-form-section .product-content .product-form .form-field .MuiOutlinedInput-root{color:var(--primary-color);font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.product-form-section .product-content .product-form .form-field .MuiOutlinedInput-root fieldset{border-color:var(--primary-color);border-width:1.5px;transition:.3s}.product-form-section .product-content .product-form .form-field .MuiOutlinedInput-root:hover fieldset,.product-form-section .product-content .product-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--primary-color);border-width:2px}.product-form-section .product-content .product-form .form-field .MuiInputLabel-root{color:var(--primary-color);font-family:Montserrat,sans-serif}.product-form-section .product-content .product-form .form-field .MuiInputLabel-root.Mui-focused{color:var(--primary-color)}.product-form-section .product-content .product-form .form-field .MuiInputBase-input,.product-form-section .product-content .product-form .form-field .MuiSelect-select{color:var(--primary-color);font-family:Montserrat,sans-serif;text-align:left}.product-form-section .product-content .product-form .form-field .start-adornment{font-family:Montserrat,sans-serif;color:var(--primary-color);font-weight:500}.product-form-section .product-content .product-form .form-field.large{width:100%}.product-form-section .product-content .product-form .form-field.small{width:200px}.product-form-section .product-content .product-form .form-field.medium{width:330px}.product-form-section .product-content .product-form .same-line{display:flex;align-items:center;gap:30px}.product-form-section .product-content .product-form .isAvailable-div{display:flex;flex-direction:row;gap:10px;width:190px}.product-form-section .product-content .product-form .isAvailable-div .switch{position:relative;display:inline-block;width:30px;height:20px}.product-form-section .product-content .product-form .isAvailable-div .switch input{opacity:0;width:0;height:0}.product-form-section .product-content .product-form .isAvailable-div .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.product-form-section .product-content .product-form .isAvailable-div .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.product-form-section .product-content .product-form .isAvailable-div input:checked+.slider{background-color:var(--primary-color)}.product-form-section .product-content .product-form .isAvailable-div input:checked+.slider:before{transform:translate(10px)}.product-form-section .product-content .product-form .logo-upload-guidelines{font-size:14px;color:#555;margin-top:6px}.product-form-section .product-content .product-form .logo-upload-guidelines .head{font-size:16px}.product-form-section .product-content .product-form .logo-upload-guidelines ul{margin-top:20px;display:flex;flex-direction:column;gap:3px;color:#000}.product-form-section .product-content .product-form .logo-upload-guidelines ul li{display:flex;flex-direction:row;align-items:end;justify-content:flex-start;gap:2px;overflow:hidden}.product-form-section .product-content .product-form .logo-upload-guidelines ul span{font-weight:600}.product-form-section .product-content .product-form .logo-upload-guidelines ul .icon{flex-shrink:0;width:16px;height:16px;font-size:16px;margin-top:4px}.product-form-section .product-content .product-details{display:flex;flex-direction:column;gap:30px;height:100%}.product-form-section .product-content .product-details .product-view-header{margin-top:30px;display:flex;gap:30px;padding:25px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e9ecef}.product-form-section .product-content .product-details .product-view-header .img-div{flex-shrink:0}.product-form-section .product-content .product-details .product-view-header .product-basic-info{flex:1;display:flex;flex-direction:column;gap:15px}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-name{font-size:28px;font-weight:700;color:#212529;margin:0;line-height:1.3}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f8f9fa;border-radius:8px;font-size:14px}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item .meta-label{font-weight:600;color:#6c757d}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item .meta-value{font-weight:500;color:#212529}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item.availability.available{background:#d4edda}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item.availability.available .meta-value{color:#155724}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item.availability.unavailable{background:#f8d7da}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item.availability.unavailable .meta-value{color:#721c24}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item.featured{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-meta .meta-item.featured .meta-value{color:#fff;font-weight:600}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .current-price{font-size:24px;font-weight:700;color:var(--primary-color)}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .original-price{font-size:20px;color:#6c757d;text-decoration:line-through}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .offer-price{font-size:24px;font-weight:700;color:var(--primary-color)}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .discount-badge{padding:4px 10px;background:#dc3545;color:#fff;border-radius:6px;font-size:14px;font-weight:600}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-description{font-size:15px;color:#495057;line-height:1.6;margin:0}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-tags{display:flex;flex-wrap:wrap;gap:8px}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-tags .tag{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#e9ecef;border-radius:20px;font-size:13px;color:#495057;font-weight:500}.product-form-section .product-content .product-details .product-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.product-form-section .product-content .product-details .product-details-grid .details-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.product-form-section .product-content .product-details .product-details-grid .details-section .section-title{font-size:18px;font-weight:600;color:#212529;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e9ecef}.product-form-section .product-content .product-details .product-details-grid .details-section .details-list{display:flex;flex-direction:column;gap:12px}.product-form-section .product-content .product-details .product-details-grid .details-section .details-list .detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:8px;transition:all .2s}.product-form-section .product-content .product-details .product-details-grid .details-section .details-list .detail-item:hover{background:#e9ecef}.product-form-section .product-content .product-details .product-details-grid .details-section .details-list .detail-item .detail-label{font-weight:600;color:#6c757d;font-size:14px}.product-form-section .product-content .product-details .product-details-grid .details-section .details-list .detail-item .detail-value{font-weight:500;color:#212529;font-size:14px}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card{padding:15px;background:#f8f9fa;border-radius:10px;border:2px solid #e9ecef;transition:all .2s}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card:hover,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card:hover,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card:hover,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card.default-size,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card.default-size,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card.default-size,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card.default-size{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-color:var(--primary-color)}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card.unavailable,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card.unavailable,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card.unavailable,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card.unavailable{opacity:.6;background:#f8d7da}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .size-header,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .addon-header,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .size-header,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .addon-header,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .size-header,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .addon-header,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .size-header,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .addon-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:8px;flex-wrap:wrap}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .size-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .size-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .addon-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .addon-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .size-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .size-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .addon-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .addon-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .size-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .size-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .addon-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .addon-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .size-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .size-header .addon-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .addon-header .size-name,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .addon-header .addon-name{font-weight:600;color:#212529;font-size:15px}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .size-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .addon-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .size-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .addon-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .size-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .addon-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .size-header .default-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .addon-header .default-badge{padding:3px 8px;background:var(--primary-color);color:#fff;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .size-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .addon-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .size-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .addon-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .size-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .addon-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .size-header .unavailable-badge,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .addon-header .unavailable-badge{padding:3px 8px;background:#dc3545;color:#fff;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .size-price,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .size-card .addon-price,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .size-price,.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display .addon-card .addon-price,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .size-price,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .size-card .addon-price,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .size-price,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display .addon-card .addon-price{font-size:16px;font-weight:700;color:var(--primary-color)}.product-form-section .product-content .product-details .product-details-grid .details-section .no-addons-message{padding:30px 20px;text-align:center;background:#f8f9fa;border-radius:10px;border:2px dashed #dee2e6}.product-form-section .product-content .product-details .product-details-grid .details-section .no-addons-message p{margin:0;font-size:15px;color:#6c757d;font-style:italic}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display{display:flex;flex-direction:column;gap:12px}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card{padding:15px;background:#f8f9fa;border-radius:10px;border:2px solid #e9ecef;transition:all .2s}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card .translation-header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card .translation-header .translation-language{font-weight:600;color:var(--primary-color);font-size:15px}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card .translation-item{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card .translation-item:last-child{margin-bottom:0}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card .translation-item .translation-label{font-weight:600;color:#6c757d;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-display .translation-card .translation-item .translation-value{color:#212529;font-size:14px;line-height:1.5}.product-form-section .product-content .product-details .product-details-grid .details-section .no-translations-message{padding:30px 20px;text-align:center;background:#f8f9fa;border-radius:10px;border:2px dashed #dee2e6}.product-form-section .product-content .product-details .product-details-grid .details-section .no-translations-message p{margin:0;font-size:15px;color:#6c757d;font-style:italic}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-unavailable-message{padding:30px 20px;text-align:center;background:#fff3cd;border-radius:10px;border:2px solid #ffc107}.product-form-section .product-content .product-details .product-details-grid .details-section .translations-unavailable-message p{margin:0;font-size:15px;color:#856404;font-weight:500}.product-form-section .product-content .img-div{margin-top:30px;width:250px;height:320px;position:relative}.product-form-section .product-content .img-div #main-slider{border-radius:10px;overflow:hidden}.product-form-section .product-content .img-div #main-slider .splide__track{height:100%!important}.product-form-section .product-content .img-div #main-slider .splide__slide{height:100%}.product-form-section .product-content .img-div #main-slider .splide__slide img{object-fit:cover;border-radius:10px}.product-form-section .product-content .img-div #main-slider .splide__arrow{width:10px;height:10px;background:#1d4ed8;opacity:.8}.product-form-section .product-content .img-div #main-slider .splide__arrow svg{width:10px;height:12px}.product-form-section .product-content .img-div #thumbnail-slider{margin-top:20px}.product-form-section .product-content .img-div #thumbnail-slider .splide__slide{cursor:pointer;opacity:.7;transition:opacity .3s}.product-form-section .product-content .img-div #thumbnail-slider .splide__slide.is-active{opacity:1;border:1px solid black}.product-form-section .product-content .img-div #thumbnail-slider .splide__slide img{border-radius:6px;object-fit:cover}.product-form-section .product-content .img-div .img-close-btn{position:absolute;top:20px;right:20px;color:#1d4ed8;font-size:50px}.product-form-section .product-content .action-div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;padding-bottom:50px}.product-form-section .product-content .action-div .btn{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:8px 12px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.product-form-section .product-content .action-div .btn svg{font-size:15px;flex-shrink:0}.product-form-section .product-content .action-div .btn.edit-btn{background:#22c55e;color:#fff;border:2px solid #22c55e}.product-form-section .product-content .action-div .btn.edit-btn:hover{background:transparent;color:#22c55e}.product-form-section .product-content .action-div .btn.delete-btn{background:#ef4444;color:#fff;border:2px solid #ef4444}.product-form-section .product-content .action-div .btn.delete-btn:hover{background:transparent;color:#ef4444}@media(max-width:700px){.product-form-section{width:100%}.product-form-section .product-content .product-head{font-size:25px}}@media(max-width:650px){.product-dashboard-section .product-dashboard-body .table-header{flex-direction:column;gap:10px}.product-dashboard-section .product-dashboard-body .table-header .search-bar,.product-dashboard-section .product-dashboard-body .table-header .search-bar input{width:100%}.product-dashboard-section .product-dashboard-body .table-header .table-actions{width:100%;justify-content:space-between;margin-left:auto}}@media(max-width:600px){.product-dashboard-section{padding:20px}.product-dashboard-section .product-dashboard-body .table-footer{flex-direction:column;gap:10px}.product-form-section .product-content{padding:30px}.product-form-section .product-content .product-head{font-size:22px}}@media(max-width:450px){.product-form-section .product-content .product-details .product-view-header{flex-direction:column;padding:20px}.product-form-section .product-content .product-details .product-view-header .img-div{width:100%;max-width:300px;margin:0 auto}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-name{font-size:22px}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .current-price,.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .offer-price{font-size:20px}.product-form-section .product-content .product-details .product-view-header .product-basic-info .product-pricing .original-price{font-size:16px}.product-form-section .product-content .product-details .product-details-grid{grid-template-columns:1fr;gap:20px}.product-form-section .product-content .product-details .product-details-grid .details-section .sizes-display,.product-form-section .product-content .product-details .product-details-grid .details-section .addons-display{grid-template-columns:1fr}.product-form-section .product-content .product-form .form-field .MuiInputBase-input{font-size:14px}.product-form-section .product-content .product-form .isAvailable-div{font-size:14px;margin-right:auto}.product-form-section .product-content .product-form .same-line.isAvailable-isFeatured{flex-direction:column;justify-content:flex-start;align-content:flex-start;gap:20px}}@media(max-width:450px){.product-dashboard-section .product-dashboard-body .table-header .table-actions{flex-direction:column;justify-content:center;align-items:center}.product-dashboard-section .product-dashboard-body .table-header .table-actions .btn-div{width:100%;justify-content:space-between}}.sizes-section,.addons-section{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.sizes-section .section-header,.addons-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sizes-section .section-header .section-title,.addons-section .section-header .section-title{font-size:18px;font-weight:600;color:#333;margin:0}.sizes-section .section-header .add-size-btn,.sizes-section .section-header .add-addon-btn,.addons-section .section-header .add-size-btn,.addons-section .section-header .add-addon-btn{padding:8px 16px;background:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.sizes-section .section-header .add-size-btn:hover,.sizes-section .section-header .add-addon-btn:hover,.addons-section .section-header .add-size-btn:hover,.addons-section .section-header .add-addon-btn:hover{background:var(--secondary-color);transform:translateY(-1px)}.sizes-section .sizes-list,.sizes-section .addons-list,.addons-section .sizes-list,.addons-section .addons-list{display:flex;flex-direction:column;gap:15px}.sizes-section .sizes-list .size-item,.sizes-section .sizes-list .addon-item,.sizes-section .addons-list .size-item,.sizes-section .addons-list .addon-item,.addons-section .sizes-list .size-item,.addons-section .sizes-list .addon-item,.addons-section .addons-list .size-item,.addons-section .addons-list .addon-item{padding:15px;background:#fff;border-radius:8px;border:1px solid #dee2e6}.sizes-section .sizes-list .size-item .size-item-header,.sizes-section .sizes-list .size-item .addon-item-header,.sizes-section .sizes-list .addon-item .size-item-header,.sizes-section .sizes-list .addon-item .addon-item-header,.sizes-section .addons-list .size-item .size-item-header,.sizes-section .addons-list .size-item .addon-item-header,.sizes-section .addons-list .addon-item .size-item-header,.sizes-section .addons-list .addon-item .addon-item-header,.addons-section .sizes-list .size-item .size-item-header,.addons-section .sizes-list .size-item .addon-item-header,.addons-section .sizes-list .addon-item .size-item-header,.addons-section .sizes-list .addon-item .addon-item-header,.addons-section .addons-list .size-item .size-item-header,.addons-section .addons-list .size-item .addon-item-header,.addons-section .addons-list .addon-item .size-item-header,.addons-section .addons-list .addon-item .addon-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.sizes-section .sizes-list .size-item .size-item-header h4,.sizes-section .sizes-list .size-item .addon-item-header h4,.sizes-section .sizes-list .addon-item .size-item-header h4,.sizes-section .sizes-list .addon-item .addon-item-header h4,.sizes-section .addons-list .size-item .size-item-header h4,.sizes-section .addons-list .size-item .addon-item-header h4,.sizes-section .addons-list .addon-item .size-item-header h4,.sizes-section .addons-list .addon-item .addon-item-header h4,.addons-section .sizes-list .size-item .size-item-header h4,.addons-section .sizes-list .size-item .addon-item-header h4,.addons-section .sizes-list .addon-item .size-item-header h4,.addons-section .sizes-list .addon-item .addon-item-header h4,.addons-section .addons-list .size-item .size-item-header h4,.addons-section .addons-list .size-item .addon-item-header h4,.addons-section .addons-list .addon-item .size-item-header h4,.addons-section .addons-list .addon-item .addon-item-header h4{font-size:16px;font-weight:600;color:#495057;margin:0}.sizes-section .sizes-list .size-item .size-item-header .remove-size-btn,.sizes-section .sizes-list .size-item .size-item-header .remove-addon-btn,.sizes-section .sizes-list .size-item .addon-item-header .remove-size-btn,.sizes-section .sizes-list .size-item .addon-item-header .remove-addon-btn,.sizes-section .sizes-list .addon-item .size-item-header .remove-size-btn,.sizes-section .sizes-list .addon-item .size-item-header .remove-addon-btn,.sizes-section .sizes-list .addon-item .addon-item-header .remove-size-btn,.sizes-section .sizes-list .addon-item .addon-item-header .remove-addon-btn,.sizes-section .addons-list .size-item .size-item-header .remove-size-btn,.sizes-section .addons-list .size-item .size-item-header .remove-addon-btn,.sizes-section .addons-list .size-item .addon-item-header .remove-size-btn,.sizes-section .addons-list .size-item .addon-item-header .remove-addon-btn,.sizes-section .addons-list .addon-item .size-item-header .remove-size-btn,.sizes-section .addons-list .addon-item .size-item-header .remove-addon-btn,.sizes-section .addons-list .addon-item .addon-item-header .remove-size-btn,.sizes-section .addons-list .addon-item .addon-item-header .remove-addon-btn,.addons-section .sizes-list .size-item .size-item-header .remove-size-btn,.addons-section .sizes-list .size-item .size-item-header .remove-addon-btn,.addons-section .sizes-list .size-item .addon-item-header .remove-size-btn,.addons-section .sizes-list .size-item .addon-item-header .remove-addon-btn,.addons-section .sizes-list .addon-item .size-item-header .remove-size-btn,.addons-section .sizes-list .addon-item .size-item-header .remove-addon-btn,.addons-section .sizes-list .addon-item .addon-item-header .remove-size-btn,.addons-section .sizes-list .addon-item .addon-item-header .remove-addon-btn,.addons-section .addons-list .size-item .size-item-header .remove-size-btn,.addons-section .addons-list .size-item .size-item-header .remove-addon-btn,.addons-section .addons-list .size-item .addon-item-header .remove-size-btn,.addons-section .addons-list .size-item .addon-item-header .remove-addon-btn,.addons-section .addons-list .addon-item .size-item-header .remove-size-btn,.addons-section .addons-list .addon-item .size-item-header .remove-addon-btn,.addons-section .addons-list .addon-item .addon-item-header .remove-size-btn,.addons-section .addons-list .addon-item .addon-item-header .remove-addon-btn{background:#dc3545;color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.sizes-section .sizes-list .size-item .size-item-header .remove-size-btn:hover,.sizes-section .sizes-list .size-item .size-item-header .remove-addon-btn:hover,.sizes-section .sizes-list .size-item .addon-item-header .remove-size-btn:hover,.sizes-section .sizes-list .size-item .addon-item-header .remove-addon-btn:hover,.sizes-section .sizes-list .addon-item .size-item-header .remove-size-btn:hover,.sizes-section .sizes-list .addon-item .size-item-header .remove-addon-btn:hover,.sizes-section .sizes-list .addon-item .addon-item-header .remove-size-btn:hover,.sizes-section .sizes-list .addon-item .addon-item-header .remove-addon-btn:hover,.sizes-section .addons-list .size-item .size-item-header .remove-size-btn:hover,.sizes-section .addons-list .size-item .size-item-header .remove-addon-btn:hover,.sizes-section .addons-list .size-item .addon-item-header .remove-size-btn:hover,.sizes-section .addons-list .size-item .addon-item-header .remove-addon-btn:hover,.sizes-section .addons-list .addon-item .size-item-header .remove-size-btn:hover,.sizes-section .addons-list .addon-item .size-item-header .remove-addon-btn:hover,.sizes-section .addons-list .addon-item .addon-item-header .remove-size-btn:hover,.sizes-section .addons-list .addon-item .addon-item-header .remove-addon-btn:hover,.addons-section .sizes-list .size-item .size-item-header .remove-size-btn:hover,.addons-section .sizes-list .size-item .size-item-header .remove-addon-btn:hover,.addons-section .sizes-list .size-item .addon-item-header .remove-size-btn:hover,.addons-section .sizes-list .size-item .addon-item-header .remove-addon-btn:hover,.addons-section .sizes-list .addon-item .size-item-header .remove-size-btn:hover,.addons-section .sizes-list .addon-item .size-item-header .remove-addon-btn:hover,.addons-section .sizes-list .addon-item .addon-item-header .remove-size-btn:hover,.addons-section .sizes-list .addon-item .addon-item-header .remove-addon-btn:hover,.addons-section .addons-list .size-item .size-item-header .remove-size-btn:hover,.addons-section .addons-list .size-item .size-item-header .remove-addon-btn:hover,.addons-section .addons-list .size-item .addon-item-header .remove-size-btn:hover,.addons-section .addons-list .size-item .addon-item-header .remove-addon-btn:hover,.addons-section .addons-list .addon-item .size-item-header .remove-size-btn:hover,.addons-section .addons-list .addon-item .size-item-header .remove-addon-btn:hover,.addons-section .addons-list .addon-item .addon-item-header .remove-size-btn:hover,.addons-section .addons-list .addon-item .addon-item-header .remove-addon-btn:hover{background:#c82333;transform:scale(1.05)}.sizes-section .sizes-list .size-item .size-item-header .remove-size-btn svg,.sizes-section .sizes-list .size-item .size-item-header .remove-addon-btn svg,.sizes-section .sizes-list .size-item .addon-item-header .remove-size-btn svg,.sizes-section .sizes-list .size-item .addon-item-header .remove-addon-btn svg,.sizes-section .sizes-list .addon-item .size-item-header .remove-size-btn svg,.sizes-section .sizes-list .addon-item .size-item-header .remove-addon-btn svg,.sizes-section .sizes-list .addon-item .addon-item-header .remove-size-btn svg,.sizes-section .sizes-list .addon-item .addon-item-header .remove-addon-btn svg,.sizes-section .addons-list .size-item .size-item-header .remove-size-btn svg,.sizes-section .addons-list .size-item .size-item-header .remove-addon-btn svg,.sizes-section .addons-list .size-item .addon-item-header .remove-size-btn svg,.sizes-section .addons-list .size-item .addon-item-header .remove-addon-btn svg,.sizes-section .addons-list .addon-item .size-item-header .remove-size-btn svg,.sizes-section .addons-list .addon-item .size-item-header .remove-addon-btn svg,.sizes-section .addons-list .addon-item .addon-item-header .remove-size-btn svg,.sizes-section .addons-list .addon-item .addon-item-header .remove-addon-btn svg,.addons-section .sizes-list .size-item .size-item-header .remove-size-btn svg,.addons-section .sizes-list .size-item .size-item-header .remove-addon-btn svg,.addons-section .sizes-list .size-item .addon-item-header .remove-size-btn svg,.addons-section .sizes-list .size-item .addon-item-header .remove-addon-btn svg,.addons-section .sizes-list .addon-item .size-item-header .remove-size-btn svg,.addons-section .sizes-list .addon-item .size-item-header .remove-addon-btn svg,.addons-section .sizes-list .addon-item .addon-item-header .remove-size-btn svg,.addons-section .sizes-list .addon-item .addon-item-header .remove-addon-btn svg,.addons-section .addons-list .size-item .size-item-header .remove-size-btn svg,.addons-section .addons-list .size-item .size-item-header .remove-addon-btn svg,.addons-section .addons-list .size-item .addon-item-header .remove-size-btn svg,.addons-section .addons-list .size-item .addon-item-header .remove-addon-btn svg,.addons-section .addons-list .addon-item .size-item-header .remove-size-btn svg,.addons-section .addons-list .addon-item .size-item-header .remove-addon-btn svg,.addons-section .addons-list .addon-item .addon-item-header .remove-size-btn svg,.addons-section .addons-list .addon-item .addon-item-header .remove-addon-btn svg{font-size:18px}.sizes-section .sizes-list .size-item .size-fields,.sizes-section .sizes-list .size-item .addon-fields,.sizes-section .sizes-list .addon-item .size-fields,.sizes-section .sizes-list .addon-item .addon-fields,.sizes-section .addons-list .size-item .size-fields,.sizes-section .addons-list .size-item .addon-fields,.sizes-section .addons-list .addon-item .size-fields,.sizes-section .addons-list .addon-item .addon-fields,.addons-section .sizes-list .size-item .size-fields,.addons-section .sizes-list .size-item .addon-fields,.addons-section .sizes-list .addon-item .size-fields,.addons-section .sizes-list .addon-item .addon-fields,.addons-section .addons-list .size-item .size-fields,.addons-section .addons-list .size-item .addon-fields,.addons-section .addons-list .addon-item .size-fields,.addons-section .addons-list .addon-item .addon-fields{display:flex;flex-wrap:wrap;gap:15px;align-items:flex-start;margin-bottom:15px}.sizes-section .sizes-list .size-item .size-fields .form-field,.sizes-section .sizes-list .size-item .addon-fields .form-field,.sizes-section .sizes-list .addon-item .size-fields .form-field,.sizes-section .sizes-list .addon-item .addon-fields .form-field,.sizes-section .addons-list .size-item .size-fields .form-field,.sizes-section .addons-list .size-item .addon-fields .form-field,.sizes-section .addons-list .addon-item .size-fields .form-field,.sizes-section .addons-list .addon-item .addon-fields .form-field,.addons-section .sizes-list .size-item .size-fields .form-field,.addons-section .sizes-list .size-item .addon-fields .form-field,.addons-section .sizes-list .addon-item .size-fields .form-field,.addons-section .sizes-list .addon-item .addon-fields .form-field,.addons-section .addons-list .size-item .size-fields .form-field,.addons-section .addons-list .size-item .addon-fields .form-field,.addons-section .addons-list .addon-item .size-fields .form-field,.addons-section .addons-list .addon-item .addon-fields .form-field{flex:1;min-width:150px}.sizes-section .sizes-list .size-item .size-fields .checkbox-label,.sizes-section .sizes-list .size-item .addon-fields .checkbox-label,.sizes-section .sizes-list .addon-item .size-fields .checkbox-label,.sizes-section .sizes-list .addon-item .addon-fields .checkbox-label,.sizes-section .addons-list .size-item .size-fields .checkbox-label,.sizes-section .addons-list .size-item .addon-fields .checkbox-label,.sizes-section .addons-list .addon-item .size-fields .checkbox-label,.sizes-section .addons-list .addon-item .addon-fields .checkbox-label,.addons-section .sizes-list .size-item .size-fields .checkbox-label,.addons-section .sizes-list .size-item .addon-fields .checkbox-label,.addons-section .sizes-list .addon-item .size-fields .checkbox-label,.addons-section .sizes-list .addon-item .addon-fields .checkbox-label,.addons-section .addons-list .size-item .size-fields .checkbox-label,.addons-section .addons-list .size-item .addon-fields .checkbox-label,.addons-section .addons-list .addon-item .size-fields .checkbox-label,.addons-section .addons-list .addon-item .addon-fields .checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#495057;cursor:pointer;padding:8px 12px;background:#f8f9fa;border-radius:6px;border:1px solid #dee2e6}.sizes-section .sizes-list .size-item .size-fields .checkbox-label input[type=checkbox],.sizes-section .sizes-list .size-item .addon-fields .checkbox-label input[type=checkbox],.sizes-section .sizes-list .addon-item .size-fields .checkbox-label input[type=checkbox],.sizes-section .sizes-list .addon-item .addon-fields .checkbox-label input[type=checkbox],.sizes-section .addons-list .size-item .size-fields .checkbox-label input[type=checkbox],.sizes-section .addons-list .size-item .addon-fields .checkbox-label input[type=checkbox],.sizes-section .addons-list .addon-item .size-fields .checkbox-label input[type=checkbox],.sizes-section .addons-list .addon-item .addon-fields .checkbox-label input[type=checkbox],.addons-section .sizes-list .size-item .size-fields .checkbox-label input[type=checkbox],.addons-section .sizes-list .size-item .addon-fields .checkbox-label input[type=checkbox],.addons-section .sizes-list .addon-item .size-fields .checkbox-label input[type=checkbox],.addons-section .sizes-list .addon-item .addon-fields .checkbox-label input[type=checkbox],.addons-section .addons-list .size-item .size-fields .checkbox-label input[type=checkbox],.addons-section .addons-list .size-item .addon-fields .checkbox-label input[type=checkbox],.addons-section .addons-list .addon-item .size-fields .checkbox-label input[type=checkbox],.addons-section .addons-list .addon-item .addon-fields .checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.sizes-section .sizes-list .size-item .size-fields .size-options-row,.sizes-section .sizes-list .size-item .addon-fields .size-options-row,.sizes-section .sizes-list .addon-item .size-fields .size-options-row,.sizes-section .sizes-list .addon-item .addon-fields .size-options-row,.sizes-section .addons-list .size-item .size-fields .size-options-row,.sizes-section .addons-list .size-item .addon-fields .size-options-row,.sizes-section .addons-list .addon-item .size-fields .size-options-row,.sizes-section .addons-list .addon-item .addon-fields .size-options-row,.addons-section .sizes-list .size-item .size-fields .size-options-row,.addons-section .sizes-list .size-item .addon-fields .size-options-row,.addons-section .sizes-list .addon-item .size-fields .size-options-row,.addons-section .sizes-list .addon-item .addon-fields .size-options-row,.addons-section .addons-list .size-item .size-fields .size-options-row,.addons-section .addons-list .size-item .addon-fields .size-options-row,.addons-section .addons-list .addon-item .size-fields .size-options-row,.addons-section .addons-list .addon-item .addon-fields .size-options-row{display:flex;gap:20px;width:100%;flex-wrap:wrap;margin-top:10px}.sizes-section .sizes-list .size-item .size-fields .addon-available-row,.sizes-section .sizes-list .size-item .addon-fields .addon-available-row,.sizes-section .sizes-list .addon-item .size-fields .addon-available-row,.sizes-section .sizes-list .addon-item .addon-fields .addon-available-row,.sizes-section .addons-list .size-item .size-fields .addon-available-row,.sizes-section .addons-list .size-item .addon-fields .addon-available-row,.sizes-section .addons-list .addon-item .size-fields .addon-available-row,.sizes-section .addons-list .addon-item .addon-fields .addon-available-row,.addons-section .sizes-list .size-item .size-fields .addon-available-row,.addons-section .sizes-list .size-item .addon-fields .addon-available-row,.addons-section .sizes-list .addon-item .size-fields .addon-available-row,.addons-section .sizes-list .addon-item .addon-fields .addon-available-row,.addons-section .addons-list .size-item .size-fields .addon-available-row,.addons-section .addons-list .size-item .addon-fields .addon-available-row,.addons-section .addons-list .addon-item .size-fields .addon-available-row,.addons-section .addons-list .addon-item .addon-fields .addon-available-row{width:100%;margin-top:10px}.sizes-section .sizes-list .size-item .size-translations,.sizes-section .sizes-list .size-item .addon-translations,.sizes-section .sizes-list .addon-item .size-translations,.sizes-section .sizes-list .addon-item .addon-translations,.sizes-section .addons-list .size-item .size-translations,.sizes-section .addons-list .size-item .addon-translations,.sizes-section .addons-list .addon-item .size-translations,.sizes-section .addons-list .addon-item .addon-translations,.addons-section .sizes-list .size-item .size-translations,.addons-section .sizes-list .size-item .addon-translations,.addons-section .sizes-list .addon-item .size-translations,.addons-section .sizes-list .addon-item .addon-translations,.addons-section .addons-list .size-item .size-translations,.addons-section .addons-list .size-item .addon-translations,.addons-section .addons-list .addon-item .size-translations,.addons-section .addons-list .addon-item .addon-translations{margin-top:15px;padding-top:15px;border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:15px}.sizes-section .sizes-list .size-item .size-translations .form-field,.sizes-section .sizes-list .size-item .addon-translations .form-field,.sizes-section .sizes-list .addon-item .size-translations .form-field,.sizes-section .sizes-list .addon-item .addon-translations .form-field,.sizes-section .addons-list .size-item .size-translations .form-field,.sizes-section .addons-list .size-item .addon-translations .form-field,.sizes-section .addons-list .addon-item .size-translations .form-field,.sizes-section .addons-list .addon-item .addon-translations .form-field,.addons-section .sizes-list .size-item .size-translations .form-field,.addons-section .sizes-list .size-item .addon-translations .form-field,.addons-section .sizes-list .addon-item .size-translations .form-field,.addons-section .sizes-list .addon-item .addon-translations .form-field,.addons-section .addons-list .size-item .size-translations .form-field,.addons-section .addons-list .size-item .addon-translations .form-field,.addons-section .addons-list .addon-item .size-translations .form-field,.addons-section .addons-list .addon-item .addon-translations .form-field{flex:1;min-width:150px}.sizes-section .error-message,.addons-section .error-message{margin-top:10px}.common-addon-dashboard-section{display:block;padding:30px}.common-addon-dashboard-section .common-addon-dashboard-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .search-bar input{padding:8px 12px;font-size:14px;border-radius:5px;border:none;outline:none;background:#f1f1f1;border:2px solid #f1f1f1;font-family:Montserrat,sans-serif;width:220px;transition:all .3s ease}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .search-bar input:focus,.common-addon-dashboard-section .common-addon-dashboard-body .table-header .search-bar input:hover{background:#e0e0e0;border:2px solid #e0e0e0}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions{display:flex;gap:10px;font-size:14px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions .btn-div{display:flex;gap:10px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions button{padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions .add-btn{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions .add-btn:hover{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .addon_filters{display:flex;gap:50px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .addon_filters .sort-show{display:flex;align-items:center;gap:10px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .addon_filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:120px;border-radius:5px;background:#eaeaea;border:2px solid #eaeaea}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .addon_filters .sort-show .sort-select-div svg{margin-right:10px;font-size:15px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .addon_filters .sort-show .sort-select-div:hover{background:#d5d5d5;border:2px solid #d5d5d5;box-shadow:none}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .addon_filters select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table-container{width:100%;overflow-x:auto;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table-container::-webkit-scrollbar{display:none}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table-container{scrollbar-width:none;-ms-overflow-style:none}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table{border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;width:100%;border-collapse:collapse;overflow:hidden;background:#fff}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table thead{background:#eaeaea}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table thead th{text-align:left;padding:30px 20px;font-size:14px;color:var(--primary-color);text-transform:uppercase}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr{border-bottom:1px solid #e5e7eb}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr td{padding:20px;font-size:14px;color:#374151;text-align:left}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr .action-div{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:10px;width:100%;height:100%}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button{display:flex;justify-content:center;align-items:center;border-radius:5px;border:none;color:#fff;font-size:14px;cursor:pointer;width:25px;height:25px;margin:0;transition:.5s all}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button.view-btn{background:#3b82f6;border:1.5px solid #3b82f6}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button.view-btn:hover{background:transparent;color:#3b82f6}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button.edit-btn{background:#22c55e;border:1.5px solid #22c55e}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button.edit-btn:hover{background:transparent;color:#22c55e}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button.delete-btn{background:#ef4444;border:1.5px solid #ef4444}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr button.delete-btn:hover{background:transparent;color:#ef4444}.common-addon-dashboard-section .common-addon-dashboard-body .common-addon-table tbody tr:last-child{border-bottom:none}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:20px;background:#fff;padding:10px 20px;box-shadow:0 2px 10px #0000000d;border-radius:10px;font-size:14px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .footer-pagination{display:flex;gap:10px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .footer-pagination .page-number.active{background-color:var(--primary-color);color:#fff}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px;font-size:14px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .footer-pagination span.disabled{opacity:.5;pointer-events:none}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .sort-show{display:flex;align-items:center;gap:10px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer .sort-show select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.common-addon-dashboard-section .common-addon-dashboard-body-empty{margin-top:30px;display:flex;flex-direction:column;background:#fff;border-radius:10px;padding:20px}.common-addon-dashboard-section .details-div{margin-top:30px;display:flex;flex-direction:column;gap:5px;background:#eaeaea;padding:30px;border-radius:10px}.common-addon-dashboard-section .details-div a{text-decoration:underline;cursor:pointer}.common-addon-form-section{position:fixed;top:0;right:0;height:100%;width:700px;background:#fff;z-index:1001;overflow-y:auto}.common-addon-form-section .close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer}.common-addon-form-section .close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.common-addon-form-section .close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.common-addon-form-section .common-addon-content{display:flex;flex-direction:column;justify-items:space-between;height:100%;gap:30px;padding:50px}.common-addon-form-section .common-addon-content .common-addon-head{font-size:30px}.common-addon-form-section .common-addon-content .common-addon-details{margin-top:30px;display:flex;flex-direction:column;gap:30px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header{padding:25px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e9ecef}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info{display:flex;flex-direction:column;gap:15px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-name{font-size:24px;font-weight:700;color:#212529;margin:0;line-height:1.3}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-description{font-size:15px;color:#495057;line-height:1.6;margin:0}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:10px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-price-display{display:flex;align-items:center;gap:8px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-price-display .price-label{font-weight:600;color:#6c757d;font-size:16px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-price-display .price-value{font-size:20px;font-weight:700;color:var(--primary-color)}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-availability-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-availability-badge.available{background:#d4edda;color:#155724}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-availability-badge.unavailable{background:#f8d7da;color:#721c24}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .section-title{font-size:18px;font-weight:600;color:#212529;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e9ecef}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display{display:flex;flex-direction:column;gap:12px}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card{padding:15px;background:#f8f9fa;border-radius:10px;border:2px solid #e9ecef;transition:all .2s}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card .translation-header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card .translation-header .translation-language{font-weight:600;color:var(--primary-color);font-size:15px}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card .translation-item{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card .translation-item:last-child{margin-bottom:0}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card .translation-item .translation-label{font-weight:600;color:#6c757d;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .translations-display .translation-card .translation-item .translation-value{color:#212529;font-size:14px;line-height:1.5}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .no-translations-message{padding:30px 20px;text-align:center;background:#f8f9fa;border-radius:10px;border:2px dashed #dee2e6}.common-addon-form-section .common-addon-content .common-addon-details .addon-translations-section .no-translations-message p{margin:0;font-size:15px;color:#6c757d;font-style:italic}.common-addon-form-section .common-addon-content .common-addon-form{margin-top:30px;display:flex;flex-direction:column;gap:20px}.common-addon-form-section .common-addon-content .common-addon-form .form-field{width:100%;border-radius:10px}.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiOutlinedInput-root{color:var(--primary-color);font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiOutlinedInput-root fieldset{border-color:var(--primary-color);border-width:1.5px;transition:.3s}.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiOutlinedInput-root:hover fieldset,.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--primary-color);border-width:2px}.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiInputLabel-root{color:var(--primary-color);font-family:Montserrat,sans-serif}.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiInputLabel-root.Mui-focused{color:var(--primary-color)}.common-addon-form-section .common-addon-content .common-addon-form .form-field .MuiInputBase-input{color:var(--primary-color);font-family:Montserrat,sans-serif;text-align:left}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#f8f9fa;border-radius:8px}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .label{font-size:14px;font-weight:500;color:#333}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch{position:relative;display:inline-block;width:50px;height:24px}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch input{opacity:0;width:0;height:0}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch input:checked+.slider{background-color:var(--primary-color)}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch input:checked+.slider:before{transform:translate(26px)}.common-addon-form-section .common-addon-content .common-addon-form .isAvailable-div .switch .slider.round{border-radius:24px}.common-addon-form-section .common-addon-content .action-div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;padding-bottom:50px}.common-addon-form-section .common-addon-content .action-div .btn{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.common-addon-form-section .common-addon-content .action-div .btn.edit-btn{background:#22c55e;color:#fff;border:2px solid #22c55e}.common-addon-form-section .common-addon-content .action-div .btn.edit-btn:hover{background:transparent;color:#22c55e}.common-addon-form-section .common-addon-content .action-div .btn.delete-btn{background:#ef4444;color:#fff;border:2px solid #ef4444}.common-addon-form-section .common-addon-content .action-div .btn.delete-btn:hover{background:transparent;color:#ef4444}.translation-section{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.translation-section .translation-heading{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.translation-section .translation-subtitle{font-size:14px;color:#666;margin-bottom:20px}.translation-section .translation-group{margin-bottom:25px;padding:15px;background:#fff;border-radius:6px;border:1px solid #dee2e6}.translation-section .translation-group .translation-language{font-size:16px;font-weight:600;color:#495057;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #e9ecef}.translation-section .translation-group .form-field{margin-bottom:15px}@media(max-width:700px){.common-addon-form-section{width:100%}.common-addon-form-section .common-addon-content .common-addon-head{font-size:25px}}@media(max-width:650px){.common-addon-dashboard-section .common-addon-dashboard-body .table-header{flex-direction:column;gap:10px}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .search-bar,.common-addon-dashboard-section .common-addon-dashboard-body .table-header .search-bar input{width:100%}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions{width:100%;justify-content:space-between;margin-left:auto}}@media(max-width:600px){.common-addon-dashboard-section{padding:20px}.common-addon-dashboard-section .common-addon-dashboard-body .table-footer{flex-direction:column;gap:10px}.common-addon-form-section .common-addon-content{padding:30px}.common-addon-form-section .common-addon-content .common-addon-head{font-size:25px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header{padding:20px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-name{font-size:22px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability{flex-direction:column;align-items:flex-start;gap:15px}.common-addon-form-section .common-addon-content .common-addon-details .addon-view-header .addon-basic-info .addon-pricing-availability .addon-price-display .price-value{font-size:20px}}@media(max-width:450px){.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions{flex-direction:column;justify-content:center;align-items:center}.common-addon-dashboard-section .common-addon-dashboard-body .table-header .table-actions .btn-div{width:100%;justify-content:space-between}}.order-dashboard-section{display:block;padding:30px}.order-dashboard-section .btn-div{display:flex;flex-direction:row;justify-content:space-between;width:100%}.order-dashboard-section .btn-div .filter-custom-date-div{display:flex;flex-direction:column;gap:20px;justify-content:flex-end;align-items:flex-end}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters{display:flex;gap:10px;align-items:center}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:10px;background:var(--primary-color);border:2px solid var(--primary-color);color:#fff}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters .sort-select-div svg{margin-right:10px;font-size:18px;color:#fff}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters .sort-select-div svg:hover{color:var(--primary-color)}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters .sort-select-div:hover{background:transparent;box-shadow:none;color:var(--primary-color)}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters .sort-select-div:hover svg{color:var(--primary-color)}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters .sort-select-div:hover select{color:var(--primary-color)}.order-dashboard-section .btn-div .filter-custom-date-div .order-report-filters select{border:none;background:transparent;font-size:14px;color:#fff;padding:10px 15px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;font-family:Montserrat,sans-serif}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs{display:flex;gap:10px;align-items:center}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs label{font-size:14px;font-weight:500;color:#555}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs .date-inputs-row{display:flex;gap:10px;align-items:center}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs .date-select-div{border:2px solid var(--primary-color);border-radius:10px;background:transparent;color:#000;font-size:14px;padding:10px 15px;cursor:pointer;outline:none;font-family:Montserrat,sans-serif}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs .date-select-div:hover{background:#d5d5d5}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs .date-select-div::-webkit-calendar-picker-indicator{filter:invert(0);cursor:pointer}.order-dashboard-section .btn-div .filter-custom-date-div .custom-date-inputs .btn.btn-primary{font-size:14px}.order-dashboard-section .btn-div .btn-primary{width:fit-content;height:fit-content;font-weight:400}.order-dashboard-section .btn-div .btn-primary svg{font-size:20px}.order-dashboard-section .order-dashboard-overview{overflow-y:auto;max-height:100%;gap:20px}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-head{font-size:25px}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid{margin-top:50px;display:flex;flex-wrap:wrap;gap:30px}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid .dashboard-overview-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:250px;height:250px;background:var(--primary-color);color:#fff;padding:20px 30px;border-radius:10px;gap:20px;cursor:pointer;transition:all .3s ease}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid .dashboard-overview-card .icon{font-size:50px}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid .dashboard-overview-card .overview-details{display:flex;flex-direction:column;justify-content:flex-start;gap:5px}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid .dashboard-overview-card .overview-details .title{font-size:22px}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid .dashboard-overview-card .overview-details .nos{font-size:18px;font-weight:600}.order-dashboard-section .order-dashboard-overview .order-dashboard-overview-grid .dashboard-overview-card:hover{box-shadow:0 4px 15px #0003;transform:translateY(-5px);transition:all .3s ease}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section{margin-top:30px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin-bottom:20px;overflow:visible}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header{background:var(--primary-color);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:10px 10px 0 0}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-title{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;border-radius:10px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-title .notifications-icon{font-size:20px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions{display:flex;gap:10px;position:relative;z-index:5;pointer-events:auto}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease;position:relative;z-index:10;pointer-events:auto}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn:active{transform:translateY(0);box-shadow:0 2px 4px #dc35454d}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn:disabled{background:#6c757d;cursor:not-allowed;pointer-events:none;opacity:.6}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .toggle-notifications-btn{background:var(--primary-color);color:#fff;border:2px solid white;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-header .notifications-actions .toggle-notifications-btn:hover{background:#fff;color:var(--primary-color)}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content{padding:20px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-controls{margin-bottom:15px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-controls .select-all-notifications{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-controls .select-all-notifications input[type=checkbox]{width:16px;height:16px;cursor:pointer}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list{display:flex;flex-direction:column;gap:12px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:15px;display:flex;flex-direction:column;align-items:flex-start;gap:15px;transition:all .3s ease}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card.unread{border-left:4px solid var(--primary-color);background:#fff8f0}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card.read{opacity:.8}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-card-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-checkbox{margin-top:5px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content{flex:1}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-order-no{font-size:16px;font-weight:600;color:var(--primary-color);margin:0}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge-container{display:flex;align-items:center}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge .table-info{font-size:11px;font-weight:500;text-transform:none;opacity:.9}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge.dinein{background:#e3f2fd;color:#1976d2}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge.homedelivery{background:#f3e5f5;color:#7b1fa2}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-type-badge.takeaway{background:#fff3e0;color:#f57c00}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-time{font-size:12px;color:#6c757d;margin-left:auto}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details{margin-top:12px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info{margin-bottom:12px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .table-info,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .delivery-info,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .takeaway-info{display:flex;align-items:center;gap:8px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .table-info .location-icon,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .delivery-info .location-icon,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .takeaway-info .location-icon{font-size:16px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .table-info .location-label,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .delivery-info .location-label,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .takeaway-info .location-label{font-weight:500;color:#666;font-size:14px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .table-info .location-value,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .delivery-info .location-value,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-location-info .takeaway-info .location-value{font-weight:600;color:#333;font-size:14px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list{padding:8px 0;border-top:1px solid #e9ecef}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .items-section-title{font-size:14px;font-weight:600;color:#2c3e50;margin:0 0 8px;padding:0 0 4px;border-bottom:1px solid #dee2e6}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-item-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #f8f9fa}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-item-row:last-of-type{border-bottom:none}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-item-row .item-name{font-size:13px;color:#2c3e50;font-weight:500;flex:1}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-item-row .item-price{font-size:13px;color:#28a745;font-weight:600}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-total-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-top:8px;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-total-row .total-label{font-size:14px;color:#007bff;font-weight:600}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-total-row .total-amount{font-size:16px;color:#007bff;font-weight:700}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-items-list .order-total .stat-value{color:var(--primary-color)}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info{display:flex;align-items:center;gap:8px;margin-bottom:8px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info .status-label{font-weight:500;color:#666;font-size:14px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info .status-value{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info .status-value.placed{background:#e3f2fd;color:#1976d2}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info .status-value.preparing{background:#fff3e0;color:#f57c00}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info .status-value.ready{background:#e8f5e8;color:#2e7d32}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .order-status-info .status-value.cancelled{background:#ffebee;color:#d32f2f}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .notification-location{font-size:14px;color:#495057;margin:0 0 5px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-details .notification-message{font-size:14px;color:#6c757d;margin:0;line-height:1.4}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions{display:flex;flex-direction:column;gap:8px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .btn-sm{padding:4px 8px;font-size:12px;border-radius:4px;border:none;cursor:pointer;transition:all .3s ease}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .mark-read-btn{background:#28a745;color:#fff}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .mark-read-btn:hover{background:#218838}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .view-details-btn{background:#17a2b8;color:#fff}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .view-details-btn:hover{background:#138496}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .remove-notification-btn{background:#dc3545;color:#fff;display:flex;align-items:center;justify-content:center}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .remove-notification-btn:hover{background:#c82333}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details{width:100%}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items{margin-bottom:20px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .summary-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .details-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .items-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .summary-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .details-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .items-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .summary-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .details-title,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-title{font-size:14px;font-weight:600;color:var(--primary-color);margin:0 0 10px;padding-bottom:5px;border-bottom:1px solid #e9ecef}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .order-info p,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .customer-info p,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .order-info p,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .customer-info p,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .order-info p,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .customer-info p{margin:5px 0;font-size:13px;color:#495057}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .order-info p strong,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .order-summary .customer-info p strong,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .order-info p strong,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .customer-details .customer-info p strong,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .order-info p strong,.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .customer-info p strong{color:#212529}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list{display:flex;flex-direction:column;gap:10px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;display:flex;gap:12px;transition:all .3s ease}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #4705311a}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-image img{width:100%;height:100%;object-fit:cover}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details{flex:1}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-name{font-size:14px;font-weight:600;color:#212529;margin:0 0 4px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-category{font-size:12px;color:#6c757d;margin:0 0 8px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing{margin-top:5px;display:flex;flex-wrap:wrap;gap:8px;font-size:12px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-price{color:var(--primary-color);font-weight:500}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-quantity{color:#6c757d}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-total{color:#28a745;font-weight:600;margin-left:auto}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .notifications-content .notifications-content-wrapper{background:transparent}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .no-notifications-message{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:40px 20px;text-align:center;color:#6c757d}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .no-notifications-message .no-notifications-icon{font-size:48px;color:#dee2e6;margin-bottom:10px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-section .no-notifications-message p{margin:0;font-size:16px}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-toggle{margin-bottom:20px;text-align:center}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-toggle .show-notifications-btn{background:var(--primary-color);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;margin:0 auto}.order-dashboard-section .order-dashboard-overview .order-dashboard-home-section .notifications-toggle .show-notifications-btn:hover{background:#fff;color:var(--primary-color);transform:translateY(-1px)}.order-dashboard-section .order-dashboard-body{margin-top:30px;display:flex;flex-direction:column;gap:30px}.order-dashboard-section .order-dashboard-body .dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:20px}.order-dashboard-section .order-dashboard-body .dashboard-header .dashboard-head{margin:0;font-size:24px;font-weight:600;color:#1f2937}.order-dashboard-section .order-dashboard-body .dashboard-header .refresh-orders-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b98133;width:150px}.order-dashboard-section .order-dashboard-body .dashboard-header .refresh-orders-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.order-dashboard-section .order-dashboard-body .dashboard-header .refresh-orders-btn:active:not(:disabled){transform:translateY(0)}.order-dashboard-section .order-dashboard-body .dashboard-header .refresh-orders-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.order-dashboard-section .order-dashboard-body .dashboard-header .refresh-orders-btn .refresh-icon{font-size:16px;transition:transform .3s ease}.order-dashboard-section .order-dashboard-body .dashboard-header .refresh-orders-btn .refresh-icon.spinning{animation:spin 1s linear infinite}.order-dashboard-section .order-dashboard-body .table-header{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.order-dashboard-section .order-dashboard-body .table-header .search-bar input{padding:8px 12px;font-size:14px;border-radius:5px;border:none;outline:none;background:#f1f1f1;border:2px solid #f1f1f1;font-family:Montserrat,sans-serif;width:220px;transition:all .3s ease}.order-dashboard-section .order-dashboard-body .table-header .search-bar input:focus,.order-dashboard-section .order-dashboard-body .table-header .search-bar input:hover{background:#e0e0e0;border:2px solid #e0e0e0}.order-dashboard-section .order-dashboard-body .table-header .table-actions{display:flex;gap:10px;font-size:14px}.order-dashboard-section .order-dashboard-body .table-header .table-actions button{padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.order-dashboard-section .order-dashboard-body .table-header .table-actions .filter-btn{background:#f0f4ff;color:#1d4ed8}.order-dashboard-section .order-dashboard-body .table-header .table-actions .export-btn{background:var(--secondary-color);color:#fff;border:2px solid var(--secondary-color)}.order-dashboard-section .order-dashboard-body .table-header .table-actions .export-btn:hover{background:#fff;color:var(--secondary-color);border:2px solid var(--secondary-color)}.order-dashboard-section .order-dashboard-body .table-header .table-actions .delete-selected-btn{background:#dc2626;color:#fff;border:2px solid #dc2626}.order-dashboard-section .order-dashboard-body .table-header .table-actions .delete-selected-btn:hover{background:#fff;color:#dc2626;border:2px solid #dc2626}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs{display:flex;flex-direction:column;gap:10px;margin-top:10px}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .date-inputs-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .date-inputs-row label{font-size:14px;font-weight:500;color:#333;min-width:40px}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .date-inputs-row .date-select-div{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:all .3s ease}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .date-inputs-row .date-select-div:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4705311a}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .search-date-btn{align-self:flex-start;padding:8px 16px;background:var(--primary-color);color:#fff;border:2px solid var(--primary-color);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .search-date-btn:hover{background:#fff;color:var(--primary-color)}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-inputs .search-date-btn:disabled{background:#ccc;border-color:#ccc;color:#666;cursor:not-allowed}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-message{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;margin:20px 0;text-align:center}.order-dashboard-section .order-dashboard-body .table-header .table-actions .custom-date-message p{margin:0;color:#6c757d;font-size:14px;font-weight:500}.order-dashboard-section .order-dashboard-body .table-header .table-actions .add-btn{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.order-dashboard-section .order-dashboard-body .table-header .table-actions .add-btn:hover{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.order-dashboard-section .order-dashboard-body .table-header .order-filters{display:flex;gap:50px}.order-dashboard-section .order-dashboard-body .table-header .order-filters .sort-show{display:flex;align-items:center;gap:10px}.order-dashboard-section .order-dashboard-body .table-header .order-filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:110px;border-radius:5px;background:#eaeaea;border:2px solid #eaeaea}.order-dashboard-section .order-dashboard-body .table-header .order-filters .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.order-dashboard-section .order-dashboard-body .table-header .order-filters .sort-show .sort-select-div:hover{background:#d5d5d5;border:2px solid #d5d5d5;box-shadow:none}.order-dashboard-section .order-dashboard-body .table-header .order-filters select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.order-dashboard-section .order-dashboard-body .order-table-container{width:100%;overflow-x:auto;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.order-dashboard-section .order-dashboard-body .order-table-container::-webkit-scrollbar{display:none}.order-dashboard-section .order-dashboard-body .order-table-container{scrollbar-width:none;-ms-overflow-style:none}.order-dashboard-section .order-dashboard-body .order-table{border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;width:100%;border-collapse:collapse;overflow:hidden;background:#fff}.order-dashboard-section .order-dashboard-body .order-table thead{background:#eaeaea}.order-dashboard-section .order-dashboard-body .order-table thead th{text-align:left;padding:30px 20px;font-size:14px;color:var(--primary-color);text-transform:uppercase}.order-dashboard-section .order-dashboard-body .order-table tbody tr{border-bottom:1px solid #e5e7eb}.order-dashboard-section .order-dashboard-body .order-table tbody tr td{padding:20px;font-size:14px;color:#374151;text-align:left}.order-dashboard-section .order-dashboard-body .order-table tbody tr .delivery-details-div{display:flex;flex-direction:column;justify-content:center;gap:5px;font-size:14px}.order-dashboard-section .order-dashboard-body .order-table tbody tr .delivery-details-div .address-details{display:flex;flex-direction:column}.order-dashboard-section .order-dashboard-body .order-table tbody tr .order-img{width:50px;height:50px;object-fit:cover;border-radius:6px}.order-dashboard-section .order-dashboard-body .order-table tbody tr .action-div{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%;height:100%}.order-dashboard-section .order-dashboard-body .order-table tbody tr button{display:flex;justify-content:center;align-items:center;border-radius:5px;border:none;color:#fff;font-size:14px;cursor:pointer;width:25px;height:25px;margin:0;transition:.5s all}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.view-btn{background:#3b82f6;border:1.5px solid #3b82f6}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.view-btn:hover{background:transparent;color:#3b82f6}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.edit-btn{background:#22c55e;border:1.5px solid #22c55e}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.edit-btn:hover{background:transparent;color:#22c55e}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.delete-btn{background:#ef4444;border:1.5px solid #ef4444}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.delete-btn:hover{background:transparent;color:#ef4444}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.download-btn{background:#ff9800;color:#fff;border:1.5px solid #ff9800}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.download-btn:hover{background:transparent;color:#ff9800}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.add-recent-btn{background:#28a745;color:#fff;border:1.5px solid #28a745}.order-dashboard-section .order-dashboard-body .order-table tbody tr button.add-recent-btn:hover{background:transparent;color:#28a745}.order-dashboard-section .order-dashboard-body .order-table tbody tr:last-child{border-bottom:none}.order-dashboard-section .order-dashboard-body .order-table .status-change-container{display:flex;flex-direction:row;align-items:center;gap:8px}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field{flex:1;min-width:175px}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiOutlinedInput-root{height:36px;border-radius:6px;font-size:14px;font-weight:500;color:var(--primary-color);background:#fff;border:1.5px solid #e0e0e0;transition:all .3s ease}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiOutlinedInput-root fieldset{border:none}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiOutlinedInput-root:hover{border-color:var(--primary-color);background:#f8f9fa}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiOutlinedInput-root.Mui-focused{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 2px #4705311a}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiOutlinedInput-root .MuiSelect-select{padding:8px 12px;font-size:14px;font-weight:500;color:#333}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiPaper-root .MuiMenuItem-root,.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiList-root .MuiMenuItem-root{font-size:14px!important;padding:6px 12px;min-height:32px}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiInputLabel-root{font-size:12px;color:#666;transform:translate(12px,8px) scale(1)}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-select-field .MuiInputLabel-root.Mui-focused{color:var(--primary-color)}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn{background:var(--primary-color);color:#fff;border:1.5px solid var(--primary-color);border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;font-weight:600}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn:hover{background:transparent;color:var(--primary-color);border:1.5px solid var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 8px #4705314d}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn:active{transform:translateY(0)}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn svg{font-size:20px}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn.disabled{background:#ccc;border:1.5px solid #ccc;cursor:not-allowed;transform:none;box-shadow:none}.order-dashboard-section .order-dashboard-body .order-table .status-change-container .status-update-btn.disabled:hover{background:#ccc;color:#fff;cursor:not-allowed;transform:none;box-shadow:none}.order-dashboard-section .order-dashboard-body .table-footer{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:10px 20px;box-shadow:0 2px 10px #0000000d;border-radius:10px;font-size:14px}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination{display:flex;gap:10px}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination .page-number.active{background-color:var(--primary-color);color:#fff}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px;font-size:14px}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination span.disabled{opacity:.5;pointer-events:none}.order-dashboard-section .order-dashboard-body .table-footer .footer-pagination span:disabled{cursor:not-allowed}.order-dashboard-section .order-dashboard-body .table-footer .sort-show{display:flex;align-items:center;gap:10px}.order-dashboard-section .order-dashboard-body .table-footer .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.order-dashboard-section .order-dashboard-body .table-footer .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.order-dashboard-section .order-dashboard-body .table-footer .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.order-dashboard-section .order-dashboard-body .table-footer .sort-show select{border:none;background:transparent;font-size:14px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.order-dashboard-section .order-dashboard-body-empty{margin-top:30px;display:flex;flex-direction:column;background:#fff;border-radius:10px;padding:20px}.order-dashboard-section .details-div{margin-top:30px;display:flex;flex-direction:column;gap:5px;background:#eaeaea;padding:30px;border-radius:10px}.order-dashboard-section .details-div a{text-decoration:underline;cursor:pointer}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:1000}.order-form-section{position:fixed;top:0;right:0;height:100%;width:700px;background:#fff;z-index:1001;overflow-y:auto;margin-bottom:50px}.order-form-section .close-btn{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;background:#e2e2e5;color:#686868;width:30px;height:30px;border-radius:50%;cursor:pointer}.order-form-section .close-btn .icon{font-size:30px;font-weight:600;transition:.3s}.order-form-section .close-btn:hover{background:#f3f3f3;color:#000;transition:.3s}.order-form-section .order-content{display:flex;flex-direction:column;justify-items:space-between;height:100%;padding:50px}.order-form-section .order-content .order-head{font-size:25px}.order-form-section .order-content .customer-order-card{margin-top:30px;display:flex;flex-direction:column;gap:10px;margin-bottom:50px}.order-form-section .order-content .customer-order-card .orderId-price-div{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px}.order-form-section .order-content .customer-order-card .orderId-price-div .item-details{display:flex;flex-direction:row;gap:10px}.order-form-section .order-content .customer-order-card .orderId-price-div .item-details .head,.order-form-section .order-content .customer-order-card .orderId-price-div .item-details .value{font-size:16px;font-weight:600}.order-form-section .order-content .customer-order-card .orderId-price-div .head{font-weight:600}.order-form-section .order-content .customer-order-card .orderId-price-div .order-price-div{display:flex;flex-direction:column;gap:10px}.order-form-section .order-content .customer-order-card .orderId-price-div .order-price{font-size:20px;font-weight:700}.order-form-section .order-content .customer-order-card .orderId-price-div .order-status-amount-div{display:flex;flex-direction:column;gap:10px}.order-form-section .order-content .customer-order-card .orderId-price-div .order-amount,.order-form-section .order-content .customer-order-card .orderId-price-div .order-status{text-align:right;display:flex;flex-direction:column;gap:10px}.order-form-section .order-content .customer-order-card .order-info-table{width:100%;border-collapse:collapse;margin-top:15px;background:#f8f9fa;border-radius:8px;overflow:hidden}.order-form-section .order-content .customer-order-card .order-info-table:first-child{margin-top:0}.order-form-section .order-content .customer-order-card .order-info-table tbody tr{border-bottom:1px solid #e0e0e0}.order-form-section .order-content .customer-order-card .order-info-table tbody tr:last-child{border-bottom:none}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-label{width:30%;padding:12px 20px;font-size:14px;font-weight:600;color:#666;background:#f3f3f3;text-align:left;vertical-align:middle}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-value{width:70%;padding:12px 20px;font-size:14px;color:#2c3e50;text-align:right;vertical-align:middle;word-break:break-all;font-weight:500}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-value .payment-status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;text-align:center;white-space:nowrap}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-value .payment-status-badge.payment-paid{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-value .payment-status-badge.payment-pending{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-value .payment-status-badge.payment-failed{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.order-form-section .order-content .customer-order-card .order-info-table tbody tr .table-value .payment-status-badge.payment-refunded{background-color:#e2e3e5;color:#383d41;border:1px solid #d6d8db}.order-form-section .order-content .customer-order-card .order-details-div{margin-top:20px;display:flex;flex-direction:column;gap:30px;margin-bottom:50px}.order-form-section .order-content .customer-order-card .order-details-div .head-title{font-size:20px;font-weight:700}.order-form-section .order-content .customer-order-card .lineItems-grid{display:flex;flex-direction:column;gap:30px;background:#f3f3f3;padding:30px;border-radius:10px}.order-form-section .order-content .customer-order-card .lineItems-grid .linItems-head{margin-bottom:-10px;font-size:18px}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card{display:flex;flex-direction:row;gap:20px;justify-content:flex-start;border-bottom:2px solid #e0e0e0;padding-bottom:30px}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .img-div{height:150px;width:200px}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .img-div img{height:100%;width:100%;object-fit:cover}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .item-details-div{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:end;margin-bottom:20px;gap:20px}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name-div{display:flex;flex-direction:column;gap:5px;justify-content:flex-start;align-items:flex-start}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name-div .name{font-size:20px}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .item-details-div .item-name-div .category{font-size:16px;opacity:.8}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card .item-details-div .price-qty-div{display:flex;flex-direction:column;gap:5px;align-items:flex-end;text-align:right}.order-form-section .order-content .customer-order-card .lineItems-grid .lineItems-card:last-child{border-bottom:none;padding-bottom:0}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section{margin-top:20px;padding:15px;background:#fff;border-radius:8px;border-left:4px solid #ff9800}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-title{font-size:14px;font-weight:600;color:#666;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list{display:flex;flex-direction:column;gap:8px}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9f9f9;border-radius:6px;font-size:13px}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item .addon-name{flex:1;font-weight:500;color:#333}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item .addon-qty{margin:0 15px;color:#666;font-size:12px}.order-form-section .order-content .customer-order-card .lineItems-grid .addons-compact-section .addons-compact-list .addon-compact-item .addon-price{font-weight:600;color:#ff9800;min-width:80px;text-align:right}.order-form-section .order-content .action-div{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:50px}.order-form-section .order-content .action-div .change-status-div{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.order-form-section .order-content .action-div .change-status-div .same-line{display:flex;flex-direction:row;align-items:center;gap:10px}.order-form-section .order-content .action-div .cancel-dlt-div{display:flex;flex-direction:column;gap:10px}.order-form-section .order-content .action-div .btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:8px 12px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease}.order-form-section .order-content .action-div .btn svg{font-size:18px}.order-form-section .order-content .action-div .btn.edit-btn{background:#22c55e;color:#fff;border:2px solid #22c55e;height:45px}.order-form-section .order-content .action-div .btn.edit-btn:hover{background:transparent;color:#22c55e}.order-form-section .order-content .action-div .btn.cancel-btn{background:#ff9800;color:#fff;border:2px solid #ff9800}.order-form-section .order-content .action-div .btn.cancel-btn:hover{background:transparent;color:#ff9800}.order-form-section .order-content .action-div .btn.delete-btn{background:#ef4444;color:#fff;border:2px solid #ef4444}.order-form-section .order-content .action-div .btn.delete-btn:hover{background:transparent;color:#ef4444}@media(max-width:700px){.order-form-section{width:100%}.order-form-section .order-content .order-head{font-size:25px}}@media(max-width:650px){.order-dashboard-section .order-dashboard-body .table-header{flex-direction:column;gap:10px}.order-dashboard-section .order-dashboard-body .table-header .search-bar,.order-dashboard-section .order-dashboard-body .table-header .search-bar input{width:100%}.order-dashboard-section .order-dashboard-body .table-header .table-actions{width:100%;justify-content:space-between;margin-left:auto}}@media(max-width:600px){.order-dashboard-section{padding:20px}.order-dashboard-section .order-dashboard-body .table-footer{flex-direction:column;gap:10px}.order-form-section .order-content{padding:30px}.order-form-section .order-content .order-head{font-size:25px}}@media(max-width:550px){.order-form-section .order-content .customer-order-card .order-details-div .head-title{font-size:22px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid{padding:20px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .img-div{height:100px;width:150px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .item-details-div .item-name-div .name{font-size:16px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .item-details-div .item-name-div .category,.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .item-details-div .price-qty-div{font-size:14px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .addons-compact-section{padding:12px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .addons-compact-section .addons-compact-title{font-size:12px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .addons-compact-section .addons-compact-list .addon-compact-item{padding:6px 10px;font-size:12px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .addons-compact-section .addons-compact-list .addon-compact-item .addon-name{font-size:12px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .addons-compact-section .addons-compact-list .addon-compact-item .addon-qty{font-size:11px;margin:0 10px}.order-form-section .order-content .customer-order-card .order-details-div .lineItems-grid .lineItems-card .addons-compact-section .addons-compact-list .addon-compact-item .addon-price{font-size:12px;min-width:70px}.order-form-section .order-content .action-div{flex-direction:column;align-items:center}.order-form-section .order-content .action-div .change-status-div{align-items:center}.order-form-section .order-content .action-div .cancel-dlt-div{flex-direction:row;justify-content:space-between;width:100%}}@media(max-width:550px)and (max-width:768px){.order-dashboard-home-section{padding:15px}.order-dashboard-home-section .order-dashboard-header{margin-bottom:25px}.order-dashboard-home-section .order-dashboard-header .dashboard-title{font-size:24px}.order-dashboard-home-section .order-dashboard-header .dashboard-subtitle{font-size:14px}.order-dashboard-home-section .order-types-overview{margin-bottom:30px}.order-dashboard-home-section .order-types-overview .section-title{font-size:20px}.order-dashboard-home-section .order-types-overview .order-types-grid{grid-template-columns:1fr;gap:15px}.order-dashboard-home-section .order-types-overview .order-types-grid .order-type-card{padding:15px}.order-dashboard-home-section .order-types-overview .order-types-grid .order-type-card .order-type-icon{font-size:28px;width:45px;height:45px}.order-dashboard-home-section .order-types-overview .order-types-grid .order-type-card .order-type-info .order-type-name{font-size:16px}.order-dashboard-home-section .order-types-overview .order-types-grid .order-type-card .order-type-info .order-count{font-size:13px}.notifications-section .notifications-header{flex-direction:column;gap:10px;align-items:flex-start}.notifications-section .notifications-header .notifications-actions{width:100%;justify-content:flex-end}.notifications-section .notifications-content{padding:15px}.notifications-section .notifications-content .notifications-list .notification-card{flex-direction:column;gap:10px}.notifications-section .notifications-content .notifications-list .notification-card .notification-actions{flex-direction:row;justify-content:flex-end}}@media(max-width:550px)and (max-width:480px){.notifications-section .notifications-header{padding:12px 15px}.notifications-section .notifications-header .notifications-title{font-size:16px}.notifications-section .notifications-header .notifications-actions .bulk-delete-notifications-btn,.notifications-section .notifications-header .notifications-actions .toggle-notifications-btn{padding:6px 12px;font-size:12px}.notifications-section .notifications-content,.notifications-section .notifications-content .notifications-list .notification-card{padding:12px}.notifications-section .notifications-content .notifications-list .notification-card .notification-content .notification-header .notification-time{margin-left:0;margin-top:5px;width:100%}.order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions{flex-direction:row;justify-content:flex-end;gap:6px}.order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-actions .btn-sm{padding:4px 8px;font-size:10px}.order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card{flex-direction:column;text-align:center}.order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-image{align-self:center;width:50px;height:50px}.order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing{flex-direction:column;gap:4px}.order-dashboard-home-section .notifications-section .notifications-content .notifications-list .notification-card .notification-expanded-details .expanded-content .line-items .items-list .item-card .item-details .item-pricing .item-total{margin-left:0}}.simple-status-update{margin-top:12px;padding:8px 0;border-top:1px solid #e9ecef}.simple-status-update .current-status{display:flex;align-items:center;gap:8px;margin-bottom:8px}.simple-status-update .current-status .status-label{font-size:13px;color:#6c757d;font-weight:500}.simple-status-update .current-status .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.simple-status-update .current-status .status-badge.order-received{background-color:#e3f2fd;color:#1976d2}.simple-status-update .current-status .status-badge.preparing{background-color:#fff3e0;color:#f57c00}.simple-status-update .current-status .status-badge.ready-for-collection{background-color:#e8f5e8;color:#2e7d32}.simple-status-update .current-status .status-badge.collected{background-color:#f3e5f5;color:#7b1fa2}.simple-status-update .current-status .status-badge.ready-to-serve{background-color:#e8f5e8;color:#2e7d32}.simple-status-update .current-status .status-badge.served{background-color:#f3e5f5;color:#7b1fa2}.simple-status-update .current-status .status-badge.out-for-delivery{background-color:#fff3e0;color:#f57c00}.simple-status-update .current-status .status-badge.delivered{background-color:#e8f5e8;color:#2e7d32}.simple-status-update .current-status .status-badge.cancelled{background-color:#ffebee;color:#d32f2f}.simple-status-update .status-change{display:flex;align-items:center;gap:8px}.simple-status-update .status-change .status-select{min-width:140px;max-width:140px}.simple-status-update .status-change .status-select .MuiOutlinedInput-root{height:32px;border-radius:4px;font-size:12px;background:#fff;border:1px solid #ddd}.simple-status-update .status-change .status-select .MuiOutlinedInput-root fieldset{border:none}.simple-status-update .status-change .status-select .MuiOutlinedInput-root:hover,.simple-status-update .status-change .status-select .MuiOutlinedInput-root.Mui-focused{border-color:var(--primary-color)}.simple-status-update .status-change .status-select .MuiOutlinedInput-root .MuiSelect-select{padding:6px 8px;font-size:12px}.simple-status-update .status-change .update-btn{background:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:12px;font-weight:500;height:32px;min-width:60px}.simple-status-update .status-change .update-btn:hover{background:#5a0a4a}.simple-status-update .MuiFormControl-root{background-color:#fff;border-radius:6px}.simple-status-update .MuiFormControl-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#007bff}.simple-status-update .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#007bff;border-width:2px}.simple-status-update .MuiFormControl-root .MuiInputLabel-root.Mui-focused{color:#007bff}.simple-status-update .update-status-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;color:#fff;padding:8px 16px;border-radius:6px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 4px #28a74533;height:40px}.simple-status-update .update-status-btn:hover{background:linear-gradient(135deg,#218838,#1ea085);box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.simple-status-update .update-status-btn:active{transform:translateY(0);box-shadow:0 2px 4px #28a74533}@media(max-width:768px){.status-update-section{padding:8px;margin-top:8px}.status-update-section .MuiFormControl-root{min-width:100px;font-size:14px}.status-update-section .update-status-btn{padding:6px 12px;font-size:12px;margin-left:4px!important;margin-top:4px!important}}@media(max-width:480px){.status-update-section .MuiFormControl-root{width:100%;margin-bottom:8px}.status-update-section .update-status-btn{width:100%;margin-left:0!important;margin-top:8px!important}}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:15px}.dashboard-header .dashboard-head{font-size:20px}.dashboard-header .refresh-orders-btn{width:100%;justify-content:center;padding:12px 16px}}.admin-cancel-reason-toast-container{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.admin-cancel-reason-toast-container.exit{animation:fadeOut .3s ease-in}.admin-cancel-reason-toast{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;border-left:8px solid #ef4444;animation:slideInScale .3s ease-out}.admin-cancel-reason-toast .toast-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.admin-cancel-reason-toast .toast-header .header-content{display:flex;align-items:center;gap:12px}.admin-cancel-reason-toast .toast-header .header-content .icon-wrapper{width:40px;height:40px;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ef4444}.admin-cancel-reason-toast .toast-header .header-content .icon-wrapper .cancel-icon{font-size:20px}.admin-cancel-reason-toast .toast-header .header-content .toast-title{margin:0;font-size:18px;font-weight:600;color:#1f2937}.admin-cancel-reason-toast .toast-header .close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.admin-cancel-reason-toast .toast-header .close-btn:hover{background:#f3f4f6;color:#374151}.admin-cancel-reason-toast .toast-header .close-btn svg{width:20px;height:20px}.admin-cancel-reason-toast .toast-body{padding:20px 24px}.admin-cancel-reason-toast .toast-body .order-info{margin-bottom:20px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.admin-cancel-reason-toast .toast-body .order-info .order-no,.admin-cancel-reason-toast .toast-body .order-info .order-type,.admin-cancel-reason-toast .toast-body .order-info .table-info,.admin-cancel-reason-toast .toast-body .order-info .customer-info{margin-bottom:8px;font-size:14px;color:#374151}.admin-cancel-reason-toast .toast-body .order-info .order-no strong,.admin-cancel-reason-toast .toast-body .order-info .order-type strong,.admin-cancel-reason-toast .toast-body .order-info .table-info strong,.admin-cancel-reason-toast .toast-body .order-info .customer-info strong{color:#1f2937;font-weight:600}.admin-cancel-reason-toast .toast-body .order-info .customer-details,.admin-cancel-reason-toast .toast-body .order-info .customer-phone{margin-bottom:4px}.admin-cancel-reason-toast .toast-body .reason-input label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#1f2937}.admin-cancel-reason-toast .toast-body .reason-input textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease}.admin-cancel-reason-toast .toast-body .reason-input textarea:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.admin-cancel-reason-toast .toast-body .reason-input textarea:disabled{background:#f9fafb;cursor:not-allowed}.admin-cancel-reason-toast .toast-body .reason-input textarea::placeholder{color:#9ca3af}.admin-cancel-reason-toast .toast-body .reason-input .character-count{text-align:right;font-size:12px;color:#6b7280;margin-top:4px}.admin-cancel-reason-toast .toast-footer{padding:16px 24px 20px;display:flex;gap:12px;justify-content:flex-end}.admin-cancel-reason-toast .toast-footer .cancel-btn,.admin-cancel-reason-toast .toast-footer .confirm-btn{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;border:none;min-width:120px;justify-content:center}.admin-cancel-reason-toast .toast-footer .cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.admin-cancel-reason-toast .toast-footer .cancel-btn:hover:not(:disabled){background:#e5e7eb}.admin-cancel-reason-toast .toast-footer .cancel-btn:disabled{opacity:.5;cursor:not-allowed}.admin-cancel-reason-toast .toast-footer .confirm-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.admin-cancel-reason-toast .toast-footer .confirm-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.admin-cancel-reason-toast .toast-footer .confirm-btn:active:not(:disabled){transform:translateY(0)}.admin-cancel-reason-toast .toast-footer .confirm-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.admin-cancel-reason-toast .toast-footer .confirm-btn .check-icon{font-size:16px}.admin-cancel-reason-toast .toast-footer .confirm-btn .loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:480px){.admin-cancel-reason-toast{width:95%;max-width:none;margin:0 10px}.admin-cancel-reason-toast .toast-header{padding:16px 20px 12px}.admin-cancel-reason-toast .toast-header .header-content{gap:10px}.admin-cancel-reason-toast .toast-header .header-content .icon-wrapper{width:36px;height:36px}.admin-cancel-reason-toast .toast-header .header-content .icon-wrapper .cancel-icon{font-size:18px}.admin-cancel-reason-toast .toast-header .header-content .toast-title{font-size:16px}.admin-cancel-reason-toast .toast-body{padding:16px 20px}.admin-cancel-reason-toast .toast-footer{padding:12px 20px 16px;flex-direction:column}.admin-cancel-reason-toast .toast-footer .cancel-btn,.admin-cancel-reason-toast .toast-footer .confirm-btn{width:100%;min-width:auto}}.restaurant-profile-section-div{display:block;padding:30px}.restaurant-profile-section-div .restaurant-profile-section{display:block;padding-bottom:30px}.restaurant-profile-section-div .restaurant-profile-section .head-div{display:flex;flex-direction:row;background:#fff;padding:26px;border-radius:10px;justify-content:space-between;align-items:center;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .head-div .head{display:flex;flex-direction:column;gap:5px}.restaurant-profile-section-div .restaurant-profile-section .head-div .head p{font-size:14px}.restaurant-profile-section-div .restaurant-profile-section .head-div .btn-div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.restaurant-profile-section-div .restaurant-profile-section .head-div .save-btn{display:flex;justify-content:center;align-items:center;gap:10px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div{margin-top:30px;display:flex;flex-direction:column;gap:30px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div{display:flex;flex-direction:column;background:#fff;padding:25px;border-radius:10px;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-head{font-size:25px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .same-line{display:flex;flex-direction:row}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details.logo{width:50%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div{width:50%;display:flex;flex-direction:column}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div .qr-div{width:150px;height:150px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div .qr-div img{width:100%;height:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div .download-btn{margin-top:10px;padding:8px 16px;background:var(--primary-color);color:#fff;border:2px solid var(--primary-color);border-radius:6px;cursor:pointer;transition:.3s;width:200px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div .download-btn:hover{background:transparent;color:var(--primary-color)}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .images-grid .image-div,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .images-grid .image-div img{width:100%;height:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details{display:flex;flex-direction:row;gap:20px;width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .profile-details{width:50%;display:flex;flex-direction:column;gap:10px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .profile-details .profile-head{font-size:18px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .profile-details .profile-value{padding:10px 15px;border-radius:10px;border:2px solid #470531;width:100%;font-size:14px;overflow:scroll}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .profile-head{font-size:18px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px;cursor:inherit}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .verified-btn img{width:20px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-head{font-size:18px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details.order-type{width:calc(100% - 20px)}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .socialMediaLinks-div{display:flex;flex-direction:column;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .socialMediaLinks-div .profile-info-details-head{font-size:18px;font-weight:700}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .socialMediaLinks-div .socialMediaLinks-grid{display:flex;flex-direction:column;gap:20px;width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .socialMediaLinks-div .socialMediaLinks-grid .socialMediaLinks-card{display:flex;flex-direction:row;gap:20px;width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .socialMediaLinks-div .socialMediaLinks-grid .socialMediaLinks-card .platform,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .socialMediaLinks-div .socialMediaLinks-grid .socialMediaLinks-card .link{padding:10px 15px;border-radius:10px;border:2px solid #470531;width:100%;font-size:14px;overflow:scroll}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details{display:flex;flex-direction:column;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details .logo-div{width:200px;height:100px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details .logo-div img{width:100%;height:100%;object-fit:cover}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details .favicon-div{width:64px;height:64px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details .favicon-div img{width:100%;height:100%;object-fit:cover;border-radius:8px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .banner-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .banner-image-grid .banner-image-div{width:100%;height:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .banner-image-grid .banner-image-div img{width:100%;height:100%;object-fit:cover}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info{display:flex;flex-direction:row;align-items:center;gap:30px;width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div{display:flex;flex-direction:column;gap:10px;width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .same-line{display:flex;flex-direction:row;gap:10px;align-items:center}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .btn-dark{height:55px;width:100px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .verified-btn{width:100px;height:55px;margin-left:auto;background:#edf7ed;color:#458845;border:none;display:flex;flex-direction:row;gap:5px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .verified-btn img{width:20px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field{width:100%;border-radius:10px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root:hover fieldset,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root .MuiInputBase-input,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiOutlinedInput-root .MuiInputBase-input.MuiOutlinedInput-inputMultiline{padding:12px 20px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif;left:20px;top:50%;transform:translateY(-50%);transition:all .2s ease}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiInputLabel-root.Mui-focused,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiInputLabel-root.MuiInputLabel-shrink{color:#470531;top:-8px;left:20px;transform:translateY(0) scale(.75)}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiInputBase-input,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .contact-info .contact-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-info-div-empty{margin-top:30px;display:flex;flex-direction:column;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body{margin-top:30px;display:flex;flex-direction:column;padding:30px;background-color:#fff;border-radius:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .contact-info-head{margin-bottom:20px;font-size:25px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form{display:flex;flex-direction:column;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-input-head{font-size:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-input-head.no-bottom{margin-bottom:-20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container{margin-top:20px;display:flex;flex-wrap:wrap;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box{position:relative;width:150px;height:150px;border:1px solid #ccc;border-radius:8px;padding:8px;background:#f9f9f9;text-align:center}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box img{width:100%;height:100%;object-fit:cover;border-radius:4px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box .remove-btn{position:absolute;display:flex;justify-content:center;align-items:center;top:4px;right:4px;color:#470531;border:2px solid #470531;border-radius:4px;height:20px;width:20px;font-size:16px;cursor:pointer;transition:.3s all}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box .remove-btn:hover{background:#470531;color:#fff}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box-logo{position:relative;width:250px;height:100%;border:1px solid #ccc;border-radius:8px;padding:8px;background:#f9f9f9;text-align:center}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box-logo img{width:100%;height:100%;object-fit:cover;border-radius:4px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box-logo .remove-btn{position:absolute;display:flex;justify-content:center;align-items:center;top:4px;right:4px;color:#470531;border:2px solid #470531;border-radius:4px;height:20px;width:20px;font-size:16px;cursor:pointer;transition:.3s all}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container .image-box-logo .remove-btn:hover{background:#470531;color:#fff}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-box-favicon{position:relative;width:80px;height:80px;border:1px solid #ccc;border-radius:8px;padding:8px;background:#f9f9f9;text-align:center}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-box-favicon img{width:100%;height:100%;object-fit:cover;border-radius:4px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-box-favicon .remove-image-btn{position:absolute;display:flex;justify-content:center;align-items:center;top:4px;right:4px;color:#470531;border:2px solid #470531;border-radius:4px;height:20px;width:20px;font-size:16px;cursor:pointer;transition:.3s all}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-box-favicon .remove-image-btn:hover{background:#470531;color:#fff}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container.logo,.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .image-preview-container.favicon{flex-direction:column}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines{font-size:14px;color:#555;margin-top:6px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines .head{font-size:16px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines ul{margin-top:20px;display:flex;flex-direction:column;gap:3px;list-style-type:disc!important;color:#000}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines ul svg{width:14px!important;height:14px!important;flex:0 0 14px;min-width:14px;min-height:14px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines ul li{display:flex;flex-direction:row;align-items:flex-start;gap:6px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines ul span{font-weight:600}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .logo-upload-guidelines ul svg{font-size:0;margin-top:2px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines{font-size:14px;color:#555;margin-top:6px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines .head{font-size:16px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines ul{margin-top:20px;display:flex;flex-direction:column;gap:3px;list-style-type:disc!important;color:#000}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines ul svg{width:14px!important;height:14px!important;flex:0 0 14px;min-width:14px;min-height:14px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines ul li{display:flex;flex-direction:row;align-items:flex-start;gap:6px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines ul span{font-weight:600}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .favicon-upload-guidelines ul svg{font-size:25px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field{border-radius:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root:hover fieldset,.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiInputBase-input,.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field.large{width:100%}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field.small{width:150px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field.medium{width:290px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line{display:flex;align-items:center;gap:30px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line.align-top{align-items:flex-start;justify-content:flex-start}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line.address{align-items:flex-start;margin-top:-20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-row{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-row .form-field{width:100%}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .error-message.half{width:calc(50% - 15px)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div{padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-info{margin-bottom:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-info .subscription-badge{display:flex;align-items:center;gap:10px;margin-top:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-info .subscription-badge .subscription-type{font-size:14px;font-weight:600;padding:4px 8px;border-radius:4px;background:#fffc}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-info .subscription-badge .subscription-description{font-size:12px;color:#666;font-style:italic}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-upgrade{text-align:center;padding:20px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-upgrade .upgrade-message{font-size:14px;color:#856404;margin-bottom:15px;line-height:1.5}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-upgrade .upgrade-button{background:var(--primary-color);color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .subscription-upgrade .upgrade-button:hover{background:#0056b3}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-description{font-size:14px;color:#666;margin-bottom:20px;line-height:1.5}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-checkboxes{display:flex;flex-direction:column;gap:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox{display:flex;align-items:center;cursor:pointer;padding:12px;background:#fff;border-radius:6px;border:1px solid #dee2e6;transition:all .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox:hover{border-color:var(--primary-color);background:#f8f9ff}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox input[type=checkbox]{display:none}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox .checkmark{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #ddd;border-radius:4px;margin-right:12px;position:relative;transition:all .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox .checkmark:after{content:"";position:absolute;left:4px;top:0;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox input[type=checkbox]:checked+.checkmark{background:var(--primary-color);border-color:var(--primary-color)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox input[type=checkbox]:checked+.checkmark:after{opacity:1}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox .language-label{display:flex;flex-direction:column;gap:2px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox .language-label .language-name{font-size:16px;font-weight:600;color:#333}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .language-option .language-checkbox .language-label .language-native{font-size:14px;color:#666;font-style:italic}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .selected-languages{margin-top:20px;padding-top:20px;border-top:1px solid #dee2e6}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .selected-languages .selected-languages-label{font-size:14px;font-weight:600;color:#333;margin-bottom:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .selected-languages .language-tags{display:flex;flex-wrap:wrap;gap:8px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .language-selection-div .selected-languages .language-tags .language-tag{background:var(--primary-color);color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div{padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;margin-top:20px;display:flex;flex-direction:column;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .subscription-info{margin-bottom:0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .subscription-info .subscription-badge{display:flex;align-items:center;gap:10px;margin-top:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .subscription-info .subscription-badge .subscription-type{font-size:14px;font-weight:600;padding:4px 8px;border-radius:4px;background:#fffc}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .subscription-info .subscription-badge .subscription-description{font-size:12px;color:#666;font-style:italic}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .isAvailable-div{margin:0;padding:12px 0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .same-line{margin:0;gap:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .form-field{margin:0!important}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .gateway-settings-section{margin-top:0;padding:20px;background:#fff;border-radius:8px;border:1px solid #dee2e6;display:flex;flex-direction:column;gap:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .gateway-settings-section .gateway-title{font-size:18px;font-weight:600;color:#333;margin:0;padding-bottom:10px;border-bottom:2px solid var(--primary-color)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .gateway-settings-section .form-field{margin:0!important}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .gateway-settings-section .same-line{margin:0;gap:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .payment-settings-div .gateway-settings-section .btn{margin-top:10px;align-self:flex-start}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .restaurant-name-field{position:relative;width:100%}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .restaurant-name-field .name-change-warning{display:flex;align-items:center;gap:8px;margin-top:8px;padding:12px 16px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;font-size:14px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .restaurant-name-field .name-change-warning .warning-icon{font-size:16px;color:#f39c12}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .restaurant-name-field .name-change-warning .warning-text{color:#856404;font-weight:500}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .restaurant-name-field .MuiTextField-root .MuiInputBase-input:disabled{background-color:#f5f5f5;color:#666}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div{display:flex;flex-direction:row;gap:10px;width:200px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch{position:relative;display:inline-block;width:30px;height:20px;margin-top:2px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div input:checked+.slider{background-color:#470531}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div input:checked+.slider:before{transform:translate(10px)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div{margin-top:20px;display:flex;flex-direction:column;gap:0px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .btn-primary{width:200px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .same-line{width:70%;gap:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .btn.remove{height:55px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .btn.remove svg{font-size:30px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .btn.btn-primary{margin-top:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div{display:flex;flex-direction:column;gap:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div .same-line{width:100%;flex-direction:column;gap:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div .isAvailable-div{width:100%}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root{border-radius:8px;transition:all .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root:hover{box-shadow:0 2px 8px #0000001a}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 12px #00000026}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-field .MuiInputLabel-root{font-weight:500;color:#555}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .form-input-head:not(.operating-hours-div .form-input-head):not(.language-div .form-input-head){font-size:16px;font-weight:600;color:var(--primary-color);padding-bottom:8px;border-bottom:1px solid #e9ecef}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line:not(.operating-hours-div .same-line):not(.language-div .same-line){display:flex;flex-direction:row;gap:20px;align-items:flex-start;margin-bottom:15px}@media(max-width:768px){.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line:not(.operating-hours-div .same-line):not(.language-div .same-line){flex-direction:column;gap:15px}}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line:not(.operating-hours-div .same-line):not(.language-div .same-line) .form-field{flex:1}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .address{background:#f8f9fa;padding:20px;border-radius:10px;border:1px solid #e9ecef;margin:15px 0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .address .same-row{display:flex;flex-direction:column;gap:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div{background:#f8f9fa;padding:20px;border-radius:10px;border:1px solid #e9ecef;margin:15px 0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .form-input-head{color:#6c757d;font-size:16px;margin-bottom:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .same-line{background:#fff;padding:15px;border-radius:8px;border:1px solid #e0e0e0;margin-bottom:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .same-line .form-field{margin-bottom:0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div{background:#f8f9fa;padding:20px;border-radius:10px;border:1px solid #e9ecef;margin:15px 0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div .form-input-head{color:#6c757d;font-size:16px;margin-bottom:15px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div .same-line{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:space-around}@media(max-width:768px){.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .available-order-div .same-line{flex-direction:column;gap:15px}}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div{display:flex;flex-direction:column;align-items:center;gap:10px;padding:15px;background:#fff;border-radius:8px;border:2px solid #e0e0e0;transition:all .3s ease;min-width:120px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #0000001a}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .label{font-weight:600;color:#333;font-size:14px;text-align:center}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch{position:relative;display:inline-block;width:50px;height:28px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch input{opacity:0;width:0;height:0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch input:checked+.slider{background-color:var(--primary-color)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch input:checked+.slider:before{transform:translate(22px)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:28px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div .switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0003}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div.customer-order{width:calc(33.33% - 10px)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line:has(.form-field):not(.operating-hours-div .same-line):not(.language-div .same-line){background:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #e9ecef;margin:10px 0}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line:has(.form-field):not(.operating-hours-div .same-line):not(.language-div .same-line) .form-field{background:#fff;border-radius:6px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .btn{border-radius:6px;font-weight:600;padding:10px 20px;transition:all .3s ease}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .btn.btn-primary{background:var(--primary-color);border:2px solid var(--primary-color)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .btn.btn-primary:hover{background:#fff;color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .btn.btn-primary-border{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .btn.btn-primary-border:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div{display:flex;flex-direction:column;gap:20px;padding:20px;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef;margin-top:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div .form-input-head{font-size:16px;font-weight:600;color:var(--primary-color);margin-bottom:10px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div .same-line{display:flex;flex-direction:row;gap:20px;align-items:flex-start}@media(max-width:768px){.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div .same-line{flex-direction:column;gap:15px}}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div .operating-hours-info{margin-top:10px;padding:15px;background:#e3f2fd;border-radius:8px;border-left:4px solid #2196f3}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div .operating-hours-info .info-text{margin:0;font-size:14px;color:#1565c0;line-height:1.5}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .operating-hours-div .operating-hours-info .info-text strong{color:#0d47a1}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .restaurant-banner-div{margin-top:30px;display:flex;flex-direction:column;gap:30px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .btn.search-location{height:55px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .button-div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-top:20px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .button-div .btn-dark{width:150px}.restaurant-profile-section-div .verify-email-div-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div{background:#fff;padding:30px 20px;border-radius:12px;position:relative;width:100%;max-width:500px;box-shadow:0 4px 20px #0003;animation:fadeIn .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .modal-close-btn{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:#444;transition:color .2s ease}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .modal-close-btn:hover{color:#000}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .verify-text{text-align:center}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .verify-email{margin-top:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field{width:100%;border-radius:10px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root{color:#470531;font-family:Montserrat,sans-serif;border-radius:10px;transition:all .3s ease}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root fieldset{border-color:#470531;border-width:1.5px;transition:.3s}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root:hover fieldset,.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#470531;border-width:2px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputLabel-root{color:#470531;font-family:Montserrat,sans-serif}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputLabel-root.Mui-focused{color:#470531}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiInputBase-input,.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .MuiSelect-select{color:#470531;font-family:Montserrat,sans-serif;text-align:left}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field .start-adornment{font-family:Montserrat,sans-serif;color:#470531;font-weight:500}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .form-field.verify{width:150px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .btn-dark.submit{height:55px;border-radius:10px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .otp-error{width:315px;margin-left:auto;margin-right:auto}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .same-line{display:flex;flex-direction:column;text-align:start;align-items:center;gap:15px}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .otp-container{text-align:center}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend{width:160px;padding:10px 20px;background-color:#470531;color:#fff;border:2px solid #470531;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend:disabled{background-color:#9e4a83;cursor:not-allowed;opacity:.8}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .btn-resend:hover:enabled{background-color:#fff;color:#470531}.restaurant-profile-section-div .verify-email-div-modal .verify-email-div .otp-container .cooldown-text{margin-top:8px;font-size:14px;color:#470531;font-weight:500}@keyframes unfill{0%{width:100%}to{width:0%}}@media(max-width:800px){.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .social-media-div .same-line,.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .isAvailable-div.customer-order{width:100%}}@media(max-width:700px){.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line.color{flex-direction:column}}@media(max-width:600px){.restaurant-profile-section-div{padding:20px}.restaurant-profile-section-div .restaurant-profile-section .head-div{flex-direction:column;align-items:flex-start}.restaurant-profile-section-div .restaurant-profile-section .head-div .btn-div{margin-left:auto}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div{margin-top:0}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-head{font-size:22px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .banner-image-grid{grid-template-columns:repeat(2,1fr)}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .same-line,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details{flex-direction:column}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .profile-info-details .profile-details,.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div{width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div .qr-div{width:120px;height:120px}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .qr-code-div .qr-div img{width:100%;height:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details.logo{width:100%}.restaurant-profile-section-div .restaurant-profile-section .restaurant-profile-details .restaurant-profile-theme-div .restaurant-profile-info-div .image-info-details .logo-div{width:180px;height:90px}.restaurant-profile-section-div .restaurant-profile-section .edit-profile-modal-body .product-form .same-line{flex-direction:column}}.modern-restaurant-profile{padding:0;min-height:100vh}.modern-restaurant-profile .profile-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 30px;border-radius:0 0 20px 20px;margin-bottom:30px;box-shadow:0 10px 30px #0000001a;position:relative}.modern-restaurant-profile .profile-header .restaurant-title-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:15px}.modern-restaurant-profile .profile-header .restaurant-title-section .restaurant-name{font-size:2.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.modern-restaurant-profile .profile-header .restaurant-title-section .subscription-badge{padding:12px 24px;border-radius:25px;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-restaurant-profile .profile-header .languages-section .languages-title{font-size:1.2rem;margin-bottom:15px;font-weight:600}.modern-restaurant-profile .profile-header .languages-section .languages-tags{display:flex;flex-wrap:wrap;gap:10px}.modern-restaurant-profile .profile-header .languages-section .languages-tags .language-tag{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;gap:8px}.modern-restaurant-profile .profile-header .languages-section .languages-tags .language-tag .lang-name{font-weight:600}.modern-restaurant-profile .profile-header .languages-section .languages-tags .language-tag .lang-native{font-size:.9rem;opacity:.8}.modern-restaurant-profile .profile-header .languages-section .languages-tags .no-languages{color:#ffffffb3;font-style:italic}.modern-restaurant-profile .profile-header .share-div{position:absolute;bottom:20px;right:20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.modern-restaurant-profile .profile-header .share-div:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.modern-restaurant-profile .profile-header .share-div .share-icon{font-size:24px;color:#fff;transition:all .3s ease}.modern-restaurant-profile .profile-header .share-div:hover .share-icon{color:#fff;transform:rotate(15deg)}.modern-restaurant-profile .section-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center}.modern-restaurant-profile .images-gallery-section{margin:30px 0}.modern-restaurant-profile .images-gallery-section .section-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center}.modern-restaurant-profile .images-gallery-section .images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.modern-restaurant-profile .images-gallery-section .images-grid .gallery-image{border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.modern-restaurant-profile .images-gallery-section .images-grid .gallery-image:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0003}.modern-restaurant-profile .images-gallery-section .images-grid .gallery-image img{width:100%;height:200px;object-fit:cover}.modern-restaurant-profile .info-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:40px}.modern-restaurant-profile .info-cards-grid .info-card{background:#fff;border-radius:20px;padding:25px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.modern-restaurant-profile .info-cards-grid .info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.modern-restaurant-profile .info-cards-grid .info-card .card-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #667eea}.modern-restaurant-profile .info-cards-grid .info-card .info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f3f4}.modern-restaurant-profile .info-cards-grid .info-card .info-item:last-child{border-bottom:none}.modern-restaurant-profile .info-cards-grid .info-card .info-item .info-label{font-weight:600;color:#6c757d;font-size:.95rem}.modern-restaurant-profile .info-cards-grid .info-card .info-item .info-value{color:#2c3e50;font-weight:500;text-align:right;max-width:60%;word-break:break-word}.modern-restaurant-profile .info-cards-grid .info-card .info-item .info-value .external-link{color:#667eea;text-decoration:none;font-weight:600}.modern-restaurant-profile .info-cards-grid .info-card .info-item .info-value .external-link:hover{text-decoration:underline}.modern-restaurant-profile .info-cards-grid .info-card .status-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.modern-restaurant-profile .info-cards-grid .info-card .status-badges .status-badge{padding:6px 12px;border-radius:15px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.modern-restaurant-profile .info-cards-grid .info-card .status-badges .status-badge.open{background:#d4edda;color:#155724}.modern-restaurant-profile .info-cards-grid .info-card .status-badges .status-badge.closed{background:#f8d7da;color:#721c24}.modern-restaurant-profile .info-cards-grid .info-card .status-badges .status-badge.approved{background:#d1ecf1;color:#0c5460}.modern-restaurant-profile .info-cards-grid .info-card .status-badges .status-badge.pending{background:#fff3cd;color:#856404}.modern-restaurant-profile .info-cards-grid .info-card .status-badges .status-badge.blocked{background:#f8d7da;color:#721c24}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display{display:flex;flex-direction:column;gap:10px}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display .hours-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:10px;border:2px solid #e0e0e0;background:#f8f9fa;transition:all .3s ease}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display .hours-item.special{background:#e3f2fd;border-color:#2196f3;border-left:4px solid #2196f3}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display .hours-item .hours-label{font-weight:600;color:#333}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display .hours-item .hours-value{font-weight:600;color:#555;font-family:Courier New,monospace;font-size:.95rem}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display .hours-item .hours-value.cross-midnight{color:#ff6b35;background:#fff3e0;padding:4px 8px;border-radius:4px;font-size:.85rem}.modern-restaurant-profile .info-cards-grid .info-card .operating-hours-display .hours-item .hours-value.normal{color:#4caf50;background:#e8f5e8;padding:4px 8px;border-radius:4px;font-size:.85rem}.modern-restaurant-profile .info-cards-grid .info-card .order-options{display:flex;flex-direction:column;gap:10px}.modern-restaurant-profile .info-cards-grid .info-card .order-options .order-option{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:10px;border:2px solid}.modern-restaurant-profile .info-cards-grid .info-card .order-options .order-option.available{background:#d4edda;border-color:#28a745;color:#155724}.modern-restaurant-profile .info-cards-grid .info-card .order-options .order-option.unavailable{background:#f8d7da;border-color:#dc3545;color:#721c24}.modern-restaurant-profile .info-cards-grid .info-card .order-options .order-option .option-label{font-weight:600}.modern-restaurant-profile .info-cards-grid .info-card .order-options .order-option .option-status{font-size:.9rem;font-weight:500}.modern-restaurant-profile .social-media-section{margin:40px 0}.modern-restaurant-profile .social-media-section .section-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:25px;text-align:center}.modern-restaurant-profile .social-media-section .social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.modern-restaurant-profile .social-media-section .social-links-grid .social-link-card{display:flex;align-items:center;padding:20px;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.modern-restaurant-profile .social-media-section .social-links-grid .social-link-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.modern-restaurant-profile .social-media-section .social-links-grid .social-link-card .social-icon{font-size:2rem;margin-right:15px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:50%}.modern-restaurant-profile .social-media-section .social-links-grid .social-link-card .social-info{flex:1}.modern-restaurant-profile .social-media-section .social-links-grid .social-link-card .social-info .platform-name{display:block;font-weight:600;color:#2c3e50;margin-bottom:5px}.modern-restaurant-profile .social-media-section .social-links-grid .social-link-card .social-info .platform-link{display:block;color:#6c757d;font-size:.9rem;word-break:break-all}.modern-restaurant-profile .payment-settings-section{margin:40px 0}.modern-restaurant-profile .payment-settings-section .section-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:30px;text-align:center}.modern-restaurant-profile .payment-settings-section .info-card{background:#fff;border-radius:20px;padding:25px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.modern-restaurant-profile .payment-settings-section .info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.modern-restaurant-profile .payment-settings-section .info-card .card-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #667eea}.modern-restaurant-profile .payment-settings-section .info-card .info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f3f4}.modern-restaurant-profile .payment-settings-section .info-card .info-item:last-child{border-bottom:none}.modern-restaurant-profile .payment-settings-section .info-card .info-item .info-label{font-weight:600;color:#6c757d;font-size:.95rem}.modern-restaurant-profile .payment-settings-section .info-card .info-item .info-value{color:#2c3e50;font-weight:500;text-align:right;max-width:60%;word-break:break-word}.modern-restaurant-profile .payment-settings-section .info-card .info-item .info-value.active{color:#28a745;font-weight:600}.modern-restaurant-profile .payment-settings-section .info-card .info-item .info-value.inactive{color:#dc3545;font-weight:600}.modern-restaurant-profile .theme-section{margin:40px 0}.modern-restaurant-profile .theme-section .section-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:30px;text-align:center}.modern-restaurant-profile .theme-section .theme-assets{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px}.modern-restaurant-profile .theme-section .theme-assets .theme-asset{background:#fff;border-radius:20px;padding:25px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef;text-align:center}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .asset-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:15px}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .asset-preview{margin-bottom:15px}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .asset-preview img{max-width:100%;height:auto;border-radius:10px}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .asset-preview.favicon-preview img{width:64px;height:64px;border-radius:10px;border:1px solid var(--primary-color);background:var(--primary-color)}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .asset-preview.qr-preview img{width:150px;height:150px}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .download-btn{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:25px;font-weight:600;cursor:pointer;transition:background .3s ease}.modern-restaurant-profile .theme-section .theme-assets .theme-asset .download-btn:hover{background:#5a6fd8}.modern-restaurant-profile .theme-section .color-palette{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef;margin-bottom:30px}.modern-restaurant-profile .theme-section .color-palette .palette-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center}.modern-restaurant-profile .theme-section .color-palette .colors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.modern-restaurant-profile .theme-section .color-palette .colors-grid .color-item{display:flex;align-items:center;padding:15px;background:#f8f9fa;border-radius:15px;border:1px solid #e9ecef}.modern-restaurant-profile .theme-section .color-palette .colors-grid .color-item .color-preview{width:50px;height:50px;border-radius:10px;margin-right:15px;box-shadow:0 3px 10px #0003;border:2px solid white}.modern-restaurant-profile .theme-section .color-palette .colors-grid .color-item .color-info{flex:1}.modern-restaurant-profile .theme-section .color-palette .colors-grid .color-item .color-info .color-name{display:block;font-weight:600;color:#2c3e50;margin-bottom:5px}.modern-restaurant-profile .theme-section .color-palette .colors-grid .color-item .color-info .color-code{display:block;color:#6c757d;font-size:.9rem;font-family:Courier New,monospace}.modern-restaurant-profile .theme-section .banner-section,.modern-restaurant-profile .theme-section .offer-banner-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef;margin-bottom:30px}.modern-restaurant-profile .theme-section .banner-section .banner-title,.modern-restaurant-profile .theme-section .offer-banner-section .banner-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center}.modern-restaurant-profile .theme-section .banner-section .banner-grid,.modern-restaurant-profile .theme-section .offer-banner-section .banner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.modern-restaurant-profile .theme-section .banner-section .banner-grid .banner-item,.modern-restaurant-profile .theme-section .offer-banner-section .banner-grid .banner-item{border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.modern-restaurant-profile .theme-section .banner-section .banner-grid .banner-item:hover,.modern-restaurant-profile .theme-section .offer-banner-section .banner-grid .banner-item:hover{transform:scale(1.05)}.modern-restaurant-profile .theme-section .banner-section .banner-grid .banner-item img,.modern-restaurant-profile .theme-section .offer-banner-section .banner-grid .banner-item img{width:100%;height:150px;object-fit:cover}.modern-restaurant-profile .no-restaurant{text-align:center;padding:60px 30px;background:#fff;border-radius:20px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef}.modern-restaurant-profile .no-restaurant h2{color:#2c3e50;margin-bottom:15px}.modern-restaurant-profile .no-restaurant p{color:#6c757d;font-size:1.1rem}.no-restaurant{text-align:center;padding:60px 30px;background:#fff;border-radius:20px;box-shadow:0 8px 25px #00000014;border:1px solid #e9ecef}.no-restaurant h1{color:#2c3e50;margin-bottom:15px;font-size:25px}.no-restaurant p{color:#6c757d;font-size:1.1rem}@media(max-width:768px){.modern-restaurant-profile .profile-header{padding:30px 20px}.modern-restaurant-profile .profile-header .restaurant-title-section{flex-direction:column;align-items:flex-start;gap:15px}.modern-restaurant-profile .profile-header .restaurant-title-section .restaurant-name{font-size:2rem}.modern-restaurant-profile .info-cards-grid,.modern-restaurant-profile .theme-assets,.modern-restaurant-profile .colors-grid{grid-template-columns:1fr}.modern-restaurant-profile .banner-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:480px){.modern-restaurant-profile .profile-header{padding:20px 15px}.modern-restaurant-profile .profile-header .restaurant-title-section .restaurant-name{font-size:1.5rem}.modern-restaurant-profile .info-card,.modern-restaurant-profile .theme-asset{padding:20px}.form-field .MuiOutlinedInput-root{border-radius:8px;transition:all .3s ease}.form-field .MuiOutlinedInput-root:hover{box-shadow:0 2px 8px #0000001a}.form-field .MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 12px #00000026}.form-field .MuiInputLabel-root{font-weight:500;color:#555}.form-input-head:not(.operating-hours-div .form-input-head):not(.language-div .form-input-head){font-size:16px;font-weight:600;color:var(--primary-color);margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e9ecef}.same-line:not(.operating-hours-div .same-line):not(.language-div .same-line){display:flex;flex-direction:row;gap:20px;align-items:flex-start;margin-bottom:15px}}@media(max-width:480px)and (max-width:768px){.same-line:not(.operating-hours-div .same-line):not(.language-div .same-line){flex-direction:column;gap:15px}}@media(max-width:480px){.same-line:not(.operating-hours-div .same-line):not(.language-div .same-line) .form-field{flex:1}.isAvailable-div{display:flex;flex-direction:column;align-items:center;gap:10px;padding:15px;background:#fff;border-radius:8px;border:2px solid #e0e0e0;transition:all .3s ease;min-width:120px}.isAvailable-div:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #0000001a}.isAvailable-div .label{font-weight:600;color:#333;font-size:14px;text-align:center}.isAvailable-div .switch{position:relative;display:inline-block;width:50px;height:28px}.isAvailable-div .switch input{opacity:0;width:0;height:0}.isAvailable-div .switch input:checked+.slider{background-color:var(--primary-color)}.isAvailable-div .switch input:checked+.slider:before{transform:translate(22px)}.isAvailable-div .switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:28px}.isAvailable-div .switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0003}.btn{border-radius:6px;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn.btn-primary{background:var(--primary-color);border:2px solid var(--primary-color)}.btn.btn-primary:hover{background:#fff;color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn.btn-primary-border{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn.btn-primary-border:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}}.accept-order-toast-container{position:fixed;top:20px;right:20px;z-index:10000;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1) forwards}.accept-order-toast-container.exit{animation:slideOutRight .3s ease-in forwards}.accept-order-toast-container .accept-order-toast{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;font-family:Montserrat,sans-serif;color:#2c3e50;width:380px;max-width:90vw;position:relative;border:2px solid #10b981;overflow:hidden}.accept-order-toast-container .accept-order-toast .toast-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.accept-order-toast-container .accept-order-toast .toast-header .header-content{display:flex;align-items:center;gap:12px}.accept-order-toast-container .accept-order-toast .toast-header .header-content .icon-wrapper .order-icon{font-size:24px}.accept-order-toast-container .accept-order-toast .toast-header .header-content .toast-title{font-size:18px;font-weight:700;margin:0;color:#fff}.accept-order-toast-container .accept-order-toast .toast-header .close-btn{background:#fff3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:20px;transition:all .2s ease}.accept-order-toast-container .accept-order-toast .toast-header .close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.accept-order-toast-container .accept-order-toast .toast-body{padding:20px 24px;display:flex;flex-direction:column;gap:12px}.accept-order-toast-container .accept-order-toast .toast-body .message{font-size:15px;font-weight:600;text-align:center;color:#2c3e50;margin-bottom:8px}.accept-order-toast-container .accept-order-toast .toast-body .order-no,.accept-order-toast-container .accept-order-toast .toast-body .order-type,.accept-order-toast-container .accept-order-toast .toast-body .order-info,.accept-order-toast-container .accept-order-toast .toast-body .customer-info,.accept-order-toast-container .accept-order-toast .toast-body .order-summary{font-size:14px;line-height:1.6}.accept-order-toast-container .accept-order-toast .toast-body .order-no strong,.accept-order-toast-container .accept-order-toast .toast-body .order-type strong,.accept-order-toast-container .accept-order-toast .toast-body .order-info strong,.accept-order-toast-container .accept-order-toast .toast-body .customer-info strong,.accept-order-toast-container .accept-order-toast .toast-body .order-summary strong{color:#2c3e50;font-weight:600;margin-right:8px}.accept-order-toast-container .accept-order-toast .toast-body .customer-info{display:flex;flex-direction:column;gap:6px}.accept-order-toast-container .accept-order-toast .toast-body .customer-info .customer-details,.accept-order-toast-container .accept-order-toast .toast-body .customer-info .customer-phone{font-size:14px}.accept-order-toast-container .accept-order-toast .toast-body .order-summary{background:#e9f7ef;padding:12px;border-radius:8px;border-left:3px solid #10b981;display:flex;flex-direction:column;gap:8px;margin-top:4px}.accept-order-toast-container .accept-order-toast .toast-body .order-summary .total-amount{color:#2c3e50;font-weight:600;font-size:16px}.accept-order-toast-container .accept-order-toast .toast-body .order-summary .items-count{color:#666;font-size:14px}.accept-order-toast-container .accept-order-toast .toast-footer{padding:16px 24px;border-top:1px solid #e9ecef;display:flex;justify-content:center;gap:12px;background:#f8f9fa}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn,.accept-order-toast-container .accept-order-toast .toast-footer .decline-btn{border:none;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;min-width:120px;justify-content:center}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn:disabled,.accept-order-toast-container .accept-order-toast .toast-footer .decline-btn:disabled{opacity:.7;cursor:not-allowed}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn:active:not(:disabled){transform:translateY(0)}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn .check-icon{font-size:18px}.accept-order-toast-container .accept-order-toast .toast-footer .decline-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d}.accept-order-toast-container .accept-order-toast .toast-footer .decline-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.accept-order-toast-container .accept-order-toast .toast-footer .decline-btn:active:not(:disabled){transform:translateY(0)}.accept-order-toast-container .accept-order-toast .toast-footer .loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:600px){.accept-order-toast-container{right:10px;top:10px}.accept-order-toast-container .accept-order-toast{width:calc(100vw - 20px);max-width:380px}.accept-order-toast-container .accept-order-toast .toast-header{padding:16px 20px}.accept-order-toast-container .accept-order-toast .toast-header .header-content .toast-title{font-size:16px}.accept-order-toast-container .accept-order-toast .toast-body{padding:16px 20px;font-size:13px}.accept-order-toast-container .accept-order-toast .toast-footer{padding:12px 20px;flex-direction:column}.accept-order-toast-container .accept-order-toast .toast-footer .accept-btn,.accept-order-toast-container .accept-order-toast .toast-footer .decline-btn{width:100%;padding:10px 24px;font-size:14px}}.customer-cancel-toast-container{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.customer-cancel-toast-container.exit{animation:fadeOut .3s ease-in}.customer-cancel-toast{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:450px;width:90%;max-height:80vh;overflow-y:auto;border-left:8px solid #f59e0b;animation:slideInScale .3s ease-out}.customer-cancel-toast .toast-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.customer-cancel-toast .toast-header .header-content{display:flex;align-items:center;gap:12px}.customer-cancel-toast .toast-header .header-content .icon-wrapper{width:40px;height:40px;background:#fffbeb;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #f59e0b}.customer-cancel-toast .toast-header .header-content .icon-wrapper .cancel-icon{font-size:20px}.customer-cancel-toast .toast-header .header-content .toast-title{margin:0;font-size:18px;font-weight:600;color:#1f2937}.customer-cancel-toast .toast-header .close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.customer-cancel-toast .toast-header .close-btn:hover{background:#f3f4f6;color:#374151}.customer-cancel-toast .toast-header .close-btn svg{width:20px;height:20px}.customer-cancel-toast .toast-body{padding:20px 24px}.customer-cancel-toast .toast-body .order-no{margin-bottom:16px;font-size:14px;color:#374151}.customer-cancel-toast .toast-body .order-no strong{color:#1f2937;font-weight:600}.customer-cancel-toast .toast-body .order-type{margin-bottom:16px;font-size:14px;color:#374151}.customer-cancel-toast .toast-body .order-type strong{color:#1f2937;font-weight:600}.customer-cancel-toast .toast-body .order-info,.customer-cancel-toast .toast-body .customer-info{margin-bottom:16px;font-size:14px;color:#374151}.customer-cancel-toast .toast-body .order-info strong,.customer-cancel-toast .toast-body .customer-info strong{color:#1f2937;font-weight:600}.customer-cancel-toast .toast-body .customer-details,.customer-cancel-toast .toast-body .customer-phone{margin-bottom:8px}.customer-cancel-toast .toast-body .cancellation-reason{margin-bottom:16px;font-size:14px;color:#374151}.customer-cancel-toast .toast-body .cancellation-reason strong{color:#1f2937;font-weight:600;display:block;margin-bottom:8px}.customer-cancel-toast .toast-body .cancellation-reason .reason-text{background:#fffbeb;border:1px solid #fed7aa;border-radius:8px;padding:12px;color:#92400e;font-style:italic;line-height:1.5}.customer-cancel-toast .toast-footer{padding:16px 24px 20px;display:flex;justify-content:center}.customer-cancel-toast .toast-footer .acknowledge-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 12px #10b9814d;min-width:120px;justify-content:center}.customer-cancel-toast .toast-footer .acknowledge-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.customer-cancel-toast .toast-footer .acknowledge-btn:active:not(:disabled){transform:translateY(0)}.customer-cancel-toast .toast-footer .acknowledge-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.customer-cancel-toast .toast-footer .acknowledge-btn .check-icon{font-size:18px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInScale{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:480px){.customer-cancel-toast{width:95%;max-width:none;margin:0 10px}.customer-cancel-toast .toast-header{padding:16px 20px 12px}.customer-cancel-toast .toast-header .header-content{gap:10px}.customer-cancel-toast .toast-header .header-content .icon-wrapper{width:36px;height:36px}.customer-cancel-toast .toast-header .header-content .icon-wrapper .cancel-icon{font-size:18px}.customer-cancel-toast .toast-header .header-content .toast-title{font-size:16px}.customer-cancel-toast .toast-body{padding:16px 20px}.customer-cancel-toast .toast-footer{padding:12px 20px 16px}.customer-cancel-toast .toast-footer .acknowledge-btn{padding:10px 20px;font-size:14px;min-width:100px}}.paid-order-acknowledge-toast-container{position:fixed;top:20px;right:20px;z-index:10000;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1) forwards}.paid-order-acknowledge-toast-container.exit{animation:slideOutRight .3s ease-in forwards}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;font-family:Montserrat,sans-serif;color:#2c3e50;width:380px;max-width:90vw;position:relative;border:2px solid #10b981;overflow:hidden}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header .header-content{display:flex;align-items:center;gap:12px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header .header-content .icon-wrapper .paid-icon{font-size:24px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header .header-content .toast-title{font-size:18px;font-weight:700;margin:0;color:#fff}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header .close-btn{background:#fff3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:20px;transition:all .2s ease}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header .close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body{padding:20px 24px;display:flex;flex-direction:column;gap:12px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .order-no,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .order-type,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .order-info,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .customer-info,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .payment-info{font-size:14px;line-height:1.6}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .order-no strong,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .order-type strong,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .order-info strong,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .customer-info strong,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .payment-info strong{color:#2c3e50;font-weight:600;margin-right:8px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .customer-info{display:flex;flex-direction:column;gap:6px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .customer-info .customer-details,.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .customer-info .customer-phone{font-size:14px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .payment-info{background:#e9f7ef;padding:12px;border-radius:8px;border-left:3px solid #10b981;display:flex;flex-direction:column;gap:8px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .payment-info .payment-status .status-paid{color:#10b981;font-weight:700;font-size:15px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .payment-info .payment-option{color:#059669;font-weight:500}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body .payment-info .total-amount{color:#2c3e50;font-weight:600;font-size:16px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer{padding:16px 24px;border-top:1px solid #e9ecef;display:flex;justify-content:center;background:#f8f9fa}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer .acknowledge-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;padding:12px 32px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer .acknowledge-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer .acknowledge-btn:active:not(:disabled){transform:translateY(0)}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer .acknowledge-btn:disabled{opacity:.7;cursor:not-allowed}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer .acknowledge-btn .check-icon{font-size:20px}@keyframes slideInRight{0%{transform:translate(150%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(150%);opacity:0}}@media(max-width:600px){.paid-order-acknowledge-toast-container{right:10px;top:10px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast{width:calc(100vw - 20px);max-width:380px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header{padding:16px 20px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-header .header-content .toast-title{font-size:16px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-body{padding:16px 20px;font-size:13px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer{padding:12px 20px}.paid-order-acknowledge-toast-container .paid-order-acknowledge-toast .toast-footer .acknowledge-btn{padding:10px 24px;font-size:14px}}: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)}}.home-hero{margin-top:80px;position:relative;background:linear-gradient(135deg,#fe931d,#ffb74d);padding:50px;overflow:hidden}.home-hero .home-hero-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:100px;max-width:1200px;margin:auto;color:#fff}.home-hero .home-hero-content .left-div{display:flex;flex-direction:column;gap:15px;text-align:left;max-width:600px}.home-hero .home-hero-content .left-div h1{font-size:3rem;font-weight:700}.home-hero .home-hero-content .left-div h1 .highlight{color:#fff;background:#0003;padding:5px 10px;border-radius:8px}.home-hero .home-hero-content .left-div p{margin-top:10px;font-size:1.1rem;opacity:.9}.home-hero .home-hero-content .left-div .img-div{margin-top:10px;width:200px;height:200px;overflow:hidden;border-radius:10px;position:relative}.home-hero .home-hero-content .left-div .img-div img{width:100%;height:100%;object-fit:cover;border-radius:10px}.home-hero .home-hero-content .left-div .qrmenu-text{font-size:1rem;margin-top:0;font-weight:600}.home-hero .home-hero-content .left-div .btn-dark-fill{margin-top:20px;background:#fff;color:#fe931d;font-weight:700;padding:12px 30px;border-radius:30px;cursor:pointer;transition:all .3s ease;width:fit-content}.home-hero .home-hero-content .left-div .btn-dark-fill:hover{background:#222;color:#fff}.home-hero .home-hero-content .right-div{position:relative;width:298px;height:625px;border:8px solid rgba(255,255,255,.3);border-radius:25px;overflow:hidden;box-shadow:0 10px 40px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-hero .home-hero-content .right-div img{width:100%;height:100%;object-fit:cover;border-radius:20px}.home-hero .floating-icon{position:absolute;opacity:.5;color:#fff}.home-hero .floating-icon.qr{top:50px;left:100px}.home-hero .floating-icon.food{bottom:80px;right:120px}@media(max-width:1200px){.home-hero{padding:40px 30px}.home-hero .home-hero-content{gap:60px}.home-hero .home-hero-content .left-div h1{font-size:2.5rem}.home-hero .home-hero-content .left-div p{font-size:1rem}.home-hero .home-hero-content .right-div{width:260px;height:540px}}@media(max-width:992px){.home-hero{padding:30px 20px}.home-hero .home-hero-content{margin-top:50px;flex-direction:column-reverse;gap:40px;text-align:center}.home-hero .home-hero-content .left-div{align-items:center;text-align:center;max-width:100%}.home-hero .home-hero-content .left-div h1{font-size:2.2rem}.home-hero .home-hero-content .left-div p{font-size:.95rem}.home-hero .home-hero-content .left-div .btn-dark-fill{margin:15px auto 0;padding:10px 25px}.home-hero .home-hero-content .right-div{width:240px;height:500px}}@media(max-width:576px){.home-hero{padding:50px 15px;margin-top:60px}.home-hero .home-hero-content{gap:40px}.home-hero .home-hero-content .left-div h1{font-size:1.8rem}.home-hero .home-hero-content .left-div p{font-size:.9rem}.home-hero .home-hero-content .left-div .img-div{width:150px;height:150px}.home-hero .home-hero-content .right-div{width:200px;height:420px;border-width:6px}.home-hero .floating-icon{display:none}}.about-dineos-section{padding:100px 20px;background:linear-gradient(135deg,#fff8f0,#fff)}.about-dineos-section .about-header{text-align:center;max-width:700px;margin:0 auto 60px}.about-dineos-section .about-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:15px;position:relative}.about-dineos-section .about-header h1:after{content:"";display:block;width:80px;height:4px;background:#fe931d;margin:10px auto 0;border-radius:2px}.about-dineos-section .about-header p{font-size:1.1rem;color:#555;line-height:1.6}.about-dineos-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-content:center;align-items:center}.about-dineos-section .feature-card{background:#fff;border:1px solid rgba(1,113,63,.1);border-radius:15px;padding:30px 20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-dineos-section .feature-card .icon{font-size:2rem;color:#fe931d;margin-bottom:15px}.about-dineos-section .feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:10px;color:#1a1a1a}.about-dineos-section .feature-card p{font-size:.95rem;color:#666;line-height:1.5}.about-dineos-section .feature-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000014}@media(max-width:1200px){.about-dineos-section{padding:80px 20px}.about-dineos-section .about-header h1{font-size:2.2rem}.about-dineos-section .about-header p{font-size:1rem}.about-dineos-section .features-grid{gap:20px}.about-dineos-section .feature-card{padding:25px 18px}.about-dineos-section .feature-card h3{font-size:1.1rem}.about-dineos-section .feature-card p{font-size:.9rem}}@media(max-width:992px){.about-dineos-section{padding:60px 15px}.about-dineos-section .about-header{max-width:600px;margin-bottom:40px}.about-dineos-section .about-header h1{font-size:2rem}.about-dineos-section .about-header p{font-size:.95rem}.about-dineos-section .features-grid{grid-template-columns:repeat(2,1fr);gap:25px}.about-dineos-section .feature-card{padding:20px 15px}.about-dineos-section .feature-card h3{font-size:1rem}.about-dineos-section .feature-card p{font-size:.85rem}}@media(max-width:576px){.about-dineos-section{padding:40px 10px}.about-dineos-section .about-header{margin-bottom:30px}.about-dineos-section .about-header h1{font-size:1.8rem}.about-dineos-section .about-header p{font-size:.9rem}.about-dineos-section .features-grid{grid-template-columns:1fr;gap:20px}.about-dineos-section .feature-card{padding:18px 12px;width:300px;margin-left:auto;margin-right:auto}.about-dineos-section .feature-card .icon{font-size:1.6rem}.about-dineos-section .feature-card h3{font-size:1rem}.about-dineos-section .feature-card p{font-size:.85rem}}.how-it-works{text-align:center;background:linear-gradient(135deg,#fff8f0,#fff)}.how-it-works .section-heading{position:relative;font-size:40px;font-weight:700;color:#fe931d;margin-bottom:10px}.how-it-works .section-heading:after{content:"";display:block;width:80px;height:4px;background:#fe931d;margin:10px auto 0;border-radius:2px}.how-it-works .section-description{font-size:18px;color:#555;margin-bottom:60px}.how-it-works .steps-container{display:flex;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center;gap:100px;position:relative}.how-it-works .steps-container:before{content:"";position:absolute;top:50%;left:15%;right:15%;height:4px;background:#fe931d33;z-index:0;transform:translateY(-50%);border-radius:2px;margin-top:-20px}.how-it-works .steps-container .steps-card{display:flex;flex-direction:column;align-items:center;position:relative;gap:10px}.how-it-works .steps-container .steps-card:after{content:"";position:absolute;top:50%;right:-60px;width:20px;height:20px;background:#fe931d;border-radius:50%;transform:translateY(-50%);z-index:2;margin-top:-20px;display:flex;align-items:center;justify-content:center}.how-it-works .steps-container .steps-card:before{content:"";position:absolute;top:50%;right:-50px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;transform:translate(5px,-50%);z-index:3;margin-top:-20px}.how-it-works .steps-container .steps-card:last-child:after{display:none}.how-it-works .steps-container .steps-card .content-div{background:#f2e8e2;display:flex;align-items:center;justify-content:center;height:450px;width:230px;margin-bottom:20px;border-radius:10px}.how-it-works .steps-container .steps-card .content-div .icon-div{display:flex;align-items:center;justify-content:center;height:150px;width:150px;background:#fe931d;border-radius:50%;box-shadow:0 4px 12px #0000001a}.how-it-works .steps-container .steps-card .content-div .icon-div .icon{font-size:80px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top h4{font-size:16px;color:#fe931d;margin-bottom:10px;text-transform:uppercase}.how-it-works .steps-container .steps-card .content-div .slide .slide-top p{font-size:12px;color:#444;padding:0 20px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small{display:flex;align-items:center;justify-content:center;height:80px;width:80px;background:#fe931d;border-radius:50%;box-shadow:0 4px 12px #0000001a}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small .icon{font-size:40px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom{display:flex;flex-direction:column;gap:5px;font-size:12px;color:#777}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .order-no{font-weight:600}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .date{font-style:italic}.how-it-works .steps-container .steps-card .img-div{display:flex;align-items:center;justify-content:center;height:640px;width:290px;margin-bottom:20px;overflow:hidden}.how-it-works .steps-container .steps-card .img-div img{width:100%;height:auto;border-radius:15px;border:3px solid rgba(1,113,63,.1)}.how-it-works .steps-container .steps-card .details h3{font-size:24px;color:#fe931d;margin-bottom:10px}.how-it-works .steps-container .steps-card .details p{font-size:14px;color:#444;max-width:250px;margin:0 auto}@media(max-width:1024px){.how-it-works .steps-container{gap:50px}.how-it-works .steps-container:before{left:10%;right:10%}.how-it-works .steps-container .steps-card:after{right:-35px}.how-it-works .steps-container .steps-card:before{right:-25px}.how-it-works .steps-container .steps-card .content-div{height:300px;width:150px}.how-it-works .steps-container .steps-card .content-div .icon-div{height:100px;width:100px;background:#fe931d;border-radius:50%;box-shadow:0 4px 12px #0000001a}.how-it-works .steps-container .steps-card .content-div .icon-div .icon{font-size:50px;color:#fff}.how-it-works .steps-container .steps-card .img-div{height:500px;width:225px}}@media(max-width:700px){.how-it-works .steps-container{gap:30px}.how-it-works .steps-container:before{top:55%;left:20%;right:20%}.how-it-works .steps-container .steps-card:after{display:none}.how-it-works .steps-container .steps-card:before{display:none}.how-it-works .steps-container .steps-card .details h3{font-size:14px}.how-it-works .steps-container .steps-card .details p{display:none}.how-it-works .steps-container .steps-card .content-div{height:200px;width:100px}.how-it-works .steps-container .steps-card .content-div .icon-div{height:60px;width:60px;background:#fe931d;border-radius:50%;box-shadow:0 4px 12px #0000001a}.how-it-works .steps-container .steps-card .content-div .icon-div .icon{font-size:30px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide{gap:10px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top h4{font-size:10px;margin-bottom:0}.how-it-works .steps-container .steps-card .content-div .slide .slide-top p{font-size:7px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small{height:50px;width:50px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small .icon{font-size:20px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom{display:flex;flex-direction:column;gap:5px;font-size:10px;color:#777}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .order-no{font-weight:600}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .date{font-style:italic}.how-it-works .steps-container .steps-card .img-div{height:400px;width:185px}}@media(max-width:480px){.how-it-works .section-heading{font-size:28px}.how-it-works .section-description{font-size:14px;margin-bottom:40px}.how-it-works .steps-container{gap:20px}.how-it-works .steps-container:before{top:55%;left:20%;right:20%}.how-it-works .steps-container .steps-card{gap:0px}.how-it-works .steps-container .steps-card:after{display:none}.how-it-works .steps-container .steps-card:before{display:none}.how-it-works .steps-container .steps-card .details h3{font-size:10px}.how-it-works .steps-container .steps-card .details p{display:none}.how-it-works .steps-container .steps-card .content-div{height:180px;width:90px}.how-it-works .steps-container .steps-card .content-div .icon-div{height:60px;width:60px;background:#fe931d;border-radius:50%;box-shadow:0 4px 12px #0000001a}.how-it-works .steps-container .steps-card .content-div .icon-div .icon{font-size:30px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide{gap:10px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top{display:flex;flex-direction:column;gap:2px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top h4{font-size:8px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top p{font-size:5px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small{height:50px;width:50px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small .icon{font-size:20px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom{display:flex;flex-direction:column;gap:5px;font-size:7px;color:#777}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .order-no{font-weight:600}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .date{font-style:italic}.how-it-works .steps-container .steps-card .img-div{height:300px;width:140px}}@media(max-width:370px){.how-it-works .section-heading{font-size:28px}.how-it-works .section-description{font-size:14px;margin-bottom:40px}.how-it-works .steps-container{gap:15px}.how-it-works .steps-container:before{top:55%;left:20%;right:20%}.how-it-works .steps-container .steps-card{gap:0px}.how-it-works .steps-container .steps-card:after{display:none}.how-it-works .steps-container .steps-card:before{display:none}.how-it-works .steps-container .steps-card .details h3{font-size:10px}.how-it-works .steps-container .steps-card .details p{display:none}.how-it-works .steps-container .steps-card .content-div{height:160px;width:80px}.how-it-works .steps-container .steps-card .content-div .icon-div{height:50px;width:50px}.how-it-works .steps-container .steps-card .content-div .icon-div .icon{font-size:25px}.how-it-works .steps-container .steps-card .content-div .slide{gap:10px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top h4{font-size:7px}.how-it-works .steps-container .steps-card .content-div .slide .slide-top p{font-size:4px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small{height:40px;width:40px}.how-it-works .steps-container .steps-card .content-div .slide .icon-div-small .icon{font-size:20px;color:#fff}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom{display:flex;flex-direction:column;gap:2px;font-size:6px;color:#777}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .order-no{font-weight:600}.how-it-works .steps-container .steps-card .content-div .slide .slide-bottom .date{font-style:italic}.how-it-works .steps-container .steps-card .img-div{height:250px;width:110px}}.features-section .about-header{text-align:center;max-width:700px;margin:0 auto 60px}.features-section .about-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:15px;position:relative}.features-section .about-header h1:after{content:"";display:block;width:80px;height:4px;background:#fe931d;margin:10px auto 0;border-radius:2px}.features-section .about-header p{font-size:1.1rem;color:#555;line-height:1.6}.features-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.features-section .feature-card{position:relative;background:linear-gradient(135deg,#fe931d,#ffb84d);border-radius:18px;padding:35px 25px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);height:210px;overflow:hidden}.features-section .feature-card .icon-wrapper{width:70px;height:70px;margin-bottom:20px;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.features-section .feature-card .icon-wrapper img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.features-section .feature-card .text-content .title{display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#fff}.features-section .feature-card .text-content p{position:absolute;top:100%;left:0;width:100%;padding:0 20px;transition:all .4s cubic-bezier(.25,.46,.45,.94);font-size:.95rem;line-height:1.6;color:#ffffffe6;opacity:0;transform:translateY(20px)}.features-section .feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 35px #fe931d4d}.features-section .feature-card:hover .icon-wrapper{transform:translateY(-12px) translate(110px) scale(.85)}.features-section .feature-card:hover .icon-wrapper img{transform:rotate(5deg)}.features-section .feature-card:hover .text-content .title{transform:translateY(-85px) translate(-25px) scale(.9);padding-right:15px;width:240px;height:45px}.features-section .feature-card:hover .text-content p{top:95px;opacity:1;transform:translateY(0)}@media(max-width:1024px){.features-section .about-header h1{font-size:2rem}.features-section .about-header p{font-size:1rem}.features-section .features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.features-section .feature-card{height:200px}.features-section .feature-card .text-content .title{font-size:1.2rem}.features-section .feature-card .text-content p{font-size:.9rem}}@media(max-width:768px){.features-section .about-header{max-width:90%;margin:0 auto 40px}.features-section .about-header h1{font-size:1.8rem}.features-section .about-header p{font-size:.95rem}.features-section .features-grid{grid-template-columns:1fr;gap:25px}.features-section .feature-card{width:350px;height:auto;padding:30px 20px;margin-left:auto;margin-right:auto}.features-section .feature-card .icon-wrapper{width:60px;height:60px;margin-bottom:15px}.features-section .feature-card .text-content .title{font-size:1.1rem}.features-section .feature-card .text-content p{font-size:.9rem;position:static;opacity:1;margin-top:10px}.features-section .feature-card:hover{transform:none;box-shadow:none}.features-section .feature-card:hover .icon-wrapper{transform:none}.features-section .feature-card:hover .text-content .title{transform:none;width:auto;height:auto;padding:0}.features-section .feature-card:hover .text-content p{opacity:1;top:auto}}@media(max-width:480px){.features-section .about-header h1{font-size:1.5rem}.features-section .about-header p{font-size:.85rem}.features-section .feature-card{padding:25px 15px;width:300px}.features-section .feature-card .icon-wrapper{width:50px;height:50px}.features-section .feature-card .text-content .title{font-size:1rem}.features-section .feature-card .text-content p{font-size:.85rem}}.pricing-section{background:#f8f9fa;padding:80px 0}.pricing-section .pricing-header{text-align:center;max-width:700px;margin:0 auto 60px}.pricing-section .pricing-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:15px;position:relative}.pricing-section .pricing-header h1:after{content:"";display:block;width:80px;height:4px;background:#fe931d;margin:10px auto 0;border-radius:2px}.pricing-section .pricing-header p{font-size:1.1rem;color:#555;line-height:1.6}.pricing-section .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:900px;margin:0 auto}.pricing-section .pricing-card{background:#fff;border-radius:20px;padding:40px 30px;position:relative;box-shadow:0 8px 30px #0000001a;transition:all .3s ease;border:2px solid transparent}.pricing-section .pricing-card.standard{border-color:#e0e0e0}.pricing-section .pricing-card.premium{border-color:#fe931d;transform:scale(1.05);box-shadow:0 15px 40px #fe931d33}.pricing-section .pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.pricing-section .pricing-card.premium:hover{transform:scale(1.05) translateY(-5px)}.pricing-section .pricing-card .popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#fe931d;color:#fff;padding:8px 24px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #fe931d4d}.pricing-section .pricing-card .card-header{text-align:center;margin-bottom:30px}.pricing-section .pricing-card .card-header h3{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}.pricing-section .pricing-card .card-header .price{display:flex;align-items:baseline;justify-content:center;gap:5px}.pricing-section .pricing-card .card-header .price .currency{font-size:1.2rem;color:#666;font-weight:500}.pricing-section .pricing-card .card-header .price .amount{font-size:2.2rem;font-weight:800;color:#fe931d;line-height:1}.pricing-section .pricing-card .card-header .price .vat,.pricing-section .pricing-card .card-header .price .period{font-size:1rem;color:#666;font-weight:500}.pricing-section .pricing-card .features-list{margin-bottom:40px}.pricing-section .pricing-card .features-list .feature-item{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:1rem;color:#333;font-size:15px}.pricing-section .pricing-card .features-list .feature-item .check-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.pricing-section .pricing-card .features-list .feature-item .check-icon.included{background:#fe931d;color:#fff}.pricing-section .pricing-card .features-list .feature-item .check-icon.not-included{background:#e0e0e0;color:#999;border:1px solid #ccc}.pricing-section .pricing-card .features-list .feature-item span{flex:1}.pricing-section .pricing-card .btn-dark,.pricing-section .pricing-card .btn-dark-fill{width:100%;justify-content:center;font-size:1.1rem;padding:15px 20px;font-weight:600}.pricing-section .addons-section{margin-top:80px;padding-top:60px;border-top:2px solid #e0e0e0}.pricing-section .addons-section .addons-header{text-align:center;margin-bottom:50px}.pricing-section .addons-section .addons-header h2{font-size:2rem;color:#1a1a1a;margin-bottom:15px;position:relative}.pricing-section .addons-section .addons-header h2:after{content:"";display:block;width:60px;height:3px;background:#fe931d;margin:10px auto 0;border-radius:2px}.pricing-section .addons-section .addons-header p{font-size:1.1rem;color:#555;line-height:1.6;max-width:600px;margin:0 auto}.pricing-section .addons-section .addons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:0 auto}@media(max-width:768px){.pricing-section .addons-section .addons-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pricing-section .addons-section .addons-grid{grid-template-columns:1fr}}.pricing-section .addons-section .addon-card{background:#fff;border-radius:12px;padding:30px 25px;border:2px solid #e8e8e8;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:280px;position:relative}.pricing-section .addons-section .addon-card:hover{box-shadow:0 6px 20px #0000001f}.pricing-section .addons-section .addon-card .addon-content{flex:1}.pricing-section .addons-section .addon-card .addon-content h3{font-size:1rem;font-weight:700;color:#fe931d;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.pricing-section .addons-section .addon-card .addon-content .addon-duration{display:flex;gap:10px;margin-bottom:20px;width:100%;justify-content:space-between;align-items:center}.pricing-section .addons-section .addon-card .addon-content .addon-duration .duration-label{font-weight:600;color:#333;font-size:.9rem}.pricing-section .addons-section .addon-card .addon-content .addon-duration .duration-value{background:#fe931d;color:#fff;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-section .addons-section .addon-card .addon-content .hr{width:100%;background:#e8e8e8;height:2px;border:none;margin-bottom:20px}.pricing-section .addons-section .addon-card .addon-content .addon-description{font-size:.9rem;color:#555;line-height:1.6;margin-bottom:20px;font-weight:500}.pricing-section .addons-section .addon-card .addon-content .addon-sla{font-size:.9rem;color:#28a745;font-weight:600;margin-bottom:15px;display:flex;align-items:center;gap:8px}.pricing-section .addons-section .addon-card .addon-content .addon-sla:before{content:"✓";color:#28a745;font-weight:700}.pricing-section .addons-section .addon-card .addon-content .addon-website{font-size:.9rem;margin-bottom:15px;display:flex;align-items:center;gap:8px}.pricing-section .addons-section .addon-card .addon-content .addon-website:before{content:"→";font-weight:700}.pricing-section .addons-section .addon-card .addon-content .addon-website a{color:#007bff;text-decoration:none;font-weight:500}.pricing-section .addons-section .addon-card .addon-content .addon-website a:hover{text-decoration:underline}.pricing-section .addons-section .addon-card .addon-content .addon-note{font-size:.9rem;color:#666;font-style:italic;display:flex;align-items:center;gap:8px;margin-bottom:10px}.pricing-section .addons-section .addon-card .addon-content .addon-note:before{content:"→";color:#666;font-weight:700}.pricing-section .addons-section .addon-card .addon-btn{width:100%;justify-content:center;font-size:1rem;padding:14px 24px;border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;background:#fe931d;border:2px solid #fe931d;color:#fff}.pricing-section .addons-section .addon-card .addon-btn:hover{background:transparent;color:#fe931d}@media(max-width:1024px){.pricing-section .pricing-header h1{font-size:2rem}.pricing-section .pricing-header p{font-size:1rem}.pricing-section .pricing-grid{gap:30px}.pricing-section .pricing-card{padding:30px 25px}.pricing-section .pricing-card .card-header h3{font-size:1.6rem}.pricing-section .pricing-card .card-header .price .amount{font-size:2.5rem}.pricing-section .pricing-card .features-list .feature-item{font-size:.95rem}.pricing-section .addons-section{margin-top:60px;padding-top:40px}.pricing-section .addons-section .addons-header h2{font-size:1.8rem}.pricing-section .addons-section .addons-header p{font-size:1rem}.pricing-section .addons-section .addons-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.pricing-section .addons-section .addon-card{padding:20px}.pricing-section .addons-section .addon-card .addon-content h3{font-size:1.2rem}.pricing-section .addons-section .addon-card .addon-content .addon-price .amount{font-size:1.6rem}.pricing-section .addons-section .addon-card .addon-content .addon-description{font-size:.9rem}}@media(max-width:768px){.pricing-section{padding:60px 0}.pricing-section .pricing-header{max-width:90%;margin:0 auto 40px}.pricing-section .pricing-header h1{font-size:1.8rem}.pricing-section .pricing-header p{font-size:.95rem}.pricing-section .pricing-grid{grid-template-columns:1fr;gap:30px;max-width:400px}.pricing-section .pricing-card{padding:30px 20px}.pricing-section .pricing-card.premium{transform:none;box-shadow:0 8px 30px #0000001a}.pricing-section .pricing-card:hover,.pricing-section .pricing-card.premium:hover{transform:translateY(-3px)}.pricing-section .pricing-card .card-header h3{font-size:1.5rem}.pricing-section .pricing-card .card-header .price .amount{font-size:2.2rem}.pricing-section .pricing-card .features-list .feature-item{font-size:.9rem;padding:6px 0}}@media(max-width:480px){.pricing-section{padding:50px 0}.pricing-section .pricing-header h1{font-size:1.5rem}.pricing-section .pricing-header p{font-size:.85rem}.pricing-section .pricing-grid{grid-template-columns:1fr;gap:30px;max-width:350px}.pricing-section .pricing-card{padding:30px 25px}.pricing-section .pricing-card .card-header h3{font-size:1.3rem}.pricing-section .pricing-card .card-header .price .amount{font-size:2rem}.pricing-section .pricing-card .features-list .feature-item{font-size:.85rem;padding:5px 0}.pricing-section .pricing-card .btn-dark,.pricing-section .pricing-card .btn-dark-fill{font-size:1rem;padding:12px 15px}.pricing-section .addons-section{margin-top:50px;padding-top:30px}.pricing-section .addons-section .addons-header{margin-bottom:30px}.pricing-section .addons-section .addons-header h2{font-size:1.5rem}.pricing-section .addons-section .addons-header p{font-size:.9rem}.pricing-section .addons-section .addons-grid{grid-template-columns:1fr;gap:20px;max-width:350px}.pricing-section .addons-section .addon-card{padding:20px 15px;min-height:180px}.pricing-section .addons-section .addon-card .addon-content h3{font-size:.9rem}.pricing-section .addons-section .addon-card .addon-content .addon-duration .duration-value{font-size:.6rem;padding:4px 8px}.pricing-section .addons-section .addon-card .addon-content .addon-price{margin-bottom:10px}.pricing-section .addons-section .addon-card .addon-content .addon-price .amount{font-size:1.4rem}.pricing-section .addons-section .addon-card .addon-content .addon-description{font-size:.85rem}.pricing-section .addons-section .addon-card .addon-btn{font-size:.9rem;padding:10px 15px}}.contact-form-section{color:#000;display:flex;flex-direction:row;gap:100px;justify-content:center;align-items:flex-start;width:100%;min-height:auto;padding:60px 0}.contact-form-section .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background-position:center;background-size:cover}.contact-form-section .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;pointer-events:none;z-index:1}.contact-form-section .contact-info{text-align:left;width:40%}.contact-form-section .contact-info .main-title{font-size:2.5rem;color:#1a1a1a;margin-bottom:15px;position:relative;font-weight:700;line-height:1.2}.contact-form-section .contact-info .main-title:after{content:"";display:block;width:80px;height:4px;background:#fe931d;margin:10px 0 0;border-radius:2px}.contact-form-section .contact-info .description{margin-top:20px;max-width:800px;font-size:1rem;color:#555;line-height:1.6}.contact-form-section .contact-info .contact-details{margin-top:40px}.contact-form-section .contact-info .contact-details .contact-description{font-size:1.2rem;color:#333;font-weight:600;margin-bottom:30px;line-height:1.5}.contact-form-section .contact-info .contact-details .contact-div{display:flex;flex-direction:column;gap:25px}.contact-form-section .contact-info .contact-details .contact-div .contact{display:flex;flex-direction:row;gap:15px;align-items:center;padding:20px;background:#fe931d0d;border-radius:12px;border:1px solid rgba(254,147,29,.1);transition:all .3s ease}.contact-form-section .contact-info .contact-details .contact-div .contact:hover{background:#fe931d1a;border-color:#fe931d33;transform:translateY(-2px)}.contact-form-section .contact-info .contact-details .contact-div .contact .icon{font-size:24px;color:#fe931d;min-width:24px}.contact-form-section .contact-info .contact-details .contact-div .contact .details{display:flex;flex-direction:column;gap:5px}.contact-form-section .contact-info .contact-details .contact-div .contact .details .head{font-size:1rem;font-weight:600;color:#333;margin-bottom:5px}.contact-form-section .contact-info .contact-details .contact-div .contact .details .value{font-size:.95rem;color:#666;transition:all .3s ease;text-decoration:none}.contact-form-section .contact-info .contact-details .contact-div .contact .details .value:hover{color:#fe931d;transform:translate(5px)}.contact-form-section .contact-form{background:linear-gradient(135deg,#fe931d1a,#ffb84d0d);margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:15px;width:550px;border:2px solid rgba(254,147,29,.3);padding:30px 50px;border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #fe931d1a}.contact-form-section .contact-form .title{font-size:25px}.contact-form-section .contact-form .form-description{font-size:14px;margin-bottom:30px}.contact-form-section .contact-form .sameline{display:flex;flex-direction:row;gap:10px;width:100%}.contact-form-section .contact-form .form-field{width:100%}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root{color:#fff;border-radius:20px;transition:all .3s ease;transition:.5s}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root fieldset{border-color:#fe931d4d;border-width:1px}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root:hover fieldset{border-color:#fe931d99;border-width:2px;transition:.5s}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#fe931d;border-width:2px;transition:.5s}.contact-form-section .contact-form .form-field .MuiInputLabel-root{color:#fe931db3}.contact-form-section .contact-form .form-field .MuiInputLabel-root.Mui-focused{color:#fe931d;transition:.5s}.contact-form-section .contact-form .form-field .MuiInputBase-input{color:#333}.contact-form-section .contact-form .form-field .MuiSelect-select,.contact-form-section .contact-form .form-field .MuiInputBase-input{text-align:left}.contact-form-section .contact-form .btn.btn-dark{width:150px;margin-left:auto;margin-right:auto;font-weight:600;background:linear-gradient(135deg,#fe931d,#ffb84d);color:#fff;border:2px solid #fe931d;transition:all .3s ease}.contact-form-section .contact-form .btn.btn-dark:hover:not(:disabled){background:transparent;color:#fe931d}.contact-form-section .contact-form .btn.btn-dark:disabled{background:linear-gradient(135deg,#ccc,#ddd);color:#666;border-color:#ccc;cursor:not-allowed;opacity:.7}.contact-form-section .form-response{font-size:14px;text-align:left}.contact-form-section .error-message{color:#ff0000b3}.contact-form-section.ar .contact-info .main-title,.contact-form-section.ar .contact-info .description,.contact-form-section.ar .contact-info .contact-details .contact-description{text-align:right}.contact-form-section.ar .contact-info .contact-details .contact-div .contact .details{justify-content:flex-start;align-items:flex-start}@media(max-width:1200px){.contact-form-section{gap:50px;padding:50px 0}.contact-form-section .contact-info .main-title{font-size:2.2rem}.contact-form-section .contact-info .description{font-size:1rem}.contact-form-section .contact-info .contact-details .contact-description{font-size:1.2rem}}@media(max-width:1000px){.contact-form-section{gap:40px;padding:40px 0}}@media(max-width:900px){.contact-form-section{flex-direction:column;gap:40px;padding:40px 0}.contact-form-section .contact-info{width:100%;text-align:center}.contact-form-section .contact-info .main-title{font-size:2rem;text-align:center}.contact-form-section .contact-info .main-title:after{margin:10px auto 0}.contact-form-section .contact-info .description{text-align:center;font-size:.95rem}.contact-form-section .contact-info .contact-details .contact-description{text-align:center;font-size:1.1rem}.contact-form-section .contact-info .contact-details .contact-div{flex-direction:row;justify-content:center;text-align:center;flex-wrap:wrap;gap:15px}.contact-form-section .contact-info .contact-details .contact-div .contact{flex-direction:column;padding:15px;min-width:150px}}@media(max-width:700px){.contact-form-section{gap:30px;padding:30px 0}.contact-form-section .contact-form{width:100%;padding:25px 30px;gap:12px}.contact-form-section .contact-form .title{font-size:1.8rem}.contact-form-section .contact-form .form-description{font-size:.9rem;margin-bottom:25px}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root{font-size:.9rem}.contact-form-section .contact-form .btn.btn-dark{width:130px;font-size:.9rem;padding:12px 20px}}@media(max-width:600px){.contact-form-section{gap:25px;padding:25px 0}.contact-form-section .contact-form{padding:20px 25px;gap:10px;border-radius:15px}.contact-form-section .contact-form .title{font-size:1.6rem}.contact-form-section .contact-form .form-description{font-size:.85rem;margin-bottom:20px}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root{font-size:.85rem;border-radius:15px}.contact-form-section .contact-form .btn.btn-dark{width:120px;font-size:.85rem;padding:10px 18px}.contact-form-section .contact-info .contact-details .contact-div{flex-wrap:wrap;gap:15px}.contact-form-section .contact-info .contact-details .contact-div .contact{flex-direction:column;padding:15px;width:100%}}@media(max-width:500px){.contact-form-section{gap:20px;padding:20px 0}.contact-form-section .contact-form{padding:18px 20px;gap:8px;border-radius:12px;width:100%}.contact-form-section .contact-form .title{font-size:1.4rem}.contact-form-section .contact-form .form-description{font-size:.8rem;margin-bottom:18px}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root{font-size:.8rem;border-radius:12px}.contact-form-section .contact-form .btn.btn-dark{width:110px;font-size:.8rem;padding:8px 16px}.contact-form-section .contact-info .main-title{font-size:1.8rem}.contact-form-section .contact-info .description{font-size:.9rem}.contact-form-section .contact-info .contact-details .contact-description{font-size:1rem}.contact-form-section .contact-info .contact-details .contact-div .contact{padding:12px;min-width:120px}.contact-form-section .contact-info .contact-details .contact-div .contact .details{gap:0px}.contact-form-section .contact-info .contact-details .contact-div .contact .details .head{font-size:.9rem}.contact-form-section .contact-info .contact-details .contact-div .contact .details .value{font-size:.8rem}}@media(max-width:400px){.contact-form-section{gap:15px;padding:15px 0}.contact-form-section .contact-form{padding:15px 18px;gap:10px;border-radius:10px}.contact-form-section .contact-form .title{font-size:1.2rem}.contact-form-section .contact-form .form-description{font-size:.75rem;margin-bottom:15px}.contact-form-section .contact-form .form-field .MuiOutlinedInput-root{font-size:.75rem;border-radius:10px}.contact-form-section .contact-form .btn.btn-dark{width:100px;font-size:.75rem;padding:6px 14px}.contact-form-section .contact-info .main-title{font-size:1.6rem}.contact-form-section .contact-info .description{font-size:.85rem}.contact-form-section .contact-info .contact-details .contact-description{font-size:.9rem}.contact-form-section .contact-info .contact-details .contact-div .contact{flex-direction:row;padding:10px;min-width:100px}.contact-form-section .contact-info .contact-details .contact-div .contact .details{align-items:flex-start}}.thankyou{padding-top:100px;padding-bottom:50px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.thankyou .msg-icon{width:400px;margin-bottom:30px}.thankyou h1{font-size:30px;font-weight:700}.thankyou h2{margin-top:10px;font-size:20px;font-weight:700}.thankyou .goto-home{margin-top:20px;font-size:16px}.thankyou .goto-home a{color:#be3030;text-decoration:underline;transition:.5s}.thankyou .goto-home a:hover{font-weight:500;transition:.5s}.thankyou .btn-dark{margin-top:20px;margin-left:auto;margin-right:auto}@media(max-width:768px){.thankyou .msg-icon{width:250px;margin-bottom:20px}.thankyou h1{font-size:25px}.thankyou h2{font-size:18px;font-weight:700}}.payment-success-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.payment-success-page .payment-loading{text-align:center;color:#fff}.payment-success-page .payment-loading .spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}.payment-success-page .payment-loading p{font-size:18px;font-weight:500}.payment-success-page .payment-success-content{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:100%;text-align:center;box-shadow:0 10px 40px #0003}.payment-success-page .payment-success-content .success-icon{width:80px;height:80px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:50px;font-weight:700;margin:0 auto 20px}.payment-success-page .payment-success-content h1{color:#2c3e50;margin-bottom:10px;font-size:28px}.payment-success-page .payment-success-content p{color:#6c757d;margin-bottom:20px;font-size:16px}.payment-success-page .payment-success-content .order-info{background:#f8f9fa;border-radius:10px;padding:20px;margin:20px 0;text-align:left}.payment-success-page .payment-success-content .order-info p{margin:10px 0;color:#2c3e50}.payment-success-page .payment-success-content .order-info p strong{color:#2c3e50}.payment-success-page .payment-success-content .action-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px}.payment-success-page .payment-success-content .action-buttons button{padding:12px 30px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:16px}.payment-success-page .payment-success-content .action-buttons button.btn-primary{background:var(--primary-color, #667eea);color:#fff}.payment-success-page .payment-success-content .action-buttons button.btn-primary:hover{background:color-mix(in srgb,var(--primary-color, #667eea) 90%,#000);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.payment-success-page .payment-success-content .action-buttons button.btn-secondary{background:#fff;color:var(--primary-color, #667eea);border:2px solid var(--primary-color, #667eea)}.payment-success-page .payment-success-content .action-buttons button.btn-secondary:hover{background:var(--primary-color, #667eea);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.payment-success-page .payment-success-content{padding:30px 20px}.payment-success-page .payment-success-content .action-buttons{flex-direction:column}.payment-success-page .payment-success-content .action-buttons button{width:100%}}.payment-failure-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f093fb,#f5576c)}.payment-failure-page .payment-loading{text-align:center;color:#fff}.payment-failure-page .payment-loading .spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}.payment-failure-page .payment-loading p{font-size:18px;font-weight:500}.payment-failure-page .payment-failure-content{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:100%;text-align:center;box-shadow:0 10px 40px #0003}.payment-failure-page .payment-failure-content .failure-icon{width:80px;height:80px;background:#dc3545;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:50px;font-weight:700;margin:0 auto 20px}.payment-failure-page .payment-failure-content h1{color:#2c3e50;margin-bottom:10px;font-size:28px}.payment-failure-page .payment-failure-content p{color:#6c757d;margin-bottom:15px;font-size:16px}.payment-failure-page .payment-failure-content p.sub-text{font-size:14px;color:#868e96}.payment-failure-page .payment-failure-content .action-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px}.payment-failure-page .payment-failure-content .action-buttons button{padding:12px 30px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:16px}.payment-failure-page .payment-failure-content .action-buttons button.btn-primary{background:var(--primary-color, #667eea);color:#fff}.payment-failure-page .payment-failure-content .action-buttons button.btn-primary:hover{background:color-mix(in srgb,var(--primary-color, #667eea) 90%,#000);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.payment-failure-page .payment-failure-content .action-buttons button.btn-secondary{background:#fff;color:var(--primary-color, #667eea);border:2px solid var(--primary-color, #667eea)}.payment-failure-page .payment-failure-content .action-buttons button.btn-secondary:hover{background:var(--primary-color, #667eea);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.payment-failure-page .payment-failure-content{padding:30px 20px}.payment-failure-page .payment-failure-content .action-buttons{flex-direction:column}.payment-failure-page .payment-failure-content .action-buttons button{width:100%}}
