.container{width:100%;padding:.75rem 2rem;display:flex;justify-content:center}.container-width{width:700px}.swal-error-message{font-size:1rem}.page-container{width:100%;padding:.75rem 1.2rem 0;font-family:var(--font-secondary)}.cart-empty-msg{text-align:center;line-height:2}.cart-menu-card-list-container{display:flex;flex-direction:column;gap:1rem;padding:0 1.2rem 10rem}.cart-menu-card-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px;box-shadow:0 0 10px 1px #00000026;border-radius:8px;font-family:var(--font-secondary)}.cart-menu-card-image-details-container{display:flex;gap:1rem}.cart-menu-card-image-container{height:64px;width:73px;border-radius:4px}.cart-menu-card-image{border-radius:4px}.cart-menu-card-details{display:flex;height:64px;flex-direction:column;justify-content:space-between;font-size:.875rem;color:var(--font-color)}.cart-menu-card-details .name{font-weight:600}.cart-menu-card-details .price{font-weight:500}.cart-menu-card-quantity-btn{display:flex;gap:4px;color:var(--white)}.cart-menu-card-quantity-btn-plus{background-color:var(--accent-color);padding:6px 9.3px;border-radius:50% 0 0 50%;cursor:pointer}.cart-menu-card-quantity-btn-quantity{background-color:var(--accent-color);padding:6px 12px}.cart-menu-card-quantity-btn-minus{background-color:var(--accent-color);padding:6px 7px;border-radius:0 50% 50% 0;cursor:pointer}.header-container{width:100%;display:grid;grid-template-columns:1fr 5fr 1fr;padding:1.25rem 1.2rem;font-family:var(--font-secondary)}.header-title{font-size:1.125rem;font-weight:500;display:flex;align-items:center;gap:.5rem;cursor:pointer}.header-title-text{display:flex;align-items:center;justify-content:center}.header-title .logo_icon_container{height:3rem}.header-image{display:flex;align-items:center;justify-content:end}.header-image:hover{cursor:pointer}.sidebar{padding-top:1rem;position:fixed;width:50%;background-color:var(--white);height:100vh;bottom:0;left:0;z-index:999;border-right:1px solid rgba(0,0,0,.1)}.sidebar-close-btn{display:flex;justify-content:flex-end;padding:1rem 1.2rem}.sidebar-close-btn button{background-color:transparent;outline:none;border:none;cursor:pointer}.sidebar-close-btn button svg{height:16px;width:16px}@media only screen and (max-width: 450px){.sidebar{width:75%}}.logo_icon_container{height:5rem}.logo_icon_container img{height:100%}.settings-container{padding:0 1.2rem}.settings-menu-list{display:flex;flex-direction:column;gap:.75rem}.settings-menu-item{display:grid;grid-template-columns:30px 5fr 30px;align-items:center;gap:2rem;padding:1rem;border-bottom:1px solid var(--dark-gray);color:var(--font-color);cursor:pointer}.settings-menu-item svg.arrow-icon{rotate:90deg}@media only screen and (max-width: 450px){.settings-container{padding:0rem}.settings-menu-item{gap:1rem}}.layout-container{max-width:700px;margin:0 auto}.footer{max-width:700px;width:100%;padding:0 1.2rem;position:fixed;bottom:0;z-index:50;background-color:var(--white);box-shadow:0 -4px 10px 1px #00000026}.bottom-navigator{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.menu-items{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:0 .5rem .5rem;font-family:var(--font-secondary);font-weight:300;font-size:.75rem;color:var(--font-color);cursor:pointer}.menu-border{width:100%;height:4px;border-radius:0 0 4px 4px}.menu-border.active{background-color:var(--accent-color)}.menu-icon{color:var(--gray)}.menu-icon.menu-active{color:var(--accent-color)}.footer-cart-icon-container{position:relative}.footer-cart-icon-container .footer-cart-count{position:absolute;top:-7px;right:-10px;background-color:var(--accent-color);color:var(--white);height:16px;width:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.not-logged-in-container{width:100%;display:flex;flex-direction:column;gap:2rem;text-align:center;margin-top:5rem}.cart-btn-container{text-align:center;padding:1rem;position:fixed;max-width:700px;width:100%;bottom:66px;background-color:var(--white)}.cart-page-clear-all-btn-container{text-align:right;padding:0 1.2rem;margin-bottom:1rem}.cart-page-clear-all-btn-container .clear-all-btn{background-color:var(--white);font-weight:500;cursor:pointer}.checkout-btn{width:100%;color:var(--white);background-color:var(--accent-color);box-shadow:none;outline:none;font-family:inherit;font-weight:600}.checkout-btn.ant-btn:hover{color:var(--white)}.checkout-btn.ant-btn:focus-visible{outline:none}.checkout-btn.ant-btn:active{color:var(--white)}.card-line{width:100%;display:flex;justify-content:space-between;align-items:center}.card-line-quantity-price{width:30%;display:flex;justify-content:space-between}.card-line.title{font-weight:500;margin-bottom:.5rem}.card-line-name{display:flex;align-items:center;gap:4px}.card-line-name .dot{color:var(--gray);font-size:2rem}.checkout-container{padding:1.2rem 1.2rem 5rem}.checkout-food-details-container{box-shadow:0 0 10px 1px #00000026;border-radius:4px;padding:12px;font-size:14px;margin-bottom:1.5rem;background-color:var(--admin-bg)}.checkout-food-details-line{width:100%;display:flex;justify-content:space-between;margin-bottom:8px}.checkout-food-details-line-quantity-price{width:30%;display:flex;justify-content:space-between}.bill-summary-title{font-size:500;font-size:1.125rem;color:var(--font-color);margin-bottom:1rem}.checkout-summary-line{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:6px}.checkout-summary-line.total{font-size:1.125rem;font-weight:500;color:var(--font-color);margin-bottom:1.5rem}.checkout-address-container{box-shadow:0 0 10px 1px #00000026;border-radius:4px;padding:12px;margin-bottom:4rem}.checkout-address-container .title{display:flex;align-items:center;justify-content:space-between}.checkout-address-container .title .ant-tag{font-family:inherit;background-color:var(--dark-gray);color:var(--font-color)}.checkout-address-container .title:first-of-type{margin-bottom:.875rem}.checkout-address-container .title .title-icon-text{display:flex;align-items:center;gap:8px}.checkout-address-container .title .title-icon-text.body-title{gap:13px;color:var(--gray)}.checkout-address-container .title .title-icon-text h4{color:var(--black);font-weight:500}.checkout-address-container .title .title-icon-text.body-title{gap:13px}.checkout-address-container .title .title-icon-text.address-body{gap:34px}.checkout-type-heading{font-size:1.25rem;margin-bottom:1rem}.checkout-radio-container{font-size:1.25rem;display:flex;flex-direction:column;gap:1rem}.checkout-radio-box{display:flex;align-items:center;gap:.25rem}.checkout-radio-container input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;border:2px solid var(--font-color);outline:none;display:flex;align-items:center;justify-content:center}.checkout-radio-container input[type=radio]:checked:before{content:"";width:12px;height:12px;border-radius:50%;background-color:var(--accent-color)}.order-card-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:5rem}.order-card-container{background-color:var(--admin-bg);box-shadow:0 0 10px 1px #00000026;border-radius:8px;padding:.75rem;cursor:pointer}.order-card-container h2{font-weight:500;display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--dark-gray);margin-bottom:.75rem}.order-card-container h2 span{font-size:.75rem;font-weight:400}.previos-order-container{padding-bottom:10rem}.bold{font-weight:500}.orders-container{width:700px;margin:0 auto}.previos-order-title{font-size:1.125rem;font-weight:500;margin:1.5rem 0}.order-status-container{padding:0 1.2rem}.order-status-img-container{display:flex;justify-content:center;padding:3rem;margin-top:2rem}.order-status-img-box{height:122px;width:122px}.order-status-img-box img{height:100%;width:100%}.order-status-container h3{text-align:center;font-weight:500;font-size:1.25rem;margin-bottom:2rem;color:var(--font-color)}.order-status-container p{font-weight:500;margin-bottom:1rem;color:var(--font-color)}.order-summary-container{background:var(--admin-bg);box-shadow:0 0 10px 1px #00000026;border-radius:.625rem;padding:.75rem}.order-status-btn-container{position:fixed;bottom:0;padding:1rem;max-width:700px;width:100%}.search-bar{display:flex;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;border:1px solid var(--gray);border-radius:4px;margin-bottom:1.5rem;color:var(--accent-color)}.search-bar-input{outline:none;border:none;width:100%}.restaurant-card-list{margin-bottom:5rem}.restaurant-card{margin-bottom:1.2rem;cursor:pointer}.restaurant-card .ant-carousel .slick-dots li{margin-inline:3px}.restaurant-card .ant-carousel .slick-dots li button{height:6px;width:6px;border-radius:50%}.restaurant-card-img-box{position:relative}.free-delivery-label{position:absolute;left:.75rem;bottom:1.2rem;font-size:.875rem;font-weight:500;color:var(--white);display:flex;align-items:center;gap:4px}.restaurant-card-img{width:100%;height:22vh;background:linear-gradient(357.81deg,rgba(0,0,0,.4) 1.81%,rgba(0,0,0,0) 31.23%);border-radius:10px;margin-bottom:4px}.restaurant-card-description{font-size:.75rem;color:var(--font-color);display:flex;justify-content:space-between;margin-top:.5rem}.restaurant-name{font-size:1rem;font-weight:500}.restaurant-card-skeleton{margin-bottom:1.5rem}.restaurant-card-skeleton-img-box{width:100%;height:22vh;background:var(--dark-gray);border-radius:10px;margin-bottom:1rem;animation:light-to-dark 2s ease-in-out alternate infinite}.restaurant-card-skeleton-description{height:16px;background-color:var(--dark-gray);border-radius:4px;margin-bottom:8px;animation:light-to-dark 2s ease-in-out alternate infinite}@media only screen and (min-width: 320px){.restaurant-card-img{height:25vh}}@media only screen and (min-width: 425px){.restaurant-card-img{height:35vh}}@keyframes light-to-dark{0%{background-color:var(--dark-gray)}50%{background-color:var(--gray)}to{background-color:var(--dark-gray)}}.home-subheading{font-weight:500;color:var(--font-color);margin-bottom:1rem}.home-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.home-header-icon-location{display:flex;align-items:center;gap:1rem}.home-header-location{display:flex;flex-direction:column;color:var(--font-color)}.home-header-location-title{display:flex;align-items:center;gap:4px;font-weight:600}.home-header-location-address{font-size:.75rem}.error-page-container{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.error-text{margin-bottom:1rem;color:var(--font-color)}.error-msg{margin-bottom:1rem;color:var(--pink);font-weight:500}.back-btn{background-color:var(--accent-color);color:var(--white);display:flex;align-items:center;justify-items:center;padding:.5rem;border-radius:.8rem;cursor:pointer}._login_signup_container_1akwy_1{max-width:1280px;margin:0 auto;display:flex;height:100vh;font-family:var(--font-auth-page)}._text_container_1akwy_9{width:50%;color:var(--white);background:linear-gradient(341.13deg,rgba(0,0,0,.5) 8.93%,rgba(0,0,0,0) 73.58%),var(--accent-color);display:flex;justify-content:center;align-items:center;background-image:url(/assets/images/loginSignup/Ellipse-lb.webp),url(/assets/images/loginSignup/Ellipse-tr.webp);background-size:50%,40%;background-position:left bottom,right -5rem top;background-repeat:no-repeat;padding:0 5rem}._logo_heading_1akwy_29{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;font-weight:600}._text_heading_1akwy_38{font-size:2.25rem;font-weight:600;line-height:3rem;margin-bottom:.75rem}._line_1_1akwy_45{color:var(--star-rating)}._form_container_1akwy_49{width:50%;padding:8rem 6rem 0;color:var(--gray)}._form_container_signup_1akwy_54{width:50%;padding:4rem 6rem 0;color:var(--gray)}._greeting_msg_1akwy_60{font-size:1.25rem;font-weight:500;margin-bottom:2rem;line-height:2rem}._welcome_text_1akwy_66{color:var(--black);font-weight:600;font-size:1.75rem}._auth_form_container_1akwy_72{display:flex;flex-direction:column;gap:2rem}._label_1akwy_78{font-size:.875rem}._input_1akwy_82{border:1px solid var(--dark-gray);padding:.75rem .5rem;font-family:inherit;margin-top:.5rem;width:100%;font-size:1rem;box-shadow:none}._input_1akwy_82 input{font-family:inherit}._input_1akwy_82:hover{border-color:var(--gray)!important}._input_1akwy_82:focus{border-color:var(--gray)!important;box-shadow:none}._btn_1akwy_103{height:50px;background-color:var(--accent-color);color:var(--white);font-weight:500;font-size:1.25rem}._btn_1akwy_103:hover,._btn_1akwy_103:active{color:var(--white)!important}._btn_1akwy_103:focus-visible{outline:none!important}._other_actions_1akwy_123{text-align:center;font-size:.875rem;display:flex;flex-direction:column;gap:.5rem}._forgot_password_msg_1akwy_131{color:var(--accent-color);text-align:right;margin-top:1rem;font-size:.875rem}._account_msg_1akwy_138{font-size:.875rem;text-align:center;margin-top:.5rem}._register_msg_1akwy_144{color:var(--accent-color)}@media only screen and (max-width: 900px){._text_container_1akwy_9{padding:0 2rem}._form_container_1akwy_49,._form_container_signup_1akwy_54{padding:8rem 2rem 0}}@media only screen and (max-width: 700px){._login_signup_container_1akwy_1{flex-direction:column}._text_container_1akwy_9,._form_container_1akwy_49,._form_container_signup_1akwy_54{width:100%;padding:2rem}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*{box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none}:root{--accent-color: #006ffc;--orange: #ff7955;--pink: #ff5a6a;--light-green: #60d05e;--yellow: #ffdd33;--white: #ffffff;--black: #000000;--green: #1a2f37;--font-color: #1a2f37;--dark-gray: #d9d9d9;--gray: #656d79;--dark-blue: #0d2841;--font-main: "Montserrat", sans-serif;--font-secondary: "Montserrat", sans-serif;--admin-bg: #f6f8fa;font-family:Montserrat,sans-serif}.zero-css-btn{outline:none;border:none;background-color:none}.zero-css-input{outline:none}.text_green{color:var(--light-green)}.text_red{color:var(--pink)}.text_blue{color:var(--accent-color)}.text_yellow{color:var(--yellow)}.privacy-page{padding:1rem;margin-bottom:5rem}.help-page{display:flex;flex-direction:column;gap:1rem}
