.input-input-search::placeholder {
  font-size: 1rem!important;
}

@media (max-width:520px) {
  .mobile-logo {
    display: block!important;
  }

  .computer-logo {
    display: none!important;
  }
}

@media (max-width:768px) {
  .computer-footer {
    display: none!important;
  }

  .hide-icon {
    display: none!important;
  }

  .mobile-nav-footer {
    display: block;
  }

  .mobile-footer {
    display: block;
    padding-bottom: 8rem;
  }

  .support-wrap {
    display: none!important;
  }

  .promotions-container {
    grid-auto-columns: calc(95% - 0.6875rem)!important;
  }

  .games-card-container {
    grid-auto-columns: 33.33%!important;
  }
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  background-color: transparent;
  color: white;
}

.btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn:active {
  transform: scale(0.98);
}

.btn-secondary:hover {
  background-color: #557086;
  color: white;
}

.btn-secondary:focus-visible {
  outline-color: white;
}

.btn-back:hover svg {
  color: white;
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.coin-toggle {
  position: relative;
}

.dropdown {
  width: 100%;
}

.dropdown-btn:hover {
  background-color: #2f4553;
  color: white;
}

.dropdown-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}

.dropdown-btn:active {
  transform: scale(0.98);
}

.input-wrap {
  position: relative;
  background-color: #2f4553;
}

.input:focus {
  outline: none;
  border: none;
}

.input-btn:hover {
  background-color: #557086;
  color: white;
}

.input-btn:focus-visible {
  outline: none;
  outline-offset: 2px;
}

.input-btn:active {
  transform: scale(0.98);
}