input[type="color"] {
  height: 38px;
}
.color-row {
  margin-top: 15px;
}
.image-preview {
  display: flex;
  flex-wrap: wrap;
}
.image-single {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.image-single:hover {
  border-color: #0d6efd;
}
.image-single img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.color-ball {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
td {
  padding: 10px;
}
.bulk-action-select {
  max-width: 210px;
  margin-right: 15px;
}
#selectAll label {
  display: flex;
  gap: 4px;
}
.delete-product {
  border: none;
  padding: 0;
}
/* .action-data {
  display: flex;
  gap: 10px;
  min-height: 100px;
  align-items: center;
} */
