.innu-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #EEB9BD;
  color: #48272a;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.innu-badge[data-count="0"] {
  display: none;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #0e0e0e;
}

::-webkit-scrollbar-thumb {
  background: #353534;
}

::-webkit-scrollbar-thumb:hover {
  background: #4b4a4a;
}

::selection {
  background: #eeb9bd33;
  color: #e5e2e1;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
