.tickercontainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
}
ul.newsticker li {
  margin: 0;
  font-size: 12px;
  padding: 0 25px 0 0;
  white-space: nowrap;
}
ul.er-controls {
  list-style: none;
  display: inline-block;
  padding: 0;
}
ul.er-controls > li {
  display: inline-block;
  padding: 0 10px;
  background: #f0f0f0;
  margin: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
ul.er-controls > li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.progressive-jackpot {
  background: center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.progressive-jackpot .jackpot-play {
  width: min(220px, 15vw);
  height: auto;
}
.progressive-jackpot .jackpot-container {
  font-family: "advanced_dot_digital7";
  color: #fff;
  font-size: min(1.25vw, 24px);
  width: 73%;
  text-align: center;
  letter-spacing: 5px;
  padding: 0 50px;
}
.progressive-jackpot .jackpot-currency {
  color: #03ffd8;
  margin-right: 20px;
}
.slot-jackpot-container .progressive-jackpot .jackpot-container {
  letter-spacing: 0;
  font-size: 30px;
}
[data-browser="safari"] .progressive-jackpot .jackpot-container {
  transform: translateY(10px);
}
.jackpot-winners {
  width: 100%;
  padding: 5px 0;
  background: linear-gradient(to right, #0c1e5c 0%, #1e57da 48%, #0d2062 100%);
}
.jackpot-winners .jackpot-winner-title {
  padding: 5px 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.jackpot-winners .jackpot-winner-title [data-icon="trophy"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-size: contain;
}
.jackpot-winners .winners-ticker-container {
  margin: 0 5px;
  height: 70px;
  overflow: hidden;
  background-color: #06113f;
}
.winners-ticker ul {
  width: 100%;
}
.winners-ticker ul li {
  padding: 10px;
  display: flex;
  align-items: center;
}
.winners-ticker ul li img {
  height: 50px;
  width: 50px;
}
.winners-ticker ul li .winner-info {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}
.winners-ticker ul li .winner-amount {
  color: #f8a201;
}
.announcement-container {
  background-color: #0c2156;
  color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}
.announcement-container > [data-section="title"],
.announcement-container > [data-section="date"] {
  display: flex;
  align-items: center;
}
.announcement-container > [data-section="announcements"] {
  width: 60%;
  background: #070d2f;
  overflow: hidden;
}
.announcement-container [data-icon="announcement"] {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-position: -5px -151px;
  margin-right: 5px;
}
.announcement-container .announcement-list li {
  padding: 5px 10px;
  color: #80a4e1;
}
.banner,
.banner .slick-slide img {
  background: #020518;
  aspect-ratio: 1920/613;
}
.banner-carousel.slick-initialized {
  height: auto;
  display: block;
}
.banner .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.banner .carousel-indicators li {
  display: inline-block;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
}
.banner .carousel-indicators .active,
.banner .carousel-indicators .slick-active {
  background: #fe9b00;
  border-color: #fe9b00;
}
.banner .carousel-indicators li button {
  display: none;
}
.banner .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}
.banner-group-vertical .carousel-indicators {
  bottom: 50%;
  transform: translateY(50%);
  right: 25px;
  left: unset;
  width: 20px;
}
.banner-group-vertical .carousel-indicators li {
  display: block;
  margin-bottom: 2px;
}
.banner-carousel > div:first-child img {
  display: block;
  aspect-ratio: 1920/613;
  height: auto;
  width: 100%;
  line-height: 1;
}
.banner-carousel > div:not(:first-child),
.banner-carousel > div:first-child > a:not(:first-child) {
  display: none;
}
.home-info-container,
.telegram-banner-container {
  background: #000418;
  border-bottom: 2px solid #263f95;
}
.telegram-banner-container {
  padding: 20px 0;
  border: none;
}
.telegram-banner-container img {
  width: 100%;
}
.download-apk-container {
  background: var(--image-src);
  background-size: cover;
  overflow: hidden;
}
.download-apk-container .popup-modal[data-title] .modal-title:before {
  content: none;
}
.download-apk-container .popup-modal .modal-header h4 {
  font-size: 24px;
}
.download-apk-container .popup-modal .modal-body {
  padding-top: 0;
}
.download-apk-container .popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.download-apk-container .popup-modal .modal-body h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
}
.download-apk-container .popup-modal .modal-body ol {
  list-style: decimal;
  padding-left: 5px;
}
.download-apk {
  display: flex;
  align-items: center;
  font-family: Arial;
  color: #fff;
}
.download-apk > div {
  flex-basis: 50%;
  opacity: 0;
  transition: all 1s ease;
}
.download-apk > div:nth-child(1) {
  transform: translateX(-100%);
}
.download-apk > div:nth-child(2) {
  transform: translateX(100%);
}
.download-apk .h2 {
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 35px;
  margin: 0;
}
.download-apk .h2 > strong {
  display: block;
  font-weight: 700;
  text-align: justify;
}
.download-apk h3 {
  font-weight: 600;
  font-size: 25px;
  margin: 0;
}
.download-apk-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.download-apk-info .download-apk-section {
  flex-basis: 50%;
}
.download-apk-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.download-apk-section > * {
  flex-basis: 50%;
  margin: 5px 0;
}
.download-apk-section i {
  color: #f69c00;
  font-style: normal;
  display: block;
}
.download-apk-qr-code img {
  max-width: 94px;
}
.download-apk-detail {
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.download-apk .btn {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 3px;
  border-radius: 20px;
  text-align: center;
  background: #f69c00;
  background: linear-gradient(to bottom, #f69c00 0%, #d17601 100%);
  border: none;
}
.download-apk .btn:hover {
  color: #fff;
}
.standard-form-container .download-apk-container {
  margin-top: 30px;
}
.standard-form-container .download-apk .h2 {
  font-size: 25px;
}
.standard-form-container .download-apk .h2 > strong {
  font-size: 47px;
}
.standard-form-container .download-apk .h3 {
  font-size: 18px;
}
.standard-form-container .download-apk-detail,
.standard-form-container .download-apk-section {
  font-size: 12px;
}
.download-popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.download-popup-modal .modal-body span {
  color: #fff;
}
.download-popup-modal .modal-header .modal-title {
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
}
.popular-games {
  display: flex;
  background: center top no-repeat;
  background-image: var(--image-src);
  background-color: #02071c;
  margin-bottom: 25px;
}
.popular-games .jackpot-winners .winners-ticker-container {
  height: 140px;
}
.popular-games [data-section="left"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
}
.popular-games [data-section="left"] .section-title {
  font-size: 19px;
  background-color: #1c318a;
  color: #fff;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-games [data-section="left"] [data-icon="play"] {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-position: -8px -335px;
  margin-right: 5px;
}
.popular-games [data-section="right"] {
  width: 455px;
}
.popular-games .scrtabs-tab-container {
  position: relative;
  z-index: 1;
}
.popular-games .nav-tabs > li {
  margin-bottom: 0;
}
.popular-games .nav-tabs > li > a {
  background-color: #051030;
  padding: 2px 8px;
  margin: 3px 1px;
  border-radius: 5px;
}
.popular-games .nav-tabs > li > a,
.popular-games .nav-tabs > li.active > a,
.popular-games .nav-tabs > li.active > a:hover,
.popular-games .nav-tabs > li.active > a:focus {
  border: none;
}
.popular-games .nav-tabs > li.active > a,
.popular-games
  .nav-tabs
  > li.active
  > a:hover
  .popular-games
  .nav-tabs
  > li.active
  > a:focus,
.popular-games .nav-tabs > li > a:hover {
  background-color: #0b173f;
}
.popular-games .nav-tabs {
  border-bottom: none;
}
.popular-games .scrtabs-tab-scroll-arrow {
  background-color: #5078d8;
  border: none;
  color: #fff;
}
.popular-games .animated-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  animation-duration: 1s;
  animation-name: fade-in-right-animation;
  animation-fill-mode: both;
  pointer-events: none;
}
@keyframes fade-in-right-animation {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.popular-games .tab-pane {
  background-color: #050e2d;
}
.popular-games .tab-content {
  border: 1px solid #0d215c;
  margin-top: 5px;
}
.popular-games .popular-game-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.popular-games .popular-game-list .game-item {
  width: calc(100% / 3);
  padding: 5px;
}
.popular-games .popular-game-list .game-wrapper {
  position: relative;
  padding-top: 100%;
}
.popular-games .popular-game-list img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.popular-games .popular-game-list .link-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  opacity: 0;
}
.popular-games .popular-game-list .link-container a {
  padding: 5px;
  width: 80%;
}
.popular-games .popular-game-list .game-item:hover .link-container {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-game-list-container {
  margin-bottom: 15px;
}
.home-game-list-container .container-title {
  display: flex;
  justify-content: flex-start;
}
.home-game-list-container .container-title span {
  color: #fff;
  background-color: #1130a5;
  position: relative;
  text-transform: uppercase;
  padding: 5px 50px;
}
.home-game-list-container .container-title span:after {
  background-color: #1130a5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  transform-origin: 100% 0;
  transform: skew(25deg);
}
.home-game-list-container .container-content {
  background-color: transparent;
  border: 1px solid #1130a5;
  padding: 10px;
}
.home-game-list-container .container-content .game-list {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
}
.home-game-list-container .container-content .game-list .game-item,
.home-game-list-container
  .container-content
  .game-list
  .wrapper-container:hover {
  background-color: transparent;
}
.home-game-list-container .container-content .game-list .game-item {
  width: calc((100% - (5px * 6.4 * 2)) / 6.4);
  flex-shrink: 0;
}
.home-game-list-container
  .container-content
  .game-list
  .game-item
  .link-container
  a {
  margin: 3px;
  padding: 5px 3px;
}
.home-game-list-container .container-content .game-list .game-item img {
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}
.home-game-list-container .container-content .game-list .game-item .game-name,
.home-game-list-container
  .container-content
  .game-list
  .game-item
  .provider-name {
  background-color: transparent;
  padding: 0;
  font-size: 12px;
}
.home-game-list-container .container-content .game-list .game-item .game-name {
  color: #adbed2;
}
.home-game-list-container
  .container-content
  .game-list
  .game-item
  .provider-name {
  color: #fff;
}
.home-game-list-container .container-content .game-list::-webkit-scrollbar {
  height: 9px;
}
.home-game-list-container
  .container-content
  .game-list::-webkit-scrollbar-track {
  background: transparent;
}
.home-game-list-container
  .container-content
  .game-list::-webkit-scrollbar-thumb {
  background: #58585a;
  border-radius: 5px;
}
.popular-game-title-container {
  margin-bottom: 15px;
}
.popular-game-title-container .container-title {
  display: flex;
  justify-content: flex-start;
}
.popular-game-title-container .container-title span {
  color: #fff;
  background-color: #1130a5;
  position: relative;
  text-transform: uppercase;
  padding: 5px 50px;
}
.popular-game-title-container .container-title span:after {
  background-color: #1130a5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  transform-origin: 100% 0;
  transform: skew(25deg);
}
.popular-game-title-container .container-content {
  background-color: transparent;
  border: 1px solid #1130a5;
  padding: 10px;
}
.popular-game-title-container .container-content .game-list {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
}
.popular-game-title-container .container-content .game-list .game-item,
.popular-game-title-container
  .container-content
  .game-list
  .wrapper-container:hover {
  background-color: transparent;
}
.popular-game-title-container .container-content .game-list .game-item {
  width: calc((100% - (5px * 6.4 * 2)) / 6.4);
  flex-shrink: 0;
}
.popular-game-title-container
  .container-content
  .game-list
  .game-item
  .link-container
  a {
  margin: 3px;
  padding: 5px 3px;
}
.popular-game-title-container .container-content .game-list .game-item img {
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}
.popular-game-title-container
  .container-content
  .game-list
  .game-item
  .game-name,
.popular-game-title-container
  .container-content
  .game-list
  .game-item
  .provider-name {
  background-color: transparent;
  padding: 0;
  font-size: 12px;
}
.popular-game-title-container
  .container-content
  .game-list
  .game-item
  .game-name {
  color: #adbed2;
}
.popular-game-title-container
  .container-content
  .game-list
  .game-item
  .provider-name {
  color: #fff;
}
.popular-game-title-container .container-content .game-list::-webkit-scrollbar {
  height: 9px;
}
.popular-game-title-container
  .container-content
  .game-list::-webkit-scrollbar-track {
  background: transparent;
}
.popular-game-title-container
  .container-content
  .game-list::-webkit-scrollbar-thumb {
  background: #58585a;
  border-radius: 5px;
}
.popular-game-title-container .container-content .game-list .games-group {
  width: calc((100% - 6px * 5) / 6.5);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 3px;
}
.popular-game-title-container
  .container-content
  .game-list
  .games-group
  .game-item {
  width: 100%;
  margin: 0;
}
.home-inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 15px;
}
.home-inner-container [data-section="jackpot"] {
  flex-grow: 1;
}
.home-progressive-jackpot {
  background-image: linear-gradient(#1c1607, #9a0cce , #1c1607);
  border-radius: 30px;
  color: #fff;
  padding: 10px;
  display: flex;
}
.home-progressive-jackpot .outer-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  background-color: #000;
  border-radius: 100px;
}
.home-progressive-jackpot .inner-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-image: linear-gradient(#5f4509, #534117);
}
.home-progressive-jackpot .border-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-color: #00000099;
  border: 3px solid #aa9972;
}
.home-progressive-jackpot .jackpot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  font-family: "Open24DisplaySt";
  font-size: 40px;
  letter-spacing: 5px;
  background-image: linear-gradient(#dfb963, #54421a);
  border-radius: 70px;
  padding: 10px;
}
.home-progressive-jackpot .jackpot-inner-container {
  background-color: #000;
  display: flex;
  flex-grow: 2;
  justify-content: center;
  border-radius: 50px;
  padding: 10px;
}
.home-progressive-jackpot .jackpot-border-container {
  display: flex;
  flex-grow: 2;
  justify-content: center;
  border-radius: 50px;
  border: 3px dotted #554c36;
  line-height: 40px;
  padding-bottom: 10px;
}
.home-progressive-jackpot .jackpot-currency {
  color: #dfb963;
  margin-right: 10px;
}
.home-progressive-jackpot .jackpot-play-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 20px;
}
.home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
  font-family: "gilroybold";
  color: #fd6f16;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
.home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
  color: #009fc5;
}
.home-progressive-jackpot .jackpot-play-section img {
  height: auto;
  width: 87px;
}
.lottery-result-container {
  border-radius: 5px;
  overflow: hidden;
  background-color: #09132e;
  color: #fff;
}
.lottery-result-container .lottery-result-title {
  background: #1c318a;
  padding: 3px 0;
  text-align: center;
  font-size: 16px;
  min-height: 28px;
  margin-top: 0;
}
.lottery-result-container .lottery-result {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery-result-container .lottery-numbers {
  background: #02071c;
  border-radius: 5px;
  margin-left: 10px;
  padding: 2px;
  display: flex;
  flex-wrap: nowrap;
}
.lottery-result-container [data-lottery-number] {
  display: inline-block;
  margin: 3px 0;
  height: 45px;
  width: 35px;
  background-repeat: no-repeat;
  background-image: var(--image-src);
  background-position: -1px center;
  background-size: auto 100%;
}
.lottery-result-container [data-lottery-number="1"] {
  background-position-x: -36.5px;
}
.lottery-result-container [data-lottery-number="2"] {
  background-position-x: -72px;
}
.lottery-result-container [data-lottery-number="3"] {
  background-position-x: -109.5px;
}
.lottery-result-container [data-lottery-number="4"] {
  background-position-x: -146px;
}
.lottery-result-container [data-lottery-number="5"] {
  background-position-x: -182.75px;
}
.lottery-result-container [data-lottery-number="6"] {
  background-position-x: -219.5px;
}
.lottery-result-container [data-lottery-number="7"] {
  background-position-x: -256.25px;
}
.lottery-result-container [data-lottery-number="8"] {
  background-position-x: -292.5px;
}
.lottery-result-container [data-lottery-number="9"] {
  background-position-x: -328.5px;
}
.lottery-result-container .lottery-date {
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}
.sports-platform-container {
  background: center no-repeat;
  background: var(--image-src);
  background-size: cover;
}
.sports-platform {
  display: flex;
}
.sports-platform [data-section="players"] {
  width: calc(100% - 800px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sports-platform [data-section="matches"] {
  width: 800px;
}
.sports-platform-title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 10px 5px;
  margin-top: 30px;
}
.sports-platform-title [data-icon="play"] {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-position: -8px -335px;
  margin-right: 5px;
}
.sports-platform-title span {
  font-size: 14px;
}
.sports-matches-container {
  background-color: #010417;
  padding: 10px;
  display: flex;
}
.sports-matches-container > div {
  flex: 1;
}
.sports-matches-container .hot-match-container + .hot-match-container {
  margin-top: 10px;
}
.sport-matches {
  margin: 0;
  padding-left: 10px;
}
.sport-match-item {
  background-color: #174e87;
  color: #fff;
  display: flex;
  min-height: 68px;
}
.sport-match-item + .sport-match-item {
  margin-top: 10px;
}
.sport-match-item:nth-child(even) {
  background-color: #162b6d;
}
.sport-match-item .match-date {
  flex-basis: 25%;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sport-match-item .match-date > span {
  font-size: 22px;
}
.sport-match-item .match-info-container {
  flex-basis: 75%;
  background-color: #051847;
  display: flex;
  justify-content: space-between;
}
.sport-match-item .match-info-container [data-team] {
  flex-basis: 18%;
  display: flex;
  align-items: center;
}
.sport-match-item .match-info-container [data-team="home"] {
  justify-content: flex-end;
}
.sport-match-item .match-info-container [data-team="away"] {
  justify-content: flex-start;
}
.sport-match-item .match-info-container img {
  height: 40px;
  width: 40px;
}
.sport-match-item .match-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.sport-match-item .match-teams {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sport-match-item .match-teams > div {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sport-match-item .match-teams > span {
  font-size: 20px;
  color: #00ffe2;
}547;padding:10px;border-radius:30px}.game-list,.game-info{margin-top:20px;display:flex;flex-wrap:wrap}.game-list .game-item{width:calc((100% - (5px*6*2))/6);margin:5px;padding:5px;background-color:#1e1a31;background-image:linear-gradient(to bottom,#1e1a31 0%,#171429 100%);border-radius:25px;position:relative}.game-list .game-item input[type=checkbox].favourite-game-btn{display:none}.game-list .game-item input[type=checkbox].favourite-game-btn+label{position:absolute;margin:0;top:5px;right:5px;z-index:2;width:30px;height:30px;padding:5px;background:var(--star-off-icon) center no-repeat;background-size:24px;background-color:#fff;border-radius:50%;cursor:pointer;transition:background-image ease .35s}.game-list .game-item input[type=checkbox].favourite-game-btn:checked+label{background-image:var(--star-on-icon)}.game-list .game-item input[type=checkbox].favourite-game-btn+label:hover{animation:fav-icon-bounce .65s linear}.game-list img{position:absolute;top:0;left:0;height:100%;width:100%;transition:transform .2s;transform-origin:center}.game-list .game-name,.game-list .provider-name{font-size:14px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.game-list .game-name{padding:4px 10px 8px}.game-list .link-container{background-color:rgba(6,0,15,.85);position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.game-list .wrapper-container{position:relative;padding-top:100%;border-radius:25px;overflow:hidden}.game-list .wrapper-container:hover{background:#000}.game-list .wrapper-container:hover img{transform:scale(1.25)}.game-list .wrapper-container:not(:hover) .link-container{display:none}.game-list .link-container a{margin:10px;width:70%;padding:10px 15px}.game-list .rtp-container{position:absolute;left:0;right:0;bottom:0;padding:8px 12px;background-color:rgba(0,0,0,.7);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:5px;font-size:12px;pointer-events:none;line-height:1}.game-list .rtp-container .rtp-progress{flex-grow:1;background-color:#fff;border:1px solid #ddd;border-radius:50px}.game-list .rtp-container .rtp-progress .rtp-progress-bar{height:10px;border-radius:50px}.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp="low"],.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp-from="low"]{background:linear-gradient(to right,#c81313,#d64646)}.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp="medium"],.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp-from="medium"]{background:linear-gradient(to right,#fcdc8f,#f2d064)}.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp="high"],.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp-from="high"]{background:linear-gradient(to right,#31a13b,#62c88d)}.game-list .rtp-container .rtp-progress .rtp-progress-bar[data-rtp-from][data-rtp-to]{animation:animate-rtp 2s linear infinite;--low:linear-gradient(to right,#c81313,#d64646);--medium:linear-gradient(to right,#fcdc8f,#f2d064);--high:linear-gradient(to right,#31a13b,#62c88d)}.game-list .rtp-container .rtp-percentage[data-rtp-from][data-rtp-to]::before{animation:alter-rtp-value 2s linear infinite;content:attr(data-rtp-from)'%'}.game-list .wrapper-container:hover .rtp-container{opacity:0}.large-game-list-container{margin-bottom:25px;border-radius:30px;background:#161228bd;padding:32px;margin:16px 0;position:relative}picture+.container .large-game-list-container{margin-top:-130px}.large-game-list-container .large-game-list-section{border-radius:30px;padding:24px;background:#0a0813;border:3px solid #322547}.large-game-list-container .section-heading{display:flex}.large-game-list-container .section-heading h4{color:#fff;margin:auto;text-align:center;font-size:32px}.large-game-list{padding:16px;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0}.large-game-list li{flex-basis:calc((100% - (10px*3*2))/3);margin:10px;position:relative;border-radius:25px;padding:1px;background:linear-gradient(180deg,rgba(0,0,0,0) 25%,#de16ff 100%)}.large-game-list li .floating-icon{position:absolute;top:8px;left:8px;width:auto;max-width:calc(100% - 8px);height:20px;background:transparent;z-index:1}.large-game-list-container .large-game-list .play-now{background:#c9176b;display:inline-flex;align-items:center;font-size:12px;font-weight:400;font-family:'LatoWeb';padding:6px 16px}large-game-list-container .large-game-list .play-now:hover{background:#f6328f}.large-game-list-container .large-game-list .free-play{color:#000;display:inline-flex;align-items:center;font-size:12px;font-weight:400;font-family:'LatoWeb';background:#fff;padding:6px 16px}.large-game-list img{width:100%;height:auto;background:linear-gradient(180deg,#0a0813 25%,#2c0041 100%);border-radius:25px}.large-game-list picture{display:contents}.large-game-list .link-container{opacity:0;display:flex;align-items:center;justify-content:center;gap:10px;background:#000000b2;position:absolute;transition:opacity .15s ease;top:0;left:0;right:0;bottom:0;border-radius:25px}[data-container-background="arcade"] .large-game-list .link-container,[data-container-background="slots"] .large-game-list .link-container{opacity:1;flex-direction:column;background:none}[data-container-background="arcade"] .large-game-list .link-container .game-title,[data-container-background="slots"] .large-game-list .link-container .game-title{font-size:24px;color:#fff}.large-game-list li:hover .link-container{opacity:1}.large-game-list li a.game-info{position:absolute;top:12px;right:12px;color:#c9176b;border:2px solid #c9176b;border-radius:50%;width:28px;height:28px;font-size:15px;display:flex;justify-content:center;align-items:center;padding:0;text-indent:-2px;font-weight:900;margin-top:0;z-index:2}.large-game-list li a.game-info:hover,.large-game-list li a.game-info:focus{color:#f6328f;border-color:#f6328f}.large-game-list .sports-link-container{position:absolute;left:0;right:0;bottom:0;height:80px;display:flex;justify-content:center;align-items:center}.large-game-list .sports-link-container a{padding:10px 30px}.large-game-list .bottom-link-container{position:absolute;left:0;right:0;bottom:0;height:65px;background-color:#091122;display:flex;justify-content:center;align-items:center}.large-game-list .bottom-link-container a{padding:8px 20px}.game-info .large-game-list{flex-wrap:unset;justify-content:unset;width:100%}.game-info .large-game-list img{border-radius:10px 0 0 10px}.game-info .large-game-list .link-container{position:initial;top:unset;left:unset;width:100%}.game-info .play-now,.game-info .free-play{font-size:22px;padding:10px 40px;border-radius:25px}.arcade-game-list{background-color:rgba(3,13,58,.85);margin-bottom:25px;padding:10px 5px 20px;border-radius:5px;display:flex}.arcade-game-list .link-container{flex:1;padding:5px}.arcade-game-list .link-container a{position:relative;display:block;padding-top:100%}.arcade-game-list .link-container a:hover img:last-child{opacity:0}.arcade-game-list .link-container img{position:absolute;top:0;left:0;height:100%;width:100%;transition:opacity .5s ease 0s}.crash-game-game-list{background-color:rgba(3,13,58,.85);margin-bottom:25px;padding:10px 5px 20px;border-radius:5px;display:flex}.crash-game-game-list .link-container{flex:1;padding:5px}.crash-game-game-list .link-container a{position:relative;display:block;padding-top:100%}.crash-game-game-list .link-container a:hover img:last-child{opacity:0}.crash-game-game-list .link-container img{position:absolute;top:0;left:0;height:100%;width:100%;transition:opacity .5s ease 0s}@keyframes fav-icon-bounce{0%,20%,60%,100%{transform:translateY(0)}80%{transform:translateY(-3px)}40%{transform:translateY(-6px)}}@keyframes animate-rtp{0%{width:var(--from-value);background:var(--from-color)}25%{background:var(--transition-color)}50%,100%{width:var(--to-value);background:var(--to-color)}}@keyframes alter-rtp-value{0%{content:attr(data-rtp-from)'%'}75%,100%{content:attr(data-rtp-to)'%'}}
.provider-container{display:inline-block;width:auto;padding:15px;margin:10px 10px 0 0;border:1px solid #3b4b71;border-radius:5px;position:relative;vertical-align:top}.provider-container>legend{width:initial;border-bottom:0;margin-bottom:0;margin-top:0;background:transparent;padding:0 10px;font-size:17px;color:#596b95}