.an-reusable-carousel::-webkit-scrollbar {
  height: 0;
}

.an-reusable-carousel::-webkit-scrollbar-track {
  margin-right: 120px;
  border-radius: 15px;
  background-color: #d2dadf;
  border: 1px solid #f2f4f6;
}

.an-reusable-carousel::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #000;
  height: 8px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .an-reusable-carousel::-webkit-scrollbar {
    height: 4px;
  }
}