:root {
  --btn-color-1: #f50000;
  --btn-color-2: #910000;
  --btn-hover-color-1: #bbf900;
  --btn-hover-color-2: #41a401;
  --black: #000;
  --white: #fff;
}

/* Setting Display and Alignment */
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}

/*--------------------------------------------------------------
# Badge
--------------------------------------------------------------*/
/*.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}*/

/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
.d-flex {
  display: flex !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: end !important;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
.m-xxl-0 {
  margin: 0 !important;
}
.m-xxl-1 {
  margin: 0.25rem !important;
}
.m-xxl-2 {
  margin: 0.5rem !important;
}
.m-xxl-3 {
  margin: 1rem !important;
}
.m-xxl-4 {
  margin: 1.5rem !important;
}
.m-xxl-5 {
  margin: 3rem !important;
}
.m-xxl-auto {
  margin: auto !important;
}
.mx-xxl-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xxl-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-xxl-0 {
  margin-top: 0 !important;
}
.mt-xxl-1 {
  margin-top: 0.25rem !important;
}
.mt-xxl-2 {
  margin-top: 0.5rem !important;
}
.mt-xxl-3 {
  margin-top: 1rem !important;
}
.mt-xxl-4 {
  margin-top: 1.5rem !important;
}
.mt-xxl-5 {
  margin-top: 3rem !important;
}
.mt-xxl-auto {
  margin-top: auto !important;
}
.me-xxl-0 {
  margin-right: 0 !important;
}
.me-xxl-1 {
  margin-right: 0.25rem !important;
}
.me-xxl-2 {
  margin-right: 0.5rem !important;
}
.me-xxl-3 {
  margin-right: 1rem !important;
}
.me-xxl-4 {
  margin-right: 1.5rem !important;
}
.me-xxl-5 {
  margin-right: 3rem !important;
}
.me-xxl-auto {
  margin-right: auto !important;
}
.mb-xxl-0 {
  margin-bottom: 0 !important;
}
.mb-xxl-1 {
  margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
  margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
  margin-bottom: 1rem !important;
}
.mb-xxl-4 {
  margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
  margin-bottom: 3rem !important;
}
.mb-xxl-auto {
  margin-bottom: auto !important;
}
.ms-xxl-0 {
  margin-left: 0 !important;
}
.ms-xxl-1 {
  margin-left: 0.25rem !important;
}
.ms-xxl-2 {
  margin-left: 0.5rem !important;
}
.ms-xxl-3 {
  margin-left: 1rem !important;
}
.ms-xxl-4 {
  margin-left: 1.5rem !important;
}
.ms-xxl-5 {
  margin-left: 3rem !important;
}
.ms-xxl-auto {
  margin-left: auto !important;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.p-xxl-0 {
  padding: 0 !important;
}
.p-xxl-1 {
  padding: 0.25rem !important;
}
.p-xxl-2 {
  padding: 0.5rem !important;
}
.p-xxl-3 {
  padding: 1rem !important;
}
.p-xxl-4 {
  padding: 1.5rem !important;
}
.p-xxl-5 {
  padding: 3rem !important;
}
.px-xxl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-xxl-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-xxl-0 {
  padding-top: 0 !important;
}
.pt-xxl-1 {
  padding-top: 0.25rem !important;
}
.pt-xxl-2 {
  padding-top: 0.5rem !important;
}
.pt-xxl-3 {
  padding-top: 1rem !important;
}
.pt-xxl-4 {
  padding-top: 1.5rem !important;
}
.pt-xxl-5 {
  padding-top: 3rem !important;
}
.pe-xxl-0 {
  padding-right: 0 !important;
}
.pe-xxl-1 {
  padding-right: 0.25rem !important;
}
.pe-xxl-2 {
  padding-right: 0.5rem !important;
}
.pe-xxl-3 {
  padding-right: 1rem !important;
}
.pe-xxl-4 {
  padding-right: 1.5rem !important;
}
.pe-xxl-5 {
  padding-right: 3rem !important;
}
.pe-xxl-6 {
  padding-right: 6rem !important;
}
.pb-xxl-0 {
  padding-bottom: 0 !important;
}
.pb-xxl-1 {
  padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
  padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
  padding-bottom: 1rem !important;
}
.pb-xxl-4 {
  padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
  padding-bottom: 3rem !important;
}
.ps-xxl-0 {
  padding-left: 0 !important;
}
.ps-xxl-1 {
  padding-left: 0.25rem !important;
}
.ps-xxl-2 {
  padding-left: 0.5rem !important;
}
.ps-xxl-3 {
  padding-left: 1rem !important;
}
.ps-xxl-4 {
  padding-left: 1.5rem !important;
}
.ps-xxl-5 {
  padding-left: 3rem !important;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(1px * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/*--------------------------------------------------------------
# Callout
--------------------------------------------------------------*/
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  color: #212529;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.375rem - 1px);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  line-height: unset;
}
body {
  background: #000;
  overflow-x: hidden;
}
.wrapper {
  background: rgb(0, 0, 0, 0.6);
  padding: 75px 0 97px 0;
}
.wrapper,
.navbar-fixed,
.bottom-nav-bar {
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  body {
    background-position: bottom !important;
  }
}

/*--------------------------------------------------------------
# Header Navber
--------------------------------------------------------------*/
.navbar-fixed {
  right: 0;
}
.navbar-fixed,
.navbar-fixed .brand-logo {
  height: 75px;
}
.navbar-fixed .brand-logo {
  margin: 0 auto;
}
.navbar-fixed .brand-logo img {
  max-width: 200px;
  max-height: 65px;
}
.navbar-fixed ul {
  bottom: 0;
}
.navbar-fixed ul li {
  margin: unset;
}
.navbar-fixed ul li:last-child {
  margin-left: unset;
}
@media screen and (max-width: 500px) {
  .navbar-fixed {
    background-size: 100% 100% !important;
  }
}

/*--------------------------------------------------------------
# Side Navbar
--------------------------------------------------------------*/
.side-nav {
  width: 300px;
  padding-bottom: unset;
}
.side-nav .menu-body {
  padding-bottom: 80px;
}
.user-view .balance .btn-withdraw {
  left: 0px;
  background: unset;
}
.user-view ol .deposit-btn {
  width: 90px;
}

/*--------------------------------------------------------------
# Running Text
--------------------------------------------------------------*/
#running-text {
  background-color: #ececec;
  color: #424242;
  font-size: 1.15rem;
  padding: 0;
  height: 35px;
}
#running-text .container {
  width: 100%;
}
.news-content {
  margin-left: 10px;
}
.news-content p {
  display: inline;
}

main {
  min-height: calc(100vh - 75px - 80px);
}

/*--------------------------------------------------------------
# Main Menu, Home, Togel, Casino, etc.
--------------------------------------------------------------*/
.game-front-wrapper {
  background-position: center !important;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.game-group-front .nav-link {
  line-height: unset;
  width: 100%;
}
.game-group-front .nav-link > i {
  background: url(../images/common/toto/icon-menu-w.png) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100%;
}
.game-group-front .nav-link > i.lottery {
  background-position: center -45px;
}
.game-group-front .nav-link > i.sports {
  background-position: center -90px;
}
.game-group-front .nav-link > i.casino {
  background-position: center -135px;
}
.game-group-front .nav-link > i.slot {
  background-position: center -180px;
}
.game-group-front .nav-link > i.cock_fighting {
  background-position: center -225px;
}
.game-group-front .nav-link > i.games {
  background-position: center -270px;
}
.game-group-front .nav-link > .nav-name {
  height: 25px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.game-front-menu .provider-item-list li {
  margin: 3px;
}
.game-item-list ul li {
  width: 33.33%;
}

/*--------------------------------------------------------------
# Button Account
--------------------------------------------------------------*/
#btn-account .btn {
  height: 45px;
  line-height: 45px;
  padding: unset;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
#btn-account .btn-deposit,
#btn-account .btn-transfer,
#btn-account .btn-withdraw {
  font-size: 1rem;
}
#btn-account .btn-withdraw {
  margin-right: 0px;
}

@media only screen and (max-width: 575px) {
  #btn-account .col-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

/*--------------------------------------------------------------
# Progressive Jackpot
--------------------------------------------------------------*/
#progressive-jackpot .card {
  background-color: unset;
  border: unset;
}
@font-face {
  font-family: "Radar";
  src: url(../fonts/radar/Radar.ttf) format("truetype");
}
.jackpot-amount {
  font-family: "Radar" !important;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  top: 5px;
  bottom: 0;
  right: 0;
  font-size: 5vw;
  width: 66%;
  justify-content: center;
}

@media screen and (min-width: 540px) {
  .jackpot-amount {
    font-size: 2rem !important;
  }
}

/*--------------------------------------------------------------
# Accepted Bank
--------------------------------------------------------------*/
#accepted-bank {
  padding-left: 1rem;
  padding-bottom: 1rem !important;
}
@media (max-width: 360px) {
  #accepted-bank {
    zoom: 0.8;
  }
}
#accepted-bank .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * 1.5rem);
}
.bank-wrapper {
  position: relative;
}
.bank-wrapper > span {
  background: #000;
  width: 160px;
  height: 40px;
  padding-left: 1.41rem;
  margin: 0 15px 15px 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.55rem;
  letter-spacing: 0.5px;
  border: 1px solid #fff;
}
.bank-wrapper [class^="bank-indicator-"] {
  height: 40px;
  position: absolute;
}

/*--------------------------------------------------------------
# Custom Pages
--------------------------------------------------------------*/
.custom-page .page-item li {
  display: inline-flex;
  border-right: unset;
}
.custom-page .page-item a {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Bottom Navbar
--------------------------------------------------------------*/
.bottom-nav-bar {
  z-index: 40;
  height: 80px;
}
.bottom-nav-bar ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 71%;
}
.bottom-nav-bar ul li {
  border-right: unset;
}
.bottom-nav-bar a {
  display: grid;
  margin-bottom: 7px;
}
.bottom-nav-bar [class^="footer-"] {
  background: url(../images/common/toto/icon-footer-w.png) no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.bottom-nav-bar .footer-home {
  background-position: center 0;
}
.bottom-nav-bar .footer-account {
  background-position: center -35px;
}
.bottom-nav-bar .footer-promotion {
  background-position: center -76px;
  width: 50px;
  height: 50px;
}
.bottom-nav-bar .footer-livechat {
  background-position: center -128px;
}
.bottom-nav-bar .footer-download {
  background-position: center -165px;
}
.bottom-nav-bar .bottom-nav-name {
  font-size: 0.715rem;
  font-weight: bold;
  text-transform: uppercase;
  display: grid;
}
.bottom-nav-bar a#Promotions {
  height: 68px;
}

/*--------------------------------------------------------------
# Pool History Number
--------------------------------------------------------------*/
.pool-result-wrapper {
  background-color: transparent;
}
@font-face {
  font-family: BebasNeue;
  src: url("../fonts/bebas-neue/BebasNeue-Regular.ttf") format("truetype");
}
.pool-list-results {
  font-family: "BebasNeue";
}
.pull-head {
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  border: #817e76 3px solid;
  border-bottom: 0;
  background-color: #1e1709;
  color: #fff;
  letter-spacing: 1px;
  height: 30px;
}
.pull-body {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #1e1709;
  border: #817e76 3px solid;
  border-top: 0;
  border-bottom: 0;
  color: #fff;
  letter-spacing: 1px;
  height: 63px;
}
.pull-foot {
  font-size: 14px;
  background: linear-gradient(
    to bottom,
    #9b7c33,
    #a4863d,
    #ac9149,
    #baa35d,
    #c5b26d,
    #d0c17e,
    #d0c17e,
    #d0c17e,
    #d0c17e
  );
  border: #817e76 3px solid;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  color: #000;
  height: 34px;
}
.pull-head,
.pull-body,
.pull-foot {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.box-pull {
  text-decoration: none;
  width: 109px;
  margin: 0 auto;
}
a.box-pull:hover {
  color: #ececec;
}
.pool-table-result {
  font-size: 0.9rem;
}
.pool-list-results a.box-pull > div {
  background-size: contain !important;
  background-position: center !important;
  min-width: auto;
}

/*--------------------------------------------------------------
# Pool Carousel
--------------------------------------------------------------*/
.pool-list-results .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 0 !important;
  height: 100%;
  font-size: 3rem;
  font-weight: bold;
  z-index: -1;
}
.pool-list-results .owl-nav button {
  margin: 0 !important;
  width: 40px;
  background: transparent !important;
}
.pool-list-results .owl-nav button.owl-prev {
  float: left;
  height: 100%;
  margin-left: -30px !important;
}
.pool-list-results .owl-nav button.owl-next {
  float: right;
  height: 100%;
  margin-right: -30px !important;
}

@media (max-width: 399px) {
  .pool-list-results .owl-nav button.owl-prev {
    margin-left: -20px !important;
  }
  .pool-list-results .owl-nav button.owl-next {
    margin-right: -20px !important;
  }
}

/*--------------------------------------------------------------
# Pool History Modal
--------------------------------------------------------------*/
.pool-detail-wrapper > .container {
  max-width: 100% !important;
}
.pool-detail-wrapper table {
  font-size: 1rem;
}

#poolHistoryModal {
  max-width: 540px;
  align-items: center;
}
#poolHistoryModal .modal-dialog,
#poolHistoryModal .modal-content,
#poolHistoryModal .modal-body {
  height: 100%;
  background: #790000;
}
#poolHistoryModal .modal-content {
  padding: 8px;
}
#poolHistoryModal .modal-body {
  margin-top: 15px;
  max-height: calc(100% - 40px);
}
#poolHistoryModal button.close {
  font-size: 2em;
}
#poolHistoryModal .modal-title {
  background-color: transparent;
  padding: 0.25rem 0.5rem;
}
#poolHistoryModal .pool-name {
  text-transform: capitalize;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

#mdlPoolHistory th {
  text-transform: capitalize;
  text-align: justify;
}
#mdlPoolHistory td,
#mdlPoolHistory th {
  padding: 0.75rem 0.25rem;
}

/*--------------------------------------------------------------
# Custom Pages
--------------------------------------------------------------*/
.custom-page .list-inline {
  margin-bottom: 0;
}
.custom-page .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.custom-page .list-inline-item > a:focus,
.custom-page .list-inline-item > a:visited,
.custom-page .list-inline-item > a:active {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Seo Footer
--------------------------------------------------------------*/
.seo-footer {
  text-align: unset;
}
.seo-footer > .infini-logo > img {
  max-height: 30px;
}

/*--------------------------------------------------------------
# Seo Footer
--------------------------------------------------------------*/
#ContactUs span {
  display: inline-flex;
  margin-left: 60px;
  height: 100%;
  align-items: center;
  position: unset;
}

/*--------------------------------------------------------------
# Etc
--------------------------------------------------------------*/
.account-content > .default-wrap {
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Bank
--------------------------------------------------------------*/
.textfield-wrap label {
  display: flex;
  line-height: 30px;
  font-weight: 600;
}

.btn-check {
  background: linear-gradient(180deg, #e7eff1 0%, #bfbfbf 100%);
  border: unset;
}

/*--------------------------------------------------------------
# Favorite
--------------------------------------------------------------*/
.filter-tools .owl-nav span {
  top: -2px;
}

/*--------------------------------------------------------------
# Referral
--------------------------------------------------------------*/
.copyText {
  display: inline-flex;
  height: 28px;
  align-items: end;
  justify-content: center;
}

/*--------------------------------------------------------------
# Bonus Modal
--------------------------------------------------------------*/
#popupPvLs.modal.fade.show {
  max-width: 540px;
  margin: 1rem auto;
}
#popupPvLs.modal,
#popupPvLs .modal-content {
  background-color: #000;
  height: 100%;
}
#popupPvLs.modal .modal-content ul {
  padding-left: 0;
}
#popupPvLs.modal .modal-content ul li {
  margin: unset;
  list-style-type: none;
  border-bottom: none;
}
#popupPvLs.modal .modal-title {
  background-color: unset;
  border-bottom: 2px groove #3c474e;
  font-size: 1.25rem;
  padding: 12px 20px;
}
#popupPvLs .modal-header {
  position: relative;
}
#popupPvLs .modal-body {
  background-color: rgb(128 128 128 / 30%);
  height: calc(100vh - 9rem);
  overflow-y: scroll;
}
#popupPvLs .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#popupPvLs .bonus-wrapper .close {
  color: #000;
}
#popupPvLs .modal-header .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
#popupPvLs .modal-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #000;
}

/*--------------------------------------------------------------
# Bonus
--------------------------------------------------------------*/
.item-provider a {
  padding: 0;
}
.mainPvLs {
  background-color: rgb(128 128 128 / 30%);
}
.mainPvLs .other {
  position: relative;
  background: 0 0;
  color: #000;
}
.mainPvLs img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  transform: translateY(50%);
  margin: 0 auto;
  padding-top: 0;
}
.popupPvLs.bonus-provider-list {
  justify-content: center;
}
.wrapper-provider-list .bonus-provider-list {
  background-color: rgb(128 128 128 / 30%);
}
.bonus-provider-list,
.bonus-provider-list li,
.bonus-provider-list li a {
  border-radius: 0.5rem;
}
.bonus-provider-list li {
  width: 90px;
  float: left;
  margin: 0;
}
@media (min-width: 450px) {
  .bonus-provider-list li {
    width: 110px;
  }
  #popupPvLs.modal .modal-content ul li {
    margin: 0 5px;
  }
}

.bonus-provider-list li a {
  height: 100px;
  padding: 0 10px;
  border-bottom: unset;
  background: unset;
  display: grid;
  justify-content: center;
  align-items: center;
}
.mainPvLs li:last-child {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 0 4px 2px;
  border: 1px solid #ededed;
  margin-right: 0;
}
.bonus-provider-list li a.other span {
  position: absolute;
  bottom: 12px;
  text-transform: uppercase;
  width: 100%;
  font-size: 0.825rem;
  text-align: center;
}
.bonus-provider-list .provider-name {
  height: 30px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.bonus-provider-list .bonus-pvicon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/common/toto/simplified-logo.png) no-repeat;
  background-size: 630px;
  position: relative;
  top: 5px;
}
.bonus-provider-list .bonus-pvicon.pgr,
.bonus-provider-list .bonus-pvicon.pgb {
  background-position: -350px 0;
}
.bonus-provider-list .bonus-pvicon.hb {
  background-position: -560px 0;
}
.bonus-provider-list .bonus-pvicon.plt,
.bonus-provider-list .bonus-pvicon.ptc {
  background-position: 0px -70px;
}
.bonus-provider-list .bonus-pvicon.gpi {
  background-position: -350px -70px;
}
.bonus-provider-list .bonus-pvicon.wm {
  background-position: -560px -70px;
}
.bonus-provider-list .bonus-pvicon.spd {
  background-position: -140px -140px;
}
.bonus-provider-list .bonus-pvicon.sbo {
  background-position: -350px -140px;
}
.bonus-provider-list .bonus-pvicon.jkr {
  background-position: -560px -140px;
}
.bonus-provider-list .bonus-pvicon.cmd {
  background-position: -140px -210px;
}
.bonus-provider-list .bonus-pvicon.awc {
  background-position: -350px -210px;
}
.bonus-provider-list .bonus-pvicon.pgs {
  background-position: -420px -210px;
}
.bonus-provider-list .bonus-pvicon.sbc {
  background-position: -140px -280px;
}
.bonus-provider-list .bonus-pvicon.nbb,
.bonus-provider-list .bonus-pvicon.bbn {
  background-position: -350px -280px;
}
.bonus-provider-list .bonus-pvicon.pst {
  background-position: -560px -280px;
}
.bonus-provider-list .bonus-pvicon.ori {
  background-position: -140px -350px;
}
.bonus-provider-list .bonus-pvicon.cqn {
  background-position: -350px -350px;
}
.bonus-provider-list .bonus-pvicon.ttg {
  background-position: -560px -350px;
}
.bonus-provider-list .bonus-pvicon.bgg {
  background-position: -140px -420px;
}
.bonus-provider-list .bonus-pvicon.sll {
  background-position: -350px -420px;
}
.bonus-provider-list .bonus-pvicon.mcg {
  background-position: -560px -420px;
}
.bonus-provider-list .bonus-pvicon.bng {
  background-position: -140px -490px;
}
.bonus-provider-list .bonus-pvicon.blk {
  background-position: -350px -490px;
}
.bonus-provider-list .bonus-pvicon.prt {
  background-position: -560px -490px;
}
.bonus-provider-list .bonus-pvicon.sba {
  background-position: -140px -560px;
}
.bonus-provider-list .bonus-pvicon.mmg {
  background-position: -350px -560px;
}
.bonus-provider-list .bonus-pvicon.ifd {
  background-position: -560px -560px;
}
.bonus-provider-list .bonus-pvicon.ygg {
  background-position: -140px -630px;
}
.bonus-provider-list .bonus-pvicon.fch {
  background-position: -350px -630px;
}
.bonus-provider-list .bonus-pvicon.adv {
  background-position: -560px -630px;
}
.bonus-provider-list .bonus-pvicon.jli {
  background-position: -140px -700px;
}
.bonus-provider-list .bonus-pvicon.evo {
  background-position: -350px -700px;
}
.bonus-provider-list .bonus-pvicon.bpt {
  background-position: -560px -700px;
}
.bonus-provider-list .bonus-pvicon.bbp {
  background-position: -140px -770px;
}
.bonus-provider-list .bonus-pvicon.dgs {
  background-position: -140px -840px;
}
.bonus-provider-list .bonus-pvicon.prk {
  background-position: -350px -840px;
}
.bonus-provider-list .bonus-pvicon.sng {
  background-position: -560px -840px;
}
.bonus-provider-list .bonus-pvicon.ddo {
  background-position: -140px -910px;
}
.bonus-provider-list .bonus-pvicon.ptg {
  background-position: -350px -910px;
}
.bonus-provider-list .bonus-pvicon.afb {
  background-position: -560px -910px;
}
.bonus-provider-list .bonus-pvicon.wsl {
  background-position: -140px -980px;
}
.bonus-provider-list .bonus-pvicon.hsg {
  background-position: -350px -980px;
}
.bonus-provider-list .bonus-pvicon.mll {
  background-position: -560px -980px;
}
.bonus-provider-list .bonus-pvicon.plk {
  background-position: -140px -1050px;
}
.bonus-provider-list .bonus-pvicon.ftp {
  background-position: -210px -1050px;
}
.bonus-provider-list .bonus-pvicon.fvg {
  background-position: -560px -1050px;
}
.bonus-provider-list .bonus-pvicon.ggs {
  background-position: -140px -1120px;
}
.bonus-provider-list .bonus-pvicon.sag {
  background-position: -350px -1120px;
}

.bonus-grid-template > div {
  font-size: 1.1875rem;
}
.bonus-desc-wrapper {
  position: absolute;
  right: 0;
  bottom: 100px;
  bottom: unset;
  border-radius: 10px;
  max-width: 540px;
}
.bonus-desc-card ._content {
  line-height: 1.5;
}
.bonus-name {
  text-transform: capitalize;
}
.progress,
.progress-value {
  height: 22px;
}
.progress-value {
  display: flex;
  align-items: center;
}

.bonus-pv-icon {
  width: 100px;
  height: 100px;
  padding: unset;
  background: url(../images/common/toto/simplified-logo.png) no-repeat;
}
.bonus-pv-icon {
  background-position: -200px 0;
}
.bonus-pv-icon.pgr {
  background-position: -500px 0;
}
.bonus-pv-icon.hb {
  background-position: -800px 0;
}
.bonus-pv-icon.gpi {
  background-position: -500px -100px;
}
.bonus-pv-icon.plt,
.bonus-pv-icon.ptc {
  background-position: -200px -100px;
}
.bonus-pv-icon.wm {
  background-position: -800px -100px;
}
.bonus-pv-icon.spd {
  background-position: -200px -200px;
}
.bonus-pv-icon.sbo {
  background-position: -500px -200px;
}
.bonus-pv-icon.jkr {
  background-position: -800px -200px;
}
.bonus-pv-icon.cmd {
  background-position: -200px -300px;
}
.bonus-pv-icon.awc {
  background-position: -500px -300px;
}
.bonus-pv-icon.pgs {
  background-position: -600px -300px;
}
.bonus-pv-icon.sbc {
  background-position: -200px -400px;
}
.bonus-pv-icon.bbn {
  background-position: -500px -400px;
}
.bonus-pv-icon.pst {
  background-position: -800px -400px;
}
.bonus-pv-icon.ori {
  background-position: -200px -500px;
}
.bonus-pv-icon.cqn {
  background-position: -500px -500px;
}
.bonus-pv-icon.ttg {
  background-position: -800px -500px;
}
.bonus-pv-icon.bgg {
  background-position: -200px -600px;
}
.bonus-pv-icon.sll {
  background-position: -500px -600px;
}
.bonus-pv-icon.mcg {
  background-position: -800px -600px;
}
.bonus-pv-icon.bng {
  background-position: -200px -700px;
}
.bonus-pv-icon.blk {
  background-position: -500px -700px;
}
.bonus-pv-icon.prt {
  background-position: -800px -700px;
}
.bonus-pv-icon.sba {
  background-position: -200px -800px;
}
.bonus-pv-icon.mmg {
  background-position: -500px -800px;
}
.bonus-pv-icon.ifd {
  background-position: -800px -800px;
}
.bonus-pv-icon.ygg {
  background-position: -200px -900px;
}
.bonus-pv-icon.fch {
  background-position: -500px -900px;
}
.bonus-pv-icon.adv {
  background-position: -800px -900px;
}
.bonus-pv-icon.jli {
  background-position: -200px -1000px;
}
.bonus-pv-icon.evo {
  background-position: -500px -1000px;
}
.bonus-pv-icon.bpt {
  background-position: -800px -1000px;
}
.bonus-pv-icon.dgs {
  background-position: -200px -1200px;
}
.bonus-pv-icon.prk {
  background-position: -500px -1200px;
}
.bonus-pv-icon.sng {
  background-position: -800px -1200px;
}
.bonus-pv-icon.ddo {
  background-position: -200px -1300px;
}
.bonus-pv-icon.ptg {
  background-position: -500px -1300px;
}
.bonus-pv-icon.afb {
  background-position: -800px -1300px;
}
.bonus-pv-icon.wsl {
  background-position: -200px -1400px;
}
.bonus-pv-icon.hsg {
  background-position: -500px -1400px;
}
.bonus-pv-icon.mll {
  background-position: -800px -1400px;
}
.bonus-pv-icon.plk {
  background-position: -200px -1500px;
}
.bonus-pv-icon.ftp {
  /*background-position: -500px -1500px;*/
  filter: unset;
}
.bonus-pv-icon.fvg {
  /*background-position: -500px -1500px;*/
  filter: unset;
}
.bonus-pv-icon.ggs {
  /*background-position: -500px -1500px;*/
  filter: unset;
}
.bonus-pv-icon.sag {
  filter: unset;
}

/*--------------------------------------------------------------
# Profile page
--------------------------------------------------------------*/
.input-field input[readonly] {
  background-color: unset;
}
.login-show-pass {
  display: flex;
  align-items: center;
  justify-content: center;
}
.textfield-wrap i:not(.btn-reload-captcha) {
  top: 7px;
}
.validation-error i.btn-reload-captcha {
  color: #fff;
}
.btn-reload-captcha {
  position: unset;
  line-height: 40px;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Promotion Page
--------------------------------------------------------------*/
.promotion-act-link {
  cursor: pointer;
}
.promotions-list [class^="promo-"] {
  color: var(--white);
}
.promotions-list .card-img-overlay {
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background-color: rgb(0 0 0 / 60%);
  top: unset;
  zoom: 0.8;
}
.promotions-list .card-text:last-child {
  margin-bottom: 1rem;
}
.promo-title {
  font-weight: 700;
  font-size: 1.25rem;
}
.btn-promotion-detail {
  color: #fff;
  background-color: #f98230;
  border-color: #f98230;
  zoom: 0.8;
  width: 102px;
  display: flex;
  margin: 0 auto;
  margin-top: 1rem;
  justify-content: center;
  letter-spacing: normal;
}

/*--------------------------------------------------------------
# Popup Banner Mobile
--------------------------------------------------------------*/
#PopupBanner.modal {
  background-color: unset;
}
#PopupBanner .modal-content {
  padding: 0;
}
#PopupBanner .modal-title {
  padding: 0;
  background: unset;
  box-shadow: unset;
}
#PopupBanner .modal-title .logo {
  height: 40px;
  margin: 0 auto;
  display: flex;
}
#PopupBanner .close {
  position: absolute;
  top: 1px;
  right: 0;
  text-shadow: unset;
  color: unset;
  width: 40px;
  height: 40px;
  background: url(../images/common/close_icon.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  cursor: pointer;
}
#PopupBanner .modal-body {
  margin-top: 10px;
}

.socmed-heading {
  color: #fff;
}

/*--------------------------------------------------------------
# Leaderboard
--------------------------------------------------------------*/
.leaderboard-title {
  color: #fff;
}
.card-leaderboard .card {
  background-color: #222;
}
.card-leaderboard .card-header {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.card-leaderboard .card-body {
  height: 210px;
}

/* deposit */
.bootstrap-select .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #adadad;
  border-radius: 3px;
  color: #424242;
  padding: 0 8px;
  height: 40px;
  letter-spacing: 0.5px;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

.dropdown-toggle::after {
  display: none !important;
}
.filter-option-inner-inner {
  margin-top: 0.62rem !important;
}
