.errorContainer {
  width: 100%;
  height: 100vh;
}

.thankYouPageContainer {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 8rem;
  padding-top: 2rem;
  overflow: auto;
}

.menuContainer {
  padding: 2rem 0;
}

.listImageMenu {
  width: 100%;
}

.imageContainer {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
}

.titleLabel {
  font-size: 1.2rem;
  padding-bottom: 10px;
  padding-left: 10px;
}

.page {
  flex-direction: "row";
  background-color: "#E4E4E4";
}

.section {
  margin: 10;
  padding: 10;
}

.pdfContainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* Tạo một hộp chứa hình vuông */
  position: relative;
}

.pdfContainer embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.welcomeOrderPageContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  overflow-y: auto;
  padding-top: 20px;
}

.scanCodeTableName {
  font-size: 6rem;
  font-weight: bold;
  color: var(--successColor);
}

.flatIcon {
  width: 40px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
}

.flatIconSelected {
  border: 2px solid var(--primaryColor);
}

.flatImg {
  width: 40px;
  height: 30px;
}

.tableScanCartLabel {
  font-size: 1rem;
  padding-bottom: 7px;
  text-align: left;
}

.iposPage {
  max-width: 540px;
  margin: 0 auto;
}

.iposContent {
  max-width: 540px;
  padding-bottom: 16px;
  background-image: url(/images/background-2-9.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.iposHero {
  padding: 16px 16px 22px;
}

.iposHero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 80% 0%,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  opacity: 0.75;
  pointer-events: none;
}

.iposHeroTop {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.iposRestaurantName {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.iposAddress {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  opacity: 0.9;
}

.iposAddress img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(0.85) opacity(0.85);
}

.iposLanguageButton {
  border: none;
  background: #fff;
  color: #1f1f1f;
  padding: 1px 10px;
  border-radius: 8px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.iposLanguageButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.iposLanguageButton img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.iposHeroCarousel {
  margin-top: 12px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.22);
}

.iposCarousel :global(.slick-dots-bottom) {
  bottom: 10px;
}

.iposCarousel :global(.slick-dots li button) {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  width: 12px;
  height: 6px;
  opacity: 0.9;
}

.iposCarousel :global(.slick-dots li.slick-active button) {
  background: #fff;
  width: 20px;
}

.iposSlideImage {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.iposGreetingCard {
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iposGreetingTitle {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1d1d1f;
}

.iposServingText {
  font-size: 14px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.iposGreetingRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.iposHighlight {
  color: #2b7bdc;
  font-weight: 600;
}

.iposTableBadge {
  background: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 14px;
  padding: 0px 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.iposBottomSheet {
  margin-top: -16px;
  background: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 12px 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.iposLoyaltyCard {
  width: 100%;
  margin-top: 8px;
  position: relative;
  border-radius: 12px 12px 0 0;
  border: 1px solid #d6dee9;
  border-width: 1px 1px 0;
  display: flex;
  background: #d5ecff;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

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

.iposLoyaltyIcon img {
  height: 70px;
}

.iposLoyaltyText {
  font-size: 0.85rem;
  font-weight: 500;
  color: #0c81dc;
  text-align: start;
}

.iposLoyaltyCardLogged {
  background: linear-gradient(135deg, #e1e5ed 0%, #e7eaf0 100%);
  padding: 10px 15px;
}

.iposLoyaltyPointsRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.iposLoyaltyPointsText {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #1f1f1f;
}

.iposLoyaltyPointsTitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3b526d;
}

.iposLoyaltyPointsSub {
  font-size: 0.85rem;
  opacity: 0.9;
}

.iposLoyaltyPointsBadge img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.iposActionRow {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  padding: 2px;
}

.iposActionItem {
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(227, 236, 251, 0.5019607843);
  display: flex;
  flex-direction: column;
  padding: 0;
  background: linear-gradient(
    123.68deg,
    rgb(255, 240, 232) 4.76%,
    rgb(255, 255, 255) 47.02%,
    rgb(224, 243, 255) 98.09%
  );
}

.iposActionItem img {
  margin-top: auto;
  margin-left: auto;
  height: 50px;
}

.iposActionItemDisabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.iposActionIconWrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff4e6 0%, #ffe4c4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.iposActionLabel {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px;
  color: #222;
  text-align: start;
}

.iposMenuCard {
  border: none;
  width: 100%;
  height: 88px;
  border: solid 1px #ffd285;
  background-image: url(/images/bg-menu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.iposMenuContent {
  display: flex;
  align-items: center;
  gap: 18px;
}

.iposMenuIcon {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.iposMenuIcon img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.iposMenuText {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  font-weight: 800;
}

.iposMenuTitle {
  font-size: 16px;
  font-weight: 800;
}

.iposLanguageMenuItem {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.iposLanguageMenuItem img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.iposEditIcon {
  padding: 0px 0px 0px 5px;
}

.iposAuthModal :global(.ant-modal-content) {
  border-radius: 16px;
  padding: 14px 16px;
}

.iposAuthModal :global(.ant-modal-body) {
  padding: 12px 8px 4px;
}

.iposAuthModalHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}

.iposAuthBackBtn {
  border: none;
  background: transparent;
  padding: 0;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #4b5563;
}

.iposAuthBackBtn:active {
  background: #f2f2f2;
}

.iposModalForm :global(.ant-form-item) {
  margin-bottom: 28px;
}

.iposModalInput {
  border-radius: 12px !important;
  height: 48px;
  padding: 12px;
}

.iposModalSubmit {
  height: 48px;
  border-radius: 12px;
  background: #f9bb84;
  border-color: #f9bb84;
  font-weight: 600;
}

.iposModalSubmit:hover,
.iposModalSubmit:focus {
  background: #f7ad69;
  border-color: #f7ad69;
  color: #fff;
}
