.modal {
	z-index: 999999;
}
.bet-controls .bet-control .controls {
	display: block;
}

.navigation-switcher {
	border-radius: 10px;
	border: solid 1px #363738;
	position: relative;
	height: 20px;
	width: 202px;
	display: flex;
	margin: auto;
}

.bets-opt-list {
	margin: 0 0 5px 0px;
}
.btn-sm.bet-opt {
	font-size: 14px;
	width: 64px;
	height: auto;
	margin-top: 4px;
	line-height: 1;
	padding: 2px 5px;
	border: 1px solid #413f8d;
	border-radius: 100px;
	background-color: #2e335c;
	color: #fff;
	text-align: center;
	box-shadow: none;
}
.bet-controls .bet-control {
	width: 100%;
	height: auto;
}
.bet-controls .bet-control .controls {
	padding-bottom: 20px;
}
.font-family-title {
	font-size: 15px;
}
.text {
	margin-top: unset !important;
}
.bet-box-action {
	top: 0px;
}
.first-row.auto-game-feature {
	margin-top: 22px;
}
.list-items {
	border-radius: 17px;
	background-image: linear-gradient(85deg,#000000,#0f1214);
	border: solid 2px #000000;
	margin-bottom: 2px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	line-height: 16px;
	align-items: center;
	height: auto;
	font-weight: 600;
}
.userdata {
	margin-left: 2px;
	font-size: 11px;
}
@media (max-width: 620px) {
	.stage-board {
		height: 250px;
	}
	.tabs-navs, .tabs-navs1 {
		margin-bottom: 10px; 
	}
}
@media (max-width: 992px) {
	.left-sidebar {
		min-width: 100% !important;
		max-width: 100% !important;
		order: 2;
		padding-right: 10px;
	}
}
.logo1 {
	width: 100px;
}
.collection-page { 
	margin-top: 0px;
	width: 100%;
	display: inline-block;
	color: #fff;
}
.login-controls label input {
	color: #000;
	font-size: 14px;
	flex: 1 1 auto;
	width: 0;
	font-weight: 500;
	padding: 4px 6px;
	min-height: 32px;
	align-self: stretch;
	text-decoration: none;
	text-indent: 22px;
	direction: ltr;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: #2a7ec8;
}
.login-controls .form-control:focus {
	box-shadow: none;
	background: #2a7ec8;
	color:#000;
}
.login-controls.input-focus label .input-ico {
	color: #000;
}
.loading-game .center-loading {
	margin-top: 11px;
}
.profile-dropdown {
	margin-top: 20px !important;
}
.active{
	background: unset;
	border: unset;
}
.history-top {
	min-height: 25px;
	max-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs-navs, .tabs-navs1 {
	min-height: 25px;
	max-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Reg_btn {
	background: #df4a6a;
	padding: 7px 10px;
	border-radius: 2px;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 0 3px;
}
.option_btn {
	background: #df4a6a;
	padding: 0px 5px;
	border-radius: 2px;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 2px 3px;
	float: left;
}
.Reg_btn:hover {
    background: #c23c59;
}
.Reg_btn.active {
	background: #a82e49;
	color: #000;
}
.option_btn:hover {
    background: #c23c59;
}
.option_btn.active {
	background: #a82e49;
	color: #000;
}
.button{
	display: block;
}
a:hover {
	color: #83878e !important;
	text-decoration: none !important;
}
.win-img{
	width: 25px;
}
.page-content {
	padding: 0 15px;
	margin-top: 20px;
}
.nav-justified1{
	background: #ddd;
}
.nav-link {
	display: block;
	padding: 5px 5px;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link {
	color: #000;
	border: 1px solid #c42f2f;


}
.nav-justified1 .nav-item img {
	width: 80px;
	background: #ddd;
	height: 40px;
	margin: 0 2px 2px 0px;
	cursor: pointer;
	/* border: 1px solid #000; */
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
	border: 1px solid #c42f2f;
}
.btn-sm1 {
	padding: 0 2px;
	line-height: 15px;
}
label {
    display: inline-block;
    color: #fff;
}
.form-control {
    background-color: #352b2a;
    border: none;
    border-radius: 0;
}
.form-control {
    color: #df4a6a;
}
.form-control::placeholder {
    color: #a49c9c;
    opacity: .5;
}
.form-control:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 2px #fff;
    background: #403433;
    color: #df4a6a;
    border-radius: 0px !important;

}
.form-control:disabled, .form-control[readonly] {
	background-color: #403433;
	opacity: 1;
	cursor: not-allowed;
}