﻿@charset "utf-8";

body {
  background-color: #131315;
  color: #ffffff;
  font-family:
    "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",
    Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header {
  padding: 15px;
  background: #1d1d1e;
}

.login {
  margin-top: 20px;
}

.login .btn {
  text-transform: uppercase;
}

.login .btn:hover {
  color: #ffffff;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  /* margin-top: -6px; */
}

.log {
  color: #ffffff;
  border: 0px;
  background: #1062a2;
  padding: 4px 14px;
  height: 28px;
}

.reg {
  background: #f8da3a;
  color: #000000 !important;
  text-shadow: 1px 1px 1px #ffffff;
  border: 0px;
  padding: 4px 14px;
  height: 28px;
}

.user {
  line-height: 30px;
  display: flex;
  justify-content: end;
  gap: 5px;
}

.form-control {
  height: 28px;
}

.user span {
  color: #53b9ec;
}

.time {
  float: right;
  margin-top: 2px;
  color: #a6a6a6;
}

.nav {
  text-transform: uppercase;
  font-size: 14px;
  background: #1062a2;
}

.nav .active {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav li {
  float: left;
  /* padding: 0px 13px; */
}

.nav li a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 11px 0px;
  text-decoration: none;
  position: relative;
}

.nav li:last-child {
  padding-right: 0px;
}

.nav li a:hover,
.dropdown:hover .dropbtn {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav li.dropdown {
  display: inline-block;
  position: inherit;
}

.nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(5 35 58);
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.nav .dropdown-content a {
  color: #ffffff;
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nav .dropdown-content a:hover {
  background-color: #113a5b;
  border-bottom: 1px solid #444444;
}

.nav .dropdown:hover .dropdown-content {
  display: block;
}

.menu-wrap {
  display: flex;
  justify-content: center;
}

.banner {
  background: #000000;
}

.carousel-control {
  display: none;
}

.banner:hover .carousel-control {
  display: block;
}

.ann {
  background: #c8cad0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #483d3d;
  font-size: 13px;
  padding: 7px;
}

.col {
  padding: 30px 0px 60px;
}

.reason .col-md-12 {
  display: none !important;
  position: relative;
  top: -8px;
  margin-bottom: 30px;
}

.reason .col-md-3 {
  min-height: 170px;
}

.reason .col-md-3:nth-child(2) {
  border-left: 0px;
}

.reason .col-md-3:last-child {
  border-right: 0px;
}

.reason h4 {
  color: #09598d;
  font-weight: bold;
}

.bank {
  background: #666666;
  text-transform: uppercase;
  padding: 25px 0px 20px;
  line-height: 50px;
}

.bank .col-md-9 {
  text-align: right;
}

.bank .col-md-9 img {
  padding: 0px 23px;
}

.amb {
  position: absolute;
  right: 0px;
}

.footer {
  background: #131315;
  color: #d5d5d5;
}

.footer p {
  margin: 0px;
}

.footer .row {
  margin: 0px 0px 20px 0px;
}

.footer .col-md-12,
.footer .col-md-8,
.footer .col-md-3 {
  padding: 0px;
}

.footer .col-md-8 {
  width: 60%;
}

.footer .col-md-8 img,
.footer .col-md-4 img,
.footer .col-md-3 img {
  padding-right: 15px;
}

.footer .footer-partner img {
  width: 13%;
  padding-left: 8px;
  padding-right: 8px;
}

.footer ul {
  list-style-type: none;
  padding: 10px 0px;
  overflow: hidden;
  background: #292929;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.footer li {
  padding-right: 20px;
  display: inline-block;
}

.cert {
  text-align: center;
}

.cert img {
  width: 70%;
}

.side-right {
  display: flex;
}

.license {
  width: 60%;
}

.license p {
  margin-bottom: 10px;
}

.payment img {
  padding-right: 10px !important;
  width: 30%;
}

.payment {
  width: 100%;
}

.payment p {
  margin-bottom: 10px;
}

.follow {
  width: 40%;
}

.follow p {
  margin-bottom: 10px;
}

.follow img {
  padding-right: 0px !important;
}

.menu a {
  color: #d5d5d5;
}

.menu a:hover {
  color: #4999cd;
}

p.copy {
  color: #707070;
  margin-top: 20px;
}

.process {
  background: rgba(16, 98, 162, 0.5);
  border-radius: 10px;
  box-shadow: 0px 2px 2px #000000;
  margin: 15px 10px;
  width: 98%;
}

.process .col-md-1 {
  padding: 0px;
  width: 5%;
  margin: 30px 0px;
}

.step {
  text-align: left;
  width: 30%;
}

.step img {
  float: left;
  margin: 20px;
}

.step h2 {
  color: #f8da3a;
  text-transform: uppercase;
  margin: 17px 0px 0px 0px;
}

.content {
  background-image: url("../img/background-new.png?v2");
  background-size: cover;
  background-position-y: bottom;
}

.product {
  text-align: center;
}

.product h3 {
  color: #ffffff;
  position: absolute;
  margin: 9px 29%;
}

.hvr-bob {
  padding: 0px;
}

.reason {
  text-align: left;
  font-size: 15px;
  color: #b4b4b4;
  padding-bottom: 20px;
}

.reason h3 {
  text-align: left;
  font-size: 26px;
}

.sport {
  background: #000000 url(../img/sb-bg.jpg) no-repeat top center;
  text-align: center;
  padding-top: 70px;
}

.casino {
  background: #000000 url(../img/casnio-bg-new.jpg?v=1) no-repeat top center;
  text-align: center;
  padding: 80px 0px 184px;
}

.lc-box img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.lc-box {
  position: relative;
  height: 446px;
  width: 331px;
}

.lc-box img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.lc-box img.top:hover {
  opacity: 0;
}

.games {
  background: #000000 url(../img/sg-bg.jpg?X=1) no-repeat top center;
  text-align: center;
  padding: 110px 0px 60px;
}

.games-in {
  width: 1050px;
  margin: 20px auto;
  background-color: #303133;
}

.games-in ul.g-tab {
  list-style-type: none;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #195385;
}

.games-in .g-tab li {
  float: left;
  padding: 0px 30px;
  cursor: pointer;
}

.games-in .g-tab li:hover {
  color: #36d0ff;
}

.games-in .g-tab li:first-child {
  padding-left: 0px;
}

.games-in .g-tab li:nth-last-child(3) {
  padding-right: 0px;
}

.games-in .g-tab i {
  padding-right: 10px;
}

.games-in ul.g-thumb {
  list-style-type: none;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}

.games-in .g-thumb li {
  float: left;
  padding: 10px 5px;
  cursor: pointer;
}

.thumb {
  background-color: #000000;
  border: 1px solid #616161;
  text-align: center;
  width: 135px;
}

.thumb .title {
  font-size: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 10px;
}

.thumb .play {
  background-color: #195385;
  font-size: 14px;
  padding: 5px 0px;
}

.thumb .play a {
  color: #ffd200;
}

.g-thumb .hvr-reveal::before {
  z-index: 0;
  border-color: #ffd200;
}

.g-thumb .hvr-reveal:active::before,
.hvr-reveal:focus::before,
.hvr-reveal:hover::before {
  border-width: 2px;
}

.mix {
  display: none;
}

.promotab.active {
  background: #09598d;
  text-decoration: none;
  color: #fff;
}

.promotab {
  background: #cfcfcf;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #009dff;
  border-left: none;
  text-transform: uppercase;
}

.filter-box {
  max-width: 1016px;
  margin: 0 auto;
}

.filter-menu {
  display: flex;
  padding-top: 30px;
}

.filter-menu a {
  color: rgb(88, 88, 88);
}

.promo {
  margin: 20px auto;
  color: #000000;
}

.p-banner {
  cursor: pointer;
  padding-bottom: 20px;
}

.p-banner img {
  width: 100%;
}

.modal-body img {
  width: 100%;
}

.promo .modal-body .line {
  height: 5px;
}

.modal-body h4 {
  border-top: 1px dotted #666666;
  color: #186c9c;
  margin: 20px;
  padding-top: 15px;
}

.promo .modal-header {
  background-color: #1b1b1b;
  padding-bottom: 0px;
}

.promo .modal-title {
  color: #f2df95;
  font-size: 22px;
  font-weight: 600;
  margin-left: 20px;
}

.promo button.close {
  background: #3399cc none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  font-size: 40px;
  opacity: 1;
  padding: 10px 20px;
}

.vip {
  background: #000000 url(../img/vip/vip-bg-new.jpg) no-repeat top center;
  text-align: center;
  padding: 40px 0px;
  color: #cccccc;
  background-size: contain;
}

.vip .container {
  width: 1071px;
}

.vip .intro {
  text-align: left;
  font-size: 18px;
  margin: 30px 0px;
  color: #ffffff;
}

.vip .intro span {
  color: #ffcc2d;
  font-size: 28px;
}

.vip ol {
  text-align: left;
  font-size: 17px;
}

table.vip-tb td {
  border: none;
  font-size: 17px;
}

table.vip-tb {
  color: #fac932;
  width: 1040px;
}

.vip-tb thead td {
  color: #ffffff;
  font-size: 24px;
}

.vip-tb tr,
td {
  padding: 7px 0px !important;
}

#tnc .modal-content {
  background: #000000 url(../img/vip/bg-tnc-new.jpg) no-repeat top center;
}

#tnc .modal-dialog {
  width: 1040px;
}

#tnc .close {
  opacity: 1;
  z-index: 99;
  position: absolute;
  right: -20px;
  top: -20px;
}

#tnc ol li {
  margin-left: 15px;
  font-size: 16px;
  padding: 0px 0px 0px 20px;
}

#tnc ul li {
  list-style: disc;
  margin-left: -10px;
  padding: 0px;
}

#tnc h3 {
  margin-top: 8px;
}

.yellow {
  color: #ffcc2d;
}

table.liner {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 10px solid #000000;
  margin-bottom: 30px;
}

.liner tr,
td {
  padding: 10px;
}

.liner i {
  text-align: center;
}

.liner tr.title {
  color: #5bbff8;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.liner.title td {
  border: 0px !important;
}

.liner tr:nth-child(even) {
  background: rgba(46, 46, 46, 1);
}

.liner tr:nth-child(odd) {
  background: rgba(24, 24, 24, 0.9);
}

.liner td:last-child i {
  color: #ffffff;
}

.liner td:last-child a:hover i {
  color: #5bbff8;
}

table.liner tbody td {
  border-left: 1px solid #444444;
  border: 0px;
}

table.liner tbody td:first-child {
  border: 0px !important;
  text-align: left;
  color: #9f9c94;
  padding-left: 30px;
}

table.liner tbody td:last-child {
  color: #eddc90;
}

.pg-content {
  padding: 40px 0px;
}

.pg-content .container {
  width: 1050px;
  background: #ffffff;
  padding: 0px;
  color: #333333;
}

.pg-title {
  text-transform: uppercase;
  font-size: 30px;
  padding: 20px 30px;
  margin: 0px;
  color: #ffffff;
  background: rgba(118, 118, 118, 1);
  background: -moz-linear-gradient(
    top,
    rgba(118, 118, 118, 1) 0%,
    rgba(1, 1, 1, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(118, 118, 118, 1)),
    color-stop(100%, rgba(1, 1, 1, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(118, 118, 118, 1) 0%,
    rgba(1, 1, 1, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(118, 118, 118, 1) 0%,
    rgba(1, 1, 1, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(118, 118, 118, 1) 0%,
    rgba(1, 1, 1, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(118, 118, 118, 1) 0%,
    rgba(1, 1, 1, 1) 100%
  );
}

.list {
  padding: 30px 60px;
}

.pg-content .list li {
  padding: 10px 0px;
}

.pg-content ul.list {
  padding: 30px 40px;
}

.pg-content ul.list li {
  list-style: none;
}

.pg-content ul.list li p:first-child {
  background: #3399cc;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px;
}

.pg-content ul.list li p:nth-child(2) {
  padding-left: 20px;
}

.reg-pg {
  background: #ffffff;
}

.reg-pg .container {
  background-color: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-top: 0px;
  padding-bottom: 60px;
}

.reg-pg h4 {
  color: #0b72b7;
  font-size: 20px;
  margin: 25px 0px 25px 50px;
}

.reg-pg .col-md-6 {
  width: 48%;
}

.reg-pg .form-control {
  border-radius: 0px;
  height: 26px;
  padding: 1px 5px;
}

.red {
  color: #ff0000;
}

.reset {
  background-color: #999999;
  color: #ffffff;
  padding: 6px 35px;
  font-weight: bold;
  font-size: 20px;
}

.submit {
  color: #ffffff;
  padding: 6px 35px;
  font-weight: bold;
  font-size: 20px;
  background: rgba(10, 115, 184, 1);
  background: -moz-linear-gradient(
    top,
    rgba(10, 115, 184, 1) 0%,
    rgba(33, 57, 110, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(10, 115, 184, 1)),
    color-stop(100%, rgba(33, 57, 110, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(10, 115, 184, 1) 0%,
    rgba(33, 57, 110, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(10, 115, 184, 1) 0%,
    rgba(33, 57, 110, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(10, 115, 184, 1) 0%,
    rgba(33, 57, 110, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(10, 115, 184, 1) 0%,
    rgba(33, 57, 110, 1) 100%
  );
}

.submit:hover {
  box-shadow: 0px 0px 4px #ffffff inset;
  color: #ffffff;
}

.line {
  background: url(../img/line.jpg) no-repeat top center;
  height: 8px;
  width: 100%;
  position: relative;
}

.acc {
  background-color: #ffffff;
}

.acc .container {
  background-color: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-top: 0px;
  padding-bottom: 60px;
}

.acc .form-control {
  border-radius: 0px;
  height: 26px;
  padding: 1px 5px;
}

.dcol-left {
  float: left;
  width: 75%;
  padding: 30px;
}

.dcol-left ul {
  margin: 0px;
  padding: 0px;
}

.dcol-left.full {
  width: 100%;
}

.dcol-right {
  float: right;
  width: 25%;
  padding: 30px 30px 0px 0px;
}

.dcol-tabs {
  border-bottom: 1px solid #e1e1e1;
  float: left;
  font-size: 16px;
  width: 130px;
  background-color: #ffffff;
}

.dcol-tabs li {
  list-style: none;
}

.dcol-tabs a {
  padding: 10px 15px;
  display: block;
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-bottom: 0px;
}

.dcol-tabs .active a {
  color: #ffffff;
  background-color: #3399cc;
}

.dcol-tabs a:hover {
  color: #ffffff;
  background-color: #2389bc;
}

.dcol-tabs-hori {
}

.dcol-tabs-hori li {
  list-style: none;
}

.dcol-tabs-hori a {
  float: left;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  margin-right: 20px;
  border: 1px solid #3399cc;
}

.dcol-tabs-hori a:hover {
  background-color: #3399cc;
  color: #ffffff;
}

.dcol-tabs-hori .active a {
  background-color: #3399cc;
  color: #ffffff;
}

.dcol-content {
}

.dcol-content h4 {
  color: #0b72b7;
}

.dcol-content-in {
  border: 1px solid #e1e1e1;
  overflow-x: auto;
  padding: 15px;
  background-color: #ffffff;
}

.non-bordered tr {
  border: none;
}

.non-bordered td {
  border: none;
}

.acc .tb tr,
td,
th {
  border: 1px solid #e1e1e1;
  padding: 10px !important;
}

.purple tr,
td,
th {
  border: 1px solid #e1e1e1;
  padding: 6px !important;
}

.tb {
  background-color: #ffffff;
}

.tb thead {
  color: #ffffff;
  background-color: #3399cc;
}

.tb .non-bordered tr {
  border: none;
}

.tb .non-bordered td {
  border: none;
}

.mobile {
  margin: 40px 50px;
}

.mobile .tab-content {
  padding: 0px 30px 20px 30px;
  border: 1px solid #e1e1e1;
  min-height: 140px;
  text-align: center;
}

.mobile .tab-content .btn {
  margin: 20px 0px 30px 0px;
}

.mobile .col-md-2,
.col-md-10 {
  padding: 0px;
}

.tabs-left {
  border-bottom: none;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  font-size: 16px;
}

.tabs-left > li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
  margin-bottom: 0px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  background-color: #3399cc;
  color: #ffffff;
  border: 0px;
  padding: 10px 0px 10px 30px;
}

.tabs-left > li > a {
  border-radius: 0px;
  margin-right: 0px;
  display: block;
  padding: 10px 0px 10px 30px;
  border: 1px solid #e1e1e1;
  text-decoration: none;
}

.vertical-text.tabs-left {
  left: -50px;
}

.vertical-text.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#wrap {
  width: 100%;
  position: relative;
}

#button-left {
  left: 0px;
  height: auto;
  z-index: 99;
}

#button-left img {
  margin: 10px 0px 10px -3px;
}

#button-left img:hover {
  margin: 10px 0px 10px 0px;
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}

#button-right {
  right: 0px;
  height: auto;
  z-index: 99;
}

#button-right img {
  margin: 10px 0px 10px -3px;
}

#button-right img:hover {
  margin: 10px 0px 10px 0px;
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}

.floating {
  top: 50px;
  position: absolute;
  transition: all 0.5s ease;
}

.container {
  width: 1150px;
}

.modal-lg {
  width: 980px;
  margin-top: 140px;
}

.modal-content {
  border-radius: 0px;
}

.btn-default:focus,
.btn-default.focus {
  color: inherit;
}

@media (max-width: 1051px) {
  body {
    display: inline-block;
  }
}

#guide {
  color: #333333;
  text-align: center;
}

#guide .modal-dialog {
  width: 1050px;
  margin-top: 190px;
}

#guide .pg-title {
  padding: 10px 30px;
  text-align: left;
}

#guide img {
  margin-bottom: 20px;
}

.col {
  padding: 10px 0px 0px 0px;
}

.lc-box {
  position: relative;
  height: 377px;
  width: 280px;
}

.lc-box img {
  width: 280px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.lc-box img.top:hover {
  opacity: 0;
}

.sportbook {
  background: #000000 url(../img/sb2-bg.jpg) no-repeat top center;
  text-align: center;
  padding: 100px 0px 24px 0px;
}

.sport {
  background: #000000 url(../img/sb-bg.jpg?x=1) no-repeat top center;
  text-align: center;
  padding-top: 30px;
  background-size: cover;
}

/*******13122021*******/
.footer-partner img {
  filter: grayscale(1);
  cursor: pointer;
}

.footer-partner img:hover {
  filter: none;
  cursor: pointer;
}

.menu-wrap img {
  height: 224px;
}

/* new css 1.26.22 */
.dep-tab-nav {
  width: 100%;
  float: left;
  border-bottom: 2px solid #cecccc;
}

.dep-tab-nav div {
  color: #3196db;
  border: 2px solid #cecccc;
  font-size: 15px;
  float: left;
  text-transform: capitalize;
  padding: 5px 15px;
  border-bottom: none;
  border-right: none;
  cursor: pointer;
}

.dep-tab-nav div:last-child {
  border-right: 2px solid #cecccc;
}

.dep-tab-nav div.active {
  background: #3196db;
  color: #fff;
}

.deposit-tabs {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.dep-tab-nav div img {
  width: 25px;
  margin-right: 2px;
}

.crypto .form-group.step1 div {
  display: inline-block;
}

.crypto .form-group.step1 div:first-child {
  width: 180px;
}

.crypto .form-group.step1 span {
  color: red;
  margin: 0 2px;
}

.crypto select,
.crypto input,
.cryptoreminder {
  height: 30px;
  border: 1px solid #cecccc;
  border-radius: 5px;
}

.crypto select.coinselect {
  width: 170px;
}

.crypto input.sendusdt {
  width: 325px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 15px;
}

.crypto .form-group.step1 p {
  margin: 0;
  margin-left: 15px;
  position: relative;
}

.cryptoreminder {
  height: auto;
  padding: 20px 30px;
  margin: 20px 0px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-size: 12px;
  padding: 3px 12px;
}

/* 4/7/2022 */
/* new css for leaderboard page */
.leaderboard_page {
  float: left;
  width: 100%;
  background-image: url("../leaderboard_files/leaderboard_img/leaderboard_bg.png");
  padding: 50px 0;
  background-position: center;
}

.leaderboard_nav {
  background: rgb(19 19 21 / 20%);
  text-align: center;
}

.leaderboard_nav .leaderboard_nav_item {
  text-align: center;
  width: 70%;
  display: inline-block;
  background: rgb(19 19 21 / 50%);
  margin: 5% 0;
  padding: 10% 0;
  cursor: pointer;
  transition: 0.2s;
}

.leaderboard_nav .leaderboard_nav_item.active,
.leaderboard_nav .leaderboard_nav_item:hover {
  background: rgb(19 19 21);
}

.leaderboard_nav .leaderboard_nav_item label {
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 0;
}

.leaderboard_nav .leaderboard_nav_item:first-child {
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
}

.leaderboard_nav .leaderboard_nav_item:last-child {
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 40%;
}

.leaderboard_date {
  background: linear-gradient(0deg, #3333a4, #4d4ddc);
  float: left;
  font-size: 14px;
  padding: 5px 15px;
}

.leaderboard_table .row {
  color: #3d3d3d;
  font-size: 20px;
  text-align: left;
}

.leaderboard_table .row:first-child {
  color: #303030;
  font-size: 24px;
  background: none;
  align-items: flex-end;
}

.leaderboard_table .row {
  background: linear-gradient(#c5d3ff, #a1a1ff);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-transform: uppercase;
  height: 53px;
  display: flex;
  align-items: center;
  margin: 17px 0;
}

.leaderboard_table .row img {
  width: 78px;
  position: relative;
  top: -2px;
}

.leaderboard_table .row .col-md-2:first-child {
  text-align: center;
}

.leaderboard_table .row .col-md-2:first-child div {
  background: #111;
  color: #fff;
  font-size: 38px;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 70px;
  display: inline-block;
  height: 53px;
}

.leaderboard_table .row:nth-of-type(2),
.leaderboard_table .row:nth-of-type(3),
.leaderboard_table .row:nth-of-type(4) {
  background: linear-gradient(#4d4ddc, #3535a9);
  color: #fff;
}

.leaderboard_table .row .col-md-5 {
  overflow: hidden;
}

.side-ifn {
  text-align: center;
}

.img-fifa img {
  height: 35px;
  position: relative;
  top: 1px;
  padding: 0px;
}

a.img-fifa {
  padding: 3px 25px !important;
}

/* dl vpn page */
.dlvpn_page .container {
  background: #f3f3f3;
}

.dlvpn_page .mobile .tab-content {
  background: #fff;
}

.dlvpn_page .blue {
  color: #1062a2;
}

.dlvpn_page table {
  text-align: left;
  margin: 25px 0;
}

.dlvpn_page table tr td {
  font-size: 16px;
  border: none;
  color: #464646;
  vertical-align: initial;
  padding: 15px 0 !important;
}

.dlvpn_page table tr td:first-child {
  font-size: 24px;
  color: #1062a2;
  width: 90px;
}

.dlvpn_page a {
  color: #1062a2;
  text-decoration: underline;
}

.dlvpn_page img {
  margin: 15px 0;
  box-shadow: 0 0 7px 1px #e7e7e7;
}

/* dl vpn page end*/

.vpnbutton {
  background: none;
  border: none;
  padding: 0px;
  position: fixed;
  top: 45%;
  z-index: 100;
}

/* inbox */
#inboxDiv {
  position: relative;
}

.inb_link {
  float: left;
  position: relative;
  margin: 4px;
}

.inb_link_unread {
  position: absolute;
  top: -9px;
  font-size: 10px;
  background: red;
  right: 24px;
  padding: 1px 6px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
}

#inboxDiv .inb_link_unread {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -2px;
  right: -5px;
  border-radius: 7px;
  vertical-align: middle;
  align-items: center;
}

.globalModal {
  z-index: 9;
}

.globalModal,
.globalModal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.globalModal-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.globalModal-box {
  position: relative;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 1000px;
  height: 500px;
  margin-left: -500px;
  margin-top: -250px;
}

.globalModal-header {
  background-color: #3397cb;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  height: 46px;
  line-height: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.globalModal-close {
  position: absolute;
  top: 10px;
  right: 6px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  font-weight: lighter;
  opacity: 0.6;
}

.globalModal-close:hover {
  transition: 0.2s;
  opacity: 1;
}

.inbox_page {
  padding: 0px 30px;
  font-size: 15px;
  width: 100%;
  float: left;
  margin-top: 15px;
}

.inbox_page table {
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  width: 100%;
}

.inbox_page table td {
  padding: 5px 2px;
  border-bottom: 1px solid rgb(44 40 41 / 20%);
  cursor: pointer;
}

.inbox_page table th {
  background: #3399cc;
  color: #fff;
  padding: 5px 0;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}

.inbox_page button {
  font-size: 12px;
  padding: 5px 12px;
  margin: 5px 0;
}

.inboxModal .globalModal-box {
  width: 542px;
  height: 515px;
  margin-left: -272px;
  margin-top: -263px;
}

.inboxModal .inboxModal_details {
  border: 1px solid #c6c6c6;
  width: 95%;
  margin: 2% 2.5%;
  font-size: 13px;
  float: left;
  border-bottom: none;
  border-right: 0;
  padding: 0;
}

.inboxModal .inboxModal_details div {
  width: 30%;
  float: left;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 8px 5px;
}

.inboxModal .inboxModal_details div:nth-child(2n) {
  width: 70%;
}

.inboxModal .inboxModal_cont {
  margin: 0% 2.5%;
  float: left;
  height: 392px;
  overflow: auto;
  text-align: left;
}

.inboxModal .globalModal-header {
  line-height: 3;
  font-size: 16px;
}

.inb_notif {
  top: -4px;
  position: absolute;
  background: red;
  color: #fff;
  padding: 0 5px;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
  right: 12px;
}

#message-content {
  margin: 0;
  padding: 0;
}

.inboxModal .inboxModal_cont p {
  line-height: 1;
  font-size: 16px;
}

/* inbox end */

/* pay-to-upgrade */
#ptu .modal-content {
  background: #092e58;
  border: 3px solid #0e62d8;
}

#ptu .modal-dialog {
  width: 1040px;
}

#ptu .close {
  opacity: 1;
  z-index: 99;
  position: absolute;
  right: -20px;
  top: -20px;
}

#ptu .modal-body {
  padding: 20px;
}

#ptu h1 {
  color: #ffcf5f;
  margin: 0;
}

#ptu p.subtitle {
  font-size: 16px;
  margin: 5px 0 0;
}

#ptu .ptu-cont {
  display: table;
}

#ptu .ptu-cont .ptu-item {
  display: inline-block;
  text-align: center;
  padding: 0px 5px;
  width: 20%;
  position: relative;
  transition: 0.3s;
  top: 0;
}

#ptu .ptu-cont .ptu-item ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

#ptu .ptu-cont .ptu-item div {
  background-color: #fff;
  color: #092e58;
  border-radius: 30px;
  padding: 20px 10px;
  height: 405px;
  position: relative;
  display: inline-grid;
  padding-bottom: 50px;
  transition: 0.3s;
}

#ptu .ptu-cont .ptu-item div span {
  background-color: #0a3d62;
  color: #fff;
  width: 80%;
  display: block;
  padding: 3px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 10%;
  transition: 0.3s;
}

#ptu .ptu-cont .ptu-item div h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

#ptu .ptu-cont .ptu-item:hover {
  top: -15px;
}

#ptu .ptu-cont .ptu-item:hover div {
  background-color: #00101b;
  color: #fff;
}

#ptu .ptu-cont .ptu-item:hover div span {
  background-color: #fff;
  color: #092e58;
}

#ptu .ptu-cont .ptu-item img {
  width: 80%;
}

#ptu .ptu-cont .ptu-item ul li {
  margin: 5px 0;
}

.af-hd {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}

span.t-img img {
  height: 15px;
  position: relative;
  top: -4px;
}

.af-r {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.af-b {
  display: flex;
  align-items: center;
  gap: 6px;
  /* justify-content: end; */
}

.top-af-in {
  display: flex;
  align-items: center;
  gap: 5px;
}

.af-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-af {
  display: flex;
  flex-direction: column;
  align-items: end;
}

/* Start Inbox */
.InboxContent {
  padding: 10px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 330px;
}

/* width */
.InboxContent::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.InboxContent::-webkit-scrollbar-track {
  background: #f2f2f2;
}

/* Handle */
.InboxContent::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

/* Handle on hover */
.InboxContent::-webkit-scrollbar-thumb:hover {
  background: #e5e5e5;
}

.InboxContentBtn {
  padding: 10px 20px;
  text-align: right;
  width: 100%;
}

.InboxAlignLeft {
  text-align: left;
}

/* End Inbox */
/* Start Blog */
.blog-content {
  width: 100%;
  margin: 0 auto;
  line-height: normal !important;
  font-size: 16px !important;
  color: #b4b4b4 !important;
}

.blog-content-inner {
  width: 1000px;
  margin: 0 auto;
}

.blog-content-inner::after {
  content: "";
  clear: both;
  display: table;
}

.blog-content-table {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 3%;
  text-align: center !important;
}

.blog-content-table-article {
  width: 700px;
  margin: 0 auto;
  text-align: left !important;
  color: #fff !important;
  float: left;
}

.blog-featured-article {
  width: 280px;
  margin: 0 auto;
  text-align: left !important;
  color: #000 !important;
  float: left;
  margin-left: 20px;
  margin-top: 30px;
}

.blog-content-table-article a {
  color: #1062a2 !important;
}

.blog-feat-article-box {
  background-color: #1062a2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
}

.blog-feat-article-box-content {
  padding: 5px 10px;
  color: #fff !important;
}

.blog-feat-article-box-content a {
  color: #fff !important;
}

.blog-content-table-article img {
  width: 100%;
  height: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-content-table-article-img img {
  border-radius: 10px !important;
  margin: 10px 0px;
}

.blog-table-content {
  background-color: #191919;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 10px;
}

.blog-content-table-article h1 {
  font-size: 25px !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  /*color: #f8da3a !important;*/
  font-weight: bold !important;
}

.blog-content-table-article h2 {
  font-size: 20px !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  /*color: #f8da3a !important;*/
  font-weight: bold !important;
}

.blog-feat-article-box-content img {
  width: 100%;
}

.blog-table-content img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-table-content-text {
  background-color: #191919;
  padding: 0px 10px;
  overflow: hidden;
  height: 170px;
  text-align: left !important;
}

.blog-table-content-text-article {
  background-color: #191919;
  padding: 20px;
}

.blog-table-content h3,
.blog-table-content-text-article h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal !important;
  /*color: #f8da3a !important;*/
}

.blog-content-table button {
  margin: 10px 0px;
}

.blog-paging-content {
  margin: 0 auto !important;
  text-align: center !important;
  padding-top: 100px;
}

.blog-more-button a {
  background: -webkit-linear-gradient(#1062a2, #1062a2);
  background: -o-linear-gradient(#1062a2, #1062a2);
  background: linear-gradient(#1062a2, #1062a2);
  margin: 0 auto;
  text-align: center !important;
  padding: 5px 10px;
  color: #fff !important;
  border: none;
  text-transform: uppercase;
  width: 95%;
  border-radius: 5px;
  display: block;
  margin-top: 15px;
}

.blog-more-button a:hover {
  background: -webkit-linear-gradient(#333, #999);
  background: -o-linear-gradient(#333, #999);
  background: linear-gradient(#333, #999);
  display: block;
}

.blog-paging-button a {
  color: #fff !important;
}

.blog-paging-button {
  background: -webkit-linear-gradient(#333, #999);
  background: -o-linear-gradient(#333, #999);
  background: linear-gradient(#333, #999);
  margin: 0 auto;
  text-align: center !important;
  padding: 5px 10px;
  color: #000 !important;
  border: none;
}

.blog-paging-button.active,
.blog-paging-button:hover {
  background: -webkit-linear-gradient(#1062a2, #1062a2);
  background: -o-linear-gradient(#1062a2, #1062a2);
  background: linear-gradient(#1062a2, #1062a2);
  margin: 0 auto;
  text-align: center !important;
  padding: 5px 10px;
  color: #fff !important;
  border: none;
}

/* End Blog */

/* Hot Drawer */
#drawerHot {
  position: fixed;
  top: 383px;
  z-index: 999;
  width: 250px;
  left: -251px;
  transition: 0.5s;
}

#drawerHot:hover {
  left: 0px;
}

.drawerBtn {
  background-image: linear-gradient(0deg, #ffd33d, #ffff99);
  height: 50px;
  width: 63px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  right: -62px;
  cursor: default;
}

.drawerBtn img {
  position: absolute;
  top: -52px;
  right: 3px;
  width: 89%;
}

.drawerBody {
  background: #0d3c63;
  width: 250px;
}

.drawerNav {
  display: flex;
  justify-content: space-evenly;
  background-image: linear-gradient(0deg, #ffd33d, #ffff99);
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  /* width: 250px; */
}

.drawerNavItem {
  width: 33.33%;
  text-align: center;
  line-height: 1;
  display: grid;
  height: 50px;
  align-items: center;
  cursor: pointer;
}

.drawerNavItem.active {
  background: #0d3c63;
  color: #fff;
}

.drawerContItem {
  display: none;
  flex-wrap: wrap;
  padding: 5px 5px 0px;
}

.drawerContItem.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0px auto;
  gap: 10px;
  padding: 15px;
}

.dci-item {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  cursor: pointer;
}

.dcii-img {
  overflow: hidden;
  /* border-radius: 6px; */
}

.dcii-img img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease;
}

.dci-item:hover .dcii-img img {
  transform: scale(1.1);
}

.dcii-title {
  font-size: 11px;
  text-align: center;
  margin: 4px 0 0px;
  text-transform: uppercase;
  line-height: 1;
}

/* contact drawer update */
#drawerHot {
  top: 306px;
}

/* slick */
.slick-slide img {
  width: 100%;
}

.slick-slider,
.slick-dotted.slick-slider {
  margin-bottom: -6px;
}

.slick-next {
  right: 30px;
}

.slick-next {
  right: 30px;
}

.slick-prev {
  left: 30px;
  z-index: 1;
}

.slick-dots {
  bottom: 15px;
}

/* slick end */

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #1ba0fe;
}

.banner-mob {
  display: none;
}

#leaderboard .lb_cont {
  background: url(../images/leaderboard/lb_bg.jpg) no-repeat center;
  background-position: top center;
  padding-bottom: 50px;
  padding-top: 5px;
}

#leaderboard .lb_nav {
  background: #ffffff52;
  color: #1288cc;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  margin: 20px 0;
  position: relative;
  font-size: 14px;
}

#leaderboard .lb_nav .lb_nav_item {
  border: 1px solid;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
}

#leaderboard .lb_nav .lb_nav_item.active {
  color: #000;
  font-weight: bold;
}

#leaderboard .accent_1 {
  left: 50%;
  margin-left: -620px;
  top: -139px;
}

#leaderboard .accent_2 {
  right: 50%;
  margin-right: -770px;
  top: -139px;
  display: none;
}

#leaderboard {
  overflow: hidden;
  padding-top: 111px;
  background: #fff;
}

#leaderboard .lb_tbl_cont table {
  font-size: 14px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 12px;
  display: none;
}

#leaderboard .lb_tbl_cont table thead {
  font-weight: bold;
}

#leaderboard .lb_tbl_cont table.active {
  display: table;
}

.lb_tbl_cont table tbody tr td {
  background-color: #6ebfff;
}

.lb_tbl_cont table tbody tr td {
  padding: 5px 0;
}

.lb_tbl_cont table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.lb_tbl_cont table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.lb_tbl_cont table tbody tr td .numcont {
  font-size: 16px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 1.6;
  border-radius: 5px;
}

.lb_tbl_cont table tbody tr.top3 td {
  background: linear-gradient(0deg, #5c27d5, #2871fa);
  color: #fff;
}

.lb_tbl_cont table tbody tr td .numcont.one {
  background: linear-gradient(0deg, #ffc739, #f5ff9a);
  box-shadow: 0px 1px 2px 0px #00000059;
  color: #000;
}

.lb_tbl_cont table tbody tr td .numcont.two {
  background: linear-gradient(0deg, #dfdfdf, #ede9ea);
  box-shadow: 0px 1px 2px 0px #00000059;
  color: #000;
}

.lb_tbl_cont table tbody tr td .numcont.three {
  background: linear-gradient(0deg, #ff673a, #ffd698);
  box-shadow: 0px 1px 2px 0px #00000059;
  color: #000;
}

@media only screen and (max-width: 1150px) {
  .banner-mob {
    display: block;
  }

  .banner-desk {
    display: none;
  }

  #leaderboard .lb_nav .lb_nav_item {
    display: flex;
    align-items: center;
    text-align: center;
  }

  #leaderboard .lb_nav {
    padding: 10px;
    gap: 7px;
  }

  .ns {
    width: 100%;
  }

  #leaderboard .lb_tbl_cont table {
    padding: 0 4%;
  }
}

.nav ul {
  display: flex;
}

.nav li {
  float: none;
  flex: auto;
  text-align: center;
  padding: 0;
}

.nav .active,
.nav li a,
.dropdown .dropbtn {
  width: 100%;
}

.nav .dropdown-content {
  height: auto !important;
}

.nav .dropdown-content a {
  width: auto;
}

.nav li.wc_menu a img {
  width: 110px;
}

.nav li.wc_menu a {
  padding: 4px;
}

.vpnbutton {
  top: 166px !important;
}
