































@property --bottom-sheet-open-animation-timing-function {
  syntax: "linear | ease | ease-in | ease-out | ease-in-out";
  initial-value: linear;
  inherits: false;
}
@property --bottom-sheet-close-animation-timing-function {
  syntax: "linear | ease | ease-in | ease-out | ease-in-out";
  initial-value: linear;
  inherits: false;
}
@property --bottom-sheet-open-animation-duration {
  syntax: "<time>";
  initial-value: 0.2s;
  inherits: false;
}
@property --bottom-sheet-close-animation-duration {
  syntax: "<time>";
  initial-value: 0.2s;
  inherits: false;
}
body {
  transition: opacity 0.2s ease-in;
}
#vt-lc-container,
#vt-lc-container * {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  float: none !important;
  white-space: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    sans-serif !important;
  line-height: normal !important;
  text-decoration: none !important;
  list-style: none !important;
}
#vt-lc-fab {
  z-index: 2147483646 !important;
  color: #fff !important;
  cursor: pointer !important;
  background: #01c583 !important;
  border: none !important;
  border-radius: 30px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  animation: 3s infinite vtPulse !important;
  display: flex !important;
  position: fixed !important;
  box-shadow: 0 4px 16px #01c58359 !important;
}
#vt-lc-fab:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 6px 24px #01c58373 !important;
}
#vt-lc-win {
  z-index: 2147483647 !important;
  opacity: 0 !important;
  background: #fff !important;
  border-radius: 16px !important;
  flex-direction: column !important;
  width: 380px !important;
  height: 580px !important;
  max-height: calc(100vh - 100px) !important;
  transition:
    opacity 0.3s,
    transform 0.3s !important;
  display: none !important;
  position: fixed !important;
  overflow: hidden !important;
  transform: translateY(20px) scale(0.97) !important;
  box-shadow:
    0 20px 60px #0000001f,
    0 0 0 1px #0000000d !important;
}
@media (width<=480px) {
  #vt-lc-win {
    border-radius: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    inset: 0 !important;
  }
}
#vt-lc-win .vth {
  color: #fff !important;
  background: #01c583 !important;
  gap: 12px !important;
  padding: 16px 18px !important;
}
#vt-lc-win .vth,
#vt-lc-win .vth-av {
  flex-shrink: 0 !important;
  align-items: center !important;
  display: flex !important;
  position: relative !important;
}
#vt-lc-win .vth-av {
  background: #fff3 !important;
  border-radius: 50% !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
}
#vt-lc-win .vth-info {
  flex: 1 !important;
  min-width: 0 !important;
}
#vt-lc-win .vth-t {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  overflow: hidden !important;
}
#vt-lc-win .vth-s {
  opacity: 0.85 !important;
  color: #fff !important;
  margin-top: 2px !important;
  font-size: 12px !important;
}
#vt-lc-win .vth-acts {
  gap: 5px !important;
  display: flex !important;
}
#vt-lc-win .vth-btn {
  color: #fff !important;
  cursor: pointer !important;
  background: #ffffff26 !important;
  border: none !important;
  border-radius: 8px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  transition: background 0.15s !important;
  display: flex !important;
}
#vt-lc-win .vth-btn:hover {
  background: #ffffff4d !important;
}
#vt-lc-win .vth-btn svg {
  width: 15px !important;
  height: 15px !important;
}
#vt-lc-win .vtb {
  background: #f7f8fa !important;
  flex-direction: column !important;
  flex: 1 !important;
  display: flex !important;
  overflow: hidden !important;
}
#vt-lc-win .vtpc {
  flex: 1 !important;
  padding: 14px 16px 10px !important;
  overflow-y: auto !important;
}
#vt-lc-win .vt-hdr-html,
#vt-lc-win .vt-hdr-html * {
  background: 0 0 !important;
}
#vt-lc-win .vt-hdr-html img {
  box-sizing: border-box !important;
  vertical-align: middle !important;
  border-radius: 6px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  display: inline-block !important;
}
#vt-lc-win .vt-hdr-html div {
  font-size: 0 !important;
}
#vt-lc-win .vt-hdr-html div * {
  font-size: 14px !important;
}
#vt-lc-win .vt-hdr-html a {
  text-decoration: none !important;
  display: inline-block !important;
}
#vt-lc-win .vtpc p {
  color: #6b7280 !important;
  margin-bottom: 20px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
#vt-lc-win .vtf {
  margin-bottom: 9px !important;
}
#vt-lc-win .vtf label {
  color: #374151 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 3px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  display: block !important;
}
#vt-lc-win .vtf select,
#vt-lc-win .vtf input {
  color: #111827 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 8px 11px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  transition:
    border 0.2s,
    box-shadow 0.2s !important;
}
#vt-lc-win .vtf select {
  -webkit-appearance: menulist !important;
  appearance: menulist !important;
  cursor: pointer !important;
  padding-right: 8px !important;
}
#vt-lc-win .vtf select:focus,
#vt-lc-win .vtf input:focus {
  border-color: #01c583 !important;
  box-shadow: 0 0 0 3px #01c5831a !important;
}
#vt-lc-win .vtf input::placeholder {
  color: #9ca3af !important;
}
#vt-lc-win .vtf .req {
  color: #ef4444 !important;
}
#vt-lc-win .vt-pcq {
  background: 0 0 !important;
  border: none !important;
  margin: 10px 0 !important;
  padding: 0 !important;
}
#vt-lc-win .vt-pcq-label {
  color: #111827 !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  display: block !important;
}
#vt-lc-win .vt-sbtn {
  color: #fff !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  background: #01c583 !important;
  border: none !important;
  border-radius: 10px !important;
  width: 100% !important;
  margin-top: 6px !important;
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  transition: all 0.15s !important;
  box-shadow: 0 2px 8px #01c58340 !important;
}
#vt-lc-win .vt-sbtn:hover {
  opacity: 0.92 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px #01c5834d !important;
}
#vt-lc-win .vt-sbtn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  transform: none !important;
}
#vt-lc-win .vtft {
  text-align: center !important;
  color: #d1d5db !important;
  background: #fff !important;
  flex-shrink: 0 !important;
  padding: 6px 12px !important;
  font-size: 10px !important;
}
@keyframes vtPulse {
  0% {
    box-shadow:
      0 4px 16px #01c58359,
      0 0 #01c5834d;
  }
  70% {
    box-shadow:
      0 4px 16px #01c58359,
      0 0 0 10px #0000;
  }
  to {
    box-shadow:
      0 4px 16px #01c58359,
      0 0 #0000;
  }
}
:root {
  --blue: #007bff;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
}
main,
header,
section,
footer {
  display: block;
}
body {
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin: 0;
  font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
h6,
h3 {
  margin-bottom: 0.5rem;
}
h6,
h3,
ul {
  margin-top: 0;
}
ul {
  margin-bottom: 1rem;
}
b {
  font-weight: bolder;
}
a {
  color: #007bff;
  background-color: #0000;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
label {
  margin-bottom: 0.5rem;
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
textarea {
  resize: vertical;
  overflow: auto;
}
[hidden] {
  display: none !important;
}
h6,
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.75rem;
}
h6 {
  font-size: 1rem;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (width>=576px) {
  .container {
    max-width: 540px;
  }
}
@media (width>=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width>=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width>=1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (width>=576px) {
  .container {
    max-width: 540px;
  }
}
@media (width>=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width>=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width>=1200px) {
  .container {
    max-width: 1140px;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
@media (width>=576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-center {
  align-items: center !important;
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
}
.container-sb div#sbc > div > div > div > div > div > div[class*="track"] {
  min-width: 100%;
}
html,
body {
  scroll-behavior: smooth;
}
.custom-popover {
  z-index: 10000;
  background: #525c66;
  border-radius: 15px;
  min-width: 100px;
  padding: 20px;
  position: absolute;
  box-shadow: 0 40px 50px #1c2126b3;
}
.isMobile .custom-popover {
  padding: 15px;
}
.custom-popover:before {
  content: "";
  border: 8px solid #0000;
  border-top-width: 0;
  border-bottom: 6px solid #525c66;
  width: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  top: -6px;
  right: 20px;
}
.footer-container .footer {
  background: #39414a;
  font-style: normal;
}
.footer-container .footer .f-t {
  height: 94px;
  box-shadow: 0 1px #a3a3a330;
}
.isMobile .footer-container .footer .f-t {
  display: none !important;
}
.footer-container .footer .f-m {
  padding: 40px 0;
}
.footer-container .footer .f-m .f-m-social {
  max-width: 120px;
}
.footer-container .footer .f-m .f-m-btn-chat {
  cursor: pointer;
  width: fit-content;
}
.footer-container .footer .f-m .f-m-left {
  width: 240px;
  font-size: 21px;
}
.footer-container .footer .f-m .f-m-left .m a {
  margin-bottom: 30px;
  display: block;
}
.footer-container .footer .f-m .f-m-left .f-s-15 {
  font-weight: 600;
}
.footer-container .footer .f-m .f-m-title {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
}
.footer-container .footer .f-m .f-m-links {
  font-size: 15px;
}
.footer-container .footer .f-m .f-m-links a {
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 24px;
}
.footer-container .footer .f-m .f-m-links .flex-column {
  padding-left: 7rem;
  box-shadow: -1px 0 #a3a3a330;
}
.footer-container .footer .f-m .f-m-links .flex-column:last-child {
  max-width: 320px;
}
.footer-container .footer .f-b {
  letter-spacing: 0;
  text-align: left;
  padding: 40px;
  font-size: 11px;
  font-weight: 400;
  line-height: 21px;
}
.isMobile .footer-container .footer .f-b {
  padding: 0;
}
.footer-container .footer .license img {
  max-width: unset !important;
}
body.isMobile .menu {
  white-space: nowrap;
  overflow-x: scroll;
}
.isMobile .menu {
  overflow: auto;
}
#component a {
  white-space: nowrap;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: relative;
}
#component a:hover:after {
  content: "";
  background: #ffde00;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
}
.lang-select a {
  text-transform: uppercase;
  border: 1px solid #858f99;
  border-radius: 5px;
  align-items: center;
  padding: 8px 14px;
  display: inline-flex;
}
.isMobile .lang-select a {
  margin-bottom: 10px;
}
.lang-select a + a {
  margin-left: 10px;
}
.isMobile .lang-select a + a {
  margin-left: 0;
}
.lang-select a.active,
.lang-select a:hover {
  background: #303840;
  border: 1px solid #00c683;
}
@keyframes animOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-expand {
  color: #fff;
  z-index: 2;
  background: linear-gradient(#1c2126, #303840 98.9%);
  width: 100%;
  padding: 150px 0 3rem;
  animation: 0.25s ease-in-out both animOpacity;
  display: none;
  position: absolute;
  top: 0;
}
.menu-expand .container .iner {
  justify-content: space-between;
  margin: 0 0 0 -60px;
  display: flex;
}
.menu-expand .colu .t {
  padding: 0 0 35px 60px;
  font-size: 20px;
}
.menu-expand .colu + .colu .coli {
  box-shadow: -1px 0 #a3a3a330;
}
.menu-expand .colu .coli {
  padding: 0 0 0 60px;
}
.menu-expand .colu .coli a {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.menu-expand .colu .coli a + a {
  margin-top: 22px;
}
.page-sportsbook .top-bg {
  z-index: 5;
  background-color: #1c2126;
  width: 100%;
  position: fixed;
}
.page-sportsbook .container-main {
  margin-top: 141px;
}
.page-sportsbook.isMobile .container-main {
  margin-top: 110px;
}
header {
  position: relative;
}
[class^="icon-"]:before {
  speak: never;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icon-pack;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
.icon-android:before {
  content: "";
}
.icon-apple:before {
  content: "";
}
.icon-bonus:before {
  content: "";
}
.icon-call:before {
  content: "";
}
.icon-casino-chip:before {
  content: "";
}
.icon-cekim:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-down-chevron:before {
  content: "";
}
.icon-espor:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-live:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-night-mode:before {
  content: "";
}
.icon-sanal:before {
  content: "";
}
.icon-soccer:before {
  content: "";
}
.icon-slot:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-tv:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-yatirim:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button:active,
button:focus,
button:hover,
a:active,
a:focus,
a:hover {
  color: currentColor;
  outline: none;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
h6,
p,
ul,
h3 {
  margin: 0;
}
iframe,
button {
  border: 0;
}
button,
ul {
  padding: 0;
}
ul {
  list-style: none;
}
textarea {
  resize: vertical;
}
.Main {
  background-color: #39414a;
  transition: all 0.3s;
}
.Main::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 4px #0000;
}
.Main::-webkit-scrollbar {
  background-color: #0000;
  height: 10px;
}
.Main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: transparent;
  background-color: #11193d;
  border-radius: 8px;
}
body {
  font-family: avertaCY, sans-serif;
}
body .container {
  padding-left: 20px;
  padding-right: 20px;
}
.Navtop {
  z-index: 99999;
  background-color: #323a42;
  border-bottom: 1px solid #4c5560;
  width: 100%;
  position: relative;
}
.Navtop-in {
  justify-content: space-between;
}
.Navtop-in,
.Navtop-left {
  align-items: center;
  display: flex;
}
.Navtop-left {
  padding-left: 20px;
  padding-right: 10px;
}
.Navtop-left .Dropdown-button-menu {
  height: 60px;
  padding-right: 5px;
}
.Navtop-left .Dropdown-button-menu i {
  color: #fff;
  font-size: 20px;
}
.Navtop-language {
  margin-right: 10px;
}
.Navtop-logo {
  max-width: 150px;
  margin-left: 15px;
}
.Navtop-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 25px;
}
.Navtop-right {
  flex-grow: 2;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  display: flex;
}
.Navtop-links {
  font-family: Montserrat, sans-serif;
}
.Navtop-links,
.Navtop-links a {
  align-items: center;
  display: flex;
}
.Navtop-links a {
  letter-spacing: -0.24px;
  text-align: center;
  color: #e5eaf0;
  border-left: 1px solid #4c5560;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  font-weight: 600;
}
.Navtop-links a i {
  font-size: 16px;
}
.Navtop-links a:first-child i {
  color: #a7b1bc;
}
.Navtop-links a:last-child i {
  color: #008758;
}
.Dropdown-button {
  background-color: #0000;
  transition: all 0.5s;
  position: relative;
}
.Dropdown-button:active,
.Dropdown-button:focus,
.Dropdown-button:hover {
  color: #fff;
}
.Dropdown-button:focus {
  color: #fff;
  transition: all 0.5s;
}
.Dropdown-button i {
  color: #fff;
  font-size: 22px;
  display: block;
}
.Dropdown-menu {
  color: #fff;
  z-index: 999;
  background-color: #262d33;
  padding-bottom: 30px;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
}
.Dropdown-menu-in {
  height: 100%;
  overflow-y: scroll;
}
.Menu {
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: all 0.3s;
  right: 0;
  transform: translate(-100px);
}
.Menu-head {
  padding: 45px 20px 35px;
  position: relative;
}
.Menu-close {
  color: #c2c8d9;
  background-color: #1f252b;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.Menu-top {
  z-index: 99;
  background-color: #262d33;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.Menu-top-logo:before {
  content: "";
  background-image: url('#');
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 165px;
  height: 24px;
  transition: all 0.5s;
  display: inline-block;
}
.Menu-login {
  background-color: #39424b;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 23px;
}
.Menu-login,
.Menu-login-left {
  align-items: center;
  display: flex;
}
.Menu-login-left h6 {
  color: #fff;
  flex-direction: column;
  margin-left: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
.Menu-login-left p {
  color: #00c683;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83;
}
.Menu-login-left span {
  color: #b9c0c8;
}
.Menu-mode {
  background-color: #0000;
  align-items: center;
  display: flex;
}
.Menu-mode i {
  color: #dbe1ea;
  margin-right: 8px;
  font-size: 20px;
}
.Menu-mode-in {
  background-color: #39424b;
  border: 1px solid #858f99;
  border-radius: 10px;
  width: 40px;
  height: 20px;
  display: block;
  position: relative;
}
.Menu-mode-in:before {
  content: "";
  background-color: #9ea8b2;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.Menu-support {
  justify-content: space-between;
  margin-top: 6px;
  display: flex;
}
.Menu-support a {
  background-color: #1b2125;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3px);
  height: 50px;
  font-weight: 600;
  display: flex;
}
.Menu-support a i {
  margin-right: 8px;
  font-size: 18px;
}
.Menu-support a:first-child i {
  color: #008758;
}
.Menu-support a:last-child i {
  color: #ffde00;
}
.Menu-finance {
  justify-content: space-between;
}
.Menu-finance,
.Menu-finance a {
  align-items: center;
  display: flex;
}
.Menu-finance a {
  border-style: solid;
  border-width: 1.4px;
  background-image: linear-gradient(#424b55, #424b55), linear-gradient(#525d6900, #525d69);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-image-source: linear-gradient(#525d6900, #525d69);
  border-image-slice: 1;
  border-radius: 8px;
  justify-content: space-around;
  width: calc(50% - 3px);
  height: 60px;
}
.Menu-finance a p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.Menu-finance a p span {
  color: #e7ebef;
  font-size: 12px;
  display: block;
}
.Menu-finance a i {
  font-size: 20px;
  position: relative;
}
.Menu-finance a i:after {
  content: " ";
  opacity: 0.8;
  filter: blur(20px);
  width: 38px;
  height: 8px;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.Menu-finance a:first-child i {
  color: #00c683;
}
.Menu-finance a:first-child i:after {
  background-color: #00c683;
  bottom: 0;
}
.Menu-finance a:last-child i {
  color: #ffde00;
}
.Menu-finance a:last-child i:after {
  background-color: #ffde00;
  top: 0;
}
.Menu-inner {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.Menu-inner:nth-of-type(2) {
  border-bottom: 1px solid #313a42;
  padding-bottom: 30px;
}
.Menu-inner .Navbottom-app {
  margin-top: 0;
}
.Menu-header {
  color: #ffde00;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.Menu-header,
.Menu-item {
  align-items: center;
  display: flex;
}
.Menu-item {
  color: #fff;
  border-radius: 12px;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
}
.Menu-item.active i {
  color: #ffde00;
}
.Menu-item:nth-of-type(odd) {
  background-color: #313a42;
}
.Menu-item a {
  width: 100%;
  height: 50px;
  padding: 0 20px;
}
.Menu-item a,
.Menu-item i {
  align-items: center;
  display: flex;
}
.Menu-item i {
  color: #bfc8d2;
  justify-content: center;
  margin-right: 20px;
  font-size: 20px;
}
.Menu-other a:before {
  content: "";
  background-color: #4a555e;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  transition: all 0.5s;
  display: inline-block;
}
.Navbottom-app {
  margin-top: 25px;
}
.Navbottom-app-in {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}
.Navbottom-app h3 {
  text-align: center;
  color: #b9c0c8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.57;
}
.Navbottom-app-item {
  background-image: url('#');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  width: calc(50% - 3px);
  height: 64px;
  display: flex;
}
.Navbottom-app-item span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}
.Navbottom-app-item i {
  color: #fff;
  font-size: 24px;
}
.Navbottom-app-item:hover {
  transition: all 0.5s;
  transform: scale(0.95);
}
.Navbottom-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.Navbottom-menu-head {
  text-align: left;
  color: #e0e5ef;
  background-color: #4a535c;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s;
  display: flex;
  position: relative;
}
.Navbottom-menu-head i {
  color: #9198ab;
  margin-left: auto;
  font-size: 6px;
}
.Navbottom-menu-head:focus,
.Navbottom-menu-head:hover {
  color: #fff;
}
.Navbottom-item {
  width: 100%;
}
.Navbottom-item ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.Navbottom-item li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.Navbottom-item li a {
  letter-spacing: -0.28px;
  color: #e0e5ef;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.5s;
  display: flex;
}
.Navbottom-item li a:before {
  content: "";
  border: 2px solid #85919d;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  transition: all 0.5s;
  display: inline-block;
}
.Navbottom-item li a:hover:before {
  background-color: #e1233d;
  transition: all 0.5s;
}
.Navbottom-item:last-child {
  margin-bottom: 0;
}
.Navbottom-social {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.Navbottom-social-in {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.Navbottom-social-item {
  color: #fff;
  border: 2px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 50px;
  font-size: 20px;
  transition: all 0.5s;
  display: flex;
}
.Navbottom-social-item:hover {
  color: #fff;
  border-color: #313a42;
  transition: all 0.5s;
}
.H_payment-in {
  background-color: #262d33;
  padding: 20px 0 20px 20px;
  display: flex;
  overflow-x: scroll;
}
.H_payment-item {
  margin-right: 20px;
}
.H_payment-item img {
  max-width: unset;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider,
.slick-list {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-prev,
.slick-next {
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #0000;
  background: 0 0;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}
.slick-slide {
  padding: 0;
}
:root {
  --primary-color: #008758;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
  font-family: AvertaCY, sans-serif;
}
body {
  text-rendering: geometricprecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: none;
}
body,
body #site {
  overflow-x: hidden;
}
body #site {
  background-color: #475059;
  background-image: url('#');
  background-position: top, top;
  background-repeat: repeat-x;
  min-height: 100%;
}
body #site.isMobile {
  overflow-x: unset;
}
body #site.modeDark {
  color: #fff;
  background-color: #38414a;
  background-image: url('#');
  background-repeat: no-repeat;
  background-size: auto, auto;
}
img {
  max-width: 100%;
}
a,
img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
*,
:focus {
  outline: none !important;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
a,
a:hover {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
svg:not([fill="none"]) {
  fill: none;
}
div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div::-webkit-scrollbar {
  display: none;
}
.cp {
  cursor: pointer;
}
.page-sportsbook .container-main {
  padding-top: 0;
}
#site.fab {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.btn-sal {
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 1px 20px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}
.btn-sal.green {
  background: #008758;
}
.btn-sal:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.isMobile .btn-sal {
  width: 100%;
}
@media (width>=1200px) {
  .container {
    max-width: 1200px;
  }
}
.flag-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
  width: 1.33333em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  position: relative;
}
.flag-icon.flag-icon-tr {
  background: url('#');
}
.flag-icon.flag-icon-gb {
  background: url('#');
}
.slick-arrow.slick-prev {
  z-index: 1;
  margin-left: 50px;
}
.slick-arrow.slick-next {
  z-index: 1;
  margin-right: 50px;
}
.sb__reset_input {
  background: initial;
  border: none;
  outline: none;
}
.sb__reset_link,
.sb__reset_link:hover {
  color: inherit;
  text-decoration: none;
}
* {
  --bahis-white-color: #fff;
  --bahis-green-color-0: #008758;
  --bahis-green-color-1: #00c683;
  --bahis-red-color-0: #ff0248;
  --bahis-red-color-1: #e0002d;
  --bahis-yellow-color-0: #ffde00;
  --pannosign-font: pannosign, sans-serif;
  --bahis-grey-color-3: #6f7882;
  --bahis-grey-color-14: #111517;
  --text-color-primary: #fff;
  --text-color-additional: #ffffffe6;
  --text-color-background: #ffffffb3;
  --bet-builder-icon-color: #34ceff;
  --quick-bet-accent: #ff0751;
  --royal-blue: #2e58f2;
  --candlelight: #ffcb11;
  --white: #fff;
  --color-0: #1c2126;
  --color-1: #262d33;
  --color-2: #2c343b;
  --color-3: #39414a;
  --color-4: #475059;
  --color-6: #6c7680;
  --color-11: #69747d;
  --color-21: #414b55;
  --color-24: #323a42;
  --bahis-border-color: #424a53;
  --letters-color: #fff;
  --letters-color-rgba: #ffffffb3;
  --underscore-color: #ffde00;
  --bahis-odd-color: #4a535c;
  --system-select-color: #59636c;
  --font-size-additional: 12px;
  --font-weight-additional: 400;
  --event-row-index: 4;
  --bottom-menu-z-index: 1000;
  --outcome-width: 100%;
  --text: var(--text-color-primary);
  --sports-border-color: var(--color-4);
  --secondary-border-color: var(--sports-border-color);
  box-sizing: border-box;
  min-width: auto;
}
.mobile-app--LU2ln {
  min-height: calc(100dvh - 53px);
}
::-webkit-scrollbar {
  display: none;
}
.main-container--hJ1GW {
  background: var(--color-4);
}
.flex--jS_yQ {
  display: flex;
}
.align-items-center--T_Jq7 {
  align-items: center;
}
.checkbox--zIbhv {
  color: var(--text);
  -moz-column-gap: 8px;
  justify-content: center;
  column-gap: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.square--MANjP {
  --checkbox-border-radius: 6px;
}
.checkbox--vw3Af {
  background: var(--checkbox-background, var(--white));
  border: 1px solid var(--checkbox-border-color, var(--secondary-border-color));
  border-radius: var(--checkbox-border-radius, 100%);
  cursor: pointer;
  height: var(--checkbox-size, 24px);
  min-height: var(--checkbox-size, 24px);
  min-width: var(--checkbox-size, 24px);
  width: var(--checkbox-size, 24px);
  justify-content: center;
  align-items: center;
  display: flex;
}
.wrapper--vVcrc {
  display: flex;
}
.wrapper--vVcrc svg {
  width: 100%;
  height: 100%;
}
.wrapper--vVcrc svg g {
  clip-path: none;
}
.icon--YOLWd {
  transition: all 0.2s;
  display: flex;
}
.expanded--eYWnJ {
  transform: rotate(180deg);
}
.ellipsis--edQLR {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.stake--SbYiK {
  border: 1px solid var(--bahis-grey-color-3);
  border-radius: var(--stake-border-radius, 5px);
  height: var(--stake-height, 31px);
  width: var(--stake-width, 137px);
  grid-template-columns: min-content minmax(0, auto) min-content;
  align-items: center;
  padding: 0 4px;
  display: grid;
}
.stake-input--fsQi1 {
  color: var(--letters-color);
  cursor: text;
  text-align: center;
  min-width: 0;
}
.minus--f_A7w,
.plus--iV0cC {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #0000;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}
.minus--f_A7w {
  background-image: image-set(
    "../assets/sportsbook/66e62c4ae6168e2b.png" 1x,
    "../assets/sportsbook/cae62321d1cbe394.png" 2x
  );
}
@media (hover: hover) {
  .minus--f_A7w:hover {
    opacity: 0.7;
  }
}
.plus--iV0cC {
  background-image: image-set(
    "../assets/sportsbook/03ea76c99cb3f087.png" 1x,
    "../assets/sportsbook/5af7dc24159f9f61.png" 2x
  );
}
@media (hover: hover) {
  .plus--iV0cC:hover {
    opacity: 0.7;
  }
}
.ellipsis--Z23bR {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.button--JfNkn {
  align-items: var(--button-align-items, center);
  border-radius: var(--button-border-radius, 10px);
  color: var(--letters-color);
  display: var(--button-display, flex);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--button-font-weight, 600);
  height: var(--button-height, 48px);
  justify-content: var(--button-justify-content, center);
  text-align: center;
  text-transform: capitalize;
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.button--JfNkn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.button--JfNkn.wide--rVVC9 {
  width: 100%;
}
@media (hover: hover) {
  .button--JfNkn:hover:not(:disabled) {
    opacity: 0.8;
  }
}
.brand--CHJng {
  background: var(--bahis-green-color-0);
}
.tooltip-wrapper--rgzjU {
  min-width: 0;
  position: relative;
}
.bet-builder-icon--h4pdQ {
  color: var(--bet-builder-icon-color, var(--blue, #345bd0));
}
.initial--GvPoS {
  visibility: hidden !important;
  position: absolute !important;
}
.after-load--JB2BE {
  visibility: initial;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}
.base--3N15C,
.time-wrapper--JZw2w {
  width: 100%;
  height: 100%;
}
.time-wrapper--JZw2w {
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  display: flex;
}
.minute-wrapper--JikAW {
  text-align: center;
  width: 42px;
}
.minute--uv6Ic {
  min-width: 25px;
  margin-right: 8px;
  font-size: 18px;
  line-height: 26px;
}
.minute--uv6Ic,
.scope--cXJJy {
  color: var(--letters-color);
}
.scope--cXJJy {
  opacity: 0.7;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}
.live-icon--qMBUn {
  background: var(--bahis-red-color-1);
  color: var(--bahis-white-color);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 33px;
  height: 14px;
  font-family: Gilroy, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  transform: skew(-10deg);
}
.title--l0Yez {
  transform: skew(10deg);
}
.scroll--RHizo {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-x;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.scroll-inner--vo2b7 {
  scrollbar-width: none;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  overflow: auto hidden;
}
.scroll-inner--vo2b7 a {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.scroll-inner--vo2b7::-webkit-scrollbar {
  display: none;
}
.track--WfLne {
  align-items: var(--track-align, center);
  min-width: 100%;
  display: flex;
}
.track-wrapper--G3Vxy {
  width: max-content;
}
.container--l2yKd {
  background: var(--color-4);
  gap: 30px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 10px;
  overflow: auto hidden;
}
.container--l2yKd,
.item--y1tgK {
  align-items: center;
  display: flex;
  position: relative;
}
.item--y1tgK {
  color: var(--bahis-white-color);
  cursor: pointer;
  letter-spacing: -0.48px;
  text-align: left;
  gap: 8px;
  max-width: 300px;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.item--y1tgK.active--hfeTq:before {
  background: var(--bahis-yellow-color-0);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.icon-container--tVnP5 {
  background: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}
.icon--avpsD {
  background-size: contain;
  width: 16px;
  height: 16px;
}
.main-icon--_Y3mf {
  background: url(../assets/sportsbook/b50525c8adc5a9a4.png) 0 0 / contain;
}
.bottom-navigation-menu--UjHfh {
  background-color: var(--color-24);
  height: calc(
    var(--bottom-menu-height) +
      max(var(--tma-min-bottom-inset, 0px), env(safe-area-inset-bottom) + var(--tg-viewport-safe-area-inset-bottom, 0px))
  );
  padding-bottom: env(safe-area-inset-bottom);
  width: 100%;
  z-index: var(--bottom-menu-z-index);
  justify-content: space-between;
  align-items: center;
  list-style: none;
  display: flex;
  position: sticky;
  bottom: -0.5px;
}
.button--xoRia {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}
.button--xoRia.no-padding--YbTyp {
  padding: 0;
}
.search-icon--YCk2v {
  background-image: image-set(
    "../assets/sportsbook/d59ce1c48c110646.png" 1x,
    "../assets/sportsbook/e229680eb2b091b4.png" 2x
  );
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.bet-slip-button--RN0n6 {
  background-color: var(--underscore-color);
  border: 3px solid var(--color-3);
  box-sizing: border-box;
  color: var(--color-3);
  letter-spacing: -0.02em;
  z-index: 10;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: -19px;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}
.picks-number--wXssD {
  color: var(--system-select-color);
  font-family: var(--pannosign-font);
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  transform: rotate(-45deg);
}
.nav-icon--WCpvI {
  width: 20px;
  height: 20px;
}
.nav-burger-dark--D0DfC {
  background-image: image-set(
    "../assets/sportsbook/606036618072b150.png" 1x,
    "../assets/sportsbook/5b96cf50a8c50430.png" 2x
  );
}
.nav-burger-dark--D0DfC,
.live-dark--TG3xN {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.live-dark--TG3xN {
  background-image: image-set(
    "../assets/sportsbook/adf57207e7a92265.png" 1x,
    "../assets/sportsbook/8af41808600067e8.png" 2x
  );
}
.dark-all--oP5h0 {
  background-image: image-set(
    "../assets/sportsbook/94ed67d171371d0c.png" 1x,
    "../assets/sportsbook/02e3ed4c7e46f2e8.png" 2x
  );
}
.dark-all--oP5h0,
.login-dark--xF5EJ {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.login-dark--xF5EJ {
  background-image: image-set(
    "../assets/sportsbook/b9b77f7ea9497291.png" 1x,
    "../assets/sportsbook/f47b810baeee984a.png" 2x
  );
}
.row-container--Cy6PX {
  padding-bottom: 4px;
}
.row--ZRuP0 {
  background: var(--color-3);
  z-index: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.content--hUD_7 {
  grid-gap: 10px;
  z-index: var(--event-row-index);
  grid-template-columns: 80px minmax(0, auto) min-content min-content min-content;
  align-items: center;
  gap: 10px;
  padding: 2px 8px;
  display: grid;
  position: relative;
}
.live--AT30c {
  grid-template-columns: 66px minmax(0, auto) min-content min-content min-content;
}
.date--HrkPl {
  color: var(--letters-color-rgba);
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}
.start-time--_9OuB {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.start-time--_9OuB,
.start-date--xWkWy {
  color: var(--letters-color);
}
.start-date--xWkWy {
  opacity: 0.7;
  font-size: 12px;
  line-height: 20px;
}
.live-date--oC4bO {
  color: var(--bahis-red-color-0);
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.live-icon-class--zK6zW {
  margin: 5px 0 0 1px;
}
.markets-container--DFv1s {
  --outcome-width: 52px;
  --outcome-min-width: 52px;
  --outcome-height: 44px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100%;
  display: flex;
  position: relative;
}
.live-block--w9eyM,
.prelive-block--bVmbP {
  --buttons-width: 36px;
  --buttons-height: 36px;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: flex;
}
.favourite-button--XQcuE {
  background: var(--color-2);
  cursor: pointer;
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--buttons-width);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media (hover: hover) {
  .favourite-button--XQcuE:hover {
    opacity: 0.7;
  }
}
.video--EoPmz {
  background: var(--color-1);
  color: var(--letters-color);
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  width: var(--buttons-width);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-icon--dO5F2 {
  background-image: image-set(
    "../assets/sportsbook/b711478b99d58011.png" 1x,
    "../assets/sportsbook/0b65fe8adfd68f84.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.bet-builder-icon--Zda1j {
  background: var(--color-2);
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  width: var(--buttons-width);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.bet-builder-icon--Zda1j.disabled--gRDew {
  opacity: 0.5;
}
.stats-button--UVobo {
  background: var(--color-2);
  color: var(--letters-color);
  cursor: pointer;
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  width: var(--buttons-width);
  z-index: 100;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.stats-button--UVobo.disabled--gRDew {
  opacity: 0.5;
}
@media (hover: hover) {
  .stats-button--UVobo:not(.disabled--gRDew):hover {
    opacity: 0.7;
  }
}
.dark-stats--o_9k7 {
  background-image: image-set(
    "../assets/sportsbook/3319664e50260c9c.png" 1x,
    "../assets/sportsbook/88172abffd69cd74.png" 2x
  );
  background-size: contain;
  width: 20px;
  height: 20px;
}
.teams--pbfbI {
  color: var(--letters-color);
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  overflow: hidden;
}
.name-and-icon--hFeMl,
.team-logo--fT8sQ {
  align-items: center;
  display: flex;
}
.team-logo--fT8sQ {
  border: 1px solid var(--bahis-border-color);
  border-radius: 100%;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.team-logo--fT8sQ img {
  max-width: 20px;
  max-height: 20px;
  padding-top: 1px;
}
.team--ONOqk {
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  display: flex;
}
.teams-and-score-wrapper--Fa6wJ {
  grid-gap: 4px;
  grid-template-columns: minmax(0, auto) min-content min-content;
  align-items: center;
  gap: 4px;
  display: grid;
}
.live-teams--_azWi {
  font-size: 15px;
  line-height: 22px;
}
.live-teams--_azWi,
.scores--aHk5L {
  color: var(--letters-color);
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  display: flex;
}
.scores--aHk5L {
  box-sizing: content-box;
  align-items: center;
  width: 38px;
  min-width: 38px;
  padding-right: 4px;
  font-size: 18px;
  line-height: 26px;
}
.score--Dkefd {
  text-align: right;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 16px;
}
.total-markets--MdkLw {
  background: var(--color-2);
  color: var(--letters-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  font-family: PannoSign, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}
.total-markets-text--wIb8b {
  transition: all 0.4s 0.3s;
  position: absolute;
}
.total-markets-arrow-container--aqdyx {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  display: flex;
}
.arrow--RI785 {
  background-color: #0000;
  background-image: image-set(
    "../assets/sportsbook/617425b31adaa122.png" 1x,
    "../assets/sportsbook/68844398b54466cf.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
@media (hover: hover) {
  .row--ZRuP0:hover:not(
      .row--ZRuP0:has(
        .statistics-container--wiw90:hover,
        .favourite-container--Tqugq:hover,
        .markets-container--DFv1s:hover,
        .stats-button--UVobo:hover
      )
    )
    .total-markets-text--wIb8b {
    opacity: 0;
  }
  .row--ZRuP0:hover:not(
      .row--ZRuP0:has(
        .statistics-container--wiw90:hover,
        .favourite-container--Tqugq:hover,
        .markets-container--DFv1s:hover,
        .stats-button--UVobo:hover
      )
    )
    .total-markets-arrow-container--aqdyx {
    opacity: 1;
  }
}
.cell--lc6nT {
  height: var(--outcome-height, 48px);
  min-width: var(--outcome-min-width, 48px);
  width: var(--outcome-width, 48px);
}
.cell--lc6nT,
.empty-odds--Q3pQC {
  justify-content: center;
  align-items: center;
  display: flex;
}
.empty-odds--Q3pQC {
  background: var(--color-21);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}
.empty-odds--Q3pQC:before {
  content: "";
  background-image: image-set(
    "../assets/sportsbook/d49ad13053527cab.png" 1x,
    "../assets/sportsbook/92166eedb01b0579.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 19px;
  position: absolute;
}
.odds-name--bFVjH {
  color: var(--text-color-background);
  font-size: var(--font-size-additional);
  font-weight: var(--font-weight-additional);
  line-height: 14px;
}
.odds--Ztf95 {
  background: var(--bahis-odd-color);
  color: var(--letters-color);
  cursor: pointer;
  font-family: var(--pannosign-font);
  letter-spacing: -0.02em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  position: relative;
}
@media (hover: hover) {
  .odds--Ztf95:hover:not(.quick-bet-enable--x8Y0Z, .locked--i7BJO, .active--gTmoc):before {
    background: var(--market-hover-underline, var(--bahis-green-color-1));
    content: "";
    width: calc(100% - 8px);
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 4px;
  }
  .odds--Ztf95:hover:not(.quick-bet-enable--x8Y0Z, .quick-bet-background--_s73m, .locked--i7BJO, .active--gTmoc) {
    background: var(--market-hover-background, var(--bahis-odd-color));
    color: var(--market-hover-color, var(--letters-color));
  }
  .odds--Ztf95:hover:not(.quick-bet-enable--x8Y0Z, .quick-bet-background--_s73m, .locked--i7BJO, .active--gTmoc) .odds-name--bFVjH {
    color: var(--market-hover-color, var(--text-color-background));
  }
}
.empty--e3c7B {
  color: var(--color-11);
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider,
.slick-list {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-prev,
.slick-next {
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev,
.slick-prev:focus,
.slick-prev:hover,
.slick-next,
.slick-next:focus,
.slick-next:hover {
  color: #0000;
  background: 0 0;
  outline: none;
}
.slick-prev:focus:before,
.slick-prev:hover:before,
.slick-next:focus:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "→";
}
.navigation--DBTFu {
  grid-gap: var(--padding-s-horizontal);
  background: var(--home-page-2-surface-background-global);
  gap: var(--padding-s-horizontal);
  grid-template-columns: repeat(3, minmax(0, 1fr)) min-content min-content;
  display: grid;
}
.link--jIrER {
  background: var(--home-page-2-surface-general-navigation);
  border-radius: var(--border-radius-s);
  color: var(--home-page-2-text-primary);
  cursor: pointer;
  min-width: 0;
  height: 36px;
  padding: 0 var(--padding-xs-horizontal);
  transition: var(--home-page-2-navigation-transition, 0.2s ease-in-out);
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (hover: hover) {
  .link--jIrER:hover {
    opacity: 0.8;
  }
}
.icon-button--rM9NB {
  background: var(--home-page-2-surface-general-navigation);
  border-radius: var(--border-radius-s);
  color: var(--home-page-2-text-primary);
  cursor: pointer;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: var(--home-page-2-navigation-transition, 0.2s ease-in-out);
  justify-content: center;
  align-items: center;
  width: 36px;
  display: flex;
}
@media (hover: hover) {
  .icon-button--rM9NB:hover {
    opacity: 0.8;
  }
}
.text--NCH2W {
  font-weight: var(--home-page-2-font-weight-general-navigation, 400);
  text-transform: capitalize;
  min-width: 0;
}
.icon--wnjuK {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.icon--wnjuK,
.widget--AylWy {
  display: flex;
  position: relative;
}
.widget--AylWy {
  cursor: pointer;
  background: #0d0d1a;
  border-radius: 16px;
  flex-direction: column;
  font-family:
    Google Sans Flex,
    sans-serif;
  overflow: hidden;
}
.widget--AylWy,
.widget--AylWy:after {
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.widget--AylWy:after {
  border-radius: inherit;
  content: "";
  pointer-events: none;
  z-index: 2;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px #0000;
}
@media (hover: hover) {
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) {
    box-shadow: 0 0 20px #fff3;
  }
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)):after {
    box-shadow: inset 0 0 0 1px #fff6;
  }
}
.bg-svg--c1k1P {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.bg-strip-left--sWNFf,
.bg-strip-right--mMC6V,
.bg-circle-yellow--Jd9CC,
.bg-strip-teal--ZVf9t,
.bg-circle-red--Cu78K,
.bg-circle-blue--LITZ7 {
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) .bg-circle-yellow--Jd9CC {
    transform: translate(-11px, -6px);
  }
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) .bg-circle-blue--LITZ7 {
    transform: translate(10px, -7px);
  }
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) .bg-circle-red--Cu78K {
    transform: translate(-8px, 8px);
  }
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) .bg-strip-left--sWNFf {
    transform: translate(-8px);
  }
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) .bg-strip-right--mMC6V {
    transform: translate(4px);
  }
  .widget--AylWy:hover:not(:has(.footer--shk1x:hover)) .bg-strip-teal--ZVf9t {
    transform: translate(6px);
  }
}
.header--IiAoQ {
  z-index: 1;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
  position: relative;
}
.header-icon--VimWQ {
  background: 0 0;
  border-radius: 10px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: relative;
}
@media (width<=1023px) {
  .header-icon--VimWQ {
    background: #28292c;
  }
}
.header-icon--VimWQ img {
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-title--_ASiD {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  overflow: hidden;
}
.body--_nAD_ {
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  padding: 16px;
}
.timeline-track--P3y1W {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  height: 12px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.timeline-dot--IjSaf {
  background: #fff9;
  border-radius: 8px;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transition:
    background 0.2s,
    outline 0.2s;
  position: relative;
}
.timeline-dot-done--JDdj2 {
  background: #fff;
}
.timeline-dot-active--FpOES {
  outline-offset: 0;
  background: #fff;
  outline: 3px solid #ffffff59;
}
.timeline-label--Nn9vc {
  color: #fff9;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%);
}
.timeline-label-first--iQshD {
  left: 0;
  transform: translate(0);
}
.timeline-label-last--D_LQm {
  left: 100%;
  transform: translate(-100%);
}
.timeline-label-active--FrS66 {
  color: #fff;
}
.timeline-segment--Gtvsx {
  background: #fff9;
  border-radius: 9999px;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
}
.timeline-segment-fill--dE2DU {
  background: #fff;
  border-radius: 9999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-btn--uWCzN {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition:
    background 0.15s,
    color 0.15s;
  display: flex;
  transform: rotate(180deg);
}
.icon-btn--uWCzN svg {
  width: 24px;
  height: 24px;
}
.scroll--Suf2j {
  height: fit-content;
  position: relative;
  overflow: hidden;
}
@keyframes shadow-appear--YQt7L {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.right-shadow--MW3n9:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  width: 35px;
  height: 100%;
  animation: 0.2s ease-out forwards shadow-appear--YQt7L;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, transparent, var(--home-page-2-carousel-right-shadow));
  right: -1px;
}
.track--pTlCa {
  gap: var(--padding-xs-horizontal);
}
.top-event-container--uoQCi {
  flex-shrink: 0;
}
.compact-top-event--gc4sN {
  border: 1px solid var(--home-page-2-border-background);
  min-width: 320px;
  transition: var(--home-page-2-top-events-transition, all 0.15s ease-in);
  border-radius: 12px;
  width: 320px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .compact-top-event--gc4sN:hover {
    border-color: var(--home-page-2-border-accent);
  }
}
.picture-container--x2AGC {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.picture--CYeT1 {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.picture--CYeT1,
.shadow--sau6c {
  width: 100%;
  height: 100%;
}
.shadow--sau6c {
  background: radial-gradient(circle, var(--home-page-2-shadow-80-background) 0, var(--home-page-2-shadow-95-background) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .compact-top-event--gc4sN:hover .shadow--sau6c {
    background: radial-gradient(circle, var(--home-page-2-shadow-75-background) 0, var(--home-page-2-shadow-90-background) 100%);
  }
}
.compact-top-event-content--eDOpu {
  flex-direction: column;
  gap: 12px;
  width: 288px;
  margin: 0 2px;
  display: flex;
  position: relative;
}
.first-line--tfIqr {
  grid-gap: 12px;
  color: var(--home-page-2-text-additional-inverse);
  grid-template-columns: minmax(0, auto) fit-content(100%);
  gap: 12px;
  font-size: 10px;
  font-weight: 400;
  display: grid;
}
.event-parent--OkN6j {
  grid-gap: 3px;
  grid-template-columns: min-content fit-content(100%) min-content fit-content(100%);
  align-items: center;
  gap: 3px;
  display: grid;
}
.event-parent-text--Vf1_c {
  min-width: 0;
  font-weight: 500;
  position: relative;
}
.start-time--eO5nM {
  color: var(--home-page-2-text-background-inverse);
  min-width: 0;
  padding-top: 2px;
}
.second-line--IJkYW {
  grid-gap: 12px;
  grid-template-columns: fit-content(100%) fit-content(100%);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: grid;
}
.team-one-container--pKy6P,
.team-two-container--H6Ng_ {
  grid-gap: 2px;
  grid-template-columns: min-content fit-content(100%);
  align-items: center;
  gap: 2px;
  display: grid;
}
.team-two-container--H6Ng_ {
  grid-template-columns: fit-content(100%) min-content;
}
.team-icon-wrapper--DLwAS {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}
.team-icon--QloqR {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.team-name--qBoz3 {
  color: var(--home-page-2-text-primary-inverse);
  min-width: 0;
  font-size: 12px;
  font-weight: 500;
}
@media (hover: hover) {
  .top-event-container--uoQCi:hover .team-name--qBoz3 {
    text-decoration: underline;
  }
}
.third-line--hlwB4 {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}
.variables--XxLpD {
  --slide-transition: var(--home-page-2-hot-combos-slide-transition, 0.2s all ease-in-out 0.2s);
  --hot-combos-amount: 2;
  --hot-combos-row-height-idle: 49px;
  --hot-combos-row-height-active: 51px;
  --hot-combos-row-height-diff: calc(var(--hot-combos-row-height-active) - var(--hot-combos-row-height-idle));
}
.widget-container--pxznz {
  gap: var(--padding-xs-vertical);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
.widget-container--pxznz .slick-arrow {
  display: none !important;
}
.header-title-with-expand--KD4ZH {
  cursor: pointer;
  grid-gap: var(--padding-xs-horizontal);
  background: var(--home-page-2-surface-header);
  border-radius: var(--border-radius-m);
  width: 100%;
  height: 36px;
  color: var(--home-page-2-icon-hot-combos);
  align-items: center;
  gap: var(--padding-xs-horizontal);
  padding: 0 var(--padding-m-horizontal);
  grid-template-columns: min-content minmax(0, auto) min-content;
  display: grid;
}
.expanded--ZUyHK {
  border-radius: var(--border-radius-m) var(--border-radius-m) 0 0;
}
.header-title--nVzsK {
  color: var(--home-page-2-text-header);
  justify-self: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.hot-combos-icon--ewSNU {
  color: var(--home-page-2-icon-hot-combos);
  padding: 1px;
}
.header-icon--pDrQi {
  color: var(--home-page-2-text-header);
}
.hot-combo-card--ntsmG {
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  display: flex;
}
.slider-container--qBWor {
  position: relative;
}
.hot-combo-container--B9igP {
  gap: var(--padding-xs-vertical);
  opacity: 0.1;
  padding: calc(var(--hot-combos-amount) * var(--hot-combos-row-height-diff) / 2) calc(var(--padding-m-horizontal) / 2);
  transition: var(--slide-transition);
  flex-direction: column;
  display: flex;
}
.active-hot-combo-container--YNkuT {
  opacity: 1;
  padding: 0 calc(var(--padding-m-horizontal) / 2);
}
.outcome-content--hnkQR {
  background: var(--home-page-2-surface-background);
  border-radius: var(--border-radius-m);
  align-items: center;
  gap: var(--padding-m-horizontal);
  height: var(--hot-combos-row-height-idle);
  min-width: 0;
  padding: var(--padding-m-vertical) var(--padding-m-horizontal);
  transition: var(--slide-transition);
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.active-hot-combo-container--YNkuT .outcome-content--hnkQR {
  height: var(--hot-combos-row-height-active);
}
.event-link--A822t {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  display: flex;
}
.outcome-item-first-row--Xc3Hw {
  align-items: center;
  gap: var(--padding-xs-vertical);
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  display: flex;
}
.participants-text-wrapper--WgO5D {
  color: var(--home-page-2-text-additional);
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}
.participants-text--yJmSb {
  border-bottom: 1px solid #0000;
  padding-top: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
@media (hover: hover) {
  .event-link--A822t:hover .participants-text--yJmSb {
    border-bottom: 1px solid var(--home-page-2-text-additional);
  }
}
.event-status--_85xh {
  color: var(--home-page-2-text-additional);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  min-width: 80px;
  padding-top: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}
.outcome-item-second-row--CLdN4 {
  align-items: center;
  gap: var(--padding-m-horizontal);
  min-width: 0;
  display: flex;
}
.event-outcome-name--WOjX4 {
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
.event-outcome-name--WOjX4,
.event-market-name--C4HQg {
  color: var(--home-page-2-text-primary);
  font-style: normal;
}
.event-market-name--C4HQg {
  padding-top: 2px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}
.coefficient-cell--aD8F8 {
  border-inline-start: 1px dashed var(--home-page-2-border-background);
  color: var(--home-page-2-text-primary);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
}
.coefficient-status--KI33G {
  position: absolute;
  top: 22px;
  right: 5px;
}
.navigation-dots-scroll--I68cR {
  min-width: 0;
  padding: var(--padding-xs-vertical) 0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}
.navigation-dots--HvbtA {
  align-items: center;
  gap: var(--padding-m-horizontal);
  justify-content: center;
  display: flex;
}
.navigation-dot-item--GMchi {
  border: 1px solid var(--home-page-2-border-dot);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.navigation-dot-item--GMchi.active--ZxeRz {
  background: var(--home-page-2-surface-dot-active);
  border: 1px solid var(--home-page-2-border-dot-active);
}
.bottom-content--mIANZ {
  background-color: var(--home-page-2-surface-background);
  border-radius: var(--border-radius-m);
  gap: var(--padding-m-vertical);
  flex-direction: column;
  width: 100%;
  display: flex;
}
.footer--cbA_U {
  --stake-border-radius: var(--border-radius-xl);
  --stake-width: 100%;
  --stake-height: 36px;
  grid-template-columns: minmax(0, 0.5fr) var(--padding-m-horizontal) minmax(0, 1fr);
  padding: 0 var(--padding-m-horizontal) var(--padding-m-horizontal);
  grid-template-rows: 100%;
  align-items: center;
  display: grid;
}
.total-stake-and-return--BkbpT {
  gap: var(--padding-m-vertical);
  flex-direction: column;
  display: flex;
}
.bottom-row--R9oCA {
  color: var(--home-page-2-text-primary);
  min-width: 0;
  padding: 0 var(--padding-m-horizontal);
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}
.bottom-row-left-part--fGTed {
  grid-gap: var(--padding-xs-horizontal);
  align-items: center;
  gap: var(--padding-xs-horizontal);
  grid-template-columns: minmax(0, 1fr) min-content;
  display: grid;
}
.payout-container--tiJ33 {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}
.boosted-payout-container--MdSLg {
  color: var(--home-page-2-surface-quick-bet-text, var(--home-page-2-surface-quick-bet));
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}
.coefficient-container--cVGEE {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}
.boosted-coefficient-container--BBZX2 {
  color: var(--home-page-2-surface-quick-bet-text, var(--home-page-2-surface-quick-bet));
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}
.total-coefficient--KSxL7,
.payout--LoK_r {
  color: var(--home-page-2-text-additional);
  text-decoration: line-through;
}
.combo-boost-row--Omnk5 {
  border: 1px solid var(--home-page-2-border-comboboost);
  border-radius: var(--border-radius-m) var(--border-radius-m) 0 0;
  padding: var(--padding-m-vertical) var(--padding-m-horizontal);
  background: 0 0;
  position: relative;
  overflow: hidden;
}
.combo-boost-text--fVDcn {
  color: var(--home-page-2-surface-comboboost);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.combo-boost-label--JiCiP {
  background: var(--home-page-2-surface-comboboost);
  border-bottom-left-radius: var(--border-radius-m);
  color: var(--home-page-2-text-comboboost);
  padding: 2px 4px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget-container--pxznz .place-bet-button--aErJ1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.2s;
  display: flex;
  border-radius: var(--border-radius-xl) !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 4px !important;
}
.widget-container--pxznz .place-bet-button--aErJ1:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.widget-container--pxznz .place-bet-button--aErJ1:not(:disabled):hover {
  opacity: 0.8;
}
.live-icon--Vyhqa {
  background: #f53f3f;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation-name: pulse--Mi5zq;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes pulse--Mi5zq {
  0% {
    box-shadow: 0 0 #f53f3f4d;
  }
  to {
    box-shadow: 0 0 0 5px #f53f3f4d;
  }
}
.live-container--yZBcf {
  overflow: hidden;
}
.header--OFLJL {
  grid-gap: var(--padding-xs-horizontal);
  background: var(--home-page-2-surface-header);
  border-radius: var(--border-radius-m) var(--border-radius-m) 0 0;
  align-items: center;
  gap: var(--padding-xs-horizontal);
  width: 100%;
  height: 36px;
  padding: 0 var(--padding-m-horizontal);
  border-bottom: 1px solid #0000;
  grid-template-columns: min-content minmax(0, auto) fit-content(100%);
  display: grid;
}
.header--OFLJL,
.header-text--QRISv {
  color: var(--home-page-2-text-header);
}
.header-text--QRISv {
  text-align: left;
  min-width: 0;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.content-container--IrOzL {
  display: block;
}
.content-additional-gap--jELCI {
  padding-top: var(--padding-xs-vertical);
}
.events--DWI1_ {
  display: block;
}
.sports--S2Giy {
  padding: var(--padding-xs-vertical) 0;
  position: relative;
  overflow: hidden;
}
.sports-track--pm5oS {
  gap: var(--padding-xs-horizontal);
}
.sport-container--otgKE {
  flex-shrink: 0;
}
.sport--z7YEL {
  cursor: pointer;
  grid-gap: var(--padding-m-horizontal);
  background: var(--home-page-2-surface-background);
  border-radius: var(--border-radius-xl);
  color: var(--home-page-2-text-primary);
  align-items: center;
  gap: var(--padding-m-horizontal);
  height: 36px;
  padding: 0 var(--padding-l-horizontal);
  grid-template-columns: min-content minmax(0, auto);
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: relative;
}
@media (hover: hover) {
  .sport--z7YEL:hover {
    opacity: 0.8;
  }
}
@keyframes shadow-appear--NIdtr {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.right-shadow--i7dPD:after {
  content: "";
  pointer-events: none;
  z-index: 2;
  width: 40px;
  height: 100%;
  animation: 0.2s ease-out forwards shadow-appear--NIdtr;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, transparent, var(--home-page-2-carousel-right-shadow));
  right: -1px;
}
.sport-name--sYFdO {
  text-transform: capitalize;
}
.sport-icon--qsnFO {
  display: block;
}
.sport-selected--bEcZw {
  background: var(--home-page-2-surface-selected-sport);
  color: var(--home-page-2-text-selected-sport);
}
.link-container--YIIr_ {
  padding: 0 var(--padding-m-horizontal);
}
.link-container--YIIr_,
.link--wWU_x {
  justify-content: center;
  display: flex;
}
.link--wWU_x {
  background: var(--home-page-2-surface-additional);
  color: var(--home-page-2-text-primary);
  border-radius: 20px;
  align-items: center;
  min-width: 0;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
}
@media (hover: hover) {
  .link--wWU_x:hover {
    opacity: 0.8;
  }
}
.link-count--I9sDc {
  border: 1px solid var(--home-page-2-border-header);
  border-radius: var(--border-radius-m);
  color: var(--home-page-2-text-header);
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}
@media (hover: hover) {
  .link-count--I9sDc:hover {
    opacity: 0.8;
  }
}
.count--wj66V {
  color: var(--home-page-2-text-header-accent);
}
.featured-icon--u85p1,
.live-icon--KvTSN,
.upcoming-icon--jlIgS {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}
.upcoming-icon--jlIgS {
  color: var(--home-page-2-icon-upcoming);
}
.featured-icon--u85p1 {
  color: var(--home-page-2-icon-featured);
}
.variables--5dtlx {
  --top-leagues-item-width: 94px;
  --top-leagues-item-height: 76px;
  --top-leagues-hover-shift: 4px;
  --top-leagues-item-img-size: 25px;
}
.scroll--Io2K1 {
  height: fit-content;
  position: relative;
  overflow: hidden;
}
@keyframes shadow-appear--jKCGV {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.right-shadow--VXrZ_:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  width: 40px;
  height: 100%;
  animation: 0.2s ease-out forwards shadow-appear--jKCGV;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, transparent, var(--home-page-2-carousel-right-shadow));
  right: -1px;
}
.top-leagues-container--pjyec {
  grid-auto-flow: column;
  grid-template-rows: var(--top-leagues-item-height);
  grid-column-gap: var(--padding-xs-horizontal);
  -moz-column-gap: var(--padding-xs-horizontal);
  column-gap: var(--padding-xs-horizontal);
  padding-bottom: var(--top-leagues-hover-shift);
  display: grid;
}
.top-league--pabci {
  background: var(--home-page-2-surface-background);
  border-radius: var(--border-radius-m);
  grid-template-columns: 100%;
  grid-template-rows: calc(var(--top-leagues-item-img-size) + 14px) minmax(0, auto);
  min-width: var(--top-leagues-item-width);
  padding: var(--padding-m-vertical) var(--padding-m-vertical);
  transition: var(--home-page-2-top-league-transition, 0.1s all ease-in-out);
  width: var(--top-leagues-item-width);
  place-items: center;
  display: grid;
}
.top-league-icon-container--yx3Zy {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-league-icon-container--yx3Zy,
.top-league-img--GiekA {
  height: var(--top-leagues-item-img-size);
  width: var(--top-leagues-item-img-size);
}
.top-league-img--GiekA {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-size: contain;
}
.top-league-name--XYDK3 {
  cursor: pointer;
  text-align: center;
  text-overflow: ellipsis;
  width: calc(100% - var(--padding-m-vertical));
  -webkit-line-clamp: 2;
  color: var(--home-page-2-text-primary);
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
}
@media (hover: hover) {
  .top-league--pabci:hover {
    transform: translateY(var(--top-leagues-hover-shift));
  }
}
.variables--CMzfv {
  --home-page-2-surface-background: var(--color-3);
  --home-page-2-text-primary: var(--text-color-primary);
  --home-page-2-text-additional: var(--text-color-additional);
  --home-page-2-surface-background-global: var(--color-4);
  --home-page-2-surface-general-navigation: var(--color-2);
  --home-page-2-icon-hot-combos: var(--bahis-yellow-color-0);
  --home-page-2-border-background: var(--color-4);
  --home-page-2-surface-header: var(--color-3);
  --home-page-2-text-header: var(--text-color-primary);
  --home-page-2-surface-comboboost: var(--bahis-green-color-1);
  --home-page-2-border-comboboost: var(--bahis-green-color-1);
  --home-page-2-text-comboboost: var(--bahis-grey-color-14);
  --home-page-2-surface-quick-bet: var(--quick-bet-accent);
  --home-page-2-border-dot: var(--color-2);
  --home-page-2-border-dot-active: var(--bahis-green-color-0);
  --home-page-2-surface-dot-active: var(--bahis-green-color-0);
  --home-page-2-shadow-75-background: transparent;
  --home-page-2-shadow-80-background: transparent;
  --home-page-2-shadow-90-background: transparent;
  --home-page-2-shadow-95-background: transparent;
  --home-page-2-text-primary-inverse: var(--text-color-primary);
  --home-page-2-text-additional-inverse: var(--text-color-additional);
  --home-page-2-text-background-inverse: var(--text-color-background);
  --home-page-2-border-accent: var(--bahis-green-color-1);
  --home-page-2-surface-selected-sport: var(--color-3);
  --home-page-2-text-selected-sport: var(--text-color-primary);
  --home-page-2-icon-upcoming: var(--royal-blue);
  --home-page-2-icon-featured: var(--candlelight);
  --home-page-2-border-header: var(--color-4);
  --home-page-2-text-header-accent: var(--bahis-green-color-1);
  --home-page-2-surface-additional: var(--color-3);
}
[data-mobile="false"] .variables--CMzfv {
  --home-page-2-carousel-right-shadow: var(--color-4);
}
.widgets-container--wosyv {
  width: 100%;
  min-width: 0;
}
.widgets--U5MqW {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-width: 0;
  height: max-content;
  display: flex;
}
.search-icon--trt8U {
  background-color: #0000;
  background-image: image-set(
    "../assets/sportsbook/d59ce1c48c110646.png" 1x,
    "../assets/sportsbook/e229680eb2b091b4.png" 2x
  );
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.compact-top-event--sgAse {
  border-color: var(--color-3);
}
.background--hN3W2 {
  background: var(--color-3);
}
.live-container--xQJzD {
  --home-page-2-surface-header: var(--color-2);
}
.header--sDQLE {
  position: relative;
}
.header--sDQLE:before {
  background-color: var(--color-6);
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.header-text--sKpdr {
  padding-top: 0;
}
.content-container--UjQkY {
  background-color: var(--color-2);
  border-radius: 0 0 var(--border-radius-m) var(--border-radius-m);
  padding: 0 var(--padding-m-horizontal) var(--padding-xs-vertical);
}
.sports--YQjrn {
  padding: 0;
}
.sport--x1U1p {
  gap: var(--padding-xs-horizontal);
  background: 0 0;
  padding: 0;
}
.sports-track--zdLtl {
  gap: 16px;
}
.sport-selected--iDFEP {
  position: relative;
}
.sport-selected--iDFEP:before {
  background: var(--bahis-yellow-color-0);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.events--iCC7s {
  padding-top: var(--padding-s-vertical);
}
[data-mobile="false"] .right-shadow--ZckM4 {
  --home-page-2-carousel-right-shadow: var(--color-2);
}
.navigation-dot-item--ifZic {
  border-color: var(--color-2);
}


/* === live.php extra === */






























@property --bottom-sheet-open-animation-timing-function {
  syntax: "linear | ease | ease-in | ease-out | ease-in-out";
  initial-value: linear;
  inherits: false;
}
@property --bottom-sheet-close-animation-timing-function {
  syntax: "linear | ease | ease-in | ease-out | ease-in-out";
  initial-value: linear;
  inherits: false;
}
@property --bottom-sheet-open-animation-duration {
  syntax: "<time>";
  initial-value: 0.2s;
  inherits: false;
}
@property --bottom-sheet-close-animation-duration {
  syntax: "<time>";
  initial-value: 0.2s;
  inherits: false;
}
body {
  transition: opacity 0.2s ease-in;
}
:root {
  --blue: #007bff;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
}
main,
header,
section,
footer {
  display: block;
}
body {
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin: 0;
  font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
h6,
h3 {
  margin-bottom: 0.5rem;
}
h6,
h3,
ul {
  margin-top: 0;
}
ul {
  margin-bottom: 1rem;
}
b {
  font-weight: bolder;
}
a {
  color: #007bff;
  background-color: #0000;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
label {
  margin-bottom: 0.5rem;
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
select,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
textarea {
  resize: vertical;
  overflow: auto;
}
[hidden] {
  display: none !important;
}
h6,
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.75rem;
}
h6 {
  font-size: 1rem;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (width>=576px) {
  .container {
    max-width: 540px;
  }
}
@media (width>=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width>=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width>=1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (width>=576px) {
  .container {
    max-width: 540px;
  }
}
@media (width>=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width>=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width>=1200px) {
  .container {
    max-width: 1140px;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
@media (width>=576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-center {
  align-items: center !important;
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
}
.container-sb div#sbc > div > div > div > div > div > div[class*="track"] {
  min-width: 100%;
}
html,
body {
  scroll-behavior: smooth;
}
.custom-popover {
  z-index: 10000;
  background: #525c66;
  border-radius: 15px;
  min-width: 100px;
  padding: 20px;
  position: absolute;
  box-shadow: 0 40px 50px #1c2126b3;
}
.isMobile .custom-popover {
  padding: 15px;
}
.custom-popover:before {
  content: "";
  border: 8px solid #0000;
  border-top-width: 0;
  border-bottom: 6px solid #525c66;
  width: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  top: -6px;
  right: 20px;
}
.footer-container .footer {
  background: #39414a;
  font-style: normal;
}
.footer-container .footer .f-t {
  height: 94px;
  box-shadow: 0 1px #a3a3a330;
}
.isMobile .footer-container .footer .f-t {
  display: none !important;
}
.footer-container .footer .f-m {
  padding: 40px 0;
}
.footer-container .footer .f-m .f-m-social {
  max-width: 120px;
}
.footer-container .footer .f-m .f-m-btn-chat {
  cursor: pointer;
  width: fit-content;
}
.footer-container .footer .f-m .f-m-left {
  width: 240px;
  font-size: 21px;
}
.footer-container .footer .f-m .f-m-left .m a {
  margin-bottom: 30px;
  display: block;
}
.footer-container .footer .f-m .f-m-left .f-s-15 {
  font-weight: 600;
}
.footer-container .footer .f-m .f-m-title {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
}
.footer-container .footer .f-m .f-m-links {
  font-size: 15px;
}
.footer-container .footer .f-m .f-m-links a {
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 24px;
}
.footer-container .footer .f-m .f-m-links .flex-column {
  padding-left: 7rem;
  box-shadow: -1px 0 #a3a3a330;
}
.footer-container .footer .f-m .f-m-links .flex-column:last-child {
  max-width: 320px;
}
.footer-container .footer .f-b {
  letter-spacing: 0;
  text-align: left;
  padding: 40px;
  font-size: 11px;
  font-weight: 400;
  line-height: 21px;
}
.isMobile .footer-container .footer .f-b {
  padding: 0;
}
.footer-container .footer .license img {
  max-width: unset !important;
}
body.isMobile .menu {
  white-space: nowrap;
  overflow-x: scroll;
}
.isMobile .menu {
  overflow: auto;
}
#component a {
  white-space: nowrap;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: relative;
}
#component a:hover:after {
  content: "";
  background: #ffde00;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
}
.lang-select a {
  text-transform: uppercase;
  border: 1px solid #858f99;
  border-radius: 5px;
  align-items: center;
  padding: 8px 14px;
  display: inline-flex;
}
.isMobile .lang-select a {
  margin-bottom: 10px;
}
.lang-select a + a {
  margin-left: 10px;
}
.isMobile .lang-select a + a {
  margin-left: 0;
}
.lang-select a.active,
.lang-select a:hover {
  background: #303840;
  border: 1px solid #00c683;
}
@keyframes animOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-expand {
  color: #fff;
  z-index: 2;
  background: linear-gradient(#1c2126, #303840 98.9%);
  width: 100%;
  padding: 150px 0 3rem;
  animation: 0.25s ease-in-out both animOpacity;
  display: none;
  position: absolute;
  top: 0;
}
.menu-expand .container .iner {
  justify-content: space-between;
  margin: 0 0 0 -60px;
  display: flex;
}
.menu-expand .colu .t {
  padding: 0 0 35px 60px;
  font-size: 20px;
}
.menu-expand .colu + .colu .coli {
  box-shadow: -1px 0 #a3a3a330;
}
.menu-expand .colu .coli {
  padding: 0 0 0 60px;
}
.menu-expand .colu .coli a {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.menu-expand .colu .coli a + a {
  margin-top: 22px;
}
.page-sportsbook .top-bg {
  z-index: 5;
  background-color: #1c2126;
  width: 100%;
  position: fixed;
}
.page-sportsbook .container-main {
  margin-top: 141px;
}
.page-sportsbook.isMobile .container-main {
  margin-top: 110px;
}
header {
  position: relative;
}
[class^="icon-"]:before {
  speak: never;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icon-pack;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
.icon-android:before {
  content: "";
}
.icon-apple:before {
  content: "";
}
.icon-bonus:before {
  content: "";
}
.icon-call:before {
  content: "";
}
.icon-casino-chip:before {
  content: "";
}
.icon-cekim:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-down-chevron:before {
  content: "";
}
.icon-espor:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-live:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-night-mode:before {
  content: "";
}
.icon-sanal:before {
  content: "";
}
.icon-soccer:before {
  content: "";
}
.icon-slot:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-tv:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-yatirim:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button:active,
button:focus,
button:hover,
a:active,
a:focus,
a:hover {
  color: currentColor;
  outline: none;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
h6,
p,
ul,
h3 {
  margin: 0;
}
iframe,
button {
  border: 0;
}
button,
ul {
  padding: 0;
}
ul {
  list-style: none;
}
textarea {
  resize: vertical;
}
.Main {
  background-color: #39414a;
  transition: all 0.3s;
}
.Main::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 4px #0000;
}
.Main::-webkit-scrollbar {
  background-color: #0000;
  height: 10px;
}
.Main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: transparent;
  background-color: #11193d;
  border-radius: 8px;
}
body {
  font-family: avertaCY, sans-serif;
}
body .container {
  padding-left: 20px;
  padding-right: 20px;
}
.Navtop {
  z-index: 99999;
  background-color: #323a42;
  border-bottom: 1px solid #4c5560;
  width: 100%;
  position: relative;
}
.Navtop-in {
  justify-content: space-between;
}
.Navtop-in,
.Navtop-left {
  align-items: center;
  display: flex;
}
.Navtop-left {
  padding-left: 20px;
  padding-right: 10px;
}
.Navtop-left .Dropdown-button-menu {
  height: 60px;
  padding-right: 5px;
}
.Navtop-left .Dropdown-button-menu i {
  color: #fff;
  font-size: 20px;
}
.Navtop-language {
  margin-right: 10px;
}
.Navtop-logo {
  max-width: 150px;
  margin-left: 15px;
}
.Navtop-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 25px;
}
.Navtop-right {
  flex-grow: 2;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  display: flex;
}
.Navtop-links {
  font-family: Montserrat, sans-serif;
}
.Navtop-links,
.Navtop-links a {
  align-items: center;
  display: flex;
}
.Navtop-links a {
  letter-spacing: -0.24px;
  text-align: center;
  color: #e5eaf0;
  border-left: 1px solid #4c5560;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  font-weight: 600;
}
.Navtop-links a i {
  font-size: 16px;
}
.Navtop-links a:first-child i {
  color: #a7b1bc;
}
.Navtop-links a:last-child i {
  color: #008758;
}
.Dropdown-button {
  background-color: #0000;
  transition: all 0.5s;
  position: relative;
}
.Dropdown-button:active,
.Dropdown-button:focus,
.Dropdown-button:hover {
  color: #fff;
}
.Dropdown-button:focus {
  color: #fff;
  transition: all 0.5s;
}
.Dropdown-button i {
  color: #fff;
  font-size: 22px;
  display: block;
}
.Dropdown-menu {
  color: #fff;
  z-index: 999;
  background-color: #262d33;
  padding-bottom: 30px;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
}
.Dropdown-menu-in {
  height: 100%;
  overflow-y: scroll;
}
.Menu {
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: all 0.3s;
  right: 0;
  transform: translate(-100px);
}
.Menu-head {
  padding: 45px 20px 35px;
  position: relative;
}
.Menu-close {
  color: #c2c8d9;
  background-color: #1f252b;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.Menu-top {
  z-index: 99;
  background-color: #262d33;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.Menu-top-logo:before {
  content: "";
  background-image: url('#');
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 165px;
  height: 24px;
  transition: all 0.5s;
  display: inline-block;
}
.Menu-login {
  background-color: #39424b;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 23px;
}
.Menu-login,
.Menu-login-left {
  align-items: center;
  display: flex;
}
.Menu-login-left h6 {
  color: #fff;
  flex-direction: column;
  margin-left: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
.Menu-login-left p {
  color: #00c683;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83;
}
.Menu-login-left span {
  color: #b9c0c8;
}
.Menu-mode {
  background-color: #0000;
  align-items: center;
  display: flex;
}
.Menu-mode i {
  color: #dbe1ea;
  margin-right: 8px;
  font-size: 20px;
}
.Menu-mode-in {
  background-color: #39424b;
  border: 1px solid #858f99;
  border-radius: 10px;
  width: 40px;
  height: 20px;
  display: block;
  position: relative;
}
.Menu-mode-in:before {
  content: "";
  background-color: #9ea8b2;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.Menu-support {
  justify-content: space-between;
  margin-top: 6px;
  display: flex;
}
.Menu-support a {
  background-color: #1b2125;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3px);
  height: 50px;
  font-weight: 600;
  display: flex;
}
.Menu-support a i {
  margin-right: 8px;
  font-size: 18px;
}
.Menu-support a:first-child i {
  color: #008758;
}
.Menu-support a:last-child i {
  color: #ffde00;
}
.Menu-finance {
  justify-content: space-between;
}
.Menu-finance,
.Menu-finance a {
  align-items: center;
  display: flex;
}
.Menu-finance a {
  border-style: solid;
  border-width: 1.4px;
  background-image: linear-gradient(#424b55, #424b55), linear-gradient(#525d6900, #525d69);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-image-source: linear-gradient(#525d6900, #525d69);
  border-image-slice: 1;
  border-radius: 8px;
  justify-content: space-around;
  width: calc(50% - 3px);
  height: 60px;
}
.Menu-finance a p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.Menu-finance a p span {
  color: #e7ebef;
  font-size: 12px;
  display: block;
}
.Menu-finance a i {
  font-size: 20px;
  position: relative;
}
.Menu-finance a i:after {
  content: " ";
  opacity: 0.8;
  filter: blur(20px);
  width: 38px;
  height: 8px;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.Menu-finance a:first-child i {
  color: #00c683;
}
.Menu-finance a:first-child i:after {
  background-color: #00c683;
  bottom: 0;
}
.Menu-finance a:last-child i {
  color: #ffde00;
}
.Menu-finance a:last-child i:after {
  background-color: #ffde00;
  top: 0;
}
.Menu-inner {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.Menu-inner:nth-of-type(2) {
  border-bottom: 1px solid #313a42;
  padding-bottom: 30px;
}
.Menu-inner .Navbottom-app {
  margin-top: 0;
}
.Menu-header {
  color: #ffde00;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.Menu-header,
.Menu-item {
  align-items: center;
  display: flex;
}
.Menu-item {
  color: #fff;
  border-radius: 12px;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
}
.Menu-item.active i {
  color: #ffde00;
}
.Menu-item:nth-of-type(odd) {
  background-color: #313a42;
}
.Menu-item a {
  width: 100%;
  height: 50px;
  padding: 0 20px;
}
.Menu-item a,
.Menu-item i {
  align-items: center;
  display: flex;
}
.Menu-item i {
  color: #bfc8d2;
  justify-content: center;
  margin-right: 20px;
  font-size: 20px;
}
.Menu-other a:before {
  content: "";
  background-color: #4a555e;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  transition: all 0.5s;
  display: inline-block;
}
.Navbottom-app {
  margin-top: 25px;
}
.Navbottom-app-in {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}
.Navbottom-app h3 {
  text-align: center;
  color: #b9c0c8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.57;
}
.Navbottom-app-item {
  background-image: url('#');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  width: calc(50% - 3px);
  height: 64px;
  display: flex;
}
.Navbottom-app-item span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}
.Navbottom-app-item i {
  color: #fff;
  font-size: 24px;
}
.Navbottom-app-item:hover {
  transition: all 0.5s;
  transform: scale(0.95);
}
.Navbottom-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.Navbottom-menu-head {
  text-align: left;
  color: #e0e5ef;
  background-color: #4a535c;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s;
  display: flex;
  position: relative;
}
.Navbottom-menu-head i {
  color: #9198ab;
  margin-left: auto;
  font-size: 6px;
}
.Navbottom-menu-head:focus,
.Navbottom-menu-head:hover {
  color: #fff;
}
.Navbottom-item {
  width: 100%;
}
.Navbottom-item ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.Navbottom-item li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.Navbottom-item li a {
  letter-spacing: -0.28px;
  color: #e0e5ef;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.5s;
  display: flex;
}
.Navbottom-item li a:before {
  content: "";
  border: 2px solid #85919d;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  transition: all 0.5s;
  display: inline-block;
}
.Navbottom-item li a:hover:before {
  background-color: #e1233d;
  transition: all 0.5s;
}
.Navbottom-item:last-child {
  margin-bottom: 0;
}
.Navbottom-social {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.Navbottom-social-in {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.Navbottom-social-item {
  color: #fff;
  border: 2px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 50px;
  font-size: 20px;
  transition: all 0.5s;
  display: flex;
}
.Navbottom-social-item:hover {
  color: #fff;
  border-color: #313a42;
  transition: all 0.5s;
}
.H_payment-in {
  background-color: #262d33;
  padding: 20px 0 20px 20px;
  display: flex;
  overflow-x: scroll;
}
.H_payment-item {
  margin-right: 20px;
}
.H_payment-item img {
  max-width: unset;
}
:root {
  --primary-color: #008758;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
  font-family: AvertaCY, sans-serif;
}
body {
  text-rendering: geometricprecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: none;
}
body,
body #site {
  overflow-x: hidden;
}
body #site {
  background-color: #475059;
  background-image: url('#');
  background-position: top, top;
  background-repeat: repeat-x;
  min-height: 100%;
}
body #site.isMobile {
  overflow-x: unset;
}
body #site.modeDark {
  color: #fff;
  background-color: #38414a;
  background-image: url('#');
  background-repeat: no-repeat;
  background-size: auto, auto;
}
img {
  max-width: 100%;
}
a,
img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
*,
:focus {
  outline: none !important;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
a,
a:hover {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
svg:not([fill="none"]) {
  fill: none;
}
div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div::-webkit-scrollbar {
  display: none;
}
.cp {
  cursor: pointer;
}
.page-sportsbook .container-main {
  padding-top: 0;
}
#site.fab {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.btn-sal {
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 1px 20px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}
.btn-sal.green {
  background: #008758;
}
.btn-sal:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.isMobile .btn-sal {
  width: 100%;
}
@media (width>=1200px) {
  .container {
    max-width: 1200px;
  }
}
.flag-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
  width: 1.33333em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  position: relative;
}
.flag-icon.flag-icon-tr {
  background: url('#');
}
.flag-icon.flag-icon-gb {
  background: url('#');
}
#vt-lc-container,
#vt-lc-container * {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  float: none !important;
  white-space: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    sans-serif !important;
  line-height: normal !important;
  text-decoration: none !important;
  list-style: none !important;
}
#vt-lc-fab {
  z-index: 2147483646 !important;
  color: #fff !important;
  cursor: pointer !important;
  background: #01c583 !important;
  border: none !important;
  border-radius: 30px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  animation: 3s infinite vtPulse !important;
  display: flex !important;
  position: fixed !important;
  box-shadow: 0 4px 16px #01c58359 !important;
}
#vt-lc-fab:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 6px 24px #01c58373 !important;
}
#vt-lc-win {
  z-index: 2147483647 !important;
  opacity: 0 !important;
  background: #fff !important;
  border-radius: 16px !important;
  flex-direction: column !important;
  width: 380px !important;
  height: 580px !important;
  max-height: calc(100vh - 100px) !important;
  transition:
    opacity 0.3s,
    transform 0.3s !important;
  display: none !important;
  position: fixed !important;
  overflow: hidden !important;
  transform: translateY(20px) scale(0.97) !important;
  box-shadow:
    0 20px 60px #0000001f,
    0 0 0 1px #0000000d !important;
}
@media (width<=480px) {
  #vt-lc-win {
    border-radius: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    inset: 0 !important;
  }
}
#vt-lc-win .vth {
  color: #fff !important;
  background: #01c583 !important;
  gap: 12px !important;
  padding: 16px 18px !important;
}
#vt-lc-win .vth,
#vt-lc-win .vth-av {
  flex-shrink: 0 !important;
  align-items: center !important;
  display: flex !important;
  position: relative !important;
}
#vt-lc-win .vth-av {
  background: #fff3 !important;
  border-radius: 50% !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
}
#vt-lc-win .vth-info {
  flex: 1 !important;
  min-width: 0 !important;
}
#vt-lc-win .vth-t {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  overflow: hidden !important;
}
#vt-lc-win .vth-s {
  opacity: 0.85 !important;
  color: #fff !important;
  margin-top: 2px !important;
  font-size: 12px !important;
}
#vt-lc-win .vth-acts {
  gap: 5px !important;
  display: flex !important;
}
#vt-lc-win .vth-btn {
  color: #fff !important;
  cursor: pointer !important;
  background: #ffffff26 !important;
  border: none !important;
  border-radius: 8px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  transition: background 0.15s !important;
  display: flex !important;
}
#vt-lc-win .vth-btn:hover {
  background: #ffffff4d !important;
}
#vt-lc-win .vth-btn svg {
  width: 15px !important;
  height: 15px !important;
}
#vt-lc-win .vtb {
  background: #f7f8fa !important;
  flex-direction: column !important;
  flex: 1 !important;
  display: flex !important;
  overflow: hidden !important;
}
#vt-lc-win .vtpc {
  flex: 1 !important;
  padding: 14px 16px 10px !important;
  overflow-y: auto !important;
}
#vt-lc-win .vt-hdr-html,
#vt-lc-win .vt-hdr-html * {
  background: 0 0 !important;
}
#vt-lc-win .vt-hdr-html img {
  box-sizing: border-box !important;
  vertical-align: middle !important;
  border-radius: 6px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  display: inline-block !important;
}
#vt-lc-win .vt-hdr-html div {
  font-size: 0 !important;
}
#vt-lc-win .vt-hdr-html div * {
  font-size: 14px !important;
}
#vt-lc-win .vt-hdr-html a {
  text-decoration: none !important;
  display: inline-block !important;
}
#vt-lc-win .vtpc p {
  color: #6b7280 !important;
  margin-bottom: 20px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
#vt-lc-win .vtf {
  margin-bottom: 9px !important;
}
#vt-lc-win .vtf label {
  color: #374151 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 3px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  display: block !important;
}
#vt-lc-win .vtf select,
#vt-lc-win .vtf input {
  color: #111827 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 8px 11px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  transition:
    border 0.2s,
    box-shadow 0.2s !important;
}
#vt-lc-win .vtf select {
  -webkit-appearance: menulist !important;
  appearance: menulist !important;
  cursor: pointer !important;
  padding-right: 8px !important;
}
#vt-lc-win .vtf select:focus,
#vt-lc-win .vtf input:focus {
  border-color: #01c583 !important;
  box-shadow: 0 0 0 3px #01c5831a !important;
}
#vt-lc-win .vtf input::placeholder {
  color: #9ca3af !important;
}
#vt-lc-win .vtf .req {
  color: #ef4444 !important;
}
#vt-lc-win .vt-pcq {
  background: 0 0 !important;
  border: none !important;
  margin: 10px 0 !important;
  padding: 0 !important;
}
#vt-lc-win .vt-pcq-label {
  color: #111827 !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  display: block !important;
}
#vt-lc-win .vt-sbtn {
  color: #fff !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  background: #01c583 !important;
  border: none !important;
  border-radius: 10px !important;
  width: 100% !important;
  margin-top: 6px !important;
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  transition: all 0.15s !important;
  box-shadow: 0 2px 8px #01c58340 !important;
}
#vt-lc-win .vt-sbtn:hover {
  opacity: 0.92 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px #01c5834d !important;
}
#vt-lc-win .vt-sbtn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  transform: none !important;
}
#vt-lc-win .vtft {
  text-align: center !important;
  color: #d1d5db !important;
  background: #fff !important;
  flex-shrink: 0 !important;
  padding: 6px 12px !important;
  font-size: 10px !important;
}
@keyframes vtPulse {
  0% {
    box-shadow:
      0 4px 16px #01c58359,
      0 0 #01c5834d;
  }
  70% {
    box-shadow:
      0 4px 16px #01c58359,
      0 0 0 10px #0000;
  }
  to {
    box-shadow:
      0 4px 16px #01c58359,
      0 0 #0000;
  }
}
.sb__reset_link,
.sb__reset_link:hover {
  color: inherit;
  text-decoration: none;
}
* {
  --bahis-white-color: #fff;
  --bahis-green-color-1: #00c683;
  --bahis-red-color-0: #ff0248;
  --bahis-red-color-1: #e0002d;
  --bahis-red-color-2: #ff4e4e;
  --bahis-yellow-color-0: #ffde00;
  --pannosign-font: pannosign, sans-serif;
  --bahis-grey-color-14: #111517;
  --text-color-primary: #fff;
  --text-color-background: #ffffffb3;
  --bet-builder-icon-color: #34ceff;
  --white: #fff;
  --color-0: #1c2126;
  --color-1: #262d33;
  --color-2: #2c343b;
  --color-3: #39414a;
  --color-4: #475059;
  --color-6: #6c7680;
  --color-11: #69747d;
  --color-21: #414b55;
  --color-24: #323a42;
  --bahis-border-color: #424a53;
  --letters-color: #fff;
  --letters-color-rgba: #ffffffb3;
  --letters-color-9: #bec7d0;
  --sport-icon-background: #1c2126;
  --underscore-color: #ffde00;
  --carousel-title: #e0e7ed;
  --carousel-subtitle: #bec7d0;
  --bahis-odd-color: #4a535c;
  --system-select-color: #59636c;
  --font-size-additional: 12px;
  --font-weight-additional: 400;
  --event-row-index: 4;
  --bottom-menu-z-index: 1000;
  --outcome-width: 100%;
  --text: var(--text-color-primary);
  --sports-border-color: var(--color-4);
  --secondary-border-color: var(--sports-border-color);
  box-sizing: border-box;
  min-width: auto;
}
.mobile-app--LU2ln {
  min-height: calc(100dvh - 53px);
}
::-webkit-scrollbar {
  display: none;
}
.main-container--hJ1GW {
  background: var(--color-4);
}
.flex--jS_yQ {
  display: flex;
}
.align-items-center--T_Jq7 {
  align-items: center;
}
.checkbox--zIbhv {
  color: var(--text);
  -moz-column-gap: 8px;
  justify-content: center;
  column-gap: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.square--MANjP {
  --checkbox-border-radius: 6px;
}
.checkbox--vw3Af {
  background: var(--checkbox-background, var(--white));
  border: 1px solid var(--checkbox-border-color, var(--secondary-border-color));
  border-radius: var(--checkbox-border-radius, 100%);
  cursor: pointer;
  height: var(--checkbox-size, 24px);
  min-height: var(--checkbox-size, 24px);
  min-width: var(--checkbox-size, 24px);
  width: var(--checkbox-size, 24px);
  justify-content: center;
  align-items: center;
  display: flex;
}
.wrapper--vVcrc {
  display: flex;
}
.wrapper--vVcrc svg {
  width: 100%;
  height: 100%;
}
.ellipsis--edQLR,
.ellipsis--Z23bR {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.tooltip-wrapper--rgzjU {
  min-width: 0;
  position: relative;
}
.bet-builder-icon--h4pdQ {
  color: var(--bet-builder-icon-color, var(--blue, #345bd0));
}
.initial--GvPoS {
  visibility: hidden !important;
  position: absolute !important;
}
.after-load--JB2BE {
  visibility: initial;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}
.base--3N15C {
  width: 100%;
  height: 100%;
}
.arrow--iTC1w {
  background-image: image-set(
    "../assets/sportsbook/940474ab8ac35a35.png" 1x,
    "../assets/sportsbook/85f71abefe330be4.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.sport-icon-soccer--tsYWc {
  background-image: image-set(
    "../assets/sportsbook/4bbc68cdcf19ba53.png" 1x,
    "../assets/sportsbook/7384fd3f14886c41.png" 2x
  );
}
.sport-icon--PTTNN {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.time-wrapper--JZw2w {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
}
.minute-wrapper--JikAW {
  text-align: center;
  width: 42px;
}
.without-minute--DBt1Q {
  color: var(--letters-color-rgba);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}
.minute--uv6Ic {
  min-width: 25px;
  margin-right: 8px;
  font-size: 18px;
  line-height: 26px;
}
.minute--uv6Ic,
.scope--cXJJy {
  color: var(--letters-color);
}
.scope--cXJJy {
  opacity: 0.7;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}
.live-icon--qMBUn {
  background: var(--bahis-red-color-1);
  color: var(--bahis-white-color);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 33px;
  height: 14px;
  font-family: Gilroy, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  transform: skew(-10deg);
}
.title--l0Yez {
  transform: skew(10deg);
}
.flag--K33Bi {
  -o-object-fit: contain;
  object-fit: contain;
}
.container--l2yKd {
  background: var(--color-4);
  gap: 30px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 10px;
  overflow: auto hidden;
}
.container--l2yKd,
.item--y1tgK {
  align-items: center;
  display: flex;
  position: relative;
}
.item--y1tgK {
  color: var(--bahis-white-color);
  cursor: pointer;
  letter-spacing: -0.48px;
  text-align: left;
  gap: 8px;
  max-width: 300px;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.item--y1tgK.active--hfeTq:before {
  background: var(--bahis-yellow-color-0);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.icon-container--tVnP5 {
  background: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}
.icon--avpsD {
  background-size: contain;
  width: 16px;
  height: 16px;
}
.main-icon--_Y3mf {
  background: url(../assets/sportsbook/b50525c8adc5a9a4.png) 0 0 / contain;
}
.bottom-navigation-menu--UjHfh {
  background-color: var(--color-24);
  height: calc(
    var(--bottom-menu-height) +
      max(var(--tma-min-bottom-inset, 0px), env(safe-area-inset-bottom) + var(--tg-viewport-safe-area-inset-bottom, 0px))
  );
  padding-bottom: env(safe-area-inset-bottom);
  width: 100%;
  z-index: var(--bottom-menu-z-index);
  justify-content: space-between;
  align-items: center;
  list-style: none;
  display: flex;
  position: sticky;
  bottom: -0.5px;
}
.button--xoRia {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}
.button--xoRia.no-padding--YbTyp {
  padding: 0;
}
.search-icon--YCk2v {
  background-image: image-set(
    "../assets/sportsbook/d59ce1c48c110646.png" 1x,
    "../assets/sportsbook/e229680eb2b091b4.png" 2x
  );
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.bet-slip-button--RN0n6 {
  background-color: var(--underscore-color);
  border: 3px solid var(--color-3);
  box-sizing: border-box;
  color: var(--color-3);
  letter-spacing: -0.02em;
  z-index: 10;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: -19px;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}
.picks-number--wXssD {
  color: var(--system-select-color);
  font-family: var(--pannosign-font);
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  transform: rotate(-45deg);
}
.nav-icon--WCpvI {
  width: 20px;
  height: 20px;
}
.nav-burger-dark--D0DfC {
  background-image: image-set(
    "../assets/sportsbook/606036618072b150.png" 1x,
    "../assets/sportsbook/5b96cf50a8c50430.png" 2x
  );
}
.nav-burger-dark--D0DfC,
.prelive-dark--Luk06 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.prelive-dark--Luk06 {
  background-image: image-set(
    "../assets/sportsbook/0418143e016ab855.png" 1x,
    "../assets/sportsbook/715244e39fa837e9.png" 2x
  );
}
.sport-icon-soccer-mob--a8jbJ {
  background-image: image-set(
    "../assets/sportsbook/9f16126b44553a94.png" 1x,
    "../assets/sportsbook/32a4b2f4a147dc98.png" 2x
  );
}
.sport-icon-basketball-mob--SJvxb {
  background-image: image-set(
    "../assets/sportsbook/759a220f5c27a889.png" 1x,
    "../assets/sportsbook/01273cc9a27f0294.png" 2x
  );
}
.sport-icon-tennis-mob--TBB2W {
  background-image: image-set(
    "../assets/sportsbook/8fa115f469c2fcfd.png" 1x,
    "../assets/sportsbook/787b713439831d82.png" 2x
  );
}
.sport-icon-american-football-mob--xh0XU {
  background-image: image-set(
    "../assets/sportsbook/b712a8676985923c.png" 1x,
    "../assets/sportsbook/4af9c8cb1dd6f7b6.png" 2x
  );
}
.sport-icon-volleyball-mob--spFJU {
  background-image: image-set(
    "../assets/sportsbook/b541836c16fb9086.png" 1x,
    "../assets/sportsbook/582e7ab086e0c618.png" 2x
  );
}
.sport-icon-baseball-mob--A5LSp {
  background-image: image-set(
    "../assets/sportsbook/ec4feceb31be026f.png" 1x,
    "../assets/sportsbook/f34f838553b03436.png" 2x
  );
}
.sport-icon-futsal-mob--aOy6f {
  background-image: image-set(
    "../assets/sportsbook/5e42a1313531ddfc.png" 1x,
    "../assets/sportsbook/17b00311a8569204.png" 2x
  );
}
.carousel-container--_l1aU {
  background: var(--color-2);
  align-items: center;
  display: flex;
  position: relative;
}
.extra-class--eHHLQ {
  height: 76px;
}
.carousel--h20XG {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.content--DIrOt {
  overflow: auto hidden;
}
.track--K6d6I {
  min-width: 100%;
  display: inline-flex;
  position: relative;
}
.slide--TWw2u {
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 16px;
  outline: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 74px;
  margin: 4px;
  padding: 5px 0;
  display: flex;
  position: relative;
}
.slide--TWw2u:not(.slide--TWw2u:last-of-type):after {
  background: var(--bahis-border-color);
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
.name--ZgWTz {
  color: var(--carousel-title);
  letter-spacing: -0.02em;
  text-transform: capitalize;
  flex: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
}
.inner--xFaVd {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}
.number--tfPfL {
  color: var(--carousel-subtitle);
  letter-spacing: -0.02em;
  max-height: 10px;
  font-size: 9px;
  font-weight: 600;
}
.dark-all--oP5h0 {
  background-image: image-set(
    "../assets/sportsbook/94ed67d171371d0c.png" 1x,
    "../assets/sportsbook/02e3ed4c7e46f2e8.png" 2x
  );
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.filter--Nq3UJ {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #525c6633;
  border-radius: 5px;
  height: 30px;
  position: relative;
}
.filter--Nq3UJ,
.filter-handle--_Tmar {
  align-items: center;
  width: 100%;
  display: flex;
}
.filter-handle--_Tmar {
  color: var(--letters-color);
  justify-content: space-between;
  height: 100%;
  padding: 4px 5px 4px 7px;
}
.filter-name--p94UL {
  color: var(--letters-color);
  text-transform: capitalize;
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.collapsed-wrapper--wMC8D {
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  min-width: 0;
  display: flex;
  position: relative;
}
.button--vQb0v {
  background: var(--color-3);
  border: 1px solid var(--color-3);
  color: var(--carousel-subtitle);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 4px 8px;
  display: flex;
}
.arrow--IBOIx {
  width: 10px;
  min-width: 10px;
  height: 6px;
}
.title--EEDoz {
  letter-spacing: -0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
.nav-menu--p_iSV {
  gap: 5px;
}
.nav-menu--p_iSV,
.link--LQs_3 {
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 8px;
  display: flex;
  position: relative;
}
.link--LQs_3 {
  background-color: var(--bahis-grey-color-14);
  letter-spacing: -0.24px;
  border-radius: 6px;
  width: 100%;
  min-width: 0;
  font-size: 12px;
}
.link--LQs_3,
.link--LQs_3:hover {
  color: var(--letters-color-9);
}
.icon-watch--TktQw {
  background-image: url(../assets/sportsbook/46b5b5a353ecb8ac.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.wrapper--cEkG6 {
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  min-height: calc(100dvh - 53px);
  margin-bottom: 20px;
  display: flex;
}
.container--n88_N {
  background: var(--color-3);
  border-radius: 10px;
}
.login-dark--xF5EJ {
  background-image: image-set(
    "../assets/sportsbook/b9b77f7ea9497291.png" 1x,
    "../assets/sportsbook/f47b810baeee984a.png" 2x
  );
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.row-container--Cy6PX {
  padding-bottom: 4px;
}
.row--ZRuP0 {
  background: var(--color-3);
  z-index: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.content--hUD_7 {
  grid-gap: 10px;
  z-index: var(--event-row-index);
  grid-template-columns: 80px minmax(0, auto) min-content min-content min-content;
  align-items: center;
  gap: 10px;
  padding: 2px 8px;
  display: grid;
  position: relative;
}
.live--AT30c {
  grid-template-columns: 66px minmax(0, auto) min-content min-content min-content;
}
.live-date--oC4bO {
  color: var(--bahis-red-color-0);
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.live-icon-class--zK6zW {
  margin: 5px 0 0 1px;
}
.markets-container--DFv1s {
  --outcome-width: 52px;
  --outcome-min-width: 52px;
  --outcome-height: 44px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100%;
  display: flex;
  position: relative;
}
.live-block--w9eyM {
  --buttons-width: 36px;
  --buttons-height: 36px;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: flex;
}
.favourite-button--XQcuE {
  background: var(--color-2);
  cursor: pointer;
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--buttons-width);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media (hover: hover) {
  .favourite-button--XQcuE:hover {
    opacity: 0.7;
  }
}
.video--EoPmz {
  background: var(--color-1);
  color: var(--letters-color);
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  width: var(--buttons-width);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-icon--dO5F2 {
  background-image: image-set(
    "../assets/sportsbook/b711478b99d58011.png" 1x,
    "../assets/sportsbook/0b65fe8adfd68f84.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.bet-builder-icon--Zda1j {
  background: var(--color-2);
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  width: var(--buttons-width);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.bet-builder-icon--Zda1j.disabled--gRDew {
  opacity: 0.5;
}
.stats-button--UVobo {
  background: var(--color-2);
  color: var(--letters-color);
  cursor: pointer;
  height: var(--buttons-height);
  min-width: var(--buttons-width);
  width: var(--buttons-width);
  z-index: 100;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.stats-button--UVobo.disabled--gRDew {
  opacity: 0.5;
}
@media (hover: hover) {
  .stats-button--UVobo:not(.disabled--gRDew):hover {
    opacity: 0.7;
  }
}
.dark-stats--o_9k7 {
  background-image: image-set(
    "../assets/sportsbook/3319664e50260c9c.png" 1x,
    "../assets/sportsbook/88172abffd69cd74.png" 2x
  );
  background-size: contain;
  width: 20px;
  height: 20px;
}
.name-and-icon--hFeMl,
.team-logo--fT8sQ {
  align-items: center;
  display: flex;
}
.team-logo--fT8sQ {
  border: 1px solid var(--bahis-border-color);
  border-radius: 100%;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.team-logo--fT8sQ img {
  max-width: 20px;
  max-height: 20px;
  padding-top: 1px;
}
.team--ONOqk {
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  display: flex;
}
.teams-and-score-wrapper--Fa6wJ {
  grid-gap: 4px;
  grid-template-columns: minmax(0, auto) min-content min-content;
  align-items: center;
  gap: 4px;
  display: grid;
}
.live-teams--_azWi {
  font-size: 15px;
  line-height: 22px;
}
.live-teams--_azWi,
.scores--aHk5L {
  color: var(--letters-color);
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  display: flex;
}
.scores--aHk5L {
  box-sizing: content-box;
  align-items: center;
  width: 38px;
  min-width: 38px;
  padding-right: 4px;
  font-size: 18px;
  line-height: 26px;
}
.score--Dkefd {
  text-align: right;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 16px;
}
.total-markets--MdkLw {
  background: var(--color-2);
  color: var(--letters-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  font-family: PannoSign, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}
.total-markets-text--wIb8b {
  transition: all 0.4s 0.3s;
  position: absolute;
}
.total-markets-arrow-container--aqdyx {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  display: flex;
}
.arrow--RI785 {
  background-color: #0000;
  background-image: image-set(
    "../assets/sportsbook/617425b31adaa122.png" 1x,
    "../assets/sportsbook/68844398b54466cf.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
@media (hover: hover) {
  .row--ZRuP0:hover:not(
      .row--ZRuP0:has(
        .statistics-container--wiw90:hover,
        .favourite-container--Tqugq:hover,
        .markets-container--DFv1s:hover,
        .stats-button--UVobo:hover
      )
    )
    .total-markets-text--wIb8b {
    opacity: 0;
  }
  .row--ZRuP0:hover:not(
      .row--ZRuP0:has(
        .statistics-container--wiw90:hover,
        .favourite-container--Tqugq:hover,
        .markets-container--DFv1s:hover,
        .stats-button--UVobo:hover
      )
    )
    .total-markets-arrow-container--aqdyx {
    opacity: 1;
  }
}
.cell--lc6nT {
  height: var(--outcome-height, 48px);
  min-width: var(--outcome-min-width, 48px);
  width: var(--outcome-width, 48px);
}
.cell--lc6nT,
.empty-odds--Q3pQC {
  justify-content: center;
  align-items: center;
  display: flex;
}
.empty-odds--Q3pQC {
  background: var(--color-21);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}
.empty-odds--Q3pQC:before {
  content: "";
  background-image: image-set(
    "../assets/sportsbook/d49ad13053527cab.png" 1x,
    "../assets/sportsbook/92166eedb01b0579.png" 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 19px;
  position: absolute;
}
.odds-name--bFVjH {
  color: var(--text-color-background);
  font-size: var(--font-size-additional);
  font-weight: var(--font-weight-additional);
  line-height: 14px;
}
.odds--Ztf95 {
  background: var(--bahis-odd-color);
  color: var(--letters-color);
  cursor: pointer;
  font-family: var(--pannosign-font);
  letter-spacing: -0.02em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  position: relative;
}
@media (hover: hover) {
  .odds--Ztf95:hover:not(.quick-bet-enable--x8Y0Z, .locked--i7BJO, .active--gTmoc):before {
    background: var(--market-hover-underline, var(--bahis-green-color-1));
    content: "";
    width: calc(100% - 8px);
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 4px;
  }
  .odds--Ztf95:hover:not(.quick-bet-enable--x8Y0Z, .quick-bet-background--_s73m, .locked--i7BJO, .active--gTmoc) {
    background: var(--market-hover-background, var(--bahis-odd-color));
    color: var(--market-hover-color, var(--letters-color));
  }
  .odds--Ztf95:hover:not(.quick-bet-enable--x8Y0Z, .quick-bet-background--_s73m, .locked--i7BJO, .active--gTmoc) .odds-name--bFVjH {
    color: var(--market-hover-color, var(--text-color-background));
  }
}
.odds--Ztf95.up--SeISZ:not(.locked--i7BJO, .active--gTmoc):before {
  background: var(--bahis-green-color-1);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
  border-radius: 0 6px 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.odds--Ztf95.down--raPYR:not(.locked--i7BJO, .active--gTmoc):before {
  background: var(--bahis-red-color-2);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  border-radius: 0 0 0 6px;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.empty--e3c7B {
  color: var(--color-11);
}
.main-line-container--OZHZK {
  background: var(--color-2);
  box-sizing: content-box;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.sport-header--ne6f3 {
  grid-gap: 10px;
  border-bottom: 1px solid var(--color-6);
  height: 38px;
  color: var(--letters-color);
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  grid-template-columns: minmax(0, auto) minmax(0, 169px) 169px 36px;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: grid;
}
.left--NVP_D {
  justify-content: flex-start;
}
.left--NVP_D,
.sport-icon-wrapper--y0AJ8 {
  align-items: center;
  display: flex;
}
.sport-icon-wrapper--y0AJ8 {
  background: var(--sport-icon-background);
  border-radius: 100%;
  justify-content: center;
  width: 29px;
  height: 29px;
  margin-right: 11px;
}
[data-mobile="false"] .table--nGETq {
  align-items: center;
  height: 46px;
  display: flex;
}
.tournament-table--A0_tB {
  grid-gap: 10px;
  color: var(--letters-color);
  grid-template-columns: minmax(0, auto) 169px 36px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 8px;
  display: grid;
}
.left--Dd5YB,
.left-link--AKtNm {
  align-items: center;
  display: flex;
}
.left-link--AKtNm {
  justify-content: flex-start;
  width: 100%;
}
@media (hover: hover) {
  .left-link--AKtNm:hover {
    text-decoration: underline;
  }
}
.info--BSHRZ {
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
}
.category-logo--S_pyt {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.category-logo--S_pyt img {
  border-radius: 100%;
  width: 100%;
  display: block;
}


/* === live.php sport card layout fix ===
sb__reset_link wraps date+teams as ONE grid item causing team names to be squeezed.
Fix: use display:contents to promote children directly into the grid.
Also constrain col widths so nothing overflows on mobile.
*/
.content--hUD_7 {
  grid-template-columns: 46px minmax(120px, 1fr) 32px min-content auto !important;
  grid-gap: 2px !important;
  gap: 2px !important;
  padding: 2px !important;
  align-items: center !important;
}
.total-markets--MdkLw {
  min-width: 30px !important;
  padding: 0 3px !important;
}
/* Live-block: keep video+favourite only; hide extra icons on mobile to save space */
.live-block--w9eyM {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
}
.live-block--w9eyM > .sb__reset_link {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  align-items: center !important;
}
.live-block--w9eyM > *:not(.sb__reset_link) {
  display: none !important;
}
.live-block--w9eyM .video--EoPmz,
.live-block--w9eyM .favourite-button--XQcuE {
  width: 30px !important;
  height: 26px !important;
  min-width: 30px !important;
}
.content--hUD_7 > .sb__reset_link {
  display: contents;
}
.live-date--oC4bO,
.teams-and-score-wrapper--Fa6wJ,
.live-teams--_azWi,
.name-and-icon--hFeMl {
  min-width: 0;
  overflow: hidden;
}
.name-and-icon--hFeMl {
  display: flex;
  align-items: center;
  gap: 6px;
}
.name-and-icon--hFeMl .team-logo--fT8sQ { flex-shrink: 0; }
.name-and-icon--hFeMl > *:not(.team-logo--fT8sQ) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-block--w9eyM, .total-markets--MdkLw { flex-shrink: 0; }
.markets-container--DFv1s {
  display: flex;
  gap: 3px;
  align-items: center;
  flex-shrink: 0;
}
.markets-container--DFv1s > * { min-width: 34px !important; width: 34px !important; }
/* Sport section header: widen sport-name column so "Futbol" fits */
.sport-header--ne6f3 {
  grid-template-columns: minmax(120px, 1fr) auto min-content !important;
  gap: 8px !important;
}
.sport-header--ne6f3 > .left--NVP_D { min-width: 0 !important; }
.sport-header--ne6f3 > div:empty { display: none !important; }
