@font-face {
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v26/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40eiNxw.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v26/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50eiNxw.woff2)
    format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v26/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eg.woff2)
    format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}

@import url("https://fonts.cdnfonts.com/css/muli");

h1,
h2,
h3,
h4,
h5,
h6,
a,
button.btn-theme,
.btn.btn-theme,
span,
.date,
p,
.copyright,
li,
thead,
tbody,
.row {
  font-family: Muli !important;
}

body {
  background-attachment: fixed !important;
  background-size: cover !important;
  background: url("https://hotdepo2.pages.dev/theme/bg-desktop-hotdepo.webp")
    top/100% no-repeat fixed #d11a1f !important;
}

.formSubmitButtonErrorsWrap {
  position: relative;
  align-items: center;
}

#register-form button#sendform {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 73%;
  z-index: -1;
  text-transform: uppercase;
  height: 50px;
  border-radius: 15px !important;
  background: gold;
  text-shadow: 1px 1px 0px black;
  text-align: center;
  color: #ffffff;
  padding: 10px 26px 10px 26px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: bold;
  box-shadow: none;
  opacity: 1 !important;
  animation: borderAnimation 2s ease-in-out infinite;
}
#register-form button#sendform:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 300%;
  z-index: -1;
  filter: blur(0px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 1;
  transition: opacity 0.1s;
  border-radius: 15px;
  border: 1px solid gold;
  box-shadow: 0px 0px 3px 2px #000000;
}

.navbar-fixed-top .navbar-header .navbar-brand {
  background: url("https://hotdepo2.pages.dev/logo-3.png") no-repeat !important;
  background-size: 210px 63px !important;
  margin-top: 3px !important;
}
.rounded {
  border-radius: 15px !important;
  overflow: hidden;
}
.rtp {
  position: fixed;
  bottom: 40px;
  left: 5px;
  z-index: 100;
}
.bank-status-blink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Muli";
  margin: 0px !important;
}
.bank-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.dp_barcode img:hover {
  transform: scale(2) translateX(30px) translateY(-28px);
}
.dp_barcode img {
  transition: all 1s ease;
}
.w-100 {
  width: 100%;
  height: auto !important;
}
.mdlcenter {
  transform: translateY(50%) !important;
}
.modal-dialog {
  margin-top: 50% !important;
  transform: translateY(-100%) !important;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
  background: none;
}
.modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
  transform: translateY(-50%);
}
.ads-container {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.ads-container img {
  border-radius: 5px;
  border: 1px solid #fff;
  width: 100%;
}
.blink {
  text-decoration: blink;
  font-weight: bold;
}
.cycle-slideshow img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.text-regis {
  animation: blink 1.2s step-start infinite;
  transition: opacity 0.3s ease;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tickercontainer {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.tickercontainer .masking {
  position: relative;
  left: 0px;
  width: 100%;
  height: 35px;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin-top: 7px;
  padding: 0px;
}
ul.newsticker li {
  float: left;
  margin: 0px;
  padding: 0px;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0px;
  margin: 0 45px 0 0;
  color: #717171;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}

.btn-group.with-heading.circle-navigation,
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(93),
.scroll-top > a,
.wcover {
  display: none;
}

.bank,
.bottomnv .blacktp,
.box-middle,
.post-card3-link,
.scroll-top > a,
element.style {
  text-align: center;
}

.bottomnv li a,
.bottomnv_active,
.info-alternatif {
  text-transform: uppercase;
}

.animation,
.bottomnv .blacktp,
figure {
  overflow: hidden;
}

.section .container {
  background-color: transparent !important;
  background: #910103d4 !important;
  box-shadow: rgb(0 0 0 / 100%) 0 32px 62px -2px,
    rgb(0 0 0 / 100%) 0 30px 32px -3px;
}

.bankscroll .bank {
  padding: 0px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}

.bank {
  width: 145px;
  height: 74px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0;
  border-radius: 0;
}

#bank.section .container {
  background: #910203;
}

.navbar-fixed-top {
  background-color: transparent;
  box-shadow: none !important;
  background: url("https://hotdepo2.pages.dev/theme/navbar-fixed-top.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
  margin-bottom: 0px !important;
}

.navbar-fixed-top .container {
  background-color: transparent !important;
}

.navbar-collapse .row .col-sm-7 {
  margin-left: 150px !important;
}

ul.newsticker > li > a {
  color: #fff;
  text-shadow: 0 0 10px #ff0;
}

.buttonagenbola {
  border-radius: 0 18px !important;
}

.blog-sidebar .results {
  border-radius: 0 23px !important;
  padding: 16px !important;
}
.blog-sidebar .results {
  background: #3b0709;
  background-image: -moz-linear-gradient(top, #3b0709 0%, #3b0709 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #3b0709),
    color-stop(100%, #3b0709)
  );
  background-image: -webkit-linear-gradient(top, #3b0709 0%, #3b0709 100%);
  background-image: -o-linear-gradient(top, #3b0709 0%, #3b0709 100%);
  background-image: linear-gradient(top, #3b0709 0%, #3b0709 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b0709', endColorstr='#3b0709',GradientType=0 );
  margin-bottom: 15px;
  color: #ffffff;
  border: 1px solid #ec1d23;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.results > h4 > i {
  color: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-text-fill-color: transparent;
}
.results h4 {
  color: #ffffff;
}
.results-detail {
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 1);
  border: 1px solid #ec1d23;
  padding: 5px 15px;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.news-detail {
  width: 100%;
  height: 143px;
  display: inline-block;
  background: rgba(0, 0, 0, 1);
  border: 1px solid #ec1d23;
  padding: 5px 15px;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.results-pool {
  font-size: 15px;
  float: left !important;
  color: #fff;
}
.results-number {
  font-size: 16px;
  font-weight: bold;
  float: right !important;
  color: #ffae00;
}
.latest-news {
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}
.latest-news > a {
  color: #fff;
}
.latest-news > a:hover {
  text-decoration: underline;
}
.latest-news .dates {
  font-size: 12px;
  color: #ffae00;
}
.wcover {
  width: 650px;
  background: #000 !important;
  color: #efefef;
  padding: 10px;
  box-shadow: rgb(255 51 51 / 90%) 0 6px 12px -2px,
    rgb(255 0 0 / 90%) 0 3px 7px -3px;
  border-radius: 10px;
}

.btn-menu,
.btn-menu a,
.btn-menu i,
.btn-menu:hover,
.linkalte:visited,
.social ul li:hover a,
a.btn-menu,
footer#footer .footer-main .widget a:hover {
  color: #fff;
}

.slider #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(218 65 65 / 20%);
  z-index: 1000;
  display: none;
}

.btn.btn-small,
button.btn-small {
  background: #ba1a1a !important;
  background: linear-gradient(to bottom, #ef9898cc 0, #ba1a1a 100%) !important;
}

form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e63030;
  border-radius: 18px 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn-menu {
  border: none;
  outline: 0;
  background: #630003;
  cursor: pointer;
  position: relative;
  z-index: 5;
  font-size: 12px;
  margin: 15px 0;
  padding: 8px 12px;
  border-radius: 5px;
  letter-spacing: 2px;
  font-weight: bolder;
}

.btn-menu:after,
.btn-menu:before {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 10px;
}

.btn-menu:before {
  background: linear-gradient(
    45deg,
    red,
    #fffb00,
    red,
    #fffb00,
    red,
    #fffb00,
    red
  );
  top: -2px;
  left: -2px;
  background-size: 300%;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: 20s linear infinite glowing;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.btn-menu:after {
  width: 100%;
  height: 100%;
  background: #620404;
  color: #fff;
  left: 0;
  top: 0;
}

.hotdepo,
.btn.btn-theme,
.button.btn-theme {
  outline: 0;
  z-index: 5;
  letter-spacing: 2px;
  font-weight: bolder;
  font-size: 13px;
  cursor: pointer;
}

.btn.btn-theme,
.button.btn-theme {
  border: none;
  color: #000;
  position: relative;
  margin: 5px 0;
  padding: 8px 12px;
  border-radius: 18px 0;
}

.hotdepo:before,
.btn.btn-theme:before,
.button.btn-theme {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  filter: blur(0px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: 10s linear infinite glowing;
  transition: opacity 0.1s;
  content: "";
}

.hover14 .play_btn,
figure {
  margin: 0;
}

.btn.btn-theme:before,
.button.btn-theme {
  background: linear-gradient(90deg, red, #fffb00, red);
  background-size: 300%;
  opacity: 1;
  border-radius: 18px 0;
}

.hotdepo:after,
.btn.btn-theme:after,
.button.btn-theme {
  background: 0 0;
}

.btn.btn-theme:hover,
.button.btn-theme {
  border: 3px solid red;
  background: linear-gradient(to bottom, #ec1d23 0, #3d0709 100%);
  color: #fff;
  animation: 10s linear infinite glowing;
}

.hotdepo {
  border: none;
  color: rgb(255 255 255);
  position: relative;
  padding: 8px 11px;
  border-radius: 0 18px;
}

.hotdepo:before {
  background: linear-gradient(277deg, #eb000b, #560000, #ff0200, #ff0200);
  background-size: 300%;
  opacity: 0;
  opacity: 1;
  border-radius: 0 18px;
}

.hotdepo:hover {
  color: #fff;
  text-decoration: none;
}

@keyframes glowing {
  0%,
  100% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }
}

.box-middle {
  padding: 0;
  border: 2px groove #dbaf4c;
  margin: 14px 5px 15px;
  max-width: 267px;
  display: inline-block;
}

.post-card3 {
  position: relative;
  transition: 0.3s;
  border-radius: 10px;
}

.post-card3:hover {
  transform: scale(1.05);
  z-index: 10;
}

.post-card3 img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.post-card3 a,
.post-card3 a:hover {
  text-decoration: none;
  color: #f1f1f1;
}

.post-card3 .post-overlay {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.post-card3-link {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.5s;
  opacity: 0;
  color: #fff;
  font-size: 17px;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  font-family: Helvetica, sans-serif;
}

.post-card3:hover .post-card3-link {
  opacity: 1;
}

.box_rwo {
  background: url("https://hotdepo2.pages.dev/theme/box_rwo.webp") no-repeat !important;
  padding: 11px 5px 5px;
  margin: 10px auto auto;
  height: 84px;
  width: 838px;
  border-radius: 6px;
}

.one_Deposit {
  width: 23.4%;
  display: inline-block;
}

.classisp {
  margin: 0 0 10px 7px;
}

figure:hover + span {
  bottom: -36px;
  opacity: 1;
}

.hover14 figure {
  position: absolute;
  margin-left: 28px;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14:hover figure::before {
  -webkit-animation: 0.75s shine;
  animation: 0.75s shine;
}

.hover14:hover .play_btn a.play-now {
  background: linear-gradient(to bottom, #008ac6 0, #00a3d1 50%, #0090c9 100%)
    rgba(0, 0, 0, 0);
  display: block;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.scroll-top > a:hover {
  background-color: #3c3c3c !important;
}

.scroll-top > a {
  z-index: 99;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slot-games,
.casino-games {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.offline,
.online,
.trouble {
  margin-top: 0;
  margin-left: 0;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-wrapper .owl-item .bank div {
  width: 168px;
  height: 93px;
  background: url("https://hotdepo2.pages.dev/bank/bank-off.gif") no-repeat;
}

.owl-wrapper .owl-item .bank .online.bca {
  background: url("https://hotdepo2.pages.dev/bank/online-bca.gif") no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.mandiri {
  background: url("https://hotdepo2.pages.dev/bank/online-mandiri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bri {
  background: url("https://hotdepo2.pages.dev/bank/online-bri.gif") no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bni {
  background: url("https://hotdepo2.pages.dev/bank/online-bni.gif") no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.danamon {
  background: url("https://hotdepo2.pages.dev/bank/online-danamon.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.cimb {
  background: url("https://hotdepo2.pages.dev/bank/online-cimb.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bii,
.owl-wrapper .owl-item .bank .online.maybank {
  background: url("https://hotdepo2.pages.dev/bank/online-maybank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.permata {
  background: url("https://hotdepo2.pages.dev/bank/online-permata.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.ovo {
  background: url("https://hotdepo2.pages.dev/bank/online-ovo.gif") no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.gopay {
  background: url("https://hotdepo2.pages.dev/bank/online-gopay.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.ocbc {
  background: url("https://hotdepo2.pages.dev/bank/online-ocbc.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.papua {
  background: url("https://hotdepo2.pages.dev/bank/online-papua.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.seabank {
  background: url("https://hotdepo2.pages.dev/bank/online-seabank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.dana {
  background: url("https://hotdepo2.pages.dev/bank/online-dana.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.linkaja {
  background: url("https://hotdepo2.pages.dev/bank/online-linkaja.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bsi {
  background: url("https://hotdepo2.pages.dev/bank/online-bsi.gif") no-repeat !important;
}

.owl-wrapper .bank .online.bank_neo {
  background: url("https://hotdepo2.pages.dev/bank/online-neo.gif") no-repeat !important;
}

.owl-wrapper .bank .online.bank_papua {
  background: url("https://hotdepo2.pages.dev/bank/offline-papua.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.ocbc {
  background: url("https://hotdepo2.pages.dev/bank/offline-ocbc.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bca {
  background: url("https://hotdepo2.pages.dev/bank/offline-bca.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.mandiri {
  background: url("https://hotdepo2.pages.dev/bank/offline-mandiri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bri {
  background: url("https://hotdepo2.pages.dev/bank/offline-bri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bni {
  background: url("https://hotdepo2.pages.dev/bank/offline-bni.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.danamon {
  background: url("https://hotdepo2.pages.dev/bank/offline-danamon.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.cimb {
  background: url("https://hotdepo2.pages.dev/bank/offline-cimb.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bii {
  background: url("https://hotdepo2.pages.dev/bank/offline-maybank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.permata {
  background: url("https://hotdepo2.pages.dev/bank/offline-permata.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.ovo {
  background: url("https://hotdepo2.pages.dev/bank/offline-ovo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.gopay {
  background: url("https://hotdepo2.pages.dev/bank/offline-gopay.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.dana {
  background: url("https://hotdepo2.pages.dev/bank/offline-dana.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.linkaja {
  background: url("https://hotdepo2.pages.dev/bank/offline-linkaja.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bsi {
  background: url("https://hotdepo2.pages.dev/bank/offline-bsi.gif")
    no-repeat !important;
}

.owl-wrapper .bank .offline.neo {
  background: url("https://hotdepo2.pages.dev/bank/offline-neo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.ocbc {
  background: url("https://hotdepo2.pages.dev/bank/offline-ocbc.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bca {
  background: url("https://hotdepo2.pages.dev/bank/trouble-bca.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.mandiri {
  background: url("https://hotdepo2.pages.dev/bank/trouble-mandiri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bri {
  background: url("https://hotdepo2.pages.dev/bank/trouble-bri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bni {
  background: url("https://hotdepo2.pages.dev/bank/trouble-bni.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.danamon {
  background: url("https://hotdepo2.pages.dev/bank/trouble-danamon.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.cimb {
  background: url("https://hotdepo2.pages.dev/bank/trouble-cimb.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bii,
.owl-wrapper .owl-item .bank .trouble.maybank {
  background: url("https://hotdepo2.pages.dev/bank/trouble-maybank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.ovo {
  background: url("https://hotdepo2.pages.dev/bank/trouble-ovo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.gopay {
  background: url("https://hotdepo2.pages.dev/bank/trouble-gopay.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.dana {
  background: url("https://hotdepo2.pages.dev/bank/trouble-dana.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.linkaja {
  background: url("https://hotdepo2.pages.dev/bank/trouble-linkaja.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bsi {
  background: url("https://hotdepo2.pages.dev/bank/trouble-bsi.gif")
    no-repeat !important;
}

.owl-wrapper .bank .trouble.neo {
  background: url("https://hotdepo2.pages.dev/bank/trouble-neo.gif")
    no-repeat !important;
}

.animatedcolor,
.animatedcolor i {
  -webkit-animation: 1s infinite color-change;
  -moz-animation: 1s infinite color-change;
  -o-animation: 1s infinite color-change;
  -ms-animation: color-change 1s infinite;
  animation: 1s infinite color-change;
}

@-webkit-keyframes color-change {
  0%,
  100% {
    color: red;
    text-shadow: 0;
  }

  20% {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
    -webkit-text-fill-color: white;
  }
}

@-moz-keyframes color-change {
  0%,
  100% {
    color: red;
    text-shadow: 0;
  }

  20% {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
    -webkit-text-fill-color: white;
  }
}

@-ms-keyframes color-change {
  0%,
  100% {
    color: red;
    text-shadow: 0;
  }

  20% {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
    -webkit-text-fill-color: white;
  }
}

@-o-keyframes color-change {
  0%,
  100% {
    color: red;
    text-shadow: 0;
  }

  20% {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
    -webkit-text-fill-color: white;
  }
}

@keyframes color-change {
  0%,
  100% {
    color: red;
    text-shadow: 0;
  }

  20% {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
    -webkit-text-fill-color: white;
  }
}

.blog-sidebar .nav.menu > li > a {
  border-bottom: 1px solid red;
  color: #fff;
}
.blog-sidebar .nav.menu > li > a {
  padding: 8px 15px;
  background: linear-gradient(to bottom, #410303 0%, #750404 100%);
  box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.2) !important;
  border-right: 6px solid #ff0000;
  border-left: 4px solid #ff0000;
  border-bottom: 1px solid #ff0000 !important;
  border-top: 1px solid #ff0000 !important;
  margin-bottom: 8px !important;
  border-radius: 35px !important;
  width: 255px;
  line-height: 25px;
  font-size: 17px !important;
}
.blog-sidebar .nav.menu li i {
  color: #fff !important;
}
.btn-menu:after {
  background: linear-gradient(to bottom, #410303 0%, #750404 100%) !important;
  box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 35px !important;
  border-right: 6px solid #ff0000;
  border-left: 4px solid #ff0000;
  border-bottom: 1px solid #ff0000 !important;
  border-top: 1px solid #ff0000 !important;
}
.blog-sidebar .nav.menu > li > a:hover,
a:active,
a:focus {
  color: #f3efef;
  background: #750a0ad6;
}
.blog-sidebar .nav.menu > li > a > i {
  padding-right: 10px;
  color: #ec1d23;
  background: -webkit-linear-gradient(#ec1d23, #ec1d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-sidebar .nav.menu > li > a:hover > i {
  color: #fff;
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-detail {
  height: auto;
}

.bottomnv li {
  display: inline-block;
  list-style-type: none;
}

.bottomnv li a {
  display: block;
  background: linear-gradient(to right, #a80000 0, #f20f0f 50%, #8b0303 100%);
  border-radius: 10px;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 11px;
}

.bottomnv_active {
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
  border-left: none;
  border-right: none;
  color: #fff !important;
}

a {
  color: gold;
  text-decoration: none;
}

element.style {
  float: left;
  margin: 10px 5px 5px;
}

.col-lg-102,
.col-xs-102 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-offset-125 {
  margin-left: 13.33333333%;
}

.col-sm-offset-125 {
  margin-left: 10.333333%;
}

.yellowfoot {
  width: auto;
  padding: 0;
}

.bottomnv .blacktp {
  list-style-type: none;
  width: 100%;
  margin: auto;
  padding-right: 55px;
}

.blog-posts ol,
ul {
  color: #fff;
  line-height: 20px;
  padding: 0 25px;
  font-weight: 300;
}

.item.bank {
  box-shadow: none !important;
}

@media screen and (min-width: 350px) {
  .bank {
    width: 100 !important;
    background-color: #fff0;
    box-shadow: none;
    height: 30px;
    border-radius: 6px;
  }
}

.owl-carousel.bankscroll {
  margin-top: -50px;
}

.bank img:last-child {
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:first-child {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-90.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-89.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-88.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-87.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(5) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-86.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(6) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-85.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(7) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-84.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(8) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-83.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(9) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-82.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(10) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-81.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(11) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-80.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(12) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-79.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(13) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-78.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(14) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-77.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(15) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-76.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(16) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-75.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(17) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-74.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(18) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-73.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(19) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-72.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(20) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-71.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(21) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-70.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(22) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-69.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(23) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-68.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(24) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-67.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(25) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-66.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(26) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-65.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(27) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-64.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(28) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-63.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(29) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-62.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(30) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-61.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(31) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-60.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(32) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-58.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(33) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-58.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(34) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-57.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(35) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-56.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(36) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-55.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(37),
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(39) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-37-39.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(38) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-54.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(40) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-53.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(41) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-52.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(42) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-51.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(43) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-50.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(44) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-49.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(45) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-48.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(46) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-47.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(47) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-46.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(48) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-45.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(49) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-44.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(50) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-43.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(51) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-42.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(52) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-41.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(53) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-40.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(54) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-92.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(55) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-38.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(56) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-92.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(57) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-36.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(58) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-35.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(59) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-34.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(60) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-33.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(61) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-32.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(62) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-31.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(63) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-30.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(64) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-29.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(65) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-28.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(66) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-27.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(67) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-26.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(68) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-25.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(69) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-24.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(70) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-23.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(71) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-22.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(72) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-21.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(73) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-20.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(74) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-19.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(75) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-18.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(76) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-17.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(77) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-16.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(78) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-15.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(79) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-14.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(80) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-13.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(81) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-12.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(82) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-10.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(83) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-10.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(84) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-9.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(85) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-8.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(86) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-7.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(87) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-6.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(88) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-5.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(89) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-4.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(90) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-3.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(91) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-2.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(92) {
  content: url("https://hotdepo2.pages.dev/gameicon/gameicon-1.webp") !important;
}

.article-games h1 {
  font-size: 30px;
  text-shadow: 0 0 10px #8b0404;
  font-weight: 700;
  text-align: center;
}

.hotdepo-table {
  margin-bottom: 15px;
  margin-top: 5px;
}

.hotdepotogel-table {
  border: 1px solid gold;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 4px;
  max-width: 824px;
  margin: auto;
  width: 100%;
}

table.hotdepotogel-table td {
  background: #910203;
  font-size: 13px;
  color: #fff;
  padding: 5px;
  background-color: none;
  text-align: left;
  border: 1px solid gold;
  border-radius: 5px;
  line-height: 15px;
}

table.hotdepotogel-table thead {
  font-size: 15px;
  text-align: center;
  background: radial-gradient(
    circle 214px at 46.5% 54.2%,
    #6e0000 0,
    #600000 96%
  );
  color: #fff;
  line-height: 33px;
}

.animation {
  height: 50px;
  margin-left: 1rem;
}

.animation > div > div {
  padding: 0.25rem 0.75rem;
  height: 2.81rem;
  margin-bottom: 2.81rem;
  display: inline-block;
}

.animation div:first-child {
  animation: 8s infinite text-animation;
}

.casino-games {
  align-self: auto;
}

.daftar-casino-games,
.daftar-slot-hotdepotogel {
  margin: 7px;
  border: 1px solid gold;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  animation: 2s infinite alternate shadow;
}

.daftar-slot-hotdepotogel img {
  border-radius: 10px;
}

.daftar-slot-hotdepotogel:hover {
  opacity: 0.3;
}

@keyframes shadow {
  0% {
    box-shadow: inset 20px -14px 20px gold;
  }

  100% {
    box-shadow: inset 20px -20px 20px red;
  }
}

.link-alternatif-desktop-terbaik {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  margin: 30px auto;
}

.link-alternatif11,
.link-alternatif12,
.link-alternatif13 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 0;
  border-radius: 10px;
  background: url("https://hotdepo2.pages.dev/theme/link-alternatif-bg.webp")
    0 0/100%;
  align-items: flex-end;
  text-align: right;
  width: 250px;
  height: 73px;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  color: gold;
  font-weight: 700 !important;
}

.alternatif-dasar {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.info-alternatif {
  border-top: 1px solid gold;
  margin-top: 4px;
  padding-top: 3px;
  font-size: 13px;
  color: #fff;
  font-family: helvetica;
  text-shadow: 0 2px 1px #333;
}

a.link-alternatif11:hover,
a.link-alternatif12:hover,
a.link-alternatif13:hover {
  text-decoration: none;
  color: #000;
}

.container-footer-bawah {
  max-width: 700px;
  margin: 25px auto;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 9;
}

.background-image {
  width: 100%;
  display: block;
  position: sticky;
  z-index: 2;
}

.top-image {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-35%, -50%);
  animation: 20s linear infinite marqueeAnimation;
  z-index: 0;
  height: 57%;
  background: 0 0;
}

@keyframes marqueeAnimation {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.linkalte:hover {
  color: #717171;
}

.linkalte {
  text-decoration: none;
  color: #fff;
  font-family: arial;
  font-weight: 700;
}

#fl_menu {
  position: fixed;
  top: 57px;
  right: 0;
  z-index: 99;
  width: 180px;
  height: 42px;
  display: block;
  overflow: visible;
  height: 0.5s;
}

#fl_menu:hover {
  height: 190px;
}

.menuaa {
  width: 185px;
  background: rgba(0, 0, 0, 0.6);
}

.menu_item {
  display: block;
  background: #f647472e;
  color: #030;
  border-top: 0;
  border-color: #d9aa0c;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  width: 179px;
  border-bottom: 1px solid #f03434;
}

.menu_item:hover {
  background: rgba(0, 40, 65, 0.5);
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #fl_menu {
    display: none;
  }
}

.menuaa table,
.menuaa table tbody tr td {
  border: 0;
}

.social {
  left: 0;
  width: 0;
  position: fixed;
  top: 110px;
  z-index: 9999999999;
}

.social ul {
  padding: 0;
  -webkit-transform: translate(-130px, 0);
  -moz-transform: translate(-130px, 0);
  -ms-transform: translate(-130px, 0);
  -o-transform: translate(-130px, 0);
  transform: translate(-130px, 0);
}

.social ul li {
  display: block;
  margin: 6px 6px 6px 0;
  background: rgba(0, 0, 0, 0.86);
  width: 189px;
  text-align: right;
  padding: 4px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  height: 53px;
  border: 2px groove #e70a0a;
}

.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(95, 95, 95, 0.7);
}

.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.86);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

footer#footer {
  background: linear-gradient(180deg, #960103 41%, rgb(6 0 0) 98%) !important;
  border-top: 10px solid #231708;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  box-shadow: rgb(0 0 0 / 100%) 0 32px 62px -2px,
    rgb(0 0 0 / 100%) 0 30px 32px -3px;
}

footer#footer .footer-bottom {
  padding: 20px 0;
  background-color: #91010300;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}

.bottomnv {
  width: auto;
  margin-bottom: -26px;
  text-align: center;
}

#slide-left1 {
  position: fixed;
  top: 110px;
  background: linear-gradient(
    149deg,
    rgb(0 0 0) -5%,
    rgb(129 0 0) 27%,
    rgba(140, 0, 0, 1) 39%,
    rgba(129, 0, 0, 1) 63%,
    rgba(130, 11, 11, 1) 80%,
    rgb(47 0 0) 98%
  );
  z-index: 999;
  width: 180px;
  left: -180px;
  min-height: 180px;
  text-align: center;
  transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -webkit-transition: left 0.4s ease-in-out;
  border-radius: 0px 12px 32px 0;
  border: 1px solid gold;
}
#toggle-left1 {
  font-size: 20px;
  position: absolute;
  z-index: 99999;
  left: 180px;
  text-align: center;
  cursor: pointer;
}
.card-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.card-img {
  width: 150px;
  height: auto;
  margin-bottom: 5px;
  margin-left: 20px;
}
.hours {
  margin: 20px;
}
.img-kontak {
  width: 50px;
  margin: 10px;
  padding-bottom: 9px;
  border-bottom: 5px double gold;
}
.img-kontak:hover {
  border-bottom: 5px double rgb(255, 0, 0);
}

.bungkus-jackpot1 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background: url("https://hotdepo2.pages.dev/theme/progresif-jackpot1.gif")
    center;
  background-size: 100%;
  width: 100%;
  margin-bottom: 5em;
}
.bungkus-jackpot1 .progresif-jackpot {
  font-size: 50px;
  font-weight: bold;
  padding: 19px;
  border-radius: 5px;
  text-align: center;
  color: gold;
  width: 100%;
  margin: 24px auto;
}
.bungkus-jackpot1 .progresif-jackpot span {
  color: white;
  margin-right: 15px;
}
.wrapper-category {
  background: none !important;
}
.wrapper-category .btn-cat-spesial,
.wrapper-category .btn-cat-provider {
  background-color: #3e3d3d !important;
  border-radius: 18px 0 !important;
  margin: 0 15px !important;
}
.search-results {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  margin-top: 50px !important;
}
.search-results .panel-heading {
  padding: 0px 15px !important;
  margin-top: -42px !important;
}
.search-results .panel-heading .wimage {
  border-radius: 0px !important;
}
.col-md-12 h3.uppercase.no-top-margin {
  display: flex !important;
  gap: 1rem;
}
.col-md-12 h3.uppercase.no-top-margin strong {
  display: block !important;
}
