.k-status {
	display: inline-flex;
	line-height: 2.5em;
	color: #777;
	background: #e5e5e5;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: -0.25em 0;
	cursor: inherit !important;
	white-space: nowrap;
	max-width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

.k-status-paid {
	background: #c6e1c6;
	color: #5b841b;
}

.k-status-failed {
	background: #eba3a3;
	color: #761919;
}

.k-status-pending {
	background: #f8dda7;
	color: #94660c;
}
