.toasts-container {
	position: fixed;
	top: 100px;
	right: 35px;
	z-index: 10;
}

	.toasts-container .toast {
		margin-top: 0.75rem;
		margin-bottom: 0;
		width: 350px;
	}

		.toasts-container .toast .alert {
			position: relative;
			margin: 0;
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
		}

			.toasts-container .toast .alert .toast-close {
				position: absolute;
				top: 8px;
				right: 8px;
				cursor: pointer;
			}

.unread-notifications-count-container {
	position: relative;
}

	.unread-notifications-count-container .unread-notifications-count {
		position: absolute;
		right: 0;
		top: 24px;
		font-size: 11px;
		transform: translateX(50%);
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

@media (max-width: 680px) {
	.toasts-container {
		right: 50%;
		margin-right: -175px;
	}
}
