: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;
}

.Counter {
	border-radius: 2em;
	padding: .25em ;
	color: white;
	background: #455afb;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1;
}

#marketing-package-dropdown{
	display: none; 
	border-radius: 6px; 
	padding: 0;
	margin-top: 10px;
	min-width: 200px;
	background: #e6e9ea;
}
.marketing-package-head{
	padding: 8px 16px; 
	border-bottom: 1px solid #d0d7de; 
}

.marketing-package-foot{
	padding: 8px 16px; border-top: 1px solid #d0d7de; text-align: right;
}

#add-marketing-package-btn{
	background: rgba(255, 255, 255, 0.235); color: white; border: none; cursor: pointer; padding: 0 4px; border-radius: 0 8px 8px 0;
	width: 20px;
	height: 20px;
	margin-left: 8px;
}