#vw-fastgame #carouselExampleIndicators {
  height: fit-content;
}

#vw-fastgame #fastgame_game_type {
  align-items: center;
  align-self: center;
  border-bottom: 1px solid #dee2e6;
  flex-direction: row;
}

#vw-fastgame #game-container > div {
  border-radius: 10px;
  border: 2px solid #dee2e6;
}

#vw-fastgame #latestHighlightsCarousel {
  height: 320px;
}

#vw-fastgame #latestHighlightsCarousel > .carousel-inner > .carousel-item > img {
  object-fit: fill;
}

#vw-fastgame #providerGamePromo {
  width: 40%;
}

#vw-fastgame #providerGamesCarousel {
  height: 100%;
  width: 100%;
}

#vw-fastgame #providerGamesCarouselContainer {
  background: #eff3f4;
  height: 254px;
  position: relative;
  width: 100%;
}

#vw-fastgame .accordion {
  border-radius: 10px;
  border: 2px solid #f0f3f4;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}

#vw-fastgame .accordion-body {
  -webkit-box-flex: 1;
  padding: 1.25rem 2rem;
}

#vw-fastgame .accordion-btn {
  background: #f0f3f4;
  border: none;
}

#vw-fastgame .accordion-header {
  padding: 0.75rem 1.25rem;
}

#vw-fastgame .accordion-title {
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

#vw-fastgame .carousel.slide {
  overflow: hidden;
}

#vw-fastgame .carousel.slide > .carousel-inner {
  height: 100%;
}

#vw-fastgame .carousel.slide > .carousel-inner .carousel-item {
  height: 100% !important;
}

#vw-fastgame .carousel.slide > .carousel-inner .carousel-item img,
#vw-fastgame .carousel.slide > .carousel-inner .carousel-item video {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

#vw-fastgame .casinoIndicators > div.active,
#vw-fastgame .latestHighlightsIndicators > div.active,
#vw-fastgame .liveCasinoPromotionIndicators > div.active {
  background: #febc04;
}

#vw-fastgame .div-content-full {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  min-width: unset;
  width: 100%;
}

#vw-fastgame .game-button-demo {
    -webkit-border-radius: 3px;
    background: #febc04;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    min-width: 100px;
    padding: 0 20px;
    width: 120px;
}

#vw-fastgame .game-button-hover {
  border-radius: 4px;
  border: 2px solid #003e68;
  box-shadow: 0 0 10px #0060a1;
  opacity: 0.5;
}

#vw-fastgame .game-button-play {
  -webkit-border-radius: 3px;
  background: #0160a2;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  min-width: 100px;
  padding: 0 20px;
  width: 120px;
}

#vw-fastgame .game-category-list .nav-tabs {
  position: relative;
}

#vw-fastgame .game-category-list .tab-border-slider {
  background-color: #0060a1;
  bottom: -12px;
  display: inline-block;
  height: 3px;
  position: absolute;
  transition: all 0.4s linear;
  width: 30px;
}

#vw-fastgame .game-category-list .tab-border-slider:before {
  -webkit-transition: 0.4s;
  background-color: #fff;
  bottom: 4px;
  height: 20px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

#vw-fastgame .game-content-btn {
  background: #febc04;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  height: 50px;
  min-width: fit-content;
  padding: 5px;
  width: 200px;
}

#vw-fastgame .game-content-title {
  color: #333;
  font-weight: 600;
}

#vw-fastgame .game-copyimg {
  height: auto;
  width: 25px;
}

#vw-fastgame .game-description {
  font-size: 15px;
}

#vw-fastgame .game-download-btn {
  align-items: center;
  background-color: #f0f0f0;
  border-color: transparent;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #6c757d;
  display: flex;
  font-family: bodyfont;
  font-size: 17px;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.12px;
  line-height: initial;
  min-width: 90px;
  width: 60%;
}

#vw-fastgame .game-img-box {
  position: relative;
  width: 194px;
}

#vw-fastgame .game-img-box > img {
  height: 140px;
  width: 194px;
}

#vw-fastgame .game-img-box img.slot-img {
  backface-visibility: hidden;
  transition: all 0.5s ease;
}

#vw-fastgame .game-inputbox {
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  height: 35px;
  justify-content: space-between;
  padding: 0 15px;
}

#vw-fastgame .game-qrcode {
  align-items: center;
  display: flex;
  font-size: 22px;
  justify-content: center;
  margin-top: 0.5rem;
}

#vw-fastgame .gamemenuText.active {
  font-weight: 600 !important;
  pointer-events: none;
}

#vw-fastgame .gamerepairBtn {
  align-items: center;
  background: #fff;
  border-radius: 7px;
  border: 2px solid #dee2e6;
  display: flex;
  justify-content: center;
}

#vw-fastgame .gamerepairBtn .gameRepairicon {
  height: 40px;
  object-fit: contain;
  position: absolute;
  width: 55px;
}

#vw-fastgame .gamerepairBtn img.click-img {
  filter: grayscale(100%);
  opacity: 0.25;
}

#vw-fastgame .games-link-box {
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}

#vw-fastgame .games_lists {
  align-self: stretch;
  float: left;
  width: 20%;
}

#vw-fastgame .headingBorder {
  border-bottom: 2px solid #dee2e6;
  border-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    )
    1;
}

#vw-fastgame .nav-tabs .nav-link.custom-nav-link {
  border-radius: 7px;
  border: 2px solid #dee2e6;
}

#vw-fastgame .nav-tabs .nav-link.custom-nav-link.active {
  border-radius: 7px;
  border: 2px solid #0060a1;
  box-shadow: 0 0 10px #0060a1;
  pointer-events: none;
}

#vw-fastgame .non-user-select,
#vw-fastgame .user-select {
  transition: 0.3s;
}

#vw-fastgame .pagelbl {
  color: #333;
  font-family: bodyfont !important;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.73;
  opacity: 0.6;
  text-align: left;
}

#vw-fastgame .providers-nav {
  column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

#vw-fastgame .qrcode-container {
  align-items: center;
  background-color: #eff3f4;
  border-radius: 6px;
  border: 1px solid #fbfbfb;
  display: flex;
  justify-content: center;
  padding: 1%;
}

#vw-fastgame .qrmargin {
  margin-bottom: 2.5rem !important;
}

#vw-fastgame .search-bar-btn {
  background-color: #efefef;
  border-radius: 0 5px 5px 0;
  border: 1px solid #858585;
}

#vw-fastgame .searchBar {
  background-color: #efefef;
  border-radius: 5px 0 0 5px;
  border: 1px solid #858585;
  padding-left: 10px;
  width: 200px;
}

#vw-fastgame .searchBaricon {
  align-items: center;
  color: #858585;
  display: flex;
  justify-content: center;
  margin: 10px;
}

#vw-fastgame .tabLinks {
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

#vw-fastgame .titleText {
  color: #333;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

#vw-fastgame button.game-button {
  background-color: #fff;
  border-radius: 10px !important;
  border: 2px solid #ddd;
  justify-content: initial !important;
  opacity: 1;
  padding: 6px;
  width: 210px !important;
}

#vw-fastgame div.games_lists {
  left: 20%;
  opacity: 0;
  position: relative;
  transition: opacity 0.2s;
  visibility: hidden;
}

#vw-fastgame img.click-img {
  height: 60px;
  object-fit: contain;
  width: 100%;
}

#vw-fastgame img.game-icon {
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

#vw-fastgame label.game-label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}

#vw-fastgame span.game-span-button.play-btn {
  border-radius: 4px;
  bottom: 55px;
  margin: auto;
  position: absolute;
  right: 37px;
  width: 100px;
}

@media only screen and (max-width: 1024px) {
  #vw-fastgame #carouselExampleIndicators {
    height: fit-content;
  }
}
