.mw_Build_Contacts{
	border: solid 1px #d8dee4;
	border-radius: 4px !important;
}

.mw_Build_Contacts .head {
	background: #f6f8fa;
	text-align: left;
	font-weight: 500;
	padding: 10px;
}

.mw_Build_Contacts .notes {
	background: #ffffea;
	border-radius: 4px !important;
	border-color: #a59910;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 10px;
	font-size: 15px;
	line-height: 1;
	color: #000;
}

.mw_Build_Contacts .contact{
	background: #f6f8fa;
	padding: 10px;
	margin: 10px;
	border-radius: 4px !important;
	position: relative;
	font-weight: 400;
	line-height: 1.2;
}

.contact-name {
	font-weight: 700;
}

.contact-type {
	font-size: 11px;
	position: absolute;
	top: 3px;
	right: 3px;
	background: #d8dee4;
	padding: 2px 5px;
	line-height: 1;
	border-radius: 4px;
	text-transform: uppercase;
}
.contact-type.primary {
	background: #3857ee;
	color: white;
}

.notes {
	margin-bottom: 20px;
}

.contact {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
}

.contact-name {
	font-weight: bold;
	margin-bottom: 10px;
}


.contact-item {
	display: flex;
	margin-bottom: 5px;
	justify-content: space-between;
	align-items: center;
}

.contact-label {
	font-weight: bold;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

.add_ct_btn{
	margin: 10px 20px;
	display: block;
}