body::-webkit-scrollbar {
  width: 0px;
}

.scrollBarCustom::-webkit-scrollbar {
  background: #fff;
  width: 2px;
}

.scrollBarCustom::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 7px #4f5d73;
  background-color: rgb(114, 114, 114);
}

.breadcrumb-itemCustom a {
  text-decoration: none;
}

.gapOneRem {
  gap: 1rem;
}

.paginationCustom ul {
  gap: 0.25rem;
  margin: 0px 0px 8px 8px;
  flex-wrap: wrap;
}

.nfHeightMedium {
  height: 400px;
}
.nfHeightLarge {
  height: 500px;
}

.cursorPointer {
  cursor: pointer;
}

.w-180px {
  width: 280px;
}
.w-150px{
  width: 150px;
}
.truncate {
  width: 280px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clamped-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 500px;
  height: 40px;
}
