/* General */
:root {
  --tf-bg: #0c0f16 !important;
  --tf-bg2: #10141d !important;
  --menu-group1: var(--tf-active);
  --menu-group2: #1e90ff;
}
body,
.section__title,
.slot__title h3,
.mini-game__title h3,
.vip__title,
.ranking__amount,
.post__title,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.game__title,
.slot__pos,
.settings__title,
.footer__title,
.kush__prize {
  font-family: 'Karla', sans-serif;
}
::marker {
  content: '';
}
@keyframes loaderScaleAnimation {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loader-logo img,
.loader-logo.small img {
  animation: loaderScaleAnimation 1.4s linear infinite;
  width: 40px;
  height: 40px;
}
.loader-logo::before,
.loader-logo:after {
  display: none;
}


/* Header */
.header--logged .header__logo {
  width: 100px;
}
.header__wallet {
  width: unset;
}
@media screen and (max-width: 400px) {
  .header--logged .header__logo {
    width: 80px;
  }
  .header__wallet-dropdown-btn {
    width: 100px;
  }
  .header__wallet-dropdown-btn div {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .header__wallet-dropdown-btn {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .sidebar.active+main .header__search {
    margin-left: 135px;
  }
}
@media screen and (min-width: 600px) {
  .header__wallet {
    margin: 0 20px;
  }
}


/* Sidebar */
.sidebar__link--casino::before {
  opacity: 1;
}
.sidebar__big .sidebar__links {
  gap: 10px;
  margin-bottom: 10px;
}
.sidebar__big .sidebar__links:not(.custom) a span {
  font-size: 14px;
}
.sidebar__big .sidebar__links .howto-mobile span {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.sidebar__links + .sidebar__menu {
  margin-top: 20px;
}
.sidebar__nav a {
  border: none;
  border-radius: 999px;
}
.sidebar__nav-small a,
.sidebar__nav-small button {
  border: none;
}
.sidebar__nav--collapse {
  border: none;
  border-radius: 10px;
}
@keyframes menuShakeAnimation {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.sidebar__content a:hover svg,
.sidebar__nav-small button:hover svg {
  animation: menuShakeAnimation 0.4s ease;
}
.sidebar__content .svg-icon {
  transition: none;
}
.sidebar__content .svg-icon use {
  stroke: transparent;
}
.sidebar__content .svg-icon use[href*="homepage"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="big-win"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="vip-club"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="blog"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="casino2"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="gamer"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="chart"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="slots2"] {
  color: var(--menu-group2);
}
.sidebar__content .svg-icon use[href*="live-casino"] {
  color: var(--menu-group2);
}
.sidebar__content .svg-icon use[href*="sportsbook2"] {
  color: var(--menu-group2);
}
.sidebar__links.custom + div > span + ul .svg-icon use[href*="sportsbook"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="exclusive"] {
  color: var(--menu-group2);
}
.sidebar__content .svg-icon use[href*="virtual-sports"] {
  color: var(--menu-group2);
}
.sidebar__content .svg-icon use[href*="gift"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="tournaments"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="head-set"],
.sidebar__content .svg-icon use[href*="headset"] {
  color: var(--menu-group2);
}
.sidebar__content .svg-icon use[href*="privacy"],
.sidebar__content .svg-icon use[href*="shield"] {
  color: var(--menu-group2);
}
.sidebar__content .svg-icon use[href*="favourited"] {
  color: var(--menu-group1);
}
.sidebar__content .svg-icon use[href*="profile"] {
  fill: var(--menu-group1);
}
.sidebar__content li.active .svg-icon use {
  color: var(--tf-active);
  fill: var(--tf-active);
}
.sidebar__content .sidebar__nav--collapse .svg-icon use[href*="profile"],
.sidebar__content .sidebar__nav--collapse .svg-icon use[href*="vip-club"] {
  color: var(--tf-tc);
  fill: var(--tf-tc);
}
.sidebar__content .sidebar__nav--collapse a:hover .svg-icon use[href*="profile"],
.sidebar__content .sidebar__nav--collapse a:hover .svg-icon use[href*="vip-club"] {
  color: var(--tf-active);
  fill: var(--tf-active);
}
.sidebar__link.passive,
.sidebar__link-small.passive {
  filter: contrast(0.75);
}


/* Lowbar */
.lowbar {
  padding: 10px 5px !important;
}
.support {
  display: none !important;
}


/* Content */
.container {
  max-width: 1440px;
}
@media screen and (min-width: 991px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.section {
  padding-top: 40px !important;
}
.section__title-wrap {
  margin-bottom: 10px;
}
.col-12 > .section__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main:not(.main--game) #main__content {
    padding-top: 80px;
  }
  .section {
    padding-top: 0 !important;
  }
  .section__title-wrap {
    margin-bottom: 20px;
  }
}
.hero {
  border-radius: 15px;
}
.promo-post__date {
  display: none;
}
.promo-post__text {
  height: 72px;
}
.content__main--big {
  border-radius: 15px;
}
.content__main .tournament__cover {
  margin-top: 0;
  aspect-ratio: 1.816;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 525px;
}
.content__main .tournament__cover img {
  max-height: 100%;
  height: 100%;
  border-radius: 10px;
}
.post__cover {
  margin-bottom: 20px;
}
.post__meta {
  display: none;
}
.blog__cover {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.blog__cover img {
  border-radius: 10px;
}
.ranking__list {
  overflow-y: hidden;
}
.section__title {
  text-transform: capitalize;
}
.filter .settings__btn {
  width: unset;
  padding: 4px 22px;
}
.tabs-nav {
  padding: 0;
}


/* Games */
.slot {
  border-radius: 15px;
  padding-top: 0 !important;
}
.slot__cover {
  padding-bottom: 135%;
}
.slot__img {
  aspect-ratio: 0.741;
  transform: none !important;
}
.slot__img img {
  width: 75%;
  height: 57%;
}
.slot[href*="/ebetlab"] .game-provider {
  visibility: hidden;
}
.slot[href*="/ebetlab"] .game-provider::after {
  content: 'Jackbom Originals';
  visibility: visible;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.slot[href*="/ebetlab"] .slot__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.slot[href*="/ebetlab-mines"] .slot__img::after {
  background-image: url('https://mobkcaj.github.io/assets/images/f8qhx62bygzknud7.webp');
}
.slot[href*="/ebetlab-crash"] .slot__img::after {
  background-image: url('https://mobkcaj.github.io/assets/images/njec8zra74usb263.webp');
}
.slot[href*="/ebetlab-plinko"] .slot__img::after {
  background-image: url('https://mobkcaj.github.io/assets/images/r5h7b42vjgytnmdc.webp');
}
.slot[href*="/ebetlab-keno"] .slot__img::after {
  background-image: url('https://mobkcaj.github.io/assets/images/t3yfmdhwgxr59s4z.webp');
}
.slot[href*="/ebetlab-dice"] .slot__img::after {
  background-image: url('https://mobkcaj.github.io/assets/images/t94nj537e6dmf8xh.webp');
}
.slot__title {
  height: 116%;
  background: linear-gradient(0deg, #1e90ff 60%, transparent 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.slot__title::before {
  content: '\f04b';
  display: none;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0;
  /* width: 64px; */
  /* height: 64px; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: #fff3;
  border-radius: 100%;
  padding-left: 6px;
  position: absolute;
  top: 25%;
  transform: scale(0.5);
  transition: all 0.4s;
}
.slot__title h3 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-shadow: 0 0 2px #000;
  width: 100%;
  position: relative;
  top: -7rem;
}
.slot__title span {
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: left;
  font-size: 12px;
  width: 100%;
  position: relative;
  top: -7.5rem;
}
.slot__pos {
  text-shadow: 0 0 2px #000;
  font-size: 16px;
  height: 26px;
  z-index: 11;
  background-color: var(--tf-active) !important;
}
@media screen and (min-width: 600px) {
  .slot {
    margin-top: 10px;
  }
  /*
  .slot:hover {
    box-shadow: rgb(255 64 1 / 75%) 0px 7px 29px -3px !important;
  }
  */
  .slot:hover .slot__title {
    opacity: 1;
    pointer-events: all;
  }
  .slot:hover .slot__title::before {
    transform: none;
  }
  .slot:hover .slot__img {
    filter: blur(2px) brightness(0.8);
    transform: scale(1.05) !important;
  }
}
@media screen and (max-width: 600px) {
  .slot:hover {
    transform: none !important;
  }
  .slot__pos {
    font-size: 14px;
    height: 24px;
  }
}


/* Big wins */
.section.big-wins .splide__slide {
  width: 100%;
  border-radius: 0;
}
.kush {
  overflow: hidden !important;
  position: relative;
}
.kush__cover {
  border-radius: 0;
  width: 100%;
  height: unset !important;
  aspect-ratio: 0.7411;
  border-radius: 10px;
}
.kush__cover img {
  border-radius: 0;
}
.kush__winner {
  z-index: 1;
}
.kush__title {
  display: none;
}
.kush .chat__user {
  margin-right: 10px;
  margin-top: 8px;
}
.kush__prize {
  color: var(--tf-active);
  margin-bottom: 10px;
}
.kush .rank-icon {
  width: 24px !important;
  height: 24px !important;
}


/* Mini games */
.mini-game {
  border-radius: 20px;
}
.mini-game__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mini-game__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .mini-game:hover .mini-game__img {
    transform: none;
  }
}


/* Game detail */
.frame-mob .slot:hover {
  box-shadow: none !important;
  transform: none;
}
.frame-mob .slot__title h3 {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  margin-bottom: 5px;
}
.frame-mob .slot__title span {
  font-size: 10px;
}
.frame-mob__btns,
.frame__btns {
  gap: 30px;
  align-items: stretch;
}
.frame__btn {
  padding: 12px 24px;
  width: 50%;
  height: unset;
  margin-right: 0 !important;
}
.frame__btn:hover {
  color: #fff !important;
}
.frame__play {
  padding: 12px 24px;
  width: 50%;
  height: unset;
  gap: 0;
}
.frame__play svg {
  display: none;
}
.frame__logo {
  background-image: var(--tf-logo);
}
@media screen and (max-width: 768px) {
  .frame-mob__btns,
  .frame__btns {
    gap: 15px;
  }
}
.frame__play {
  transform: scale(0.9);
}


/* Providers */
.partner {
  border-radius: 0;
  border: none;
  padding: 0 !important;
  min-height: 100px;
  animation: none;
  margin-top: 10px !important;
}
.partner img {
  max-width: 50%;
}
.partner[href*="/providers/ebetlab"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tf-logo2) center center no-repeat;
  background-size: 50%;
  z-index: 11;
  filter: invert(1) grayscale(1);
}
.partner[href*="/providers/ebetlab"] .partner__logo {
  display: none;
}
.swiper.providers .swiper-slide {
  margin-right: 0 !important;
}
@media screen and (max-width: 576px) {
  .partner {
    margin-top: 0 !important;
  }
  .partner::before {
    display: none;
  }
}


/* Vip */
.progress-wrapper {
  background-color: var(--tf-bg2);
  position: relative;
  overflow: hidden;
  padding: 12px 24px !important;
}
.progress-wrapper::before {
  display: none;
}
.modal__progress-bar {
  height: 10px;
  border-radius: 999px;
  border: none;
  background-color: #59595933;
}
.modal__progress-bar span {
  height: 6px;
}
.modal__icon {
  background-color: #59595940;
}
.modal__user p {
  color: var(--tf-tc);
  font-weight: 500;
}
#now2-rank,
#next-rank {
  align-items: center;
}
.progress-wrapper .rank-icon,
.ranking .rank-icon {
  width: 50px !important;
  height: 50px !important;
}
.vip {
  justify-content: flex-end;
  aspect-ratio: 3/1;
  border-radius: 15px;
}
.vip__title,
.vip__text,
.vip__btn {
  display: none;
}
.vip:before {
  filter: none;
}
#body.lang--tr .vip:before {
  background: url('https://mobkcaj.github.io/assets/images/65cxfm8nbkr932pe.webp') center center/contain no-repeat;
}
#body.lang--en .vip:before {
  background: url('https://mobkcaj.github.io/assets/images/6djmgeuc8qxpf5yb.webp') center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .vip {
    aspect-ratio: 16/9;
  }
  #body.lang--tr .vip:before {
    background: url('https://mobkcaj.github.io/assets/images/rmwqnh6a7bpk3z29.webp') center center/contain no-repeat;
  }
  #body.lang--en .vip:before {
    background: url('https://mobkcaj.github.io/assets/images/sy86pvje9gwz7tq4.webp') center center/contain no-repeat;
  }
}
.ranking::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -120px;
  right: -120px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.1;
  transform: rotate(-20deg);
  transition: all 0.4s;
}
.ranking:hover::after {
  bottom: -100px;
  right: -100px;
  transform: rotate(-10deg);
  opacity: 0.2;
}
.ranking p {
  transition: all 0.4s;
}
.ranking:hover p {
  color: #babbc4;
}
.ranking.state-slug-classic::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/2PUIxjLbmKdfkXc5LV3VgsFmLfAHIOqm2WS1gdjZ.png');
}
.ranking.state-slug-bronzi::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/UHHPE63JaUaFrNwmunlAkc4x2EuVqlH5ihP4AuJ4.png');
}
.ranking.state-slug-bronzii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/jhP5DPwUak0OEt9vK2f7cOSLQdvHJl7OtF8vhyUi.png');
}
.ranking.state-slug-bronziii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/hvIecCKm7sR6q3fAwKpna2kgPglchk7QNdQxObiI.png');
}
.ranking.state-slug-silveri::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/GkAZXguX64rStHgT3uLox1BlshfiabzK0VtHPyeH.png');
}
.ranking.state-slug-silverii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/X5nfP2GE9nhLcFoCqDIWnKno2q3f9t4ADZ8cDOp1.png');
}
.ranking.state-slug-silveriii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/6ZCnKjGc7UuBWWjowbFaOb5n0OQ2SyksLuWZoMIi.png');
}
.ranking.state-slug-goldi::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/SA8UPMHuGikTYC7qcWo7VTtV2wztFC1R1fA4Nknw.png');
}
.ranking.state-slug-goldii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/G081tbn7VlaYS7ySlK8isgCq6w8uD9l6cTacgI2h.png');
}
.ranking.state-slug-goldiii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/312SjeJ2prRKmvoAR7HQu8u72Ftqnju9bGZtUr9c.png');
}
.ranking.state-slug-platinumi::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/th9iwpZpcZgas4elzYeUT6QJjmp6BXjdnhiKhlw9.png');
}
.ranking.state-slug-platinumii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/R3EatRIuwJ7Av72XpD4bEXgajpcHwDgROisEcH35.png');
}
.ranking.state-slug-platinumiii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/Ggr9L4IPlVK5F8m9uoCIUeHAdgy9O0WZAA6RaSIJ.png');
}
.ranking.state-slug-platinumiv::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/ukgSa8BIoXdQPpegvc0Mmcnju7g6YRss6w88DkZa.png');
}
.ranking.state-slug-platinumv::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/3srK25NQMnUwT4J24FrO1dRrzyPBKGNFM1gghAOZ.png');
}
.ranking.state-slug-diamondi::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/pFgz00nunUwxVPyzpeIx8utJsvAn1mjPk9enI2NE.png');
}
.ranking.state-slug-diamondii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/ete7zxYke20jWbMw6NHx2jOatS2fh2ShDpTuKTI9.png');
}
.ranking.state-slug-diamondiii::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/lLndqI2VtokDRKiZb9Yl7ySfP7pROukg7KD4ACkN.png');
}
.ranking.state-slug-diamondiv::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/lvkKoLL01t8ltMyDsucRa4RLYEzdfd3Tubx30ll6.png');
}
.ranking.state-slug-jack::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/aHSFQLk9DKzUzR94wcLBiJoWxbT5CRyIWHhxUwQx.png');
}
.ranking.state-slug-jackbom::after {
  background-image: url('https://vendor-provider.fra1.digitaloceanspaces.com/ebetlab/vip-states/nTRaQbwA4VntuzQ2gp3Qxuda7u5W8exG/lBr458pB0bQv8pLrVrXZgufGOFGav26KNetIjO1h.png');
}


/* Profile */
.accordion-benefits__card--silver .settings__container::before,
.accordion-benefits__card--gold .settings__container::before,
.accordion-benefits__card--rose .settings__container::before {
  content: ' Talep edilmediÄŸi sÃ¼rece bu alan zorunlu deÄŸildir.';
  color: var(--tf-active);
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .accordion-benefits__card--silver .settings__container::before,
  .accordion-benefits__card--gold .settings__container::before,
  .accordion-benefits__card--rose .settings__container::before {
    margin-top: 15px;
  }
}


/* Modals */
/*
#wallet-modal .form__note {
  font-size: 14px;
  background-color: var(--tf-active);
  color: var(--tf-tc);
  padding-top: 0;
  border-radius: 10px;
  margin-top: 30px;
  padding: 10px 15px !important;
  text-align: center;
  font-style: normal;
}
#wallet-modal .form__note:hover {
  background-color: #fff;
  color: #000;
}
*/
#wallet-modal .form__note {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-top: 30px;
  border-top: 1px solid var(--tf-border);
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: var(--tf-active);
  max-width: 528px;
  margin: auto;
  margin-top: 30px;
}
#wallet-modal .form__note::after {
  content: 'BÄ°LGÄ°LERÄ° DOÄRULA';
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  background: var(--tf-active-opacity);
  border-radius: 8px;
  border: 1px solid var(--tf-border);
  padding: 0 20px;
  color: var(--tf-tc);
  white-space: nowrap;
  font-weight: 500;
  line-height: 20px;
}
#wallet-modal .form__cellar {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  gap: 8px;
}
#deposit-modal .deposit__title {
  font-size: 12px;
}
/*
#wallet-modal .form__description {
  visibility: hidden;
}
#wallet-modal .form__description::after {
  content: 'Minimum Ã§ekim 100.00000000 TRY.';
  visibility: visible;
  display: block;
}
*/
#global-modal .modal-content {
  background-color: var(--tf-bg2);
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  border-radius: 20px;
}
#global-modal .modal__head {
  justify-content: end;
  padding-right: 0;
  margin-bottom: 10px;
}
#global-modal .modal__head::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background-color: var(--tf-tc2);
  border-radius: 999px;
  pointer-events: none;
}
#global-modal .modal__img {
  border-radius: 15px;
}
@media screen and (min-width: 1200px) {
  #signin-modal .modal__content {
    height: 548px;
  }
}
.custom-modal-content {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.howto-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.howto-button {
  padding: 10px 20px;
  background: linear-gradient(180deg, rgba(255, 64, 1, 0.2) 0%, rgba(255, 64, 1, 0.05) 100%);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  opacity: 0.5;
  font-size: 18px;
}
.howto-button.selected {
  opacity: 1;
  color: var(--tf-active);
}
.howto-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.howto-video iframe {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .custom-modal-content {
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
  .howto-buttons {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
  }
  .howto-button {
    padding: 6px 12px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    width: unset;
    flex: 1;
    white-space: nowrap;
    font-size: 16px;
  }
  .howto-video iframe {
    border-radius: 6px;
  }
}


/* Footer */
.conversion-wrapper {
  margin-top: 60px;
  justify-content: flex-start;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .conversion-wrapper {
    margin-top: 30px;
  }
}
.footer__accepted {
  padding: 20px;
  flex-wrap: nowrap;
  overflow-y: auto;
  gap: 20px;
  border-radius: 15px;
}
.footer__accepted li:before {
  display: none;
}
.footer__accepted li {
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 6px;
}
.instrument-icon-wrapper {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
}
.footer__logo {
  background: var(--tf-logo) no-repeat left center;
}


/* Buttons */
.section__view,
.tabs-nav__btn.active,
.table-wrap__select,
#custom-section-12 .spin-button,
#custom-section-10 .signup-button,
#custom-section-7 .back-button {
  border-color: var(--tf-active) !important;
  background: none !important;
  background-color: var(--tf-active-opacity) !important;
}
.section__view:hover,
.tabs-nav__btn.active:hover,
#custom-section-12 .spin-button:hover,
#custom-section-10 .signup-button:hover,
#custom-section-7 .back-button:hover {
  background-color: var(--tf-active) !important;
  color: var(--tf-tc) !important;
}
.table-wrap__select.ss-content {
  background-color: var(--tf-bg) !important;
}
.glow-on-hover {
  position: relative;
  z-index: 0;
  font-weight: 500;
}
.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(12px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 50s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 8px;
  opacity: 0.2;
}
.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.header-custom-button {
  background: linear-gradient(180deg, rgb(0 74 171) 0%, rgb(1 74 172 / 16%) 100%);
  height: 46px;
  gap: 10px;
  border-radius: 8px;
  font-weight: 500;
}
.header-custom-button:hover {
  color: var(--tf-active) !important;
}
.header__wallet-btn svg {
  display: none;
}
.header__wallet-btn::after {
  content: '\24';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 22px;
  color: var(--tf-tc) !important;
}
@media screen and (max-width: 600px) {
  .header-custom-button {
    display: none !important;
  }
}
.howto2-desktop {
  width: 150px;
}
.howto2-desktop i {
  font-size: 18px;
}
.howto2-desktop span {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1300px) {
  .header__wallet-dropdown {
    position: absolute;
    top: 0;
    right: 50px;
    width: 60px;
    overflow: hidden;
    pointer-events: none;
  }
  #dropdownWalet > div {
    position: relative;
  }
  #dropdownWalet > div::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, transparent, var(--tf-bg));
  }
  .header__wallet-btn {
    margin-left: 60px;
  }
  .header__wallet:hover .header__wallet-dropdown {
    position: unset;
    pointer-events: all;
    width: 174px;
    transition: width 0.1s ease-in-out;
  }
  .header__wallet:hover .header__wallet-btn {
    margin-left: unset;
  }
  .header__wallet:hover #dropdownWalet > div::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header__wallet:hover .header__wallet-dropdown {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .header__wallet:hover .header__wallet-dropdown {
    width: 150px;
  }
}


/* Home page custom. */
.page--home .section.pt-24,
.section.mini-slider {
  display: none !important;
}
.page--home .section.section--last {
  padding-bottom: 0;
}
.section.pt-24 .mySwiper,
.section.pt-24 .id-t-d,
.section.pt-24 .id-t-d+div {
  opacity: 0;
}


/* Promo page custom. */
.page--promo .nav-tabs .nav-item:nth-child(1) {
  display: none;
}


/* Tv page custom. */
.page--tv .section--first {
  padding: 0 !important;
}


/* Big wins page custom. */
.custom-bigwins {
  display: flex;
  gap: 40px;
  flex-wrap: wrap-reverse;
}
.custom-bigwins iframe {
  border-radius: 10px;
  flex: 1 1 25%;
  box-shadow: 0 0 0 6px var(--tf-active-opacity);
}
@media screen and (max-width: 768px) {
  .custom-bigwins {
    padding: 30px 20px;
    gap: 30px;
  }
}


/* General custom. */
@media screen and (max-width: 768px) {
  /*
  div[id*='comm100-'] {
    display: none !important;
  }
  */
}
@media screen and (min-width: 768px) {
  div[id*='comm100-'] iframe {
    display: block !important;
  }
  body.chat-active div[id*='comm100-'] {
    display: none !important;
  }
}


/* 0 */
.sidebar__menu.custom .icon {
  width: 24px;
}


/* 1 */
#custom-section-1 .swiper-button {
  background-color: #00000066;
  width: 54px;
  height: 54px;
  transition: all 0.1s;
}
#custom-section-1:hover .swiper-button {
  opacity: 1 !important;
}
#custom-section-1 .swiper-button::after {
  color: #fff;
  font-size: 22px;
  background-color: transparent !important;
}
#custom-section-1 .swiper-button-prev {
  left: 20px;
}
#custom-section-1 .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  #custom-section-1 .swiper-button {
    width: 44px;
    height: 44px;
  }
  #custom-section-1 .swiper-button::after {
    font-size: 18px;
  }
  #custom-section-1 .swiper-button-prev {
    left: 45px;
  }
  #custom-section-1 .swiper-button-next {
    right: 45px;
  }
}
#custom-section-1 .swiper-button-disabled {
  display: none;
}
#custom-section-1 .swiper-pagination-progressbar {
  background-color: var(--tf-active-opacity);
  height: 2px;
  width: 100% !important;
  padding: 0;
}
#custom-section-1 .swiper-pagination-progressbar-fill {
  background-color: var(--tf-active);
}
@media screen and (min-width: 768px) {
  #custom-section-1 .swiper-pagination {
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    border-radius: 999px;
    background-color: #00000066;
    bottom: 15px;
    display: flex;
  }
  #custom-section-1 .swiper-pagination {
    opacity: 0.25;
  }
  #custom-section-1:hover .swiper-pagination {
    opacity: 1;
  }
  #custom-section-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #custom-section-1 .swiper-pagination-bullet {
    background-color: var(--tf-active);
  }
}


/* 2 */
#custom-section-2 .landing {
  background: linear-gradient(to right, #ff40011a 25%, #ff400105);
}
#custom-section-2 .landing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-size: 20% !important;
  background: url('https://mobkcaj.github.io/assets/images/t4pe27vgd9w8nja3.webp');
  background-position: right !important;
  transform: rotate(-9deg) scale(1.8);
  filter: brightness(0.3);
  opacity: 0.1;
}
#custom-section-2 .progress-wrapper {
  margin: auto;
  max-width: 30vw !important;
  border: 2px solid var(--tf-tc2);
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  #custom-section-2 .progress-wrapper {
    max-width: calc(100% - 24px) !important;
  }
}
#custom-section-2 .card {
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  #custom-section-2 .landing {
    background: linear-gradient(to bottom, #ff40011a 30%, #ff400105);
  }
  #custom-section-2 .progress-wrapper {
    box-shadow: none !important;
  }
  #custom-section-2 .landing::before {
    background-size: 80% !important;
  }
}
@media screen and (min-width: 768px) {
  #custom-section-2 .card {
    max-width: 200px;
  }
}
#custom-section-2 .card:hover {
  transform: scale(0.96);
}


/* 4 */
#custom-section-4 .landing {
  background-color: var(--tf-bg2);
}
#custom-section-4 .landing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-size: cover !important;
  background-position: center !important;
  transform: rotate(-10deg) scale(1.6);
}
#custom-section-4 .landing.casino {
  background-color: #ff1744;
}
#custom-section-4 .landing.casino::before {
  background: url('https://mobkcaj.github.io/assets/images/pux96raqtbwz74ym.webp');
  opacity: 0.5;
}
#custom-section-4 .landing.sports {
  background-color: #003c8f;
}
#custom-section-4 .landing.sports::before {
  background: url('https://mobkcaj.github.io/assets/images/7ur4nmdv8639wpat.webp');
  opacity: 0.3;
}
#custom-section-4 .landing-inner {
  max-width: calc(100% - 380px);
}
#custom-section-4 .landing-button {
  font-weight: 500;
  padding: 12px 24px;
}
#custom-section-4 .landing.casino .landing-button {
  background-color: #9d1d35;
}
#custom-section-4 .landing.sports .landing-button {
  background-color: #0b2c60;
}
#custom-section-4 .details {
  background-color: #00000040;
}
#custom-section-4 .landing.casino .details::-webkit-scrollbar-track {
  background: transparent;
}
#custom-section-4 .landing.casino .details::-webkit-scrollbar-thumb {
  background: #ff1744;
}
#custom-section-4 .landing.sports .details::-webkit-scrollbar-track {
  background: transparent;
}
#custom-section-4 .landing.sports .details::-webkit-scrollbar-thumb {
  background: #003c8f;
}
@media screen and (min-width: 768px) {
  #custom-section-4 .icon-text {
    font-size: 1.25rem;
  }
}
#custom-section-4 .landing-image {
  aspect-ratio: 0.6933;
  right: 10px;
  height: calc(100% + 80px);
}
#custom-section-4 .landing-image-mobile {
  aspect-ratio: 0.6933;
}
@media screen and (max-width: 992px) {
  #custom-section-4 .landing-inner {
    max-width: 100%;
  }
  #custom-section-4 .landing-image-mobile {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #custom-section-4 .landing::before {
    transform: none;
    background-position: left !important;
  }
  #custom-section-4 .landing-image-mobile {
    height: 250px;
  }
  #custom-section-4 .item {
    flex: calc(50% - 2rem);
  }
  #custom-section-4 .details {
    overflow-x: hidden !important;
  }
  #custom-section-4 .icon-text {
    white-space: normal !important;
  }
  #custom-section-4 .landing-button {
    width: 100%;
  }
}


/* 5 */
#custom-section-5 .landing {
  background-color: var(--tf-active);
}
#custom-section-5 .landing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-size: cover !important;
  background: url('https://mobkcaj.github.io/assets/images/6wfm3xqhkdr4ejnc.webp');
  filter: brightness(0.6);
  background-position: center !important;
  transform: rotate(-10deg) scale(1.6);
}
#custom-section-5 .landing-inner {
  max-width: 1200px;
}
#custom-section-5 .crypto-slider {
  max-width: 325px;
}
@media screen and (max-width: 992px) {
  #custom-section-5 .crypto-slider {
    max-width: 225px;
  }
}
@media screen and (max-width: 768px) {
  #custom-section-5 .landing::before {
    transform: none;
    background-position: left !important;
  }
  #custom-section-5 .crypto-slider {
    max-width: 175px;
  }
}
#custom-section-5 .swiper-slide-shadow {
  display: none;
}
#custom-section-5 .details p {
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #custom-section-5 .second-text {
    font-size: 1rem !important;
  }
}


/* 6 */
#custom-section-6 .card-grid {
  height: 400px;
}
#custom-section-6 .card {
  flex: 33.333%;
  transition: all 0.2s;
}
#custom-section-6 .card:hover {
  flex: 0 0 600px;
}
@media screen and (max-width: 1600px) {
  #custom-section-6 .card-grid {
    height: 350px;
  }
  #custom-section-6 .card:hover {
    flex: 0 0 525px;
  }
}
@media screen and (max-width: 1400px) {
  #custom-section-6 .card-grid {
    height: 300px;
  }
  #custom-section-6 .card:hover {
    flex: 0 0 450px;
  }
}
@media screen and (max-width: 768px) {
  #custom-section-6 .card-grid {
    height: auto;
  }
  #custom-section-6 .card {
    max-height: 225px;
    aspect-ratio: 4/3;
  }
}


/* 7 */
#custom-section-7 .back-button {
  font-weight: 500;
  padding: 0 20px;
  height: 46px;
}


/* 8 */
#custom-section-8 .league {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  #custom-section-8 .league:hover {
    transform: scale(0.96);
  }
}


/* 9 */
#custom-section-9 .box {
  background-color: var(--tf-bg2);
}
#custom-section-9 .icon {
  width: 32px;
}
#custom-section-9 .icon-tournament {
  background: linear-gradient(-45deg, transparent, #1e90ff);
}
#custom-section-9 .icon-vip {
  background: linear-gradient(-45deg, transparent, #ffcc00);
}
#custom-section-9 .icon-promotion {
  background: linear-gradient(-45deg, transparent, #dc143c);
}
#custom-section-9 .icon-rtp {
  background: linear-gradient(-45deg, transparent, #228b22);
}
#custom-section-9 .box p {
  font-weight: 500;
}


/* 10 */
#custom-section-10 .signup-button {
  font-weight: 500;
  padding: 12px 24px;
}


/* 12 */
#custom-section-12 {
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  #custom-section-12 .landing {
    background: linear-gradient(to bottom, #ff40011a 25%, #ff400105);
  }
  #custom-section-12 .landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-size: 25% !important;
    background: url('https://mobkcaj.github.io/assets/images/t4pe27vgd9w8nja3.webp');
    background-position: right !important;
    transform: rotate(-9deg) scale(1.8);
    filter: brightness(0.3);
    opacity: 0.1;
  }
}
#custom-section-12 .chooser-inner {
  max-width: 500px;
  background-color: var(--tf-bg2);
}
#custom-section-12 .chooser-wrapper {
  max-height: 400px;
  background-color: var(--tf-bg);
}
#custom-section-12 .chooser-wrapper::before,
#custom-section-12 .chooser-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
}
#custom-section-12 .chooser-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, var(--tf-bg), transparent);
}
#custom-section-12 .chooser-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, var(--tf-bg), transparent);
}
#custom-section-12 .chooser-list {
  gap: 10px;
}
@keyframes slotAnimation {
  0% {
    transform: translateY(var(--list-height));
  }
  100% {
    transform: translateY(calc(-1 * var(--list-height)));
  }
}
#custom-section-12 .chooser-list.spin {
  animation: slotAnimation 0.5s linear infinite;
}
#custom-section-12 .chooser-item {
  aspect-ratio: 0.7415;
}
#custom-section-12 .chooser-list.spin .slot {
  pointer-events: none;
  filter: blur(1px);
}
#custom-section-12 .slot {
  margin-top: 0 !important;
}
#custom-section-12 .slot:hover {
  transform: none;
}
#custom-section-12 .slot__title::before {
  top: 50%;
  transform: translateY(-50%);
}
#custom-section-12 .chooser-border {
  content: '';
  width: calc(100% - 3rem);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px var(--tf-active), 0 0 18px var(--tf-active), inset 0 0 12px var(--tf-bg);
}
#custom-section-12 .spin-button {
  font-weight: 500;
  padding: 12px 24px;
}
#custom-section-12 .spin-button.disabled {
  pointer-events: none;
  opacity: 0.3;
}