:root{
  --gtc-scrollbar-track:#081a29;
  --gtc-scrollbar-thumb:#356887;
  --gtc-scrollbar-thumb-hover:#4d9ac2;
  --gtc-scrollbar-thumb-active:#63bfe8;
  scrollbar-color:var(--gtc-scrollbar-thumb) var(--gtc-scrollbar-track);
  scrollbar-width:thin;
}

*{
  scrollbar-color:var(--gtc-scrollbar-thumb) var(--gtc-scrollbar-track);
  scrollbar-width:thin;
}

*::-webkit-scrollbar{
  width:11px!important;
  height:11px!important;
}

*::-webkit-scrollbar-track{
  background:var(--gtc-scrollbar-track)!important;
  border-radius:999px!important;
}

*::-webkit-scrollbar-thumb{
  min-width:34px;
  min-height:34px;
  border:2px solid var(--gtc-scrollbar-track)!important;
  border-radius:999px!important;
  background:var(--gtc-scrollbar-thumb)!important;
  background-clip:padding-box!important;
}

*::-webkit-scrollbar-thumb:hover{
  background:var(--gtc-scrollbar-thumb-hover)!important;
}

*::-webkit-scrollbar-thumb:active{
  background:var(--gtc-scrollbar-thumb-active)!important;
}

*::-webkit-scrollbar-corner{
  background:var(--gtc-scrollbar-track)!important;
}
