@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;
  }
}

  .el-table
  .el-scrollbar__wrap.el-scrollbar__wrap--hidden-default {
  overflow-y: hidden;
}
 .el-table .el-scrollbar__bar.is-vertical {
  display: none;
}
.draw-results .el-table tbody td:not(.row-style) {
  color: #2e2e2e;
  padding: 8px 0 !important;
}
.draw-results .el-table .first-col {
  background: #fff9db;
}
.draw-results .el-table .row-style {
  background-color: #fff3ed;
  color: #ff8550;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.draw-results .el-table .cell-style {
  background-color: #007979 !important;
  color: #fff !important;
}
.draw-results .el-table .cell-style1 {
  background-color: #efdd00 !important;
  color: #2e2e2e !important;
}
.frame {
  flex-grow: 0;
  height: 22px;
  width: 70px;
}
@media (min-width: 768px) {
  .frame {
    width: 48px;
  }
}
.frame-box1 {
  background-color: #fff;
  border: 1px solid #dadada;
}
.frame-box2 {
  background-color: #007979;
}
.frame-box3 {
  background-color: #efdd00;
}
.frame-item {
  color: #2e2e2e;
}
.frame-item,
.frame-item2 {
  font-size: 14px;
  line-height: 24px;
}
.frame-item2 {
  color: #fff;
}
.main {
  background: 3px calc(100% - 4vw) / 30px no-repeat
      url(../images/bg/green_triangle.svg),
    bottom/contain no-repeat url(../images/wave/double_yellow.svg);
}
@media (min-width: 768px) {
  .main {
    background: 40px calc(100% - 60px) / 80px no-repeat
        url(../images/bg/green_triangle.svg),
      bottom/contain no-repeat url(../images/wave/double_yellow.svg);
  }
}
.footer-hint {
  background: 102% 105%/70px no-repeat
      url(../images/bg/green_triangle_right.svg),
    #fee87d;
}
@media (min-width: 768px) {
  .footer-hint {
    background: calc(100% - 26px) calc(100% - 38px) / 145px no-repeat
        url(../images/bg/green_triangle_right.svg),
      #fee87d;
  }
}
