@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: #1b1b1b;
}
.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 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 0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
  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:hover .dropdown-content {
  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: #fd0 !important;
}
button.btn-free-play i.icon-freeplay{
	background-position: bottom;
}
button.btn-01{
	vertical-align: middle;
    width: 109px;
    height: 45px;
    margin-right: 2px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    border: none;
}
button.btn-login{
	margin-left: 2px;
    background: #ffb639;
}
a.btn-login{
    margin-left: 2px;
    background: #ffb639;
    width: 109px;
    height: 45px;
    margin-right: 2px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    display: inline-grid;
    padding: 10px;
}
a.btn-signup{
	margin-left: 2px;
    background: #ff7600;
    vertical-align: middle;
    width: 109px;
    height: 45px;
    margin-right: 2px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    border: none;
     display: inline-grid;
    padding: 10px;
}
button.btn-login:hover{
	background-color: #fc0;
}
button.btn-signup{
	background: #ff7600;
}
button.btn-signup:hover{
	background-color: #f04f00;
}
.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: #282828;
}
/* 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: #ffffff;
text-decoration: none;
	vertical-align: middle;
	font-size: 0.8rem;
}
.nav-v ul li:hover> a{
	color: #ff7600;
}
.nav-v ul li.active > a{
	color: #ff7600;
}

/* 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;
}
.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: #262624;
	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: 20px 0;
	color: #ffffff;
}
.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(to bottom, #f90 0%, #f90 45%, #f90 50%, #f90 100%);
    margin: 5% auto;
    padding: 0;
    border: 2px solid #ffc107;
    border-radius: 15px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 0 10px #ffc107;
    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 #ffd700;
    position: relative;
    overflow: hidden;
}

.modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-header h2 {
    color: #ffd700;
    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: #ffd700;
    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: #ffffff;
    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: rgba(22, 33, 62, 0.8);
    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(to bottom, #ffc107 0%, #ffc107 45%, #ffc107 50%, #ffc107 100%);
    border-color: #ffc107;
    border-radius: 8px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px #f90;
}

.login-submit-btn:hover {
    background: linear-gradient(135deg, #f27121 0%, #e94560 100%);
    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: #fff !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(to bottom, #ffc107 0%, #ffc107 45%, #ffc107 50%, #ffc107 100%);
    border: 2px solid #f90;
    border-radius: 8px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px #ffc107;
    text-transform: uppercase;
}

.register-submit-btn:hover {
    background: linear-gradient(to bottom, #ffc107 0%, #ffc107 45%, #ffc107 50%, #ffc107 100%);
    border-color: #f90;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px #ffc107, 0 0 25px #ffc107;
}

.register-submit-btn i {
    margin-right: 8px;
    color: #fff !important;
}

.close-register {
    color: #ffd700;
    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;
    }
    
    .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: 190px;
	}
	.logo a img{
		    width: max-content;
		    max-width: 110px;
	}
	.logo a {
		    padding: 5px 5px;
	}
	.header-function.ml-auto {
       position: relative;
    margin-top: 15px;
    margin-left: 45px;
    display: ruby;
}
	.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: #3d3d3d;
border-top: 1px solid #6c757d;
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: 20px;
height: auto; }
/* line 645, style.scss */
.bg-footer-mobile .section-mobile-footer .footer-mobile .item-footer-mobile a span {
color: #ffc107;
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.7rem;
color: #ffc107;
font-weight: bold;
text-transform: uppercase;
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;
    }
}
.btn-login_, .btn-register_ {
    color: white;
    background-color: rgb(255 129 0 / var(--tw-bg-opacity, 1)) !important;
    padding: 8px 8px;
    border-radius: 5px;
    margin: 0px 0px;
    font-size: 14px;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: sans-serif;
}
 #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: 3px;
  height: 45px;
}

@media (max-width: 1024px) {
  #header .icon-btn {
    padding: 5px;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
}

#header .icon-btn span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}


@media (max-width: 1024px) {
  #header .icon-btn span {
    display: none;
  }
  #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:focus-within .dropdown-body {
  display: block;
}

#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: 55%;
    line-height: 16px;
}