.order {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .order__inner {
    width: 90%;
  }
}
.order__inner__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #212529;
}
@media screen and (max-width: 768px) {
  .order__inner__title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.order__inner__main {
  display: flex;
  flex-wrap: wrap;
}
.order__inner__main__left {
  width: 30%;
  padding-right: 24px;
  border-right: 1px solid #CACACC;
}
@media screen and (max-width: 768px) {
  .order__inner__main__left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.order__inner__main__left__btn {
  cursor: pointer;
  display: block;
  background: transparent;
  border: none;
  font-size: 18px;
  padding: 8px 10px;
  color: #212529;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .order__inner__main__left__btn {
    padding: 5px;
    font-size: 16px;
  }
}
.order__inner__main__left__btn.active {
  color: #ebb576;
  border: 1px solid #ebb576;
  border-radius: 5px;
}
.order__inner__main__right {
  padding-left: 40px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .order__inner__main__right {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}
.order__inner__main__right__title {
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .order__inner__main__right__title {
    text-align: center;
    font-size: 22px;
  }
}
.order__inner__main__right__main {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.order__inner__main__right__main__img {
  text-align: center;
}
.order__inner__main__right__main__text {
  color: #616162;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.order__inner__main__right__main__btn {
  background: #ebb576;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.02em;
  line-height: 36px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order__inner__main__right .forTable {
  overflow-x: auto;
  border-radius: 25px;
}
.order__inner__main__right__tabel {
  width: 100%;
  border-spacing: 0;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2588235294);
}
.order__inner__main__right__tabel,
.order__inner__main__right__tabel th,
.order__inner__main__right__tabel td {
  border: 1px solid #CACACC;
}
.order__inner__main__right__tabel th {
  color: #ebb576;
  font-weight: 700;
  font-size: 20px;
}
.order__inner__main__right__tabel th,
.order__inner__main__right__tabel td {
  padding: 5px 20px;
}
.order__inner__main__right__tabel th span {
  width: 20px;
  height: 20px;
  -webkit-mask: url(../images/svgs/eye-solid.svg) no-repeat center;
          mask: url(../images/svgs/eye-solid.svg) no-repeat center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: #ebb576;
}
.order__inner__main__right__tabel__header tr th {
  text-align: left;
}
.order__popUp {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.order__popUp.open {
  display: flex;
}
.order__popUp__inner {
  background: #F5F5F7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  z-index: 4;
  border-radius: 40px;
  padding: 45px 35px;
}
@media screen and (max-width: 768px) {
  .order__popUp__inner {
    width: 90%;
    padding: 15px;
  }
}
.order__popUp__inner__title {
  text-align: center;
  font-size: 24px;
}
.order__popUp__inner__data {
  margin-top: 48px;
  text-align: right;
  font-weight: 600;
  font-size: 24px;
}
.order__popUp__inner__table {
  margin-top: 12px;
  width: 100%;
  border-spacing: 0;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}
.order__popUp__inner__table,
.order__popUp__inner__table th,
.order__popUp__inner__table td {
  border: 1px solid #CACACC;
  text-align: left;
}
.order__popUp__inner__table th {
  color: #ebb576;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .order__popUp__inner__table th {
    font-size: 16px;
  }
}
.order__popUp__inner__table th,
.order__popUp__inner__table td {
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .order__popUp__inner__table th,
  .order__popUp__inner__table td {
    padding: 5px;
  }
}
.order__popUp__inner__table th span {
  width: 20px;
  height: 20px;
  -webkit-mask: url(../images/svgs/eye-solid.svg) no-repeat center;
          mask: url(../images/svgs/eye-solid.svg) no-repeat center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: #ebb576;
}
.order__popUp__inner__table header tr th {
  text-align: left;
}
.order__popUp__inner__table tfoot {
  margin-top: 20px;
}
.order__popUp__inner__table tfoot td:first-child {
  text-align: right;
}
.order__popUp__inner__table tfoot td {
  font-weight: 700;
  font-size: 20px;
}/*# sourceMappingURL=order.css.map */