html {
  background-color: black;
}

body {
  height: 100vh;
  padding: 0;
  text-align: center;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Times New Roman", "Times", serif;
  background-size: contain;
  background-repeat: no-repeat;
}

header {
  margin-top: 3%;
}

.headerBar {
  width: 100%;
}

.title {
  width: 80%;
}

/* pageview*/
.preview {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.direction_pre,
.starTime_pre {
  margin-top: 5%;
  width: 100%;
}

/* active*/
.active {
  width: 80%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

.title_active {
  margin-top: 15%;
  width: 100%;
}

.reciprocal_active {
  color: white;
  text-align: center;
  font-size: 32px;
  font-family: "Comic Sans MS", cursive;
  margin:0px;
}

.reciprocal_timer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  border-bottom: 3px solid white;
  padding-bottom: 10px;
}

.reciprocal_timer>p {
  margin: 0;
  font-family: "Impact", "Charcoal", sans-serif;
}

.reciprocal_text {
  color: white;
  font-size: 32px;
}

.hour,
.minute,
.second {
  color: white;
  font-size: 60px;
}

.pointTitle_active {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pointTitle_active>img {
  width: 100%;
}

.pointCount_active {
  background-color: #00000080;
  border: 2px solid white;
  color: black;
  font-size: 3rem;
  margin-top: 5%;
  padding: 10px 0;
  width: 100%;
}

.odometer-inside {
  font-family: "Impact", "Charcoal", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  color: #00f6ff;
}

.home-plate {
  display: flex;
}

.home-plate>.step {
  color: black;
  background-color: white;
  height: 100%;
  width: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Impact", "Charcoal", sans-serif;
  font-size: 2rem;
}

.home-plate>.triangle {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #fff;
}

.phoneNo,
.invoice,
.userSubmit {
  height: 60px;
  background-color: #00000080;
  border: 2px solid white;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.phoneNo>input,
.invoice>input,
.userSubmit>button {
  color: white;
  font-size: 1.5rem;
  width: 100%;
  background-color: transparent;
  text-align: center;
  border: none;
}

.phoneNo>input::placeholder,
.invoice>input::placeholder {
  color: white;
  opacity: 1;
}

/* activeEnd*/
.activeEnd {
  width: 80%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* eventEnd*/
.eventEnd {
  width: 80%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lotteryDraw {
  width: 50%;
  align-self: center;
  margin-top: 5%;
}

.rightTake {
  margin-top: 10px;
  padding: 10px;
}

.rightTakeTitle {
  background-image: url('../img/background/background-rightTakeTitle.png');
  background-size: 100% 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 5px;
  display: flex;
  align-items: center;
}

.rightTakeTitle>img {
  width: 100%;
}

.rightTake>table {
  border: 2px solid white;
  width: 100%;
  margin: 10px auto;
  border-radius: 4px;
  color: white;
  padding: 2px;
}

.rightTake>table>tbody>tr {
  font-size: 20px;
  text-align: center;
}

.rightTake>table>tbody>tr>td {
  padding: 5px 0px;
}

.rightTake>table>tbody>tr>td>span {
  color: #02f5ff;
}

.rightTake>table>tbody>tr:nth-child(2n+1) {
  background-color: #ffffff75;
}

/* footer*/
footer {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}

footer>img {
  width: 100%;
}

footer>.precautions {
  width: 80%;
}

hr {
  width: 100%;
  color: #02f5ff;
}