@import "/bootstrap/bootstrap.css";
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: sans-serif;
}

.admincontainer {
  min-height: 50vh;
  padding: 5rem 0rem;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.admincontainer .logInGrop {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #585858;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-size: bold;
}
.admincontainer .logInGrop input {
  margin: 0.7rem 0rem;
  padding: 0.5rem;
  letter-spacing: 0.2rem;
}
.admincontainer .logIn-btn {
  text-decoration: none;
  text-align: center;
  background-color: #00895e;
  color: white;
  border: none;
  padding: 0.5rem 2.5rem;
  border-radius: 0.7rem;
}
.admincontainer .logIn-btn:hover {
  background-color: #ffb92b;
  color: #005a3e;
  font-weight: bold;
}

.backpageContainer {
  height: 70vh;
  margin: 0rem 0.5rem;
  display: flex;
}
.backpageContainer .controlGroup {
  flex: 1 1 270px;
  padding: 0rem 2rem 0rem 0rem;
  justify-content: center;
}
.backpageContainer .controlGroup .backpagebtn {
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #00895e;
  color: white;
  border: none;
  margin-bottom: 2rem;
  padding: 1rem 2.5rem;
  border-radius: 0.7rem;
  letter-spacing: 0.2rem;
  width: 220px;
  font-size: 1.2rem;
}
.backpageContainer .controlGroup .backpagebtn:hover {
  background-color: #ffb92b;
  font-weight: bold;
  cursor: pointer;
}
.backpageContainer .controlGroup .tabGroup li.active {
  background-color: #ffb92b;
  padding: 1rem 1.5rem;
  color: rgb(53, 53, 53);
  text-align: center;
  font-weight: 600;
}
.backpageContainer .information {
  flex: 5 1 550px;
  background-color: rgb(243, 243, 243);
  text-align: left;
  padding-left: 2rem;
  margin: 0rem 1.5rem;
  overflow-y: auto;
  box-shadow: 0 0 10px 0.5px rgb(224, 224, 224) inset;
}
.backpageContainer .information .content {
  display: none;
  margin: 1.5rem 0rem;
}
.backpageContainer .information .content.active {
  display: block;
}
.backpageContainer .information .info {
  margin-bottom: 1rem;
}
.backpageContainer .information .tabTitle {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  color: #3770b4;
  font-weight: bold;
}
.backpageContainer .information .tabContent {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.backpageContainer .information .changeContent {
  padding-left: 0.5rem;
}
.backpageContainer .information #changebtn {
  padding: 0.3rem 1.5rem;
  letter-spacing: 0.1rem;
  background-color: #3770b4;
  color: white;
  border: none;
  border-radius: 1rem;
  margin-left: 0.5rem;
}
.backpageContainer .information #changebtn:hover {
  background-color: #ffb92b;
  color: rgb(46, 46, 46);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  list-style-type: none;
}

header {
  margin-bottom: 0;
  display: flex;
  background-color: #00895e;
  align-items: center;
  flex-wrap: wrap;
}
header div {
  flex: 1 1 100px;
}
header nav {
  flex: 1 1 300px;
}
header nav ul {
  max-width: 240px;
  list-style-type: none;
  text-align: right;
  font-weight: bold;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.adminbtn {
  background-color: #e6e6e6;
  text-decoration: none;
  color: #00895e;
  border: none;
  box-shadow: 1px 2px 3px 1px #006646;
  margin-top: 0.5rem;
  padding: 0.2rem 2rem;
  border-radius: 0.7rem;
  letter-spacing: 0.2rem;
  font-size: 18px;
  font-weight: 600;
}
.adminbtn:hover {
  background-color: #ffb92b;
  color: #005a3e;
  font-weight: bold;
}

.orderMain {
  margin: 0.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  list-style-type: none;
}

section.left {
  flex: 7 1 300px;
  margin: 0rem 0.5rem;
}
section.left ul.bar {
  list-style-type: none;
}
section.left ul.bar li.col {
  flex: 2 1 100px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 1rem;
}
section.left ul.bar li:hover {
  color: #ffb92b;
  border-bottom: 6px solid #ffb92b;
}
section.left .dishMenuCard {
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
section.left .dishMenuCard li {
  flex: 0 1 150px;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 14px;
}
section.left .dishMenuCard li img {
  margin: 0.5rem;
}
section.left .dishMenuCard li p {
  text-align: center;
}

section.right {
  flex: 2 1 350px;
  min-width: 200px;
  margin: 0rem 0.5rem;
  border: 10px solid transparent;
}
section.right div.title {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  padding: 1rem 0rem;
}
section.right ul.list li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.15rem;
  align-items: center;
}
section.right ul.list li .orderDish {
  font-weight: bold;
  padding: 1rem;
  margin: 0.5rem 0rem;
}
section.right ul.list li .deleteBtn {
  border: 2px solid transparent;
  border-radius: 0.2rem;
  color: white;
  background-color: rgb(255, 201, 119);
  padding: 0.2rem 0.8rem;
}
section.right ul.list li .deleteBtn:hover {
  border: 1.2px solid transparent;
  background-color: rgb(228, 0, 76);
  font-weight: bold;
}
section.right ul.list li .countOfPrice {
  font-weight: bold;
  padding: 1rem 0rem 1rem 1rem;
  margin: 0.5rem 0rem;
  justify-content: center;
}
section.right .total {
  font-weight: bold;
  font-size: 1.2rem;
  color: #00895e;
  letter-spacing: 0.5rem;
  text-align: left;
}
section.right .button1 {
  flex: 2 1 240px;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #00895e;
}
section.right .button1:hover {
  background-color: #00aa74;
}
section.right .button2 {
  flex: 2 1 240px;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #ffb92b;
}
section.right .button2:hover {
  background-color: #ffc23d;
}

.btn-group .numCount {
  border: none;
  padding: 0.5rem;
  color: rgb(228, 0, 76);
  background-color: white;
}
.btn-group .numCount:hover {
  background-color: rgb(228, 0, 76);
  border: none;
  color: white;
  font-weight: bold;
}

img:hover {
  transform: scale(1.1);
  min-width: 120px;
}

.tablePages {
  font-family: "Microsoft JhengHei";
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  transition: all 0.2s;
}
.tablePages .tables {
  display: flex;
  flex: 6 1 500px;
  flex-wrap: wrap;
}
.tablePages .takeout {
  flex: 1 1 180px;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.tableBtn {
  width: 150px;
  height: 150px;
  border-radius: 1rem;
  text-align: center;
  background-color: rgb(255, 242, 220);
  margin: 0.5rem;
  font-size: 2.5rem;
  color: rgb(255, 174, 0);
  padding-top: 2.7rem;
}
.tableBtn:hover {
  background-color: #ffb92b;
  color: white;
}

.tableBtn2 {
  width: 150px;
  height: 150px;
  border-radius: 1rem;
  text-align: center;
  background-color: #ffb92b;
  margin: 0.5rem;
  font-size: 2.5rem;
  color: white;
  padding-top: 2.7rem;
}
.tableBtn2:hover {
  background-color: rgb(255, 157, 65);
}

.takeoutBtn {
  width: 150px;
  height: 150px;
  border-radius: 1rem;
  text-align: center;
  background-color: rgb(150, 202, 163);
  margin: 1rem 0rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: white;
  padding-top: 3.6rem;
}
.takeoutBtn:hover {
  background-color: #00895e;
  color: white;
}

.takeoutBtn2 {
  width: 150px;
  height: 150px;
  border-radius: 1rem;
  text-align: center;
  background-color: #00895e;
  margin: 1rem 0rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: white;
  padding-top: 3.6rem;
}
.takeoutBtn2:hover {
  background-color: #0fa374;
  color: white;
}

.checkMain {
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 0rem 2rem;
}

.footer {
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.footer .backBtn {
  margin: 1rem 0rem;
  text-decoration: none;
  text-align: center;
  background-color: #7e7e7e;
  color: white;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.footer .backBtn:hover {
  background-color: #686868;
  font-weight: bold;
}
.footer .chargeBtn {
  margin: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  background-color: #ffb92b;
  color: white;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.footer .chargeBtn:hover {
  background-color: #ffc23d;
}

.orderDetail {
  background-color: #f0f0f0;
  max-height: 60vh;
  margin: 5rem 0rem 0rem 0rem;
  padding: 1rem;
  overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

th, td {
  text-align: center;
  padding: 15px 0;
}

th {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
}

tr {
  border-bottom: 1px solid #B9B9B9;
}

.bills {
  display: flex;
  justify-content: space-between;
}
.bills .billsCacultate {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  font-size: 1.5rem;
}
.bills .caculate {
  font-size: 1.5rem;
  justify-content: center;
}
.bills .caculate .calculator {
  padding: 1rem 2rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.bills .caculate .numberCaculate div {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 1px;
  width: 75px;
  text-align: center;
  padding: 0.5rem;
  margin: 0.5rem;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease-in-out, background-color 0.2s, box-shadow 0.2s;
}
.bills .caculate .numberCaculate div:hover {
  background-color: #f1f1f1;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-color: #bbb;
}
.bills .caculate .confirmCheck {
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  margin-left: 5.3rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #bcbcbc;
  color: white;
  letter-spacing: 0.2rem;
  text-align: center;
}
.bills .caculate .confirmCheck:hover {
  background-color: #00895e;
}

.billsCacultate {
  width: 60%;
}

.mb-59 {
  margin-bottom: 25px;
}

.fs-26 {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 900px) {
  .bills {
    flex-wrap: wrap;
    justify-content: center;
  }
}/*# sourceMappingURL=all.css.map */