
#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.div-vert-mid {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.general-btn {
    border-color: #276dff !important;
    background-color: #ffffff !important;
    color: #276dff !important;
}
.general-btn:hover {
    border-color: #276dff !important;
    color: #ffffff !important;
    background-color: #276dff !important;
}
.general-btn[disabled] {
    color: #8cc5ff !important;
    background-color: #ecf5ff !important;
    border-color: #d9ecff !important;
}
.required:before {
    content: "* ";
    color: red;
}
.text-line-through {
    text-decoration: line-through;
}
.el-radio__input.is-checked .el-radio__inner {
    background: #276dff;
}

/* lookoor */
/* 动画 */
.slide-fade-enter-active {
    transition: all 0.3s ease;
}
.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateX(10px);
    opacity: 0;
}


.flex[data-v-e49c3b8c] {
  display: flex;
}
.light[data-v-e49c3b8c] {
  color: #fff;
  fill: #fff;
}
.lang[data-v-e49c3b8c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-icon[data-v-e49c3b8c] {
  width: 16px;
  margin-right: 10px;
}
.lang-text[data-v-e49c3b8c] {
  font-size: 14px;
}


.app-dialog-title {
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
.app-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.el-dialog__body {
  padding: 0.5rem 20px 0;
}
.app-dialog-input-row {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.app-dialog-input-label {
  width: 10rem;
  text-align: left;
}
.app-dialog-form {
  padding: 0 2rem;
}


.change-pwd-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.change-pwd-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}


.change-owner-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.change-owner-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}


.home-lang {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.shopCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.el-dropdown-user {
  position: relative;
  top: -4px;
}
.el-dropdown:hover {
  cursor: pointer;
}
.el-icon-user {
  font-size: 1.1rem;
}
.el-icon-arrow-down {
  position: relative;
  bottom: -2px;
}
.main-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20vh;
}
.home-body-left {
  width: 15%;
  height: 100vh;
  background-image: url(../../img/index_left_bg.bf8407374a9164b326eb88c53cc9fa4f.1785868788551.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.home-body-mid {
  width: 35%;
  height: 100vh;
  background-image: url(../../img/index_black_bg.c1e7df01ba96fb089d595f73b6144ba8.1785868788551.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.home-body-right {
  width: 45%;
  height: 100vh;
  padding: 0;
  position: relative;
}
.home-body-welcome-empty {
  width: 100%;
  height: 100%;
  background-image: url(../../img/index_welcome_img.cc4842fc99422be39308d9e0b7c2aa3a.1785868788551.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.home-empty-text {
  opacity: 0.6;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.home-card-create {
  width: 13rem;
  height: 13rem;
  border-radius: 6px;
  border: dotted 1px #276dff;
  background-color: rgba(39, 109, 255, 0.2);
  margin: 0 auto;
  opacity: 0.6;
}
.home-card-create:hover {
  opacity: 1;
  cursor: pointer;
}
.home-card-create p {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 1.5rem;
}
.home-add-icon {
  color: #ffffff;
  font-size: 3rem;
}
.el-dropdown-link {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0f1019;
}
.home-user-label {
  font-size: 1.2rem;
  margin: 0 0.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #70727d;
}
.home-user-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 1rem auto 0;
}
.home-body-welcome {
  text-align: left;
  margin: 12rem 0 0 5rem;
}
.home-body-welcome p {
  font-size: 2.5rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0.5rem 0;
}
.home-shop-quantity {
  font-size: 0.9rem;
  color: #ffffff;
}
.home-add-button {
  width: 9rem;
  height: 2rem;
  border-radius: 4px;
  background-color: #276dff;
  border-color: #276dff;
  margin-left: 3rem;
  margin-right: 1.5rem;
}
.home-shop-list {
  height: 80vh;
}
.home-shop-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 25vh;
  height: 25vh;
  border: 1px solid #276dff;
  border-radius: 6px;
}
.home-shop-row {
  padding: 1.5rem 0 1.5rem 3rem;
  opacity: 0.6;
}
.home-shop-row:hover {
  opacity: 1;
  cursor: pointer;
}
.home-shop-detail {
  margin: 1.5rem 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.home-shop-index {
  opacity: 0.4;
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0.8rem 0 0;
}
.home-shop-name {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin: 0 0 2rem;
}
.home-shop-selected {
  background-color: #222841;
  opacity: 1;
}
.home-right-detail-bg {
  width: 100%;
  height: 100%;
  background-image: url(../../img/index_right_img.4d479bcd879674c4bcf1c9c340f9a636.1785868788551.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: auto;
}
.home-right-detail {
  padding: 20px;
  text-align: left;
}
.home-right-button {
  width: 12rem;
  min-height: 35px;
  border-radius: 4px;
  background-color: #276dff;
  border-color: #276dff;
  margin: 2rem 0;
}
.home-right-stat-bg {
  text-align: center;
  border-radius: 4px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.2)
  );
}
.bar-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #04284d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bar-loading > span {
  display: block;
  width: 350px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px;
}
.bar-loading .el-progress--line {
  width: 350px;
  color: #fff !important;
}
.el-progress-bar {
  background: #ebeef5;
  padding: 2px;
  border-radius: 10px;
}
.el-progress__text {
  color: #fff;
}


.login-lang{
  float: right;
}
.login-aside {
    width: 60% !important;
    height: 100vh;
    overflow: hidden;
}
.login-img {
    display: block;
    width: 100%;
    height: 100%;
}
.login-main {
    position: relative;
    height: 100vh;
}
.login-welcome-container {
    background-image: url(../../img/logo.35e02bc0ad36ca80d5c98e061e38f715.1785868788551.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30vh;
}
.login-welcome-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.login-welcome-content p {
    margin: 0;
}
.login-title {
    font-size: 46px;
    font-weight: 600;
    color: #151515;
}
.login-description {
    font-size: 14px;
    color: #777a84;
}
.login-form {
    height: 15rem;
    padding: 1rem 0;
    text-align: left;
}
.input-label {
    font-size: 14px;
    color: #777a84;
    padding-bottom: 0.3rem;
}
.login-input-container {
    padding: 0.1rem 0 0.6rem;
}
.login-input-container input {
    height: 2rem;
    text-align: center;
}
.login-button {
    width: 100%;
    padding: 0;
    min-height: 2rem;
    height: 2rem;
    margin: 2.2rem 0 1rem;
}
.login-footer-img {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 12vh;
}
.login-failed-text {
    font-size: 0.7rem;
    color: red;
}


.mapbox[data-v-a04a3f40] {
  height: 300px;
  width: 100%;
}


.order-dialog-title {
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}
.order-dialog-footer .el-button--small {
    min-height: 1.2rem;
    padding: 7px 15px;
}
.el-dialog__body {
    padding: 0.2rem 0 0;
}
.order-dialog-address-container {
    background-color: #f5f5f9;
    margin: -2rem 1.5rem 0;
    padding: 2.3rem 0 1rem;
    border-radius: 0.2rem;
}
.order-dialog-table-container {
    margin: 1.5rem;
    overflow: auto;
    height: 30vh;
    margin-bottom: 3rem;
}
.order-dialog-table-container span {
    color: #878a94;
}
.order-dialog-product-row {
    border-bottom: 1px solid #eeeeee;
    line-height: 2rem;
}


.header-lang {
  margin-left: 10px;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left > span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
.header-left > i {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}
.header-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-label {
  color: #b3b6c5;
  font-size: 0.9rem;
  margin: 0 0.5rem;
}
.header-dropdown-link {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.header-env {
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  margin-left: 7rem;
}


.fix-dialog {
  background: transparent;
  box-shadow: none;
}
.fix-dialog .el-dialog__header {
  background: #276dff;
  border-radius: 25px 25px 0px 0px;
}
.fix-dialog .el-dialog__body {
  background: #dfdfdf;
  border-radius: 30px;
  margin-top: -58px;
}
.security-pwd .el-dialog__header {
  padding: 0;
}
.security-pwd .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.security-pwd-title {
  font-weight: 600;
  font-size: 18px;
  padding: 23px 0 74px 35px;
  color: #fff;
  text-align: left;
}
.security-pwd-input {
  padding: 40px 40px 0 40px;
}
.security-pwd-input .security-pwd-input-title {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.security-pwd-input .security-pwd-input-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 20px auto;
  height: 18px;
}
.security-pwd-input .security-pwd-input-value .dot {
  width: 12px;
  height: 12px;
  background: #fffafa;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.security-pwd-input .security-pwd-input-value .input {
  /* width: 18px;
        height: 18px; */
  /* background-color: #aad8fa; */
  border: 3px solid #6277c1;
  box-sizing: border-box;
}
.security-pwd-input .security-pwd-input-value .has-value {
  /* border: 3px solid #6277C1;
        box-sizing: border-box; */
  background-color: #33a0ff;
}
.security-pwd-keyboard {
  padding: 0 20px 20px 20px;
  display: flex;
}
.security-pwd-keyboard-number {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.security-pwd-keyboard-number-btn {
  width: 33.33333%;

  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.security-pwd-keyboard-number-btn .num {
  width: 76px;
  height: 76px;
  background: #dfdfdf;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  color: #171616;
  position: relative;
}
.security-pwd-keyboard-number-btn .num:active::after {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  border: 10px solid #dbd4d4;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  position: absolute;
  border-radius: 50%;
}
.security-pwd-keyboard-confirm:active {
  background-color: #235aff;
}
.security-pwd-keyboard-confirm {
  letter-spacing: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  writing-mode: vertical-lr;
  background-color: #33a0ff;
  width: 25%;
  border-top: 2px solid #33a0ff;
  border-bottom: 2px solid #33a0ff;
  border-right: 2px solid #33a0ff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}


.menus-xpand-fold {
    position: relative;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 50%;
    background-image: url(../../img/logo.b0e1b33397257f9411223544fa539dd2.1785868788551.png);
    background-color: #fff;
}
.menus-xpand-fold-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 120px;
    height: 80px;
    margin-left: 60px;
    text-align: left;
    font-size: 14px;
    opacity: 1;
    transition: all 0.2s;
}
.menus-xpand-fold-name.cc {
    opacity: 0;
}
.menus-xpand-fold-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 20px;
    border-right: solid 1px #dbdbdb;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    position: fixed;
    top: 16vh;
    left: calc(17vw - 20px);
    z-index: 9;
    transition: all 0.2s;
}
.menus-xpand-fold-btns.cc {
    left: calc(5vw - 20px);
}
.side-bar-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 72vh;
}
.side-bar-body {
    padding: 10px;
    margin: 0;
}
.side-bar-body-item {
    color: #777a84;
    cursor: pointer;
    background-color: inherit;
    display: block;
    text-align: left;
    padding: 0.5rem 0;
    margin: 0.7rem auto;
    border-radius: 0.2rem;
    border-width: 2px;
    border-color: #e8eefd;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.side-bar-body-item.active {
    color: #1773c2;
    background-color: #e8eefd;
}
.side-bar-body-item i {
    margin-left: 15px;
}
.side-bar-body-item img,
.side-bar-body-item span {
    padding-left: 1rem;
    line-height: 1.5rem;
    vertical-align: middle;
}
.side-bar-body-item span {
    display: block;
    width: 60%;
    height: 24px;
    transition: all 0.2s;
    word-break: break-all;
    overflow: hidden;
}
.side-bar-body-item span.fold-hide-title {
    width: 0px !important;
}
.side-bar-body-item:hover,
.router-link-active {
    background-color: #e8eefd;
    border-color: #e8eefd;
    color: #1773c2;
}
.side-bar-body-item:hover img,
.router-link-active img {
    filter: brightness(0) invert(1);
}


.fixdialog {
  width: 300px !important;
  border-radius: 10px;
}
.msg-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.msg-container .msg-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #171616;
}
.msg-container .msg-2 {
  font-size: 14px;
  color: #b1acac;
  margin-top: 10px;
  margin-bottom: 20px;
}
.msg-container .msg-3box {
  display: flex;
  flex-direction: column;
}
.msg-container .msg-3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.msg-container .msg-3 img {
  margin-right: 5px;
  width: 18px;
}
.msg-container .msg-3 span {
  font-weight: bold;
  font-size: 14px;
  color: #979292;
}
.msg-container .msg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  margin-top: 10px;
  background: #276dff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.management-header {
  background: #1f2f51;
  position: relative;
  text-align: left;
  height: 8vh !important;
}
.management-alert {
  min-height: 2.1rem;
}
.management-body {
  height: 93vh;
  background-image: url(../../img/bg.6afc3ce37faa048caecaa4977aba3b19.1785868788551.jpg);
  background-size: cover;
}
.management-sidebar {
  width: 17vw !important;
  background-color: #fff;
  transition: all 0.2s;
}
.management-sidebar.cc {
  width: 5vw !important;
}
.bar-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #04284d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bar-loading > span {
  display: block;
  width: 350px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px;
}
.bar-loading .el-progress--line {
  width: 350px;
  color: #fff !important;
}
.el-progress-bar {
  background: #ebeef5;
  padding: 2px;
  border-radius: 10px;
}
.el-progress__text {
  color: #fff;
}


.stats-main-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.stats-title-col {
  text-align: left;
  height: 2rem;
  font-size: 0.85rem;
}
.stats-title-text {
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 700;
}
.stats-title-button {
  float: right;
  min-height: 2rem;
  background-color: #276dff;
  padding: 0.5rem 1.4rem;
  font-size: 0.8rem;
}
.stats-summary-row {
  background-image: url(../../img/top_view.c34d29662298833b96b99a8271b88a9c.1785868788551.png);
  background-size: cover;
  border-radius: 8px;
  margin: 1rem 0;
}
.stats-summary-container {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.06)
  );
  text-align: center;
  color: white;
  border-radius: 8px;
  margin: 1.5rem 1.5rem;
  padding: 1rem 0rem;
}
.stats-summary-container p {
  margin: 0;
}
.stats-today-col {
  border: 1px solid #ebeef5;
  background-color: #fff;
  color: #303133;
  transition: 0.3s;
  background-image: url(../../img/bg.64a5f8c24dcaf6b708af653d42df278d.1785868788551.png);
  background-size: cover;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
  /* Change space between elementui el-col */
  max-width: 24%;
}
.stats-today-col > div {
  margin: 0 1.5rem;
}
.stats-today-col > img {
  margin: 0 1rem;
  width: 5em;
}
.stats-today-item {
  text-align: left;
}
.stats-today-item > p {
  margin: 0;
  font-size: 0.8rem;
  color: #878a94;
  margin-bottom: 0.5rem;
}
.stats-today-item > h2 {
  margin: 0;
  color: #555555;
}
.stats-chart-row {
  margin: 1rem 0 0;
}
.stats-chart-col {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
  max-width: 49%;
  flex: 0 0 49%;
}


.printer-dialog-title {
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
.printer-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.printer-dialog-input-row {
  text-align: left;
  margin-bottom: 18px !important;
}
.printer-dialog-input-row .el-form-item__content {
  margin-left: 0 !important;
}
.printer-dialog-input-row .el-input.el-input--small.el-input--prefix {
  width: 65%;
}
.printer-dialog-input-row .el-form-item__error {
  margin-left: 80px;
}
.printer-dialog-input-label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
}
.printer-dialog-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.printer-dialog-form {
  padding: 0 2rem;
}
.printer-dialog-input-row .el-form-item__error {
  margin-left: 0px;
}


.orders-main-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.order-printer-btn {
  min-height: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.order-body {
  padding: 1rem 1rem;
}
.order-title-text {
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
}
.order-stats-col {
  border: 1px solid #ebeef5;
  background-color: #fff;
  color: #303133;
  transition: 0.3s;
  background-image: url(../../img/bg.64a5f8c24dcaf6b708af653d42df278d.1785868788551.png);
  background-size: cover;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
  /* Change space between elementui el-col */
  max-width: 24%;
  flex: 0 0 24%;
}
.order-stats-col > div {
  margin: 0 1rem;
}
.order-stats-col > img {
  margin: 0 1rem;
  width: 4.3rem;
}
.order-stats-item {
  text-align: left;
}
.order-stats-item > p {
  margin: 0;
  font-size: 0.8rem;
  color: #878a94;
  margin-bottom: 0.5rem;
}
.order-stats-item > h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #555555;
}
.order-table-container {
  background-color: #ffffff;
  margin: 1rem 0;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
.order-table-title {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
}
.order-table-search-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* .order-table-search-col>input,
.order-table-search-col>div {
  width: 15rem !important;
} */
.order-table {
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
}
.order-table th {
  background-color: #f3f5f8 !important;
}
.order-table-pagination {
  text-align: right;
  margin-top: 0.8rem;
}
.order-table-pagination li.active {
  background-color: #276dff !important;
}
.order-table-operation-accept {
  background-color: #276dff;
}
.order-table-operation-accept:hover {
  background-color: #56a9fc;
}
.order-table .el-button--mini {
  min-height: 1rem;
  padding: 5px 10px;
}
.order-table-status-tag {
  line-height: 1.4rem;
  height: unset;
  padding: 0 1rem;
}
.order-table-tag-red {
  background-color: rgba(255, 73, 110, 0.1);
  color: #ff496e;
  border: solid 1px #ff496e;
}
.order-table-tag-orange {
  background-color: rgba(255, 237, 227, 0.1);
  color: #fa6f19;
  border: solid 1px #fa6f19;
}
.order-table-tag-green {
  background-color: rgba(0, 184, 91, 0.1);
  color: #00b85b;
  border: solid 1px #00b85b;
}
.order-table-tag-blue {
  background-color: rgba(39, 109, 255, 0.1);
  color: #276dff;
  border: solid 1px #276dff;
}
.order-table-tag-grey {
  background-color: rgba(197, 200, 207, 0.1);
  color: #878a94;
  border: solid 1px #878a94;
}


.payments-main-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.payment-container {
    background-color: #ffffff;
    margin: 1rem 0;
    padding: 0.8rem;
    border-radius: 0.5rem;
}
.payment-table {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
}
.payment-table th {
    background-color: #f3f5f8 !important;
}
.payment-table-pagination {
    text-align: right;
    margin-top: 0.8rem;
}
.payment-table-pagination li.active {
    background-color: #276dff !important;
}
.payment-table-search-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.capsule-tag-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.capsule-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: 0.2rem;
}
.capsule-tag > span {
    padding: 0.3rem 0.7rem;
}
.capsule-tag > span:first-child {
    white-space: nowrap;
    background-color: #3a8ee6;
    border-radius: 1rem 0 0 1rem;
}
.capsule-tag > span:last-child {
    border-radius: 0 1rem 1rem 0;
    background-color: #fff;
    color: black;
}
.oder-detail-page-conatiner {
    overflow: hidden;
    background-color: #f3f5f9;
    padding-left: 0.5rem;
    display: flex;
    justify-content: space-around;
}
.order-details-main {
    width: 60%;
}
.order-details-return-btn {
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    background: none;
    padding: 0;
}
.order-details-return-btn:hover {
    background: none;
}
.order-details-col-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.order-details-col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    padding-right: 0.7rem;
}

/*.order-details-table-container {*/
/*  margin: 36px 0;*/
/*  padding: 0.8rem 0.8rem 2.8rem 0.8rem;*/
/*  background: #fff;*/
/*}*/
.order-details-table tr,
.order-details-table th {
    background-color: #f3f5f9 !important;
    font-weight: 600;
}
.order-details-table div.cell {
    display: flex;
    align-items: center;
}
.order-details-aside {
    width: 32%;
    border-radius: 0.5rem;
    box-shadow: 0 16px 32px -6px rgba(20, 24, 43, 0.2);
    background-image: url(../../img/order_bg.9a92a862d02f17e1e5ffd0f08ae11cc1.1785868788551.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
    overflow: auto;
}
.order-detail-title-row {
    color: #c8cbd2;
    padding: 0.5rem 0;
}
.payment-details-aside-title {
    font-size: 1.4rem;
    padding: 2rem 0 1.5rem;
}
.order-details-data {
    padding-bottom: 1rem;
}
.order-details-img {
    width: 3.5rem;
    height: 3.5rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.order-img-fail {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f0f0f0;
    color: darkgrey;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-header {
    border-radius: 12px;
}


.decoration-demo-container {
  width: 370px;
  background-color: white;
  box-shadow: 0 10px 22px 0 rgba(17, 94, 206, 0.2);
  float: left;
}
.decoration-demo-title {
  padding: 0.7rem 0;
  font-size: 16px;
  font-weight: 500;
  background-color: #276dff;
  color: #ffffff;
}
.decoration-demo-search-bar {
  height: 26px;
  border-radius: 16px;
  background-color: #f3f5f9;
  margin: 0.2rem 0.7rem 0.7rem 0.7rem;
  font-size: 12px;
  color: #777a84;
  display: flex;
  align-items: center;
}
.decoration-demo-menu-container {
  display: flex;
}
.decoration-demo-side-bar {
  display: inline-block;
  width: 25%;
  background-color: #f3f5f9;
  height: 400px;
}
.decoration-demo-body {
  height: 400px;
  display: inline-block;
  width: 75%;
  overflow: hidden;
  padding: 0 0.7rem;
}
.decoration-demo-side-item {
  font-size: 14px;
  color: #777a84;
  padding: 0.7rem 0;
}
.decoration-item-active {
  background-color: #ffffff;
  border-left: 2px solid #276dff;
  color: #276dff;
}
.decoration-demo-prod-img {
  width: 90px;
  height: 90px;
  background-color: #dde4f2;
  border-radius: 0.2rem;
}
.decoration-demo-product-list {
  margin:1rem 0;
  display:flex
}
.decoration-demo-prod-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
}
.decoration-demo-prod-detail h4, 
.decoration-demo-prod-detail p {
  margin: 0;
  text-align: left;
  margin-left: 0.5rem;
}
.decoration-demo-prod-detail p {
  color:#777a84;
  font-size: 12px;
  margin: 0.4rem 0.5rem;
}
.decoration-demo-cart-btn {
  width: 4.5rem;
  border-radius: 0.7rem;
  background-color: #276dff;
  color: #ffffff;
  font-size: 0.7rem;
  border: none;
}
.decoration-demo-discount {
  background-color: #ffeaee;
  color: #f13764;
  font-size: 0.7rem;
  text-align: left;
  padding: 0.2rem 0 0.2rem 0.8rem;
}
.decoration-demo-summary {
  display: flex;
  justify-content: space-between;
  margin: 0.7rem 0 0 1rem;
}
.decoration-demo-sum-btn {
  width: 5rem;
  border-radius: 1rem;
  background-color: #276dff;
  color: #ffffff;
  font-size: 1rem;
  height: 2rem;
  border: none;
  margin: 0.5rem 0.5rem 0 0;
}
.decoration-demo-label-container {
  display:inline-block;
  text-align: left;
  vertical-align: top;
  margin-left: 1rem;
}
.decoration-demo-label-container p {
  color: #777a84;
  margin: 0.2rem 0 0;
}
.decoration-demo-divider {
  width:40%;
  border-radius:0.4rem;
  background-color: #323232;
  height: 4px;
  margin: 0 auto 0.5rem;
}
.decoration-settings-container {
  display: inline-block;
  width: 40%;
  margin-top: 3rem;
  text-align: right;
}
.decoraiton-settings-banner {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.decoraiton-banner-title-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.decoraiton-banner-title-left {
  font-size: 1.2rem;
  font-weight: 600;
}
.decoraiton-banner-title-right {
  color: #777a84;
  font-size: 0.7rem;
  display: flex;
  align-items: flex-end;
}
.decoration-preview-container {
  display: flex;
  margin-bottom: 0.7rem;
}
.decoration-preview-img {
  height: 90px;
  width: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
.decoration-preview-img-placeholder {
  height: 90px;
  width: 185px;
  background-color: #f0f0f0;
  color: #e0e0e0;
  border-radius: 0.2rem;
  font-weight: 900;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.decoration-preview-upload-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
.decoration-upload-btn {
  border-color: #276dff !important;
  background-color: #ffffff !important;
  color: #276dff !important;
  min-height: 2rem;
  height: 2rem;
  padding: 0 1rem;
  font-size: 0.9rem;
}
.decoration-upload-btn:hover {
  border-color: #276dff !important;
  color: #ffffff !important;
  background-color: #276dff !important;
}
.decoration-preview-del-btn {
  min-height: 10px;
  padding: 2px !important;
  font-size: 10px;
  position: absolute;
  top: -7px;
  right: -7px;
}
.decoration-preview-del-btn i {
  font-weight: 800;
}
.decoration-save-btn {
  border-color: #276dff !important;
  background-color: #ffffff !important;
  color: #276dff !important;
  min-height: 2.5rem;
  margin-top: 1.5rem;
  padding: 0.7rem 5rem;
  font-size: 1rem;
  letter-spacing: 0.5rem;
}
.decoration-save-btn:hover {
  border-color: #276dff !important;
  color: #ffffff !important;
  background-color: #276dff !important;
}


.cat-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.cat-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.el-dialog__body {
  padding: 0.5rem 20px 0;
}
.cat-dialog-input-label {
  width:10rem;
  text-align:left;
}


.menus-main-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
}
.twoline {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.menu-top-img-div {
    height: 11.5rem;
    width: 100%;
    background-image: url(../../img/topView.afba6f0dc568e91cbc6df2b08aba1bd8.1785868788551.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
.menu-top-img-div h2,
.menu-top-img-div p {
    color: #ffffff;
    margin: 0.5rem 0;
}
.menu-top-img-div p {
    font-size: 0.9rem;
}
.menu-add-cat-btn {
    min-height: 2.5rem;
    margin-top: 1.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
}
.menu-add-cat-btn i.el-icon-plus {
    font-weight: 900;
}
.menu-no-cat-div {
    padding: 10rem;
}
.menu-no-cat-div p {
    font-size: 0.9rem;
    color: #777a84;
}
.menu-cat-container {
    display: flex;
    width: inherit;
    justify-content: center;
    overflow: auto;
    margin: 1.5rem;
    height: 61vh;
}
.menu-cat-grid {
    display: grid;
    min-width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 16rem));
    grid-auto-rows: minmax(15rem, 14rem);
}
.menu-cat-item {
    position: relative;
    width: 10rem;
    height: 13rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
    /* margin: 1rem; */
    padding: 0.5rem 2.5rem 0.6rem;
}
.menu-cat-item h3 {
    margin: 0.6rem 0 0 0;
    font-size: 1rem;
    /* min-height: 3rem; */
}
.menu-cat-item p {
    margin: 0.2rem 0 0.8rem 0;
    font-size: 0.8rem;
}
.menu-show-product-btn {
    min-height: 2rem;
    padding: 0 1rem;
    font-size: 0.9rem;
}


.user-body {
  padding: 1rem 1rem;
}
.user-title-col-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.user-title-col-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
}
.user-table-container {
  background-color: #ffffff;
  margin: 1rem 0;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
.user-table-search-box {
  text-align: left;
  width: 12rem;
}
.user-table-search-col>input {
  width: 12rem !important;
}
.user-table {
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
}
.user-img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-img-fail {
  width: 3rem;
  height: 3rem;
  background-color:#f0f0f0;
  color:darkgrey;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-table th{
  background-color: #f3f5f8 !important;
  padding: 0.6rem 0;
}
.user-table td {
  padding: 0.3rem 0;
  color: #0a0c13;
  font-weight: 500;
}
.user-table div.cell {
  display: flex;
  align-items: center;
}
.user-table-pagination {
  text-align: right;
  margin-top: 0.8rem;
}
.user-table-pagination li.active{
  background-color: #276dff !important;
}


.printer-dialog-title {
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
.printer-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.printer-dialog-input-row {
  text-align: left;
  margin-bottom: 18px !important;
}
.printer-dialog-input-row .el-form-item__content {
  margin-left: 0 !important;
}
.printer-dialog-input-row .el-input.el-input--small.el-input--prefix {
  width: 65%;
}
.printer-dialog-input-row .el-form-item__error {
  margin-left: 80px;
}
.printer-dialog-input-label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
}
.printer-dialog-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.printer-dialog-form {
  padding: 0 2rem;
}
.printer-dialog-input-row .el-form-item__error {
  margin-left: 0px;
}


.printer-dialog-title {
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
.printer-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.printer-dialog-input-row {
  text-align: left;
  margin-bottom: 18px !important;
}
.printer-dialog-input-row .el-form-item__content {
  margin-left: 0 !important;
}
.printer-dialog-input-row .el-input.el-input--small.el-input--prefix {
  width: 65%;
}
.printer-dialog-input-row .el-form-item__error {
  margin-left: 80px;
}
.printer-dialog-input-label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
}
.printer-dialog-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.printer-dialog-form {
  padding: 0 2rem;
}
.printer-dialog-input-row .el-form-item__error {
  margin-left: 0px;
}


.discount-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.discount-dialog-grid{
  display:grid;
  min-width: 100%;
  min-height: auto;
  justify-content: flex-start;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 10rem));
  grid-auto-rows: minmax(6rem, 6rem);
}
.discount-dialog-card-button {
    height: 90%;
    margin: 0 0.5rem;
    white-space: normal;
}
.discount-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}


.setting-main-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.setting-body {
  margin-top: 1rem;
  padding: 1.3rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.setting-header {
  background-image: linear-gradient(to right, #33a0ff 0%, #235aff 100%);
  box-shadow: 0 10px 22px 0 rgba(17, 94, 206, 0.2);
  border-radius: 0.5rem;
  padding: 2rem 5rem 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
.setting-header h2,
.setting-header p {
  margin: 0 0 0.5rem;
  color: #ffffff;
}
.setting-nav-menu {
  text-align: left;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
.setting-nav-menu a:hover {
  color: #141839;
  font-weight: 600;
}
.setting-nav-menu a {
  text-decoration: unset;
  color: #777a84;
}
.setting-seciton-title {
  font-size: 1rem;
  text-align: left;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
}
.setting-timetable-col {
  text-align: left;
  margin-bottom: 1.2rem;
}
.setting-timetable-weekday {
  font-weight: 600;
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 0.6rem;
  display: flex;
}
.setting-timetable-divider {
  width: 1rem;
  vertical-align: middle;
  display: inline-block;
  height: 1px;
  margin: 0 0.5rem;
}
.setting-label {
  font-size: 0.8rem;
  color: #777a84;
  margin-right: 0.6rem;
}
.setting-radio {
  margin: 0;
}
.setting-label-black {
  margin-right: 0.6rem;
  font-size: 0.8rem;
  color: #0a0c13;
}
.setting-status-tag {
  line-height: 1.4rem;
  height: unset;
  padding: 0 1rem;
  border-radius: 0.2rem;
}
.setting-tag-red {
  background-color: rgba(255, 73, 110, 0.1);
  color: #ff496e;
  border: solid 1px #ff496e;
}
.setting-tag-green {
  background-color: rgba(0, 184, 91, 0.1);
  color: #00b85b;
  border: solid 1px #00b85b;
}
.setting-republish-buttom {
  margin-left: 3rem;
  padding: 0.3rem 2rem;
  min-height: 24px;
  background-color: #ffff;
  color: #276dff;
  border-color: #276dff;
}
.setting-republish-buttom:hover {
  margin-left: 3rem;
  padding: 0.3rem 2rem;
  min-height: 24px;
  background-color: #276dff;
}
.setting-textarea {
  width: 92%;
}
.setting-textarea textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.setting-submit-buttom {
  padding: 0.2rem 10rem;
  min-height: 2rem;
  background-color: #ffff;
  color: #276dff;
  border-color: #276dff;
  margin-bottom: 1rem;
}
.setting-submit-buttom:hover {
  padding: 0.2rem 10rem;
  min-height: 2rem;
  background-color: #276dff;
}
.setting-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}


.edit-order-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.edit-order-dialog-header {
  font-weight:600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.edit-order-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.edit-order-dialog-item-row {
  text-align: left;
  margin-bottom: 18px !important;
}
.edit-order-dialog-item-row .el-form-item__content {
  margin-left: 0 !important;
}
.edit-order-dialog-item-row .el-input.el-input--small.el-input--prefix {
  width: 65%;
}
.edit-order-dialog-item-row .el-form-item__error {
  margin-left: 80px;
}
.edit-order-dialog-input-label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
}
.edit-order-dialog-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.edit-order-dialog-form {
  padding: 0 2rem;
}
.edit-order-dialog-textarea {
    margin: 0 0 2rem 0rem ;
}
.edit-order-dialog-textarea textarea {
  font-family: Arial, Helvetica, sans-serif;
}


.oder-detail-page-conatiner {
    overflow: auto;
    background-color: #f3f5f9;
    padding-left: 0.5rem;
    display: flex;
    justify-content: space-around;
}
.order-details-main {
    width: 60%;
}
.order-details-return-btn {
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    background: none;
    padding: 0;
}
.order-details-return-btn:hover {
    background: none;
}
.order-details-col-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.order-details-col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    padding-right: 0.7rem;
}
.order-details-table-container {
    margin: 1rem 0;
    padding-left: 0.8rem;
}
.order-details-table tr,
.order-details-table th {
    background-color: #f3f5f9 !important;
    font-weight: 600;
}
.order-details-table div.cell {
    display: flex;
    align-items: center;
}
.order-details-img {
    width: 3.5rem;
    height: 3.5rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.order-details-aside {
    width: 32%;
    border-radius: 0.5rem;
    box-shadow: 0 16px 32px -6px rgba(20, 24, 43, 0.2);
    background-image: url(../../img/order_bg.9a92a862d02f17e1e5ffd0f08ae11cc1.1785868788551.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
    overflow: auto;
}
.order-detail-title-row {
    color: #c8cbd2;
    padding: 0.5rem 0;
}
.order-details-aside-title {
    font-size: 1.8rem;
    padding: 2rem 0 1.5rem;
}
.order-details-data {
    padding-bottom: 1rem;
}
.order-img-fail {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f0f0f0;
    color: darkgrey;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-detail-edit-btn {
    float: right;
    margin: 0.5rem 0.8rem 0;
}


.product-dialog-title {
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}
.product-dialog-footer .el-button--small {
    min-height: 1.2rem;
    padding: 7px 15px;
}
.el-dialog__body {
    padding: 0.5rem 20px 0;
}
.product-dialog-input-row {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
.product-dialog-input-label {
    width: 106px;
    padding: 0 12px 0 0;
    text-align: right;
}
.product-dialog-preview-del-btn {
    min-height: 10px;
    padding: 2px !important;
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: -7px;
}
.product-dialog-preview-del-btn i {
    font-weight: 800;
}
.product-dialog-preview-img {
    height: 6rem;
    width: 6rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-dialog-preview-img-placeholder {
    height: 6rem;
    width: 6rem;
    background-color: #f0f0f0;
    color: #e0e0e0;
    border-radius: 0.2rem;
    font-weight: 900;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-dialog-preview-upload-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.product-dialog-upload-btn {
    border-color: #276dff !important;
    background-color: #ffffff !important;
    color: #276dff !important;
    min-height: 2rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: 0.9rem;
}
.product-dialog-upload-btn:hover {
    border-color: #276dff !important;
    color: #ffffff !important;
    background-color: #276dff !important;
}
.product-dialog-confirm-btn {
    background-color: #276dff !important;
}
.product-dialog-confirm-btn:hover {
    background-color: #409eff !important;
}
.product-dialog-form {
    padding: 0 2rem;
}


.option-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.option-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.option-dialog-input-row {
  text-align: left;
  margin-bottom: 18px !important;
}
.option-dialog-input-row .el-form-item__content {
  margin-left: 0 !important;
}
.option-dialog-input-row .el-input.el-input--small.el-input--prefix {
  width: 65%;
}
.option-dialog-input-row .el-form-item__error {
  margin-left: 80px;
}
.option-dialog-input-label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
}
.option-dialog-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.option-dialog-form {
  padding: 0 2rem;
}


.allergen-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.allergen-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.el-dialog__body {
  padding: 0.5rem 20px 0;
}
.allergen-dialog-input-row {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.allergen-dialog-input-label {
  width:10rem;
  text-align:left;
}
.allergen-dialog-form {
  padding: 0 30px;
}
.allergen-textarea textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.allergen-dialog-input-row {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.allergen-dialog-input-label {
  width:7.5rem;
  text-align:left;
}
.allergen-dialog-preview-del-btn {
  min-height: 10px;
  padding: 2px !important;
  font-size: 10px;
  position: absolute;
  top: -7px;
  right: -7px;
}
.allergen-dialog-preview-del-btn i {
  font-weight: 800;
}
.allergen-dialog-preview-img {
  height: 6rem;
  width: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.allergen-dialog-preview-img-placeholder {
  height: 6rem;
  width: 6rem;
  background-color: #f0f0f0;
  color: #e0e0e0;
  border-radius: 0.2rem;
  font-weight: 900;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allergen-dialog-preview-upload-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
.allergen-dialog-upload-btn {
  border-color: #276dff !important;
  background-color: #ffffff !important;
  color: #276dff !important;
  min-height: 2rem;
  height: 2rem;
  padding: 0 1rem;
  font-size: 0.9rem;
}
.allergen-dialog-upload-btn:hover {
  border-color: #276dff !important;
  color: #ffffff !important;
  background-color: #276dff !important;
}


.menu-details-nav-bar {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.menu-details-return-btn {
  border: none;
  font-size: 1.2rem;
  font-weight: 900;
  background: none;
  padding: 0;
  margin-right: 1rem;
}
.menu-details-nav-btn {
  display: inline-block;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  padding: 0.2rem 2rem;
  color: #878a94;
  cursor: pointer;
}
.menu-details-nav-btn.is-active {
  color: #ffffff;
  background-color: #276dff;
}
.menu-details-tab-container {
  display: inline-block;
  margin-top: 1.5rem;
}
.menu-details-tab {
  background-color: #ebedf3;
  font-size: 0.8rem;
  text-orientation: upright;
  border-radius: 0.3rem 0 0 0.3rem;
  writing-mode: vertical-rl;
  padding: 1.5rem 0.4rem;
  margin: 0.5rem 0;
  cursor: pointer;
  width: 1.2rem;
}
.menu-details-tab.is-active {
  background-color: #ffffff;
}
.menu-details-body-container {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 1rem 2rem 2rem;
  text-align: left;
  margin: 1rem 0;
  width: 90%;
  min-height: 20rem;
}
.menu-details-body-title {
  font-size: 1rem;
  font-weight: 700;
}
.menu-details-body-quantity {
  font-size: 0.9rem;
  color: #878a94;
  margin: 0 1.5rem;
}
.menu-details-product-btn {
  min-height: 2rem;
  padding: 0 1.5rem;
  font-size: 0.9rem;
  margin: 1.5rem 0 1rem;
}
.menu-details-unavailable-btn {
  min-height: 2rem;
  padding: 0 1.5rem;
  font-size: 0.9rem;
  float: right;
}
.menu-details-table {
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
}
.menu-details-table th{
  background-color: #f3f5f8 !important;
  padding: 0.6rem 0;
}
.menu-details-img {
  width: 4rem;
  height: 4rem;
}
.menu-details-table td {
  padding: 0.3rem 0;
  color: #0a0c13;
  font-weight: 500;
}
.menu-details-table div.cell {
  display: flex;
  align-items: center;
}
.menu-details-option-label {
  font-size: 0.9rem;
  margin-right: 1rem;
}
.menu-details-img-fail {
  width: 4rem;
  height: 4rem;
  background-color:#f0f0f0;
  color:darkgrey;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-details-row-unavailable {
  background-color: rgba(245, 247, 250) !important;
  color: darkgray;
}
.menu-details-table-search-box {
  width: 12rem;
}
.menu-details-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.register-title {
  font-weight:600;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.register-button {
  width: 5rem;
  padding: 0;
  min-height: 2rem;
  height: 2rem;
  margin: 1.5rem 0 1rem;
}


.forgot-pwd-title {
  font-weight:600;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.forgot-pwd-button {
  width: 5rem;
  padding: 0;
  min-height: 2rem;
  height: 2rem;
  margin: 1.5rem 0 1rem;
}


.account-management-background {
  background-image: url(../../img/cafe1.f3afcb4298d4a915713e2cc3e4f8709d.1785868788551.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  height: 100vh;
}
.account-management-container {
  width: 40%;
  background-color: #ffff;
  padding: 2rem 2rem 1rem;
  margin-top: 10vh;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 1rem;
}


.reset-title {
  font-weight:600;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.reset-button {
  width: 5rem;
  padding: 0;
  min-height: 2rem;
  height: 2rem;
  margin: 1.5rem 0 1rem;
}


.table-dialog-title {
  text-align:left;
  font-weight:600;
  font-size: 0.9rem;
}
.table-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.el-dialog__body {
  padding: 0.5rem 20px 0;
}


.searchDiv {
  position: fixed;
  z-index: 2022;
  background: #fff;
  top: 0px;
  bottom: 0;
  width: 68vw;
  left: 0;
  box-shadow: 0 0 5px 3px #eee;
}
.add-order-dialog-title {
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
.add-order-dialog-footer .el-button--small {
  min-height: 1.2rem;
  padding: 7px 15px;
}
.add-order-container {
  display: flex;
  width: inherit;
  justify-content: center;
  margin: 0 2rem;
}
.product-scrollbar .el-tabs__item {
  background: #fff !important;
  margin: 20px;
  border-radius: 20px;
  /*transition: all 0.5s;*/
}
.product-scrollbar .el-input__inner {
  background: #f5f5f9;
  border-radius: 25px;
  box-shadow: inset 2px 2px 4px rgba(149, 146, 146, 0.25);
}
.add-order-textarea .el-textarea__inner {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.product-scrollbar .el-tabs__nav-wrap::after {
  background: transparent;
}
.product-scrollbar .el-tabs__active-bar {
  display: none;
}
.product-scrollbar .el-tabs__item.is-active {
  transform: scale(1.4, 1.4);
  position: relative;
  left: 25px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-scrollbar .el-tabs__item.is-active::before {
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  z-index: -1;
  background: #409eff;
  position: absolute;
}
.product-scrollbar .el-scrollbar__view {
  height: 100%;
}
.product-scrollbar .el-tabs__nav-wrap {
  overflow: inherit;
  padding: 0 !important;
}
.product-scrollbar .el-tabs__nav-scroll {
  /* height: 90%;
  background: #F5F5F9;
  overflow: inherit; */

  height: 100%;
  background: #f5f5f9;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}
.product-scrollbar .el-tabs__nav-next {
  background: #409eff;
  z-index: 22;
  color: #fff;
  left: 0;
  opacity: 0.6;
  display: none;
}
.product-scrollbar .el-tabs__nav-prev {
  background: #409eff;
  z-index: 22;
  color: #fff;
  left: 0 !important;
  opacity: 0.6;
  display: none;
}
.product-scrollbar .el-tabs__nav {
  transition: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-scrollbar .el-tabs__header {
  background: #f5f5f9;
}
.product-scrollbar .el-tabs__content {
  padding-top: 60px;
  height: calc(100% - 100px);
  overflow: auto;
}
.add-order-grid {
  text-align: left;
}
.add-order-card-button {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 3px 5px 2px #999;
  width: calc(18vw - 65px);
  height: calc(18vw - 120px);
  margin: 20px 3vw 20px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border: 6px solid #fff;
}
.add-order-card-button:nth-child(3n) {
  margin-right: 0;
}
.add-order-card-button > img {
  position: absolute;
  right: -4.2vw;
  width: 35%;
  bottom: 0;
  transform: rotate(135deg);
}
.add-order-card-button:hover {
  background: #409eff;
}
.add-order-card-button:active {
  background: #409eff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
.add-order-card-button:focus {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
.add-order-card-button > div {
  display: flex;
  margin: auto;
  width: 65%;
  height: 100%;
  /* margin-top: 17.5%; */
  /* background: #fff; */
  overflow: hidden;
  /* border-radius: 1000px; */
  text-overflow: ellipsis;
  /* box-shadow: -2px -2px 5px 0px #ccc inset; */
  justify-content: center;
  align-items: center;
}
.add-order-card-price {
  margin-top: 0.5rem;
}
.add-order-basket-product-row {
  border-bottom: 1px solid #eeeeee;
  font-size: 0.9rem;
  align-items: center;
  padding: 0.2rem 0;
}
.add-order-basket-price {
  text-align: right;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #0a0c13;
  font-weight: bold;
}
.add-order-basket-product-list {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.chooseDishPlace .el-checkbox {
  padding: 20px;
  display: inline-block;
  width: calc(32% - 60px);
  margin: 10px;
  border-radius: 10px;
  box-shadow: 2px 3px 5px 2px #999;
}
.chooseDishPlace .el-checkbox .el-checkbox__input {
  display: none;
}
.chooseDishPlace .el-checkbox .el-checkbox__label {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.chooseDishPlace .el-checkbox.is-checked {
  background: #409eff;
}
.chooseDishPlace .el-checkbox.is-checked .el-checkbox__label {
  color: #fff !important;
}
.add-order-basket-product-row-left {
  text-align: left;
}
.add-order-basket-product-row-right {
  text-align: right;
}
.add-order-basket-product-row-header {
  font-size: 1.2rem;
  align-items: center;
  padding: 0.2rem 0;
  color: #0a0c13;
  font-weight: bold;
}
.add-order-basket-product-row-bottom {
  font-size: 1rem;
  align-items: center;
  padding: 0.2rem 0;
  color: #73767a;
}
.add-order-basket-summary-row {
  line-height: 2rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.add-order-dialog-add-input-btn {
  min-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.add-order-option-warning {
  color: #f56c6c;
  font-size: 12px;
}
.add-order-textarea {
  width: 100%;
}
.add-order-textarea textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.product-scrollbar {
  width: 70%;
  height: 30rem;
}
.product-scrollbar .el-tabs__item {
  height: 4.6rem;
  line-height: 4.6rem;
  width: 8rem;
  text-align: center !important;
}
.product-scrollbar .el-tabs__item:nth-child(odd) {
  /* background-color: #fff; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-scrollbar .el-tabs__item:nth-child(even) {
  background-color: #f5f7fa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dishList {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #eee;
  font-weight: normal;
  cursor: pointer;
}


.print-bill-dialog-btn-grid{
  display:grid;
  min-width: 100%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 7rem));
  grid-auto-rows: minmax(4rem, 4rem);
  margin-bottom: 2rem;
}
.print-bill-dialog-card-btn {
    height: 90%;
    margin: 0 0.5rem;
    white-space: normal;
}
.print-bill-dialog-input {
    width: 80%;
    display: inline-block;
}
.print-bill-dialog-keyboard {
    display: flex;
    justify-content: center;
}
.print-bill-dialog-keyboard-number {
    width: 240px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.print-bill-dialog-keyboard-number-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 4px;
    text-align: center;
    font-size: 22px;
  margin: 10px;
  box-shadow: 3px 3px 2px #d7d6d6;
    font-weight: 600;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.print-bill-dialog-keyboard-number-btn:active {
    background-color: #235aff;
    color: #fff;
}
.print-bill-dialog-keyboard-confirm {
  letter-spacing: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  writing-mode: vertical-lr;
  background-color: #33a0ff;
  width: 60px;
  margin: 0 0 0 10px;
  height: 320px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
  box-shadow: 3px 3px 2px #d7d6d6;
}


.table-payment-line-through {
  text-align: right;
  text-decoration: line-through;
  font-size: 0.7rem;
}
.table-payment-table-container {
  margin: 0 1rem;
  height: 88vh;
  overflow: scroll;
  background-color: #f5f5f9;
}
.table-payment-table-container-left {
  overflow: auto;
  height: 70vh;
  background-color: #f5f5f9;
}
.table-payment-product-row {
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
}
.table-payment-total-row {
  line-height: 1.5rem;
  font-size: 0.9rem;
  padding: 0 0.8rem;
}
.table-payment-dropdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.table-payment-discount-btn-grid {
  display: grid;
  min-width: 100%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 9rem));
  grid-auto-rows: minmax(4rem, 4rem);
  margin-bottom: 2rem;
}
.table-payment-discount-card-btn {
  height: 90%;
  margin: 0 0.5rem;
  white-space: normal;
  border-radius: 10px;
  border: none;
  box-shadow: 3px 3px 2px #d7d6d6;
  background-color: #e4e6ee;
}
.table-payment-input {
  width: 80%;
  display: inline-block;
}
.table-payment-security-pwd-keyboard {
  display: flex;
  justify-content: center;
}
.short-pay {
  margin: 4px 20px 0 0;
}
.short-pay-btn {
  cursor: pointer;
  width: 157px;
  background: #fff;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  font-weight: bold;
  box-shadow: 3px 3px 2px #d7d6d6;
  border-radius: 6px;
}
.short-pay-btn:last-child {
  margin-bottom: 0;
}
.table-payment-security-pwd-keyboard-number {
  width: 270px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.table-payment-security-pwd-keyboard-number-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 3px 3px 2px #d7d6d6;
  margin: 5px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.table-payment-security-pwd-keyboard-number-btn:active {
  background-color: rgba(234, 233, 233, 0.17);
  color: rgba(24, 24, 24, 0.17);
}
.table-payment-security-pwd-keyboard-confirm {
  letter-spacing: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  writing-mode: vertical-lr;
  background-color: #33a0ff;
  width: 80px;
  margin: 10px 0 0 5px;
  height: 260px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
  box-shadow: 3px 3px 2px #d7d6d6;
}
.table-payment-security-pwd-keyboard-confirm:active {
  background-color: #193b73;
  color: #fff;
  box-shadow: 3px 3px 2px #d7d6d6;
}


.el-dialog__body {
  padding: 0.2rem 0 0;
}
.table-drawer-table-container {
  margin: 1.5rem;
  overflow: auto;
  height: calc(100vh - 140px);
  margin-bottom: 1vh;
}
.table-drawer-product-row {
  line-height: 2.6rem;
  font-size: 1.1rem;
}
.table-drawer-summary-row {
  line-height: 2.6rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.table-drawer-total-row {
  line-height: 2.6rem;
  font-size: 1.1rem;
}
.table-drawer-pay-btn {
  min-height: 2rem;
  padding: 0 0.8rem;
  font-size: 1.1rem;
  background: #ffffff !important;
  border-color: #f56c6c !important;
}
.table-drawer-pay-btn:hover {
  border-color: #f56c6c !important;
  color: #ffffff !important;
  background-color: #f56c6c !important;
}
.table-drawer-pay-disabled-text {
  color: #f9a7a7;
  font-size: 1.1rem;
  margin-top: 0.4rem;
}
.table-drawer-container .el-checkbox__label {
  font-size: 1.1rem !important;
}
.table-drawer-table-inline-div {
  display: inline-block;
  font-size: 1.1rem;
}
.table-drawer-title {
  font-size: 1.1rem;
}


.tables-main-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
}
.table-page-header {
    width: 100%;
    height: 22vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    background-image: url(../../img/topView.afba6f0dc568e91cbc6df2b08aba1bd8.1785868788551.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-page-header > b {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    color: #fff;
}
.table-page-header > div {
    text-align: center;
}
.table-empty-div {
    padding: 10rem;
}
.table-empty-div p {
    font-size: 0.9rem;
    color: #777a84;
}
.table-item-container {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}
.table-item-grid {
    display: grid;
    min-width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 16rem));
    grid-auto-rows: minmax(14rem, 14rem);
}
.table-item-card {
    width: 11rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.6rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 0px #d7d6d6;
    position: relative;
}
.table-item-card h3 {
    margin: 0.6rem 0 0.2rem;
    font-size: 1.2rem;
}
.table-item-card p {
    margin: 0.5rem 0 1.5rem;
    font-size: 1.2rem;
}
.table-edit-btn {
    min-height: 2rem;
    padding: 0 0.5rem;
    font-size: 0.9rem;
}
.table-occupied {
    background-color: #337ecc;
    color: #fff;
}
.table-change-choosen {
    border-color: #4db0f6;
}
.table-change-i {
    display: none;
}
.table-item-card.table-change-choosen .table-change-i {
    display: block;
    position: absolute;
    color: #4db0f6;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
}
.table-download-link {
    text-decoration: none;
    border: 1px solid #276dff;
    border-radius: 3px;
    background-color: #ffffff !important;
    color: #276dff !important;
    padding: 0.4rem;
    font: 500 0.9rem Arial;
    width: 70px;
    padding: 0.47rem;
    margin: 1rem;
}
.table-download-link:hover {
    border-color: #276dff !important;
    color: #ffffff !important;
    background-color: #276dff !important;
}
.table-summary-container {
    font-size: 0.8rem;
    text-align: left;
    display: inline-block;
}


[data-v-2a78a292] {
    margin: 0px;
    padding: 0px;
}
.mobile-login-header[data-v-2a78a292] {
    width: 100vw;
    height: 20vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../../img/login_img.f06dbbd372afa1f84b032ea5cbd8418a.1785868788551.jpg);
}
.mobile-login-header > h1[data-v-2a78a292] {
    text-align: center;
    font-size: 6vh;
    color: #fff;
    padding-top: 3vh;
}
.mobile-login-header > h2[data-v-2a78a292] {
    text-align: center;
    font-size: 3vh;
    color: #fff;
    font-weight: normal;
}
.mobile-login-form[data-v-2a78a292] {
    width: 100vw;
    padding-top: 5vh;
}
.mobile-login-form > label[data-v-2a78a292] {
    display: block;
    width: 90vw;
    margin: 0 auto;
    padding-top: 3vh;
    text-align: left;
}
.mobile-login-form > div.err-tips[data-v-2a78a292] {
    width: 90vw;
    height: 10vh;
    margin: 0 auto;
    text-align: left;
    color: #f12;
}
.mobile-login-form > img.copyright[data-v-2a78a292] {
    display: block;
    width: 40vw;
    position: fixed;
    left: 30vw;
    bottom: 2vh;
}
.el-input[data-v-2a78a292] {
    width: 90vw;
    margin: 0 auto;
}
.el-button--primary[data-v-2a78a292] {
    width: 90vw;
    margin: 0 auto;
}


.security-pwd[data-v-7b955209] {
    border-radius: 30px;
    overflow: hidden;
}
.security-pwd-input[data-v-7b955209] {
    padding: 40px 40px 0 40px;
}
.security-pwd-input .security-pwd-input-title[data-v-7b955209] {
    font-size: 24px;
    text-align: center;
}
.security-pwd-input .security-pwd-input-value[data-v-7b955209] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin: 10px auto;
}
.security-pwd-input .security-pwd-input-value .dot[data-v-7b955209] {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
}
.security-pwd-input .security-pwd-input-value .input[data-v-7b955209] {
    border: 3px solid #e76a17;
    box-sizing: border-box;
}
.security-pwd-input .security-pwd-input-value .has-value[data-v-7b955209] {
    background-color: #59affa;
}
.security-pwd-keyboard[data-v-7b955209] {
    padding: 0 10px 10px 10px;
    display: flex;
}
.security-pwd-keyboard-number[data-v-7b955209] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.security-pwd-keyboard-number-btn[data-v-7b955209] {
    width: 33.33333%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.security-pwd-keyboard-number-btn .num[data-v-7b955209] {
    width: 70px;
    height: 70px;
    background: #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #171616;
    position: relative;
}
.security-pwd-keyboard-number-btn .num[data-v-7b955209]:active::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    border: 6px solid #276dff;
    color: #fff;
    position: absolute;
    border-radius: 50%;
}


[data-v-38283801] {
  margin: 0px;
  padding: 0px;
}
.header[data-v-38283801] {
  position: relative;
  width: 100vw;
  height: 8vh;
  overflow: hidden;
  background: #04284d;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header > h1[data-v-38283801] {
  width: 70vw;
  height: 8vh;
  padding-left: 12vw;
  line-height: 8.2vh;
  font-size: 2.2vh;
  text-align: left;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  background-image: url(../../img/logo.b0e1b33397257f9411223544fa539dd2.1785868788551.png);
}
.header-user-dropdown[data-v-38283801] {
  width: 5vh;
}
.header-user-icon[data-v-38283801] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5vh;
  height: 5vh;
  border-radius: 2.5vh;
  background-color: #fff;
}
.el-icon-user[data-v-38283801] {
  color: #04284d;
  font-size: 3vh;
}
.el-dropdown-menu__item[data-v-38283801] {
  line-height: normal !important;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.container-none[data-v-38283801] {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-none > img[data-v-38283801] {
  display: block;
  width: 70%;
}
.container-none > b[data-v-38283801] {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #cacaca;
}
.container-none > a[data-v-38283801] {
  display: block;
  padding: 10px;
  font-size: 12px;
  margin-top: 5vh;
  color: #276dff;
  border-radius: 5px;
  border: dotted 1px #276dff;
  background: #fff;
}
.container-header[data-v-38283801] {
  width: 100vw;
  height: 10vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../../img/index_black_bg.c1e7df01ba96fb089d595f73b6144ba8.1785868788551.jpg);
}
.container-header > a[data-v-38283801] {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  margin-left: 5vw;
  border-radius: 5px;
  background: #276dff;
}
.container-header > span[data-v-38283801] {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-left: 5vw;
}
.container-main[data-v-38283801] {
  width: 100vw;
  height: 82vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-image: url(../../img/index_right_img.4d479bcd879674c4bcf1c9c340f9a636.1785868788551.jpg);
}
.container-main-item[data-v-38283801] {
  width: 100vw;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  padding: 3vh 0px;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.container-main-item-img[data-v-38283801] {
  display: block;
  width: 25vw;
  height: 25vw;
  border-radius: 5px;
  margin-left: 5vw;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.container-main-item-con[data-v-38283801] {
  position: relative;
  width: 70vw;
  height: 25vw;
  overflow: hidden;
  color: #fff;
}
.container-main-item-con > h1[data-v-38283801] {
  font-size: 20px;
}
.container-main-item-con > h2[data-v-38283801] {
  width: 90%;
  margin: 0 auto;
  padding: 5px 0px;
  font-size: 18px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.container-main-item-con > a[data-v-38283801] {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  background: #fff;
}
.container-main-item-toj[data-v-38283801] {
  width: 100vw;
  display: flex;
  justify-content: left;
  padding-top: 2vh;
}
.container-main-item-toj > span[data-v-38283801] {
  display: block;
  font-size: 12px;
  margin-left: 5vw;
  color: #fff;
}
.add-edit-content[data-v-38283801] {
  width: 90%;
  height: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bar-loading[data-v-38283801] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #04284d;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.bar-loading > span[data-v-38283801] {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px;
  margin-top: 25vh;
  text-align: center;
}
.bar-loading .el-progress--line[data-v-38283801] {
  color: #fff !important;
}
.el-progress-bar[data-v-38283801] {
  background: #ebeef5;
  padding: 2px;
  border-radius: 10px;
}
.el-progress__text[data-v-38283801] {
  color: #fff;
}


[data-v-54a20e26] {
  margin: 0px;
  padding: 0px;
}
.header[data-v-54a20e26] {
  position: relative;
  width: 100vw;
  height: 8vh;
  overflow: hidden;
  background: #04284d;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header > h1[data-v-54a20e26] {
  width: 70vw;
  height: 8vh;
  padding-left: 12vw;
  line-height: 8.2vh;
  font-size: 2.2vh;
  text-align: left;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  background-image: url(../../img/logo.b0e1b33397257f9411223544fa539dd2.1785868788551.png);
}
.header-user-dropdown[data-v-54a20e26] {
  width: 5vh;
}
.header-user-icon[data-v-54a20e26] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5vh;
  height: 5vh;
  border-radius: 2.5vh;
  background-color: #fff;
}
.el-icon-user[data-v-54a20e26] {
  color: #04284d;
  font-size: 3vh;
}
.el-dropdown-menu__item[data-v-54a20e26] {
  line-height: normal !important;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.container-header[data-v-54a20e26] {
  width: 100vw;
  height: 8vh;
  display: flex;
  justify-content: left;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../../img/index_black_bg.c1e7df01ba96fb089d595f73b6144ba8.1785868788551.jpg);
}
.container-header > b[data-v-54a20e26] {
  display: block;
  height: 4vh;
  line-height: 4vh;
  padding: 0px 20px;
  font-size: 16px;
  color: #fff;
}
.container-header > b.go-back[data-v-54a20e26] {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.container-main[data-v-54a20e26] {
  width: 100vw;
  height: 84vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(../../img/bg.6afc3ce37faa048caecaa4977aba3b19.1785868788551.jpg);
}
.main-all-stats[data-v-54a20e26] {
  width: 100vw;
  height: 10vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-image: url(../../img/top_view.c34d29662298833b96b99a8271b88a9c.1785868788551.png);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-all-stats > p[data-v-54a20e26] {
  width: 30%;
  height: 80%;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-all-stats > p > b[data-v-54a20e26] {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-today-stats[data-v-54a20e26] {
  width: 100vw;
  height: 10vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-today-stats > p[data-v-54a20e26] {
  width: 23%;
  height: 80%;
  font-size: 12px;
  border-radius: 5px;
  border: solid 1px #eaeaea;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-today-stats > p > b[data-v-54a20e26] {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-chart[data-v-54a20e26] {
  margin-top: 3vh;
  background: #fff;
}
.block-title[data-v-54a20e26] {
  width: 90vw;
  margin: 0 auto;
  margin-top: 3vh;
  padding: 1vh 0;
  text-align: left;
}
.block-tongji[data-v-54a20e26] {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.block-tongji > p[data-v-54a20e26] {
  color: #696969;
}
.block-table-item[data-v-54a20e26] {
  margin: 2vh;
  background: #fff;
}
.block-empty[data-v-54a20e26] {
  width: 100vw;
  padding: 2vh 0;
  background: #fff;
}
.custom-dates[data-v-54a20e26] {
  display: flex;
  align-items: center;
  padding: 2vh 3vh;
  background: #fff;
}
.stats-col[data-v-54a20e26] {
  text-align: left;
  padding: 5px 10px;
  color: #696969;
  border-bottom: solid 1px #eaeaea;
  background: #fff;
}
.bar-loading[data-v-54a20e26] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #04284d;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.bar-loading > span[data-v-54a20e26] {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px;
  margin-top: 25vh;
  text-align: center;
}
.bar-loading .el-progress--line[data-v-54a20e26] {
  color: #fff !important;
}
.el-progress-bar[data-v-54a20e26] {
  background: #ebeef5;
  padding: 2px;
  border-radius: 10px;
}
.el-progress__text[data-v-54a20e26] {
  color: #fff;
}

.allTable{
    width: 100%;
    background-color: #fff;
    border-collapse:collapse;
}
/*.allTable thead, .allTable tbody {*/
/*  display: block;*/
/*  width: calc(100vw - 295px);*/
/*}*/
.allTable thead{
    background: #F8F8FA;
    color:#000;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}
.allTable thead th{
    padding: 15px 5px;
    position: relative;
    /* text-align: left; */
    color: #313b3c;
    border-bottom: solid 2px #D7D7D7;
}
.allTable tbody tr{
    border-top: solid 2px #ebf3f5;
}
.allTable tbody tr:last-child {
    border-bottom: solid 1px #ebf3f5;
}
.allTable td {
    /*text-align: center;*/
}
.allTable th {
    /*text-align: center;*/
}
/* .allTable thead th::before{
  content: '';
  position: absolute;
  border-top: 2px solid #F8EAEE;
  top: -4px;
  width: 100%;
  left: 0px;
} */
/* .allTable thead th::after{
  content: '';
  position: absolute;
  border-top: 2px solid #F8EAEE;
  bottom: -4px;
  width: 100%;
  left: 0px;
} */
/* .allTable tbody tr:nth-child(2n){
  background-color: #FAFAFA;
} */
.allTable tbody td{
    padding: 10px 5px;
    font-size: 14px;
}
.allTable tbody td p{
    margin: 2px 0;
}
.allTable tbody td:first-child{
    padding-left: 10px;
}
.allTable tbody tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
.allTable thead th:first-child{
    padding-left: 10px;
}
.allTable thead th:last-child{
}
.shakeProduct{
    animation-fill-mode: forwards;
    animation: shakeProduct 1s;
}
@keyframes shakeProduct {
    0% {
        transform: rotate(0);
    }
    10%, 50%,90%{
        transform: rotate(-15deg);
    }
    30%, 70%{
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0);
    }
}
/*两行隐藏*/
.twoWarp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
    white-space: normal;
    margin-bottom: 50%;
}


.common-loading[data-v-3d79d1b0] {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

