@font-face {
  font-family: 'Alegra';
  src: url('/fonts/alegra-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EurostileRound';
  src: url('/fonts/eurostile-round-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  background-image: url('/assets/mobile/bg-mobile.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  font-family: Alegra, EurostileRound;
}

/* >= 769 hide mobile */
@media (min-width: 769px) {
  .mobile {
    display: none;
  }

  .web {
    display: block;
  }

  body {
    background-image: url('/assets/web/background-11zon.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    font-family: Alegra, EurostileRound;
  }
}

/* <= 768 hide web */
@media (max-width: 769px) {
  .mobile {
    display: block;
  }

  .web {
    display: none;
  }
}


/* WEB */

.web {
  height: 100%;
  margin-bottom: 8px;
}

.web-header {
  background-position: top right;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
  background-image: url('/assets/web/header-web.jpg');
  width: 100%;
  height: 14vw;
  background-repeat: no-repeat;
}

.web-logo {
  margin-left: 120px;
  margin-bottom: 10px;
  height: 15vw;
  object-fit: contain;
}

.web-button-group {
  margin-right: 120px;
  margin-bottom: 10px;
}

.web-login {
  background-image: url('/assets/web/btn-login-11zon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 9vw;
  height: 3vw;
  background-color: transparent;
  border-width: 0;
  margin-right: 10px;
}

.web-login-text {
  color: black;
  font-family: Alegra, EurostileRound;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
}

.web-register {
  background-image: url('/assets/web/btn-regist-11zon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 9vw;
  height: 3vw;
  background-color: transparent;
  border-width: 0;
}

.web-register-text {
  color: whitesmoke;
  font-family: Alegra, EurostileRound;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
}

.web-banner {
  width: 100%;
  height: 25vw;
  display: block;
  margin-bottom: 20px;
}

.web-content {
  display: flex;
  flex-direction: row;
}

.web-left-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 8px;
}

.web-live-draw {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.web-live-draw-text {
  color: black;
  font-size: 30px;
  font-weight: bold;
  align-self: flex-end;
}

.web-live-draw-table {
  background-image: url('/assets/web/live-draw.png');
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 16vw;
  width: 100%;
  padding-left: 7vw;
}

.web-prize-row-1 {
}

.web-prize-title-1 {
  color: whitesmoke;
  font-size: 29px;
}

.web-prize-value-1 {
  color: whitesmoke;
  font-size: 29px;
}

.web-prize-row-2 {
}

.web-prize-title-2 {
  color: whitesmoke;
  font-size: 29px;
}

.web-prize-value-2 {
  color: whitesmoke;
  font-size: 29px;
}

.web-prize-row-3 {
}

.web-prize-title-3 {
  color: whitesmoke;
  font-size: 29px;
}

.web-prize-value-3 {
  color: whitesmoke;
  font-size: 29px;
}

.web-footer {
  background: black;
  opacity: 0.75;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.web-footer-text-group {
  margin: 4px;
}

.web-footer-text-group p {
  margin: 1px 0;
}

.web-footer-text {
  color: white;
  margin: 8px;
}

.web-footer-icon {
  width: 280px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.web-right-section {
  flex: 1;
  margin-right: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.web-result {
  background-image: url('/assets/web/result.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 56vw;
}

.web-table-header-date {
  position: absolute;
  top: 46.3vw;
  left: 58vw;
  color: black;
  font-weight: bold;
  font-size: 45px;
}

.web-table-header-day {
  position: absolute;
  top: 46.3vw;
  left: 71.6vw;
  color: black;
  font-weight: bold;
  font-size: 45px;
}

.web-table-header-result {
  position: absolute;
  top: 46.3vw;
  right: 8.5vw;
  color: black;
  font-weight: bold;
  font-size: 45px;
}

.web-row-1-date {
  position: absolute;
  top: 51.9vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-1-day {
  position: absolute;
  top: 51.9vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-1-result {
  position: absolute;
  top: 51.9vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-2-date {
  position: absolute;
  top: 57.7vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-2-day {
  position: absolute;
  top: 57.7vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-2-result {
  position: absolute;
  top: 57.7vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-3-date {
  position: absolute;
  top: 63.5vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-3-day {
  position: absolute;
  top: 63.5vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-3-result {
  position: absolute;
  top: 63.5vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-4-date {
  position: absolute;
  top: 69.5vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-4-day {
  position: absolute;
  top: 69.5vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-4-result {
  position: absolute;
  top: 69.5vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-5-date {
  position: absolute;
  top: 75.5vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-5-day {
  position: absolute;
  top: 75.5vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-5-result {
  position: absolute;
  top: 75.5vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-6-date {
  position: absolute;
  top: 81.7vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-6-day {
  position: absolute;
  top: 81.7vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-6-result {
  position: absolute;
  top: 81.7vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-7-date {
  position: absolute;
  top: 87.7vw;
  left: 57vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-7-day {
  position: absolute;
  top: 87.7vw;
  left: 71vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-row-7-result {
  position: absolute;
  top: 87.7vw;
  right: 8.9vw;
  color: black;
  font-weight: bold;
  font-size: 34px;
}

.web-pagination {
  display: flex;
  width: 70%;
  justify-content: space-evenly;
  margin: 10px 0;
}

.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: brown;
}

.selected {
  background: brown !important;
  cursor: default !important;
}

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

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

.web-pagination-back-arrow {
}

.web-pagination-number {
}

.web-pagination-forward-arrow {
}




.mobile-pagination {
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  margin: 0 auto;
}

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

.mobile-pagination a:hover {
  background: brown;
}

.mobile-pagination-back-arrow {
}

.mobile-pagination-number {
}

.mobile-pagination-forward-arrow {
}


/* MOBILE */

.mobile {
}

.header {
  display: block;
  background-image: url('/assets/mobile/header-mobile-11zon.jpg');
  width: 100%;
  height: 14vw;
  margin: 0 auto;
}

.logo {
  width: 100%;
  height: 15vw;
  object-fit: contain;
  margin-top: 0px;
  margin-bottom: -10px;
}

.banner {
  width: 100%;
  height: 25vw;
  display: block;
  background: black;
}

.button-group-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.login-button {
  background-image: url('/assets/mobile/button-login-11zon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 9vw;
  background-color: transparent;
  border-width: 0;
}

.login-button-img {
}

.login-text {
  color: whitesmoke;
  font-family: Alegra, EurostileRound;
  letter-spacing: 1.5px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}

.register-button {
  background-image: url('/assets/mobile/button-registration-11zon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 9vw;
  background-color: transparent;
  border-width: 0;
}

.register-button-img {
}

.register-text {
  color: whitesmoke;
  font-family: Alegra, EurostileRound;
  letter-spacing: 1.5px;
  font-size: 24px;
  font-weight: bold;
}

.live-draw-container {
  width: 100%;
}

.live-draw-label-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-top: 1vw;
}

.live-draw-label-text {
  color: whitesmoke;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  right: 12%;
  text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
  letter-spacing: 1px;
}

.prize-container {
  background-image: url('/assets/mobile/live-draw.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 18vw;
  padding-left: 24vw;
}

.live-draw-img {
  width: 100%;
  height: 120px;
  object-fit: fill;
}

.prize-row-1 {
}

.prize-title-1 {
  color: whitesmoke;
  font-size: 14px;
}

.prize-value-1 {
  color: whitesmoke;
  font-size: 14px;
}

.prize-row-2 {
}

.prize-title-2 {
  color: whitesmoke;
  font-size: 14px;
}

.prize-value-2 {
  color: whitesmoke;
  font-size: 14px;
}

.prize-row-3 {
}

.prize-title-3 {
  color: whitesmoke;
  font-size: 14px;
}

.prize-value-3 {
  color: whitesmoke;
  font-size: 14px;
}

.result {
  display: block;
  background-image: url('/assets/mobile/result.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 80%;
  margin: 0 auto;
  height: 100vw;
}

.table-header-date {
  position: absolute;
  top: 80vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.table-header-day {
  position: absolute;
  top: 80vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.table-header-result {
  position: absolute;
  top: 80vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.row-1-date {
  position: absolute;
  top: 90.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-1-day {
  position: absolute;
  top: 90.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-1-result {
  position: absolute;
  top: 90.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-2-date {
  position: absolute;
  top: 100.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-2-day {
  position: absolute;
  top: 100.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-2-result {
  position: absolute;
  top: 100.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-3-date {
  position: absolute;
  top: 111.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-3-day {
  position: absolute;
  top: 111.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-3-result {
  position: absolute;
  top: 111.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-4-date {
  position: absolute;
  top: 122.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-4-day {
  position: absolute;
  top: 122.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-4-result {
  position: absolute;
  top: 122.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-5-date {
  position: absolute;
  top: 133.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-5-day {
  position: absolute;
  top: 133.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-5-result {
  position: absolute;
  top: 133.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-6-date {
  position: absolute;
  top: 145.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-6-day {
  position: absolute;
  top: 145.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-6-result {
  position: absolute;
  top: 145.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-7-date {
  position: absolute;
  top: 156.5vw;
  left: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-7-day {
  position: absolute;
  top: 156.5vw;
  left: 45vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.row-7-result {
  position: absolute;
  top: 156.5vw;
  right: 19vw;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-image: url('/assets/mobile/footer-11zon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  margin: 60px auto 0;
  /*height: 12vw;*/
}

.footer-text-group {
  margin: 4px;
}

.footer-text-group p {
  line-height: 9px;
  margin: 1px 0;
}

.footer-text {
  color: whitesmoke;
  font-family: EurostileRound;
  font-size: 10px;
  margin: 2px;
}

.footer-icon {
  width: 30%;
  object-fit: contain;
}
