.header{
	height:65px;
	position:fixed;
	top:0;
	right:0;
	left:0;
	background-color:white;
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index:100;
}
.left-section{
	margin-left:20px;
	width:230px;
}
img{
	height:25px;
}
#my-channel{
	height: 35px;
	width:40px;
	border-radius:50%;
}
.youtube-logo-head{
	margin-left:15px;
}

.center-section{
	display:flex;
	justify-content:center;
	align-items:center;
	flex:1;
	width:0;
}
.search{
	z-index:100;
	height:35px;
	min-width:0px;
	border:1px solid lightgray;
	width:450px;
	border-radius:1px;
}
.search::placeholder{
	font-size:15px;
	padding-left:10px;
}
.search-btn{
	width:70px;
	height:38px;
	cursor:pointer;
	display:flex;
	flex-shrink:0;
	border:1px solid lightgray;
	justify-content:center;
	align-items:center;
	margin-left:-5px;
	margin-right:15px;
}
.search-button,.mic-button,.upload-button,.youtube-apps,.notifications,.channel-admin{
	position:relative;
	white-space:nowrap;
}
.title{
	pointer-events:none;
	position:absolute;
	font-size:12px;
	bottom:-35px;
	right:5px;
	border:none;
	color: white;
	border-radius:5px;
	background-color:rgb(96,96,96);
	padding:8px;
	opacity:0;
	transition:opacity 1s;
}
.search-button:hover .title,.mic-button:hover .title,.upload-button:hover .title,.youtube-apps:hover .title,.notifications:hover .title,.channel-admin:hover .title{
	opacity:1;
}
.mic-btn{
	height:35px;
	margin-right:45px;
	border:none;
	border-radius:35px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
}

.right-section{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-shrink:0;
	width:230px;
	
}
.count{
	position:relative;
}
.not-count{
	position:absolute;
	top:-2px;
	right:10px;
	background-color:rgb(204,0,0);
	border-radius:50%;
	border:none;
	font-size:12px;
	padding:3px;
	padding-top:1px;
	padding-bottom:1px;
	color:white;
}
.youtube-logo{
	margin-left:5px;
	margin-right:10px;	
	cursor:pointer;
}
