body {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  outline: 0;
  overflow-x: hidden;
  background-color: #000;
}

.navbar {
  position: static;
  padding: 0;
}

a {
  color: #303030;
  transition: 0.15s ease-in-out;
}

a:hover,
a:link,
a:visited,
a:active {
  color: #303030;
  text-decoration: none;
}

a:active,
a:focus,
a:visited,
button:active,
button:focus,
button:visited {
  outline: 0;
}

.btn:focus {
  box-shadow: none;
  outline: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

.input-group-append {
  margin-left: 0px;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 400;
  color: #303030;
}

.form-control {
  background-color: #EFEFEF;
  border: 1px solid transparent;
  color: #303030;
  width: 100%;
  font-size: 16px;
  height: 37px;
  padding: 0 13px;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #FFFFFF;
}

.form-control:focus {
  background-color: #fff;
  border: 1px solid #08f;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus,
.default-btn:focus,
a:link:focus {
  outline: 0;
}

.btn.focus,
.btn:focus,
.form-control:focus,
.form-control-input:focus {
  outline: 0;
  box-shadow: none;
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.container {
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #FFD500;
}

@media only screen and (min-width: 10px) {
  .section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 48px;
  }
}
.section-subtitle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 10px) {
  .section-subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 86%;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 88%;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.article_header {
  color: #ffcc00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0;
}
@media only screen and (min-width: 10px) {
  .article_header {
    font-size: 17px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  .article_header {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .img-res {
    width: 100%;
  }
}
.footer_copy {
  color: #FFFFFF;
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 450px) {
  .footer_copy {
    font-size: 13px;
  }
}

/* Mobile menu nav modal content another class */
.ptransform {
  transform: translateY(0) !important;
}

.marquee {
  display: block;
}
.marquee .marquee-logo {
  align-items: center;
}
.marquee .marquee-text {
  width: calc(100% - 40px);
}
@media (max-width: 480px) {
  .marquee .marquee-text {
    margin-top: 5px;
  }
}
.marquee .marquee-text .marqueeHome {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .marquee .marquee-text .marqueeHome {
    font-size: 14px;
  }
}

.number-h {
  min-height: calc(100vh - 204px);
}

.wspace {
  white-space: nowrap;
}

.icons .ri-arrow-left-s-line:before {
  background: aliceblue;
  border-radius: 30px;
  padding: 5px;
}
.icons .ri-arrow-right-s-line:before {
  background: aliceblue;
  border-radius: 30px;
  padding: 5px;
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #e8e8e8 transparent;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar:horizontal {
  height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track-piece {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  border-radius: 2px;
  background: #e8e8e8;
}

.posAbsolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lg-device-header {
  position: relative;
  z-index: 99;
}

.top-header {
  background-color: #FFE000;
  height: 100px;
  display: flex;
  align-items: center;
}
.top-header .height-100 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-header .height-100 .main-logo-body {
  width: 20%;
  display: inline-block;
}
.top-header .height-100 .main-logo-body .main-logo {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-top: 5px;
}
.top-header .height-100 .main-menu {
  width: 79%;
  display: inline-block;
}
.top-header .height-100 .main-menu .navbar-nav > li {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header .height-100 .main-menu .navbar-nav > li a {
  font-size: 12px;
}
.top-header .height-100 .main-menu .navbar-nav > li a img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.top-header .height-100 .main-menu .navbar-nav > li a.active {
  position: relative;
}
.top-header .height-100 .main-menu .navbar-nav > li a.active:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid black;
}
.top-header .height-100 .main-menu .navbar-nav > li a.active:after {
  content: "";
  width: 13px;
  height: 11px;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid black;
}
.top-header .height-100 .main-menu .navbar-nav > li.sub-nav:hover .subnav {
  opacity: 1;
  transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  transform: translateY(0);
  visibility: visible;
  top: 100%;
}
.top-header .height-100 .main-menu .navbar-nav > li.sub-nav:not(:hover) > .subnav > * {
  display: none;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  background: #1E1E1E;
  border-bottom: 6px solid #FFE000;
  transition: visibility 8s ease-in;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav > .container {
  margin: 40px auto;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav .mega-menu-column li {
  height: -moz-fit-content;
  height: fit-content;
  list-style-type: none;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav .mega-menu-column .box-s {
  display: block;
  color: #fff;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav .mega-menu-column .box-s:hover {
  background: #1b1b1b;
  border-radius: 8px;
  box-shadow: 0 0 10px 1px #FFE000;
  padding-bottom: 5px;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav .mega-menu-column .box-s .openLogin {
  color: #fff;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav .mega-menu-column .box-s .openLogin img {
  width: 100%;
  height: 66px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.top-header .height-100 .main-menu .navbar-nav > li > .subnav .mega-menu-column .imgbox-togel {
  width: 10%;
}
.top-header .height-100 .main-menu .navbar-nav .align {
  text-align: center;
}

.hero-section {
  height: -moz-fit-content;
  height: fit-content;
  background: url(../images/hero_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 330px;
}
@media (max-width: 991px) {
  .hero-section {
    padding-bottom: 230px;
  }
}
@media (max-width: 575px) {
  .hero-section {
    padding-bottom: 200px;
  }
}
@media (max-width: 450px) {
  .hero-section {
    padding-bottom: 190px;
  }
}
@media (max-width: 400px) {
  .hero-section {
    padding-bottom: 150px;
  }
}
.hero-section .marquee {
  display: block;
}
.hero-section .marquee .marquee-logo {
  align-items: center;
}
.hero-section .marquee .marquee-text {
  margin-top: 5px;
  width: calc(100% - 40px);
}
.hero-section .marquee .marquee-text .marqueeHome {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .hero-section .marquee .marquee-text .marqueeHome {
    font-size: 14px;
  }
}
.hero-section .slider {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .hero-section .slider .mx-auto {
    width: 100%;
  }
}
.hero-section .registration-section {
  display: flex;
  justify-content: center;
}
.hero-section .registration-section .login {
  width: 260px;
  height: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #08100E;
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 40px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .hero-section .registration-section .login {
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .hero-section .registration-section .login {
    width: 110px;
    height: 50px;
    text-align: center;
    font-size: 20px;
  }
}
.hero-section .registration-section .login:before {
  content: "LOGIN";
  width: 276px;
  height: 74px;
  background: transparent;
  display: flex;
  margin-top: -7px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 42px;
  text-align: center;
  line-height: 70px;
  padding: 0 75px;
}
@media (max-width: 640px) {
  .hero-section .registration-section .login:before {
    width: 165px;
    height: 64px;
    text-align: center;
    font-size: 25px;
    padding: 0 43px;
    line-height: 60px;
  }
}
@media (max-width: 360px) {
  .hero-section .registration-section .login:before {
    width: 125px;
    height: 64px;
    text-align: center;
    font-size: 20px;
    padding: 0 30px;
    line-height: 60px;
  }
}
.hero-section .registration-section .daftar {
  margin-left: 35px;
  width: 260px;
  height: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #08100E;
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 40px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .hero-section .registration-section .daftar {
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .hero-section .registration-section .daftar {
    width: 110px;
    height: 50px;
    text-align: center;
    font-size: 20px;
  }
}
.hero-section .registration-section .daftar:before {
  content: "DAFTAR";
  width: 276px;
  height: 74px;
  background: transparent;
  display: flex;
  margin-top: -7px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 42px;
  text-align: center;
  line-height: 70px;
  padding: 0 56px;
}
@media (max-width: 640px) {
  .hero-section .registration-section .daftar:before {
    width: 165px;
    height: 64px;
    text-align: center;
    font-size: 25px;
    padding: 0 30px;
    line-height: 60px;
  }
}
@media (max-width: 360px) {
  .hero-section .registration-section .daftar:before {
    width: 125px;
    height: 64px;
    text-align: center;
    font-size: 20px;
    padding: 0 21px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 190px;
  }
}
@media (max-width: 650px) {
  .hero-section {
    padding-bottom: 150px;
  }
}
@media (max-width: 600px) {
  .hero-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 500px) {
  .hero-section {
    padding-bottom: 100px;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .hero-section {
    padding-bottom: 70px;
  }
}

.sm-device-header {
  background: rgba(0, 0, 0, 0.9);
  padding: 2px 10px;
  transition: all 0.6s ease-in-out;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  .sm-device-header {
    display: block;
  }
}
.sm-device-header .menu-toggler {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .sm-device-header .menu-toggler img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler img {
    width: 170px;
  }
}
@media (max-width: 575px) {
  .sm-device-header .menu-toggler img {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .sm-device-header .menu-toggler img {
    width: 140px;
  }
}
@media (max-width: 450px) {
  .sm-device-header .menu-toggler img {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .sm-device-header .menu-toggler img {
    width: 120px;
  }
}
.sm-device-header .menu-toggler button {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler button {
    font-size: 13px;
  }
}
.sm-device-header .menu-toggler button p {
  font-family: "Poppins", sans-serif;
}
.sm-device-header .menu-toggler button:first-child svg {
  height: 23px;
}

#masterDominoNav .menu_close_icon .btn-close {
  width: 20px;
  padding: 0;
}
#masterDominoNav .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
#masterDominoNav .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
#masterDominoNav .modal-content {
  background: #FFE000;
  height: 100%;
}
#masterDominoNav .modal-body {
  padding-top: 0;
}
#masterDominoNav .navbar-head {
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  padding: 5px;
}
#masterDominoNav .navbar-head h3 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 20px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 170px;
  }
}
@media (max-width: 575px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 150px;
  }
}
@media (max-width: 500px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 140px;
  }
}
@media (max-width: 450px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 130px;
  }
}
@media (max-width: 400px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 120px;
  }
}
#masterDominoNav .sm-nav ul li {
  position: relative;
}
#masterDominoNav .sm-nav ul li a {
  color: #000;
  font-size: 16px;
  padding: 7px 0;
  margin: 10px 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #000;
}
#masterDominoNav .sm-nav ul li a img {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  padding-bottom: 2px;
}
#masterDominoNav .sm-nav ul li a:hover {
  color: #fff;
  position: relative;
}
#masterDominoNav .sm-nav ul li a:after {
  background: none repeat scroll 0 0 transparent;
  margin-top: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#masterDominoNav .sm-nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
#masterDominoNav .sm-nav ul li .sub_nav {
  display: none;
}
#masterDominoNav .sm-nav ul li .sub_nav ul {
  background: #F9DE31;
  display: flex;
  padding: 17px 20px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 575px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul {
    display: block;
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 768px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul {
    padding: 20px;
  }
}
#masterDominoNav .sm-nav ul li .sub_nav ul li {
  list-style: none;
  padding: 0 10px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul li {
    padding: 0 30px;
  }
}
#masterDominoNav .sm-nav ul li .sub_nav ul li:hover {
  background-color: #fff;
}
#masterDominoNav .sm-nav ul li .sub_nav ul li:nth-child(4):after {
  display: none;
}
#masterDominoNav .sm-nav ul li .sub_nav ul li a {
  color: #000;
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 991px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul li a {
    padding: 0;
  }
}
#masterDominoNav .sm-nav ul li .sub_nav ul li a:after {
  display: none;
}
#masterDominoNav .modal-body .default-btn {
  width: 48.5%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  height: 50px;
  border-radius: 3px;
  line-height: 42px;
  font-weight: 500;
}
#masterDominoNav .modal-body .signup {
  background: #db9102;
  margin-right: 3%;
}
#masterDominoNav .modal-body .login {
  background: #7e2ea8;
}

#masterDominoAuth .btn-close {
  width: 8px;
}
#masterDominoAuth .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
#masterDominoAuth .modal-content .modal-header {
  height: 70px;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content label {
  font-weight: 400;
  color: #464646;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content .form-control {
  background: rgb(255, 255, 255);
  height: 40px;
  border: none;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content .form-control:focus {
  color: #212529;
  background: antiquewhite;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
#masterDominoAuth .modal-content .form-group {
  margin-bottom: 18px;
}
#masterDominoAuth .modal-content .btn-primary.submit {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 0;
  font-size: 4vw;
  font-weight: 700;
  border: none;
  font-family: "Poppins", sans-serif;
  color: #000;
}
@media (max-width: 480px) {
  #masterDominoAuth .modal-content .btn-primary.submit {
    font-size: 5vw;
  }
}
#masterDominoAuth .modal-content .modal-footer {
  justify-content: center;
  font-family: "Poppins", sans-serif;
  border-top: none;
}
#masterDominoAuth .modal-content .modal-footer span {
  font-size: 13px;
}
#masterDominoAuth .modal-content .modal-footer .btn.btn-primary {
  margin-left: 5px;
  padding: 10px;
  border: none;
  color: #000;
  border-radius: 50rem;
  font-size: small;
  font-weight: 400;
  background: #fff;
}
#masterDominoAuth .modal-content .modal-footer .btn.btn-primary:hover {
  background: grey;
}

.show {
  display: block !important;
}

.login-body {
  padding-bottom: 70px;
  background-image: url(../images/admin_BG.jpg);
  background-attachment: fixed;
  min-height: calc(100vh - 100px);
}
.login-body .footer_copy {
  padding: 7px 0;
}
.login-body .login {
  max-width: 600px;
  display: block;
  margin: 50px auto;
}
.login-body .login .login-title {
  padding-bottom: 10px;
}
.login-body .login .login-title h2 {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1882352941);
}
.login-body .daftar {
  max-width: 800px;
  display: block;
  margin: 15px auto;
}
.login-body .daftar .login-title {
  padding-bottom: 10px;
}
.login-body .daftar .login-title h2 {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1882352941);
}
.login-body .daftar .two-column {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 20px;
}
.login-body .daftar .two-column .left-Col {
  width: 50%;
}
.login-body .daftar form .daftar-submit {
  width: 50%;
  margin: 0 auto;
}
.login-body .form {
  background-color: #f8f8f8;
  padding: 50px;
  background-image: url(../images/reg-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media (max-width: 400px) {
  .login-body .form {
    padding: 15px;
  }
}
.login-body .form .form-group {
  position: relative;
}
.login-body .form .form-group .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 30px;
  padding-top: 2px;
}
.login-body .form .form-group .form-control label {
  font-size: 14px;
}
.login-body .form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  padding-left: 30px;
  color: #ABABAB;
  padding: 0;
  margin: 0;
}
.login-body .form .form-group .form-control::placeholder {
  font-size: 14px;
  padding-left: 30px;
  color: #ABABAB;
  padding: 0;
  margin: 0;
}
.login-body .form .form-group .icon {
  position: absolute;
  top: 45px;
  left: 10px;
  color: #ABABAB;
  font-size: 14px;
  line-height: 8px;
}
.login-body .form .form-group .i-top {
  top: 37px;
}
.login-body .form .form-group .copy {
  position: absolute;
  top: 33px;
  right: 3px;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 3px;
  background-color: #f8f8f8;
  cursor: pointer;
}
.login-body .form .form-group .form-select {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 35px;
  color: #ABABAB;
}
.login-body .form .f-w-50 {
  width: 50%;
  display: inline-block;
}
.login-body .form .captcha-code {
  font-size: 24px;
  letter-spacing: 0px;
  color: #242424;
  padding-left: 15px;
  font-weight: bold;
}
.login-body .form .form-submit {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 25px 0;
}
.login-body .form .form-submit .cancel {
  width: 130px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #242424;
  border-radius: 4px;
}
.login-body .form .form-submit .submit {
  width: 130px;
  height: 50px;
  font-size: 14px;
  background: transparent linear-gradient(180deg, #FFCC00 0%, #DCA300 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  border: none;
}
.login-body .form .btn-width-f {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .login-body .form .btn-width-f {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .login-body .form .btn-width-f {
    width: unset;
  }
}
.login-body .form .form-optional {
  padding: 10px 0;
  text-align: center;
}
.login-body .form .form-optional .forgot-password a {
  text-decoration: underline;
  color: #07F;
  margin-bottom: 10px;
}
.login-body .form .form-optional span {
  display: block;
}
.login-body .form .form-optional button {
  width: 186px;
  height: 50px;
  font-size: 14px;
  color: #FFFFFF;
  background: #242424 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: none;
}

.for-desktop-block {
  display: block;
}

.mb-display-block {
  display: none;
}

@media (max-width: 575px) {
  .for-desktop-block {
    display: none;
  }
  .mb-display-block {
    display: block;
  }
  .daftar-submit {
    width: unset !important;
  }
}
.iframe-section {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .iframe-section {
    margin-top: 0;
    margin-bottom: 5%;
  }
}
@media (max-width: 575px) {
  .iframe-section {
    margin-top: 0;
    top: 1%;
  }
}
.iframe-section .iframe-responsive {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 400px) {
  .iframe-section .iframe-responsive {
    left: 5px;
  }
}

.admin-header {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1607843137);
  z-index: 999;
}
.admin-header .top-header .main-logo-body {
  width: auto;
}
.admin-header .top-header .main-logo-body .main-logo {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .admin-header .top-header .main-logo-body .main-logo {
    width: 80%;
  }
}
.admin-header .top-header .main-menu {
  width: auto;
}
.admin-header .top-header .auth-button a {
  border: 2px solid #090908;
  width: 130px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #090908;
  font-size: 20px;
  border-radius: 8px;
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .admin-header .top-header .auth-button a {
    width: 90px;
    font-size: 15px;
  }
}

.admin-sm-device-header {
  z-index: 999;
  background: #FFE000 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1607843137);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  position: fixed;
  width: 100%;
}
@media (max-width: 450px) {
  .admin-sm-device-header {
    padding: 8px 10px;
    height: 70px;
  }
}
@media (max-width: 400px) {
  .admin-sm-device-header {
    padding: 8px 20px;
  }
}
@media (max-width: 350px) {
  .admin-sm-device-header {
    padding: 8px 15px;
  }
}
.admin-sm-device-header .menu-toggler {
  justify-content: space-between;
}
.admin-sm-device-header .menu-toggler .after-menu {
  width: 40px;
  height: 40px;
  background: no-repeat;
  border: none;
  color: #000;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 450px) {
  .admin-sm-device-header .menu-toggler .auth-info {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .admin-sm-device-header .menu-toggler .auth-info {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .admin-sm-device-header .menu-toggler .auth-info {
    font-size: 11px;
  }
}

.bg-top-home {
  background-color: #1D2A32;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.body-content .aside-bar {
  position: fixed;
  width: 230px;
  z-index: 99;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  background: transparent linear-gradient(180deg, #FFE000 0%, #FFE000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3803921569);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .body-content .aside-bar {
    display: none;
    height: calc(100vh - 80px);
  }
}
.body-content .aside-bar .auth-info {
  text-align: center;
  margin-top: 15px;
}
.body-content .aside-bar .auth-info .avater {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  box-shadow: 0px 10px 10px #DCB519;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin: 0 auto 10px;
}
.body-content .aside-bar .auth-info .avater img {
  width: 100%;
}
.body-content .aside-bar .auth-info .info span {
  font-size: 12px;
  margin-bottom: -3px;
  display: inline-block;
}
.body-content .aside-bar .auth-info .info .hr {
  border-bottom: 1px solid #868686;
  width: 140px;
  margin: 10px auto 7px;
}
.body-content .aside-bar .auth-info .rest-info {
  margin-bottom: 10px;
}
.body-content .aside-bar .auth-info .rest-info span {
  font-size: 11px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .body-content .aside-bar {
    margin-top: 80px;
  }
}
@media (max-width: 450px) {
  .body-content .aside-bar {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
  }
}
.body-content .aside-bar .aside-link {
  padding: 15px 0 15px 30px;
  display: flex;
  border-bottom: 1px solid #344B58;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.body-content .aside-bar .aside-link img {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .body-content .aside-bar .aside-link img {
    margin-right: 0px;
  }
}
.body-content .aside-bar .active {
  background-color: #DCA300;
}
.body-content .mobilePanel {
  display: block;
}
.body-content .sm-asidebar {
  width: 120px;
}
@media (max-width: 767px) {
  .body-content .sm-asidebar {
    width: 80px;
  }
}
@media (max-width: 450px) {
  .body-content .sm-asidebar {
    width: 70px;
  }
}
.body-content .sm-asidebar .aside-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 2px;
  border-bottom: 1px solid #DCA300;
  text-align: center;
  line-height: 1.1;
  overflow-y: scroll;
}
.body-content .sm-asidebar .aside-link.active {
  background: #DCA300 0% 0% no-repeat padding-box;
}
.body-content .sm-asidebar .aside-link span {
  font-size: 10px;
  display: inline-block;
  margin-top: 5px;
  color: #343433;
}
.body-content .sub-menu {
  position: fixed;
  left: 120px;
  top: 80px;
  z-index: 99;
  background: #DCA300 0% 0% no-repeat padding-box;
  width: 120px;
  height: calc(100vh - 80px);
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s 0s, visibility 0.3s 0.2s;
}
@media (max-width: 767px) {
  .body-content .sub-menu {
    width: 80px;
    height: calc(100vh - 60px);
    left: 70px;
    top: 70px;
  }
}
.body-content .sub-menu .aside-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 2px;
  border-bottom: 1px solid #DCA300;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
}
.body-content .sub-menu .aside-link span {
  font-size: 10px;
  display: inline-block;
  margin-top: 5px;
  color: #343433;
}
.body-content .sub-menu.is-active {
  visibility: visible;
  transform: translateX(0%);
  transition: transform 0.3s 0s, visibility 0s 0s;
}
.body-content .main-content {
  min-height: calc(100vh - 100px);
  background-color: #000;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .body-content .main-content {
    margin-top: 100px;
    margin-left: 210px;
  }
}
@media (max-width: 991px) {
  .body-content .main-content {
    margin-left: 0;
    padding-top: 80px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .body-content .main-content {
    margin-left: -20px;
  }
}
@media (max-width: 450px) {
  .body-content .main-content {
    margin-left: 0;
    padding-left: 0;
    padding-top: 70px;
  }
}
.body-content .main-content .marqueeHome {
  color: white;
  margin-top: 4px;
}
.body-content .admin-content-bg {
  background: url(../images/admin_BG.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Informasi-dasar-desk  */
.informasi-dasar-desk {
  width: 100%;
}
.informasi-dasar-desk .input-body {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 575px) {
  .informasi-dasar-desk .input-body {
    display: block;
  }
}
.informasi-dasar-desk .input-body .left-input {
  width: 50%;
}
@media (max-width: 575px) {
  .informasi-dasar-desk .input-body .left-input {
    width: 100%;
  }
}
.informasi-dasar-desk .input-body .left-input .form-group {
  position: relative;
}
.informasi-dasar-desk .input-body .left-input .form-group .icon {
  position: absolute;
  top: 42px;
  left: 5px;
  color: #ABABAB;
}
.informasi-dasar-desk .input-body .left-input .form-group .form-control {
  font-size: 12px;
  padding-left: 30px;
  color: #ABABAB;
  margin: 0;
}
.informasi-dasar-desk .input-body .left-input .form-group .copy {
  position: absolute;
  top: 37px;
  right: 7px;
  border: 1px solid black;
  white-space: nowrap;
  padding: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.informasi-dasar-desk .input-body .right-input {
  width: 50%;
}
@media (max-width: 575px) {
  .informasi-dasar-desk .input-body .right-input {
    width: 100%;
  }
}
.informasi-dasar-desk .input-body .right-input .form-group {
  position: relative;
}
.informasi-dasar-desk .input-body .right-input .form-group .icon {
  position: absolute;
  top: 42px;
  left: 5px;
  color: #ABABAB;
}
.informasi-dasar-desk .input-body .right-input .form-group .form-control {
  font-size: 12px;
  padding-left: 30px;
  color: #ABABAB;
  margin: 0;
}
.informasi-dasar-desk .form-submit {
  width: 50%;
  display: flex;
  margin: 0 auto;
  gap: 10px;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 575px) {
  .informasi-dasar-desk .form-submit {
    width: 100%;
    display: flex;
    gap: 5px;
  }
}
.informasi-dasar-desk .form-submit .submit {
  width: 190px;
  height: 40px;
  font-size: 14px;
  background: transparent linear-gradient(180deg, #FFCC00 0%, #DCA300 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  border: none;
}
@media (max-width: 575px) {
  .informasi-dasar-desk .form-submit .submit {
    height: 50px;
    width: 50%;
  }
}

.match-display {
  background: url(../images/match-bg.png) no-repeat;
  z-index: 12;
  position: relative;
  padding-bottom: 60px;
  margin-top: -120px;
  background-position-x: center;
}
@media (max-width: 991px) {
  .match-display {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .match-display {
    background-size: cover;
  }
}
.match-display .fix-height {
  height: 285px;
}
@media (max-width: 720px) {
  .match-display .fix-height {
    height: 290px;
  }
}
@media (max-width: 720px) {
  .match-display .fix-height {
    height: 320px;
  }
}
@media (max-width: 599px) {
  .match-display .fix-height {
    height: 225px;
  }
}
@media (max-width: 575px) {
  .match-display .fix-height {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .match-display .fix-height {
    height: 280px;
  }
}
@media (max-width: 400px) {
  .match-display .fix-height {
    height: 320px;
  }
}
.match-display .fix-height .match-top {
  width: 650px;
  height: 387px;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -370px;
  left: 50%;
  transform: translate(-47.5%, 50%);
}
@media (max-width: 767px) {
  .match-display .fix-height .match-top {
    top: -310px;
  }
}
@media (max-width: 720px) {
  .match-display .fix-height .match-top {
    width: 100%;
    height: 331px;
    top: -330px;
  }
}
@media (max-width: 720px) {
  .match-display .fix-height .match-top {
    top: -285px;
  }
}
@media (max-width: 650px) {
  .match-display .fix-height .match-top {
    top: -261px;
  }
}
@media (max-width: 600px) {
  .match-display .fix-height .match-top {
    top: -240px;
  }
}
@media (max-width: 575px) {
  .match-display .fix-height .match-top {
    top: -265px;
    width: 95%;
    height: 390px;
    left: 260px;
  }
}
@media (max-width: 540px) {
  .match-display .fix-height .match-top {
    left: 238px;
  }
}
@media (max-width: 520px) {
  .match-display .fix-height .match-top {
    left: 228px;
  }
}
@media (max-width: 500px) {
  .match-display .fix-height .match-top {
    left: 216px;
  }
}
@media (max-width: 480px) {
  .match-display .fix-height .match-top {
    left: 205px;
  }
}
@media (max-width: 420px) {
  .match-display .fix-height .match-top {
    left: 185px;
  }
}
@media (max-width: 400px) {
  .match-display .fix-height .match-top {
    top: -240px;
    height: 275px;
  }
}
@media (max-width: 450px) {
  .match-display .fix-height .match-top {
    top: -250px;
  }
}
@media (max-width: 400px) {
  .match-display .fix-height .match-top {
    top: -150px;
    left: 178px;
  }
}
@media (min-width: 576px) and (max-width: 720px) {
  .match-display .fix-height .match-top .iframe-section {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 720px) {
  .match-display .fix-height .match-top .iframe-section .Frame {
    width: 450px !important;
  }
}
.match-display .slider {
  display: block;
  margin: 0 auto;
}
.match-display .slider .swiper {
  height: 160px;
}
.match-display .slider .swiper .swiper-slide .content-box {
  width: 100%;
  height: 130px;
  background: #1A1A1A 0% 0% no-repeat padding-box;
  padding: 0 10px;
}
.match-display .slider .swiper .swiper-slide .content-box .head-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.match-display .slider .swiper .swiper-slide .content-box .team-vs {
  width: 100%;
  height: 60px;
  align-items: center;
}
.match-display .slider .swiper .swiper-slide .content-box .team-vs .team1 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.match-display .slider .swiper .swiper-slide .content-box .team-vs .team2 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.match-display .slider .swiper .swiper-slide .content-box .team-vs img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.match-display .slider .swiper .swiper-slide .content-box .date {
  align-items: center;
}
.match-display .slider .swiper .swiper-slide .content-box .date p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.match-display .slider .swiper .swiper-slide .content-box .date .time {
  margin-left: 10px;
}
.match-display .mar-l-r .ticker h2 {
  display: block;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFE000 100%) 0% 0% no-repeat padding-box;
  font-size: 40px;
  color: #090908 !important;
  padding: 5px 25px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .match-display .mar-l-r .ticker h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .match-display .mar-l-r .ticker h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .match-display .mar-l-r .ticker h2 {
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
  }
}
.match-display .mar-l-r .ticker .ticker-body {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .match-display .mar-l-r .ticker .ticker-body {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .match-display .mar-l-r .user-ticker h2 {
    font-size: 18px;
  }
}
.match-display .mar-l-r .iframeslider h2 {
  display: block;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFE000 100%) 0% 0% no-repeat padding-box;
  color: #090908 !important;
  font-size: 40px;
  padding: 5px 25px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1200px) {
  .match-display .mar-l-r .iframeslider h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .match-display .mar-l-r .iframeslider h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .match-display .mar-l-r .iframeslider h2 {
    font-size: 20px;
    margin-top: 40px;
  }
}
.match-display .mar-l-r .iframeslider .bank-body {
  margin-top: 36px;
  background-image: url(../images/bank-bg.png);
  background-size: cover;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 767px) {
  .match-display .mar-l-r .iframeslider .bank-body {
    padding: 15px;
    margin-top: 25px;
  }
}
/*@media (max-width: 575px) {*/
/*  .match-display .mar-l-r .iframeslider .bank-body {*/
/*    background-image: url(../images/bank-bg-mb.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*  }*/
/*}*/
.match-display .mar-l-r .iframeslider .bank-body .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .match-display .mar-l-r .iframeslider .bank-body .header {
    font-size: 28px;
    margin-top: 0;
    margin-left: 30px;
  }
}
.match-display .mar-l-r .iframeslider .bank-body .header h3 {
  display: block;
  font-size: 28px;
  color: #090908;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .match-display .mar-l-r .iframeslider .bank-body .header h3 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .match-display .mar-l-r .iframeslider .bank-body .header h3 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .match-display .mar-l-r .iframeslider .bank-body .header h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .match-display .mar-l-r .iframeslider .bank-body .header h3 {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .match-display .mar-l-r .iframeslider .bank-body .header h3 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .match-display .mar-l-r .iframeslider .bank-body .header h3 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .match-display .mar-l-r .user-iframeslider h2 {
    font-size: 18px;
  }
}
.match-display .slider-wrap {
  margin-top: -50px;
}
@media (max-width: 450px) {
  .match-display .slider-wrap {
    margin-top: -90px;
  }
}

.marketlist {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.marketlist .market {
  background: #fff;
  width: 31%;
  height: 156px !important;
  display: inline-block;
  margin: 5px;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .marketlist .market {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .marketlist .market {
    width: 31.3%;
  }
}
@media (max-width: 575px) {
  .marketlist .market {
    width: 47.5%;
    margin: 5px 5px 5px 0;
  }
}
@media (max-width: 420px) {
  .marketlist .market {
    width: 100%;
  }
}
.marketlist .market .togel-card-single {
  height: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #ffde28;
}
.marketlist .market .togel-card-single > span {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff !important;
  font-family: Akrobat Bold;
  width: 100%;
  height: 45px;
  background: #090908 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  display: inline-block;
  line-height: 47px;
}
.marketlist .market .togel-card-single .wrap {
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.marketlist .market .togel-card-single .wrap .count-wrap {
  display: flex;
  margin-top: 7px;
  justify-content: center;
}
.marketlist .market .togel-card-single .wrap .count-wrap .item {
  min-width: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .marketlist .market .togel-card-single .wrap .count-wrap .item {
    min-width: 35px;
  }
}
.marketlist .market .togel-card-single .wrap .count-wrap .item img {
  width: 100%;
  margin-top: 10px;
}
.marketlist .market .togel-card-single .wrap .count-wrap .item > span {
  position: absolute;
  top: 17.5px;
  left: 13px;
  color: black;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .marketlist .market .togel-card-single .wrap .count-wrap .item > span {
    top: 16.5px;
    left: 11.5px;
    font-size: 14px;
  }
}
.marketlist .market .togel-card-single .wrap .count-wrap .item:nth-child(3) > span {
  top: 22.5px;
  left: 17px;
}
@media (max-width: 1199px) {
  .marketlist .market .togel-card-single .wrap .count-wrap .item:nth-child(3) > span {
    top: 20.5px;
    left: 15px;
  }
}
.marketlist .market .togel-card-single .wrap .count-wrap .item:nth-child(4) > span {
  top: 18.5px;
  left: 11px;
}
@media (max-width: 1199px) {
  .marketlist .market .togel-card-single .wrap .count-wrap .item:nth-child(4) > span {
    top: 17.5px;
    left: 10px;
  }
}
.marketlist .market .togel-card-single .wrap .togel-bottom {
  padding-top: 0px;
  margin-top: 10px;
}
.marketlist .market .togel-card-single .wrap .togel-bottom p {
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 0;
  line-height: 1.13;
}
.marketlist .market .togel-card-single h2 {
  font-size: 45px;
  font-weight: 500;
  font-family: "Akrobat Bold";
}

@media (max-width: 600px) {
  .match_schedule {
    font-size: 16px;
  }
  .team2name {
    top: 25px;
  }
  .team1name {
    left: 35px;
    top: 25px;
  }
  .match_schedule2 {
    top: 22px;
  }
  .match_venue {
    top: 49px;
    margin-left: -153px;
  }
}
@media (max-width: 575px) {
  .match-top {
    width: 400px;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 236px;
  }
  .iframe-section {
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: auto;
    width: 110%;
    height: 215px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 25px;
    left: -27px;
  }
  .team1logo {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 67px;
    top: 57px;
  }
  .team2logo {
    height: 70px;
    width: 70px;
    position: absolute;
    right: 170px;
    top: 57px;
  }
  .match_schedule {
    height: 35px;
    width: 235px;
    position: absolute;
    left: 50%;
    margin-left: -168px;
    top: -8px;
    z-index: 10;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 35px;
    font-family: Tahoma;
    text-align: center;
  }
  .team1name {
    height: 35px;
    width: 120px;
    position: absolute;
    left: 40px;
    top: 11px;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    font-weight: bolder;
    line-height: 31px;
    font-family: Tahoma;
    text-align: right;
  }
  .team2name {
    height: 33px;
    width: 120px;
    position: absolute;
    right: 140px;
    top: 11px;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    font-weight: bolder;
    line-height: 31px;
    font-family: Tahoma;
    text-align: left;
    line-height: 31px;
    font-family: Tahoma;
    text-align: left;
  }
  .match_schedule2 {
    height: 27px;
    width: 66px;
    position: absolute;
    left: 60%;
    margin-left: -130px;
    top: 13px;
    z-index: 10;
    color: #292727;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    font-family: Tahoma;
    text-align: center;
  }
  .match_venue {
    height: 22px;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 34px;
    z-index: 10;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    font-family: Tahoma;
    text-align: center;
    margin-left: -201px;
  }
}
@media (max-width: 400px) {
  .fix-height {
    height: 320px;
    width: 360px;
    margin-left: -22px;
  }
  .match-top {
    width: 360px !important;
    padding: 0;
    margin-left: -2px;
  }
  .iframe-section {
    width: 360px;
    left: -22px;
    margin-bottom: 0;
  }
  .match_schedule {
    height: 35px;
    width: 235px;
    position: absolute;
    left: 50%;
    margin-left: -187px;
    top: -10px;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 35px;
    font-family: Tahoma;
    text-align: center;
  }
  .team1name {
    height: 35px;
    width: 120px;
    position: absolute;
    left: 33px;
    top: 9px;
    z-index: 10;
    color: #fff;
    font-size: 9px;
  }
  .team2name {
    height: 33px;
    width: 120px;
    position: absolute;
    right: 167px;
    top: 9px;
    z-index: 10;
    color: #fff;
    font-size: 9px;
  }
  .match_schedule2 {
    left: 60%;
    margin-left: -153px;
    top: 11px;
    z-index: 10;
  }
  .match_venue {
    height: 22px;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 10;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    font-family: Tahoma;
    text-align: center;
    margin-left: -222px;
  }
  .team1logo {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 67px;
    top: 57px;
  }
  .team2logo {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 212px;
    top: 57px;
  }
}
@media (max-width: 375px) {
  .iframe-section {
    left: -26px;
  }
}
@media (max-width: 365px) {
  .iframe-section {
    left: -28px;
  }
}
/* Bank */
.iframe-section2 {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .iframe-section2 {
    height: 460px;
  }
}
@media (max-width: 991px) {
  .iframe-section2 {
    width: 130%;
    height: 545px;
  }
}
@media (max-width: 767px) {
  .iframe-section2 {
    width: 100%;
    height: 420px;
    margin-top: 0;
    margin-bottom: 5%;
  }
}
@media (max-width: 575px) {
  .iframe-section2 {
    margin-top: 0;
    top: 1%;
    height: 565px;
  }
}
.iframe-section2 .iframe-responsive2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.slider-items {
  width: 476px;
}

table.bank_status_tbl {
  width: 100%;
  display: table;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

table.bank_status_tbl tbody tr td {
  text-align: center;
  color: green;
  font-weight: 600;
}

.bank-body {
  max-width: 492px;
  margin-top: 36px;
  background-image: url(../images/bank-bg.png);
  background-size: cover;
  border-radius: 8px;
  padding: 24px;
  /*height: 323px;*/
}

@media (max-width: 767px) {
  .bank-body {
    padding: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .bank-body {
    /*background-image: url(../images/bank-bg-mb.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 565px;
  }
}
.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .header {
    font-size: 28px;
    margin-top: 0;
    margin-left: 30px;
  }
}
.header h3 {
  display: block;
  font-size: 28px;
  color: #090908;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  padding-left: 56px;
}

@media (max-width: 1199px) {
  .header h3 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .header h3 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .header h3 {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .header h3 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .header h3 {
    font-size: 14px;
  }
}
.test-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 440px !important;
  margin-top: 15px;
}
.test-wrap .content-item {
  border: 1px solid #DDDDDD;
  width: 30%;
  border-radius: 4%;
  padding: 4px;
  margin-bottom: 1%;
  margin-right: 1%;
  z-index: 12;
}
@media (max-width: 1199px) {
  .test-wrap .content-item {
    width: 23%;
  }
}
@media (max-width: 575px) {
  .test-wrap .content-item {
    width: 35%;
    border-radius: 4%;
    padding: 4px;
    margin-bottom: 1%;
    margin-right: 1%;
    z-index: 12;
  }
}
@media (max-width: 550px) {
  .test-wrap .content-item {
    width: 30%;
  }
}
@media (max-width: 535px) {
  .test-wrap .content-item {
    width: 29%;
  }
}
@media (max-width: 500px) {
  .test-wrap .content-item {
    width: 27%;
  }
}
@media (max-width: 460px) {
  .test-wrap .content-item {
    width: 26%;
  }
}
@media (max-width: 390px) {
  .test-wrap .content-item {
    width: 32%;
  }
}
@media (max-width: 380px) {
  .test-wrap .content-item {
    width: 31%;
  }
}

.text-center {
  text-align: center !important;
}

.test-wrap .content-item img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding-bottom: 5px;
}

.test-wrap .content-item p {
  color: #13AB13;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 5px;
}

@media (max-width: 650px) {
  .slick-slider {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .h-565 {
    height: 565px;
  }
}
.partner-section {
  background-color: #000;
  background-image: url("../images/partner_bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0 60px;
  min-height: calc(100vh - 204px);
}
@media (max-width: 1500px) {
  .partner-section {
    background-position: 50% 100%;
  }
}
@media (max-width: 1199px) {
  .partner-section {
    padding: 35px 0 60px;
  }
}
@media (max-width: 991px) {
  .partner-section {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .partner-section {
    background-image: url("../images/bg/mdOurPartnerBG.png");
  }
}
@media (max-width: 575px) {
  .partner-section {
    background-color: #000;
    padding: 35px 0 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partner-section img {
    width: 100%;
  }
}
.partner-section .section-title {
  margin-bottom: 30px;
}
.partner-section .section-subtitle {
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .section-subtitle {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  .partner-section .section-subtitle {
    margin-bottom: 50px;
  }
}
.partner-section .disini-btn {
  width: 548px;
  height: 52px;
  border-top: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .disini-btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .partner-section .disini-btn {
    width: 100%;
  }
}
.partner-section .disini-btn .daftar {
  width: 260px;
  height: 60px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #08100E;
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 40px;
  text-transform: uppercase;
}
.partner-section .disini-btn .daftar:before {
  content: "DAFTAR DISINI";
  width: 276px;
  height: 74px;
  background: transparent;
  display: flex;
  margin-top: -7px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 42px;
  text-align: center;
  line-height: 70px;
  padding: 0 45px;
}
.partner-section .disini-btn .disini {
  margin-left: 35px;
  width: 260px;
  height: 60px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #08100E;
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 40px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .partner-section .disini-btn .disini {
    margin-left: 0;
  }
}
.partner-section .disini-btn .disini:before {
  content: "DAFTAR DISINI";
  width: 276px;
  height: 74px;
  background: transparent;
  display: flex;
  margin-top: -7px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 42px;
  text-align: center;
  line-height: 70px;
  padding: 0 45px;
}
@media (max-width: 480px) {
  .partner-section .user-partner .daftar {
    width: 215px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .partner-section .user-partner .daftar:before {
    width: 230px;
    height: 60px;
    line-height: 58px;
  }
}
@media (max-width: 480px) {
  .partner-section .user-partner .disini {
    width: 215px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .partner-section .user-partner .disini:before {
    width: 230px;
    height: 60px;
    line-height: 58px;
  }
}

.article p {
  text-align: justify;
}

.promotion {
  background: url(../images/promotion/promo-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 125px;
}
@media (max-width: 575px) {
  .promotion {
    padding-bottom: 65px;
  }
}
.promotion .section-title {
  padding-top: 68px;
}
@media (max-width: 575px) {
  .promotion .section-title {
    padding-top: 28px;
  }
}
.promotion .promo-box img {
  width: 100%;
}
.promotion .promo-box .footer-heading {
  background: #FFE000 0% 0% no-repeat padding-box;
  height: 90px;
  padding: 10px 2px;
}
.promotion .promo-box .footer-heading h5 {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .promotion .promo-box .footer-heading h5 {
    font-size: 13px;
  }
}
.promotion .promo-box .footer-heading .more-info {
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .promotion .promo-box .footer-heading .more-info {
    font-size: 12px;
    padding: 8px;
  }
}

.download-section {
  background-color: #FFE000;
  position: relative;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .download-section {
    padding-bottom: 10px;
  }
}
.download-section .left-bg {
  position: absolute;
  left: -12%;
  top: 0;
  z-index: -1;
}
@media (max-width: 1440px) {
  .download-section .left-bg {
    left: -16%;
  }
}
@media (max-width: 1200px) {
  .download-section .left-bg {
    left: -22%;
  }
}
@media (max-width: 991px) {
  .download-section .left-bg {
    right: -30%;
  }
}
@media (max-width: 767px) {
  .download-section .left-bg {
    display: none;
  }
}
.download-section .right-bg {
  position: absolute;
  top: 0;
  right: -12%;
  z-index: -1;
}
@media (max-width: 1440px) {
  .download-section .right-bg {
    right: -16%;
  }
}
@media (max-width: 1200px) {
  .download-section .right-bg {
    right: -22%;
  }
}
@media (max-width: 991px) {
  .download-section .right-bg {
    right: -35%;
  }
}
@media (max-width: 767px) {
  .download-section .right-bg {
    display: none;
  }
}
.download-section .download-img {
  position: relative;
  width: 40%;
  height: 450px;
  display: inline;
}
@media (max-width: 575px) {
  .download-section .download-img {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .download-section .download-img {
    display: none;
  }
}
.download-section .download-img img {
  position: absolute;
  top: -66px;
}
@media (max-width: 991px) {
  .download-section .download-img img {
    left: -15%;
    width: 140%;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .download-section .download-img img {
    top: -30px;
    width: 125%;
    height: 540px;
  }
}
@media (max-width: 575px) {
  .download-section .download-img img {
    width: 220%;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 500px) {
  .download-section .download-img img {
    left: 23px;
  }
}
@media (max-width: 480px) {
  .download-section .download-img img {
    top: 82px;
    left: -33px;
  }
}
@media (max-width: 400px) {
  .download-section .download-img img {
    left: -29px;
  }
}
.download-section .download-content {
  display: inline;
  width: 60%;
  margin-left: -70px;
  padding: 0;
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .download-section .download-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .download-section .download-content {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content {
    width: 80%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .download-section .download-content {
    display: contents;
    width: 100%;
    padding-top: 20px;
  }
}
.download-section .download-content .header-con-img {
  display: none;
}
@media (max-width: 480px) {
  .download-section .download-content .header-con-img {
    width: 15%;
    display: inline-block;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .left-contents {
    width: 85%;
    display: inline-block;
    margin-top: 40px;
  }
}
.download-section .download-content .left-contents h2 {
  font-size: 173px;
  line-height: 120px;
  font-weight: bold;
  text-align: left;
  color: #090908;
}
@media (max-width: 1199px) {
  .download-section .download-content .left-contents h2 {
    font-size: 142px;
  }
}
@media (max-width: 991px) {
  .download-section .download-content .left-contents h2 {
    font-size: 104px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .left-contents h2 {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .left-contents h2 {
    font-size: 20vw;
    line-height: 55px;
  }
}
@media (max-width: 500px) {
  .download-section .download-content .left-contents h2 {
    line-height: 55px;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .left-contents h2 {
    font-size: 22vw;
    line-height: 70px;
  }
}
@media (max-width: 400px) {
  .download-section .download-content .left-contents h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 350px) {
  .download-section .download-content .left-contents h2 {
    margin-left: 5px;
  }
}
.download-section .download-content .left-contents h3 {
  font-size: 37px;
  font-weight: 800;
  text-transform: uppercase;
  color: #090908;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .download-section .download-content .left-contents h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .download-section .download-content .left-contents h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .left-contents h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .left-contents h3 {
    padding-top: 10px;
    font-size: 4.2vw;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .left-contents h3 {
    font-size: 4.3vw;
    padding-left: 5px;
    padding-top: 5px;
  }
}
@media (max-width: 360px) {
  .download-section .download-content .left-contents h3 {
    padding-top: 7px;
    font-size: 4.6vw;
  }
}
@media (max-width: 635px) {
  .download-section .download-content .user-left-contents h2 {
    font-size: 14vw;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .user-left-contents h2 {
    font-size: 17vw;
  }
}
@media (max-width: 400px) {
  .download-section .download-content .user-left-contents h2 {
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .user-left-contents h3 {
    font-size: 3.3vw;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .user-left-contents h3 {
    font-size: 3.5vw;
    margin-left: 9px;
  }
}
.download-section .download-content p {
  background: #090908 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #CFA600;
  padding: 5px 0;
  text-align: center;
  width: 88%;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .download-section .download-content p {
    width: 85%;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .download-section .download-content p {
    width: 82%;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content p {
    width: 94%;
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content p {
    width: 100%;
    margin-top: 5PX;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .download-section .download-content p {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .download-section .download-content p {
    font-size: 9px;
  }
}
.download-section .download-content .contact {
  background: transparent linear-gradient(270deg, rgba(255, 224, 0, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 12px 15px;
}
@media (max-width: 400px) {
  .download-section .download-content .contact {
    padding: 12px 10px;
  }
}
.download-section .download-content .contact h4 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #090908;
}
@media (max-width: 991px) {
  .download-section .download-content .contact h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .contact h4 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .contact h4 {
    font-size: 12px;
  }
}
.download-section .download-content .contact .social-item-wrap {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.download-section .download-content .contact .social-item-wrap .social-item {
  text-decoration: none;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .download-section .download-content .contact .social-item-wrap .social-item {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .download-section .download-content .contact .social-item-wrap .social-item {
    padding: 4px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .contact .social-item-wrap .social-item {
    padding: 7px;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .contact .social-item-wrap .social-item {
    padding: 5px;
  }
}
@media (max-width: 360px) {
  .download-section .download-content .contact .social-item-wrap .social-item {
    padding: 2px;
  }
}
@media (max-width: 991px) {
  .download-section .download-content .contact .social-item-wrap .social-item .img img {
    width: 90%;
  }
}
.download-section .download-content .contact .social-item-wrap .social-item .content {
  margin-left: 6px;
}
@media (max-width: 991px) {
  .download-section .download-content .contact .social-item-wrap .social-item .content {
    margin-left: 2px;
  }
}
.download-section .download-content .contact .social-item-wrap .social-item .content .whatsapp {
  color: #3FC94F;
}
.download-section .download-content .contact .social-item-wrap .social-item .content h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .download-section .download-content .contact .social-item-wrap .social-item .content h4 {
    font-size: 10px;
  }
}
.download-section .download-content .contact .social-item-wrap .social-item .content span {
  display: block;
  font-size: 12px;
  color: rgb(5, 0, 0);
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .download-section .download-content .contact .social-item-wrap .social-item .content span {
    font-size: 8px;
  }
}
.download-section .download-content .contact .social-item-wrap .first-child {
  border: 1px solid #3FC94F;
  border-radius: 8px;
}
.download-section .download-content .contact .social-item-wrap .second-child {
  margin-left: 7px;
  border: 1px solid #2AA1D4;
  border-radius: 8px;
}
.download-section .download-content .contact .social-item-wrap .third-child {
  margin-left: 7px;
  border: 1px solid #FE5100;
  border-radius: 8px;
}
.download-section .download-content .download {
  background: url(../images/download.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 75%;
  margin-top: 10px;
  padding: 12px 15px;
}
@media (max-width: 1199px) {
  .download-section .download-content .download {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .download-section .download-content .download {
    width: 82%;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .download {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .download {
    background-size: 100% 100%;
  }
}
.download-section .download-content .download h4 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #090908;
}
@media (max-width: 991px) {
  .download-section .download-content .download h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .download h4 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .download h4 {
    font-size: 12px;
  }
}
.download-section .download-content .download .donwload-content {
  display: flex;
  align-items: center;
  height: 60px;
}
.download-section .download-content .download .donwload-content .iphone {
  display: flex;
  width: 36%;
  height: 60px;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: 5px;
  padding: 8px;
}
@media (max-width: 991px) {
  .download-section .download-content .download .donwload-content .iphone {
    width: 35%;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .download .donwload-content .iphone {
    width: 37%;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .download .donwload-content .iphone {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .download .donwload-content .iphone {
    padding: 4px;
  }
}
.download-section .download-content .download .donwload-content .iphone .content h4 {
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .download-section .download-content .download .donwload-content .iphone .content h4 {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .download .donwload-content .iphone .content h4 {
    padding-left: 4px;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .download .donwload-content .iphone .content h4 {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .download-section .download-content .download .donwload-content .amper {
    width: 15%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .download .donwload-content .amper {
    width: 10%;
  }
}
.download-section .download-content .download .donwload-content .android {
  display: flex;
  width: 36%;
  height: 60px;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  margin-left: 5px;
  padding: 10px;
}
@media (max-width: 991px) {
  .download-section .download-content .download .donwload-content .android {
    width: 35%;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .download .donwload-content .android {
    width: 37%;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .download .donwload-content .android {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .download-section .download-content .download .donwload-content .android {
    padding: 4px;
  }
}
.download-section .download-content .download .donwload-content .android .content h4 {
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .download-section .download-content .download .donwload-content .android .content h4 {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content .download .donwload-content .android .content h4 {
    padding-left: 4px;
  }
}
@media (max-width: 575px) {
  .download-section .download-content .user-download {
    width: 100%;
  }
}

.sportbook-body {
  min-height: calc(100vh - 204px);
  background-image: url(../images/Sportbook/sprt-bg.jpg);
  background-attachment: fixed;
  position: relative;
  padding-bottom: 80px;
}
.sportbook-body .game-layer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sportbook-body .game-layer .game-item {
  width: 25%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sportbook-body .game-layer .game-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .sportbook-body .game-layer .game-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sportbook-body .game-layer .game-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sportbook-body .game-layer .game-item .game-thumbnail {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sportbook-body .game-layer .game-item .game-thumbnail:hover {
  opacity: 0.8;
}

.casino-body {
  min-height: calc(100vh - 100px);
  background-image: url(../images/Casino/casino-bg.jpg);
  background-attachment: fixed;
  padding-bottom: 70px;
  position: relative;
}
.casino-body .game-layer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.casino-body .game-layer .game-item {
  width: 25%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .casino-body .game-layer .game-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .casino-body .game-layer .game-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .casino-body .game-layer .game-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.casino-body .game-layer .game-item .game-thumbnail {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.casino-body .game-layer .game-item .game-thumbnail:hover {
  opacity: 0.8;
}

.slot-body {
  background-image: url(../images/slot/slot.jpg);
  background-attachment: fixed;
  min-height: calc(100vh - 204px);
}

.search {
  margin: 15px 0;
  display: flex;
  justify-content: end;
}

.icon-input {
  position: relative;
  right: 49px;
}
@media (max-width: 425px) {
  .icon-input {
    left: 1%;
  }
}
.icon-input #myInput {
  min-height: 35px;
  border-radius: 8px;
  border: none;
  padding-left: 30px;
}
@media (max-width: 450px) {
  .icon-input #myInput {
    width: 100%;
  }
}
.icon-input .icon-input__icon {
  position: absolute;
  top: 5px;
  left: 2px;
}

.tab-container .hidden {
  display: none;
}
.tab-container .tabs {
  padding: 15px 0;
  display: flex;
  height: 90px;
  width: 91.5%;
  margin-left: 49px;
}
@media (max-width: 450px) {
  .tab-container .tabs {
    margin-left: 20px;
  }
}
.tab-container .tabs .tab {
  width: 50%;
  height: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 550px) {
  .tab-container .tabs .tab {
    font-size: 13px;
  }
}
@media (max-width: 414px) {
  .tab-container .tabs .tab {
    font-size: 12px;
  }
}
.tab-container .tabs .active {
  opacity: 1;
  background-color: #ffc107;
}
.tab-container .tabs .non-active {
  border: none;
  background-color: #000;
  color: #fff;
}
.tab-container .tab-content .game-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tab-container .tab-content .game-wrapper .game-item {
  width: 200px;
}
@media (max-width: 480px) {
  .tab-container .tab-content .game-wrapper .game-item {
    width: 160px;
  }
}
@media (max-width: 380px) {
  .tab-container .tab-content .game-wrapper .game-item {
    width: 120px;
  }
}
.tab-container .tab-content .game-wrapper .game-item .game-img {
  width: 100%;
}
.tab-container .tab-content .game-wrapper .game-item .game-title {
  background: #ffe000;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  text-align: center;
  height: 50px;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .scroll {
    overflow-x: scroll;
  }
  .x-overflow {
    width: 930px !important;
  }
}
.height-fix-body {
  min-height: calc(100vh - 100px) !important;
}

.poker-bg {
  background-image: url(../images/Poker/poker_bg.jpg);
  background-attachment: fixed;
  min-height: calc(100vh - 204px);
}

.togel-body {
  min-height: calc(100vh - 204px);
  background-image: url(../images/Togel/togel.jpg);
  background-attachment: fixed;
  padding-bottom: 90px;
  position: relative;
}
.togel-body .game-layer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.togel-body .game-layer .game-item {
  width: 25%;
  cursor: pointer;
  background: url(../images/Togel/toggel_game_bg.png) no-repeat;
  height: 250px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .togel-body .game-layer .game-item {
    background-size: 100% 100%;
  }
}
@media (max-width: 991px) {
  .togel-body .game-layer .game-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .togel-body .game-layer .game-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .togel-body .game-layer .game-item {
    width: 100%;
  }
}
.togel-body .game-layer .game-item .games-body {
  position: relative;
  width: 95%;
  height: 95%;
  left: 8px;
  right: 0;
  bottom: 0;
  top: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .togel-body .game-layer .game-item .games-body {
    width: 92%;
    left: 10px;
  }
}
.togel-body .game-layer .game-item .games-body .game-details {
  padding: 9px 50px 0 50px;
  color: #fff;
  text-align: center;
  height: calc(100% - 45px);
}
.togel-body .game-layer .game-item .games-body .game-details .number-body {
  width: 75%;
  display: flex;
  margin: 7px 0 7px 23px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .togel-body .game-layer .game-item .games-body .game-details .number-body {
    width: 91%;
    margin: 7px 0 7px 8px;
  }
}
@media (max-width: 575px) {
  .togel-body .game-layer .game-item .games-body .game-details .number-body {
    width: 85%;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .togel-body .game-layer .game-item .games-body .game-details .number-body {
    width: 75%;
    justify-content: center;
  }
}
.togel-body .game-layer .game-item .games-body .game-details .number-body span {
  width: 29px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  height: 40px;
  font-size: 29px;
  margin-right: 5px;
}
.togel-body .game-layer .game-item .games-body .game-details .date {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .togel-body .game-layer .game-item .games-body .game-details .date {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.2;
    margin-top: -8px;
  }
}
.togel-body .game-layer .game-item .games-body .game-details .history {
  display: block;
  margin-top: -3px;
  color: #FFE000;
}
.togel-body .game-layer .game-item .games-body .game-details .button {
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 18px;
  width: 120px;
  height: 30px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #090908;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .togel-body .game-layer .game-item .games-body .game-details .button {
    margin: -2px auto;
  }
}
.togel-body .game-layer .game-item .games-body .country-name {
  height: 45px;
  text-align: center;
}
.togel-body .game-layer .game-item .games-body .country-name h4 {
  font-size: 24px;
  line-height: 42px;
  color: #090908;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .togel-body .game-layer .game-item .games-body .country-name h4 {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .togel-body .game-layer .user-game-item {
    width: 33.33333%;
    background-size: auto;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .togel-body .game-layer .user-game-item {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .togel-body .game-layer .user-game-item {
    width: 50%;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .togel-body .game-layer .user-game-item {
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .togel-body .game-layer .user-game-item {
    width: 100%;
    background-size: contain;
  }
}
@media (max-width: 400px) {
  .togel-body .game-layer .user-game-item {
    background-size: 100% 100%;
  }
}
@media (max-width: 1300px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 79%;
    left: 37px;
  }
}
@media (max-width: 1199px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 86%;
    left: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 78%;
    left: 40px;
  }
}
@media (max-width: 850px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 79%;
    left: 38px;
  }
}
@media (max-width: 850px) {
  .togel-body .game-layer .user-game-item .games-body {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 420px) {
  .togel-body .game-layer .user-game-item .games-body {
    width: 95%;
    left: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .togel-body .game-layer .user-game-item .games-body .game-details {
    padding: 9px 50px 0 37px;
  }
}
@media (max-width: 850px) {
  .togel-body .game-layer .user-game-item .games-body .game-details {
    padding: 9px 50px 0 50px;
  }
}
@media (max-width: 420px) {
  .togel-body .game-layer .user-game-item .games-body .game-details {
    padding: 9px 45px 0 45px;
  }
}
@media (max-width: 1300px) {
  .togel-body .game-layer .user-game-item .games-body .game-details .number-body {
    margin: 7px 0 7px 25px;
  }
}
@media (max-width: 850px) {
  .togel-body .game-layer .user-game-item .games-body .game-details .number-body {
    margin: 7px 0 7px 20px;
  }
}
@media (max-width: 575px) {
  .togel-body .game-layer .user-game-item .games-body .game-details .number-body {
    margin: 7px 0 7px 26px;
  }
}
@media (max-width: 420px) {
  .togel-body .game-layer .user-game-item .games-body .game-details .number-body {
    margin: 7px 0 7px 18px;
  }
}
@media (max-width: 390px) {
  .togel-body .game-layer .user-game-item .games-body .game-details .number-body {
    margin: 7px 0 7px 21px;
  }
}
@media (max-width: 1199px) {
  .togel-body .game-layer .user-game-item .games-body .game-details .date {
    margin-top: 0;
  }
}

.number-bg {
  background-image: url(../images/number/number.jpg);
  background-attachment: fixed;
}

.jadwal-body {
  padding-bottom: 70px;
  background-image: url(../images/jadwal/jadwal.jpg);
  background-attachment: fixed;
  min-height: calc(100vh - 204px);
}
.jadwal-body .content-body {
  width: 100%;
}
.jadwal-body .content-body table {
  color: #000;
  text-align: center;
}
.jadwal-body .content-body table thead th {
  background-color: #FFE000;
}
.jadwal-body .content-body table .flag {
  margin-top: -2px;
  width: 26px;
}
.jadwal-body .content-body table span {
  font-size: 16px;
  font-weight: 400;
}
.jadwal-body .content-body table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.jadwal-body .content-body table tbody tr:nth-child(even) {
  background-color: #FFE000;
}
.jadwal-body .content-body table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  width: 16%;
}

.history-body {
  min-height: calc(100vh - 100px);
  background-image: url(../images/History/history.jpg);
  background-attachment: fixed;
  padding-bottom: 70px;
  min-height: calc(100vh - 204px);
}
.history-body .content-body {
  width: 100%;
}
.history-body .content-body .heading {
  display: flex;
  align-items: center;
  position: relative;
}
.history-body .content-body .heading h2 {
  font-weight: bold;
  color: #FFE000;
}
@media (max-width: 767px) {
  .history-body .content-body .heading h2 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .history-body .content-body .heading h2 {
    font-size: 11px;
  }
}
.history-body .content-body .heading .history {
  position: absolute;
  right: 0;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .history-body .content-body .heading .history {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .history-body .content-body .heading .history {
    font-size: 11px;
    padding: 5px;
  }
}
.history-body .content-body table {
  color: #000;
  text-align: center;
}
.history-body .content-body table thead th {
  background-color: #FFE000;
}
.history-body .content-body table .flag {
  margin-top: -2px;
}
.history-body .content-body table span {
  font-size: 16px;
  font-weight: 400;
}
.history-body .content-body table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.history-body .content-body table tbody tr:nth-child(even) {
  background-color: #FFE000;
}
.history-body .content-body table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  width: 16%;
}
.history-body .footer_copy {
  position: unset;
  bottom: 0;
}

.panduan-body {
  padding-bottom: 70px;
  background-image: url(../images/Panduan/panduan.jpg);
  background-attachment: fixed;
  min-height: calc(100vh - 204px);
}
@media (max-width: 1199px) {
  .panduan-body img {
    width: 100%;
  }
}

.promo-bg {
  padding-bottom: 70px;
  background-image: url(../images/promotion/promo.jpg);
  background-attachment: fixed;
  min-height: calc(100vh - 204px);
}
.promo-bg .promo-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.promo-bg .promo-body .promo-item {
  flex: 1 1 50%;
  padding: 10px;
  position: relative;
}
@media (max-width: 575px) {
  .promo-bg .promo-body .promo-item {
    flex: 1 1 100%;
  }
}
.promo-bg .promo-body .promo-item img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.promo-bg .promo-body .promo-item .button {
  position: absolute;
  bottom: 60px;
  left: 45px;
  width: 45%;
  height: 40px;
  text-align: center;
  background-color: #FFE000;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .promo-bg .promo-body .promo-item .button {
    bottom: 30px;
    left: 41px;
  }
}
.promo-bg .promo-body .promo-item .button:before {
  content: "Klik Untuk Info Lebih Lanjut";
  height: 50px;
  border: 1px solid #fff;
  display: block;
  border-radius: 40px;
  margin-top: -5px;
  margin-left: -5px;
  width: 104%;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .promo-bg .promo-body .promo-item .button:before {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .promo-bg .promo-body .promo-item .button:before {
    width: 106%;
    font-size: 11px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .promo-bg .promo-body .user-promo-item .button {
    width: 205px;
  }
}
@media (max-width: 767px) {
  .promo-bg .promo-body .user-promo-item .button {
    width: 190px;
    bottom: 16px;
    left: 28px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .promo-bg .promo-body .user-promo-item .button {
    bottom: 50px;
    left: 40px;
  }
}
@media (max-width: 480px) {
  .promo-bg .promo-body .user-promo-item .button {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 400px) {
  .promo-bg .promo-body .user-promo-item .button {
    width: 175px;
    bottom: 18px;
  }
}
@media (max-width: 991px) {
  .promo-bg .promo-body .user-promo-item .button:before {
    width: 215px;
    font-size: 11px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .promo-bg .promo-body .user-promo-item .button:before {
    width: 200px;
    height: 45px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .promo-bg .promo-body .user-promo-item .button:before {
    width: 185px;
  }
}

.extend-width {
  max-width: 740px;
}

.modal-content {
  background-color: #FFE000;
  padding: 10px;
}

.position .modal-body p img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: auto;
}

.modal-header {
  border-bottom: none;
}

.panduan-daftar {
  background-image: url(../images/Panduan/panduan2.jpg);
  background-attachment: fixed;
  padding-bottom: 40px;
  min-height: calc(100vh - 204px);
}
.panduan-daftar .content {
  color: #fff;
  text-align: justify;
}
@media (max-width: 991px) {
  .panduan-daftar .content img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .panduan-daftar .content h2 {
    font-size: 18px;
  }
}
.panduan-daftar .content .text-center {
  color: #FFE000;
}
.panduan-daftar .content b {
  color: #FFE000;
}

.informasi-dasar-body {
  position: relative;
  min-height: calc(100vh - 204px);
}
.informasi-dasar-body .dasar-content {
  display: block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  height: 100%;
  border-radius: 4px;
  padding: 24px 57px;
}
@media (max-width: 575px) {
  .informasi-dasar-body .dasar-content {
    padding: 25px;
  }
}
.informasi-dasar-body .dasar-content .up-layer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #ABABAB;
}
.informasi-dasar-body .dasar-content .up-layer .user-photo {
  width: 100px;
  height: 100px;
  background: #DDDDDD 0% 0% no-repeat padding-box;
  display: flex;
  border-radius: 50%;
  position: relative;
}
.informasi-dasar-body .dasar-content .up-layer .user-photo .adjust-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  right: 0;
  bottom: 11px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 2;
  color: #9F9E9E;
  z-index: 12;
}
.informasi-dasar-body .dasar-content .up-layer .user-photo .user-profile-icon {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.informasi-dasar-body .dasar-content .up-layer h3 {
  padding-left: 15px;
  font-weight: bold;
  color: #090908;
  margin-bottom: 0;
  line-height: 35px;
}
.informasi-dasar-body .dasar-content .content-layer {
  display: flex;
  justify-content: flex-start;
}
.informasi-dasar-body .dasar-content .content-layer table tr td {
  text-align: right;
  padding: 10px 0;
}
.informasi-dasar-body .dasar-content .content-layer table tr td .semua {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  margin-left: 20px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .informasi-dasar-body .dasar-content .content-layer table tr td .semua {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.informasi-dasar-body .dasar-content .content-layer table tr td .daftar-bonus {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .informasi-dasar-body .dasar-content .content-layer table tr td .daftar-bonus {
    padding: 10px;
    font-size: 12px;
  }
}
.informasi-dasar-body .dasar-content .content-layer table tr td .copy {
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 16px;
  color: #090908;
}
.informasi-dasar-body .dasar-content .content-layer .text-left {
  text-align: left !important;
  padding-left: 15px;
}
.informasi-dasar-body .setoran-content h1 {
  color: #fff;
}
.informasi-dasar-body .setoran-content .bg-color {
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
.informasi-dasar-body .setoran-content #taru {
  padding: 10px 15px;
}
@media (max-width: 575px) {
  .informasi-dasar-body .setoran-content #taru {
    margin-top: 15px;
  }
}
.informasi-dasar-body .setoran-content .tab-container {
  width: 100%;
}
.informasi-dasar-body .setoran-content .tab-container .tabs {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.informasi-dasar-body .setoran-content .tab-container .tabs button {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  opacity: 0.9;
}
.informasi-dasar-body .setoran-content .tab-container .tabs button :hover {
  opacity: 1;
}
.informasi-dasar-body .setoran-content .tab-container .tabs .active {
  opacity: 1;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  border: none;
}
.informasi-dasar-body .setoran-content .tab-container .tabs .non-active {
  border: none;
  background-color: #000;
  color: #fff;
}
.informasi-dasar-body .setoran-content .tab-container .h-width {
  width: 50%;
}
@media (max-width: 767px) {
  .informasi-dasar-body .setoran-content .tab-container .h-width {
    width: 100%;
  }
}
.informasi-dasar-body .setoran-content .tab-container .tab-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
  .informasi-dasar-body .setoran-content .tab-container .tab-content {
    padding: 5px;
  }
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .content-body {
  width: 55%;
  padding-top: 20px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .informasi-dasar-body .setoran-content .tab-container .tab-content .content-body {
    width: 100%;
    padding: 10px 20px;
  }
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .content-body .details {
  position: relative;
  width: 70%;
  left: 22%;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .content-body .details:before {
  content: "";
  width: 5px;
  height: 90%;
  background: #000;
  display: block;
  top: 4px;
  left: -25px;
  position: absolute;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .content-body .details-penarikan {
  position: relative;
  width: 70%;
  left: 10%;
}
@media (max-width: 767px) {
  .informasi-dasar-body .setoran-content .tab-container .tab-content .content-body .details-penarikan {
    width: 150%;
  }
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .content-body .details-penarikan:before {
  content: "";
  width: 5px;
  height: 90%;
  background: #000;
  display: block;
  top: 4px;
  left: -25px;
  position: absolute;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width {
  width: 100%;
  padding: 0 20px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .tbl {
  width: 100%;
  display: block;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .tbl tr td .i-bg {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 7px 15px;
  margin-left: 15px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .tbl tr td #cars {
  width: 96%;
  margin-left: 15px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .transfer-tbl {
  width: 46%;
  display: inline-table;
}
@media (max-width: 767px) {
  .informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .transfer-tbl {
    width: 100%;
  }
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .table-details-down {
  width: 95%;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .table-details-down table tr td {
  text-align: center;
  border: 1px solid #000;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .table-details-down table tr td .mark {
  color: red;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .tarapkan-details table {
  width: 100%;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .f-width .tarapkan-details table .date {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 7px 15px;
  margin-left: 5px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td {
  text-align: right;
  padding: 10px 0;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .semua {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 8px 30px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .daftar-bonus {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .copy {
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 16px;
  color: #090908;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .spaces {
  color: #ABABAB;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td #cars {
  width: 69%;
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .jumlah {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .file {
  width: 69%;
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 10px 5px;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content table tr td .t-w100 {
  text-align: center !important;
}
.informasi-dasar-body .setoran-content .tab-container .tab-content .t-left {
  text-align: left !important;
}
.informasi-dasar-body .setoran-content .tab-container .hidden {
  display: none;
}
.informasi-dasar-body .pen {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  height: 100%;
  padding: 15px 20px;
}
.informasi-dasar-body .pen .taruhan-text {
  position: relative;
}
@media (max-width: 480px) {
  .informasi-dasar-body .pen .taruhan-text {
    font-size: 16px;
  }
}
.informasi-dasar-body .pen .taruhan-text:after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.informasi-dasar-body .pen .up-layer {
  width: 100%;
  display: block;
  padding: 25px 0 25px 120px;
}
@media (max-width: 1199px) {
  .informasi-dasar-body .pen .up-layer {
    padding: 25px 0 25px 0;
  }
}
.informasi-dasar-body .pen .up-layer input {
  background: #dddddd;
  border: none;
  padding: 7px 15px;
  border-radius: 8px;
}
.informasi-dasar-body .pen .filter-layer {
  display: block;
}
.informasi-dasar-body .pen .filter-layer button {
  border: none;
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .informasi-dasar-body .pen .filter-layer button {
    font-size: 12px;
    width: 60px;
    height: 50px;
  }
}
.informasi-dasar-body .pen .filter-layer .checkbox .check-1 {
  display: inline-table;
  list-style: none;
  line-height: 1.7;
  padding-right: 100px;
}
.informasi-dasar-body .pen .filter-layer .checkbox .semua {
  list-style: none;
}
.informasi-dasar-body .pen .filter-layer .checkbox .semua .semua {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  width: 160px;
  height: 50px;
}
.informasi-dasar-body .pen .filter-layer .table {
  border: 1px solid #707070;
}
.informasi-dasar-body .pen .filter-layer .table tr td {
  border: 1px solid #707070;
}
.informasi-dasar-body .ganti-pass {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.informasi-dasar-body .ganti-pass .inner-ganti {
  width: 55%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .informasi-dasar-body .ganti-pass .inner-ganti {
    width: 100%;
  }
}
.informasi-dasar-body .ganti-pass .inner-ganti table {
  border: none;
}
.informasi-dasar-body .ganti-pass .inner-ganti table tr td {
  border: none;
}
.informasi-dasar-body .ganti-pass .inner-ganti table tr td .semua {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 7px 20px;
}
@media (max-width: 575px) {
  .informasi-dasar-body .ganti-pass .inner-ganti table tr td .semua {
    font-size: 12px;
  }
}
.informasi-dasar-body .ganti-pass .inner-ganti table tr td .i-bg {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 7px 15px;
}
@media (max-width: 575px) {
  .informasi-dasar-body .ganti-pass .inner-ganti table tr td .i-bg {
    font-size: 12px;
  }
}
.informasi-dasar-body .ganti-pass .inner-ganti table tr .text-left {
  text-align: right;
  font-size: 20px;
  line-height: 1.9;
}
@media (max-width: 575px) {
  .informasi-dasar-body .ganti-pass .inner-ganti table tr .text-left {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .bonus-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .bonus-container .bonus-tabs {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .bonus-container .bonus-tabs button {
    min-width: 130px;
    padding: 10px 5px !important;
  }
}
.bonus-container .terapkan-semau {
  margin-left: 20px;
}
@media (max-width: 1099px) {
  .bonus-container .terapkan-semau {
    margin-top: 22px;
  }
}
@media (max-width: 900px) {
  .bonus-container .content-body {
    overflow-x: scroll;
  }
}

.catatan-content .nav-link {
  color: #595959;
  padding: 0.5rem 0;
  margin: 0 1rem;
}
.catatan-content .nav-pills .nav-link.active, .catatan-content .nav-pills .show > .nav-link {
  border-bottom: 2px solid #090908;
  border-radius: 0;
  color: #090908;
  background-color: transparent;
}
.catatan-content .custom-select {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}
.catatan-content .ajukan-btn {
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.catatan-content .info-text {
  margin-top: 20px;
  height: 60px;
  line-height: 60px;
  background: #FFE000 0% 0% no-repeat padding-box;
  padding: 0 20px;
  border-radius: 4px;
}
.catatan-content .info-text span {
  font: normal normal medium 17px/26px Poppins;
  color: #090908;
  opacity: 1;
}
.catatan-content .catatan-details {
  padding: 0 15px;
}
.catatan-content .catatan-details table {
  width: 100%;
}
.catatan-content .catatan-details table tbody tr td {
  text-align: right;
  padding: 10px 0;
}
.catatan-content .catatan-details table tbody tr td .semua {
  background: transparent linear-gradient(180deg, #FFCC00 0%, #514700 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
}
.catatan-content .catatan-details table tbody .bg-color {
  background: #FFE000 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
.catatan-content .catatan-details table .date {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 7px 15px;
  margin-left: 5px;
}
.catatan-content .catatan-details .catatan-semua {
  margin-left: 20px;
}
@media (max-width: 1099px) {
  .catatan-content .catatan-details .catatan-semua {
    margin-top: 22px;
  }
}

.footer_wrapper {
  background-image: url("../images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
@media (max-width: 767px) {
  .footer_wrapper {
    background-image: url("../images/bg/mdFooterBG.png");
    background-position: bottom;
  }
}
@media (max-width: 575px) {
  .footer_wrapper {
    background-position: bottom;
    background-size: cover;
  }
}
.footer_wrapper .footer-title {
  font-size: 30px;
  font-weight: 600;
  color: #090908;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer_wrapper .footer-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .footer-title {
    font-size: 18px;
  }
}
.footer_wrapper .gradient-bg {
  position: relative;
  z-index: 1;
  width: 380px;
  height: 50px;
  background: transparent linear-gradient(270deg, rgba(255, 224, 0, 0) 0%, #FFE000 50%, #FFE000 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 400px) {
  .footer_wrapper .gradient-bg {
    width: 270px;
  }
}
.footer_wrapper .round {
  height: 65px;
  background: white;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  border: 5px solid black;
  margin-left: 15px;
  margin-right: 8px;
}
.footer_wrapper .round img {
  width: 32px;
}
.footer_wrapper .custom-hr {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 2px;
  background: white;
  margin-top: 2.5px;
}
.footer_wrapper .footer_custom-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer_wrapper .footer_custom-item-wrapper .footer_custom-item {
  text-align: center;
  width: 11.6%;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media (max-width: 479px) {
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item {
    width: 32.6%;
  }
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item {
    width: 19.2%;
  }
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item {
    width: 11.6%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item:nth-child(8n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item {
    margin-bottom: 1.5%;
  }
}
@media (max-width: 1199px) {
  .footer_wrapper .footer_custom-item-wrapper .footer_custom-item img {
    width: 100%;
  }
}
.footer_wrapper .footer {
  height: 80px;
  text-align: center;
  color: #fff;
  border-top: 2px solid #ffffff;
  padding: 35px 0 60px;
  margin-top: 35px;
}
@media (max-width: 575px) {
  .footer_wrapper .footer {
    padding: 25px 0;
  }
}
.footer_wrapper .footer p {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .footer_wrapper .footer p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .footer p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .footer_wrapper .footer p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) {
  .footer_wrapper .footer {
    font-size: 1rem;
  }
}

.scroll-top {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #FFD500;
}

.scrollToTop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.25s ease;
}

.scrollToTop span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop span {
  font-size: 20px;
}

@media (max-width: 575px) {
  .iframeCustomSlider {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.iframeCustomSlider .content-box {
  background: #1A1A1A 0% 0% no-repeat padding-box;
  margin-left: 10px;
  margin-right: 10px;
  height: 175px;
}
@media (max-width: 574px) {
  .iframeCustomSlider .content-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.iframeCustomSlider .content-box .head-title {
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.iframeCustomSlider .content-box .team-vs h4 {
  font-size: 15px;
  letter-spacing: 0px;
  color: #FFE000;
}
.iframeCustomSlider .content-box .date {
  font-size: 15px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.bankStatusSlider {
  margin-top: 20px;
}
.bankStatusSlider .content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.bankStatusSlider .content-wrap .content-item {
  border: 1px solid #DDDDDD;
  width: 32%;
  border-radius: 4%;
  padding: 4px;
  margin-bottom: 1%;
  margin-right: 1%;
}
@media (max-width: 575px) {
  .bankStatusSlider .content-wrap .content-item {
    width: 49%;
  }
}
.bankStatusSlider .content-wrap .content-item img {
  width: 100%;
}
.bankStatusSlider .content-wrap .content-item p {
  font-size: 17px;
  color: #13AB13;
  text-transform: uppercase;
  margin-top: -8px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .bankStatusSlider .content-wrap .content-item p {
    font-size: 14px;
    margin-top: -9px;
  }
}

.footer {
  display: flex;
  padding-top: 30px;
  justify-content: center;
  color: #fff;
}
@media (max-width: 450px) {
  .footer {
    font-size: 13px;
  }
}




.mb-bank-body {
  max-width: 100%;
  margin: auto;
  border-radius: 8px;
}
/*@media (max-width: 400px) {*/
/*  .mb-bank-body {*/
/*    max-width: 87%;*/
/*  }*/
/*}*/

.mb-test-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #F8F8F8;
}
.mb-test-wrap .mb-content-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4%;
  padding: 4px;
  margin-bottom: 2%;
  margin-right: 0%;
  z-index: 12;
  background-color: #fff;
  box-shadow: 5px 5px 5px #f1f1f1, -5px -5px 5px #f1f1f1;
}
.mb-test-wrap img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding-bottom: 5px;
  width: 160px;
}
.mb-test-wrap p {
  color: #13AB13;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 15px;
}

.bg-none-mb{
    background: unset;
}


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