body {
  background-image: url("assets/web/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .web {
    display: none !important;
  }

  body {
    background-image: url("assets/mobile/bg-mobile.jpg") !important;
    background-size: cover;
  }

  .logo-banner {
    width: 95vw !important;
  }

  .table-show-container {
    margin: auto !important;
    display: block;
    width: 80%;
  }

  .result-container {
    width: 100% !important;
  }

  .result-number-container {
    width: 359px !important;
  }

  .result-number {
    left: 50px !important;
    bottom: -68px !important;
  }

  .result-number p,
  .last-number p {
    margin-right: 18px !important;
  }

  .last-number {
    left: 202px !important;
    bottom: -68px !important;
  }

  .result-date {
    left: 112px !important;
    bottom: -155px !important;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
  .table-show-container {
    width: 20% !important;
  }
}

table,
th,
td {
  border: 1px solid;
  border-collapse: collapse;
  padding: 10px;
  font-weight: bold;
}

.header {
  z-index: -1;
  top: 0;
  margin: auto;
  display: block;
  position: absolute;
  width: 100vw;
}

.logo-title {
  width: 200px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
  z-index: 2;
}

.logo-banner {
  margin: auto;
  display: block;
  width: 25vw;
  height: 100px;
}

.content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.table-show-container {
  margin-left: 20%;
  margin-top: 20px;
}

.login-register {
  display: flex;
  justify-content: center;
}

.login-button {
  background: url("assets/web/btn-login.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  width: 150px;
  height: 40px;
  border-radius: 13px;
  font-weight: bold;
  align-items: center;
}

.register-button {
  background: url("assets/web/btn-regist.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  width: 150px;
  height: 40px;
  border-radius: 13px;
  font-weight: bold;
  align-items: center;
}

.table-cover {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.result-table {
  width: 100%;
  background: url("assets/web/recap-table.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.result-container {
  width: 40%;
  margin-top: 20px;
  margin-right: 5%;
}

.result-slot {
  width: 85%;
  margin: auto;
  display: block;
}

.result-number-container {
  background: url("assets/web/nmbr-web.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 440px;
  height: 220px;
  z-index: 1;
  margin: auto;
  display: block;
}

.result-number {
  display: flex;
  font-size: 20px;
  position: relative;
  color: black;
  height: 0px;
  bottom: -66px;
  left: 61px;
  width: 0px;
  font-weight: bold;
}

.result-number p,
.last-number p {
  margin-right: 25px;
}

.last-number {
  display: flex;
  position: relative;
  font-size: 20px;
  color: black;
  height: 0px;
  bottom: -66px;
  left: 250px;
  width: 0px;
  font-weight: bold;
}

.disclaimer-text {
  color: white;
  text-align: center;
}

.disclaimer-text p {
  line-height: 2;
}

.icon-footer {
  margin: auto;
  display: block;
  margin-top: 50px;
  width: 60%;
}

.copyright {
  font-size: 12px;
  color: white;
  text-align: center;
  margin-top: 30px;
}

.footer {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 90vw;
}

.result-date {
  position: relative;
  height: 0;
  width: 0;
  font-size: 25px;
  bottom: -168px;
  left: 150px;
}

.pagination {
  display: inline-block;
  margin: auto;
}

.pagination a {
  color: white;
  float: left;
  padding: 8px 8px;
  text-decoration: none;
  font-weight: bold;
}

.pagination a.active {
  background-color: white;
  color: black;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
