
.vidmessage {
	background: var(--e-global-color-66ba044);
	border: 1px solid currentColor;
	padding: 1em;
	border-radius: 0.5em;
	margin: 0 0 1em;
	color: #666;
}


ul.video_my_downloads{
	display:block;
	list-style:none;
	padding: 0;
	margin: 2em 0 4em;
}
ul.video_my_downloads h3{
	margin: 0;
	padding: 0;
}
ul.video_my_downloads h3 span{
	background:#333;
	color: white;
	padding: 2px 7px;
	border-radius: 3px;
	font-size: 0.4em;
	letter-spacing:normal;
	vertical-align:middle;
	text-transform:uppercase;
	
}

ul.video_my_downloads h4{
	opacity:0.7;	
	font-size: 1em;
	margin: 0;
	padding: 0;
	
}

ul.video_my_downloads >li{
	display:block;
	list-style:none;
	padding: 0;
	margin: 0 0 1em; 
}

ul.video_my_downloads > li.collapse > h3{
	padding-left: 1em;
	position:relative;
}
ul.video_my_downloads > li.collapse > h3:before{
	content:"\f0da";
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	padding-right: 0.4em;
	width:  0.8em;
	height: 0.8em;
	line-height: 0.82;
	text-indent:  0.25em;
	text-align: right;
	/*background: lime;*/
	display: block;
	text-align: center;
	position: absolute;
	left:  0;
	top:  0.4em;
	transition:  transform 0.15s;
}

ul.video_my_downloads > li.collapse.open > h3:before{
	transform:  rotate(90deg);
}


ul.video_my_downloads >li.collapse > ul{
	max-height:0;
	overflow:hidden;
	margin-left:  1.6em;
	transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
}



ul.video_my_downloads >li.collapse.open ul{
	max-height:1000vh;
	overflow:hidden;
	transition: max-height 3s ease-in-out;
}



ul.video_my_downloads >li > ul{
	display:block;
	list-style:none;
	padding: 0;
	margin: 0 0 1em;
}

ul.video_my_downloads ul.files{
	margin: 0.4em 0 1em;
	list-style:none;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.1);
}

ul.video_my_downloads ul.files li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

ul.video_my_downloads ul.files li .icon::before{
	display: inline-block;
	
	width:  1.5em;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	color: var( --e-global-color-primary );
}

ul.video_my_downloads ul.files li .icon.zip::before{
	content: '\f1c6';
}

ul.video_my_downloads ul.files li .icon.video::before{
	content: '\f03d';
}

ul.video_my_downloads ul.files li .icon.download::before{
	content: '\f358';
}

