@import url("https://fonts.googleapis.com/css2?family=Exo+2&display=swap");
.search-modal-body-group[style*="display: block"] {
  display: flex !important;
}

.game-search-widget {
  margin: 0 10px;
}
.game-search-widget .btn-search {
  background-color: #10161E;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: block;
  padding: 14px;
  transition: background-color 0.3s ease;
}
.game-search-widget .btn-search svg {
  stroke: white;
  fill: white;
  width: 16px;
  height: 16px;
}
.game-search-widget .btn-search:hover {
  background-color: #28374b;
}

.search-modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.search-modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #161616;
  opacity: 70%;
}
.search-modal-body {
  background-color: #10161E;
  width: 668px;
  position: relative;
  margin: 140px auto;
  border-radius: 10px;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 480px) {
  .search-modal-body {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .search-modal-body {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.search-modal-body-header {
  background-color: #1B2532;
  height: 45px;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-around;
  box-shadow: inset -3px -4px 6px rgba(0, 3, 6, 0.2);
  -webkit-box-shadow: inset -3px -4px 6px rgba(0, 3, 6, 0.2);
  -moz-box-shadow: inset -3px -4px 6px rgba(0, 3, 6, 0.2);
}
.search-modal-body-header form {
  width: 90%;
}
.search-modal-body-header form input {
  font-family: "Exo 2", serif;
  font-style: normal;
  font-weight: normal;
  background-color: inherit;
  font-size: 16px;
  line-height: 19px;
  border: none;
}
.search-modal-body-header form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7E7E7E;
  opacity: 1;
  /* Firefox */
}
.search-modal-body-header form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7E7E7E;
}
.search-modal-body-header form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7E7E7E;
}
.search-modal-body-header .search-icon {
  margin: 20px 20px 20px 32px;
}
.search-modal-body-header .search-icon svg {
  width: 16px;
  height: 16px;
  stroke: white;
  fill: white;
}
.search-modal-body-header .close-icon {
  margin: 20px 32px 20px 20px;
  cursor: pointer;
}
.search-modal-body-header .close-icon svg {
  width: 20px;
  height: 20px;
  fill: #7E7E7E;
  transition: fill 0.3s ease;
}
.search-modal-body-header .close-icon svg:hover {
  fill: white;
}
.search-modal-body-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  background-color: #1B2532;
}
.search-modal-body-filter .sort-type {
  font-family: "Exo 2", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin: 0 10px 0 20px;
  color: #7E7E7E;
}
.search-modal-body-filter .gamer-search-filter {
  font-family: "Exo 2", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-around;
  padding: 10px 15px;
  cursor: pointer;
}
.search-modal-body-filter .gamer-search-filter svg {
  margin-right: 5px;
}
.search-modal-body-filter .gamer-search-filter.active, .search-modal-body-filter .gamer-search-filter:hover {
  color: #05FFD2;
  background-color: #10161E;
}
.search-modal-body-filter .gamer-search-filter.active svg, .search-modal-body-filter .gamer-search-filter:hover svg {
  stroke: #05FFD2;
  fill: #05FFD2;
}
.search-modal-body-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #1B2532;
}
.search-modal-body-group-item {
  display: flex;
  padding: 10px 15px;
  cursor: pointer;
}
.search-modal-body-group-item.disabled {
  color: #7E7E7E;
  cursor: default;
}
.search-modal-body-group-item.active {
  color: #05FFD2;
}
.search-modal-body-group-item:not(.disabled):hover {
  color: #05FFD2;
  background-color: #10161E;
}
.search-modal-body-games .games_not_found {
  display: none;
  padding: 5px 10px;
}
.search-modal-body-games .search-widget-game-list {
  padding: 10px 0;
  display: block;
  overflow: auto;
  max-height: 50vh;
}
.search-modal-body-games .search-widget-game-list::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.search-modal-body-games .search-widget-game-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.search-modal-body-games .search-widget-game-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.search-modal-body-games .search-widget-game-list .game-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-around;
  padding: 10px 20px;
}
.search-modal-body-games .search-widget-game-list .game-item:hover {
  background-color: #1B2532;
  cursor: pointer;
}
.search-modal-body-games .search-widget-game-list .game-item .game-img {
  min-width: 140px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .search-modal-body-games .search-widget-game-list .game-item .game-img {
    min-width: 115px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .search-modal-body-games .search-widget-game-list .game-item .game-img {
    min-width: 120px;
  }
}
.search-modal-body-games .search-widget-game-list .game-item .game-info {
  margin-left: 10px;
  font-family: "Exo 2", serif;
}
@media (min-width: 320px) and (max-width: 480px) {
  .search-modal-body-games .search-widget-game-list .game-item .game-info {
    width: 6em;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .search-modal-body-games .search-widget-game-list .game-item .game-info {
    margin-left: 0;
  }
}
.search-modal-body-games .search-widget-game-list .game-item .game-info .game-name {
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .search-modal-body-games .search-widget-game-list .game-item .game-info .game-name {
    width: auto;
  }
}
.search-modal-body-games .search-widget-game-list .game-item .game-info .game-provider {
  color: #7E7E7E;
  font-weight: bold;
  line-height: 14px;
  font-size: 12px;
}
.search-modal-body-games .search-widget-game-list .game-item .game-info .game-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.search-modal-body-games .search-widget-game-list .game-item .game-info .game-tags span {
  padding: 6px 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: linear-gradient(84.75deg, #555555 23.12%, #777777 124.48%);
}
.search-modal-body-games .search-widget-game-list .game-item .game-info .game-tags .game-new {
  background: linear-gradient(84.75deg, #009481 23.12%, #05FFD2 124.48%);
}
.search-modal-body-games .search-widget-game-list .game-item .game-info .game-tags .game-top {
  background: linear-gradient(289.13deg, #F9BA48 13.94%, #FB3939 150.97%);
}
.search-modal-body-games .search-widget-game-list .game-item .game-buttons .game-button {
  margin: 5px;
}

/*# sourceMappingURL=game_search.css.map */
