.text-underline-hover {
  text-decoration: none;
  cursor: pointer;
}

.text-underline-hover:hover {
  text-decoration: underline;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.readonly{
  background-color: #f6f6f6;
}
#listData .table-responsive{
  min-height: 77vh;
}

@media screen and (max-width: 1023px) {
  h6.product-category-title {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  h6.product-category-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}