/*Home Page Styles*/
/*GLOBAL STYLES*/
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #floating-header {
    width: 100%;
    text-align: center;
  }
  #floating-header .topLoginForm {
    display: none;
  }
}
/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #floating-header {
    width: 100%;
    text-align: center;
  }
  #floating-header .topLoginForm {
    display: none;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #eeeeee;
  background-size: cover;
  background-image: url("/includes/images/home/new_interface/new-bg.jpg");
}
.ismobile{
  display:none;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00276c;
  z-index: 9999;
  text-align: center;
}
#cover img {
  margin-top: 20%;
}
a {
  outline: 0;
}
.height100 {
  height: 100%;
}
.fade-in {
  opacity: 1 !important;
}
.btnShadow {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.btn {
  background-color: #FF7D00;
  border: 1px;
  color: #fff;
  cursor: pointer;
}
.btn:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.block {
  display: block !important;
}
.visible {
  visibility: visible !important;
}
.isvisible {
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.bold {
  font-weight: bold !important;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.trasition3s {
  transition: 0.3s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.slideDown {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.slideUp {
  -webkit-animation: slide-up 0.2s ease-out;
  -moz-animation: slide-up 0.2s ease-out;
}
.container {
  max-width: 1200px !important;
  padding: 0 !important;
  min-width: 1200px !important;
}
.opacity1 {
  opacity: 1 !important;
}
/*Fade In*/
.fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animate1s {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.animate2s {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.animate3s {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.animate4s {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animate5s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animate6s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* PULSE */
.pulse:hover {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}
@keyframes pulse {
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
button:focus {
  outline: none;
}
button,
submit {
  border: none;
  cursor: pointer;
}
.bg-blue {
  background-color: #044cbf;
}
.bg-light-blue {
  background-color: #003c82;
}
/*override angular material styles*/
.carousel-indicators {
  bottom: -11px;
}
.carousel-indicators li {
  background-image: url(/includes/images/home/new_interface/Indicator-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 15px;
}
.carousel-indicators .active {
  background-image: url(/includes/images/home/new_interface/Indicator-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homePage .carousel-item {
  /*height: 470px;*/
}
.homePage .carousel-item img {
  width: 100%;
  }
.homePage .announcement {
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #505050;
  font-size: 15px;
  text-align: left;
  padding: 9px;
  position: relative;
  cursor: pointer;
}
.homePage .announcement .timer {
  width: 244px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
}
.homePage .announcement .timer img {
  width: 20px;
  height: 20.13px;
  vertical-align: top;
  margin-left: 3px;
}
.homePage .announcement .texts {
  width: 949px;
  height: 22px;
  display: inline-block;
}
.homePage .announcement .texts div._public_news {
  width: 100%;
  height: 22px;
  overflow: hidden;
}
.homePage .announcement .texts #announcetxt {
  position: absolute;
  bottom: -10px;
}
.homePage .announcement .content {
  display: none;
  -webkit-transition: all 3ms ease-in-out;
  -moz-transition: all 3ms ease-in-out;
  -ms-transition: all 3ms ease-in-out;
  -o-transition: all 3ms ease-in-out;
  transition: all 3ms ease-in-out;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  z-index: 100;
  padding: 20px !important;
}
.homePage .paymentSection {
  width: 100%;
  height: 165px;
  background-image: url("/includes/images/home/new_interface/orignal-banner.gif");
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.homePage .paymentSection .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.homePage .paymentSection .container .payment-items {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 40px;
}
.homePage .paymentSection .container div:last-child {
  margin-right: 0;
}
.homePage .paymentSection .container .payment-items .paym-img {
  width: auto;
    height: 93px;
    margin-right: 20px;
}
.homePage .paymentSection .container .payment-items .pay-desc p {
  margin-bottom: 0;
    font-size: 14px;
}
.homePage .paymentSection .container .payment-items .pay-desc p span.sec {
  font-size: 25px;
  font-weight: bold;
  color: #FAA41D;
}
.homePage .paymentSection .container .payment-items .pay-desc p span.sec-desc {
    color: #FF7D00;
    margin-left: 10px;
}
.homePage .paymentSection .container .payment-items .pay-desc p.coop {
  color: #FAA41D;
}
.fifa-countdown {
  position: relative;
  overflow: hidden;
  display: none;

}
.countdown-timer {
  position: absolute;
  color: #fff;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  left: -5px;
  display: none;
}
.countdown-timer p{
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  margin: 0 90px;
  display: none;
}
.countdown-timer p span {
  display: block;
    font-size: 25px;
    font-weight: 500;
}
@media only screen and (max-width: 1536px) {
  .countdown-timer p {
      margin: 0 51px;
  }
} 
@media only screen and (max-width: 1440px) {
  .countdown-timer p {
    font-size: 35px;
    margin: 0px 46px;
  }
  .countdown-timer p span {
      font-size: 20px;
  }
} 
.homePage .hoverVendors {
  opacity: 0;
  border-radius: 5px 5px 0px 0px !important;
}
.homePage .bgHover {
  background-size: 130% !important;
}
.homePage .liveCasino {
  background-image: url(/includes/images/home/new_interface/hp-products/productscasino.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  -webkit-transition: background-size 0.3s ease-in-out;
  height: 230px;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
}
.homePage .liveCasino img {
  width: 1200px;
  height: 220px;
}
.homePage .liveCasino .hoverVendors {
  height: 220px;
  width: 100%;
  background-color: rgba(40, 87, 168, 0.95);
}
.homePage .slots-box .hoverVendors ul {
    padding: 25px 0 0 !important;
}
.homePage .liveCasino .hoverVendors ul {
  list-style-type: none;
  padding: 45px 0px 0px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.homePage .liveCasino .hoverVendors ul li {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.homePage .slots-box  .hoverVendors ul li{
  margin: 0 0 0 18px;
}
.homePage .liveCasino .hoverVendors ul li img {
  width: auto;
  height: auto;
  max-width: 120px;
}
.homePage .liveCasino .hoverVendors ul li:nth-of-type(1) {
  margin-left: 0;
}
.homePage .liveCasino:hover {
  @extend .bgHover;
}
.homePage .liveCasino:hover .hoverVendors {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.homePage .sportsBookSection {
  margin-top: 20px;
  position: relative;
}
.homePage .sportsBookSection div {
  width: 588px;
  height: 300px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
}
.homePage .sportsBookSection .s01 {
  background-image: url(/includes/images/home/new_interface/hp-products/productssports.png);
  margin-right: 18px;
  position: relative;
  background-size: 100%;
  background-position: center;
  transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  -webkit-transition: background-size 0.3s ease-in-out;
}
.homePage .sportsBookSection .s01 .hoverVendors {
  height: 250px;
  width: 100%;
  background-color: rgba(40, 87, 168, 0.95);
  display: block;
}
.homePage .sportsBookSection .s01 .hoverVendors ul {
  list-style-type: none;
  padding: 85px 0 0 0px;
  text-align: center;
}
.homePage .sportsBookSection .s01 .hoverVendors ul li {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.homePage .sportsBookSection .s01 .hoverVendors ul li img {
  width: auto;
  height: auto;
  max-width: 100px;
}
.homePage .sportsBookSection .s01 .hoverVendors ul li:nth-of-type(1) {
  margin-left: 0;
}
.homePage .sportsBookSection .s01:hover {
  @extend .bgHover;
}
.homePage .sportsBookSection .s01:hover .hoverVendors {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.homePage .sportsBookSection .s02 {
  background-image: url(/includes/images/home/new_interface/hp-products/productscardgame.png);
  position: relative;
  background-size: 100%;
  background-position: center;
  transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  -webkit-transition: background-size 0.3s ease-in-out;
}
.homePage .sportsBookSection .s02 .hoverVendors {
  height: 250px;
  width: 100%;
  background-color: rgba(40, 87, 168, 0.95);
  display: block;
}
.homePage .sportsBookSection .s02 .hoverVendors ul {
  list-style-type: none;
  padding: 85px 0 0 0px;
  text-align: center;
}
.homePage .sportsBookSection .s02 .hoverVendors ul li {
  display: inline-block;
  margin: 0px 0px 0px 40px;
}
.homePage .sportsBookSection .s02 .hoverVendors ul li img {
  width: auto;
  height: auto;
}
.homePage .sportsBookSection .s02 .hoverVendors ul li:nth-of-type(1) {
  margin-left: 0;
}
.homePage .sportsBookSection .s02:hover {
  @extend .bgHover;
}
.homePage .sportsBookSection .s02:hover .hoverVendors {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.homePage .vendors {
  width: 100%;
  height: 50px !important;
  background-color: rgba(0, 39, 108, 20);
  position: absolute;
  bottom: 0;
  border-radius: 0px 0px 5px 5px !important;
  padding: 7px 0px 0px 20px;
  color: #fff;
}
.homePage .vendors a{
  color:  #fff;
}
.homePage .vendors a:hover{
  color:  #fff;
}
.homePage .vendors .leftTxt {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  width: 39%;
  height: 36px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  color: #FAA41D;
  font-size: 24px;
}
.homePage .vendors .leftTxt h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  height: 36px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  color: #FAA41D;
}
.homePage .vendors .rightTxt {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: italic;
  width: 58%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-top: 4px;
}
.homePage .vendors .rightTxt ul {
  list-style-type: none;
  position: absolute;
  right: 20px;
}
.homePage .vendors .rightTxt ul li {
  display: inline-block;
  margin: 0 6px;
}
.homePage .vendor-game-list {
  background-image: url('/includes/images/home/slots-machine/bg-slots.jpg');
  width: 1200px;
  height: 422px;
  margin-top: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.homePage .vendor-game-list .vHeader {
  width: 1200px;
  height: 50px;
  color: #FAA41D;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background-color: rgba(0, 39, 108, 0.9);
  text-align: center;
  padding: 7px 0px 7px 0px;
  border-radius: 5px 5px 0px 0px;
}
.homePage .vendor-game-list .vendorTabs {
  height: 50%;
  position: absolute;
  bottom: 0;
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Style the tab content */
}
.homePage .vendor-game-list .vendorTabs .tab {
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.homePage .vendor-game-list .vendorTabs .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 55px;
  transition: 0.3s;
  font-size: 17px;
  height: 40px;
  position: relative;
  padding-left: 0;
  margin-right: 37px !important;
}
.homePage .vendor-game-list .vendorTabs .tablinks img {
  height: 40px;
}
.homePage .vendor-game-list .vendorTabs .tablinks .original-logo {
  @extend .hide;
}
.homePage .vendor-game-list .vendorTabs .tablinks .hoverImg {
  display: none;
}
.homePage .vendor-game-list .vendorTabs .tablinks:nth-of-type(1) {
  margin-left: 24px;
}
.homePage .vendor-game-list .vendorTabs .tablinks .active {
  width: 100%;
  height: 5px;
  background-color: #FAA41D;
  bottom: 0;
  position: absolute;
}
.homePage .vendor-game-list .vendorTabs .tabcontent {
  display: none;
  opacity: 0;
  padding: 0;
  transition: opacity 0.3s ease-out;
}
.homePage .vendor-game-list .vendorTabs .tabcontent ul {
  padding: 10px 10px 10px 13px;
  list-style-type: none;
}
.homePage .vendor-game-list .vendorTabs .tabcontent ul li {
  display: inline-block;
  margin: 15px 0px 0px 15px;
}
.homePage .vendor-game-list .vendorTabs .tabcontent ul li img {
  width: 130px;
  height: 102px;
}
.homePage .calltoaction {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
.homePage .calltoaction .leftdiv {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 100px;
}
.homePage .calltoaction .leftdiv .qrcode{
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 20px;
  text-align: center;
}
.homePage .calltoaction .leftdiv .qrcode .oleicon {
  width: 50px;
  height: 50px;
}
.homePage .leftdiv .mbl-img{
  width:45%;
  display: inline-block;  
}
.homePage .leftdiv .mbl-img img{
  width: 100%;
}
.homePage .calltoaction .leftdiv .qrcode > span{
  color: #00276C;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}
.homePage .calltoaction .leftdiv .qrcode ul{
  margin: 32px 0 0 0;
  padding: 0;
}
.homePage .qrcode li{
  display: inline-block;
  width: 132px;
}
.homePage .qrcode li:nth-of-type(1){
  margin-right: 20px;
}
.homePage .rightDiv .pcimg{
  width: 100%;
}
.homePage .rightDiv p{
  color: #00276C;
  font-size: 30px;
  font-weight: bold;
}
.homePage .rightDiv ul{
  margin: 0;
  padding: 0;
}
.homePage .rightDiv li{
  display: inline-block;
  width: 142px;
}
.homePage .rightDiv li img{
  width: 30px;
  margin-bottom: 20px;
}
.homePage .rightDiv .downloadBtn a {
  text-decoration: none;
  color: #fff;
  padding: 8px;
  background-color: #FF7D00;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
.homePage .rightDiv .rightTxt{
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -59px;
  text-align: center;
}
.homePage .rightDiv .leftTxt{
  width: 50%;
  display: inline-block;
}
.homePage .rightDiv .downloadBtn a:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.homePage .calltoaction .leftdiv .txt01 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 103px;
  text-align: center;
  margin-left: 20px;
}
.homePage .calltoaction .leftdiv .txt01 h2 {
  color: #00276C;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.homePage .calltoaction .leftdiv .txt02 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 588px;
  margin-top: 21px;
}
.homePage .calltoaction .leftdiv .txt02 p {
  color: #505050;
  font-size: 24px;
}
.homePage .calltoaction .leftdiv .txt02 a {
  text-decoration: none;
  background-color: #FF7D00;
  font-size: 15px;
  color: #fff;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  padding: 9px 20px 9px 20px;
}
.homePage .calltoaction .leftdiv .txt02 a:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.homePage .calltoaction .rightDiv {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 103px;
  text-align: center;
  margin-left: 20px;
}
/*Navbar Styles*/
.dropdown .drop {
  color: #fff;
  padding: 0;
  display: inline-block;
}
.dropdown > .dropdown-menu {
  display: unset !important;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  float: left;
  max-height: auto;
  overflow: hidden;
  transition: all 0.55s linear;
  background-color: #fff;
  border-radius: 0;
}
.dropdown > .dropdown-menu.open {
  display: block;
  max-height: 300px;
  height: auto;
  transition: all 0.25s linear;
}
.dropdown > .dropdown-menu > li > a {
  padding: 0.5rem 1rem;
  display: block;
  color: #555;
  text-align: left;
  transition: all 0.25s linear;
}
.dropdown > .dropdown-menu > li > a:hover {
  background-color: #faa520;
  color: #fff;
}
.down-caret {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  display: inline-block;
  margin-left: 6px;
  top: -3px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.25s ease-in;
}
.open-caret {
  transform: rotate(180deg);
  transition: all 0.25s ease-out;
}
.topHeader {
  height: 80px;
}
.topHeader .navbar-brand {
  padding: 10px 0px 10px 0px;
}
.topHeader a.navbar-brand img.logo, 
.topHeader a.navbar-brand img.ce_logo {
  height: auto;
}
.topHeader .loginBtn {
  background-color: #999999;
  border: 1px;
  width: 70px;
  height: 40px;
  font-size: 15px !important;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.topHeader .loginBtn:hover {
  background-color: #bbbbbb;
  transition: 0.3s ease-out;
}
.topHeader .registerBtn {
  background-color: #FF7D00;
  border: 1px;
  width: 70px;
  height: 40px;
  font-size: 15px !important;
  color: #fff;
  border-radius: 5px;
}
.topHeader .registerBtn:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.topHeader .topLoginForm {
   float: right;
   margin: 13px 0 0 0;
   z-index: 1;
   position: absolute;
   right: 0;
   top: 0;
   display: flex;
   place-items: center;
   gap: 10px;
}
.topHeader .topLoginForm input {
  margin-right: 5px;
}
.topHeader .topLoginForm .change-country-flag {
  font-size: 15px;
  width: auto;
  display: inline-block;
  padding: 15px;
}
.topHeader .topLoginForm .change-country-flag:hover i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition: 300ms linear all;
}
.topHeader .topLoginForm .change-country-flag img {
  width: 30px;
  height: 30px;
}
.topHeader .topLoginForm .change-country-flag a {
  text-decoration: none;
  color: #fff;
}
.topHeader .topLoginForm .change-country-flag i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0px 0px 3px 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.topHeader .topLoginForm .change-country-flag .dropdown-content {
  top: 46px;
  z-index: 10;
  min-height: 50px;
  position: absolute;
  background-color: #044cbf;
  border: 0 !important;
  -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out !important;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out !important;
}
.topHeader .topLoginForm .change-country-flag .dropdown-content a.active {
  background-color: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
}
.topHeader .topLoginForm .change-country-flag .dropdown-content a:hover {
  color: #fff;
}
.topHeader .topLoginForm .form-group {
  display: inline-block;
  margin: 0;
}
.topHeader .topLoginForm .form-group .txtField {
  border-radius: 5px;
  width: 140px;
  height: 40px;
  padding: 8px;
  border: 1px solid #fff;
  font-size: 15px !important;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.topHeader .topLoginForm .form-group .txtField:active {
  border: 1px solid #FAA41D;
}
.topHeader .topLoginForm .form-group .txtField:focus {
  border: 1px solid #FAA41D;
  transition: all 0.2s linear;
}
.topHeader .topLoginForm #_player_login_area .pcaptcha {
  display: inline-block;
}
.topHeader .topLoginForm #_player_login_area .pcaptcha img.refresh-icon {
  background: #faa520;
  padding: 8px;
  cursor: pointer;
}
.navbar {
  height: 40px;
}
.navbar .dropdown {
  position: unset !important;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .nav-item {
  margin-right: 41px;
  margin-left: 15px;
}
.navbar .nav-item:last-child {
  margin-right: 0px !important;
}
img.sc-nav-img {
  width: 43px;
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-3px);
color: #FAA41D;
}
100% {
transform: translatey(0px);
}
}
.navbar .nav-item:hover .nav-link {
  color: #FAA41D;
  transition: 0.2s ease-out;
}
.navbar .nav-item:hover i {
  border: 1px solid #FF7D00;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition: 300ms linear all;
}
.navbar .nav-item .nav-link {
  color: #fff;
  font-size: 15px !important;
  font-weight: 400;
  padding-left: 0;
  cursor: pointer;
  position: relative;
}
.navbar .nav-item .nav-link.active {
  color: #FAA41D;
}
.navbar .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .nav-item i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0px 0px 3px 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navbar .nav-item .dropbtn:hover {
  display: none !important;
}
.navbar .nav-item .dropdown {
  position: relative;
  display: inline-block;
}
.navbar .nav-item .slotsDropdownItem .dropdown-item {
  width: 90px !important;
}
.navbar .nav-item .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(204, 204, 204, 0.9);
  background: -moz-linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  background: linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#ffffff", GradientType=1);
  height: 142px;
  z-index: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.navbar .nav-item .dropdown-content a.active {
  background-color: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
}
.navbar .nav-item .dropdown-content a.active:hover {
  color: #FF7D00;
}
.navbar .nav-item .dropdown-content .dropdown-item {
  background-color: transparent !important;
  width: 122px;
  height: 120px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400 !important;
  padding: 18px 0px 0px 0px;
  margin: 0 15px !important;
}
.navbar .nav-item .dropdown-content .dropdown-item p {
  color: #505050;
}
.navbar .nav-item .dropdown-content .dropdown-item:hover p {
  color: #FF7D00;
  transition: 0.1s ease-out;
}
.navbar .nav-item .dropdown-content .dropdown-item:last-child {
  margin-right: 0px !important;
}
.navbar .nav-item .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}
#floating-header {
  padding-top: 17px;
  height: 85px;
  width: 1920px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1040;  
  display: none;
  text-align: center;
}
#floating-header .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#floating-header .navbar-brand img {
  height: 35px;
}
#floating-header .nav-item {
  margin: 0 !important;
  padding: 0 !important;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#floating-header .nav-item .dropdown-content {
  top: 85px;
}
#floating-header .loginBtn {
  background-color: #FF7D00;
  border: 1px;
  width: 70px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}
#floating-header .loginBtn:hover {
  background-color: #FAA41D;
  transition: 0.2s ease-out;
}
#floating-header .registerBtn {
  background-color: #999999;
  border: 1px;
  width: 70px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}
#floating-header .registerBtn:hover {
  background-color: #bbbbbb;
  transition: 0.3s ease-out;
}
#floating-header #navbarResponsive {
  display: inline-block !important;
  padding-left: 15px;
}
#floating-header .topLoginForm {
  display: none !important;
  margin-top: -5px !important;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  position: absolute;
}
#floating-header .topLoginForm input {
  margin-right: 5px;
}
#floating-header .topLoginForm .change-country-flag {
  width: auto;
  display: inline-block;
}
#floating-header .topLoginForm .change-country-flag:hover i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition: 300ms linear all;
}
#floating-header .topLoginForm .change-country-flag .dropdown-content {
  top: 49px;
  min-height: 95px;
  position: absolute;
  background-color: #001E5A;
  border: 0 !important;
}
#floating-header .topLoginForm .change-country-flag img {
  width: 25px;
  height: 25px;
}
#floating-header .topLoginForm .change-country-flag a {
  text-decoration: none;
  color: #fff;
  font-size: 15px !important;
}
#floating-header .topLoginForm .change-country-flag .dropdown-menu {
  top: 54px !important;
  background-color: #001E5A;
  border-radius: 0;
  border: 0;
}
#floating-header .topLoginForm .change-country-flag .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #FAA41D;
}
#floating-header .topLoginForm .change-country-flag .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
#floating-header .topLoginForm .change-country-flag i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0px 0px 3px 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#floating-header .topLoginForm .change-country-flag .dropbtn:hover {
  display: none !important;
}
#floating-header .topLoginForm .change-country-flag .dropbtn:hover .dropdown-content {
  display: block !important;
}
#floating-header .topLoginForm .form-group {
  display: inline-block;
}
#floating-header .topLoginForm .form-group .txtField {
  border-radius: 5px;
  width: 200px;
  height: 30px;
  padding: 8px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#floating-header .topLoginForm .form-group .txtField:active {
  border: 1px solid #FAA41D;
}
#floating-header .topLoginForm .form-group .txtField:focus {
  border: 1px solid #FAA41D;
  transition: all 0.2s linear;
}
.navbar-brand > img{
  width: 216px;
  height: auto;
}
.topHeader.bg-blue{
  position: relative;
  z-index: 1001;
}
.topHeader.bg-blue .container{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1190px !important;
  width: 97%;
  margin:auto;
}
.topHeader.bg-blue::before,
.topHeader.bg-blue::after{
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 81px;
}
/*Footer Styles*/
footer {
  width: 100%;
  position: relative; 
}
.footer01 .container {
    max-width: 3000px !important;
}
footer .footer01 {
  background-color: #044cbf;
  height: 120px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
footer .footer01 ul {
  list-style-type: none;
  padding: 0;
}
footer .footer01 ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 30px 55px 12px 0;
}
footer .footer01 ul li a {
  display: flex;
  align-items: center;
}
footer .footer01 ul li a .footer-desc {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-left: 20px;
}
footer .footer01 ul li a .footer-desc p {
  margin-bottom: 5px;
}
footer .footer01 ul li:last-child a {
  margin: 6px;
}
footer .footer01 ul li img {
  height: 72px;
}
footer .footer01 ul li.socials {
  margin-right: 0;
}
footer .footer01 ul li.socials > p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}
footer .footer01 ul li.socials .social-links {
  display: flex;
}
footer .footer01 ul li.socials img {
  width: 50px;
  height: 50px;
}
footer .footer01 ul li.socials .social-links a:first-child {
  margin-left: 30px;
}
footer .footer02 {
  background-color: #044cbf;
  height: 96px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer .footer02 ul {
  width: auto;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
footer .footer02 ul li {
  display: inline-block;
  margin: 9px 0px 8px 12px;
  font-weight: 700;
  color: #fff;
}
footer .footer02 ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
}
footer .footer02 ul li a:hover {
  transition: 0.3s;
  color: #FAA41D;
}
/* Floating Social Media Bar Style Starts Here */
.fl-fl {
  background: #0b46b5;
  width: 200px;
  max-height: 60px;
  position: fixed;
  right: -136px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.85;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 40px 0px 0px 40px;
  padding: 0px 0px 5px 10px;
  font-size: 15px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 3.5;
}
.fl-fl img {
  margin-right: 10px;
}
.fl-fl:hover {
  right: 0;
  opacity: 1;
}
.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}
.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 3.5;
}
.live-chat {
  top: 300px !important;
}
.deposit {
  top: 360px;
}
.quick-transfer {
  top: 420px;
}
.icon-deposit {
  top: 480px;
}
.icon-vip {
  top: 479px;
}
.icon-down {
  top: 600px;
  width: 60px;
  right: 0 !important;
}
.icon-down:hover {
  opacity: 1;
}
.icon-down .arrowDown {
  transform: rotate(0deg);
}
.icon-down .arrowUp {
  transform: rotate(180deg);
}
/* Floating Social Media Bar Style Ends Here */
/*Slots Page*/
#floating-img-slots{
  position: fixed;
  left: 95px;
  top: 250px;
}
#floating-img-slots2{
  position: fixed;
  left: 95px;
  top: 550px;
}
#floating-img-slots #close{
  height: 17px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.slotsPage .carousel-item {
  /*height: 420px;*/
}
.slotsPage .carousel-item img {
  width: 100%;
}
.slotsPage .pricePool {
  background-image: url('/includes/images/slots/Price Pool/bg-price-pool.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.slotsPage .pricePool .vendorTabs {
  height: 50%;
  bottom: 0;
    margin-top:   -5px !important;
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Style the tab content */
}
.slotsPage .pricePool .vendorTabs .tab {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  height: 70px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slotsPage .pricePool .vendorTabs .tablinks.jili.active img,
.slotsPage .pricePool .vendorTabs .tablinks.jili:hover img {
  filter: grayscale(0)!important;
 }
.slotsPage .pricePool .vendorTabs .tablinks {
  /* background-color: inherit;*/
}
.slotsPage .pricePool .vendorTabs .tablinks img {
  height: 55px;
}
.slotsPage .pricePool .vendorTabs .tablinks .original-logo {
  @extend .hide;
}
.slotsPage .pricePool .vendorTabs .tablinks .hoverImg {
  display: none;
}
.slotsPage .pricePool .vendorTabs .tablinks:nth-of-type(1) {
  /* margin-left: 23px; */
}
.slotsPage .pricePool .vendorTabs .tablinks .active {
  width: 100%;
  height: 5px;
  background-color: #FAA41D;
  position: relative;
  top: 5px;
}
.slotsPage .pricePool .vendorTabs .tabcontent {
  display: none;
  opacity: 0;
  padding: 0;
  transition: opacity 0.3s ease-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter {
  margin-top: 35px;
  padding: 0;
  margin-bottom: 25px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 880px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  line-height: 28px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.active-category {
  border-bottom: 2px solid #ff7d00;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li img {
  width: auto;
  height: auto;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li a {
  text-decoration: none;
  color: #505050;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li span {
  padding: 0px 0px 0px 35px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-heart {
  background-image: url('/includes/images/slots/Filter Icons/icon-heart.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-heart:hover {
  background-image: url('/includes/images/slots/Filter Icons/icon-heart.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-heart-sel {
  background-image: url('/includes/images/slots/Filter Icons/icon-heart-sel.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-star {
  background-image: url('/includes/images/slots/Filter Icons/icon-star.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-new {
  background-image: url('/includes/images/slots/Filter Icons/new-icon2.png');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-hot{
  background-image: url('/includes/images/slots/Filter Icons/hot-icon.png');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-star:hover {
  background-image: url('/includes/images/slots/Filter Icons/icon-star.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-heart-sel {
  background-image: url('/includes/images/slots/Filter Icons/icon-star-sel.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-multistar {
  background-image: url('/includes/images/slots/Filter Icons/icon-multi-star.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-multistar:hover {
  background-image: url('/includes/images/slots/Filter Icons/icon-multi-star.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-multistar-sel {
  background-image: url('/includes/images/slots/Filter Icons/icon-multi-star-sel.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-slots .game-category{
  background-image: url('/includes/images/slots/Filter Icons/icon-seven.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-slots .game-category:hover {
  background-image: url('/includes/images/slots/Filter Icons/icon-seven.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-seven-sel {
  background-image: url('/includes/images/slots/Filter Icons/icon-seven-sel.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-table_and_cards .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-live_dealer .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-table_games .game-category {
  background-image: url('/includes/images/slots/Filter Icons/icon-chip.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-table_and_cards .game-category:hover,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-table_games .game-category:hover {
  background-image: url('/includes/images/slots/Filter Icons/icon-chip.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-lottery .game-category{
  background-image: url('/includes/images/promotion/lottery-cat.png');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-card_games .game-category{
  background-image: url('/includes/images/promotion/card-game.png');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-gamble .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-gamble .game-category:hover,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-arcade .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-arcade .game-category:hover,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-progressives .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-video_poker .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-video_poker .game-category:hover {
  background-image: url('/includes/images/promotion/icon-electronic-offer.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-others .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-fixed_odds .game-category,
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-fixed_odds .game-category{
  background-image: url('/includes/images/promotion/icon-sports-offer.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-scratch_card .game-category{
  background-image: url('/includes/images/promotion/icon-scratch.png');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-sports .game-category{
  background-image: url('/includes/images/promotion/icon-sports.png');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-others .game-category:hover {
  background-image: url('/includes/images/promotion/icon-sports-offer.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .game-all {
  background-image: url('/includes/images/promotion/icon-live-offer.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .game-all:hover {
  background-image: url('/includes/images/promotion/icon-live-offer.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li .icon-chip-sel {
  background-image: url('/includes/images/slots/Filter Icons/icon-chip-sel.svg');
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter .searchDiv {
  display: inline-block;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter .searchDiv input {
  width: 250px;
  height: 40px;
  border-radius: 5px;
  background-color: #DDDDDD;
  border: 1px solid #BBBBBB;
  padding: 9px;
  color: #707070;
  margin-right: 10px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter .searchDiv button {
  padding: 5px 10px 5px 10px;
  background-color: #FF7D00;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 37px;
  width: 50px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .filter .searchDiv button:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList {
  min-height: 800px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul {
  list-style-type: none;
  color: #505050;
  padding: 0;
  margin-top: 35px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 141px;
  margin: 0px 24px 56px 0px;
  cursor: pointer;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li:nth-child(6n+0) {
  margin-right: 0;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li img {
  width: 100%;
  height: 100%;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li p {
  text-align: center;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li .gameStatus {
  position: absolute;
  top: 0;
  right: 0;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li .gameHover {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 10%;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li .gameHover a {
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  height: 36px;
  line-height: 2;
  padding: 0 16px;
  display: block;
  margin: 10px;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li .gameHover .playBtn01 {
  background-color: transparent;
  border: 2px solid #FF7D00;
  color: #FF7D00;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li .gameHover .playBtn01:hover {
  background-color: #FF7D00;
  color: #fff;
}
.slotsPage .pricePool .vendorTabs .tabcontent .gameList ul li .gameHover:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
/*Sportsbook Page*/
.sportsbookDiv {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 860px;
  height: 100%;
  text-align: center;
}
.sportsbookDiv .btnSelect {
  padding: 9px 20px 9px 20px;
  background-color: #FAA41D;
  color: #222222;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
}
.sportsbookDiv .btnSelect:hover {
  background-color: #FF7D00;
  transition: 0.3s ease-out;
  color: #fff;
}
.sportsbookDiv div {
  width: 460px;
  display: inline-block;
  vertical-align: top;
}
.sportsbook-ole777-desc-box{position:relative;background-color: rgba(0, 0, 0, 0.7);color: white;padding: 9px;margin-top: 190px;height: 250px;padding-top: 53px; text-align: left; font-size: 15px;}
.sportsbookDiv div img {
  margin-bottom: 20px;
}
/*Promotion Page Styles*/
.promotionDiv {
  position: relative;
}
.promotionDiv .vendorTabs {
  height: 50%;
  bottom: 0;
  margin-top: 50px;
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Style the tab content */
}
.promotionDiv .vendorTabs .tab {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  height: 50px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.promotionDiv .vendorTabs .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  height: 36px;
  width: 200px;
  position: relative;
  padding-left: 0;
  margin-right: 40px !important;
  color: #505050;
  text-align: center;
  margin-top: 14px;
}
.promotionDiv .vendorTabs .tablinks img {
  height: 22px;
  width: 22px;
}
.promotionDiv .vendorTabs .tablinks .original-logo {
  @extend .hide;
}
.promotionDiv .vendorTabs .tablinks .hoverImg {
  display: none;
}
.promotionDiv .vendorTabs .tablinks:nth-of-type(1) {
  margin-left: 20px;
}
.promotionDiv .vendorTabs .tablinks:nth-of-type(5) {
  margin-right: 0 !important;
}
.promotionDiv .vendorTabs .tablinks .active {
  width: 100%;
  height: 5px;
  background-color: #FAA41D;
  bottom: 0;
  position: absolute;
}
.promotionDiv .vendorTabs .tabTitle {
  text-align: center;
  color: #00276C;
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0px 30px 0px;
}
.promotionDiv .vendorTabs .tabcontent {
  display: none;
  opacity: 0;
  padding: 0;
  transition: opacity 0.3s ease-out;
  margin-bottom: 50px;
}
.promotionDiv .vendorTabs .tabcontent ul {
  @extend .fadeIn;
  @extend .animate2s;
  padding: 5px 40px 40px 40px;
  background-color: white;
  margin-top: 47px;
}
.promotionDiv .vendorTabs .tabcontent ul li {
  margin: 10px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox {
  height: 450px;
  width: 588px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
  @extend .fadeIn;
  @extend .animate2s;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox:nth-of-type(odd) {
  margin-right: 18px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionImage {
  width: 100%;
  height: 250px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc {
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  height: 200px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc p {
  font-family: 'Open Sans', sans-serif;
  color: #505050;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc p:nth-of-type(1) {
  font-weight: 700;
  font-size: 24px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc a {
  text-decoration: none;
  color: #fff;
  padding: 9px 20px 9px 20px;
  margin-top: 30px;
  border-radius: 5px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc a:nth-of-type(1) {
  background-color: #999999;
  margin-right: 20px;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc a:nth-of-type(1):hover {
  background-color: #bbbbbb;
  transition: 0.3s ease-out;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc a:nth-of-type(2) {
  background-color: #FF7D00;
}
.promotionDiv .vendorTabs .tabcontent .promotionBox .promotionDesc a:nth-of-type(2):hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.promotionDiv .promotionDetails {
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  background-color: white;
  z-index: 500;
  border-radius: 5px;
  padding: 20px;
  display: none;
}
/** New Promotions **/
.promotion-wrapper {
    height: 50%;
    bottom: 0;
    margin-top: 50px;
}
.promotion-wrapper ul.nav.nav-tabs {
  border-bottom: 1px solid rgba(255,255,255,.2);
  background-color: #fff;
  height: 50px;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
  border-radius: 5px;
}
.promotion-wrapper ul.nav.nav-tabs li {
  width: 200px;
  display: contents;
}
.promotion-wrapper ul.nav.nav-tabs li a {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: .3s;
  font-size: 15px;
  position: relative;
  padding-left: 0;
  color: #505050;
  text-align: center;
  margin-top: 7px;
  margin: 0 auto;
  padding: 13px 20px 0 20px;
  height: 50px;
}
.promotion-wrapper ul.nav.nav-tabs li a.active,
.promotion-wrapper ul.nav.nav-tabs li a:hover {
  border-bottom: 5px #faa41d solid;
}
.promotion-wrapper ul.nav.nav-tabs li a img {
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 10px;
}
.promotion-wrapper .disabled {
    border-bottom:   0px !important ;
}
.promotion-wrapper .disabled a{
    cursor:default; border-bottom: 0px !important ; opacity: 0.5
}
.promotion-wrapper .disabled a:hover{
    border-bottom:   0px !important ;
}
.promotion-wrapper ul.nav.nav-tabs li a p {
  display: inline-block;
}
.promotion-wrapper p.tabTitle {
  text-align: center;
  color: #00276C;
  font-size: 32px;
  font-weight: bold;
  /* margin: 30px 0px 30px 0px; */
}
.promotion-wrapper .tab-content{
  min-height: 600px;
}
.promotion-wrapper .tab-content .promotionBox {
  height: 450px;
  width: 588px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
  @extend .fadeIn;
  @extend .animate2s;
}
.promotion-wrapper .tab-content .promotionBox:nth-of-type(odd) {
  margin-right: 18px;
}
.promotion-wrapper .tab-content .promotionBox .promotionImage {
  width: 100%;
  height: 300px;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc {
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  height: 200px;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc p {
  font-family: 'Open Sans', sans-serif;
  color: #505050;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc p:nth-of-type(1) {
  font-weight: 700;
  font-size: 22px;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
/* .promotion-wrapper .tab-content .promotionBox .promotionDesc a {
  text-decoration: none;
  color: #fff;
  padding: 9px 20px 9px 20px;
  margin-top: 30px;
  border-radius: 5px;
} */
/* .promotion-wrapper .tab-content .promotionBox .promotionDesc a:nth-of-type(1) {
  background: #232526;  fallback for old browsers
  background: -webkit-linear-gradient(to right, #414345, #232526);  Chrome 10-25, Safari 5.1-6
  background: linear-gradient(to right, #414345, #232526); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
  margin-right: 20px;
} */
/* .promotion-wrapper .tab-content .promotionBox .promotionDesc a:nth-of-type(1):hover {
  background-color: #bbbbbb;
  transition: 0.3s ease-out;
  opacity: .9;
} */
/* .promotion-wrapper .tab-content .promotionBox .promotionDesc a:nth-of-type(2) {
  background: #FFB75E;  fallback for old browsers
  background: -webkit-linear-gradient(to left, #ED8F03, #FFB75E);  Chrome 10-25, Safari 5.1-6
  background: linear-gradient(to left, #ED8F03, #FFB75E); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
} */
/* .promotion-wrapper .tab-content .promotionBox .promotionDesc a:nth-of-type(2):hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
  opacity: .9;
} */
.promotionDetails {
 position: fixed;
   left: 0;
  right: 0;
  top: 90px;
  background-color: white;
  z-index: 500;
  border-radius: 5px;
  padding: 20px;
  display: none;
   width:  1200px;
  margin:   0 auto ; 
}
.promotion-wrapper .tab-content #rules-terms .list-container {
  padding: 5px 40px 40px;
  background-color: #fff;
  margin-top: 47px;
}
.promotion-wrapper{
  min-height: 800px;
}
.promotionDetailsContent table th{
  text-align: center;
}

.promotionDetailsContent table th > p{
  margin: 0;
}

.promotionDetailsContent table.vn-table tr td {
  text-align: center;
  vertical-align: middle;
}
/*New Poker Page*/
div.poker-container {
  padding: 20px;
  background-image: url(/includes/images/new_lobby/card/background.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  background-position: right;
}
.poker-bg {
  max-width: 1400px;
  display: flex;
  margin: auto;
  gap: 10px;
}
.poker-bg .game_container.top {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.game_container.top:last-child {
    padding-top: 0px;
}
.poker-bg .game_container.bottom {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    align-items: center;
    /*grid-gap: 20px;*/
}
.poker_thumb {
    position: relative;
}
.poker_thumb a {
    text-decoration: none;
    outline: 0;
    color: #fff;
    text-align: center;
}
.poker_thumb a img {
    width: 83%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 20px rgb(198 128 0 / 80%);
}
.poker_thumb img.hvr-float {
    width: 83%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 20px rgb(198 128 0 / 80%);
}
.poker_thumb img.hot-icon {
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 999;
  width: 30%;
}
.cover-overlay:hover .hover-overlay{
    opacity: 1;
}
.cover-overlay {
    height: auto;
    width: auto;
    border-radius:0;
}
.btn-play:hover,
.btn-try:hover{
    background: #D36C0A;
    color:white;
    border:2px solid #D36C0A !important;
}
.btn-play{
    color:#FF7D01;
    background:none;
}
.btn-try{
    margin-top:10px;
    background: #FF7D01;
    color:white;
}
.hover-overlay .btn {
  width: 100%;
  border: 0px;
  font-weight: 800;
  border: 2px solid #ff7d01;
  -webkit-appearance: unset;
}
/* .hover-overlay {
    padding-top: 36px;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    height: 178px;
    width: 178px;
    top: 0;
    position: absolute;
    transition: opacity 0.3s;
    border-radius: 0;
    margin: 0px 18px;
} */
.bottom .hover-overlay {
    margin: 0px !important;
}
/*Not Found Page Styles*/
.notfoundDiv {
  text-align: center;
}
.notfoundDiv img {
  margin-top: 100px;
}
.notfoundDiv .pagenotfound {
  color: #505050;
  font-size: 40px;
  margin-top: 100px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.notfoundDiv .returnMessage {
  margin: 100px 0px 194px 0px;
}
.notfoundDiv .returnMessage div {
  width: 384px;
  display: inline-block;
  vertical-align: top;
  color: #505050;
  font-size: 24px;
  margin-right: 24px;
}
.notfoundDiv .returnMessage div a {
  color: #FF7D00;
}
.notfoundDiv .returnMessage div a:hover {
  color: #FAA41D;
}
.notfoundDiv .returnMessage .chsMsg {
  font-family: 'Open Sans', sans-serif;
}
.notfoundDiv .returnMessage .idMsg {
  font-family: 'Open Sans', sans-serif;
}
.notfoundDiv .returnMessage .thMsg {
  font-family: 'Open Sans', sans-serif;
}
/*New Poker Page*/
.game_container.top:last-child {
  padding-top: 0px;
}
.poker-bg .game_container.bottom {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: center;
  align-items: center;
}
.poker_thumb {
  position: relative;
}
.poker_thumb a {
  text-decoration: none;
  outline: 0;
  color: #fff;
  text-align: center;
}
.poker_thumb a img {
  width: 83%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 20px rgb(198 128 0 / 80%);
}
/* .poker_thumb img.hot-icon {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 999;
  width: 25%;
} */
.cover-overlay:hover .hover-overlay {
  opacity: 1;
}
.cover-overlay {
  height: auto;
  width: auto;
  border-radius: 0;
}
.btn-play:hover,
.btn-try:hover {
  background: #d36c0a;
  color: white;
  border: 2px solid #d36c0a !important;
}
.btn-play {
  color: #ff7d01;
  background: none;
}
.btn-try {
  margin-top: 10px;
  background: #ff7d01;
  color: white;
}
/* .hover-overlay .btn {
  width: 80%;
  border: 0px;
  font-weight: 800;
  border: 2px solid #ff7d01;
  -webkit-appearance: unset;
} */
.bottom .hover-overlay {
  margin: 0px !important;
}
/*Not Found Page Styles*/
.notfoundDiv {
  text-align: center;
}
.notfoundDiv img {
  margin-top: 100px;
}
.notfoundDiv .pagenotfound {
  color: #505050;
  font-size: 40px;
  margin-top: 100px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.notfoundDiv .returnMessage {
  margin: 100px 0px 194px 0px;
}
.notfoundDiv .returnMessage div {
  width: 384px;
  display: inline-block;
  vertical-align: top;
  color: #505050;
  font-size: 24px;
  margin-right: 24px;
}
.notfoundDiv .returnMessage div a {
  color: #ff7d00;
}
.notfoundDiv .returnMessage div a:hover {
  color: #faa41d;
}
.notfoundDiv .returnMessage .chsMsg {
  font-family: "Open Sans", sans-serif;
}
.notfoundDiv .returnMessage .idMsg {
  font-family: "Open Sans", sans-serif;
}
.notfoundDiv .returnMessage .thMsg {
  font-family: "Open Sans", sans-serif;
}
/*Lottery Styles*/
.lotteryDiv {
  background-image: url("/includes/images/lottery/Lottery-background.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  min-height: 860px;
  height: 100%;
  text-align: center;
}
.lotteryDiv .gameballs {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.lotteryDiv .gameballs .btnSelect {
  text-decoration: none;
  background-color: #ff7d00;
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 112px;
  height: 40px;
  border-radius: 5px;
  padding: 9px 20px 12px 20px;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-out;
  margin: 0 auto !important;
  bottom: -16px;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lotteryDiv .gameballs .gpi {
  right: unset;
}
.lotteryDiv .gameballs .gpi2 {
  right: -120px;
}
.lotteryDiv .gameballs .btnSelect:hover {
  background-color: #faa41d;
  transition: 0.3s ease-out;
}
.lotteryDiv .gameballs div {
  display: inline-block;
  width: 211px;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.lotteryDiv .gameballs .gamePlay {
  z-index: 0;
  bottom: 20px;
  margin-right: -10px;
}
.lotteryDiv .gameballs .ole777 {
  z-index: 2;
  bottom: 0px;
  width: 215px;
}
.lotteryDiv .gameballs .tcGaming {
  z-index: 0;
  bottom: 20px;
  margin-left: -10px;
}
.lotteryDiv .gameballs .move-up {
  bottom: 50px;
}
.lotteryDiv .gameballs .ball:hover {
  top: -40px;
}
.lotteryDiv .ballWrapper:hover .btnSelect {
  opacity: 1;
}
.lotteryDiv .gameballs .rmvShadow {
  background: unset !important;
  box-shadow: unset !important;
}
.lotteryDiv .gameballs .ballWrapper {
  width: 238px;
  height: 270px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
.lotteryDiv .gameballs .redBall {
  background: #f85c46;
  background: -moz-radial-gradient(circle, #f85c46 0%, #e82f2f 100%);
  background: -webkit-radial-gradient(circle, #f85c46 0%, #e82f2f 100%);
  background: radial-gradient(circle, #f85c46 0%, #e82f2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85c46", endColorstr="#e82f2f", GradientType=1);
}
.lotteryDiv .gameballs .blueBall {
  background: #32ceff;
  background: -moz-radial-gradient(circle, #32ceff 0%, #2e81c5 100%);
  background: -webkit-radial-gradient(circle, #32ceff 0%, #2e81c5 100%);
  background: radial-gradient(circle, #32ceff 0%, #2e81c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32ceff", endColorstr="#2e81c5", GradientType=1);
}
.lotteryDiv .gameballs .yellowBall {
  background: #fff533;
  background: -moz-radial-gradient(circle, #fff533 0%, #ffb332 100%);
  background: -webkit-radial-gradient(circle, #fff533 0%, #ffb332 100%);
  background: radial-gradient(circle, #fff533 0%, #ffb332 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff533", endColorstr="#ffb332", GradientType=1);
}
.lotteryDiv .gameballs .ball {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  box-shadow: inset 0 -5px 15px rgba(255, 255, 255, 0.4),
    inset -2px -1px 40px rgba(0, 0, 0, 0.4), 0 0 1px #000;
  position: absolute;
  top: 0;
  z-index: 11;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}
.lotteryDiv .gameballs .ball:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 70% 0px,
    #ffffff,
    rgba(255, 255, 255, 0) 38%
  );
  -webkit-filter: blur(5px);
  z-index: 2;
}
.lotteryDiv .gameballs .ballShadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 75px;
  margin: 0 auto;
  background: rgba(20, 20, 20, 0.4);
  box-shadow: 0px 0 20px 50px rgba(20, 20, 20, 0.4);
  border-radius: 0.75px;
  -webkit-transform: scaleY(0.3);
  -moz-transform: scaleY(0.3);
  -ms-transform: scaleY(0.3);
  -o-transform: scaleY(0.3);
  transform: scaleY(0.3);
}
.lottery-bg .game_container.bottom {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.lotter_thumb a {
  text-decoration: none;
  outline: 0;
  color: #fff;
  text-align: center;
}
.lotter_thumb {
  position: relative;
}
.lotter_thumb a p {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
}
/*Live Casino Styles*/
.livecasinoDiv {
  background-image: url("/includes/images/livecasino/livecasino-newyear-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 662px;
  text-align: center;
}
.livecasinoDiv > .row {
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.livecasinoDiv .btnSelect {
  padding: 9px 20px 9px 20px;
  background-color: #faa41d;
  color: #222222;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
}
.livecasinoDiv .btnSelect:hover {
  background-color: #ff7d00;
  transition: 0.3s ease-out;
  color: #fff;
}
.livecasinoDiv .f1_container {
  position: relative;
  text-align: center;
  perspective: 1000;
  width: 333px;
  height: 273px;
  display: inline-block;
  margin: 44px 2px 20px 0px;
}
.livecasinoDiv .f1_container:nth-of-type(1) {
  /*margin-top: 44px;*/
}
.livecasinoDiv .f1_card {
  transform-style: preserve-3d;
  transition: all 0.6s linear;
}
.livecasinoDiv .f1_container:hover .f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.livecasinoDiv .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.livecasinoDiv .face.back {
  display: block;
  transform: rotateY(180deg);
  color: white;
  text-align: center;
}
.livecasinoDiv .face.back div {
  background-image: url("/includes/images/livecasino/BBIN-BACK.png");
  background-size: 100% 100%;
  width: 333px;
  height: 273px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.livecasinoDiv .face.back div img {
  margin-top: 51px;
}
.livecasinoDiv .face.back div a {
  font-size: 12px;
  padding: 2px 30px 4px;
  background-color: #ed1c24;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 59px;
  left: 114px;
  border-radius: 5px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
}
.livecasinoDiv .face.back div a:hover {
  background-color: #001e5a;
  transition: 0.3s ease-out;
}
.livecasinoDiv .face.back div p {
  font-size: 12px;
}
.livecasinoDiv .face.back div .p1 {
  color: #fff;
  padding: 0 63px 0 63px;
}
.livecasinoDiv .face.back div .p2 {
  margin-top: -17px;
  color: #fff;
}
/* New Styles for live casino */
#horse-racing .main-content .p-5{
  /* padding: 6.5rem!important; */
}
@media screen and (max-width: 1655px) {
  #horse-racing .main-content .p-5 {
    /* padding: 5.5rem!important; */
  }
}
.main-content .p-5{
  padding: 1rem!important;
}
#horse-racing .main-content .px-5,
.livecasino .main-content .px-5{
  padding-top: 2rem!important;
}
.livecasino .main-content {
  background-image: url(/includes/images/new_lobby/casino/background.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  max-height: 600px;
  min-height: 600px;
  justify-content: center;
  display: flex;
  margin: auto;
}
#horse-racing .main-content {
  background-image: url(/includes/images/new_lobby/horse_racing/background.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  max-height: 600px;
  min-height: 600px;
  justify-content: center;
  display: flex;
  margin: auto;
}
#miki-world .main-content {
  background-image: url(/includes/images/new_lobby/miki/miki_bg.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  max-height: 600px;
  min-height: 600px;
  justify-content: center;
  display: flex;
  margin: auto;
}
/*END MAIN CONTENT*/
/*START ITEM MENU*/
.livecasino .content-item-section {
  position: absolute;
  border-radius: 5px;
  margin-top: -110px;
  margin-left: 75px;
  border: 1px solid #0F51BB;
  box-shadow: 1px 0px 5px rgb(87 214 244);
}
.horse-racing .content-item-section{
  position: absolute;
  border-radius: 5px;
  margin-top: 285px;
  margin-left: 90px;
  border: 1px solid #0F51BB;
  box-shadow: 1px 0px 5px rgb(87 214 244);
}
.horse-racing .content-item-menu,
.livecasino .content-item-menu {
  background: linear-gradient(360deg,#3174DE, #0F51BB);
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.horse-racing .content-item-menu a,
.livecasino .content-item-menu a {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0.5rem 0.4rem;
  font-weight: 700;
  animation-timing-function: ease;
  font-size: 14px;
}
.horse-racing .content-item-menu .selector,
.livecasino .content-item-menu .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 5px;
  transition-duration: 0.4s;
  background: #FAA520;
}
/*END ITEM MENU*/
/*START TAB CONTENT*/ 
.livecasino .tab-content-desc {
  margin-top: 85px;
  width: 670px;
}
.horse-racing .tab-content-desc{
  margin-top: 35px;
  width: 670px;
}
.horse-racing .tab-content-img .cimg1,
.livecasino .tab-content-img .cimg1 {
  position: absolute;
  left: 20%;
  bottom: 100px;
}
.livecasino .tab-content-desc .p-2{
  font-family: 'SF PRO DISPLAY', sans-serif;
  padding: 0px!important;
}
.livecasino .tab-content-desc .p-2 h3{
  font-weight: 600;
  text-transform: capitalize;
}
.livecasino .tab-content-img .cimg2 {
  display: flex;
  justify-content: center;
}
.livecasino .tab-content-img .cimg2 img {
  width: 710px;
  object-fit: contain;
  top: -10px;
  right: -70px;
  position: relative;
}
.horse-racing .tab-content-desc,
.livecasino .tab-content-desc {
  color: #fff !important;
}
.horse-racing .tab-content-desc h1,
.livecasino .tab-content-desc h1 {
  font-size: 4rem;
}
/*END TAB CONTENT*/
/*bootstrap custom*/
.livecasino .content-item-menu .nav-link {
  min-width: 100px;
  text-align: center;
}
.livecasino .content-item-menu .nav-link.active,
.livecasino .content-item-menu .show > .nav-link {
  background-color: transparent !important;
  transition-duration: 0.4s;
  color: #fff !important;
}
.livecasino .content-item-menu .nav-item {
  height: auto !important;
  width: auto !important;
  border-right: 2px solid #3174DE;
}
.livecasino .content-item-menu .nav-item:hover {
  background: none !important;
}
.livecasino .btn-section {
  margin: 30px -5px 20px;
}
.livecasino .btn-section .btn-primary {
  border-radius: 35px !important;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background: rgb(245, 134, 114) !important;
  background: linear-gradient(
    90deg,
    rgba(245, 134, 114, 1) 0%,
    rgba(216, 58, 58, 1) 50%,
    rgba(245, 134, 114, 1) 100%
  ) !important;
  padding: 0.375rem 2rem;
}
.livecasino .btn-section .btn-primary:active,
.livecasino .btn-section .btn-primary:focus {
  box-shadow: none !important;
  border-color: #fff !important;
  background: rgb(216, 58, 58) !important;
  background: linear-gradient(
    90deg,
    rgba(216, 58, 58, 0.6811099439775911) 0%,
    rgba(216, 58, 58, 1) 50%,
    rgba(216, 58, 58, 0.6895133053221288) 100%
  ) !important;
}
/*START ANIMATION*/
.livecasino .doAnimate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.livecasino .doDelay3s {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.livecasino .doDelay2s {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/*FADE IN*/
@-webkit-keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*FADE IN RIGHT*/
@-webkit-keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*FADE IN LEFT*/
@-webkit-keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100px, 0);
      transform: translate3d(-100%, 100px, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100px, 0);
      transform: translate3d(-100%, 100px, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*FADE IN CENTER*/
@-webkit-keyframes fadeInCenter {
  from {
      opacity: 0;
      -webkit-transform: translate3d(5%, 10%, 0);
      transform: translate3d(5%, 10%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInCenter {
  from {
      opacity: 0;
      -webkit-transform: translate3d(5%, 0, 0);
      transform: translate3d(5%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInCenter {
  -webkit-animation-name: fadeInCenter;
  animation-name: fadeInCenter;
}
/*END ANIMATION*/
@media screen and (max-width: 1024px) {
  .livecasino .tab-content-img .cimg2 img {
      width: 571px;
  }

  .livecasino .tab-content-img .cimg2 {
      position: relative;
      left: 48px;
      margin-top: 92px;
  }

  .livecasino .livecasino .tab-content-desc h1 {
      font-size: 3rem;
  }

  .livecasino .content-item-menu a {
      font-size: 10px;
      padding: .5rem .3rem;
  }
}
@media screen and (max-width: 1152px) {
  .livecasino .tab-content-img .cimg2 img {
      width: 571px;
  }

  .livecasino .tab-content-img .cimg2 {
      margin-top: 114px;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 2rem;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 3rem;
  }

  .livecasino .content-item-menu a {
      font-size: 12px;
      padding: .5rem .3rem;
  }
}
@media screen and (max-width: 1176px) {
  .livecasino .tab-content-img .cimg2 img {
      width: 571px;
  }

  .livecasino .tab-content-img .cimg2 {
      margin-top: 114px;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 2rem;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 3rem;
  }

  .livecasino .content-item-menu a {
      font-size: 12px;
      padding: .5rem .3rem;
  }
}
@media screen and (max-width: 1280px) {
  .livecasino .tab-content-img .cimg2 img {
      width: 571px;
  }

  .livecasino .tab-content-img .cimg2 {
      margin-top: 114px;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 2rem;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 3rem;
  }

  .livecasino .content-item-menu a {
      font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .livecasino .tab-content-img .cimg2 img {
      width: 571px;
  }

  .livecasino .tab-content-img .cimg2 {
      margin-top: 114px;
  }

  .livecasino .tab-content-desc h1 {
      font-size: 2rem;
  }
}
.livecasino #pills-tabContent .tab-pane .row>.col-4 {
  padding-left: 90px;
}
@media only screen and (max-width: 1700px) {
  .topHeader.bg-blue::before,
  .topHeader.bg-blue::after{
    background-size: contain;
    left: -90px;
    right: -90px;
  }
}
@media only screen and (max-width: 1600px) {
  .topHeader.bg-blue::before,
  .topHeader.bg-blue::after{
    left: -130px;
    right: -130px;
  }
}
@media only screen and (max-width: 1490px) {
  .topHeader.bg-blue::before,
  .topHeader.bg-blue::after{
    left: -170px;
    right: -170px;
  }
}
@media only screen and (max-width: 1400px) {
  .topHeader.bg-blue::before,
  .topHeader.bg-blue::after{
    left: -240px;
    right: -240px;
  }
}
/** Fishing Page **/
.fishingDiv {
  background-image: url('/includes/images/fishing/Background.jpg?v2');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 860px;
  height: 100%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 60px 0;
}
.fishingDiv .game_container {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  justify-content: center;
}
.fishingDiv .game_container.top, .fishingDiv .game_container.bottom {
  grid-template-columns: repeat(5, auto);
}
.fishingDiv .game_container.mid {
  grid-template-columns: repeat(4, auto);
}
.fishing_thumb {
  position: relative;
}
.fishing_thumb a {
  display: block;
}
.fishing_thumb a .hot-icon {
  position: absolute;
    width: 28%;
    height: auto;
    left: 0;
    top: 28px;
}
.fishing_thumb a img {
  width: 100%;
  max-width: 300px;
}
.fishingDiv .btnSelect {
  padding: 9px 20px 9px 20px;
  background: #ead19b;
  background: -moz-linear-gradient(180deg, #ead19b 0%, #a36514 50%, #ead19b 100%);
  background: -webkit-linear-gradient(180deg, #ead19b 0%, #a36514 50%, #ead19b 100%);
  background: linear-gradient(180deg, #ead19b 0%, #a36514 50%, #ead19b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ead19b", endColorstr="#ead19b", GradientType=1);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
  bottom: -74px;
  left: 216px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s ease-out;
}
.fishingDiv .btnSelect:hover {
  background-color: #FF7D00 !important;
  transition: 0.3s ease-out;
  color: #001E5A;
}
.fishingDiv div img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  margin: 0 auto;
}
.fishingDiv div .move-up {
  top: 95px;
}
.fishingDiv .game_container {
  display: grid;
  grid-gap: 20px;
}
.bg-fishing2 {
  background-image: url(/includes/images/new_lobby/fishing/background.png) !important;
}
/*Download Page*/
#downloadPage {
  padding: 50px 0px 50px 0px !important;
}
#downloadPage .download-box {
  width: 588px;
  height: 391px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
    margin-top: 20px;
}
#downloadPage .download-box:nth-of-type(odd) {
  margin-right: 18px;
}
#downloadPage .download-box:nth-of-type(1) {
  margin-top: 0px;
}
#downloadPage .download-box:nth-of-type(2) {
  margin-top: 0px;
}
#downloadPage .download-box .download-box-header {
  width: 588px;
  height: 60px;
  background-color: #00276C;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  padding-top: 10px;
}
#downloadPage .download-box .download-box-content {
  height: 331px;
  width: 588px;
  padding-top: 8px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif;
  text-align:center;
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
}
#downloadPage .download-box .download-box-content .tab {
  text-align: center;
  /* Create an active/current tablink class */
}
#downloadPage .download-box .download-box-content .tab .active {
  border-bottom: 4px solid #FAA41D;
}
#downloadPage .download-box .download-box-content .tab button {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  color: #fff;
  min-width: 4px;
  padding: 0px 15px 5px 15px;
}
#downloadPage .download-box .download-box-content .tabcontent {
  display: none;
  font-weight: 400;
}
#downloadPage .download-box .download-box-content .tabcontent ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0px;
}
#downloadPage .download-box .download-box-content .tabcontent ul li {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  text-align: center;
}
#downloadPage .download-box .download-box-content .tabcontent ul li img {
  width: 120px;
  height: 120px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#downloadPage .download-box .download-box-content .tabcontent ul li .apple img {
  width: 40px;
  height: 40px;
}
#downloadPage .download-box .download-box-content .tabcontent ul li .apple span {
  vertical-align: -13px;
  margin-left: 8px;
  font-weight: 700;
}
#downloadPage .download-box .download-box-content .tabcontent ul li .android img {
  width: 40px;
  height: 40px;
}
#downloadPage .download-box .download-box-content .tabcontent ul li .android span {
  vertical-align: -13px;
  margin-left: 8px;
  font-weight: 700;
}
#downloadPage .download-box .download-box-content .tabcontent ul li .downloadBtn {
  margin-top: 25px;
}
#downloadPage .download-box .download-box-content .tabcontent ul li .downloadBtn a {
  text-decoration: none;
  color: #fff;
  padding: 9px 20px 9px 20px;
  background-color: #FF7D00;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#downloadPage .download-box .download-box-content .tabcontent ul li .downloadBtn a:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
#downloadPage .download-box.ole777 {
  background-image: url('/includes/images/downloads/bg-ole-skyline.jpg');
}
#downloadPage .download-box.ean2 ul {
  width: 100% !important;
}
#downloadPage .download-box.ean2 ul li a {
  color: #fff;
}
#downloadPage .download-box.ean2 ul li:nth-of-type(3) {
  width: 188px;
  text-align: left;
  padding-top: 85px;
}
#downloadPage .download-box.ag {
  background-image: url('/includes/images/downloads/bg-ag-skyline.jpg');
}
#downloadPage .download-box ul a {
  color: #FAA41D;
}
#downloadPage .download-box.ag ul li:nth-of-type(2) {
 text-align: left;
}
#downloadPage .download-box.ag ul li:nth-of-type(2) p {
 text-align: left;
}
#downloadPage .download-box.bbn {
  background-image: url('/includes/images/downloads/bg-bbin-skyline.jpg');
}
#downloadPage .download-box.bbn .tabcontent {
  margin-top: 60px;
}
/*Logged Template*/
.login-menu {
   font-size: 14px;
   display: flex;
   place-items: center;
   gap: 10px;
   font-family: "SF Pro Display", sans-serif;
}
.login-menu .user__icon {
   width: 50px;
   height: 50px;
   border-radius: 100px;
   border: 5px solid #fff;
}
.login-menu .vnd-custom {
  display: grid;
  gap: 5px;
}
.username_custom a strong span .t1t_currency {
   display: flex;
   gap: 5px;
}
.username_custom a strong span .t1t_currency .currency_symbol {
   font-size: 20px;
}
 .username_custom a strong span .t1t_currency .currency_number{
   font-size: 20px;
   color: #faa41d;
}
.login-menu a {
  text-decoration: none !important;
  padding: 0 !important;
}
.login_radius {
  /* background: #003c82; */
  /* border-radius: 20px; */
  /* box-shadow: 0px 2px rgba(0, 0, 0, 0.48); */
  /* transition: all 0.3s ease;
  margin-right: 5px;
  padding: 4px 0px;
  padding-left: 10px;
  padding-right: 10px; */

  display: flex;
   place-items: center;
   gap: 20px;
   font-size: 20px;
}
.login_radius.deposit_custom {
   display: flex;
   place-items: center;
   gap: 10px;
   justify-content: space-evenly;
   font-size: 14px;
   padding: 0 !important;
}
.deposit_custom a,
.mail_custom a {
  color: white;
}
.deposit_custom a{
   font-weight: 500 !important;
}
.deposit_custom a:hover,
.deposit_custom a:active {
  color: #faa41d;
  transition: all 0.3s ease;
}
.line_custom {
  /* margin-right: 8px;
  margin-left: 11px;
  padding: 0px; */
  color: white;
}
.username_custom a {
  color: #f5f5f5;
  transition: all 0.3s ease;
}
.username_custom a:hover,
.username_custom a:active {
  color: #faa41d;
  transition: all 0.3s ease;
  /* background: #003069; */
}
.mail_custom a:hover,
.mail_custom a:active {
  color: #faa41d;
  transition: all 0.3s ease;
  /* background: #003069; */
}
.logout_custom a.login_radius {
   color: #ffffff7d;
   transition: all 0.3s ease;
   font-size: 14px;
   /* background: #999; */
 }
 
.logout_custom a.login_radius:active,
.logout_custom a.login_radius:hover {
   color: #fff;
   transition: all 0.3s ease;
   /* background: #999; */
 }
/*Logged Template-END*/
/* navigation on smaller screen desktop */
@media only screen and (max-width: 1700px) {
  #floating-img-slots{
    display: none;
  }
   #floating-img-slots2{
    display: none;
  }
}
@media only screen and (max-width: 1262px) {
  #floating-header.slideDown {
    padding-left: 10px;
    padding-right: 10px;
  }

  #floating-header.slideDown a.navbar-brand {
    margin-right: .5rem !important;
  }
  #floating-header.slideDown a.navbar-brand img {
    height: 30px !important;
  }
}
@media only screen and (max-width: 1213px) {
  #floating-header.slideDown {
    padding-left: 0px;
    padding-right: 0px;
  }

  #floating-header.slideDown a.navbar-brand {
    margin-right: 0 !important;
  }
  #floating-header.slideDown a.navbar-brand img {
    height: 26px !important;
  }
  #floating-header.slideDown div#navbarResponsive ul li {
    margin-right: 12px !important;
  }
}
@media only screen and (max-width: 1162px) { 
  #floating-header.slideDown a.navbar-brand img {
    height: 20px !important;
  }
  #floating-header.slideDown div#navbarResponsive ul li {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 480px) { 
    #cover img{
        margin-top:   60%;
    }
}
.homePage .txt02 div{
  display: inline-block;
  width: 250px;
  
}
.homePage  .apple img {
  width: 40px;
  height: 40px;

}
.homePage .apple{
  margin-bottom: 10px;
}
.homePage .android{
  margin-bottom: 10px;
}
.homePage  .apple span {
  vertical-align: -13px;
  margin-left: 8px;
  font-weight: 700;
}
.homePage  .android span {
  vertical-align: -13px;
  margin-left: 8px;
  font-weight: 700;
}
.homePage  .android img {
  width: 40px;
  height: 40px;
}
.vendorTabs .tabcontent .container .stat-grid .search-list-result {
  position: relative;
  top: -270px;
}
/* Description placed below the Logo Title/Text */
.hot-text {
    background-color: #ED2024;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 9px;
    animation: float_text 1s ease-in-out infinite;
    position: absolute;
}
@keyframes float_text {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-3px);
background-color: #f47c20;
}
100% {
transform: translatey(0px);
}
}
/* HOT icon on the top left corner of the logo */
.hot-circle {
    background-color: #ED2024;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-family: inherit;
    font-weight: bold;
    padding: 9px 6px;
    animation: color-change 1s ease-in-out infinite;
}
@keyframes color-change {
0% {
}
50% {
background-color: #f47c20;
}
100% {
background-color: #ED2024;
}
}
/** Homepage Popup **/
.home-overlay-popup div:hover{
    cursor: pointer;
}
.home-overlay-popup {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
    display: none;
    width: 38%;
 }
#close{
  height: 50px;
  width: 100%;
  z-index: 200;
  position: absolute;
  bottom: 0;
}   
.closed {
    text-align: right;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5em;
}
.closed img {
    position: relative;
    left: 15px;                    
}                         
.vendorMsgBox{position: fixed;left: 0;right: 0;top: 200px;background-color: #000;z-index: 1500;border-radius: 5px;padding: 20px;width: 30%;margin: 0 auto;overflow: auto;}
.vendorMsgBox .close{color:#fff;}
.vendorMsgBox .btn{width:  150px;margin:10px;}
.vendorMsgBox h3{color: #fff;}
.vendorMsgBox div{text-align: center; font-size:  24px;}
.btn{background-color:#FF7D00;border:1px;color:#fff;cursor:pointer;}
.btn:hover{background-color:#FAA41D;transition:0.3s ease-out;}
.vendorMsgoverlay{display:block; position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:2;cursor:pointer;}
/*for responsive the close buttonjerry 05022019*/
@media screen and (min-width: 1300px) {
  .closed img {
    position: relative;
    left: 211px;    
  }
}
@media screen and (min-width: 1400px) {
  .closed img {
    position: relative;
    left: 188px;    
  }
}
@media screen and (min-width: 1900px) {
  .closed img {
    position: relative;
    left: 22px;    
  }
}
/*/05022019*/
.row-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
/*new layout for lottery page*/
.lottery-bg{
    height: 690px;
    min-height: 690px;
    background-image: url(../images/lottery/LotteryPage_BG.jpg?v=2) !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    background-position: center;
}
.circle-container {
  width: 520px;
  float: left;
  position: relative;
}
.circle-container a {
  color: #fff;
  font-weight: 600;
  text-align: center;
  /*float: left;*/
}
.margin-left{
  margin: 0 0 0 54%;
  display: block;
} 
.lottery-adjust{
  margin-top: 7%;
}
@media screen and (min-width: 1300px) {

}
@media screen and (min-width: 1400px) {
.margin-left {
      margin: 0 0 0 41%;
      display: block !important;
  }
  .link-lottery-adjust  {
      margin: -16% 0 0 73%;
      padding: 0;
  } 
  .link-lottery-adjust-2{
     margin: -16% 0 0 3%; 
     padding: 0;
  }
}
@media screen and (min-width: 1900px) {
 .link-lottery-adjust-2{
     margin: -10% 0 0 3%; 
     padding: 0;
  }
  .link-lottery-adjust  {
      margin: -10% 0 0 47%;     
  }
}
li.category-live_dealer {
  display: none !important;
}
.bank_name{
  width: 220px;
}
.bank_account_name{
  line-height: 40px;
  top: 0;
}
/** Css for Popup moner transfer **/
._player_transfer_wallet_modal .modal-heading {
    background: #001e5a;
    border-radius: 4px 4px 0 0
}
._player_transfer_wallet_modal .modal-heading .modal-title {
    color: #fff;
    font-size: 18px!important;
    line-height: 40px
}
._player_transfer_wallet_modal .modal-heading .close {
    height: 40px;
    font-size: 18px!important;
    width: 40px!important;
    padding: 0!important;
    color: #fff!important;
    opacity: 1!important;
    text-shadow: 0 0 0!important;
    font-family: auto!important
}
._player_transfer_wallet_modal .modal-body {
    padding: 0!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header {
    left: 0!important;
    margin-top: 20px;
    height: 90px!important;
    padding: 0 15px!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container {
    padding: 0 15px!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .info_item {
    padding: 5px 10px!important;
    background: #e6e6e6!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .info_item .info_item_header_text {
    font-weight: 400!important;
    font-size: 14px!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .wallet_balance span {
    font-size: 16px!important;
    line-height: 25px!important;
    font-weight: 400!important;
    color: #505050!important
}
.t1t-ui._player_transfer_wallet_modal .t1t_currency .currency_number,
.t1t-ui .t1t_currency .currency_number {
    color: #505050
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.pending_balance_item,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.total_balance_item,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.wallet_total_item,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.transfer_wallet_actions {
    margin-top: 10px!important
}
._player_transfer_wallet_modal .transfer_wallet_body {
    padding: 120px 0 15px!important
}
._player_transfer_wallet_modal .transfer_wallet_body .nav.nav-tabs {
    padding: 0 10px!important
}
.t1t-ui .nav-tabs {
    border-bottom: 0!important
}
.t1t-ui .nav-tabs .nav-link {
    border: 0 solid transparent!important;
    background: #fff!important;
    color: #000!important
}
.t1t-ui .nav-tabs .nav-item.show .nav-link,
.t1t-ui .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #00276c!important;
    border: 0!important
}
._player_transfer_wallet_modal .transfer_wallet_body .tab-content {
    padding: 0 10px 34px!important
}
._player_transfer_wallet_modal .transfer_wallet_body .player_transfer_modal_quick_mode>form {
    width: 100%!important
}
._player_transfer_wallet_modal .player_transfer_modal_quick_mode .transfer_button,
._player_transfer_wallet_modal .player_transfer_modal_quick_mode .transfer_all_button {
    width: 100%!important
}
._player_transfer_wallet_modal .player_transfer_modal_quick_mode .transfer_help_block_container {
    margin-right: 0!important;
    width: 50%!important;
    font-size: 16px!important;
    line-height: 38px!important
}
.transfer_max_hint {
    margin-top: 10px
}
.transfer_allow_float {
    margin-top: 5px
}
.transfer_allow_float_icon {
    font-size: 30px!important
}
.t1t-ui .btn-primary {
    background: #ff7d00!important;
    border-color: #ff7d00!important
}
._player_transfer_wallet_modal .subwallet_entry_container .subwallet_entry_field.game_balance,
._player_transfer_wallet_modal .subwallet_entry_container .subwallet_entry_field.game_transfer_balance_field,
._player_transfer_wallet_modal .subwallet_entry_container .subwallet_entry_field.game_actions {
    padding: 0 15px 5px 0!important
}
._player_transfer_wallet_modal .transfer_wallet_body .subwallet_entry_container {
    padding: 10px 15px!important
}
._player_transfer_wallet_modal .subwallet_entry_container .subwallet_note {
    padding: 0!important;
    background: rgba(0, 0, 0, .04)!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .action_item button.btn-transfer-all-to-main,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .action_item button.btn-refresh-balance {
    padding: .375rem .75rem
}
.jump-text {
  color: #faa41d !important;
  background-color: transparent !important;
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
/*new design for navigation*/
.bg-white {
  background: url(../images/home/new_interface/hp-menu/menu.png?v1);
  height: 60px;
  z-index: 2;
}
.nav-link2{
  color: #000;
}
.navbar-nav .nav-item .nav-link2 {
  display: inline-block !important;
  position: relative;
}
.navbar-nav .nav-item .nav-link2.home {
  display: block !important;
  height: 100%;
  width: 100%;
}
.navbar-nav ul {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .5s ease;
  top: 35px;
}
.navbar-na li:hover ul {
  height: 200px;
  opacity: 1;
  transform: translateY(0);
}
.nav-item {
  width: 120px;
  height: 60px;
  display: block;
  color: red;
}
.nav-item:hover a {
  color: #fff;
}
.nav-item:hover{
  background-color: #faa520;
  height: 60px;
}
.home-icn,
.nav-item.home-icn.active {
  background: url(../images/home/new_interface/hp-menu/desktop.png?v1) center
    no-repeat;
  width: 83px !important;
  background-size: 25px !important;
}
.home-icn:hover {
  background: url(../images/home/new_interface/hp-menu/desktop.png?v1) center
    no-repeat;
  background-color: #faa520;
  height: 60px;
}
.mobile-icn,
.nav-item.mobile-icn.active {
  background: url(../images/home/new_interface/hp-menu/h5-1.png?v1) center
    no-repeat;
  width: 83px !important;
  background-size: 25px !important;
}
.mobile-icn:hover {
  background: url(../images/home/new_interface/hp-menu/h5.png?v1) center
    no-repeat;
  background-color: #faa520;
  height: 60px;
}
.navbar-nav li > a {
  display: block; /* block or inline-block is needed */
  text-decoration: none;
}
.nav-link2:hover {
  text-decoration: none;
  color: #fff;
}
.navbar .nav-item{
    padding: 15px 10px 0 0px;
    text-align: center;
    margin: 0 !important;
}
.nav-home {
  padding: 15px 9px 0 39px !important;
}
.nav-home2 {
    padding: 15px 9px 0 13px !important;
}
.navbar .nav-item .dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.6em;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    text-align: center;
    height: 160px;
}
.dropdown .dropdown-content {
  transition: all 0.4s !important;
  overflow: hidden;
  transform-origin: top center !important;
  transform: scale(1, 0) !important;
  display: block;
}
.dropdown:hover .dropdown-content {
  transform: scale(1) !important;
}
.navbar .nav-item .dropdown-content .dropdown-item p {
  color: #000;
  font-size: 14px;
}
.navbar .dropdown.active, .navbar .nav-home.active, .nav-item.active{
  width: 112px;
  height: 52px;
  background-size: contain !important;  
  transition: background 0.3s;
}
.active {
  color: #fd7e14;
}
li > .none-hover{
  color: #000 !important;
  display: block;
}
li > .none-hover:hover{
  color: #fff !important;
  width: 100%;
}
.li-active > a{
  color: #fd7e14 !important;
  font-weight: bold !important;
}
.li-active > a:hover {
  color: #fff !important;
  background-image: none;
}
.white-bg {
  background: #0146b5;
}
.white-txt > a{
    color: #000;
}
.add-pad {
  padding: 15px 9px 0 25px; 
}
/*hack nav for promotions page*/
.nav-item-no-bg:hover, .nav-item-no-bg.active  {
  background-image: none !important;
}
.table {
  color: #505050;
}
.panel, #rules-terms {
  color: #505050 !important;  
}
.nav-item .fa-download {
  padding: 4px 0px 0 2px !important;
}
.fa-download {
  margin: 0 5px 0 0;
}
.daily-wins{
  display: none;
}
.game-item.pragmaticplay .daily-wins{
  position: absolute;
  top: 0px;
  left: 20px;
  width: 70px;
  display: block;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-success button.close.pull-right span, 
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-danger button.close.pull-right span,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-info button.close.pull-right span {
    font-size: 28px;
    font-weight: 500;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-success button.close.pull-right, 
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-danger button.close.pull-right,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-info button.close.pull-right {
    color: #fff;
    position: relative;
    top: 5px;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-success,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-danger,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-info {
  padding: 10px 10px !important;
  background: #003c82 !important;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-success h4,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-danger h4,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-info h4 {
  color: #fff !important;
  text-align: left;
  font-size: 18px !important;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-success h4 i,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-danger h4 i,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-info h4 i {
    display: none;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-success h4 i:before,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-danger h4 i:before,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-header.bg-info h4 i:before {
    display: none;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-body.bg-light p {
  margin: 0;
  font-size: 18px;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-success,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-danger,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-info {
  padding: 9px 15px !important;
  margin-top: 0;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-danger {
  background-color: #f2dede !important;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-success {
      background-color: #dff0d8 !important;
}
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-success button,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-danger button,
.t1t-ui.t1t-message-box .modal-vertical-alignment-helper .modal-dialog .modal-footer.bg-info button {
  padding: 2px 0 !important;
  font-size: 14px !important;
  background: #003c82 !important;
  color: #fff !important;
  height: 40px;
  width: 130px;
  border: 0;
}
.t1t-ui.t1t-message-box.modal .modal-body.bg-light {
    text-align: center;
    padding: 30px 0;
}
.livecasinoDiv .row .col .f1_container {
  width: 400px;
}
.navbar .nav-item .dropdown-content .casino .dropdown-item{
  margin-right: 10px !important;
  font-size: 14px !important;
  width: 93px !important;
}
.live-dg img{
  width: 100px;
}
/*added by jerry 03262020*/
.nav-bar-container-slot a{
  margin: 0 10px 0 10px !important;  
}
.dropdown-slot-override {
  height: 270px !important;
}
.nav-bar-container-livecasino a{
  margin: 0 20px 0 20px !important;
}
/*override ends here*/
.slotsPage .pricePool .vendorTabs .tabcontent .filter ul li.category-free_spin .game-category{
  background-image: url('/includes/images/promotion/icon-electronic-offer.svg');
}
/* home banner modal */
#banner-modal{
  background-color: #fdfdfd;
  position: fixed;
  z-index: 999;
  top: 20%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 20px;
}
#banner-modal .promo-img {
  width: 100%;
  padding: 20px;
}
#banner-modal p {
  font-weight: bold;
  margin-bottom: 15px;
}
#banner-modal .close-btn{
  position: absolute;
  top: 5px;
  right: 5px;
}
#banner-modal .game-btn{
  color: #fff;
  background: #001E5A;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 12px; 
}
#banner-modal .modal-header{
  background: #001E5A;
  padding: 10px 0;
}
#banner-modal .modal-header p{
  color: #fff;
  text-align: center;
  font-size: 18px; 
  width: 100%;
  margin-bottom: 0;
}
/* end banner modal */
/* Modification header */
#header-inner .custom-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 15px; */
}
#header-inner .custom-nav li {
  padding: 0;
  margin: 0;
  /* flex-grow: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sports_thumb a {
  outline: 0;
  text-decoration: none;
}
.sports_thumb a .pulse p {
  width: 100px;
  margin: auto;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 10px;
  top: -37px;
}
/* Epsports Page  */
#esports_page {
  background:url('../images/esports/BG_esports.jpg?v2') center no-repeat;
  background-size: cover;
  height: 700px;
}
#esports_page .container-fluid {
  height: 100%;
}
#esports_page .game_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  height: 100%;
}
#esports_page .game_wrapper a {
  justify-self: center;
  align-self: center;
  position: relative;
  outline: 0;
  text-decoration: none;
}
#esports_page .game_wrapper a img {
  width: 100%;
    height: auto;
}
#esports_page .game_wrapper a p {
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 16.5%;
  margin-left: -5px;
}
#esports_page .game_wrapper a.game_thumb img.sc-inner-img {
    width: 120px;
    position: absolute;
    top: 30px;
    left: 40px;
}
.slotsPage .pricePool .vendorTabs .tablinks:hover img:last-of-type {
    transition: cubic-bezier(0, 0, 0.2, 1) .5s;  
    transform: scale(1.2);
}
.fwcq-logo {
  position: absolute;
  top: 9px;
  left: 395px;
}
.fwcq-logo img {
  height: 60px;
}
.fwcq-asset {
  position: absolute;
  left: 460px;
  top: 0;
  z-index: 0;
}
.fwcq-asset img {
  height: 80px;
}
/* New HP CSS */
.nav-item.dropdown .icon {
  height: 44px !important;
  margin-bottom: 5px;
}
.nav-item.dropdown .icon.sports {
  background: url("/includes/images/home/new_interface/hp-menu/thethao.png");
  width: 68px;
}
.nav-item.dropdown .icon.esports {
  background: url("/includes/images/home/new_interface/hp-menu/esport.png");
  width: 62px;
}
.nav-item.dropdown .icon.casino {
  background: url("/includes/images/home/new_interface/hp-menu/casino.png");
  width: 54px;
}
.nav-item.dropdown .icon.miki_world {
  background: url("/includes/images/home/new_interface/hp-menu/miki_nav.png");
  width: 105px;
  height: 60px!important;
}
.nav-item.dropdown .icon.slots {
  background: url("/includes/images/home/new_interface/hp-menu/nohu.png");
  width: 44px;
} 
.nav-item.dropdown .icon.cards {
  background: url("/includes/images/home/new_interface/hp-menu/card-game.png");
  width: 105px;
  height: 60px!important;
  top: 0;
}
.nav-item.dropdown .icon.lottery { 
  background: url("/includes/images/home/new_interface/hp-menu/xoso.png");
  width: 42px;
}
.nav-item.dropdown .icon.horse_racing {
  background: url("/includes/images/home/new_interface/hp-menu/duangua.png");
  width: 86px;
}
.nav-item.dropdown .icon.fishing {
  background: url("/includes/images/home/new_interface/hp-menu/banca.png");
  width: 52px;
}
.icon.promotion {
  background: url("/includes/images/home/new_interface/hp-menu/khuyenmai.png");
  height: 44px;
  width: 91px;
  margin-bottom: 5px;
}
.homePage .slots {
  background-image: url(/includes/images/home/new_interface/hp-products/productsslot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  -webkit-transition: background-size 0.3s ease-in-out;
  height: 270px;
  position: relative;
}
.olelive{
  background: url(/includes/images/home/new_interface/hp-stream/header.webp?v2);
  height: 55px;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
}
.olelive_logo{
  background: url(/includes/images/home/new_interface/hp-stream/olelive.png);
  height: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 1060px;
  width: 147px;
}
.livesection{
  margin-top: 15px;
  display: flex;
  align-items: center;
}
/* END NEW HP CSS */
.stream-contain {
  flex: 1;
}
.interfaceWrapper {
  padding: 20px 40px;
  background: #f6f6f6;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
}
.interfaceSwiper .ole-live-banner {
  border-radius: 15px;
}
.interfaceSwiper .infos {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 0 0 5px 9px;
}
.interfaceSwiper a {
  outline: none;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  display: block;
}
.interfaceSwiper .infos .details p {
  margin-bottom: 0;
}
.interfaceSwiper .infos .details p.title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #0146b5;
  text-transform: capitalize;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 189px;
  overflow: hidden;
}
.interfaceSwiper .infos .streamerImg {
  height: 40px;
  border-radius: 50%;
}
.interfaceSwiper .infos .details p.details span {
  color: #faa41d;
  width: 67px;
}
.interfaceSwiper .infos .details p.details span.gane__type {
  color: #007bff;
  display: inline-block;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.interfaceSwiper .infos .details p.details {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interfaceSwiper .swiper-button-prev,
.interfaceSwiper .swiper-button-next {
  height: 30px;
  width: 30px;
  background: black;
  border-radius: 50%;
}
.interfaceSwiper .swiper-button-prev:after,
.interfaceSwiper .swiper-button-next:after {
  font-size: 16px;
  color: #fff;
  font-weight: bold; 
}
.swiper-button-prev {
  background-image: url(../images/home/new_interface/arrow-play-icon.png);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  width: 25px;
  height: 25px;
  background-size: 45%;
  border: 2px #373737 solid;
  border-radius: 180px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-position: 7px 4px;
}
.swiper-button-next {
  background-image: url(../images/home/new_interface/arrow-play-icon.png);
  width: 25px;
  height: 25px;
  background-size: 45%;
  border: 2px #373737 solid;
  border-radius: 180px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-position: 7px 4px;
}
/* HP update phase 2 */
.container {
  max-width: 1400px !important;
  padding: 0 !important;
  min-width: 1190px !important;
}
.homePage .container{
  max-width: 1205px !important;
  padding: 0 !important;
  min-width: 1205px !important;
}
.navbar .nav-item .dropdown-content .dropdown-item {
  background-color: transparent !important;
  width: 122px;
  height: 120px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400 !important;
  padding: 18px 0px 0px 0px;
  margin: 0 10px !important;
}
.navbar .nav-item .dropdown-content .dropdown-item img{
  width: 120px;
}
.dropdown-slot-override {
  height: 200px !important;
}
.navbar .nav-item .slotsDropdownItem .dropdown-item {
  width: 100px !important;
}
.navbar .nav-item .dropdown-content .slotsDropdownItem {
  height: 450px!important;
  max-height: 500px;
}
.navbar .nav-item .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(204, 204, 204, 0.9);
  background: -moz-linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  background: linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#ffffff", GradientType=1);
  height: 230px;
  z-index: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}  
.navbar .nav-item .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.6em;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  text-align: center;
  height: 200px;
}
.navbar.slideDown .nav-item:nth-child(6) .nav-bar-container-slot:nth-child(2) .dropdown-item{
  margin-top: 90px!important;
}
.container .nav-bar-container-slot:first-child{
  padding-bottom: 90px!important;
}
.live-dg img {
  width: auto;
}
.lottery-wrapper,
.card-wrapper{
  display: flex;
  justify-content: center;
}
.card-games-container{
  width: 670px;
  margin: 40px 30px 0px 0px;
}
.poker_thumb img.hvr-float {
  width: 100%;
  border-radius: 10px;
  /* box-shadow: 0 0 20px rgb(198 128 0 / 80%); */
}
#v8-tab .poker_thumb img.hvr-float {
  border-radius: 60px;
}
#v8-tab .hover-overlay{
  border-radius: 60px;
}
.hover-overlay {
  /* padding-top: 20px; */
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  transition: opacity 0.3s;
  border-radius: 10px;
  /* margin: 0px 15px; */
  padding: 20px 8px;
} 
.poker-bg .game_container.top {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.card-model{
  margin-top: 30px;
} 
.lottery-bg {
  height: 690px;
  min-height: 690px;
  background-image: url(/includes/images/new_lobby/lottery/background.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  background-position: center;
}
.lottery-bg .game_container.top {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
  padding-top: 170px;
}  
.lotter_thumb a img {
  height: 200px;
}
.lottery-model{
  margin-top: 120px;
}
.bgmaincontent {
  width: 100%;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}
/**** New Cards Layout ******/
.card-model img {
  width: 500px;
}
main .poker-bg .card__tabs__wrapper {
  width: 100%;
  z-index: 1;
  position: relative;
  height: 800px;
}
main .poker-bg .card__tabs__wrapper ul.nav-tabs {
  border: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 0;
}
main .poker-bg .card__tabs__wrapper ul.nav-tabs li.nav-item {
  flex-grow: 1;
  padding: 1px;
  border-radius: 15px;
  width: auto;
  height: auto;
}
main .poker-bg .card__tabs__wrapper ul.nav-tabs li.nav-item a {
  background: transparent;
  border: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #1254be 0%,#3073dd 100%);
  padding: 15px 0;
  border-radius: 15px;
  background: linear-gradient(to top, #1254be , #3073dd), linear-gradient(to bottom, rgb(42,99,217) , rgb(38,163,255));
}
main .poker-bg .card__tabs__wrapper ul.nav-tabs li.nav-item a.active {
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(to top, #f69e1f , #ad1102), linear-gradient(to bottom, rgb(255,254,64) , rgb(158,9,3));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
main .poker-bg .card__tabs__wrapper ul.nav-tabs li.nav-item:hover {
 background: transparent;
 padding: 1px;
}
.card-wrapper .card-games-container .miki__games {
  display: grid;
  grid-template-columns: repeat(2,1fr)!important;
  grid-gap: 5px;
  z-index: 1;
  position: relative;
}
.card-wrapper .card-games-container .miki__games .gamethumb {
}
.card-wrapper .card-games-container .miki__games .gamethumb img {
  filter: grayscale(100%);
  transition: all 0.4s !important;
}
.card-wrapper .card-games-container .miki__games .gamethumb img:hover {
  filter: grayscale(0);
}
.card-wrapper .card-model.miki__model img {
  width: 400px;
}
/* JILI Card */
.card-wrapper .jili-card-games-container .jili__games {
  display: grid;
  grid-template-columns: repeat(3,1fr)!important;
  grid-gap: 20px 0px;
  z-index: 1;
  position: relative;
}
.card-wrapper .jili-card-games-container .jili__games .gamethumb {
}
.card-wrapper .jili-card-games-container .jili__games .gamethumb img {
  width: 200px;
  border-radius: 10px;
}
.card-wrapper .card-model.jili__model img {
  width: 400px;
  height: 560px;
}
.jili-card-games-container{
  width: 670px;
  margin: 60px 30px 75px 0px;
}
.topHeader a.navbar-brand img.midsummer {
  position: absolute;
  width: 561px;
  top: 47%;
  left: 45%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .3s;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc a.promo-a-link {
  text-decoration: unset;
  padding: unset;
  margin-top: unset;
  border-radius: unset;
  margin: unset;
  background-color: unset;
  background: unset;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc a.promo-a-link:hover {
  text-decoration: underline;
  background-color: unset;
  background: unset;
}
.new-icon-webm {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  right: -10px;
} 
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .primary-header .topHeader {
  background-color: #0f55d0;
}
.dropdown-content.slotsDropdownItem.dropdown-slot-override .nav-bar-container-livecasino,
.dropdown-content.slotsDropdownItem.dropdown-slot-override .nav-bar-container-slot{
  max-width: 100% !important;
}

/* Lottery-Start */
.content-item-section-lottery{
  position: absolute;
  box-shadow: 1px 0px 5px rgb(87 214 244);
  border-radius: 5px;
  border: 1px solid #0F51BB;
  z-index: 1;
 }
 .content-item-menu-lottery {
  background: linear-gradient(360deg,#3174DE, #0F51BB);
  border-radius: 5px;
  position: relative;
  z-index: 0;
 }
 .content-item-menu-lottery a{
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  position:relative;
  z-index:1;
  color:#fff;
  font-weight: 700;
  animation-timing-function:ease;
  font-size: 17px;
 }
 .content-item-menu-lottery .selector{
  height:100%;
  display:inline-block;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:5px;
  transition-duration:0.4s;
  background: #FAA520;
 }
 .nav-pills-lottery .nav-link.active, .nav-pills-lottery .show>.nav-link{
  background-color: #FAA520!important;
 }
 .content-item-menu-lottery .nav-item{
  height:auto !important;
  width:auto !important;
  border-right: 2px solid #3174DE;
 }
 .content-item-menu-lottery .nav-item:hover {
  background: transparent
}
 .nav-pills-lottery .nav-link {
     border-radius: .25rem;
 }
 /* Lottery-End */

/* Cards tabs */
a#km-tab img.card-model.km__model,
a#miki-tab img.card-model.miki__model,
a#jili-tab img.card-model.jili__model,
a#v8-tab img.card-model.v8__model {
 display: none;
}
a#v8-tab.active.show img.card-model.v8__model{
  display: block;
  position: absolute;
  top: -750px;
  left: 130px;
  width: 460px;
}
a#km-tab.active img.card-model.km__model,
a#km-tab.active.show img.card-model.km__model,
a#miki-tab.active.show img.card-model.miki__model,
a#jili-tab.active.show img.card-model.jili__model {
 display: block;
 position: absolute;
 top: -750px;
 left: 130px;
 width: 520px;
}
a#miki-tab.active.show img.card-model.miki__model {
 width: 430px;
}
a#jili-tab.active.show img.card-model.jili__model {
 width: 550px;
 left: 120px;
}
/* cards tabs end */