﻿/*
	vue3-toastify : Custom Center
*/
.Toastify__toast-container--top-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
