/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.avatar_round{
	width: 40px;
	height: 40px;
	display: flex; border-radius: 50%; background: #3E3181; align-items: center; justify-content: center; font-size: 14px; font-weight: 700;
	color: #fff;
}


.custom_menu li a.block_inr span{
	padding: 5px 10px;
	border:1px solid #8d8d8d;
	color: #8d8d8d;
	border-radius: 20px;
}

.dropdown.dropdown-user .dropdown-menu .dropdown-item span{
	display: block;
}

.block_top .block_text{
	margin-left: 15px;
	font-size: 20px;
	color: #000;
	font-weight: 700;
}
.block_top .block_text span{
	display: block;
	margin: 5px 0 0;
	font-size: 14px;
	color: #868686;
}

.block_btm ul{
	width: 100%;
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-evenly;
}
.block_btm ul li{
	width: auto;
}


.btn-day{
	border:1px solid #D8D6DE;
	font-size: 14px;
	color: #D8D6DE;
}

.btn-day.active_btn{
	border:1px solid #3E3181 ;
	background:#3E3181;
	font-size: 14px;
	color: #fff;
}

.block_radio ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.block_radio ul li{
	margin: 5px 0 10px;
}

@media(max-width: 767px) {
	.block_btm ul{
		flex-wrap: wrap;
	}

	.block_btm ul li{
		margin: 5px;
	}
}


/*.block_btm ul li a{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 8px 10px;
	font-size: 13px;
	color: #fff;
	background: #000;
	border-radius: 3px;
	border:1px solid transparent;
}*/

/*.block_btm ul li:first-child a{
	background: transparent;
	border:1px solid #000;
	color: #000;
}*/

.block_total_bid p{ font-weight: 700; color: #868686; }

.block_modual_hits .card-header > div{ font-weight: 700; color: #868686; }

.profile_avtar{width: 80px; height: 80px; display: flex; border-radius: 50%; background: #f5f5f5; align-items: center; justify-content: center; font-size: 20px; font-weight: 700;}

.profile_id{ width: 100%; max-width: 400px; }

.modal{ padding: 0 !important; }
.tab-content {
	position: relative;
	z-index: 9;
}

.block_day ul{ list-style: none; margin: 0; padding: 0; }
.block_day ul li{ margin: 0 5px 8px 0; }

.plyr__volume input[type="range"]{
	display: none;
}
.plyr__menu .plyr__control{
	display: none;
}

.f-12{ font-size: 12px; margin: 5px 0 0; }
.no_bg{
	background: transparent;
}
.no_shadow{
	box-shadow: none;
}