@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;
  }
}
.taiwam-map {
  max-width: 400px;
  min-height: 200px;
  min-width: 200px;
}
path {
  stroke: #fff;
  stroke-width: 0.5px;
  fill: #dadada;
}
.level-1 {
  fill: red;
  cursor: pointer;
}
.level-1:hover {
  filter: invert(10%);
}
.level-2 {
  fill: #ff8550;
  cursor: pointer;
}
.level-2:hover {
  filter: invert(10%);
}
.level-3 {
  fill: #efdd00;
  cursor: pointer;
}
.level-3:hover {
  filter: invert(10%);
}
image {
  height: 22px;
  width: 28px;
}
image:hover {
  cursor: pointer;
}
.taiwam-map:after {
  border-left: 3px dashed red;
  border-right: 3px dashed transparent;
  content: "";
  display: var(--4596fb86);
  height: calc(var(--c00d137e) + 10px);
  left: var(--508eb6e5);
  position: absolute;
  top: var(--508eb6e6);
  width: 0;
}
@media (min-width: 768px) {
  .taiwam-map:after {
    border: 3px dashed transparent;
    border-top-color: red;
    height: 0;
    width: calc(var(--ebc18528) + 50px);
  }
}
