#clearSearch {
  align-items: center;
  background-color: #c8c8c8;
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 15px;
  justify-content: center;
  line-height: 1;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 15px;
}

#clearSearch span {
  display: block;
  margin-top: -1px;
}

#clearSearch:focus,
#clearSearch:hover {
  opacity: 1;
  outline: none;
}

#demoNowBtn > button {
  background-color: #fbce04;
  border-radius: 6px;
  border: none;
  color: #100c08;
  font-weight: 900;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#games-info .game-name-container {
  background: rgba(62, 62, 62, 0.05);
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  font-weight: 700;
}

#games-info .info-container {
  background: rgba(62, 62, 62, 0.05);
  border-radius: 6px;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: space-between;
}

#games-info .info-title {
  color: #6e7481;
}

#games-info .info-value {
  color: #000;
}

#gamesImage {
  border-radius: 6px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

#playNowBtn > button {
  background: transparent linear-gradient(180deg, #0686dd 0%, #0060a1 100%)
    no-repeat padding-box;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-weight: 900;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#slotSearch {
  background: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #a9a9a9;
  color: #717171;
  font-size: 12px;
  height: 35px;
  padding-right: 15px;
  text-indent: 0;
}

#slotSearch::-ms-clear {
  display: none;
}

#slotSearch::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

.android-btn {
  align-items: center;
  background-color: #008d4c;
  border-radius: 6px;
  color: white;
  display: flex;
  font-size: 17px;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.16px;
  margin-top: 10px;
  min-width: 90px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.btnnoborder {
  background: none;
  border: none;
  right: 5px;
}

.game-listing {
  height: auto;
  margin: 0 15px 0 15px;
  padding-top: 20px;
  width: calc(100% - 30px);
}

.game-popup-modal {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gifposition {
  height: 20px;
  object-fit: contain;
  position: absolute;
  top: 0;
}

.home-game-menu {
  width: calc(33% - 0.5rem);
}

.home-game-menu .game-menu-title {
  display: block;
  padding: 5px 10px;
  width: 100%;
}

.home-game-menu .game-menu-title > p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: 2;
  opacity: 0.9;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.home-game-menu > .horizontal-game-img {
  border-radius: 5px;
  object-fit: cover;
}

.input-box {
  align-items: center;
  background-color: #e8ecef;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  color: #a8a8a8;
  height: fit-content;
  justify-content: space-between;
  margin: 15px;
  padding: 5px 5px;
  position: relative;
}

.ios-btn {
  align-items: center;
  background-color: #dd4b39;
  border-radius: 6px;
  color: white;
  display: flex;
  font-size: 17px;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.16px;
  margin-top: 10px;
  min-width: 90px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.kissDowmload {
  display: flex;
  font-size: 15px;
  justify-content: center;
  width: 100%;
}

.kissmobileContainer {
  background-color: #eff3f4;
  border-radius: 6px;
  font-size: 15px;
  width: 100%;
}

.kissmobileContainerStep {
  background-color: #eff3f4;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  padding: 1rem;
  width: 100%;
}

.maintenance {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}

.menu-gifposition {
  height: 17px;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.mgame-img {
  border-radius: 4px;
  object-fit: cover;
}

.mgame-name-box {
  align-items: center;
  color: #100c08;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 5px;
  text-align: center;
}

.mobile-game-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 13px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.mobile-landing-page-height {
  max-height: 95%;
}

.mobile-menubar {
  background-color: rgba(62, 62, 62, 0.05);
  border-radius: 6px;
  overflow-x: auto;
}

.mobileGameMenu {
  background-color: #0060a1;
  color: #858585;
  font-size: 12px;
}

.pagelbl {
  font-weight: 600;
  margin: 0;
  opacity: 0.6;
  padding-top: 0px;
}

.searchBox {
  border-radius: 6px;
  border: 1px solid #0060a1;
  height: 32px;
  margin: 0 5px;
  width: calc(100% - 10px);
}

.slotGames {
  display: flex;
  width: calc(100% / 3);
}

.tab button {
  background-color: inherit;
  border: 0;
  color: #858585;
  cursor: pointer;
  float: left;
  font-family: bodyfont;
  font-size: 12px;
  height: 45px;
  outline: 0;
  padding: 8px 16px;
  transition: 0.3s;
  white-space: nowrap;
  width: 50%;
}

@media (min-width: 450px) and (max-width: 550px) {
  #mobile_games .home-game-menu {
    width: calc(25% - 0.5rem);
  }
}

@media (min-width: 500px) and (max-width: 700px) {
  .slotGames {
    display: flex;
    width: calc(100% / 4);
  }
}

@media (min-width: 550px) and (max-width: 700px) {
  #mobile_games .home-game-menu {
    width: calc(20% - 0.5rem);
  }
}

@media (min-width: 701px) {
  #mobile_games .home-game-menu {
    width: calc(14% - 0.5rem);
  }

  .slotGames {
    display: flex;
    width: calc(100% / 5);
  }
}
