body {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
}
.header {
  text-align: center;
}

div.navbar {
  width: 100%;
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.content {
  max-width: 800px;
  background-color: white;
  margin: auto;
  padding: 10px;
}

.banner-rajaslotter {
  width: 100%;
  height: auto;
}

.btn-group {
  width: 100%;
}

.btn-daftar {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  padding: 10px 24px;
  float: left;
  width: 50%;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.btn-login {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  padding: 10px 24px;
  float: left;
  width: 50%;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.rtp-rajaslotter {
  text-align: center;
  padding: 10px;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

button {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  border-radius: 25px;
  margin: 5px;
  color:#fff;
}

.copyright{
  text-align: center;
  padding: 20px;
}

.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #aeb1b5;
  /* border-radius: .25rem; */
  position: relative;
  z-index: 1;
  border-radius: 18px;
  width: 90%;
  margin: 10px;
}

.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(14px);
  color: black;
}

.percent-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  z-index: 10;
}

.yellow {
  background-color: #ffc107;
}

.green {
  background-color: #28a745;
}

.red {
  background-color: #dc3545;
}

.top-game, .hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 3rem;
    top: 0rem;
    z-index: 2;
    height: 2.9rem;
    left: 0.4rem;
}

.top-game {
    background: url('/img/top.gif');
}

.hot-game {
    background: url('/img/hot.gif');
}

.jamBg {
  font-size: 12px;
}

h5 {
    font-size: 15px;
}