/* TODO *design* remove this on new style implementation */
*, *::placeholder {
	color: white;
}

html, body {
	height: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0 !important;
	font-family: Roboto;
	white-space: pre-line;
	overflow-y: scroll !important;
}

.background{
	background-color: #04172D;
}

.mui-fixed {
	padding: 0 !important;
}

.hide {
	display: none;
}

