@font-face {
  font-family: 'Coolvetica';
  src: url('../fonts/coolvetica rg.otf') format('opentype');
}

body {
  background: url("../img/prize.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Coolvetica', sans-serif; /* Gunakan font Coolvetica */
  background-position: 100%;
  background-attachment: fixed;
}

.padding-top {
  padding-top: 20px !important;
}

header .logo-menu-box-full {
  background: -webkit-gradient(linear, left top, left bottom, from(#6a4c28), to(#6a4c28));
  background: linear-gradient(180deg, #6a4c28 0%, #6a4c28 100%);
  height: 82px;
}

header .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

header .menu {
  height: 80px;
  padding-top: 17px;
}

header .menu ul > li {
  width: 101px;
  height: 46px;
  padding: 1px;
  font-size: 17px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu ul > li a {
  color: white;
  text-decoration: none;
}

header .menu ul > li:hover {
  background-color: #335073;
  cursor: pointer;
}

main .box-main {
  background-color: #f5f5dc;
  padding: 30px;
}

main .box-main .head-prize .first-row {
  font-size: 38px;
  color: #6a4c28;
  text-transform: uppercase;
}

main .box-main .head-prize .second-row {
  font-size: 17px;
  color: #6a4c28;
}

main .box-main .title-next-draw {
  font-size: 28px;
  color: #6a4c28;
}

main .box-main .title-next-draw .time {
  font-size: 41px;
}

main .box-main .box-prize {
  padding: 70px;
  background: url("../img/bgprize.png") no-repeat;
  background-size: 100% 100%;
}

main .box-main .box-prize .line {
  margin-top: 20px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2f4d7100), color-stop(#eef1f3), to(#2f4d7100));
  background-image: linear-gradient(to right, #2f4d7100, #eef1f3, #2f4d7100);
  margin-bottom: 20px;
}

main .box-main .box-prize .box-1 {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

main .box-main .box-prize .box-1 .title-prize {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
}

main .box-main .box-prize .box-1 .pool-list .pool {
  height: 80px;
  width: 80px;
  background-color: #6a4c28;
  border-radius: 50%;
  border: 2px solid white;
  font-weight: 500;
  font-size: 55px;
  margin: 10px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .box-main .box-prize .box-2,
main .box-main .box-prize .box-3 {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

main .box-main .box-prize .box-2 .title-prize,
main .box-main .box-prize .box-3 .title-prize {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
}

main .box-main .box-prize .box-2 .pool-list .pool,
main .box-main .box-prize .box-3 .pool-list .pool {
  height: 69px;
  width: 69px;
  background-color: #6a4c28;
  border-radius: 50%;
  border: 2px solid white;
  font-weight: 500;
  font-size: 45px;
  margin: 10px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .title-draw-result-blog .title {
  font-weight: 500;
  font-size: 26px;
  /* dark blue */
  color: #6a4c28;
}

main .title-draw-result-blog .desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #6a4c28;
}

main .tbl-result table tr:first-child {
  border-style: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 0 0px 1px #6a4c28;
          box-shadow: 0 0 0px 1px #6a4c28;
}

main .tbl-result table tr td,
main .tbl-result table tr th {
  border: 1px solid #6a4c28;
}

main .tbl-result table tr .day {
  font-weight: 700;
  font-size: 18px;
  color: #6a4c28;
  text-align: center;
}

main .tbl-result table tr .month {
  color: #6a4c28;
  text-align: center;
  font-weight: 100;
  font-size: 16px;
}

main .tbl-result table tr .title-prize {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #6a4c28;
}

main .tbl-result table tr .result-prize > .pool {
  margin: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 2px solid #6a4c28;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 30px;
  color: #6a4c28;
}

main .box-agent {
  -webkit-box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
          box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 5px;
  height: 120px;
}

main .box-agent .img-box {
  width: 50%;
  height: 120px;
  display: -ms-grid !important;
  display: grid !important;
  place-content: center !important;
}

main .box-agent .img-box .pic {
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .box-agent .img-box .pic img {
  height: 44px;
}

main .box-agent .img-box .prize {
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .box-agent .button-box {
  width: 50%;
  height: 120px;
  display: -ms-grid !important;
  display: grid !important;
  place-content: center !important;
}

main .box-agent .button-box .btn {
  margin-top: -5px;
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .box-agent .button-box .btn button {
  height: 30px;
  width: 105px;
}

main .box-agent .button-box .btn .btn {
  border-radius: 0 !important;
}

main .box-agent .button-box .time {
  margin-top: -5px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #6a4c28;
}

footer .full-bg-footer {
  background-color: #6a4c28;
  color: white;
}

footer .full-bg-footer .menu-list-footer ul > li {
  margin: 10px;
}

footer .full-bg-footer .menu-list-footer ul > li a {
  color: white;
  text-decoration: none;
}

footer .full-bg-footer .copyright {
  font-size: 13px;
}

#livedraw {
  background-color: white !important;
}

#livedraw .box-main {
  background-color: white;
  padding: 15px;
}

#livedraw .box-main .head-prize .first-row {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
}

#livedraw .box-main .head-prize .second-row {
  font-size: 17px;
  color: white;
}

#livedraw .box-main .title-next-draw {
  font-size: 22px;
  color: white;
}

#livedraw .box-main .title-next-draw .time {
  font-size: 41px;
}

#livedraw .box-main .box-prize {
  padding: 10px;
  background: url("../img/bgprize.png");
  height: 430px;
}

#livedraw .box-main .box-prize .line {
  margin-top: 20px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2f4d7100), color-stop(#eef1f3), to(#2f4d7100));
  background-image: linear-gradient(to right, #2f4d7100, #eef1f3, #2f4d7100);
  margin-bottom: 20px;
}

#livedraw .box-main .box-prize .box-1 {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

#livedraw .box-main .box-prize .box-1 .title-prize {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
}

#livedraw .box-main .box-prize .box-1 .pool-list .pool {
  height: 70px;
  width: 70px;
  background-color: #6a4c28;
  border-radius: 50%;
  border: 2px solid white;
  font-weight: 500;
  font-size: 55px;
  margin: 10px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#livedraw .box-main .box-prize .box-2,
#livedraw .box-main .box-prize .box-3 {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

#livedraw .box-main .box-prize .box-2 .title-prize,
#livedraw .box-main .box-prize .box-3 .title-prize {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
}

#livedraw .box-main .box-prize .box-2 .pool-list .pool,
#livedraw .box-main .box-prize .box-3 .pool-list .pool {
  height: 59px;
  width: 59px;
  background-color: #6a4c28;
  border-radius: 50%;
  border: 2px solid white;
  font-weight: 500;
  font-size: 45px;
  margin: 10px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cornsilk-bg {
  background-color: aliceblue;
  color: #6a4c28;
}

.btnPagingNext,
.btnPagingFirst,
.btnPagingBack,
.btnPagingLast {
  background-color: #6a4c28;
  color: white;
  margin: 2px;
}

.menu-mobile {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #6a4c28;
}

.menu-mobile img {
  width: 60%;
}

.menu-mobile span {
  width: 40px;
  height: 40px;
  font-size: 23px;
  border-radius: 50%;
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.left-menu {
  position: fixed;
  top: 60px;
  z-index: 11;
  background-color: #ffffff;
  display: none;
}

.left-menu ul {
  list-style-type: none;
}

.left-menu ul li {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.left-menu ul li a {
  font-size: 20px;
  font-weight: 900;
  padding: 10px 0px;
  color: #6a4c28;
  display: block;
  position: relative;
}

.left-menu ul a:hover {
  text-decoration: none !important;
}

.left-menu ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #6a4c28;
}

.left-menu ul li:hover::after {
  width: 35%;
}

#livedraw {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
  color: #6a4c28;
  margin-bottom: 10px;
}

/* @responsive code */
/* @mobile */
@media (max-width: 575.98px) {
  header {
    display: none;
  }
  .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #livedraw {
    margin-top: 70px;
    font-size: 100%;
  }
  .box-main .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box-main .head-prize .first-row {
    font-size: 23px !important;
  }
  .box-main .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box-main .col-5 .copyright {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main {
    margin-top: 60px;
  }
  main .box-main .title-next-draw {
    font-size: 25px;
    float: left !important;
  }
  main .box-main .box-prize .box-1 .pool-list .pool {
    width: 45px;
    height: 45px;
    font-size: 35px;
    margin: 3px;
  }
  main .box-main .box-prize .box-2 .pool-list .pool, main .box-main .box-prize .box-3 .pool-list .pool {
    width: 45px;
    height: 45px;
    font-size: 35px;
    margin: 3px;
  }
  .box-prize .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  footer .col-12 img {
    width: 100%;
  }
  footer .full-bg-footer .menu-list-footer ul {
    display: block !important;
  }
  main .tbl-result table tr .result-prize > .pool {
    margin: 0px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: none;
    color: #6a4c28;
    font-weight: 900;
    font-size: 12px;
  }
  main .tbl-result table tr .title-prize {
    font-size: 15px;
  }
  .cornsilk-bg {
    margin-top: 60px !important;
  }
  #livedraw .box-main .box-prize {
    height: auto;
  }
  .box-main .head-prize .first-row {
    font-size: 11px !important;
  }
  #livedraw .box-main .head-prize .second-row {
    font-size: 10px;
    color: white;
  }
  .box-prize .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .box-prize .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  #livedraw .box-main .title-next-draw {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #livedraw .box-main .title-next-draw .time {
    font-size: 11px;
  }
  #livedraw .box-main .box-prize .box-1 .pool-list .pool {
    height: 35px;
    width: 35px;
    font-size: 29px;
  }
  #livedraw .box-main .box-prize .box-2 .pool-list .pool, #livedraw .box-main .box-prize .box-3 .pool-list .pool {
    height: 35px;
    width: 35px;
    font-size: 29px;
  }
}

/* @ipad */
@media (min-width: 768px) and (max-width: 991.98px) {
  #search h5 {
    font-size: 15px;
  }
  main .box-main .head-prize .first-row {
    font-size: 27px;
  }
  main .box-main .box-1 .pool-list .pool {
    width: 65px;
    height: 65px;
  }
  main .tbl-result table tr .day {
    font-size: 14px;
  }
  main .box-agent .img-box .prize {
    font-size: 14px;
    margin-top: 0px;
  }
  main .box-agent {
    height: 100px;
  }
  main .box-agent .img-box .pic img {
    height: 35px;
  }
  main .box-agent .button-box .btn button {
    margin-top: -10px;
    height: 25px;
    width: 95px;
    font-size: 15px;
  }
  main .box-main .box-prize .box-2 .pool-list .pool, main .box-main .box-prize .box-3 .pool-list .pool {
    width: 50px;
    height: 50px;
  }
  #countdown {
    margin-left: 60px !important;
  }
  footer .col-12 img {
    width: 100%;
  }
  main .tbl-result table tr .result-prize > .pool {
    height: 30px;
    width: 30px;
    font-size: 25px;
  }
  #livedraw .box-main .head-prize .first-row {
    font-size: 25px;
  }
  #livedraw .box-main .box-prize .box-2 .pool-list .pool, #livedraw .box-main .box-prize .box-3 .pool-list .pool {
    width: 50px;
    height: 50px;
  }
}

/* @ipad pro */
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .col-12 img {
    width: 100%;
  }
}

/* @laptop */
/*# sourceMappingURL=style.css.map */