.navbar-dark {
    --navbar-bg: #466091;
  }
  
  .h-650px {
    height: 650px;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: -0.125em;
    font-family: var(--icon-font-family);
    font-size: 1em;
    line-height: 1;
    content: "";
  }
  
  .bg-game {
    background-color: #1b1726;
  }
  
  .bg-card-game {
    background-color: #2a223a;
  }
  
  .btn-game-yellow {
    background: #f7931e;
  }
  
  .bg-bidge-game {
    background: #3b2f55;
  }
  
  .bg-game-footer {
    background: #272533;
  }
  
  .bg-game-navbar {
    background: #0e0b12;
  }
  
  .text-game-color {
    color: #a9a9a9 !important;
  }
  
  .swiper-slide-active .game {
    background: #f7931e !important;
    color: white !important;
  }
  
  .game {
    border-radius: var(--border-radius-xl) !important;
    border-top: 2px var(--border-style) var(--border-color) !important;
  }
  
  .img-zoom:hover img {
    transform: scale(1.03);
    transition: transform 0.3s ease-in-out;
  }
  
  .card-img-actions-overlay {
    align-items: end;
    background-color: rgba(var(--black-rgb), 0.25);
  }
  
  .top-25 {
    top: 25% !important;
  }
  
  .top-15 {
    top: 15% !important;
  }
  
  .ps-15 {
    padding-left: 1.5rem !important;
  }
  
  .navbar-nav-link.navbar-nav-link-icon:hover,
  .navbar-nav-link.navbar-nav-link-icon,
  .navbar-toggler,
  .navbar-toggler:hover {
    background-color: transparent !important;
  }
  
  .h-500px {
    height: 500px !important;
  }
  
  .scrollbar-width-none {
    scrollbar-width: none !important;
  }

  .social-media-icon .bi::before{
    font-size: 20px;
  }

  .error{
    color: red;
  }