@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bigshouldersdisplay/v19/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ88JF4.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
body {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Lato', sans-serif;
}
nav.white-navbar {
  background: #fefefe;
}
.menu-section {
  background: #fefefe;
}
.content-section {
  background: #493860;
  color: #fefefe;
}
.footer-section {
  background: #2d1442;
  color: #fefefe;
}
span.logo {
  font-family: 'Big Shoulders Display', sans-serif;
  color: #135f47;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}
.light-blue-line {
  border-bottom: 2px solid #089df9;
}
ul.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
ul.main-menu li {
  padding: 0em 0.25em;
}
ul.main-menu li a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #030201;
  font-size: 1.2em;
  padding: 0.5em 0em;
}
ul.main-menu li a.active,
ul.main-menu li a:hover {
  color: #fefefe;
  background: #030201;
}
table.result-table {
  color: #fefefe;
}
table.result-table td {
  background: none;
}
table.table-result-detail {
  color: #fefefe;
}
table.table-result-detail td,
table.table-result-detail th {
  width: 50%;
  background: none;
  color: #fefefe;
  padding: 1em 0em;
}
table.table-result-detail th.header-date {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  text-align: center;
}
h1 {
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
span.table-heading-text {
  font-size: 1.4em;
  color: #fefefe;
}
input.datepicker {
  width: 2em;
}
ul {
  list-style: none;
  margin: 0;
}
ul.result-ball {
  margin: 0;
  padding: 0.25em 0em;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
}
ul.result-ball li {
  list-style: none;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin: 0em 0.5em;
}
ul.result-ball li.red-one {
  background: #641c1e;
}
ul.result-ball li.green-one {
  background: #4a9d53;
}
ul.result-ball li.blue-one {
  background: #2d6369;
}
ul.result-ball li.yellow-one {
  background: #ac9141;
}
ul.result-ball li span {
  background: #fefefe;
  color: #2d1442;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
ul.result-ball-starter {
  margin: 1em auto 0 auto;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
ul.result-ball-starter li.small-one {
  display: inline-block;
  margin: 0em 5.5em 1em 5.5em;
}
ul.result-ball-starter li.small-one span {
  background: #fefefe;
  color: #2d1442;
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding-top: 0.2em;
}
ul.list-detail {
  padding: 0em;
}
ul.list-detail li {
  display: inline-block;
  margin: 0.25em 1em;
}
