/*# sourceMappingURL=custom.min.css.map */
.color-div-table {
  margin: 0px 5px 0px 0px;
  float: left;
  overflow: hidden;
}

.color-div-box {
  width: 10px;
  height: 10px;
  float: left;
  margin: 4px 5px;
  border: solid 1px #000;
}

.choices__list--dropdown {
  z-index: 2;
}

.userRole .nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: min-content;
}

.total-breakup table td {
  padding: 0px;
}

.total-breakup table th {
  padding: 0px;
}

.custom_date_clear {
  position: sticky;
  float: right;
  margin-top: -32px;
  margin-right: 5px;
  /* top: -30px; */
  font-size: 18px;
  color: red;
  background-color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #5ea3cb;
  color: #fff;
}

[data-bs-theme="dark"][data-sidebar="dark"] {
  .custom_date_clear {
    background-color: #24292d;
  }

  .manual_date_clear {
    background-color: #24292d;
  }

  .even-tr-bg {
    background-color: #363636;
  }
}

[data-bs-theme=dark] {
  .btn-success {
    --vz-btn-bg: #2f702f;
  }
  .btn-danger {
    --vz-btn-bg: #a9543d;
  }
  .bg-danger {
    --vz-bg-opacity: 1;
    background-color: rgb(168 60 32) !important;
  }
  .bg-success {
    --vz-bg-opacity: 1;
    background-color: rgb(53 144 68) !important;
  }
  .bg-info {
    --vz-bg-opacity: 1;
    background-color: rgb(99 194 220) !important;
  }
  .btn-primary {
    --vz-btn-bg: #296b91
  }
  .bg-warning {
    --vz-bg-opacity: 1;
    background-color: rgb(146 104 33) !important;
  }
  .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 6px 0 6px;
  }
  .btn-secondary {
    --vz-btn-bg: #3e4d7f !important;
  }
  .madeInIndia {
    background-color: #a39b33 !important;
  }
  .imported {
    background-color: #7b5530 !important;
  }
  .activeBooking {
    background-color: #245b8b !important;
  }
  .pendingOrder {
    background-color: #3e6017 !important;
  }
  .productionPerDay {
    background-color: rgb(106, 20, 20) !important;
  }

  .nav-warning .nav-link.active {
    background-color: #a47420;
  }

  .btn-warning {
    background-color: #a47420;
  }
  
}

.madeInIndia {
  background-color: #f9f192 !important;
}

.imported {
  background-color: #f9d8b8 !important;
}

.activeBooking {
  background-color: #d0e5f7 !important;
}

.pendingOrder {
  background-color: #bef57f !important;
}

.productionPerDay {
  background-color: rgb(255, 0, 0) !important;
}
.pagination {
  float: right;
}

.table > :not(caption) > * > * {
  padding: 0.4rem 0.6rem;
}

.export-copy {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
}

.cancel {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-image: url(../images/Canceled.png);
}

.navbar-menu {
  /* background-color: transparent !important; */
}

.table-responsive {
  /* min-height: 500px; */
}

.even-tr-bg {
  background-color: #fafafa;
}

.alert {
  padding: 2px 10px;
  margin: 15px 0px;
}

.fav-icon {
  font-size: 22px;
}

.short-cut {
  font-size: 10px;
  display: none;
  font-weight: normal;
}

.img-fluid {
  object-fit: fill;
  height: 44px;
}

.required {
  color: red;
}

.OrderForView {
  font-size: 10px;
  padding: 2px 5px;
}

#ProductQuery tr .preview {
  display: none;
}

#ProductQuery tr:hover .preview {
  display: block;
}

.custom_date_clear {
  position: sticky;
  float: right;
  margin-top: -32px;
  margin-right: 5px;
  /* top: -30px; */
  font-size: 18px;
  color: red;
  background-color: #fff;
}

.manual_date_clear {
  float: right;
  margin-top: -2px;
  margin-left: 5px;
  /* top: -30px; */
  font-size: 18px;
  color: red;
  background-color: #fff;
}

.product-name {
  max-width: 550px;
}

@media screen and (max-width: 600px) {
  .short-cut {
    display: none;
  }

  .product-name {
    max-width: 150px;
  }
}

[data-layout="vertical"] {
  #navbar-nav .nav-item {
    width: 100%;
  }
}

/* [data-layout=horizontal] {
    .navbar-menu .navbar-nav {
    padding: .75rem 0.6rem .75rem 0.8rem !important;
}
} */

.styled-select {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  min-width: 100px;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 12l-5-5 1.5-1.5L10 9.5l3.5-3.5L15 7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 5px center;
}

/* Hide the default arrow in Firefox */
.styled-select::-ms-expand {
  display: none;
}

/* Custom styles for the options */
.styled-select option {
  padding: 5px 10px;
  font-size: 12px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* White transparent background */
  z-index: 9999;
  /* Ensure it's on top of other content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Hide overlay by default */
.overlay.hidden {
  display: none;
}

/* Loading message styling */
.loading-message {
  margin-top: 20px;
  font-size: 1.2rem;
  /* color: #007bff; */
}

.comment-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 5px;
}
textarea {
  width: 100%;
  height: 100px;
  border: none;
  resize: none;
  outline: none;
  font-size: 14px;
  padding: 5px;
}
.char-count {
  font-size: 12px;
  color: gray;
}
.comment-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submit-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.comment-bubble {
  display: flex;
  align-items: flex-start;
  padding: 5px;
}
.comment-bubble img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-content {
  flex: 1;
}
.comment-content .name {
  font-weight: bold;
}
.comment-content .date {
  font-size: 12px;
  color: gray;
}

#suggestionList {
  z-index: 1000;
  padding: 0;
  margin: 0;
}

#suggestionList li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

#suggestionList li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
}

#suggestionList li.active {
  background-color: #007bff;
  color: #fff;
}

#inputWrapper .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  max-width: 200px;
  max-height: 150px;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.auth-one-bg .bg-overlay {
    opacity: .6;
}

.address-frame {
  min-height: 50px;
  border: 1px dashed #ddd;
  padding: 10px;
  font-size: 10px;
}
.address-frame .ShippingDisabled {
  pointer-events: none;
  opacity: 0.5;
  color: #999;
}
.address-frame .BillingDisabled {
  pointer-events: none;
  opacity: 0.5;
  color: #999;
}