body {
  background-image: url(../images/bg.webp);
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position-x: center !important;
  background-position-y: center !important;
}

.cont-content {
  min-height: calc(100vh - 480px);
}
.heading-primary {
  font-size: 1.75rem;
}
.header-cont {
  height: 148px;
}
.cont-covid .cont-header-banner {
  height: 38px;
  line-height: 16px;
  margin-bottom: 3px;
  width: 120px;
}
.header-banner {
  justify-content: space-between;
  padding: 0 20px;
}
.news-marq {
  width: 1026px;
}
.navbar {
  background-color: #470400;
}
.navbar li {
  text-align: center;
  width: 40.28571%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.nav-link.datetime {
  font-size: 12px;
  line-height: 12px;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffee00;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar li a:after {
  background: #ffea00;
  content: "|";
  display: block;
  float: right;
  height: 100%;
  text-indent: -999999px;
  width: 1px;
}
.timer-cont {
  height: 179px;
}
.timer-bg {
  font-size: 48px;
  height: 94px;
  margin: 0 5px;
  width: 75px;
}
.timerdiv {
  font-size: 30px;
  width: 40px;
}
.timer-desc {
  font-size: 20px;
  width: 630px;
}
.result-ball {
  height: 30px;
  width: 30px;
}
footer {
  background-image: url();
  background-size: 100% 100%;
  margin: -25px -50px 0;
  padding: 80px 60px 20px;
}
.banner-footer {
  margin: 0 5px;
}
#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-in-out;
  animation-timing-function: ease-in-out;
  position: absolute;
}
@-webkit-keyframes rollingball {
  0% {
    margin-left: 0;
  }
  16.67%,
  50% {
    margin-left: 925px;
    transform: rotate(1turn);
  }
  67.67%,
  to {
    margin-left: 0;
    transform: rotate(0deg);
  }
}
@keyframes rollingball {
  0% {
    margin-left: 0;
  }
  16.67%,
  50% {
    margin-left: 925px;
    transform: rotate(1turn);
  }
  67.67%,
  to {
    margin-left: 0;
    transform: rotate(0deg);
  }
}
.hasil-heading,
.hasil-subheading {
  color: #fff;
  font-size: 1.25rem;
}
.hasil-subheading {
  font-weight: 700;
}
.text-list-winner {
  color: #470400;
  font-size: 1.25rem;
}
.col-hasil-pemenang {
  padding-right: 0;
}
.tbl-hasil thead {
  font-size: 22px;
}
.tbl-hasil tbody tr > td {
  padding: 5px;
  text-align: center;
}
.tbl-hasil tbody tr {
  border-bottom: 1px solid #470400;
}
.tbl-hasil tbody tr:last-child {
  border-bottom: 0;
}
.tbl-hasil tbody tr:hover {
  background-color: #ffd800;
  color: #000;
  transition: 0.5s;
}
.header-date span a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.header-date span.active a,
.header-date span:hover a {
  color: #ff1d1d;
}
.cont-table-hasil-hadiah {
  background-color: #470400;
  border-radius: 8px;
  padding: 0 15px;
}
.table-hasil-hadiah {
  background-color: #470400;
}
.table-hasil-hadiah thead {
  color: #fff;
  font-size: 20px;
}
.table-hasil-hadiah thead tr > th {
  border: 1px solid #fff100;
  padding: 5px;
  text-align: center;
}
.table-hasil-hadiah thead tr:first-child > th {
  border-top: 0;
}
.table-hasil-hadiah thead tr > th:first-child {
  border-left: 0;
}
.table-hasil-hadiah thead tr > th:last-child {
  border-right: 0;
}
.table-hasil-hadiah tbody tr > td {
  border: 1px solid #fff100;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.table-hasil-hadiah tbody tr:last-child > td {
  border-bottom: 0;
}
.table-hasil-hadiah tbody tr > td:first-child {
  border-left: 0;
}
.table-hasil-hadiah tbody tr > td:last-child {
  border-right: 0;
}
.table-hasil-hadiah tbody tr {
  border-bottom: 1px solid #470400;
}
.table-hasil-hadiah tbody tr:last-child {
  border-bottom: 0;
}
.table-hasil-hadiah tbody tr:hover {
  background-color: #470400;
  color: #fff;
  transition: 0.5s;
}
.frequency-cointainer {
  margin-left: -45px;
  margin-right: -45px;
}
.frequency-cointainer h1 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
}
.frequency-card {
  border-radius: 5px;
  flex: 1 0 21%;
  height: auto;
  margin: 5px;
  padding: 5px;
}
.frequency-card .position {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
.frequency-graph {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  height: 200px;
  margin-bottom: 8px;
}
.frequency-bar {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.7em;
  height: 200px;
  justify-content: flex-end;
  margin: 0 2px;
  width: 10%;
}
.frequency-bar .bar {
  background: #fff100;
  border-radius: 3px;
  display: block;
  height: 0;
  margin: 0;
  text-align: center;
  transition: height 0.5s;
  width: 100%;
}
.frequency-bar .bar div {
  color: #000;
  font-weight: 600;
}
.frequency-bar .number {
  color: #fff;
  justify-content: center;
  order: 2;
}
.prediksi-table,
.prediksi-table td,
.prediksi-table th {
  background: transparent;
  color: #dd73d8;
  font-weight: 600;
  text-align: center;
}
.prediksi-table {
  border-collapse: collapse;
  margin-bottom: 5px;
  width: 100%;
}
.prediksi-table th {
  background-color: transparent;
  color: #fff;
  font-size: 1.2em;
}
.prediksi-table td,
.prediksi-table th {
  color: #fff;
}
.card-body {
  padding: 10px 50px;
}
.card-body p {
  font-size: 1.25rem;
}
.list-hasil span {
  width: 33.3%;
}
.block-number {
  border-radius: 10px;
  font-size: 60px;
  height: 100px;
}
.cont-btn-analisis .dropdown button {
  font-size: 0.8rem;
  margin: 0 5px 5px;
  padding: 0.375rem 0.5rem;
  width: 160px;
}
.cont-btn-analisis .dropdown button:hover {
  background-image: linear-gradient(0deg, #470400, #562708);
  transition: 0.3s;
}
.dropdown-menu {
  background-color: #fff100;
  color: #470400;
  font-size: 12px;
}
.dropdown-item {
  color: #fff;
  font-weight: 700;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff100;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #bc63b7;
}
.cont-primbon h5 {
  font-weight: 700;
  margin: 0;
}
.post-title:hover {
  color: #9a3d00;
}
