::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
/* .menu-item.menu-item-dark.menu-item-active, .menu-item.menu-item-dark.menu-item-active:hover {
  background-color: rgb(229 1 1) !important;
} */
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: none;
}
.dark .overflow-y-auto::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}



.inside {
  background-color: #888;
  min-height: 200px;
  color: #fff;
  display: block;
  overflow-y: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.attacks,
.infections {
  margin-left: 25px;
}
.spam {
  margin-left: 25px;
}

.attacks:before {
  background-image: url(icons/attacks.png);
  background-size: 100%;
  background-position: center;
  content: "";
  position: relative;
  padding: 15px;
  top: 10px;
  right: 7px;
  display: inline-block;
  background-repeat: no-repeat;
}

.infections:before {
  background-image: url(icons/infections.png);
  background-size: 100%;
  background-position: center;
  content: "";
  position: relative;
  padding: 15px;
  top: 10px;
  right: 7px;
  display: inline-block;
  background-repeat: no-repeat;
}

.spam:before {
  background-image: url(icons/spam.png);
  background-size: 100%;
  background-position: center;
  content: "";
  position: relative;
  padding: 15px;
  top: 10px;
  right: 7px;
  display: inline-block;
  background-repeat: no-repeat;
}

mark.light-highlight {
  background-color: lightyellow;
}
