.postNotification, .postNotification1 {
    background-color: rgb(var(--color-base-background-1));
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	position: fixed;
	top: 30px;
	left: auto;
	padding: 10px 50px;
	z-index: 10000;
	right: 30px;
	width: auto;
	display: none;
    box-shadow: 0 5px 40px -7px #0000001a;
}