body {
  background-color: #311432;
  min-height: 100vh;
  padding-top: 50px;
  font-size: 14px;
  font-family: roboto, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: white;
}

/*Start Reward*/
.form-control.form-control-sm.input-sm {
  background-color: #daf0f9;
}

.points-font {
  /*font-size: 12px;*/
  font-size: xx-small;
  color: #ece450;
  margin: auto;
  margin-left: 0.5rem;
  display: inline;
  position: relative;
  top: 1px;
}

.reward-header-font {
  color: white;
  /*font-size: 12px;*/
  font-size: xx-small;
}

.reward-popup-footer {
  width: 100%;
}

.reward-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 12px;
  width: 22px;
  height: 22px;
  padding: 0px 6px;
  background-color: #05487f;
  color: #ffffff;
  border: 1px solid #03315c;
  cursor: pointer;
}

.img-point {
  width: 22px;
  display: inline;
  margin-top: -2px;
}

.modal-dialog {
  margin: auto;
}

.reward-popup-pilih {
  width: 80%;
  margin: auto;
}

.popup-column-left {
  font-size: xx-small;
  width: 50%;
  background: linear-gradient(#f437ff, #f437ff);
  font-size: 12px;
  padding: 5%;
}

.sf-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.popup-column-right {
  width: 50%;
  font-size: xx-small;
  padding: 5%;
}

.header-font {
  font-size: 12px;
}

.font {
  font-size: 12px;
  /*font-size: xx-small;*/
}

.image-ss {
  /*width:291px;*/
  width: 190px;
  /*height: 304px;*/
  height: 198.4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.modal-content {
  background-color: #311432;
  color: #ffffff;
}

.modal-font {
  color: white;
  font-size: xx-small;
}

.modal-button {
  font-size: xx-small;
}

#image-category {
  width: 150px;
  height: 117.8px;
  position: relative;
}

.category-reward {
  border: 1px solid #f437ff;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 5px;
}

.category-reward-footer {
  border: 1px solid #f437ff;
  box-sizing: border-box;
  background-image: none;
  background: linear-gradient(to bottom, #f437ff, #311432);
  padding: 7px;
  text-align: center;
  color: #fff;
  margin: 0;
  /*font-size: 12px;*/
  font-size: xx-small;
}

.image-card {
  /*width:204px;*/
  /*height: 213px;*/
  width: 130px;
  height: 135.7px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.box-reward {
  border: 1px solid #f437ff;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.box-reward-body {
  height: auto;
  /*width: 204px;*/
  width: 130px;
  text-align: center;
  box-sizing: border-box;
  /*font-size: 12px;*/
  background-color: #311432;
  font-size: xx-small;
  color: #ffffff;
  margin: 0;
  line-height: 10px;
  padding: 5px;
  padding-bottom: 40px;
}

.box-reward-footer {
  /*width:204px;*/
  width: 130px;
  padding: 10px;
  font-size: xx-small;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  border: 1px solid #f437ff;
  background: linear-gradient(to bottom, #f437ff, #311432);
}

.select2-results__option[aria-selected], .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-size: xx-small;
}

/*End Reward*/
@media (max-width: 1200px) {
  #welcome-user {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .logo {
    text-align: center;
  }
  .table-md-padding {
    padding-left: 70px;
    padding-right: 70px;
  }
  /*Start Reward*/
  .popup-pilih {
    width: 100%;
    margin: auto;
  }
  /*End Reward*/
}
#market-mobile span {
  display: inline;
  margin: 0;
  font-size: xx-small;
}

@media (max-width: 767.98px) {
  .logo {
    text-align: center;
  }
  .table-sm-padding {
    padding-left: 35px;
    padding-right: 35px;
  }
  .popup-pilih {
    width: 90%;
    margin: auto;
    width: 90%;
    margin: auto;
  }
  /*Start Reward*/
  /*End Reward*/
}
@media (max-width: 575.98px) {
  .table-xs-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .separator-btm {
    margin-top: 20px;
  }
  .popup-pilih {
    width: 80%;
    margin: auto;
    width: 80%;
    margin: auto;
  }
  /*Start Reward*/
  .font {
    font-size: 10px;
  }
  /*End Reward*/
}
@media (max-width: 480px) {
  #market-desktop p {
    font-size: 11px;
  }
  /*Start Reward*/
  .popup-pilih {
    width: 90%;
    margin: auto;
  }
  .image-ss {
    /*width:291px;*/
    width: 160px;
    /*height: 304px;*/
    height: 167.1px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  /*End Reward*/
}
@media (max-width: 420px) {
  #market-left {
    position: absolute;
    left: 14px;
  }
  #market-right {
    position: absolute;
    right: 7px;
  }
  /*Start Reward*/
  .image-ss {
    /*width:291px;*/
    width: 140px;
    /*height: 304px;*/
    height: 146.3px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  /*End Reward*/
}
@media (min-width: 992px) {
  .logo {
    display: contents;
  }
}
.owl-prev {
  position: absolute;
  top: 36%;
  left: -80px;
  display: block !important;
  border: 0px solid black;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none !important;
  opacity: 85%;
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 100%;
}

.owl-next {
  position: absolute;
  top: 36%;
  right: -80px;
  display: block !important;
  border: 0px solid black;
}

.owl-prev i, .owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

/*login form*/
.form-login div input {
  border-radius: 0;
  color: black;
  stroke: #404040;
  height: 30px;
}

.form-login div input:focus {
  background-color: #a9a0a0;
  color: black;
}

.form-login div input::-moz-placeholder {
  color: black;
}

.form-login div input::placeholder {
  color: black;
}

.form-login div i {
  position: absolute;
  color: white;
  width: 34px;
  height: 34px;
  line-height: 31px;
  text-align: center;
}

.login-form .username, .login-form .password {
  -webkit-box-shadow: 0 0 0px 1140px #FFFFFF inset;
  -webkit-text-fill-color: black;
  width: 120px;
  height: 30px;
}

.login-form .captcha {
  -webkit-box-shadow: 0 0 0px 1140px #FFFFFF inset;
  -webkit-text-fill-color: black;
  width: 60px;
  height: 30px;
}

/*end login form*/
.btn-logout {
  color: white;
  background-image: linear-gradient(to bottom, #f437ff, #f437ff);
  border: 1px solid black;
  padding: 10px;
  border-radius: 0;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 6px;
}

.btn-logout:hover {
  color: white;
  text-decoration: none;
}

.navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: white !important;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.navbar-nav .nav-item.disable {
  position: relative;
}

.navbar-nav .nav-item.active .nav-link {
  background: linear-gradient(to bottom, #337fa0 0%, #1b7396 48%, #004e66 85%, #003d5b 100%);
}

.navbar-nav .nav-item.disable .nav-link {
  color: #646464 !important;
}

.navbar-nav .nav-item:not(.disable) .nav-link:hover {
  background: linear-gradient(to bottom, #337fa0 0%, #1b7396 48%, #004e66 85%, #003d5b 100%);
  cursor: pointer;
}

.navbar-nav .coming-soon {
  background-color: #e3da00;
  color: #000000;
  position: absolute;
  width: 80px;
  font-size: 9px;
  text-align: center;
  left: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
}

.navbar-nav .new-badge {
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
}

.side-menu .coming-soon {
  background-color: #e3da00;
  color: #000000;
  position: absolute;
  width: 80px;
  font-size: 9px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 5px;
}

.side-menu .new-badge {
  position: absolute;
  width: 25px;
  height: auto;
  z-index: 1;
}

.navbar-nav .border-left {
  border-left: 1px solid #000 !important;
  height: 100%;
}

.navbar-nav .border-right {
  border-right: 1px solid #000 !important;
  height: 100%;
}

.logo {
  vertical-align: middle;
}

#dropdownMenuLink {
  background-color: transparent;
  box-shadow: none;
}

.dropdown-menu > a {
  font-size: 13px;
}

.dropdown-menu > a:hover {
  background-color: #e9e9e9;
}

/*LOGIN BUTTON*/
#logout-btn {
  background-color: rgb(85, 86, 87);
  color: white;
  height: 28px;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 70px;
}

#logout-btn:hover {
  transform: scale(1.05);
  background-color: rgb(125, 126, 127);
}

#login-btn:hover {
  transform: scale(1.05);
  background-color: rgb(125, 126, 127);
}

#register-btn:hover {
  transform: scale(1.05);
}

#refreshbtn {
  text-decoration: none;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #2599cd;
  height: 25px;
  width: 25px;
  margin-top: 1px;
}

#mrefreshbtn {
  text-decoration: none;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #2599cd;
  height: 30px;
  width: 30px;
  margin-top: 0px;
}

.card {
  border-radius: 5px;
  background-color: black;
}

.card-header {
  background: linear-gradient(#650a76, #311432);
  border: 1px solid #311432;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  color: white;
  box-shadow: 0 4px 8px 0 #650a76;
}

.card-body {
  background-image: linear-gradient(to bottom, #1f2c23, #111111);
  border: 1px solid #1f2c23;
}

.card-footer {
  background-image: #111111;
}

.flash .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #311432;
  background-clip: padding-box;
  border: 1px solid #311432;
  border-radius: 5px;
  outline: 0;
  color: white;
}

.flash .modal-content p {
  margin: 0;
  color: white;
  background-color: #311432;
}

.flash .modal-header {
  background-image: linear-gradient(#311432, #f437ff);
  border: 0px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: white;
}

.flash .modal-header .close {
  color: white;
}

.flash .modal-body {
  background-color: #1f2c23 !important;
  color: white;
}

.flash .modal-footer {
  border: none;
  justify-content: center;
  background: linear-gradient(to bottom, #1f2c23, #030303);
}

.flash .modal-footer button {
  color: #ffffff;
  background-color: #f437ff;
  border: 1px solid #311432;
}

.togel .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: black;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  color: white;
}

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

.togel .modal-header .close {
  color: white;
  opacity: 1;
}

.togel .modal-footer {
  border: none;
}

#total {
  color: white;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
  font-size: xx-small;
}

.btn-sm {
  font-size: xx-small;
}

.btn-success {
  color: #000000;
  border: 2px solid #d6a60e !important;
  background-image: linear-gradient(to bottom, #fffe0c 0%, #f9b309 26%, #f7b722 48%, #f9b309 71%, #ffec10 93%, #ffec10 93%, #ffec10 94%, #fdb510 98%) !important;
  box-shadow: none !important;
  font-weight: bold !important;
  font-family: Verdana;
}

.btn-event-on {
  color: white;
  border: 2px solid #0e0e0e !important;
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #457d9e, #1e252f) !important;
  box-shadow: none !important;
}

.btn-event-on:hover {
  transform: scale(1.05);
  transition: transform 0.01s;
  color: white;
  background-color: #257d9e;
}

.btn-event-off {
  border: 2px solid grey !important;
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #070d16, #1e252f) !important;
  box-shadow: none !important;
  color: white;
  opacity: 0.8 !important;
}

.btn-success:hover {
  color: #000000;
  border: 2px solid #fff !important;
  opacity: 0.9;
  transform: scale(1.02);
  transition: transform 0.01s;
}

#betAmountHelpInline {
  color: #c3c3c3;
}

/*LOADING IMAGE CSS*/
.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.page-overlay .loading-image {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-error {
  background-color: #ffcdd2 !important;
  border-color: #ffcdd2 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #e3e2e3;
}

.tooltip-inner {
  color: #000;
  background-color: #e3e2e3;
}

a {
  text-decoration: none;
}

a:hover, a:visited, a:focus {
  text-decoration: none;
}

/* NUMBER DISPLAY */
.markets {
  background-image: url("/images/bg-markets-update.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 100%;
}

.markets .number-container {
  height: 100%;
  width: 100%;
}

.markets .separator {
  position: relative;
  bottom: 12px;
}

.numberblock {
  width: 135px;
  height: 135px;
  position: relative;
}

.numberblock .number-container {
  width: 100%;
  height: 100%;
}

.numberblock .pasaran {
  text-align: center;
  position: absolute;
  top: 34px;
  left: 17px;
  width: 100px;
  font-size: smaller;
  font-weight: 900;
}

.numberblock .nomor {
  text-align: center;
  position: absolute;
  top: 43px;
  left: 20px;
  width: 94px;
  height: 47px;
  font-size: xx-large;
  font-weight: 900;
}

.numberblock .tanggal {
  position: absolute;
  text-align: center;
  top: 87px;
  left: 20px;
  height: 13px;
  width: 93px;
  font-size: xx-small;
  font-weight: 900;
}

/* END - NUMBER DISPLAY */
/* NUMBER DISPLAY - TABLE ( MD or less) */
.btn-disable {
  border: 2px solid grey !important;
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #070d16, #1e252f) !important;
  box-shadow: none !important;
  color: #ffffff;
}

.btn-disable .disabled {
  pointer-events: none;
}

button:disabled {
  pointer-events: none;
}

.iframe {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
}

.iframe iframe {
  border: 0;
  display: block;
}

.full-width {
  width: 100%;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 1049;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a6084+28,003b54+100 */
  background: linear-gradient(to bottom, #f437ff 0%, #361037 41%, #6b0e70 91%, #311432 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a6084", endColorstr="#003b54", GradientType=0);
  color: #fff;
}

.sticky-footer .menu-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  border-right: 1px solid #000000;
  padding: 0.5em;
  height: 100%;
}

.sticky-footer .menu-item img {
  height: auto;
  width: 45px;
  padding: 0.5em;
}

.sticky-footer .menu-item:hover {
  transform: scale(1.05);
  transition: transform 0.01s;
}

.sticky-footer .menu-item span {
  color: #ffffff;
  font-size: xx-small;
}

.overlay-image:hover {
  transform: scale(1.05);
  transition: transform 0.01s;
}

.login-form .links a {
  font-size: 10px;
  color: #a9a0a0;
}

.login-form .links a:hover {
  color: #4baad8;
}

.login-form .links a img {
  width: 12px;
  height: 12px;
}

.login-form .forgot-password {
  font-style: italic;
}

.login-form .links .separator {
  font-size: 10px;
  color: #3e3e3e;
}

.footer-desc p {
  font-size: 11px;
  color: #939393;
  padding-left: 5px;
  width: 820px;
  text-align: justify;
}

.profile-form {
  margin-top: 10px;
  font-size: initial;
}

.profile-form .message {
  width: 60px;
  padding-left: 15px;
}

#app {
  background-color: #311432;
  font-size: xx-small;
}

.desktop-badge-count {
  position: relative;
  top: -5px;
  left: 15px;
  z-index: 1;
}

.desktop-badge-count.hide {
  display: none;
}

.mobile-badge-notification {
  position: relative;
  left: 0;
  top: -5px;
  color: red;
  font-size: 0.5em;
}

.mobile-badge-notification.hide {
  display: none;
}

.mobile-badge-count {
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-badge-count.hide {
  display: none;
}

.sub-menu .badge-new {
  right: 10px;
  top: 5px;
}

.badge-new {
  position: absolute;
  background: #ff0015;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 10px;
}

.badge-new-content {
  color: #fff;
  float: left;
  margin-top: -0.5em;
  padding-top: 50%;
  text-align: center;
  width: 100%;
  font-size: xx-small;
}

.badge-hot-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.badge-hot-icon .circle {
  width: 20px !important;
}

.owl-carousel.desktop .badge-new {
  right: 55px !important;
  top: 40px !important;
}

.owl-carousel.mobile .badge-new {
  right: 10px !important;
  top: 10px !important;
}

.navbar-laravel {
  background-image: linear-gradient(#1e081f, #0d020e);
  background-size: cover;
  z-index: 10;
}

.togel-nav .nav-item .nav-link {
  position: relative;
}

.product-thumbnail {
  background-image: url("/images/bg-tile-products.webp");
  background-repeat: repeat;
  background-size: auto;
  height: 300px;
}

.product-thumbnail .image {
  width: 184px;
  height: 145px;
}

.product-thumbnail .category-section {
  background-color: #337fa0;
}

.product-thumbnail .category {
  background-color: #337fa0;
  color: #ffffff;
  padding: 0.5em 0.1em 0em 0.5em;
  font-size: small;
  width: 128px;
}

.product-thumbnail .category-skew {
  background-color: #337fa0;
  transform: skewX(-15deg);
  z-index: 1;
  transform-origin: bottom;
  width: 5px;
}

.product-thumbnail .play-now-skew {
  background-color: #b31524;
  transform: skewX(-15deg);
  z-index: 1;
  transform-origin: bottom;
  width: 5px;
}

.product-thumbnail .play-now {
  background-color: #b31524;
  color: #ffffff;
  padding: 0.5em 1.3em 0.5em 0.5em;
  text-align: right;
  width: 46px;
}

.product-thumbnail .product-description {
  background-color: #176283;
  color: #f1f1f1;
  border-color: #337fa0;
  font-size: smaller;
  padding: 1em;
  border-radius: 0px 0px 4px 4px;
  overflow-wrap: break-word;
  max-width: 184px;
  height: 75px;
}

.zoom {
  transition: transform 0.2s;
  /* Animation */
}

.zoom:hover {
  transform: scale(1.1);
  /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.deposit-reminder .banner-area {
  background-image: url("/images/Bonus-Dep-BG.webp");
  min-height: 216px;
  background-size: cover;
  background-position: bottom;
  color: white;
  font-size: xx-small;
}

.deposit-reminder .banner-area .sections {
  width: 100%;
  max-width: 180px;
}

.deposit-reminder .banner-area .girl-image {
  height: auto;
}

.deposit-reminder .username {
  color: #f437ff;
}

.deposit-reminder .banner-area .greeting {
  font-size: small;
  padding-top: 55px;
}

.deposit-reminder .button-area .title {
  color: rgb(255, 255, 255);
  margin-top: 25px;
  font-size: smaller;
}

.deposit-reminder .banner-area {
  background-image: url("/images/Bonus-Dep-BG.webp");
  min-height: 216px;
  background-size: cover;
  background-position: bottom;
  color: white;
  font-size: xx-small;
}
.deposit-reminder .banner-area .sections {
  width: 100%;
  max-width: 180px;
}
.deposit-reminder .banner-area .girl-image {
  height: auto;
}
.deposit-reminder .username {
  color: rgb(238, 219, 92);
}
.deposit-reminder .banner-area .greeting {
  font-size: small;
  padding-top: 55px;
}
.deposit-reminder .button-area {
  background-image: url("/images/box.webp");
  height: 115px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.deposit-reminder .button-area .title {
  color: rgb(255, 255, 255);
  margin-top: 25px;
  font-size: smaller;
}
.deposit-reminder .button-area .btn-deposit-now {
  background-color: #ecd430;
  border: 1px solid #dbc427;
  width: 120px;
}
.deposit-reminder .button-area .btn-deposit-later {
  background-color: #0c2a41;
  border: 1px solid #042a44;
  color: #ffffff;
  width: 120px;
}

.deposit-notification img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.deposit-notification {
  text-align: justify;
}

.deposit-notification .text-box {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 300px;
  font-size: 11.5px;
}

.deposit-notification .text-box .header {
  font-size: 20px;
  font-weight: bold;
  -webkit-background-clip: text;
  color: #f437ff;
}

.deposit-notification .text-box .btn-left {
  color: #ffffff;
  background-color: #f437ff;
  border: 1px solid #f437ff;
  font-size: 13px;
  position: relative;
  top: 0px;
  left: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}

.deposit-notification .text-box .btn-right {
  background: #191d28;
  color: #f437ff;
  font-size: 14px;
  position: relative;
  top: 0px;
  left: 100px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}

@media (min-width: 390px) {
  .deposit-notification .text-box {
    top: 42px;
    left: 48px;
    width: 300px;
  }
}
@media (min-width: 414px) {
  .deposit-notification .text-box {
    top: 50px;
    left: 60px;
  }
}
@media (min-width: 601px) {
  .deposit-notification .header {
    font-size: 24px;
  }
  .deposit-notification .text-box {
    position: absolute;
    top: 50px;
    left: 113px;
    width: 400px;
    font-size: 18px;
  }
  .deposit-notification .text-box .btn-left {
    top: 0px;
    left: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
  .deposit-notification .text-box .btn-right {
    top: 0px;
    left: 155px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
}
@media (min-width: 686px) {
  .deposit-notification .text-box .header {
    font-size: 24px;
  }
  .deposit-notification .text-box {
    position: absolute;
    top: 50px;
    left: 150px;
    width: 400px;
    font-size: 20px;
  }
  .deposit-notification .text-box .btn-left {
    top: 0px;
    left: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
  .deposit-notification .text-box .btn-right {
    top: 0px;
    left: 155px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .deposit-notification .header {
    font-size: 24px;
  }
  .deposit-notification .text-box {
    position: absolute;
    top: 75px;
    left: 194px;
    width: 402px;
    font-size: 20px;
  }
  .deposit-notification .text-box .btn-left {
    top: 0px;
    left: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
  .deposit-notification .text-box .btn-right {
    top: 0px;
    left: 165px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
}
@media (min-width: 810px) {
  .deposit-notification .text-box {
    top: 70px;
    left: 211px;
    width: 422px;
    font-size: 21px;
  }
}
@media (min-width: 1007px) {
  .deposit-notification .text-box {
    top: 70px;
    left: 340px;
    width: 450px;
    font-size: 21px;
  }
}
@media (min-width: 1280px) {
  .deposit-notification .text-box .header {
    font-size: 38px;
    padding-bottom: 10px;
  }
  .deposit-notification .text-box {
    top: 110px;
    left: 308px;
    width: 700px;
    font-size: 28px;
  }
  .deposit-notification .text-box .btn-left {
    top: 0px;
    left: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
  .deposit-notification .text-box .btn-right {
    top: 0px;
    left: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
}
@media (min-width: 1366px) {
  .deposit-notification .header {
    font-size: 34px;
  }
  .deposit-notification .text-box {
    position: absolute;
    top: 150px;
    left: 545px;
    width: 400px;
    font-size: 12px;
  }
  .deposit-notification .text-box .btn-left {
    top: 13px;
    left: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
  .deposit-notification .text-box .btn-right {
    top: 13px;
    left: 100px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }
}
@media (min-width: 1440px) {
  .deposit-notification .text-box {
    left: 560px;
  }
}
@media (min-width: 1586px) {
  .deposit-notification .text-box {
    top: 180px;
    left: 635px;
    width: 435px;
    font-size: 13px;
  }
}
@media (min-width: 1865px) {
  .deposit-notification .text-box {
    top: 200px;
    left: 750px;
    width: 500px;
    font-size: 19px;
  }
  .deposit-notification .text-box .btn-left {
    top: 50px;
    left: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
  }
  .deposit-notification .text-box .btn-right {
    top: 50px;
    left: 100px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
  }
}
.deposit-notification .text-box .btn-left:hover {
  transform: scale(1.05);
}

.deposit-notification .text-box .btn-right:hover {
  transform: scale(1.05);
}

.error-section {
  background-image: url(/images/error-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 515px;
  position: relative;
}

.error-section .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reco-area {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007fb0+0,016b94+36,121212+100 */
  background: linear-gradient(to bottom, #232324 0%, #080808 100%);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007fb0", endColorstr="#121212", GradientType=0);
  /* IE6-9 */
  height: 250px;
  position: relative;
  color: white;
  font-size: large;
}

.reco-area .layout {
  white-space: nowrap;
  overflow: auto;
  bottom: 0;
}

.reco-area .title-icon {
  margin-top: 5px;
  max-width: 25px;
  max-height: 25px;
}

.reco-area .provider-icon {
  max-width: 150px;
}

.reco-area span {
  padding-top: 5px;
}

.promo-area {
  background-image: url(/images/mantaplay77/dashboard/promosi-bg.webp);
  height: 165px;
  border-top: 2px solid #f437ff;
  color: white;
  position: relative;
  font-size: medium;
}

.promo-area .header {
  height: 0;
}

.promo-area .header .ribbon {
  position: relative;
  top: -10px;
  max-width: 170px;
}

.promo-area .header .title {
  position: relative;
  top: -40px;
  left: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.promo-area .title-icon {
  max-width: 125px;
  position: relative;
  top: -8px;
  left: 2px;
  width: -moz-fit-content;
  width: fit-content;
}

.promo-area .layout {
  white-space: nowrap;
  overflow: auto;
  bottom: 0;
  padding-top: 35px;
  height: 100%;
}

.promo-area .promo {
  width: 300px;
  border: 1.5px solid #f437ff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d97d3", endColorstr="#0a1018",GradientType=0 );
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px 10px 35px -18px #70bfff;
}

.promo-area .img-area {
  border-radius: 5px 5px 0 0;
  border-bottom: solid #f437ff 1px;
  padding: 1px;
}

.promo-area .img-banner {
  border-radius: 5px 5px 0 0;
}

.promo-area .button-area {
  background: #0059d0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#01719b", endColorstr="#01719b",GradientType=1 );
  border-top: 1.5px solid #f437ff;
  border-radius: 0 0 15px 15px;
}

.promo-area .btn-use-now {
  background-color: #006991;
  color: #ffffff;
  font-size: xx-small;
  padding: 7px;
}

.promo-area .btn-other {
  color: #ffffff;
  font-size: x-small;
  padding: 7px;
}

.user-login-form {
  background-color: #12151d;
}

.user-login-form .user-login-form__username, .user-login-form .user-login-form__password {
  border: 2px solid #5d5d5d;
}

.user-login-form .user-login-form__captcha {
  vertical-align: middle;
}

.user-login-form .user-login-form__captcha-img {
  width: 75px;
  height: auto;
}

.user-login-form .user-login-form__btn-login {
  color: #ffffff;
  background-color: #0059d0;
  border: 1px solid #272f43;
}

.user-login-form .user-login-form__btn-register {
  color: #ffffff;
  background-color: #f437ff;
  border: 1px solid #f437ff;
}

.user-login-form .user-login-form__forgot-password {
  justify-content: center;
  color: white;
}

.user-login-form .user-login-form__forgot-password a {
  color: #ffffff;
  font-size: xx-small;
}

.android-download {
  width: 70px;
  float: right;
}

.android-download .icon-android {
  width: 16px;
  height: 12x;
  margin-left: 8px;
}

.android-download .text-android {
  font-size: 7px;
  color: white;
  margin-left: 5px;
}

.android-download .btn-android {
  color: black;
  background-color: #f7e60f;
  border-radius: 20px;
  margin-top: 2px;
  font-size: xx-small;
  padding: 0;
}

/* announcement */
.announcement-bar {
  background: black;
  padding: 0;
}

.announcement {
  overflow: hidden;
}

.announcement .left {
  position: absolute;
  background-color: #1e081f;
  z-index: 1;
  padding: 5px;
  min-height: 30px;
}

.announcement .right {
  float: left;
  height: 30px;
  margin-left: 50px;
}

.announcement .left:after {
  transform-origin: bottom right;
  transform: skewX(-20deg);
}

.announcement .right:after {
  width: 30px !important;
  transform-origin: top left;
  transform: skewX(-20deg);
  border-left: 1px solid grey;
  top: 0;
  height: 30px;
}

.marquee {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 30px;
  position: relative;
  --offset:20vw;
  --move-initial:calc(-25% + var(--offset));
  --move-final:calc(-50% + var(--offset));
}

.marquee__inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 30s linear infinite;
}

.marquee span {
  font-size: xx-small;
  padding: 0;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.keluaran-mobile {
  border-radius: 5px;
  background: linear-gradient(to bottom, #25262a 0%, #0b101f 41%, #1c2532 91%, #0d1018 98%);
  border: 1px solid #1d180c;
}

.keluaran-mobile .pasaran {
  background-image: linear-gradient(to bottom, #311432 41%, #1c2232 93%, #0d1018 98%);
  text-align: center;
  min-width: 105px;
}

.keluaran-mobile .pasaran b {
  color: #f5f5f5;
  display: contents;
  font-size: xx-small;
}

.keluaran-mobile .result {
  color: #f437ff;
  text-align: center;
  font-size: smaller;
  align-self: center;
}

.keluaran-mobile .result span {
  display: contents;
  font-size: xx-small;
}

.keluaran-mobile .date {
  min-width: 125px;
  text-align: center;
  font-size: xx-small;
  align-self: center;
}

.bank-mobile-footer .icon {
  width: 80px;
}

.bank-mobile-footer .status-icon {
  padding-left: 2px;
  padding-right: 2px;
  font-size: xx-small;
}

.bank-mobile-footer .status-icon.offline {
  color: #ee0000;
}

.bank-mobile-footer .status-icon.online {
  color: #53c900;
}

.bank-mobile-footer .status-icon.error {
  color: #ffff00;
}

.bank-mobile-footer .status-text {
  font-size: xx-small;
  color: rgb(255, 255, 255);
}

.bank-mobile-footer .status-text.offline {
  color: #5d5d5d;
}

.bank-mobile-footer .status-text.online {
  color: #fff;
}

.bank-mobile-footer .status-text.error {
  color: #5d5d5d;
}

.partner-footer .footer-img {
  max-width: 55px;
}

.menu-separator {
  height: 2px;
  background: #0d071a;
}

.menu-scroll .item.active {
  background-color: #f437ff;
  color: #FFF;
}

.side-menu .item {
  text-align: center;
  cursor: pointer;
  width: 100%;
  padding: 5px;
  position: relative;
}

.side-menu .item-sub {
  cursor: pointer;
  text-align: center;
  width: auto;
  padding: 0px 25px;
}

.side-menu .item-sub img {
  width: 100%;
  height: 100%;
}

.side-menu .item:hover {
  background-color: #f437ff;
  color: #FFF;
  cursor: pointer;
}

.side-menu .item img {
  width: 20px;
  height: 20px;
}

.side-menu .item span {
  color: #ffffff;
  font-size: xx-small;
  padding-top: 5px;
  margin: 0;
}

.right-menu, .left-menu {
  pointer-events: none;
}

.allow-scroll {
  pointer-events: all !important;
}

.open-right-menu.hide {
  visibility: hidden;
}

.menu-tap-close {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  transition: all 300ms ease;
  /* Safari */
  transition-delay: 250ms;
}

.menu-icon {
  width: 20px;
  height: 20px;
}

.left-menu {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
  display: none;
  position: absolute;
  width: 50px;
  font-size: xx-small;
}

.left-menu.active {
  display: block;
}

.right-menu {
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
  display: none;
  position: absolute;
  width: 150px;
  font-size: xx-small;
}

.right-menu .user-info {
  width: 100px;
  height: 100%;
  background-color: #311432;
  position: absolute;
  right: 50px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 10000;
  padding: 5px;
  text-align: center;
  color: rgb(147, 147, 147);
  border-right: 1px solid black;
}

.right-menu .user-info::-webkit-scrollbar {
  display: none;
}

.right-menu .user-info .username {
  color: #f437ff;
}

.right-menu .user-info .title {
  color: white;
}

.menu-scroll {
  position: absolute;
  background-color: #311432;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 9999999;
  height: 100%;
  width: 50px;
}

.menu-scroll.left {
  left: 0;
}

.menu-scroll.right {
  right: 0;
}

.menu-scroll::-webkit-scrollbar {
  display: none;
}

.menu-scroll-sub {
  width: 65px;
  height: 100%;
  background-color: #311432;
  z-index: 10;
  cursor: pointer;
  top: 0;
  left: 50px;
  position: absolute;
  display: none;
  font-size: xx-small;
}

.col-border {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 5px;
  background-color: #111111;
}

.col-border:hover {
  border-color: #1c5a75;
}

.menu-scroll-sub a {
  color: #f437ff;
}

.user-cred {
  border: 1px solid #343434;
  border-radius: 8px;
  margin: 5px 5px 5px 0;
  width: 100%;
  background-color: #111111;
}

.dark-close {
  background-color: rgba(0, 0, 0, 0.6);
}

.shown {
  opacity: 1;
  transition: all 300ms ease;
}

.icon-provider {
  max-width: 180px;
}

.slots-desktop {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.slots-desktop .providers {
  position: absolute;
  bottom: 60px;
  margin-left: 381px;
  margin-right: 381px;
}

.slots-mobile {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.slots-mobile .providers {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.games-container {
  width: 100%;
  height: 710px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #1C1C1C;
  font-size: xx-small;
}

.games-container .icon {
  border: 2px solid #5F5F5F;
  border-radius: 5px;
}

.games-container .icon-image-container {
  position: relative;
}

.games-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

.games-container .overlay:hover {
  opacity: 1;
}

.games-container .icon-image {
  width: 100%;
}

.games-container .icon-title {
  text-align: center;
  color: white;
  background-color: #337fa0;
  padding: 8px;
}

.games-container .play-button {
  background-color: #b31524;
  border-color: #e13848;
  color: #FFFFFF;
  font-size: xx-small;
}

#playerarea, #gameFrame {
  top: 0;
  left: 0;
  height: 625px;
  width: 100%;
}

.back-image {
  width: 40px;
  height: 40px;
}

.search {
  background-color: black;
  color: #FFFFFF !important;
}

.search:focus {
  background-color: black;
  color: #FFFFFF !important;
}

/* Rounded pill classes for horizontal sides */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* Another classes to use */
.rounded-t-l-0 {
  border-top-left-radius: 0 !important;
}

.rounded-t-r-0 {
  border-top-right-radius: 0 !important;
}

.rounded-b-l-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-b-r-0 {
  border-bottom-right-radius: 0 !important;
}

.rounded-x-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-x-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tabs {
  display: inline-flex;
}

.search-games-text {
  max-width: 180px;
  float: right;
}

.main-mobile {
  font-size: xx-small;
}

.pasaran .img-status {
  position: relative;
  float: left;
  left: -16px;
  width: 13px;
  height: auto;
}

.table-toto {
  font-size: xx-small !important;
}

.table-toto td {
  padding: 0;
}

.table-toto .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.25rem;
  font-size: xx-small;
  line-height: 1.4;
  border-radius: 0.2rem;
}

.table-toto input {
  font-size: xx-small !important;
}

.table-toto .nomor {
  min-width: 15px;
  max-width: 30px;
  text-align: center !important;
}

.nav-tabs {
  border-bottom: 1px solid #f437ff;
}

.nav-tabs .nav-link {
  color: white;
  background: transparent;
  margin-right: 1px;
}

.nav-tabs .nav-link.active {
  color: white;
  background-color: #f437ff !important;
  border-bottom: 1px solid #f437ff;
  border-color: #f437ff;
}

.nav-tabs .nav-link:hover {
  transform: scale(1.1);
  border-color: transparent;
}

.ml-1, .mx-1 {
  margin-left: 0 !important;
}

.bet-amount-copy label {
  vertical-align: middle;
  margin-left: 20px;
}

.bet-amount-copy #betAmountCopyValue {
  width: 65px;
  display: inline;
  font-size: xx-small;
}

.page-title {
  background-color: #1e081f;
  color: #ffffff;
  border-radius: 15px;
  padding-left: 1em;
  font-size: 13px;
}

.page-link {
  color: white;
  background-color: transparent;
  border-color: #404040;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: xx-small;
}

.page-link:focus {
  box-shadow: none;
}

.page-link:hover {
  background: linear-gradient(#f437ff, #f437ff);
  border: 1px solid #311432 !important;
  opacity: 1;
  color: white;
}

.page-item {
  padding: 0px 3px;
}

.page-item.active .page-link {
  color: white;
  background: linear-gradient(#f437ff, #f437ff) !important;
  border: 1px solid #311432 !important;
  outline: #311432;
}

.page-item.previous .page-link {
  color: white;
  border: 1px solid #311432;
}

.page-item.next .page-link {
  color: white;
  border: 1px solid #311432;
}

.page-item.disabled .page-link {
  color: #424242;
  background-image: linear-gradient(to bottom, #303030, #111111);
  border: 1px solid #404040;
}

.page-item.previous.disabled .page-link, .page-item.next.disabled .page-link {
  background-image: linear-gradient(to bottom, #303030, #111111);
  color: #424242;
  border: 1px solid #404040;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: xx-small;
  line-height: 1.5;
}

div.dataTables_wrapper div.dataTables_processing {
  background: #1f2c23;
  color: white;
  border-color: #311432;
}

table.dataTable.table-dark {
  margin-top: 0px !important;
}

.text-secondary {
  color: #f437ff !important;
}

.odd .text-primary {
  color: darkblue !important;
}

.even .text-primary {
  color: darkred !important;
}

.odd .text-secondary {
  color: #000 !important;
}

.even .text-secondary {
  color: #f437ff !important;
}

.default-page.mobile, .nomor-keluaran-page.mobile, .about-us-page.mobile, .peraturan-page.mobile {
  font-size: xx-small;
}

.faq-page.mobile {
  font-size: xx-small;
}

.faq-page .question {
  padding-left: 1em;
  color: white;
  white-space: nowrap;
}

.prediksi-page.mobile {
  font-size: xx-small;
}

.prediksi-page .news-title {
  background-color: #3c3c3e;
  cursor: pointer;
  white-space: pre-wrap;
}

.buku-mimpi-page.mobile {
  font-size: xx-small;
}

.promo-page.mobile {
  font-size: xx-small;
}

.promo-page .card {
  background-color: rgb(42, 42, 42);
}

.message-page.mobile {
  font-size: xx-small;
}

.message-page table a {
  color: white !important;
}

.message-page.mobile .btn-grey {
  color: #fff;
  background-color: #575759;
  border-color: #575759;
  font-size: xx-small;
}

.transaction-history-page.mobile, .statement-page.mobile {
  font-size: xx-small;
}

table.dataTable.hide-header thead {
  display: none !important;
}

.togel .text-area {
  background-color: #141414;
  border: solid 1px;
  padding: 8px;
  width: 100% !important;
  white-space: pre-line;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}

table.table-fit thead th, table.table-fit tfoot th, table.table-fit tbody td, table.table-fit tfoot td {
  width: auto !important;
}

.text-blue {
  color: #f437ff;
}

.notification-page.mobile {
  font-size: xx-small;
  color: white;
}

.notification-page.mobile .arrow {
  width: auto;
  height: 12px;
}

.notification-page.mobile .title {
  font-size: larger;
  color: white;
}

.notification-page.mobile .time {
  color: white;
}

.notification-page.mobile .main-text-content {
  color: #939393;
  font-size: larger;
}

.notification-page .notification.unread {
  background-color: #1e2327;
}

.notification-page .notification.unread .title {
  color: #f437ff;
}

.notification-detail-page.mobile {
  font-size: xx-small;
  color: white;
}

.notification-detail-page.mobile .title {
  color: #f437ff;
  font-size: larger;
}

.notification-detail-page.mobile .arrow {
  width: auto;
  height: 12px;
}

.notification-detail-page.mobile .main-text-content {
  color: #939393;
  font-size: larger;
}

.share-list ol, ul {
  list-style: none;
  padding: 0;
}

.share-list > ul > li {
  float: left;
  margin-right: 8px;
}

.content-center {
  display: flex;
  align-content: center;
  align-items: center;
}

.icon .fab {
  padding: 8px 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 2px -2px;
  border-radius: 50%;
  font-weight: 400;
}

.share-list.icon .fa-whatsapp {
  background: #25d366;
  color: #fff;
}

.share-list.icon .fa-facebook-f {
  background: #3b5998;
  color: #fff;
}

.share-list.icon .fa-twitter {
  background: #55acee;
  color: #fff;
}

.share-list.icon .fa-line {
  background: #00c300;
  color: #fff;
}

.menu-scroll-sub.submenu .text-center:nth-child(2) {
  color: #fff;
}

/* Start temp-event */
.body-temp-event {
  background-image: url("/images/mantaplay77/mobile/main-background-m.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 700px;
}

.user-login-form.temp-event {
  background-image: url("/images/events/fifa-2022/mobile/fifa-bg-m-login.webp");
  background-size: 100% 100%;
}

/*.announcement .left.temp-event{*/
/*    background-image: url(/images/chinese-2022/template/mobile/login-bg-m.webp);*/
/*}*/
/*.separator.temp-event{*/
/*    margin-bottom: 4%;*/
/*}*/
.promo-area.temp-event {
  background-image: none;
}

/*.container.separator.temp-event{*/
/*    background: none;*/
/*}*/
/*.container.temp-event{*/
/*    background: none;*/
/*}*/
/*.numberblock .pasaran.temp-event {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 34px;*/
/*    left: 17px;*/
/*    width: 100px;*/
/*    font-size: smaller;*/
/*    font-weight: 900;*/
/*}*/
/*.numberblock .nomor.temp-event {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 43px;*/
/*    left: 20px;*/
/*    width: 94px;*/
/*    height: 47px;*/
/*    font-size: 30px;*/
/*    font-weight: 900;*/
/*}*/
/*.numberblock .tanggal.temp-event {*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    top: 87px;*/
/*    left: 20px;*/
/*    height: 13px;*/
/*    width: 93px;*/
/*    font-size: xx-small;*/
/*    font-weight: 900;*/
/*}*/
.error-section.temp-event {
  background: none;
}

.card {
  background-color: transparent;
}

/* End temp-event */
/* Start Chinese Event */
@font-face {
  font-family: TrajanPro-Regular;
  src: url("/font/TrajanPro-Regular.otf");
}
.main {
  /*background-image: url("/images/chinese-2022/mobile/bg.webp");*/
  background-image: url("/images/events/redeem/idul-fitri/mobile/bg.webp");
  background-size: contain;
  z-index: 1;
}

.content-top {
  text-align: center;
  font-size: medium;
  color: rgb(254, 212, 142);
  margin-top: -25%;
  margin-bottom: 2rem;
}

.header-font {
  font-family: TrajanPro-Regular;
}

.bottom-font {
  margin-top: -1rem;
  margin-bottom: -3.5rem;
  /*background-image: url("/images/chinese-2022/desktop/Bottom-Banner.webp");*/
  /*background-image: url("/images/events/redeem/idul-fitri/mobile/bg-bottom.png");*/
  background-size: 70% 90%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: smaller;
}

.bottom-font span {
  position: relative;
  top: 25%;
}

.chinese-event {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 30%;
}

.chinese-event:nth-child(1) {
  content: url("/images/events/redeem/idul-fitri/mobile/1.png");
}

.chinese-event:nth-child(2) {
  content: url("/images/events/redeem/idul-fitri/mobile/2.png");
}

.chinese-event:nth-child(3) {
  content: url("/images/events/redeem/idul-fitri/mobile/3.png");
}

.chinese-event:nth-child(4) {
  content: url("/images/events/redeem/idul-fitri/mobile/4.png");
}

.chinese-event:nth-child(5) {
  content: url("/images/events/redeem/idul-fitri/mobile/5.png");
}

.chinese-event:nth-child(6) {
  content: url("/images/events/redeem/idul-fitri/mobile/6.png");
}

.chinese-event:nth-child(7) {
  content: url("/images/events/redeem/idul-fitri/mobile/7.png");
}

.chinese-event:nth-child(8) {
  content: url("/images/events/redeem/idul-fitri/mobile/8.png");
}

.chinese-event:nth-child(1):hover {
  /*content:url("/images/events/redeem/idul-fitri/mobile/1.png");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(2):hover {
  /*content:url("/images/events/redeem/idul-fitri/mobile/2.png");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(3):hover {
  /*content:url("/images/events/redeem/idul-fitri/mobile/3.png");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(4):hover {
  /*content:url("/images/chinese-2022/mobile/redpacket-4-hover.webp");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(5):hover {
  /*content:url("/images/chinese-2022/mobile/redpacket-5-hover.webp");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(6):hover {
  /*content:url("/images/chinese-2022/mobile/redpacket-6-hover.webp");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(7):hover {
  /*content:url("/images/chinese-2022/mobile/redpacket-7-hover.webp");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

.chinese-event:nth-child(8):hover {
  /*content:url("/images/chinese-2022/mobile/redpacket-8-hover.webp");*/
  cursor: pointer;
  border-radius: 10%;
  box-shadow: 0px 0px 12px 8px #4294AF;
}

/*.chinese-event:nth-child(1){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-1.webp");*/
/*}*/
/*.chinese-event:nth-child(2){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-2.webp");*/
/*}*/
/*.chinese-event:nth-child(3){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-3.webp");*/
/*}*/
/*.chinese-event:nth-child(4){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-4.webp");*/
/*}*/
/*.chinese-event:nth-child(5){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-5.webp");*/
/*}*/
/*.chinese-event:nth-child(6){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-6.webp");*/
/*}*/
/*.chinese-event:nth-child(7){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-7.webp");*/
/*}*/
/*.chinese-event:nth-child(8){*/
/*    content:url("/images/chinese-2022/mobile/redpacket-8.webp");*/
/*}*/
/*.chinese-event:nth-child(1):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-1-hover.webp");*/
/*    cursor: pointer;*/
/*}*/
/*.chinese-event:nth-child(2):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-2-hover.webp");*/
/*    cursor: pointer;*/
/*}*/
/*.chinese-event:nth-child(3):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-3-hover.webp");*/
/*    cursor: pointer;*/
/*}*/
/*.chinese-event:nth-child(4):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-4-hover.webp");*/
/*    cursor: pointer;*/
/*}*/
/*.chinese-event:nth-child(5):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-5-hover.webp");*/
/*    cursor: pointer;*/
/*}*/
/*.chinese-event:nth-child(6):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-6-hover.webp");*/
/*    cursor: pointer;*/
/*}*/
/*.chinese-event:nth-child(7):hover{*/
/*    content:url("/images/chinese-2022/mobile/redpacket-7-hover.webp");*/
/*    cursor: pointer;*/
/*}.chinese-event:nth-child(8):hover{*/
/*     content:url("/images/chinese-2022/mobile/redpacket-8-hover.webp");*/
/*     cursor: pointer;*/
/* }*/
.bottom-decor {
  margin-bottom: -1.5rem;
  margin-top: 1.5rem;
  /*background-image: url("/images/chinese-2022/desktop/bottom-background.webp");*/
  background-image: url("/images/events/redeem/idul-fitri/mobile/bg-bottom.png");
  background-size: 100% 100%;
  height: 50px;
  background-repeat: no-repeat;
  /*background-position: center;*/
  text-align: center;
}

.chinese-event:hover {
  box-sizing: border-box;
  background-color: #1d5a77;
  cursor: pointer;
}

.popUp-contain {
  /*background-image: url(/images/chinese-2022/desktop/popup-background.webp);*/
  background-image: url(/images/events/redeem/idul-fitri/desktop/popup.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: auto;*/
  background-size: 111% 104%;
  height: 28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 4%;
}

.popUp-image {
  position: relative;
  top: 2rem;
}

.idr {
  font-size: 20pt;
  position: relative;
  bottom: 1.2rem;
  background: linear-gradient(#fad123, #ff544f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fabf2b;
}

#amount {
  margin-top: 60%;
}

.amount {
  font-size: 42.5pt;
  background: linear-gradient(#fad123, #ff544f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fabf2b;
}

.popUp-close {
  content: url("/images/chinese-2022/desktop/btn-close.webp");
  position: absolute;
  right: 10px;
  top: 0.5rem;
}

.redeem {
  /*background-image:url("/images/chinese-2022/desktop/btn-redeem.webp");*/
  background-image: url("/images/events/redeem/idul-fitri/desktop/tn-redeem.png");
  position: relative;
  /*width: 130px;
  height: 45px;*/
  width: 130px;
  height: 45px;
  text-align: center;
  padding-top: 0.5rem;
  color: #fca738;
  opacity: 0.8;
  /*margin-bottom: 3%;*/
}

.redeem:hover {
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

.popUp-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popUp-loading {
  width: 150px;
  height: 75px;
  margin-bottom: 2.2rem;
  margin-top: 2rem;
  z-index: 0;
}

#amount {
  display: none;
}

.table.table-sm a {
  color: white;
}

/* End Chinese Event */
/* Start Quest */
/*@font-face {*/
/*    font-family: Azonix;*/
/*    src: url("/fonts/Azonix.otf");*/
/*}*/
.quest-page.mobile {
  font-size: xx-small;
  background-image: url("/images/quest/desktop-gradient-background-repeat.webp");
  background-size: contain;
  background-repeat: repeat-x;
  /*font-family: Azonix;*/
  color: white;
}

.quest-title {
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.5rem;
  position: relative;
  top: 40px;
  z-index: 1;
}

.table-quest {
  border: none !important;
  border-collapse: collapse !important;
  border-style: hidden !important;
}

.table-quest thead th {
  border-top: none;
  border-color: #4D546A;
  padding-left: 1rem;
}

.table-quest td {
  padding-left: 1rem;
  border-color: #4D546A;
}

.table-quest thead {
  background-image: url("/images/quest/top-background.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: none;
  height: 70px;
}

.table-quest tbody tr {
  background-image: url("/images/quest/middle-background-repeat.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: none;
  height: 45px;
}

.table-quest tbody tr:last-child {
  background-image: url("/images/quest/bottom-background.webp");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: none;
}

.quest-container {
  position: relative;
  text-align: left;
  color: white;
}

.table-quest th:nth-child(1) {
  width: 65%;
}

.table-quest thead th:nth-child(2) {
  width: 35%;
  text-align: center;
}

.quest-title {
  height: 60px;
}

.quest-status {
  width: 100%;
  /*border: 2px solid #4d5865;*/
  /*border-radius: 25px;*/
}

.quest-container {
  text-align: center;
}

.quest-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* End Quest */
/* Start Tournament */
.tournament-temp {
  background-image: url("/images/tournament/bg-tournament.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 10px;
  font-size: xx-small;
}

.tournament-temp .card {
  background-color: transparent;
  border: 0px;
}

.tournament-temp .card-header {
  background-image: none;
}

.tournament-temp .input-group-text {
  background-color: #337fa0;
  color: white;
  font-size: small;
}

.tournament-temp .input-group {
  width: 72%;
  margin: auto;
}

.tournament-temp .input-group-text {
  background-color: #f437ff;
  border: 1px solid #f437ff;
  color: white;
  font-size: small;
}

.tournament-temp .form-control {
  border: 1px solid #f437ff;
  background-color: #03070a;
  color: white;
}

.tournament-temp .card-rank {
  border: 1px solid #0a6084;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 5px;
}

.tournament-temp .card-rank .card-title {
  background-image: linear-gradient(to bottom, #337fa0 0%, #111111 100%);
  height: 35px;
  padding-top: 7.5px;
  padding-left: 4px;
  margin: 0%;
}

.tournament-temp input {
  font-size: small;
}

.tournament-temp hr {
  background: linear-gradient(to right, #0f3d56, #0d97d3, #0f3d56);
  height: 2px;
}

.tournament-temp .row {
  margin-left: 0px;
  margin-right: 0px;
}

.tournament-temp table.table-dark {
  background-image: linear-gradient(#333333, #111111);
}

.tournament-temp table .img-fluid {
  width: 75%;
}

.tournament-temp .card-body {
  padding: 0px;
  text-align: center;
}

.tournament-temp .table {
  color: unset;
}

.tournament-temp .img-fluid {
  margin: auto;
}

.tournament-temp .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-left: 0px;
  padding-right: 0px;
}

.tournament-temp .previous-mobile p, .tournament-temp .previous-mobile input, .tournament-temp .previous-mobile a {
  font-size: xx-small !important;
  margin: 0px;
}

.tournament-temp .previous-mobile .input-group {
  width: 100%;
}

/* End Tournament */
.deposit-section .account-name {
  font-size: small;
}

.deposit-section .account-number {
  font-size: larger;
}

.deposit-section .bank-logo {
  display: flex;
  align-items: center;
}

.deposit-section .bank-logo img {
  max-height: 35px;
}

.deposit-section .copy-account {
  cursor: pointer;
}

.deposit-section .final-amount {
  font-size: large;
}

.xgame-hide {
  transition: 0.5s;
  transform: translateX(150%);
}

.xgame-back {
  transition: 0.5s;
  transform: translateX(0%);
}

.icon-hide {
  transition: 0.5s;
  transform: translateX(-150%);
}

.icon-back {
  transition: 0.5s;
  transform: translateX(0%);
}

.thumbnail img {
  max-width: 180px;
}

.table-togel thead tr th {
  color: #fff;
  background: linear-gradient(#232f51, #311432);
}

.table-togel {
  color: #fff;
  background: linear-gradient(#232f51, #311432);
}

.reward-mobile {
  background: #311432;
  color: #ffffff;
}

.btn-togel-primary {
  color: #f437ff;
}

.btn-togel-secondary {
  color: white;
  background-color: #2e4073;
  border: 1px solid #3d59a5;
  color: white;
}

.btn-togel-third {
  color: #ffffff;
  background-color: #f437ff;
  border: 1px solid #f437ff;
}

.btn-togel-fourth {
  color: #ffffff;
  background-color: #f437ff;
  border: 1px solid #f437ff;
}

.btn-togel-fifth {
  color: #fed21e !important;
  background-color: #0f5c4c !important;
  border: 2px solid #2db297;
}

.btn-togel-sixth {
  color: #ffffff !important;
  background-color: #0f5c4c;
}

.btn:hover {
  color: #ffffff;
  opacity: 0.85;
  transform: scale(1.05);
  transition: transform 0.01s;
}

a {
  color: #ffffff;
}

.img-deposit-reminder {
  margin-bottom: 20px;
  max-width: 50%;
}

.faq-page.mobile tr {
  background: linear-gradient(#f437ff, #311432);
}

.border-color {
  border: 1px solid #311432;
}

.collapse-faq {
  border: 1px solid #311432;
  padding-right: 2rem;
  background-image: linear-gradient(to bottom, #1f2c23, #111111);
}

.table-dark {
  color: #fff;
  background: linear-gradient(#650a76, #311432) !important;
}
.table-dark .text-secondary {
  color: #8f8f8f !important;
}

.table-dark thead tr {
  color: #fff;
  background: linear-gradient(to bottom, #650a76, #311432) !important;
}

.table-dark tr:nth-child(odd) {
  color: #fff;
  background-color: #6b0e70 !important;
}

.notification-detail-page img {
  max-width: 80%;
  max-height: 80%;
}

.message .text-area img {
  width: 100% !important;
}

.mobile.mobile-deposit-reminder {
  position: relative;
  font-size: 9px;
  top: -25vh;
  max-height: 25vh;
}
.mobile.mobile-deposit-reminder .sections {
  position: relative;
  top: -32vh;
  right: 25%;
}
@media (min-width: 601px) {
  .mobile.mobile-deposit-reminder {
    font-size: 16px;
  }
  .mobile.mobile-deposit-reminder .sections {
    top: -48vh;
  }
}
@media (min-width: 768px) {
  .mobile.mobile-deposit-reminder {
    top: -30vh;
  }
  .mobile.mobile-deposit-reminder .sections {
    top: -48vh;
  }
}
@media (min-width: 768px) and (max-height: 1280px) {
  .mobile.mobile-deposit-reminder {
    top: -25vh;
  }
  .mobile.mobile-deposit-reminder .sections {
    top: -48vh;
  }
}

.deposit-reminder .button-area {
  font-size: 13px;
  position: relative;
}
@media (max-width: 550px) {
  .deposit-reminder .button-area {
    padding-top: 2vh;
  }
}
@media (min-width: 768px) {
  .deposit-reminder .button-area {
    width: 330px;
    font-size: 17px;
    left: 0px;
    top: 90px;
  }
}

.maintenance-text {
  margin-top: 155px;
  margin-right: 20px;
  font-size: 9px;
  width: 130px;
}
.maintenance-text p {
  margin-bottom: 0.5rem;
}

@media (min-width: 360px) {
  .maintenance-text {
    margin-top: 178px;
    margin-right: 42px;
  }
}
@media (min-width: 385px) {
  .maintenance-text {
    margin-top: 182px;
    margin-right: 50px;
  }
}
@media (min-width: 601px) {
  .maintenance-text {
    margin-top: 100px;
    margin-right: 65px;
  }
}
@media (min-width: 686px) {
  .maintenance-text {
    margin-right: 86px;
  }
}
@media (min-width: 768px) {
  .maintenance-text {
    margin-right: 81px;
    font-size: 10px;
    width: 177px;
  }
}
@media (min-width: 854px) {
  .maintenance-text {
    margin-top: 96px;
    margin-right: 87px;
  }
}
@media (min-width: 1007px) {
  .maintenance-text {
    margin-right: 111px;
  }
}
