@charset "utf-8";

/* CUSTOM */
.custom-hide {
	display:none;
}
.add-hover-light:hover {
	filter: brightness(1.3);
}
.add-hover-dark:hover {
	filter: brightness(0.9);
}

.gs-file-list:empty {
	display: none;
}
/*--- progress ---*/
.progress-con {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	z-index: 950;
}
.progress-con > div {
	margin: 30% auto 0;
	padding: 20px;
	max-width: 640px;
	font-size: 20px;
	color: #fff;
}
.progress-con .bar {
	position: relative;
	margin-bottom: 25px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
}
.progress-con .bar p {
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	height: 100%;
	background-color: #ff0000;
	border-radius: 2px;
}
