.sidebar-list>li{
	display:block;
	margin-bottom:0;
	margin-top:.5rem;
	list-style:none;
}

.sidebar-list>li:first-child{
	margin-top:0;
}

.sidebar-list>li>a.active,.sidebar-list>li>a:focus,.sidebar-list>li>a:hover{
	background-color:#403267;
	color:#fff;
	text-decoration:none;
}

.sidebar-list>li>a{
	display:block;
	padding:.496rem .75rem;
	border-radius:4px;
	background-color:#ececec;
	font-weight:700;
	transition:all .2s ease-in-out;
	-webkit-user-select:none;
	   -moz-user-select:none;
	    -ms-user-select:none;
	        user-select:none;
	font-size:.875rem;
	color:#403267;
}

.table td,.table th{
	vertical-align:middle;
}

.layout-base-sidebar .main-container>.row{
	flex-direction:column-reverse;
}

@media (max-width:991.98px){
	.layout-base-sidebar .main-container>.row{
		margin-left:0;
		margin-right:0;
	}
}

@media (min-width:992px){
	.layout-base-sidebar .main-container>.row{
		flex-direction:row-reverse;
	}
}

@media (min-width:768px){
	.layout-base-sidebar .main-content,.layout-base-sidebar .main-sidebar{
		flex-grow:1;
	}
}

@media (min-width:992px){
	.layout-base-sidebar .main-content,.layout-base-sidebar .main-sidebar{
		position:relative;
		width:100%;
		padding-right:12px;
		padding-left:12px;
	}
}

.layout-base-sidebar .main-sidebar{
	padding-top:0;
}

.layout-base-sidebar .main-sidebar .sidebar-nav{
	display:none;
}

@media (min-width:992px){
	.layout-base-sidebar .main-sidebar{
		flex:0 0 25%;
		max-width:25%;
	}
	.layout-base-sidebar .main-sidebar .sidebar-nav{
		display:block;
	}
}

.layout-base-sidebar .main-content{
	max-width:100%;
}

@media (min-width:992px){
	.layout-base-sidebar .main-content{
		flex:0 0 75%;
		max-width:75%;
	}
}

.sidebar-list{
	padding:0;
}

.sidebar-title{
	margin-bottom:1rem;
}

.page-account_balance .sidebar-item-account_balance a,.page-account_history .sidebar-item-account_history a,.page-bonus_promotions-entercode .sidebar-item-bonus_promotions-entercode a,.page-depositoptions .sidebar-item-depositoptions a,.page-myaccount .sidebar-item-myaccount a,.page-secure_deposits .sidebar-item-secure_deposits a,.page-secure_profile-personalinfo .sidebar-item-secure_profile-personalinfo a,.page-secure_profile .sidebar-item-secure_profile a,.page-secure_withdrawals .sidebar-item-secure_withdrawals a,.page-withdrawoptions .sidebar-item-withdrawoptions a{
	background-color:#403267;
	color:#fff;
}

@media (max-width:767.98px){
	.table-paymentmethods{
		display:block;
		background-color:transparent;
	}
	.table-paymentmethods thead{
		display:none;
	}
	.table-paymentmethods tbody{
		display:block;
		border-radius:inherit;
	}
	.table-paymentmethods tbody tr{
		border-radius:inherit;
	}
	.table-paymentmethods tr{
		display:flex;
		flex-wrap:wrap;
	}
	.table-paymentmethods tr+tr{
		margin-top:1rem;
	}
	.table-paymentmethods td{
		flex:0 0 100%;
	}
	.table-paymentmethods td[data-heading]{
		padding-top:calc(1.75rem + 1.5em);
		position:relative;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	.table-paymentmethods td[data-heading]:before{
		content:attr(data-heading);
		position:absolute;
		top:0;
		left:0;
		right:0;
		color:#000;
		display:block;
		padding:.5rem;
		margin-bottom:.75rem;
		font-weight:700;
		text-transform:uppercase;
		text-align:center;
		white-space:nowrap;
	}
	.table-paymentmethods .col-fees,.table-paymentmethods .col-max,.table-paymentmethods .col-min,.table-paymentmethods .col-type{
		flex:0 0 50%;
		width:100%;
	}
	.table-paymentmethods .col-fees,.table-paymentmethods .col-type{
		border-top-left-radius:inherit;
		border-top-right-radius:inherit;
	}
	.table-paymentmethods .col-fees:before,.table-paymentmethods .col-type:before{
		background-color:#dadada;
		border-top-left-radius:inherit;
		border-top-right-radius:inherit;
	}
}

.table-paymentmethods thead tr th.col-fees{
	padding-left:2.5rem;
}

.table-paymentmethods thead tr th.col-ttime{
	padding-left:1.5rem;
}

.table-paymentmethods tbody tr{
	cursor:pointer;
}

.table-paymentmethods tbody tr td{
	height:4rem;
}

.table-paymentmethods tbody tr td.col-fees{
	padding-left:2.5rem;
}

.table-paymentmethods tbody tr td.col-ttime{
	padding-left:1.5rem;
}

.table-paymentmethods tbody tr td.col-info svg,.table-paymentmethods tbody tr td.col-type img{
	display:block;
	margin:0 auto;
}

.table-paymentmethods-withdrawal{
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.block.block-payment-method{
	padding:0;
	overflow:hidden;
}

.block.block-payment-method .payment-method{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 1rem;
	height:4rem;
	align-content:center;
	position:relative;
}

.block.block-payment-method .payment-method .icon{
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	right:1rem;
	top:50%;
	margin-top:-.75rem;
}

.block.block-payment-method .payment-method-info{
	padding:1rem;
	display:flex;
	flex-wrap:wrap;
	min-height:4rem;
	align-content:center;
}

.block.block-payment-method .payment-method-info>div{
	text-align:left;
	flex:0 0 50%;
	width:50%;
	-ms-grid-row-align:center;
	    align-self:center;
}

.block.block-payment-method .payment-method-info>div.payment-method-info-label{
	font-weight:700;
}

@media (min-width:768px){
	.depositoptions-modals .modal-container{
		max-width:40rem;
	}
}

.table-paymentmethods{
	overflow:hidden;
}

.table-paymentmethods tbody tr td{
	background-color:#403267;
	color:#fff;
	transition:background-color .2s ease-in-out;
}

.table-paymentmethods tbody tr td.col-info svg{
	width:1.5rem;
	height:1.5rem;
}

.table-paymentmethods tbody tr:focus td,.table-paymentmethods tbody tr:hover td{
	background-color:#30264d;
}

@media (max-width:767.98px){
	.table-paymentmethods td[data-heading]:before{
		background-color:#ffc551;
	}
}

.block.block-payment-method{
	background-color:#403267;
}

.block.block-payment-method .payment-method{
	background-color:#5b439c;
}

.block.block-payment-method .payment-method .icon{
	color:#fff;
}

.block.block-payment-method .payment-method-info{
	color:#fff;
	border-bottom:1px solid #c7c7c7;
	font-size:.875rem;
}

