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