/********************************************************************************************/
/* New button design																		*/
/********************************************************************************************/
.tag {
    border-radius: 30px;
	padding: 3px 10px 3px 10px;
	margin: 2px;
	display: inline-block;
	font-size: 10pt;
	line-height: 1.42857143;
	border: 1px solid black;
	text-align: center;
}

.tag-no-brd {
	border-radius: 30px;
	padding: 3px 10px 3px 10px;
	margin: 2px;
	display: inline-block;
	font-size: 10pt;
	line-height: 1.42857143;
	text-align: center;
}

.font-sofia {
	font-family: ProximaNova;
}
/********************************************************************************************/

.tag-darkcyan{
	background: -webkit-linear-gradient(45deg, #613cff, #1cc4ff);
	-webkit-text-fill-color: white;
	color: white;
	background-color: #613cff;
	border: 0px;
}

.tag-border-red {
	border: 1px solid red;
}
.tag-icon-red {
	color: red;
}

.tag-border {
	border: 2px solid;
}


.tag-filters{
	border: 1px solid #222232;
}

.tag-border-green {
	border: 1px solid green;
}
.tag-icon-green {
	color: green;
}
.tag-border-purple {
	border: 1px solid purple;
}
.tag-icon-purple {
	color: purple;
}
.tag-border-blue {
	border: 1px solid blue;
}
.tag-icon-blue {
	color: blue;
}
.tag-border-orange {
	border: 1px solid orange;
}
.tag-icon-orange {
	color: orange;
}
/********************************************************************************************/