.t-header {
	position: fixed;
	width: 100%;
	z-index: 2;
	margin: auto;
	max-width: 768px;
}

.header-top {
	height: 86px;
	background-color: #181818;
	padding: 5px 0;
}

.header-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-top .container-fluid {
	max-width: 1600px;
	margin: auto;
}

.h-right-wrap a {
	color: #fff;
	margin: 0 5px;
	display: none;
}
.h-right-wrap{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn_h {
	padding: 5px 5px;
	min-width: 97px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	border: none;
	margin: 0 5px;
}

.login_btn {
	background-color: #ffffff;
	color: #000;
}

.reg_btn {
	background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
	color: #000;
}

.reg_btn:hover {
	background: linear-gradient(to bottom, #fbd585 0%, #d4a141 100%);
}

.header-bottom{
	background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
	height: 50px;
	display: none;
}
.header-btm-main-menu{
    display: flex;
    justify-content: center;
    width: 100%;
}
.header-btm-main-menu .main-nav {
    display: flex;
    height: 50px;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 15px;
    border-bottom: 3px solid #CCA361;
}
.header-btm-main-menu .main-nav li.nav-item {
    padding: 0px 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #ffcd0000;
}
.header-btm-main-menu .main-nav li.nav-item:hover,.header-btm-main-menu .main-nav li.nav-item.active {
    border-bottom: 3px solid #ffcd00;
    /* color: #ffcd00; */
    /* background: linear-gradient(to top, #D3B262 0%, #ffda9de6 5%, #d3b26200 23%), #d3b26200 100%; */););););
}
.header-btm-main-menu .main-nav li.nav-item a.navlink {
    color: #FFDA9D;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    width: max-content;
}
.time {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    padding: 0 10px;
}
.languageToggle {
	cursor: pointer;
	display: flex;
	justify-content: end;
	padding: 30px 10px 40px 10px;
}

.languageToggle img {
	max-width: 26px;
}

.languageToggle i {
	font-size: 18px;
	vertical-align: sub;
	margin-left: 5px;
}

.languageToggle button {
	background: none;
	border: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
}

.languageToggle .btn-secondary:hover {
	color: #fff;
	background-color: #ffffff00;
	border-color: #ffffff00;
}
.header-lang-wrap{
	display: flex;
	align-items: center;
}
.languageToggle .dropdown-menu {
	padding-left: 5px;
	padding-right: 5px;
	min-width: 20px;
    background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
}

.languageToggle .dropdown-menu a {
	display: inline-block;
	padding: 2px;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 0%);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #545b6200;
    border-color: #4e555b;
}

.modal.right .modal-dialog.modal-sm {
    width: 70%;
}
#modalmenu .modal-body{
    padding: 10px 0px 0 0;
    background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
    text-align: center;
    background: #000000;
}
#modalmenu .modal-header {
    background-color: #000000;
    border-radius: 0;
    border-bottom: none;
    width: 100%;
    border: none;
}
#modalmenu .modal-content{
    background-color: #000;
}
#modalmenu .modal-header .close{
	color: #ffffff;
	font-size: 15px;
	/* text-shadow: 0 1px 0 #fff0; */
	opacity: 1;
	padding: 0;
	margin: 0;
	background: linear-gradient(to right, #1A1A1A, #000000) padding-box, linear-gradient(to right, #FEE9C0, #EDC283, #A4713A, #452411) border-box;
	border: 2px solid transparent;
	font-weight: 400;
	padding: 8px 11px;
	border-radius: 50%;
}
#modalmenu .modal-header .close img{
	width: 31px;
	margin-left: 10px;
	background: linear-gradient(to right, #1A1A1A, #000000) padding-box, linear-gradient(to right, #FEE9C0, #EDC283, #A4713A, #452411) border-box;
	border: 2px solid transparent;
}
ul.modal_menu_ul{
	list-style-type: none;
	padding: 0 2em;
	max-width: 100%;
	margin: auto;
}
ul.modal_menu_ul li{
    /* border-bottom: 1px solid #5f636d66; */
    padding: 1px 0;
    /* margin-right: auto; */
}
ul.modal_menu_ul li a{
	color: #ffffff;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin: auto;
	justify-content: left;
	font-weight: 500;
	padding: 6px;
	border-radius: 25px;
	/* width: 165px; */
	padding-left: 15px;
	/* border: 1px solid #ffc107; */
	/* box-shadow: 0px 0px 6px 1px #0000004a; */
	font-weight: 700;
    
	position: relative;
}
ul.modal_menu_ul li a.active{
	background: linear-gradient(to right, #FFD586, #E7A13F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
ul.modal_menu_ul li.MD_wrap a{
	/* color: #000; */
	justify-content: center;
	width: auto;
	margin: 0;
	padding: 3px 10px;
}
ul.modal_menu_ul li.vip_menu a img{

width: 165px;

filter: unset;
}
ul.modal_menu_ul li.vip_menu a{
	
background: transparent;
	
border: 1px solid transparent;
	
padding: 0;
	
box-shadow: unset;
}
ul.modal_menu_ul li a img{
	/* width: 26px; */
	/* margin-right: 9px; */
	/* filter: invert(1); */
}
ul.modal_menu_ul li.MD_wrap{
	display: flex;
	justify-content: center;
	padding: 15px 0;
	width: 100%;
}
.btn_d{
	
/* background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%); */
	
border-radius: 20px;
	
padding: 10px 20px;
	
margin: 0 10px;
}
.cert_left {
    position: fixed;
    left: 0;
    top: 174px;
    z-index: 4;
    display: none;
}
.cert_left img{
	width: 110px;
}
.sbutton img{
	width: 50px;
}
.top_login_btn{
    min-width: 103px;
    color: #ffffff;
    background-color: #181818;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    height: 35px;
    font-weight: 700;
    border: 1px solid #cea453;
}
.top_login_btn:hover{
    background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
    color: #000;
}
.top_login_btn a{
    color: #ffffff;
}
.balance-drop{
	position: relative;
}
.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgb(24 24 24);
    color: #fff;
    z-index: 2;
    text-align: center;
    border: 1px solid #f1b90a;
    right: 1px;
}
.balance-drop:hover .dropdown-balance {
    display: block;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
}
.main-item, .main-amount {
    background: linear-gradient(to bottom, rgba(157,54,209,1) 0%, rgba(66,9,93,1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}
.main-item, .main-amount {
    background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}
.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}
.balc {
    display: inline-block;
    margin: 0 3px;
}
.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}
button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
ul.afterlogin_ul{
	
display: flex;
	
align-items: center;
	
padding: 0;
	
margin: 0;
	
list-style: none;
}
.afterlogin_ul_span span{
	color: #fff;
}
ul.afterlogin_ul:before{
	content: "";
	border-right: 1px solid #cea453;
	height: 27px;
	margin: 0 10px;
}


.btn_h{
	width: auto;
	min-width: 10px;
	padding: 5px 5px;
	font-size: 0.8em;
	color: #D3B262;
	background: linear-gradient(to right, #1A1A1A, #000000) padding-box, linear-gradient(to right, #FEE9C0, #EDC283, #A4713A, #452411) border-box;
	border: 2px solid transparent;
	border-radius: 22px;
	font-weight: 700;
	padding: 4px 8px;
}
.logo img{
	width: 140px;
}
.mobile_burger{
	width: 35px;
	margin-left: 15px;
	z-index: 1;
	color: #D3B262;
	font-size: 30px;
}
.header-top {
    height: 62px;
    background-color: #0F0F0F;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #CCA361;
}
.header-bottom{
	display: none;
}
.cert_left{
	display: none;
}
.sbutton img {
    width: 38px;
}
ul.afterlogin_ul{
	display: none;
}
ul.modal_menu_ul li a.blog_link{
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    border: none;
    margin: 0 auto;
    justify-content: flex-start;
    font-weight: 500;
    gap: 0px;
    width: 110px;
    padding: 0;
    padding-left: 17px;
    font-weight: 400;
    background: transparent;
    box-shadow: unset;
}
ul.modal_menu_ul li a.blog_link img{
	width: 29px;
	margin-right: 5px;
	filter: invert(0);
}


ul.modal_menu_ul li {
    position: relative;
}

.sidemenu_gamesdrop {
    overflow: hidden;
    width: 100%;
    transition: max-height 0.3s ease-out;
    margin-left: 20px;
    height: 0;
}

ul.modal_menu_ul li .sidemenu_gamesdrop a {
    color: #ffffff;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: none;
    font-weight: 400;
    background: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

.sidemenu_gamesdrop a:last-child {
    border-bottom: none;
}

.sidemenu_gamesdrop a:hover {
    background: linear-gradient(to bottom, #d4a141 0%, #fbd585 100%);
    color: #000;
}

.gameslink {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.gameslink::after {
    content: '▼';
    font-size: 10px;
    margin-left: 9px;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-top: 5px;
    position: absolute;
    right: 7%;
    /* -webkit-text-fill-color: #FFD586; */
}

li.active .gameslink::after {
    transform: rotate(180deg);
    /* -webkit-text-fill-color: #FFD586; */
}
li.active .sidemenu_gamesdrop {
    height: 100%;
    min-height: 10px;
}
ul.modal_menu_ul li a.logout_menu{

}
.MD_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout_menu {
    background: linear-gradient(to right, #1A1A1A, #000000) padding-box, linear-gradient(to right, #FEE9C0, #EDC283, #A4713A, #452411) border-box;
    border: 2px solid transparent;
    padding: 7px;
    display: flex;
    justify-content: center;
    margin: 5em 30px 0 30px;
    border-radius: 50px;
    font-weight: 700;
}
.logout_menu span{
    background: linear-gradient(to right, #FFD586, #E7A13F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
}