.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.dbayTabbedContent {
	display: flex;
	flex-direction: column;
}

.nav h3 {
	margin: 0;
}

.nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--borderColor,#DEDEDE);
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-bottom: 2px solid var(--accentColor,#C40005);
	text-decoration: none;
	transition: border-bottom-color 0.5s ease 0s;
	color: black;
	font-weight: 700;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #c40005;
	isolation: isolate;
	font-weight: 700;
}
.nav-tabs .nav-link {
	font-weight: normal;
	text-decoration: none;
	color: var(--fontColor,#212121);
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	border-left: none;
	border-right: none;
	border-top: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

.nav-link {
	margin-right: 15px;
	border-radius: 0;
	display: block;
	padding: 0.5rem 1rem;
	color: black;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

button, select {
	text-transform: none;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.tab-content {
	padding-top: 15px;
}

.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}