.invisible-scrollbars::-webkit-scrollbar {
  width: 0;
  background: transparent; /* Chrome/Safari/Webkit */
}

.invisible-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.hidden-animated {
  transition: .1s;
  transform: translate(0, -150px);
}

.primary .has-activity {
  position: relative;
}

.primary .has-activity ::after {
  position: absolute;
  content: '';
  top: 0;
  right: -2px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 226, var(--tw-bg-opacity));
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #fff;

}
