body {
	margin: 0;
	overscroll-behavior: contain;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
		"Droid Sans", "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
html,
body,
#root {
	height: 100%;
}
.loading-page {
	text-align: center;
	display: flex;
	flex-flow: column;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.loading-page .logo {
	width: 120px;
	margin-bottom: 20px;
}

.loading-logo-wrapper {
	height: 80%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.copyright-section {
	height: 20%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.cgi-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.solutionBy {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: #707070;
}

.cgi-logo-wrapper .cgi-logo {
	width: 35px;
	margin-left: 5px;
}
.copyright-text {
	margin: 0;
	font-size: 12px;
	color: #464646;
}
.loading-fallback {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.loading-fallback svg {
	width: 80px;
	height: 80px;
}
