@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;
  }
}
.appropriation-report-root {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.appropriation-report-root .appropriation-report-content {
  background-color: #fff9db;
  max-width: 1160px;
  padding: 20px 16px 34px;
  width: 100%;
}
@media (min-width: 768px) {
  .appropriation-report-root .appropriation-report-content {
    padding: 64px 0 80px;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container {
  display: flex;
  flex-direction: column;
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item {
  align-items: flex-start;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  color: #797979;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 12px 10px;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  .appropriation-report-root
    .appropriation-report-content
    .report-item-container
    .report-item {
    align-items: center;
    min-height: 88px;
    padding: 16px 20px;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item:hover {
  border: 2px solid #ff8550;
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item
  .mobile-icon {
  align-self: flex-start;
  display: flex;
  height: 28px;
  margin-right: 12px;
  width: 28px;
}
@media (min-width: 768px) {
  .appropriation-report-root
    .appropriation-report-content
    .report-item-container
    .report-item
    .mobile-icon {
    display: none;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item
  .report-item-title-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .appropriation-report-root
    .appropriation-report-content
    .report-item-container
    .report-item
    .report-item-title-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item
  .report-item-title-container
  .report-item-title {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .appropriation-report-root
    .appropriation-report-content
    .report-item-container
    .report-item
    .report-item-title-container
    .report-item-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item
  .report-item-title-container
  .report-item-title
  img {
  display: none;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
@media (min-width: 768px) {
  .appropriation-report-root
    .appropriation-report-content
    .report-item-container
    .report-item
    .report-item-title-container
    .report-item-title
    img {
    display: flex;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item
  .report-item-title-container
  .report-item-time {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .appropriation-report-root
    .appropriation-report-content
    .report-item-container
    .report-item
    .report-item-title-container
    .report-item-time {
    font-size: 20px;
  }
}
.appropriation-report-root
  .appropriation-report-content
  .report-item-container
  .report-item
  .report-item-title-container:first-child {
  margin-top: 0;
}
