:root {
  --font-color-default: #57606a;
  --white: #ffffff;
  --hover-bg-color: #d0d7de52;
}
/* Version 0.9.1 */
.project_head_nav_module{
	background-color: #f6f8fa;
	padding: 16px 32px 10px !important;
	box-shadow: inset 0 -1px 0 #d8dee4;
}
.project-title{
	margin-bottom: 10px;
	align-items: center;
	display: flex;
	gap: 10px;
}
.f3 {
	font-size: 20px !important;
}

.Label {
	display: inline-block;
	padding: 0 7px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 2em;
	border-color: #d0d7de;
}

.Label--secondary {
	color: #57606a;
	border-color: #d0d7de;
}

.list-style-none {
	list-style: none !important;
}

.list-unpadd {
	padding: 0 !important;
}

.UnderlineNav-body {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
}

.UnderlineNav-item {
	position: relative;
	display: flex;
	padding: 0 8px;
	font-size: 14px;
	line-height: 30px;
	color: var(--font-color-default);
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	border-radius: 6px;
	align-items: center;
}

.UnderlineNav-item:hover {
	color: var(--font-color-default);
	text-decoration: none;
	background: var(--hover-bg-color);
	transition: background .12s ease-out;
}

.UnderlineNav-octicon {
	display: inline !important;
	margin-right: 8px;
	color: var(--font-color-default);
	fill: var(--font-color-default);
}

.hidden_tab{
	display: none;
}
.toggleButton {
	position: relative;
	display: flex;
	padding: 0 8px;
	font-size: 14px;
	line-height: 30px;
	color: var(--font-color-default);
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	border-radius: 6px;
	align-items: center;
	gap: 7px;
}
.toggleButton:hover {
	color: var(--font-color-default);
	text-decoration: none;
	background: var(--hover-bg-color);
	transition: background .12s ease-out;
}

.toggleButton.active{
	color: var(--font-color-default);
	text-decoration: none;
	background: var(--hover-bg-color);
	transition: background .12s ease-out;
}

.toggleButton .et-pb-icon {
	color: #57606a;
	font-size: 16px;
}

.toggleButton .et-pb-icon.fa {
	font-family: FontAwesome!important;
	color: #57606a;
	font-size: 16px;
}