:root {
  --q-background: #f8f9f8;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

.container {
  padding: 0 16px;
}

.add-listing-form .q-field__control {
  font-size: 16px;
}

footer {
  z-index: 3000;
}
footer .q-tabs {
  overflow: hidden;
  box-shadow: -1vh 0 12vh rgba(0, 0, 0, 0.37);
  border-radius: 4vw 4vw 0 0;
}

aside,
header {
  background: white !important;
}

aside.q-drawer--mobile {
  background: rgba(238, 255, 248, 0.87) !important;
  -webkit-backdrop-filter: blur(12px) brightness(150%);
          backdrop-filter: blur(12px) brightness(150%);
}
aside.q-drawer--mobile .q-drawer__content {
  box-shadow: inset 0 0 12vh rgba(15, 52, 39, 0.5);
}

iframe {
  border: 0px;
}

.bg-light {
  background: var(--q-background) !important;
}

.q-dialog__backdrop {
  background: rgba(12, 60, 7, 0.5) !important;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.q-scrollarea:not(.horizontal-scrollbar) > .q-scrollarea__container > .q-scrollarea__content {
  width: 100% !important;
}
.q-scrollarea:not(.vertical-scrollbar) > .q-scrollarea__container > .q-scrollarea__content {
  height: 100% !important;
}
.q-scrollarea:not(.horizontal-scrollbar) > .q-scrollarea__thumb, .q-scrollarea:not(.vertical-scrollbar) > .q-scrollarea__thumb {
  background: #2a6b0e;
  opacity: 0.5;
}
.q-scrollarea:not(.horizontal-scrollbar) > .q-scrollarea__thumb:hover, .q-scrollarea:not(.horizontal-scrollbar) > .q-scrollarea__thumb:active, .q-scrollarea:not(.vertical-scrollbar) > .q-scrollarea__thumb:hover, .q-scrollarea:not(.vertical-scrollbar) > .q-scrollarea__thumb:active {
  opacity: 1;
}
.q-scrollarea:not(.horizontal-scrollbar):hover > .q-scrollarea__thumb, .q-scrollarea:not(.vertical-scrollbar):hover > .q-scrollarea__thumb {
  opacity: 0.5;
}

.q-avatar .q-icon {
  width: inherit;
  height: inherit;
}

.fade-top {
  height: 60px;
  background: linear-gradient(white, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.fade-bottom {
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  pointer-events: none;
}

.fade-left {
  width: 50px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), white);
  pointer-events: none;
}

.fade-right {
  width: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), white);
  pointer-events: none;
}

.fade-left-short {
  width: 20px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), white);
  pointer-events: none;
}

.fade-right-diagonal {
  width: 90px;
  background: radial-gradient(farthest-side at 100% 5%, white, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.avatar-cropper,
.image-cropper {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  .avatar-cropper.with-image,
.image-cropper.with-image {
    min-width: 550px;
  }
}
.avatar-cropper .cropper-view-box,
.image-cropper .cropper-view-box {
  border-radius: 50%;
}
.avatar-cropper-holder,
.image-cropper-holder {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .avatar-cropper-holder,
.image-cropper-holder {
    max-height: 60vh;
    max-width: 60vh;
    overflow: hidden;
  }
}
.avatar-cropper-spinner,
.image-cropper-spinner {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.avatar-cropper-spinner .q-spinner,
.image-cropper-spinner .q-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-cropper-actions,
.image-cropper-actions {
  display: flex;
  justify-content: space-between;
}
.avatar-cropper-actions .q-btn,
.image-cropper-actions .q-btn {
  flex-grow: 1;
  max-width: 80px;
}
@media screen and (max-width: 600px) {
  .avatar-cropper-actions .q-btn,
.image-cropper-actions .q-btn {
    max-width: 55px;
  }
}

.image-cropper .cropper-view-box {
  border-radius: 0;
}

.page-separator {
  height: 1px;
  background: #bdbdbd;
}

.form-block {
  margin-top: 32px;
  margin-bottom: 32px;
}
.form-block.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
.form-block .field-label {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #616161;
  margin-bottom: 12px;
  display: block;
}
.form-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.form-block-header-left {
  display: inline-flex;
  align-items: baseline;
}
.form-block-header-title {
  font-size: 24px;
  line-height: 24px;
  color: #0f3427;
  font-weight: 700;
}
.form-block-header-title.error {
  color: #c10004;
}
.form-block-header-title.error > .field-label {
  color: #c10004;
}
.form-block-header-title .optional-label {
  font-size: 16px;
  line-height: 16px;
  color: #616161;
}
.form-block-header-tip {
  margin-left: 8px;
  cursor: pointer;
}
.form-block-body .field-about {
  font-size: 14px;
  line-height: 21px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 24px;
}
.form-block-body .field-about.small-mb {
  margin-bottom: 12px;
}
.form-block-body .button-select {
  display: flex;
}
.form-block-body .button-select .q-btn {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 16px;
  flex-grow: 1;
}

.tier-star-level {
  display: inline-flex;
  gap: 4px;
}

.tier-star {
  stroke-width: 20px;
}
.tier-star-wrap {
  fill: transparent;
  stroke: #2a6b0e;
}
.tier-star-left, .tier-star-right {
  fill: #fff;
}
.tier-star-left.filled, .tier-star-right.filled {
  fill: #2a6b0e;
}
.tier-star.editable .tier-star-left, .tier-star.editable .tier-star-right {
  cursor: pointer;
}

.q-field {
  /* Firefox */
}
.q-field input[type=number] {
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.q-field input[type=number]::-webkit-outer-spin-button, .q-field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.chat-input-note {
  color: #48505c;
  font-size: 13px;
  font-style: italic;
}

.monetary-field {
  max-width: 300px;
  text-align: left;
  margin-left: auto;
  margin-right: 10px;
}

.new-transfer-card {
  background: #fff;
  color: #2a6b0e;
  text-align: center;
  justify-content: center;
  font-size: 40px !important;
  font-weight: bold;
  height: 86px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.no-img-row {
  padding-left: 12px !important;
}

.no-decoration {
  text-decoration: none;
}

.sortable-header .q-icon {
  transition: opacity 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 16px;
}
.sortable-header:not(.active) .q-icon {
  opacity: 0;
}
.sortable-header:not(.active):hover .q-icon {
  opacity: 0.8;
}

.checkout-modal .modal-page-listing-card {
  background-color: #f8f9f8;
}

#panel-filters .q-slide-item__content {
  cursor: default;
}

.header-title-cont {
  align-items: center;
  align-self: center;
  margin-right: 40px;
  margin-left: 40px;
  height: 62px;
}
.header-title-cont span {
  font-size: 32px;
  font-weight: 700;
  line-height: 62px;
}

.header-inv-summary {
  height: 62px;
  margin-left: 40px;
}

.checkbox-disabled .q-checkbox__bg {
  border-color: #f44336;
  background: #ffcdd2;
}

.bg-gl-light-green {
  background-color: #edf5ee !important;
}

.q-ml-auto {
  margin-left: auto;
}

.gl-list-item {
  padding: 8px 0;
  border-bottom: 1px solid #c5cad1;
}
.gl-list-item:last-child {
  border-bottom: none;
}
.gl-list-item-text {
  display: block;
  font-weight: 500;
}
.gl-list-item-text.error {
  color: #c10004;
}
.gl-list-item-title {
  display: block;
  font-weight: 600;
}
.gl-list-item-description {
  display: block;
  color: #48505c;
  font-size: 14px;
  font-style: italic;
}
.gl-list-item .q-item__section--avatar {
  min-width: unset;
}
.gl-list.inline {
  display: flex;
  gap: 25px;
}
.gl-list.inline .gl-list-item {
  border-bottom: none;
}

.gl-suggestion-popup {
  left: 0;
  right: 0;
  top: 84px;
  position: absolute;
}
.gl-suggestion-popup-backdrop {
  background: rgba(12, 60, 7, 0.5) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  height: 100%;
  width: 100%;
  position: absolute;
}
.gl-suggestion-popup-body {
  position: relative;
  z-index: 99;
  max-width: 400px;
  background: #edf5ee;
  border: 5px solid #5faa43;
  padding: 15px;
  margin: 15px auto;
  border-radius: 4px;
  box-shadow: 0 0 0 0 #5faa43;
  animation: pulse-gl-suggestion 2s infinite;
}
.gl-suggestion-popup-title {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.or-separator {
  position: relative;
  height: 1px;
  background: linear-gradient(to right, currentColor calc(50% - 20px), transparent 0);
  margin-top: 12px;
  margin-bottom: 12px;
}
.or-separator:before {
  content: "OR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.or-separator:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: calc(50% - 20px);
  background: currentColor;
}

@keyframes pulse-gl-suggestion {
  0% {
    box-shadow: 0 0 0 0 rgba(95, 170, 67, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(95, 170, 67, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(95, 170, 67, 0);
  }
}
.fullscreen-modal .q-dialog__inner {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen-modal .q-dialog__inner > div {
  box-shadow: none;
}
.fullscreen-modal-content {
  position: relative;
  background: #fff;
  overflow-x: hidden !important;
}
.fullscreen-modal-content.scroll {
  overflow-y: hidden !important;
}
.fullscreen-modal-body {
  display: flex;
  flex-direction: column;
}
.fullscreen-modal-body-main {
  flex-grow: 1;
}
.fullscreen-modal-header.with-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
.fullscreen-modal-header .page-header {
  margin-bottom: 0;
}
.fullscreen-modal-header.no-border .page-header {
  border-bottom-color: transparent;
}
.fullscreen-modal.has-fixed-header .fullscreen-modal-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
}
.fullscreen-modal.has-fixed-header .fullscreen-modal-body {
  height: 100%;
}
.fullscreen-modal.has-fixed-header .fullscreen-modal-body-main {
  overflow-y: hidden;
}
.fullscreen-modal.has-fixed-header .fullscreen-modal-body .fullscreen-modal-header {
  visibility: hidden;
  position: static;
}

.input-bg-white .q-field__control {
  background: #fff;
}

.app-pagination {
  gap: 5px;
}
.app-pagination .row {
  gap: 5px;
}
.app-pagination .q-btn {
  background: #fff;
  padding: 5px !important;
  min-width: 38px !important;
  min-height: 38px !important;
}

.report-totals-grid > .col {
  border-top: 5px solid;
  border-bottom: 5px solid;
}

.q-badge:not(.q-badge--outline) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.q-badge--outline {
  background: transparent !important;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
  padding: 5px 11px;
}

.q-badge.bg-negative {
  background-color: #d32f2f !important;
  border-color: #d32f2f;
}

.q-badge.text-positive {
  color: #2e7d32 !important;
  border-color: #2e7d32;
}

.q-badge.bg-positive {
  background-color: #2e7d32 !important;
  border-color: #2e7d32;
}

.q-badge.text-warning {
  color: #f57c00 !important;
  border-color: #f57c00;
}

.q-badge.bg-warning {
  background-color: #f57c00 !important;
  border-color: #f57c00;
  color: white !important;
}

.q-badge.text-info {
  color: #1976d2 !important;
  border-color: #1976d2;
}

.q-badge.bg-info {
  background-color: #1976d2 !important;
  border-color: #1976d2;
}

.q-badge.text-primary {
  color: #1976d2 !important;
  border-color: #1976d2;
}

.q-badge.bg-primary {
  background-color: #1976d2 !important;
  border-color: #1976d2;
}

.package-selection-meta {
  gap: 5px;
}
.package-selection-meta div {
  padding: 2px 5px;
  background: #eee;
  border-radius: 12px;
}

.auth-page {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .auth-page {
    padding: 15px;
  }
}

.auth-form {
  width: 100%;
  max-width: 380px;
}

.auth-button {
  margin-bottom: 12px;
  border-radius: 12px;
  height: 48px;
}
.auth-button.small {
  height: 32px;
}
.auth-button.no-margin {
  margin-bottom: 0;
}

.auth-field {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}
.auth-field .form-field-header {
  margin-bottom: 12px;
}
.auth-field .form-field-title {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
}
.auth-field .q-field__control {
  height: 48px;
  border-radius: 12px;
}
.auth-field .q-field--error .q-field__bottom .q-field__messages {
  color: #fff;
}

.auth-application-form {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 600px;
  flex-grow: 1;
}

.listing-page-icon-button .q-icon {
  align-self: baseline;
}
.listing-page-bid-buttons {
  font-size: 18px;
  padding-top: 44px;
}
.listing-page-order-buttons {
  font-size: 18px;
  padding-top: 12px;
}
.listing-page-about-table {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin: 24px 5% 20px;
  table-layout: fixed;
}
.listing-page-about-table th {
  font-weight: 400;
  color: #424242;
  font-size: 14px;
  line-height: 100%;
  padding: 16px 16px 6px 16px;
  border-bottom: none;
}
@media screen and (max-width: 599.98px) {
  .listing-page-about-table th {
    font-size: 13px;
  }
}
.listing-page-about-table td {
  font-weight: 700;
  color: #2a6b0e;
  font-size: 16px;
  line-height: 100%;
  padding: 6px 16px 16px 16px;
  border-top: none;
  width: 0.1%;
}
@media screen and (max-width: 599.98px) {
  .listing-page-about-table td {
    font-size: 16px;
  }
}
.listing-page-about-table tr td:first-child,
.listing-page-about-table tr th:first-child {
  border-left: none;
}
.listing-page-about-table tr td:last-child,
.listing-page-about-table tr th:last-child {
  border-right: none;
}
.listing-page-about-table tr:first-child th {
  border-top: none;
}
.listing-page-about-table tr:last-child td {
  border-bottom: none;
}
.listing-page .listing-brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.listing-page .listing-brand img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.listing-page-gallery {
  height: 42vh;
  min-height: 210px;
  margin-bottom: 12px;
  min-height: 400px;
}
.listing-page-gallery-contents {
  height: 43vh;
  min-height: 210px;
  width: 100%;
  font-size: 2vh;
}
.listing-page-gallery-slide {
  width: 41vh;
  height: 41vh;
  flex-shrink: 0;
}
.listing-page-gallery-slide-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.listing-page-description {
  font-size: 16px;
  line-height: 21px;
  color: #424242;
}
.listing-page-time {
  background: #f7f8f8;
  padding: 20px 0;
  margin-bottom: 33px;
}
.listing-page-time-ends {
  font-size: 14px;
  line-height: 140%;
  color: #424242;
}
.listing-page-time-left {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #2a6b0e;
  margin-bottom: 4px;
  margin-top: 8px;
}
.listing-page-lot {
  color: #424242;
  font-size: 14px;
  line-height: 100%;
}
.listing-page-lot-number {
  color: #2a6b0e;
  font-weight: 700;
  display: inline;
  margin-left: 5px;
}
.listing-page-coa {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #424242;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.listing-page-coa svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.listing-page-coa span {
  margin-top: 2px;
}
.listing-page .right-column .q-carousel .q-carousel__navigation--bottom {
  bottom: 26px;
}
.listing-page .right-column .q-carousel .q-carousel__slide {
  padding: 6px;
}
.listing-page .right-column .q-carousel .q-carousel__control button {
  min-width: 10px !important;
  min-height: 10px !important;
}
.listing-page .right-column .q-carousel .q-carousel__control button .q-icon {
  font-size: 10px !important;
}
.listing-page .right-column .q-carousel .q-carousel__prev-arrow button,
.listing-page .right-column .q-carousel .q-carousel__next-arrow button {
  min-width: 24px !important;
  min-height: 24px !important;
  margin-right: -4px;
  margin-left: -4px;
}
.listing-page .right-column .q-carousel .q-carousel__prev-arrow button .q-icon,
.listing-page .right-column .q-carousel .q-carousel__next-arrow button .q-icon {
  font-size: 18px !important;
}
.listing-page .interaction-row .q-field__marginal {
  font-size: 14px;
}

.boxes-list__item {
  display: flex;
  align-items: center;
  min-height: 0;
}
.boxes-list__input {
  margin-right: 2rem;
}
.boxes-list__input .q-field__control {
  height: auto;
}
.boxes-list__input .q-field__native {
  width: 2rem;
}
.boxes-list__input input {
  text-align: center;
  -moz-appearance: textfield;
}
.boxes-list__input input::-webkit-outer-spin-button, .boxes-list__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.listings-page {
  background: #f8f9f8;
}

.my-listings-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
.my-listings-header-wrapper {
  padding: 15px 12px;
}
.my-listings-header .sortable-header .q-icon {
  transition: opacity 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 16px;
}
.my-listings-header .sortable-header:not(.active) .q-icon {
  opacity: 0.3;
}
.my-listings-header .sortable-header:not(.active):hover .q-icon {
  opacity: 0.8;
}
.my-listings-header .my-listings-card-main {
  padding-left: 76px;
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-main {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-category-type {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-strain-type {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-reserve {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-current-bid {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-bids {
    display: none;
  }
}
.my-listings-header .my-listings-card-filters {
  width: 40%;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .my-listings-header .my-listings-card-filters {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .my-listings-header .my-listings-card-filters {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.my-listings-header .my-listings-card-filters > * {
  margin-right: -12px;
  margin-left: 22px;
}
.my-listings-header-select {
  background: #fff;
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  min-width: 110px;
}
.my-listings-header-select .q-field__native {
  color: #0f3427;
  font-weight: 500;
}
.my-listings-header-select .q-field__label {
  color: #565656;
}
.my-listings-header-select .q-select__dropdown-icon {
  color: #0f3427;
  font-size: 14px;
}
.my-listings-scroll {
  max-height: 100vh;
}
.my-listings-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .my-listings-card {
    flex-wrap: wrap;
  }
}
.my-listings-card-list-wrapper {
  padding: 0;
}
.my-listings-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  width: 100%;
  display: block;
  text-decoration: none !important;
}
.my-listings-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.my-listings-card-main {
  width: 25%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .my-listings-card-main {
    width: 100%;
    margin-bottom: 10px;
  }
}
.my-listings-card-category-type {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-listings-card-category-type {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-listings-card-category-type {
    width: 50%;
  }
}
.my-listings-card-strain-type {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-listings-card-strain-type {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-listings-card-strain-type {
    width: 50%;
  }
}
.my-listings-card-current-bid {
  width: 10%;
}
@media (max-width: 1023.98px) {
  .my-listings-card-current-bid {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-listings-card-current-bid {
    width: 50%;
  }
}
.my-listings-card-bids {
  width: 10%;
}
@media (max-width: 1023.98px) {
  .my-listings-card-bids {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-listings-card-bids {
    width: 50%;
  }
}
.my-listings-card-reserve {
  width: 10%;
}
@media (max-width: 1023.98px) {
  .my-listings-card-reserve {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-listings-card-reserve {
    width: 50%;
  }
}
.my-listings-card-ends {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-listings-card-ends {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-listings-card-ends {
    width: 50%;
  }
}
.my-listings-card-image {
  background: #0f3427;
  border-radius: 8px;
  margin-right: 16px;
  min-width: 60px;
  min-height: 60px;
}
.my-listings-card-clickable {
  color: #2a6b0e;
  font-weight: 500;
}
.my-listings-card-clickable.danger {
  color: #c10004;
}
.my-listings-card-title {
  font-size: 16px;
  font-weight: 600;
}
.my-listings-card-qty {
  font-size: 14px;
  font-weight: 600;
}
.my-listings-card-lot {
  font-size: 14px;
}
.my-listings-card-lot span {
  font-weight: 600;
}
.my-listings-card-cancelled {
  font-size: 15px;
  color: #c10004;
  font-weight: 600;
}
.my-listings-card-left {
  color: #2a6b0e;
  font-weight: 500;
}

.my-listings-no-listings {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #2a6b0e;
  border-radius: 8px;
  width: 600px;
  margin-top: 15rem;
  height: 400px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.my-listings-no-listings h3 {
  font-weight: 600;
  color: #2a6b0e;
}

:root {
  --card-h: 348px;
  --footer-h: 54px;
  --img-h: 140px;
  --listing-number-h: 20px;
  --brand-h: 20px;
  --title-h: 20px;
  --cannabinoids-h: 18px;
  --category-h: 18px;
  --price-h: 50px;
  --brand-fs: 13px;
  --brand-lh: 20px;
  --title-fs: 14px;
  --title-lh: 20px;
  --meta-fs: 12px;
  --meta-lh: 16px;
  --price-fs: 18px;
  --price-lh: 22px;
  --gap: 4px;
  --footer-cta-h: 32px;
}

@media (max-width: 1024px) {
  :root {
    --card-h: 348px;
    --footer-h: 54px;
    --img-h: 132px;
    --listing-number-h: 18px;
    --brand-h: 18px;
    --title-h: 18px;
    --cannabinoids-h: 16px;
    --category-h: 16px;
    --price-h: 48px;
    --brand-fs: 12px;
    --brand-lh: 18px;
    --title-fs: 13px;
    --title-lh: 18px;
    --meta-fs: 11px;
    --meta-lh: 14px;
    --price-fs: 17px;
    --price-lh: 22px;
  }
}
.auction-carousel-card,
.auction-carousel-card-au,
.auction-carousel-card-il {
  position: relative;
  display: flex;
  flex-direction: column;
  height: var(--card-h);
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.auction-carousel-card:hover,
.auction-carousel-card-au:hover,
.auction-carousel-card-il:hover {
  transform: translateY(-1px) translateZ(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.auction-carousel-contents,
.card-link {
  display: grid;
  grid-template-rows: var(--img-h) 1fr;
  height: calc(var(--card-h) - var(--footer-h));
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.card-image-wrapper {
  position: relative;
  width: 100%;
  height: var(--img-h);
  overflow: hidden;
}

.card-image-wrapper .q-img,
.card-image-wrapper .auction-carousel-card-image,
.card-image-wrapper .inventory-carousel-card-image,
.card-image-wrapper .q-img__image,
.card-image-wrapper .q-img__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cannabinoids-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  z-index: 5;
}

.card-content {
  display: grid;
  grid-template-rows: var(--brand-h) var(--title-h) var(--cannabinoids-h) var(--category-h) var(--price-h);
  padding: 8px 10px;
  gap: var(--gap);
  min-height: 0;
  overflow: hidden;
}

.card-content * {
  box-sizing: border-box;
}

.card-content h1,
.card-content h2,
.card-content h3,
.card-content h4,
.card-content h5,
.card-content h6,
.card-content p {
  margin: 0;
  padding: 0;
}

.brand-top {
  font-size: var(--brand-fs);
  line-height: var(--brand-lh);
  height: var(--brand-h);
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 2px;
}

.card-title {
  font-size: var(--title-fs);
  line-height: var(--title-lh);
  height: var(--title-h);
  font-weight: 600;
  color: #111;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cannabinoids-row {
  height: var(--cannabinoids-h);
  min-height: var(--cannabinoids-h);
  display: flex;
  align-items: center;
}

.cannabinoids-info {
  font-size: 10px;
  line-height: var(--cannabinoids-h);
  height: var(--cannabinoids-h);
  font-weight: 600;
  color: #2e7d32;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0 6px;
  background: rgba(46, 125, 50, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.card-category-row {
  height: var(--category-h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.price-section {
  position: relative;
  height: var(--price-h);
  min-height: var(--price-h);
  max-height: var(--price-h);
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.price-section:not(.has-custom-price) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}

.price-row-main {
  display: flex;
  align-items: center;
  min-height: 22px;
}

.price-row-alt {
  display: flex;
  align-items: center;
  min-height: 16px;
}

.card-price {
  font-size: var(--price-fs);
  line-height: var(--price-lh);
  font-weight: 700;
  color: var(--q-primary, #2e7d32);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.card-price.custom-price {
  color: #2e7d32;
}

.custom-price-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: var(--category-h) auto auto;
  gap: var(--gap) 12px;
  justify-content: start;
  align-items: start;
  height: calc(var(--category-h) + var(--price-h) + var(--gap));
}

.custom-price-grid .card-category {
  grid-row: 1;
  grid-column: 1;
  font-size: var(--meta-fs);
  line-height: var(--meta-lh);
  color: #666;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  align-self: center;
}

.custom-price-grid .your-price-label-inline {
  grid-row: 1;
  grid-column: 2;
  font-size: 9px;
  line-height: var(--category-h);
  color: #16a34a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  align-self: center;
}

.custom-price-grid .original-price-crossed {
  grid-row: 2;
  grid-column: 1;
  font-size: var(--price-fs);
  line-height: var(--price-lh);
  font-weight: 600;
  color: #999;
  text-decoration: line-through;
  white-space: nowrap;
  align-self: baseline;
}

.custom-price-grid .card-price.custom-price {
  grid-row: 2;
  grid-column: 2;
  color: #2e7d32;
  align-self: baseline;
}

.custom-price-grid .price-row-alt--span {
  grid-row: 3;
  grid-column: 1/-1;
}

.card-category-row {
  height: var(--category-h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.card-category {
  font-size: var(--meta-fs);
  line-height: var(--meta-lh);
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}

.card-price .price-unit {
  font-size: 12px;
  line-height: 1;
  color: #666;
  font-weight: 500;
}

.original-price-crossed {
  font-size: var(--price-fs);
  line-height: var(--price-lh);
  font-weight: 600;
  color: #999;
  text-decoration: line-through;
  white-space: nowrap;
}

.price-alt {
  font-size: var(--meta-fs);
  line-height: var(--meta-lh);
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-number-row {
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 5;
}

.listing-number-badge-bottom {
  font-size: 11px;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.3px;
  opacity: 0.8;
}

.card-footer {
  box-sizing: border-box;
  height: var(--footer-h);
  min-height: var(--footer-h);
  max-height: var(--footer-h);
  border-top: 1px solid #e0e0e0;
  padding: 8px 10px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.inventory-amount {
  font-size: 13px;
  color: #111;
  line-height: 1.3;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inventory-amount .qty-number {
  color: #2e7d32;
}

.inventory-amount .qty-unit {
  color: #666;
  font-weight: 400;
}

.moq-label-footer {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  line-height: 1.2;
}
.moq-label-footer .moq-amount {
  font-weight: 600;
}

.footer-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.add-cart-btn {
  min-height: var(--footer-cta-h);
  padding: 0 20px;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.add-cart-btn:hover:not(:disabled) {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.add-cart-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.auction-carousel-card-action {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1000;
}

.auction-carousel-card-action .q-btn {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
}

.image-badges {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  gap: 4px;
  z-index: 5;
  flex-wrap: wrap;
}

.auction-carousel-card-au[auction=true] .image-badges,
.auction-carousel-card[auction=true] .image-badges {
  top: 36px;
}

.badge {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.auction-carousel-card-au[auction=true] .q-img:after,
.auction-carousel-card[auction=true] .q-img:after,
.auction-carousel-card-il[auction=true] .q-img:after {
  content: "Auction";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  background: #288ddf;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.auction-carousel-card[auction=true] .q-img:after,
.auction-carousel-card[winning=true] .q-img:after,
.auction-carousel-card[losing=true] .q-img:after,
.auction-carousel-card[responded=true] .q-img:after,
.auction-carousel-card[accepted=true] .q-img:after,
.auction-carousel-card[declined=true] .q-img:after,
.auction-carousel-card[yours=true] .q-img:after,
.auction-carousel-card[cancelled=true] .q-img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.auction-carousel-card[auction=true] .q-img:after {
  content: "Auction";
  background: #288ddf;
}

.auction-carousel-card[winning=true] .q-img:after {
  content: "Winning";
  background: #16a34a;
}

.auction-carousel-card[losing=true] .q-img:after {
  content: "Outbid";
  background: #dc2626;
}

.auction-carousel-card[responded=true] .q-img:after {
  content: "Responded";
  background: #7c3aed;
}

.auction-carousel-card[accepted=true] .q-img:after {
  content: "Accepted";
  background: #16a34a;
}

.auction-carousel-card[declined=true] .q-img:after {
  content: "Declined";
  background: #dc2626;
}

.auction-carousel-card[yours=true] .q-img:after {
  content: "Yours";
  background: #06b6d4;
}

.auction-carousel-card[cancelled=true] .q-img:after {
  content: "Cancelled";
  background: #6b7280;
}

.auction-carousel-card[auction=true] .image-badges,
.auction-carousel-card[winning=true] .image-badges,
.auction-carousel-card[losing=true] .image-badges,
.auction-carousel-card[responded=true] .image-badges,
.auction-carousel-card[accepted=true] .image-badges,
.auction-carousel-card[declined=true] .image-badges,
.auction-carousel-card[yours=true] .image-badges,
.auction-carousel-card[cancelled=true] .image-badges {
  top: 36px;
}

@media (max-width: 768px) {
  .badge {
    font-size: 9px;
    padding: 2px 6px;
  }

  .inventory-amount {
    font-size: 10px;
  }

  .card-price {
    font-size: 16px;
  }

  .listing-number-badge-bottom {
    font-size: 8px;
  }

  .moq-label-footer {
    font-size: 9px;
  }
}
.cart-form-item {
  display: flex;
}
.cart-form-item-image {
  margin-right: 16px;
}
.cart-form-item-image-holder {
  width: 96px;
  height: 96px;
}
.cart-form-item-image-holder img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cart-form-item-image-holder .q-skeleton {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background: #4a5859;
}
.cart-form-item-info {
  margin-right: 13px;
  display: flex;
  flex-direction: column;
}
.cart-form-item-lbs {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #2a6b0e;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cart-form-item-title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #2a6b0e;
  margin-bottom: 10px;
  margin-top: 0;
}
.cart-form-item-lot {
  color: #424242;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 17px;
}
.cart-form-item-lot-number {
  margin-left: 5px;
  font-weight: 700;
  color: #2a6b0e;
}
.cart-form-item-win-line {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  margin-top: auto;
}
.cart-form-item-side {
  margin-left: auto;
  align-self: flex-end;
}
.cart-form-payment-select {
  margin-bottom: 24px;
}
.cart-form-card {
  display: flex;
  align-items: center;
}
.cart-form-card .card-brand {
  margin-right: 16px;
}
.cart-form-card .card-brand-holder {
  background: #4a5859;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  position: relative;
}
.cart-form-card .card-brand-name {
  color: #2a6b0e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 700;
}
.cart-form-card .card-info {
  color: #424242;
  font-size: 16px;
  line-height: 130%;
  margin-right: 16px;
}
.cart-form-card .card-info-title {
  font-weight: 700;
}
.cart-form-card .card-info-number {
  font-weight: 400;
}
.cart-form-card .card-side {
  margin-left: auto;
}
.cart-form-summary-table {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #2a6b0e;
}
.cart-form-summary-table .price-value {
  color: inherit;
  font-size: 16px;
}
.cart-form-summary-table-due-today-row {
  color: #2a6b0e;
  line-height: 32px;
}
.cart-form-summary-table-due-today-row .price-value {
  font-size: 18px;
}
.cart-form-summary-table th {
  text-align: left;
}
.cart-form-summary-table td {
  text-align: right;
}
.cart-form-submit-btn {
  width: 100%;
  max-width: 400px;
  margin-bottom: 24px;
}

.inventory-page {
  background: #f8f9f8;
}
.inventory-page .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  .inventory-page .header-container {
    padding-right: 12px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.inventory-page .packages-loading-notice {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #edf5ee;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .inventory-page .packages-loading-notice {
    bottom: 84px;
  }
}

@media (max-width: 600px) {
  .mobileBreak {
    margin-top: 15px !important;
  }
}

.inventory-items {
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .inventory-items {
    padding: 0 10px;
  }
}
.inventory-items .top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .inventory-items .top-controls {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1439px) {
  .inventory-items .controls-container {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.inventory-items .filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .inventory-items .filters-container {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .inventory-items .filters-container {
    flex-direction: column;
  }
  .inventory-items .filters-container .q-select {
    width: 100%;
  }
}
.inventory-items-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
@media (min-width: 1324px) and (max-width: 1432px) {
  .inventory-items-header .inventory-items-card-main {
    flex: 0 0 16%;
  }
  .inventory-items-header .inventory-items-card-license {
    flex: 0 0 8%;
  }
  .inventory-items-header .inventory-items-card-category-type,
.inventory-items-header .inventory-items-card-strain-type,
.inventory-items-header .inventory-items-card-listings {
    flex: 0 0 7%;
  }
  .inventory-items-header .inventory-items-card-packages {
    flex: 0 0 10%;
  }
  .inventory-items-header .inventory-items-card-location {
    flex: 0 0 8%;
  }
  .inventory-items-header .inventory-items-card-toggle {
    flex: 0 0 11%;
  }
}
.inventory-items-header-wrapper {
  padding: 4px 12px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow-x: hidden;
}
@media (max-width: 1439px) {
  .inventory-items-header-wrapper {
    padding: 4px 8px;
  }
}
.inventory-items-header .inventory-items-card-image-header {
  flex: 0 0 70px;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-image-header {
    flex: 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-image-header {
    flex: 0 0 10%;
    padding-left: 50px;
  }
}
.inventory-items-header .inventory-items-card-main {
  flex: 0 0 19%;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-main {
    flex: 0 0 19%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-main {
    flex: 0 0 18%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-main {
    flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-main {
    flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.inventory-items-header .inventory-items-card-main.for-retailer {
  padding-left: 0;
}
.inventory-items-header .inventory-items-card-license {
  flex: 0 0 8%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-license {
    flex: 0 0 8%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-license {
    flex: 0 0 9%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-license {
    flex: 0 0 15%;
  }
}
.inventory-items-header .inventory-items-card-category-type, .inventory-items-header .inventory-items-card-strain-type {
  flex: 0 0 8%;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-category-type, .inventory-items-header .inventory-items-card-strain-type {
    flex: 0 0 8%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-category-type, .inventory-items-header .inventory-items-card-strain-type {
    flex: 0 0 8%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-category-type, .inventory-items-header .inventory-items-card-strain-type {
    flex: 0 0 15%;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-category-type, .inventory-items-header .inventory-items-card-strain-type {
    flex: 0 0 50%;
    padding: 5px 0;
    display: block !important;
  }
}
.inventory-items-header .inventory-items-card-listings {
  flex: 0 0 8%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-listings {
    flex: 0 0 9%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-listings {
    flex: 0 0 8%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-listings {
    flex: 0 0 15%;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-listings {
    flex: 0 0 50%;
    padding: 5px 0;
    display: block !important;
  }
}
.inventory-items-header .inventory-items-card-packages {
  flex: 0 0 11%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-packages {
    flex: 0 0 11%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-packages {
    flex: 0 0 12%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-packages {
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-packages {
    flex: 0 0 50%;
    padding: 5px 0;
    display: block !important;
  }
}
.inventory-items-header .inventory-items-card-location {
  flex: 0 0 9%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-header .inventory-items-card-location {
    flex: 0 0 8%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-location {
    flex: 0 0 10%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-location {
    flex: 0 0 15%;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-location {
    flex: 0 0 50%;
    padding: 5px 0;
    display: block !important;
  }
}
.inventory-items-header .inventory-items-card-toggle {
  flex: 0 0 12%;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-toggle {
    flex: 0 0 11%;
  }
}
@media (max-width: 900px) {
  .inventory-items-header .inventory-items-card-toggle {
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-toggle {
    flex: 0 0 100%;
    margin-top: 10px;
    padding-left: 0;
    display: block !important;
  }
}
.inventory-items-scroll {
  max-height: 100vh;
}
.inventory-items-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 1439px) {
  .inventory-items-card {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .inventory-items-card {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.inventory-items-card.with-packages {
  cursor: pointer;
}
.inventory-items-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  position: relative;
}
.inventory-items-card-wrapper .item-container {
  width: 100%;
}
@media (max-width: 1439px) {
  .inventory-items-card-wrapper {
    padding: 8px 10px;
  }
}
.inventory-items-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.inventory-items-card-main {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
}
@media (max-width: 1439px) {
  .inventory-items-card-main {
    flex: 0 0 27%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-card-main {
    flex: 0 0 30%;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-main {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-main {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.inventory-items-card-main .inventory-items-card-image {
  background: #edf5ee;
  border-radius: 8px;
  margin-right: 16px;
  min-width: 60px;
  min-height: 60px;
}
@media (max-width: 1439px) {
  .inventory-items-card-main .inventory-items-card-image {
    margin-right: 10px;
    min-width: 50px;
    min-height: 50px;
  }
}
.inventory-items-card-main .inventory-items-card-image.no-image {
  color: #2a6b0e;
  font-weight: 500;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 1439px) {
  .inventory-items-card-main .inventory-items-card-image.no-image {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}
.inventory-items-card-main .inventory-items-card-image.no-image .no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
.inventory-items-card-main .inventory-items-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  word-break: break-word;
}
@media (max-width: 1439px) {
  .inventory-items-card-main .inventory-items-card-title {
    font-size: 14px;
  }
}
.inventory-items-card-license {
  flex: 0 0 8%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-card-license {
    flex: 0 0 8%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-card-license {
    flex: 0 0 9%;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-license {
    flex: 0 0 15%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-license {
    flex: 0 0 50%;
    padding: 5px 0;
  }
  .inventory-items-card-license::before {
    content: attr(data-label);
    font-weight: 500;
    color: #646464;
    display: block;
    font-size: 12px;
  }
}
.inventory-items-card-category-type, .inventory-items-card-strain-type, .inventory-items-card-listings {
  flex: 0 0 7.5%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-card-category-type, .inventory-items-card-strain-type, .inventory-items-card-listings {
    flex: 0 0 7.5%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-card-category-type, .inventory-items-card-strain-type, .inventory-items-card-listings {
    flex: 0 0 8%;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-category-type, .inventory-items-card-strain-type, .inventory-items-card-listings {
    flex: 0 0 15%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-category-type, .inventory-items-card-strain-type, .inventory-items-card-listings {
    flex: 0 0 50%;
    padding: 5px 0;
  }
  .inventory-items-card-category-type::before, .inventory-items-card-strain-type::before, .inventory-items-card-listings::before {
    content: attr(data-label);
    font-weight: 500;
    color: #646464;
    display: block;
    font-size: 12px;
  }
}
.inventory-items-card-packages {
  flex: 0 0 12%;
}
@media (max-width: 1439px) {
  .inventory-items-card-packages {
    flex: 0 0 12%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-card-packages {
    flex: 0 0 12%;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-packages {
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-packages {
    flex: 0 0 50%;
    padding: 5px 0;
  }
  .inventory-items-card-packages::before {
    content: attr(data-label);
    font-weight: 500;
    color: #646464;
    display: block;
    font-size: 12px;
  }
}
.inventory-items-card-location {
  flex: 0 0 9%;
  padding-left: 5px;
}
@media (max-width: 1439px) {
  .inventory-items-card-location {
    flex: 0 0 8%;
  }
}
@media (max-width: 1023px) {
  .inventory-items-card-location {
    flex: 0 0 10%;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-location {
    flex: 0 0 15%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-location {
    flex: 0 0 50%;
    padding: 5px 0;
  }
  .inventory-items-card-location::before {
    content: attr(data-label);
    font-weight: 500;
    color: #646464;
    display: block;
    font-size: 12px;
  }
}
.inventory-items-card-toggle {
  flex: 0 0 12%;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  .inventory-items-card-toggle {
    flex: 0 0 11%;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-toggle {
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-toggle {
    flex: 0 0 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
.inventory-items-card-actions-buttons {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  gap: 6px;
  z-index: 5;
}
@media (max-width: 1439px) {
  .inventory-items-card-actions-buttons {
    top: 0;
    right: 0;
    gap: 5px;
  }
}
@media (max-width: 1023px) {
  .inventory-items-card-actions-buttons {
    right: 5px;
  }
}
@media (max-width: 900px) {
  .inventory-items-card-actions-buttons {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-actions-buttons {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
  }
}
.inventory-items-card-actions-buttons .q-btn {
  min-width: auto;
  padding: 4px 16px;
}
@media (max-width: 1439px) {
  .inventory-items-card-actions-buttons .q-btn {
    padding: 4px 14px;
  }
}
.inventory-items-card-packages-list {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1439px) {
  .inventory-items-card-packages-list {
    margin-top: 16px;
  }
}
.inventory-items-card-packages-list-table thead tr {
  height: auto;
}
@media (max-width: 767px) {
  .inventory-items-card-packages-list-table thead tr {
    display: none;
  }
}
.inventory-items-card-packages-list-table thead th {
  border: none;
  color: #646464;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.inventory-items-card-packages-list-table thead th:first-child {
  padding-left: 0;
}
.inventory-items-card-packages-list-table thead th:last-child {
  padding-right: 0;
}
@media (max-width: 599px) {
  .inventory-items-card-packages-list-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.inventory-items-card-packages-list-table tbody td {
  color: #092629;
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 1439px) {
  .inventory-items-card-packages-list-table tbody td {
    padding: 12px;
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .inventory-items-card-packages-list-table tbody td {
    border: none;
    height: auto;
    padding: 15px;
  }
}
.inventory-items-card-packages-list-table tbody td:first-child {
  -webkit-user-select: text !important;
          user-select: text !important;
  padding-left: 0;
}
@media (max-width: 599px) {
  .inventory-items-card-packages-list-table tbody td:first-child {
    width: 100%;
    font-weight: 500;
    margin-bottom: -15px;
  }
}
@media (max-width: 599px) {
  .inventory-items-card-packages-list-table tbody td:nth-child(2), .inventory-items-card-packages-list-table tbody td:nth-child(3) {
    padding-left: 0;
    padding-top: 20px;
  }
}
.inventory-items-card-packages-list-table tbody td:last-child {
  padding-right: 0;
}
@media (max-width: 599px) {
  .inventory-items-card-packages-list-table tbody td:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 599px) {
  .inventory-items-card-packages-list-table tbody td:before {
    content: attr(data-th) !important;
    display: inline-block;
    font-weight: 500;
    color: #646464;
    margin-right: 8px;
    min-width: 80px;
  }
}
.inventory-items-card-clickable {
  color: #2a6b0e;
  font-weight: 500;
}
.inventory-items-card-clickable .accordion-icon {
  color: #646464;
  background: #f7f7f7;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .inventory-items-card-clickable .accordion-icon {
    width: 18px;
    height: 18px;
  }
}
.inventory-items-card-clickable .q-btn__content {
  gap: 5px;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .inventory-items-card-clickable .q-btn__content {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.inventory-items-card-button {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .inventory-items-card-button {
    font-size: 13px;
  }
}
.inventory-items-card-do-inventory-listings {
  width: 100%;
  white-space: nowrap;
  position: relative;
  max-width: 120px;
}
@media (min-width: 1500px) {
  .inventory-items-card-do-inventory-listings {
    max-width: 135px;
  }
}
@media (max-width: 1439px) {
  .inventory-items-card-do-inventory-listings {
    white-space: normal;
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-do-inventory-listings {
    max-width: 100%;
  }
}
.inventory-items-card-do-inventory-listings:hover {
  cursor: pointer;
}
.inventory-items-card-do-inventory-listings .q-select {
  border-bottom: none !important;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 0 8px;
}
@media (max-width: 1439px) {
  .inventory-items-card-do-inventory-listings .q-select {
    padding: 0 6px;
  }
}
.inventory-items-card-do-inventory-listings .q-select span {
  color: var(--q-primary);
  font-weight: 500;
}
@media (max-width: 1439px) {
  .inventory-items-card-do-inventory-listings .q-select span {
    font-size: 13px;
  }
}
.inventory-items-card-do-inventory-listings .q-select label {
  color: var(--q-primary);
}
.inventory-items-card-do-inventory-listings .q-select .q-field--standard .q-field__control::before {
  border-bottom: none !important;
}
.inventory-items-card-do-inventory-listings .q-select .q-field__append {
  padding-left: 0px;
}
@media (max-width: 1439px) {
  .inventory-items-card-do-inventory-listings .q-select .q-field__append {
    padding-left: 0;
  }
}
.inventory-items-card-do-inventory-listings .q-select .q-field__append .q-icon {
  color: #646464;
  background: #f7f7f7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .inventory-items-card-do-inventory-listings .q-select .q-field__append .q-icon {
    width: 18px;
    height: 18px;
  }
}
.inventory-items-card-do-inventory-listings .q-select .q-field__native {
  padding-right: 0;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1500px) {
  .inventory-items-card-do-inventory-listings .q-select .q-field__native {
    max-width: 100px;
  }
}
@media (max-width: 1439px) {
  .inventory-items-card-do-inventory-listings .q-select .q-field__native {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-do-inventory-listings .q-select .q-field__native {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .inventory-items-card-do-inventory-listings {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .inventory-items .mobile-info-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .inventory-items .mobile-info-grid .mobile-info-col {
    flex: 0 0 50%;
    margin-bottom: 8px;
  }
  .inventory-items .inventory-items-card-wrapper .q-item__section {
    padding: 0;
  }
}
.inventory-items .product-line-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 10px;
  min-height: 60px;
}
@media (max-width: 1439px) {
  .inventory-items .product-line-header {
    padding: 8px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .inventory-items .product-line-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 8px;
  }
}
.inventory-items .product-line-name {
  width: 30%;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1439px) {
  .inventory-items .product-line-name {
    font-size: 15px;
    width: 32%;
  }
}
@media (max-width: 1023px) {
  .inventory-items .product-line-name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .inventory-items .product-line-name {
    width: 100%;
  }
}
.inventory-items .product-line-info {
  display: flex;
  gap: 20px;
}
@media (max-width: 1439px) {
  .inventory-items .product-line-info {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .inventory-items .product-line-info {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .inventory-items .product-line-info {
    flex-direction: column;
    gap: 5px;
  }
}
.inventory-items .brand-group .brand-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  cursor: pointer;
  border-radius: 8px;
  padding: 6px 12px;
  margin-top: 10px;
  min-height: 60px;
}
@media (max-width: 1439px) {
  .inventory-items .brand-group .brand-header {
    padding: 6px 8px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .inventory-items .brand-group .brand-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 8px;
  }
}
.inventory-items .brand-group .brand-header .brand-info {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .inventory-items .brand-group .brand-header .brand-info {
    margin-left: 0;
    width: 100%;
  }
}
.inventory-items .brand-group .brand-header .brand-info .brand-logo {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .inventory-items .brand-group .brand-header .brand-info .brand-logo {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}
.inventory-items .brand-group .brand-header .brand-info .brand-name {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1439px) {
  .inventory-items .brand-group .brand-header .brand-info .brand-name {
    font-size: 15px;
  }
}
.inventory-items .brand-group .brand-header .brand-metrics {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 16px;
}
@media (max-width: 1439px) {
  .inventory-items .brand-group .brand-header .brand-metrics {
    gap: 16px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .inventory-items .brand-group .brand-header .brand-metrics {
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .inventory-items .brand-group .brand-header .brand-metrics {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.inventory-items .brand-group .brand-header .brand-metrics span {
  font-weight: 500;
  color: #2a6b0e;
}
@media (max-width: 1439px) {
  .inventory-items .brand-group .brand-header .brand-metrics span {
    font-size: 14px;
  }
}
.inventory-items .product-line-section {
  margin-top: 16px;
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1439px) {
  .inventory-items .product-line-section {
    margin-top: 14px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .inventory-items .product-line-section {
    padding: 10px;
  }
}
.inventory-items .product-line-section .inventory-items-header {
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .inventory-items .product-line-section .inventory-items-header {
    display: none;
  }
}
.inventory-items .product-line-section.product-drop-hover {
  border: 2px dashed var(--q-primary);
  background: rgba(42, 107, 14, 0.05);
  box-shadow: 0 0 15px rgba(42, 107, 14, 0.2);
}
@media (max-width: 767px) {
  .inventory-items-card-wrapper .mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
    margin: 10px 0;
  }
}

.q-slide-transition-enter-active, .q-slide-transition-leave-active {
  transition: all 0.3s ease;
}
.q-slide-transition-enter-from, .q-slide-transition-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}

.drag-enter {
  outline-style: dashed;
}

.inventory-items-card-status-select {
  width: 150px;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.show-on-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-on-mobile {
    display: block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .inventory-items-header {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr auto;
    /*
      - 2fr for the first column (Product Name).
      - 1fr for the next four columns (License, Category, Strain, QOH).
      - 'auto' for column 6, so Action Buttons remain top-right without overflow.
    */
    grid-template-rows: auto auto;
    gap: 8px;
    align-items: center;
    /* Kill old flex-based widths */
    /* Row 1 columns */
    /* Row 2 columns */
  }
  .inventory-items-header > div {
    width: auto !important;
    flex: none !important;
  }
  .inventory-items-header .inventory-items-card-main {
    /* Product Name */
    grid-column: 1/2;
    grid-row: 1;
    padding-left: 60px;
  }
  .inventory-items-header .inventory-items-card-license {
    /* License */
    grid-column: 2/3;
    grid-row: 1;
  }
  .inventory-items-header .inventory-items-card-category-type {
    /* Category */
    grid-column: 3/4;
    grid-row: 1;
  }
  .inventory-items-header .inventory-items-card-strain-type {
    /* Strain */
    grid-column: 4/5;
    grid-row: 1;
  }
  .inventory-items-header .inventory-items-card-packages {
    /* QOH */
    grid-column: 5/6;
    grid-row: 1;
  }
  .inventory-items-header .inventory-items-card-location {
    grid-column: 1/2;
    grid-row: 2;
  }
  .inventory-items-header .inventory-items-card-listings {
    grid-column: 2/3;
    grid-row: 2;
  }
  .inventory-items-header .inventory-items-card-toggle {
    /* Status */
    grid-column: 3/4;
    grid-row: 2;
  }

  .inventory-items-card {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px;
    align-items: center;
    position: relative;
    /* --- Row 1 columns (same order as header) --- */
    /* 3) Action Buttons -> top row, last column. Far right. */
    /* --- Row 2 columns --- */
  }
  .inventory-items-card > div {
    width: auto !important;
    flex: none !important;
    position: static !important;
  }
  .inventory-items-card .inventory-items-card-main {
    /* Product Name/Image */
    grid-column: 1/2;
    grid-row: 1;
    padding-left: 0 !important;
  }
  .inventory-items-card .inventory-items-card-license {
    grid-column: 2/3;
    grid-row: 1;
  }
  .inventory-items-card .inventory-items-card-category-type {
    grid-column: 3/4;
    grid-row: 1;
  }
  .inventory-items-card .inventory-items-card-strain-type {
    grid-column: 4/5;
    grid-row: 1;
  }
  .inventory-items-card .inventory-items-card-packages {
    /* QOH */
    grid-column: 5/6;
    grid-row: 1;
  }
  .inventory-items-card .inventory-items-card-actions-buttons {
    grid-column: 6/7;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
  }
  .inventory-items-card .inventory-items-card-location {
    grid-column: 1/2;
    grid-row: 2;
  }
  .inventory-items-card .inventory-items-card-listings {
    grid-column: 2/3;
    grid-row: 2;
  }
  .inventory-items-card .inventory-items-card-toggle {
    /* Status dropdown */
    grid-column: 3/4;
    grid-row: 2;
  }
}
.inventory-items-header {
  align-items: baseline !important;
  /* Force all items to align along their baseline */
}
.inventory-items-header .sortable-header,
.inventory-items-header .inventory-items-card-toggle {
  height: auto !important;
  display: flex !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
@media (max-width: 1023px) {
  .inventory-items-header .inventory-items-card-location,
.inventory-items-header .inventory-items-card-listings,
.inventory-items-header .inventory-items-card-toggle {
    display: none !important;
  }
  .inventory-items-header .inventory-items-card-main {
    flex: 0 0 30% !important;
  }
  .inventory-items-header .inventory-items-card-category-type,
.inventory-items-header .inventory-items-card-strain-type {
    flex: 0 0 15% !important;
  }
  .inventory-items-header .inventory-items-card-packages {
    flex: 0 0 20% !important;
  }
}
@media (max-width: 767px) {
  .inventory-items-header .inventory-items-card-location,
.inventory-items-header .inventory-items-card-listings,
.inventory-items-header .inventory-items-card-toggle,
.inventory-items-header .inventory-items-card-license,
.inventory-items-header .inventory-items-card-category-type,
.inventory-items-header .inventory-items-card-strain-type,
.inventory-items-header .inventory-items-card-packages {
    display: none !important;
  }
}

.inventory-product-for-order .inventory-items-card-main {
  flex: unset !important;
  width: 40% !important;
}
.inventory-product-for-order .inventory-items-card-category-type {
  flex: unset !important;
  width: 15% !important;
}
.inventory-product-for-order .inventory-items-card-strain-type {
  flex: unset !important;
  width: 15% !important;
}
.inventory-product-for-order .inventory-items-card-qty {
  flex: unset !important;
  width: 15% !important;
}
.inventory-product-for-order .inventory-items-card-price {
  flex: unset !important;
  width: 15% !important;
}
.inventory-product-for-order.inventory-items-header .inventory-items-card-main {
  padding-left: 84px;
}

.products-card {
  display: flex;
  align-items: center;
  color: #0f3427;
  font-size: 14px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.products-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  position: relative;
}
.products-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.products-card-wrapper .products-card-qty {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.products-card-main {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.products-card-main .products-card-image {
  background: #edf5ee;
  border-radius: 8px;
  min-width: 60px;
  min-height: 60px;
}
.products-card-main .products-card-image.no-image {
  color: #2a6b0e;
  font-weight: 500;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
.products-card-main .products-card-image.no-image .no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
.products-card-main .products-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  word-break: break-word;
}
.products-card-main .products-card-attributes {
  display: flex;
  align-items: center;
  row-gap: 3px;
  column-gap: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .products-card-main {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .products-card-main {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .products-card-main {
    width: 60%;
  }
}
.products-card-brand {
  width: 15%;
}
@media screen and (max-width: 700px) {
  .products-card-brand {
    display: none;
  }
}
.products-card-category {
  width: 15%;
}
@media screen and (max-width: 900px) {
  .products-card-category {
    display: none;
  }
}
.products-card-strain {
  width: 15%;
}
@media screen and (max-width: 900px) {
  .products-card-strain {
    display: none;
  }
}
.products-card-consolidated {
  display: none;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .products-card-consolidated {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .products-card-consolidated {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .products-card-consolidated {
    width: 50%;
    order: 1;
  }
}
.products-card-consolidated .brand {
  display: none;
}
@media screen and (max-width: 700px) {
  .products-card-consolidated .brand {
    display: flex;
  }
}
.products-card-qty {
  width: 15%;
  position: relative;
}
@media screen and (max-width: 650px) {
  .products-card-qty {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .products-card-qty {
    width: 40%;
  }
}
.products-card-qty-grid {
  display: inline-grid;
}
.products-card-qty-grid > div {
  display: inline-flex;
  justify-content: space-between;
  gap: 7px;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 2px;
}
.products-card-qty-grid > div:last-child {
  margin-bottom: 0;
}
.products-card-qty-grid .reserved-qty {
  padding-bottom: 2px;
}
.products-card-qty-grid .reserved-qty:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% + 2px);
  background: #2a6b0e;
  margin: 1px 0;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.products-card-actions {
  width: 15%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .products-card-actions {
    width: 50%;
    order: 2;
    align-self: flex-end;
  }
}
.products-card-toggle-actions {
  position: absolute;
  right: calc(100% + 40px);
  bottom: -5px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .products-card-toggle-actions {
    position: static;
  }
}
.products-card-packages {
  width: 100%;
}
.products-card-packages .inventory-items-card-packages-list-table {
  margin-top: 10px;
}
.products-card-packages + .products-card-packages:before {
  content: "";
  display: block;
  height: 1px;
  background: #0f3427;
  margin: 10px -12px;
}
.products-card.variation {
  margin-top: 10px;
}
.products-card.variation .items-drop-area {
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.products-card.drag-active * {
  pointer-events: none !important;
}
.products-card .items-drop-area {
  background: #e8f5e9;
  position: absolute;
  left: -12px;
  top: -10px;
  width: calc(100% + 24px);
  height: calc(100% + 20px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  border-radius: 8px;
}
.products-card.drop-active .items-drop-area {
  display: flex;
}

.items-card {
  display: flex;
  align-items: center;
  color: #0f3427;
  font-size: 14px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.items-card-wrapper {
  display: flex;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  align-items: center;
  cursor: grab;
}
.items-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.items-card-wrapper.doing-drag {
  background: #fff9c4;
}
.items-card-wrapper .items-bulk-holder {
  margin-left: -10px;
}
.items-card-main {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 2px;
}
.items-card-main .items-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  word-break: break-word;
}
@media screen and (max-width: 900px) {
  .items-card-main {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .items-card-main {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .items-card-main {
    width: 60%;
  }
}
.items-card-license {
  width: 15%;
}
@media screen and (max-width: 700px) {
  .items-card-license {
    display: none;
  }
}
.items-card-category {
  width: 15%;
}
@media screen and (max-width: 900px) {
  .items-card-category {
    display: none;
  }
}
.items-card-strain {
  width: 15%;
}
@media screen and (max-width: 900px) {
  .items-card-strain {
    display: none;
  }
}
.items-card-consolidated {
  display: none;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .items-card-consolidated {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .items-card-consolidated {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .items-card-consolidated {
    width: 50%;
    order: 1;
  }
}
.items-card-consolidated .license {
  display: none;
}
@media screen and (max-width: 700px) {
  .items-card-consolidated .license {
    display: flex;
  }
}
.items-card-qty {
  width: 15%;
}
@media screen and (max-width: 650px) {
  .items-card-qty {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .items-card-qty {
    width: 40%;
  }
}
.items-card-actions {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .items-card-actions {
    width: 50%;
    order: 2;
    align-self: flex-end;
  }
}
.items-card-packages {
  width: 100%;
  overflow: hidden;
}
.items-card-packages .inventory-items-card-packages-list-table {
  margin-top: 10px;
}

.inventory-layout {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 40px;
}
.inventory-layout.two-col {
  flex-direction: row;
}
.inventory-layout.two-col > div {
  width: 50%;
}
.inventory-layout.two-col .inventory-filters {
  display: none;
}
.inventory-layout.two-col .inventory-filters-toggle-btn {
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .products-card-main {
    width: 30%;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .products-card-main {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .products-card-main {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .products-card-brand {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .products-card-category {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .products-card-strain {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .products-card-consolidated {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .products-card-consolidated {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .products-card-consolidated {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .products-card-consolidated {
    width: 50%;
    order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .products-card-consolidated .brand {
    display: flex;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .products-card-qty {
    width: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .products-card-qty {
    width: 40%;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .products-card-toggle-actions {
    bottom: -12px;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .products-card-toggle-actions {
    bottom: -25px;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .products-card-toggle-actions {
    bottom: -32px;
    right: calc(100% + 80px);
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .products-card-toggle-actions {
    position: static;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .products-card-actions {
    width: 50%;
    order: 2;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .items-card-main {
    width: 25%;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .items-card-main {
    width: 35%;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .items-card-main {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .items-card-main {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .items-card-license {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .items-card-category {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .items-card-strain {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .inventory-layout.two-col .items-card-consolidated {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .items-card-consolidated {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .items-card-consolidated {
    width: 35%;
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .items-card-consolidated {
    width: 50%;
    order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .inventory-layout.two-col .items-card-consolidated .license {
    display: flex;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .items-card-qty {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .inventory-layout.two-col .items-card-qty {
    width: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .inventory-layout.two-col .items-card-actions {
    width: 50%;
    order: 2;
    align-self: flex-end;
  }
}

@media screen and (max-width: 900px) {
  .inventory-filters {
    display: none;
  }
}
.inventory-filters-toggle-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .inventory-filters-toggle-btn {
    display: inline-block;
  }
}

.inventory-bulk-items-btn .q-btn__content {
  padding-left: 8px;
  padding-right: 8px;
}
.inventory-bulk-items-btn .q-btn__content .block {
  position: relative;
  top: 1px;
}
.inventory-bulk-items-btn .q-btn__content .q-icon {
  margin-left: 4px;
}

.inventory-table-grid-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 0;
}

.inventory-top-section {
  background: #edf5ee;
}

.inventory-products-brands {
  padding: 0 !important;
  margin: 0 !important;
}
.inventory-products-brands .brand-cards-wrapper {
  padding-left: 2px;
}
.inventory-products-brands .brand-cards-scroll {
  margin: 0 !important;
}

@media screen and (max-width: 1439px) {
  .auction-btn {
    min-height: 24px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 1023px) {
  .auction-btn {
    min-height: 22px;
  }
}
@media screen and (min-width: 648px) and (max-width: 850px) {
  .auction-btn {
    min-height: 28px;
    padding: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .auction-btn {
    align-self: center;
  }
}

.products-card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products-card-actions .q-mb-sm,
.products-card-actions .q-mb-xs {
    margin-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .products-card-actions {
    gap: 5px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

.reorder-rows-card {
  display: flex;
  align-items: center;
  color: #0f3427;
  font-size: 14px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.reorder-rows-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  position: relative;
}
.reorder-rows-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.reorder-rows-card-main {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.reorder-rows-card-main .reorder-rows-card-image {
  background: #edf5ee;
  border-radius: 8px;
  min-width: 60px;
  min-height: 60px;
}
.reorder-rows-card-main .reorder-rows-card-image.no-image {
  color: #2a6b0e;
  font-weight: 500;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
.reorder-rows-card-main .reorder-rows-card-image.no-image .no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
.reorder-rows-card-main .reorder-rows-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  word-break: break-word;
}
.reorder-rows-card-main .reorder-rows-card-attributes {
  display: flex;
  align-items: center;
  row-gap: 3px;
  column-gap: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .reorder-rows-card-main {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .reorder-rows-card-main {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .reorder-rows-card-main {
    width: 60%;
  }
}
.reorder-rows-card-vendor {
  width: 15%;
}
.reorder-rows-card-brand {
  width: 15%;
}
.reorder-rows-card-category {
  width: 12.5%;
}
.reorder-rows-card-strain {
  width: 12.5%;
}
.reorder-rows-card-consolidated {
  display: none;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .reorder-rows-card-consolidated {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .reorder-rows-card-consolidated {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .reorder-rows-card-consolidated {
    width: 50%;
    order: 1;
  }
}
.reorder-rows-card-consolidated .brand {
  display: none;
}
@media screen and (max-width: 700px) {
  .reorder-rows-card-consolidated .brand {
    display: flex;
  }
}
.reorder-rows-card-qty {
  width: 10%;
  position: relative;
}
@media screen and (max-width: 650px) {
  .reorder-rows-card-qty {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .reorder-rows-card-qty {
    width: 40%;
  }
}
.reorder-rows-card-actions {
  width: 15%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .reorder-rows-card-actions {
    width: 50%;
    order: 2;
    align-self: flex-end;
  }
}
.reorder-rows-card-toggle-actions {
  position: absolute;
  right: calc(100% + 40px);
  bottom: -5px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .reorder-rows-card-toggle-actions {
    position: static;
  }
}
.reorder-rows-card-items {
  width: 100%;
}
.reorder-rows-card-extra {
  width: 100%;
}
.reorder-rows-card-packages {
  width: 100%;
}
.reorder-rows-card-packages .inventory-items-card-packages-list-table {
  margin-top: 10px;
}
.reorder-rows-card-packages + .products-card-packages:before {
  content: "";
  display: block;
  height: 1px;
  background: #0f3427;
  margin: 10px -12px;
}

.history-page {
  background: #f8f9f8;
}

.my-history-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
.my-history-header-wrapper {
  padding: 15px 12px;
}
.my-history-header .sortable-header .q-icon {
  transition: opacity 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 16px;
}
.my-history-header .sortable-header:not(.active) .q-icon {
  opacity: 0.3;
}
.my-history-header .sortable-header:not(.active):hover .q-icon {
  opacity: 0.8;
}
.my-history-header .my-history-card-main {
  padding-left: 76px;
}
@media (max-width: 1023.98px) {
  .my-history-header .my-history-card-main {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-history-header .my-history-card-category-type {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-history-header .my-history-card-strain-type {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-history-header .my-history-card-price {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .my-history-header .my-history-card-fee {
    display: none;
  }
}
.my-history-header .my-history-card-filters {
  width: 40%;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .my-history-header .my-history-card-filters {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .my-history-header .my-history-card-filters {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.my-history-header .my-history-card-filters > * {
  margin-right: -12px;
  margin-left: 22px;
}
.my-history-header-select {
  background: #fff;
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  min-width: 110px;
}
.my-history-header-select .q-field__native {
  color: #0f3427;
  font-weight: 500;
}
.my-history-header-select .q-field__label {
  color: #565656;
}
.my-history-header-select .q-select__dropdown-icon {
  color: #0f3427;
  font-size: 14px;
}
.my-history-scroll {
  max-height: 100vh;
}
.my-history-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .my-history-card {
    flex-wrap: wrap;
  }
}
.my-history-card-list-wrapper {
  padding: 0;
}
.my-history-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  width: 100%;
  display: block;
  text-decoration: none !important;
}
.my-history-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.my-history-card-main {
  width: 25%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .my-history-card-main {
    width: 100%;
    margin-bottom: 10px;
  }
}
.my-history-card-category-type {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-history-card-category-type {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-history-card-category-type {
    width: 50%;
  }
}
.my-history-card-strain-type {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-history-card-strain-type {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-history-card-strain-type {
    width: 50%;
  }
}
.my-history-card-price {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-history-card-price {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-history-card-price {
    width: 50%;
  }
}
.my-history-card-fee {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-history-card-fee {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .my-history-card-fee {
    width: 50%;
  }
}
.my-history-card-date {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .my-history-card-date {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-history-card-date {
    width: 50%;
  }
}
.my-history-card-image {
  background: #0f3427;
  border-radius: 8px;
  margin-right: 16px;
  min-width: 60px;
  min-height: 60px;
}
.my-history-card-clickable {
  color: #2a6b0e;
  font-weight: 500;
}
.my-history-card-clickable.danger {
  color: #c10004;
}
.my-history-card-title {
  font-size: 16px;
  font-weight: 600;
}
.my-history-card-qty {
  font-size: 14px;
  font-weight: 600;
}
.my-history-card-lot {
  font-size: 14px;
}
.my-history-card-lot span {
  font-weight: 600;
}

.company-page {
  background: #f8f9f8;
}

.my-company-facilities-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .my-company-facilities-card {
    flex-wrap: wrap;
  }
}
.my-company-facilities-card-list-wrapper {
  padding: 0;
}
.my-company-facilities-card-wrapper {
  border-radius: 8px;
  padding: 10px 0;
  margin-bottom: 10px;
  min-height: 45px;
  width: 100%;
  display: block;
  text-decoration: none !important;
}
.my-company-facilities-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.my-company-facilities-card-main {
  width: 30%;
}
@media (max-width: 1023.98px) {
  .my-company-facilities-card-main {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-company-facilities-card-main {
    width: 50%;
  }
}
.my-company-facilities-card-license {
  width: 30%;
}
.my-company-facilities-card-license-number {
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  .my-company-facilities-card-license {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-company-facilities-card-license {
    width: 100%;
  }
}
.my-company-facilities-card-permissions {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .my-company-facilities-card-permissions {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-company-facilities-card-permissions {
    width: 100%;
  }
}
.my-company-facilities-card-permissions .last-polled-period {
  margin-top: 6px;
  font-size: 12px;
}
.my-company-facilities-card-permissions .last-polled-period .period {
  font-weight: 600;
}
.my-company-facilities-card-actions {
  width: 20%;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .my-company-facilities-card-actions {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .my-company-facilities-card-actions {
    width: 100%;
  }
}
.my-company-facilities-card-title {
  font-size: 16px;
  font-weight: 600;
}

.buyer-request-product-to-offer-list-item {
  padding: 6px 8px;
}
.buyer-request-product-to-offer-list-item:nth-child(even) {
  background: #fafafa;
}
.buyer-request-product-to-offer-checkbox .q-checkbox__label {
  flex-grow: 1;
}
.buyer-request-product-to-offer-checkbox .q-checkbox__label .product-title {
  font-size: 14px;
  font-weight: 600;
}
.buyer-request-product-to-offer-checkbox .q-checkbox__label .product-available {
  font-size: 14px;
}
.buyer-request-product-to-offer-inventory {
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 6px 10px;
  background: #fff;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.buyer-request-product-to-offer-inventory input::-webkit-outer-spin-button,
.buyer-request-product-to-offer-inventory input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buyer-request-product-to-offer-inventory input[type=number] {
  -moz-appearance: textfield;
}

.auction-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding: 18px;
  padding-top: 0;
  overflow-x: auto;
}
.auction-categories-card {
  border-radius: 0.75vh;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  height: 130px;
  width: 100%;
  width: 130px;
  overflow: hidden;
}
.auction-categories-card-container {
  flex: 0 0 auto;
}
.auction-categories-card-selected {
  border-radius: 0.75vh;
  text-align: center;
  border: 1px solid rgba(211, 211, 211, 0.395);
  height: 34vh;
  height: 130px;
  width: 130px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(90, 90, 90, 0.4), 0 2px 2px rgba(90, 90, 90, 0.14), 0 3px 1px -2px rgba(90, 90, 90, 0.12);
}
.auction-categories-card-image {
  height: 80px;
  border-top-left-radius: 0.75vh;
  border-top-right-radius: 0.75vh;
  margin: 0 auto;
  border-bottom: 2px solid lightgrey;
}
.auction-categories-card-title {
  padding-left: 2vh;
  padding-right: 2vh;
}
.auction-categories-card-title .ellipsis {
  font-size: 1.2em;
}
.auction-categories-card-title .selected {
  font-size: 1.2em;
}

.auction-categories-content {
  position: relative;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 4px;
}

.batch-transfer-page,
.batch-tag-create-page {
  background: #f8f9f8;
}

.batch-items-card-main {
  display: flex;
  flex-direction: row;
  width: 30%;
  align-items: center;
}

.batch-items-card-main-title {
  display: flex;
  flex-direction: row;
  width: 22%;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .batch-items-card-main-title {
    width: 20%;
  }
}

.batch-item-details {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.batch-items-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
.batch-items-header-wrapper {
  padding: 15px 0px;
}
.batch-items-header .sortable-header .q-icon {
  transition: opacity 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 16px;
}
.batch-items-header .batch-items-card-main {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .batch-items-header .batch-items-card-main {
    width: 20%;
  }
}
@media (max-width: 1023.98px) {
  .batch-items-header .batch-items-card-selection {
    width: 8%;
  }
}
@media (max-width: 1023.98px) {
  .batch-items-header .batch-items-card-harvest-date {
    width: 25%;
  }
}
@media (max-width: 1023.98px) {
  .batch-items-header .batch-items-card-strain-type {
    width: 20%;
  }
}
@media (max-width: 1023.98px) {
  .batch-items-header .batch-items-card-drying-location {
    width: 20%;
  }
}
@media (max-width: 1023.98px) {
  .batch-items-header .batch-items-card-quantity {
    width: 20%;
  }
}
.batch-items-select {
  background: #fff;
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  min-width: 110px;
}
.batch-items-select .q-field__native {
  color: #0f3427;
  font-weight: 500;
}
.batch-items-select .q-field__label {
  color: #565656;
}
.batch-items-select .q-select__dropdown-icon {
  color: #0f3427;
  font-size: 14px;
}
.batch-items-scroll {
  max-height: 80vh;
}
.batch-items-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .batch-items-card {
    flex-wrap: wrap;
  }
}
.batch-items-card-wrapper {
  border-radius: 8px;
  padding: 4px 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  background: #fff;
}
.batch-items-card-selection {
  width: 8%;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .batch-items-card-selection {
    width: 5%;
  }
}
.batch-items-card-main {
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .batch-items-card-main {
    width: 20%;
    margin-bottom: 10px;
  }
}
.batch-items-card-harvest-date {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .batch-items-card-harvest-date {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .batch-items-card-harvest-date {
    width: 33.3%;
  }
}
.batch-items-card-strain-type {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .batch-items-card-strain-type {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .batch-items-card-strain-type {
    width: 66.6%;
  }
}
.batch-items-card-drying-location {
  width: 18%;
}
@media (max-width: 1023.98px) {
  .batch-items-card-drying-location {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .batch-items-card-drying-location {
    width: 33.3%;
  }
}
.batch-items-card-quantity {
  width: 10%;
}
@media (max-width: 1023.98px) {
  .batch-items-card-quantity {
    width: 10%;
  }
}
@media (max-width: 599.98px) {
  .batch-items-card-quantity {
    width: 10%;
  }
}
.batch-items-card-title {
  font-size: 16px;
  font-weight: 600;
}
.batch-items-card-filters {
  width: 13%;
  text-align: right;
}

.package-transfer-page,
.package-wholesale-page,
.new-package-transfer-page {
  background: #f8f9f8;
}

.package-items-card-main {
  display: flex;
  flex-direction: row;
  width: var(--header-main-width);
  align-items: center;
}

.package-items-card-batch {
  width: var(--header-tag-width);
}

.package-items-card-harvest {
  width: var(--header-tag-width);
}

.package-items-card-main-tag {
  display: flex;
  flex-direction: row;
  width: var(--header-tag-width);
  align-items: center;
}

.package-item-details {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.package-items {
  max-height: calc(100vh - var(--header-height));
  overflow-y: auto;
}
.package-items-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
.package-items-header-wrapper {
  padding: 15px 0px;
  margin-right: 20px;
}
.package-items-header .sortable-header .q-icon {
  transition: opacity 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 16px;
}
.package-items-select {
  background: #fff;
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  min-width: 110px;
}
.package-items-select .q-field__native {
  color: #0f3427;
  font-weight: 500;
}
.package-items-select .q-field__label {
  color: #565656;
}
.package-items-select .q-select__dropdown-icon {
  color: #0f3427;
  font-size: 14px;
}
.package-items-scroll {
  max-height: 60vh;
}
.package-items-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .package-items-card {
    flex-wrap: wrap;
  }
}
.package-items-card-wrapper {
  border-radius: 8px;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  flex-wrap: wrap;
  background: #fff;
}
.package-items-card-selection {
  width: var(--header-selection);
  flex: 0 0 auto;
}
.package-items-card-main {
  width: var(--header-main-width);
  display: flex;
  align-items: center;
}
.package-items-card-main-tag {
  width: var(--header-tag-width);
  display: flex;
  align-items: center;
}
.package-items-card-header-title {
  font-size: 16px;
  font-weight: 600;
  width: var(--header-title);
}
@media (max-width: 1023.98px) {
  .package-items-card-header-title {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-header-title {
    width: 33.3%;
  }
}
.package-items-card-header-batch {
  font-size: 16px;
  font-weight: 600;
  width: var(--header-title);
}
@media (max-width: 1023.98px) {
  .package-items-card-header-batch {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-header-batch {
    width: 33.3%;
  }
}
.package-items-card-header-harvest {
  font-size: 16px;
  font-weight: 600;
  width: var(--header-title);
}
@media (max-width: 1023.98px) {
  .package-items-card-header-harvest {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-header-harvest {
    width: 33.3%;
  }
}
.package-items-card-title {
  font-size: 16px;
  font-weight: 600;
  width: var(--header-name-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-title {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-title {
    width: 33.3%;
  }
}
.package-items-card-batch {
  width: var(--header-batch-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-batch {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-batch {
    width: 66.6%;
  }
}
.package-items-card-harvest {
  width: var(--header-harvest-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-harvest {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-harvest {
    width: 66.6%;
  }
}
.package-items-card-quantity {
  width: var(--header-quantity-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-quantity {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-quantity {
    width: 66.6%;
  }
}
.package-items-card-price {
  width: var(--header-quantity-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-price {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-price {
    width: 66.6%;
  }
}
.package-items-card-price-input {
  width: var(--header-new-quantity-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-price-input {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-price-input {
    width: 66.6%;
  }
}
.package-items-card-tag {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .package-items-card-tag {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-tag {
    width: 33.3%;
  }
}
@media (max-width: 1023.98px) {
  .package-items-card-quantity-title {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-quantity-title {
    width: 33.3%;
  }
}
.package-items-card-new-package-tag {
  width: var(--header-new-tag-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-new-package-tag {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-new-package-tag {
    width: 33.3%;
  }
}
.package-items-card-new-tag {
  width: var(--header-tag-width);
}
@media (max-width: 1023.98px) {
  .package-items-card-new-tag {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-new-tag {
    width: 33.3%;
  }
}
.package-items-card-new-quantity-input {
  width: var(--header-new-quantity-width);
}
.package-items-card-adjust-btn {
  width: 20%;
  align-items: right;
}
@media (max-width: 1023.98px) {
  .package-items-card-tag {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .package-items-card-tag {
    width: 33.3%;
  }
}
.package-items-card-filters {
  width: 10%;
  text-align: right;
}
@media (min-width: 1024px) {
  .package-items-card-filters {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.new-package-items-card-main-header {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  width: 20%;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .new-package-items-card-main-header {
    width: 20%;
  }
}

.new-package-item-details {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.download-container {
  display: flex;
  justify-content: space-between;
  align-items: right;
  margin-top: 20px;
}

.new-package-items-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
.new-package-items-header-wrapper {
  padding: 15px 0px;
}
.new-package-items-header-main {
  width: 20%;
  padding-left: 20px;
}
@media (max-width: 1023.98px) {
  .new-package-items-header-main {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .new-package-items-header-main {
    width: 20%;
  }
}
.new-package-items-header-harvest-name {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-header-harvest-name {
    width: 20%;
  }
}
.new-package-items-header-quantity {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-header-quantity {
    width: 20%;
  }
}
.new-package-items-header-item-name {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-header-item-name {
    width: 20%;
  }
}
.new-package-items-header-tag {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-header-tag {
    width: 20%;
  }
}
.new-package-items-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .new-package-items-card {
    flex-wrap: wrap;
  }
}
.new-package-items-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  flex-wrap: wrap;
  background: #fff;
}
.new-package-items-card-main {
  padding-left: 20px;
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-card-main {
    width: 20%;
  }
}
.new-package-items-card-harvest-name {
  width: 20%;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .new-package-items-card-harvest-name {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .new-package-items-card-harvest-name {
    width: 33.3%;
  }
}
.new-package-items-card-item-name {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-card-item-name {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .new-package-items-card-item-name {
    width: 33.3%;
  }
}
.new-package-items-card-quantity {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-card-quantity {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .new-package-items-card-quantity {
    width: 66.6%;
  }
}
.new-package-items-card-tag {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .new-package-items-card-tag {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .new-package-items-card-tag {
    width: 33.3%;
  }
}

.selected-packages-list {
  width: 100%;
}

.selected-package-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 90%;
}
@media (max-width: 1023.98px) {
  .selected-package-card {
    flex-wrap: wrap;
  }
}
.selected-package-card .q-field--labeled .q-field__native,
.selected-package-card .q-field--labeled .q-field__prefix,
.selected-package-card .q-field--labeled .q-field__suffix {
  padding-top: 14px;
  padding-bottom: 2px;
}
.selected-package-card-wrapper {
  border-radius: 8px;
  padding: 2px 0;
  margin-right: 20px;
  flex-wrap: wrap;
}
.selected-package-card-selection {
  width: 5%;
  margin-right: 10px;
}
.selected-package-card-main-tag {
  width: 30%;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.selected-package-card-title {
  font-size: 16px;
  font-weight: 600;
  width: 30%;
}
@media (max-width: 1023.98px) {
  .selected-package-card-title {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .selected-package-card-title {
    width: 33.3%;
  }
}
.selected-package-card-quantity {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .selected-package-card-quantity {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .selected-package-card-quantity {
    width: 66.6%;
  }
}
.selected-package-card-strain {
  width: 30%;
}
@media (max-width: 1023.98px) {
  .selected-package-card-strain {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .selected-package-card-strain {
    width: 33.3%;
  }
}
.selected-package-card-harvest-date {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .selected-package-card-harvest-date {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .selected-package-card-harvest-date {
    width: 33.3%;
  }
}
.selected-package-card-dry-location {
  width: 15%;
}
@media (max-width: 1023.98px) {
  .selected-package-card-dry-location {
    width: 20%;
  }
}
@media (max-width: 599.98px) {
  .selected-package-card-dry-location {
    width: 66.6%;
  }
}

.view-toggle-btn {
  font-size: 0.875rem;
  color: var(--q-primary);
}

.view-toggle-btn .q-icon {
  transition: transform 0.2s ease-in-out;
}

.view-toggle-btn .q-icon.rotate {
  transform: rotate(180deg);
}

.orders-page {
  background: #f8f9f8;
}
.orders-page .q-badge {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
}
.orders-page .orders-filters {
  margin: 16px 0;
}
.orders-page .orders-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
  justify-content: space-between;
}
.orders-page .orders-header-wrapper {
  padding: 0 5px;
  margin: 15px 0;
}
.orders-page .orders-header-left {
  padding-left: 0.285em;
}
.orders-page .orders-header .sortable-header {
  min-height: unset;
  height: 20px;
  padding: 0;
}
.orders-page .orders-header .sortable-header .q-btn__content {
  display: flex;
  align-items: center;
  min-width: 0;
}
.orders-page .orders-header .sortable-header .q-btn__content span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orders-page .orders-header .sortable-header .q-btn__content .q-icon {
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 821px) {
  .orders-page .orders-header {
    display: none;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-header .orders-card-left {
    width: 4%;
  }
  .orders-page .orders-header .orders-card-source {
    width: 7%;
  }
  .orders-page .orders-header .orders-card-type {
    width: 7%;
  }
  .orders-page .orders-header .orders-card-number {
    width: 9%;
  }
  .orders-page .orders-header .orders-card-customer {
    width: 10%;
  }
  .orders-page .orders-header .orders-card-date {
    width: 11%;
  }
  .orders-page .orders-header .orders-card-shipped-date {
    width: 11%;
  }
  .orders-page .orders-header .orders-card-delivery-date {
    width: 12%;
  }
  .orders-page .orders-header .orders-card-total {
    width: 11%;
  }
  .orders-page .orders-header .orders-card-status {
    width: 14%;
  }
  .orders-page .orders-header .orders-card-actions {
    width: 10%;
  }
  .orders-page .orders-header .orders-card-offers-title {
    width: 20%;
  }
  .orders-page .orders-header .orders-card-offers-type {
    width: 12%;
  }
  .orders-page .orders-header .orders-card-offers-date {
    width: 15%;
  }
  .orders-page .orders-header .orders-card-offers-qty {
    width: 12%;
  }
  .orders-page .orders-header .orders-card-offers-total {
    width: 15%;
  }
  .orders-page .orders-header .orders-card-offers-status {
    width: 16%;
  }
  .orders-page .orders-header .orders-card-offers-actions {
    width: 10%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-header .orders-card-left {
    width: 5%;
  }
  .orders-page .orders-header .orders-card-source {
    width: 8%;
  }
  .orders-page .orders-header .orders-card-type {
    display: none;
  }
  .orders-page .orders-header .orders-card-number {
    width: 9%;
  }
  .orders-page .orders-header .orders-card-customer {
    padding-left: 1.4rem;
    width: 15%;
  }
  .orders-page .orders-header .orders-card-date {
    width: 11%;
  }
  .orders-page .orders-header .orders-card-shipped-date {
    width: 14%;
  }
  .orders-page .orders-header .orders-card-delivery-date {
    width: 13%;
  }
  .orders-page .orders-header .orders-card-total {
    width: 10%;
  }
  .orders-page .orders-header .orders-card-status {
    width: 10%;
  }
  .orders-page .orders-header .orders-card-actions {
    width: 10%;
  }
}
.orders-page .orders-scroll {
  max-height: 100vh;
}
.orders-page .orders-scroll-item {
  padding: 0;
}
.orders-page .orders-card {
  color: #0f3427;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 821px) {
  .orders-page .orders-card {
    display: flex;
    align-items: center;
  }
}
.orders-page .orders-card-wrapper {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 5px;
  margin-bottom: 10px;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.orders-page .orders-card-wrapper:not(.q-skeleton) {
  transition: box-shadow 0.3s ease-in-out;
  background: #fff;
}
.orders-page .orders-card-wrapper:not(.q-skeleton):hover {
  box-shadow: 0 0 1.25rem #0000001a;
}
.orders-page .orders-card-left {
  width: 3%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-left {
    width: 5%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-left {
    width: 5%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-left {
    width: 5%;
  }
}
.orders-page .orders-card-source {
  width: 5%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-source {
    width: 8%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-source {
    width: 7%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-source {
    width: 10%;
  }
}
.orders-page .orders-card-type {
  width: 5%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-type {
    width: 8%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-type {
    width: 7%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-type {
    display: none;
  }
}
.orders-page .orders-card-number {
  width: 8%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-number {
    width: 9%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-number {
    width: 8%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-number {
    width: 8%;
    margin-left: 9px;
  }
}
.orders-page .orders-card-customer {
  width: 15%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-customer {
    width: 15%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-customer {
    width: 13%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-customer {
    width: 15%;
  }
}
.orders-page .orders-card-date {
  width: 15%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-date {
    width: 12%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-date {
    width: 10%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-date {
    width: 12%;
  }
}
.orders-page .orders-card-shipped-date {
  width: 15%;
}
.orders-page .orders-card-shipped-date .q-mb-xs {
  margin-bottom: 4px !important;
}
.orders-page .orders-card-shipped-date .full-width-btn {
  padding: 2px 8px !important;
  font-size: 12px;
  white-space: nowrap;
}
.orders-page .orders-card-shipped-date .full-width-btn .q-btn__content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-shipped-date {
    width: 13%;
  }
  .orders-page .orders-card-shipped-date .full-width-btn {
    font-size: 13px;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-shipped-date {
    width: 13%;
    min-width: 140px;
  }
  .orders-page .orders-card-shipped-date .full-width-btn {
    padding: 1px 6px !important;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-shipped-date {
    width: 16%;
  }
}
@media (max-width: 823px) {
  .orders-page .orders-card-shipped-date {
    width: 16%;
  }
  .orders-page .orders-card-shipped-date .q-btn {
    width: 100% !important;
  }
}
.orders-page .orders-card-delivery-date {
  width: 12%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-delivery-date {
    width: 12%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-delivery-date {
    width: 12%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-delivery-date {
    width: 13%;
  }
}
@media (max-width: 821px) {
  .orders-page .orders-card-delivery-date {
    width: 100%;
  }
}
.orders-page .orders-card-total {
  width: 10%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-total {
    width: 10%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-total {
    width: 8%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-total {
    width: 14%;
  }
  .orders-page .orders-card-total .full-width-btn {
    padding: 1px 4px !important;
  }
}
@media (max-width: 821px) {
  .orders-page .orders-card-total .full-width-btn {
    width: auto !important;
    margin-left: 100px;
  }
}
.orders-page .orders-card-status {
  width: 10%;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-status {
    width: 10%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-status {
    width: 12%;
    min-width: 110px;
    padding-right: 4px;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-status {
    width: 12%;
    display: flex;
    align-items: center;
  }
  .orders-page .orders-card-status .q-badge {
    width: 100%;
    height: auto;
    white-space: normal;
    text-align: center;
  }
}
.orders-page .orders-card-actions {
  width: 15%;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-left: 0;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-actions .q-btn .q-icon {
    font-size: 18px;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-actions {
    width: 12%;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2px;
  }
  .orders-page .orders-card-actions .q-btn {
    padding: 2px;
  }
  .orders-page .orders-card-actions .q-btn .q-icon {
    font-size: 18px;
  }
}
@media (min-width: 1120px) and (max-width: 1091px) {
  .orders-page .orders-card-actions {
    width: 12%;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2px;
  }
  .orders-page .orders-card-actions .q-btn {
    padding: 2px;
  }
  .orders-page .orders-card-actions .q-btn .q-icon {
    font-size: 18px;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-actions {
    width: 10%;
    flex-wrap: wrap;
    gap: 2px;
  }
  .orders-page .orders-card-actions .q-btn {
    padding: 4px !important;
    min-height: 24px;
  }
  .orders-page .orders-card-actions .q-btn .q-icon {
    font-size: 16px;
  }
}
@media (max-width: 821px) {
  .orders-page .orders-card-actions {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 6.4rem;
  }
}
.orders-page .orders-card-offers-title {
  width: 20%;
}
.orders-page .orders-card-offers-type {
  width: 15%;
}
.orders-page .orders-card-offers-date {
  width: 15%;
}
.orders-page .orders-card-offers-qty {
  width: 10%;
}
.orders-page .orders-card-offers-total {
  width: 15%;
}
.orders-page .orders-card-offers-status {
  width: 15%;
}
.orders-page .orders-card-offers-actions {
  width: 10%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 0;
}
@media (min-width: 1301px) {
  .orders-page .orders-card-offers-actions {
    width: 10%;
  }
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-offers-actions {
    width: 10%;
  }
}
@media (min-width: 822px) and (max-width: 1090px) {
  .orders-page .orders-card-offers-actions {
    width: 10%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.orders-page .orders-card-checkbox {
  margin-right: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}
.orders-page .orders-card-checkbox .q-checkbox__inner--falsy .q-checkbox__bg {
  background: #fff;
}
@media (min-width: 1091px) and (max-width: 1300px) {
  .orders-page .orders-card-checkbox {
    width: 40px;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1300px) {
  .orders-page .orders-card .q-badge {
    max-width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
  }
}
@media (max-width: 821px) {
  .orders-page .orders-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .orders-page .orders-card [class*=orders-card-] {
    width: 100%;
    padding: 4px 0;
    display: flex;
    align-items: center;
  }
  .orders-page .orders-card [class*=orders-card-].orders-card-type {
    display: flex;
  }
  .orders-page .orders-card [class*=orders-card-]:not(.orders-card-left):not(.orders-card-actions):not(.orders-card-offers-actions)::before {
    content: attr(data-label);
    font-weight: 600;
    min-width: 100px;
    margin-right: 8px;
  }
  .orders-page .orders-card .orders-card-checkbox .q-checkbox__inner {
    margin-left: -10px;
  }
  .orders-page .orders-card [class*=orders-card-offers-] {
    width: 100%;
    padding: 4px 0;
    display: flex;
    align-items: center;
  }
  .orders-page .orders-card [class*=orders-card-offers-]:not(.orders-card-offers-actions)::before {
    content: attr(data-label);
    font-weight: 600;
    min-width: 100px;
    margin-right: 8px;
  }
  .orders-page .orders-card-offers-actions, .orders-page .orders-card-actions {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 6.4rem;
  }
}
@media (min-width: 822px) {
  .orders-page .orders-card [class*=orders-card-] {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 822px) {
  .orders-page .orders-card .orders-card-actions {
    flex-wrap: wrap;
  }
}
.orders-page .orders-card .full-width-btn {
  width: 100%;
  max-width: 110px;
  min-height: 28px;
}
.orders-page .orders-pagination {
  gap: 5px;
}
.orders-page .orders-pagination .row {
  gap: 5px;
}
.orders-page .orders-pagination .q-btn {
  background: #fff;
  padding: 5px !important;
}
.orders-page .orders-transfers {
  width: 100%;
  padding: 12px;
}
.orders-page .orders-transfers .orders-transfer-row {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}
.orders-page .orders-transfers .orders-transfer-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.orders-page .orders-transfers .orders-transfer-row .status-elements .q-badge,
.orders-page .orders-transfers .orders-transfer-row .status-elements .q-btn {
  height: 30px;
}
.orders-page .single-order-card {
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  height: 100%;
}
.orders-page .single-order-card-label {
  font-weight: 600;
  font-size: 12px;
}

.order-badge {
  padding: 10px 15px;
}

.order-shipping-row.move-top {
  margin-top: -20px;
}
.order-shipping-row .q-btn-dropdown .q-btn__content {
  justify-content: space-between;
}

.order-shipping-rows .order-shipping-row-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #0f3427;
}
.order-shipping-rows .order-shipping-row-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.order-items-table-row {
  background: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 10px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.order-items-table-row.accepted {
  background: #ddecdf;
}
.order-items-table-row.declined {
  background: #ffcdd2;
}
.order-items-table-row-left {
  width: 15%;
}
@media (max-width: 900px) {
  .order-items-table-row-left {
    width: 100%;
    margin-top: 10px;
    order: 10;
  }
}
.order-items-table-row-product {
  width: 20%;
}
.order-items-table-row-product-image {
  margin-right: 8px;
}
.order-items-table-row-product-name {
  font-weight: 600;
}
.order-items-table-row-product-name a {
  color: currentColor;
  text-decoration: none;
}
@media (max-width: 900px) {
  .order-items-table-row-product {
    width: 100%;
    margin-bottom: 10px;
  }
  .order-items-table-row-product .row {
    width: 100%;
  }
  .order-items-table-row-product .row .q-img {
    width: 80px !important;
  }
}
.order-items-table-row-brand, .order-items-table-row-qty, .order-items-table-row-qoh, .order-items-table-row-unit-price, .order-items-table-row-total-price {
  width: 9%;
  font-weight: 500;
}
@media (max-width: 900px) {
  .order-items-table-row-brand, .order-items-table-row-qty, .order-items-table-row-qoh, .order-items-table-row-unit-price, .order-items-table-row-total-price {
    width: 100%;
    padding: 8px 0;
    position: relative;
  }
  .order-items-table-row-brand::before, .order-items-table-row-qty::before, .order-items-table-row-qoh::before, .order-items-table-row-unit-price::before, .order-items-table-row-total-price::before {
    content: attr(data-label);
    font-weight: 600;
    min-width: 140px;
    display: inline-block;
    margin-right: 10px;
  }
  .order-items-table-row-brand:not(:last-child), .order-items-table-row-qty:not(:last-child), .order-items-table-row-qoh:not(:last-child), .order-items-table-row-unit-price:not(:last-child), .order-items-table-row-total-price:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.order-items-table-row-notes {
  width: 20%;
}
.order-items-table-row-notes.small {
  width: 10%;
}
@media (max-width: 900px) {
  .order-items-table-row-notes {
    width: 100%;
    padding: 8px 0;
    position: relative;
  }
  .order-items-table-row-notes::before {
    content: attr(data-label);
    font-weight: 600;
    min-width: 140px;
    display: inline-block;
    margin-right: 10px;
  }
  .order-items-table-row-notes:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.order-items-table-row-actions {
  width: 7%;
  text-align: right;
}
@media (min-width: 901px) {
  .order-items-table-row-actions {
    width: 7%;
  }
}
@media (max-width: 900px) {
  .order-items-table-row-actions {
    width: 100%;
    padding: 12px 0 4px;
    text-align: left;
  }
  .order-items-table-row-actions span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
  }
  .order-items-table-row-actions span.text-primary {
    background-color: rgba(25, 118, 210, 0.12);
  }
  .order-items-table-row-actions span.text-negative {
    background-color: rgba(211, 47, 47, 0.12);
  }
}
.order-items-table-row-divider {
  width: 100%;
  height: 2px;
  background: #eeeeee;
  margin-top: 10px;
}
.order-items-table-row-packages {
  padding-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .order-items-table-row-packages {
    padding: 16px 0;
    order: 11;
  }
}
.order-items-table-row-packages .packages-main {
  width: 100%;
}
.order-items-table-row-packages .packages-main table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
}
.order-items-table-row-packages .packages-main table th {
  text-align: left;
  padding: 8px 4px;
  font-weight: 600;
  font-size: 13px;
}
.order-items-table-row-packages .packages-main table td {
  padding: 8px 4px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .order-items-table-row-packages .packages-main table td:not(.no-data-label)::before {
    content: attr(data-label);
  }
}
@media (max-width: 768px) {
  .order-items-table-row-packages .packages-main table {
    display: block;
  }
  .order-items-table-row-packages .packages-main table thead {
    display: none;
  }
  .order-items-table-row-packages .packages-main table tbody {
    display: block;
  }
  .order-items-table-row-packages .packages-main table tbody tr {
    display: block;
    margin-bottom: 16px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
  }
  .order-items-table-row-packages .packages-main table tbody tr td {
    display: flex;
    width: 100%;
    padding: 6px 0;
    align-items: center;
  }
  .order-items-table-row-packages .packages-main table tbody tr td::before {
    font-weight: 600;
    min-width: 110px;
    margin-right: 10px;
  }
  .order-items-table-row-packages .packages-main table tbody tr td:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .order-items-table-row-packages .packages-main table tbody tr td .split-package-btn {
    width: 100%;
    margin: 8px 0;
    background: var(--q-info) !important;
    color: #fff !important;
  }
}
.order-items-table-row-packages .packages-main .single-order-card-label {
  margin: 16px 0 8px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .order-items-table-row-packages .packages-main {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .order-items-table-row-packages .packages-main .q-mt-lg > div {
    margin: 12px 0;
    padding: 8px 0;
  }
  .order-items-table-row-packages .packages-main .q-mt-lg > div:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .order-items-table-row-packages .packages-main .q-mt-lg > div.text-negative {
    background-color: rgba(211, 47, 47, 0.08);
    padding: 10px;
    border-radius: 4px;
  }
  .order-items-table-row-packages .packages-main .q-mt-lg > div .single-order-card-label {
    display: block;
    margin-bottom: 6px;
  }
}
.order-items-table-row-packages .new-package {
  width: 50%;
}
.order-items-table-row-packages .new-package-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
@media (max-width: 768px) {
  .order-items-table-row-packages .new-package-form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .order-items-table-row-packages .new-package {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .order-items-table-row {
    flex-direction: column;
    padding: 16px;
  }
}
.order-items-table-header {
  padding: 5px 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  position: relative;
}
.order-items-table-header.left-padding {
  padding-left: 57px;
}
.order-items-table-header .bulk-actions {
  position: absolute;
  left: 0;
}
.order-items-table-header .bulk-actions .q-checkbox__label {
  margin-left: 20px;
}
@media (max-width: 900px) {
  .order-items-table-header {
    display: none;
  }
}
.order-items-table-accepted {
  background: #fff;
  border-radius: 8px;
}
.order-items-table-checkbox {
  flex: 1;
  min-width: 40px;
  align-self: center;
}
.row > .order-items-table-checkbox:not(.order-items-actions-column .order-items-table-checkbox) {
  width: 45px;
}
@media (max-width: 900px) {
  .order-items-table-checkbox {
    width: auto;
    flex: 1;
  }
}
.order-items-table-actions-column {
  width: 75px;
  min-width: 75px;
  flex-shrink: 0;
  padding-right: 2px;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .order-items-table-actions-column {
    width: 100%;
    min-width: auto;
    padding: 8px 0;
    justify-content: flex-start;
  }
}
.order-items-table-actions-column + * {
  flex: 1;
  min-width: 0;
}

@media (max-width: 821px) {
  .orders-page .orders-card [class*=orders-card-]:not(.orders-card-left):not(.orders-card-actions)::before {
    font-weight: 600;
    min-width: 100px;
    margin-right: 10px;
  }
  .orders-page .orders-card-shipped-date .full-width-btn {
    min-height: 36px;
    padding: 4px 10px !important;
    font-size: 13px;
    margin: 3px 0;
  }
  .orders-page .orders-card-actions {
    padding-top: 10px;
    gap: 10px;
  }
  .orders-page .orders-card-actions .q-btn {
    min-width: 36px;
    min-height: 36px;
  }
  .orders-page .orders-card-actions .q-btn .q-icon {
    font-size: 18px;
  }

  .orders-pagination .q-btn {
    min-width: 38px;
    min-height: 38px;
    font-size: 14px;
  }
}
.order-header .q-badge,
.single-order-card .q-badge {
  font-size: 13px;
  padding: 7px 14px;
}

.q-btn.q-btn--dense {
  padding: 2px 4px;
}

.my-orders-header-select {
  min-width: 100px;
}
.my-orders-header-dropdown {
  min-width: 150px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.my-orders-header-dropdown.per-page {
  min-width: 100px;
}

@media (max-width: 821px) {
  .orders-page .orders-card-offers-actions, .orders-page .orders-card-actions {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0 !important;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .orders-page .orders-card-offers-actions .q-btn, .orders-page .orders-card-actions .q-btn {
    min-width: 44px;
    min-height: 44px;
  }
  .orders-page .orders-card-offers-actions .q-btn .q-icon, .orders-page .orders-card-actions .q-btn .q-icon {
    font-size: 20px;
  }
}
@media (max-width: 821px) {
  .orders-page .orders-card {
    gap: 12px;
  }
  .orders-page .orders-card [class*=orders-card-] {
    padding: 2px 0 10px 0;
  }
  .orders-page .orders-card [class*=orders-card-]:not(.orders-card-left):not(.orders-card-actions)::before {
    font-weight: 600;
    min-width: 130px;
    margin-right: 12px;
  }
  .orders-page .orders-card [class*=orders-card-offers-] {
    padding: 8px 0;
  }
  .orders-page .orders-card [class*=orders-card-offers-]:not(.orders-card-offers-actions)::before {
    font-weight: 600;
    min-width: 130px;
    margin-right: 12px;
  }
  .orders-page .orders-card > div:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .orders-page .orders-card-status .q-badge {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .orders-page .orders-card .full-width-btn {
    min-height: 38px;
    padding: 6px 12px !important;
    max-width: 150px;
    font-size: 14px;
    margin: 4px 0;
  }
  .orders-page .orders-card-wrapper {
    padding: 12px 10px;
  }

  .order-items-table-row {
    padding: 14px;
  }
  .order-items-table-row:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .order-items-table-row {
    padding: 14px 18px;
  }
  .order-items-table-row-left {
    width: 15%;
  }
  .order-items-table-row-product {
    width: 22%;
  }
  .order-items-table-row-product .row {
    align-items: center;
  }
  .order-items-table-row-actions span {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
  }
}
.order-items-table-header .sortable-header .q-btn__content {
  flex-wrap: nowrap;
}

.bulk-inventory-edit-page {
  background: #f8f9f8;
}
.bulk-inventory-edit-page .selected-items-list {
  max-height: 300px;
  overflow-y: auto;
  padding: 20px 0 20px 0;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item {
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item:last-child {
  border-bottom: none;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5px 8px;
  background-color: #fff;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-wrapper {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  min-height: 80px;
  flex-wrap: wrap;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-select {
  margin-right: 10px;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: #f3f3f3;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-image img,
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-image .no-image-text {
  width: 100%;
  height: 100%;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
}
.bulk-inventory-edit-page .selected-items-list .q-list .q-item .bulk-inventory-items-card-category-type {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .bulk-inventory-edit-page .selected-items-list .q-item .bulk-inventory-items-card {
    flex-direction: column;
    align-items: start;
  }
  .bulk-inventory-edit-page .selected-items-list .q-item .bulk-inventory-items-card-image, .bulk-inventory-edit-page .selected-items-list .q-item .bulk-inventory-items-card-title, .bulk-inventory-edit-page .selected-items-list .q-item .bulk-inventory-items-card-category-type, .bulk-inventory-edit-page .selected-items-list .q-item .bulk-inventory-items-card-strain-type {
    margin-bottom: 10px;
  }
  .bulk-inventory-edit-page .selected-items-list .q-item .bulk-inventory-items-card-select {
    order: -1;
  }
}
.external-products-import-page {
  background: #f8f9f8;
}
.external-products-import-page .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
.external-products-import-page .packages-loading-notice {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #edf5ee;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .external-products-import-page .packages-loading-notice {
    bottom: 84px;
  }
}

.compact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.stats-container {
  font-size: 14px;
  color: #616161;
}

.external-products-items-header .external-products-items-card-external-product-image {
  background-color: transparent !important;
  background: none !important;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.external-products-items .top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.external-products-items .filters-container {
  display: flex;
  gap: 10px;
}
.external-products-items-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  position: relative;
}
.external-products-items-header .external-products-items-card-external-product-image {
  padding: none;
}
.external-products-items-header-wrapper {
  padding: 2px 12px;
}
.external-products-items-header .sortable-header .q-icon {
  transition: opacity 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 16px;
}
.external-products-items-header-select {
  background: #fff;
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  min-width: 180px;
}
.external-products-items-header-select .q-field__native {
  color: #0f3427;
  font-weight: 500;
}
.external-products-items-header-select .q-field__label {
  color: #565656;
}
.external-products-items-header-select .q-select__dropdown-icon {
  color: #0f3427;
  font-size: 14px;
}
.external-products-items-scroll {
  max-height: 100vh;
}
.external-products-items-card {
  color: #0f3427;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .external-products-items-card {
    flex-wrap: wrap;
  }
}
.external-products-items-card-wrapper {
  border-radius: 8px;
  margin-bottom: 10px;
  min-height: 80px;
  flex-wrap: wrap;
}
.external-products-items-card-wrapper:not(.q-skeleton) {
  background: #fff;
}
.external-products-items-card-main {
  width: 22%;
  display: flex;
  align-items: center;
}
.external-products-items-card-external-image {
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.external-products-items-card-external-image .image-container {
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  overflow: hidden;
}
.external-products-items-card-external-image.no-image {
  background: #edf5ee;
  color: #2a6b0e;
  font-weight: 500;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
.external-products-items-card-external-image.no-image .no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.external-products-items-card-external-brand-image {
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.external-products-items-card-external-brand-image .brand-image-container {
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  overflow: hidden;
}
.external-products-items-card-external-brand-image .external-brand-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.external-products-items-card-external-brand-image .no-brand-image {
  background: #edf5ee;
  color: #2a6b0e;
  font-weight: 500;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
.external-products-items-card-external-brand-image .no-brand-image .no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.external-products-items-card-external-brand-image.no-image {
  color: #2a6b0e;
  font-weight: 500;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
.external-products-items-card-external-brand-image.no-image .no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.external-products-items-card-external-brand-image .brand-name {
  font-size: 12px;
  color: #333;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.external-products-items-card-external-product {
  width: 20%;
  padding-right: 12px;
}
.external-products-items-card-external-product .q-select {
  width: 100%;
}
.external-products-items-card-external-product .q-select .q-field__native {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.external-products-items-card-unit-price, .external-products-items-card-wholesale-price, .external-products-items-card-case-size {
  width: 10%;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 1023.98px) {
  .external-products-items-card-unit-price, .external-products-items-card-wholesale-price, .external-products-items-card-case-size {
    width: 15%;
    flex: none;
    text-align: right;
  }
}
@media (max-width: 599.98px) {
  .external-products-items-card-unit-price, .external-products-items-card-wholesale-price, .external-products-items-card-case-size {
    width: 25%;
    text-align: center;
    padding: 5px 0;
  }
}
.external-products-items-card-select {
  width: 4%;
  text-align: right;
  padding: 0 10px;
}
@media (max-width: 1023.98px) {
  .external-products-items-card-select {
    width: 10%;
  }
}
@media (max-width: 599.98px) {
  .external-products-items-card-select {
    width: 25%;
    text-align: right;
    padding: 5px 0;
  }
}
.external-products-items-card-title {
  font-size: 16px;
  font-weight: 600;
}
.external-products-items-card-clickable {
  color: #2a6b0e;
  font-weight: 500;
}
.external-products-items-card-clickable .accordion-icon {
  color: #646464;
  background: #f7f7f7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.external-products-items-card-clickable .q-btn__content {
  gap: 5px;
  flex-wrap: nowrap;
}
.external-products-items-card-button {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .external-products-items-card {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .external-products-items-card-main {
    width: 25%;
  }
  .external-products-items-card-external-brand-image {
    width: 25%;
  }
  .external-products-items-card-external-product {
    width: 25%;
  }
  .external-products-items-card-external-image {
    width: 25%;
  }
}
@media (max-width: 599.98px) {
  .external-products-items-card-main {
    margin-top: 12px;
    width: 100%;
    order: 1;
  }
  .external-products-items-card-external-brand-image {
    width: 33.33%;
    order: 2;
  }
  .external-products-items-card-external-product {
    width: 33.33%;
    order: 3;
  }
  .external-products-items-card-external-image {
    width: 33.33%;
    order: 3;
  }
  .external-products-items-card-unit-price, .external-products-items-card-wholesale-price, .external-products-items-card-case-size {
    order: 4;
  }
  .external-products-items-card-select {
    order: 5;
  }
}

.icon-color {
  color: #2a6b0e;
}

@media (max-width: 600px) {
  .mobileBreak {
    margin-top: 88px !important;
  }
}

.hide-no-packages-container {
  position: absolute;
  top: 15px;
  left: 230px;
}
@media screen and (max-width: 500px) {
  .hide-no-packages-container {
    left: 0;
    top: 42px;
  }
}

.transfers-page {
  background: #f8f9f8;
}
.transfers-page .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
.transfers-page .info {
  font-size: 1.3rem;
}

.my-transfers .top-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.my-transfers .top-controls .filters-container {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.my-transfers .top-controls .filters-container .q-field {
  min-width: 200px;
}
.my-transfers .top-controls .actions-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}
.my-transfers-header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #646464;
  font-weight: 500;
  padding: 15px 0px;
}
.my-transfers-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 2;
}
.my-transfers-header-shipment {
  padding-left: 42px;
  width: 22%;
}
.my-transfers-header-manifest {
  width: 20%;
}
.my-transfers-header-receiver {
  width: 12%;
}
.my-transfers-header-shipped-value {
  width: 15%;
}
.my-transfers-header-pick-up {
  width: 15%;
}
.my-transfers-header-status {
  flex: 1;
  display: flex;
  gap: 6px;
}
.my-transfers-header-status .q-btn.edit-btn {
  background: #2196f3;
  color: white;
}
.my-transfers-header-status .q-btn.confirm-btn {
  background: #4caf50;
  color: white;
}
.my-transfers-header .sortable-header {
  display: inline-flex;
  align-items: center;
}
.my-transfers-header .sortable-header.active {
  color: #2a6b0e;
}
.my-transfers-header .sortable-header .q-icon {
  margin-left: 5px;
  font-size: 16px;
}
.my-transfers-card-wrapper {
  width: 100%;
  border-radius: 8px;
  background: white;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
}
.my-transfers-card-wrapper:hover {
  background: rgba(0, 0, 0, 0.02);
}

.my-transfers-card {
  display: flex;
  align-items: center;
  padding: 16px 0px;
  width: 100%;
}
.my-transfers-card-shipment {
  width: 22%;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.my-transfers-card-shipment .transfer-id {
  font-weight: 500;
  margin-left: 4px;
}
.my-transfers-card-shipment .checkbox-container {
  width: 24px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-transfers-card-title {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 4px;
}
.my-transfers-card-lot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
  color: #666;
}
.my-transfers-card-lot .q-checkbox {
  margin-left: -8px;
}
.my-transfers-card-manifest {
  width: 20%;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.my-transfers-card-manifest .manifest-view-btn {
  flex-shrink: 0;
}
.my-transfers-card-receiver {
  width: 15%;
}
.my-transfers-card-shipped-value {
  width: 15%;
}
.my-transfers-card-pick-up {
  width: 15%;
  min-width: 15%;
}
.my-transfers-card-status {
  width: 15%;
  min-width: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.my-transfers-card-status .status-text {
  font-size: 0.9em;
  font-weight: 500;
  display: flex;
}
.my-transfers-card-status .buttons-container {
  display: flex;
  gap: 4px;
}
.my-transfers-card-status .buttons-container .q-btn {
  min-width: 60px;
  font-size: 0.7rem;
}

@media (max-width: 599.98px) {
  .my-transfers-card-manifest, .my-transfers-card-receiver, .my-transfers-card-shipped-value, .my-transfers-card-pick-up, .my-transfers-card-status {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .my-transfers-header {
    display: flex;
    width: 100%;
    padding: 10px 0px;
  }
  .my-transfers-header-shipment {
    padding-left: 34px;
    width: 20%;
  }
  .my-transfers-header-manifest {
    width: 20%;
  }
  .my-transfers-header-receiver {
    width: 12%;
  }
  .my-transfers-header-shipped-value {
    width: 15%;
  }
  .my-transfers-header-pick-up {
    width: 15%;
  }
  .my-transfers-header-status {
    flex: 1;
    display: flex;
    gap: 6px;
  }
  .my-transfers-header-status .q-btn.edit-btn {
    background: #2196f3;
    color: white;
  }
  .my-transfers-header-status .q-btn.confirm-btn {
    background: #4caf50;
    color: white;
  }

  .my-transfers-card {
    padding: 12px 0px;
  }
  .my-transfers-card-shipment {
    width: 20%;
  }
  .my-transfers-card-manifest {
    width: 20%;
  }
  .my-transfers-card-receiver {
    width: 15%;
  }
  .my-transfers-card-shipped-value, .my-transfers-card-pick-up {
    width: 15%;
  }
  .my-transfers-card-status {
    width: 10%;
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .my-transfers-header-wrapper {
    display: none;
  }

  .my-transfers-card {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
  }
  .my-transfers-card-shipment {
    width: 100%;
    order: 1;
    margin-bottom: 5px;
    margin-left: none;
  }
  .my-transfers-card-shipment .checkbox-container {
    margin: 0 4px;
  }
  .my-transfers-card-manifest, .my-transfers-card-receiver {
    width: 50%;
    order: 2;
    padding: 5px 0;
  }
  .my-transfers-card-shipped-value, .my-transfers-card-pick-up {
    width: 50%;
    order: 3;
    padding: 5px 0;
  }
  .my-transfers-card-status {
    width: 100%;
    order: 4;
    margin-top: 5px;
    flex-direction: row;
  }
  .my-transfers-card-status .buttons-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 8px;
  }
  .my-transfers-card-status .buttons-container .q-btn {
    flex: 1;
  }
  .my-transfers-card [data-label]::before {
    content: attr(data-label) ": ";
    font-weight: 500;
    color: #646464;
    display: inline-block;
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .my-transfers-card-manifest, .my-transfers-card-receiver, .my-transfers-card-shipped-value, .my-transfers-card-pick-up {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .my-transfers-card-status .buttons-container {
    flex-direction: column;
    width: 100%;
  }
  .my-transfers-card-status .buttons-container .q-btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-controls {
    flex-direction: column;
  }
  .top-controls .filters-container {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .top-controls .filters-container .q-field {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-controls .actions-container {
    width: 100%;
    justify-content: center;
  }
}
.marketplace-list-item-base {
  display: grid;
  grid-template-columns: 70px minmax(300px, 1fr) 200px 140px 180px;
  grid-template-areas: "thumbnail content stock price actions";
  column-gap: 16px;
  padding: 12px 16px;
  background: white;
  border: 1px solid #e5e7eb;
  border-left: 3px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  align-items: center;
  position: relative;
}
.marketplace-list-item-base[auction=true] {
  border-left-color: #288ddf;
}
.marketplace-list-item-base[auction=true]::before {
  content: "AUCTION";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #288ddf;
  color: white;
  font-size: 8px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 0 5px 0 6px;
  letter-spacing: 0.5px;
  z-index: 1;
}
.marketplace-list-item-base[auction=true][yours=true] {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.08) 0%, white 200px);
  border-left-color: #3b82f6;
}
.marketplace-list-item-base[auction=true][yours=true]::before {
  content: "YOUR AUCTION";
  background: #3b82f6;
}
.marketplace-list-item-base[auction=true][winning=true] {
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.08) 0%, white 200px);
  border-left-color: #10b981;
}
.marketplace-list-item-base[auction=true][winning=true]::before {
  content: "WINNING";
  background: #10b981;
}
.marketplace-list-item-base[auction=true][losing=true] {
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.06) 0%, white 200px);
  border-left-color: #ef4444;
}
.marketplace-list-item-base[auction=true][losing=true]::before {
  content: "OUTBID";
  background: #ef4444;
}
.marketplace-list-item-base[yours=true]:not([auction=true]) {
  background: linear-gradient(90deg, rgba(6, 182, 212, 0.08) 0%, white 200px);
  border-left-color: #06b6d4;
}
.marketplace-list-item-base[yours=true]:not([auction=true])::before {
  content: "YOUR LISTING";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #06b6d4;
  color: white;
  font-size: 8px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 0 5px 0 6px;
  letter-spacing: 0.5px;
  z-index: 1;
}
.marketplace-list-item-base[responded=true] {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.06) 0%, white 200px);
  border-left-color: #f59e0b;
}
.marketplace-list-item-base[accepted=true] {
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.08) 0%, white 200px);
  border-left-color: #10b981;
}
.marketplace-list-item-base[accepted=true]::before {
  content: "ACCEPTED";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #10b981;
  color: white;
  font-size: 8px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 0 5px 0 6px;
  letter-spacing: 0.5px;
  z-index: 1;
}
.marketplace-list-item-base[declined=true] {
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.06) 0%, white 200px);
  border-left-color: #ef4444;
}
.marketplace-list-item-base[cancelled=true] {
  background: linear-gradient(90deg, rgba(107, 114, 128, 0.06) 0%, white 200px);
  border-left-color: #6b7280;
}
.marketplace-list-item-base:hover {
  border-color: #2a6b0e;
  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.08);
}

.list-thumbnail {
  grid-area: thumbnail;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #f9fafb;
}
.list-thumbnail .q-img {
  width: 100%;
  height: 100%;
}

.thumbnail-overlay {
  display: none;
}

.list-thumbnail-watchlist {
  display: none;
}

.item-id-badge {
  display: none;
}

.list-content {
  grid-area: content;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.content-header {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.brand-label {
  font-size: 12px;
  font-weight: 800;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.listing-id {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #5b5e63;
  padding: 2px 6px;
  background: #f3f4f6;
  border-radius: 3px;
}
.listing-id::before {
  content: "#";
}

.product-name {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.meta-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  background: #f3f4f6;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #374151;
  line-height: 1;
  white-space: nowrap;
}
.meta-badge.badge-category {
  background: #ede9fe;
  color: #7c3aed;
}
.meta-badge.badge-rec {
  background: #d1fae5;
  color: #065f46;
}
.meta-badge.badge-med {
  background: #dbeafe;
  color: #1e40af;
}
.meta-badge.badge-strain {
  background: #fef3c7;
  color: #92400e;
}

.cannabinoids-info {
  font-size: 10px;
  color: #6b7280;
  font-weight: 600;
  padding: 2px 8px;
  background: white;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.list-price {
  grid-area: price;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.price-label {
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  line-height: 1;
}

.price-main {
  font-size: 22px;
  font-weight: 900;
  color: #2a6b0e;
  line-height: 1;
  letter-spacing: -0.5px;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.price-main.price-custom {
  color: #059669;
}

.price-unit {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
}

.price-original {
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
  line-height: 1;
}

.price-alternative {
  font-size: 11px;
  color: #6b7280;
  font-weight: 600;
  line-height: 1;
}

.list-stock {
  grid-area: stock;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 12px;
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.stock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.stock-item:not(:last-child) {
  padding-right: 16px;
  border-right: 2px solid #e5e7eb;
}

.stock-item-value {
  font-size: 16px;
  font-weight: 800;
  color: #2a6b0e;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.stock-item-value.moq {
  font-size: 14px;
  color: #666;
}
.stock-item-value .q-icon {
  color: #2a6b0e;
  font-size: 20px;
}
.stock-item-value .stock-unit {
  font-size: 11px;
  color: #6b7280;
  font-weight: 600;
}

.stock-item-label {
  font-size: 9px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  white-space: nowrap;
}

.list-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.auction-urgency {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: #f9fafb;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
}

.urgency-bids {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  white-space: nowrap;
}
.urgency-bids .bid-count {
  color: #2a6b0e;
  font-weight: 900;
}

.urgency-time {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid transparent;
  white-space: nowrap;
}
.urgency-time .q-icon {
  font-size: 12px;
}
.urgency-time.time-normal {
  background: #eff6ff;
  color: #1e40af;
  border-color: #bfdbfe;
}
.urgency-time.time-warning {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}
.urgency-time.time-urgent {
  background: #fef2f2;
  color: #dc2626;
  border-color: #fecaca;
}
.urgency-time.time-ended {
  background: #f3f4f6;
  color: #6b7280;
  border-color: #e5e7eb;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-watchlist {
  background: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  min-width: 32px;
  min-height: 32px;
}
.btn-watchlist:hover {
  transform: scale(1.05);
  border-color: #2a6b0e;
}

.btn-edit {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 5px;
  background: white;
  border: 1px solid #e5e7eb;
}
.btn-edit ::v-deep(.q-btn__content) {
  padding: 0;
}

.btn-add-cart {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 5px;
}
.btn-add-cart ::v-deep(.q-btn__content) {
  padding: 0;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 0;
  background: white;
  border: 2px solid #2a6b0e;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(46, 125, 50, 0.1);
}

.qty-button {
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
  background: white;
  padding: 0;
  border-radius: 0;
}
.qty-button:hover:not(:disabled) {
  background: #f9fafb;
}
.qty-button:disabled {
  opacity: 0.3;
}
.qty-button .q-icon {
  font-size: 16px;
  color: #2a6b0e;
}

.qty-input-field {
  width: 32px;
  height: 28px;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  color: #111827;
  border: none;
  background: white;
  padding: 0;
  outline: none;
}
.qty-input-field.qty-updating, .qty-input-field:focus {
  color: #2a6b0e;
  background: #f0fdf4;
}

@media (max-width: 1400px) {
  .marketplace-list-item-base {
    grid-template-columns: 65px minmax(280px, 1fr) 190px 130px 170px;
  }

  .stock-item-value {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .marketplace-list-item-base {
    grid-template-columns: 60px minmax(260px, 1fr) 130px 180px;
    grid-template-areas: "thumbnail content price actions";
  }

  .list-stock {
    display: none;
  }
}
@media (max-width: 900px) {
  .marketplace-list-item-base {
    grid-template-columns: 55px minmax(200px, 1fr) 110px 160px;
  }

  .price-main {
    font-size: 20px;
  }

  .price-alternative {
    display: none;
  }
}
@media (max-width: 768px) {
  .marketplace-list-item-base {
    grid-template-columns: 50px 1fr auto;
    grid-template-areas: "thumbnail content content" "thumbnail price actions";
    row-gap: 8px;
    column-gap: 12px;
  }

  .list-thumbnail {
    width: 50px;
    height: 50px;
    grid-row: span 2;
  }

  .list-content {
    grid-column: span 2;
  }

  .list-price {
    align-items: flex-start;
    justify-self: start;
  }

  .list-actions {
    justify-self: end;
  }

  .product-name {
    font-size: 12px;
  }

  .price-main {
    font-size: 18px;
  }
}
@media print {
  .marketplace-list-item-base {
    border: 1px solid #e5e7eb;
    box-shadow: none;
    page-break-inside: avoid;
  }

  .btn-watchlist,
.btn-add-cart,
.quantity-controls {
    display: none;
  }
}
.onboarding-gate[data-v-5ea9869a] {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}
.gate-overlay[data-v-5ea9869a] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 0;
}
.gate-container[data-v-5ea9869a] {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
}
.setup-wizard-card[data-v-5ea9869a] {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: hidden;
}
.wizard-header[data-v-5ea9869a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wizard-header .brand-section[data-v-5ea9869a] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logout-btn[data-v-5ea9869a] {
  color: #6b7280;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.logout-btn[data-v-5ea9869a]:hover {
  background: rgba(239, 68, 68, 0.08);
  color: #dc2626;
}
.logout-btn:hover .q-icon[data-v-5ea9869a] {
  transform: translateX(-2px);
}
.logout-btn .q-icon[data-v-5ea9869a] {
  transition: transform 0.2s ease;
}
@media (max-width: 480px) {
.logout-btn .logout-text[data-v-5ea9869a] {
    display: none;
}
}
.wizard-content[data-v-5ea9869a] {
  padding-top: 0;
}
.setup-flow[data-v-5ea9869a] {
  max-width: 800px;
  margin: 0 auto;
}
.step-header[data-v-5ea9869a] {
  text-align: center;
  margin-bottom: 26px;
}
.setup-title[data-v-5ea9869a] {
  font-size: 2.25rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
.setup-title[data-v-5ea9869a] {
    font-size: 1.75rem;
}
}
.title-highlight[data-v-5ea9869a] {
  background: linear-gradient(135deg, #2a6b0e 0%, #21ba45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.setup-subtitle[data-v-5ea9869a] {
  font-size: 1rem;
  color: #6b7280;
  margin: 0 0 8px 0;
  line-height: 1.5;
}
.setup-instruction[data-v-5ea9869a] {
  font-size: 1.1rem;
  margin: 18px 0 0 0;
  font-weight: 500;
}
.business-type-section[data-v-5ea9869a] {
  margin-bottom: 40px;
}
.type-selector-grid[data-v-5ea9869a] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
.type-selector-grid[data-v-5ea9869a] {
    grid-template-columns: 1fr;
    gap: 16px;
}
}
.type-card[data-v-5ea9869a] {
  position: relative;
  background: white;
  border: 2px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.type-card[data-v-5ea9869a]:hover:not(.selected) {
  border-color: rgba(42, 107, 14, 0.4);
  box-shadow: 0 8px 25px rgba(42, 107, 14, 0.15);
}
.type-card.selected[data-v-5ea9869a] {
  background: rgba(42, 107, 14, 0.04);
  border-color: #2a6b0e;
  box-shadow: 0 4px 12px rgba(42, 107, 14, 0.12);
}
.type-card.selected .type-title[data-v-5ea9869a] {
  color: #1a4a0a;
}
.type-card.selected .feature-item[data-v-5ea9869a] {
  color: #374151;
}
.type-card.selected .feature-item .q-icon[data-v-5ea9869a] {
  color: #2a6b0e;
}
.type-card-header[data-v-5ea9869a] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.type-icon[data-v-5ea9869a] {
  width: 36px;
  height: 36px;
  background: rgba(42, 107, 14, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selected .type-icon[data-v-5ea9869a] {
  background: rgba(255, 255, 255, 0.2);
}
.type-title[data-v-5ea9869a] {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  transition: color 0.2s ease;
}
.type-features[data-v-5ea9869a] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.feature-item[data-v-5ea9869a] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
  transition: color 0.2s ease;
}
.feature-item .q-icon[data-v-5ea9869a] {
  color: #21ba45;
  flex-shrink: 0;
}
.selection-check[data-v-5ea9869a] {
  position: absolute;
  top: 12px;
  right: 12px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(42, 107, 14, 0.2);
}
.wizard-actions[data-v-5ea9869a] {
  text-align: center;
}
.setup-cta[data-v-5ea9869a] {
  font-size: 16px;
  font-weight: 600;
  padding: 18px 36px;
  border-radius: 12px;
  margin-bottom: 24px;
  min-width: 280px;
  background: linear-gradient(135deg, #2a6b0e 0%, #21ba45 100%);
  box-shadow: 0 4px 14px rgba(42, 107, 14, 0.3);
  transition: all 0.3s ease;
}
.setup-cta[data-v-5ea9869a]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(42, 107, 14, 0.4);
}
.setup-cta:hover:not(:disabled) .cta-arrow[data-v-5ea9869a] {
  transform: translateX(4px);
}
.setup-cta[data-v-5ea9869a]:disabled {
  background: #9ca3af;
  box-shadow: 0 2px 4px rgba(156, 163, 175, 0.2);
  transform: none;
}
.setup-cta.pulse[data-v-5ea9869a] {
  animation: pulse-5ea9869a 2s infinite;
}
.cta-arrow[data-v-5ea9869a] {
  transition: transform 0.2s ease;
}
.setup-promise .promise-items[data-v-5ea9869a] {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
.setup-promise .promise-items[data-v-5ea9869a] {
    gap: 20px;
}
}
.setup-promise .promise-item[data-v-5ea9869a] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6b7280;
}
@keyframes slideInUp-5ea9869a {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes pulse-5ea9869a {
0%, 100% {
    box-shadow: 0 4px 14px rgba(42, 107, 14, 0.3);
}
50% {
    box-shadow: 0 4px 14px rgba(42, 107, 14, 0.5), 0 0 0 4px rgba(42, 107, 14, 0.1);
}
}
.setup-wizard-card[data-v-5ea9869a] {
  animation: slideInUp-5ea9869a 0.6s ease-out;
}

/*# sourceMappingURL=app.b388cd22.css.map*/