@charset "UTF-8";
@import url(../css/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body {
  background-color: #f9f9f9;
  font-family: "Roboto", "Noto Sans Thai", sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: normal;
  min-height: 100vh;
}
body.whBG {
  background-color: white;
}
body.em-wBottom-menu {
  padding-bottom: 85px;
}
body.em-top-wTopic {
  padding-top: 72px;
}
body.em-OrderFood {
  padding-top: 98px;
  padding-bottom: 90px;
}

.container-fluid {
  max-width: 1200px;
}

.FontAwesome, .lang-switch li.active a:after, .profile-menu li a:after {
  font-family: "Font Awesome 5 free";
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-weight: 900;
}

.login-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 25px 25px 0 0;
  padding: 20px 20px 80px 20px;
  margin-top: -25px;
  z-index: 5;
}
.login-section .form-control,
.login-section .input-group-text {
  background: rgb(255, 230, 244);
}
.login-section .logo {
  margin-top: -70px;
}

.text-highlight {
  font-size: inherit;
  color: #e6007e;
}

.line-number, .user-name-email ul li, .menuF-name p, .promotion-topicBox p, .news-topic {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.transitAll, .lang-switch li.active a:after, .profile-menu li a:after, .header-fixed {
  transition: all 0.5s;
}

.absoluteCenter, .icon-circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-cover, .food-cover img, .menuF-img img, .knowledgeImg-size img, .promotion-banner.owl-carousel .items .promotionB-size img, .news-banner.owl-carousel .items img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.flex {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

a,
a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  display: block;
}

*:focus,
*:active {
  outline: 0 !important;
  box-shadow: none !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

button {
  border: none;
  background: none;
}

.btn {
  border-radius: 0;
}

*:focus {
  outline: none;
}

textarea:focus,
input:focus {
  outline: none !important;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #111111;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #111111;
  letter-spacing: 0.007rem;
  margin-bottom: 12px;
}

h3 {
  font-size: 19px;
  line-height: normal;
  color: #111111;
}

h4 {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #009fe4;
  margin-bottom: 5px;
}

h5 {
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  color: #111111;
  margin-bottom: 6px;
}
h5 span.note {
  font-size: 13px;
  font-weight: 400;
  color: #898989;
}

/*---------- BUTTON ----------*/
.buttonPK {
  display: inline-block;
  background-color: #e6007e;
  border-radius: 25px;
  font-size: 18px;
  color: white;
  padding: 10px 25px;
  transition: ease 0.5s;
}
.buttonPK:hover {
  background-color: #ab005e;
}

.buttonOR {
  float: left;
  background-color: #ff7f41;
  border-radius: 20px;
  font-size: 15px;
  color: white;
  padding: 5px 17px;
  transition: ease 0.5s;
}
.buttonOR i {
  padding-right: 6px;
}

.buttonBD {
  float: left;
  background-color: white;
  border: 1px solid #e6007e;
  border-radius: 25px;
  font-size: 18px;
  color: #e6007e;
  padding: 9px 25px;
  transition: ease 0.5s;
}
.buttonBD:hover {
  background-color: #898989;
  border-color: #898989;
  color: white;
}

.button-back {
  width: 32px;
  height: 32px;
  background-color: #ebebeb;
  border: 2px solid #cccccc;
  border-radius: 50%;
  text-align: center;
}
.button-back i {
  font-size: 14px;
  color: #707070;
  line-height: 28px;
}

.buttonReview {
  display: inline-flex;
  align-items: center;
  background-color: rgb(253, 184, 51);
  border-radius: 20px;
  color: white;
  padding: 6px 10px;
  transition: ease 0.5s;
}
.buttonReview i {
  padding-right: 6px;
}

.star-rating {
  direction: rtl;
  display: inline-flex;
  gap: 0.15rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.star-rating input[type=radio] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.star-rating label {
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
  color: #fdb833;
}
.star-rating label::before {
  content: "☆";
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #fdb833;
  transform: scale(1.05);
}
.star-rating label:hover::before, .star-rating label:hover ~ label::before {
  content: "★";
}
.star-rating input[type=radio]:checked + label,
.star-rating input[type=radio]:checked + label ~ label {
  color: #fdb833;
}
.star-rating input[type=radio]:checked + label::before,
.star-rating input[type=radio]:checked + label ~ label::before {
  content: "★";
}

/*---------- CONTENT ----------*/
.img-width {
  width: 100%;
  height: auto;
}
.img-width img {
  width: 100%;
  height: auto;
}

.txt-content p {
  margin-bottom: 12px;
}

.modal-backdrop {
  /*z-index: 10;*/
}

.whBox {
  background-color: white;
  padding: 20px 0 28px 0;
  margin-bottom: 12px;
}
.whBox .order-summaryBox:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-topic {
  margin-bottom: 10px;
}
.header-topic h5 {
  margin-bottom: 0;
}
.header-topic .col-7 {
  font-size: 14px;
  line-height: 26px;
  color: #e6007e;
  text-align: right;
}
.header-topic .col-7 p {
  margin-bottom: 0;
}

.add-more {
  font-size: 14px;
  line-height: 26px;
  color: #e6007e;
  text-align: right;
}

/* SLIDE */
.slide-navButton .owl-carousel.owl-theme {
  /*.items img{
      border-radius: 15px;
  }*/
}
.slide-navButton .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 8px !important;
}
.slide-navButton .owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #d7d7d7;
  margin: 0 4px;
}
.slide-navButton .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #e6007e;
}

/*---------- EMPLOYEE ----------*/
.footer-fixed {
  width: 100%;
  background-color: white;
  padding: 12px 0 15px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.1) !important;
  -webkit-box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.1);
  z-index: 5;
}

.em-mainmenu {
  width: 100%;
}
.em-mainmenu li {
  width: 33.3333333333%;
  float: left;
  text-align: center;
  padding: 0 12px;
}
.em-mainmenu li img {
  width: 24px;
  height: auto;
  margin-bottom: 2px;
  filter: brightness(0) invert(30%);
}
.em-mainmenu li p {
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.005rem;
  margin-bottom: 0;
}
.em-mainmenu li.active img {
  filter: brightness(1) invert(0);
}
.em-mainmenu li.active p {
  color: #e6007e;
}

.add-cart-button {
  width: 100%;
  background-color: #e6007e;
  border-radius: 30px;
  padding: 9px 25px;
}

.cart-icon {
  float: left;
  color: white;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.01rem;
  /*padding-right: 12px;*/
}
.cart-icon i {
  padding-right: 7px;
}
.cart-icon img {
  width: 18px;
  height: auto;
  margin-right: 7px;
  filter: brightness(0) invert(1);
}

.cart-quantity {
  width: 32px;
  height: 32px;
  float: left;
  background-color: white;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 800;
  line-height: 32px;
  color: #e6007e;
  text-align: center;
  margin-right: 12px;
}

.cart-button-total {
  float: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  color: white;
  letter-spacing: 0.01rem;
}

/*---------- LOGIN ----------*/
.imgBG {
  width: 100%;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*---------- INDEX ----------*/
.mainpage-topBG {
  background: #7d55c7;
  background: linear-gradient(0deg, rgb(125, 85, 199) 5%, rgb(230, 0, 126) 100%);
  border-radius: 0 0 20px 20px;
  padding: 30px 15px 120px 15px;
}
.mainpage-topBG.profile-page {
  height: 240px;
  padding: 85px 15px 0 15px;
  margin-bottom: 65px;
}
.mainpage-topBG.profile-edit-page {
  height: 150px;
  padding: 20px 15px 0 15px;
}
.mainpage-topBG.profile-edit-page h1 {
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 0.01rem;
  margin: 5px 0 0 0;
}

.user-img {
  width: 56px;
  height: 56px;
  float: left;
  border: 3px solid white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 4px 3px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 0 0 4px 3px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0 0 4px 3px rgba(17, 17, 17, 0.2);
}
.user-img img {
  width: 100%;
  height: auto;
}

.balanceBox {
  float: left;
  padding-top: 2px;
  padding-left: 12px;
}
.balanceBox ul li {
  line-height: 22px;
  letter-spacing: 0.01rem;
  color: white;
}
.balanceBox ul li.balance {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02rem;
}
.balanceBox ul li span {
  padding-left: 5px;
}

.button-scan {
  width: 46px;
  height: 46px;
  float: right;
  background-color: white;
  border-radius: 50%;
  padding: 11px;
  margin-top: 5px;
}
.button-scan img {
  width: 100%;
  height: auto;
}

.order-food-section {
  margin-top: -95px;
  margin-bottom: 30px;
}
.order-food-section .row .col-6:first-child {
  padding-right: 8px;
}
.order-food-section .row .col-6:last-child {
  padding-left: 8px;
}

.order-food-iconBox {
  padding-top: 45px;
  position: relative;
}
.order-food-iconBox.pre-order .food-iconBox {
  border-color: #ff7f41;
}
.order-food-iconBox.pre-order .topic-iconBox {
  background-color: #fefae0;
}

.food-iconBox {
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  border: 5px solid #009fe4;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.food-iconBox img {
  width: 100%;
  height: auto;
}

.topic-iconBox {
  background-color: #e3f2fd;
  border-radius: 15px;
  padding: 55px 10px 12px 10px;
  box-shadow: 0 0 4px 3px rgba(37, 37, 37, 0.15);
  -webkit-box-shadow: 0 0 4px 3px rgba(37, 37, 37, 0.15);
  -moz-box-shadow: 0 0 4px 3px rgba(37, 37, 37, 0.15);
}
.topic-iconBox p {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  text-align: center;
  letter-spacing: 0.01rem;
  margin-bottom: 0;
}

.news-banner.owl-carousel .items  .promotionB-size{
  height: 170px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.news-topic {
  font-size: 15px;
  font-weight: 600;
  color: #252525;
  margin-top: 10px;
  -webkit-line-clamp: 1;
}

.promotion-banner.owl-carousel .items .promotionB-size {
  height: 150px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}


.promotion-topicBox p {
  font-size: 13px;
  color: #555555;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
}

.knowledge-section .row .col-6:nth-child(odd) {
  padding-right: 8px;
}
.knowledge-section .row .col-6:nth-child(even) {
  padding-left: 8px;
}

.knowledgeBox {
  margin-bottom: 25px;
}
.knowledgeBox .news-topic {
  -webkit-line-clamp: 2;
}

.knowledgeImg-size {
  height: 150px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.news-page {
  padding-bottom: 30px;
}
.news-page .img-width {
  margin-bottom: 20px;
}
.news-page h3 {
  margin-bottom: 2px;
}
.news-page .txt-content {
  margin-top: 20px;
}

.news-date {
  font-size: 12px;
  color: #009fe4;
  letter-spacing: 0.01rem;
}
.news-date i {
  padding-right: 5px;
}

/*---------- MENU - LIST ----------*/
.header-fixed {
  width: 100%;
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.1);
  z-index: 3;
}

.header-section {
  padding: 20px 15px;
}
.header-section h1 {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
}
.header-section h1 img {
  width: 22px;
  height: auto;
  margin-right: 6px;
}
.header-section h1 i {
  font-size: 18px;
  color: #e6007e;
  padding-right: 10px;
}
.header-section .row .col-8 {
  padding: 0;
}

.header-back {
  padding: 20px 15px 0 15px;
}

.menu-category-wrap-row {
  padding: 10px 0 12px 15px;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.search-section {
  width: 30px;
  float: left;
}

.button-search {
  float: left;
}
.button-search i {
  font-size: 17px;
  line-height: 24px;
  color: #ff7f41;
}

.menu-category-section {
  padding-right: 10px;
  display: flex;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.category-anchor a {
  border-radius: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  white-space: nowrap;
  padding: 0 10px;
  scrollbar-width: 2px;
}
.category-anchor.active a {
  background-color: #e6007e;
  color: white;
}

.menuF-group {
  background-color: white;
  padding: 20px 0 10px 0;
  margin-bottom: 12px;
}
.menuF-group .menuFBoxBD:last-child {
  border-bottom: none;
}

.menuFBoxBD {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
  padding: 12px 0;
  position: relative;
}

.menuFBox .quantityF {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuFBox.not-available .menuF-img img {
  opacity: 0.45;
}
.menuFBox.not-available .menuF-name p,
.menuFBox.not-available .menuF-price span,
.menuFBox.not-available .full-price {
  color: #acacac;
}

.menuF-img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.menuF-name {
  width: calc(100% - 90px);
  float: left;
  padding: 5px 35px 0 15px;
}
.menuF-name p {
  font-size: 16px;
  font-weight: 500;
  /*line-height: 22px;*/
  color: #252525;
  -webkit-line-clamp: 2;
}

.menuF-price {
  line-height: 25px;
}
.menuF-price span {
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0.01rem;
}
.menuF-price.discount span {
  float: left;
  color: #ef233c;
}

.full-price {
  float: left;
  font-size: 14px;
  color: #898989;
  letter-spacing: 0.005rem;
  text-decoration: line-through;
  padding-left: 7px;
}

.quantityF {
  width: 26px;
  height: 26px;
  background-color: #7d55c7;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: white;
  text-align: center;
}

.not-available-txt {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #acacac;
  margin-top: 2px;
}

.food-cover {
  height: 285px;
  position: relative;
  overflow: hidden;
}
.food-cover img {
  z-index: -1;
}
.food-cover .button-back {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
}

.menu-option-section {
  width: 100%;
  float: left;
  background-color: white;
  border-radius: 25px 25px 0 0;
  padding: 20px 5px;
  margin-top: -25px;
  margin-bottom: 80px;
  z-index: 5;
}
.menu-option-section .option-section:first-child {
  padding-top: 0;
  padding-bottom: 15px;
}
.menu-option-section .option-section:last-child {
  border-bottom: none;
}
.menu-option-section h2 {
  margin-bottom: 2px;
}
.menu-option-section .menuF-price {
  line-height: 28px;
}
.menu-option-section .menuF-price span {
  font-size: 20px;
}
.menu-option-section .full-price {
  font-size: 17px;
  padding-left: 9px;
}
.menu-option-section .special-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.menu-option-section .special-features img {
  width: auto;
  height: 30px;
}
.menu-option-section .badge-cal {
  display: inline-block;
  font-size: 13px;
  background-color: #ff7f41;
  color: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  margin-bottom: 0;
}

.option-section {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}
.option-section h5 span.note {
  padding-left: 8px;
}
.option-section .form-check:last-child {
  margin-bottom: 0;
}
.option-section.bd-none {
  border-bottom: none;
  padding-bottom: 18px;
}

.form-check {
  padding-left: 24px;
  margin-bottom: 3px;
}
.form-check label {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
}
.form-check .form-check-input {
  margin-left: -24px;
}

.form-check-input {
  width: 16px;
  height: 16px;
}
.form-check-input:checked {
  background-color: #7d55c7;
  border-color: #7d55c7 !important;
}

.option-txt {
  width: 72%;
  float: left;
}

.option-price {
  width: 28%;
  float: left;
  text-align: right;
}

.form-control,
.form-select {
  border-color: #d7d7d7 !important;
  border-radius: 8px;
  font-size: 15px;
  color: #555555;
  padding: 10px 15px;
}
.form-control:disabled,
.form-select:disabled {
  background-color: #ebebeb;
}

.input-group {
  margin-bottom: 15px;
}
.input-group .form-control {
  border-left: none;
  padding-left: 5px !important;
  margin-bottom: 0 !important;
}
.input-group.disabled .input-group-text {
  background-color: #ebebeb;
}

.input-group-text {
  background-color: white;
  border-color: #d7d7d7;
  border-radius: 8px 0 0 8px;
  border-right: none;
  font-size: 18px;
  line-height: 43px;
  padding: 0 15px;
}
.input-group-text i {
  color: #e6007e;
}

.detailP-quantityBox {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 12px 20px;
}
.detailP-quantityBox .row .col-5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #363636;
}

.sp-quantity {
  width: 100%;
  float: left;
  /*&.big{
      .btnquantity{
          width: 40px;
          i{
              font-size: 10px;
              line-height: 38px;
          }
      }
      .quntity-input{
          width: 65px;
          font-size: 16px;
          line-height: 38px;
      }
  }*/
}
.sp-quantity .btnquantity {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #7d55c7;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.sp-quantity .btnquantity i {
  font-size: 14px;
  line-height: 39px;
  color: white;
}
.sp-quantity .sp-input {
  width: calc(100% - 80px);
  float: left;
  padding: 0 8px;
}
.sp-quantity .quntity-input {
  width: 100%;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #363636;
  text-align: center;
  padding: 0;
}

.order-summaryBox {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.order-summaryBox .row .col-2 {
  padding-left: 0;
}
.order-summaryBox .menuF-price {
  width: 100%;
  float: right;
}
.order-summaryBox .menuF-price span {
  float: right;
}
.order-summaryBox .full-price {
  width: 100%;
  text-align: right;
  padding-left: 0;
}

.order-info-group .quantityF {
  width: 24px;
  height: 24px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.order-info {
  float: left;
  padding-left: 10px;
}
.order-info li {
  font-size: 14px;
  color: #898989;
}
.order-info li:first-child {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.order-info li a {
  color: #7d55c7;
  margin-top: 3px;
}

/* NOTIFICATION */
.alert-notification .alert-message {
  color: rgb(255, 127, 65) !important;
}

.icon-notification {
  margin-bottom: 15px;
}
.icon-notification img {
  width: 80px;
  height: auto;
}

.queue-number {
  font-family: "Poppins";
  font-size: 42px;
  font-weight: 600;
  color: #e6007e;
  text-align: center;
  letter-spacing: 0.04rem;
}

.modal-dialog .modal-content {
  width: 100%;
  padding: 35px 20px 30px 20px;
}
.modal-dialog .modal-body {
  padding: 0;
  text-align: center;
}
.modal-dialog .modal-body h2 {
  margin-bottom: 5px;
}
.modal-dialog .modal-body p {
  font-size: 17px;
  color: #707070;
  margin-bottom: 15px;
}
.modal-dialog .modal-body p strong {
  font-weight: 600;
  color: #7d55c7;
}
.modal-dialog .modal-body .icon-circle {
  margin: 15px auto 20px auto;
}
.modal-dialog .modal-body .icon-circle i {
  font-size: 44px;
}
.modal-dialog .modal-footer {
  width: 100%;
  border-top: none;
  justify-content: center;
  padding: 20px 0 0 0;
}
.modal-dialog .modal-footer.two-button .row .col-6:first-child {
  padding-right: 6px;
}
.modal-dialog .modal-footer.two-button .row .col-6:last-child {
  padding-left: 6px;
}
.modal-dialog .modal-footer.two-button button {
  min-width: 120px;
  border-radius: 8px;
  font-size: 17px;
}
.modal-dialog .modal-footer.two-button button .buttonPK {
  float: right;
  padding: 8px 22px;
}
.modal-dialog .modal-footer.two-button button .buttonBD {
  padding: 7px 22px;
}

.modal-footer > * {
  margin: 0 !important;
}

.icon-circle {
  width: 90px;
  height: 90px;
  float: none;
  border-radius: 50%;
  border: 5px solid #ccbce9;
  margin: 0 auto 30px auto;
  position: relative;
}
.icon-circle i {
  font-size: 40px;
  color: #7d55c7;
}

/*---------- EMPLOYEE :: ORDER PAGE / ORDER HISTORY ----------*/
.display-group > .row:first-child .display-info {
  display: block;
}
.display-group > .row .display-info {
  display: none;
}

.display-info > .row:last-child .orderHistoryBox {
  border-bottom: none;
  margin-bottom: 0;
}

.order-tab {
  float: left;
  margin: 22px 0;
}
.order-tab li {
  float: left;
  margin-left: 5px;
}
.order-tab li:first-child {
  margin-left: 0 !important;
}
.order-tab li .order-type {
  border-radius: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  letter-spacing: 0.005rem;
  padding: 0 10px;
  white-space: nowrap;
  margin-bottom: 0;
}
.order-tab li.active .order-type {
  background-color: #e6007e;
  color: white;
}

.orderHistoryBox {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.orderHistoryBox.finish .icon-history {
  background-color: #96dfff;
}
.orderHistoryBox.pre-order .icon-history {
  background-color: #ff7f41;
}
.orderHistoryBox.pre-order .history-detail ul li.status {
  color: #ff7f41;
}
.orderHistoryBox.pre-order.finish .icon-history {
  background-color: #ffc1a3;
}
.orderHistoryBox.pre-order.finish .history-detail ul li.status {
  color: #26a96c;
}
.orderHistoryBox.cancel .icon-history {
  background-color: #96dfff;
}
.orderHistoryBox.cancel .history-detail ul li {
  color: #898989;
}
.orderHistoryBox.cancel .history-detail ul li.status {
  color: #ef233c;
}
.orderHistoryBox.cancel .price-status li:first-child {
  font-weight: 600;
  color: #898989;
}

.icon-history {
  width: 48px;
  height: 48px;
  float: left;
  background-color: #009fe4;
  border-radius: 50%;
  overflow: hidden;
}

.history-detail {
  width: calc(100% - 158px);
  float: left;
  padding-left: 12px;
}
.history-detail ul li {
  font-size: 13px;
  line-height: 20px;
  color: #707070;
  margin-bottom: 2px;
}
.history-detail ul li:last-child {
  margin-bottom: 0;
}
.history-detail ul li.queue {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.01rem;
}
.history-detail ul li.status {
  color: #26a96c;
}
.history-detail ul li.status i {
  padding-right: 5px;
}

.price-status {
  width: 110px;
  float: left;
}
.price-status ul li {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.price-status ul li:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 22px;
}
.price-status ul li:last-child {
  margin-bottom: 0;
}
.price-status ul li.payment-status {
  color: #e6007e;
}

.orderHistory-detail-page .whBox {
  padding-bottom: 25px;
}
.orderHistory-detail-page .order-summaryBox {
  border-bottom: none;
  padding-bottom: 0;
}
.orderHistory-detail-page .order-summaryBox .menuF-price span {
  font-weight: 500;
}
.orderHistory-detail-page.pre-order .orderID-queue {
  background-color: #ffe9de;
  color: #ff7f41;
}

.orderID-queue {
  background-color: #e3f2fd;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  color: #009fe4;
  padding: 12px 15px;
  margin-bottom: 10px;
}
.orderID-queue i {
  padding-right: 6px;
}
.orderID-queue .row .col-8 {
  padding-right: 10px;
}
.orderID-queue .row .col-4 {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 0.002rem;
  text-align: right;
  padding-left: 0;
}

.date-moreInfo {
  font-size: 13px;
  text-align: center;
  margin-bottom: 12px;
}
.date-moreInfo li {
  color: #707070;
  margin-bottom: 2px;
}
.date-moreInfo li:last-child {
  margin-bottom: 0 !important;
}
.date-moreInfo li.note {
  color: #ff7f41;
}
.date-moreInfo li.note i {
  padding-right: 4px;
}

.total-summary {
  border-top: 1px solid #ebebeb;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  padding-top: 18px;
}
.total-summary .row .col-6:last-child {
  font-weight: 700;
  text-align: right;
}

.PK-Box {
  background-color: #ffe6f4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #e6007e;
  padding: 12px 15px;
}
.PK-Box i {
  padding-right: 6px;
}
.PK-Box .row .col-8 {
  padding-right: 10px;
}
.PK-Box .row .col-8 img {
  width: auto;
  height: 16px;
  margin-right: 6px;
  margin-top: -1px;
}
.PK-Box .row .col-4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.002rem;
  text-align: right;
  padding-left: 0;
}

.preorder-info li {
  font-size: 15px;
  margin-bottom: 2px;
  display: block;
}
.preorder-info li i {
  width: 15px;
  text-align: center;
  padding-right: 0 !important;
  margin-right: 6px;
}
.preorder-info li:last-child {
  margin-bottom: 0 !important;
}

/*---------- PROFILE ----------*/
.profile-whBox {
  background-color: white;
  border-radius: 8px;
  padding: 12px 10px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 0 4px 4px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 0 4px 4px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 0 4px 4px rgba(17, 17, 17, 0.1);
}
.profile-whBox .row .col-10 {
  padding-right: 5px;
}
.profile-whBox .row .col-2 {
  text-align: right;
  padding-left: 5px;
}
.profile-whBox .row .col-2 i {
  color: #e6007e;
}
.profile-whBox .user-img {
  box-shadow: 0 0 3px 3px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 0 3px 3px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 0 3px 3px rgba(17, 17, 17, 0.1);
}
.profile-whBox .balanceBox {
  width: 100%;
  padding-top: 0;
  padding-left: 62px;
}
.profile-whBox .balanceBox.loan {
  position: relative;
}
.profile-whBox .balanceBox.loan:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: calc(50% + 31px);
  transform: translateX(-50%);
}
.profile-whBox .balanceBox.loan ul:first-child {
  padding-right: 15px;
}
.profile-whBox .balanceBox.loan ul:last-child {
  padding-left: 15px;
}
.profile-whBox .balanceBox ul {
  width: 50%;
  float: left;
}
.profile-whBox .balanceBox ul li {
  line-height: 20px;
  letter-spacing: 0;
  color: #555555;
}
.profile-whBox .balanceBox ul li.balance {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  line-height: 30px;
  letter-spacing: 0.005rem;
}
.profile-whBox .balanceBox ul li.expire {
  font-size: 12px;
  color: #ff7f41;
}
.profile-whBox .balanceBox ul li span {
  padding-left: 2px;
}
.profile-whBox .buttonOR {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.user-name-email {
  width: calc(100% - 60px);
  float: left;
  padding: 5px 30px 5px 10px;
}
.user-name-email ul li {
  font-size: 14px;
  color: #707070;
  -webkit-line-clamp: 1;
}
.user-name-email ul li.name {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 1px;
}
.user-name-email a {
  font-size: 18px;
  color: #e6007e;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.icon-coin {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.icon-coin img {
  width: 100%;
  height: auto;
}

.profile-menu li {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.profile-menu li a {
  font-size: 17px;
  color: #555555;
  padding: 12px 22px 12px 0;
  position: relative;
}
.profile-menu li a i {
  width: 18px;
  color: #e6007e;
  text-align: center;
  margin-right: 9px;
}
.profile-menu li a:after {
  content: "\f054";
  font-size: 14px;
  color: #707070;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.profile-section {
  padding: 0 20px;
}
.profile-section.wTop-fixed {
  padding: 30px 20px;
}
.profile-section .user-img {
  width: 92px;
  height: 92px;
  border-width: 4px;
}
.profile-section .form-control,
.profile-section .form-select {
  font-size: 17px;
  padding: 9px 15px;
  margin-bottom: 15px;
}
.profile-section .buttonPK {
  width: 100%;
  border-radius: 8px;
  margin-top: 85px;
}

.upload-display {
  float: none;
  margin: -42px auto 35px auto;
  display: table;
  position: relative;
}

.upload-user-img > input {
  display: none;
}
.upload-user-img label {
  width: 30px;
  height: 30x;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.upload-user-img label i {
  font-size: 16px;
  line-height: 30px;
  color: #e6007e;
}

.profile-form .row .col-3 {
  padding-right: 0;
}

.delivery-point-section {
  border-top: 1px solid #e1e1e1;
  padding-top: 25px;
  margin-top: 20px;
}
.delivery-point-section p {
  font-size: 17px;
  color: #252525;
  margin-bottom: 10px;
}

.lang-switch li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 30px 15px 0;
  position: relative;
}
.lang-switch li:last-child {
  border-bottom: none;
}
.lang-switch li.active a {
  font-weight: 500;
  color: #e6007e;
}
.lang-switch li.active a:after {
  content: "\f058";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lang-switch li a {
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}
.lang-switch li a img {
  width: 28px;
  height: auto;
  margin-right: 15px;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-height: fit-content;
  min-height: 50vh;
}

#datepicker {
  width: 100% !important;
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
}

#datepicker .table-condensed {
  margin: 0 auto !important;
  max-width: 350px !important;
  width: 100% !important;
  text-align: center !important;
}
#datepicker tr td {
  height: 50px !important;
  width: 50px !important;
}
#datepicker .datepicker td.active,
#datepicker .datepicker td.active:hover {
  background: #7d55c7 !important;
  color: #fff !important;
  border-radius: 50% !important;
}
#datepicker .datepicker td.today:not(.active) {
  background: #ffe066 !important;
  color: #000 !important;
  border-radius: 50% !important;
}
#datepicker .datepicker-months span.month {
  display: inline-block !important;
  width: 25% !important;
  margin: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  box-sizing: border-box;
  padding: 12px 12px;
  outline: 1px solid rgb(215, 215, 215);
}

.meal {
  display: inline-block;
  padding: 9px 18px;
  outline: 1px solid rgb(215, 215, 215);
  margin-bottom: 0;
  border-radius: 5px;
  text-align: center;
}

.meal:has(input:checked) {
  background-color: #7d55c7;
  outline-color: #7d55c7;
  color: white;
}

/*---------- MOBILE ----------*/
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  /*---------- BUTTON ----------*/
  /*---------- CONTENT ----------*/
  /*---------- INDEX ----------*/
  /*---------- CONTACT ----------*/
}/*# sourceMappingURL=layout.css.map */