label.label-img, label.fake-label-img
{
	display: inline-block;
	width: 150px;
	height: 100px;
	cursor: pointer;
	text-align: left;
	position: relative;
	margin: 0px;
	vertical-align: middle;
	z-index: 10;
}

.label-img img, .fake-label-img img
{
	position: relative;
	max-width: 100%;
	max-height: 100%;
	z-index: 1000;
}

.label-img span, .fake-label-img span
{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	z-index: 999;
	background: #ffa200;

   -webkit-transition:  width 0.3s ease;
   -moz-transition:     width 0.3s ease;
   -o-transition:       width 0.3s ease;
   transition:          width 0.3s ease;
}

.label-img .ico-adm, .fake-label-img .ico-adm
{
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1001;
	font-size: 25px;
	border-radius: 50%;
	height: 37.5px;
	width: 37.5px;
	text-align: center;
	background: #fff;
	border: 1px solid #000;
	opacity: .7;
}

.label-img .ico-adm:hover, .fake-label-img .ico-adm:hover
{
	opacity: 1;
}

.more-pic-link .label-img, .more-pic-link .fake-label-img
{
	background-image: url('./img/more-pic.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.img-preview
{
	height: 0px;
	width: 0px;
	outline: none;
	opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

h4 span
{
	font-size: 14px;
}

.header-notifications-list-wait
{
	height: unset;
	text-align: center;
}

.header-notifications-list-wait img
{
	height: 40px;
}

.new-notification
{
	font-weight: bold;
}

.header-notifications-list .dropdown-item
{
	white-space: normal;
	text-align: left;
}

.withdraw_button
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.user-profil
{
	cursor: pointer;
}

.agent_info_item
{
	display: flex;
	align-items: center;
}

.agent_info_item_ico
{
	display: flex;
	font-size: 1.3rem;
	padding-right: 5px;
}

.agent_info_item_ico i
{
	margin: auto;
}