:root {
  --first-color: #f8f8f8;
  --second-color: #e2e2e2;
  --third-color: #e9e9e9;
  --fourth-color: #b8b7b7;
  --fifth-color: #dae4ff;
  --footer-color: #001e3b;

  --text-first-color: #303030;
  --text-second-color: #000000;
  --text-third-color: #fff;
  --text-fourth-color: #54c0ff;
}

@font-face {
  font-family: "theme-font";
  src: url("../fonts/DMSans-Regular.woff2");
}

#nprogress .bar {
  background: var(--footer-color);
}

#nprogress .peg {
  box-shadow: 0 0 10px var(--footer-color), 0 0 5px var(--footer-color);
}

#nprogress .spinner-icon {
  border-top-color: var(--footer-color);
  border-left-color: var(--footer-color);
}

a {
  color: inherit;
  text-decoration: none;
}

.text-primary {
  color: var(--footer-color) !important;
}

body {
  font-family: "theme-font" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.navbar-theme,
.nav-bottom {
  background: var(--first-color);
  color: var(--text-first-color);
  padding: 1.1rem;
  border-bottom: 1px solid var(--second-color);
}

.navbar-theme {
  font-weight: 700;
}

.not-found-title {
  font-size: 15rem;
}

.nav-bottom {
  font-weight: 500;
}

.header-img {
  color: var(--second-color);
}

.title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.livedrawhead {
  font-size: 1.3rem;
  background: var(--footer-color);
  text-transform: uppercase;
}

.icon-header-right {
  font-size: 3.6rem;
  border: 5px solid var(--text-third-color);
  border-radius: 100%;
  padding: 1.2rem;
  color: var(--text-third-color);
}

.para-header {
  padding: 0;
  margin: 0;
  margin-top: -1.6rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.currency-counter {
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  text-align: center;
}

.infotab {
  background: var(--fifth-color);
  padding: 2.3rem;
}

.overlay-header {
  background: rgba(24, 24, 24, 0.521);
  padding: 2.2rem;
  width: 100%;
  height: 200px;
}

.overlay-header h5 {
  font-size: 1.1rem;
}

.card-result {
  background: var(--first-color);
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--fourth-color);
}

.head-result {
  margin-bottom: 0.9rem;
}

.head-result h3 {
  font-size: 1.4rem;
  color: var(--text-second-color);
}

.head-result h6 {
  font-size: 0.84rem;
  color: var(--text-first-color);
}

.btn-menu {
  font-size: 1.5rem;
}

.foot-result {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-result h4 {
  font-size: 1.1rem;
}

.show-results {
  border: 1px solid var(--fourth-color);
  padding: 0.6rem;
  border-radius: 0.4rem;
}

.show-results:hover {
  background: var(--second-color);
}

.show-results button {
  background: none;
  border: none;
}

.show-results button:hover {
  color: var(--text-second-color);
}

.show-results button i {
  font-size: 0.7rem;
}

.prize-symbol {
  color: var(--footer-color);
  border-radius: 100%;
  border: 2px solid var(--footer-color);
  padding: 0.1rem 0.6rem;
}

.body-result {
  display: flex;
  justify-content: start;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--second-color);
}

.ball {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--first-color);
  background-image: linear-gradient(
    180deg,
    var(--first-color),
    var(--second-color)
  );
  border: 1px solid #aeadb5;
  border-radius: 100%;
  color: var(--text-second-color);
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-size: 1.1666667rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  line-height: 1.1428571;
  text-align: center;
  width: 44px;
  margin-right: 0.3rem;
}

.ball:hover {
  cursor: pointer;
  background: var(--second-color);
}

.overlay-header h3 {
  font-weight: 700;
  font-size: 2rem;
}

.overlay-header h5 i {
  font-size: 0.9rem;
}

.list-navbar,
.list-nav-bottom,
.icon-social,
.icon-bank,
.mobile-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#mobile-menu {
  display: none;
  transition: max-height 0.3s ease;
}

.mobile-menu {
  margin-top: 0.6rem;
}

.mobile-menu li {
  margin-left: 1rem;
  margin-bottom: 0.7rem;
}

.list-navbar,
.list-nav-bottom,
.icon-social,
.icon-bank {
  display: flex;
  align-items: center;
}

.icon-social,
.icon-bank {
  justify-content: start;
  border-bottom: 1px solid var(--second-color);
  margin-bottom: 1rem;
  position: relative;
}

.icon-social li,
.icon-bank li {
  font-size: 2.8rem;
  margin-right: 1rem;
}

.icon-social li:hover,
.icon-bank li:hover {
  color: var(--text-fourth-color);
  cursor: pointer;
}

.icon-social li:last-child,
.icon-bank li:last-child {
  margin-right: 0;
}

.icon-bank li:last-child {
  position: absolute;
  right: 0;
  font-size: 0.8rem;
  top: -1.4rem;
}

.wla-footer {
  width: 7rem;
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  filter: brightness(0) invert(1);
}

.list-navbar {
  justify-content: end;
}

.list-navbar li,
.list-nav-bottom li {
  margin-right: 1.2rem;
  font-size: 0.96rem;
}

.list-navbar li:hover,
.list-nav-bottom li:hover {
  color: var(--text-second-color);
  cursor: pointer;
}

.logo {
  width: 12rem;
  max-width: 100%;
}

.list-navbar li:last-child {
  margin-right: 0;
}

.footer {
  margin-top: 2rem;
  border-top: 2px solid var(--text-fourth-color);
  background: var(--footer-color);
  color: var(--text-third-color);
  padding: 3rem;
}

.logo-footer {
  width: 16rem;
  max-width: 100%;
  /* filter: brightness(0) invert(1); */
}

.menu-footers {
  border-bottom: 1px dashed var(--second-color);
  margin-bottom: 2rem;
}

.menu-footers:hover {
  cursor: pointer;
  color: var(--text-fourth-color);
  border-bottom: 1px solid var(--text-fourth-color);
}

.menu-footers h3 {
  font-size: 1.1rem;
}

.menu-footers p {
  font-size: 0.8rem;
}

/*
Responsive Theme
/*

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .foot-result h4 {
    font-size: 0.8rem;
  }

  .head-result h3 {
    font-size: 1.1rem;
  }

  .head-result h6 {
    font-size: 0.79rem;
  }

  .currency-counter {
    font-size: 1.4rem;
  }

  .title {
    font-size: 1.2rem;
  }

  .prize-symbol {
    padding: 0.1rem 0.4rem;
  }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 850px) and (orientation: landscape) {
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
}
