.nfd-performance-image-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.nfd-performance-image-modal-content {
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
	text-align: center;
	width: 400px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nfd-performance-image-progress-container {
	width: 100%;
	height: 20px;
	background: #eee;
	border-radius: 10px;
	margin: 1rem 0;
	overflow: hidden;
	position: relative;
}

.nfd-performance-image-progress-bar {
	height: 100%;
	width: 0;
	background: #007cba;
	transition: width 0.3s ease;
}

.nfd-performance-image-result-list {
	text-align: center;
	margin: 1rem auto;
	max-height: 200px;
	overflow-y: auto;
}

.nfd-performance-image-done-button {
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
