* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.onebet-z3uh3n {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .onebet-z3uh3n {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .onebet-z3uh3n {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.onebet-bet0bz {
  overflow: hidden;
}

.onebet-of5a9k img {
  background: var(--Neutral-300);
}

.onebet-0mgo37 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.onebet-adqjl5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.onebet-adqjl5:hover {
  background: var(--button-bg-hover);
}

.onebet-yb4m01 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.onebet-yb4m01:hover {
  background: var(--button-bg-hover);
}

.onebet-0xmydi {
  font-size: 12px;
  line-height: 18px;
}

.onebet-uaa1bq {
  font-size: 18px;
  line-height: 26px;
}

.onebet-wcfzou {
  width: 100%;
}

.onebet-n6ksgu {
  padding: 6px 16px;
}

.onebet-fv34hn {
  padding: 10px 16px;
}

.onebet-5kerom {
  padding: 15px 26px;
}

.onebet-pw7zfx {
  flex-shrink: 0;
}

.onebet-8t4yfk {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.onebet-gi3hkq {
  display: none;
}

.onebet-uffhvl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onebet-e3pexj {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.onebet-xlo4h2 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.onebet-27it56 {
  cursor: grab;
}

.onebet-xlo4h2::-webkit-scrollbar {
  display: none;
}

.onebet-horqia {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.onebet-j6fim8 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.onebet-niy9vm {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.onebet-udtso7 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.onebet-p22vct {
  visibility: visible;
}

.onebet-lh6qku {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.onebet-y50219 ease;
}

.onebet-hp9pc0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.onebet-10mv21 {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.onebet-y50219,
    mask-image 0.3s;
}

.onebet-10mv21.onebet-ltrg5b {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.onebet-3zeaph:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onebet-efs4cs {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.onebet-9ahd5g.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.onebet-9ahd5g.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.onebet-g8bj4i {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.onebet-g8bj4i::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.onebet-bb4mkd {
  position: relative;
  z-index: 1;
}

.onebet-240yd4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.onebet-gb072s {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.onebet-l9gkh9 {
  font-size: 40px;
  line-height: 48px;
}

.onebet-bjdv4f {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.onebet-467u5a {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.onebet-467u5a:hover {
  background: var(--Primary-400);
}

.onebet-467u5a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.onebet-3zeaph img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .onebet-g8bj4i {
    max-width: 600px;
    padding: 64px;
  }

  .onebet-240yd4 {
    font-size: 24px;
    line-height: 32px;
  }

  .onebet-gb072s {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .onebet-l9gkh9 {
    font-size: 50px;
    line-height: 56px;
  }

  .onebet-bjdv4f {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .onebet-efs4cs {
    top: 25px;
    right: 25px;
  }
}

.onebet-64dq0k,
.onebet-h0b0hi {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.onebet-lbbxs8.onebet-c959s3::before,
.onebet-h0b0hi::before,
.onebet-a1w1ov::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.onebet-9ahd5g.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.onebet-91i5gl 14.onebet-a0iq16.onebet-lz55ra 14.onebet-pg0z2i 15.onebet-8autv1 14.onebet-ayshfg 15.onebet-ix5luo 14.onebet-vo5c0p.onebet-aawst3 14.onebet-0a9ry3 19.onebet-71nb23 12.onebet-bfg3as 19.onebet-71nb23 10.onebet-cul2f1.onebet-71nb23 8.onebet-w6fg3f 17.onebet-i60c87 7.onebet-7vglne 15.onebet-osz5yt 7.onebet-24l825.onebet-ztzt2m 7.onebet-7vglne 11.onebet-5zlobm 8.onebet-w6fg3f 11.onebet-5zlobm 10.onebet-ernga0.onebet-5zlobm 12.onebet-kzbxuv 13.onebet-biplqb 14.onebet-wvthgg 15.onebet-r5nyz5 14.onebet-dnkq09.onebet-6hm4sj 14.onebet-2e29h2 15.onebet-gamb0c 14.onebet-c8goio 15.onebet-4fblyf 14.onebet-f09h58.onebet-91i5gl 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.onebet-g47gpl 15.onebet-w5erm7.onebet-uis2wu 15.onebet-wismse 15.onebet-t9u4t5 15.onebet-zpeiw0 15.onebet-kkl8o4 15.onebet-i7gv9p.onebet-50ew5j 15.onebet-zpeiw0 15.onebet-hw8xhl 15.onebet-el2nrf 15.onebet-97bfrl 15.onebet-ujfnh3.onebet-kdl0i9 15.onebet-615r3g 7.onebet-2ynhki 18.onebet-3cna2e 7.onebet-r9hnmh 23.onebet-guh98f.onebet-jic7h5.onebet-wk5qss 18.onebet-x0p99j 19.onebet-uf637f 15.onebet-k34bco 15.onebet-g47gpl 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.onebet-mp6ti3 [type="submit"] *,
.onebet-1rbl6q button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .onebet-o4j64r {
    display: none;
  }
}

.onebet-l4pfsj {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .onebet-l4pfsj {
  display: none;
}

@media (min-width: 768px) {
  .onebet-l4pfsj {
    bottom: 22px;
  }
}

.onebet-l4pfsj input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .onebet-l4pfsj {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.onebet-rz1qpb.static) .onebet-l4pfsj {
    bottom: 8px;
  }
}

.onebet-h24c3y {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.onebet-9ahd5g.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.onebet-nez37w 3.onebet-9nc2fi.onebet-brmpz0.onebet-874wn7 3.onebet-yefjrv 3.onebet-pyvqwn 5.onebet-g6swuj 3.onebet-pyvqwn 8.onebet-sopfzv.onebet-d4btlf.onebet-pyvqwn 26.onebet-v815hi 5.onebet-lpbg3e 28.onebet-gpyvyd 8.onebet-hkk9jq 28.onebet-567xu9.onebet-t65krc 28.onebet-0rxv87.onebet-sokljg 34.onebet-a9w16m.onebet-vmdg9p 36.onebet-q2ge6h 11.onebet-cw4d7y 37.onebet-t26a9a 12.onebet-kqhhkb 36.onebet-c5qt9t.onebet-5xu45o 28.onebet-i4g4wd.onebet-hb6ca0.onebet-352sh2 28.onebet-envk0k 36.onebet-u5ri81 26.onebet-ww3z46 36.onebet-u5ri81 23.onebet-a3kfqb.onebet-7gbyjs.onebet-u5ri81 5.onebet-x2qj95 34.onebet-77yrzg 3.onebet-yefjrv 31.onebet-nez37w 3.onebet-jf7b3x.onebet-gsw9r6 18.onebet-zgqfu8.onebet-2u05ts 18.onebet-0ijqwa 8.onebet-okt016 17.onebet-jlhv7n 8.onebet-okt016 15.onebet-me0lx9.onebet-okt016 14.onebet-mat6ed 9.onebet-2u05ts 13.onebet-22dlxk 11.onebet-gsw9r6 13.onebet-ns441u.onebet-krzxlz 13.onebet-22dlxk 13.onebet-ihyal4 14.onebet-mat6ed 13.onebet-ihyal4 15.onebet-ms4g4x.onebet-ihyal4 17.onebet-jlhv7n 12.onebet-krzxlz 18.onebet-0ijqwa 11.onebet-gsw9r6 18.onebet-6ma2b6.onebet-d6u8nh 18.onebet-0rjb56.onebet-xkfjqo 18.onebet-0ijqwa 17.onebet-3k12xn 17.onebet-jlhv7n 17.onebet-3k12xn 15.onebet-i8h3a3.onebet-3k12xn 14.onebet-mat6ed 18.onebet-xkfjqo 13.onebet-22dlxk 20.onebet-d6u8nh 13.onebet-qzie45.onebet-zhd6pp 13.onebet-22dlxk 22.onebet-q2cbli 14.onebet-mat6ed 22.onebet-q2cbli 15.onebet-d7ilp1.onebet-ov5dqb 17.onebet-jlhv7n 21.onebet-zhd6pp 18.onebet-0ijqwa 20.onebet-d6u8nh 18.onebet-7hxo52.onebet-cdwnyv 18.onebet-j1nd0k.onebet-zyhrf8 18.onebet-0ijqwa 26.onebet-gg4sy4 17.onebet-jlhv7n 26.onebet-gg4sy4 15.onebet-nla0nd.onebet-gg4sy4 14.onebet-mat6ed 27.onebet-zyhrf8 13.onebet-22dlxk 28.onebet-cdwnyv 13.onebet-r54rps.onebet-8zvvhh 13.onebet-22dlxk 31.onebet-uqedsw 14.onebet-mat6ed 31.onebet-uqedsw 15.onebet-xdl6l7.onebet-gg4sy4 17.onebet-jlhv7n 30.onebet-8zvvhh 18.onebet-0ijqwa 28.onebet-cdwnyv 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .onebet-h24c3y {
    display: none;
  }
}

.onebet-bv8661 {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .onebet-bv8661 {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.onebet-1rbl6q {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .onebet-1rbl6q {
    padding: 14px 16px;
  }
}

.onebet-1rbl6q button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.onebet-1rbl6q button:first-child {
  align-content: end;
}

.onebet-1rbl6q button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .onebet-1rbl6q
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .onebet-1rbl6q
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.onebet-1rbl6q button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.onebet-1rbl6q button:last-child svg {
  width: 38px;
  height: 38px;
}

.onebet-a1w1ov {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.onebet-a1w1ov::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .onebet-a1w1ov,
.pc61d126-chatbot[data-active-screen="3"]
  .onebet-a1w1ov {
  opacity: 1;
  visibility: visible;
}

.onebet-ueyeej {
  flex: 1 1;
}

.onebet-ks9ssn {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .onebet-ks9ssn {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .onebet-tfm4sf {
  display: block;
}

.onebet-cm0egn {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .onebet-cm0egn {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.onebet-h0b0hi {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.onebet-h0b0hi::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.onebet-zerw9i span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.onebet-zerw9i p {
  color: var(--Text-100);
}

.onebet-h0b0hi .onebet-ftzbit {
  grid-area: button;
}

.onebet-h0b0hi .onebet-ftzbit::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.onebet-9ahd5g.org/2000/svg'%3E%3Cpath d='M4.onebet-idoytn 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.onebet-mf2d74 15L16.onebet-mf2d74 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.onebet-mf2d74 5L16.onebet-mf2d74 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .onebet-9rip63 {
  display: block;
}

.onebet-ojtrzw {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .onebet-ojtrzw {
    margin-top: 40px;
  }
}

.onebet-64dq0k label,
.onebet-64dq0k input {
  display: block;
  width: 100%;
}

.onebet-64dq0k label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.onebet-64dq0k label.onebet-tchgjg input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.onebet-64dq0k label.onebet-tchgjg::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.onebet-64dq0k input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.onebet-64dq0k input::placeholder {
  color: var(--Text-400);
}

.onebet-fq319x {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .onebet-fq319x {
  display: flex;
}

.onebet-fq319x ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .onebet-fq319x ol {
    height: 420px;
    padding: 24px;
  }
}

.onebet-fq319x ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.onebet-mp6ti3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .onebet-mp6ti3 {
    padding: 0 24px 24px;
  }
}

.onebet-mp6ti3 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.onebet-mp6ti3 input::placeholder {
  color: var(--Text-400);
}

.onebet-mp6ti3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.onebet-mp6ti3 [type="submit"]:disabled {
  opacity: 0.5;
}

.onebet-mp6ti3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .onebet-mp6ti3 [type="submit"] {
    right: 40px;
  }
}

.onebet-lbbxs8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.onebet-lbbxs8.onebet-c959s3 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.onebet-lbbxs8.onebet-c959s3::before {
  content: "";
  width: 31px;
}

.onebet-lbbxs8.onebet-c959s3 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.onebet-lbbxs8.onebet-ftlyz7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.onebet-lbbxs8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.onebet-l4pfsj .onebet-ftzbit {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.onebet-o4j64r {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .onebet-o4j64r {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .onebet-o4j64r {
    padding: 18px 0;
  }
}

.onebet-o4j64r .onebet-z3uh3n {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .onebet-o4j64r .onebet-z3uh3n {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.onebet-qoix7q {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .onebet-qoix7q {
    max-width: 160px;
    height: 40px;
  }
}

.onebet-qoix7q picture,
.onebet-qoix7q img {
  display: block;
  width: 100%;
  height: 100%;
}

.onebet-qoix7q img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .onebet-ixuigf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.onebet-y50219 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .onebet-o4j64r.onebet-jby27j .onebet-ixuigf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .onebet-ixuigf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .onebet-ixuigf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.onebet-vkn0vc,
.onebet-2kxg1r {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .onebet-vkn0vc,
  .onebet-2kxg1r {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .onebet-2kxg1r {
    display: none;
  }
}

.onebet-yxalhz {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.onebet-jby27j .onebet-yxalhz {
  background: var(--fh-bg-color);
}

.onebet-yxalhz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .onebet-yxalhz {
    display: none;
  }
}

.onebet-ssiqz6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .onebet-ssiqz6 {
    display: none;
  }
}

.onebet-c6pmn5 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.onebet-o4j64r.onebet-jby27j .onebet-c6pmn5:first-child {
  display: none;
}

.onebet-o4j64r.onebet-jby27j .onebet-c6pmn5:last-child {
  display: block;
}

.onebet-c6pmn5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .onebet-c6pmn5 {
    display: none;
  }
}

.onebet-5lnblj {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .onebet-5lnblj {
    display: flex;
  }
}

.onebet-5lnblj ul {
  max-height: 350px;
  overflow-y: auto;
}

.onebet-5lnblj:hover ul {
  visibility: visible;
  opacity: 1;
}

.onebet-5lnblj:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.onebet-5lnblj:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.onebet-5lnblj:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.onebet-5lnblj:hover .onebet-fjuyep svg {
  transform: rotate(180deg);
}

.onebet-7rt63s {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.onebet-k2hi1o {
  padding: 0 8px;
}

.onebet-296ili {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.onebet-296ili:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .onebet-296ili {
    padding: 4px 8px;
  }
}

.onebet-fodqrf {
  display: flex;
}

.onebet-fodqrf img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.onebet-fjuyep {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.onebet-fjuyep svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.onebet-hc7t1e {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .onebet-hc7t1e {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.onebet-w5fwuq {
  width: 100%;
}

@media (min-width: 1200px) {
  .onebet-w5fwuq {
    display: none;
  }
}

.onebet-ba0z2a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.onebet-z3b3o9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.onebet-ldl9yz {
  display: flex;
}

.onebet-cthnf3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.onebet-sndegz {
  list-style: none;
}

@media (max-width: 1199px) {
  .onebet-sndegz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .onebet-sndegz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .onebet-sndegz .onebet-j85gd1 [data-ref-el],
  .onebet-sndegz .onebet-j85gd1 span,
  .onebet-sndegz .onebet-j85gd1 a {
    white-space: nowrap;
  }
}

.onebet-xq71r2 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .onebet-xq71r2.onebet-hhjv92 > .onebet-j85gd1 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .onebet-xq71r2.onebet-gvzjs9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .onebet-xq71r2.onebet-hhjv92 > .onebet-y1jcow {
    height: auto;
  }

  .onebet-xq71r2.onebet-hhjv92 > div > .onebet-liekyh {
    transform: rotate(180deg);
  }
}

.onebet-xq71r2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.onebet-xq71r2 [data-ref-el],
.onebet-xq71r2 span {
  cursor: pointer;
}

.onebet-xq71r2 [data-ref-el],
.onebet-xq71r2 span,
.onebet-xq71r2 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .onebet-xq71r2 [data-ref-el],
  .onebet-xq71r2 span,
  .onebet-xq71r2 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .onebet-xq71r2 [data-ref-el],
  .onebet-xq71r2 span,
  .onebet-xq71r2 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.onebet-y1jcow {
  height: 0;
  overflow: hidden;
  transition: height 0.onebet-y50219 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.onebet-y1jcow::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.onebet-y1jcow::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.onebet-y1jcow::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .onebet-y1jcow {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .onebet-y1jcow:has(> .onebet-xq71r2.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .onebet-y1jcow .onebet-y1jcow {
    padding: 0;
  }

  .onebet-y1jcow .onebet-xq71r2 {
    font-weight: 400;
  }

  .onebet-y1jcow .onebet-xq71r2:hover > .onebet-j85gd1 {
    background: var(--Neutral-300);
  }

  .onebet-y1jcow .onebet-liekyh {
    rotate: -90deg;
  }
}

.onebet-j85gd1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .onebet-j85gd1 {
    padding: 8px;
  }

  .onebet-xq71r2.onebet-3kq6al > .onebet-j85gd1 {
    background: var(--Neutral-300);
  }
}

.onebet-liekyh {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.onebet-9ahd5g.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.onebet-msznxv 0.onebet-sy6mmq.onebet-8yqalu -0.onebet-x4ydzv 0.onebet-y0r2a8 -0.onebet-x4ydzv 1.onebet-80u2mj 0.onebet-qo9bxh.onebet-gz14xu 4.onebet-t47zvi.onebet-msznxv 0.onebet-3t4epv.onebet-8bzsp3 -0.onebet-x4ydzv 9.onebet-cdu7v3 -0.onebet-x4ydzv 10.onebet-d0iay7 0.onebet-joncri.onebet-g7m6xk 0.onebet-8yqalu 10.onebet-g7m6xk 0.onebet-y0r2a8 10.onebet-d0iay7 1.onebet-oc1h89.onebet-vix8ay 5.onebet-705ao1.onebet-tmhfwv 6.onebet-4oopq4 5.onebet-e5hw2b 6.onebet-4oopq4 4.onebet-qtrvhu 5.onebet-fnp8x4.onebet-msznxv 1.onebet-bykrw1.onebet-x4ydzv 0.onebet-y0r2a8 -0.onebet-x4ydzv 0.onebet-8yqalu 0.onebet-msznxv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.onebet-y50219 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .onebet-liekyh {
    cursor: default;
  }
}

.onebet-oj2j8f {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.onebet-z7jhpo {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .onebet-z7jhpo {
    padding: 40px 4px;
  }
}

.onebet-bn709p {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .onebet-bn709p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.onebet-o5c24t {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .onebet-o5c24t {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.onebet-o5c24t ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.onebet-o5c24t [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.onebet-o5c24t [data-ref-el],
.onebet-o5c24t span,
.onebet-o5c24t a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.onebet-ydzccr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .onebet-ydzccr {
    margin-bottom: 12px;
  }
}

.onebet-6333co {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.onebet-6333co img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .onebet-6333co:last-child {
    margin-right: 0;
  }
}

.onebet-bhlohh {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.onebet-ydzccr:hover .onebet-d9z0ht {
  visibility: visible;
  opacity: 1;
}

.onebet-d9z0ht {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.onebet-2lpum2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.onebet-wlzqzq {
  display: flex;
  margin: 6px;
}

.onebet-wlzqzq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.onebet-d9z0ht::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.onebet-d9z0ht::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.onebet-nb18ig {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .onebet-nb18ig {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.onebet-o5w3h3 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .onebet-o5w3h3 {
    margin-right: 32px;
  }
}

.onebet-hkg75q {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .onebet-hkg75q {
    margin-top: 0;
    width: 340px;
  }
}

.onebet-hkg75q a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.onebet-s9xqzu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.onebet-ytropq {
  position: relative;
}

@media (min-width: 768px) {
  .onebet-ytropq {
    margin-top: 40px;
  }
}

.onebet-ytropq + .onebet-rb3r0l,
.onebet-ytropq + .onebet-ytropq {
  margin-top: 24px;
}

.onebet-nb9u97 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .onebet-nb9u97 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .onebet-nb9u97 {
    padding: 80px;
  }
}

.onebet-9181w1 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .onebet-9181w1 {
    padding: 0 16px;
}


}

.onebet-69bl6u {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .onebet-69bl6u {
    font-size: 48px;
    line-height: 56px;
  }
}

.onebet-2nehg6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .onebet-2nehg6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.onebet-ppthlp {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.onebet-ppthlp:hover {
  background: var(--button-bg-hover);
}

.onebet-uktr9p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.onebet-uktr9p img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .onebet-uktr9p img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .onebet-uktr9p img {
  min-height: 100%;
  }
}

.onebet-nb9u97::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.onebet-mmr3lx {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.onebet-mmr3lx h1,
.onebet-mmr3lx h2,
.onebet-mmr3lx h3,
.onebet-mmr3lx h4 {
  margin-bottom: 6px;
}

.onebet-mmr3lx h1:not(:first-child),
.onebet-mmr3lx h2:not(:first-child),
.onebet-mmr3lx h3:not(:first-child),
.onebet-mmr3lx h4:not(:first-child) {
  margin-top: 16px;
}

.onebet-mmr3lx h1,
.onebet-mmr3lx h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .onebet-mmr3lx h1,
  .onebet-mmr3lx h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.onebet-mmr3lx h2,
.onebet-mmr3lx h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .onebet-mmr3lx h2,
  .onebet-mmr3lx h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.onebet-mmr3lx h3,
.onebet-mmr3lx h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .onebet-mmr3lx h3,
  .onebet-mmr3lx h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.onebet-mmr3lx h4,
.onebet-mmr3lx h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.onebet-mmr3lx ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.onebet-mmr3lx ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.onebet-mmr3lx ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.onebet-mmr3lx ul ul {
  margin-bottom: 8px;
}

.onebet-mmr3lx ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.onebet-mmr3lx ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.onebet-mmr3lx ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.onebet-mmr3lx ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.onebet-mmr3lx ol li::marker {
  font-weight: 700;
}

.onebet-mmr3lx ol ol {
  margin-bottom: 8px;
}

.onebet-mmr3lx ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.onebet-mmr3lx ol ul li {
  padding-left: 16px;
}

.onebet-mmr3lx table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .onebet-mmr3lx table {
    padding: 24px;
  }
}

.onebet-mmr3lx table.onebet-5uxv1q {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.onebet-y50219,
    mask-image 0.3s;
}

.onebet-mmr3lx table.onebet-5uxv1q.onebet-ltrg5b {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .onebet-mmr3lx table {
    display: table;
  }
}

.onebet-mmr3lx table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.onebet-mmr3lx table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.onebet-mmr3lx table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.onebet-mmr3lx table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .onebet-mmr3lx table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.onebet-mmr3lx table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.onebet-mmr3lx table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.onebet-mmr3lx table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.onebet-mmr3lx img {
  max-width: 100%;
  height: auto;
}

.onebet-3p07i3 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .onebet-3p07i3 {
    padding: 24px;
  }
}

.onebet-90o32i {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .onebet-90o32i {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.onebet-90o32i > * {
  margin: 0 !important;
}

.onebet-90o32i img,
.onebet-zx4fgw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .onebet-90o32i img,
  .onebet-zx4fgw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.onebet-dg0czy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .onebet-dg0czy {
    width: 32px;
    height: 32px;
  }
}

.onebet-6p29f8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.onebet-6p29f8 .onebet-0n4fp1 {
  flex-shrink: 0;
}

.onebet-6p29f8 .onebet-1pcxmi svg {
  display: none;
}

.onebet-y6l8jm {
  display: grid;
  transition: max-height 0.onebet-y50219 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .onebet-y6l8jm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .onebet-y6l8jm {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.onebet-y6l8jm.onebet-jpmfg8 + .onebet-0n4fp1 svg {
  transform: rotate(180deg);
}

.onebet-a03lq2 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.onebet-a03lq2 > div:nth-child(3n) {
  grid-column: span 2;
}

.onebet-a03lq2
  > div:nth-child(3n)
  .onebet-pf5llh
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .onebet-a03lq2 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .onebet-a03lq2 > div:nth-child(3n) {
    grid-column: unset;
  }

  .onebet-a03lq2
    > div:nth-child(3n)
    .onebet-pf5llh
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .onebet-a03lq2 {
    max-width: 270px;
  }
}

.onebet-a03lq2 .onebet-pf5llh button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .onebet-a03lq2 .onebet-pf5llh button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .onebet-a03lq2 .onebet-pf5llh button {
    max-width: 104px;
  }
}

.onebet-dv23bg {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .onebet-dv23bg {
    margin-bottom: 0;
  }
}

.onebet-h0bu76 {
  display: none;
  opacity: 0;
}

.onebet-1sj6jv {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.onebet-1sj6jv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.onebet-pf5llh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.onebet-pf5llh button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .onebet-pf5llh
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .onebet-pf5llh
    button {
    max-width: 145px;
  }
}

.onebet-5pk539:first-child
  .onebet-pf5llh
  button {
  max-width: 270px;
}

.onebet-g43fo6 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.onebet-dv23bg picture {
  width: 100%;
  max-width: 100%;
}

.onebet-s6cpg8 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.onebet-s6cpg8 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.onebet-dv23bg:hover .onebet-s6cpg8 {
  display: flex;
}

.onebet-yb1xn2 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.onebet-gvx0jc {
  display: flex;
}

.onebet-gvx0jc:hover .onebet-24o6z6,
.onebet-gvx0jc .onebet-3kq6al .onebet-24o6z6 {
  display: flex;
}

.onebet-gvx0jc svg {
  flex-shrink: 0;
}

.onebet-24o6z6 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .onebet-24o6z6 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.onebet-24o6z6:hover {
  display: flex;
}

.onebet-24o6z6 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.onebet-z9cm5m {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .onebet-z9cm5m {
    font-size: 12px;
  }
}

.onebet-pg2wif,
.onebet-5ioybf {
  width: 50%;
  flex-shrink: 0;
}

.onebet-pg2wif {
  font-weight: 700;
}

.onebet-7ye3cz .onebet-y6l8jm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .onebet-7ye3cz .onebet-y6l8jm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .onebet-7ye3cz .onebet-y6l8jm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.onebet-7ye3cz
  .onebet-g43fo6:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.onebet-7ye3cz .onebet-1sj6jv {
  height: 100% !important;
  border-radius: 16px;
}

.onebet-7ye3cz .onebet-pf5llh {
  gap: 4px;
  align-items: center;
}

.onebet-7ye3cz .onebet-pf5llh button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onebet-7ye3cz .onebet-pf5llh svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.onebet-7ye3cz .onebet-jmw0zv,
.onebet-7ye3cz .onebet-zgfu2i {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.onebet-9ahd5g.org/2000/svg'%3E%3Cpath d='M9.onebet-gyryeg 4.onebet-tyb7v0.onebet-fzjtve 5.onebet-jmgdvr.onebet-56xs3r 5.onebet-jh1mtq.onebet-vtx8qd 5.onebet-gjbmho.onebet-hih231 8.onebet-fpvofy.onebet-ovbznt 9.onebet-ac5gi2.onebet-svrlp3 9.onebet-7xzv72.onebet-s6hhcm 13.onebet-qdm650.onebet-vtof6n 11.onebet-ucxqos.onebet-cc5ppr 11.onebet-rwf8nd.onebet-oij82o 11.onebet-u80xjp.onebet-zku450 13.onebet-zf02va.onebet-78t9h9 9.onebet-y1g447.onebet-c733wh 9.onebet-igky2b.onebet-cd9ydh 8.onebet-gv89xk.onebet-g10a3c 5.onebet-ooz96f.onebet-amhe04 5.onebet-8mhvtx.onebet-hja1d6 5.onebet-iganrt.onebet-85fg2g 4.onebet-wztabn.onebet-cc5ppr 1.onebet-zs9qxq.onebet-gyryeg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.onebet-7ye3cz .onebet-jmw0zv {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.onebet-7ye3cz .onebet-zgfu2i {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.onebet-kwlbl3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .onebet-kwlbl3 {
    padding: 24px;
  }
}

.onebet-kwlbl3 .onebet-0n4fp1 {
  display: flex;
}

@media (min-width: 768px) {
  .onebet-kwlbl3 .onebet-0n4fp1 {
    display: none;
  }
}

.onebet-kwlbl3 .onebet-1pcxmi svg {
  display: none;
}

.onebet-0t8e7u {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.onebet-0t8e7u .onebet-0mgo37 {
  display: none;
}

@media (min-width: 768px) {
  .onebet-0t8e7u .onebet-0mgo37 {
    display: flex;
  }
}

.onebet-qyw10h {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .onebet-qyw10h {
    font-size: 40px;
    line-height: 48px;
  }
}

.onebet-qyw10h > * {
  margin: 0 !important;
}

.onebet-qyw10h img,
.onebet-q73lct {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .onebet-qyw10h img,
  .onebet-q73lct {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.onebet-xfufvk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .onebet-xfufvk {
    width: 32px;
    height: 32px;
  }
}

.onebet-9c93br {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .onebet-9c93br {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .onebet-9c93br::-webkit-scrollbar {
    display: none;
  }
}

.onebet-3inkh6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .onebet-3inkh6 {
    padding: 7px 15px;
  }
}

.onebet-3inkh6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.onebet-yujtch {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .onebet-yujtch {
    display: flex;
    opacity: 1;
  }
}

.onebet-3inkh6 picture {
  height: 100%;
  display: block;
}

.onebet-3inkh6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .onebet-3inkh6 img {
    width: 88px;
    height: 44px;
  }
}

.onebet-3inkh6 p {
  text-align: center;
  width: 100%;
}

.onebet-chswqi {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .onebet-chswqi {
    font-size: 40px;
    line-height: 48px;
  }
}

.onebet-chswqi img,
.onebet-3ycbge {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .onebet-chswqi img,
  .onebet-3ycbge {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.onebet-l1gwww {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .onebet-l1gwww {
    width: 32px;
    height: 32px;
  }
}

.onebet-r3vex1 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.onebet-vhqyd6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.onebet-wgwquz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.onebet-wgwquz.onebet-3kq6al {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.onebet-pzqnzl {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .onebet-pzqnzl {
    font-size: 20px;
    line-height: 28px;
  }
}

.onebet-kmotps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.onebet-a1546d {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.onebet-y50219 ease;
  opacity: 0;
  color: var(--text-color);
}

.onebet-71boh0 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.onebet-71boh0 ol,
.onebet-71boh0 ul {
  padding-left: 1.3em;
}

.onebet-wgwquz.onebet-3kq6al .onebet-a1546d {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.onebet-wgwquz.onebet-3kq6al .onebet-kmotps {
  transform: rotate(180deg);
  color: var(--text-color);
}

.onebet-0o90wt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .onebet-0o90wt {
    padding: 24px;
  }
}

.onebet-0o90wt .onebet-0n4fp1 {
  display: flex;
}

@media (min-width: 768px) {
  .onebet-0o90wt .onebet-0n4fp1 {
    display: none;
  }
}

.onebet-0o90wt .onebet-1pcxmi svg {
  display: none;
}

.onebet-5e3qpc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.onebet-5e3qpc .onebet-0mgo37 {
  display: none;
}

@media (min-width: 768px) {
  .onebet-5e3qpc .onebet-0mgo37 {
    display: flex;
  }
}

.onebet-6b3ikd {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .onebet-6b3ikd {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.onebet-6b3ikd > * {
  margin: 0 !important;
}

.onebet-6b3ikd img,
.onebet-o8qy92 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .onebet-6b3ikd img,
  .onebet-o8qy92 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.onebet-bxrskq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .onebet-bxrskq {
    width: 32px;
    height: 32px;
  }
}

.onebet-njhlo8 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .onebet-njhlo8 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .onebet-njhlo8::-webkit-scrollbar {
    display: none;
  }
}

.onebet-w3wsg2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.onebet-w3wsg2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.onebet-4bnn01 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .onebet-4bnn01 {
    display: flex;
    opacity: 1;
  }
}

.onebet-w3wsg2 picture {
  width: auto;
  height: 100%;
  display: block;
}

.onebet-w3wsg2 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.onebet-niojox {
  margin: -24px 0;
}

.onebet-niojox:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .onebet-niojox {
    margin: -16px 0;
  }
}

.onebet-cqu3o6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .onebet-cqu3o6 {
    flex-direction: row;
  }
}

.onebet-of5i58 {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .onebet-of5i58 {
    flex: 1;
  }
}

.onebet-of5i58::placeholder {
  color: var(--Text-400);
}

.onebet-66kwbp {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.onebet-wo4ani {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.onebet-wo4ani::-webkit-scrollbar {
  display: none;
}

.onebet-xr50fz {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.onebet-xr50fz img,
.onebet-xr50fz svg {
  margin-right: 8px;
}

.onebet-en2y4z {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.onebet-niojox + .onebet-byro0y {
  margin-top: 0;
}

@media (min-width: 768px) {
  .onebet-niojox + .onebet-byro0y {
    margin-top: -16px;
  }
}

.onebet-spo4xm {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.onebet-spo4xm > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.onebet-spo4xm > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.onebet-tbyhxl {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.onebet-tomzr5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.onebet-x61b4z {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.onebet-6ukr8g {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.onebet-3d1om0 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.onebet-tbyhxl button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.onebet-tbyhxl button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .onebet-tbyhxl {
    padding: 39px 179px 39px 39px;
  }

  .onebet-tomzr5 {
    font-size: 40px;
    line-height: 48px;
  }

  .onebet-3d1om0 {
    height: 348px;
  }

  .onebet-tbyhxl button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .onebet-tbyhxl button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .onebet-tbyhxl {
    padding: 63px;
  }
}

.onebet-88537e {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .onebet-88537e {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.onebet-ce5vi7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .onebet-ce5vi7 {
    width: auto;
  }
}

.onebet-n9csqp {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.onebet-n9csqp::-webkit-scrollbar {
  display: none;
}

.onebet-n9csqp a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.onebet-n9csqp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .onebet-n9csqp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.onebet-88537e .onebet-0dnfcq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.onebet-y50219,
    mask-image 0.3s;
}

.onebet-88537e .onebet-0dnfcq.onebet-ltrg5b {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.onebet-0hi8bg {
  margin: 40px -16px;
}

.onebet-3u7fn2 + .onebet-rb3r0l,
.onebet-3u7fn2 + .onebet-ytropq {
  margin-top: 24px;
}

.onebet-7wipik {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.onebet-7wipik picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.onebet-y3r102 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .onebet-y3r102 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .onebet-y3r102 {
    margin-top: 0;
  }
}

.onebet-s9rf3d {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .onebet-s9rf3d {
    font-size: 24px;
    line-height: 32px;
  }
}

.onebet-gc4m59 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .onebet-gc4m59 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.onebet-v62hfo {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .onebet-v62hfo {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.onebet-ksu2ft {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .onebet-ksu2ft {
    font-size: 20px;
    line-height: 28px;
  }
}

.onebet-61kx4f {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .onebet-61kx4f {
    font-size: 32px;
    line-height: 40px;
  }
}

.onebet-ej1bie {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.onebet-2zrakz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.onebet-2zrakz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.onebet-byro0y {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.onebet-0ib1g4 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .onebet-0ib1g4 {
    padding: 15px 48px;
  }
}

main > .onebet-byro0y {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .onebet-y6l8jm.onebet-pn8w6r > div:nth-child(n+5) {
    display: none;
  }
}

.onebet-mmr3lx p a img {
  display: block;
  margin: 0 auto;
}


.onebet-hc753s {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.onebet-9049ac {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.onebet-9049ac label {
  font-size: 14px;
}

.onebet-9049ac h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.onebet-9049ac input,
.onebet-9049ac textarea,
.onebet-9049ac button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.onebet-9049ac button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.onebet-v25c6q ease;
}
.onebet-9049ac button:hover {
  background-color: var(--button-bg-hover);
}
.onebet-pve7ps {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.onebet-6ezdmg ease-in;
}

.onebet-pve7ps h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.onebet-1lqoea, .onebet-wd9s27, [class*="review-card"],
thead, thead th, table th, .onebet-4yggf0,
.onebet-439rft, [class*="collapsible-header"],
.onebet-kp0ocm, [class*="updated-block"] {
  color: #ece7dc !important;
}
