*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* ################################################################################################################ */

.top-right {
  position: absolute;
  top: 12px;
  right: 30px;
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -5px) rotate(45deg);
}

.bg-altm {
  background-image: url("./assets/mobile/background-altm.jpg");
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

.bg-header {
  background-image: url("./assets/mobile/header-altm.png");
  width: 100%;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

html,
body {
  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;
  width: 100%;
  overflow-x: hidden;
}

.menu-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  color: #fff;
  height: 60px;
  width: 100%;
  font-weight: bold;
  padding: 0 40px;
}

.menu-header {
  margin-top: 60px;
  background-image: url("./assets/mobile/bg-menu-altm.png");
  width: 100%;
  height: 60px;
  background-size: cover;
}

.menu-arrow {
  margin: auto;
  width: 100%;
  height: 60px;
  background-image: url("./assets/mobile/arrow-menu-altm.png");
  background-size: calc(100% - 40px) calc(100% - 40px);
  background-repeat: no-repeat;
  background-position: center;
}

.logo-title {
  background-image: url("assets/mobile/logo-singapore88.png");
  width: 100%;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.logo-banner {
  background-image: url("assets/mobile/banner-altm.jpg");
  width: 100%;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.table-show-container {
  margin-top: 2px;
}

.login-register {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

.register-button {
  background: url("assets/mobile/btn-register-altm.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  height: 40px;
  border-radius: 13px;
  font-weight: bold;
  font-size: 20px;
}

.live-result {
  margin-top: 5px;
  background-image: url("assets/mobile/live-result-altm.png");
  width: 100%;
  height: 20vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.last-result-date-left {
  display: flex;
  justify-content: space-between;
  font-size: 2vw;
  position: relative;
  color: rgb(255, 255, 255);
  top: 12vw;
  height: 0px;
  left: 2vw;
  width: 57%;
  font-weight: bold;
  flex-direction: column;
}

.last-result-date-right {
  display: flex;
  justify-content: space-between;
  font-size: 2vw;
  position: relative;
  color: #fff;
  top: 11.5vw;
  height: 0px;
  left: 87vw;
  width: 57%;
  font-weight: bold;
  flex-direction: column;
}

.last-result-number-left {
  display: flex;
  justify-content: space-between;
  font-size: 7.5vw;
  position: relative;
  color: #fff;
  top: 5.5vw;
  height: 0px;
  left: 23vw;
  font-weight: bold;
}

.last-result-number-right {
  display: flex;
  justify-content: space-between;
  font-size: 7.5vw;
  position: relative;
  color: rgb(255, 255, 255);
  top: 5.5vw;
  height: 0px;
  left: 53vw;
  font-weight: bold;
}

.result-number {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 3.5vw;
  height: 0px;
  left: 34vw;
  width: 57%;
  font-weight: bold;
}

.result-number2 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 9.5vw;
  height: 0px;
  left: 34vw;
  width: 57%;
  font-weight: bold;
}

.result-number3 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 15.5vw;
  height: 0px;
  left: 34vw;
  width: 57%;
  font-weight: bold;
}

.starter-number {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 4vw;
  height: 0px;
  left: 9.5vw;
  width: 31%;
  font-weight: bold;
}

.starter-number2 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 10.5vw;
  height: 0px;
  left: 9.5vw;
  width: 31%;
  font-weight: bold;
}

.starter-number3 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 4vw;
  height: 0px;
  left: 59.5vw;
  width: 31%;
  font-weight: bold;
}

.starter-number4 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 10.5vw;
  height: 0px;
  left: 59.5vw;
  width: 31%;
  font-weight: bold;
}

.live-draw {
  background-image: url("assets/mobile/live-draw-altm.png");
  margin-top: 5px;
  width: 100%;
  height: 22vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.starter-prize {
  background-image: url("assets/mobile/starter-prizes-altm.png");
  margin-top: 20px;
  width: 100%;
  height: 17vw;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

.consolation-prize {
  background-image: url("assets/mobile/consolation-prizes-altm.png");
  margin-top: 20px;
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
}

.consolation-number {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 4vw;
  height: 0px;
  left: 10vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number2 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 10.5vw;
  height: 0px;
  left: 10vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number3 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 17vw;
  height: 0px;
  left: 10vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number4 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 23.5vw;
  height: 0px;
  left: 10vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number5 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 4vw;
  height: 0px;
  left: 60vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number6 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 10.5vw;
  height: 0px;
  left: 60vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number7 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 17vw;
  height: 0px;
  left: 60vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number8 {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 23.5vw;
  height: 0px;
  left: 60vw;
  width: 31%;
  font-weight: bold;
}

.disclaimer-text p {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 10px;
  color: aliceblue;
  text-align: center;
}

.icon-footer {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 80px;
}

.icon-footer img {
  margin: 0 auto;
  display: block;
  width: 60%;
}

.menu-footer {
  background-image: url("assets/mobile/bg-menu-footer-altm.png");
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.footer-item {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @media (max-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .web {
    display: none !important;
  }
} */

.header {
  background-image: url("assets/desktop/bg-header.png");
  background-size: cover;
  display: flex;
  margin: 0 auto;
  width: 70%;
  height: 100px;
  position: relative;
}

.bg-web {
  background-image: url("assets/desktop/bg-web.jpg");
  position: relative;
  max-width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.logo-web {
  width: 200px;
  height: 100px;
  z-index: 2;
}
.button-web {
  margin-top: 1vw;
  font-size: 10px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: white;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.menu-web {
  background-image: url("assets/desktop/bg-menu.png");
  width: 70vw;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.input-username {
  background-image: url("assets/desktop/username-box.png");
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 7vw;
  height: 1.5vw;
  margin-left: 12vw;
  margin-top: 1vw;
}

.input-password {
  background-image: url("assets/desktop/password-box.png");
  font-family: Arial, Helvetica, sans-serif;
  width: 7vw;
  height: 1.5vw;
  font-size: 12px;
  margin-top: 1vw;
}
.banner-web {
  background-image: url("assets/desktop/banner-web.jpg");
  background-size: cover;
  width: 100%;
  height: 300px;
}
.login-button-web {
  background-image: url("assets/desktop/login-button.png");
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 1vw;
  width: 7vw;
  height: 1.5vw;
  margin-top: 1vw;
}
.register-button-web {
  background-image: url("assets/desktop/regist-button.png");
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 1vw;
  width: 7vw;
  height: 1.5vw;
  margin-top: 1vw;
}

.language-selector {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.language-selector:hover .flag-icon {
  transform: scale(1.1);
}
.flag-icon {
  background-image: url("assets/desktop/flag-eng.png");
  width: 2vw;
  height: 1.5vw;
  background-repeat: no-repeat;
  margin-left: 1vw;
  margin-top: 1vw;
}
.flag-icon::after {
  content: "\25BC";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.last-result-date-left-web {
  display: flex;
  justify-content: space-between;
  font-size: 2vw;
  position: relative;
  color: rgb(255, 255, 255);
  top: 0.5vw;
  left: 2.5vw;
  font-weight: bold;
}

.last-result-date-right-web {
  display: flex;
  justify-content: space-between;
  font-size: 2vw;
  position: relative;
  color: rgb(255, 255, 255);
  top: -2.5vw;
  left: 57vw;
  font-weight: bold;
}

.last-result-number-left-web {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: #fff;
  top: -2.5vw;
  height: 0px;
  left: 16vw;
  font-weight: bold;
}

.last-result-number-right-web {
  display: flex;
  justify-content: space-between;
  font-size: 4vw;
  position: relative;
  color: #fff;
  top: -2.5vw;
  height: 0px;
  left: 40vw;
  font-weight: bold;
}

.result-number-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 2.3vw;
  height: 0px;
  left: 24vw;
  width: 57%;
  font-weight: bold;
}

.result-number2-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 6.5vw;
  left: 24vw;
  width: 57%;
  height: 0px;
  font-weight: bold;
}

.result-number3-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 10.5vw;
  height: 0px;
  left: 24vw;
  width: 57%;
  font-weight: bold;
}

.starter-number-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 2.5vw;
  height: 0px;
  left: 7vw;
  width: 31%;
  font-weight: bold;
}

.starter-number2-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 2.5vw;
  height: 0px;
  left: 41.5vw;
  width: 31%;
  font-weight: bold;
}

.starter-number3-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 7vw;
  height: 0px;
  left: 7vw;
  width: 31%;
  font-weight: bold;
}

.starter-number4-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 7vw;
  height: 0px;
  left: 41.5vw;
  width: 31%;
  font-weight: bold;
}
.live-result-web {
  background-image: url("assets/desktop/live-result-desktop.png");
  width: 70vw;
  height: 10vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.live-draw-web {
  background-image: url("assets/desktop/live-draw.png");
  width: 70vw;
  height: 15vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.starter-prize-web {
  background-image: url("assets/desktop/starter-prizes.png");
  width: 70vw;
  height: 12vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.consolation-prize-web {
  background-image: url("assets/desktop/consolations-prizes.png");
  width: 70vw;
  height: 24vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.consolation-number-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 2.5vw;
  height: 0px;
  left: 6.5vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number2-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 2.5vw;
  height: 0px;
  left: 41.5vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number3-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 7vw;
  height: 0px;
  left: 6.5vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number4-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 7vw;
  height: 0px;
  left: 41.5vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number5-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 11.5vw;
  height: 0px;
  left: 6.5vw;
  width: 31%;
  font-weight: bold;
}

.consolation-number6-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 11.5vw;
  height: 0px;
  left: 41.5vw;
  width: 31%;
  font-weight: bold;
}
.consolation-number7-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 16vw;
  height: 0px;
  left: 6.5vw;
  width: 31%;
  font-weight: bold;
}
.consolation-number8-web {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  position: relative;
  color: rgb(0, 0, 0);
  top: 16vw;
  height: 0px;
  left: 41.5vw;
  width: 31%;
  font-weight: bold;
}
.list-web {
  background-image: url("assets/desktop/list.png");
  width: 70vw;
  height: 26vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.disclaimer-web p {
  padding-top: 30px;
  line-height: 1.5;
  font-size: 20px;
  color: aliceblue;
  text-align: center;
}
.icon-footer-web {
  background-image: url("assets/desktop/icon-footer.png");
  background-size: cover;
  height: 10vw;
  background-repeat: no-repeat;
  width: 60vw;
  margin: 0 auto;
}

/* For desktop browsers */
@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

/* For mobile devices */
@media screen and (max-width: 767px) {
  .web {
    display: none !important;
  }
}

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

.result-table {
  font-size: 1.5vw;
  color: aliceblue;
  width: 70vw;
  height: 27vw;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.border-glow {
  box-shadow: 0 0 15px 2px #48abe0;
  border: rgb(23, 23, 146);
  border-style: solid;
  border-width: 1px;
}
.th {
  text-align: center;
}
.td-no {
  text-align: center;
}
.td-day {
  text-align: center;
  /* padding-left: 5vw; */
}
.td-date {
  text-align: center;
  /* padding-left: 14vw; */
}
.td-result {
  text-align: center;
  /* padding-right: 1.5vw; */
}
.web-pagination {
  display: flex;
  width: 70%;
  justify-content: space-evenly;
  margin: 0 auto;
  margin-top: 5vw;
}

.web-pagination a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  background: black;
  width: 4vw;
  height: 4vw;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web-pagination a:hover {
  background: rgb(30, 250, 250);
}

.selected {
  background: rgb(43, 241, 232) !important;
  cursor: default !important;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.disabled:hover {
  background: black !important;
}
