.v-data-table__wrapper table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:nth-child(odd) {
  background: #ffdddd !important;
}

.edit-btn {
  background-color: #1976d2 !important;
  padding: 10px;
  border-radius: 100%;
  color: #fff !important;
}

.delete-btn {
  background-color: #f44336 !important;
  padding: 10px;
  border-radius: 100%;
  color: #fff !important;
}

.pending {
  background-color: #fffaf0;
  color: #ed8936;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.canceled {
  background-color: #fff5f5;
  color: #e53e3e;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.confirmed {
  background-color: #e6fffa;
  color: #38b2ac;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-head {
  position: relative;
  padding: 15px 30px 0px;
}

.products-table-header {
  margin: 0 15px 0 0;
  display: inline-block;
  padding: 7px 25px 7px 0;
  color: #ffffff;
}

.content {
  min-height: 250px;
  padding: 30px 30px 0px 30px;
  margin-right: auto;
  margin-left: auto;
}

.vue-swatches__container:not(.vue-swatches--inline) > .vue-swatches__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.object-sidebar ul li {
  padding: 20px 0 20px 42px;
  position: relative;
  counter-increment: steps-counter;
  list-style: none;
}

.object-sidebar ul li span::before {
  content: counter(steps-counter);
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9em;
  color: #607192;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #D5D9E1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  background: #0f5ef7;
  border-color: #0f5ef7;
}

.object-sidebar span {
  color: #0f5ef7;
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
}

.form-element label:first-child {
  margin: 0 0 10px;
  color: #607192;
  font-size: .7em;
  font-weight: 700;
  text-transform: uppercase;
}

.form-element input {
  padding: 11px 20px;
  width: 100%;
  outline: none;
  color: #121925;
  font-size: .9em;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #D5D9E1;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.action a {
  color: #fff !important;
  outline: none;
  padding: 13px 20px;
  font-size: .9em;
  font-weight: 700;
  border-radius: 4px;
  background: #42BC8B;
  display: inline-block !important;
  width: auto;
  text-align: end;
  text-decoration: none;
}

.color input {
  width: 100%;
}

input[type="color"] {
  width: 40px;
  margin: 0px;
  padding: 0px !important;
  height: 40px;
  border: none !important;
}

.object-content h1 {
  color: #161616;
}

form-group {
  padding: 20px 0 0;
}

.order-modal-title {
  width: 100%;
  text-align: center;
}

.modal-img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}

.modal-img-head {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.price-button {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.price-input {
  border: 1px solid #eee;
  padding: 10px;
  width: 100px;
}

.up-button {
  padding: 0 !important;
}

.down-button {
  padding: 0 !important;
}

.total-price-span {
  font-size: 18px;
  color: #161616;
  font-weight: 700;
}

.price-boxes {
  padding: 0 !important;
}

.price-box {
  padding: 0 !important;
}

.order-name {
  background: #cdd4ea;
  color: #000;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
}

.close-btn {
  color: #fff !important;
}

.live-cab-button {
  position: absolute;
}

.status-box {
  background-color: #e2e3e5;
  border-radius: 10px;
}

.status-text {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.customer-text {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.currentProduct {
  border-radius: 10px;
}

.newProduct {
  background-color: rgb(172 241 172 / 60%);
  border-radius: 10px;
}

.header.v-app-bar--is-scrolled {
  background-color: white !important;
  -webkit-box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
  0px 4px 5px 0px rgb(0 0 0 / 14%),
  0px 1px 10px 0px rgb(0 0 0 / 12%) !important;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
  0px 4px 5px 0px rgb(0 0 0 / 14%),
  0px 1px 10px 0px rgb(0 0 0 / 12%) !important;
}

.header.v-app-bar--is-scrolled .header-nav-item {
  color: #757575 !important;
}

.filter-input {
  margin-bottom: 5px !important;
}

.filter-input {
  margin: 0 !important;
}

.productRow {
  margin: 0px -12px 0px -12px !important;
}

.form-input .col-12 {
  padding-bottom: 0;
}

.form-input .col-12:last-child {
  padding-bottom: 12px;
}

.blinkClass {
  -webkit-animation: blink 4s ease;
  animation: blink 4s ease;
}

@-webkit-keyframes blink {
  0% {
    background-color: #67fd9f;
  }
  100% {
    background-color: unset;
  }
}

@keyframes blink {
  0% {
    background-color: #67fd9f;
  }
  100% {
    background-color: unset;
  }
}

.art-bg {
  background: url(../img/theme-grey.jpg) no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  height: 400px;
  background-size: cover;
}

.header {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .theme--light.v-icon {
  color: white;
  font-size: 27px;
  /*padding: 5px;*/
}

.header.v-app-bar--is-scrolled .theme--light.v-icon {
  color: #000000 !important;
}

.header.v-app-bar--is-scrolled .v-list.main-menu .v-list-item--active {
  background-color: rgb(0 0 0 / 13%);
}

/*.header-item {*/
/*  padding: 0 30px;*/
/*}*/

.header-menu-icon button {
  padding: 10px 15px;
  border-radius: 6px;
  background: rgb(255 255 255 / 20%);
}

.header-nav {
  background-color: transparent !important;
}

.header-nav-item {
  color: #fff;
}

.header-nav-box {
  color: #fff !important;
  margin-right: 10px !important;
}

.v-list.main-menu .v-list-item--active .v-icon {
  color: #fff !important;
}

.logout-button-bg {
  background-color: transparent !important;
}

.logout-button {
  width: 100%;
  background-color: #ff0000 !important;
  color: #fff !important;
}

.v-navigation-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v-application .grey.lighten-2 {
  background-color: #006cf1 !important;
}

.v-btn:not(.v-btn--round).v-size--default {
  min-width: 0;
  text-align: left;
}

.v-btn {
  letter-spacing: 0 !important;
}

/*.v-text-field {
  padding: 12px !important;
}*/

.v-main {
  background-color: #fff;
}

.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:first-child, .v-application--is-ltr .v-toolbar__extension > .v-btn.v-btn--icon:first-child {
  margin: 0;
}

.sidebarLogo img {
  height: 100px;
  width: 264px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0 20px;
}

.header-nav-link::before {
  background-color: #fff !important;
}

.emptyBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  min-height: 50px;
}

.cursor-pointer {
  cursor: pointer;
}

.form-input {
  padding-top: 10px;
}

.login-page .right {
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 1264px) {
  .ticket-detail-form .v-data-table__wrapper table tbody tr {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    box-shadow: 0px -5px 0px 0 rgb(0 0 0 / 20%);
  }

  .ticket-detail-form .v-data-table__wrapper table tbody tr td {
    height: auto !important;
    padding: 20px !important;
  }

  .ticket-detail-form .v-data-table__wrapper table tbody tr:nth-of-type(odd) {
    background-color: transparent;
  }

  .ticket-detail-form .theme--light.v-data-table .v-data-table__divider {
    border-right: transparent;
  }

  .ticket-detail-form .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row), .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
    border-bottom: none;
  }

  .ticket-detail-form .v-data-table__wrapper table tbody tr td .v-input {
    padding: 0 !important;
  }

  .ticket-detail-form .v-data-table__wrapper table tbody tr td:nth-child(2) {
    padding: 0 20px 20px !important;
  }

  .ticket-detail-form .v-data-table__wrapper {
    border: 2px solid #ccc;
  }
}

@media only screen and (max-width: 600px) {
  .login-page .right {
    padding: 40px;
  }
  .order-detail-modal-tab .v-tabs:not(.v-tabs--vertical):not(.v-tabs--right) > .v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev {
    display: none;
  }
}
