:root {
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;
	--bs-border-radius-lg: 0;
}

.dropdown-menu {
	--bs-dropdown-link-active-bg: #0d6efd20;
	--bs-dropdown-link-active-color: black;
}

.form-check-input[type="checkbox"] {
	border-radius: 0;
}

.bg-body {
	--bs-body-bg-rgb: var(--bs-secondary-bg-rgb);
}

[class^="btn-outline-"],
[class*=" btn-outline-"] {
	--bs-btn-bg: white;
}

.option-group-check-input {
	margin-top: 0.4em;
}

.bs-callout {
	 padding: 0.5rem;
	 border: 1px solid #ddd;
	 border-left-width: 5px;
	 border-radius: 3px;
}
