.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;
}
.announcement-outer-container {
  padding: 6px 0;
  background-color: var(--announcement-outer-cntr-bg);
  color: var(--announcement-outer-cntr-color);
}
.announcement-container {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.announcement-container > [data-section="date"] {
  flex-basis: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.announcement-container > [data-section="date"] [data-icon="news"] {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: center no-repeat;
  background-size: contain;
  background-image: var(--image-src);
}
.announcement-container > [data-section="announcements"] {
  flex-basis: 70%;
  background-color: var(--announcement-cntr-data-section-announcements-bg);
  border-radius: 20px;
  padding: 5px 25px;
  overflow: hidden;
}
.banner,
.banner .slick-slide img.banner-img {
  aspect-ratio: 1920/613;
}
.banner-carousel.slick-initialized {
  height: auto;
  display: block;
}
.banner .carousel-indicators li button {
  display: none;
}
.banner .slick-slide img.banner-img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}
.banner img.banner-img {
  height: auto;
  width: 100%;
}
.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:not(.slick-initialized) > .vertical-wrapper:not(:first-child) {
  display: none;
}

.banner-group-vertical:not(.slick-initialized) > .slide-item:not(:first-child),
.banner-group-vertical:not(.slick-initialized) > a:not(:first-child) {
  display: none;
}
.banner-group-vertical:not(.slick-initialized) ~ .nav-btn {
  display: none;
}

.home-progressive-jackpot {
  background-image: var(--home-progressive-jackpot-bg);
  border-radius: 30px;
  color: var(--home-progressive-jackpot-color);
  padding: 10px;
  display: flex;
}
.home-progressive-jackpot .outer-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  background-color: var(--home-progressive-jackpot-outer-cntr-bg);
  border-radius: 100px;
}
.home-progressive-jackpot .inner-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-image: var(--home-progressive-jackpot-inner-cntr-bg);
}
.home-progressive-jackpot .border-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-color: var(--home-progressive-jackpot-border-cntr-bg);
  border: 3px solid var(--home-progressive-jackpot-border-cntr-border);
}
.home-progressive-jackpot .jackpot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  font-family: "Open24DisplaySt";
  font-size: 50px;
  letter-spacing: 5px;
  background-image: var(--home-progressive-jackpot-jackpot-cntr-bg);
  border-radius: 70px;
  padding: 10px;
}
.home-progressive-jackpot .jackpot-inner-container {
  background-color: var(--home-progressive-jackpot-jackpot-inner-cntr-bg);
  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 var(--home-progressive-jackpot-jackpot-border-cntr-border);
  line-height: 40px;
  padding-bottom: 10px;
  text-shadow: var(--home-progressive-jackpot-jackpot-border-cntr-text-shadow);
}
.home-progressive-jackpot .jackpot-currency {
  color: var(--home-progressive-jackpot-jackpot-currency-color);
  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: var(--home-progressive-jackpot-jackpot-play-text-color);
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1;
}
.home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
  color: var(--home-progressive-jackpot-jackpot-play-text-label-color);
}
.home-progressive-jackpot .jackpot-play-section img {
  height: auto;
  width: 87px;
}
.home-outer-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-inner-container {
  background-color: var(--home-inner-cntr-bg);
  padding: 20px;
  border-radius: 50px;
}
.popular-game-title-container,
.widget-title-container {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  color: var(--popular-game-title-cntr-color);
}
.popular-game-title-container .title,
.widget-title-container .title {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.popular-game-title-container .title i,
.widget-title-container .title i {
  display: inline-block;
  height: 24px;
  width: 25px;
  background: center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.popular-game-title-container .title i[data-icon],
.widget-title-container .title i[data-icon] {
  background-image: var(--image-src);
}
.popular-game-title-container > i,
.widget-title-container > i {
  border-bottom: 2px solid var(--popular-game-title-cntr-i-border-bottom);
  border-top: 2px solid var(--popular-game-title-cntr-i-border-top);
  flex-grow: 1;
  margin: 0 15px;
}
.popular-game-title-container a {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 25px;
  font-size: 15px;
  background-color: var(--popular-game-title-cntr-a-bg);
  color: var(--popular-game-title-cntr-a-color);
}
.popular-game-title-container + .game-list-container,
.widget-title-container + .widget-container {
  background-color: var(--popular-game-title-cntr-game-list-cntr-bg);
  border: 2px solid var(--popular-game-title-cntr-game-list-cntr-border);
  padding: 10px 15px;
  border-radius: 30px;
}
.popular-game-title-container + .game-list-container .game-list {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  border: 0;
}
.popular-game-title-container + .game-list-container .game-list .game-item {
  flex-shrink: 0;
  position: relative;
}
.popular-game-title-container
  + .game-list-container
  .game-list::-webkit-scrollbar {
  height: 7px;
}
.popular-game-title-container
  + .game-list-container
  .game-list::-webkit-scrollbar-track {
  background: transparent;
}
.popular-game-title-container
  + .game-list-container
  .game-list::-webkit-scrollbar-thumb {
  background: var(
    --popular-game-title-cntr-content-game-list-scrollbar-thumb-bg
  );
  border-radius: 5px;
}
.popular-game-title-container + .game-list-container .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
  + .game-list-container
  .game-list
  .games-group
  .game-item {
  width: 100%;
  margin: 0;
}
.telegram-banner-container {
  padding: 20px 0;
  border: 0;
}
.telegram-banner-container img {
  width: 100%;
}
.nav-btn {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--banner-nav-button-bg);
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.nav-btn.main-prev {
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn.main-next {
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn:hover {
  background-color: var(--banner-nav-button-bg-hover);
}
.nav-btn img {
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(1);
}
.vertical-wrapper {
  position: relative;
  width: 100%;
}
.vertical-wrapper .nav-btn.sub-up {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.vertical-wrapper .nav-btn.sub-down {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.rotate-left {
  transform: rotate(180deg);
}
.rotate-up {
  transform: rotate(-90deg);
}
.rotate-down {
  transform: rotate(90deg);
}
.widget-iframe {
  width: 100%;
  height: 200px;
  border: 0;
  display: block;
}
.sbo-match-card,
.sbo-match-card * {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}
.sbo-kickoff-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  color: var(--sbo-text-primary);
  text-align: center;
}
.sbo-match-list-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--popular-game-title-cntr-game-list-cntr-bg);
  border: 2px solid var(--popular-game-title-cntr-game-list-cntr-border);
  padding: 10px 15px;
  border-radius: 30px;
}
.sbo-nav-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1;
  position: absolute;
}
.sbo-nav-prev {
  left: 23px;
}
.sbo-nav-next {
  right: 23px;
}
.sbo-nav-btn:hover {
  opacity: 1;
}
.sbo-nav-btn:active {
  opacity: 0.3;
}
.sbo-nav-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 1px 2px 0 0;
}
.sbo-nav-btn img.rotate-right {
  transform: rotate(180deg);
  margin: 0 0 1px 3px;
}
.sbo-match-list {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  gap: 12px;
  padding: 4px 8px;
  scrollbar-width: none;
  width: 100%;
}
.sbo-match-list::-webkit-scrollbar {
  display: none;
}
.sbo-widget-container.is-loading {
  min-height: 220px;
}
.sbo-match-card {
  width: 280px;
  height: 156px;
  flex-shrink: 0;
  background: var(--sbo-card-bg);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 8px 8px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--sbo-text-primary);
  cursor: pointer;
  transition: background-color 0.3s;
}
.sbo-match-card:hover {
  background: var(--sbo-card-hover-bg);
  text-decoration: none;
  color: var(--sbo-text-primary);
}
.sbo-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
  font-size: 9px;
  font-weight: 700;
}
.sbo-league {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  flex: 1;
  padding-left: 3px;
}
.sbo-league-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.sbo-league-name {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sbo-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sbo-redirect-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 2px 8px;
  filter: var(--sbo-icon-filter);
}
.sbo-game-info-wrap {
  background: var(--sbo-surface);
  border-radius: 3px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px;
}
.sbo-team-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 0;
}
.sbo-team-info img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.sbo-team-name {
  color: var(--sbo-team-name-color);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 9px;
}
.sbo-time-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 72px;
}
.sbo-time-info--live {
  gap: 4px;
}
.sbo-live-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.sbo-live-badge {
  background: var(--sbo-live-badge-bg);
  color: #fff;
  font-size: 9px;
  padding: 1px 6px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sbo-game-time {
  font-size: 11px;
  font-weight: bold;
  color: var(--sbo-text-primary);
  min-height: 14px;
}
.sbo-score-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sbo-score-num {
  font-size: 20px;
  font-weight: 700;
  color: var(--sbo-text-primary);
  line-height: 1;
}
.sbo-ball {
  display: flex;
  align-items: center;
}
.sbo-ball-icon {
  width: 16px;
  height: 16px;
}
.sbo-bet-type {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: var(--sbo-text-muted);
  margin: 2px 0 2px;
}
.sbo-odds-row {
  display: flex;
  gap: 8px;
}
.sbo-odd-btn {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--sbo-odd-btn-bg);
  border-radius: 4px;
  padding: 0 10px;
  min-height: 32px;
  gap: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.sbo-odd-btn:hover {
  background: var(--sbo-odd-btn-hover-bg);
}
.sbo-odd-label {
  font-size: 10px;
  color: var(--sbo-odd-label-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.sbo-odd-value {
  font-size: 15px;
  color: var(--sbo-text-primary);
  white-space: nowrap;
  flex-shrink: 0;
}
.sbo-lock-btn {
  justify-content: center;
}
.sbo-lock-icon {
  width: 16px;
  height: 16px;
  filter: var(--sbo-icon-filter, invert(0));
}
.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 img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  filter: contrast(0);
}
.download-apk-container .popup-modal .modal-body h5 {
  font-size: 18px;
  text-transform: uppercase;
}
.download-apk-container .popup-modal .modal-body ol {
  list-style: decimal;
  padding-left: 5px;
}
.download-apk {
  display: flex;
  align-items: center;
  color: var(--download-apk-color);
}
.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 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 38px;
  margin: 0;
  font-weight: 700;
  font-size: 65px;
  margin-bottom: 10px;
}
.download-apk .h2 span {
  display: block;
  color: var(--download-apk-h2-span-color);
}
.download-apk .h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 100;
  margin: 0;
  margin-bottom: 10px;
}
.download-apk .h4 {
  font-weight: 100;
  margin: 0;
  margin-bottom: 15px;
  width: 315px;
}
.download-apk-info {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.download-apk-info .download-apk-section {
  flex-basis: 50%;
}
.download-apk-section {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}
.download-apk-section i {
  color: var(--download-apk-section-i-color);
  font-style: normal;
}
.download-apk-qr-code {
  margin-right: 10px;
}
.download-apk-qr-code img {
  max-width: 94px;
}
.download-apk-detail {
  text-align: left;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container {
  margin-top: 30px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h2 {
  font-size: 35px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h3 {
  font-size: 20px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h4 {
  font-size: 16px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk-detail {
  font-size: 12px;
}
.download-popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  filter: contrast(0);
}
