.pos-customer .pos-menu .logo[data-v-656588ce] {
  padding: 12px;
}
.pos-customer .pos-menu .logo .logo-img[data-v-656588ce] {
  text-align: center;
  height: 105px;
}
.nav-container[data-v-656588ce] {
  top: 2;
  background: #f2f3f4;
  color: #5b6166;
}
.pos-sidebar-footer[data-v-656588ce] {
  background: #495057 !important;
  color: #f8f9fa;
  position: relative;
  padding: 10px 25px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-box-shadow: 0 -1px rgba(52, 58, 64, 0.1);
  box-shadow: 0 -1px rgba(52, 58, 64, 0.1);
}
.time[data-v-656588ce] {
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(186, 148, 62, 1)),
    color-stop(20%, rgba(236, 172, 32, 1)),
    color-stop(39%, rgba(186, 148, 62, 1)),
    color-stop(50%, rgb(250, 242, 125)),
    color-stop(60%, rgba(186, 148, 62, 1)),
    color-stop(80%, rgba(236, 172, 32, 1)),
    to(rgba(186, 148, 62, 1))
  );
  background: linear-gradient(
    90deg,
    rgba(186, 148, 62, 1) 0%,
    rgba(236, 172, 32, 1) 20%,
    rgba(186, 148, 62, 1) 39%,
    rgb(250, 242, 125) 50%,
    rgba(186, 148, 62, 1) 60%,
    rgba(236, 172, 32, 1) 80%,
    rgba(186, 148, 62, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine-data-v-656588ce 3s infinite;
          animation: shine-data-v-656588ce 3s infinite;
  background-size: 200%;
  background-position: left;
}
@-webkit-keyframes shine-data-v-656588ce {
to {
    background-position: right;
}
}
@keyframes shine-data-v-656588ce {
to {
    background-position: right;
}
}
@media (max-width: 991.98px) {
.pos-customer .pos-menu .logo[data-v-656588ce],
  .pos-sidebar-footer-left[data-v-656588ce] {
    display: none;
}
.pos-customer .pos-menu .nav-container[data-v-656588ce] {
    padding: 2px 0;
}
.pos-customer .pos-menu .nav.nav-tabs[data-v-656588ce] {
    margin-top: 2px;
}
}

.product-wrapper[data-v-43bca840] {
  position: relative;
}
.tag-container[data-v-43bca840] {
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 0;
  line-height: 24px;
  font-size: 0.7rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
}
.tag-container .multi-tag[data-v-43bca840] {
  height: 24px;
  background-color: #d70f64;
  padding: 0 10px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 232px;
}
.tag-container .multi-tag-free-item[data-v-43bca840] {
  height: 24px;
  background-color: #fd7e14;
  padding: 0 10px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 232px;
}

/* Floating Quantity Controls */
.quantity-controls[data-v-43bca840] {
  position: absolute;
  top: 95px;
  right: 6px;
  z-index: 10;
  padding: 2px 2px !important;
}
.quantity-controls-expanded[data-v-43bca840] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 2px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-animation: expandIn-data-v-43bca840 0.2s ease-out;
          animation: expandIn-data-v-43bca840 0.2s ease-out;
}
.quantity-display-compact[data-v-43bca840] {
  background: #007bff;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
          box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quantity-display-compact[data-v-43bca840]:hover {
  background: #016bdd;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.qty-number[data-v-43bca840] {
  font-weight: 600;
  font-size: 12px;
}
.qty-button[data-v-43bca840] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 2px;
}
.qty-button-increase[data-v-43bca840] {
  background: #00acac;
  color: white;
}
.qty-button-increase[data-v-43bca840]:hover {
  background: #028888;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.qty-button-decrease[data-v-43bca840] {
  background: #f59c1a;
  color: #212529;
  color: white;
}
.qty-button-decrease[data-v-43bca840]:hover {
  background: #f5980e;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: white;
}
.qty-button-delete[data-v-43bca840] {
  background: #dc3545;
  color: white;
}
.qty-button-delete[data-v-43bca840]:hover {
  background: #c82333;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.qty-display[data-v-43bca840] {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin: 0 6px;
  color: #333;
}

/* Add Button for items with 0 quantity */
.add-btn-container[data-v-43bca840] {
  position: absolute;
  top: 95px;
  right: 6px;
  z-index: 10;
}
.add-btn[data-v-43bca840] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  color: #007bff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
          box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.add-btn[data-v-43bca840]:hover {
  background: #f2f2f2;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #0978f0;
}
.add-btn[data-v-43bca840]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* Animation for expanding controls */
@-webkit-keyframes expandIn-data-v-43bca840 {
from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes expandIn-data-v-43bca840 {
from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}

/* Ensure the product card doesn't interfere with floating controls */
.product[data-v-43bca840] {
  position: relative;
}

.search-box[data-v-1a6b55f5] {
  padding: 5px 0 5px 10px;
  background: #6c757d;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

/* @media (max-width: 1257.98px) {
  .pos-customer .pos-content .search-component {
    display: none;
  }
}
@media (max-width: 991px) {
  .pos-customer .pos-content .sub-group, .search-box {
    display: none;
  }
} */

.pos-product-thumb .img[data-v-2f3609ac] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.pos-customer .pos-sidebar .pos-sidebar-header[data-v-40b95c5c] {
  padding: 16px 12px !important;
  background: #495057;
}
.pos-customer .pos-sidebar .pos-sidebar-header .order[data-v-40b95c5c] {
  background: #00acac;
  color: #ffffff;
  padding: 2px 6px;
}
hr[data-v-40b95c5c] {
  margin: 0.9375rem 0;
  color: #adb5bd;
  border: 0;
  opacity: 0.4;
}
.pos-customer .pos-sidebar .pos-sidebar-body .pos-table[data-v-40b95c5c] {
  padding: 0 10px;
}
.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row[data-v-40b95c5c] {
  padding: 10px 0;
}
.pos-customer .pos-sidebar .pos-sidebar-footer[data-v-40b95c5c] {
  background: #495057 !important;
  color: #f8f9fa;
  position: relative;
  padding: 10px 25px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-box-shadow: 0 -1px rgba(52, 58, 64, 0.1);
  box-shadow: 0 -1px rgba(52, 58, 64, 0.1);
}
.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row[data-v-40b95c5c] {
  padding: 10px;
  margin: 0 -25px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn[data-v-40b95c5c] {
  border-radius: 10px !important;
}

/* No additional styles needed as they're in the main component */

.pos-product-img .img[data-v-504775d5] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ant-modal-body[data-v-12c352c6] {
  padding: 4px;
}

.modal-overlay[data-v-6c35932f] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.modal-container[data-v-6c35932f] {
  background: white;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-animation: modalSlideIn-data-v-6c35932f 0.3s ease-out;
          animation: modalSlideIn-data-v-6c35932f 0.3s ease-out;
}
@-webkit-keyframes modalSlideIn-data-v-6c35932f {
from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes modalSlideIn-data-v-6c35932f {
from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.modal-header[data-v-6c35932f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: #f8f9fa;
}
.modal-header h3[data-v-6c35932f] {
  margin: 0;
  color: #333;
  font-size: 18px;
}
.close-btn[data-v-6c35932f] {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.close-btn[data-v-6c35932f]:hover {
  background-color: #e9ecef;
  color: #333;
}
.modal-body[data-v-6c35932f] {
  padding: 20px;
}
.modal-body p[data-v-6c35932f] {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 14px;
}
.product-list[data-v-6c35932f] {
  margin-top: 15px;
}
.product-item[data-v-6c35932f] {
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
}
.product-item[data-v-6c35932f]:hover {
  border-color: #007bff;
  background-color: #f8f9fa;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
          box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}
.product-item[data-v-6c35932f]:last-child {
  margin-bottom: 0;
}
.product-info[data-v-6c35932f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-image[data-v-6c35932f] {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-image-placeholder[data-v-6c35932f] {
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 6px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-details[data-v-6c35932f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-details h4[data-v-6c35932f] {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.product-category[data-v-6c35932f],
.product-group[data-v-6c35932f] {
  margin: 2px 0;
  color: #666;
  font-size: 13px;
}
.sale-codes[data-v-6c35932f] {
  margin-top: 10px;
}
.sale-code-item[data-v-6c35932f] {
  display: inline-block;
  background: #f0f0f0;
  padding: 6px 10px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sale-code-item.default-uom[data-v-6c35932f] {
  background: #e3f2fd;
  border: 1px solid #2196f3;
}
.sale-code-item[data-v-6c35932f]:hover {
  background: #e0e0e0;
}
.sale-code-item.default-uom[data-v-6c35932f]:hover {
  background: #bbdefb;
}
.uom[data-v-6c35932f] {
  font-weight: 600;
  margin-right: 5px;
  color: #333;
}
.price[data-v-6c35932f] {
  color: #007bff;
  font-weight: 700;
}
.default-badge[data-v-6c35932f] {
  background: #2196f3;
  color: white;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.modal-footer[data-v-6c35932f] {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
  background-color: #f8f9fa;
}
.btn[data-v-6c35932f] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-cancel[data-v-6c35932f] {
  background-color: #6c757d;
  color: white;
}
.btn-cancel[data-v-6c35932f]:hover {
  background-color: #5a6268;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
.modal-container[data-v-6c35932f] {
    width: 95%;
    margin: 10px;
}
.product-info[data-v-6c35932f] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.product-image[data-v-6c35932f],
  .product-image-placeholder[data-v-6c35932f] {
    margin-right: 0;
    margin-bottom: 10px;
    -ms-flex-item-align: center;
        align-self: center;
}
.modal-header[data-v-6c35932f] {
    padding: 15px;
}
.modal-body[data-v-6c35932f] {
    padding: 15px;
}
}

/* Keep your existing styles */
.pos-product-img .img[data-v-61ac533e] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.pos-product-thumb .img[data-v-61ac533e] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.pos-customer .pos-sidebar .pos-sidebar-body .pos-table[data-v-61ac533e] {
  padding: 0 10px;
}
.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row[data-v-61ac533e] {
  padding: 10px 0;
}
.form-group[data-v-61ac533e] {
  margin-bottom: 0.3rem;
}
.border-bottom[data-v-61ac533e] {
  border-bottom: 1px solid #74b1f1 !important;
}
.pos-customer .pos-menu .logo[data-v-61ac533e] {
  padding: 12px;
}
.pos-customer .pos-menu .logo .logo-img[data-v-61ac533e] {
  text-align: center;
  height: 105px;
}
.nav-container[data-v-61ac533e] {
  position: relative;
}
.nav-container .nav.nav-tabs[data-v-61ac533e] {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}
.nav-container .nav.nav-tabs[data-v-61ac533e]::-webkit-scrollbar {
  display: none;
}
.nav-container .nav.nav-tabs[data-v-61ac533e] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-container .next-button[data-v-61ac533e] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: -5px 0 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 999;
}


/*# sourceMappingURL=chunk-11ed8894.46987b5c.css.map*/