
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

*{
  margin: 0;
  padding:0 ;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  /*** remove tap highlight color*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
     touch-action: manipulation;
}
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
  overflow-X: hidden;
}
a:hover{
  opacity: 0.5;
  transition: 0.5s;

}
a{
  text-decoration: none;
  list-style: none;
  color: #02645e;
}
.btn{
  background: #f29a03;
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
}
.safe i{
  color: #01c962;
}
.danger i{
  color: #ff003c;
}
.batun{
  padding: 13px 10px;
  width: 100%;
  border-radius: 5px;
  margin: 15px 0px;
  border: none;
  color: #fff;
  outline: none;
  background: #f29a03;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0.5px;
  line-height: calc(14 * 1.3px);
}
.continuebtn{
  width: 85%;
  border-radius: 5px;
  margin: 15px 0px;
  background: #f29a03;
  display: flex;
  align-items: center;
  justify-content: center;

}
.bookbtn{
  width: 250px;
  border-radius: 5px;
  margin: 15px 0px;
  background: #f29a03;
  display: flex;
  align-items: center;
  justify-content: center;
}
.continuebtn a,.bookbtn a{
  border: none;
  color: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 550;
  padding: 13px 10px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: calc(14 * 1.3px);

}

  .popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* white background with some opacity */
    /* align-items: center; */
    z-index: 101;
    overflow-y: auto;
  }

  .popup {
    width: 94%;
    margin: 0 auto;
    /* max-width: 600px; */
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
    
    
  }

  .back-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 55px;
    width: 100%;
    padding: 20px 0px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 8px;
    z-index: 12;
    color:#1c1c1c;
     /* Ensure it's above the popup */
  }
  .s_left_top{
    display: flex;
    align-items: center;
  }
  .s_right_top{
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
  }
  .popup-content {
    /* flex: 1; */
    width: 100%;
  }
  button {
    padding: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
  }
  .popup-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 75px;
    padding: 13px 0px;
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 8px;
    z-index: 101; /* Ensure it's above the popup */
  }

  .popup-buttons button {
    cursor: pointer;
    border: none;
    outline: none;
    background: #f29a03;
    color: #fff;
    padding: 13px 20px;
    border-radius: 23px;
    font-size: 12px;
    font-weight: bold;
  }
/* summary pop up style start. */
.party_details_sec{
  
  margin-top: 20px;
  padding: 10px;
}
.party_det_lin{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0px;
}
/* summary pop up style end. */


/* select dishes popup 120 start style */
.tablinks_container{
  width: 100%; display: flex; align-items: center; flex-direction: column; text-align: center;
}
.tab_body {
  margin: 0;
  font-family: "Arial", sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #f0efef;
  overflow: hidden;
  z-index: 201;
  
}
.add_btn{
  border: 1px solid #02645e;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 550;

}

.tab_c_b_pric{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
  font-weight: 550;
  

}
.tab_c_b_pric p{
  color: #02645d;
}
.add_btn.added{
  color: #e90573;
  border: 1px solid #e90573;
}

.add_btn:disabled{
  color: #bab1b5;
  border: 1px solid #95898f;
}


.tab_contnet_main {
  background: #f0efef;
}
/* Style the tab */
.tab {
  float: left;
  background-color: #fff;
  width: 80px;
  overflow-y: auto;
  height: calc(100vh - 105px);
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 5px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background: #02645d;
  color: #ffff;
  width: calc(100% - 10px);
  margin: 5px 5px 0px 5px;
  border-radius: 5px;
}

#popupContainer120{
  background-color: #fff;
}
/* Style the tab content */

.tabcontent {
  float: left;
  flex-wrap: wrap;
  width: calc(100% - 80px);
  height: calc(100vh - 120px);
  border-left: none;
  overflow-y: auto;
  display: none;
  position: relative;
  
}

/* loading for tabcontent */
.loading{
  width: 100%;
  position: relative;
  height: 70px;  
}
.loading::after {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 4px solid grey;
  border-top-color: #02645d;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.tabcontent.default{
  display: flex;
}
.popup_w_100 {
  width: 100%;
}
.tabs_topspace {
  margin-top: 55px;
}
.increase_dec_selected_dish{
  margin-right: 5px;
}
.dishes_page_top_{
  display: flex;
  width: 94%;
  margin: 0 auto;
  align-items: center;
}
.tabs_cards{
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  width: 100%;
  height: fit-content;
}
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* .veg_slider{
  background: red;
}

.veg_slider{
  background: green;
} */

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_input:checked + .veg_slider {
  background-color: #01c962;
}

span.veg_box,span.non_veg_box{
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #ddd;
  margin: 0px 3px;
  position: relative;
  z-index: 1;
}

span.veg_box::after,span.non_veg_box::after{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #01c962;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
}

span.non_veg_box::after{
  background-color: #e90573;
}

.toggle_input:focus + .veg_slider {
  box-shadow: 0 0 1px #01c962;
}

.toggle_input:checked + .non_veg_slider {
  background-color: #e90573;
}

.toggle_input:focus + .non_veg_slider {
  box-shadow: 0 0 1px #e90573;
}

.toggle_input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tabs_cards .zero_dishes,
.tabs_cards .network_error_dishes{
  width: calc(100% - 20px);
  margin: 0 10px;
  height: fit-content;
  font-size: 14px;
  padding:30px 0px;
  text-align: center;
  background: #fff;
  color: #5d5d5d;
}
.zero_dishes .no_dishes_error,.network_error_dishes .error_box{
  padding: 7px 0;
  width: 100%;
}

.network_error_dishes .error_box .reload_btn{
  color: #0e00ce;
  cursor: pointer;
}

.tab_card {
  width: calc(50% - 20px);
  max-width: 200px;
  display: flex;
  align-items: center;
  
  flex-direction: column;
  border: 1px solid #f0efef;
  background: #fff;
  margin: 0px 0px 10px 10px;
  border-radius: 10px;
  overflow:hidden;
}
.tab_card .para_p{
  text-align: center;
  padding: 5px 5px 0px 0px;
}
.tabcard_center{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height:100%;
}
.tabimg {
  width: 100%;
  height: 105px;
}
.tabimg img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.tab_c_b_pric{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px 10px 5px;
}
.tablink_img{
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.tablink_img img{
  width: 100%;
  height: 100%;
    object-fit:cover;
  object-position:center;
}
.tablinks{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.dieshes_search_container{
  width: 90%;
  margin: auto;
}
.selectBox option{
    color:#333;
}
#searchbar {
background-image: url('https://api.iconify.design/lets-icons/search-duotone-line.svg?color=%2302645e&width=28&height=28');/* Add a search icon to input */
background-position: 5px 4px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 8px 10px 8px 35px;
    border: 1px solid #ddd;
    margin: 10px 0px;
    border-radius: 30px;
    outline: none;
}



#myUL {
/* Remove default list styling */
list-style-type: none;
padding: 0;
margin: 0;
}

#myUL li a {
border: 1px solid #ddd; /* Add a border to all links */
margin-top: -1px; /* Prevent double borders */
background-color: #f6f6f6; /* Grey background color */
padding: 12px; /* Add some padding */
text-decoration: none; /* Remove default text underline */
font-size: 18px; /* Increase the font-size */
color: black; /* Add a black text color */
display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
background-color: #eee; /* Add a hover effect to all links, except for headers */
}
.tab::-webkit-scrollbar {
  display: none;
}
.tabcontent::-webkit-scrollbar {
  display: none;
}
/* select dishes popup 120 end style */