.toast-notification {
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 1.25rem;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	padding-left: 0.5rem !important;
	padding-right: 2rem !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #575757;
	min-width: 30%;
	max-width: 50% !important;
}

.toast-notification .toast-close {
	position: absolute;
	top: 5%;
	right: 1%;
	color: black;
}

.toast-notification .toast-contents {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.toast-success-notification {
	border-left: 5px solid #46bf00;
}

.toast-svs-notification {
	border-left: 5px solid #ff9100;
}

.toast-rematch-notification,
.toast-warning-notification {
	border-left: 5px solid #ffe433;
}

.toast-error-notification {
	border-left: 5px solid #bf0000;
}

.toast-rematch-notification {
	max-width: 80%;
	padding: 1em;
	padding-right: 2rem;
}

.toast-contents .waiting-icon > svg,
.toast-contents .notification-icon {
	width: 2.5rem;
	font-size: 2rem;
	margin: 5px;
}

.toast-contents .notification-icon.success {
	color: green
}

.toast-contents .notification-icon.svs {
	color: #ff9100;
}

.toast-contents .notification-icon.warning {
	color: #ae8d0b;
}

.toast-contents .notification-icon.error {
	color: #bf0000;
}

.toast-contents .toast-notification-text {
	width: calc(100% - 2.5rem);
	text-align: right;
	color: black;
}

.toast-contents span {
	line-height: 150%;
}

.toast-contents span > small {
	font-size: 0.75em;
}

.toast-contents h5 {
	font-size: 1rem;
	margin: 0.2em;
}

.toast-notification-text .challenge-notification-text {
	text-align: right;
}

.toast-notification-text .challenge-notification-btn {
	text-decoration: underline;
	cursor: pointer;
	margin-left: 20px;
	color: #aa0304;
}

@media screen and (max-width: 960px) {
	.toast-notification {
		max-width: 70% !important;
	}
}

@media screen and (max-width: 540px) {
	.toast-notification {
		max-width: 92.5% !important;
	}
}