.container {
    width: 1080px!important;
    margin: 0 auto;
}

.line {
  border: .5px solid #ffffff;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.line-dotted {
  border: .5px dotted #000000;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.line-black {
  border: .5px solid #8d8d8d;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.line-hr {
    border-top: 1px solid #ffffff;
}

.btn-center {
    position: absolute;
    right: 50rem;
    left: 47rem;
}

.content,
.content-footer {
    width: 996px;
    margin: 0 auto;
    text-align: left;
}
.content-footer {
  font-size: 12px;
  color: #fff;
  font-family: 'Tahoma',sans-serif;
}
element.style {}

a:hover,
a:active {
    text-decoration: none!important;
    color: #ffdb00;
}

.header-clear {
    clear: both;
    height: 100px;
}

.header-base {
    width: 1080px;
    margin: 0 auto;
    height: 61px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #5d0a0a;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.border-right {
    border-right: 1px solid #33384b;
}

.border-left {
    border-left: 1px solid #33384b;
}

.span-brown {
    color: #b09a51;
}

.span-white {
    color: #ffffff;
}

.span-white2 {
    color: #bad6dd;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.red {
    background: #a01717;
    border: 1px solid #ff0000;
}

.green {
    background: #0a7d18;
    border: 1px solid #00FF00;
}

input[type="text"],
input[type="password"],
input[type="tel"],
select {
    width: 180px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    padding-left: 5px;
    padding-right: 5px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.clear-1 {
    clear: both;
    height: 5px;
}

.clear-2 {
    clear: both;
    height: 15px;
}

.clear-3 {
    clear: both;
    height: 49px;
}
.clear-bottom {
    clear: both;
    height: 0px;
}

.marquee {
    overflow: hidden;
    color: #fff;
}

.news {
    color: #b5872c;
    float: left
}
.lupasandi{
  color: #ffdb00;
  text-decoration: underline;
  text-transform: uppercase;
}
.lupasandi:hover{
  color: #fff;
}
.news-line {
  float: left;
  font-weight: 500;
  color: #ffdb00 !important;
  font-size: 13px;
  padding: 3px 5px 0px 5px;
  border-radius: 3px;
  text-transform: uppercase;
}

.combine {
  width: 996px;
  margin: 0 auto;
  padding: 0px;
}

.ticker {
    float: right;
    padding-right: 10px;
}

.banner-home {
    position: static;
    width: 100%;
    margin-top: 0.3rem;
}
.banner-left {
    position: absolute;
    left: -10.3rem !important;
    top: 5rem;
}
.banner-right {
    float: right;
    position: absolute;
    right: -14.4rem !important;
    top: 39.8rem;
    z-index: 0;
}
.left-sidebanner{
  position: absolute;
  left: -16rem;
  top: 37rem;
  z-index: 3;
}
.left-sidebanner-login{
  position: absolute;
  left: -13.3rem;
  top: 41rem;
  z-index: 3;
}
.minipromo{
  height: 150px !important;
}
.bigpromo{
  height: 297px !important;
}
.submit input,
.register-popup {
    border: none;
    font-family: 'AvanirLTDBlack',sans-serif;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 0; 
    margin-left: 10px;
    padding: 6px 15px;
}
.forgot {
  color: #ffdb00;
  text-decoration: none;
}
.forgot:hover {
  color: #ffffff;
    text-decoration: none;
}
.register-popup {
    background: #b5872c;
    text-decoration: none;
    width: 220px;
    margin: 0 auto;
}

.register-popup:hover {
    background: #dea129;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.login-base a:hover {
    text-decoration: none;
    color: #b5872c;
}

.logo {
    float: left;
    width: 10%;
}

.logo-img {
  display: inline-block;
  height: 100px;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: -5px;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
}
.menu-base {
    background: #740808;
    background: -moz-linear-gradient(top, #740808 0, #740808 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #740808), color-stop(100%, #740808));
    background: -webkit-linear-gradient(top, #740808 0, #740808 100%);
    background: -o-linear-gradient(top, #740808 0, #740808 100%);
    background: -ms-linear-gradient(top, #740808 0, #740808 100%);
    background: linear-gradient(to bottom, #740808 0, #740808 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='313c51', endColorstr='#003e51', GradientType=0);
    -moz-box-shadow: 0 3px 4px 0 #740808, inset 0 2px 0 0 #f7d38b;
    box-shadow: 0 3px 4px 0 #740808, inset 0 2px 0 0 #f7d38b;
    height: 35px;
}

.menu {
    margin-top: 11px;
    width: 1080px;
    margin: 0 auto;
    padding: 0 !important;
}

.menu ul {
    list-style-type: none;
    position: relative;
    text-align: center;
    font-family: 'AvanirLTDHeavy', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.menu a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #ffffff!important;
    text-decoration: none;
    font-size: 13px;
    margin-top: 4px;
}

.menu li:first-child {
    border-left: 1px solid #1d1d1d;
}

.menu li {
    width: 135px;
    border-right: 1px solid #1d1d1d;
    float: left;
    position: relative;
}

.menu li:hover a {
    text-decoration: none;
    background: #7d1d21;
}

.menu li a.active {
    text-decoration: none;
    background: #7d1d21;
    border: none;
}

.login-register-panel div.flag img {
    height: 15px;
    margin-top: -3px;
}

.login-register-panel div.flag i {
    margin-left: 4px;
}

.menu span.span-brown {
    font-family: 'AvanirLTDBlack',sans-serif;
    color: #00dcff;
}

.menu span.span-white {
    font-family: 'AvanirLTDBlack',sans-serif;
    color: #ffffff;
}

.menu-login {
    float: right;
    margin-top: 20px;
    width: 1000px !important;
    padding: 0 !important;
}

.menu-login ul {
    list-style: none;
    float: right;
}

.menu-login a {
    color: rgb(255, 219, 146);
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background: rgb(181, 135, 44);
}

.menu-login a:hover {
    color: rgb(255, 219, 146);
    -webkit-transition: color .3s;
    transition: color .3s;
    background: rgb(181, 135, 44);
}

.menu-login li,
.menu-login li.active {
    color: rgb(255, 219, 146) !important;
    padding: 10px 35px;
    border: 1px solid #b5872c !important;
    float: left;
}

.login-register-panel {
    float: right;
    width: 697px;
    margin-top: 10px;
}

.login-inputs {
    float: left;
}

.login-txtbox {
    width: 150px!important;
    font-size: 12px!important;
    text-transform: none !important;
    color: #000 !important;
    height: 30px !important;
}
.login-curve{
  border-radius: 3px !important;
  height: 30px !important;
  padding: 0px 12px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  font-size: 13px;
  min-width: 85px;
}

.login-register-panel a,
.login-register-panel input[type='submit'] {
    text-align: center;
    text-decoration: none;
    font-family: 'AvanirLTDBlack', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 0px 5px;
    width: 120px;
    margin: 0 7.5px;
    float: left;
}

.login-register-panel a {
    margin-left: 0px;
}

.login2 {
    color: #fff;
    text-shadow: none;
    background-image: -webkit-linear-gradient(top, #33aadc 0%, #195f7d 100%);
    background-image: linear-gradient(to bottom, #407cd2 0%, #234b86 100%);
    border: none;
    border-radius: 3px !important;
}

.btnlogin:hover a,
.btnlogin:hover,
.btnlogin:focus {
    color: #fff;
    background: #195f7d;
    background-position: 0!important;
}

.btnlogin:active,
.btnlogin.active {
    background: #195f7d;
    background-position: 0!important;
    border-color: none!important;
}

.login-register-panel .register a {
    color: #fff;
    text-shadow: none;
    background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);
    border-color: none!important;
    border-radius: 3px !important;
}

.login-register-panel .register:hover,
.login-register-panel .register:focus {
    color: #fff;
    background: #865808;
    background-position: 0!important;
    text-decoration: none;
}

.login-register-panel .register .active {
    background: #865808;
    border-color: none!important;
    background-position: 0!important;
}

.popup-login-text {
    float: left;
    margin-left: 29px;
}

.popup-login-input {
    width: 260px!important;
    height: 30px;
}

-menu ul {
    float: right;
}

-menu li {
    float: left;
    list-style: none;
}

.pd-top10 {
    padding-top: 10px;
}

.htp-underline {
    font-weight: 600;
    text-decoration: underline;
}

.news-container {
  background: #670202;
  width: 100%;
  padding: 0;
  float: right;
  padding-bottom: 5px;
  padding-top: 153px;
  z-index: 1;
  position: absolute;
}

.news-margin-auto {
    margin: 0 auto;
    width: 65.5%;
}

.base-container {
    width: 1240px;
    background-color: #134c10;
    height: 500px;
    margin: 0 auto;
}

.news-color {
    color: #ffffff;
}

.running-color {
    color: #b5872c;
}

.slider-base {
    width: 100%;
}

.slider {
    width: 1080px;
    margin: 5px auto;
}

.slider img {
    width: 100%;
}

.slider .slider-text {
    width: 100%;
    float: left;
    margin-top: 34px;
    text-align: right;
}

.slider .slider-text .title {
    margin: 0;
    font-family: 'AvanirLTDBlack',sans-serif;
    color: #ffffff;
    text-shadow: 2.5px 2.5px #000000;
}

.slider .slider-text h2 {
    font-size: 55px;
    float: right;
}

.slider .slider-text h5 {
    clear: both;
    font-size: 30px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slider .sliders {
    width: 1080px;
    height: 350px;
    margin: 0 auto;
}

.games-play {
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    background: -webkit-linear-gradient(top, #149244 0%, #0a5a28 100%);
    background: linear-gradient(to bottom, #149244 0%, #0a5a28 100%);
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    color: #ffffff;
    width: 245px;
}

.game-list-container {
    height: 230px;
    margin-top: 15px;
}

.games-distance:hover .games-play,
.distleft:hover .games-play {
    color: #ffffff;
    background: linear-gradient(to bottom, #0a5a28 0%, #149244 100%);
    background: -webkit-linear-gradient(to bottom, #0a5a28 0%, #149244 100%);
}

.games-distance:hover .play-link,
.distleft:hover .play-link {
    text-decoration: none;
}

.game-list li:first-child {
    margin-left: 0!important;
}

.game-list li:last-child {
    margin-right: 0!important;
}

.game-list ul {
    float: left;
    list-style: none;
    padding: 0;
}

.link-alternatif,
.jadwal-bank,
.jadwal-bank ul {
    float: left;
    list-style: none;
    padding: 0;
}

.alternatif-auto-container {
    width: 1080px;
    margin: 0 auto;
}

.games-distance {
    float: left;
}

.distleft {
    float: left;
    margin-left: 53px;
}

.games-img-baccarat {
    background-image: url(../img/games/baccarat.jpg);
    height: 180px;
    width: 245px;
    background-size: 245px;
    background-repeat: no-repeat;
}

.games-img-roulette {
    background-image: url('../img/games/roulette.jpg');
    height: 180px;
    width: 245px;
    background-size: 245px;
    background-repeat: no-repeat;
}

.games-img-blackjack {
    background-image: url('../img/games/blackjack.jpg');
    height: 180px;
    width: 245px;
    background-size: 245px;
    background-repeat: no-repeat;
}

.games-img-super6 {
    background-image: url('../img/games/super6.jpg');
    height: 180px;
    width: 245px;
    background-size: 245px;
    background-repeat: no-repeat;
}

.alternative-link {
  width: 326px;
  padding: 5px 15px;
  text-align: right;
  position: absolute;
  margin-top: -7rem;
  color: #000;
}
.alternative-link a{
  color:#000;
}

.alternative-text1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-family: 'bignoodletitling', sans-serif;
    color: #d3bf93;
    font-size: 24px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.alternative-text2,
.alternative-text2 a {
    padding-top: 10px;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 18px;
    text-decoration: underline !important;
    width: 100%;
    margin: 0 auto;
}

.alternative-platform {
    height: 100px;
    width: 45%;
    margin: 0 auto;
}

.alternative-img {
    width: 100%;
}

.jadwal-link {
    width: 806px;
    padding: 5px 10px;
    background: #740808;
    border-radius: 2px;
}

.jadwal-link hr,
.alternative-link hr {
    border: 1px solid #f7d38b;
    margin: 0 0 5px 0;
}

.jadwal-margin {
    margin-left: 29px;
}

.jadwal-text1 {
    padding-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-family: 'bignoodletitling', sans-serif;
    color: #d3bf93;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.jadwal-text2,
.jadwal-text2 a {
    padding-top: 10px;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 18px;
    text-decoration: underline !important;
    width: 80%;
    margin: 0 auto;
}

.jadwal-platform {
    height: 100px;
    width: 45%;
    margin: 0 auto;
}

.jadwal-img {
    width: 100%;
}

.jadwal-icon-left {
    float: left;
}

.jadwal-bank-info {
    float: left;
    color: #ffffff;
    margin-left: 25px;
}

.jadwal-bank-left {
    float: left;
    margin: 1px 0px 0px 15px;
    width: 23.5rem;
}

.jadwal-bank-right {
    float: right;
    margin: 10px 35px 0px 0px;
}

.jadwal-bank-right p {
    margin-bottom: 0px !important;
    font-size: 13px;
}

.jadwal-bank-left p {
    margin-bottom: 0px !important;
    font-size: 13px;
}

.jadwal-clear-both {
    clear: both;
    height: 5px;
}

.jadwal-margin1 {
    margin-top: 5px;
}

.jadwal-margin2 {
    margin-top: 22px;
}

.jadwal-margin3 {
    margin-top: 10px;
}

.jadwal-reminder {
    width: 100%;
    font-size: 12px;
}

.jadwal-reminder p {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.hidden-title {
    display: none;
}
.showhidden{
    display: none;
}

.footer {
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    left: 0;
    color: #fff;
    font-size: 11px;
}
.minimal-content{
  min-height: 30rem;
}
.minimal-content-lobby {
    min-height: 70rem;
}
.pd10{
  padding: 10px;
}
.pd510{
  padding: 5px 10px;
}
.pd1510{
  padding: 15px 10px;
}
.pd510right{
  padding: 5px 0px 5px 10px;
}
.pd015{
  padding: 0px 15px;
}
.pd515{
  padding: 5px 15px;
}
.pd525{
  padding: 5px 25px;
}
.title-header{
  padding: 5px 15px;
}
.footer-bank {
    margin: 20px 0;
}

.footer .content ul {
    width: 555px;
    text-align: center;
    padding: 0px;
}

.footer .content .footer-safety {
    float: right !important;
    padding: 0px;
}

.footer .content li {
    float: left;
    list-style: none;
}

.footer .content .bank-support li {
    float: left;
    list-style: none;
    padding: 0px 10px;
}

.footer .content .footer-safety li {
    float: right;
    list-style: none;
    padding: 0px 10px;
}

.footer .content .footer-links li:after {
    content: " | ";
    padding: 0 5px;
}

.footer .content .footer-links li:last-child {
    color: #5d0a0a;
}

.footer .content-footer a {
    color: #ffdb00;
}

.footer .content-footer a:hover {
    color: #ffffff ;
}

.footer .footer-content1 {
    margin: 10px 0;
}

.footer .footer-content1 img {
    width: 100%;
}

.footer .footer-content2 {
    margin: 20px 0px;
    clear: both;
}

.footer .footer-content2 .footer-title {
    margin-bottom: 10px;
}

.footer .footer-content2 .footer-title2 {
    margin-bottom: 31px;
}

.footer .footer-content2 .footer-title span:first-child {
    font-family: 'AvanirLTDBlack',sans-serif;
    color: #ffffff;
}

.footer .footer-content2 .sub-menu {
    clear: both;
    margin-bottom: 3px;
}

.footer .footer-content2 .footer-sub-content img {
    margin: 0px 10px 0 0px;
    float: left;
}

.footer .footer-content2 .footer-sub-content span {
    float: left;
    color: #bad6dd;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .footer-content2 .footer-sub-content a span:hover {
    text-decoration: underline;
}

.footer .footer-content2 .footer-sub-menu {
    width: 185px;
    float: left;
}

.footer .footer-content2 .footer-sub-menu3 {
    width: 160px;
    float: left;
}

.footer .footer-content2 .footer-sub-menu2 {
    float: left;
}

.footer .footer-content2 .footer-sub-menu2 .footer-title {
    margin-bottom: 0px;
}

.footer .footer-content2 .footer-sub-menu2 .sub-menu2 img {
    width: 235px;
}

.footer .footer-content3 {
    margin: 20px 0;
}

.footer .footer-content4 {
    margin: 0;
}

.footer .footer-content3 .content3 span {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.register-base {}

.register-base .register-title h1 {
    color: #ffffff;
    margin: 0;
    font-weight: lighter;
    font-size: 30px;
}

.register-base .bank-new-account,
.register-base .reg-new-account {
    float: left;
}

.register-base .reg-new-account {
    margin-right: 0px;
}

.register-base .bank-new-account {
    margin-left: 25px;
}

.register-base .border-side {
    float: left;
    width: 0px;
    border-left: 1px solid #222533;
    height: 330px;
}

.register-base .new-title {
    width: 100%;
    text-align: center;
    background: #222533;
    padding: 5px 0;
}

.register-base .new-title span {
    color: #aabbc9;
    font-size: 17px;
}

.register-base .registration-form .reg-new-account {
    width: 100%;
    float: left;
}

.register-base .registration-form span {
    color: #d4d4d4;
    font-size: 15px;
    margin-left: 3px;
    float: left;
    width: 140px;
}

.form1 span {
    margin: 0!important;
    position: absolute;
    color: #fff!important;
    text-decoration: underline;
    font-size: 26px!important;
    font-weight: lighter;
    width: 240px!important;
}

.register-base .registration-form .reg-form {
    margin-top: 5px;
}

.register-base .registration-form .reg-form .form1,
.register-base .registration-form .reg-form .form2 {
    float: left;
    margin: 0 10px;
}

.reg-new-account .perlu-image {
    height: 425px;
}
.perlu-image{
  padding-top: 15px;
  width: 100%;
}
.register-base .registration-form .bank-new-account {
    width: 22.5%;
    float: left;
}

.register-base .registration-form .bank-new-account .bank-form .reg-checkbox {
    width: 17px;
    float: left;
}

.register-base .registration-form .bank-new-account .bank-form .bank-select {
    width: 265px;
    margin-left: 1px;
}

.register-base .registration-form .bank-new-account .bank-form .reg-checkbox input[type="checkbox"] {
    height: 20px;
    width: 25px;
    margin-top: 5px;
    cursor: pointer;
}

.register-base .registration-form .bank-new-account .bank-form .reg-terms {
    float: right;
    width: 230px;
    color: #fff;
    font-size: 12px;
}

.register-base .registration-form .bank-new-account .bank-form .reg-terms p {
    margin: 0;
}

.register-base .registration-form .bank-new-account .bank-form .reg-terms a:hover {
    color: #ff0000;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.register-base .registration-form .bank-new-account .bank-form input[type="text"],
.register-base .registration-form .bank-new-account .bank-form input[type="tel"] {
    width: 265px;
    margin-left: 1px;
}

.register-base .registration-form .register-btn {
    text-align: center;
    margin-top: 10px;
}

.country {
    width: 50%;
    float: left;
    margin-right: 30px;
}

.currency {
    width: 40%;
    float: left;
}

.country select {
    width: 100%;
}

.currency .span-brown,
.country .span-brown {
    color: #00dcff!important;
    font-size: 25px!important;
    padding-left: 5px;
}

.phone {
    width: 292px!important;
}

.mask-base,
.mask-base2 {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    z-index: 9999999;
    display: none;
}

.login-base {
    width: 355px;
    margin: 200px auto;
    display: none;
    border: 1px solid #000;
    border-radius: 11px;
}

.login-base .login-form {
    width: 353px;
    background: #fff;
    text-align: center;
    padding: 16px 20px;
    border-radius: 11px;
}

.login-base .login-title {
    color: #000;
    font-size: 20px;
    padding-left: 0; 
}

.login-base .login input {
    width: 220px;
    font-size: 16px;
}

.login-base .or {
    font-size: 13px;
}

.login-base .steam-btn {
    background-image: url(../img/buttons/steam-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 220px 36px;
    height: 38px;
    width: 190px;
    margin: 0 auto;
    padding: 14px 0 0 32px;
}

.login-base a {
    text-decoration: none;
}

.login-base .loginSteam-txt {
    color: #ffffff;
    font-size: 16px;
}

.login-register-panel .forgot-pass {
    margin-top: 5px;
    padding: 0;
    text-align: left;
}

.forgot-pass .forgot-pass-txt {
    font-size: 12px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.forgot-pass:hover .forgot-pass-txt {
    text-decoration: underline;
}

.login-base .x-btn {
    float: right;
    font-size: 35px;
    margin: -15px -10px 0 0;
}

.login-base .x-btn i {
    color: grey;
}

.login-base .x-btn:hover {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #aabbc9;
}

.login-base .img-diamond {
    background-image: url(../img/icons/diamond.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px 200px;
    height: 267px;
    width: 366px;
    position: absolute;
    top: 66px;
}

.err-note {
    display: none;
    color: #ff0000;
    font-size: 12px;
    text-align: left;
    clear: both;
    padding: 3px 0px 0px;
}

.loading-base,
.notif-base {
    position: fixed;
    z-index: 5;
    width: 100%;
    display: none;
}

.notif-base {
    z-index: 6;
    margin-top: 6rem;
}

.loading-base .loading {
    width: 35px;
    height: 100px;
    margin: 280px auto;
}

.loading-base .loading img {
    width: 35px;
}

.notif {
    text-align: center;
    margin-top: 90px;
}

.notif .msg::first-letter{
  text-transform: capitalize;
}
.notif .msg {
    padding: 10px;
    color: white;
    font-size: 1.1em;
    width: 30%;
    margin: 0 auto;
    word-break: break-all;
    border-radius: 2px;
    text-transform: lowercase;
}

.notif-red {
    background: red;
    border-radius: 100px;
    padding: 1px 6px;
    font-size: 10px;
    margin-left: 10px;
}

.flag-base {
    position: absolute;
    background: #222533;
    margin-top: 0px!important;
    padding: 0;
    margin-left: -8px;
    display: none;
}

.flag:hover ~ .flag-base {
    display: block;
}

.flag-base li {
    float: none;
    margin: 0px -48px 0px -40px;
    text-decoration: none;
}

.user-panel {
    position: absolute;
    right: 0;
    padding: 8px 0;
    min-width: 780px;
}

.spinner {
  float: right;
  padding: 12px 8px;
}

.spinner img {
    border-radius: 5px;
    width:110px;
}
.border-radius5{
  border-radius: 5px !important;
}
.div-username,
.div-balance {
    color: #e7ecf1;
    font-size: 15px;
}

.user-panel {
    list-style: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
}

.user-panel a {
    text-decoration: none;
}

.user-btn {
  padding: 12px 5px 12px 5px;
  max-width: 240px;
  min-width: 216px;
  background: none;
  text-align: center;
  color: #e7ecf1;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
table {
    border-collapse: collapse;
}

table, td, th {
    /* border: 1px solid #fff; */
    padding: 5px;
}
.table th, .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 0px solid transparent;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #444444;
}

.table-memo tbody {
    background-color: #000000;
    color: #ffffff;
}
button.btn-cari {
    color: white;
    border: none;
    background: #6c757d;
    height: 25px;
}
button.btn-cari:hover {
    color: white;
    background: #818991;

}
.memo-rules {
    padding: 3px;
    width:680px;
    float: left;
}

.user-btn span {
    margin-left: 3px;
}
.form-msg{
  width: 290px;
  float: right;
}
.user-name {
    float: left;
    border-right: 1px solid #464646;
    border-left: 1px solid #464646;
    max-width: 340px;
    font-size: 13px;
}

.pesan-notif {
    background: red !important;
    display: flex;
    padding: 0.20em;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50% !important;
    position: absolute;
    font-size: 10px;
    font-family: 'montserrat',Tahoma,"Microsoft Yahei",Arial,Helvetica !important;
    height: 1.3rem !important;
    top: 0;
    width: 1.3rem !important;
    right: 2px !important;
}

.user-pesan {
    position: relative;
    border-right: 1px solid #464646;
    float: left;
    padding: 12px 15px;
    cursor: pointer;
    color: #fff !important;
    font-size: 12px;
}

.scrollx {
    padding: 20px;
}
.bank-off-img{
  position: absolute;
    padding: 10px;
    z-index: 0;
    right: 0;
    border-radius: 25px;
}
.user-pesan:hover {
    color: #fff;
    text-decoration: none;
    background:#c00600;
}

.user-balance {
    float: left;
    padding: 12px 10px;
    cursor: pointer;
    border-right: 1px solid #464646;
}

.user-balance .balance {
    font-size: 12px;
    color: #fff;
}

.user-balance:hover {
    text-decoration: none;
    background: #c00600;
    color: #14a7da;
}

.div-deposit {
    float: right;
}

.blue-process {
    background-image: -webkit-linear-gradient(top, #33aadc 0%, #195f7d 100%);
    background-image: linear-gradient(to bottom, #33aadc 0%, #195f7d 100%);
}

.orange-process {
    background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);
}

.orange-process:hover {
    background-image: -webkit-linear-gradient(top, #976307 0%, #976307 100%);
    background-image: linear-gradient(to bottom, #976307 0%, #976307 100%);
}

.div-deposit button {
    /*background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);*/
    border: none;
    font-family: 'AvanirLTDBlack',sans-serif;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 10px;
    padding: 6px 15px;
}

.account-detail {
    position: absolute;
    background: #c00600;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 0;
    display: none;
    text-decoration: none;
    z-index: 2;
    width: 300px;
    border-top: 1px solid #000;
    text-transform: uppercase;
    text-align: left;
    left: 0;
}

.account-detail li {
    list-style: none;
    padding: 4px 11px;
    min-width: 112px;
    color: #e7ecf1;
    font-size: 12px;
}

.account-detail li img {
    margin-right: 15px;
}

.logout {
    background-color: #383737;
    border-bottom: none !important;
}

.logout:hover {
    background-color: #343a40 !important;
    border-bottom: none !important;
}

.account-detail li:hover {
    background-color: #a52b27;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-decoration: none !important;
}

.account-detail a:hover {
    text-decoration: none !important;
}

#user-pages:hover .user-btn {
    background: #9c8671 !important;
    -webkit-transition: color .1s;
    transition: color .1s;
}

.dps-header h1,
.v88,
.profile h1,
.change-password h2,
.wd-header h1,
.change-password h1 {
    text-transform: uppercase;
    padding: 0px 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.dps-header p,
.wd-header p {
    color: #000;
    margin: 0;
    font-weight: lighter;
    font-size: 15px;
}

.dps-bank,
.dps-voucher {
    width: 48.86%;
    float: left;
}

.dps-bank {
    margin-right: 20px;
}

.dps-bank .title,
.dps-voucher .title,
.wd-bank .title {
    width: 100%;
    color: #ffffff;
    padding: 10px 0;
    font-weight: lighter;
    font-size: 25px;
    text-align: center;
    background: #800f0f;
}
.wd-form {
    width: 540px;
    float: left;
}
.dps-content,
.wd-content {
    width: 100%;
}
.dps-info,
.dps-user-info,
.wd-info,
.wd-user-info,
.dps-info-long {
    color: #000;
    float: left;
}

.dps-info,
.wd-info {
    width: 200px;
}

.dps-info-long {
    width: 200px;
}

.dps-info-long span {
    float: right;
    margin-right: 5px;
}

.dps-content .submit,
.wd-content .submit {
    text-align: center;
}

.dps-content .submit input[type="submit"],
.wd-content .submit input[type="submit"] {
    background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);
}

.dps-content .submit input[type="submit"]:hover,
.wd-content .submit input[type="submit"]:hover {
    background: #865808!important;
}

.dps-pending,
.wd-pending {
    color: #000;
    padding: 20px 0;
    font-weight: 500;
}

.dps-pending b,
.wd-pending b {
    font-family: 'AvanirLTDBlack',sans-serif;
    color: orange;
    font-size: 25px;
}

.dps-user-info .span-brown,
.wd-user-info .span-brown {
    float: left;
    margin-right: 15px;
    font-size: 20px;
}

.dps-amount
{
    width: 280px!important;
}

.wd-amount {
    width: 176px!important;
}

.dps-note,
.wd-note {
    font-size: 12px;
}
.font-marron {
    color: #670202;
}
.wd-button {
    width: 212 px !important;
}

.wd-bank-idr {
    float: left;
    padding: 5px 0px;
    width: 100%;
}

.wd-bank-idr h3,
.wd-rules h3,
.bank-sched h3 {
    /* font-family: 'AvanirLTDBlack';
    font-size: 20px; */
    color: #000;
}

.wd-bank-idr p,
.wd-rules ol li,
.wd-rules p {
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
}

.form__choice {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    min-width: 92px;
    color: #000;
    text-transform: uppercase;
    margin-top: -18px;
}

.form__choice label {
    border: 1px solid #209b51;
    box-sizing: border-box;
    display: block;
    padding: 8px 5px;
    cursor: pointer;
    height: 40px;
    &:hover,
    &:focus,
    &:active {
        border: 1px solid rgba(#FAFAFA, .5);
    }
}

.form__choice input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
}

input[type="radio" i] {
    margin: 0;
}

.form__choice input[type="radio"]:active ~ label {
    opacity: 1;
    border: 1px solid #22a455;
    background: #209b51;
    color: #fff;
    text-decoration: none;
}

.form__choice input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 1px solid #22a455;
    background: #209b51;
    color: #fff;
    text-decoration: none;
}

.bank-btn {
    width: 290px;
    height: 40px;
    background-image:linear-gradient(to bottom, #1e8848 100%, #24b65e 0%);
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
}

.bank-white-img {
    width: 100px;
    float: left;
    padding: 3px 6px;
}

.span-e-bank {
    float: left;
    padding: 8px 11px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.title-jadwal-bank{
  padding: 5px 10px;
  border-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.dps-bank{
  width: 100%;
  color: #000;
}
.dps-bank-idr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1px;
}

.dps-bank-idr h3,
.dps-rules h3,
.bank-sched h3 {
  font-size: 18px;
  padding: 5px 10px;
}

.bank-idr {
  width: 100%;
  float: left;
}

.bank-idr p,
.dps-rules ol li,
.dps-rules p {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}
.content ol li,.dps-rules ol li{
  margin-bottom: 0.2rem;
}
.dps-rules p {
    font-size: 12px;
}

.captcha-voucher,
.captcha-register {
    width: 73px!important;
    float: left;
}

.verify-img {
    width: 55px;
}

.verify-img,
.refresh-img {
    float: left;
}

.refresh-img {
    margin: 0px 5px;
}

.dps-info span {
    float: right;
    margin-right: 5px;
}
.bg-abuabu{
}
.bg-bluedark{
  background-color: #790204;
}
.voucher88-bg {
    background-image: url(../img/voucher88-bg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 324px;
    background-position: top;
}

.beli-sekarang {
    float: right;
    position: absolute;
    font-family: 'AvanirLTDBlack',sans-serif;
    font-size: 19px;
    width: 190px;
    height: 37px;
    background: #eb3e16;
    border-radius: 2px;
    color: #fff;
    border: none;
    margin: 143px 0px 0 264px;
    text-align: center;
    padding-top: 9px;
}

.beli-sekarang:hover {
    background: #bb3213;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.selengkapnya,
.head-title {
  position: absolute;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  font-weight: 100;
  padding: 3px;
}

.selengkapnya:hover {
    text-decoration: underline;
}

.wd-info span {
    float: right;
    margin: 0px 10px;
}

.profile h1 {
    text-align: left;
}

.profile-base {
  display: block;
  margin: 0 auto;
}

.change-pass-base {
    width: 400px;
    margin: auto;
}

.change-pass-base .submit {
    text-align: center;
}

.change-pass-base input[type="submit"] {
    background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);
}

.change-pass-base input[type="submit"]:hover {
    background: #865808;
}

.close_html {
    color: #ffc107 !important;
}

.odd {
    background: #000000;
}

.even {
    background: #111111;
}

.child-odd {
    background: #000000;
}

.child-even {
    background: #111111;
}

.table_load {
    color: #78e934;
}

.table_load:hover {
    color: #fff900fc;
}
.table-memo tr:hover{
  background-color: #7d0302;
}
.close_html:hover {
    color: red;
}

.th-child {
    background: none!important;
    padding: 0!important;
}

.child-tr {
    background: #000;
    color: #fff;
}

.clr-silver {
    color: #d4d4d4;
}

.clr-white {
    color: #fff !important;
}
.clr-orange{
    color: #d28500;
    font-weight: 600;
}
.clr-black{
  color: #000;
}

.fn-bold {
    font-weight: 600;
}

.fn-8 {
    font-size: 8px;
}

.fn-9 {
    font-size: 9px;
}

.fn-10 {
    font-size: 10px;
}

.fn-11 {
    font-size: 11px;
}

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

.fn-13 {
    font-size: 13px;
}

.fn-14 {
    font-size: 14px;
}

.fn-15 {
    font-size: 15px;
}

.fn-16 {
    font-size: 16px;
}

.fn-17 {
    font-size: 17px;
}

.fn-18 {
    font-size: 18px;
}

.fn-19 {
    font-size: 19px;
}

.fn-20 {
    font-size: 20px;
}

.fn-21 {
    font-size: 21px;
}

.fn-22 {
    font-size: 22px;
}

.fn-23 {
    font-size: 23px;
}

.fn-24 {
    font-size: 24px;
}

.fn-25 {
    font-size: 25px;
}

.fn-26 {
    font-size: 26px;
}

.fn-27 {
    font-size: 27px;
}

.fn-28 {
    font-size: 28px;
}

.fn-29 {
    font-size: 29px;
}

.fn-30 {
    font-size: 30px;
}

.fn-31 {
    font-size: 31px;
}

.fn-32 {
    font-size: 32px;
}

.fn-33 {
    font-size: 33px;
}

.fn-34 {
    font-size: 34px;
}

.fn-35 {
    font-size: 35px;
}

.fn-36 {
    font-size: 36px;
}

.fn-37 {
    font-size: 37px;
}

.fn-38 {
    font-size: 38px;
}

.fn-39 {
    font-size: 39px;
}

.fn-40 {
    font-size: 40px;
}

.wd-rules li {
    margin-bottom: 0.3rem;
}
.button-referral{
    border: none;
    height: 50px;
    position: relative;
    color: #ffffff;
    min-width: 200px;
    line-height: 2.3;
}
.left-down{
  padding: 0px 10px;
}
.referral-textbox {
    width: 238px !important;
    border-radius: 6px;
}
.h150{
  height: 150px !important;
}
.promo{
  margin-right: 0px !important;
}
.button-promo {
    border: none;
    height: 55px;
    position: relative;
    color: #ffffff;
    width: 210px;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 5px;
}
.button-promo h3{
  font-size: 20px;
  text-transform: uppercase;
}

.masukLobby {
    background-image: -webkit-linear-gradient(top, #3a71c2 0%, #26508d 100%);
    background-image: linear-gradient(to bottom, #3a71c2 0%, #26508d 100%)
}

.masukLobby:hover {
    background: #245192;
}

.daftar {
    background-image: -webkit-linear-gradient(top, #019030 0%, #075c22 100%);
    background-image: linear-gradient(to bottom, #019030 0%, #075c22 100%);
}

.daftar:hover {
    background: #057129;
}
h4.lupa-pass {
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}
h4.lupa-pass:hover {
    color: #ffff00;
    text-decoration: none;
}
.header-theme {
    /* background: url(../img/xmas-patern-2018.jpg) #000 top center !important; */
    /*background-repeat: repeat !important;
    background-position: center 4px !important;*/
}
.perlu-bantuan {
    position: absolute;
    bottom:-12rem;
    right: 7rem;
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    z-index: 1;
}
.perlu-bantuan:hover{
  color: #ffdb00;
}
.btn100{
  width: 100px !important;
}
.mg0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mg3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.mg5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mg10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mgbtm15{
  margin-bottom: 15px;
}

.reg-btn {
    margin-top: -50px;
    margin-right: 15px;
    float: right;
}

.play-now-btn {
    margin-top: -50px;
    margin-right: 165px;
    float: right;
}

.play-now-btn a button {
    background-image: -webkit-linear-gradient(top, #33aadc 0%, #195f7d 100%);
    background-image: linear-gradient(to bottom, #33aadc 0%, #195f7d 100%);
}

.reg-btn a button {
    background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);
}

.play-now-btn a button h4,
.reg-btn a button h4 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.play-now-btn a button,
.reg-btn a button {
    text-shadow: none;
    font-family: 'AvanirLTDBlack', sans-serif;
    text-transform: uppercase;
    border: none;
    width: 139px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 0;
    margin: 0 7.5px;
    cursor: pointer;
}

.play-now-btn a button:hover {
    color: #fff;
    background: #195f7d;
    background-position: 0!important;
    text-align: center;
}

.reg-btn a button:hover {
    color: #fff;
    background: #865808;
    background-position: 0!important;
    text-decoration: none;
}

.btn-deposite1 {
    float: left;
    margin: 2px 0 0 5px;
    width: 155px;
    height: 36px;
    background-image: -webkit-linear-gradient(top, #33aadc 0%, #195f7d 100%);
    background-image: linear-gradient(to bottom, #33aadc 0%, #195f7d 100%);
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.btn-deposite1:hover {
    background: #195f7d;
}

.trans-currency span {
    color: #aabbc9;
    margin: 0;
    font-weight: lighter;
    font-size: 15px;
}

.trans-tab {}

.trans-currency select {
    width: 220px;
    margin: 0 30px 0 20px;
}

.trans-title,
.trans-title span {
    background: #33384b;
    font-size: 20px;
    padding: 5px 40px 8px;
    color: #fff;
}

.trans-title span {
    padding: 0 2px;
}

.trans-content {
    background: #fff;
}

.trans-content-th,
.trans-content-tr {
    color: #fff;
    background: #0097a7;
    padding: 10px 20px;
}

.trans-content-tr {
    color: #000;
    background: #fff;
    font-size: 14px;
}

.trans-content-th .th-1,
.trans-content-tr .tr-1 {
    width: 260px;
    float: left;
}

.fixed-width {
    width: 180px!important;
}

.fixed-width2 {
    width: 130px!important;
}

.trans-info {
    float: right;
    margin: 20px 65px 0 0;
    color: grey;
    cursor: pointer;
}

.game-active,
.game-img {
    background: url(../img/games/sprite.png) no-repeat center center;
    display: inline-block;
}

.game-menu {
    background: #151720;
    width: 100%;
    height: 78px;
}

.game-base,
.game-base2 {
    width: 1240px;
    margin: 0 auto;
}

.game-base2 {
    position: absolute;
    display: none;
}

.no-game {
    width: 8.96%;
    height: 63px;
    border: none;
    float: left;
    margin: 0 1px 0 0;
}

.no-border-top {
    border-top: none!important;
}

.game,
#more-game {
    width: 8.96%;
    height: 63px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    border-left: 1px solid #3f3745;
}

.game2,
.game3 {
    height: 63px;
}

.game-base2 .game {
    background: #151720!important;
    width: 8.96%;
    border-top: 1px solid #3f3745;
    border-bottom: 1px solid #3f3745;
}

.game-last {
    border-right: 1px solid #3f3745;
}

.game-border-bottom {
    border-bottom: 1px solid #3f3745;
}

.game:hover,
.game2:hover,
.game3:hover,
#more-game:hover {
    background: url(../img/games/sprite.png) no-repeat center center;
    display: inline-block;
    background-position: 0 -475px;
    background-size: 111px 742px;
}

.game2:hover,
.game3:hover {
    background-position: 0px -490px!important;
}

.game-active {
    background-position: 0 -475px;
    background-size: 111px 742px;
}

.game-img {
    width: 110px;
    height: 37px;
    background-size: 90px;
    margin-top: 5px;
}

.lol {
    background-position: 10px -96px;
    height: 36px;
}

.csgo {
    background-position: 10px -19px;
}

.dota2 {
    background-position: 10px 18px;
    margin-top: -3px;
}

.ovw {
    background-position: 10px -290px;
    height: 44px;
    margin-top: 1px;
}

.hots {
    background-position: 10px -130px;
    height: 28px;
    margin-top: 7px;
}

.vg {
    background-position: 10px -338px;
    height: 55px;
    margin-top: 0px;
}

.stc2 {
    background-position: 10px -59px;
    margin-top: 4px;
}

.rl {
    background-position: 10px -394px;
}

.kog {
    background-position: 10px -431px;
    height: 52px;
    margin-top: -3px;
}

.wowc3 {
    background-position: 10px -483px;
    height: 48px;
    margin-top: 0px;
}

.hs {
    background-position: 10px -206px;
    height: 25px;
    margin-top: 8px;
}

.wot {
    background-position: 10px -247px;
    height: 39px;
    margin-top: 2px;
}

.halo {
    background-position: 10px -229px;
    height: 18px;
    margin-top: 12px;
}

.cf {
    background-position: -4px -247px;
    height: 30px;
    margin-top: 8px;
    background-size: 120px;
}

.cod {
    background-position: 9px -650px;
    height: 30px;
    margin-top: 8px;
}

.smite {
    background-position: 9px -157px;
    height: 28px;
    margin-top: 8px;
}

.clr {
    background-position: 9px -680px;
    height: 38px;
}

.fifa {
    background-position: 8px -727px;
    height: 45px;
    margin-top: 0;
}

.wowc {
    background-position: 10px -777px;
    height: 45px;
    margin-top: 0;
}

.s2bw {
    background-position: 10px -822px;
    height: 45px;
    margin-top: 0;
}

.gen-game {
    font-family: 'AvanirLTDBlack',sans-serif;
    color: #fff;
}

.gen-game2 {
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
}

#game-frame-wrapper {
    position: absolute;
    top: 100%;
}

#game-frame {
    width: 100%;
    height: 100%;
}

.table-memo {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.table-memo tr th {
    background: #5c5c5c;
    padding: 2px;
    text-align: center;
}

.memo-input {
  height: 380px;
  background-color: #444444;
  padding: 10px 12px;
  margin: 3px 0px 0px 0px;
  color: #fff;
  border: 1px solid #444;
}

.memo-input textarea {
    resize: none;
    color: #000
}

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

.form-group h2 {
    display: block;
    margin: auto;
    text-align: left;
    padding-bottom: 20px;
    font-size: 18px!important;
    font-family: arial, sans-serif;
    font-weight: bold;
    padding: 0!important;
}

form {
    display: block;
    margin-top: 0em;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border:none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.action-memo {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.action-memo:first-child {
    margin-right: 10px;
}

.action-memo:last-child {
    margin-left: 10px;
}

.action-memo:hover {
    color: #b40500;
    text-decoration: none;
}

.btn-send {
    display: block;
    margin: auto;
}

.in-out {
    color: #000;
    padding: 0px 10px 10px 3px;
    float: left;
}
.txleft{
  float: left;
}
.txright{
  float: right;
}
tbody tr td {
    padding: 2px;
}

.btn {
    color: #fff;
    display: inline-block;
    padding: 5px!important;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px!important;
}

.btn-blue {
    background-image: -webkit-linear-gradient(top, #33aadc 0%, #195f7d 100%)!important;
    background-image: linear-gradient(to bottom, #33aadc 0%, #195f7d 100%)!important;
    text-shadow: none;
    border: none!important;
    border-radius: 3px !important;
}

.btn-blue:hover {
    background: #195f7d!important;
}

.btn a:hover {
    color: #ffb729;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff!important;
    text-decoration: none;
}

.memo-desc {
    width: 625px;
}

.btn-answer-message {
    color: #fff;
    padding: 8px 25px!important;
    font-size: 15px!important;
    width: 150px;
    text-transform: uppercase;
    font-family: 'AvanirLTDBlack',sans-serif;
    border-radius: 2px!important;
    border: none!important;
}

.btn-answer-message:hover {
    background: #865808!important;
    color: #fff;
}

.btn-back-message {
    background-color: #da2020;
    font-family: 'AvanirLTDBlack',sans-serif;
    padding: 7px 30px 8px!important;
    width: 144px;
}

.btn-back-message:hover {
    background-color: #a00202;
}

.btn-back-message2 {
    background-color: #da2020;
    font-family: 'AvanirLTDBlack',sans-serif;
    padding: 7px 10px 5px!important;
}

.btn-back-message2:hover {
    background-color: #a00202;
}

.unread {
    color: #ffc107;
    text-decoration: none;
}

.unread:hover {
    color: #e49406;
}

.carousel-control {
    width: 50px!important;
}

.pagination li a:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.pagination {
    list-style: none;
    padding-left: 0px;
}

.pagination li a {
    color: #ffffff !important;
    float: left;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
    background-color: #000000 !important;
    border: none!important;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: transparent!important;
    border-color: transparent!important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #8e0401!important;
  border-color: transparent!important;
  color: #ffffff!important;
}
span.tag-sidebar {
    position: absolute;
    font-size: 10px;
    background: #ff0000;
    left: 186px;
    padding: 3px 5px;
    min-width: 45px;
    color: #fff;
    border-radius: 2px;
}
.tag-sidebar-promo{
    background: #25bd61 !important;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    color: #ffffff !important;
    float: left;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
    background-color: #000000 !important;
    border: none!important;
}

/*ul .active{color:white;padding:0px 16px;text-decoration:none;}*/


/*ul .disabled{color:white;padding:4px 10px;text-decoration:none;}*/

.pagination li a:hover:not(.active) {
    background-color: #0097a7;
}

.pagination li .disable a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination-center {
    display: block;
    margin: auto;
    text-align: center;
    float: right;
}

.btn-memo {
  background: #28a745;
  padding: 3px 2px !important;
  border: none;
  font-size: 10px;
  color: #fff;
}

.btn-memo:hover {
    background: #17672a;
    color: #fff !important;
}


.dps-form {
}
.memo-title{
  width: 648px!important;
  border: 1px solid rgb(204, 204, 204);
}
.memo-desc {
  width: 648px;
  height: 180px;
  color: #000;
}
.perlu-span {
    top: -196px;
    left: 97px;
}

.form1:hover .perlu-span {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #00dcff;
    text-decoration: underline;
}

.h1-title {
    margin: 0;
    padding: 2rem;
}

.menu-games {
    width: 100%;
}

.step {
    padding: 10px 0px;
    width: 1080px;
    margin: 0 auto;
}

.game-title {
    font-family: 'bignoodletitling', sans-serif;
    font-size: 30px;
    line-height: 15px;
}

.game-dragon-div {
    margin-right: 0 !important;
}

.pagcor {
    width: 485px;
    margin: 0 auto;
    margin-top: 10px;
}

.pagcor-image {
    padding: 5px 10px;
    position: absolute;
    margin-top: -12px;
}

.pagcor-text {
    margin-left: -100px;
}

.btn-games {
    border-radius: 0px;
    width: 150px;
    height: 38px;
    background-image: -webkit-linear-gradient(top, #e49406 0%, #865808 100%);
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%);
    border-color: none!important;
    border-radius: 3px !important;
    border: none;
    font-family: 'AvanirLTDBlack', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: -4px;
    display: inline-block;
    color: #fff;
}

.btn-games h3,
.button-games h3,
.bt-mainkan h3 {
    font-size: 18px;
}

.game-div-template:hover .btn-games {
    background: #865808;
}

.register-container {
    min-height: calc(100vh - 392px);
}

.live-games {
    width: 49%;
    float: left;
    margin-right: 8px;
}

.e-games {
    width: 49%;
    float: left;
    margin-left: 8px;
}

.clear-fix {
    clear: both;
    height: 10px;
}

.clear-fix2 {
    clear: both;
    height: 20px;
}

.e-games .image-container {
    float: left;
}

.live-games .image-container {
    float: right;
}

.live-games .image-small {
    float: right;
    margin-left: 14px;
}

.align-side-r {
    margin-right: 0px;
}

.e-games .image-small {
    float: left;
    margin-right: 14px;
}

.align-side-l {
    margin-left: 0px;
}

.centered-l {
    margin-left: 90px;
}

.centered-r {
    margin-right: 90px;
}

.button-container {
    margin-top: 10px;
}

.button-games {
    position: absolute;
    margin-top: 150px;
    margin-left: 145px;
}

.image-container:hover .bt-mainkan {
    background: #195f7d;
}

.image-small .bt-mainkan {
    padding: 8px 11px;
    margin-top: 50px;
}

.image-small:hover .div-button {
    display: block;
}

.div-button {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 122px;
}

.add-padding {
    padding-bottom: 20px;
}

.bt-mainkan {
    background-image: -webkit-linear-gradient(top, #33aadc 0%, #195f7d 100%);
    background-image: linear-gradient(to bottom, #33aadc 0%, #195f7d 100%);
    font-family: 'AvanirLTDBlack', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 10px 24px;
    border-radius: 3px;
    border: none;
}

.text-color-white {
    color: #fff !important;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'AvenirLTStd-Light',sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
a {
    color: #c50600;
    text-decoration: none;
}

.pages-content h4, .pages-content h3, .pages-content h2, .pages-content h1 {
    color: #670202;
}
.footer-fixed {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.break-float {
    clear: both;
}

.add-height {
    height: 10px;
}

.footer-image-collection {
    background: url('../img/footer/footer-bank.png');
}

.bank-container,
.pagcor-container,
.playtech-container,
.safe-secure-container,
.supported-device-container {
    float: left;
    text-align: left;
    /*margin-right:34px;*/
}
.pagcor-container{
  width: 180px;
    float: left;
    text-align: left;
    padding-top: 10px;
}
.supported-device-container{
  width: 236px;
  padding-top: 10px;
  padding-left: 15px;
}
.safe-secure-container{
    width: 225px;
    padding-top: 10px;
    padding-left:15px;
}
.bank-container{
  width: 100%;
  padding-top: 10px;
}
.playtech-container{
  width: 480px;
  padding-top: 10px;
}
.last-container {
    margin-right: 0px;
    margin-top: 10px;
}

.bank-transfer {
    margin-top: 15px;
    height: 58px;
    width: 269px;
    float: left;
    background-position: 0px 0px;
}

.pagcor-logo {
    margin-top: 10px;
    height: 29px;
    width: 132px;
    float: left;
    background-position: -316px -30px;
}

.playtech-icon {
    margin-top: 15px;
    height: 30px;
    width: 140px;
    float: left;
    background-position: -498px -3px;
}

.safe-secure {
    margin-top: 10px;
    height: 26px;
    width: 142px;
    float: left;
    background-position: -674px -3px;
}

.supported-device {
    margin-top: 10px;
    height: 30px;
    width: 201px;
    float: left;
    background-position: -846px 0px;
}

.add-margin-top {
    margin-top: 10px;
    margin-bottom: 0px;
}
.menufooter{
  float: left;
    text-align: center;
}

.disclaimer {
    margin-top: 10px;
}

.add-margin-top a {
    border-right: 1px solid #ffdb00;
    padding: 0px 8px;
    color: #ffdb00 !important;
}

.add-margin-top a:hover {
    color: #ffdb00;
}

.remove-padding {
    padding-left: 0px !important;
}

.copyright {
  text-align: center;
  color: #ffdb00;
  padding-top: 10px;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  font-size: 12px;
}

.disclaimer {
    margin: 0 0 5px 0;
    display: inline-block;
    float: left;
}
.ioncasino-icon{
      margin: 5px 0;
    height: 28px;
    width: 140px;
    float: left;
    background-position: -498px -31px;
}
.jadwalbankoffline{
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; */
    padding: 10px
}
.bank-box{
    height: 80px;
}
.btn-bank{
    padding: 10px 8px;
    border-radius: 5px;
    font-size: 12px;
    min-width: 132px;
}
.bank-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.bank-grid-footer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 0px;
    padding-top: 10px;
}
.provider-grid-footer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px 10px;
    padding: 10px 0;
}
.voucher88-img{
  position: absolute;
  font-size: 12px;
  width: 484px;
  z-index: 0;
  background-color: #1b2a31;
}
.forgotpass-label{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.pagcor-div{
  width: 160px;
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
}
.partners-div {
  width: 600px;
  float: left;
  text-align: left;
  padding-top: 10px;
}
.description-div {
    text-align: left;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.description-div p{
  margin-bottom: 0;
}

.add-margin-top a:last-child
{
    border-right:0px;
}
.home-game-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px 10px;
}
.btn-homegames{
  padding: 0px 3px 0px 3px !important;
  width: 90px !important;
  border-radius: 3px;
  height: 30px;
}
.big-btnx{
  font-size: 26px !important;
  min-width: 250px !important;
  font-family: 'Arial',sans-serif;
}
.home-games-div{
    padding-bottom: 10px;
}
.two-homebtn{
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 3px;
}
.home-img-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px 10px;
    margin-top: 15px;
}
.game-home-hover:hover .pink-btn{
    background-image: linear-gradient(to bottom, #9e234a 0%, #9e234a 100%);
}
.game-home-hover a{
  color: #fff;
}
.btn-default{
    color: #fff !important;
  font-family: 'Arial',sans-serif;
}
.banner-box-btn{
    position: absolute;
    margin-left: 190px;
    margin-top: -50px;
}
.bantuan-title{
    color: #000;
}
.bantuan-title:hover {
    color: #000 ;
}
.lobby-game-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px 10px;
}
.lobby-game-grid img{
    width: 100%;
    height: 155px;
}
.lobby-game-btn{
    font-size: 12px;
    margin-top: 55px;
  width: 116px;
  border-radius: 4px;
}
.btn-download{
  padding: 11px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px !important;
    color: #fff !important;
    background-image: linear-gradient(to bottom, #9e3123 0%, #79261b 100%);
    text-transform: uppercase;
}
.btn-download:hover{
    background-image: linear-gradient(to bottom, #f5b807 0%, #ba7d09 100%);
}
.btn-download.active {
    background-image: linear-gradient(to bottom, #f5b807 0%, #ba7d09 100%);
}
.link-download{
  color: #ff0000;
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
}
.link-download:hover{
  text-decoration: none;
}
.btn-vip{
  padding: 11px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px !important;
    color: #ffdb00 !important;
    text-transform: uppercase;
    width: 140px !important;
}
.card{
  background-color: transparent !important;
  margin-bottom: 1.5rem;
}
.card .btn{
  padding: 0px !important;
}
.card-header {
    padding: 0px !important;
    border:1px solid #585858;
}
.home-grid-games{
    width: 100%;
    /* height: 124px; */
}
.home-game-design{
  width: 158px;
  height: 126px;
  margin: 4px 9px 5px 0.5px;
  float: left;
}
.home-game-design p{
  text-align: center;
    height: 27px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
    padding-top: 6px;
    font-size: 12px;
}
.icongame{
  position: absolute;
    height: 23px !important;
    width: 23px !important;
    top: 0;
    right: 4px;
}
.game-icon-left{
  position: absolute;
  padding: 3px 18px;
  font-weight: bold;
  left: 0px;
  top: 0px;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: auto;
  text-align: center;
  height: 27px !important;
}
.lobby-game.live-dealer-bigger:hover,.lobby-game.hogaming-live-bigger:hover {
    opacity: 0.8;
}
.lobby-game img.live-dealer-bigger,.lobby-game img.hogaming-live-bigger {
    width: 100%;
    height: 310px;
}
.lobby-game.live-dealer-bigger,.lobby-game.hogaming-live-bigger {
    width: 357px !important;
    height: 310px !important;
    margin: 0px 3px 28px 3px !important;
}
.lobby-noimage.live-dealer-bigger,.lobby-noimage.hogaming-live-bigger {
    height: 310px !important;
}
.lobby-game > h3{
  display: none;
}
.hvrbox.live-dealer-bigger,.hvrbox.hogaming-live-bigger{
  height: 310px;
}
.live-dealer-bigger > h3.text-live-dealer-bigger ,.hogaming-live-bigger > h3.text-hogaming-live-bigger {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    height: 22px;
    overflow: hidden;
    display: block;
}
.middle.lobby.live-dealer.live-dealer-bigger, .middle.lobby.live-dealer.hogaming-live-bigger, .middle.lobby.slot-lobby.hogaming-live-bigger {
    transition: .5s ease;
    opacity: 1 !important;
    position: absolute;
    top: 48% !important;
    right: 33% !important;
    left: auto !important;
    transform: translate(0%, 0%);
    -ms-transform: translate(0%,0%);
    text-align: center;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}
.live-dealer > .game-icon-left > .icongame {
    display: none;
}
.live-dealer-bigger > .game-icon-left > .icongame {
    display: none;
}
.hogaming-live-bigger > .game-icon-left > .icongame {
    display: none;
}
button.btn-default.green-btn.btnx.fn-bold.uppercase.lobby-game-btn.live-dealer-bigger ,button.btn-default.green-btn.btnx.fn-bold.uppercase.lobby-game-btn.hogaming-live-bigger {
    font-size: 15px;
    border-radius: 4px;
}
.carousel-control-prev ,.carousel-control-next{
  position: absolute;
  z-index: 1;
}
.carousel-control-prev-icon {
  background-image: url(../img/banners/back.png);
  height: 3.5rem;
  width: 3.5rem;
  margin-left: -5rem;
}
.carousel-control-next-icon {
  background-image: url(../img/banners/next.png);
  height: 3.5rem;
  width: 3.5rem;
  margin-right: -5rem;
}

.no-padding{
    padding: 0;
}
.two-homebtn-div{
    margin-top: 5px;
    padding-bottom: 1.5rem;
}
.banner-box-div{
  color: #ffffff;
  justify-content: center;
  width: 996px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.linksalter{
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}
.banner-box{
  width: 318px;
  min-height: 435px;
  float: left;
  border: 1px solid #700002;
  margin-bottom: 10px;
  background-color: #790204;
  border-radius: 5px;
  /* max-height: 455px; */
}
.banner-box:first-child{
    margin-left: 0;
}
.bank-marquee{
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 5px !important;
    margin: 25px 0px !important;
}
.bank-marquee-text{
    margin: 0 10px !important;
    text-align: left !important;
    width: 65% !important;
}
.provider-div{
    width: 100%;
}
.provider-icons{
  float: left;
  margin: 5px 20px 2px 0;
  height: 35px;
  line-height: 35px;
}
.bank-footer-grid{
    width: 100%;
}
.bank-footer-icon{
  float: left;
  height: 30px;
  min-width: 84px;
  max-width: 110px;
  margin: 5px 5px 0px;
  line-height: 35px;
}
.title-foot{
  color: #feda00;
  text-transform: capitalize;
  font-size: 12px;
}
.bank-footer-icon img{
  min-width: 65px;
  max-width: 100%;
}
/* ICON FOOTER PROVIDER */
.providers-sprites {
    background-image: url(../img/footer/providers-sprite.png);
    -webkit-filter: grayscale(95%);
    filter: grayscale(95%);
    background-repeat: no-repeat;
    height: 99px;
    margin-left: 21px;
    width: 1000px;
}
.providers-sprites:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.og-icon {
    float: left;
    margin-left: 0px;
    width: 110px;
    height: 42px;
}
.taishas-icon {
    float: left;
    width: 93px;
    height: 42px;
    background-position: -130px 0px;
}
.xpg-icon {
    float: left;
    width: 134px;
    height: 42px;
    background-position: -242px 0px;
}
.ebet-icon {
    float: left;
    width: 90px;
    height: 42px;
    background-position: -398px 0px;
}
.evo-icon {
    float: left;
    width: 99px;
    height: 46px;
    background-position: -508px 0px;
}
.sg8-icon {
    float: left;
    width: 60px;
    height: 47px;
    background-position: -628px 0px;
}
.allbet-icon {
    float: left;
    width: 75px;
    height: 47px;
    margin-left: 0px;
    background-position: -707px 0px;
}
.golddeluxe-icon {
    float: left;
    width: 89px;
    margin-left: 25px;
    height: 47px;
    background-position: -810px 0px;
}
.sunbet-icon {
    float: left;
    width: 57px;
    margin-left: 25px;
    height: 49px;
    background-position: -925px 0px;
}
.rtg-icon {
    float: left;
    margin-left: 30px;
    margin-top: 6px;
    width: 133px;
    height: 45px;
    background-position: -69px -55px;
}
.pragmatic-icon {
    float: left;
    margin-left: 30px;
    width: 86px;
    height: 51px;
    background-position: -220px -55px;
}
.gameplay-icon {
    float: left;
    margin-left: 25px;
    width: 113px;
    height: 49px;
    background-position: -332px -55px;
}
.break-float {
    clear: both;
    height: 5px;
}
.redtiger-icon {
    float: left;
    margin-left: 0px;
    width: 113px;
    height: 46px;
    background-position: -467px -55px;
}
.betsoft-icon {
    float: left;
    margin-left: 21px;
    width: 69px;
    height: 50px;
    background-position: -601px -55px;
}
.spade-icon {
    float: left;
    margin-left: 21px;
    width: 110px;
    height: 49px;
    background-position: -691px -55px;
}
.laxino-icon {
    float: left;
    margin-left: 21px;
    width: 116px;
    height: 54px;
    background-position: -818px -55px;
}
.alive-icon {
    float: left;
    margin-left: 21px;
    width: 102px;
    height: 43px;
    background-position: 0px -98px;
}
.home-covergame{
  background-color: #000000;
  position: inherit;
  z-index: 1;
}
/* END PROVIDER ICON */
.lobby-game-div{
    width: 100%;
}
.lobby-game{
  float: left;
  width: 175.5px;
  height: 140px;
  margin: 0px 3px 28px 3px;
}
.lobby-game a{
  color: #fff;
}
.lobby-game img{
    width: 100%;
    height: 137px;
}
.bank-offline-items{
    width: 50%;
    float: left;
}
.navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    width: 215px;
}
.user-name:hover .account-detail{
    display: block;
}
.user-name:hover{
    background: #c00600;
    color: #14a7da;
}
user-btn:hover{
  background-color: #c00600;
}
.promo-btn{
  padding: 4px 10px !important;
  border-radius: 3px;
}
marquee p {
    color: #fff !important;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 4px;
    font-weight: 600;
}
.dps-rules li {
    margin-bottom: 0.3rem;
}
.dep-announcement-div{
  background: #1ba250;
  width: 100%;
  padding: 10px 36px 10px;
}
.dep-icon-div{
    text-align: left;
    float: left;
    margin-right: 8px;
}
.dep-icon-horn{
    color: #fff;
    font-size: 36px;
}
.dep-announcement-text{
  color: #fff;
  line-height: 25px;
}
.dep-announcement-text p{
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.5;
}
.font-pink{
    color: #b80039;
}
.font-yellow{
    color: #feda00;
}
.font-red{
  color: #c50600;
}
.font-orange{
  color: #da9e19;
}
.font-brown{
  color: #c00600;
}
.font-bold{
    font-weight: bold;
}
.nomor{
    color: #da9e19;
    margin-left: 10px;
}
.nomor:hover{
  color: #fff !important;
}
.border-right-none{
  border-right: none;
}
.register-textbox{
  width: 250px !important;
  border-radius: 4px;
  background-color: #E0E0E0;
  border: 0px solid !important;
  height: 30px;
  text-transform: none !important;
}
.register-validation-box{
  border-radius: 4px;
  width: 100px !important;
  height: 30px;
  margin-top: -4px;
  background-color: #e0e0e0 !important;
  border: 0px solid !important;
}
.reg-new-account{
    padding: 0 15px;
}
.reg-valid-text{
    margin-top: 12px;
}
.reg-check-process p{
  margin: 10px 15px;
  margin-left: 25px;
}
.reg-check-process input{
    padding: 10px 55px;
    border-radius: 3px;
}
.reg-check-process input[type=checkbox]:after {
  content: " ";
  background-color: #428bca;
  display: inline-block;
  visibility: visible;
  color: #fff;
  border-radius: 3px;
}
.reg-check-process input[type=checkbox]:checked:after {
  content: "\2713";
  width: 21px;
  height: 21px;
  padding: 0 0 0 5px;
}
.reg-check-process input[type=checkbox] {
  width: 21px;
  height: 21px;
  font-size: 14px;
  position: absolute;
  margin-left: -24px;
}
.btn-promotion-read{
  margin-left: 10px;
  padding: 8px 0px;
  border-radius: 4px;
  display: block !important;
  margin: 0 auto;
}
.read-promo-btn{
    width: 100%;
    padding: 0px 230px;
}

.game-terbaru{
    margin-top: -6px;
}
.jadwal-offline-div{
  background: rgba(83,163,189,1);
  background: -moz-linear-gradient(top, rgba(83,163,189,1) 0%, rgba(6,71,92,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(83,163,189,1)), color-stop(100%, rgba(6,71,92,1)));
  background: -webkit-linear-gradient(top, rgba(83,163,189,1) 0%, rgba(6,71,92,1) 100%);
  background: -o-linear-gradient(top, rgba(83,163,189,1) 0%, rgba(6,71,92,1) 100%);
  background: -ms-linear-gradient(top, rgba(83,163,189,1) 0%, rgba(6,71,92,1) 100%);
  background: linear-gradient(to bottom, rgba(83,163,189,1) 0%, rgba(6,71,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a3bd', endColorstr='#06475c', GradientType=0 );
  color: white;
  list-style-type: none;
}
.jadwal-title{
    color: #FAFAFA;
    padding: 3px 0;
    font-size: 24px;
    font-weight: bold;
}
.jdwloff ul>li{
    width: 320px;
}
.slider-btn-des{
    border-radius: 3px;
    width: 160px;
}
.sticky-lobby-nav{
  /*position: sticky;*/
  top: 115px;
  float: left;
  background-color: #ededed;
}
.homegame{
  height: 126px !important;
}
.homegame.live-dealer {
    height: 260px !important;
}
.hvrbox-text p {
    text-align: center;
    margin-bottom: 0rem !Important;
}
.mainlong{
    width: 408px !important;
}
.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    display: inline-block;
    overflow: hidden;
    width: 100%!important;
    height: 137px;
    position: absolute;
  z-index: 4;
}

.hvrbox img {
    max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
  border: 1px solid #ddd;
}

.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 50%;
    right: -43%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179);
    /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}

.hvrbox.active .hvrbox-text_mobile {
        display: block;
}
.game-home-hover{
    position:relative;
}
.game-tag{
    position: absolute;
    background: #ff0000;
    padding: 3px 6px;
    font-weight: bold;
    right: 0px;
    top: 0px;
    z-index: 4;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height:auto;
    text-align:center;
}
.game-tag-left{
  position: absolute;
  background: #ff0000;
  padding: 3px 6px;
  font-weight: bold;
  left: 0px;
  top: 0px;
  z-index: 4;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: auto;
  text-align: center;
}
.search-games {
  width: 192px !important;
  height: 33px;
  outline: none;
}
.text-game{
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.search-base{
    display: flex;
    float: left;
    background-color: #059fd4;
    margin-bottom: 5px;
}
.search-img{
  height: 33px;
}
.vidtutorial-btn{
    background: #c50600;
}

.navbar{
  height: 110px;
  /* background: url(../img/bg_head.webp) no-repeat top center #5a1c13 !important; */
}
.navbar-active{
  background-color: #C50600;
  background-image: -moz-linear-gradient(top, #C50600 0%, #630202 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#670202), color-stop(100%,#C20600));
  background-image: -webkit-linear-gradient(top, #670202 0%,#c20600 100%);
  background-image: -o-linear-gradient(top, #C50600 0%,#630202 100%);
  background-image: linear-gradient(top, #C50600 0%,#630202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C50600', endColorstr='#630202',GradientType=0 );
  border-radius: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  color: #ffff00;
}
.msg-sort-div{
    float:right;
}
.msg-sort-div span{
    margin-right:5px;
}
.w200{
  width: 220px;
  min-height: 85px;
}

.box-bank-offline {
  width: 606px;
  min-height: 260px;
  float: left;
  border: 1px solid #34b3e2;
  margin-bottom: 10px;
  background-color: #161718;
}
.tbl1,.tbl2{
  width:100%;
  border-top: 1px solid #0e82a7;
}
.right{
  float: right;
  border: none;
  text-align:right;
}
.tbl1 td {
  padding-top:1px;
  padding-bottom:2px;
}

.tbl1 td:first-child {
  padding-right:0;
}

.tbl2 td {
  padding-top:8px;
  padding-bottom:8px;
}

.tbl2 td:first-child {
  padding-right:0;
}
.box-bank-offline .title h3,.banner-box .title h3{
  font-size: 20px;
  padding: 20px 0px 10px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 2px solid #ffc107;
  color: #ffffff;
  font-family: 'Arial',sans-serif;
}
.datatext{
  padding: 15px 0px;
  color: #d48a07;
}
.jdwloff{
height: 115px !important;
padding: 0px;
margin-top: 5px;
}
.jdwloff tr{
  border-bottom: 1px solid #0e82a7;
  line-height: 21px;
}
.jdwloff ul{
list-style-type: none;
  margin-left: 0px;
  border: none;
  height: 120px !important;
  display: flex;
  z-index: 1;
  width: 320px;
  overflow: hidden;
}
.jdwloff ul>li{
  /* width: 100%; */
  width: 155px;
  list-style: none;
  display: block;
  text-align: left;
  padding-bottom: 2px !important;
  vertical-align: middle;
  line-height: 13px;
  height: 130px;
  padding: 5px 0px 0px 15px !important;
}
.noone{
padding-right: 3px;
border: none;
/*vertical-align: -webkit-baseline-middle;*/
}
.noone{
  width: 77px !important;
  float: left;
}
.noone.right{
  min-width: 236px !important;
  text-align: left !important;
  display: block;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 11px;
}
.noone.left{
    margin-left: 3px;
}
.noone p{
  margin:0px;
  font-size: 12px;
  line-height: 1.5;
}
.noone img{
  text-align: center;
  height: 31px;
  width: 100%;
}
.noone span{
  float: right;
}
.footer-text-bank p{
  font-size: 12px;
  margin-bottom: 0px;
  padding-top: 5px;
}
.pb10{
  padding-bottom: 10px !important;
  padding-left: 0px !important;
}
.pb15 {
    padding-bottom: 15px !important;
    padding-left: 0px !important;
}
.nomargin{
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.bg-brown{
  background-color: #c00600;
}

.bg-brownsoft{
  background-color: #9c8671;
}
.lobby-game p{
  text-align: center;
    height: 22px;
    margin-bottom: 0px;
    overflow: hidden;
    margin: 5px 0px;
}
.home-game-design ,.lobby-game {
    position: relative;
}
.home-game-design.live-dealer {
    width: 158px !important;
    height: 260px !important;
}
.home-game-design.live-dealer img {
    height: 260px;
}
.noimage530.live-dealer {
    height: 395px !important;
}
.home-game-design.live-dealer:hover {
    opacity: 0.8;
}
.lobby-game.live-dealer {
    /*width: 357px !important;*/
}
.lobby-game.slot-lobby.hogaming-live-bigger {
    width: 357px !important;
}
.lobby-game.idnlive{
    width: 175.5px !important;
}
.idnlive.idnlive-lobby{
    width: 357px !important;
}
.idnlive.pp-lobby{
    width: 357px !important;
}
.lobby-game.live-dealer:hover{
    opacity: 0.8;
}
.lobby-game.big-space {
    width: calc(100% - 8px) !important;
    margin: 0px 3px 10px 3px;
    height: auto;
}
.lobby-game.big-space img{
    height: auto;
}
.lobby-game.big-space .middle.live-dealer {
    height: 85% !important;
}
.lobby-game.big-space .lobby-game-btn {
    font-size: 12px;
    margin-top: 90px;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.line-grey{
  margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid #aeaeae ;
}
.centerbtn{
  display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #0000006e;
  width: 100%;
  height: 125px;
  z-index: 3;
}
.middle.lobby{
  height: 135px !important;
}
.middle.live-dealer {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 65%;
  text-align: center;
  background: transparent;
  width: auto;
  height: auto;
}
.middle.lobby.live-dealer{
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 49%;
  text-align: center;
  background: transparent;
  width: 100%;
  height: auto;
}
.middle.idnlive{
  /*background: rgba(0, 0, 0, 0.6) !important;*/
}
.lobby-game.idnlive-lobby .middle.idnlive-lobby{
  background: transparent !important;
  display:block;
}
.lobby-game.idnlive .middle{
  display:none;
}
.lobby-game.idnlive:hover .middle{
  display:block;
}
.home-game-design:hover .image ,.lobby-game:hover .image {
  opacity: 0.3;
}

.home-game-design:hover .middle ,.lobby-game:hover .middle {
  opacity: 1;
}
.howtoplay-list{
  margin: 12px 0px 0px;
  width:970px;
  justify-content:center;
}
.text {
  color: #000;
  font-size: 12px;
  border-radius: 5px;
}
.box-center-vip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  padding: 10px;
  text-align: center;
  width: 585px;
  margin: 0 auto;
}
.box-center-download{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 5px;
  text-align: center;
  width: 540px;
  margin: 0 auto;
}
.center-down{
  display: block;
  margin: 0 auto;
}
.wd140{
  width: 140px !important;
}
.news-img {
    cursor: pointer;
    min-height: 185px;
    padding: 15px;
}
.bg-previlege,.bg-hot{
  /* background-color: #000000;
  color: #fff;
  padding: 15px 15px 3rem;
  min-height: 60rem; */
}
.bg-event,.bg-promotion{
  /* background: #000 url(../img/vip/bg.jpg) repeat 50% 0;
  overflow-x: hidden;
  color: #eac587;
  padding: 15px 15px 3rem;
  min-height: 60rem; */
}
/* .hover-effect {
  display: none;
  position: absolute;
  z-index: 6;
  right: -9.1rem;
  top: 53.6rem;
}
.hover-effect:hover {
  display: block;
} */
.btn-gold{
  height: 48px;
  border: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px !important;
  color: #000 !important;
  text-transform: capitalize;
  background-image: linear-gradient(to bottom, #ffffff, #f7d698,#b48120,#6c4922);
}
.btn-gold:hover{
  background-image: linear-gradient(to bottom, #765122, #7f5821,#a98b51,#c1b7ac);
}
.img-responsive{
  width: 100%;
  padding-bottom: 15px;
}
.bg-purpledark{
  background-color: #030b1b;
}

span.icon-isoftbet.sprite-icon{
    position: absolute;
    height: 23px;
    width: 24px;
    background-position: 0px 0px;
    background-image: url(../img/icons/game/iSoftbet.png) !important;
    float: left;
    left: -5px;
    top: 5px;
    filter: invert(0%) !important;
}
.icon-idnslot{
  position: absolute;
  top: 3px;
  left:-5px;
  height: 25px;
  width: 24px;
  background-position: 0 0;
  background-image: url(../img/icons/game/idnslot.png) !important;
  background-size: 23px;
  background-repeat: no-repeat;
  filter: invert(0%) !important;
}
.icon-skywind {
    position: absolute;
    height: 23px;
    width: 24px;
    background-position: 0;
    background-image: url(../img/icons/game/skywind-logo.png) !important;
    left: -5px;
    top: 5px;
    filter: invert(0%)!important;
}
.icon-playstar {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: -1px 0;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/playstar-icon.png?v=1) !important;
    background-size: 100%;
 }
 .icon-playtech {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 4px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/playtech-logo.svg) !important;
    background-repeat: no-repeat;
 }
 .icon-spade-gaming {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/spadegaming-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 87%;
 }
 .icon-ttg {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/ttg-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 64%;
 }
 .icon-top-trend-gaming {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/ttg-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 64%;
 }
 .icon-red-tiger {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/red-tiger-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 87%;
 }
 .icon-cq9 {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/cq9-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
 }
 .icon-pg-soft {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/pg-icon-w.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
 }
 .icon-booming {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 1px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/bg-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 85%;
 }
 .icon-playsons {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 2px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/playsons-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 79%;
 }
 .icon-gameart {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px -1px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/gameart-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 97%;
 }
 .icon-betsoft {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 0px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/betsoft.png) !important;
    background-repeat: no-repeat;
    background-size: 103%;
 }
.icon-gameplay {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 1px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/gameplay.png) !important;
    background-repeat: no-repeat;
    background-size: 85%;
 }
.icon-rtg {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 2px 1px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/rtg.png) !important;
    background-repeat: no-repeat;
    background-size: 62%;
 }
 .icon-btg {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 1px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/btg-icon-w.png) !important;
    background-repeat: no-repeat;
    background-size: 24px;
 }
.icon-mannaplay {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 4px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/mannaplay-icon-w.png) !important;
    background-repeat: no-repeat;
    background-size: 26px;
 }
 .icon-gmw {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 0px 6px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/gmw-icon-c.png) !important;
    background-repeat: no-repeat;
    background-size: 29px;
 }
 .icon-nlc {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 3px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/nlc-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 20px;
}
.icon-dodo-gaming {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 3px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/dodo-icon.svg) !important;
    background-repeat: no-repeat;
    background-size: 13px;
}
.icon-reevo{
    top: 3px;
    left:-2px;
    background-image: url(../img/icons/game/reevo-icon.webp) !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 0 3px;
    filter: invert(0%) !important;
    height: 30px;
    width: 30px;
}
.icon-fast-spin{
    top: 3px;
    left:-2px;
    background-image: url(../img/icons/game/fastspin-icon.svg) !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 0 3px;
    filter: invert(0%) !important;
    height: 30px;
    width: 30px;
}
.sprite-icon2 {
    background-image: url(../img/icon-sprite-2.png);
    background-repeat: no-repeat;
    float: left;
    margin: 2px 4px;
}
.sprite-icon {
    background-image: url(../img/icon-sprite-2.png);
    float: left;
    margin: 2px;
    filter: invert(100%);
    margin-left: 1px;
}
.icon-tomhorn {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 24px;
    background-position: -303px 70px;
}
.icon-microgaming {
   position: absolute;
   left: -5px;
   height: 25px;
   width: 24px;
   background-position: 0px 0;
   filter: invert(0%);
   background-image: url(../img/icons/game/mg-logo.png);
}
.icon-habanero{
  position: absolute;
  left: -5px;
  height: 25px;
  width: 24px;
  background-position: -1px 0;
  filter: invert(0%);
  background-image: url(../img/icons/game/hb-logo.png);
}
.icon-spinomenal{
  position: absolute;
    left: -5px;
    height: 25px;
    width: 24px;
    background-position: -280px 70px;
}
.icon-pragmatic-play,.icon-pragmatic {
    /*position: absolute;
    margin-left: -20px;
    height: 25px;
    width: 24px;
    background-position: -76px 92px;*/
    position: absolute;
    left: -15px;
    height: 34px;
    width: 36px;
    background-position: -2px -4px;
    background-image: url(../img/icons/game/pp.png) !important;
    background-size: 53px;
    filter: invert(0%);
}
.icon-table-card {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 33px;
    background-position: -155px 88px;
}
.icon-new-games {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 28px;
    background-position: -51px 93px;
}
.icon-video-poker {
    position: absolute;
    left: -5px;
    height: 24px;
    width: 25px;
    background-position: -24px 93px;
}
.icon-hogaming-games ,.icon-hogaming ,.icon-hogaming-slot {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 25px;
    background-position: -232px 93px;
}
.icon-other-games {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 25px;
    background-position: -183px 93px;
}
/*  */
.partner-opus {
    height: 28px;
    width: 155px;
    background-position: 0px -243px;
}
.partner-luckystreak {
  height: 37px;
  width: 41px;
  background-position: 47px -153px;
  background-size: 490px;
}
.partner-hogaming {
    height: 30px;
    width: 86px;
    background-position: -164px -238px;
    margin-top: -5px;
}
.partner-pragmatic {
  height: 36px;
    width: 86px;
    background-position: -258px -233px;
    margin-top: -5px;
}
.partner-habanero {
  height: 36px;
    width: 106px;
    background-position: -350px -233px;
    margin-top: -5px;
}
.partner-microgaming {
  height: 36px;
width: 106px;
background-position: -463px -233px;
margin-top: -5px;
}
.partner-tomhorn {
  height: 26px;
  width: 104px;
  background-position: -327px 185px;
  background-size: 490px !important;
}
.partner-isoftbet {
  height: 26px;
  width: 83px;
  background-position: -16px 0;
  background-image: url(../img/isoftbet.png);
}
.partner-idnlive {
  height: 26px;
  width: 104px;
  background-position: 0px 6px;
  background-size: 106px;
  background-image: url(../img/icons/game/idnlive.png);
}
.partner-skywind {
    height: 34px;
    width: 118px;
    background-position: 0;
    background-image: url(../img/skywind-footer.png);
}
.partner-playstar {
    height: 33px;
    width: 100px;
    background-position: 0 -1px;
    background-image: url(../img/playstar-footer.png);
    background-repeat: no-repeat;
    background-size: 96px;
 }
 .partner-playtech {
    height: 33px;
    width: 100px;
    background-position: 0 4px;
    background-image: url(../img/playtech-footer.png);
    background-repeat: no-repeat;
    background-size: 99px;
 }
 .partner-spadegaming {
    height: 33px;
    width: 108px;
    background-position: 0 3px;
    background-image: url(../img/spadegaming-footer.png);
    background-repeat: no-repeat;
    background-size: 107px;
 }
 .partner-ttg {
    height: 33px;
    width: 108px;
    background-position: 0 3px;
    background-image: url(../img/ttg-footer.png);
    background-repeat: no-repeat;
    background-size: 107px;
 }
 .partner-red-tiger {
    height: 33px;
    width: 108px;
    background-position: 0 3px;
    background-image: url(../img/red-tiger-footer-w.png);
    background-repeat: no-repeat;
    background-size: 107px;
 }
 .partner-cq9 {
    height: 33px;
    width: 71px;
    background-position: -10px 3px;
    background-image: url(../img/cq9-footer.png);
    background-repeat: no-repeat;
    background-size: 93px;
 }
 .partner-pgsoft {
    height: 33px;
    width: 100px;
    background-position: 0px 3px;
    background-image: url(../img/pg-footer-w.png);
    background-repeat: no-repeat;
    background-size: 100px;
 }
 .partner-bg {
    height: 33px;
    width: 100px;
    background-position: 10px 0px;
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: 78px;
    filter: brightness(0) invert(1);
 }
 .partner-playson {
    height: 33px;
    width: 108px;
    background-position: 0px 8px;
    background-image: url(../img/playson-footer.png);
    background-repeat: no-repeat;
    background-size: 106px;
 }
 .partner-gameart {
    height: 33px;
    width: 100px;
    background-position: 0px 7px;
    background-image: url(../img/gameart-footer.png);
    background-repeat: no-repeat;
    background-size: 100px;
    filter: brightness(0) invert(1);
 }
 .partner-betsoft {
    height: 33px;
    width: 100px;
    background-position: 5px -1px;
    background-image: url(../img/betsoft.png);
    background-repeat: no-repeat;
    background-size: 86px;
 }
.partner-gameplay {
    height: 33px;
    width: 100px;
    background-position: 0px 6px;
    background-image: url(../img/gameplayfoot.png);
    background-repeat: no-repeat;
    background-size: 101px; 
 }
.partner-rtg {
    height: 33px;
    width: 100px;
    background-position: 0px 6px;
    background-image: url(../img/rtg.png);
    background-repeat: no-repeat;
    background-size: 101px;
    filter: brightness(0) invert(1);
 }
 .partner-evogaming {
    height: 33px;
    width: 100px;
    background-position: 0px -4px;
    background-image: url(../img/evo-gaming.png);
    background-repeat: no-repeat;
    background-size: 101px;
 }
 .partner-btg {
    height: 33px;
    width: 100px;
    background-position: -1px 4px;
    background-image: url(../img/btg-footer-w.png);
    background-repeat: no-repeat;
    background-size: 101px;
 }
.partner-mannaplay {
    height: 33px;
    width: 100px;
    background-position: -2px 4px;
    background-image: url(../img/mannaplay-footer-w.png);
    background-repeat: no-repeat;
    background-size: 104px;
 }
 .partner-gmw {
    height: 33px;
    width: 100px;
    background-position: 8px 4px;
    background-image: url(../img/gmw-footer-c.png);
    background-repeat: no-repeat;
    background-size: 80px;
 }
 .partner-ebet {
    height: 33px;
    width: 100px;
    background-position: 6px 4px;
    background-image: url(../img/ebet-footer.png);
    background-repeat: no-repeat;
    background-size: 89px;
 }
 .partner-wm-casino {
    height: 33px;
    width: 100px;
    background-position: 8px 1px;
    background-image: url(../img/wm-casino-footer.png);
    background-repeat: no-repeat;
    background-size: 85px;
 }
.partner-sexy-gaming {
    height: 33px;
    width: 100px;
    background-position: 11px 1px;
    background-image: url(../img/sexy-gaming-footer.png);
    background-repeat: no-repeat;
    background-size: 80px;
 }
.bg-alter{
    background: rgba(74,78,89,1) !important;
    background: -moz-linear-gradient(top, rgba(74,78,89,1) 0%, rgba(74,78,89,1) 35%, rgba(47,47,55,1) 80%, rgba(47,47,55,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,78,89,1)), color-stop(35%, rgba(74,78,89,1)), color-stop(80%, rgba(47,47,55,1)), color-stop(100%, rgba(47,47,55,1))) !important;
    background: -webkit-linear-gradient(top, rgba(74,78,89,1) 0%, rgba(74,78,89,1) 35%, rgba(47,47,55,1) 80%, rgba(47,47,55,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(74,78,89,1) 0%, rgba(74,78,89,1) 35%, rgba(47,47,55,1) 80%, rgba(47,47,55,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(74,78,89,1) 0%, rgba(74,78,89,1) 35%, rgba(47,47,55,1) 80%, rgba(47,47,55,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(74,78,89,1) 0%, rgba(74,78,89,1) 35%, rgba(47,47,55,1) 80%, rgba(47,47,55,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4e59', endColorstr='#2f2f37', GradientType=0 ) !important;
    height: 188px;
}
.btn-alter{
  position: absolute;
    margin-left: 66px;
    margin-top: -45px;
}
.alter-link-icon {
  height: 74px;
  width: 108px;
  background-position: -284px -3px;
  background-size: 400px;
  margin-left: 67px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    display: none;
}
.nivo-controlNav {
    padding: 15px 0;
    margin-top: -50px;
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 262px !important;
}
.nivo-controlNav a{
  background-color: #ffffff;
  font-size: 3px;
  border-radius: 100px;
  padding: 3px 4px;
  margin: 5px;
  border: 1px solid #9d9d9d;
  opacity: 0.6;
}
.nivo-controlNav a.active{
  opacity: 1;
}
.btn-curve{
  border-radius: 3px;
}
.link-d {
  height: 400px;
  width: 145px;
  position: absolute;
  right: -146px;
  top: 35rem;
  z-index: 2;
  border-bottom: 3px solid #ffdb00;
  opacity: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 90%,rgba(147, 224, 252, 0.51) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%,rgba(147, 224, 252, 0.51) 100%);
}
.link-d:hover{
  opacity: 1;
}

.live-dealer-img {
    height: 152px;
    width: 180px;
    background-position: -57px -11px;
    margin: 32px 0 15px 76px;
}
.slot-games-img {
    height: 133px;
    width: 227px;
    background-position: -288px -11px;
    margin: 39px 0 27px 54px;
}
.product-content {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  height: 60px;
}
.dps-form {
    width: 100%;
    float: left;
}

/*new design*/
.deposit-item{
    background: #a70500;
    /* padding: 5px 20px; */
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    /* margin-left: 30px; */
}
.deposit-item div{
    display: flex;
}
.dp-sched-txt{
    list-style-type: none;
    flex-direction: row;
    display: flex;
    margin: 0;
    padding: 0;
}
.dp-sched-txt li{
    /*display: flex;*/
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: auto;
    color: #fff;
}
.dp-icon-status{
    /*margin: 0;*/
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dp-sched-img{
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 0;
    padding: 10px;
}
.dp-status{
    margin:0 0 0 10px;
}
.dp-online{
    border-radius: 25px;
    background: #2fd835;
    height: 13px;
    width: 13px;
    color: #ffffff;
    z-index: 1000;
    float: left;
    margin-right: 10px;
}
.dp-issue{
    border-radius: 25px;
    background: orange;
    height: 13px;
    width: 13px;
    color: #ffffff;
    z-index: 1000;
    float: left;
    margin-right: 10px;
}
.dp-offline{
    border-radius: 25px;
    background: #ca2424;
    height: 13px;
    width: 13px;
    color: #ffffff;
    z-index: 1000;
    float: left;
    margin-right: 10px;
}
.dp-logo{
    margin: 0 10px;
}
.dp-logo img{
    width: 89px;
}
.dp-text{
    /*width: 100%;*/
    margin: auto;
}
.dp-text p{
    margin:0 0 0 12px;
}
.ebanking-btn {
    width: 154px;
    height: 31px;
    background: linear-gradient(#f0f0f0, #8f8f8f);
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
}
.ebanking-btn img{
   width: 57px;
   float: left;
   margin-top: 8px;
   margin-left: 10px;
}
.ebank-img.cimb{
    width: 64px !important;
    margin-top: 10px !important;
}
.ebank-img.mega{
    width: 65px !important;
    margin-top: 11px !important;
    margin-left: 3px;
}
.ebank-img.jenius{
    margin-top: 6px;
    margin-left: 5px;
}
.ebank-img.mandiri{
    width: 52px !important;
    margin-top: 4px !important;
    margin-left: 5px;
}
.ebank-img.bri{
    margin-top: 9px !important;
    margin-left: 7px;
}
.ebank-img.panin{
    margin-top: 12px !important;
    margin-left: 7px;
}
.nomor {
    margin-left: 10px;
    color: #fff;
    text-transform: capitalize !important;
    background: #21a455;
    padding: 3px 16px;
    border-radius: 4px;
    position: absolute;
    margin-top: 3px;
    font-size: 11px;
}
.bgdepo-inner{
    background: #d6d6d6;
    border-radius: 15px;
}
.depo-title-radius{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.dp-drop-select{
    float: left;
    margin: 1px 0 0 5px;
    padding: 5px 0;
}
.header-link-img{
    margin-top: -3px;
    margin-right: -2px;
    height: 11px;
}
.header-link-text{
    color: #fff;
    font-family: 'Allerlt',sans-serif;
}

#notification-dewacrm {
  background: #fbab4a !important;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}

.nw-content-text strong{
color: #000 !Important;
}
.nw-dropdown-container {
  right: 0 !important;
  background: #efefed !important;
  border-left: 4px #a80501 solid !important;
}

.nw-arrow::before {
  right: 3px !important;
}

.nw-content-details {
  text-align: left !important;
}

#notification-icon-dewacrm {
  color: #ffffff !important;
}

.nw-content-title{
  font-family: arial, sans-serif !important;
  font-size: 13px !important;
  color: #5d0a0a !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

.nw-content-text {
  padding: 10px !important;
}

.nw-content-body{
  font-family: 'Allerlt',sans-serif;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 16px;
  color: #000 !important;
}

#nw-desktop-modal-show-more-content.nw-modal-box__content{
  border: 3px solid #651616;
  background: #efefed !important;
}

#nw-desktop-modal-show-more-content h3{
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1rem;
  margin: 0px;
  font-family: arial, sans-serif;
  background: #740808 !important;
}

#nw-desktop-modal-show-more-content .nw-content-divider{
    border-top: 3px solid #941f1f;
    margin:0px;
}

#nw-desktop-modal-show-more-content .nw-pre{
   font-size: 13px;
   color: #000 !important;
}

.nw-content-redirect {
  text-decoration: none;
  font-size: 12px;
  color: #ffffff !important;
  background: #740808 !important;
  border: 0;
  border-bottom: 3px solid #481107;
}

.nw-all-notifications{
  padding: 0px !important;
}

.nw-badge:after {
    height: 1.3rem !important;
    top: -0.6rem !important;
    width: 1.3rem !important;
    right: -15px !important;
}

.nw-modal-box__content .nw-content-details {
  padding: 10px 10px 20px 10px !important;
}

.nw-modal__close, .nw-modal__close:hover {
  line-height: 1.75 !important;
  padding: 0 0 0 1px !important;
}

.nw-content-divider {
  border-top: 1px solid #a80501 !important;
}
.promo-badge-sprite {
    width: 66px;
    height: 62px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 99;
}
.badge-tournament-pp {
    background-image: url(../img/icons/pp-promo-badge.png);
    background-size: 65px;
}
.badge-tournament-flash {
    background-image: url(../img/icons/promo-flash.png);
    background-size: 134px;
}
.badge-tournament-slot-mania {
    background-image: url(../img/icons/pp-slot-mania.png);
    background-size: 37px;
    z-index: 1;
    top: 10px;
    right: 6px !important;
}
.badge-tournament-cash-splash {
    background-image: url(../img/icons/ttg-cash-splash.png);
    background-size: 37px;
    z-index: 1;
    top: 10px;
    right: 6px !important;
}
.badge-tournament-gold-pot {
    background-image: url(../img/icons/gold-pot.png);
    background-size: 37px;
    z-index: 1;
    top: 10px;
    right: 6px !important;
}
.badge-tournament-bonuszila {
    background-image: url(../img/icons/pg-bonuszila.png);
    background-size: 39px;
    z-index: 1;
    top: 10px;
    right: 6px !important;
}
.promo-badge-sprite-right{
    width: 39px;
    height: 48px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}
.badge-tournament-daily-win{
    background-image: url(../img/icons/pp-daily-win.png);
    background-size: 154px;
    z-index: 1;
}
.popup-login-grouptext{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #c51817;
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 30px;
    color: #fff;
}
.popup-login-textbox{
    width: 250px !important;
    background-color: #E0E0E0;
    border: 0px solid !important;
    height: 30px;
}
.popup-login-logo{
    display: inline-block;
    height: 57px;
}
.popup-login-passhide{
    position: absolute;
    background: none;
    border: none;
    width: 10%;
    right: 4%;
    padding: 0;
    margin-top: 3px;
    font-size: 17px;
}
.popup-login-passhide:focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.popup-login-clear{
    clear: both;
    height: 9px;
}
.popup-masuk{
    width: 285px !important;
    border-radius: 0px !important;
}
.carousel-control-next {
    right: 0;
    height: 80px;
    width: 80px;
    padding-right: 80px;
    top: 6rem;
}
.carousel-control-prev {
    left: 0;
    height: 80px;
    width: 80px;
    padding-left: 80px;
    top: 6rem;
}
.nw-all-notifications{
  background: #740808 !important;
  padding: 7px 0 !important;
}
.nw-all-notifications h1{
  padding:0;
}
.nw-content-modal{
  background: #fff !important;
}
.lobby-game.opus-lobby.lobi-opus-gaming-bigger{
  width: 100% !important;
}
.lobby-game.lobi-opus-gaming-bigger{
  width: 176px !important;
}
.lobby-game.hogaming-lobby.lobi-hogaming-bigger{
  width: 100% !important;
}
.lobby-game.lobi-hogaming-bigger{
  width: 176px !important;
}
.lobby-game.ebet-lobby.lobi-ebet-bigger, 
.lobby-game.evolution-lobby.lobi-evolution-bigger, 
.lobby-game.pp-lobby.lobi-pragmatic-live-casino-bigger{
  width: 100% !important;
}  
.lobby-game.lobi-ebet-bigger{
  width: 176px !important;
}
.lobby-game.opus-lobby.lobi-opus-gaming-bigger .lobi-opus-gaming-bigger{
  /* left: 280px !important; */
}
.lobby-game.lobi-opus-gaming-bigger .lobi-opus-gaming-bigger{
  /* left: 48px !important; */
}
.lobby-game.lobi-live-casino-bigger .lobi-live-casino-bigger{
  left: 75px !important;
  top: -7px !important;
}
.lobby-game.live-dealer .middle.lobby{
    display:none;
}
.lobby-game.mg-live.mg-live-lobby{
    width: 100% !important;
}
.lobby-game.mg-live.mg-live-lobby img{
    width: 100% !important;
}
.home-game-design:hover .middle, .lobby-game:hover .middle{
    display: block !important;
}
.opus-sm.opus-lobby{
  width: 357px !important;
}
.hogaming-sm.hogaming-lobby{
  width: 357px !important;
}
.sg8.ebet-lobby, .sg8.evolution-lobby, .mg-live-lobby{
  width: 357px !important;
} 
.sbobet.wm-casino, .sbobet.wm-casino-lobby,
.idnlive.wm-live-casino, .idnlive.wm-casino-lobby{
  width: 357px !important;
} 
.sbobet.sexy-gaming, .sbobet.sexy-gaming-lobby,
.idnlive.sbo-sexy-gaming, .idnlive.sexy-gaming-lobby, .idnlive.mg-live-lobby{
  width: 357px !important;
}
.dp_barcode img:hover {
    transform: scale(2.5) translateX(24px) translateY(-26px);
}
.dp_barcode img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    margin:0!important;
    transform: scale(1.5) translateX(14px) translateY(-12px);
}
.js-marquee-wrapper:hover{
  animation-play-state: paused !important;
}
div#notification-dewacrm {
    position: relative;
    float: right;
    margin: 7px 0px 0px 0px;
    background-color: #fbab4a !important;
    padding: 0 5px;
    border-radius: 5px;
}
.notification-dewacrm-container{
    padding: 12px 15px;
}
.user-navbar-section{
    display: flex;
}
.label-refnum {
	float: left;
}
.container-refnum {
	padding-left: 5px;
	width: 90%;
}
.input-refnum {
	width: 100%;
	min-height: 30px;
	max-height: 60px;
}
.need-help-refnum {
	color: #da9e19;
	text-decoration: underline;
}
.lobby-game.wm-live-casino.lobi-wm-casino-bigger{
  width: 100% !important;
}
.lobby-game.lobi-wm-casino-bigger{
  width: 176px !important;
}
.lobby-game.sexy-gaming.lobi-sexy-gaming-bigger,
.lobby-game.sbo-sexy-gaming.lobi-sexy-gaming-bigger{
  width: 100% !important;
}
.lobby-game.lobi-sexy-gaming-bigger{
  width: 176px !important;
}
.lobby-game.sbo-casino-game.lobi-sbo-casino-bigger{
  width: 100% !important;
}
.lobby-game.lobi-sbo-casino-bigger{
  width: 176px !important;
}
.lobby-game.idntrade.lobi-idntrade-bigger,
.lobby-game.idntrade.lobi-idntrade-bigger{
  width: 100% !important;
}
.lobby-game.lobi-idntrade-bigger{
  width: 176px !important;
}
/*deposit changes*/
.dps-schedule-div {
    width: 385px;
    float: left;
    margin-right: 17px;
}
.dps-method-div {
    width: 565px;
    float: left;
}
.pay-method{
    color: white;
    background: #a70500;
    border-radius: 10px 10px 0px 0px;
    font-size: 15px;
    border: 0;
    text-align: center;
    padding: 15px 32px;
    margin-left: 4.6px;
}
.pay-nav-tabs{
    padding: 14px 0;
}
.pay-nav-tabs .pay-method.active, .pay-nav-tabs .pay-method:hover{
    color: white;
    background: #790204;
}
.pay-nav-tabs .pay-method.deposit-tab{
    margin-left: 0;
}
.pay-nav-tabs .pay-method.qr-pay {
    margin-right: 0;
}
.pay-method-ios{
    padding: 15px 36.5px !important;
}

.pay-nav-tabs-ios{
    padding: 12px 0 !important;
}
.dps-bank-idrx {
    padding: 0px 11px;
}
.dps-method-pd {
    padding: 10px 15px;
    border-radius: 0;
}
.voucher-input{
    width: 98% !important;
}
.depo-service-zero{
    margin: 0;
}
.depo-service-auto{
    margin: auto;
}
.depo-service-left{
    background: #a70500;
    border-radius: 25px 0 0 25px;
    padding: 20px 0;
    font-size: 15px;
}
.depo-service-right{
    background: #fff;
    color: black;
    border-radius: 0 25px 25px 0;
    padding: 8px 0;
    font-size: 15px;
}
.depo-fee-title{
    color: white;
}
.depo-fee-left{
    background: white;
    color: black;
    border-radius: 10px;
    padding: 3px 0;
    text-align: center;
    font-weight: bold;
    margin-top: -3px;
}
.depo-fee-right{
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
}
.depo-service-radio{
    float: left;
    background: white;
    width: 118px;
    height: 35px;
    margin: 5px 2px;
    border-radius: 20px;
    padding: 0 10px;
    cursor:pointer;
}
.depo-service-radio input{
    position: relative;
    top: 3px;
}
.depo-service-radio img{
    width: 75px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.depo-radio:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.depo-radio:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00a651;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.depo-service-radio.dtatmbersama img{
    width: 57px;
    margin-left: 5px;
}
.depo-service-radio.dtarthagraha img{
    width: 57px;
    margin-left: 5px;
}
.depo-submit-btn{
    width:130px;
}
.depo-qr-radio {
    float: left;
    background: white;
    width: 100%;
    height: 85px;
    border-radius: 20px;
    padding: 0 10px;
    color: black;
}
.depo-qr-radio img {
    width: 55px;
    margin: 0 3px;
}
.depo-qr-radio img:first-of-type {
    width: 104px;
    margin: 7px 15px 10px 20px;
}
.depo-qr-img{
    width: 70px;
}
.depo-qr-radio input{
    position: relative;
    top: -25px;
}
.depo-qr-radio span{
    font-size: 20px;
}
.label-refnum {
    float: left;
    width: 155px;
}
.container-refnum {
    padding-left: 5px;
    width: 87%;
}
.input-refnum {
    width: 94%;
    min-height: 30px;
    max-height: 60px;
}
.need-help-refnum {
    color: #da9e19; 
    text-decoration: underline;
}
.fade:not(.show) {
    opacity: 0;
    display: none !important;
}
.icon-netent {
    position: absolute;
    left: -5px;
    height: 25px;
    width: 29px;
    background-position: 1px 2px;
    filter: invert(0%) !important;
    background-image: url(../img/icons/game/netent-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 23px;
}
.partner-netent {
    height: 33px;
    width: 100px;
    background-position: 6px 1px;
    background-image: url(../img/netent-footer.png);
    background-repeat: no-repeat;
    background-size: 89px;
 }

 .partner-slotmania {
    float: left;
    width: 116px;
    height: 39px;
    margin-top: 0;
    background-position: 4px 6px;
    margin-left: 6px !important;
    background-image: url(../img/footer/slot-mania.png) !important;
    background-repeat: no-repeat !important;
    background-size: 80px;
}

 /* koin88 */

 .btn-koin88{
    padding:5px 10px !important;
}
.btn-koin88 img{
    width: 60px;
    vertical-align: sub;
}
.koin88-icon {
    transition: transform 0.3s ease;
}

.koin88-icon:hover {
    transform: scale(1.1);
}
.height-30px{
    height: 30px !important;
    padding: 5px 10px;
}
.user-points{
    text-align: right;
}
.psn-memo i{
    font-size: 16px;
    padding: 7px 4px;
}

.user-header-nav{
    display: inline-flex;
    justify-items: center;
    align-items: center;
    list-style-type:none;
    float: inline-end;
    margin-bottom: 5px;
}
.user-header-nav li{
    list-style: none;
    border-right: 1px solid #464646;
    padding: 5px 10px;
}
.user-header-nav li:last-child{
    border: none;
    padding: 5px 2px 5px 10px;
}
.user-header-nav span{
    color: #fff;
}
#bonus-corner img{
    width: 100px;
}
.user-dropdown{
    position: relative;
}
.account-detail {
    margin-top: 5px !important;
    width: 100% !important;
    min-width: 250px;
}
.pesan-container{
    position: relative;
}

.account-detail a, .pesan-container i{
    color:#fff;
}

#memo-notif{
    font-size: 9px;
    height: 16px !important;
    top: -9px !important;
    width: 16px !important;
    right: -9px !important;
}

.username-icons-dp, .pesan-container{
    display: inline-flex;
    gap: 5px;
    align-items: baseline;
}
.username-icons-dp img{
    height: 11px;
}
.user-dropdown .account-detail {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    z-index: 100;
}

.user-header-nav li:hover{
    background-color: #c00600;
}
.account-detail li:hover{
    background-color: #a12521;
}
.user-header-nav > li:nth-child(1){
    background-color: transparent;
    padding: 2px 10px !important;
}
.header-buttons{
    display: inline-flex;
    float: inline-end;
    gap:5px;
    padding: 10px 0px 20px;
}
.user-dropdown:hover .account-detail {
    display: block;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    animation: smoothSlideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.user-dropdown > ul > li > a{
    display: inline-flex;
    align-items: center;
    padding-top: 3px;
}
.user-dropdown > ul > li > a > img{
    height: 15px;
    width: 15px;
}
.notification-dewacrm-container {
    padding: 0px;
}

.rounded-2x{
    border-radius: 2px;
}

@keyframes smoothSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-15px);
        visibility: visible;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.user-dropdown .fa-caret-down {
    transition: transform 0.3s ease;
}

.user-dropdown:hover .fa-caret-down {
    transform: rotate(180deg);
}
@keyframes bell-ring {
    0% { transform: rotate(0); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); }
    60% { transform: rotate(7deg); }
    80% { transform: rotate(-7deg); }
    100% { transform: rotate(0); }
}

.bell-animation:hover {
    animation: bell-ring 0.8s ease;
    transform-origin: top;
}

.bank-accounts {
    row-gap: 1rem;
}

.bank-accounts .col-md-3 {
    padding-right: 5px;
    padding-left: 15px;
}

.bank-accounts .card {
    height: 100%;
    margin: 0;
	background-color: #a13224 !important;
}

.bank-accounts .card .card-header, .bank-accounts .card .card-footer {
	padding: 0.25rem 1rem !important;
}

.bank-accounts .card .card-header img {
	height: 2rem;
}

.bank-accounts .card .text-sub {
	font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
}

.bank-accounts .card.add-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    border: 2px dashed #ffffff80;
    cursor: pointer;
}

.bank-accounts .card.add-new button {
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 2rem;
	font-weight: bold;
    line-height: 1rem;
}

.bank-accounts .card .card-footer span {
    display: block;
    padding: 8px 22px;
	font-weight: bold;
}

.bank-accounts .card .card-footer .default {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
}

.bank-accounts .card .card-footer span.text-rejected {
    color: #ff0018;
}