.loading-container {
	z-index: 99999 !important
}

body {
	background-color: var(--backgroundColorThree);
	margin: 0
}

.p-toast,
.p-toast-top-right {
	max-width: 21.4375rem;
	right: calc((100% - 21.4375rem)/ 2);
	width: 100%;
	z-index: 50000 !important
}

@media only screen and (min-width:30rem) {

	.p-toast,
	.p-toast-top-right {
		right: 20px;
		top: 20px;
		max-width: unset;
		width: 21.4375rem
	}
}