/* Reddit modmail icon font — subset used by Modpanel */

/* Icon font (rfont / icons.css) — browsers render <i> as italic by default */
.icon { font-style: normal; }

@font-face {
	font-family: "rfont";
	src: url(rfont.ttf);
}

.icon:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "rfont";
}

.icon-archived:before       { content: "\F115" }
.icon-archived_fill:before  { content: "\F116" }
.icon-history:before        { content: "\F1C2" }
.icon-message:before        { content: "\F201" }
.icon-mod:before            { content: "\F207" }
.icon-mod_fill:before       { content: "\F208" }
.icon-spam:before           { content: "\F28F" }
.icon-star:before           { content: "\F295" }
.icon-star_fill:before      { content: "\F296" }
.icon-tag:before            { content: "\F2AD" }
.icon-new:before            { content: "\F215" }
.icon-ban:before            { content: "\F129" }
.icon-powerup:before        { content: "\F23B"}
.icon-powerup_filled:before { content: "\F23D"; color: #ff4500}

.live-feed-btn {
	background: none !important;
	border: none !important;
	padding: 0;
	cursor: pointer;
	color: inherit;
	line-height: 1;
	color: unset;
}