.content {
	min-height: 84vh;
}
#main {
	padding-bottom: 0 !important;
}
footer .card {
	margin-bottom: 0px !important;
}
.sidebar-wrapper .sidebar-header img, html[data-bs-theme=dark] .sidebar-wrapper .sidebar-header img {
	height: 3.5rem;
}
html[data-bs-theme=dark] .sidebar-wrapper, .sidebar-wrapper {
	width: 250px;
}
html[data-bs-theme=dark] .sidebar-wrapper .menu, .sidebar-wrapper .menu {
	padding: 0px 1rem;
}
@media screen and (min-width: 1200px) {
	html[data-bs-theme=dark] #sidebar~#main, #sidebar~#main {
		margin-left: 250px;
	}
}
.form-control:focus{
	box-shadow: none;
}
.bi, .pointer{
	cursor: pointer;
}
.badge-primary {
	background: #435ebecc;
}
.badge-danger {
	background: #b02a37cc;
}
.badge-info {
	background: #3dd5f3cc;
}