.required::after {
  content: "*";
  color: red;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff !important;
  color: white !important;
  border-color: #007bff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}

#tblBrands .sorting_desc {
  background-image: none !important;
}

#categorylist .sorting_desc {
  background-image: none !important;
}

/* category parent child */
#category-div ul {
  list-style-type: none;
  padding-left: 20px;
}
.nav-item ul {
  margin-left: 20px;
}
.child {
  display: none;
}

.toggle {
  cursor: pointer;1
  position: absolute;
  left: 10px;
  top: 8px;
}

.togglename {
  cursor: pointer;
}

#category-div {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

/* category search highlight */

#category-filter-div {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 5px;
}

#search_category {
  width: auto !important;
  min-width: 50%;
}

#matchCounter {
  background: #f7f7f7;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.highlight {
  background-color: yellow;
}

.current-match {
  background-color: orange;
}

/* product list section on dashboard */

.listing-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.listing-section p,
.listing-section h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.listing-section .product {
  padding: 20px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}

.listing-section .product:hover {
  box-shadow: 0px 0px 10px 0px rgba(66.99999999999999, 71, 84.99999999999999, 0.27);
}

.listing-section .product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.listing-section button{
  padding: 5px 20px;
  background-color: #000;
  color: white !important;
  border: 1px solid #000;
  pointer: curser;
}

.listing-section button:hover {
  background-color: #fac00c !important;
  border-color: #EEE354;
  color: #000;
}

/* Style the "Scroll to Top" button */
#scrollTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 0;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007bff;
  /* AdminLTE Primary Color */
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#scrollTopBtn:hover {
  background-color: #0056b3;
  /* Darker Primary Color */
}

/* Style for the Load More button */
#load-more {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #007bff;
  /* Primary button color */
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#load-more:hover {
  background-color: #0056b3;
  /* Darker hover state */
}

#load-more:focus {
  outline: none;
}

.card-body.tblRights {
  height: 450px;
  overflow: hidden;
  overflow-y: scroll;
}

/*.ai {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  padding: 0;
  opacity: 0;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 35%);
  z-index: 9;
}
.img-div:hover .ai{
  opacity:1;
}

.customDiv:hover img {
 opacity:0.5;
} */


/* image preview */
.img_preview {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.img_preview .img-div {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
}

.img_preview .img-div:hover {
  box-shadow: 0px 0px 10px 0px rgba(66.99999999999999, 71, 84.99999999999999, 0.27);
}

.img_preview .img-div img {
  width: 100%;
  object-fit: cover;
}

.img_preview .img-div button {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  height: 20px;
  padding: 0;
  line-height: 15px;
}

.img_preview .img-div button i {
  font-size: 10px;
}

/* progress bar */
.progress-container {
  position: relative;
  height: 4px;
  width: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 2px;
}

.progress-bar {
  position: absolute;
  height: 100%;
  width: 30%;
  background-color: #007bff; /* Bootstrap primary blue */
  animation: progress-indeterminate 1.5s linear infinite;
  border-radius: 2px;
}

@keyframes progress-indeterminate {
  0% {
    left: -30%;
    width: 30%;
  }
  50% {
    left: 35%;
    width: 30%;
  }
  100% {
    left: 100%;
    width: 30%;
  }  
}

#product_div td.order_product_td {
  vertical-align: middle;
  text-align: center;
}

#order_product_table th.order_product_th {
  vertical-align: middle;
  text-align: center;
}

.cat-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
ul.categoriesDD {
    list-style: none;
    padding: 0;
}
ul.categoriesDD .children {
    margin-left: 20px;
}
.arrow img{
  width: 10px;
}
.cat-row:hover > .action-buttons {
    display: block;
}
/* .action-buttons {
    display: none;
} */
img.rotate90 {
    rotate: 90deg;
}