main {
	padding-bottom: 15px;
}
.top-section {
	position: fixed;
	height: 50px;
	z-index: 999;
	max-width: 400px;
	right: 0;
	left: 0;
	color: #fff;
	top: 52px;
	margin: 0 auto;
}
.scroll-section {
	position: fixed;
	top: 105px;
	padding-bottom: 145px;
	max-width: 400px;
	overflow-y: auto;
	padding-top: 2px;
	height: calc(100% - 70px);
}
.videos-header {
	box-shadow: 0px 0px 3px 0px #000;
	position: relative;
	right: 0;
	left: 0;
	margin: 0px auto 6px auto;
	border-radius: 5px;
	padding: 3px;
    width: 98%;
    color: unset;
}
.videos-header {
	text-align: center;
	background-color: #5f9ea0;
	color: #fff;
	border: 2px solid #fff;
    height: 100%;
}
.videos-title {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
}
.input-group {
	width: 99%;
	position: relative;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.input-group-text{
width: 120px;
}
.videos-main .nav-link{
color: #6a6a6a;
}
.videos-main{
margin: 52px auto;
display: inline-block;
width: 99%;
max-width: 400px;
position: absolute;
right: 0;
left: 0;
padding-bottom: 115px;
}
.btn{
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.remove-video {
	font-size: .8em;
	position: absolute;
	left: 5px;
	padding: 5px 10px;
	background-color: #f00;
	border-radius: 5px;
	top: 6px;
	box-shadow: 0px 0px 1px 1px #716f6f;
	border: 1px solid #606060;
     cursor: pointer;
}
.toast-deleteAccount {
	position: fixed;
	top: calc(60% - 200px);
	z-index: 999;
	margin: 0 auto;
	right: 0;
	left: 0;
	background-color: #ffffffde;
	height: 200px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 1px #fff9;
	border: 2px solid #606060;
}
.toast-deleteAccount-body {
	color: red;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	width: 85%;
	margin: 20px auto;
    line-height: 25px;
}
.toast-deleteAccount-antiClick {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #00000099;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
}
.deleteBtn {
	margin-top: 25px;
}