.modal {
	z-index: 999999;
}
.bet-controls .bet-control .controls {
	display: block;
}
.bet-controls .bet-control {
	width: 100%;
	height: auto;
	max-width: 750px;
	min-width: 310px;
	border-radius: 20px;
}
.controls .navigation {
	font-size: 12px;
	margin: 5px 0;
}
.navigation-switcher {
	border-radius: 10px;
	border: solid 1px #363738;
	position: relative;
	height: 20px;
	width: 202px;
	display: flex;
	margin: auto;
}
.first-row.auto-game-feature {
	width: calc(100% - 10px);
	max-width: 390px;
	display: block;
	justify-content: center;
	margin: 0 auto auto;
}
.bet-block {
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
.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;
}
.controls .first-row .buttons-block {
	width: 100%;
	margin-left: 5px;
	display: block;
	text-align: center;
}
.controls .first-row .buttons-block button {
	width: auto;
	height: auto;
	font-size: 17px;
	padding: 5px 10px;
}
.font-family-title {
	font-size: 15px;
}
.controls .first-row .buttons-block button {
	width: auto;
	height: auto;
	font-size: 17px;
	padding: 5px 10px;
	border-radius: 10px;
}
.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: 150px;
  }
}
.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;
}