.badge {	display: inline-block;	padding: 5px 9px;	font-size: 0.9375rem;	font-weight: 500;	line-height: 1;	text-align: center;	white-space: nowrap;	vertical-align: baseline;	border-radius: 2px;	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {	.badge {		transition: none;	}}a.badge:hover, a.badge:focus {	text-decoration: none;}.badge:empty {	display: none;}.btn .badge {	position: relative;	top: -1px;}.badge-pill {	padding-right: 0.6em;	padding-left: 0.6em;	border-radius: 10rem;}.badge-primary {	color: #fff;	background-color: #d92d2d;}a.badge-primary:hover, a.badge-primary:focus {	color: #fff;	background-color: #b32020;}a.badge-primary:focus, a.badge-primary.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(217, 45, 45, 0.5);}.badge-secondary {	color: #fff;	background-color: #5d5d66;}a.badge-secondary:hover, a.badge-secondary:focus {	color: #fff;	background-color: #45454b;}a.badge-secondary:focus, a.badge-secondary.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(93, 93, 102, 0.5);}.badge-success {	color: #fff;	background-color: #77ba21;}a.badge-success:hover, a.badge-success:focus {	color: #fff;	background-color: #5b8f19;}a.badge-success:focus, a.badge-success.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(119, 186, 33, 0.5);}.badge-info {	color: #fff;	background-color: #138ce4;}a.badge-info:hover, a.badge-info:focus {	color: #fff;	background-color: #0f6fb5;}a.badge-info:focus, a.badge-info.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(19, 140, 228, 0.5);}.badge-warning {	color: #fff;	background-color: #f19711;}a.badge-warning:hover, a.badge-warning:focus {	color: #fff;	background-color: #c47a0c;}a.badge-warning:focus, a.badge-warning.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(241, 151, 17, 0.5);}.badge-danger {	color: #fff;	background-color: #e72660;}a.badge-danger:hover, a.badge-danger:focus {	color: #fff;	background-color: #c4164a;}a.badge-danger:focus, a.badge-danger.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(231, 38, 96, 0.5);}.badge-light {	color: #171724;	background-color: #f7f7f7;}a.badge-light:hover, a.badge-light:focus {	color: #171724;	background-color: #dedede;}a.badge-light:focus, a.badge-light.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);}.badge-dark {	color: #fff;	background-color: #31284C;}a.badge-dark:hover, a.badge-dark:focus {	color: #fff;	background-color: #1b162b;}a.badge-dark:focus, a.badge-dark.focus {	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(49, 40, 76, 0.5);}.badge {	vertical-align: middle;}.badge-wrap {	position: relative;	display: inline-block;	vertical-align: middle;	margin-left: 2px;	line-height: 0;	bottom: .5em;}.badge-square {	border-radius: 0;}.badge-circle {	border-radius: 10em;}.rd-navbar .badge {	box-shadow: none;}
/*# sourceMappingURL=badge.css.map */
