.test {
  font-size: 20px;
  height: 21px;
}

.has-treeview > ul {
  margin-left: 10px;
}

.iconpicker {
  width: 600px;
}
.iconpicker .iconpicker-items {
  width: 600px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fc4c02d8 !important;
}
.select2-container--default .select2-results__option--selected:hover {
  background-color: #fc4c02d8 !important;
}
.select2-container--default .select2-results__option--selected[aria-selected=true] {
  background-color: #fc4c02d8 !important;
}

.glow-on-hover {
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.glow-on-hover::before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-animation: glowing 20s linear infinite;
          animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
}
.flicker-animation {
  -webkit-animation: fadeIn 0.8s infinite alternate;
          animation: fadeIn 0.8s infinite alternate;
}

.highlight {
  box-shadow: 0px 0px 4px #009c00;
}
html.dark .highlight {
  box-shadow: 0px 0px 4px #00FF00;
}

.gray-background {
  background-color: #ddd;
}
html.dark .gray-background {
  background-color: rgba(255, 255, 255, 0.5);
}

[v-cloak] {
  display: none;
}

.shadow1 {
  box-shadow: 0px 0px 4px #777;
}

.el-button ~ .third-party-order,
.el-button ~ .third-party-order:hover {
  background-color: #ffd100;
  color: white;
  font-size: 20px;
}
.el-button ~ .in-store-order,
.el-button ~ .in-store-order:hover {
  background-color: #758bfe;
  color: white;
  font-size: 20px;
}
.el-button ~ .member-order,
.el-button ~ .member-order:hover {
  background-color: #80b918;
  color: white;
  font-size: 20px;
}
.el-button ~ .voucher-order,
.el-button ~ .voucher-order:hover {
  background-color: #7f4f24;
  color: white;
  font-size: 20px;
}
.el-button ~ .sub-order,
.el-button ~ .sub-order:hover {
  background-color: #ff70a6;
  color: white;
  font-size: 20px;
}
.el-button ~ .locked,
.el-button ~ .locked:hover {
  background-color: #ff9b85 !important;
  color: white !important;
}

.el-button.in-store-order,
.el-button.in-store-order:hover {
  background-color: #758bfe;
  color: white;
  font-size: 20px;
}

.in-store-order,
.in-store-order:hover {
  background-color: #758bfd;
  color: white;
  font-size: 20px;
}

.third-party-order,
.third-party-order:hover {
  background-color: #ffd100;
  color: white;
  font-size: 20px;
}

.member-order,
.member-order:hover {
  background-color: #80b918;
  color: white;
  font-size: 20px;
}

.voucher-order,
.voucher-order:hover {
  background-color: #7f4f24;
  color: white;
  font-size: 20px;
}

.sub-order,
.sub-order:hover {
  background-color: #ff70a6;
  color: white;
  font-size: 20px;
}

.locked,
.locked:hover {
  background-color: #ff9b85 !important;
  color: white !important;
}

.el-scrollbar__wrap {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.dian {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box_dian2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.header-navbar .navbar-container {
  padding-right: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
  padding: 0rem 0rem 0rem 0rem !important;
}
.header-navbar .navbar-container .navbar-right > ul {
  margin-right: 1rem;
}

@media screen and (min-width: 0px) {
  .slogn {
    display: none;
  }
}
@media screen and (min-width: 1196px) {
  .slogn {
    display: inline;
  }
}
.has-order.status-12 {
  opacity: 0.3;
}

@media screen and (max-width: 600px) {
  .content .content-wrapper {
    padding: 0px;
  }

  html {
    zoom: 50%;
  }
}
@media screen and (max-width: 900px) {
  html {
    zoom: 60%;
  }
}
