@import "../bootstrap-4.6.0/css/bootstrap.min.css";
:root {
  --primary: #b70101;
  --gray-text: #797979;
  --bg-gray: #f3f3f3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {
  .h-logo img {
    height: 50px;
  }
}
.header-wrapper .top-header-wrapper {
  background: var(--primary);
  padding: 10px 0;
}

.header-wrapper .top-header-wrapper ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.header-wrapper .top-header-wrapper ul li {
  color: white;
}

.header-wrapper .top-header-wrapper ul li a {
  color: white;
  text-decoration: none;
}

.header-wrapper .top-header-wrapper ul li select {
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  color: white;
  padding: 5px;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}

.header-wrapper .top-header-wrapper ul li select:focus {
  box-shadow: none;
}

.header-wrapper .top-header-wrapper ul li select option {
  color: black;
}

.btn-login {
  background: var(--primary);
  color: white;
}

.btn-login:hover {
  color: white;
}

.header-nav {
  gap: 1rem;
}

.header-nav li a {
  color: black;
}

.navbar {
  border-bottom: 1px solid gray;
}

.top-footer .rtfooter {
  margin: auto;
}

.top-footer .rtfooter ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-footer .rtfooter ul li p {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

.top-footer .rtfooter ul li a img {
  height: 20px;
  filter: grayscale(1);
}

.top-footer .rtfooter ul li a img:hover {
  filter: none;
}

.top-footer {
  border-bottom: 1px solid lightgray;
}

.footer-nav h5 {
  font-weight: bold;
  font-size: 1rem;
}

.footer-nav p {
  font-size: 12px;
  text-align: justify;
  color: #797979;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav ul li a {
  color: var(--gray-text);
}

.cp-right {
  width: 100%;
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

.cp-right p {
  text-align: center;
  color: #797979;
}

@media (max-width: 600px) {
  .ltfooter .logo img {
    height: 50px;
  }
}
p {
  margin: 0;
}

.result-display {
  gap: 1rem;
}

.result-display .col {
  background: var(--bg-gray);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.result-display .col .rstitle p {
  background: white;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
}

.result-display .col .rsbutton {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.result-display .col .rsbutton a {
  display: inline-block;
  text-align: center;
  background: black;
  padding: 0.5rem;
  border-radius: 1.5rem;
  color: white;
}

.result-display .current-result h6 {
  text-align: center;
  margin-bottom: 1rem;
}

.result-display .current-result .rs-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.result-display .current-result .rs-number p {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: white;
  text-align: center;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.next-result .tick-label {
  font-size: 1rem;
  color: var(--primary);
}

.next-result .tick-flip {
  font-size: 2.5rem;
}

@media (max-width: 600px) {
  .next-result .tick-label {
    color: green !important;
  }
  .next-result .tick-flip {
    font-size: 1.5rem;
  }
}
.next-result .tick-text-inline {
  font-size: 1rem;
}

.next-result .tick-wrapper {
  height: -moz-fit-content !important;
  height: fit-content !important;
  font-size: 2rem !important;
}

.next-result .tick-group {
  margin: 0 0.5em;
  text-align: center;
  height: 100px !important;
}

.next-result .tick [data-layout~=horizontal][data-layout~=fit] {
  width: 100%;
  justify-content: center;
}

.streaming-info {
  padding: 2rem 0;
}

.streaming-info-container {
  background: var(--bg-gray);
}

.videos-size-wrapper {
  width: 80%;
  border-radius: 2rem;
  margin: auto;
}

@media (max-width: 1030px) {
  .videos-size-wrapper {
    margin-top: 10px;
    width: 100%;
  }
}
.streaming-info .videos-size {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.streaming-info .videos-size iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1rem;
  margin: auto;
}

.streaming-info h5 {
  font-weight: bold;
}
.streaming-info p {
  text-align: justify;
  color: gray;
}
.streaming-info a {
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: black;
}

.table-result .table-result-wrapper {
  margin: auto;
  width: 100%;
  border-radius: 1rem;
}
.table-result .table-result-wrapper .table {
  --bs-table-bg: var(--bg-gray);
}
.table-result .table-result-wrapper .table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.table-result .table-result-wrapper .table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-result .table-result-wrapper .table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.table-result .table-result-wrapper .table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table-result .table-result-wrapper .table th,
.table-result .table-result-wrapper .table td {
  padding: 1rem;
  font-weight: 500;
  vertical-align: middle;
}
.table-result .table-result-wrapper .table thead tr th {
  background: black;
  color: white;
}
.table-result .table-result-wrapper .table thead tr th:last-child {
  text-align: center;
}
.table-result .table-result-wrapper .table .date-result td {
  background: var(--primary) !important;
  color: white;
  padding: 0.5rem 1rem;
}
.table-result .table-result-wrapper .table tbody tr:nth-child(odd) td {
  background: rgb(228, 228, 228);
}
.table-result .table-result-wrapper .table tbody tr td.result-td ul {
  display: flex;
  justify-content: center;
}
.table-result .table-result-wrapper .table tbody tr td ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  align-items: center;
  margin: 0;
}
.table-result .table-result-wrapper .table tbody tr td ul li {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: white;
  text-align: center;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
}
.table-result .table-result-wrapper h2 {
  text-align: center;
  font-weight: bold;
}
.table-result .table-result-wrapper .result-container .winning-number {
  background: black;
  color: white;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  height: 150px;
  width: 150px;
}
.table-result .table-result-wrapper .result-container .winning-number h3 {
  text-align: center;
  margin: 0;
  font-size: 1.3rem;
}
.table-result .table-result-wrapper .result-container .result-row {
  background: var(--bg-gray);
  border-radius: 1rem;
}
.table-result .table-result-wrapper .result-container .result-row .result-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
}
.table-result .table-result-wrapper .result-container .result-row .result-date .top {
  display: flex;
  justify-content: space-between;
  border-bottom: black 1px solid;
  align-items: center;
}
.table-result .table-result-wrapper .result-container .result-row .result-date .top .day p {
  font-weight: bold;
  font-size: 2rem;
}
.table-result .table-result-wrapper .result-container .result-row .result-date .top .month-year p {
  font-weight: bold;
  text-align: right;
}
.table-result .table-result-wrapper .result-container .result-row .result-date .middle .divider {
  border: 2px solid black;
  width: 2rem;
  position: relative;
  top: -1.4rem;
  margin: auto;
}
.table-result .table-result-wrapper .result-container .result-row .result-date .middle p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.table-result .table-result-wrapper .result-container .result-row .result-date .bottom p {
  font-size: 1rem;
  text-align: center;
}
.table-result .table-result-wrapper .result-container .result-row .prize-result ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  gap: 1rem;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
.table-result .table-result-wrapper .result-container .result-row .prize-result ul li {
  width: 5rem;
  height: 5rem;
  background-color: var(--primary);
  color: white;
  text-align: center;
  border-radius: 3rem;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .table-result .table-result-wrapper .result-container .winning-number {
    background: black;
    color: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100px;
  }
  .table-result .table-result-wrapper .result-container .winning-number h3 {
    text-align: center;
    margin: 0;
    font-size: 1rem;
  }
  .table-result .table-result-wrapper .result-container .result-row {
    border-radius: 1rem;
  }
  .table-result .table-result-wrapper .result-container .result-row .result-date {
    height: 100px;
  }
  .table-result .table-result-wrapper .result-container .result-row .result-date .day p {
    font-weight: bold;
    font-size: 2rem !important;
  }
  .table-result .table-result-wrapper .result-container .result-row .result-date .month-year p {
    font-weight: bold;
    text-align: right;
  }
  .table-result .table-result-wrapper .result-container .result-row .middle {
    position: relative;
  }
  .table-result .table-result-wrapper .result-container .result-row .middle .divider {
    border: 1px solid black;
    width: 1rem;
    position: relative;
    top: 0rem;
    margin: auto;
  }
  .table-result .table-result-wrapper .result-container .result-row .middle p {
    text-align: center;
    font-size: 1rem !important;
    font-weight: bold;
  }
  .table-result .table-result-wrapper .result-container .result-row .bottom p {
    font-size: 0.7rem !important;
    text-align: center;
  }
  .table-result .table-result-wrapper .result-container .prize-result ul {
    height: 100%;
    gap: 1rem;
  }
  .table-result .table-result-wrapper .result-container .prize-result ul li {
    width: 3rem !important;
    height: 3rem !important;
    font-size: 1.8rem !important;
  }
}
@media (max-width: 990px) {
  .table-result .table-result-wrapper .result-container .winning-number {
    background: black;
    color: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    height: 80px;
    width: 80px;
  }
  .table-result .table-result-wrapper .result-container .winning-number h3 {
    text-align: center;
    margin: 0;
    font-size: 0.8rem;
  }
  .table-result .table-result-wrapper .result-container .result-row {
    border-radius: 1rem;
  }
  .table-result .table-result-wrapper .result-container .result-row .result-date {
    height: 100px;
  }
  .table-result .table-result-wrapper .result-container .result-row .result-date .day p {
    font-weight: bold;
    font-size: 1rem !important;
  }
  .table-result .table-result-wrapper .result-container .result-row .result-date .month-year p {
    font-weight: bold;
    text-align: right;
    font-size: 0.8rem !important;
  }
  .table-result .table-result-wrapper .result-container .result-row .middle .divider {
    border: 1px solid black !important;
    width: 1rem !important;
    position: relative;
    top: -10.5px !important;
  }
  .table-result .table-result-wrapper .result-container .result-row .middle p {
    text-align: center;
    font-size: 0.8rem !important;
    font-weight: bold;
  }
  .table-result .table-result-wrapper .result-container .result-row .bottom p {
    font-size: 0.6 !important;
    text-align: center;
  }
  .table-result .table-result-wrapper .result-container .prize-result ul {
    height: 100%;
    gap: 1rem;
  }
  .table-result .table-result-wrapper .result-container .prize-result ul li {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 0.8;
  }
}

.box-info-wrapper .box-info {
  background: var(--bg-gray);
  min-height: 180px;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  height: 210px;
}
.box-info-wrapper .box-info .icon img {
  height: 35px;
  margin-bottom: 10px;
}
.box-info-wrapper .box-info h5 {
  margin: 10px 0;
}
.box-info-wrapper .box-info p {
  text-align: justify;
  color: #797979;
}
.box-info-wrapper .box-info .wt-mark-icon {
  position: absolute;
  right: -10px;
  top: -20px;
  transform: rotate(-10deg);
}
.box-info-wrapper .box-info .wt-mark-icon img {
  height: 110px;
  filter: grayscale(1) opacity(0.1);
}

.about-wrapper h3 {
  font-weight: bold;
}
.about-wrapper p {
  font-size: 13px;
  text-align: justify;
  color: #797979;
}

.top-box-live-draw .tb-base {
  width: -moz-fit-content;
  width: fit-content;
}

.live-prize-result .result-wrapper .result-date {
  font-size: 1.5rem;
  font-weight: bold;
}
.live-prize-result .prize-result p {
  font-size: 1.3rem;
  font-weight: bold;
}
.live-prize-result .prize-result ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.live-prize-result .prize-result ul li {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: white;
  text-align: center;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.ldraw-date {
  background: var(--primary);
  padding: 10px;
  color: white;
  border-radius: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.pool-num {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: white;
  text-align: center;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.page-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white !important;
  outline: none;
}/*# sourceMappingURL=style.css.map */