body {
  background: url("../img/bg.jpg") center fixed no-repeat;
  background-size: cover;
}

.darkbg {
  background: rgba(0, 0, 0, 0.9);
}

a {
  color: #840a21;
}

a:hover {
  text-decoration: none;
  color: #5d0818;
}

.bg-red {
  background-color: #840a21;
}

.text-red {
  color: #840a21;
}

.bg-gred {
  background: linear-gradient(
    0deg,
    rgba(85, 7, 22, 1) 0%,
    rgba(132, 10, 33, 1) 100%
  );
}

.livedrawcontent {
  background: url("../img/bg-1.jpg") center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.datepicker td,
.datepicker th {
  width: 1.5em;
  height: 1.5em;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.balls {
  display: inline-block;
  width: 51px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  margin-right: 2px;
  font-size: 30px;
  font-weight: bold;

  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.balls2 {
  background-position: left;
  background-repeat: repeat-x;
  width: 140px;
  margin: 0 auto;
  padding: 0px 0 0px 10px;
  letter-spacing: 25px;
  display: block;
  height: 30px;
  background-image: url("../img/ball.png");
  color: #fff;
  font-size: 19px;
}

.balls3 {
  display: inline-block;
  width: 31px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 2px;
  font-size: 14px;
  font-weight: bold;

  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

/* Scroll Style */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #840a21;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

@media only screen and (max-width: 600px) {
  .cellres {
    width: 100% !important;
  }
}

td {
  white-space: nowrap;
}

.page-link {
  background: #840a21;
  color: #fff;
}

.page-link:hover {
  background: #ffc107;
  color: #000;
}
