.header_container {
	height: 50px;
	line-height: 50px;
}
.left_span {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	color: #f08281;
	left: 15px;
}
.right_span {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	color: #f08281;
	right: 15px;
}
.header_icon {
	width: 100%;
	text-align: center;
}
.header_icon img {
	height: 30px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background: #b129eb ; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(45deg ,#b129eb , #ec295f ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(45deg , #b129eb , #ec295f ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(45deg , #b129eb , #ec295f ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(45deg , #b129eb , #ec295f ); /* Standard syntax */
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid #c70000;
	white-space: nowrap;
}
.sidenav a span{
	margin-left: 20px;
	white-space: nowrap;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	border:none;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
.falcilar-btn {
	background-color: #806;
	border-color: #806;
	border-radius: 20px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}
.fal-baktir-btn {
	background-color: #ed295e;
	border-color: #ed295e;
	border-radius: 20px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}
.fal-baktir-btn:hover {
	color: #ffffff;
	background-color: #a71139;
	border-color: #a71139;
}
.fal-baktir-btn:focus {
	color: #ffffff;
	background-color: #a71139;
	border-color: #a71139;
}
.fal-baktir-btn:active, .btn.fal-baktir-btn.active {
	color: #ffffff;
	background-color: #a71139;
	border-color: #a71139;
}
.credit-btn {
	background-color: #15b108;
	border-color: #15b108;
	cursor: pointer;
	border-radius: 20px;
	font-size: 14px;
	color: #ffffff;
}
.credit-btn:hover {
	color: #ffffff;
	background-color: #0f6b07;
	border-color: #0f6b07;
}
.credit-btn:focus {
	color: #ffffff;
	background-color: #0f6b07;
	border-color: #0f6b07;
}
.credit-btn:active, .btn.fal-baktir-btn.active {
	color: #ffffff;
	background-color: #0f6b07;
	border-color: #0f6b07;
}
.menu-bars {
	position: absolute;
	margin-top: 10px;
	z-index: 9
}
.fal-baktir-container {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	z-index: 1
}
.title-container {
	position: absolute;
	width: 100%;
	top: 10px;
	right: 12px;
	text-align: center;
	z-index: 1
}
.credit-container {
	position: absolute;
	top: 10px;
	right: 12px;
	width: auto;
	z-index: 2;
}

.search-container {
	position: absolute;
	right: 0;
	margin-top: 10px;
	right: 80px;
	padding-right: 0;
	padding-left: 0;
	z-index: 9
}
.header-avatar-container{
	position: absolute;margin-top: 14px;right: 10px;
}
.header-avatar-container img{
	width: 30px;height: 30px;border-radius: 50%;border:1px solid #ff53a3;display: none;
}
.teller-vip-status-container {
	position: absolute;
	margin-top: 16px;
	right: 10px;
	width: auto;
	background-color: #b129ed;
	border-radius: 20px;
	padding: 2px 10px;
	color:#fff;
	font-size: 13px;
	font-weight: bold;
	display: none;
}
