.icex-scrollbar {
  margin-top: 30px !important;
  position: relative;
  border-bottom: 1px solid #333f48;
}
.icex-scrollbar:hover .icex-scrollbar__progress {
  height: 7px;
  border-radius: 10px;
}
.icex-scrollbar__progress {
  cursor: grab;
  height: 4px;
  background-color: #d52b1e;
  z-index: 1;
  position: absolute;
  top: -3px;
  left: 0;
  width: 35%;
}
.icex-scrollbar__progress:active {
  cursor: grabbing;
}
.icex-scrollbar__progress::after {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  right: 0;
  background: transparent;
}
