/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #070a13;
}
::-webkit-scrollbar-thumb {
  background: #1f2a47;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ca8a04;
}

/* Utility para esconder scrollbar no mobile mantendo o scroll */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Backgrounds Servidores */
.bg-server-1 {
  background:
    linear-gradient(to right, rgba(13, 19, 35, 0.95), rgba(13, 19, 35, 0.5)),
    url("images/l2_castle_bg.png")
      center/cover;
}
.bg-server-2 {
  background:
    linear-gradient(to right, rgba(13, 19, 35, 0.95), rgba(13, 19, 35, 0.5)),
    url("images/l2_dwarven_forge.png")
      center/cover;
}
.bg-server-3 {
  background:
    linear-gradient(to right, rgba(13, 19, 35, 0.95), rgba(13, 19, 35, 0.5)),
    url("images/l2_castle_bg.png")
      center/cover;
}
.bg-server-4 {
  background:
    linear-gradient(to right, rgba(13, 19, 35, 0.95), rgba(13, 19, 35, 0.5)),
    url("images/l2_dwarven_forge.png")
      center/cover;
}

.item-icon-bg {
  background: radial-gradient(circle, #2d3748 0%, #1a202c 100%);
}
