* {
	margin: 0;
	border: none;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #E6E9EB;
	color: var(--color-gray-900);
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dhtmlx-success {
	color: #fff;
	background: #008000;
}
.dhtmlx-success div {
	background-color: #008000;
}
