body {
  background-color: #4c0048;
  background-image: url(../images/bg.webp);
  margin: 0;
}
marquee {
  font-size: 0.75rem;
}
.pt2-mobile {
  margin-top: 0.5rem !important;
}
.px0-mobile {
  padding-left: 0;
  padding-right: 0;
}
.cont-body {
  padding-bottom: 70px !important;
  padding-top: 91px;
}
.cont-content {
  min-height: calc(100vh - 265px);
}
.heading-primary {
  font-size: 1.25rem;
}
.container {
  max-width: 100%;
}
.news-label {
  font-size: 12px;
  margin-left: 0;
}
.header-cont {
  height: 75px;
  padding: 0 20px;
}
.header-banner {
  justify-content: flex-end;
}
.header-banner img {
  margin: 0 3px;
}
.header-datetime {
  color: #630000;
  font-size: 10px;
}
.header-datetime,
footer {
  background-color: #ffd100;
}
footer {
  border-top: 1px solid #01315f;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1100;
}
ul.list-unstyled li {
  color: #fff;
  float: left;
  width: 20%;
}
ul.list-unstyled li a {
  background-color: #ffd100;
  color: #fff;
  display: block;
  font-size: 8px;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
}
ul.list-unstyled li.active a {
  background-color: #01315f;
}
.timer-cont {
  background-size: cover;
  height: 180px;
}
.timer-bg {
  background: none;
  background-color: #ffd800;
  padding: 30px;
  border-radius: 10px;
  height: 40px;
  margin: 0 5px;
  width: 32px;
}

.hours,
.seconds,
.minutes {
  bottom: -26px;
}

.hours {
  left: 18%;
}

.minutes {
  left: 41%;
}

.seconds {
  left: 66%;
}

.timerdiv {
  font-size: 20px;
  width: 20px;
}
.timer-desc {
  font-style: 14px;
  width: 287px;
}

.logo {
  width: 200px !important;
  height: 60px;
}
.cont-animation #animation-ball {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rollingball;
  animation-name: rollingball;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  bottom: 0;
  position: absolute;
}
@-webkit-keyframes rollingball {
  0% {
    left: -50px;
  }
  16.67%,
  50% {
    left: 285px;
    transform: rotate(1turn);
  }
  67.67%,
  to {
    left: -50px;
    transform: rotate(0deg);
  }
}
@keyframes rollingball {
  0% {
    left: -50px;
  }
  16.67%,
  50% {
    left: 285px;
    transform: rotate(1turn);
  }
  67.67%,
  to {
    left: -50px;
    transform: rotate(0deg);
  }
}
.cont-result {
  flex-wrap: wrap;
}
.result-ball {
  font-size: 12px;
  height: 20px;
  width: 20px;
}
.card-header {
  padding: 0.2rem 0;
}
.card-body {
  padding: 0.5rem;
}
.card-body p,
.card-body table thead {
  font-size: 0.8rem;
}
.card-body table tbody {
  font-size: 0.75rem;
}
.hasil-heading {
  color: #fff;
  font-size: 0.8rem;
}
.hasil-subheading {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.contact-list {
  font-size: 18px;
}
.row-hasil-pemenang {
  border-bottom: 1px solid #ffd100;
  border-top: 1px solid #ffd100;
}
.col-pemenang-center {
  border-left: 1px solid #ffd100;
  border-right: 1px solid #ffd100;
}
.tbl-hasil thead {
  font-size: 14px;
}
.tbl-hasil thead tr > th {
  width: unset;
}
.tbl-hasil tbody {
  font-size: 12px;
}
.header-date span a {
  font-size: 0.75rem;
}
.hadiah-heading {
  font-size: 1rem;
}
.text-list-winner {
  color: #ffd100;
  font-size: 0.8rem;
  font-weight: 700;
}
.cont-table-hasil-hadiah {
  padding: 0 5px;
}
.table-hasil-hadiah tbody {
  font-size: 0.75rem;
}
.table-hasil-hadiah tbody tr > td {
  word-wrap: break-word;
}
.list-hasil {
  margin: 0 auto;
  max-width: 200px;
}
.frequency-card {
  flex: 1 0 45%;
}
.block-number {
  border-radius: 10px;
  font-size: 60px;
  height: 100px;
}
.cont-btn-analisis .dropdown button {
  font-size: 0.75rem;
  margin: 0 1px 5px;
  padding: 0.375rem 0.5rem;
  width: 138px;
}
.cont-btn-analisis.bm .dropdown button {
  width: unset;
}
ul.burgermenu > li {
  padding: 5px 8px;
}
ul.burgermenu > li > a {
  align-items: center;
  display: flex;
  font-weight: 700;
  text-transform: capitalize;
}
ul.burgermenu > li.active,
ul.burgermenu > li:focus,
ul.burgermenu > li:hover {
  background-color: #ffd100;
  color: #000;
}
ul.burgermenu > li > a img {
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
#cont-sidenav {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
#cont-sidenav,
.sidenav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1002;
}
.sidenav {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background-color: #5f0101;
  left: -250px;
  min-width: 250px;
  text-align: center;
  transition: 0.5s;
}
.sidenav ul.bm {
  background-color: #dcdcdc;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sidenav ul.bm li {
  background-color: #fff;
}
.sidenav ul.bm a {
  color: unset;
}
.sidenav ul.bm a li {
  align-items: center;
  background-color: #fff;
  color: #7281a6;
  cursor: pointer;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 6px 12px;
  text-align: left;
}
.sidenav ul.bm a li.active {
  color: #0b1b39;
}
.cont-generate-number {
  margin: 0 auto;
  max-width: 300px;
}
.btn-default {
  font-size: 12px;
}
.pagination {
  flex-flow: wrap;
  justify-content: center;
}
li.page-item {
  margin-bottom: 5px;
}
.cont-header-banner {
  color: #fff;
  margin-right: 3px;
  padding: 3px;
}
.cont-header-banner .jumlah {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  height: 10px;
  line-height: 12px;
}
.cont-header-banner .covid-keterangan {
  font-size: 0.5rem;
  line-height: 10px;
  margin-bottom: 3px;
}
.cont-covid .cont-header-banner {
  border-radius: 3px;
  margin-bottom: 1px;
  margin-right: 0;
  padding: 0;
  width: 49%;
}
.text-sosmed {
  font-size: 0.625rem;
}
@media (max-width: 413px) {
  #animation-ball {
    display: none;
  }
  .tbl-hasil thead {
    font-size: 10px;
  }
  .list-hasil span {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .btn-default {
    font-size: 10px;
  }
  .header-date span a {
    display: block;
    font-size: 0.5rem;
  }
}
@media (max-width: 374px) and (orientation: portrait) {
  .covid-title {
    font-size: 0.35rem !important;
  }
  .tbl-hasil tbody {
    font-size: 0.625rem;
  }
  .result-ball {
    font-size: 0.75rem;
    height: 18px;
    width: 18px;
  }
}
@media (max-width: 380px) and (orientation: portrait) {
  ul.list-unstyled li a {
    font-size: 0.4rem !important;
  }
}

#bottom_content_1 {
  display: none;
}
