.dojo-terminal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100000;
	align-items: center;
	justify-content: center;
}

.dojo-terminal-box {
	background: #fff;
	border-radius: 8px;
	padding: 32px 40px;
	text-align: center;
	max-width: 360px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dojo-terminal-status {
	font-size: 16px;
	margin: 0 0 20px;
}

.dojo-terminal-cancel {
	background: #d63638;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
}

.dojo-terminal-cancel:hover {
	background: #b32d2e;
}
