.element {
  display: flex;
  flex-direction: column;
  width: 1920px;
  align-items: flex-start;
  position: relative;
  background-color: #141518;
}

.element .topbar {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #272a31;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #1e2939;
}

.element .frame {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.element .logo {
  display: flex;
  width: 232px;
  align-items: center;
  gap: 76px;
  position: relative;
}

.element .kakaotalk {
  position: relative;
  width: 154px;
  height: 26px;
  aspect-ratio: 5.92;
  object-fit: cover;
}

.element .alarm {
  display: flex;
  max-width: 500px;
  width: 300px;
  height: 40px;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  background-color: #303338;
  border-radius: 10px;
}

.element .vector {
  position: relative;
  width: 15px;
  height: 15px;
  aspect-ratio: 1;
}

.element .text-wrapper {
  display: -webkit-box;
  flex: 1;
  margin-top: -1.5px;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  font-family: "Inter", Helvetica;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
}

.element .btn {
  display: inline-flex;
  height: 36px;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.element .div {
  height: 40px;
  justify-content: center;
  gap: 5px;
  margin-top: -2px;
  margin-bottom: -2px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.element .idx-bet-market-header-left {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.element .ico-profile {
  width: 20px;
  height: 20px;
  position: relative;
  aspect-ratio: 1;
}

.element .text-wrapper-2 {
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: -0.08px;
  line-height: 23.2px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.element .level {
  display: inline-flex;
  padding: 2px 6px;
  flex: 0 0 auto;
  background-color: var(--purple);
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.element .frame-2 {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-3 {
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.element .text-wrapper-4 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", Helvetica;
  color: #eeff00;
  white-space: nowrap;
}

.element .button-loout {
  position: relative;
  width: 82px;
  height: 36px;
  background-color: #303338;
  border-radius: 10px;
}

.element .text-wrapper-5 {
  position: absolute;
  top: 8px;
  left: 15px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #d1d5dc;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.element .frame-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .sidebar {
  display: flex;
  flex-direction: column;
  width: 256px;
  align-items: flex-start;
  padding: 10px 0px;
  position: relative;
  align-self: stretch;
  background-color: #212328;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #1e2939;
}

.element .container {
  gap: 24px;
  padding: 0px 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .div-3 {
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .heading {
  display: flex;
  height: 16px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-6 {
  flex: 1;
  margin-top: -1px;
  font-weight: 600;
  color: #6a7282;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
  font-family: "Inter", Helvetica;
}

.element .cash-menu {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #303338;
  border-radius: 10px;
  overflow: hidden;
}

.element .frame-4 {
  display: inline-flex;
  height: 14px;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.element .ico-cash {
  position: relative;
  width: 19.06px;
  height: 15px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  aspect-ratio: 1.27;
  background-image: url(../../img/idx-em/13_Bet365/vector-1.svg);
  background-size: 100% 100%;
}

.element .img {
  position: absolute;
  width: 100%;
  height: 65.89%;
  top: 34.11%;
  left: 0;
}

.element .vector-2 {
  position: absolute;
  width: 41.23%;
  height: 27.25%;
  top: 72.75%;
  left: 58.77%;
}

.element .text-wrapper-7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 23px;
  height: 17px;
  margin-top: -2.5px;
  margin-bottom: -0.5px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #d1d5dc;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .ico-cashback {
  position: relative;
  width: 19px;
  height: 15px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  aspect-ratio: 1.21;
}

.element .ico-point {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  aspect-ratio: 0.82;
  background-image: url(../../img/idx-em/13_Bet365/vector-4.svg);
  position: relative;
  width: 12.33px;
  height: 15px;
  background-size: 100% 100%;
}

.element .vector-3 {
  position: absolute;
  width: 66.08%;
  height: 76.84%;
  top: 23.16%;
  left: 33.92%;
}

.element .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -2.5px;
  margin-bottom: -0.5px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #d1d5dc;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .div-4 {
  gap: 4px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .link-wrapper {
  height: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .link {
  gap: 12px;
  padding: 0px 0px 0px 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
}

.element .icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.element .vector-4 {
  position: absolute;
  width: 83.33%;
  height: 41.67%;
  top: 58.33%;
  left: 16.67%;
}

.element .vector-5 {
  position: absolute;
  width: 70.83%;
  height: 91.67%;
  top: 8.33%;
  left: 29.17%;
}

.element .div-wrapper {
  position: relative;
  width: 70px;
  height: 20px;
}

.element .text-wrapper-9 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #d1d5dc;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.element .icon-2 {
  position: relative;
  width: 20px;
}

.element .sidebar-2 {
  position: relative;
  width: 42px;
  height: 20px;
}

.element .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #d1d5dc;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.element .text-wrapper-11 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.07px;
  line-height: 20.3px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", Helvetica;
  color: #eeff00;
  white-space: nowrap;
}

.element .calendar {
  position: relative;
  width: 20px;
  height: 18px;
  aspect-ratio: 1.09;
  background-image: url(../../img/idx-em/13_Bet365/vector-8.svg);
  background-size: 100% 100%;
}

.element .vector-stroke {
  position: absolute;
  height: 55.56%;
  top: 44.44%;
  left: calc(50.00% - 4px);
  width: 8px;
}

.element .sidebar-3 {
  position: relative;
  width: 93.84px;
  height: 20px;
}

.element .train-ticket {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  background-image: url(../../img/idx-em/13_Bet365/vector-9.svg);
  background-size: 100% 100%;
}

.element .vector-6 {
  position: absolute;
  width: 64.58%;
  height: 66.67%;
  top: 33.33%;
  left: 35.42%;
}

.element .vector-7 {
  position: absolute;
  width: 54.17%;
  height: 47.92%;
  top: 52.08%;
  left: 45.83%;
}

.element .vector-8 {
  position: absolute;
  width: 91.67%;
  height: 70.84%;
  top: 29.16%;
  left: 8.33%;
}

.element .vector-9 {
  position: absolute;
  width: 54.17%;
  height: 70.84%;
  top: 29.16%;
  left: 45.83%;
}

.element .vector-10 {
  position: absolute;
  width: 83.33%;
  height: 54.17%;
  top: 45.83%;
  left: 16.67%;
}

.element .vector-11 {
  position: absolute;
  width: 83.33%;
  height: 91.67%;
  top: 8.33%;
  left: 16.67%;
}

.element .vector-12 {
  position: absolute;
  width: 91.67%;
  height: 95.84%;
  top: 4.16%;
  left: 8.33%;
}

.element .vector-13 {
  position: absolute;
  width: 54.17%;
  height: 37.50%;
  top: 62.50%;
  left: 45.83%;
}

.element .sidebar-4 {
  position: relative;
  width: 56px;
  height: 20px;
}

.element .ico-notice-wrapper {
  display: flex;
  flex-direction: column;
  width: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 0px;
  position: relative;
}

.element .ico-notice {
  position: relative;
  width: 18.5px;
  height: 18.5px;
  margin-top: -0.25px;
  margin-bottom: -0.25px;
  aspect-ratio: 1;
}

.element .link-wrapper-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 36px;
}

.element .link-2 {
  width: 223px;
  height: 36px;
  justify-content: space-between;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
}

.element .sidebar-5 {
  display: flex;
  width: 74px;
  height: 20px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.element .trophy {
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 106px 155px;
  position: relative;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.element .trophy-stroke {
  position: relative;
  width: 16px;
  height: 23px;
  margin-top: -105px;
  margin-bottom: -105px;
  margin-left: -150.5px;
  margin-right: -150.5px;
  aspect-ratio: 0.7;
}

.element .text {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 20px;
}

.element .div-5 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #d1d5dc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.element .span {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #d1d5dc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.element .text-wrapper-12 {
  font-size: 12px;
}

.element .vector-wrapper {
  position: relative;
  width: 16px;
  height: 16px;
}

.element .vector-14 {
  position: absolute;
  width: 66.67%;
  height: 79.16%;
  top: 20.84%;
  left: 33.33%;
}

.element .sidebar-6 {
  display: flex;
  width: 60px;
  height: 20px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.element .img-2 {
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  aspect-ratio: 1;
}

.element .sidebar-7 {
  display: flex;
  width: 88px;
  height: 20px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.element .live {
  position: relative;
  width: 25px;
  margin-top: -1.75px;
  margin-bottom: -1.75px;
  aspect-ratio: 1;
}

.element .bet {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 36px;
  background-color: #303338;
  border-radius: 10px;
}

.element .sidebar-8 {
  display: flex;
  width: 106.92px;
  height: 20px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.element .chip {
  position: relative;
  width: 25px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
}

.element .text-wrapper-13 {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0px 0px 4px #ffffff33;
  font-family: "Inter", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.element .coin {
  position: relative;
  width: 25px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  aspect-ratio: 1;
}

.element .img-wrapper {
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.element .vector-15 {
  position: relative;
  width: 23px;
  height: 23px;
  aspect-ratio: 1;
}

.element .x {
  position: relative;
  width: 25px;
  height: 22.28px;
  margin-top: -1.14px;
  margin-bottom: -1.14px;
  aspect-ratio: 1.12;
}

.element .vector-stroke-2 {
  position: absolute;
  width: 96.38%;
  height: 60.98%;
  top: 39.02%;
  left: 3.62%;
}

.element .vector-stroke-3 {
  position: absolute;
  width: 86.23%;
  height: 44.72%;
  top: 55.28%;
  left: 13.77%;
}

.element .vector-stroke-4 {
  position: absolute;
  width: 60.87%;
  height: 44.72%;
  top: 55.28%;
  left: 39.13%;
}

.element .vector-stroke-5 {
  position: absolute;
  width: 35.51%;
  height: 44.72%;
  top: 55.28%;
  left: 64.49%;
}

.element .vector-stroke-6 {
  position: absolute;
  width: 75.36%;
  height: 100%;
  top: 0;
  left: 24.64%;
}

.element .vector-stroke-7 {
  position: absolute;
  width: 100%;
  height: 77.24%;
  top: 22.76%;
  left: 0;
}

.element .vector-stroke-8 {
  position: absolute;
  width: 28.26%;
  height: 77.24%;
  top: 22.76%;
  left: 71.74%;
}

.element .ace-diamonds {
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.element .image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.element .main-content-wrapper {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.element .home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

/* 태블릿 이하: 상단 게임 카테고리 (game_token / casino nor 동형, 데스크톱 숨김) */
.element .idx-tg-game-cat-row {
  display: none;
}

@media (max-width: 1024px) {
  .element .home {
    gap: 10px;
  }

  .element .idx-tg-game-cat-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    align-self: stretch;
    position: relative;
    background-color: #272a31;
    border-radius: 16px;
    overflow: hidden;
    gap: 4px;
    padding: 8px 14px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

.element .idx-tg-game-cat-row > .idx-casino-cat-btn {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: opacity 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 3px;
  position: relative;
  width: 100%;
  min-height: 30px;
  border-radius: 3px;
  background: transparent;
  color: #ffffff;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  font-size: 12px;
  line-height: 14.4px;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
}

.element .idx-tg-game-cat-row > .idx-casino-cat-btn:visited {
  color: #ffffff;
}

.element .idx-tg-game-cat-row > .idx-casino-cat-btn:not(.is-selected) {
  opacity: 0.35;
  background-color: transparent;
  box-shadow: none;
}

.element .idx-tg-game-cat-row > .idx-casino-cat-btn.is-selected {
  opacity: 1;
  background-color: #3b3f46;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.element .idx-tg-game-cat-row > .idx-casino-cat-btn:focus-visible {
  outline: 2px solid #c4b5fd;
  outline-offset: 2px;
}

.element .board {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.element .board-list {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.element .board-category {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #272a31;
  border-radius: 16px;
  overflow: hidden;
}

.element .idx-bet-cat-primary-item--active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0px 3px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #3b3f46;
  border-radius: 10px;
}

.element .idx-bet-cat-primary-icon {
  position: relative;
  width: 25.17px;
  height: 25px;
  aspect-ratio: 1.01;
}

.element .idx-bet-cat-primary-label {
  justify-content: center;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06px;
  line-height: 14.4px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.element .idx-bet-cat-primary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0px 3px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 3px;
  opacity: 0.2;
}

.element .board-category-2 {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 6px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #272a31;
  border-radius: 16px;
  overflow: hidden;
}

/* board-category / board-category-2 single-select interaction */
.element .board-category > .idx-bet-cat-btn,
.element .board-category-2 > .idx-bet-cat2-btn {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: opacity 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.element .board-category > .idx-bet-cat-btn:not(.is-selected) {
  opacity: 0.35;
  background-color: transparent;
  box-shadow: none;
}

.element .board-category > .idx-bet-cat-btn.is-selected {
  opacity: 1;
  background-color: #3b3f46;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.element .board-category-2 > .idx-bet-cat2-btn:not(.is-selected) {
  opacity: 0.42;
  background-color: transparent !important;
  box-shadow: none;
}

.element .board-category-2 > .idx-bet-cat2-btn.is-selected {
  opacity: 1;
  background-color: var(--purple) !important;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.element .board-category > .idx-bet-cat-btn:focus-visible,
.element .board-category-2 > .idx-bet-cat2-btn:focus-visible {
  outline: 2px solid #c4b5fd;
  outline-offset: 2px;
}

.element .idx-bet-cat-secondary-item--active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0px 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--purple);
  border-radius: 10px;
}

.element .idx-bet-cat-secondary-sport {
  position: relative;
  display: -webkit-box;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06px;
  line-height: 14.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.element .idx-bet-cat-secondary-league {
  position: relative;
  display: -webkit-box;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.element .idx-bet-cat-secondary-timer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Digital Numbers-Regular", Helvetica;
  font-weight: 400;
  color: #eeff00;
  font-size: 8px;
  text-align: center;
  letter-spacing: -0.04px;
  line-height: 9.6px;
  white-space: nowrap;
}

.element .idx-bet-cat-secondary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0px 3px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 3px;
}

.element .idx-bet-cat-secondary-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Digital Numbers-Regular", Helvetica;
  font-weight: 400;
  color: #ff4e00;
  font-size: 8px;
  text-align: center;
  letter-spacing: -0.04px;
  line-height: 9.6px;
  white-space: nowrap;
}

.element .idx-bet-stage {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element .live-picture {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #272a31;
  border-radius: 16px;
  overflow: hidden;
}

.element .live-picture-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.78;
  background-image: url(../../img/idx-em/13_Bet365/live-picture.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.element .live-picture-2:has(> img) {
  background-image: none;
}

.element .live-picture-2 > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.element .game-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #272a31;
  border-radius: 16px;
  overflow: hidden;
}

.element .idx-bet-market-header {
  height: 48px;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .idx-bet-market-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .game {
  display: flex;
  flex-direction: column;
  width: 20px;
  justify-content: center;
  gap: 10px;
  aspect-ratio: 1;
  align-items: center;
  position: relative;
}

.element .group {
  position: relative;
  width: 18px;
  height: 17.94px;
  aspect-ratio: 1;
}

.element .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  aspect-ratio: 1;
}

.element .s {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 9px;
}

.element .idx-bet-market-meta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.element .idx-bet-market-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 14px;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .idx-bet-market-datetime {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 99px;
  height: 8px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .game-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.element .idx-bet-market-status-row {
  display: inline-flex;
  justify-content: flex-end;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.element .idx-bet-market-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #212328;
  border-radius: 4px 0px 0px 4px;
  position: relative;
  flex: 0 0 auto;
}

.element .idx-bet-market-status-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-timer-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: var(--purple);
  border-radius: 0px 4px 4px 0px;
  position: relative;
  flex: 0 0 auto;
}

.element .idx-bet-market-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 0px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .idx-bet-market-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .idx-bet-market-card-head {
  height: 20px;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.element .rectangle {
  position: relative;
  width: 2px;
  height: 10px;
  background-color: var(--purple);
  border-radius: 2px;
}

.element .idx-bet-market-card-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 75px;
  height: 20px;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 10px;
  letter-spacing: -0.05px;
  line-height: 120px;
  white-space: nowrap;
}

.element .idx-bet-market-odds-row {
  gap: 2px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.element .idx-bet-market-odds-left {
  height: 30px;
  justify-content: space-between;
  padding: 4px 10px;
  flex: 1;
  flex-grow: 1;
  background-color: #3b3f46;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.element .idx-bet-market-odds-left-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-odds-left-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-odds-center {
  width: 60px;
  height: 30px;
  justify-content: center;
  padding: 8px 6px;
  background-color: #3b3f46;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.element .idx-bet-market-odds-center-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.5px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ff4e00;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-odds-right {
  height: 30px;
  justify-content: space-between;
  padding: 4px 10px;
  flex: 1;
  flex-grow: 1;
  background-color: #3b3f46;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.element .idx-bet-odds-cell.is-selected {
  background-color: #fa52ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.element .idx-bet-odds-cell.is-selected :is(
  .idx-bet-market-odds-left-label,
  .idx-bet-market-odds-left-value,
  .idx-bet-market-odds-center-label,
  .idx-bet-market-total-line,
  .idx-bet-market-odds-right-value,
  .idx-bet-market-odds-right-label
) {
  color: #ffffff;
}

.element .idx-bet-market-odds-right-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-odds-right-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-card-title-alt {
  position: relative;
  display: flex;
  align-items: center;
  width: 84px;
  height: 20px;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 10px;
  letter-spacing: -0.05px;
  line-height: 120px;
  white-space: nowrap;
}

.element .idx-bet-market-trend-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.element .down-arrow {
  position: relative;
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
}

.element .idx-bet-market-trend-arrow-a {
  position: relative;
  width: 91.67%;
  height: 100%;
  left: 4.17%;
  background-image: url(../../img/idx-em/13_Bet365/vector-30.svg);
  background-size: 100% 100%;
}

.element .idx-bet-market-trend-value-a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.05px;
  line-height: 12px;
  white-space: nowrap;
}

.element .idx-bet-market-total-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.5px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #eeff00;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-trend-value-b {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-market-trend-arrow-b {
  position: relative;
  width: 91.67%;
  height: 100%;
  left: 4.17%;
  background-image: url(../../img/idx-em/13_Bet365/vector-31.svg);
  background-size: 100% 100%;
}

.element .bet-list {
  padding: 10px;
  background-color: #272a31;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-wrapper {
  gap: 6px;
  padding: 4px 10px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .idx-bet-history-title-chip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 273px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .idx-bet-history-title-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #d1d5dc;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .idx-bet-history-table {
  gap: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .idx-bet-history-head-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.element .idx-bet-history-head-cell {
  height: 30px;
  justify-content: center;
  padding: 4px 6px;
  flex: 1;
  flex-grow: 1;
  background-color: #212328;
  display: flex;
  align-items: center;
  position: relative;
}

.element .idx-bet-history-head-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  white-space: nowrap;
}

.element .idx-bet-history-list {
  gap: 4px;
  flex: 0 0 auto;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .idx-bet-history-row {
  gap: 2px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.element .idx-bet-history-cell {
  height: 30px;
  justify-content: center;
  gap: 4px;
  padding: 4px 6px;
  flex: 1;
  flex-grow: 1;
  background-color: #3b3f46;
  display: flex;
  align-items: center;
  position: relative;
}

.element .idx-bet-history-cell-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .idx-bet-history-cell-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ff4e00;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .idx-bet-history-page {
  display: flex;
  height: 30px;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.element .idx-bet-history-page-num {
  justify-content: center;
  flex: 1;
  height: 20px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.07px;
  line-height: 20.3px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", Helvetica;
  color: #eeff00;
  white-space: nowrap;
}

.element .user-board {
  display: flex;
  flex-direction: column;
  width: 300px;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}

.element .div-7 {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: #272a31;
  border-radius: 16px;
  overflow: hidden;
}

.element .div-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .user-idx-bet-market-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.element .div-9 {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.element .ico-profile-2 {
  width: 14px;
  height: 14px;
  position: relative;
  aspect-ratio: 1;
}

.element .text-wrapper-37 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.07px;
  line-height: 20.3px;
  white-space: nowrap;
}

.element .level-2 {
  display: flex;
  width: 30px;
  height: 20px;
  background-color: #fa52ff;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.element .text-wrapper-38 {
  font-size: 10px;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.element .text-wrapper-39 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: -0.05px;
  line-height: 14.5px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", Helvetica;
  color: #eeff00;
  white-space: nowrap;
}

.element .frame-19 {
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.element .ico-massage {
  position: relative;
  width: 14.23px;
  height: 14.17px;
  margin-left: -0.12px;
  aspect-ratio: 1;
}

.element .text-wrapper-40 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.07px;
  line-height: 20.3px;
  white-space: nowrap;
}

.element .text-wrapper-41 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.07px;
  line-height: 20.3px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", Helvetica;
  color: #eeff00;
  white-space: nowrap;
}

.element .div-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #303338;
  border-radius: 10px;
  overflow: hidden;
}

.element .image-wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  border: 1px solid;
  border-color: var(--purple);
  aspect-ratio: 1;
}

.element .image-2 {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 7px;
}

.element .text-wrapper-42 {
  display: flex;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: #d1d5dc;
  white-space: nowrap;
  position: relative;
  align-items: center;
  font-family: "Inter", Helvetica;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
}

.element .frame-20 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-43 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #eeff00;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .text-wrapper-44 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .chip-2 {
  position: relative;
  width: 14.88px;
  height: 14.88px;
  aspect-ratio: 1;
  background-image: url(../../img/idx-em/13_Bet365/vector-32.svg);
  background-size: 100% 100%;
}

.element .vector-16 {
  position: absolute;
  width: 67.70%;
  height: 71.48%;
  top: 28.52%;
  left: 32.30%;
}

.element .ico-point-wrapper {
  display: flex;
  flex-direction: column;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1;
}

.element .ico-point-2 {
  background-image: url(../../img/idx-em/13_Bet365/vector-34.svg);
  position: relative;
  width: 12.33px;
  height: 15px;
  background-size: 100% 100%;
}

.element .roulette {
  position: relative;
  width: 15px;
  height: 15px;
  overflow: hidden;
  aspect-ratio: 1;
}

.element .group-4 {
  position: relative;
  width: 94.12%;
  height: 100.00%;
  left: 2.94%;
  display: flex;
  background-image: url(../../img/idx-em/13_Bet365/vector-36.svg);
  background-size: 100% 100%;
}

.element .vector-17 {
  flex: 1;
  width: 4.37px;
}

.element .bet-idx-bet-market-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #3b3f46;
  border-radius: 10px;
  overflow: hidden;
  border-color: var(--purple);
}

.element .frame-21 {
  gap: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.element .check-box-on {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.element .check-box-on-2 {
  position: relative;
  width: 12px;
  height: 12px;
  aspect-ratio: 1;
  background-image: url(../../img/idx-em/13_Bet365/vector-38.svg);
  background-size: 100% 100%;
}

.element .vector-18 {
  position: absolute;
  top: calc(50.00% - 4px);
  left: calc(50.00% - 4px);
  width: 9px;
  height: 7px;
  aspect-ratio: 1.33;
}

.element .text-wrapper-45 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 10px;
  letter-spacing: -0.05px;
  line-height: 12px;
  white-space: nowrap;
}

.element .line {
  position: relative;
  width: 1px;
  height: 12px;
  object-fit: cover;
}

.element .delete {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.element .delete-2 {
  position: relative;
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
}

.element .vector-19 {
  position: absolute;
  width: 91.34%;
  height: 100%;
  top: 0;
  left: 8.66%;
}

.element .frame-22 {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .bet-cash {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #3b3f46;
}

.element .input {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .frame-23 {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #272a31;
  border-radius: 8px;
  overflow: hidden;
}

.element .text-wrapper-46 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #eeff00;
  font-size: 14px;
  letter-spacing: -0.07px;
  line-height: 20.3px;
  white-space: nowrap;
}

.element .frame-24 {
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e701e2;
  border-radius: 8px;
  overflow: hidden;
}

.element .text-wrapper-47 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -4.5px;
  margin-bottom: -2.5px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .bet-list-2 {
  justify-content: center;
  gap: 2px;
  padding: 10px 15px;
  background-color: #3b3f46;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-25 {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-26 {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 1px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #303338;
  border-radius: 8px;
}

.element .text-wrapper-48 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #7f8691;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .frame-27 {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 1px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #e701e2;
  border-radius: 8px;
}

.element .text-wrapper-49 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.06px;
  line-height: 17.4px;
  white-space: nowrap;
}

.element .bet-cal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 10px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #3b3f46;
}

.element .btn-bet {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #00bc7d;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #10b9814c;
}

.element .text-wrapper-50 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  white-space: nowrap;
}

.element .bet-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.element .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 10px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #303338;
}

.element .text-wrapper-51 {
  display: flex;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: #7f8691;
  white-space: nowrap;
  position: relative;
  align-items: center;
  font-family: "Inter", Helvetica;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
}

.element .text-wrapper-52 {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: #d1d5dc;
  text-align: right;
  white-space: nowrap;
  position: relative;
  align-items: center;
  font-family: "Inter", Helvetica;
  font-size: 12px;
  letter-spacing: -0.06px;
  line-height: 17.4px;
}

.element .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #272a31;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #1e2939;
}

.element .text-10 {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-53 {
  position: relative;
  width: fit-content;
  margin-top: -0.67px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: var(--purple);
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 20px;
  white-space: nowrap;
}

.element .text-wrapper-54 {
  width: fit-content;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 16.3px;
  white-space: nowrap;
  position: relative;
  font-family: "Inter", Helvetica;
}

.element .container-2 {
  width: 794.34px;
  gap: 3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  line-height: 16px;
}

.element .TINGBET {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  line-height: 16px;
}

.element .text-wrapper-55 {
  font-weight: 500;
  color: #f952ff;
}

.element .text-wrapper-56 {
  color: #6a7282;
}

.element .text-wrapper-57 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .element .idx-bet-stage {
    flex-direction: column;
  }

  .element .live-picture,
  .element .game-list {
    width: 100%;
    flex: 0 0 auto;
  }
}
