@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;
  }
}
aside {
  background: linear-gradient(
    176deg,
    #cd006c -101%,
    #f36666 -56%,
    #f08c8c -41%,
    #f35757 23%,
    #d90505 98%
  );
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  aside {
    border-radius: 20px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  aside {
    background: linear-gradient(180deg, #cd0000 -55%, #ff9d9d 11%, #d90505 99%);
    flex-direction: row;
  }
}
aside .logo {
  -o-border-image: url(../images/bg/yellow_light_mobile.png) 12 space;
  border-image: url(../images/bg/yellow_light_mobile.png) 12 space;
  border-inline: 12px solid transparent;
  margin: 4px 6px;
  padding: 3px;
}
@media (min-width: 768px) {
  aside .logo {
    -o-border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-inline: 32px solid transparent;
  }
}
@media (min-width: 1024px) {
  aside .logo {
    border-block: 32px solid transparent;
    -o-border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-inline: none;
    width: calc(20% - 26px);
  }
}
aside .logo img {
  height: 50px;
  margin: auto;
}
@media (min-width: 768px) {
  aside .logo img {
    height: 90px;
    max-height: 10vh;
  }
}
@media (min-width: 1024px) {
  aside .logo img {
    height: 100%;
    max-height: unset;
    width: 100%;
  }
}
aside .result {
  background: #fff;
  border-radius: 6px;
  margin: 0 10px 10px;
}
@media (min-width: 768px) {
  aside .result {
    display: flex;
  }
}
@media (min-width: 1024px) {
  aside .result {
    margin: 10px 10px 10px 4px;
    width: 80%;
  }
}
aside .result .result-info {
  border-bottom: 1px solid #dadada;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  aside .result .result-info {
    border-bottom: none;
    border-right: 1px solid #dadada;
    padding: 28px 20px;
  }
}
aside .result .result-info h2 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  aside .result .result-info h2 {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: left;
  }
}
aside .result .result-info p {
  color: #797979;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  aside .result .result-info p {
    margin: 0 0 24px;
  }
}
aside .result .result-info p span {
  width: 40%;
}
aside .result .result-info p b,
aside .result .result-info p span {
  display: inline-block;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
aside .result .result-info p b {
  color: #000;
  width: 60%;
}
@media (min-width: 768px) {
  aside .result .result-info p b {
    display: block;
  }
}
aside .result .result-info button {
  display: block;
  letter-spacing: 1px;
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  aside .result .result-info button {
    margin: unset;
  }
}
aside .result .result-immediate-count {
  padding: 14px 12px;
}
@media (min-width: 768px) {
  aside .result .result-immediate-count {
    padding: 30px 24px;
  }
}
aside .result .result-immediate-count .result-balls {
  margin: auto;
  max-width: 420px;
}
@media (min-width: 768px) {
  aside .result .result-immediate-count .result-balls {
    margin: 0 -6px;
    max-width: unset;
  }
}
aside .result .result-immediate-count .result-balls .ball {
  margin: 4px;
}
@media (min-width: 768px) {
  aside .result .result-immediate-count .result-balls .ball {
    margin: 6px;
  }
}
.immediate-count {
  align-items: center;
  background-color: #f8ebaf;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
  margin: 16px auto 0;
  max-width: 300px;
  padding: 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .immediate-count {
    justify-content: flex-start;
    margin: 16px 16px 0;
    max-width: unset;
    padding: 6px 16px;
  }
  .immediate-count > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4px 0;
  }
  .immediate-count > div:first-child,
  .immediate-count > div:nth-child(2) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .immediate-count > div:first-child,
  .immediate-count > div:nth-child(2) {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .immediate-count > div:first-child,
  .immediate-count > div:nth-child(2) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .immediate-count > div .ball {
    margin: 0 15px;
    min-width: 48px;
  }
}
.animation-aside {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(46, 46, 46, 0.4);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 68px 0 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
@media (min-width: 1024px) {
  .animation-aside {
    padding: 38px 0 0;
  }
}
.animation-aside:before {
  background: 50% / contain no-repeat url(../images/icon/close.svg);
  content: "";
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3333333333));
  height: 40px;
  position: fixed;
  right: 12px;
  top: 18px;
  width: 40px;
  z-index: 9;
}
@media (min-width: 768px) {
  .animation-aside:before {
    right: 32px;
  }
}
@media (min-width: 1024px) {
  .animation-aside:before {
    right: 38px;
    top: 38px;
  }
}
.animation-aside.only-animatiom {
  background: #fff;
  overflow-y: unset;
  padding: 0;
  position: static;
}
.animation-aside.only-animatiom:before {
  display: none;
}
.animation-aside.only-animatiom .hint {
  margin: 0;
  padding: 0;
  position: unset;
}
@media (min-width: 768px) {
  .animation-aside.only-animatiom .hint {
    margin: 0;
    padding: 0;
  }
}
.animation-aside.only-animatiom .hint > div {
  margin: 20px 0 0;
  padding: 0;
}
.animation-aside::-webkit-scrollbar {
  background-color: #fff5;
  width: 4px;
}
.animation-aside::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0.667);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .animation-aside aside {
    width: 80vw !important;
  }
}
.animation-aside #result-animation {
  display: flex;
  flex-wrap: wrap;
  max-width: 420px;
  padding: 12px 5px;
}
@media (min-width: 768px) {
  .animation-aside #result-animation {
    width: 420px;
  }
}
.animation-aside #result-animation .unset-ball,
.animation-aside #result-animation .unset-ball:after {
  height: min((100vw - 32px - 20px - 10px)/10 - 6px, 35px);
  line-height: min((100vw - 32px - 20px - 10px)/10 - 6px, 35px);
  min-width: min((100vw - 32px - 20px - 10px)/10 - 6px, 35px);
  width: min((100vw - 32px - 20px - 10px)/10 - 6px, 35px);
}
@media (max-width: 380px) {
  .animation-aside #result-animation .unset-ball,
  .animation-aside #result-animation .unset-ball:after {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.animation-aside .immediate-count {
  margin: 0 16px 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .animation-aside .immediate-count {
    max-width: 420px;
    width: calc(100% - 24px);
  }
}
.animation-aside .immediate-count .ball {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  min-width: 35px;
  width: 35px;
}
.animation-aside .hint {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.animation-aside .hint > div {
  background: #fff;
  border-radius: 10px;
  color: #797979;
  font-size: 14px;
  line-height: 22px;
  margin: 20px auto 110px;
  padding: 10px;
}
@media (min-width: 768px) {
  .animation-aside .hint > div {
    margin: 20px auto;
    padding: 20px;
  }
}
.animation-aside .hint > div ul {
  list-style-type: decimal;
  margin-left: 25px;
}
.animation-aside .unset-ball {
  background: #f5f5f5;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  margin: 3px;
  position: relative;
  width: 35px;
}
.animation-aside
  .animation-start.stop-animation-at-end
  .unset-ball:after {
  animation-direction: reverse;
  animation-fill-mode: backwards;
  animation-play-state: paused;
}
.animation-aside .animation-start .unset-ball.res-19:after {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.animation-aside .animation-start .res-0:after,
.animation-aside .animation-start .res-10:after,
.animation-aside .animation-start .res-11:after,
.animation-aside .animation-start .res-12:after,
.animation-aside .animation-start .res-13:after,
.animation-aside .animation-start .res-14:after,
.animation-aside .animation-start .res-15:after,
.animation-aside .animation-start .res-16:after,
.animation-aside .animation-start .res-17:after,
.animation-aside .animation-start .res-18:after,
.animation-aside .animation-start .res-19:after,
.animation-aside .animation-start .res-1:after,
.animation-aside .animation-start .res-2:after,
.animation-aside .animation-start .res-3:after,
.animation-aside .animation-start .res-4:after,
.animation-aside .animation-start .res-5:after,
.animation-aside .animation-start .res-6:after,
.animation-aside .animation-start .res-7:after,
.animation-aside .animation-start .res-8:after,
.animation-aside .animation-start .res-9:after {
  animation: ball_showing_y-c7584899 1.5s cubic-bezier(0.19, 0.76, 0.63, 1.41)
      0s forwards,
    ball_showing_x-c7584899 1.5s linear 0s forwards;
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 20px;
  content: attr(data-num);
  font-weight: 700;
  height: 100%;
  left: 1500%;
  line-height: 35px;
  position: absolute;
  top: 1500%;
  width: 100%;
  z-index: 1;
}
@keyframes ball_showing_y-c7584899 {
  0% {
    top: 1000%;
  }
  to {
    top: 0;
  }
}
@keyframes ball_showing_x-c7584899 {
  0% {
    left: -1000%;
  }
  to {
    left: 0;
  }
}
.animation-aside .animation-start .res-1:after {
  animation-delay: 1.5s;
}
.animation-aside .animation-start .res-2:after {
  animation-delay: 3s;
}
.animation-aside .animation-start .res-3:after {
  animation-delay: 4.5s;
}
.animation-aside .animation-start .res-4:after {
  animation-delay: 6s;
}
.animation-aside .animation-start .res-5:after {
  animation-delay: 7.5s;
}
.animation-aside .animation-start .res-6:after {
  animation-delay: 9s;
}
.animation-aside .animation-start .res-7:after {
  animation-delay: 10.5s;
}
.animation-aside .animation-start .res-8:after {
  animation-delay: 12s;
}
.animation-aside .animation-start .res-9:after {
  animation-delay: 13.5s;
}
.animation-aside .animation-start .res-10:after {
  animation-delay: 15s;
}
.animation-aside .animation-start .res-11:after {
  animation-delay: 16.5s;
}
.animation-aside .animation-start .res-12:after {
  animation-delay: 18s;
}
.animation-aside .animation-start .res-13:after {
  animation-delay: 19.5s;
}
.animation-aside .animation-start .res-14:after {
  animation-delay: 21s;
}
.animation-aside .animation-start .res-15:after {
  animation-delay: 22.5s;
}
.animation-aside .animation-start .res-16:after {
  animation-delay: 24s;
}
.animation-aside .animation-start .res-17:after {
  animation-delay: 25.5s;
}
.animation-aside .animation-start .res-18:after {
  animation-delay: 27s;
}
.animation-aside .animation-start .res-19:after {
  animation-delay: 28.5s;
}
.animation-aside .v-enter-active,
.animation-aside .v-leave-active {
  overflow: hidden;
  transition: 0.5s ease;
}
.animation-aside .v-enter-from,
.animation-aside .v-leave-to {
  max-height: 0;
  opacity: 0;
}
.animation-aside .v-enter-to,
.animation-aside .v-leave-from {
  max-height: 96px;
  opacity: 1;
}
