label.error-label {
	font-size: 80%;
	color: #dc3545;
	margin-top:0.5rem;
}

/* Başlık yazı rengi */
#toast-container > .toast-success .toast-title {
    color: #fff !important; /* Beyaz */
}

/* Mesaj yazı rengi */
#toast-container > .toast-success .toast-message {
    color: #fff !important; /* Beyaz */
}