<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.travio-loading-import {
	height: 20px;
	border: solid #71af71 1px;
}

.travio-loading-import &gt; div {
	height: 20px;
	background: #71af71;
	transition: width 0.4s ease-out;
}
</pre></body></html>