* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("css/fonts/bootstrap-icons.woff2") format("woff2"),
    url("css/fonts/bootstrap-icons.woff") format("woff");
}
body {
  font-family: "Alexandria", sans-serif !important;
}
[dir="rtl"] * {
  text-align: right;
}
[dir="ltr"] * {
  text-align: left;
}
a {
  text-decoration: none !important;
}
dl,
ol,
ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0px !important;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
}
.navbar-brand {
  margin-right: 0px !important;
}
.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 98% !important;
}
html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
main {
  position: relative;
  z-index: 1;
  flex: 1;
}
#login {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#login .top-border {
  position: absolute;
  top: 0;
  right: 0;
}
#login .bottom-border {
  position: absolute;
  bottom: 0;
  left: 0;
}
#login .bajila-top {
  position: absolute;
  top: 0;
  left: 0;
}
#login .bajila-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
#login .logo {
  width: 175px;
  height: 171px;
}
#login .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#login .container .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#login h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24.38px;
  text-align: center;
  color: #741113;
}
#login form {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
#login form label {
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  color: #741113;
}
#login form input {
  width: 432px;
  height: 64px;
  background: #fbf7f7;
  border-radius: 110px;
  border: 1px solid #741113;
  outline: none;
}
#login .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#login input[type="submit"] {
  width: 200px;
  height: 55px;
  background: #741113;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  margin-right: auto;
}
#login input[type="submit"]:hover,
#meals .meal-card .add-to-order:hover,
.total-row a:hover,
#tabel-details .complete-order:hover,
#payment .pay-order input[type="submit"]:hover,
.user-info form button:hover,
.user-info form input[type="submit"]:hover,
.coupon input[type="submit"]:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

#login .input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#login .input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

#login .valid-feedback,
#login .invalid-feedback {
  margin-top: 15px;
}
#sidebar,
#admin-sidebar {
  padding: 0;
}
#sidebar .custom-sidebar,
#admin-sidebar .custom-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 125px;
  align-items: center;
  overflow: hidden;
  width: 100%;
  background: #741113;
  color: #fff;
  gap: 32px;
}
#admin-sidebar .custom-sidebar {
  justify-content: unset;
  padding-top: 50%;
}
#admin-sidebar .custom-sidebar h2 {
  margin-left: auto;
  padding-right: 32px;
}
.main-row {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
}
#sidebar .bajila-bottom,
#admin-sidebar .bajila-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
#sidebar .bajila-top,
#admin-sidebar .bajila-top {
  position: absolute;
  top: 0;
  left: 0;
}
#sidebar ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  z-index: 1;
}
#admin-sidebar ul {
  list-style: none;
  z-index: 1;
  width: 100%;
}
#admin-sidebar .fa-sort-down:before {
  margin-right: 10px;
}
#sidebar h2,
#admin-sidebar h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  color: #fff;
}
#sidebar ul li,
#admin-sidebar ul li {
  padding: 20px 32px;
}
#sidebar ul li a,
#admin-sidebar ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
#admin-sidebar ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#sidebar ul li a img,
#admin-sidebar ul li i {
  font-size: 22px;
  height: 22px;
  width: 22px;
  object-fit: cover;
}
#sidebar ul li.active,
#sidebar ul li:hover,
#admin-sidebar ul li:active,
#admin-sidebar ul li:hover {
  background: #a87d36;
}
#admin-sidebar ul li:has(ul) {
  background: transparent;
}
#admin-sidebar ul li a[data-bs-toggle="collapse"][aria-expanded="true"]:hover {
  background: none;
}
#admin-sidebar ul li:has(a[aria-expanded="true"]) {
  background: none;
}
#admin-sidebar ul.collapse.show li:has(a[aria-expanded="true"]) ul li {
  background: #a87d36;
}
#admin-sidebar .dropdown {
  padding: 20px 32px;
}
#admin-sidebar .dropdown a {
  gap: 10px;
}
#meals,
#dashboard,
#payment {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#meals .row,
#dashboard .row,
#payment .row {
  display: flex;
  align-items: center;
  width: 100%;
}
#dashboard-content .row {
  display: flex;
  width: 100%;
}
#dashboard-content .custom-gap {
  row-gap: 20px;
}
#meals .col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-info img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.head-info .home-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.63px;
  color: #a87d36;
  gap: 4px;
}
.head-info #search-input,
.custom-search-div input,
#search-input {
  border-radius: 72px;
  background: #fbf7f7;
  width: 100%;
  padding: 14px 45px;
  border: none;
  outline: none;
}
.custom-search-div input,
.search-div input {
  padding: 14px 50px;
}
.head-info #search-input::placeholder,
.custom-search-div input::placeholder,
.search-div input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.63px;
  color: #d1d0cf;
}
.head-info .search-div,
.custom-search-div,
.search-div {
  position: relative;
}
.head-info .search-div i,
.custom-search-div i,
.search-div i {
  position: absolute;
  top: 20px;
  right: 32px;
  color: #d1d0cf;
  font-size: 12px;
}
#meals .meal-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* height: 285px; */
  height: 100%;
  justify-content: space-between;
}
#meals .meal-card img {
  background: #fbf7f7;
  width: 100%;
  height: 173px;
  object-fit: cover;
  border-radius: 8px;
}
#meals .meal-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#meals .meal-card-info .name-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#meals .meal-card-info .name-price h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.63px;
  color: #741113;
}
#meals .meal-card-info .name-price p {
  font-weight: 600;
  font-size: 16px;
  line-height: 14.5px;
  color: #a87d36;
}
#meals .meal-card-info .meal-description {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #787878;
}
#meals .meal-card .add-to-order {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  color: #fff;
  background: #a87d36;
  width: 100%;
  /* height: 36px; */
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 130px;
  gap: 8px;
  border: none;
  outline: none;
}
#meals .meal-card-info .meal-price {
  display: flex;
  gap: 8px;
}
#meals .meal-card-info :has(.discounted-price) .original-price {
  position: relative;
}
#meals .meal-card-info :has(.discounted-price) .original-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.08px;
  background-color: #741113;
  transform: rotate(-15deg);
  transform-origin: center;
}
.meal-cards .swiper {
  height: 100%;
}
#meals .row.meal-cards {
  justify-content: flex-start;
  row-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#meals .row.head-info {
  justify-content: space-between;
}
.meal-card {
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.meal-card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.pagination-container {
  text-align: center;
  margin-top: 8px;
}
.pagination-dot,
.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #741113;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  opacity: 1;
  transition: transform 0.3s ease-in-out, background-color 0.3s;
}
.pagination-dot.active,
.swiper .swiper-pagination-bullet-active {
  background: #741113;
}
.pagination-dot:active {
  animation: bounce 0.3s ease-in-out;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

#alert-box {
  position: fixed;
  top: 27px;
  left: 20px;
  background: #741113;
  color: #fff;
  padding: 12px 80px;
  border-radius: 8px;
  font-size: 12px;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;

  display: none;
  opacity: 0;
  visibility: hidden;
}
.alert-icon {
  font-size: 10px;
  background: white;
  color: #741113;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#alert-box.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#alert-remove {
  position: fixed;
  top: 27px;
  left: 20px;
  background: #f01e22;
  color: #fff;
  padding: 12px 80px;
  border-radius: 8px;
  font-size: 12px;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;

  display: none;
  opacity: 0;
  visibility: hidden;
}
#alert-remove.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.custom-badge {
  display: inline-block;
  width: 8.12px;
  height: 8.43px;
  background: #d6c5a9;
  color: #fff;
  border-radius: 50%;
  font-weight: 500;
  font-size: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
}
#close-btn,
.menu-btn-div {
  display: none;
}
.row.head-info {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.menu-btn-div {
  width: unset;
  order: 2;
}
.menu-btn-div #menu-btn {
  border: none;
  outline: none;
  background: none;
  color: #741113;
}
.cart .meal-cart {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}
.cart .meal-cart h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.5px;
  color: #741113;
}
.cart .meal-cart img {
  width: 163px;
  height: 131px;
  object-fit: cover;
  border-radius: 8px;
}
#meals.cart .meal-cart .col-lg-1 {
  flex-direction: column;
  justify-content: unset;
  align-items: unset;
}
.cart .meal-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.63px;
  color: #a87d36;
}
.cart .meal-description {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #787878;
}
.cart .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.cart .price span,
.cart .total-price span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
  color: #a87d36;
}
#meals.cart .meal-cart .col-lg-2,
#meals.cart .meal-cart .col-lg-1 {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
}
#meals.cart .meal-cart .col-lg-1.remove-meal {
  align-items: flex-end;
}
#meals.cart .meal-cart .col-lg-4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#meals.cart .meal-cart .col-lg-4 .meal-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-cart button {
  background: none;
  border: none;
  outline: none;
}
.button-container {
  position: relative;
  width: 82px;
  height: 28px;
  border: 1px solid #a87d36;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
}

.button-container .divider {
  position: absolute;
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: #a87d36;
  transform: translateX(-50%);
}

.button-container .counter {
  font-weight: 600;
  line-height: 19.5px;
  font-size: 16px;
  color: #a87d36;
}
.button-container .arrows {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.meal-cart .arrows button {
  height: 6px;
  display: flex;
}
#meals .total-row {
  margin-right: auto;
  margin-left: auto;
  row-gap: 16px;
}
#meals .total-row .col-lg-4 {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
}
.total-row {
  display: flex;
  justify-content: space-between;
}
.total-row .total {
  display: flex;
  justify-content: space-between;
}
.total-row a {
  width: 136px;
  height: 35px;
  background: #a87d36;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 130px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
}
.total-row a:hover {
  color: #fff;
}
.total-row .pay-order a {
  margin-right: auto;
  margin-left: auto;
}
.total-row .total h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  color: #741113;
}
.total-row .total-price span {
  color: #741113;
  font-weight: 500;
}
.col-lg-1.remove-meal button:hover svg path {
  fill: #741113;
  transition: all 0.3s ease-in-out;
}
.total-row .notes {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.total-row .notes h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #741113;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.total-row .notes textarea,
#payment form textarea {
  background: #fbf7f7;
  border: 1px solid rgba(169, 168, 166, 0.41);
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  height: 130px;
}
.total-row .notes textarea:focus,
#payment form textarea:focus {
  outline: none;
}
.total-row .notes textarea:placeholder-shown,
#payment form textarea:placeholder-shown {
  font-weight: 400;
  font-size: 10px;
  line-height: 12.19px;
  color: #d1d0cf;
}
.total-row .col-lg-7.notes,
.total-row .col-lg-4 {
  padding: 0;
}
.tabel p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.07px;
  color: #741113;
  text-align: center;
}
.tabel .tabel-number {
  background: #d9d9d9;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20.28px;
}
.tabel .tabel-number h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48.76px;
  color: #741113;
}
.tabel a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tabel:hover .tabel-number h3 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.tabel:hover .tabel-number {
  background: #a87d36;
  transition: all 0.3s ease-in-out;
}
.tabel:hover .tabel-number img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.row.tabels {
  padding-top: 40px;
  padding-bottom: 20px;
  row-gap: 24px;
}
#dashboard .row.head-info {
  row-gap: 16px;
}
#breadcrumb {
  padding-top: 32px;
  padding-bottom: 32px;
}
#breadcrumb .breadcrumb-item,
#breadcrumb .breadcrumb-item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  color: #a9a8a6;
}
#breadcrumb .breadcrumb-item.active {
  color: #a87d36;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: unset;
  padding-left: 5px;
  content: ">";
  color: #939393;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
#tabel-details {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#tabel-details table {
  border-radius: 8px !important;
  border-spacing: 0;
  position: relative;
  width: 100%;
}
#tabel-details table thead tr {
  background: #a87d36;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#tabel-details table thead th {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.5px;
  color: #fff;
  padding: 16px;
  display: table-cell;
}
.custom-row table button,
#tabel-details.meals-table table button {
  background: transparent;
}
.custom-row button,
#tabel-details.meals-table button {
  border: none;
}
.custom-row button i,
#tabel-details.meals-table button i {
  color: #741113;
}
.custom-row h5,
#tabel-details.meals-table h5,
.add-meal h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #741113;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-row h5 a,
#tabel-details.meals-table h5 a {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: #741113;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #741113;
  padding: 5px 10px;
  border-radius: 8px;
}
.custom-row h5 a:hover,
#tabel-details.meals-table h5 a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.custom-row,
.meals-table,
.add-meal {
  padding-left: 20px;
  padding-right: 20px;
}
#tabel-details.meals-table table thead th,
#tabel-details.meals-table table tbody td {
  text-align: center;
}
#tabel-details table thead th:first-child {
  border-top-right-radius: 8px;
}
#tabel-details table thead th:last-child {
  border-top-left-radius: 8px;
}
#tabel-details table tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  color: #741113;
  padding: 16px;
}
.order-list #tabel-details table tbody td:has(.dropdown.case-order) {
  padding: 16px 7px;
  font-size: 11px;
}
#tabel-details table tbody tr:nth-child(even) {
  background: #e6ddcf;
}
#tabel-details table tbody tr:nth-child(odd) {
  background: #d6c5a9;
}
#tabel-details table tbody tr:nth-child(even):hover,
#tabel-details table tbody tr:nth-child(odd):hover {
  background: #c7ad82;
  transition: all 0.3s ease-in-out;
}
#tabel-details .tabel-caption {
  background: #741113;
  color: #fff;
  display: flex;
  gap: 135px;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px;
  width: 388px;
  height: 52px;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
}
#tabel-details .tabel-caption:hover {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
#tabel-details .tabel-caption h5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
}
#tabel-details .tabel-caption p {
  display: flex;
  gap: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 14.5px;
}
#tabel-details table .second-col {
  width: 50%;
}
.order-list #tabel-details table .first-col {
  width: 50%;
}
.order-list #tabel-details table .second-col {
  width: unset;
}
#tabel-details .order-notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#tabel-details .order-notes h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  color: #741113;
}
#tabel-details .notes-content {
  padding: 13px 19px;
  border: 1px solid rgba(169, 168, 166, 0.41);
  border-radius: 8px;
  min-height: 92px;
}
#tabel-details .notes-content p {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #5e5c5c;
}
#tabel-details .complete-order {
  background: #a87d36;
  color: #fff;
  width: 136px;
  height: 35px;
  border-radius: 130px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  outline: none;
  margin-right: auto;
  margin-top: 8px;
}
#payment form {
  padding: 40px 50px;
}
#payment form label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #787878;
}
#payment form h5,
#payment .notes label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #741113;
}
#payment form ul,
.cashier form ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid rgba(169, 168, 166, 0.6);
  padding: 9.18px 16px;
  border-radius: 8px;
  flex-wrap: wrap;
  row-gap: 32px;
}
.cashier form ul {
  justify-content: center;
  gap: 30px;
}
#payment form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-items: center;
}
#payment form .form-group.payment-method {
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 40px;
}
#payment form .form-group:not(:first-child) {
  padding-top: 31px;
}
#payment form .form-group.notes {
  gap: 3px;
}
#payment form input:disabled,
#payment form input:read-only,
#payment form input:read-only:focus {
  border-color: unset;
  border: none;
  outline: none;
  background: none;
}
#payment form .form-group input {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #741113;
}
#payment .total .form-group {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}
#payment form .total label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  color: #741113;
}
#payment form .total {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#payment form hr {
  margin-top: 88px;
  margin-bottom: 16px;
}
#payment .pay-order a,
#payment .pay-order input[type="submit"] {
  display: flex;
  width: 136px;
  height: 35px;
  border-radius: 130px;
  background: #a87d36;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border: none;
  outline: none;
}
#payment .total-price-display {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  color: #741113;
}
#payment form .form-row:has(.notes) {
  row-gap: 24px;
  justify-content: space-between;
}
#payment form input[type="radio"],
.cashier form input[type="radio"] {
  display: none;
}
#payment #payment-method li img,
.cashier form ul li img {
  max-width: 100px;
  height: auto;
  display: block;
  cursor: pointer;
  opacity: 1;
}
#payment #payment-method li:has(input[type="radio"]:checked) img,
.cashier form ul li:has(input[type="radio"]:checked) img {
  filter: grayscale(0%) brightness(1.2);
  transform: scale(1.1);
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 4px;
  opacity: 1;
}
#payment
  #payment-method:has(input[type="radio"]:checked)
  li:has(input[type="radio"]:not(:checked))
  img,
.cashier form ul li:has(input[type="radio"]:not(:checked)) img {
  opacity: 0.5;
  border: 2px solid transparent;
  filter: grayscale(80%) brightness(1);
}
#bank-details {
  display: none;
}
#success {
  padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#success p {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 35.28px;
  color: #741113;
}

#success img {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.no-orders {
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.no-orders img {
  width: 170px;
  height: 62px;
  object-fit: contain;
  margin-right: auto;
  margin-left: auto;
}
.no-orders p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 35.28px;
  color: #741113;
}
.order i {
  font-size: 17px;
  color: #741113;
}
#dashboard-content .dashboard-control .col-lg-3 {
  background: #d9d9d9;
  border-radius: 16px;
  padding: 32px 16px;
  color: #741113;
}
#dashboard-content .dashboard-control .col-lg-3 a {
  display: flex;
  justify-content: space-between;
  color: #741113;
}
#dashboard-content .dashboard-control .col-lg-3 a h2 {
  padding-top: 10px;
}
#dashboard-content .dashboard-control .col-lg-3:hover {
  background: #a87d36;
  transition: all 0.3s ease-in-out;
}
#dashboard-content .dashboard-control .col-lg-3:hover a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#dashboard-content .dashboard-control .col-lg-3 a i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#dashboard-content .dashboard-control .col-lg-3:hover a i {
  color: #fff;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
#dashboard-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#dashboard-content .row.dashboard-control {
  row-gap: 40px;
  padding: 20px 20px 20px 0px;
}
#tabel-details.meals-table img {
  max-width: 163px;
  max-height: 131px;
}
.add-form {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.add-meal .form-floating > label {
  left: unset;
  right: 0;
}
.add-meal .input-group-text svg path {
  fill: #fff;
}
.add-form .submit-button {
  background: #a87d36;
  color: #fff;
  width: 136px;
  height: 35px;
  border-radius: 130px;
  border: none;
  outline: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-top: 20px;
}
.add-form .submit-button:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.add-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  color: #741113;
  padding-bottom: 10px;
}
.add-form input,
.add-form textarea {
  border-radius: 72px;
}
.add-form input:focus,
.add-form textarea:focus {
  box-shadow: none;
  border-color: unset;
}
.add-meal .add-form .input-group-text {
  border-radius: 0;
  background-color: #a87d36;
  color: #fff;
  border: none;
  border-top-right-radius: 72px !important;
  border-bottom-right-radius: 72px !important;
  padding: 5px 15px;
}
.add-meal .add-form .form-group:has(.input-group-text) .form-control {
  border-radius: 0;
  border-top-left-radius: 72px !important;
  border-bottom-left-radius: 72px !important;
}
.add-form .form-control {
  padding: 0.7rem 0.75rem;
}
.pagination {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination button {
  background: #741113;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 8px;
}
.pagination button:disabled {
  background: rgba(116, 17, 19, 0.5);
  cursor: not-allowed;
}
.display-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.row:has(.display-number) {
  padding-right: 0;
  padding-left: 0;
  row-gap: 20px;
}
.display-number label {
  font-weight: 400;
  font-size: 14px;
  color: #741113;
}
.display-number select {
  padding: 5px;
  border-radius: 8px;
  font-size: 12px;
  border: 1px solid #741113;
  color: #741113;
}
.display-number select:focus-visible {
  outline: none;
}
#dashboard-content .custom-row {
  padding-top: 20px;
  padding-right: 20px;
}
#tabel-details.custom-row table thead th,
#tabel-details.custom-row table tbody td {
  text-align: center;
}
#tabel-details table .justify-content-around {
  justify-content: center !important;
  gap: 15px;
}
#admin-sidebar .dropdown-item.text-center {
  color: #741113;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  padding: 20px 32px !important;
}
.dropdown-menu.show {
  width: 70%;
}
.dropdown-menu {
  padding: 0 !important;
}
#admin-sidebar .dropdown-menu:hover .dropdown-item.text-center {
  background: #a87d36;
  color: #fff;
}
form input[type="file"] {
  color: #afa7ba;
  font-weight: 400;
  font-size: 16px;
  line-height: 29.98px;
  font-family: "Cairo", serif !important;
  padding: 0.5rem 1.75rem !important;
}
form input[type="file"]::file-selector-button {
  color: #000000;
  font-family: "Cairo", serif !important;
  font-weight: 400px;
  font-size: 16px;
  line-height: 29.98px;
  border: 0.5px solid #741113;
  outline: none;
  background: none;
  padding: 2px 20px;
  border-radius: 4px;
}
#dashboard-content form select {
  width: 100%;
  border-radius: 72px;
  padding: 12px;
  border: 0.5px solid #ced4da;
  outline: none;
}
#dashboard-content form select option {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  color: #741113;
}
#dashboard-content .form-row {
  display: flex;
  row-gap: 20px;
  flex: 1;
  gap: 3%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dashboard-content .form-row .form-group {
  flex: 1 1 calc(33.33% - 3%);
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.col.dropdown {
  display: flex;
  justify-content: end;
  align-items: center;
}
.head-info .col.dropdown img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.dropdown-menu.show {
  width: 200px;
}
.head-info .col.dropdown span {
  color: #741113;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.5px;
}
.head-info .col.dropdown a {
  color: unset;
}
#admin-sidebar .bajila-top,
#admin-sidebar .bajila-bottom {
  width: 45%;
}
#meals .meal-card .check-add-order {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.checkboxes {
  display: flex;
  flex-direction: row;
  gap: 8%;
}
.meal-cart .checkboxes {
  margin-top: -8px;
}
.checkboxes label {
  font-weight: 600;
  font-size: 8px;
  line-height: 16px;
  color: #741113;
}
.checkboxes .form-check-input:checked,
.meal-checkboxes .form-check-input:checked {
  background-color: #a87d36;
  border-color: #a87d36;
}
.checkboxes .form-check-input {
  width: 12px;
  height: 12px;
  margin-top: 0;
  border: 0.5px solid #a87d36;
}
.meal-checkboxes .form-group {
  display: flex;
  gap: 8px;
  align-items: center;
}
.meal-checkboxes label {
  padding-bottom: 0;
}
.meal-checkboxes .form-check-input {
  width: 15px;
  height: 15px;
  margin-top: 0;
  border: 0.5px solid #a87d36;
}
.checkboxes div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.checkboxes .form-check-input:focus,
.meal-checkboxes .form-check-input:focus {
  box-shadow: none;
  border-color: #a87d36;
}
.checkboxes .form-check-input[type="checkbox"],
.meal-checkboxes .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.error .page-not-found {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #741113;
  text-align: center;
}
.error {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error img {
  max-width: 310px;
  max-height: 244px;
}
header.cashier {
  padding-top: 24px;
  padding-bottom: 19px;
  border-bottom: 0.3px solid #b6b5b5;
}
.cashier .logo {
  width: 45px;
  height: 45px;
}
header.cashier .row {
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
}
.vertical-divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
  margin: 0 1rem;
}
.day-date {
  font-weight: 400;
  font-size: 10px;
  color: #5e5c5c;
}
.day-date span {
  color: #741113;
}
.cashier .dropdown a {
  display: flex;
  gap: 8px;
}
.cashier .dropdown img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.cashier .dropdown h6,
.cashier .dropdown p {
  font-weight: 400;
  font-size: 10px;
  color: #5e5c5c;
}
.cashier .dropdown h6 {
  color: #741113;
}
.cashier .cashier-account {
  justify-content: end;
  align-items: center;
}
.cashier .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='%23787878' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  color: #5e5c5c;
}
.col-lg-3:has(.cashier-menu) {
  border-left: 0.3px solid #b6b5b5;
  /* justify-content: space-between; */
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.col-lg-3:has(.cashier-menu) > ul {
  padding: 24px 15px;
}
.setting-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 300px !important;
}
.setting-menu li a {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #5e5c5c;
}
.setting-menu li:last-child a {
  color: #d12226;
}
.cashier-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cashier-menu li a {
  font-weight: 400;
  font-size: 12px;
  color: #5e5c5c;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  position: relative;
}
.cashier-menu li a:focus {
  color: #5e5c5c;
}
.cashier-menu li.active a,
.cashier-menu li:not(:has(ul)):hover > a,
.cashier-menu li:has(ul):hover > a {
  background: #a87d36;
  color: #fff;
  border-radius: 4px;
}
.cashier-menu li:not(:has(ul)).active > a,
.cashier-menu li:not(:has(ul)):hover > a {
  background: #e6ddcf !important;
  color: #a87d36;
}
.cashier-menu li:not(:has(ul)).active > a img,
.cashier-menu li:not(:has(ul)):hover > a img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(33%) saturate(555%)
    hue-rotate(353deg) brightness(90%) contrast(95%);
}
.cashier-menu li.active > a,
.cashier-menu .nav-link:hover {
  color: #fff;
}
.cashier-menu li a span {
  justify-content: space-between;
  display: flex;
}
.cashier-menu li a span i {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  left: 15px;
}
.cashier-menu li.active span i {
  transform: rotate(180deg);
}
.cashier .row,
.order-list > .row {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cashier-menu li > ul {
  display: flex;
  gap: 8px;
  padding-top: 8px;
  margin-right: 14px;
}
.cashier-menu li > ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cashier-menu li.active img,
.cashier-menu li:hover img {
  filter: brightness(0) saturate(100%) invert(1);
}
.cashier-menu li.active > ul li a,
.cashier-menu li > ul li a {
  background: #fff;
  color: #5e5c5c;
  padding: 8px 22px;
  width: 100%;
}
.cashier-menu li > ul li a:hover {
  color: #a87d36;
  background: #e6ddcf;
}
.cashier-order {
  padding-top: 40px;
  padding-bottom: 65px;
  border-right: 0.3px solid #b6b5b5;
}
.cashier-order .order-number {
  font-weight: 400;
  font-size: 16px;
  color: #741113;
  padding-bottom: 24px;
}
.cashier-order .meal-name {
  font-weight: 700;
  font-size: 12px;
  color: #a87d36;
}
.cashier-order .price {
  font-weight: 600;
  font-size: 12px;
  color: #a87d36;
}
.cashier-order .button-container {
  width: 100%;
  padding: 5px;
}
.cashier-order .row {
  justify-content: space-between;
}
.cashier-order .meal-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
}
.cashier-order#meals {
  padding: 0 15px;
}
.cashier-order .remove-meal {
  display: flex;
  justify-content: flex-end;
}
.cashier-order .remove-meal svg {
  width: 14px;
  height: 15px;
}
.cashier-order .button-container .counter {
  font-weight: 600;
  font-size: 12px;
}
.cashier-order .meal-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
}
.cashier .row div:has(#meals),
.order-list #tabel-details {
  background: #f8f8f8;
  padding-right: 0;
  padding-left: 0;
}
.order-list #tabel-details {
  padding-left: 31px;
  padding-right: 31px;
  gap: 30px;
  padding-bottom: 50px;
}
.order-list #tabel-details table thead th {
  font-size: 14px;
  white-space: nowrap;
}
.order-list #tabel-details table tbody td {
  font-size: 12px;
  white-space: nowrap;
}
.order-list #tabel-details table tbody td a {
  text-decoration: underline !important;
  color: #741113;
}
.dropdown.case-order ul li {
  color: #741113;
  text-decoration: none !important;
  font-size: 12px;
}
.cashier-order .meal-cart img {
  width: 100%;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
}
.cashier #meal-carts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cashier-summary {
  background: #fbf7f7;
  border: 1px solid rgba(169, 168, 166, 0.41);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 4px;
  margin-top: 40px;
}
.cashier-summary h6 {
  color: #741113;
  font-weight: 400;
  font-size: 14px;
}
.cashier-summary p {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
}
.cashier-summary p:nth-child(2n) {
  padding-top: 4px;
  padding-bottom: 2px;
}
.cashier-summary p:nth-child(3n) {
  padding-bottom: 7px;
}
.cashier-summary p span:nth-child(2n) {
  color: #a87d36;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.order-list td:has(span) {
  display: flex;
  justify-content: flex-start;
}
.order-list td span,
.total-cost p:nth-child(2n) {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.cashier-summary p span:nth-child(2n)::after,
.order-list-details td span::after,
.total-cost p:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45833 10.6307C7.24447 11.0555 7.10311 11.5166 7.04895 12.0001L11.5746 11.1382C11.7885 10.7134 11.9297 10.2523 11.984 9.7688L7.45833 10.6307Z' fill='%235E5C5C'/%3E%3Cpath d='M11.5749 8.55596C11.7888 8.13122 11.9302 7.67009 11.9843 7.18661L8.45898 7.85834V6.56702L11.5748 5.9738C11.7887 5.54905 11.93 5.08792 11.9842 4.60444L8.45887 5.2756V0.631621C7.91868 0.903352 7.43894 1.26506 7.04897 1.69171V5.54418L5.63907 5.81267V0C5.09888 0.271636 4.61914 0.633435 4.22917 1.06009V6.08106L1.07451 6.68163C0.860652 7.10638 0.719182 7.56751 0.664919 8.05099L4.22917 7.37238V8.99856L0.409377 9.72579C0.19552 10.1505 0.0541572 10.6117 0 11.0951L3.99825 10.3339C4.32373 10.2733 4.60347 10.1009 4.78535 9.86362L5.5186 8.88968V8.88949C5.59472 8.78872 5.63907 8.66723 5.63907 8.53638V7.10389L7.04897 6.83541V9.41805L11.5748 8.55577L11.5749 8.55596Z' fill='%235E5C5C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cashier-summary hr {
  margin: 0;
}
.complete-order {
  font-weight: 500;
  font-size: 14px;
  background: #741113;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.complete-order:hover {
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.cashier .row .row:has(.category-name),
.top-list {
  height: unset;
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  gap: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.category-name {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-radius: 86px;
  background: #fff;
  color: #afaeae;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  min-height: 34px;
  width: fit-content !important;
}
.category-name img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(3%) saturate(0%)
    hue-rotate(160deg) brightness(95%) contrast(85%);
  width: 25px;
  height: 20px;
  object-fit: contain;
}
.top-list .category-name img {
  filter: none;
}
.top-list .active.category-name img {
  filter: brightness(0) invert(1);
}
.category-name:hover {
  background: #741113;
  color: #fff;
}
.category-name:hover img {
  filter: none;
}
.active.category-name {
  background: #741113;
  color: #fff;
}
.active.category-name img {
  filter: none;
  opacity: 1;
}
.cashier #meals {
  padding: 0;
}
.cashier .dropdown-item {
  color: #5e5c5c;
  font-size: 14px;
}
.user-info {
  padding-top: 27px;
  padding-right: 28px;
  width: 80%;
}
.user-info h6 {
  font-weight: 400;
  font-size: 16px;
  color: #741113;
  padding-bottom: 16px;
}
.user-info form {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.user-info form label {
  font-weight: 400;
  font-size: 12px;
  color: #787878;
}
.user-info form input {
  background: #fbf7f7;
  border-radius: 110px;
  outline: none;
  border: none;
  height: 43px;
  padding: 0px 20px;
}
.user-info form textarea:focus {
  border: none;
  outline: none;
}
.user-info form input:focus {
  background: #fbf7f7;
  box-shadow: unset !important;
}
.user-info form .form-row {
  display: flex;
  gap: 3.5%;
  row-gap: 32px;
}
.user-info form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-info form button,
.user-info form input[type="submit"] {
  width: 223px;
  padding: 11px;
  border-radius: 50px;
  background: #741113;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin-right: auto;
}
td:has(.case-arrow) {
  display: flex;
  gap: 50%;
}
.case-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.case-arrow a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='%23741113' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.order-list #tabel-details .order-notes {
  padding-top: 10px;
}
.order-list #breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
}
.order-list #tabel-details {
  gap: 24px;
  overflow-x: auto;
}
.order-list.order-list-details #tabel-details {
  gap: 0px;
}
.order-list.order-list-details #tabel-details table {
  margin-top: 24px;
  margin-bottom: 30px;
}
.row:has(> .time-case) {
  justify-content: space-between;
  align-items: center;
}
.time-case {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.time-case p,
.time-case .case span {
  font-weight: 400;
  font-size: 12px;
  color: #5e5c5c;
}
.time-case p span,
.time-case .case span {
  color: #741113;
}
.time-case .case {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-case .dropdown {
  width: 150px;
  position: relative;
  user-select: none;
  background: #fff;
  border-radius: 97px;
  padding-left: 5px;
  padding-right: 5px;
}
.time-case .dropdown-selected::after {
  position: absolute;
  left: 10px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 5px;
  background: transparent
    url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%225%22%20viewBox%3D%220%200%207%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.5%201.25L3.5%204.25L0.5%201.25%22%20stroke%3D%22%23741113%22%20stroke-width%3D%220.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center center;
  background-size: contain;
}
.time-case .dropdown-selected {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #741113;
}
.time-case .dropdown-list {
  display: none;
  position: absolute;
  background: white;
  margin-top: 3px;
  padding-top: 20px;
  width: 100%;
  list-style: none;
  padding: 0;
  z-index: 999;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.time-case .dropdown-list li {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #741113;
}
.time-case .dropdown-list li:hover {
  background-color: #e6ddcf;
}
.time-case .show {
  display: block;
}
.total-cost {
  font-weight: 500;
  font-size: 14px;
  color: #741113;
  margin-right: auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
.total-cost p {
  display: flex;
  justify-content: space-between;
}
td .dropdown.case-order {
  width: 100%;
}
td .dropdown.case-order:has(.dropdown-menu.show) .dropdown-toggle::after,
.time-case:has(.dropdown-list.show) .dropdown-selected::after,
.filter-reports .dropdown:has(.dropdown-menu.show) .dropdown-toggle::after {
  transform: rotate(180deg);
}
td .dropdown.case-order button {
  display: flex;
  border: none;
  background: none;
  align-items: center;
  justify-content: space-between;
  color: #741113;
  width: 85px;
}
td .dropdown.case-order .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='%23741113' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  top: 7px;
  left: 0;
}
.order-list #tabel-details table tbody td .dropdown.case-order a {
  text-decoration: none !important;
  font-size: 12px;
}
.order-list
  #tabel-details
  table
  tbody
  td
  .dropdown.case-order
  .dropdown-menu.show {
  width: 80px;
  padding: 10px 20px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cashier .nav-tabs {
  display: flex;
  gap: 40px;
  padding-top: 32px;
}
.cashier .tab-content {
  padding-top: 24px;
}
.cashier .nav-tabs .nav-link {
  color: #afaeae;
  font-weight: 400;
  font-size: 12px;
  border: none;
  background: none;
}
.cashier .nav-tabs .nav-item.show .nav-link,
.cashier .nav-tabs .nav-link.active {
  color: #a87d36;
}
.cashier .nav-tabs .nav-link {
  position: relative;
  border: none;
  background: transparent;
  padding: 0 0 15px 0;
}
.cashier .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #a87d36;
  border-radius: 50px;
}
.reports.col {
  background: #f8f8f8;
  padding: 40px;
}
.reports .heading {
  font-weight: 500;
  font-size: 16px;
  color: #741113;
}
.reports .filter-reports {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.reports .filter-reports p,
.reports #dropdownReportsButton {
  font-weight: 400;
  font-size: 12px;
  color: #7c7c7a;
}
.reports #dropdownReportsButton {
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter-reports .dropdown-item.active,
.filter-reports .dropdown-item:active,
.filter-reports .dropdown-item:hover {
  background-color: #a87d36;
  color: #fff;
}
.chart-wrapper {
  max-width: 95%;
}
.chart-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 70px;
  color: #741113;
  position: relative;
  gap: 6px;
  direction: rtl;
}
.chart-header::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5901 8.91244C11.8042 8.47 11.9458 7.98966 12 7.48603L8.47005 8.18575V6.84063L11.59 6.22269C11.8041 5.78025 11.9457 5.29991 11.9999 4.79628L8.46994 5.49541V0.657937C7.92905 0.94099 7.44868 1.31776 7.0582 1.76219V5.77518L5.64645 6.05485V0C5.10556 0.282954 4.62519 0.659827 4.2347 1.10426V6.33442L1.07592 6.96002C0.861779 7.40246 0.720124 7.8828 0.665789 8.38643L4.2347 7.67954V9.37348L0.409913 10.131C0.195776 10.5734 0.0542281 11.0538 0 11.5574L4.00349 10.7645C4.32939 10.7013 4.6095 10.5217 4.79161 10.2746L5.52582 9.26006V9.25986C5.60204 9.1549 5.64645 9.02835 5.64645 8.89204V7.39987L7.0582 7.1202V9.81045L11.59 8.91224L11.5901 8.91244Z' fill='%235E5C5C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#report-orders .chart-header::after {
  content: none;
}
.chart-area {
  position: relative;
  height: 400px;
  padding-left: 50px;
  padding-bottom: 40px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.y-labels {
  position: absolute;
  left: -55px;
  bottom: 0;
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.grid-line {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px dashed #e6e6e6;
}

#gridLines {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  height: 100%;
}

.chart-bars {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: -23px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.bar-wrapper {
  flex: 0 0 40px;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.bar {
  width: 100%;
  background-color: #ddc6a4;
  transition: height 0.3s ease-in-out;
  min-height: 5px;
  z-index: 1;
}

.bar-label {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}

.export-reports {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.export-reports h6 {
  font-weight: 500;
  font-size: 14px;
  color: #741113;
}

.export-reports .export-btn {
  font-weight: 500;
  font-size: 10px;
  color: #a87d36;
  border: 1px solid #a87d36;
  border-radius: 39px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 115px;
  height: 24px;
}

.export-reports .export-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path d="M2.66602 11.3333V12.6666C2.66602 13.0202 2.80649 13.3593 3.05654 13.6094C3.30659 13.8594 3.64573 13.9999 3.99935 13.9999H11.9993C12.353 13.9999 12.6921 13.8594 12.9422 13.6094C13.1922 13.3593 13.3327 13.0202 13.3327 12.6666V11.3333" stroke="%23A87D36" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66602 7.33325L7.99935 10.6666L11.3327 7.33325" stroke="%23A87D36" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2.66675V10.6667" stroke="%23A87D36" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center center;
  margin-left: 8px;
}
.report-content .tab-content > .tab-pane {
  margin-bottom: 24px;
}
.reports .report-content {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
}
.report-content .nav-tabs .nav-link.active {
  color: #fff;
  background: #a87d36;
  border-radius: 44px;
  padding: 10px 12px;
}
.report-content .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 10px;
  padding: 10px;
  color: #5e5c5c;
}
.report-content .nav-tabs {
  gap: 0;
  background: #f4f4f4;
  padding-top: 0;
  width: fit-content;
  border: 0.5px solid #afaeae;
  border-radius: 44px;
  margin-top: 12px;
}
.report-content .nav-tabs .nav-link.active::after {
  content: none;
}
.total-sales {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.total-sales > div {
  display: flex;
  justify-content: space-between;
}
.total-sales h6 {
  font-weight: 500;
  font-size: 14px;
  color: #741113;
}
.total-sales > div:has(h6) span {
  font-weight: 600;
  font-size: 20px;
  color: #741113;
}
.total-sales span {
  font-weight: 600;
  font-size: 14px;
  color: #787878;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.total-sales.total-orders span::after {
  content: none;
}
.total-sales span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5901 8.91244C11.8042 8.47 11.9458 7.98966 12 7.48603L8.47005 8.18575V6.84063L11.59 6.22269C11.8041 5.78025 11.9457 5.29991 11.9999 4.79628L8.46994 5.49541V0.657937C7.92905 0.94099 7.44868 1.31776 7.0582 1.76219V5.77518L5.64645 6.05485V0C5.10556 0.282954 4.62519 0.659827 4.2347 1.10426V6.33442L1.07592 6.96002C0.861779 7.40246 0.720124 7.8828 0.665789 8.38643L4.2347 7.67954V9.37348L0.409913 10.131C0.195776 10.5734 0.0542281 11.0538 0 11.5574L4.00349 10.7645C4.32939 10.7013 4.6095 10.5217 4.79161 10.2746L5.52582 9.26006V9.25986C5.60204 9.1549 5.64645 9.02835 5.64645 8.89204V7.39987L7.0582 7.1202V9.81045L11.59 8.91224L11.5901 8.91244Z' fill='%235E5C5C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.total-sales p {
  font-weight: 500;
  font-size: 12px;
  color: #787878;
}
.total-sales hr {
  margin: -6px 0;
}
.total-sales.payment {
  padding-top: 24px;
}
.stats-card {
  width: 613px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  height: fit-content;
}
.stats-header {
  display: flex;
  gap: 60px;
  align-items: center;
  color: #741113;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
canvas {
  direction: ltr;
}
.continue-report {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
.continue-report > .best-seller {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.continue-report > .best-seller > div {
  background: #fff;
  padding: 24px;
  padding-bottom: 0;
  border-radius: 8px;
}
.continue-report > .best-seller > div:has(h6) {
  padding-bottom: 16px;
}
.continue-report > .best-seller h6 {
  font-weight: 500;
  font-size: 14px;
  color: #741113;
}
.continue-report .meal {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
.continue-report .meal img {
  width: 103px;
  height: 83px;
  object-fit: cover;
  border-radius: 4px;
}
.continue-report .meal .meal-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.continue-report .meal h5 {
  font-weight: 500;
  font-size: 14px;
  color: #741113;
}
.continue-report .meal p {
  color: #a87d36;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.continue-report #by-orders .meal p {
  font-weight: 500;
  font-size: 12px;
  color: #5e5c5c;
}
.continue-report #revenues .meal p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5901 8.91244C11.8042 8.47 11.9458 7.98966 12 7.48603L8.47005 8.18575V6.84063L11.59 6.22269C11.8041 5.78025 11.9457 5.29991 11.9999 4.79628L8.46994 5.49541V0.657937C7.92905 0.94099 7.44868 1.31776 7.0582 1.76219V5.77518L5.64645 6.05485V0C5.10556 0.282954 4.62519 0.659827 4.2347 1.10426V6.33442L1.07592 6.96002C0.861779 7.40246 0.720124 7.8828 0.665789 8.38643L4.2347 7.67954V9.37348L0.409913 10.131C0.195776 10.5734 0.0542281 11.0538 0 11.5574L4.00349 10.7645C4.32939 10.7013 4.6095 10.5217 4.79161 10.2746L5.52582 9.26006V9.25986C5.60204 9.1549 5.64645 9.02835 5.64645 8.89204V7.39987L7.0582 7.1202V9.81045L11.59 8.91224L11.5901 8.91244Z' fill='%235E5C5C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.cashier #mainTabs.nav-tabs .nav-item.show .nav-link,
.cashier #mainTabs.nav-tabs .nav-link.active {
  background: none;
}
#category-sales #tabel-details {
  overflow-x: auto;
}
#category-sales #tabel-details table tbody tr:nth-child(odd) {
  background: #fff;
}
#category-sales #tabel-details table tbody tr:nth-child(even) {
  background: #f4f4f4;
}
#category-sales #tabel-details .tabel-caption {
  width: 100%;
  right: 0;
}
#category-sales #tabel-details table .second-col {
  width: unset;
}
#category-sales #tabel-details table tbody th {
  white-space: nowrap;
}
#category-sales #tabel-details table tbody td {
  font-size: 12px;
  color: #5e5c5c;
  white-space: nowrap;
}
#category-sales #tabel-details table thead th {
  font-size: 14px;
  white-space: nowrap;
}
#category-sales #tabel-details table tbody td:nth-child(3n) span,
#category-sales #tabel-details table tbody td:nth-child(4n) span,
#category-sales #tabel-details table tbody td:nth-child(5n) span {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}
#category-sales #tabel-details table tbody td:nth-child(3n) span::after,
#category-sales #tabel-details table tbody td:nth-child(4n) span::after,
#category-sales #tabel-details table tbody td:nth-child(5n) span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5901 8.91244C11.8042 8.47 11.9458 7.98966 12 7.48603L8.47005 8.18575V6.84063L11.59 6.22269C11.8041 5.78025 11.9457 5.29991 11.9999 4.79628L8.46994 5.49541V0.657937C7.92905 0.94099 7.44868 1.31776 7.0582 1.76219V5.77518L5.64645 6.05485V0C5.10556 0.282954 4.62519 0.659827 4.2347 1.10426V6.33442L1.07592 6.96002C0.861779 7.40246 0.720124 7.8828 0.665789 8.38643L4.2347 7.67954V9.37348L0.409913 10.131C0.195776 10.5734 0.0542281 11.0538 0 11.5574L4.00349 10.7645C4.32939 10.7013 4.6095 10.5217 4.79161 10.2746L5.52582 9.26006V9.25986C5.60204 9.1549 5.64645 9.02835 5.64645 8.89204V7.39987L7.0582 7.1202V9.81045L11.59 8.91224L11.5901 8.91244Z' fill='%235E5C5C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#category-sales #tabel-details table tfoot {
  padding: 16px 19px;

  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
#category-sales #tabel-details table tfoot tr {
  background: #741113;
}
#category-sales #tabel-details table tfoot td {
  padding: 16px;
  white-space: nowrap;
}
#category-sales #tabel-details table tfoot td:first-child {
  border-bottom-right-radius: 8px;
}
#category-sales #tabel-details table tfoot td:last-child {
  border-bottom-left-radius: 8px;
}
#category-sales #tabel-details table tfoot td:nth-child(3n) span,
#category-sales #tabel-details table tfoot td:nth-child(4n) span,
#category-sales #tabel-details table tfoot td:nth-child(5n) span {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
#category-sales #tabel-details table tfoot td:nth-child(3n) span::after,
#category-sales #tabel-details table tfoot td:nth-child(4n) span::after,
#category-sales #tabel-details table tfoot td:nth-child(5n) span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5901 8.91244C11.8042 8.47 11.9458 7.98966 12 7.48603L8.47005 8.18575V6.84063L11.59 6.22269C11.8041 5.78025 11.9457 5.29991 11.9999 4.79628L8.46994 5.49541V0.657937C7.92905 0.94099 7.44868 1.31776 7.0582 1.76219V5.77518L5.64645 6.05485V0C5.10556 0.282954 4.62519 0.659827 4.2347 1.10426V6.33442L1.07592 6.96002C0.861779 7.40246 0.720124 7.8828 0.665789 8.38643L4.2347 7.67954V9.37348L0.409913 10.131C0.195776 10.5734 0.0542281 11.0538 0 11.5574L4.00349 10.7645C4.32939 10.7013 4.6095 10.5217 4.79161 10.2746L5.52582 9.26006V9.25986C5.60204 9.1549 5.64645 9.02835 5.64645 8.89204V7.39987L7.0582 7.1202V9.81045L11.59 8.91224L11.5901 8.91244Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#discount-code {
  color: #fff;
  border-radius: 8px;
  height: 43px;
  outline: none;
  margin-bottom: -20px;
  border: 1px solid rgba(169, 168, 166, 0.41);
  background: #fbf7f7;
}
#discount-code::placeholder {
  font-weight: 400;
  font-size: 10px;
  line-height: 12.19px;
  color: #787878;
}
#discount-code:focus {
  box-shadow: unset;
}
#payment form .form-group.discount-control {
  flex-direction: column;
  gap: 3px;
}
.coupon {
  padding-top: 30px;
}
.coupon .form-group {
  position: relative;
}
.coupon #discount-code {
  background: #fbf7f7;
  border-radius: 50px;
  color: #741113;
  font-size: 12px;
}
.coupon input[type="submit"] {
  font-weight: 500;
  font-size: 10px;
  background: #741113;
  color: #fff;
  border-radius: 50px;
  width: 40%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#payment form .form-group.discount-control {
  flex-direction: column;
  gap: 5px;
}
#payment form .discount-control label {
  color: #741113;
}
#discount-code {
  color: #fff;
  border-radius: 50px;
  height: 43px;
  outline: none;
  margin-bottom: -20px;
  border: 1px solid rgba(169, 168, 166, 0.41);
  background: #fbf7f7;
}
#payment .coupon-form input[type="submit"] {
  font-weight: 500;
  font-size: 10px;
  background: #a87d36;
  color: #fff;
  border-radius: 50px;
  width: 40%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: none;
  border: none;
  margin-top: 30px;
  margin-right: auto;
}
.coupon-form {
  position: absolute;
  top: 13%;
  left: 0;
  width: 25% !important;
  z-index: 3;
}
.meal-cards .swiper {
  padding-bottom: 60px;
}
.meal-cards .swiper .swiper-horizontal > .swiper-pagination-bullets,
.meal-cards .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.meal-cards .swiper .swiper-pagination-custom,
.meal-cards .swiper .swiper-pagination-fraction {
  bottom: 0;
}
.meal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  display: flex;
  flex-grow: 1;
}
.meal-card-info {
  justify-content: space-between;
  flex-grow: 1;
}
.no-results-message {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  margin-top: 50px;
  background-color: #741113;
  border-radius: 8px;
  max-width: 80%;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.no-results-visible {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cashier .no-results-message {
  position: relative;
  left: unset;
  transform: unset;
}
#categories {
  padding: 16px 15px 0px 15px;
}
.category-swiper .swiper-slide {
  width: auto;
}
.category-swiper .category-name {
  padding: 0px 12px;
}

#meals .meal-card .cart-notavailable {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  color: #fff;
  background: #e8decf;
  width: 100%;
  /* height: 36px; */
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 130px;
  gap: 8px;
  border: none;
  outline: none;
}
#tabel-details .cancel-order {
  background: red;
  color: #fff;
  width: 136px;
  height: 35px;
  border-radius: 130px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  outline: none;
  margin-right: auto;
  margin-top: 8px;
}
#payment .user-info form .form-group:not(:first-child) {
  padding-top: 0px;
}
#sidebar ul {
  justify-content: flex-start;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /*max-height: 600px;*/
  padding-bottom: 30px;
}
#sidebar ul::-webkit-scrollbar {
  display: none;
}
.popup {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  position: relative;
  max-width: 60%;
  max-height: 60%;
}
.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #741113;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 25px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.close-btn:hover {
  opacity: 0.8;
}
@media (max-width: 1020px) {
  header.cashier .col-lg-2 {
    order: 1;
    width: 50%;
  }
  header.cashier .col-lg-3 {
    order: 2;
    width: 50%;
  }
  header.cashier .col-lg-7 {
    order: 3;
  }
  .order-list #tabel-details .order-notes {
    padding-top: 50px;
  }
  .col-lg-3:has(.cashier-menu) {
    width: 26%;
  }
  .col.reports {
    width: 70%;
  }
  .order-list #tabel-details table thead th {
    font-size: 12px;
  }
  .order-list #tabel-details table tbody td {
    font-size: 10px;
  }
  .cashier-order .button-container {
    width: 82px;
  }
  main.cashier .col-md-5 {
    width: 47%;
  }
}
@media (max-width: 600px) {
  .col-lg-3:has(.cashier-menu),
  main.cashier .col-md-5 {
    width: 100%;
  }
  .user-info {
    width: 90%;
  }
  header.cashier .col-lg-2 {
    width: 20%;
  }
  header.cashier .col-lg-3 {
    width: 80%;
  }
  .col-lg-3:has(.cashier-menu) {
    padding-bottom: 50px;
  }
  .cashier-order .meal-cart img {
    width: 200px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .chart-wrapper {
    overflow-x: auto;
  }
  .continue-report {
    flex-direction: column;
    row-gap: 24px;
  }

  .continue-report > .best-seller,
  .stats-card {
    width: 100%;
  }
}
@media (max-width: 1280px) and (min-width: 992px) {
  #login .col-lg-6 {
    width: 77%;
  }
}
@media (max-width: 820px) {
  #login .input-container {
    flex-direction: column;
    align-items: unset;
  }
  #login form input {
    width: unset;
  }
  #login input[type="submit"] {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .meal-cards .swiper {
    padding-bottom: 70px;
  }
  #meals,
  #dashboard,
  #payment {
    padding: 20px 20px 40px 20px;
  }
  .cashier-order {
    width: 26% !important;
  }
  #dashboard-content.col-md-8 {
    width: 100%;
  }
  #dashboard-content .custom-row {
    margin-left: auto;
    margin-right: auto;
  }
  #payment form ul {
    padding: 25px;
  }
  #payment form ul li {
    width: 30%;
  }
  #tabel-details .first-col {
    width: 40%;
  }
  #tabel-details .tabel-caption {
    width: 100%;
    right: 0px;
  }
  .head-info .col-lg-1 {
    width: unset;
  }
  #meals.cart .meal-cart .col-lg-2,
  #meals.cart .meal-cart .col-lg-1 {
    gap: 25px;
  }
  .head-info .col-sm-4 {
    width: unset;
  }
  #meals .row {
    justify-content: unset;
  }
  #meals .row.error {
    justify-content: center;
  }
  #meals .col-sm-3 {
    width: 30%;
  }
  #meals .row:first-child {
    row-gap: 16px;
    justify-content: center;
  }
  #meals .row:first-child .col-sm-6.meal-card {
    width: 40%;
  }
  #sidebar,
  #admin-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 1000;
    transform: translateX(-100%);
  }
  #sidebar.active,
  #admin-sidebar.active {
    display: flex;
    left: 0;
    transform: translateX(0px);
  }
  #close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    display: inline-block;
  }
  .menu-btn-div {
    display: flex;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #meals .row.meal-cards {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  #login .top-border {
    right: -40%;
  }
  #login .bottom-border {
    left: -40%;
  }
  #login .bajila-top,
  #login .bajila-bottom {
    width: 20%;
  }
  #meals .meal-card {
    width: 50%;
  }
  #meals .meal-card img {
    height: 140px;
  }
  header.cashier .col-lg-3 {
    width: 100%;
  }
  .cashier .cashier-account {
    justify-content: space-between;
  }
  .cashier .row div:has(#meals) {
    width: 100%;
  }
  .cashier-order {
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  #tabel-details .order-notes {
    padding-top: 50px;
  }
  #meals.cart .meal-cart .col-lg-2:first-child {
    align-items: flex-start;
  }
  #meals.cart .meal-cart .col-lg-2,
  #meals.cart .meal-cart .col-lg-1 {
    gap: 30px;
  }
  .row.head-info {
    row-gap: 16px;
  }
  .head-info .search-div {
    order: 3;
  }
  .head-info .col-lg-1.home {
    order: 1;
    width: 10%;
    margin-right: auto;
    margin-left: 16px;
  }
  .head-info .col-lg-1.order {
    order: 2;
    width: 10%;
  }
}
@media (max-width: 765px) {
  #dashboard-content .row.dashboard-control {
    padding: 20px 0;
  }
  #dashboard-content .custom-gap {
    flex-direction: column;
  }
  #dashboard-content .custom-row {
    padding-right: 0;
    padding-left: 0;
  }
  #tabel-details.custom-row table tbody td,
  #tabel-details table thead th {
    font-size: 9px;
  }
  #tabel-details table tbody td {
    padding: 8px;
  }
  .cart .meal-cart img {
    width: 100%;
    height: 100%;
  }
}
@media (width: 768px) {
  #meals.col-md-8 {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 1000px) {
  #login form,
  #login .container .row {
    gap: 20px;
  }
  .cart .meal-cart img {
    height: 100px;
  }
}
@media (min-width: 1280px) {
  #dashboard-content .row.dashboard-control .col-lg-3 {
    width: 23%;
  }
  #meals.cart .meal-cart .col-lg-4 {
    width: 30%;
  }
  #meals.cart .col-11 {
    width: 90%;
  }
  #dashboard .head-info .col-lg-1 {
    width: 8%;
  }
}
@media (max-width: 400px) {
  .swiper .meal-card {
    margin-left: auto;
    margin-right: auto;
  }
  #tabel-details table thead th {
    font-size: 11px;
  }
  #tabel-details table tbody td {
    font-size: 12px;
  }
  #tabel-details .tabel-caption p {
    font-size: 12px;
  }
  #payment form ul li {
    width: 37%;
  }
  /* #meals .row.meal-cards .row:first-child{
    flex-direction: column;
  }
  #meals .row:first-child .col-sm-6.meal-card{
    width:70%;
  } */
}
@media (min-width: 1000px) {
  #tabel-details table thead th:first-child {
    width: 35%;
  }
  #dashboard-content .row.dashboard-control {
    gap: 20px;
    flex-wrap: wrap;
  }
  #dashboard-content .row.dashboard-control .col-lg-3 {
    flex: 1 1 calc(22.33% - 3%);
    min-width: 0;
    max-width: 22.33%;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  #dashboard-content .row.dashboard-control {
    gap: 20px;
    flex-wrap: wrap;
  }
  #dashboard-content .row.dashboard-control .col-lg-3 {
    flex: 1 1 calc(33.33% - 3%);
    min-width: 0;
    width: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
  }
  #dashboard-content .dashboard-control .col-lg-3 a i {
    font-size: 25px;
  }
  #tabel-details table tbody td,
  #tabel-details table thead th {
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  header.cashier .col-lg-7 {
    width: 57%;
  }
  header.cashier .col-lg-3 {
    width: 26%;
  }
  .cashier .row div:has(#meals),
  main.cashier .col-lg-7 {
    width: 62%;
  }
  .col-lg-2.cashier-order {
    width: 20%;
  }
  .col-lg-3:has(.cashier-menu) {
    width: 18%;
  }
  #payment .user-info form .form-group:not(:first-child) {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  #meals .row:first-child {
    margin-left: auto;
    margin-right: auto;
  }
  .popup-content {
    max-width: 70%;
    max-height: 70%;
  }
}
