.backgroundColGrey {
	/*background: #161616 !important;*/
	background-image: url("../img/background/bg_w.jpg");
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.backgroundFooter {
	background: transparent !important;
}

.backgroundHeader {
	background-image: url("../img/background/header_bg.png") !important;
    background-size: cover !important;
}

.text-sm3 {
	font-size: 0.875rem;
    line-height: 1.25rem;
	color: white;
}

.text-sm4 {
	font-size: 0.875rem;
    line-height: 1.25rem;	
	color: #F69F00;
}

.GoldFont {
	color: #F69F00!important;
}

.GlobalFont {
	color: #F69F00!important;
}

.lighGreyFont {
	color: #C7C7C7!important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.navbar-brand {
	display: inline-block;
}

.news-padding {
	padding-top: 10px;
	padding-bottom: 5px;
}

.fixed-bottom img {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    border-radius: 4px;
    transition: all 0.4s;
	opacity: 1;
	visibility: visible;
}

.column-box {
	float: left;
	width: 32.33%;	
}

.row-box:after {
	content: "";
	display: table;
	clear: both;
}

.box-winner {	
	background: linear-gradient(#1616167a, #2525256b);
	border-radius: 5px;
	max-width: 1350px;
	margin-right: auto;
    margin-left: auto;
}

.column-box2 {
	float: left;
	width: 18.9%;
}

.row-box2:after {
	content: "";
	display: table;
	clear: both;
}

.providerImg {
    aspect-ratio: 2 / 1;
    object-fit: contain;
    width: 120%;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.item-winner {	
	padding: 15px;
	background: linear-gradient(#252525, #787878);
	border-radius: 5px;
	height: 100px;
}

.item-winner2 {	
	padding: 15px;
	background: linear-gradient(#252525, #787878);
	border-radius: 5px;
	height: 85px;
}

.navbar li:hover > a.getstarted.scrollto.buttTrans {
	background: transparent !important;
	border: 1px solid #F69F00;
	color: #F69F00!important;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .control-label {
	padding-top: 5px;
	margin-bottom: 0;
	text-align: right;
}

.btnLogin {
	padding: 4px 15px;
    background: #F69F00;
	color: black;
	border-radius: 5px;
	border: 1px solid #F69F00;
	/*width: 100px;*/
}

.btnLogin:hover {
    background: white;
	color: #F69F00;
	border: 1px solid #F69F00;
}

.control-label {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} 

.font-weight {
	font-weight: 500;
}

.register_box {
	background: #252525;
	padding: 25px;
	min-height: 100px;
	overflow: hidden;
	border-radius: 10px;
}

.padding-leftright {
	padding-left: 15px;
	padding-right: 15px;
}

.form-control.backgroundGrey {
	background: transparent !important;
	border: 1px solid #787878;
	color: white!important;
}

.form-control.selectOption {
	background: transparent !important;
	border: 1px solid #787878;
	color: white!important;
	height: 38px!important;
	border-radius: .25rem!important;
}

.form-control.selectOption option {
	background: #252525 !important;
	border: 1px solid #787878;
	color: white!important;
}

.btnRegister {
	padding: 5px 15px;
    background: #F69F00;
	color: black;
	border-radius: 5px;
	border: 1px solid #F69F00;
	width: 100px;
	font-size: 15px;
}

.btnRegister:hover {
    background: transparent !important;
	color: #F69F00;
	border: 1px solid #F69F00;
}

.form-control.searchForm {
	background: transparent !important;
	color: white;
	border: 1px solid white;
	border-right-style: none;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
	width: 1%;
    vertical-align: middle;
}

.input-group-btn.form-btn:last-child>.btn {
	z-index: 2;
    margin-left: -1px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	position: relative;
	background: white;
}

.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	position: relative;
}

.btn-default {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid white;
	border-left-style: none;
    border-radius: 3px;
	-webkit-box-shadow: none;
    box-shadow: none;
	height: 40px;
}

.btn.btn-default:hover {
	color: #F69F00;
}

.promo-box {
	background: #252525;
	padding: 20px;
	min-height: 100px;	
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.btnInfo {
	padding: 4px 15px;
    background: transparent;
	color: #787878;
	border-radius: 5px;
	border: 1px solid #787878;
	width: 100px;
	font-size: 15px;
}

.btnInfo:hover {
    border: 1px solid white;
	color: white;
}

.modal-box-promo {
	padding: 10px;
	margin-top: 40px;
}

.getstarted.scrollto.btnLogout {
	padding: 4px 15px;
    background: transparent;
    color: #787878;
    border-radius: 5px;
    border: 1px solid #787878;
    /*width: 100px;*/
    font-size: 15px;
}

a.getstarted.scrollto.btnLogout:hover {
    border: 1px solid white;
	color: white!important;
}

.profile-box {
	border-radius: 10px;
	padding: 20px;
	background: #F69F00;
}

.btnRestore {
	background: black;
	color: #F69F00;
	border-radius: 5px;
	width: 130px;
}

.btnRestore:hover {
	background: white;
	color: black;
}

.profile-box2 {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 32px;
	background: #252525;
}

.btnGroup {
	background: transparent;
	color: white;
	border: 1px solid white;
	padding: 5px 20px;
	width: 120px;
	border-radius: 5px;
}

.btnGroup.active, .btnGroup:hover {
	background: #F69F00;
	color: black;
	border: 1px solid #F69F00;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #787878;
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0.5;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #F69F00;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #787878;
	opacity: 1;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.btnTransparent {
	background: transparent;
	color: white;
	padding: 5px 20px;
	border-radius: 5px;
	border: 1px solid white;
	width: 150px;
	margin-right: 10px;	
}

.btnTransparent2 {
	background: transparent;
	color: white;
	padding: 5px 20px;
	border-radius: 5px;
	border: 1px solid white;
	margin-right: 10px;	
}

.btnTransparent-promo {
	background: transparent;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid white;
	width: 150px;
	margin-right: 10px;
}

.btnTransparent-promo:last-child {
	margin-right: 0px;
}

.btnTransparent.active, button.btnTransparent:hover,
.btnTransparent2.active, button.btnTransparent2:hover,
.btnTransparent-promo.active, button.btnTransparent-promo:hover,
.btnTrnshis-m.active, button.btnTrnshis-m:hover {
	color: #F69F00;
	border: 1px solid #F69F00;
}

.btnWitGroup { 
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	
}

.btnWitGroup button { 
	width: 30%;
	color: #F69F00;
	border: 1px solid #F69F00;
	padding: 5px 50px;
	border-radius: 5px;
	background: transparent;
	margin-bottom: 10px;
}

.btnWitGroup button:hover { 
	color: white;
	border: 1px solid white;
}

.btnAmtGroup { 
	width: 100%;
	table-layout: fixed;
}

.btnAmtGroup button { 
	width: 100%;
	color: #F69F00;
	border: 1px solid #F69F00;
	padding: 5px;
	border-radius: 5px;
	background: transparent;
}

.btnAmtGroup button:hover, .btnAmtGroup2:hover { 
	color: white;
	border: 1px solid white;
}

table.btnAmtGroup tr td {
	padding-right: 10px;
}

table.btnAmtGroup tr td:last-child {
	padding-right: 0px;
}

.btnAmtGroup2 { 
	color: #F69F00;
	border: 1px solid #F69F00;
	padding: 5px;
	border-radius: 5px;
	background: transparent;
	width: 50px;
}

.btnWithdraw {
	padding: 4px 15px;
    background: #F69F00;
    color: black;
    border-radius: 5px;
    border: 1px solid #F69F00;
}

#content:after {
  content: "";
  display: table;
  clear: both;
}

#left,
#right {
	float: left;
	width: 50%;
}

.divturn {
	padding: 10px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid white;
	color: white;
}

.content-turn {
	display: none;
}

.content-turn.show {
	display: block;
}

.btnTransferGrp {
	width: 100%;
	table-layout: fixed;
}

.btnTransferGrp button { 
	width: 100%;
	color: white;
	border: 1px solid white;
	padding: 5px;
	border-radius: 5px;
	background: transparent;
}

.btnTransferGrp button:hover, .btnTransferGrp button.active { 
	color: #F69F00;
	border: 1px solid #F69F00;
}

table.btnTransferGrp tr td {
	padding-right: 10px;
}

table.btnTransferGrp tr td:last-child {
	padding-right: 0px;
}

.overlay-image {
	position: absolute; 
	background: rgba(57, 57, 57, 0.5);
}

.img-column {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.content-transaction:after {
	content: "";
	display: table;
	clear: both;
}

.content-transaction-left,
.content-transaction-right {
	float: left;
	width: 50%;
}

.modal-body.backgroundColWhite.desk {
	border-radius: 10px;
}

.modal-body.backgroundColWhite.mobile {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 1200px){
	.img-column {
		gap: 50px;
	}
}

@media (max-width: 720px){
	.img-column {
		gap: 10px;
	}
}

/*Mobile*/
.sidenav-m {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	background-color: rgba(22, 22, 22, 0.7);
	overflow-x: hidden;
	transition: 0.5s;
}

.sidenav-panel {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	background-color: #161616;
	transition: 0.5s;
	overflow-y: auto;
}

.sidenav-panel a {
	padding: 8px;
	text-decoration: none;
	font-size: 15px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav-panel a:hover {
	color: #f1f1f1;
}

.sidenav-panel .closebtn-m {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 25px;
	margin-left: 50px;
	display: none;
}

.sidenav-panel .closebtn2-m {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 25px;
	margin-right: 50px;
	display: none;
}

.show-hide, .show-hide-slot {
	display: none;
}

.show {
	display: block;
}

.show-slot {
	display: inline-block;
}

.item-winner-m {	
	padding: 15px;
	background: #404040;
	border-radius: 5px;
	height: 100px;
}

.item-box-m {
	justify-content: space-between;
	flex-wrap: wrap
}

.item-box-m > * + * {
	margin-bottom: 20px;
}

.item-winner2-m {	
	padding-left: 32px;
	padding-bottom: 22px;
	background: #404040;
	border-radius: 5px;
	height: 150px;
	width: 150px;
	display: inline-block;
	margin-right: 15px;
}

.item-winner2-m:last-child {	
	margin-right: 0px;
}

.item-slot-m {	
	background: transparent;
	border-radius: 5px;
	height: 150px;
	width: 150px;
	margin-right: 15px;
}

.item-slot-m:last-child {	
	margin-right: 0px;
}

.row-m {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#image-m {
	object-fit: contain;
	width: 60%;
	height: 60%;
}

.column-winnner-2 {
	display: flex;
	justify-content: space-between;
}   

.item-game-m {	
	height: 150px;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
}

.item-promo-m {	
	margin-left: 10px;
	margin-right: 10px;
	width: 25%
}

.container-m {
	position: relative;
	width: 100%;
}

.slot-img-m {
	display: block;
	width: 100%;
	height: auto;
}

.game-overlay {
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: grey;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;	
}

.container-m:hover .game-overlay {
	opacity: 0.7;
	top: 0;
	height: 100%;
}

.game-overlay-text {
	color: white;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.container-game {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.modal-content {
	border-radius: 10px;
}

.modal-header-m {
	display: block;
    padding: 1rem 1rem;
    float: right;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.row-mobile {
	margin: auto;
	width: 100%;
}

.m-button {
	display: none;
}

.m-head {
	color: #C7C7C7!important;
}

.m-head:hover, 
.nav-link.scrollto.m-head.head-mobile.active,
.side-small:hover {
	color: #F69F00!important;
}

.m-buttTrans {
	background: transparent !important;
	border: 1px solid white;
	padding: 10px;
}

.m-button ul, 
.header-main-m ul, 
.more-game2 ul {
	list-style-type:none;
}

a.m-btnRegister:hover, 
.btnDeposit:hover, 
.btnWithdraw:hover, 
.btnJoin:hover {
	background: transparent !important;
	color: #F69F00!important;
	border: 1px solid #F69F00;
}

.center-form, .align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.width-extand {
	width: 300px;
}

.img-icon {
	width: 85%;
}

.column-box2-left {
	margin-right: 17px;
}

.show-small {
	display: none;
}

.icon-box {
	margin-bottom: 10px;
}

.btnJoin {
	background: #F69F00;	
	border-radius: 5px;
	/*width: 105px;*/
}

a.getstarted.scrollto.btnJoin {
	color: black;
}

.m-btnRegister {
	background: #F69F00;
	color: black;
	border-radius: 5px;
	width: 120px;
	margin-top: 20px;
}
.m-btnLogout {
	background:transparent;
	color: #787878;
	border-radius: 5px;
	width: 120px;
	margin-top: 20px;
	border: 1px solid #787878;
}
a.m-btnLogout:hover {
	border: 1px solid white;
	color: white;
}

.padding-mainnav {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.padding-mainnav2 {
	padding-left: 0px!important;
}

.style-profile-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.style-profile-box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.padding-none-m {
	padding-left: 0;
	padding-right: 0;
}

.gameCol {
	padding-left: 15px;
	padding-right: 15px;
}

section.mobile-view {
	padding: 50px 0 0 0 !important;
}

section.mobile-view2 {
	padding: 60px 0 !important;
}

section.mobile-view-none {
	padding: 0px 0 !important;
}

.padding-left-register {
	padding-left: 10px;
}

.register-mobile {
	display: none;
}

.head3 {
	padding: 10px 10px 10px 5px !important;
}

.trns-txtbox {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.column-style {
	display: table-cell;
	height: 40px;
}

.btn-group-m {
	position: relative;
	display: table;
}

.width-extand-m {
	width: 210px;
}

.mdropdown-m {
	padding: 0;
}
.mdropdown-m ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	margin-right: 25px;
}
.mdropdown-m li {
	position: relative;
}
.mdropdown-m a, .mdropdown-m a:focus {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	color: #C7C7C7;
	white-space: nowrap;
	transition: 0.3s;		
}
.mdropdown-m a i, .mdropdown-m a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.mdropdown-m a#btnclose-m.closebtn3-m i {
	font-size: 25px;
	line-height: 0;
	margin-left: 10px;
}

.mdropdown-m a#btnclose-m.closebtn3-m i:hover, .sidenav-panel .closebtn2-m:hover {
	color: white;
}

.mdropdown-m a:hover, .mdropdown-m .active, .mdropdown-m .active:focus, .mdropdown-m li:hover > a {
	color: #F69F00;
}

.mdropdown-m .dropdown ul {
	display: block!important;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99999999;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;	
}
.mdropdown-m .dropdown ul li {
	min-width: 85px;
}
.mdropdown-m .dropdown ul a {
	padding: 10px;
	font-size: 15px;
	text-transform: none;
}
.mdropdown-m .dropdown ul a i {
	font-size: 12px;
}
.mdropdown-m .dropdown ul a:hover, .mdropdown-m .dropdown ul .active:hover, .mdropdown-m .dropdown ul li:hover > a {
	color: #F69F00;
}
.mdropdown-m .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.mdropdown-m .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.mdropdown-m .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.mdropdown-m .m-btnLogin {
	padding: 4px 15px;
	margin-left: 15px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
}
.mdropdown-m .m-btnLogin:hover, 
.mdropdown-m .m-btnLogin:focus, 
a.btnApplyM:hover,
.btnDepM:hover,
.button-two-left:hover {
	background: transparent;
	color: #F69F00;
	border: 1px solid #F69F00;
}

.msidebar-right {
	padding: 10px 10px 15px 15px;
}

.msidebar-part1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-part1 {
	background: transparent;
	border: 1px solid #F69F00;
	border-radius: 5px;
	color: #D9D9D9;
	padding: 5px 10px;
	margin-top: 5px;
	margin-left: 10px;	
}

.btn-part1:hover {
	color: #F69F00;
}

a.btn-part2 {
	background: transparent;
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

a.btn-groupm {
	background: transparent;
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.btnTrnshis-m {
	background: transparent;
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	width: 180px;
	text-align: center;
	margin-right: 10px;
}

.btnTrnshis-m:last-child {
	margin-right: 0px;
}

a.btn-part2.active, a.btn-part2:hover,
a.btn-groupm.active, a.btn-groupm:hover {
	color: black;
	border: 1px solid #F69F00;
	background: #F69F00;
}

a.btn-part3 {
	background: #252525;
	padding: 10px;
	color: #D9D9D9;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 5px;
	position: relative;
}

a.btn-part3.active, a.btn-part3:hover {
	color: #F69F00;
}

.msidebar-part4 ul {
	list-style-type:none;
	padding-left: 0px;	
}

.msidebar-part4 ul li {
	background: #252525;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
}

.msidebar-part4 ul li a {
	color: #F69F00;
}

.msidebar-part4 ul li a:hover, a.btn-part4.active,
a.btn-trnshis-m.active, a.btn-trnshis-m:hover {
	color: white!important;
}

.promo-box-m {
	padding: 15px 15px 25px 15px;
	background: #252525;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.promo-box-m-content {
	padding: 15px;
}

.btnDepM {
	width: 100%;
	display: block;	
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
	background: #F69F00;
	color: black;
	border-radius: 5px;
	border: 1px solid #F69F00;
}

a.btnApplyM {
	width: 100%;
	display: block;	
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
	background: #F69F00;
	color: black;
	border-radius: 5px;
	border: 1px solid #F69F00;
}

a.btn-trnshis-m {
	width: 100%;
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
	background: #252525;
	color: #F69F00; 
	display: block;	
	border-radius: 5px;
	margin-top: 20px;
}

.padding-rightnone {
	padding-left: 3px;
	padding-right: 0px;
}

.button-two {
	display: flex;
	justify-content: space-between;
}

.button-two-left {
	width: 200px;
	border: 1px solid #F69F00;
	background: #F69F00;
	color: black;
	border-radius: 5px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

.button-two-right {
	width: 200px;
	border: 1px solid #787878;
	background: transparent;
	color: #787878;
	border-radius: 5px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

.button-two-right:hover {
	color: white;
	border: 1px solid white;
}

.myprofile-m:after {
	content: "";
	display: table;
	clear: both;
}

.myprofile-m-left,
.myprofile-m-right {
	float: left;
	width: 50%;
}

.wit-det-m { 
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	
}

.wit-det-m button { 
	width: 100%;
	color: #F69F00;
	border: 1px solid #F69F00;
	padding: 5px 50px;
	border-radius: 5px;
	background: transparent;
	margin-bottom: 10px;
}

.wit-det-m button:hover { 
	color: white;
	border: 1px solid white;
}

.modal-header-promo {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding: 1rem;
	text-align: center;
}

.close-promo {
	position: absolute;
	right: 15px;
	width: 30px;
	top: 12px;
}

.loginform-m {
	display: flex;
	justify-content: space-between;
}

.loginform-left-m {
	margin-top: 5px;
	margin-right: 20px;
	width: 30px;
	height: 30px;
}

.btn-part3 .hotG-m {
    content: url(../img/icon/hot.png);
    top: -10px;
	right: 0px;
    width: 14px;
    height: 20px;
    position: absolute;
}

.row-leftright {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .MobileV {
        padding-right: 15px;
        padding-left: 15px;
    }
	/*.example1-content, .example1-content2 {
        width: 1000px;
    }*/
	.img-margintop {
        width: 70px;
        margin-right: 30px;
    }
}

@media (min-width: 576px) {
    .MobileV {
        padding-right: 0px;
        padding-left: 0px;
    }
	/*.example1-content, .example1-content2 {
        width: 1000px;
    }*/
	.img-margintop {
        width: 70px;
        margin-right: 5px;
    }
}

@media (min-width: 0px) {
    .MobileV {
        padding-right: 0px;
        padding-left: 0px;
    }
	/*.example1-content, .example1-content2 {
        width: 1000px;
    }*/
	.img-margintop {
        width: 70px;
        margin-right: 5px;
    }
}

.col-12-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
	padding-right: 15px;
    padding-left: 15px;
}

.scroll-container {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap; 
	cursor: grab; 
	scrollbar-width: none; 
	user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.scroll-container::-webkit-scrollbar {
	display: none;
}

.scroll-container2 {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap; 
	cursor: grab; 
	scrollbar-width: none; 
}

.scroll-container2::-webkit-scrollbar {
	display: none;
}

.scroll-container3 {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap; 
	cursor: grab; 
	scrollbar-width: none; 
	user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none;
}

.scroll-container3::-webkit-scrollbar {
	display: none;
}

.row-column-three {
	display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
}

.column-width {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
	height: 80px;
	border-radius: 8px;
	padding: 10px;
}

.column-width.active {
    border: 1px solid #F69F00;
}

.width-icon {
	width: 15%;
}

@media (max-width: 700px){
	.mobile-img {
		width: 90%;
	}	
	.item-game-m {	
		height: 100%;
		width: 100%;
	}
}

@media (max-width: 767px){
	.btnTransparent, .btnTransparent2 {
		padding: 5px 10px;
		font-size: 12px;
	}
	.padding-mainnav {
		padding-right: 10px!important;
	}
	.padding-mainnav2 {
		padding-left: 10px!important;
	}
	.profile-box2 {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.padding-left-register {
		padding-left: 0px;
	}	
}

@media (max-width: 990px){
	.width-icon {
		width: 25%;
	}
	section.mobile-view {
		padding: 0px 0 !important;
	}
	section.mobile-view2 {
		padding: 20px 0 !important;
	}
	section.margin-section-m {
		padding: 20px 0 !important;
	}
	.m-button {
		display: flex!important;
	}		 	
	.mdropdown {
		padding: 0;
	}
	.mdropdown ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}
	.mdropdown li {
		position: relative;
	}
	.mdropdown a, .mdropdown a:focus {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 15px;
		color: #C7C7C7;
		white-space: nowrap;
		transition: 0.3s;		
	}
	.mdropdown a i, .mdropdown a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}
	.mdropdown a:hover, .mdropdown .active, .mdropdown .active:focus, .mdropdown li:hover > a {
		color: #F69F00;
	}

	.mdropdown .dropdown ul {
		display: block!important;
		position: absolute;
		left: 14px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99999999;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;	
	}
	.mdropdown .dropdown ul li {
		min-width: 200px;
	}
	.mdropdown .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
	}
	.mdropdown .dropdown ul a i {
		font-size: 12px;
	}
	.mdropdown .dropdown ul a:hover, .mdropdown .dropdown ul .active:hover, .mdropdown .dropdown ul li:hover > a {
		color: #F69F00;
	}
	.mdropdown .dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}
	.mdropdown .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}
	.mdropdown .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
	.mdropdown .m-btnLogin {
		padding: 4px 15px;
		margin-left: 15px;
		border-radius: 5px;
		border: 1px solid #C7C7C7;
	}
	.mdropdown .m-btnLogin:hover, .mdropdown .m-btnLogin:focus {
		background: transparent;
		color: #F69F00;
		border: 1px solid #F69F00;
	}	
	.column-box {
		width: 100%;
		margin-bottom: 20px;
	}	
	.column-box2 {
		width: 46%;
		margin-bottom: 20px;
	}
	.column-box2-left {
		margin-right: 18px;
	}
	.m-bottom {
		margin-bottom: 20px;
	}
	.btnWitGroup button { 
		width: 100%;
	}
	#left,
	#right,
	.content-transaction-left,
	.content-transaction-right {
		width: 100%;
	}
	
	#right {
		margin-top: 20px;
	}
	.padding-mainnav {
		padding-left: 10px!important;
	}
	.style-profile-box, .style-profile-box2 {
		font-size: 12px;
	}
	.margin-top-box {
		margin-top: 10px;
	}
}

@media (min-width: 991px) and (max-width: 1400px)  {
	.column-box {
		width: 48%;
		margin-bottom: 20px;
	}
	.column-box2 {
		width: 31.8%;
		margin-bottom: 20px;
	}
	.column-box2-left {
		margin-right: 12px;
	}
}

@media (max-width: 773px) {
	.portfolio #portfolio-flters li {
		margin: 0 5px 5px 0;
		padding: 5px 0 5px 0;
		font-size: 10px;
		width: 90px;
		text-align: center;
	}
	.hidden-small {
		display: none;
	}
	.show-small {
		display: flex;
		justify-content: space-between;
	}
	.ul-none {
		padding-left: 0;
	}
	.margin-top-m {
		margin-top: 20px;
		margin-left: 10px;
	}
	.margin-bottom-m {
		margin-bottom: 20px;
		margin-left: 10px;
	}
}

@media (min-width: 774px) and (max-width: 1200px) {
	.portfolio #portfolio-flters li {
		margin: 0 5px 15px 0;
		padding: 10px 0 10px 0;
		font-size: 12px;
		width: 120px;
		text-align: center;
	}
}
@media (min-width: 991px) {
	.padding-left-none-m {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 767px) and (max-width: 989px) {
	.profile-box2 {
		/*padding: 42px;*/
	}
}

@media (min-width: 990px) and (max-width: 1199px) {
	.profile-box2 {
		padding: 47px;
	}
}

@media (max-width: 500px) {
	.btnTransparent-promo {
		font-size: 12px;
	}
}