body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background-color: #f8f9fa;
  font-family: 'Roboto', sans-serif;
  background: url(dd5.webp);
  background-size: cover;
  overflow: hidden;
}

:root {
  color-scheme: only light;
}

.container {
  display: flex;
  justify-content: center;
  flex-flow: column;
  overflow-y: scroll;
  padding: 2dvh 12px 2dvh 12px;
  text-align: center;
  max-height: 82dvh;
  height: 82dvh;
}

.container::-webkit-scrollbar, .list-group::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.container, .list-group {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#menusContainer {
  display: block;
  padding: 10px;
}

#historyContainer {
  display: block;
  padding: 0px;
}

#profileContainer {
  display: block;
  padding: 0px;
}

.section-title {
  background: black;
  padding: 0.5rem;
  color: white;
  margin: 0;
}

@media (min-width: 500px) {
  .section-title {
    border-radius: 0px 0px 24px 24px;
    margin-bottom: 12px;
  }
}

#qrcode {
  margin: 20px auto;
  box-shadow: 0px 0px 39px black;
  border: 12px solid #fefefe;
  border-radius: 12px;
  width: fit-content;
  padding: 0px !important;
}

.header {
  height: 8dvh;
  display: flex;
  justify-content: center;
  background: black;
  box-shadow: 0px 4px 8px black;
  padding: 6px;
}

.bottom-nav {
  position: fixed;
  max-height: 10dvh;
  height: 10dvh;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  box-shadow: 0px 0px 8px black;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 100vw !important;
}

.bottom-nav .nav-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.bottom-nav .nav-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: rgb(226, 226, 226);
  font-size: 1.2rem;
}

.bottom-nav .nav-link:hover {
  color: #0d6efd !important; 
}

.bottom-nav .nav-link.active {
  color: #0d6efd;
}

.whatsapp-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1.1rem;
  color: #fefefe;
  background-color: #01a13d;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebc5a;
}

.whatsapp-button-bug-report {
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8rem;
  color: #fefefe;
  background-color: #01a13d;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.cuterly-img {
  display: block;
  width: 60vw;
  max-width: 300px;
  margin: 0px auto;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.hidden {
  display: none !important;
}

.menu-list-item {
  color: black;
  background: white;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 12px;
  padding: 8px 10px 8px 10px;
  width: 100%;
  text-align: start;
}

/* ------------------  */
.day-row {
  display: flex;
  align-items: center;
  /* margin-bottom: 10px; */
  justify-content: center;
  max-width: 100%;
  flex-direction: column;
}

.option-block {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  margin-bottom: 4px;
}

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

.option-block .block-content {
  padding: 4px 8px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: background-color 0.3s, border 0.3s;
  margin-bottom: 4px;
  font-size: 14px;
  position: relative;
  color: #191919;
}

.option-block input[type="radio"]:checked + .block-content {
  background-color: #6b6b6b;
  color: #fefefe;
  /* border: 1px solid #0056b3; */
}

.out-of-stock {
  background: #e2e2e2 !important;
  color: rgb(171, 171, 171);
  opacity: 0.7;
  /* outline: 2px solid gray !important; */
}
.fixed {
  /* background: #98d98f !important;
  color: #000000;
  outline: 2px solid green !important; */

  background: #161616 !important;
  color: #ffffff !important;
  /* outline: 2px solid #ffffff !important; */
}

.dayTitle {
  font-size: 16px;
  margin: 4px 0px;
  padding: 8px 0px;
  width: 98%;
  margin: 0px auto;
}


.menu-name {
  color: #fefefe;
  text-align: center;
  text-shadow: 0px 0px 4px #2f0000;
  margin: 0;
  background: #ed1c24;
  color: #fafafa;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  font-size: 18px;
}

.btn-primary {
  background: #ed1c24 !important;
  border: none !important;
}

.dish-type {
  position: absolute;
  bottom: 0px;
  right: 5px;
  /* padding: 2px 10px; */
  color: #414141;
  background: rgb(199 199 199);
  font-size: 13px;
  /* border: 1px solid gray; */
  border-radius: 5px;
  padding: 0px 6px;
  bottom: 50%;
  transform: translate(0px, 50%);
  max-width: 33%;
  text-wrap: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: -webkit-nowrap !important;
  white-space: nowrap !important;
}

#loader {
  display: flex;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.901);
  top: 0px;
  left: 0px;
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.day {
  background: #f0f0f0;
  padding: 8px;
  margin-bottom: 24px;
  border-top: 4px solid #b3b3b3;

}

.product-name {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


@media screen and (orientation: landscape) and (max-height: 500px) {
  .rotate-message {
    display: flex !important;
  }
}

.rotate-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
  color: white;
  font-size: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
}