@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{  overflow-x:hidden!important;}
body {
    font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    line-height: 26px;
    color: #1f1e1e;
    overflow-x: hidden;
    font-weight:500;
    background:#FFF;
    overflow-x:hidden;
    font-size: 14px;
  /*  background:#fbf6ff;*/
  overflow-x:hidden!important;
}
   


a {
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration:none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding-left: 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    padding-left: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0;
}

h1 {
    font-size: 42px;
    font-weight: 900;
}

h2 {
    font-size: 24px;
    font-weight: 800;
    z-index:99;
}

h3 {
    font-size: 24px;
    font-weight: 800;
}

h4 {
    font-size: 18px;
    font-weight:600;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    margin-bottom: 20px;
}

blockquote,
q {
    display: inline-block;
    padding: 10px 22px 12px 22px;
    border-left: 4px solid #01c6fb;
    color: #2e3337;
    font-size: 18px;
    line-height: 30px;
}

.btn {
    color: #fff;
    background-color: #d8555b;
    border: 1px solid transparent;
    padding: 9px 20px;
    border-radius:8px;
    font-size: 14px;
    font-weight: 600;
    transition: all ease 0.5s;
}
a.btn.btn-secondary {
    border-color: #d8555b;
    background: transparent;
    color: #d8555b;
    border-width: 2px;
}
.btn.btn_white {
    background: #fff;
    color: #000;
}
.btn.btn_white:hover {
    background: #DB301B;
    color: #fff;
}
.btn:hover,
a.btn.btn-secondary:hover {
    background: #c84f54;
    color: #fff;
}

.container {
/*    max-width: 1000px;*/
    margin: 0 auto;
}
.bg-red{
    background: #d8555b;
}

.main_wrapper{padding-top:50px;}
/*  Header Style
========================================================================== */
header.main_header {
    position: fixed;
    z-index: 999;
     box-shadow: 0 0 6px rgba(0,0,0,0.1); 
    top: 0;
    right:0;
    left:0;
}
.header_inner {
    gap: 10px;
    align-items: center;
    height: 66px;
}
.header_middle {
    flex: 1;
}
.search_form input.form-control {
    height: 45px;
    padding: 5px 15px;
    outline: none;
    box-shadow: none;
}
.back_button {
    border: 0;
    background: transparent;
    padding: 0;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back_button svg{fill:#fff}
.back_button .app_logo svg {
    width: 45px;
    fill: #FFF;
    height: 45px;}

.back_button .app_logo svg path {
    fill: #fff;
}
.back_button .app_logo {
    margin: 0;
}
button.food_menu_icon {
    border: 0;
    background: #e48d3d;
    color: #000;
    width: 45px;
    height: 45px;
    padding: 3px 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    flex-direction: column;
    border: 2px solid #000;
    gap: 3px;
}
button.food_menu_icon.fav {

    width: 70px;

}
button.food_menu_icon svg{width:auto}
button.food_menu_icon svg path {
    fill: #000;
}
button.food_menu_icon span {
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}

button.cart_button {
  position: relative;       /* anchor for the badge */
}

button.cart_button span.red {
  position: absolute;       /* positioned relative to button */
  top: -4px;                /* adjust vertical placement */
  right: -10px;              /* adjust horizontal placement */
  background: #dc2626;      /* red background */
  color: #fff;              /* white text */
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 9999px;    /* fully rounded */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;          /* ensures circle shape even for single digit */
  min-height: 18px;
  box-shadow: 0 0 0 1px #000; /* small white outline to separate from icon */
}


.header_middle h4{
    margin:0px;
}



.fsc_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 2px 7px #00000017;
    padding: 12px;
    border-radius: 10px;
    gap: 12px;
    margin:5px 0;
}
.fsc_item_img {
    max-width: 90px;
    height: 90px;
    overflow: hidden;
    flex: 0 0 90px;
    border-radius: 6px;
}
.fsc_item_img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.fsc_item_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.fsc_item_content p {
    font-size: 13px;
    margin: 8px 0 0 0;
    line-height: 13px;
    min-height: 25px;
}
span.food_type_icon {
    max-width: 20px;
    display: block;
    margin-left: auto;
}
img {
    max-width: 100%;
}
.quntity_box input {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    border: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 16px;
    outline: none;
}
.quntity_box {
    display: flex;
}
.quntity_box span.add_btn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #d8555b;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.quntity_box.value_zero span.add_btn{
    display: flex;
}
.quntity_box {
    border: 2px solid #d8555b;
    border-radius: 8px;
    overflow: hidden;
    width: 120px;
    background: #d8555b;
    display: flex;
    height: 38px;
    position: relative;
    margin-left: auto;
}
.quntity_box span.minus,.quntity_box span.plus {
    display: flex;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.fsc_item_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*.fsc_item_list {
    display: flex;
}*/
.f_category_title {
    background: #f4f6ff;
    padding: 12px 15px;
    border-radius: 6px;
    margin: 0px 0 20px;
    font-weight: 500;
}
.f_list_wrap {
    padding: 10px 0 10px;
}
.f_s_category_title {
    color: #d8555b;
    margin: 0px 0 12px;
}
.f_s_category {
    margin: 0 0 40px;
}
.fs_price {
    font-weight: 500;
    font-size: 14px;
}
.fixed_cart_bar {
    background: #d8555b;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    padding: 10px 0px;
    color: #fff;
/*    max-width: 1000px;*/
    margin: 0 auto;
    right: 0;
}
.fixed_cart_bar_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.viewCartBtn {
    border: 1px solid #fff;
    background: transparent!important;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff!important;
    outline: none;
    box-shadow: none;
}
.viewCartBtn svg path {
    fill: #fff;
}
.viewCartBtn svg {
    display: block;
}
.cart_items_info {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
}
.cart_items_info span {
    display: block;
    position: relative;
}
.cart_items_info span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 32px;
    width: 1px;
    background: #fff;
    top: -4px;
    left: -8px;
}
.side_drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.side_drawer.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.drawer_overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.side_drawer_inner {
    background: #fff;
    height: 100%;
    position: relative;
    z-index: 1;
    width: 85%;
    right: 0;
    margin-left: auto;
    padding: 20px;
    max-width: 300px;
    border-radius: 20px 0 0 20px;
    overflow: auto;
    transform: translateX(100%);
    transition: all ease 0.4s;
}
.side_drawer.active .side_drawer_inner {
    transform: translateX(0);
}
body.drawer_opened {
    overflow: hidden;
}
ul.menu_food_list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.4;
	font-size: 12px;
}
ul.menu_food_list li, ul.menu_sub_food_list li {
    list-style: none;
    padding: 8px 0;
	color: #d8555b;
	font-weight: 600;
	width:100%;
	float:left;
}
ul.menu_sub_food_list li {color: #000;}
ul.menu_food_list li .m_food_name, ul.menu_sub_food_list li .m_food_name {width:70%;float:left;}
ul.menu_food_list li .food_count, ul.menu_sub_food_list li .food_count {float:right;}

/*
ul.menu_food_list li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}ul.menu_food_list > li > a {
    color: #d8555b;font-weight: 600;
}*/

ul.menu_food_list a { color: #d8555b; font-weight: 600;font-size: 12px;}
ul.menu_sub_food_list a { color: #000; font-weight: 600;font-size: 12px;}

ul.menu_food_list .food_count a{padding: 3px 6px; border-radius: 9999px; background: #dc2626;min-width: 18px;min-height: 18px; box-shadow: 0 0 0 1px #dc2626; color:#fff; cursor: pointer;    font-size: 12px; font-weight: 600; line-height: 1; display: inline-flex; align-items: center; justify-content: center;}
ul.menu_food_list .food_count span {padding: 3px 6px;}


.tables_list_wrap_inner {
    background: #f2f1f6;
    border-radius: 30px 30px 0 0;
	padding: 30px 48px;
    /*padding:30px 20px;*/
}
.tables_list_wrap {
    padding: 10px 0 0;
    height: calc(100vh - 66px);
}
.tables_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: left;
    /*justify-content: center;*/
}
ul.tables_list li {
    list-style: none;
    flex: 0 0 calc(33.333% - 8px);
    max-width: 125px;
}
.table_list_item {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    gap: 10px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    min-height: 120px;
    justify-content: center;
}
.table_list_item.table_running{
    background-color: #fdccac;
}

.table_list_item.Occupied {
    border: 2px solid #d8555b;
}

.no-spinner::-webkit-inner-spin-button, 
.no-spinner::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.no-spinner { -moz-appearance: textfield; /* Firefox */}

.table_icon svg {
    max-width: 38px;
}
.table_number {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 14px;
    color: #000;
}
.table_icon svg path {
    fill: #d8555b;
}
.table_status{
    color:#d8555b;
    line-height: 0.3;
}
button.signout_btn {
    background: transparent;
    border: 0;
}
button.signout_btn svg {
    height: 25px;
    width: 25px;
    fill: #fff;
}
.main_header.bg-red button.back_button {
    fill: #fff;
}
.btn.btn-link {
    background: transparent;
    padding: 0;
    color: #d8555b;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
#signoutPopup .modal-footer,
#taxInfoModal .modal-footer {
    border: 0;
    padding-top: 0;
    gap: 15px;
}
span.taxInfoDialogToggle svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0px 5px;
}
span.taxInfoDialogToggle {
    display: inline-block;
    cursor: pointer;
    opacity:0.85!important;
}

.food_screen {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding:12px 0 60px;
    flex-direction: column;
}
.f_list_wrap {
    flex: 0 0 100%;
    max-width: 100%;
}
.cart_slide_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    /* background: #f4f6ff; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
    /* padding: 20px 15px; */
    border-radius: 10px;
    margin: 0px 0 0;
}
.billing_info_div {
    background: #f4f6ff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    padding: 15px 15px;
    border-radius: 10px;
    margin: 30px 0 0;
}
.cart_slide_head {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0px;
    background: #f4f6ff;
    padding: 12px 15px;
    border-radius: 6px;
    margin: 0px 0 20px;
    font-weight: 500;
}
.cart_footer {
    margin: 30px 0 0;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    padding: 10px 0px;
/*    max-width: 1000px;*/
    margin: 0 auto;
    right: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.cart_footer .cart_footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_footer .confirm_order {
    border-radius: 8px;
    height: 40px;
    padding: 0 15px;
    font-weight: 500;
}
.cart_item_title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px;
}
.cart_item_title span.food_type_icon {
    margin: 0 8px 0 0;
}
.cart_slide_item p {
    margin: 0;
    font-size:13px;
}
.cart_slide_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.cart_slide_item .quntity_box{
    max-width: 100%;
}
.cart_slide_item:last-child {
    border-bottom: 0;
}
p.item_price {
    color: #656565;
    padding-left: 28px;
    font-weight: normal;
}
.billingInfoCollapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 16px;
}

.billing_info_div strong {
    display: block;
    font-weight: 500;
}
.cart_slide_head h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
span.down_arrow {
    transition: all ease 0.4s;
}
div#billingInfo .row.total_billing_info {
    border-top: 1px solid #ddd;
    margin-top: 8px;
    padding: 10px 0 5px;
}
div#billingInfo .row {
    padding: 4px 0;
}
div#billingInfo span {
    opacity: 0.75;
}
div#billingInfo .total_billing_info span {
    opacity: 1;
}
span.down_arrow svg {
    height: 24px;
    width: 24px;
    display: block;
}
.billingInfoCollapse[aria-expanded="true"] span.down_arrow {
    transform: rotate(-180deg);
}

.side_bar_overlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 991;
    display: none;
}
.cart_bar_opened .side_bar_overlay {
    display: block;
}
.o_6{
    opacity: 0.75;
}


/* Login page css */
:root {
    --first-color: #12192c;
    --text-color: #8590ad;

    --body-font: 'Roboto', sans-serif;
    --big-font-size: 2rem;
    --normal-font-size: .938rem;
    --smaller-font-size: .875rem;
}
.form {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form-inner{text-align:center;}
.form-content { 
    max-width: 350px; 
    width: 100%;
}
.form-img { 
    display: none;
}
.form-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-div {
    position: relative;
    display: flex;
    padding: 0.25rem 0;
    border: 2px solid #dedede;
    min-height: 50px;
    border-radius: 6px;
    margin: 0 0 20px;
}
.form-div.focus {
    border: 2px solid #12192c;
}
.form-icon {
    font-size: 1.5rem;
    color: var(--text-color);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    max-width: 40px;
}
.form-div.focus .form-icon { 
    color: var(--first-color); 
}
.form-label {
    display: block;
    position: absolute;
    left: 3px;
    top: 13px;
    font-size: 14px;
    color: #8590ad;
    transition: .3s;
    margin: 0;
    background: #fff;
    padding: 0 5px;
    line-height: 1;
    pointer-events: none;
}
.form-div.focus .form-label {
    top: -12px;
    font-size: 12px;
    left: -28px;
}
.form-div-input {
    position: relative;
    flex: 1;
}
.form-input {
    position: static;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 5px 15px;
    font-size: 16px;
    color: #12192c;
    transition: .3s;
}
.form-forgot {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    font-size: 14px;
    color: #d8565b;
    font-weight: 500;
    transition: .5s;
}
.form-forgot:hover { 
    color: var(--first-color); 
}
.form-button {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    outline: none;
    border: none;
    margin-bottom: 0;
    background-color: #d8565b;
    color: #fff;
    border-radius: .5rem;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
}
.form-button:hover { 
    box-shadow: 0px 15px 36px rgba(0, 0, 0, .15); 
}
.app_logo svg {
    display: block;
    width: 90px;
    height: auto;
    margin: 0 auto;
}

.app_logo {
    margin: 0 0 30px;
}

.form-icon svg {
    height: 20px;
    width: 20px;
    opacity: 1;
}

.form-icon svg path, .form-icon svg circle {
    opacity: 1;
    fill: #000;
}
.form-icon.userIcon svg path,.form-icon.userIcon svg circle{
    fill:none;
    stroke-width: 2px;
    stroke: #000;
}
input.form-input::-webkit-outer-spin-button,
input.form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.form-input[type=number] {
  -moz-appearance: textfield;
}

#orderConfirmModal h5 {
    margin: 10px 0 0;
}
#orderConfirmModal .modal-body{
    padding-bottom: 0;
}
#orderConfirmModal .modal-footer {
    border-top: 0;
    padding-top: 0;
}
#orderConfirmModal  button.btn {
    width: 120px;
}

.billing_info_div{
    margin-bottom: 30px;
}



.nav-tab a{color:#808080; border-bottom:3px solid #808080; margin:0 5px;}
.nav-tab a.active, .nav-tab a:hover{color:#d8555b; border-bottom:3px solid #d8555b}
.nav-right{display:block;}
.nav-right a{color:#fff; opacity:0.7; margin-right:12px;}
.nav-right a.active, .nav-right a:hover{color:#fff; opacity:1;}
h4.heading-home{ margin-left:190px!important}
main.main_wrapper.login{padding-top:0}
/* responsive media queries 
================================================================*/

@media(min-width:767px){

.login{background:url(../images/bg-login1.jpg) no-repeat #ccc center / cover;}
.form-inner{
	text-align: center;
    padding: 30px;
    border-radius: 30px;
    min-width: 370px;
    max-width: 100%;
    box-shadow: -1px 4px 7px #ded8d8;
     background: rgba(255, 255, 255, 0.4); /* 0.2 = 20% visible */
    backdrop-filter: blur(10px); /* adds glass effect */
    border: 1px solid rgba(255,255,255,0.3);

}
}
@media (max-width:767px){
    .modal-dialog.modal-sm {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .f_list_wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cart_footer {
        margin-top: auto;
    }
    .fixed_cart_bar{
        display: block;
    }
    .f_list_wrap {
        padding: 10px 0 70px;
    }
    .tables_list_wrap_inner {
        padding: 30px 15px;
    }

      .nav-right{display:none;}
    h4.heading-home{ margin-left:auto!important}
}
@media (max-width:359px){
    .fsc_item_img {
        max-width: 85px;
        height: 85px;
        flex: 0 0 85px;
    }
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 0%);
}

html{  overflow-x:hidden!important;}

.cart-overlay-button {text-align: center;position: fixed; bottom: 15px;right: 30px;border-radius:10px;padding: 11px 22px;background:#d8555b;color: #fff; border: 2px solid #000;}