html,
body,
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 223, 189, 0.46) transparent;
}

*::-webkit-scrollbar {
  width: 0.95rem;
  height: 0.95rem;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  min-height: 2.4rem;
  min-width: 2.4rem;
  border-top: 0.22rem solid transparent;
  border-right: 0.16rem solid transparent;
  border-bottom: 0.14rem solid transparent;
  border-left: 0.28rem solid transparent;
  border-radius: 999rem;
  background-clip: padding-box;
  background-color: rgba(244, 223, 189, 0.42);
  box-shadow:
    inset 0 0 0 0.06rem rgba(255, 255, 255, 0.08),
    0 0 0.7rem rgba(0, 0, 0, 0.12);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(250, 232, 200, 0.62);
}

*::-webkit-scrollbar-thumb:active {
  background-color: rgba(255, 240, 213, 0.82);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}
