@charset "UTF-8";
.ball {
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 1px;
  line-height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  .ball {
    font-size: 20px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    width: 48px;
  }
}
.color-super {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.color-super.ball {
  position: relative;
}
.color-super.ball.secondary-area,
.color-super.ball.special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area,
  .color-super.ball.special-number {
    margin-top: 34px;
  }
}
.color-super.ball.secondary-area:before {
  content: "第二區";
}
.color-super.ball.special-number:before {
  content: "特別號";
}
.color-super.ball.secondary-area:before,
.color-super.ball.special-number:before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area:before,
  .color-super.ball.special-number:before {
    font-size: 16px;
    line-height: 1.4;
  }
}
.color-bigSmall {
  background: 50% / cover no-repeat url(../images/bg/ball_big_small.svg);
}
.color-singleDouble {
  background: 50% / cover no-repeat url(../images/bg/ball_single_double.svg);
  color: #fff;
}
.custom-container {
  margin-inline: auto !important;
  width: calc(100vw - 32px) !important;
}
@media (min-width: 768px) {
  .custom-container {
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px !important;
    width: 75vw !important;
  }
}
section {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
}
section h2 {
  border-bottom: 1px solid #dadada;
  line-height: 2;
  text-align: center;
  width: 100%;
}
#match_setting
  .three-four-star-pick
  .form-numbers
  > .number-btns {
  flex-wrap: nowrap;
}
#match_setting
  .three-four-star-pick
  .form-numbers
  > .number-btns
  .number-btns
  button {
  width: 100%;
}
#match_setting .bingo_bingo-pick .guessing-pick .form-numbers {
  display: flex;
}
@media (min-width: 768px) {
  #match_setting
    .bingo_bingo-pick
    .guessing-pick
    .form-numbers {
    margin-bottom: 0;
  }
  #match_setting
    .bingo_bingo-pick
    .guessing-pick
    .form-numbers:first-child {
    margin-right: 0;
  }
}
#match_setting
  .bingo_bingo-pick
  .guessing-pick
  .form-numbers
  button {
  width: 60px;
}
#match_setting .form-numbers {
  background: #f5f5f5;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  #match_setting .form-numbers {
    margin: 20px;
    padding: 20px;
  }
  #match_setting .form-numbers.super_lotto638-number-pick-1 {
    margin: 20px 0 20px 20px;
    width: 330%;
  }
  #match_setting
    .form-numbers.super_lotto638-number-pick-1
    .number-btns
    button {
    width: calc(10% - 8.1px);
  }
  #match_setting .form-numbers.super_lotto638-number-pick-2 {
    width: 100%;
  }
  #match_setting
    .form-numbers.super_lotto638-number-pick-2
    .number-btns
    button {
    width: calc(33.33333% - 6px);
  }
}
#match_setting .form-numbers .number-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media (min-width: 768px) {
  #match_setting .form-numbers .number-btns {
    gap: 9px;
  }
}
#match_setting .form-numbers .number-btns button {
  background: #fff;
  border: 1px solid #888;
  border-radius: 6px;
  color: #888;
  font-weight: 700;
  line-height: 2.2;
  margin: 0;
  width: calc(20% - 5.6px);
}
@media (min-width: 640px) {
  #match_setting .form-numbers .number-btns button {
    width: calc(10% - 6.3px);
  }
}
@media (min-width: 768px) {
  #match_setting .form-numbers .number-btns button {
    width: calc(10% - 8.1px);
  }
}
@media (min-width: 1024px) {
  #match_setting .form-numbers .number-btns button {
    width: calc(6.66667% - 8.4px);
  }
}
#match_setting .form-numbers .number-btns button:disabled {
  background: #dadada;
  border: 1px solid transparent;
}
#match_setting .form-numbers .number-btns button.picked {
  background: #ff8550;
  border-color: transparent;
  color: #000;
}
#match_setting .form-btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 768px) {
  #match_setting .form-btns {
    gap: 20px;
    padding: 20px;
  }
}
#match_setting .form-btns button {
  margin: 0;
}
#match_result .missed {
  background: #ddd;
}
#match_result .missed.color-super {
  background: #aaa;
}
#match_result .color-super.act-special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #match_result .color-super.act-special-number {
    margin-top: 34px;
  }
}
#match_result .color-super.act-special-number:before {
  color: #000;
  content: "小紅包獎號";
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
#match_result
  .table
  .el-table
  .el-scrollbar__wrap.el-scrollbar__wrap--hidden-default {
  overflow-y: hidden;
}
#match_result .table .el-table .el-scrollbar__bar.is-vertical {
  display: none;
}
#match_result .table .el-table .result p {
  font-weight: 700;
}
#match_result .table .el-table .win .result p {
  color: #4c4;
  font-size: 22px;
}
#match_result .table .el-table .lose td {
  background: #f5f5f5;
}
#match_result .table .el-table .lose .result p,
#match_result .table .el-table .lose .won-numbers p {
  color: #797979;
}
#match_result .mobile-table {
  border: 3px solid #efdd00;
  border-radius: 6px;
  margin: 15px;
}
#match_result .mobile-table .title {
  font-weight: 700;
  padding: 4px 0 2px;
  text-align: center;
}
#match_result .mobile-table .table-row {
  align-items: center;
  display: flex;
  padding: 12px 10px 0;
}
#match_result .mobile-table .table-row:last-child {
  padding: 12px 10px;
}
#match_result .mobile-table .table-row .left {
  min-width: 90px;
  width: 100%;
}
#match_result .mobile-table .table-row .right {
  width: 200%;
}
#match_result .mobile-table .left p {
  color: #797979;
}
#match_result .mobile-table .right p {
  font-weight: 700;
}
#match_result .mobile-table .win .title {
  background: linear-gradient(180deg, #fff59b, #efdd00 76.79%);
}
#match_result .mobile-table .win .result .right p {
  color: #4c4;
}
#match_result .mobile-table .lose {
  background: #f5f5f5;
}
#match_result .mobile-table .lose .title {
  background: #ddd;
}
#match_result .mobile-table .lose .right p {
  color: #797979;
}
#match_result .bingo-result-mobile-table .title {
  background: linear-gradient(180deg, #fff59b, #efdd00 76.79%) !important;
}
#match_result .el-pager .number:not(.is-active) {
  border: 1px solid #dadada;
}
@keyframes loading-59e548a8 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
