::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar:horizontal {
  height: 6px
}

::-webkit-scrollbar-track {
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background-color: #0003;
  border-radius: 10px;
  transition: all .2s ease-in-out
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #0000004d
}

.dark ::-webkit-scrollbar-thumb {
  background-color: #fff3
}

.dark ::-webkit-scrollbar-thumb:hover {
  background-color: #fff6
}

.message img {
  display: unset;
  height: 21px;
  margin-bottom: -6px;
}

.copyright img {
  display: unset;
  height: 16px;
  margin-bottom: -4px;
}

.copyright a {
  font-size: 12px;
  margin: 0 5px;
  color: grey;
}

.vp-doc a:link {
  text-decoration: none;
}

.vp-doc a:hover {
  text-decoration: underline;
}

.roadmap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px !important;
  padding-left: 1rem;
  padding-right: 1rem
}
