@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");

@font-face {
  font-family: Muli;
  src: url("https://hotdepo.space/assets/fonts/Muli.ttf");
  font-display: swap;
}

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.body-desktop,
body {
  background: url("https://hotdepo-space.pages.dev/theme/bg-desktop-hotdepo.webp")
    top / 100% no-repeat fixed #d11a1f !important;
  background-image: url("https://hotdepo-space.pages.dev/theme/bg-desktop-hotdepo.webp") !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.formSubmitButtonErrorsWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#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://hotdepo-space.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;
}
#myModal .modal-header {
  border-bottom: none !important;
}
#myModal .modal-content {
  background-color: transparent !important;
}
.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;
  animation-name: blinker;
  -webkit-animation-name: blinker;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.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://hotdepo-space.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 .input-group,
.navbar .form-group .form-control,
.form-group .form-control,
form .form-control {
  border-radius: 18px 0 !important;
  border-top-left-radius: 18px !important;
  border-bottom-right-radius: 18px !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-width: 3px !important;
  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://hotdepo-space.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://hotdepo-space.pages.dev/bank/bank-off.gif") no-repeat;
}

.owl-wrapper .owl-item .bank .online.bca {
  background: url("https://hotdepo-space.pages.dev/bank/online-bca.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.mandiri {
  background: url("https://hotdepo-space.pages.dev/bank/online-mandiri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bri {
  background: url("https://hotdepo-space.pages.dev/bank/online-bri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bni {
  background: url("https://hotdepo-space.pages.dev/bank/online-bni.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.danamon {
  background: url("https://hotdepo-space.pages.dev/bank/online-danamon.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.cimb {
  background: url("https://hotdepo-space.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://hotdepo-space.pages.dev/bank/online-maybank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.permata {
  background: url("https://hotdepo-space.pages.dev/bank/online-permata.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.ovo {
  background: url("https://hotdepo-space.pages.dev/bank/online-ovo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.gopay {
  background: url("https://hotdepo-space.pages.dev/bank/online-gopay.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.ocbc {
  background: url("https://hotdepo-space.pages.dev/bank/online-ocbc.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.papua {
  background: url("https://hotdepo-space.pages.dev/bank/online-papua.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.seabank {
  background: url("https://hotdepo-space.pages.dev/bank/online-seabank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.dana {
  background: url("https://hotdepo-space.pages.dev/bank/online-dana.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.linkaja {
  background: url("https://hotdepo-space.pages.dev/bank/online-linkaja.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .online.bsi {
  background: url("https://hotdepo-space.pages.dev/bank/online-bsi.gif")
    no-repeat !important;
}

.owl-wrapper .bank .online.bank_neo {
  background: url("https://hotdepo-space.pages.dev/bank/online-neo.gif")
    no-repeat !important;
}

.owl-wrapper .bank .online.bank_papua {
  background: url("https://hotdepo-space.pages.dev/bank/bank-off.gif") no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.ocbc {
  background: url("https://hotdepo-space.pages.dev/bank/offline-ocbc.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bca {
  background: url("https://hotdepo-space.pages.dev/bank/offline-bca.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.mandiri {
  background: url("https://hotdepo-space.pages.dev/bank/offline-mandiri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bri {
  background: url("https://hotdepo-space.pages.dev/bank/offline-bri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bni {
  background: url("https://hotdepo-space.pages.dev/bank/offline-bni.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.danamon {
  background: url("https://hotdepo-space.pages.dev/bank/offline-danamon.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.cimb {
  background: url("https://hotdepo-space.pages.dev/bank/offline-cimb.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bii {
  background: url("https://hotdepo-space.pages.dev/bank/offline-maybank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.permata {
  background: url("https://hotdepo-space.pages.dev/bank/offline-permata.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.ovo {
  background: url("https://hotdepo-space.pages.dev/bank/offline-ovo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.gopay {
  background: url("https://hotdepo-space.pages.dev/bank/offline-gopay.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.dana {
  background: url("https://hotdepo-space.pages.dev/bank/offline-dana.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.linkaja {
  background: url("https://hotdepo-space.pages.dev/bank/offline-linkaja.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .offline.bsi {
  background: url("https://hotdepo-space.pages.dev/bank/offline-bsi.gif")
    no-repeat !important;
}

.owl-wrapper .bank .offline.neo {
  background: url("https://hotdepo-space.pages.dev/bank/offline-neo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.ocbc {
  background: url("https://hotdepo-space.pages.dev/bank/offline-ocbc.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bca {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-bca.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.mandiri {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-mandiri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bri {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-bri.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bni {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-bni.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.danamon {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-danamon.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.cimb {
  background: url("https://hotdepo-space.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://hotdepo-space.pages.dev/bank/trouble-maybank.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.ovo {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-ovo.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.gopay {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-gopay.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.dana {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-dana.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.linkaja {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-linkaja.gif")
    no-repeat !important;
}

.owl-wrapper .owl-item .bank .trouble.bsi {
  background: url("https://hotdepo-space.pages.dev/bank/trouble-bsi.gif")
    no-repeat !important;
}

.owl-wrapper .bank .trouble.neo {
  background: url("https://hotdepo-space.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://hotdepo-space.pages.dev/gameicon/gameicon-90.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-89.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-88.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-87.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(5) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-86.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(6) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-85.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(7) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-84.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(8) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-83.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(9) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-82.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(10) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-81.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(11) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-80.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(12) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-79.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(13) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-78.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(14) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-77.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(15) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-76.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(16) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-75.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(17) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-74.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(18) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-73.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(19) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-72.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(20) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-71.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(21) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-70.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(22) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-69.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(23) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-68.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(24) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-67.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(25) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-66.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(26) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-65.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(27) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-64.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(28) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-63.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(29) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-62.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(30) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-61.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(31) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-60.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(32) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-58.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(33) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-58.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(34) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-57.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(35) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-56.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(36) {
  content: url("https://hotdepo-space.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://hotdepo-space.pages.dev/gameicon/gameicon-37-39.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(38) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-54.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(40) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-53.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(41) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-52.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(42) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-51.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(43) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-50.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(44) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-49.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(45) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-48.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(46) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-47.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(47) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-46.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(48) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-45.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(49) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-44.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(50) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-43.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(51) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-42.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(52) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-41.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(53) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-40.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(54) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-92.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(55) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-38.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(56) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-92.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(57) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-36.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(58) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-35.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(59) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-34.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(60) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-33.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(61) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-32.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(62) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-31.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(63) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-30.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(64) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-29.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(65) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-28.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(66) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-27.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(67) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-26.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(68) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-25.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(69) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-24.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(70) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-23.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(71) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-22.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(72) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-21.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(73) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-20.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(74) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-19.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(75) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-18.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(76) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-17.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(77) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-16.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(78) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-15.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(79) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-14.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(80) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-13.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(81) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-12.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(82) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-10.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(83) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-10.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(84) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-9.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(85) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-8.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(86) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-7.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(87) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-6.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(88) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-5.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(89) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-4.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(90) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-3.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(91) {
  content: url("https://hotdepo-space.pages.dev/gameicon/gameicon-2.webp") !important;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(92) {
  content: url("https://hotdepo-space.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://hotdepo-space.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;
  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://hotdepo-space.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;
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
  position: fixed;
  top: -10%;
  z-index: 999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(80px);
  }
}

.snowflake:nth-of-type(0) {
  left: 0%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:first-of-type {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s;
}

/* Slot Page */
.body-before-login .page-loader {
  opacity: 0;
  visibility: hidden;
}
.body-before-login .container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.body-before-login header {
  position: relative;
}
.body-before-login header .garisnav {
  height: 0px !important;
  background-color: transparent !important;
}
.body-before-login header .navbar-expand-lg.navbar-light.warnanya {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 80px;
  height: 80px;
  background: url("https://hotdepo-space.pages.dev/theme/navbar-fixed-top.webp")
    center top / 100% 100% no-repeat !important;
  background-color: transparent !important;
  background-image: url("https://hotdepo-space.pages.dev/theme/navbar-fixed-top.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
  z-index: 9999 !important;
  transition: 0.5s;
  transform: translate3d(0, 0, 0);
}
.body-before-login header .navbar-expand-lg.navbar-light.warnanya > .container {
  width: 1170px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.body-before-login
  header
  .navbar-expand-lg.navbar-light.warnanya
  > .container
  .collapse.navbar-collapse {
  position: relative;
  width: 100% !important;
  padding-right: 0px;
  padding-left: 0px;
}
.body-before-login
  header
  .navbar-expand-lg.navbar-light.warnanya
  .navbar-brand {
  position: relative;
  height: 65px !important;
  padding: 0px 0px !important;
  line-height: 65px !important;
}
.body-before-login
  header
  .navbar-expand-lg.navbar-light.warnanya
  .navbar-brand
  h3 {
  position: relative;
  display: block;
  margin: 0 !important;
  height: 65px;
}
.body-before-login
  header
  .navbar-expand-lg.navbar-light.warnanya
  .navbar-brand
  h3
  img {
  position: relative;
  margin-top: 0px !important;
}
.body-before-login
  header
  .navbar-expand-lg.navbar-light.warnanya
  .col-7.col-sm-7.padding-top-15 {
  position: relative;
  margin-left: 0px !important;
}
.body-before-login
  header
  .navbar-expand-lg.navbar-light.warnanya
  .col-7.col-sm-7.padding-top-15
  .padding-top-bottom-5.contact-header {
  position: relative;
  width: 100%;
  height: 30px;
  gap: 2rem;
}

.body-before-login header form {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  line-height: 40px !important;
}
.body-before-login header form .row {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.body-before-login header form .row .col-3.col-sm-3.no-padding {
  position: relative;
  padding: 0px 15px 0px 0px !important;
  width: 50%;
  max-width: 175px;
}
.body-before-login header form .row .col-5.col-sm-5.no-padding {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  width: 50%;
}
.body-before-login
  header
  form
  .row
  .col-5.col-sm-5.no-padding
  .btn-submit-login,
.body-before-login
  header
  form
  .row
  .col-5.col-sm-5.no-padding
  .btn-submit-register {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px !important;
  line-height: 1.5 !important;
  background: linear-gradient(45deg, red, #fffb00, red);
  color: #000;
  padding: 8px 12px;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
  border: 3px solid red;
  border-radius: 18px 0px !important;
  border-top-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
  font-size: 13px;
  cursor: pointer;
  animation: 10s linear infinite glowing;
  transition: all 0.2s ease-out;
}
.body-before-login
  header
  form
  .row
  .col-5.col-sm-5.no-padding
  .btn-submit-login::before,
.body-before-login
  header
  form
  .row
  .col-5.col-sm-5.no-padding
  .btn-submit-register::before {
  content: "";
  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;
  background: linear-gradient(90deg, red, #fffb00, red);
  background-size: 300%;
  opacity: 1;
  border-radius: 18px 0;
}
.body-before-login
  header
  form
  .row
  .col-5.col-sm-5.no-padding
  .btn-submit-login:hover,
.body-before-login
  header
  form
  .row
  .col-5.col-sm-5.no-padding
  .btn-submit-register:hover {
  color: #ffffff;
  background: #3b0709;
}

.body-before-login header form input#navbar_username,
.body-before-login header form input#navbar_password {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-top-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
  box-shadow: none;
  border: 1px solid #a5a5a5;
  transition: all 0.2s linear;
}
.body-before-login header form .btn-show-pass {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #97999b;
  cursor: pointer;
}

.body-before-login header .navbar-new.navbar-expand-lg.navbar-light {
  background: transparent !important;
}
.body-before-login header .navbar-new.nav-sidebar {
  position: relative;
  width: 1170px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  z-index: 3;
}
.body-before-login header .navbar-new.nav-sidebar .blog-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  margin-top: 140px;
}
.body-before-login
  header
  .navbar-new.nav-sidebar
  .blog-sidebar
  .collapse.navbar-collapse {
  display: block !important;
}
.body-before-login header .navbar-new.nav-sidebar .blog-sidebar .navbar-nav {
  margin-bottom: 15px !important;
}
.body-before-login
  header
  .navbar-new.nav-sidebar
  .blog-sidebar
  .nav.menu
  .nav-item
  .nav-link {
  font-family: Muli !important;
  font-weight: 400 !important;
  text-align: left;
}
.body-before-login
  header
  .navbar-new.nav-sidebar
  .blog-sidebar
  .nav.menu
  .nav-item:hover
  .nav-link,
.body-before-login
  header
  .navbar-new.nav-sidebar
  .blog-sidebar
  .nav.menu
  .nav-item.active
  .nav-link {
  background: #ffffff;
  color: #160958;
}
.body-before-login header .blog-sidebar .sidebar-button {
  margin-bottom: 15px;
}
.body-before-login header .bg-running-text {
  background-color: transparent !important;
  position: relative;
  width: 1170px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.body-before-login header .bg-running-text .row .col-12.col-sm-12 {
  background-color: #3b0709;
}
.body-before-login header .bg-running-text .row .col-12.col-sm-12 .row {
  display: flex;
}
.body-before-login header .bg-running-text .info-label-header-box {
  width: 25%;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-weight: bold;
}
.body-before-login header .bg-running-text .text-info-header {
  width: 75%;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  text-shadow: 0 0 10px #ff0;
}

.body-before-login section.background-image #togel-box {
  position: relative;
  width: 75% !important;
  float: right;
  margin-left: 25%;
  padding-right: 0px;
  padding-left: 0px;
}

.body-before-login section.background-image {
  position: relative;
  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;
  width: 1170px;
  max-width: 1170px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.body-before-login .background-image > .container .container {
  width: 100%;
  max-width: 1140px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
}

.body-before-login .background-image {
  background: url("https://hotdepo-space.pages.dev/theme/bg-desktop-hotdepo.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.body-before-login .container-footer-bawah .background-image {
  background: transparent !important;
}
.body-before-login .alternatif-dasar {
  max-height: 80px;
  overflow: hidden;
}
.body-before-login .footer-bg {
  position: relative;
  background: linear-gradient(180deg, #960103 41%, rgb(6 0 0) 98%) !important;
  box-shadow: rgb(0 0 0 / 100%) 0 32px 62px -2px,
    rgb(0 0 0 / 100%) 0 30px 32px -3px;
  border-top: 10px solid #000000;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-size: 12px;
  width: 1170px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
  z-index: 2;
}
.body-before-login .footer-bg > .container > .row .col-9.col-sm-9,
.body-before-login .footer-bg > .container > .row .col-3.col-sm-3 {
  position: relative;
  width: 100% !important;
}
.body-before-login .footer-bg .link-footer.warnapertama {
  height: auto !important;
  background-color: transparent !important;
  border-top: none !important;
}
.body-before-login .footer-bg .warna-footer {
  height: auto !important;
  background-color: transparent !important;
  border-top: none !important;
}
.body-before-login .footer-bg > .container .col-3.col-sm-3 .row {
  text-align: center;
}
.body-before-login .payment-partners-new {
  width: 1140px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
}
.body-before-login .payment-partners-new .box-bank {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.5%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.body-before-login .payment-partners-new .box-bank .bank-sprite {
  width: 100px;
  height: 30px;
}
.body-before-login .footer-bg .logo-footer-new {
  text-align: center;
  padding-top: 30px;
}

.body-before-login .bg-white {
  background-color: white;
}
.body-before-login .slot-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.body-before-login .slot-content .gameslot-content {
  text-align: center;
  cursor: pointer;
}
.body-before-login .slot-content .gameslot-game {
  position: relative;
  border-radius: 10px;
  border: 2px groove #dbaf4c;
  transition: 0.3s;
}
.body-before-login .slot-content .gameslot-game img {
  width: 100%;
}
.body-before-login .slot-content .gameslot-content:hover .gameslot-game {
  transform: scale(1.05);
  z-index: 10;
}

.body-before-login strong {
  font-weight: bold;
}
.body-before-login .p-relative {
  position: relative;
}

.body-before-login .hotmatch-wrapper {
  background: #fff;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.12),
    -10px 8px 15px rgba(174, 174, 174, 0.12),
    10px 8px 15px rgba(174, 174, 174, 0.12);
  padding: 1.5rem;
  border-radius: 5px;
}
.body-before-login .hotmatch-wrapper .hotmatch-wrapper--head {
  display: flex;
  gap: 10px;
}
.body-before-login .hotmatch-wrapper .hotmatch-wrapper-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.body-before-login .hotmatch-wrapper .hotmatch-wrapper-icon img {
  width: 25px;
}
.body-before-login .hotmatch-wrapper .hotmatch-wrapper-cat--tab {
  display: flex;
  gap: 10px;
}
.body-before-login .hotmatch-wrapper .hotmatch-wrapper-cat--tab .tab__item {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-wrapper-cat--tab
  .tab__item.active {
  color: #fff;
  background: #f17832;
}
.body-before-login .hotmatch-wrapper .hotmatch-card {
  font-size: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f17832;
  gap: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 12px 10px;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--head .league-info {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-card--head
  .league-info
  .league-info--name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-card--head
  .hotmatch-card-promo
  button {
  padding: 5px 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #fb5359 0%, #a50d2c 100%);
  border: 1px solid #f59625;
  text-transform: uppercase;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--head .hotmatch-card-info {
  background: #212732;
  padding: 5px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
}
.body-before-login .hotmatch-wrapper marquee {
  background: #181818;
  font-size: 1rem;
  color: #fff;
  margin-bottom: -5px;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--content {
  padding: 1rem;
  background: url("https://hotdepo.space/assets/img/global/hotmatch/bg-hotmatch.webp");
  background-size: 105%;
  background-position: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--team {
  display: flex;
  justify-content: space-between;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-card--team
  .hotmatch-card--team__item {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-card--team
  .hotmatch-card--team__item
  .team-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--team .team-indicator {
  height: 30px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-card--team
  .team-indicator.team-indicator--home {
  background: #4caf4f;
}
.body-before-login
  .hotmatch-wrapper
  .hotmatch-card--team
  .team-indicator.team-indicator--away {
  background: #fe5b47;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--betting {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 20px;
}
.body-before-login .hotmatch-wrapper .hotmatch-card--betting .odds-button {
  padding: 8px 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #f17832;
  border-radius: 100px;
  flex: 1;
}

.messagebleft-container {
  transition: top 2s, right 2s, bottom 2s, left 2s, opacity 2s;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  min-height: 14px;
  background: linear-gradient(to right, #a80000 0, #410505 50%, #8b0303 100%);
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #070b0e;
  line-height: 22px;
  padding: 18px 24px;
  bottom: -100px;
  top: -100px;
  opacity: 0;
  z-index: 9999;
}

.pool-date,
.pool-name {
  font-size: 8px !important;
}

.messagebleft-container .action {
  background: inherit;
  display: inline-block;
  font-size: inherit;
  text-transform: uppercase;
  color: #4caf50;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: min-content;
  cursor: pointer;
}

@media (min-width: 640px) {
  .messagebleft-container {
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px;
  }
}

.messagebleft-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.messagebleft-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}

.messagebleft-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}

.messagebleft-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}

.messagebleft-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.messagebleft-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {
  .messagebleft-container {
    left: 0;
    right: 0;
    width: 100%;
  }

  .messagebleft-pos.bottom-center,
  .messagebleft-pos.top-center {
    left: 0;
    transform: none;
  }
}

.button-red {
  border-radius: 20px;
}
