/* * {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  line-height: 20px;
} */

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.hidden {
  display: none !important;
}
.shown {
  display: block !important;
}


.clearfloat {
  clear: both;
}


.container.pb-5.mb-5 > .row.justify-content-center.mb-4 > .col-md-6.text-center {
  padding: 0;
}


/*---- Preloader Page ----*/
#preloader-page {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
}
#preloader-page #spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: url('../image/preloader-3.gif') no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*---- End of Preloader Page ----*/


/*---- Button ----*/
.btn {
  position: relative;
  padding: 10px 20px;
  width: 100%;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  outline: none !important;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-main {
  color: #fff;
  background-color: #1cb7b4;
}
.btn:hover {
  opacity: 0.9;
  color:#fff !important;
}
.btn[disabled='disabled'] {
  cursor: default;
  opacity: 1;
}
.btn img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn img.email {
  left: 15px;
}
.btn img.phone {
  left: 17px;
}
/*---- End of Button ----*/


/*---- Change Placeholder Color ----*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bababa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bababa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bababa;
}
/*---- End of Change Placeholder Color ----*/


/*---- Hide Input Type Number Arrows ----*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
  margin: 0;
  -webkit-appearance: none;
}
input[type=number] { /* Firefox */
  -moz-appearance: textfield;
}
/*---- End of Hide Input Type Number Arrows ----*/


/*---- Container Login ----*/
.container-login {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-size: cover;
  background-image: url('../image/login_background.png');
  background-image: url('../image/login_background.png'), linear-gradient(to bottom, #396afc , #2a49ff);
  background-repeat: no-repeat;
  background-position: center;
}
.container-login h5 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.container-login .login-top {
  z-index: 1;
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.container-login .login-top img {
  width: 70%;
  min-width: 220px;
  max-width: 350px;
}
.container-login .login-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  min-width: 220px;
  max-width: 350px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-login .login-center h5 {
  margin-bottom: 20px;
}
.container-login .login-center .container-button .btn-main {
  margin-top: 20px;
}
.container-login .login-center .container-form div {
  padding: 15px 20px 25px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.container-login .login-center .container-form div input {
  margin-bottom: 15px;
  padding: 8px 0;
  width: 100%;
  color: #000;
  text-align: center;
  outline: none !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bababa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container-login .login-center .container-form div input:last-child {
  margin-bottom: 0;
}
.container-login .login-center .container-form div input:focus {
  border-color: #1cb7b4;
}
.container-login .login-center .btn#btn-submit {
  margin-top: 20px;
  width: 100%;
}
.container-login .login-center a {
  display: block;
  margin-top: 15px;
  color: #fff;
  opacity: 0.7;
}
.container-login .login-center a:hover {
  opacity: 1;
}
.container-login .login-center a[disabled='disabled'] {
  cursor: default;
  opacity: 0.7;
}
.container-login .login-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  /*left: 0;*/
}
.container-login .login-bottom img {
  display: block;
  width: 100%;
  height: auto;
}
/*---- End of Container Login ----*/


/*---- Container Page ----*/
.container-page {
  position: relative;
}
.container-page .banner {
  position: relative;
  width: 100%;
}
.container-page .banner img {
  display: block;
  width: 100%;
  height: auto;
}
.container-page .banner .container-score {
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 100%;
}
.container-page .banner .container-score .score-left,
.container-page .banner .container-score .score-right {
  flex: 1;
  text-align: center;
}
.container-page .banner .container-score .score-left div,
.container-page .banner .container-score .score-right div {
  margin: 0 auto;
  width: 127px;
  height: 40px;
  background-size: cover;
  background-image: url('../image/score_background.png');
  background-repeat: no-repeat;
  background-position: center;
}
.container-page .banner .container-score div img.image-left {
  float: left;
  display: inline-block;
  margin-top: 6px;
  margin-left: 6px;
  width: 24px;
  height: 24px;
}
.container-page .banner .container-score div img.image-right {
  float: right;
  display: inline-block;
  margin-top: 5px;
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.container-page .banner .container-score .score-left span {
  width: 55px;
}
.container-page .banner .container-score .score-right span {
  margin-left: -6px;
  width: 80px;
}
.container-page .banner .container-score div span {
  display: inline-block;
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  font-family: 'Supermercado One', cursive;
  line-height: 24px;
}
.container-page .content {
  padding: 30px 20px 70px 20px;
}
.container-page .content.top-up {
  background-size: cover;
  background-image: url('../image/topup_background.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top;
}
.container-page .content h1 {
  margin: 0 0 30px 0;
  color: #0d0d0d;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  line-height: 26px;
}
.container-page .content .container-list-box {
  padding: 0 0 20px 0;
}
.container-page .content .container-list-box h2 {
  margin-bottom: 10px;
  color: #0d0d0d;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  line-height: 22px;
}
.container-page .content .container-list-box h2 a {
  float: right;
  color: #6e6e6e;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: 20px;
}
.container-page .content .container-list-box ul {
  list-style: none;
}
.container-page .content .container-list-box ul li {
  float: left;
  width: 33.33333333%;
}
.container-page .content .container-list-box .box-game {
  display: block;
  padding: 10px;
  text-align: center;
}
.container-page .content .container-list-box .box-game img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.container-page .content .container-list-box .box-game p {
  display: -webkit-box;
  margin-top: 10px;
  height: 40px;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-page .content .container-list-box ol {
  margin-left: 20px;
}
.container-page .content .container-list-box ol li {
  height: 70px;
  border-bottom: 1px solid #bfbfbf;
}
.container-page .content .container-list-box ol li:last-child {
  border-bottom: none;
}
.container-page .content .container-list-box ol li .box-leaderboard {
  display: flex;
  position: relative;
  top: 15px;
}
.container-page .content .container-list-box ol li .box-leaderboard img {
  margin: 0 15px;
  border-radius: 8px;
}
.container-page .content .container-list-box ol li .box-leaderboard div {

}
.container-page .content .container-list-box ol li .box-leaderboard div h4 {
  color: #2c3bf5;
  font-size: 14px;
  line-height: 20px;
}
.container-page .content .container-list-box ol li .box-leaderboard div p {

}
.container-page .content .container-list-box ol li .box-leaderboard h3 {
  margin-top: 5px;
  color: #3c3c3c;
  font-size: 24px;
  line-height: 30px;
}
.container-page .content .panel {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px 50px 25px 50px;
  width: 150px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.container-page .content .panel h3 {
  margin-bottom: 10px;
  color: #2c3bf5;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  line-height: 26px;
}
.container-page .content .panel .btn {
  margin-top: 15px;
  padding: 6px 12px;
}
/*---- End of Container Page ----*/


/*---- Footer ----*/
.footer {
  z-index: 99999;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
}
.footer ul {
  text-align: center;
  list-style: none;
}
.footer ul li {
  float: left;
  position: relative;
  padding: 10px 0;
  /* width: 33.33333333%; */
  width: 20%;
  min-height: 32px;
  max-height: 32px;
}
.footer ul li a {
  display: block;
  margin: 0 auto;
  width: 29px;
  transition: none !important;
}
.footer ul li a.active {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 50%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer ul li a.active:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 66px;
  height: 43px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  box-shadow: 0 -4px 10px 0 rgb(0 0 0 / 15%);
}
.footer ul li a.active:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  /* width: 70px;
  height: 70px; */
  background: linear-gradient(180deg, #396AFC 0%, #2948FF 100%);
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer ul li a.active span {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 96px;
  height: 52px;
  background-color: #fff;
}
.footer ul li a img {
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.footer ul li a:hover img {
  opacity: 0.8;
}
.footer ul li a.active img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}


/*---- End of Footer ----*/


/*---- Modal ----*/
/* .modal {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #396afc , #2a49ff);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 30px;
  width: 70%;
  min-width: 260px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal-content h3 {
  margin-bottom: 20px;
  color: #2c3bf5;
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  line-height: 30px;
}
.modal .modal-content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.modal .modal-content p {
  margin-bottom: 5px;
}
.modal .modal-content .btn {
  margin-top: 20px;
}
.modal .modal-content a {
  display: block;
  margin-top: 15px;
  color: #bcbcbc;
} */
/*---- End of Modal ----*/


/*---- Toast Container ----*/
.toast-container {
  z-index: 99999;
  position: fixed;
  right: 0;
  bottom: -100px;
  left: 0;
  margin: 0 auto;
  width: 80%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.toast-container.show {
  bottom: 22px;
}

.toast-container .toast {
  padding: 15px 20px;
  color: #fff;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
/*---- End of Toast Container ----*/


#toolbarContainer {
  display: none !important;
}

a{
  text-decoration: none !important;
}

.footer, .footer li, .footer a::after, .footer a::before {
  box-sizing: unset !important;
}
.footer ol, .footer ul {
  padding-left: 0px;
}

/* *, ::after, ::before {
  box-sizing: unset !important;
} */
