<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box.box-black.active {
   border: 1px solid #54b023 !important;
   color: #54b023 !important;
   font-weight: bold;
}

.filter-game {
   margin: 30px 0;
   display: flex;
   align-items: center;
}

.filter-game .title {
   margin-right: 5px;
   font-weight: bold;
}

.game-name {
   margin: 5px auto;
}

.filter-game .title {
   font-size: 20px;
   color: #000000;
}

.game-name {
   font-size: 16.5px;
   color: #000000;
}
.filter-game .box {
   font-size: 14px;
   color: #000000;
}

.filter-game .search-game-input {
   border-radius: 35px;
   width: 220px;
   height: 30px;
   outline: none;
   padding-left: 10px;
   border: 1.25px solid #9f9f9f;
   margin-left: 5px;
}

.filter-game .box {
   padding: 3px 2px 2px 2px;
   min-width: 60px;
   text-align: center;
   border-radius: 5px;
   cursor: pointer;
}

.filter-game .box.box-black {
   border: 1px solid black;
}

.search-right {
   display: flex;
   justify-content: flex-end;
   width: 40%;
   align-items: center;
}

.search-right &gt; div {
   margin-left: 5px;
}

.search-left {
   display: flex;
   width: 60%;
   align-items: center;
}

.game-item {
   margin-bottom: 12px;
}

.display {
   display: block;
}

.hide {
   display: none;
}
.icon-search {
   position: absolute;
   margin-left: -30px;
   padding: 6px;
}

.box-container {
   width: 991px;
   margin: 0 auto;
   max-width: 768px;
}

@media only screen and (max-width: 1024px) {
   .box-container {
      width: 750px;
   }
   .filter-game .box {
      padding: 6px;
   }
}

@media only screen and (max-width: 768px) {
   h4 {
      font-size: 12px;
   }
   .filter-game .box {
      min-width: 36px;
   }

   .filter-game .box {
      padding: 8px;
      min-width: 40px;
   }
   .filter-game .box {
      font-size: 11px;
   }
   .game-name,
   .filter-game .title {
      font-size: 13px;
   }

   .box-container {
      width: 568px;
   }
   .filter-game .box {
      padding: 6px;
   }
   .search-left {
      width: 70%;
   }
}

@media only screen and (max-width: 575px) {
   .filter-game .search-game-input {
      width: 130px;
      font-size: 10px;
      height: 24px;
   }
   .icon-search {
      position: absolute;
      margin-left: -26px;
   }

   .filter-game {
      margin: 20px 0;
   }

   .filter-game .box {
      padding: 4px 3px 2px 3px;
      min-width: 31px;
      font-size: 10px;
   }
   .search-right &gt; div {
      margin-left: 4px;
   }
   .box-container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      width: unset;
   }

   .game-name,
   .filter-game .title,
   .filter-game .box {
      font-size: 12px;
   }
}

@media only screen and (max-width: 375px) {

   .filter-game .box {
      padding: 4px 3px 2px 3px;
      min-width: 29px;
   }
   .filter-game .search-game-input {
      width: 110px;
   }
   .icon-search {
      position: absolute;
   }
   .icon-search svg {
      width: 11px;
   }
   .game-name,
   .filter-game .title,
   .filter-game .box {
      font-size: 11px;
   }
}

@media only screen and (max-width: 320px) {
   .search-right {
      width: 40%;
   }
   .search-left {
      width: 65%;
   }
   .filter-game .box {
      min-width: 27px;
   }
   .filter-game .search-game-input {
      width: 80px;
      margin-left: 0px;
   }
   .game-name,
   .filter-game .title,
   .filter-game .box {
      font-size: 10px;
   }
   .game-name,
   .filter-game .title,
   .filter-game .box {
      font-size: 10px;
   }
   .search-right &gt; div {
      margin-left: 3px;
   }
}
</pre></body></html>