body::-webkit-scrollbar {
  display: none !important;
}

body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  margin-right: 8px !important;
}

html,
body {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
}

#scroll-progress-vertical {
  position: fixed;
  top: 0;
  right: 0;
  width: 8px;
  height: 0;
  background-color: #ffc631;
  z-index: 9999999;
  transition: height 0.2s ease-out;
}
