@charset "utf-8";
/* CSS Document */

.wrapper, .w-1000, .main_, .section, .contain-section, .copyright{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #8f00fe;
	display: block;
}
.wrapper{
	background: #0c1121;
	overflow: hidden;
}
.main_{
	width: 100%;
	
}
.section{
	margin: 30px auto;
}
.header, .footer{
	background: linear-gradient(180deg, #13182b  0%, #13182b  100%);
}

.left-header ul li{
	display: inline-block;
}
.left-header ul li.logo a{
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.left-header ul li.logo a img{
	width: auto;
	height: 50px;
}
.bg-regi{
	background: #0a58ca;
}
.bg-white_ {
    --bs-bg-opacity: 1;
    background-color: #dc3545 !important;
}
.text-bold{
	font-weight: bold;
}
.bg-regi:hover{
	background: #0a58ca;
}
.collapsed, .text-decoration-none{
	color: #ffffff;
	text-align: left;
}
ul.nav-pills li{
	text-align: left !important;
	vertical-align: middle;
	padding: 5px 0;
	margin: 2px 0;
}
ul.nav-pills li:hover> a{
	color: #E800FF !important;
}
.list-unstyled{
	text-align: left !important;
}
.offcanvas{
	background: linear-gradient(180deg, #13182b 0%, #13182b 100%) !important;
	max-width: 280px !important;
	height: 100%;
}
ul.nav-pills li a{
	color: #ffffff !important;
	font-weight: bold;
}
.right-header{
	padding: 14px 0;
}
ul.nav-pills li a span{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.icon-home{
	background: url("../images/icons/home.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-sport{
	background: url("../images/icons/sports.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-casino{
	background: url("../images/icons/casino.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-slot{
	background: url("../images/icons/slot.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-lottery{
	background: url("../images/icons/lottery.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-fishing{
	background: url("../images/icons/fishing.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-number{
	background: url("../images/icons/number.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-cocks{
	background: url("../images/icons/cocks.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-poker{
	background: url("../images/icons/poker.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-promotion{
	background: url("../images/icons/promotion.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-vip{
	background: url("../images/icons/vip.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-affiliate{
	background: url("../images/icons/affiliate.png") no-repeat center;
	background-size: 100% 100%;
}
.icon-referral{
	background: url("../images/icons/referral.png") no-repeat center;
	background-size: 100% 100%;
}
.carousel-item img {
	border-radius: 10px;
}
.icon-games-header img {
	max-width: 30px;
	height: auto;
}
.icon-games-header{
	margin-right: 10px;
}
.header-section, .header-section a{
	color: #F3F3F3;
	font-size: 1.2rem !important;
}
.header-section{
	padding: 10px 0;
	margin: 10px auto;
}
.slick-next:before, .slick-prev:before {
    content: '';
}
.topgames .slick-prev:before, .arrived .slick-prev:before {
	width: 25px;
	height: 25px;
	background: url("../images/left-arrow.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.topgames .slick-next:before, .arrived .slick-next:before {
	width: 25px;
	height: 25px;
	background: url("../images/right-arrow.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.topgames-lobby {
    background: url("../images/topgames/casino-lobby-bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
	border-radius: 10px;
}
.itemslots img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.itemslots p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	font-size: 0.9rem;
	white-space: nowrap;
	display: block;
}
.new-thumbnails a img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.title-new-games{
	width: 100%;
	height: auto;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.title-new-games h3{
	font-size: 1.0rem;
	color: #ffffff;
	display: block;
}
.title-new-games p{
	font-size: 0.9rem;
	color: #ffffff;
	display: block;
}
.promo-thumbnails{
	border-radius: 10px;
	padding: 2px 2px 0 2px;
}
.promo-1{
	background: linear-gradient(to bottom, #fed461 0%, #1b1924 100%);
}
.promo-2{
	background: linear-gradient(to bottom, #75dfa7 0%, #1b1924 100%);
}
.promo-3{
	background: linear-gradient(to bottom, #fc5c92 0%, #1b1924 100%);
}
.thumbnails-02{
	margin-top: 2px;
	border-radius: 10px;
	background: linear-gradient(180deg, #091f72 0%, #13182b 100%);
}
.items-sidebar img, .ja-01 img{
	width: 100%;
}
.header-sidbar{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	display: block;
}
.jackpot{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: auto;
}
.jackpot-number{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/bg_jackpot.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.jackpot-number span{
	font-size: 1.1rem;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 20px 0;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.box-partnered img{
	width: auto;
	height: 50px;
	padding: 5px 0;
	margin: 0 auto;
	display: block;
}
.box-partnered{
	border: 1px solid #091f72;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	background: linear-gradient(180deg, #091f72 0%, #13182b 100%);
	display: inline-block;
}
.logo-provider img{
	width: auto;
	height: 60px;
}
.header-winner{
	background: linear-gradient(180deg, #091f72 0%, #13182b 100%);
	/* padding: 20px 0; */
}
.bigwinner{
	background: #1a1a1a;
	border-radius: 10px;
	overflow: hidden;
}
.name-provider, .name-winer, .payout-amount{
	font-size: 1.0rem;
	color: #ffffff;
	padding: 15px 0;
}
.items-winer{
	padding: 5px 0;
}
.t-winner{
	font-size: 1.0rem;
	color: #ffffff;
}
.box-prov-winner{
	padding: 0 20px;
}
.thumbnails-02 h1{
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: 900;
}
.thumbnails-02 p{
	padding: 10px 20px;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 25px;
	display: block;
}
.info p{
	font-size: 0.9rem;
	color: #E5E5E5;
	text-align: left;
	line-height: 22px;
	padding: 10px 0;
	display: block;
}
.info p.title-info{
	font-weight: bold;
	font-size: 1.0rem;
}
.logo-license-game img{
	width: auto;
	height: 60px;
	text-align: left;
	padding-top: 10px;
	display: block;
}
.contain-info ul{
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 20px;
	display: block;
}
.contain-info ul li{
	display: block;
}
.contain-info ul li a{
	padding: 5px 0;
	font-size: 0.9rem;
	color: #ffffff;
}
.contain-certification ul{
	width: 100%;
	height: auto;
	text-align: left;
}
.contain-certification ul li{
	display: inline-block;
	padding: 5px;
}
.contain-certification ul li img{
	width: auto;
	height: 40px;
}
.contain-footer-2 ul{
	text-align: left;
}
.contain-footer-2 ul li{
	display: inline-block;
	padding: 5px;
}
.contain-footer-2 ul li img{
	width: auto;
	height: 40px;
}
.copyright{
	padding: 20px 0;
	font-size: 0.9rem;
	color: #ffffff;
}
.btn-zoom-in-out{
	width: 25px;
	height: 25px;
	padding: 5px 0;
	background: #4a4a4a url(../images/left-arrow.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 215px;
	z-index: 999;
	border-radius: 3px;
}
.main_{
	padding-top: 50px;
}
.casino-lobby {
    background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.bg-slots {
    background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.poker-lobby {
    background: url(../images/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.sport-lobby{
	background: url("../images/lobby/sport/sport-lobby-bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
}
.lottery-lobby{
	background: url("../images/lobby/lottery/lottery-lobby-bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
}
.cocks-lobby{
	background: url("../images/lobby/cockfight/cock-lobby-bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
}
.pc{
	display: inline-block;
}
.m{
		display: none !important;
	}
@media (max-width: 600px){
	.pc{
	display: none !important;
}
	.m{
		display: inline-block !important;
	}
	 .thumbnails-bg a {
        position: relative;
        display: block;
        height: 135px !important;
        background-size: cover;
    }
	.slick-prev {
    left: -9px;
    z-index: 999;
}
	.topgames .slick-prev:before, .arrived .slick-prev:before {
    width: 20px;
    height: 20px;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
	.slick-next{
    right: -5px;
}
	.topgames .slick-next:before, .arrived .slick-next:before {
    width: 20px;
    height: 20px;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
 .btn-close {
    background: url("../images/colse.svg") no-repeat!important;
	 background-size: 100% 100%;
	 opacity: 0.9;
	 display: inline-block;
}
.thumbnails-bg a span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 15px;
        transition-duration: 0.3s;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
.logo-provider img {
    width: auto;
    height: 30px;
}
	.name-provider, .name-winer, .payout-amount {
    font-size: 0.9rem;
    color: #ffffff;
    padding: 5px 0;
}
	.t-winner {
    font-size: 0.9rem;
    color: #ffffff;
}
	.header-section, .header-section a{
	color: #F3F3F3;
	font-size: 1.0rem;
}
	.left-header ul li.logo a img{
	width: 76px;
	height: auto;
	margin-top: 5px;
}
	.btn-lo-re{
		font-size: 0.8rem !important;
	}
	.title-new-games h3{
	font-size: 0.8rem;
	color: #ffffff;
	display: block;
}
	.main_{
		padding-top: 40px;
	}
	.right-header {
    padding: 10px 0;
}
	.icon-nav-movile{
		width: 40px;
		height: 30px;
		background: url("../images/menu.png") no-repeat center;
		display: inline-block;
		margin-right: 10px;
	}
}
.btn.bg-white_.text-bold.btn-lo-re {
    color: #fff;
    -webkit-text-fill-color: white;
}
/* login and register */
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 999;
}

/* Popup box */
.popup {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #13182b;
  width: 480px;
  max-width: 90%;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  display: block;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.popup h2{
	font-size: 1.6rem;
	text-transform: uppercase;
}
.popup.show {
  transform: translate(-50%, -50%) scale(1);
}

.popup h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px !important;
}

.popup input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  color: #fff;
}
.dropdown-toggle::after{
	color: #fff;
}
.popup .btn,.register-submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: #dc3545;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.err_div{
	color: red;
}
.popup .btn:hover {
  opacity: 0.9;
}
.form-group label{
	color: #fff;
}
.close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}
.form-group{
	text-align: justify;
}
/* Mobile responsive */
@media (max-width: 480px) {
  .popup {
    padding: 20px;
	top: 40%;
  }

  .popup h2 {
    font-size: 20px;
  }

  .popup input {
    padding: 10px;
  }

  .popup .btn {
    padding: 10px;
    font-size: 15px;
  }
}
/* account */
#header .user-wallet-actions {
display: flex;
flex-flow: row nowrap;
gap: 10px;
max-width: 300px;
align-items: center;
padding-right: 50px;
margin-right: 10px;
position: relative;
}
@media (max-width: 767px) {
.user-wallet-actions .btn-theme{
padding: 6px 11px;
display: flex;
align-items: center;
justify-content: center;
}

}
@media (max-width: 1024px) {
  .user-wallet-actions .btn-theme{
        padding: 20px 20px;
  }
  .btn_ img {
    width: 25px;
}
#header .user-wallet-actions {
padding-right: 0px;
margin-right: 0px;
}
}
#header .user-wallet-actions::after {
content: "";
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
position: absolute;
height: 100%;
width: 1px;
right: 0;
top: 0;
}
@media (max-width: 1024px) {
#header .user-wallet-actions::after {
display: none;
}
}
@media (max-width: 1024px) {
#header .icon-btn span {
display: none;
}
}
#header .user-wallet-actions .header-wallet {
display: flex;
align-items: center;
justify-content: space-evenly;
font-size: 14px;
color: var(--text-white-color);
width: 250px;
text-wrap: nowrap;
background: linear-gradient(to bottom, #0a2f28 0%, #0c4937 100%);
background: #434343;
border: 1px solid #434343;
border-radius: 8px;
padding: 4px 10px;
flex: 2;
height: 100%;
}
@media (max-width: 1024px) {
#header .icon-btn {
padding: 5px;
justify-content: center;
width: 30px;
height: 30px;
}
}
@media (max-width: 1024px) {
#header .user-wallet-actions .header-wallet {
max-width: 200px;
width: 100%;
gap: 5px;
font-size: 12px;
}
}
#header .user-wallet-actions .header-wallet .icon {
width: 27px;
height: 27px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
#header .user-wallet-actions .header-wallet .icon img {
width: 20px;
height: 20px;
}
@media (max-width: 1024px) {
#header .user-wallet-actions .header-wallet .icon img {
width: 15px;
height: 15px;
}
}
#header .user-wallet-actions button {
flex: 1;
}
.btn-theme {
font-size: 15px;
font-weight: 600;
border-radius: 8px;
padding: 18px 24px;
line-height: 1px;
text-align: center;
width: 100%;
outline: unset;
box-shadow: unset;
text-decoration: none;
display: block;
color: var(--btn-color);
--btn-color: #fff;
/* background: linear-gradient(to right, #fadd56, #feb80c); */
background: linear-gradient(1turn, #c4003b .8%, #fb1949);
border: 1px solid #fb1949;
white-space: nowrap;
box-shadow: 0 0 5px 1px #fb1949;
}
#header .header-dropdown {
position: relative;
}
@media (max-width: 1024px) {
#header .header-dropdown {
aspect-ratio: 1/1;
margin-left: 10px;
margin-top: 4px;
}
}
#header .header-dropdown .show {
    display: block !important;
}
.mb-0{
color: #fff;
}
#header .header-dropdown .dropdown-body {
position: absolute;
background: #0d6efd;
width: 250px;
list-style: 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;
display: none;
}
#header .header-dropdown .dropdown-body ul {
padding: 10px 0px;
list-style: none;
}
#header .header-dropdown .dropdown-body ul li {
padding: 0px 10px;
}
#header .header-dropdown .dropdown-body ul li a {
display: flex;
align-items: center;
gap: 20px;
text-decoration: none;
font-size: 14px;
color: var(--text-white-color);
font-weight: 300;
position: relative;
border-radius: 10px;
padding: 10px 20px;
}
#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;
}
#header .header-dropdown .dropdown-body ul li a.red-dot p {
position: relative;
}
#header .header-dropdown .dropdown-body ul li a.red-dot p:after {
content: "";
position: absolute;
background: red;
top: 0px;
right: -20px;
width: 7px;
height: 7px;
display: block;
border-radius: 50%;
}
#header .header-dropdown .dropdown-body ul li a .total-notification {
padding: 5px;
background: red;
border-radius: 50%;
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
}
#header .header-dropdown .dropdown-body ul li a .total-notification span {
color: #fff;
font-size: 12px;
}
#header .header-dropdown .dropdown-body ul li a img {
width: 30px;
aspect-ratio: 1/1;
}
#header .header-actions {
display: flex;
flex-flow: row nowrap;
max-width: 285px;
width: 100%;
gap: 25px;
}
@media screen and (max-width: 1024px) {
#header .header-actions {
max-width: 200px;
max-width: 255px;
gap: 5px;
}
}
.header-dropdown .dropdown-body .icon-dropdown {
width: 30px;
height: 30px;
}
.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%;
}
#header .header-actions>* {
flex: 1;
}
#header .user-wallet-actions {
display: flex;
flex-flow: row nowrap;
gap: 10px;
max-width: 300px;
align-items: center;
padding-right: 50px;
margin-right: 10px;
position: relative;
}
@media (max-width: 767px) {
.user-wallet-actions .btn-theme{
padding: 15px 9px;
display: flex;
align-items: center;
justify-content: center;
}
}
@media (max-width: 1024px) {
#header .user-wallet-actions {
padding-right: 0px;
margin-right: 0px;
}
}
#header .user-wallet-actions::after {
content: "";
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
position: absolute;
height: 100%;
width: 1px;
right: 0;
top: 0;
}
@media (max-width: 1024px) {
#header .user-wallet-actions::after {
display: none;
}
}
#header .user-wallet-actions .header-wallet {
display: flex;
align-items: center;
justify-content: space-evenly;
font-size: 14px;
color: #fff;
width: 250px;
text-wrap: nowrap;
background: linear-gradient(135deg, #0d6efd, #0d6efd);
border: 1px solid #0d6efd;
border-radius: 10px;
padding: 5px 5px;
flex: 2;
height: 100%;
}
@media (max-width: 1024px) {
#header .user-wallet-actions .header-wallet {
max-width: 200px;
width: 100%;
gap: 1px;
font-size: 12px;
}
}
#header .user-wallet-actions .header-wallet .icon {
width: 27px;
height: 27px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
#header .user-wallet-actions .header-wallet .icon img {
width: 20px;
height: 20px;
}
@media (max-width: 1024px) {
#header .user-wallet-actions .header-wallet .icon img {
width: 15px;
height: 15px;
}
}
#header .user-wallet-actions button {
flex: 1;
}
#header .icon-btn {
background: linear-gradient(135deg, #0d6efd, #0d6efd);
backdrop-filter: blur(22px) brightness(1.15);
border: none;
padding: 5px 8px;
height: 100%;
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;
}
#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;
}
}
@media (max-width: 1024px) {
#header .icon-btn {
padding: 5px;
justify-content: center;
width: 30px;
height: 30px;
}

}
#header .icon-btn:focus:after {
transform: translateY(-50%) rotate(180deg);
}
#header .header-dropdown {
position: relative;
}
#header{
display: flex;
}

@media (max-width: 767px) {
    .main-content {
      margin: 0 auto;
    }
    .center_responsive {
    margin-bottom: 10% !important;
}
 }
 @media (max-width: 480px) {
    .mobile-language-section {
        padding: 15px 20px;
    }
    .main-section {
    margin-top: 10px;
    margin-bottom: 50px;
	
}
.header-section h3 {
    font-size: 1rem !important;
}
section.main.center_responsive {
    width: 100% !important;
}
#header .user-wallet-actions .header-wallet .label, #member_creadit, .btn-theme{
    font-size: 0.8rem;
}
.offcanvas{
	overflow: scroll;
}
@media (max-width: 768px) {
    .mobile-language-section {
        padding: 20px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: auto;
    }
        .mobile-language-label {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }
        .mobile-language-select {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    section.main.center_responsive {
    width: 100% !important;
}
}
@media (max-width: 768px) {
    .mobile-language-section {
        display: block !important;
    }
        .mobile-language-label {
        background: linear-gradient(180deg, #ddce90, #e7c462, #b78512, #9b6f13);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 0.9rem;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .mobile-language-select {
        width: 100%;
        padding: 10px 15px;
        background: rgb(0 0 0);
        border: 2px solid #253459;
        border-radius: 8px;
        color: #ffffff;
        font-size: 1rem;
        transition: all 0.3s ease;
    }
        .mobile-language-select option {
        background: #16213e;
        color: #ffffff;
        padding: 10px;
    }   
}   }

@media (max-width: 600px) {
    .main, .slots-list {
        width: 100% !important;
    }
	  .slots-list a {
        width: 45% !important;
    }
}
.header-section h3{
	font-size: 1.3rem ;
}
span#member_creadit {
    color: #fff;
}
.p-6{
	background: #fff !important;
}
.text-gray-700,.text-gray-900,.text-xl {
	    text-align: justify;
}
.px-3,.rounded-md,input#tel {
	color: #fff !important;
}
.bg-gray-100{
	background: #0c1121 !important;
}
.center_responsive select{
	color: #000 !important;
}
input#bankaccount {
    color: #fff;
}
input#refUrl {
    background: none;
}
.dropdown-item{
	display: flex !important;
}