[data-theme=light],
:root:not([data-theme=dark]) {
	--light: #d6d9dc;
	--dark: #091927;
	--primary: #1b3d59;
	--primary-hover: #1b3d59dc;
	--secondary: #ef3e04;
	--secondary-hover: #ef3f04dc;
	--info: #d94b08;
	--success: #029d55;
	--warning: #e3c802;
	--danger: #f20101;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}
img{
	padding-bottom: 10px;
}