body {
  background: #d6d3cb top center;
}

.container {
  padding: 0;
}

.top {
  background: #bb9c69;
  height: 46px;
}
.top .float-right {
  margin-top: 8px;
}
.top .float-right .fab {
  color: #812613;
}
.top .float-right .mr-50 {
  margin-right: 50px;
}
.top .label-13XFthDT {
  display: none;
}

.top-menu {
  background-image: linear-gradient(0deg, #252525 0%, #252525 100%);
  border-top: 2px solid white;
  height: 70px;
}
.top-menu .navbar {
  padding: 0.1rem 0;
}
.top-menu .navbar .navbar-nav .nav-item {
  border-radius: 25px;
}
.top-menu .navbar .navbar-nav .nav-item .nav-link {
  color: #e6bf7f;
  font-size: 1.25vw;
  padding: 5px 0;
  height: 50px;
  text-align: center;
}
.top-menu .navbar .navbar-nav .nav-item.active .nav-link, .top-menu .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #bb9c69;
}
.top-menu .navbar .navbar-nav .mr-60 {
  margin-right: 60px;
}
.top-menu .navbar .navbar-nav .weather {
  margin-top: -7px;
}

span.time {
  color: black;
  font-weight: bold;
}

.news {
  background: #203f62;
  height: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.news .col-1 {
  font-size: 13px;
  text-align: center;
}
.news .col-11 {
  font-size: 11px;
}

.cooldown {
  color: white;
  height: 142px;
}
.cooldown .winner {
  margin: -11% 0 0 0;
}
.cooldown span {
  font-weight: bold;
  font-size: 1vw;
}
.cooldown p {
  font-size: 0.85vw;
}
.cooldown .winning {
  width: 28%;
  margin-left: 5%;
}
.cooldown .time {
  font-size: 1vw;
  width: 30%;
}
.cooldown .time .box {
  width: 12%;
  height: 2.5vw;
  text-align: center;
  font-size: 1.5vw;
  text-decoration: underline;
  background-color: white;
  color: black;
  border-radius: 2px;
  padding: 0;
  font-weight: bold;
}
.cooldown .time .mr-41 {
  margin-right: 4px;
}
.cooldown .time .point {
  font-size: 1vw;
  text-decoration: underline;
  line-height: 2;
}
.cooldown .time span {
  font-size: 0.75vw;
  text-decoration: underline;
  font-weight: normal;
}
.cooldown .prize p {
  font-size: 1vw;
  line-height: 1.2;
}
.cooldown .prize p span {
  font-size: 2.25vw;
  text-decoration: underline;
  line-height: 1.2;
}

.win-number {
  background: #726961;
  height: auto;
  margin: 5px 0;
}
.win-number .head {
  color: #473d35;
  background: #bb9c69;
  height: 30px;
  text-align: center;
  font-weight: bold;
}
.win-number .body {
  text-align: center;

  padding-bottom: 20px;
}
.win-number .body span.title {
  font-size: 36px;
  font-weight: bold;
  color: #e0cca7;
}
.win-number .body h3 {
  color: #d2af6f;
}
.win-number .body .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #bb9c69;
  font-size: 34px;
  color: white;
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
}
.win-number .footer {
  color: #e0cca7;
  font-size: 22px;
  text-align: center;
  padding: 14px 0;
}
.win-number .footer p {
  margin: 0;
}

#accordion {
  margin-bottom: 5px;
}
#accordion .card-header {
  background: #bb9c69;
  padding: 5px 1.25rem;
}
#accordion .card-header h5 button {
  color: #473d35;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
#accordion .card-header h5 button .fa-chevron-up {
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}
#accordion .card-header h5 button.collapsed .fa-chevron-up {
  transform: rotate(180deg);
  transition: all 0.5s ease 0s;
}
#accordion .card-body {
  background: #726961;
  text-align: center;
}
#accordion .card-body .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #bb9c69;
  font-size: 26px;
  color: white;
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
}

.footer-bot {
  background: #483c30;
  height: auto;
  margin-top: 5px;
}
.footer-bot .line {
  background: #bb9c69;
  height: 20px;
}
.footer-bot .head {
  font-size: 34px;
  color: #d2af6f;
  font-weight: bold;
}
.footer-bot .fab {
  color: white;
  font-size: 2rem;
}
.footer-bot .mr-50 {
  margin-right: 50px;
}
.footer-bot p {
  font-size: 22px;
  color: #e0cca7;
  text-align: center;
}
.footer-bot p span {
  font-size: 14px;
}
.footer-bot p span a {
  color: #e0cca7;
}
.footer-bot .copyright {
  background: #bb9c69;
  height: auto;
}

table {
  margin: 0 !important;
}
table thead {
  background: #bb9c69;
}
table thead tr th {
  color: #473d35;
  font-weight: bold;
  border: none !important;
  padding: 0 !important;
}
table tbody tr {
  background: #726961;
}
table tbody tr td {
  color: white;
  border: 1px solid white;
}
table tbody tr td a.drop, table tbody tr td a.link {
  color: white;
}
table tbody tr td a.drop .fa-chevron-up, table tbody tr td a.link .fa-chevron-up {
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}
table tbody tr td a.collapsed .fa-chevron-up {
  transform: rotate(180deg);
  transition: all 0.5s ease 0s;
}
table tbody tr .ver {
  vertical-align: middle;
}
table tbody tr td.bold {
  color: #d2af6f;
  font-weight: bold;
}
table tbody tr td:first-child {
  border-left: none;
}
table tbody tr td:last-child {
  border-right: none;
}
table tbody tr:first-child td {
  border-top: none;
}
table tbody + tbody {
  border: none !important;
}
table tbody + tbody tr td:first-child {
  border-right: none;
}

.pagination .page-item .page-link {
  background-color: #483c30;
  color: #d2af6f;
}
.pagination .page-item .page-link:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.pagination .page-item.disabled .page-link {
  background-color: #77624d;
}

.contactus .title {
  color: #812613;
  font-size: 30px;
  font-weight: bold;
}
.contactus p {
  font-size: 18px;
  color: #473d35;
  text-align: justify;
}
.contactus p span.bold {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .cooldown {
    height: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    background: #DCCFBC;
  }

  .top-menu .navbar .navbar-nav .mr-20 {
    margin-right: 10px;
  }

  .top-menu .navbar .navbar-nav .nav-item .nav-link {
    line-height: 2.75;
  }

  .cooldown .winner {
    margin: -11% 0 2% 0;
  }
  .cooldown span {
    font-size: 1.25vw;
  }
  .cooldown p {
    font-size: 1.1vw;
  }
  .cooldown .time {
    font-size: 1.2vw;
  }
  .cooldown .time .box {
    height: 34px;
    font-size: 2vw;
  }
  .cooldown .time .point {
    font-size: 1.5vw;
  }
  .cooldown .time span {
    font-size: 1vw;
  }
  .cooldown .prize p {
    font-size: 1vw;
  }
  .cooldown .prize p span {
    font-size: 2.75vw;
  }

  .win-number .body .circle {
    line-height: 1.4;
  }

  #accordion .card-body .circle {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .cooldown {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .cooldown {
    height: 68px;
  }
}