@font-face {
	font-family: 'Segoe Fluent Icons';
	src: url('../fonts/sfi/SegoeFluentIcons.ttf') format('truetype'); /* IE 9 Compatibility Mode */
}
.icon-plus::before {
	content: '\e710';
	font-family: 'Segoe Fluent Icons' !important;
	font-size: 16pt;
}
.icon-1::before {
	content: '\e8d7';
	font-family: 'Segoe Fluent Icons' !important;
	/* font-size: 1rem; */
}
.icon-box {
	font-family: 'Segoe Fluent Icons' !important;
	font-size: 1rem;
}

.icon-white-16 {
	font-family: 'SegoeFluentIcons';
	font-size: 16pt;
	color: #ffffff;
}

.icon-16 {
	font-family: 'SegoeFluentIcons';
	font-size: 16pt;	
}

.icon-white-20 {
	font-family: 'SegoeFluentIcons';
	font-size: 20pt;
	color: #ffffff;
}

.icon-white-24 {
	font-family: 'SegoeFluentIcons';
	font-size: 24pt;
	color: #ffffff;
}

.icon-white-32 {
	font-family: 'SegoeFluentIcons';
	font-size: 32pt;
	color: #ffffff;
}

.icon-white-40 {
	font-family: 'SegoeFluentIcons';
	font-size: 40pt;
	color: #ffffff;
}

.icon-white-48 {
	font-family: 'SegoeFluentIcons';
	font-size: 48pt;
	color: #ffffff;
}

.icon-white-64 {
	font-family: 'SegoeFluentIcons';
	font-size: 64pt;
	color: #ffffff;
}