@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: "TheLedDisplaySt";
  src: url('../fonts/The Led Display St.ttf');
}

:root {
  --body-color : #1a2c38;
  --primary-color: #9a0000;
  --g-primary-color: #690404;
  --primary-dark: hsl(34 100% 10%);
  --primary-accent: #025c85;
  --primary-light: hsl(34 100% 25%);
  --secondary-color: hsl(34 100% 50%);
  --g-secondary-color: hsl(34 100% 47%);
  --mode-greydark: #f1c40f;
  --mode-greylight: #f39c12;
  --text-color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #000000;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

/* Component */

a {
  color: var(--text-color);
  font-weight: 400!important;
}

a:hover {
  color: var(--primary-color);
  font-weight: 400!important;
  text-decoration: none;
}

.container-fluid {
  margin: 0!important;
  padding: 0!important;
}

.form-control {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

.form-control:focus{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

::placeholder {
  color: #9c9c9c !important;
  font-size: 14px;
  opacity: .5 !important;
}

.btn {
  width: auto;
  height: 30px;
  line-height: 14px!important;
  color: var(--text-color);
  font-size: 14px;
  border-radius: 3px;
}

.btn-main {
  background-color: var(--mode-greylight);
  font-weight: 400;
  text-transform: uppercase;
}

.btn-main:hover {
  background-color: var(--mode-greydark);
  color: var(--text-color);
  font-weight: 400;
  text-transform: uppercase;
}

.btn-transaksi {
  background-color: var(--mode-greylight);
  text-transform: normal;
}

.btn-transaksi:hover,
.btn-transaksi:focus,
.btn-transaksi.active {
  background-color: var(--mode-greydark);
  color: var(--text-color);
  text-transform: normal;
  border-bottom: 3px solid var(--primary-color);
}

.btn-secondaries {
  background-color: var(--primary-color);
  font-weight: 400;
  text-transform: uppercase;
}

.btn-secondaries:hover {
  background-color: var(--g-primary-color);
  color: var(--text-color);
  font-weight: 400;
  text-transform: uppercase;
}

.btn-provider {
  height: 50px;
  line-height: 45px;
  font-weight: 700;
}

.card {
  background: none;
  border: 0!important;
  border-radius: 0!important;
}

.paddingadjust {
  padding: 2px;
}

.paddingadjustdp {
  padding: 5px 2px;
}

.btnGame {
  width: 100%;
  height: 190px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  cursor: pointer;
}

.button-text {
  color: white;
  font-size: 17px;
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.info_box {
  background:#690404 !important; height: 36px; padding: 3px 0;
}

.info_box_icon {
  float: left; width: 50px; height: auto;
}

.info_box_text {
  float: left; width: 90%; height: auto;
}

.user_info {
  padding: 3px 10px;
  background-color: #b12d2d;
  margin-right: 5px;
  border-radius: 8px;
  position: absolute;
  right: 5px;
}

.section_player {
  display: inline-block;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.user_infoicon {
  font-size: 15px;
  vertical-align: middle;
}

.lbUserName {
  color: #2ce085;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
}

.head_section {
  height: 150px;
}

@media (max-width: 480px) {
  .btnGame {
    height: 110px !important;
  }

  .info_box_text {
    float: left; width: 80%; height: auto;
  }

  .user_info {
    padding: 0px 10px;
    margin: 2px;
      margin-left: 2px;
    border-radius: 8px;
    top: 3px;
  }

  .section_player {
    margin-top: -5px;
    display: block;
  }

  .lbUserName, .lbCredit {
    font-size: 11px;
    padding-right: 5px;
  }

  .btn.user_btnWallet {
    height: 25px!important;
    line-height: 20px!important;
  }

  .user_btnWallet {
    font-size: 11px;
    padding: 2px 4px 1px 4px;
    margin-bottom: 3px;
  }

  .head_section {
    height: 90px;
  }

  .web_logout{
    display: none;
  }
}

/* Component */

/* Header */

.navbar .web_navbar {
  background-color: black;
  padding-top: 8px;
  padding-bottom: 3px;
}

.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: rgba(255,255,255,.5);
  font-size: 16px;
  padding: 10px 15px;
}

.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
  color: var(--text-color);
  font-size: 16px;
  background: linear-gradient(#ff4200 0%,#bc0000 50%, #9a0000 100%);
  background:-webkit-linear-gradient(#ff4200 0%,#bc0000 50%, #9a0000 100%);
} 

@media (max-width: 480px) {
  .navbar ul.navbar-nav li.nav-item a.nav-link {
    text-align: left!important;
    width: 100%;
    padding: 10px 15px !important;
    border-top: 1px solid #da6868;
  }
}
/* Header */

/* Content */

.form-tab-heading {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}

.form-heading-subtab.active:before {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 0;
  height: 2px;
  background-color: var(--primary-color);
}

.form-heading-subtab.active {
  opacity: 1;
}

.form-heading-subtab {
  width: 100%;
  padding-bottom: 7px;
  color: var(--mode-dark);
  opacity: .6;
  font-weight: 700;
  position: relative;
}

.deposit .form-group {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #000;
  padding: 8px;
}

.deposit.form-control {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

.deposit .form-control:focus{
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

::placeholder {
  color: #000 !important;
  font-size: 14px;
  opacity: .5 !important;
}

section .promoList {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

section .promoListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.box_promo {
  width: 100%;
  height: 275px;
  overflow: hidden;
  border-radius: 5px;
}

.box_promo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.box_promo .box_detail {
  display: none;
}

.box_promo:hover .box_detail {
  display: block;
}

.box_promo .box_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0,0,0,0.5);
  width: 100%;
  padding: 8px;
}

.box_promo .box_detail h5{
  font-size: 16px;
  font-weight: 700;
}

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

.zoom:hover {
  transform: scale(1.1);
}

section .togelList {
  display: grid;
  grid-gap: 0;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6,minmax(0,1fr));
}

section .togelListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .togelListColoumn .market {
  border-radius: 15px;
  border: 2px solid #bb0000;
  margin: 10px;
  padding-top: 5px;
  padding-left:15px;
  padding-right:15px;
  text-align: center;
}

section .togelListColoumn .marketlogo img {
    width: 35px;
    height: 35px;
}

section .togelListColoumn .marketname {
    padding:2px 0;
    color:white;
    font-size:13px;
}

section .togelListColoumn .marketperiod {
    color: #a6a6a6;
    font-size: 14px;
}

section .togelListColoumn .marketdate {
    color:#bf9282;
    font-size: 14px;
}

section .togelListColoumn .marketresultdiv {
    text-align:center;
}

section .togelListColoumn .marketresult {
    color: #ffec6d;
    background-color: #980000;
    padding: 2px 10px;
    font-weight:bold;
    margin-top:5px;
    font-size: 14px;
}

section .gameList {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6,minmax(0,1fr));
}

section .gameListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameListColoumn .gameList_box {
  width: 100%;
  height: 160px;
}

section .gameProviderList {
  display: grid;
  grid-gap: 0;
  grid-auto-flow: dense;
  grid-template-columns: repeat(7,minmax(0,1fr));
}

section .gameProviderListColoumn {
  background-color: var(--mode-greylight);
  color: var(--text-color);
  width: 100%;
  height: 75px;
  line-height: 70px;
  margin-bottom: 5px;
  vertical-align: middle;
  border: 1px solid #000;
}

section .gameProviderListColoumn:hover,
section .gameProviderListColoumn.active {
  background-color: var(--mode-greydark);
  color: var(--text-color);
  text-transform: normal;
}

section .gameListSlot {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6,minmax(0,1fr));
}

section .gameListSlotColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameListSlotColoumn .gameList_box {
  width: 100%;
  height: 160px;
}

section .gameListSlotColoumn .gameList_box .progress {
  position: relative; bottom: -85px; left: 0px; z-index: 1;background: rgb(255,255,255,0.5); height: 25px; border-radius: 0px;
}

section .gameHomeListSlot {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

section .gameHomeListSlotColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameHomeListSlotColoumn .gameList_box {
  width: 100%;
  height: 300px;
}

section .gameListCasino {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 50px;
}

section .gameListCasinoColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameListCasinoColoumn .casinoListBox {
    width: 100%;
    height: 425px !important;
  }

section .casinoList {
  column-count: 4;
  column-gap: 5px;
}

section .casinoListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .sportList {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

section .sportListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .sportListColoumn .gameList_box {
  width: 100%;
  height: 300px;
}

.deposit, .withdraw {
  width: 100%;
  padding: 5px 15px;
  height: 180px;
}

.tbldeposit, .tblwithdraw, .tblBank {
  width: 100%;
  text-align: center;
}

.dwtitle {
  vertical-align: middle;
  display: inline;
  font-family: Arial;
}

.banklist {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    
    height: 180px;
}

.dwPlyName {
    color: white;
    font-size:12px;
    display:inline-block;
}

.dwPlyCredit {
    color: #ffec1e;
    font-size:14px;
    display:inline-block;
    padding:0 15px;
}

.tbldeposit tbody ul li, .tblwithdraw tbody ul li  {
    padding:1px 10px;
    width:100%;
}

.dwtitle{
    vertical-align:middle;
    display:inline;
    font-family:Arial;
}

.bankLogo {
    width: 113px;
}

@media (max-width: 480px) {
  section .togelList {
    display: grid;
    grid-gap: 0;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  section .togelListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .togelListColoumn .market {
    border-radius: 15px;
    border: 2px solid #bb0000;
    margin: 10px;
    padding-top: 5px;
    padding-left:15px;
    padding-right:15px;
    text-align: center;
  }

  section .togelListColoumn .marketlogo img {
      width: 35px;
      height: 35px;
  }

  section .togelListColoumn .marketname {
      padding:2px 0;
      color:white;
      font-size:13px;
  }

  section .togelListColoumn .marketperiod {
      color: #a6a6a6;
      font-size: 14px;
  }

  section .togelListColoumn .marketdate {
      color:#bf9282;
      font-size: 14px;
  }

  section .togelListColoumn .marketresultdiv {
      text-align:center;
  }

  section .togelListColoumn .marketresult {
      color: #ffec6d;
      background-color: #980000;
      padding: 2px 10px;
      font-weight:bold;
      margin-top:5px;
      font-size: 14px;
  }
  section .promoList {
    display: grid;
    grid-gap: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(1,minmax(0,1fr));
  }

  section .promoListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameProviderListMobile {
    display: grid;
    grid-gap: 0;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  section .gameProviderListMobileColoumn {
    background-color: var(--mode-greylight);
    color: var(--text-color);
    width: 100%;
    height: 75px;
    line-height: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    border: 1px solid #000;
  }

  section .gameProviderListMobileColoumn:hover,
  section .gameProviderListMobileColoumn.active {
    background-color: var(--mode-greydark);
    color: var(--text-color);
    text-transform: normal;
  }

  section .gameList {
    display: grid;
    grid-gap: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  section .gameListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameListColoumn .gameList_box {
    width: 100%;
    height: 125px;
  }
  
  section .gameListSlotColoumn .gameList_box .progress {
    position: relative; bottom: -50px; left: 0px; z-index: 1;background: rgb(255,255,255,0.5); height: 25px; border-radius: 0px;
  }

  section .gameListSlot {
    display: grid;
    grid-gap: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  section .gameListSlotColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameListSlotColoumn .gameList_box {
    width: 100%;
    height: 125px;
  }

  section .gameListCasino {
    display: grid;
    grid-gap: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 10px;
  }

  section .gameListCasinoColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameListCasinoColoumn .casinoListBox {
    width: 100%;
    height: 250px!important;
  }

  section .sportList {
    display: grid;
    grid-gap: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  section .sportListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .sportListColoumn .gameList_box {
    width: 100%;
    height: 200px;
  }

  .box_promo {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
  }

  .box_promo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .box_promo .box_detail {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0,0.5);
    width: 100%;
    padding: 8px;
  }

  .box_promo .box_detail h5{
    font-size: 16px;
    font-weight: 700;
  }

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

  .zoom:hover {
    transform: scale(1.1);
  }
}

/* Content */

/* Footer */

footer {
  margin-top: 10px;padding-top:25px;padding-bottom:15px;background:linear-gradient(#ae0000 0%,#320c0c 40%);color:#936655;
}

footer .foot_top {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-color);
}

footer a {
  font-weight: 400!important;
}

footer a:hover {
  color: var(--primary-color);
  font-weight: 400!important;
}

footer h5.footTitle {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}

.foot_icon {
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
}

.foot_icon a img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.footertext {
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
}

@media (max-width: 480px) {
  
}

/* Footer */

/* Sidebar */

.sticky-left {
    position: fixed;
    top: 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9900;
  top: 0;
  right: 0;
  background: #1a0924;
  transition: 0.5s;
}

.sidenavTop {
  width: 100%;
}

.sidenav .sidebarMenuLeft {
  background-color: var(--primary-color);
  column-count: 6;
  column-gap: 2px;
  padding: 10px 5px;
}

.sidenav .sidebarMenuLeft .sidebarMenuLeftItem {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  width: 40px;
}

.sidenavBottom {
  background: #071d2a;
  width: 100%;
  height: 100%;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link {
  background : none;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  -webkit-transition: line-height 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
  border-bottom: 1px solid #343a40;
  padding: 1rem;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link:hover {
  background: rgb(253,208,23,0.3);
  color: #FFB302!important;
}


/* Sidebar */
