.el-dialog__body {
  padding: 20px 20px 30px 20px;
}
thead.v-data-table-header.v-data-table-header-mobile {
  display: none;
}
.el-popper {
  max-height: 80vh;
  overflow-y: auto;
}
.title-table {
  color: #1976d2;
}
.switch-shop:hover{
  color: orange;
  font-size: 16px;
}
.bnt-text {
  color: #ffffff;
}
.el-popper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.el-popper::-webkit-scrollbar-thumb {
  background-color: #1976d270;
  border-radius: 6px;
}
.el-popper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.customer-scroll-bar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.customer-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #1976d270;
  border-radius: 6px;
}
.customer-scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.location-product .content::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.location-product .content::-webkit-scrollbar-thumb {
  background-color: #1976d270;
  border-radius: 6px;
}
.location-product .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
@media all and (max-width: 768px) {
  .el-mobile-table > div > table,
  .el-mobile-table > div > table > thead,
  .el-mobile-table > div > table > tbody,
  .el-mobile-table > div > table > tbody > tr > th,
  .el-mobile-table > div > table > tbody > tr > td,
  .el-mobile-table > div > table > tbody > tr {
    display: block;
  }
  .el-mobile-table > div > table {
    width: 100% !important;
  }
  .el-mobile-table > div > table > thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .el-mobile-table > div > table > tbody > tr {
    border-bottom: 3px solid #ddd;
    display: flex;
    flex-flow: column;
  }
  .el-mobile-table > div > table > tbody > tr .cell {
    /* line-height: unset; */
    text-align: right;
  }
  .el-mobile-table > div > table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    display: block;

    text-align: right;
  }
  .el-mobile-table > div > table > tbody > tr > td * {
    display: inline-block;
    /* float: right; */
  }

  .el-mobile-table .el-table__expand-column {
    order: 1;
  }
  .el-mobile-table > div > table > tbody > tr > td .cell {
    width: 100%;
  }
  .el-mobile-table > div > table > tbody > tr > td .dat-cell {
    width: 100%;
  }
  .el-mobile-table > div > table > tbody > tr > td .dat-cell::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */

    content: attr(label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.el-table .cell {
  box-sizing: border-box;
  white-space: normal;
  word-break: keep-all !important;
  line-height: 23px;
}
.el-table th > .cell {
  font-size: 10pt;
}
.small2-modal {
  width: 450px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.small-modal {
  width: 500px !important;
}
.default-modal {
  width: 680px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.medium-modal {
  width: 960px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.el-message {
  min-width: 320px !important;
  max-width: 100% !important;
}
.group-header {
  font-weight: 700;
  font-size: 24px;
  color: #636e72;
  padding: 8px;
}
.a-desc img {
  max-width: 100%;
}
h2 {
  color: #130f40;
}
.blank-table {
  margin-top: 15px;
  color: #a4b0be;
  height: 100px;
  font-size: 22px;
  text-align: center;
  line-height: 100px;
  border: 2px dashed #a4b0be;
}

.el-button-group > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.el-button-group > a:not(:last-child) {
  margin-right: -1px;
}

.el-button-group > a {
  float: left;
  position: relative;
  display: inline-block;
}

.el-row[height-sync] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.el-row[height-sync] .el-col {
  /* width: 100%; */
  display: flex;
  /* flex-direction: column; */
}

.a-link {
  color: #0984e3;
}
.selectIDGroup .el-input__inner {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #bababa;
}
.selectIDGroup .el-textarea__inner {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #bababa;
}
.el-item-label {
  font-size: 10pt;
}
.mdi-monitor::before {
  color: #ffc107;
}
.mdi-home:before {
  color: white;
}
.mdi-account-multiple::before {
  color: white;
}
.mdi-clipboard-list-outline::before {
  color: white;
}
.mdi-pill::before {
  color: white;
}
.mdi-home-city-outline::before {
  color: white;
}
.mdi-google-analytics::before {
  color: white;
}
.mdi-cog-sync-outline::before {
  color: white;
}
.mdi-cash-multiple::before {
  color: white;
}
.el-icon-arrow-down:before {
  color: #fff;
}
.item-card-info .el-card__body {
  padding: 0;
}
.border-form {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
.el-input.is-disabled .el-input__inner {
  background-color: #fff !important;
  border: none;
  color: black;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff !important;
  border-bottom: 1px dashed #dcdfe6;
}
.dialog-changepass .el-dialog__header {
  padding: 0;
}
.dialog-changepass .el-dialog__body {
  padding: 0;
}
.dialog-changepass {
  width: 500px !important;
  max-width: 98%;
}
@media screen and (max-width: 676px) {
  .v-dialog {
    width: 100% !important;
  }
  .el-dialog {
    width: 90% !important;
  }
  .dialog-location .header {
    flex-direction: column;
  }
  .dialog-location .el-select {
    width: 300px;
  }
  .dialog-location .search {
    margin-top: 5px;
  }
}
@media screen and (min-width: 767px) {
  .el-dialog {
    margin-top: 5vh !important;
  }
  .el-dialog .el-form-item__label {
    padding: 0 !important;
  }
  .el-dialog .el-form-item {
    margin-bottom: 10px !important;
  }
  .dialog-location .header {
    display: flex;
  }
}
.display-flex {
  display: flex;
}
.tal-center {
  text-align: center;
}
.shelve-name-label::after {
  content: '*';
  color: red;
  margin-left: 4px;
}