/* General Styles */
.bg-grey {
  background-color: #1e1e1e;
}
.text-grey {
  color: #1e1e1e !important;
}

body {
  background: url("/web/20220409041632im_/http://www.granddiamondpools.com/images/bg.jpg");
  background-size: cover;
}
header {
  background-color: #1e1e1e;
}

@font-face {
  font-family: diamond;
  src: url("/web/20220409041632im_/http://www.granddiamondpools.com/fonts/Rowdies-Regular.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: diamond;
}

.iframecode {
  resize: none;
  height: 600px;
  overflow: hidden;
}

/* Font Size */

.font-size-small {
  font-size: 15px;
}

.font-size-medium {
  font-size: 23px;
}

.font-size-big {
  font-size: 80px;
}

/* -----------------------Balls------------------------ */

.balls {
  display: inline-block;
  width: 31px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-right: 2px;
  font-size: 16px;

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

/* -----------------------Lions------------------------ */
.left-lion {
  bottom: 2%;
  left: -5%;
}

.right-lion {
  bottom: 2%;
  right: -4%;
}

.today-result {
  border: 5px solid #ffc107;
  background: #fff;
  padding: 1rem;
  border-radius: 2rem;
  margin: 2rem auto;
  width: 500px;
  padding: 3rem 0;
}

.today-result h3 {
  text-align: center;
  font-weight: bold;
}

.no-latest {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.no-latest div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc107;
  border-radius: 50%;
  color: #000;
  width: 55px;
  height: 55px;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-link {
  color: #000;
}

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