@charset "utf-8";
/* CSS Document */
.wrapper{
width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
padding: 0;
background: #0e0e0e;
display: block;
}
.w-100{
width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
padding: 0;
display: block;
}
.header{
background: #091a2e;
}
.w-1200{
width: 100%;
max-width: 1320px;
height: auto;
text-align: center;
margin: 0 auto;
padding: 0;
display: block;
}
.logo a{
text-align: left;
padding: 5px 0;
}
.logo a img{
padding: 5px 0;
}
.topnav{
float: right;   
margin: 1% 15%;
}
.topnav ul{
width: 100%;
height: auto;
}
.topnav ul li{
display: inline-block;
vertical-align:middle;
}
.navbar a {
color: white;
text-align: center;
padding: 10px 0;
text-decoration: none;
display: inline-block;
}
.dropdown {
float: left;
display: contents;
}
.dropdown .dropbtn {
border: none;
outline: none;
color: white;
padding: 10px 10px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
body{
background: #091a2e!important;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
/* min-width: 160px; */
z-index: 999;
margin-left: -90px;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown .dropdown-content.show {
display: block;
}
.topnav ul {
width: 100%;
height: auto;
display: flex;
}
.topnav ul li{
display: inline-block;
padding: 10px 0;
vertical-align: middle;
text-align: center;
margin: 2px;
}
.btn-free-play{
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
vertical-align: middle;
width: 110px;
height: 45px;
line-height: 14px;
margin-left: 10px;
color: #fd0;
font-size: 15px;
border-radius: 10px;
border: 2px solid #fd0;
background: #fd0;
}
button.btn-free-play i.icon-freeplay{
display: inline-block;
width: 60px;
height: 22px;
background: url("../images/game-controller.png") no-repeat center top;
}
button.btn-free-play{
color: #000 !important;
background: #f8991d !important;
}
button.btn-free-play i.icon-freeplay{
background-position: bottom;
}
button.btn-01{
  color: black;
  background-image: linear-gradient(180deg, #ECDFB2, #867F65);
  border-radius: 5px;
  margin: 0px 0px;
  font-size: 14px;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
}
button.btn-login{
margin-left: 2px;
background: linear-gradient(180deg,#ECDFB2,#867F65);
padding: 10px 20px;
}
a.btn-login{
margin-left: 2px;
background: linear-gradient(180deg,#ECDFB2,#867F65);;
width: 109px;
height: 45px;
margin-right: 2px;
color: black;
font-size: 15px;
border-radius: 10px;
border: none;
display: inline-grid;
padding: 10px;
font-weight: 700;
}
a.btn-signup{
margin-left: 2px;
background: none;
vertical-align: middle;
width: 109px;
height: 45px;
margin-right: 2px;
color: #ECDFB2;
font-size: 15px;
border-radius: 10px;
border: 1px solid #ECDFB2;;
display: inline-grid;
padding: 10px;
font-weight: 700;
}
button.btn-login:hover{
background-color: #fc0;
}
button.btn-signup{
  color: #ECDFB2;
  padding: 9px 22px;
  border-radius: 5px;
  margin: 0px 0px;
  font-size: 14px;
  margin-left: 5px;
  text-transform: uppercase;
  border: 1px solid #ECDFB2;
  font-family: sans-serif;
  background: none;
}
/* button.btn-signup:hover{
background-color: red;
} */
.logo a img{
width: 100%;
max-width: 150px;
text-align: left;
padding: 13px 0;
}
.topnav ul li input{
vertical-align: middle;
width: 182px;
height: 30px;
padding: 0 5px;
margin-left: 8px;
color: #ffb639;
font-size: 12px;
border: 0;
background-color: transparent;
border-bottom: 1px solid #ffb639;
}
.bgnav{
background: #f8991d;
}
/* Style the list */
.nav-v ul {
width: 100%;
height: auto;
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
}
/* Style the list items */
.nav-v ul li {
position: relative;
display: inline-block;
flex: 1;
vertical-align: middle;
}
/* Style the anchor tags */
.nav-v ul li a {
display: block;
padding: 8px;
color: #000;
text-decoration: none;
vertical-align: middle;
font-size: 1rem;
font-weight: 600;
}
.nav-v ul li:hover> a{
color: #000;
}
.nav-v ul li.active > a{
color: #000;
}
/* Hide the dropdown content */
.nav-v ul li .dropdown-contents {
display: none;
position: absolute;
min-width: 1200px;
text-align: left;
z-index: 1;
}
/* Show the dropdown content on hover */
.nav-v ul li:hover .dropdown-contents {
display: block;
}
.icon-nav{
width: 32px !important;
height: 32px !important;
text-align: center;
margin: 0 auto;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
/* .nav-v ul li a i.home{
background: url("../images/nav/home.png") no-repeat;
}
.nav-v ul li:hover> a i.home{
background: url("../images/nav/home-active.png") no-repeat;
}
.nav-v ul li.active> a i.home{
background: url("../images/nav/home-active.png") no-repeat;
}
.nav-v ul li a i.sport{
background: url("../images/nav/sport.png") no-repeat;
}
.nav-v ul li:hover> a i.sport{
background: url("../images/nav/sport-active.png") no-repeat;
}
.nav-v ul li.active> a i.sport{
background: url("../images/nav/sport-active.png") no-repeat;
}
.nav-v ul li a i.casinos{
background: url("../images/nav/casino.png") no-repeat;
}
.nav-v ul li:hover> a i.casinos{
background: url("../images/nav/casino-active.png") no-repeat;
}
.nav-v ul li.active> a i.casinos{
background: url("../images/nav/casino-active.png") no-repeat;
}
.nav-v ul li a i.slot{
background: url("../images/nav/slot.png") no-repeat;
}
.nav-v ul li:hover> a i.slot{
background: url("../images/nav/slot-active.png") no-repeat;
}
.nav-v ul li.active> a i.slot{
background: url("../images/nav/slot-active.png") no-repeat;
}
.nav-v ul li a i.lottery{
background: url("../images/nav/lottery.png") no-repeat;
}
.nav-v ul li:hover> a i.lottery{
background: url("../images/nav/lottery-active.png") no-repeat;
}
.nav-v ul li.active> a i.lottery{
background: url("../images/nav/lottery-active.png") no-repeat;
}
.nav-v ul li a i.number{
background: url("../images/nav/number.png") no-repeat;
}
.nav-v ul li:hover> a i.number{
background: url("../images/nav/number-active.png") no-repeat;
}
.nav-v ul li.active> a i.number{
background: url("../images/nav/number-active.png") no-repeat;
}
.nav-v ul li a i.cocks{
background: url("../images/nav/cocks.png") no-repeat;
}
.nav-v ul li:hover> a i.cocks{
background: url("../images/nav/cocks-active.png") no-repeat;
}
.nav-v ul li.active> a i.cocks{
background: url("../images/nav/cocks-active.png") no-repeat;
}
.nav-v ul li a i.poker{
background: url("../images/nav/poker.png") no-repeat;
}
.nav-v ul li:hover> a i.poker{
background: url("../images/nav/poker-active.png") no-repeat;
}
.nav-v ul li.active> a i.poker{
background: url("../images/nav/poker-active.png") no-repeat;
}
.nav-v ul li a i.promo{
background: url("../images/nav/promotion.png") no-repeat;
}
.nav-v ul li:hover> a i.promo{
background: url("../images/nav/promotion-active.png") no-repeat;
}
.nav-v ul li.active> a i.promo{
background: url("../images/nav/promotion-active.png") no-repeat;
} */
.nav-games{
width: 100%;
max-width: 200px;
height: auto;
padding: 10px 5px;
border: 2px solid #ffb639;
border-radius: 10px;
background: #282828;
display: block;
}
.nav-01{
width: 100%;
height: auto;
max-width: 200px;
display: block;
}
.nav-games ul{
width: 100%;
height: auto;
display: block;
}
.nav-games ul li{
width: 100%;
height: auto;
padding: 10px 5px;
display: block;
}
.nav-games ul li a:hover{
background:#3e3e3e;
color: #ff7600;
border-radius: 5px;
}
.nav-contain-active{
text-align: center;
}
.nav-games ul li img{
margin-right: 5px;
}
.bg-news{
background: #333333;
}
.news{
position: relative;
}
.icon-news{
position: absolute;
left: 0;
top: 0;
width: 100%;
max-width: 110px;
height: auto;
padding: 10px 0;
color: #ffffff;
background: #333333;
border-right: 1px solid #424242;
z-index: 99;
}
.news marquee{
padding: 5px;
color: #ffffff;
padding-top: 10px;
}
.mainpage{
padding: 20px 0;
}
.border-bestcasino{
padding: 5px;
background-image: linear-gradient(#ff7701, #ffb538, #ff8e01);
border-radius: 10px;
}
.sexycasino{
border-radius: 10px;
overflow: hidden;
}
.sexycasino img{
width: 100%;
}
.border-sliderwiner{
padding: 5px;
background-image: linear-gradient(#ff7701, #ffb538, #ff8e01);
border-radius: 10px;
}
.bg-slider{
border-radius: 10px;
overflow: hidden;
height: 265px;
background: #333333;
padding: 0 5px;
display: block;
}
.win ul li{
display: inline-block;
padding: 5px 0;
vertical-align: middle;
}
.win ul li img{
width: 50px;
padding: 5px;
}
.namewiner{
color: #ffffff;
font-weight: bold;
}
.gamewiner{
color: #ffffff;
}
.currency{
color: #ff8e01;
font-weight: bold;
}
.ammount{
color: #ffffff;
}
.v01{
width: 150px;
text-align: left;
}
.bgwin{
background: #575757;
}
header {
  background: linear-gradient(180deg, #ECDFB2, #867F65) !important;
}
.sectiongame{
padding: 20px 0;
}
.headergame span{
color: #ffb639;
font-size: 25px;
font-weight: bold;
padding: 5px;
}
.headergame{
padding: 10px 0;
}
.item-game{
padding: 5px;
background-image: linear-gradient(#ffb538, #ff8e01, #ff7701);
border-radius: 10px;
overflow: hidden;
}
.item-game:hover{
background-image: linear-gradient(#ff7701, #ffb538, #ff8e01);
}
.item-game:hover> div.banner-game{
-moz-filter: grayscale(50%);
-ms-filter: grayscale(50%);
filter: grayscale(50%);
filter: gray;
}
.game-title{
font-size: 18px;
text-align: center;
margin: 0 auto;
padding: 5px 0;
display: block;
color: #ffffff;
font-weight: bold;
}
.banner-game img{
width: 100%;
border-radius: 10px 10px 0 0;
}
.headergame p{
color: #ff8e01;
}
.head-slot{
text-align: left;
padding: 5px 0;
}
.head-slot span{
margin: 2px;
padding: 2px 10px;
text-align: center;
font-size: 0.8rem;
margin: 0 auto;
}
.head-slot span.hot{
background: #ffb639;
color: #ffffff;
}
.head-slot span.new{
background: #ff8e01;
color: #ffffff;
}
.item-slot{
padding: 5px;
background: #262624;
border-radius: 10px;
overflow: hidden;
}
.banner-slotgame{
transition: transform .2s;
width: 100%;
}
.banner-slotgame img{
width: 100%;
}
.banner-slotgame:hover{
-ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2); 
}
.btn-showall{
margin: 20px auto;
}
.footer{
background: #1b1a1a;
padding: 20px 0;
}
.logo-footer, .gamble{
text-align: left;
padding: 10px 0;
}
.logo-footer a img{
width: 100%;
max-width: 100px;
}
.info p{
text-align: left;
color: #ffffff;
}
.gamble a img{
width: 200px;
}
.nav-footer ul{
padding-left: 20px;
}
.nav-footer ul li{
display: block;
padding: 8px 5px;
text-align: left;
vertical-align: middle;
border-bottom: 1px dotted #777777;
font-weight: 400;
}
.nav-footer ul li a{
color: #ffffff;
transition: transform .5s;
font-size: 14px;
}
.nav-footer ul li a i.arrow-footer{
width: 14px;
height: 14px;
display: inline-block;
}
.nav-footer ul li a i.arrow-footer{
background: url("../images/arrow.png") no-repeat;
}
.nav-footer ul li:hover a i.arrow-footer{
background: url("../images/arrow-active.png") no-repeat;
}
.nav-footer{
padding: 10px 0;
padding-left: 10px;
text-align: left;
font-size: 24px;
color: #ffb639;
font-weight: bold;
vertical-align: middle;
display: block;
}
.nav-footer span{
padding: 0 5px;
}
.nav-footer ul li:hover a{
color: #ffb639;
padding-left: 5px;
}
.banks-banner{
padding-left: 20px;
}
.copyright{
padding: 6px 0;
color: #aaa;
background-color: #161616;
font-size: 12px;
}
.banks-banner img{
width: 100%;
}
.bg-game{
background: #393939;
border-radius: 10px;
}
.games-v{
padding-top: 20px;
}
/* Login Modal Styles */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(5px);
}
.modal-content {
background: linear-gradient(180deg, #102847, #06111F);
margin: 5% auto;
padding: 0;
border: 2px solid #00234F;
border-radius: 15px;
width: 90%;
max-width: 450px;
box-shadow: 0 0 10px #00234F;
animation: modalSlideIn 0.3s ease-out;
}
@keyframes modalSlideIn {
from {
opacity: 0;
transform: translateY(-50px) scale(0.9);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.modal-header {
padding: 25px;
border-radius: 17px 17px 0 0;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #ECDFB2;
position: relative;
overflow: hidden;
}
.modal-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.modal-header h2 {
color: #ECDFB2;
margin: 0;
font-size: 1.6rem;
font-weight: 700;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
position: relative;
z-index: 1;
}
.close {
color: #ECDFB2;
font-size: 30px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
z-index: 1;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.close:hover {
color: #ffffff;
transform: scale(1.2);
text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}
.login-form {
padding: 30px;
}
.form-group {
margin-bottom: 5px;
}
.form-group label {
display: block;
color: #ECDFB2;
margin-bottom: 8px;
font-weight: 500;
font-size: 0.9rem;
text-align: justify;
}
.form-group input {
width: 100%;
padding: 12px 15px;
border: 2px solid #16213e;
border-radius: 8px;
background: #1D1D1D;
color: #ffffff;
font-size: 1rem;
transition: all 0.3s ease;
box-sizing: border-box;
}
.form-group input:focus {
outline: none;
/* border-color: #ffc107;
box-shadow: 0 0 10px #ffc107; */
background: rgba(22, 33, 62, 1);
}
.err_div{
color: red;
}
.form-group input::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.security-code-btn {
width: 100%;
padding: 12px 15px;
background: linear-gradient(to bottom, #36e6e0 0%, #126e73 45%, #14585d 50%, #32e3de 100%);
border: 2px solid #00ffff;
border-radius: 8px;
color: white;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}
.security-code-btn:hover {
background: linear-gradient(to bottom, #32e3de 0%, #14585d 45%, #126e73 50%, #36e6e0 100%);
border-color: #00ffff;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 255, 255, 0.6), 0 0 20px rgba(0, 255, 255, 0.4);
}
.security-code-btn i {
margin-right: 8px;
}
.login-submit-btn {
width: 100%;
padding: 15px;
background: linear-gradient(180deg, #ECDFB2, #867F65);
border-color: #ffc107;
border-radius: 10px;
color: black;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
/* box-shadow: 0 0 15px #ECDFB2; */
}
.login-submit-btn:hover {
background: linear-gradient(180deg, #ECDFB2, #867F65);
/* transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(233, 69, 96, 0.6), 0 0 25px rgba(233, 69, 96, 0.4); */
}
.login-submit-btn i {
margin-right: 8px;
color: #000 !important;
}
/* Register Modal Styles */
.register-form {
padding: 30px;
}
select {
width: 100%;
padding: 12px 15px;
border: 2px solid #16213e;
border-radius: 8px;
background: rgba(22, 33, 62, 0.8);
color: #ffffff;
font-size: 1rem;
transition: all 0.3s ease;
box-sizing: border-box;
cursor: pointer;
}
.form-group select:focus {
outline: none;
border-color: #36e6e0;
box-shadow: 0 0 10px rgba(54, 230, 224, 0.3);
background: rgba(22, 33, 62, 1);
}
.form-group select option {
background: #16213e;
color: #ffffff;
padding: 10px;
}
.register-submit-btn {
width: 100%;
padding: 15px;
background: linear-gradient(180deg, #ECDFB2, #867F65);
border: 1px solid #ECDFB2;
border-radius: 10px;
color: black;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
/* box-shadow: 0 0 15px #ECDFB2;
text-transform: uppercase; */
}
.register-submit-btn:hover {
background: linear-gradient(180deg, #ECDFB2, #867F65);
border-color: #ECDFB2;
transform: translateY(-2px);
box-shadow: 0 5px 20px #ECDFB2, 0 0 25px #ECDFB2;
}
.register-submit-btn i {
margin-right: 8px;
color: #000 !important;
}
.close-register {
color: #ECDFB2;
font-size: 30px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
z-index: 1;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.close-register:hover {
color: #ffffff;
transform: scale(1.2);
text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}
/* Responsive Design */
@media (max-width: 768px) {
.modal-content {
margin: 5% auto;
width: 95%;
max-width: none;
border-radius: 10px;
}
.dropdown .dropbtn {
padding: 2px 5px;
}
.login-form,
.register-form {
padding: 20px 15px;
}
.modal-header {
padding: 15px;
border-radius: 8px 8px 0 0;
}
.modal-header h2 {
font-size: 1.3rem;
}
.form-group {
margin-bottom: 15px;
}
.form-group input,
select {
padding: 10px 12px;
font-size: 16px; /* Prevents zoom on iOS */
}
.security-code-btn,
.login-submit-btn,
.register-submit-btn {
padding: 12px 15px;
font-size: 1rem;
}
.close,
.close-register {
font-size: 24px;
}
}
@media (max-width: 480px) {
.modal-content {
margin: 0 auto;
width: 95%;
border-radius: 8px;
margin-top: 20%;
}
.login-form,
.register-form {
padding: 15px 10px;
}
.modal-header {
padding: 12px;
}
.modal-header h2 {
font-size: 1.2rem;
}
.form-group {
margin-bottom: 12px;
}
.form-group label {
font-size: 0.85rem;
margin-bottom: 6px;
}
.form-group input,
select {
padding: 8px 10px;
font-size: 14px;
}
.security-code-btn,
.login-submit-btn,
.register-submit-btn {
padding: 10px 12px;
font-size: 0.9rem;
}
.security-code-btn i,
.login-submit-btn i,
.register-submit-btn i {
margin-right: 6px;
}
.close,
.close-register {
font-size: 20px;
}
}
/* Landscape mobile orientation */
@media (max-width: 768px) and (orientation: landscape) {
.modal-content {
margin: 2% auto;
max-height: 90vh;
overflow-y: auto;
}
.login-form,
.register-form {
padding: 15px;
}
.form-group {
margin-bottom: 10px;
}
}
/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
.security-code-btn:hover,
.login-submit-btn:hover,
.register-submit-btn:hover {
transform: none;
}
.security-code-btn:active,
.login-submit-btn:active,
.register-submit-btn:active {
transform: scale(0.98);
}
.close:hover,
.close-register:hover {
transform: none;
}
.close:active,
.close-register:active {
transform: scale(1.1);
}
}
/* Mobie  */
.m {
display: none;
}
.pc {
display: block;
}
@media (max-width: 768px) {
.m {
display: block;
}
.pc {
display: none;
}
}
@media (max-width: 1024px) {
.dropdown-content{
/* margin-left: 90px;
width: max-content;
margin-top: 36px; */
position: absolute;
top: 100%;
right: 0;
margin-top: 8px;
min-width: 140px;
width: auto;
z-index: 9999;
}
.logo a img{
width: max-content;
max-width: 110px;
padding: 0px!important;
}
.logo a {
padding: 5px 5px;
}
.header-function.ml-auto {
position: relative;
margin-top: 15px;
margin-left: 45px;
display: ruby;
display: -webkit-inline-box;
}
.mobile-thumbnail {
width: 100%;
height: auto;
position: relative;
border-radius: 10px;
overflow: hidden;
display: block; }
/* line 566, style.scss */
.mobile-thumbnail img {
width: 100%; }
/* line 569, style.scss */
.mobile-thumbnail .icon-game-mobile {
position: absolute;
bottom: -10px;
right: -10px; }
@keyframes mobile-jump {
0% {
transform: translate3d(0, 0, 0); }
40% {
transform: translate3d(0, 10%, 0); } }
/* line 582, style.scss */
.mobile-thumbnail .icon-game-mobile .mobile-jump {
transform-origin: 50% 50%;
animation: jump 5s linear alternate infinite; }
/* line 587, style.scss */
.mobile-thumbnail h1 {
position: absolute;
left: 10px;
top: 10px;
color: #ffc107;
font-size: 1.0rem;
z-index: 1;
display: block; }
.bg-footer-mobile {
width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
position: fixed;
left: 0px;
bottom: 0px;
background: #102847;
border-top: 1px solid #102847;
display: block;
z-index: 9999; }
/* line 610, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile {
width: 100%;
height: auto;
display: flex; }
/* line 614, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile {
width: 100%;
height: auto;
flex: 1;
text-align: center; }
/* line 619, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a.btn-home {
width: 81px;
height: 81px;
text-align: center;
margin: 0 auto;
background: #6c757d;
background-color: #6c757d;
/* For browsers that do not support gradients */
background-image: radial-gradient(#6c757d, #352800);
border-radius: 40px;
margin-top: -40px;
padding: 33px 13px; }
/* line 630, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a.btn-home .icon-nav-mobile {
display: block;
margin-top: -20px;
padding: 8px 0; }
/* line 634, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a.btn-home .icon-nav-mobile img {
width: 35px;
height: auto; }
/* line 641, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a img {
width: 30px;
height: auto; }
/* line 645, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a span {
color: #bfb58f;
font-size: 0.8rem;
display: grid;
white-space: nowrap; }
/* line 655, style.scss */
.bg-footers {
padding-bottom: 100px; }
/* line 658, style.scss */
.item-nav {
width: 100%;
height: auto;
padding: 7px 0;
border-radius: 10px;
text-align: center;
margin: 0 auto;
display: block; }
/* line 666, style.scss */
.item-nav img {
max-width: 35px; }
/* line 669, style.scss */
.item-nav p {
width: 100%;
height: auto;
text-align: center;
font-size: 0.6rem;
color: #ffc107;
font-weight: bold;
white-space: nowrap;
display: block; }
/* line 681, style.scss */
.offcanvas {
position: fixed;
bottom: 56px  !important;
z-index: var(--bs-offcanvas-zindex);
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: var(--bs-offcanvas-transition); }
/* line 695, style.scss */
.thumbnails-bg a {
position: relative;
display: block;
height: 135px !important;
background-size: cover; }
/* line 701, style.scss */
.thumbnails-bg a span {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px !important;
padding: 0 15px;
transition-duration: 0.3s;
color: white;
font-size: 20px;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold; } }
/* ipad */
.btn-warning,.btn-danger{
text-transform: uppercase;
}
@media (max-width: 480px) {
.btn-login_, .btn-register_ {
font-size: 12px!important;
}
}
.btn-login_ {
color: black;
background-image: linear-gradient(180deg,#ECDFB2,#867F65);
padding: 8px 8px;
border-radius: 5px;
margin: 0px 0px;
font-size: 14px;
margin-left: 5px;
text-transform: uppercase;
font-family: sans-serif;
}
.btn-register_ {
color: #ECDFB2;
padding: 8px 8px;
border-radius: 5px;
margin: 0px 0px;
font-size: 14px;
margin-left: 5px;
text-transform: uppercase;
border: 1px solid #ECDFB2;
font-family: sans-serif;
background: none;
}
#header .icon-btn {
background-color: #434343;
backdrop-filter: blur(22px) brightness(1.15);
border: none;
padding: 5px 8px;
height: 100%;
margin-left: 5px;
border-radius: 30px;
transition: transform 0.3s ease-in-out;
padding-right: 40px;
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 10px;
justify-content: center;
margin-top: 13px;
height: 45px;
}
@media (max-width: 1024px) {
.modal-content {
background: linear-gradient(180deg, #102847, #06111F);
margin: 5% auto;
padding: 0;
border: 2px solid #00234F;
border-radius: 15px;
width: 90%;
max-width: 450px;
box-shadow: 0 0 10px #102847;
animation: modalSlideIn 0.3s ease-out;
}
.close{
  color: #ECDFB2 !important;
}
.modal-header h2{
color: #ECDFB2;
}
.modal-header{
border-bottom: 2px solid #ECDFB2;
}
.close-register{
color: #ECDFB2;
}
.form-group label{
color: #ECDFB2;
}
.form-group input{
border: 2px solid #102847;
background: #1D1D1D;
}
.register-submit-btn i,.login-submit-btn i{
  color: #000 !important;
}
.register-submit-btn,.login-submit-btn {
width: 100%;
padding: 15px;
background: linear-gradient(180deg, #ECDFB2, #867F65);
border: 1px solid #ECDFB2;
border-radius: 8px;
color: white;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 0 15px #ECDFB2;
text-transform: uppercase;
color: black;
}
.register-submit-btn:hover,.login-submit-btn:hover {
background: linear-gradient(180deg, #ECDFB2, #867F65);
border-color: #ECDFB2;
transform: translateY(-2px);
box-shadow: 0 5px 20px #ECDFB2, 0 0 25px #867F65;
}
}
/*  */
#header .icon-btn {
/* padding: 5px;
justify-content: center;
width: 30px;
height: 30px; */
}
#header .header-dropdown {
position: relative;
margin-top: -3px !important;
}
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a.btn-home, .bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile button.btn-home {
width: 81px;
height: 81px;
text-align: center;
margin: 0 auto;
background-image: linear-gradient(180deg, #ECDFB2, #867F65);
border-radius: 40px;
margin-top: -40px;
padding: 33px 13px;
}
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a.btn-home .icon-nav-mobile, .bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile button.btn-home .icon-nav-mobile {
display: block;
margin-top: -20px;
padding: 8px 0;
}

#header .icon-btn span {
color: #fff;
-webkit-text-fill-color: #fff;
}
@media (max-width: 1024px) {
#header .icon-btn span {
display: none;
}
#header .icon-btn {
    padding: 5px;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 4px;
}
#header .d-md-block{
display: none;
}
}
#header .icon-btn img {
max-width: 30px;
aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
#header .icon-btn img {
max-width: 18px;
}
}
#header .icon-btn:after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 10px;
height: 10px;
background: url("../images/arrow-down-white.png") no-repeat center center;
background-size: contain;
transform: translateY(-50%);
transition: transform 0.3s;
}
@media (max-width: 1199px) {
#header .icon-btn:after {
display: none;
}
}
#header .icon-btn:focus:after {
transform: translateY(-50%) rotate(180deg);
}
#header .header-dropdown {
position: relative;
margin-top: 10px;
}
@media (max-width: 1024px) {
#header .header-dropdown {
aspect-ratio: 1/1;
}
}
#header .header-dropdown .show {
display: block !important;
}
#header .header-dropdown .dropdown-body {
position: absolute;
background: #282828;
width: 230px;
list-style: none;
display: none;
-webkit-backdrop-filter: blur(22px) brightness(1.15);
backdrop-filter: blur(22px) brightness(1.15);
padding: 0;
top: 76%;
right: 0px;
margin-top: 11px;
border-radius: 10px;
z-index: 999;
}
#header .header-dropdown .dropdown-body ul {
padding: 10px 0px;
list-style: none;
display: inline;
}
#header .header-dropdown .dropdown-body ul li {
padding: 0px 10px;
float: left;
}
#header .header-dropdown .dropdown-body ul li a {
display: flex;
align-items: center;
gap: 20px;
text-decoration: none;
font-size: 14px;
color: #fff;
-webkit-text-fill-color: #fff;
font-weight: 300;
position: relative;
border-radius: 10px;
padding: 10px 10px;
}
#header .header-dropdown .dropdown-body ul li a.active,
#header .header-dropdown .dropdown-body ul li a:hover {
/* background: #393319; */
-webkit-backdrop-filter: blur(22px) brightness(1.15);
backdrop-filter: blur(22px) brightness(1.15);
color: #fff;
-webkit-text-fill-color: #fff;
}
.header-dropdown .dropdown-body .icon-profile {
background: url(../images/auth/my-profile.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-deposit {
background: url(../images/auth/deposit.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-withdraw {
background: url(../images/auth/withdraw.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-history {
background: url(../images/auth/history.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-top-vip {
background: url(../img/header/auth/profile-menu/vip.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-referral {
background: url(../img/header/auth/profile-menu/referral.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-inbox {
background: url(../img/header/auth/profile-menu/inbox.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-logout {
background: url(../images/auth/logout.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-password {
background: url(../images/auth/password.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-transfer {
background: url(../images/auth/transfer.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-turnover {
background: url(../images/auth/turnover.png) center no-repeat;
background-size: 100%;
}
ul#header {
margin-left: 55%;
}
.header-dropdown .dropdown-body .icon-dropdown {
width: 30px;
height: 30px;
}
img{
display: inline !important;
}
@media (max-width: 480px) {
.icon-news img {
width: auto;
}
}
/* pop up chat and payment */
/* FLOAT BUTTONS */
.float-btn{
position:fixed;
right:20px;
padding:14px 22px;
border-radius:50px;
border:none;
color:#fff;
cursor:pointer;
font-size:16px;
z-index:1000;
}
.chat-btn{bottom:20px;background:#007bff;}
/* POPUP OVERLAY */
.popup{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.5);
justify-content:center;
align-items:center;
z-index:99;
}
/* POPUP BOX */
.popup-box{
background:#fff;
width:90%;
max-width:360px;
padding:22px;
border-radius:14px;
text-align:center;
position:relative;
animation:zoom .3s ease;
}
@keyframes zoom{
from{transform:scale(.8);opacity:0}
to{transform:scale(1);opacity:1}
}
/* CLOSE */
.close{
position:absolute;
top:10px;
right:14px;
font-size:22px;
cursor:pointer;
}
.action-link {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px;
margin-top: 12px;
color: #fff;
text-decoration: none;
border-radius: 10px;
font-size: 16px;
}
.action-link i{font-size:20px;color: #fff;}
/* COLORS */
.livechat{background:#ff9800;}
.whatsapp{background:#25D366;}
.telegram{background:#0088cc;}
.deposit{background:#28a745;}
.withdraw{background:#dc3545;}
@media(max-width:600px){
.float-btn{
font-size:14px;
padding:12px 18px;
}
}
span.code-number {
color: #fff;
position: absolute;
margin-left: -37px;
}
.text-gray-700{
text-align: justify;
}
@media (max-width: 767px) {
.center_responsive .mt-8 {
text-align: justify;
}
}
.text-gray-900,.text-xl,.p-6{
text-align: justify;
}
.dropbtn img{
max-width: max-content; 
}
@media (max-width: 480px) {
.dropdown-content img {
width: max-content !important;
}
}
button.btn_.btn-lg.btn-warning.btn-showall {
background: #ffc107;
padding: 10px;
color: #000;
border-radius: 10px;
width: auto;
font-size: 20px;
}
.cover-search .cv-user {
width: 40%;
line-height: 16px;
}
.marquee-container {
position: relative;
z-index: 12
}
.news-title {
color: #ffd800;
line-height: 41px;
padding-left: 15px;
position: absolute;
top: 0;
left: 0;
}
.marquee-block {
background-color: rgba(0, 0, 0, .5);
height: 40px;
line-height: 40px;
/* position: absolute; */
width: 100%;
z-index: 1;
background: #091a2e;
}
.marquee-block .marquee-news {
margin: auto;
position: relative;
width: 1100px
}
.marquee-block .marquee-news .news-title {
/* background-color: #f8991d; */
border-radius: 50%;
color: #fff;
height: 40px;
margin: 0;
padding: 0;
text-align: center;
transform: scale(.7);
width: 40px
}
.marquee-block .marquee-news .news-title i {
font-size: 22px;
line-height: 40px;
margin: 0;
padding: 0;
vertical-align: baseline
}
@media only screen and (max-width:1280px) {
.marquee-block .marquee-news {
max-width: 1180px
}
}
.news.marquee-wrap {
box-sizing: border-box;
cursor: pointer;
height: 40px;
margin: auto;
padding-left: 30px;
position: relative;
width: 100%
}
.news.marquee-wrap .visible-area {
height: 100%;
overflow: hidden;
position: relative
}
.news.marquee-wrap .marquee-content {
position: absolute;
white-space: nowrap
}
@media (min-width: 1024px) {
    .marquee-content.scrollLeft {
        animation-delay: 2s !important;
        animation-duration: 67.04s !important;
    }
}
.news.marquee-wrap .marquee-content.scrollLeft {
animation: scrollLeft linear infinite;
padding-left: 1100px
}
.news.marquee-wrap .visible-area .marquee-item {
color: #fff;
font-size: 15px;
font-weight: 400;
margin-right: 30px
}
.news.marquee-wrap .visible-area .marquee-item:first-child {
margin-left: 10px
}
.news.marquee-wrap .visible-area .marquee-item:last-child {
margin-right: 0
}
@keyframes scrollLeft {
0% {
transform: translate(0)
}
to {
transform: translate(-100%)
}
}
/* submenu */
header {
background-color: #f8991d;
position: relative;
z-index: 13
}
header .navigation {
position: static
}
header .nav {
align-items: center;
display: flex;
justify-content: space-between;
margin: 0 auto;
width: 1200px
}
header .nav > li {
align-items: center;
display: flex;
justify-content: center;
flex: 1;
}
.nav-item a h3{
color:#102847
}
header .nav > li.nav-item a,  header .nav > li > div.nav-item {
color: #000;
cursor: pointer;
font-size: 15px;
font-weight: 700;
height: 40px;
line-height: 40px;
padding: 10px 15px;
position: relative;
text-align: center;
text-decoration: none;
white-space: nowrap;
width: 100%
}
header .nav > li.nav-item a:before,  header .nav > li > div.nav-item:before {
background-color: #fddcb1;
bottom: 2px;
content: "";
height: 3px;
left: 50%;
position: absolute;
transform: translateX(-50%);
transition: all .3s cubic-bezier(.19, 1, .22, 1);
width: 0
}
header .nav > li.nav-item a.active, header .nav > li.nav-item a:hover,header .nav > li > div.nav-item.active,  header .nav > li > div.nav-item:hover {
color: #fff
}
header .nav > li.nav-item a.active:before,  header .nav > li.nav-item a:hover:before, header .nav > li > div.nav-item.active:before,  header .nav > li > div.nav-item:hover:before {
width: calc(100% - 10px)
}
header .nav .nav-item:hover + .submenu {
height: 300px;
opacity: 1
}
.app:not(.account) header .navigation .nav .nav-item + .submenu ul {
height: auto;
width: 1200px;
}
header .nav .submenu {
background-color: #1d1d1d;
box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
height: 0;
left: 0;
min-width: 1004px;
opacity: 0;
overflow: hidden;
position: absolute;
text-align: center;
top: 40px;
transition: .3s;
width: 100%;
z-index: 999
}
header .nav .submenu:hover {
height: 300px;
opacity: 1
}
header .nav .submenu ul {
font-size: 0;
height: auto;
margin: auto;
position: relative
}
header .nav .submenu ul li {
display: inline-block;
height: 100%;
position: relative
}
header .nav .submenu ul li a {
display: block;
height: 100%;
padding: 0 15px;
position: relative;
transition: .3s
}
header .nav .submenu ul li a:hover {
background-color: #131313
}
header .nav .submenu ul li a:hover:after {
background-color: #f8991d;
bottom: 0;
content: "";
height: 4px;
left: 0;
position: absolute;
width: 100%
}
header .nav .submenu ul li img {
display: block;
height: 80%;
position: relative;
top: 10%
}
header .navigation .nav .nav-item + .submenu ul li a img{
height: auto;
top: auto;
width: 100%;
}
header .navigation .nav .nav-item.sports + .submenu ul li {
width: 12.4%;
}
header .navigation .nav .nav-item.live + .submenu ul li a{
padding: 15px 0;
}
header .navigation .nav .nav-item + .submenu ul li a img {
height: auto;
top: auto;
width: 100%;
}
header .navigation .nav .nav-item.live + .submenu ul li {
width: 12.5%;
}
header .navigation .nav .nav-item.live + .submenu ul li a {
padding: 15px 0;
}
header .navigation .nav .nav-item + .submenu ul li {
height: auto;
width: 11%;
padding: 10px 0;
}
header .navigation .nav .nav-item:not(.mobile) + .submenu:hover,  header .navigation .nav .nav-item:not(.mobile):hover + .submenu {
height: auto;
}
header .navigation .nav .nav-item.chess + .submenu ul,  header .navigation .nav .nav-item.egame + .submenu ul, header .navigation .nav .nav-item.live + .submenu ul,  header .navigation .nav .nav-item.mpg + .submenu ul {
padding: 10px 180px;
}
header .navigation .nav .nav-item.egame + .submenu ul li {
width: 10%;
}
header .navigation .nav .nav-item.chess + .submenu ul li {
width: 14.285%;
}
.side-menu {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 60px;
z-index: 25
}
.side-menu ul{
margin: 20px;
}
.side-menu li + li {
margin-top: 5px
}
.side-menu li a {
background-color: #ECDFB2;
border-radius: 5px 0 0 5px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
color: #000;
display: block;
font-size: 12px;
height: 40px;
line-height: 1.4;
overflow: hidden;
padding-left: 60px;
text-decoration: none;
transform: translateZ(0);
transition: transform .3s linear;
width: 280px;
vertical-align: middle;
}
.side-menu li a:hover {
transform: translate3d(-220px, 0, 0);
transition: transform .3s ease-out .2s
}
.side-menu li a > i {
color: #000;
font-size: 30px;
height: 100%;
left: 0;
line-height: 60px;
position: absolute;
text-align: center;
top: 0;
width: 60px
}
.side-menu li a > i.mps-coin-fill {
font-size: 45px
}
.side-menu li a > h2 {
color: #49380d;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding: 10px 0 2px
}
.side-menu li a > p {
color: #102847
}
.side-menu li a img {
left: 0;
width: 40px;
position: absolute
}
.home-area .home-sports .livescore-footer .btn-func .next-btn:before {
left: 10px;
transform: rotate(-45deg);
}
/* lobby meun games */
.app-body {
flex-grow: 1;
position: relative;
}
.bg-s {
align-items: center;
background: url(../images/bg-lobby.jpg) 50% / cover no-repeat;
display: flex;
height: calc(100vh - 375px);
justify-content: center;
height: auto;
padding: 50px 0;
overflow: hidden;
position: relative;
width: 100%;
}
.game-wrap ul.games, .games-slot {
width: 100%;
max-width: 1200px;
height: auto;
text-align: center;
margin: 0 auto;
display: block;
}
.game-wrap ul.games li {
display: inline-block;
width: 100%;
max-width: 285px;
height: auto;
text-align: center;
margin: 5px;
}
.game-wrap ul.games li a .items {
width: 100%;
height: auto;
border-radius: 10px;
overflow: hidden;
}
.items-game {
margin: 0 auto;
display: table;
margin-top: 2%;
}
.game-wrap ul.games li a .items img {
width: 100%;
}
.live-container {
background: url("../images/bg.jpg") no-repeat 50% 0/100% auto;
height: 0;
padding-bottom: 56%;
position: relative
}
.live-wrapper {
background-color: #222;
box-shadow: 0 2px 6px rgba(0, 0, 0, .75), 0 4px 10px rgba(0, 0, 0, .75), 0 6px 15px rgba(0, 0, 0, .75), 0 -4px 8px rgba(255, 255, 255, .15);
left: 50%;
margin: 20px 0 0 -30px;
max-width: 1920px;
overflow: hidden;
position: absolute;
top: 39%;
transform: translate3d(-50%, -50%, 0);
width: 88%
}
.live-wrapper > .main-banner {
background-color: #000;
display: flex
}
.live-wrapper > .main-banner > li {
cursor: pointer;
flex: 1 1 0;
height: 460px;
perspective: 400px;
position: relative;
transition: .6s
}
.live-wrapper > .main-banner > li .item-cover, .live-wrapper > .main-banner > li .item-gplogo {
position: absolute;
transition: .6s
}
.live-wrapper > .main-banner > li .item-gplogo {
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
bottom: 50%;
height: 60px;
left: 50%;
transform: translate3d(-50%, 50%, 0);
width: 60px
}
.live-wrapper > .main-banner > li .item-cover {
background-position: 50%;
background-size: cover;
height: 100%;
left: 0;
top: 0;
width: 100%
}
.live-wrapper > .main-banner > li:hover {
flex: 0 0 533px
}
.live-wrapper > .main-banner > li:hover .item-cover {
opacity: 1
}
.live-wrapper > .main-banner > li:hover .item-gplogo {
bottom: 10px;
filter: drop-shadow(-1px -1px 0 rgba(255, 255, 255, .7)) drop-shadow(0 1px 3px rgba(0, 0, 0, .8)) drop-shadow(0 2px 6px rgba(0, 0, 0, .8));
height: 160px;
left: 10px;
transform: translateZ(0);
width: 160px
}
.live-wrapper > .main-banner > li > .maintenance-block {
transform: translate3d(-50%, -50%, 0) scaleX(0);
transition: transform .4s
}
.live-wrapper > .main-banner > li.maintenance > .maintenance-block {
left: 50%;
padding: 10px;
text-align: center;
top: 50%;
width: 300px;
z-index: 1
}
.live-wrapper > .main-banner > li.maintenance:hover > .maintenance-block {
transform: translate3d(-50%, -50%, 0) scaleX(1)
}
.live-wrapper > .main-banner > li.maintenance:hover .item-gplogo {
filter: grayscale(1)
}
.live-wrapper .live-main-wrap {
display: flex;
overflow: auto
}
.live-main-wrap > .game-item {
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
height: 170px;
justify-content: space-between;
padding: 25px 0;
perspective: 250px;
position: relative;
width: 170px
}
.live-main-wrap > .game-item:after {
background-color: transparent;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale3d(0, 0, 1);
transition: .4s;
width: 100%
}
.live-main-wrap > .game-item + .game-item:before {
background-color: #ccc;
content: "";
height: 30px;
left: 0;
position: absolute;
top: 70px;
width: 1px
}
.live-main-wrap > .game-item > img {
height: 72px;
max-width: 112px;
transition: transform .6s
}
.live-main-wrap > .game-item > .btn-main {
background-color: transparent;
cursor: pointer;
font-size: 14px;
height: 34px;
padding: 9px 0;
perspective: 300px;
position: relative;
text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
transition: box-shadow .3s, transform .6s;
width: 120px;
z-index: 1;
color: #ffff;
padding: 5px;
}
.live-main-wrap > .game-item > .btn-main:before {
background-color: #feae00;
border-radius: 20px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: transform .6s;
width: 100%;
z-index: -1
}
.live-main-wrap > .game-item > .btn-main:hover {
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .6);
transform: scale3d(1.1, 1.1, 1);
transition: box-shadow .4s .2s, transform .6s
}
.live-main-wrap > .game-item > .btn-main:hover:before {
transform: rotate3d(-1, 0, 0, 180deg)
}
.live-main-wrap > .game-item:hover:after {
background-color: rgba(255, 255, 255, .06);
transform: scaleX(1);
transition: .4s .2s
}
.live-main-wrap > .game-item:hover > img {
transform: scale3d(1.26, 1.26, 1)
}
.live-main-wrap > .game-item.maintenance:hover:after {
background-color: transparent
}
.live-main-wrap > .game-item.maintenance:hover > img {
transform: scaleX(1)
}
.live-main-wrap > .game-item.maintenance > .maintenance-block {
left: 50%;
padding: 10px 15px;
text-align: center;
top: 50%;
transform: translate3d(-50%, -50%, 0);
width: 90%;
z-index: 1
}
.live-main-wrap > .game-item.maintenance .time {
font-weight: 400
}
@media screen and (min-width:1900px) {
.live-container {
padding-bottom: 52%
}
}
.games-animal {
align-items: center;
background: url("../images/bg-lobby.jpg") 50%/cover no-repeat;
display: flex;
height: calc(100vh - 375px);
justify-content: center;
overflow: hidden;
position: relative;
width: 100%
}
.games-animal .game-wrap, .games-animal .game-wrap .game-type {
align-items: center;
display: flex;
}
.games-animal .game-wrap {
justify-content: center;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-90%, -2%);
width: 600px;
}
.games-animal .game-wrap, .games-animal .game-wrap .game-type {
align-items: center;
display: flex;
}
.games-animal .game-wrap .game-type .game-list {
position: relative;
transition: .3s ease;
}
.games-animal:after {
background: url("../images/animal-bg-cock.png") 50% / cover no-repeat;
content: "";
height: 100%;
width: 100%;
}
@media (max-width: 600px) {
.main, .slots-list {
width: 100% !important;
}
.slots-list a {
width: 45% !important;
}
}
.search_in{
width: 240px;
}
input#keywords {
background: #5d5d5d;
border-radius: 5px;
}
.text-xs {
background: #1f2937 !important;
color: #fff;
}
/* .py-3{
color: #fff !important;
} */
.center_responsive select{
color: #000 !important;
}
.lo-re{
margin-top: -5px !important;
}
th.px-6.py-3 {
color: #fff;
}