/* Success Alert */
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success .alert-heading {
	color: #0b2e13;
}

/* Danger Alert */
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger .alert-heading {
	color: #491217;
}

/* Warning Alert */
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning .alert-heading {
	color: #533f03;
}

/* Info Alert */
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info .alert-heading {
	color: #062c33;
}

/* Genel Alert Stilleri */
.alert {
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

/* Close Button */
.alert-dismissible .close {
	position: relative;
	top: -0.75rem;
	right: -1.25rem;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

/* Alert Links */
.alert a {
	font-weight: bold;
	color: inherit;
}

.alert a:hover {
	text-decoration: underline;
}
