:root {
  --f-color: #000;
  --s-color: #fff;
  --t-color: #ff8d1d;
  --theme-color: #cecece;
  --theme-color2: #bebebe;
  --theme-second: #3e3e3e;
  --theme-third: #1c1c1c;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

.nav-top-wrapper {
  padding: 1.3rem;
}

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.icon-android {
  font-size: 1rem;
}

.nav-top-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

#nprogress .bar {
  background: var(--theme-third);
}

#nprogress .peg {
  box-shadow: 0 0 10px var(--theme-third), 0 0 5px var(--theme-third);
}

#nprogress .spinner-icon {
  border-top-color: var(--theme-third);
  border-left-color: var(--theme-third);
}

.nav-top-list li {
  margin-right: 0.5rem;
  position: relative;
}

.btn-lang {
  border: none;
  background: none;
}

.btn-lang img {
  width: 1.8rem;
  border-radius: 10px;
  height: 1.4rem;
  max-width: 100%;
}

.logo img {
  width: 9rem;
  max-width: 100%;
}

.logo-card {
  width: 10rem;
}

.ball-draw,
.counter-time {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.title-404 {
  font-size: 10rem;
}

.wrapper-404 {
  height: 36rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-time li {
  margin-right: 0.9rem;
  padding: 0.3rem 2.6rem;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 10px;
  background: var(--s-color);
  color: var(--f-color);
  text-align: center;
  text-transform: uppercase;
}

.page.active {
  color: #fff !important;
  opacity: 1 !important;
  background: var(--theme-second);
}

#hour1,
#hour2,
#minute1,
#minute2,
#second1,
#second2 {
  font-size: 1.4rem;
  color: var(--theme-second);
}

.ball-draw li {
  color: var(--f-color);
  margin-bottom: 6px;
  margin-top: 7px;
  list-style-type: none;
  display: inline-flex;
  padding: 10px 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-left: 5px;
  border: 2px solid var(--f-color);
  font-weight: 700;
}

.ticket-btn {
  background: var(--t-color);
  padding: 0.7rem 1.5rem;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.ticket-btn i {
  font-size: 0.6rem;
}

.ball-draw li:hover {
  background: var(--theme-color2);
  cursor: pointer;
}

.ball-draw li:first-child {
  margin-left: 0;
}

.social-icon {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}

.social-icon li {
  margin-right: 1rem;
  font-size: 2rem;
}

.social-icon li:last-child {
  margin-right: 0;
}

.ball-draw li:last-child {
  background: linear-gradient(
    0deg,
    var(--theme-second) 0%,
    var(--theme-third) 100%
  );
  color: var(--s-color);
  border-color: var(--theme-third);
}

.ball-draw li:last-child:hover {
  background: var(--theme-third);
}

.home-icon {
  position: absolute;
  font-size: 0.7rem;
  left: -1rem;
  top: 0.43rem;
  font-weight: bold;
}

.next-draw-card {
  background: var(--theme-second);
  color: var(--s-color);
}

.nav-top-list li button {
  border: none;
  background: none;
}

.nav-top-list li button,
.nav-top-list li a {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--f-color);
}

.nav-top-list li:last-child {
  margin-right: 0;
}

.nav-top-list-m {
  display: none;
}

.header-title {
  padding: 0.6rem;
  color: #fff;
  text-transform: uppercase;
  background: var(--theme-second);
  border-bottom: 3px solid var(--theme-third);
}

.header-title h3 {
  font-size: 1.4rem;
}

footer {
  border-top: 4px solid var(--t-color);
  background: var(--theme-second);
  padding: 1rem;
  color: var(--s-color);
}

footer a {
  color: var(--t-color);
}

.logo-wla {
  display: block;
  width: 8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu-img li img {
  width: 5rem;
}

.footer-menu-img li {
  margin-right: 2rem;
}

.footer-menu-img li:last-child {
  margin-right: 0;
}

/* Responsive */
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .nav-top-list {
    display: none;
    position: absolute;
    top: 40px;
    right: -45px;
    height: 100vh;
    z-index: 2;
    padding: 1rem;
    background: var(--s-color);
    transition: translateX(-45px) 250ms;
  }

  .nav-top-list li i {
    display: none;
  }

  .nav-top-list li {
    margin-bottom: 0.7rem;
  }

  .nav-top-list li a {
    margin-left: 6px;
  }

  .nav-top-list-m {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .nav-top-list-m li i {
    font-size: 1.7rem;
  }

  .counter-time li {
    padding: 0.3rem 1.3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* 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) {
}
