.import-section {
	margin-top: 100px;
	width: 50%;

	margin-left: auto;
	margin-right: auto;
}

.title-input {
	background-color: var(--theme-color);
	border: solid 2px white;
	height: 30px;
	text-align: center;
	border-radius: 10px;
	color: var(--text-color);
	margin-bottom: 10px;
	display: block;
}

textarea {
	width: 500px;
	height: 300px;
	background-color: var(--theme-color);
	border: solid 2px white;
	border-radius: 10px;
	color: var(--text-color);
	padding: 10px;
	resize: none;
	margin-bottom: 5px;
}

.separator-selection legend {
	font-weight: 700;
	margin-bottom: 5px;
}

#import-button {
	width: 100px;
	height: 30px;
	font-size: 20px;
}

.separator-selection input {
	margin-bottom: 20px;
}

#import-view .error-message {
	color: red;
}