/* position the labels under the fields to avoid overlapping */
.form-floating > label {
	position: relative !important;
}
.channel-card {
	min-height: 500px;
}
.item-selected {
	border: 1px solid #ccc;
}
a {
	text-decoration: none !important;
}
/* back to top btn */
#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
}
#topBtn:hover {
	background-color: #555;
}
#save_videos_btn {
	position: fixed;
	top: 120px;
	right: 10px;	
}

@media only screen and (max-width: 768px) {
	.hidexs {
		display: none;
	}
}
