.ikelti-uploader {
	max-width: 480px;
	margin: 2em auto;
}

.ikelti-uploader .ikelti-field {
	margin-bottom: 1em;
}

.ikelti-uploader label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.ikelti-uploader input[type="text"],
.ikelti-uploader input[type="file"] {
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
}

.ikelti-uploader .ikelti-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ikelti-uploader button {
	padding: 0.6em 1.4em;
	cursor: pointer;
}

.ikelti-uploader .ikelti-progress {
	margin-top: 1em;
	height: 8px;
	background: #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}

.ikelti-uploader .ikelti-progress-bar {
	height: 100%;
	width: 0;
	background: #2271b1;
	transition: width 0.2s ease;
}

.ikelti-uploader .ikelti-message {
	margin-top: 1em;
	font-weight: 600;
}

.ikelti-uploader .ikelti-message-success {
	color: #1a7f37;
}

.ikelti-uploader .ikelti-message-error {
	color: #d63638;
}
