@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

* {
  padding: 0;
  margin: 0;
}

.main_bg {
  background-image: url(../images/main-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content {
  padding: 10px;
  width: 100%;
}

.login_btn button {
  width: 100%;
  background-color: rgb(253, 140, 30);
  color: #000000;
  font-size: 16px;
  height: 55px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.form-control {
  color: #000000;
  height: 55px;
  background-color: transparent;
  border: 1px solid rgb(251, 142, 21);
  border-radius: 10px;
  margin-bottom: 25px;
}

.form-control::placeholder {
  font-family: "Vazirmatn", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.form-group label {
  color: rgb(251, 142, 21);
  font-family: "Vazirmatn", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.content {
  display: flex;
  flex-direction: column;
}

.register_link {
  color: #000000;
  font-family: "Vazirmatn", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.register_link a {
  color: rgb(252, 137, 25);
  font-family: "Vazirmatn", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.signup_content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

.signup_btn button {
  width: 100%;
  background-color: rgb(253, 140, 30);
  color: #000000;
  font-size: 16px;
  height: 55px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.nav_icon i {
  color: #000000;
  position: absolute;
  top: 44px;
  left: 18px;
  font-size: 24px;
}

.otp_content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

.otp_login {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.otp_timer {
  color: #000000;
  font-family: "Vazirmatn", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.otp_number {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.submit_otp_btn button {
  width: 100%;
  background-color: rgb(253, 140, 30);
  color: #000000;
  font-size: 16px;
  height: 55px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.qr_content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 85%;
}

.otp_number input {
  width: calc(20% - 10px);
}

.qr_content {
  margin-top: 45px;
}

.qr_content h2 {
  text-align: center;
  color: rgb(251, 142, 21);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}

.qr_description {
  margin-top: 25px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.rescan_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rescan_btn button {
  margin-top: 50px;
  border-radius: 10px;
  background: rgb(251, 142, 21);
  height: 55px;
  width: 100%;
  color: #000000;
  font-family: "Vazirmatn", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.qr_scanner_main_bg {
  display: flex;
  justify-content: flex-start;
  background: white;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.qr_nav_menu {
  width: 100%;
  height: 57px;
  background: white;
}

.qr_nav_menu h2 {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.qr_code_cta {
  display: flex;
  flex-direction: row;

  padding: 11px;
}

.qr_code_content {
  margin-top: 10px;
  border: 1px solid #3a3a3a;
  border-radius: 4px 4px 0px 0px;
  padding: 11px;
  text-align: left;
}

.qr_code_cta h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.qr_code_cta {
  border-bottom: 1px solid #3a3a3a;
}

.qr_para {
  padding: 11px;
}

.qr_para p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
}

.food_menu_nav_menu {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 11px;
}

.food_menu_greeting {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-content: center;
  align-items: center;
}

.food_menu_greeting p {
  margin: 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.food_menu_left {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.food_menu_right {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.food_logout i {
  color: #000000;
  margin-left: 18px;
  font-size: 18px;
}

.food_menu_search {
  border: none;
  background: none;
}

.display_search .food_menu_outlet {
  display: none;
}

.display_search .dish_status {
  display: none;
}

/* .search_input {
  display: none;
} */
.search_input {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.display_search .search_input {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1;
}

.search_input button {
  margin-right: 10px;
  background: none;
  border: none;
}

.search_input i {
  color: rgb(251, 142, 21);
  font-size: 18px;
}

.search_input input {
  height: 30px;
  background-color: transparent;
  border: 1px solid rgb(251, 142, 21);
  border-radius: 5px;
  margin-bottom: 0px;
  width: 100%;
}

.search_input input:focus {
  border: 1px solid rgb(251, 142, 21);
  box-shadow: none;
}

.search_input input::placeholder {
  color: rgb(255, 255, 255) !important;
}

.food_menu_search i {
  color: #000000;
  font-size: 25px;
}

.empty_search {
  padding: 15px 0px;
  text-align: center;
}

.empty_text {
  margin-top: 15px;
  padding: 5px 20px;
}

.empty_text span {
  color: rgb(251, 142, 21);
}

.empty_text b {
  /* color: rgba(255, 255, 255, 0.788); */
}

.empty_text p {
  /* color: rgba(255, 255, 255, 0.69); */
}

.food_menu_main_bg {
  background: white;
  padding: 10px;
  overflow: auto;
  padding-bottom: 63px;
}

.food_menu_outlet {
  background-image: url(/assets/images/food-menu-outlet-bg.png);
  background-size: cover;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #333;
  background-repeat: no-repeat;
}

.food_menu_outlet h1 {
  color: #fb8e15;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.food_menu_outlet h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.food_menu_outlet p {
  color: #dcdcdc;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.dish_status {
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #272727;
  border-radius: 10px;
  border: 1px solid #3a3a3a;
  padding: 5px;
  margin-top: 10px;
}

.status_right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
}

.status_heading h3 {
  color: #fb8e15;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
}

.status_update p {
  color: #aeaeae;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin: 0px;
}

.dish_status_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: #fb9727;
  border-radius: 5px;
}

.dish_status_btn i {
  color: #fff;
}

.dish_icon img {
  padding: 4px;
}

.dish_icon {
  border-right: 1px solid #3a3a3a;
}

.food_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.food_type_text h4 {
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.food_type_right {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  gap: 5px;
}

.food_type_right img {
  border-radius: 1.15px;
  margin: 1px;
}

.pure_veg {
  padding: 0px 10px 0px 5px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(81, 128, 32);
  border-radius: 104px;
  background: none;
}

.pure_veg:hover {
  background: #f1ffe3;
  border: 1.18px solid #8cb598;
}

.pure_veg .active {
  background: #f1ffe3;
  border: 1.18px solid #8cb598;
}

.pure_veg p {
  margin: 0;
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.pure_veg span {
  margin-right: 5px;
}

.non_veg span {
  margin-right: 5px;
}

.non_veg {
  padding: 0px 10px 0px 5px;
  display: flex;
  align-items: baseline;
  border: 1px solid rgb(254, 82, 82);
  border-radius: 104px;
  background: none;
}

.non_veg:hover {
  background: #ffdddd;
  border: 1.18px solid #ffbcbc;
}

.non_veg .active {
  background: #ffdddd;
  border: 1.18px solid #ffbcbc;
}

.non_veg p {
  margin: 0;
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.food_filter {
  padding: 10px 0px;
}

.food_filter ul {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  gap: 5px;
}

.food_filter ul::-webkit-scrollbar {
  display: none;
}

.food_filter .active {
  background: #302f3c;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
  text-decoration: none;
}

.food_filter .active a {
  color: white;
}

.food_filter li {
  margin-right: 3px;
  /* height: 30px; */
  border-radius: 45px;
  border: 1px solid #d6d6d6;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.food_filter li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #302f3c;
  padding: 6px 26px;
  display: block;
  text-decoration: none;
}

.dish_item {
  border-radius: 16px;
  box-shadow: 0px 0px 3px 0px #3638531a;
  background: #ffffff;
  background: white;
  padding: 3px;
  margin-bottom: 10px;
}

.dish_img img {
  max-width: 130px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.dish_item {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.dish_details h1 {
  color: #51505e;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
}

.dish_details span {
  color: #51505e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.dish_details {
  margin-left: 13px;
  width: 100%;
}

.dish_details_quantity input {
  width: 30px;
  border-radius: 4px;
  background: none;
  border: none;
  border-radius: 100%;
  background: #f9f9f9;
}

.dish_details_quantity ul {
  display: flex;
  list-style: none;
  margin: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}

.dish_details_quantity button {
  border-radius: 54px;
  border: 1px solid #4b575d;
  width: 25px;
  background: #302f3c;
}

.dish_details_quantity .plus {
  border-radius: 54px;
  border: 1px solid #4b575d;
  width: 30px;
  height: 30px;
  color: white;
  background: #302f3c;
}

.dish_details_quantity .minus {
  border-radius: 54px;
  border: 1px solid #4b575d;
  width: 30px;
  height: 30px;
  color: #000000;
  background: transparent;
}

.dish_img {
  position: relative;
}

.list_food_type {
  position: absolute;
  top: 8px;
  left: 9px;
}

.dish_details_quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.custom_option p {
  color: #a8a8a8;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

.food_menu_item {
  display: flex;
  align-items: center;
}

.food_menu_bottom_nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  box-shadow: 0px 0px 10px 0px #0000001a;
  border-top: 2px solid #eaeaea;
  background: white;
  padding: 10px;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.food_menu_view_cart_button {
  border-radius: 6px;
  border: 1px solid #ffc27d;
  background: #fb8e15;
  padding: 10px 20px;
}

.food_menu_view_cart_button p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.cart_total input {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: none;
  border-radius: 130px;
  border: 1px solid #302f3c;
}

.food_menu_cart_text p {
  color: #d6d5d5;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  margin-left: 8px;
}

.food_menu_view_cart_button i {
  margin-left: 10px;
}

.cooking_instruction_modal {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-radius: 26px 26px 0px 0px;
  background: white;
  padding: 13px 10px 20px 10px;
}

.cooking_pop1 {
  bottom: -480px;
  transition: 0.3s all ease-in-out;
}

.cooking_pop2 {
  bottom: -400px;
  transition: 0.3s all ease-in-out;
}

.cooking_pop3 {
  bottom: -400px;
  transition: 0.3s all ease-in-out;
}

.cooking_pop4 {
  bottom: -400px;
  transition: 0.3s all ease-in-out;
}

.cooking_modal_open {
  bottom: 0px;
  transition: 0.3s all ease-in-out;
}

.tap_line {
  display: inline-block;

  width: 40px;
  height: 2px;
  background: #d0d0d0;
}

.modal_heading {
  display: flex;
  justify-content: space-between;
}

.heading_text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.input_count {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.modal_instruction textarea {
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  background: #434343;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.modal_guide p {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.send_instruction_button {
  border-radius: 8px;
  background: #fb8e15;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 18px 49px;
}

.kot_success_modal {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  background: white;
  margin: 10px;
}

.kot_success_close {
  text-align: right;
}

.kot_success_close i {
  font-size: 20px;
  color: #fff;
}

.kot_img {
  text-align: center;
}

.kot_msg_heading h3 {
  color: #fb8e15;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

.kot_msg_desc p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.kot_success_buttons {
  display: flex;
  justify-content: space-between;
}

.kot_success_no_btn {
  width: 125px;
  height: 46px;
  padding: 11px 10px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #fb8e15;
}

.kot_success_yes_btn {
  border-radius: 8px;
  background: #fb8e15;
  width: 125px;
  height: 46px;
  padding: 11px 10px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.kot_fail_msg {
  color: #fe5252;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 131.579% */
}

.order_sent_to_kitchen_msg_heading h3 {
  color: #302f3c;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
}

.order_sent_to_kitchen_view_status {
  border-radius: 8px;
  background: #302f3c;
  border: 1px solid #e9e9e9;
  padding: 18px 49px;
  color: #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 130px;
}

.order_sent_to_kitchen_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.order_sent_to_kitchen_desc p {
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 40px;
  margin: 20px 0px !important;
}

.order_sent_to_kitchen_desc a {
  color: #fb8e15;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

/*rach css */
.food_detail_head {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px;
  background: white;
}

.food_detail_head span {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.cart_container {
  width: 100%;
  padding: 10px;
}

.food_detail_cont {
  padding: 10px;
}

.food_img img {
  width: 100%;
}

.food_head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.variant_list {
  margin-top: 5px;
  list-style-type: none;
  display: flex;
}

.food_head span {
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.crust_head {
  padding: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.variant_head {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.select_crust_cont {
  margin: 10px 0px;
  border-radius: 14px;
  box-shadow: -1px 1px 2px 0px #3638531a;
  background: white;
  padding: 10px;
}

.select_crust_cont ul li {
  list-style-type: none;
  padding: 5px 0px;
}

.select_crust_cont ul {
  padding: 10px;
  margin-bottom: 0px;
}

.toppings_cont {
  margin-bottom: 10px;
  border-radius: 14px;
  box-shadow: -1px 1px 2px 0px #3638531a;
  background: white;
  padding: 10px;
}

.topping_count {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: #4b575d;
}

.topping_header {
  padding: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toppings_cont ul {
  margin-bottom: 0px;
  padding: 10px;
}

.food_radio li [type="radio"]:checked,
.food_radio li [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.food_radio li [type="radio"]:checked + label,
.food_radio li [type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

.food_radio li [type="radio"]:checked + label:before,
.food_radio li [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #302f3c;
  border-radius: 100%;
  background: #fff;
}

.food_radio li [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.food_radio li [type="radio"]:checked + label:after,
.food_radio li [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #302f3c;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.food_check li {
  padding: 5px 0px;
  /* color: rgb(251, 142, 21); */
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.food_check_left {
  display: flex;
  align-items: center;
}

.food_check_left span {
  font-weight: 400;
  margin-left: 10px;
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.food_check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.food_check label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0px;
}

.food_check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #302f3c;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 3px;
  float: right;
}

.food_check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 7px;
  width: 6px;
  height: 14px;
  border: solid #302f3c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.food_type_contn {
  margin-bottom: 10px;
  border: 1px solid rgb(253, 161, 71);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  border-radius: 5px;
  background: #272727;
  width: 100%;
}

.food_type_cont {
  border-radius: 8px;
  background: #272727;
}

.food_type {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(252, 137, 25);
}

.food_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.stock_increment {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.stock_increment li {
  margin-left: 5px;
}

.stock_increment button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid rgb(255, 255, 255);
  background: rgb(39, 39, 39);
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 0px 0px 15px 0px rgb(41 156 212 / 15%);
}

.stock_increment .plus {
  border-radius: 54px;
  border: 1px solid #4b575d;
  color: white;
  background: #302f3c;
}

.stock_increment .minus {
  border-radius: 54px;
  border: 1px solid #4b575d;
  color: #000000;
  background: transparent;
}

.stock_increment li button i {
  line-height: 30px;
  font-size: 15px;
  color: white;
}

.stock_increment li .minus i {
  line-height: 30px;
  font-size: 15px;
  color: #000000;
}

.stock_increment input {
  text-align: center;
  border-radius: 4px;
  border: 2px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgb(41 156 212 / 15%);
  border: none;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
}

.food_cart span {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}

.food_detail_btm {
  border-top: 2px solid #eaeaea;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
}

.food_detail_btm ul li button {
  width: 30px !important;
  height: 30px !important;
}

.food_detail_btm input {
  height: 30px;
  width: 40px;
}

.food_cart button {
  padding: 10px;
  border-radius: 130px;
  box-shadow: 0px 0px 10px 0px #0000001a;
  border: 1px solid #e9e9e9;
  background-color: #302f3c;
  border: none;
  color: white;
}

.food_cart span {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}

.toppings_more {
  background: none;
  border: none;
  color: #ffbe73;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.variant_list li {
  margin-right: 5px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
}

.variant_list li span {
  color: rgb(250, 143, 20);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.variant_list li b {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cart_cont {
  border-radius: 11px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
  padding: 10px 20px 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_item {
  display: flex;
  align-items: center;
}

.cart_item span {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}

.cart_item input.form-control {
  border: none;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  width: 40px;
  margin: 0;
  height: 40px;
}

.cart_container {
  padding: 10px;
}

.table_no span::before {
  position: absolute;
  height: 49px;
  background: rgb(58, 58, 58);
  top: -15px;
  left: -12px;
  width: 1px;
  content: "";
}

.table_no span {
  color: rgb(220, 220, 220);
  margin-left: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.table_name {
  color: rgb(251, 142, 21);
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.table_name::before {
  position: absolute;
  content: "";
  width: 1px;
  top: -14px;
  left: -30px;
  background: rgb(58, 58, 58);
  height: 48px;
}

.hotel_name {
  color: rgb(251, 142, 21);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart_food_cont {
  margin-top: 8px;
  padding: 5px;
  border-radius: 11px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(22, 22, 22);
}

.cart_food_box {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 14px;
  background: white;
  box-shadow: -1px 1px 2px 0px #3638531a;
}

.cart_food_top {
  padding-bottom: 10px;
  position: relative;
  display: flex;
  border-bottom: 1px solid #f7f7f7;
}

.cart_food_btm span {
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart_close {
  color: #000000;
  position: absolute;
  top: -5px;
  font-weight: 00;
  right: 0;
  font-size: 18px;
}

.cart_food_btm {
  padding-top: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart_food_top span {
  margin-right: 10px;
}

.cart_food_name b {
  margin-top: 0px;
  color: #4b575d;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart_food_name span {
  color: rgb(251, 142, 21);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.cart_food_name i {
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.inst_cont {
  border-radius: 6px;
  background: #fff;
}

.inst_icon i {
  color: rgba(251, 142, 21, 0.69);
}

.inst_holder {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(252 252 252 / 21%);
}

.inst_text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
}

.cook_inst {
  /* background: rgb(251, 142, 21); */
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: flex;
}

.spcl_inst {
  background: rgb(44, 98, 74);
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: flex;
}

.food_container {
  background: #f9f9f9;
  min-height: calc(100vh - 62px);
  padding-bottom: 62px;
}

.cart_button {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.order_more {
  margin-right: 5px;
  padding: 10px;
  color: rgb(251, 142, 21);
  background: #434343;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid rgb(251, 142, 21);
}

.send_order {
  padding: 10px 25px;
  color: #000000;
  border-radius: 8px;
  background: rgb(251, 142, 21);
  border: none;
}

.cart_edit {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart_list button {
  width: 30px;
  height: 30px;
}

.cart_list input {
  width: 40px !important;
  height: 30px !important;
}

.cart_edit_btn {
  padding: 4px 10px;
  background: white;
  border-radius: 4px;
  border: 1px solid #d6d5d5;
  color: #414851;
  border-radius: 130px;
}

.prev_order_text {
  position: relative;
  padding: 10px 0px;
  width: 100%;
  color: rgb(251, 142, 21);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.prev_order_text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  top: -15px;
  left: 32px;
  background: rgb(255, 255, 255);
  transform: rotate(90deg);
}

.prev_order_text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  top: -15px;
  right: 32px;
  background: rgb(255, 255, 255);
  transform: rotate(90deg);
}

.variant_filter li {
  box-shadow: -1px 1px 2px 0px #3638531a;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.variant_filter .active {
  border: 1px solid #ffc083 !important;
  background: #51505e !important;
}

.variant_filter .active span {
  color: white;
}

.variant_filter .active b {
  color: white;
}

.variant_filter span {
  font-size: 14px;
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.variant_filter b {
  color: #272727;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.spcl_cont {
  margin-top: 10px;
}

.prev_order_cont {
  padding: 0px 10px;
  border-radius: 11px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
}

.food_accept {
  line-height: normal;
  font-weight: 400;
  color: #000000;
  border-radius: 3px 0px 0px 3px;
  background: rgb(33, 65, 51);
  position: absolute;
  top: 25px;
  padding: 5px 15px;
  right: -10px;
  font-size: 10px;
}

.prev_order_cont .cart_food_top {
  padding: 10px 0px;
}

.prev_order_cont .cart_food_top:last-child {
  border-bottom: none;
}

.cart_food_cont img {
  width: 100%;
}

button.cart_order_btn {
  padding: 9px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 8px;
  background: rgb(251, 142, 21);
  width: 100%;
  border: none;
  margin-top: 30px;
}

.cart_food_img_cont {
  padding-top: 30px;
}

.summary_head {
  color: rgb(251, 142, 21);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hotel_detail_cont {
  margin-bottom: 10px;
  padding: 6px;
  border-radius: 11px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
}

.hotel_address_cont {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 10px;
  font-weight: 300;
}

.hotel_detail {
  position: relative;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
}

.hotel_detail .food_accept {
  top: 12px;
  padding: 5px 15px;
  right: 0px;
}

.hotel_address {
  display: flex;
  color: rgb(220, 220, 220);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.hotel_address span img {
  border-radius: 4px;
}

.bill_detail_cont {
  position: relative;
  /* margin-top: 20px; */
  /* padding: 0px 15px; */
}

.bill_head {
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bill_detail_cont ul li {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 5px 0px;
}

.bill_list {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 0px;
  border-top: 1px solid rgb(87, 87, 87);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bill_list span {
  color: #302f3c;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bill_top img,
.bill_btm img {
  width: 100%;
}

.bill_top {
  top: -17px;
  position: absolute;
  left: 0px;
}

.bill_btm {
  bottom: -14px;
  position: absolute;
  left: 0px;
}

.bill_btn {
  width: 100%;
}

.bill_btn button {
  width: 100%;
}

.bill_btn .food_cart {
  width: 100%;
}

.food_menu_view_cart button i {
  margin-left: 10px;
}

.food_menu_add_button {
  border-radius: 130px;
  background: #302f3c;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 0px 10px 0px #0000001a;
  color: white !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  padding: 0px 1px 0px 8px;
}

.food_menu_add_button i {
  color: rgb(0, 0, 0);
  font-size: 12px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  margin-left: 10px;
}

.food_menu_view_cart button {
  border-radius: 130px;
  background: #ff9f1c;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 0px 10px 0px #0000001a;
  color: #ffffff !important;
  padding: 10px 15px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.display_inst {
  color: #000000;
  padding: 10px;
}

.tobacco_btn {
  display: block;
}

.tobacco_btn .kot_success_yes_btn {
  width: 100%;
  margin: 15px 0px;
  font-size: 14px;
}

.tobacco_btn .kot_success_no_btn {
  width: 100%;
  font-size: 14px;
}

.tobacco_btn .kot_success_yes_btn span,
.tobacco_btn .kot_success_no_btn span {
  margin-right: 12px;
}

.tobacco_btn span i {
  margin-left: 10px;
}

.tobacco_head h3 {
  font-size: 16px;
}

.tobacco_desc p {
  font-size: 12px;
}

.custom_head h3 {
  text-align: left !important;
}

.custom_desc p {
  text-align: left !important;
}

.custom_success_modal {
  padding: 10px;
  border: none;
}

.tobacco_popup {
  top: 70px !important;
}

.tobacco_popup .modal-header {
  padding: 0px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tobacco_popup .modal-header span i {
  color: #000000;
}

.tobacco_popup .modal-content {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #3a3a3a;
  background: rgb(39, 39, 39);
}

.customize_food .cart_food_top {
  display: flex;
  border-bottom: none;
  padding-bottom: 0px;
  align-items: center;
  justify-content: space-between;
}

.custom_food_cont b {
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom_food_cont p {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.customize_food .cart_food_box {
  border-radius: 11px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
  margin-bottom: 5px;
  padding: 10px;
}

.custom_food_cont {
  border-bottom: 1px solid rgb(58, 58, 58);
  text-align: left;
}

.customize_food .cart_food_name {
  display: flex;
  align-items: center;
}

.customize_food .stock_increment button {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(251, 142, 21);
  border-radius: 5px;
  background: rgb(39, 39, 39);
  box-shadow: 0px 0px 15px 0px rgb(41 156 212 / 15%);
}

.customize_food .stock_increment li button i {
  color: rgb(251, 142, 21);
}

.customize_food .cart_food_name span {
  margin-right: 5px;
}

.customize_food .cart_food_name b {
  color: rgb(252, 137, 25);
  font-size: 12px;
}

.inst_icon_cont {
  display: flex;
  align-items: center;
}

.inst_icon {
  margin-left: 8px;
}

.thanks_desc p {
  padding: 0px 20px;
  font-size: 12px !important;
}

.thanks_desc {
  margin-bottom: 30px;
}

.thank_you_cont {
  padding: 30px 20px;
  border-radius: 11px;
  border: 1px solid rgb(58, 58, 58);
  background: rgb(39, 39, 39);
  text-align: center;
}

.thanks_btn {
  border: none;
  width: 100%;
}

.unvail_heading h3 {
  font-size: 16px !important;
}

.delivery_address {
  padding: 12px;
  border: 1px solid #3a3a3a;
  background: #272727;
}

.address_head {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.address_head span {
  margin-left: 15px;
  color: #fb8e15;
  font-size: 12px;
  font-weight: 500;
}

.address_text {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.hotel_menu_box {
  padding: 15px !important;
}

.order_sent_to_kitchen_desc span {
  color: #fb8e15;
}

.item_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_name {
  color: #4b575d;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
}

.item_head {
  padding: 15px 0px;
  color: #4b575d;
  font-size: 14px;
  font-weight: 500;
}

.item_details_cont {
  padding: 10px 6px;
}

/* .item_head::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background: #fff;
  transform: rotate(90deg);
  top: -14px;
  left: 45px;
}

.item_head::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background: #fff;
  transform: rotate(90deg);
  top: -14px;
  right: 45px;
} */

.order_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order_name {
  color: #fb8e15;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.order_placed {
  color: #302f3c;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order_placed span {
  margin-right: 6px;
}

.order_place {
  color: #dcdcdc;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.order_msg {
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_detail_top {
  border-bottom: 1px dashed #3a3a3a;
  padding: 10px 5px 10px 5px;
}

.order_detail_mid {
  padding-top: 10px;
}

.cancel_btn {
  text-align: right;
}

.order_timing {
  padding: 10px 5px;
}

.order_time {
  color: #302f3c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order_address {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cancel_btn {
  margin-top: 15px;
  text-align: right;
}

.cancel_btn button {
  padding: 8px;
  color: #ff6d6d;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #ff6d6d;
  background: white;
}

.address_head button {
  color: #fb8e15;
  font-size: 12px;
  font-weight: 500;
  background: none;
  border: none;
}

.loc_bg_top {
  padding: 100px 20px;
  background-image: url(../images/bg-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.loc_img {
  margin-bottom: 45px;
  text-align: center;
  margin-top: -90px;
}

.loc_bg_btm {
  padding: 100px 20px;
  background-image: url(../images/bg-btm.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.loc_cont {
  padding-bottom: 0px;
}

.loc_text_cont {
  text-align: center;
  padding: 0px 20px;
}

.loc_set {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration-line: underline;
}

.loc_text {
  margin-bottom: 10px;
  text-align: center;
  color: var(--main-orage-color, #fb8e15);
  font-family: Vazirmatn;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.loc_text2 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

button.loc_btn {
  border-radius: 10px;
  border: 1px solid #fb8e15;
  box-shadow: 0px 0px 20px 0px rgb(249 144 28 / 20%);
  background: none;
  color: #fb8e15;
  font-size: 16px;
  font-weight: 300;
  padding: 14px 30px;
  margin-bottom: 25px;
}

.choose_add {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.choose_address button {
  color: #000;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  background: #fb8e15;
  border: none;
  padding: 10px 17px;
}

.cart_btm {
  background: rgb(251, 142, 21);
}

.cart_btm .food_menu_cart_text p {
  color: #000;
}

.cart_btm .food_menu_view_cart button {
  background: #3a3a3a;
}

.add_address button {
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #fc8919;
  color: #fb8e15;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  background: none;
}

.select_btn {
  margin-top: 35px;
}

.select_btn button {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 8px;
  background: #fb8e15;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.choose_radio span {
  background: none !important;
}

.address_cont {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #575757;
  padding: 10px 0px 10px 30px;
}

.choose_btn {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.choose_edit {
  border-radius: 4px;
  background: #454545;
  color: #fb8e15;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  width: 125px;
  border: none;
}

.choose_delete {
  position: relative;
}

.choose_delete::before {
  position: absolute;
  content: "";
  background: #fc8919;
  top: 10px;
  left: -19px;
  width: 1px;
  height: 19px;
}

.address_box {
  margin-bottom: 10px;
}

.address_container {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding: 15px;
  border-radius: 26px;
  background: white;
}

.address_container input {
  position: relative;
  width: 100%;
  border: 0;
  color: #fff;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #555;
}

.address_container span {
  position: absolute;
  top: 55px;
  left: 23px;
}

.address_container label {
  width: 100%;
  color: #fb8e15;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}

.add_search {
  padding-left: 35px;
  border-radius: 8px;
  background: #e8e8e8 !important;
}

.add_search input::placeholder {
  color: #565656 !important;
}

.display_city {
  margin: 15px 0px;
  border-radius: 8px;
  background: #e8e8e8;
  padding: 6px 10px;
}

input.form-control.add_search {
  color: #000;
}

.display_city b {
  color: #000;
  font-size: 10px;
  font-weight: 400;
}

.display_city p {
  color: #565656;
  font-weight: 400;
}

.order_title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.qr_based {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0px 4px 3px 0px;
  background: #3a3a3a;
  padding: 5px;
  margin-left: -10px;
}

.order_btns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cancel_order {
  color: #ff1515;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: 1px solid #ff1515;
  background: #1e1e1e;
  padding: 8px 10px;
}

.view_details {
  padding: 8px 10px;
  color: #fc8919;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: 1px solid #fc8919;
  background: #1e1e1e;
}

.pending_order {
  color: #fb8e15;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.qr_based span {
  margin-right: 3px;
}

.delivered_order {
  color: #09c275;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.radio {
  padding: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #fff;
  margin: 0px;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.radio input[type="radio"] {
  display: none;
}

.radio span {
  height: 20px;
  width: 20px;
  display: block;
  top: 1px;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fb8e15;
}

.radio span:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fb8e15 !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 300ms ease-in-out 0s;
}

.radio input[type="radio"]:checked ~ span:after {
  transform: translate(-50%, -50%) scale(1);
}

.wrapper-progressBar {
  width: 100%;
}

.progressBar {
}

.progressBar li {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
  list-style-type: none;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}

.progressBar li:before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #f9f9f9;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
  background: #e2e2e2;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 77%;
  height: 4px;
  background-color: #f9f9f9;
  top: 10px;
  left: -38%;
  z-index: -1;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: #09c275 !important;
}

.progressBar li.active:before {
  border-color: #09c275 !important;
  background-color: #09c275 !important;
}

.progressBar .active:after {
  background-color: #09c275;
}

.food_item_popup {
  width: 100% !important;
}
