﻿.status-pill {
	display: inline-block;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
}

	.status-pill.new {
		background: #FEBE00;
	}

	.status-pill.progress {
		background: #1976d2;
	}

	.status-pill.waiting {
		background: #D42228;
	}

	.status-pill.completed {
		background: #2e7d32;
	}

	.status-pill.reviewed {
		background: #D42228;
	}

	.status-pill.cancelled {
		background: #696969;
	}
