body {
	--mc-cashier-info-column-width: 9ch;
	background: #f6f7f9;
	color: #17202a;
}

.mc-mgmt-navbar {
	background: #ffffff;
	border-bottom: 1px solid #d9dee6;
	box-shadow: 0 2px 8px rgba(23, 32, 42, 0.06);
}

.mc-mgmt-brand {
	color: #b00020;
	font-weight: 700;
}

.mc-mgmt-logo {
	height: 40px;
}

.mc-mgmt-shell {
	max-width: 1480px;
}

.mc-mgmt-hero {
	background: #ffffff;
	border: 1px solid #d9dee6;
	border-radius: 8px;
	padding: 2rem;
}

.mc-mgmt-hero h1 {
	font-size: 2.35rem;
	font-weight: 700;
	letter-spacing: 0;
}

.mc-mgmt-lead {
	color: #4d5b6a;
	font-size: 1.05rem;
	max-width: 760px;
}

.mc-workstream-nav {
	background: #ffffff;
	border: 1px solid #d9dee6;
	border-radius: 8px;
	padding: 0.75rem;
}

.mc-workstream-nav .nav-link {
	border: 1px solid transparent;
	border-radius: 6px;
	color: #34495e;
	font-weight: 600;
	margin: 0.15rem;
}

.mc-workstream-nav .nav-link.active {
	background: #b00020;
	border-color: #b00020;
	color: #ffffff;
}

.mc-tab-panel {
	background: #ffffff;
	border: 1px solid #d9dee6;
	border-radius: 8px;
	margin-top: 1rem;
	padding: 1rem;
}

.mc-section-heading {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.mc-section-heading h2 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.mc-section-heading p {
	color: #4d5b6a;
	margin-bottom: 0;
	max-width: 760px;
}

.mc-report-card {
	border: 1px solid #d9dee6;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.mc-report-card .card-body {
	padding: 1rem;
}

.mc-placeholder-panel {
	background: #f8f9fb;
	border: 1px dashed #aab4c0;
	border-radius: 8px;
	color: #4d5b6a;
	padding: 1rem;
}

.mc-lookup-tools {
	background: #f8f9fb;
	border: 1px solid #d9dee6;
	border-radius: 8px;
	padding: 1rem;
}

.mc-clickable-row {
	cursor: pointer;
}

.mc-clickable-row:hover,
.mc-clickable-row:focus {
	background: #f8e8eb;
	outline: none;
}

.mc-status-pill {
	background: #edf0f3;
	border-radius: 999px;
	color: #34495e;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 0.25rem 0.65rem;
}

.mc-info-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #9aa5b1;
	border-radius: 999px;
	color: #34495e;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	height: 1.35rem;
	justify-content: center;
	line-height: 1;
	margin-left: 0.35rem;
	padding: 0;
	vertical-align: text-bottom;
	width: 1.35rem;
}

.mc-info-button:hover,
.mc-info-button:focus {
	background: #edf0f3;
	color: #17202a;
	text-decoration: none;
}

.mc-payment-status {
	border-radius: 999px;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 0.25rem 0.65rem;
	white-space: nowrap;
}

.mc-payment-status-paid {
	background: #dff3e6;
	color: #176a34;
}

.mc-payment-status-open {
	background: #f8e1e4;
	color: #9a1b2f;
}

.mc-payment-action {
	white-space: nowrap;
}

.mc-table-compact {
	table-layout: fixed;
}

.mc-table-compact th,
.mc-table-compact td {
	vertical-align: middle;
}

.mc-col-club {
	width: var(--mc-cashier-info-column-width);
}

.mc-col-contact,
.mc-col-address,
.mc-col-place,
.mc-col-email,
.mc-col-phone {
	width: var(--mc-cashier-info-column-width);
}

.mc-col-count {
	width: 6rem;
}

.mc-col-fee {
	width: 8rem;
}

.mc-col-status {
	width: 9rem;
}

.mc-col-changed {
	width: 9rem;
}

.mc-col-action {
	width: 10rem;
}

.mc-truncate-button {
	background: transparent;
	border: 0;
	color: inherit;
	display: block;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc-truncate-button:hover,
.mc-truncate-button:focus {
	color: #b00020;
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.mc-mgmt-hero {
		padding: 1.25rem;
	}

	.mc-mgmt-hero h1 {
		font-size: 1.85rem;
	}
}
