<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sample-data-youtube-video-gal,
.sample-data-youtube-video-gal:focus{
	display: inline-block;
	background-color: rgba(153,153,153,1.0);
	padding: 5px 20px 5px 20px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	outline:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	background-color:rgba(68,182,174,1.0);
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}
.sample-data-youtube-video-gal:hover {
	background-color:rgba(103,128,159,1.00);
}
.sample-data-youtube-video-gal.disable-button{
	background-color:rgba(228,58,69,1.00);
	pointer-events:none;
}
#loading-import-sample-data {
	position:fixed;
	z-index:999999999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
	opacity:0;
	visibility:hidden;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
#loading-import-sample-data.active-sample {
	opacity:1;
	visibility:visible;
}

#loading-import-sample-data &gt; * {
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
	width:100%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	font-size:24px;
	padding:40px;
	color:rgba(255,252,252,1.00);
	line-height:1.6;
}
.tc-information, 
.tb-infor-error { padding:15px 30px; background-color:rgba(65,185,150,1.00); color:rgba(255,255,255,1.00); border-radius:3px; -webkit-border-radius:3px; display:none;}
.tc-information a,
.tc-information a:focus { display:block; font-size:16px; font-weight:bold; text-decoration:none; color:rgba(255,255,255,1.00); line-height:1.8; text-transform:uppercase; outline:none; box-shadow:none; -webkit-box-shadow:none;}
.tc-information a:hover { text-decoration: underline;}

.tb-infor-error { font-size:16px; background-color:rgba(255,73,76,1.00); color:rgba(255,255,255,1.00);}

.tc-information.active-infor,
.tb-infor-error.active-infor { display:block;}</pre></body></html>