*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1150px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center{
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-lg-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.d-grid {
  display: grid !important;
}
img {
  vertical-align: middle;
  border-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
h4,
h4 > a {
  font-size: 32px;
  line-height: 38.4px;
}
h2,
h2 > a {
  font-size: 55px;
  line-height: 68.4px;
}
h6,
h6 > a {
  font-size: 18px;
  line-height: 21.6px;
}
.pb-120 {
  padding-bottom: 50px;
}

.pt-120 {
  padding-top: 50px;
}
.mb-30-none {
  margin-bottom: -30px;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: rgb(255, 255, 255);
}
body {
  background: #00003e;
  color: #f1f3ff;
  font-family: system-ui;
  position: relative;
  font-family: "Chakra Petch", sans-serif;
}

header {
  /* position: fixed; */
  background: #00003e;
  z-index: 1000;
  width: 100%;
  padding: 20px 0;
}

header .header-area {
  border-bottom: 1px solid #4543a9;
  display: flex;
  justify-content: space-between;
}
header .right-area .cmn-btn {
  margin-left: 10px;
}

.logo-section {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:10px;
}

.header-action {
  display: flex;
  align-items: center;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
button {
  border: none;
  cursor: pointer;
}

.site-logo{
    max-width: 230px;
    max-height: 73px;
    width: 100%;
    height: 100%;
}


.cmn-btn {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #7400d3;
  box-shadow: 0px 4px 0px #57049a;
  border-radius: 28px;
  transition: all ease 0.3s;
  padding: 12px 30px;
}

.cmn-btn:hover {
  background: #4e01ce;
  box-shadow: 0px 4px 0px #4707b3;
  transition: all ease 0.3s;
}

.cmn-btn-alt {
  background: #4e01ce;
  box-shadow: 0px 4px 0px #4707b3;
}
.cmn-btn-alt:hover {
  background: #7400d3;
  box-shadow: 0px 4px 0px #57049a;
}
#banner-section {
  position: relative;
  background-color: #0d0d48;
  background-size: contain	;
  background-position: center;
  width: 100%;
  height:100%;
  margin: auto;
  background-repeat: no-repeat;
  /* margin-bottom: 69px; */
}
#banner-section .banner-content .bottom-item {
  border-radius: 10px;
  background-color: #0d0d59;
  z-index: 3;
  margin-right: 15px;
  margin-left: 15px;
  position: absolute;
  bottom: -11rem;
  max-width: 100%;
  width: 100%;
}
.bottom-item .single-item {
  position: relative;
}

#banner-section .banner-content .single-item {
  padding: 22px 0 26px;
}
#banner-section .banner-content .single-item .left-area {
  display: grid;
}
.bottom-item .single-item img {
  border-radius: 50%;
  display: block;
}


/*#banner-section .banner-content .single-item .left-area img {*/
/*  margin: 0 30px;*/
/*  max-width: inherit;*/
/*}*/

.lt-icon{
    margin: 0 30px;
    max-width: 80px;
    height: 80px;
}
.bottom-item .right-area h4 {
  text-transform: uppercase;
}
#banner-section .banner-content .single-item .right-area h4 {
  margin-bottom: 9px;
}

#available-game-section {
  padding: 50px 0 50px;
}
#available-game-section,
#article-section {
  background-color: #0d0d48;
}

#article-section a {
  color: #00fedf;
}

#article-section p {
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-right: 20px;
  margin: auto;

}
#article-section h1,
#article-section h2,
#article-section h3 {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  padding-top:10px;
}

#article-section h2 {
  font-size: 1.7rem;
}
#article-section h3 {
  font-size: 1.2rem;
}

#article-section, ul{
 padding-left:30px;
 line-height: 1;
 text-align: left;
}

#article-section, ol{
 padding-left:30px;
 line-height: 1;
 text-align: left;
}

#article-section-2 {
  background-color: #0d0d48;
}

#article-section-2 a {
  color: #00fedf;
}

#article-section-2 p {
  font-size: 17px;
  line-height: 1.4;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 30px;
  margin: auto;

}
#article-section-2 h1,
#article-section-2 h2,
#article-section-2 h3 {
  font-weight: bold;
  text-align: left;
  padding: 15px;
}

#article-section-2 h2 {
  font-size: 1.7rem;
}
#article-section-2 h3 {
  font-size: 1.2rem;
}

#article-section-2, ul{
 padding-left:50px;
 line-height: 1;
 text-align: left;
 align: left;
 margin: auto;
}

#article-section-2, ol{
 padding-left:10px;
 line-height: 1;
 text-align: left;
 margin: auto;

}

.section-header {
  margin-top: -12px;
  margin-bottom: 56px;
}
.title {
  font-family: var(--body-alt-font);
  color: var(--body-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 45px;
}
p,
span,
li {
  margin: 0;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: #dce6ff;
  line-height: 25px;

}
#available-game-section .contained-area .img-overlay {
  margin-bottom: 30px;
}
#level-up-section {
  position: relative;
}

#level-up-section .left-area .level-img{
        max-width: 647px;
    max-height: 581px;
    height: 100%;
    width: 100%;
    padding: 15px;
}

#level-up-section .right-area {
  padding-right: 100px;
}

#level-up-section .right-area .right-content {
  display: flex;
  justify-content: space-between;
}

#level-up-section .right-area .section-header .title {
  font-size: 40px;
}
#level-up-section .right-area .single-item {
  text-align: center;
}

#level-up-section .right-area .single-item h4 {
  margin-top: 30px;
  text-transform: uppercase;
}
#todays-winner-section {
  background-image: url(../images/todays-winner-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#todays-winner-section.home .section-header p {
  margin-bottom: 0;
  font-size: 55px;
  line-height: 58px;
}
#todays-winner-section.home .section-header span {
  display: inline-block;
}
#todays-winner-section.home .section-header .title span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #00fedf;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
#todays-winner-section .title-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#todays-winner-section .title-area p {
  text-transform: uppercase;
  position: absolute;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
#todays-winner-section .winner-chart {
  background: rgba(104, 62, 254, 0.15);
  border: 1px solid #9180ff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgb(39 39 138 / 70%);
  border-radius: 5px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
}
#todays-winner-section .winner-chart .ribbon {
  position: absolute;
  padding: 10px 50px;
  top: 20px;
  left: -55px;
  z-index: 1;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  background: #1b5e42;
  color: #fff;
  transform: rotate(315deg);
  text-align: center;
}
#todays-winner-section .winner-chart .single-item {
  background-color: #292994;
  padding: 10px 30px;
  margin: 10px 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#todays-winner-section .winner-chart .single-item .left-area {
  display: flex;
  align-items: center;
}
#todays-winner-section .winner-chart .single-item .left-area img {
  height: fit-content;
}
#todays-winner-section .winner-chart .single-item .name-area img {
  background-color: #03d6f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px 0 15px;
}
#todays-winner-section .winner-chart .single-item .name-area h6 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
#todays-winner-section .winner-chart .single-item .win-price {
  background: #160d96;
  box-shadow: 0px 4px 8px rgb(12 23 80 / 80%);
  border-radius: 15px;
  padding: 5px 10px;
}
#todays-winner-section .winner-chart .single-item .win-price span {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00ff6d;
}
#todays-winner-section .winner-chart .single-item .win-price .cur {
  color: #fff;
  margin-right: 5px;
}
#counter-section {
  background-color: #00003e;
  margin-bottom: -8px;
}
.mb-40-none {
  margin-bottom: -40px;
}
.text-center {
  text-align: center !important;
}
.mb-40 {
  margin-bottom: 40px;
}
#counter-section .single-item span {
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: var(--body-color);
  margin: 12px 0 5px;
}
#counter-section .single-item .counter {
  display: inline-block;
}
#counter-section .single-item h6 {
  font-weight: bold;
  color: #03d6f9;
}
#faq-section .overlay .left-area,
#faq-section .overlay .left-area span {
  position: relative;
}
#faq-section .overlay .left-area::before {
  content: "";
  position: absolute;
  background: #1c1b74;
  opacity: 0.3;
  z-index: -4;
  border-radius: 50%;
  padding: 240px;
  left: -24%;
  top: -23%;
  animation: zoominout 5s linear infinite;
}
#faq-section .overlay .left-area span::before {
  content: "";
  position: absolute;
  background: #1c1b74;
  z-index: -5;
  border-radius: 50%;
  padding: 160px;
}
#faq-section .overlay .left-area span::after {
  content: "";
  position: absolute;
  background: #1c1b74;
  opacity: 0.5;
  z-index: -5;
  border-radius: 50%;
  padding: 210px;
  left: -15%;
  top: -210px;
  animation: zoominout 5s linear infinite;
}
#faq-section .overlay .left-area::after {
  content: "";
  position: absolute;
  background: #1c1b74;
  opacity: 0.2;
  z-index: -3;
  border-radius: 50%;
  padding: 265px;
  left: -32%;
  top: -31%;
  animation: zoominout 5s linear infinite;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#faq-section {
  overflow: hidden;
}
#faq-section .overlay .card {
  border: none;
  margin-bottom: 20px;
}
#faq-section .overlay .card-header {
  background-color: #1c1b74;
}
#faq-section .overlay .card-header .btn-link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  padding-right: 30px;
}
#faq-section .overlay .card-header .btn-link::before {
  position: absolute;
  content: "";
  background-color: #016778;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#faq-section .overlay .card-header .btn-link::after {
  background-image: url(../images/minus-arrow.png);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  transform: rotate(0deg);
  transition: all ease 0.3s;
  right: 5px;
}
#faq-section .overlay .card-header .collapsed.btn-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/plus-arrow.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  right: 8px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
#faq-section .overlay .card-header h4 {
  font-size: 22px;
  line-height: 38.4px;
}
#faq-section .overlay .card-body {
  background-color: #08074c;
  padding: 15px 30px 20px;
}
#faq-section .overlay .card-body p {
  font-size: 14px;
  line-height: 20px;
}
#footer-section {
  background-color: #220970;
}
#footer-section .footer-bottom .main-content {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer-section .bottom-area .header-area {
  margin-bottom: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.game-img {
  position: relative;
  max-width: 255px;
  max-height: 340px;
  height: 100%;
  width: 100%;
}
.img-overlay {
  position: relative;
  width: 255px;

  margin: auto;
}

.img-overlay:hover:after {
  background: transparent;
  transition: all ease 0.3s;
}
.img-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(220, 66, 37, 0.5)),
    color-stop(100%, rgba(0, 47, 75, 0.5))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.featured-game-num {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: -moz-linear-gradient(7deg, #ec1379 0%, #6c0092 100%);
  background-image: -webkit-linear-gradient(7deg, #ec1379 0%, #6c0092 100%);
  background-image: -ms-linear-gradient(7deg, #ec1379 0%, #6c0092 100%);
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 35%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media (max-width: 1440px) {
  .claim-icons {
    width: 100px;
  }
  #level-up-section .right-area {
    padding-right: 0;
  }
  #level-up-section .right-area .single-item h4 {
    font-size: 22px;
  }
  #level-up-section .right-area .section-header .title {
  font-size: 30px;
}
}
@media (max-width: 1024px) {
  .img-overlay {
    position: relative;
    width: 220px;
    margin: auto;
  }
  .claim-icons {
    width: 80px;
  }

  #level-up-section .right-area .single-item h4 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #level-up-section .right-area {
    padding-right: 0;
  }

  .cus-mb {
    justify-content: center;
  }
  #banner-section .banner-content .bottom-item {
    bottom: -12.5rem;
  }
  #available-game-section {
    padding: 195px 0 50px;
  }
  .claim-icons {
    width: 110px;
    height: auto;
  }
}

@media (max-width: 768px) {
  header .header-area {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    border-bottom: unset;
  }
  .logo-section {
    display: block;
    margin: auto;
  }
  .header-action {
    display: block;
    padding: 10px 0;
  }
  .title,
  .section-header p {
    text-align: center;
  }
  .claim-icons {
    width: 110px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .img-overlay {
    position: relative;
    width: 200px;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mid-area {
    /* text-align: center; */
    margin: auto;
    padding: 10px;
  }
  #available-game-section {
    padding: 320px 0 50px;
  }
  #banner-section .banner-content .bottom-item {
    bottom: -20.5rem;
  }
  #todays-winner-section .winner-chart .single-item {
    padding: 10px 5px;
    display: block;
    text-align: center;
  }
  #level-up-section .right-area {
    padding-top: 30px;
  }

  #level-up-section .right-area .right-content {
    display: block;
    justify-content: space-between;
  }
  #todays-winner-section .winner-chart .single-item .left-area {
    justify-content: center;
    text-align: center;
  }
  h2,
  h2 > a {
    font-size: 40px;
    line-height: 38.4px;
  }
}
@media (max-width: 500px) {
  .img-overlay {
    position: relative;
    width: 170px;
    margin: auto;
  }
  .featured-game-num {
    width: 60px;
    height: 60px;
  }
  #todays-winner-section .title-area p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 425px) {
  .img-overlay {
    position: relative;
    width: 150px;
    margin: auto;
  }
  .featured-game-num {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 375px) {
  .img-overlay {
    position: relative;
    width: 120px;
    margin: auto;
  }
  header .right-area .cmn-btn {
    margin-left: 10px;
    margin-bottom: 15px;
  }
}

.btn-play{
    background: none;
}

.modal-body{
	padding: 0!important;
  background: #000!important;
}
.modal-dialog,
.modal-content,
.modal-body,
#game_container,
.game_content,
.single-game-wrapper{
	height: 100%!important;
    width: 100%!important;
}

.demo-iframe{
	height:100%!important;
}

.modal-dialog{
	margin: 0!important;
  max-width: 100%!important;
}
.modal{
	padding:0!important;
}
.close {
  float: right;
  font-size: 40px;
  font-weight: 700;

  opacity: .2;
  position: absolute!important;
    z-index: 99!important;
    right: 0;
    font-size: 40px!important;
    color: #fff!important;
    text-shadow: 0 1px 0 #000!important;
    top:20px;
}

.close-icon{
  font-size: 70px;
  padding: 20px;
}


#iframe-table {
    margin: auto;
	padding:30px;

}

iframe {
    display: block;
    border-style:none;
}

#toc_container {
    background: #0d0d48 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 100%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
	   margin: auto;
}

.toc_title {
    font-weight: 700;
    text-align: justify;
	   font-size: 1rem;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}

.iframe-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.iframe-video {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.iframe-video {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.iframe-video {
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.iframe-video {
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

#table-tombol{
  border: 0px;
  border-collapse: collapse;
  width: 100%;
  align-content: center;
  margin: auto;

}

#table-tombol td, tr{
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;

}

#table-tombol .link-1{
  text-align: right;

}

#table-tombol .link-2{
  text-align: center;
}

#table-tombol .link-3{
  text-align: left;
}

.rumah-tombol{
  padding-bottom: 10px;
  justify-content: center !important;
}


.tombol-1 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  background: #e85d04;
  box-shadow: 0px 4px 0px #dc2f02;
  border-radius: 10px;
  transition: all ease 0.3s;
  padding: 15px;
}

.tombol-1:hover {
  background: #faa307;
  box-shadow: 0px 4px 0px #f48c06;
  transition: all ease 0.3s;
}

.tombol-1-alt {
  background: #faa307;
  box-shadow: 0px 4px 0px #f48c06;
}
.tombol-1-alt:hover {
  background: #e85d04;
  box-shadow: 0px 4px 0px #dc2f02;
}

.tombol-2 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  background: #56ab91;
  box-shadow: 0px 4px 0px #469d89;
  border-radius: 10px;
  transition: all ease 0.3s;
  padding: 15px;
}

.tombol-2:hover {
  background: #88d4ab;
  box-shadow: 0px 4px 0px #78c6a3;
  transition: all ease 0.3s;
}

.tombol-2-alt {
  background: #88d4ab;
  box-shadow: 0px 4px 0px #78c6a3;
}
.tombol-2-alt:hover {
  background: #56ab91;
  box-shadow: 0px 4px 0px #469d89;
}

.tombol-3 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  background: #48cae4;
  box-shadow: 0px 4px 0px #00b4d8;
  border-radius: 10px;
  transition: all ease 0.3s;
  padding: 15px;
}

.tombol-3:hover {
  background: #0077b6;
  box-shadow: 0px 4px 0px #023e8a;
  transition: all ease 0.3s;
}

.tombol-3-alt {
  background: #0077b6;
  box-shadow: 0px 4px 0px #023e8a;
}
.tombol-3-alt:hover {
  background: #48cae4;
  box-shadow: 0px 4px 0px #00b4d8;
}

#table-section{
background-color: #0d0d48;
align: center;

}

#table-section a {
color: #00fedf;
}

#table-section p {
font-size: 18px;
line-height: 1.4;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 15px;
padding-top: 10px;
margin: 0 auto;
}

.table-desc {
	padding: 10px;
	box-sizing: content-box;
	float: center;
  text-align: center;
  margin: 0 auto;
	}

#table-section .table-desc td{
  border: solid 1px;
}
