html,
body {
	height: 100%;
	font-size: 12px;
}

.bg-wireframe {
	background: #2e2e2e;
}

.header {
	height: 36px;
	background: #eeeeee;
	border-bottom: 1px solid #9e9e9e;
	font-weight: bold;
}

.sidebar {
	color: #fff;
	height: calc(100vh - 36px);
	display: flex;
	flex-direction: column;
	padding: 8px;
}

.search-box {
	margin-bottom: 6px;
}

.post-list {
	flex: 1;
	overflow-y: auto;
	padding-right: 4px;
}

.post-item {
	background: #3a3a3a;
	border-left: 5px solid;
	padding: 6px;
	margin-bottom: 6px;
	cursor: pointer;
}

.post-item.red {
	border-color: #e53935;
}

.post-item.orange {
	border-color: #fb8c00;
}

.post-item.green {
	border-color: #43a047;
}

.legend-box {
	min-height: 180px;
	border-top: 1px solid #555;
	padding-top: 6px;
}

.legend-item {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}

.legend-color {
	width: 12px;
	height: 12px;
}

.map-wrapper {
	height: calc(100vh - 36px);
	background: #cfcfcf;
}

.map-body {
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #d5d5d5 25%, transparent 25%),
		linear-gradient(-45deg, #d5d5d5 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #d5d5d5 75%),
		linear-gradient(-45deg, transparent 75%, #d5d5d5 75%);
}

.panel {
	background: #eeeeee;
	border: 1px solid #9e9e9e;
	padding: 6px;
	margin-bottom: 6px;
}

.col-full {
	height: calc(100vh - 36px);
	overflow-y: auto;
}

.impact-card {
	background: #dcdcdc;
	border: 1px solid #9e9e9e;
	font-size: 11px;
}

.impact-header {
	background: #d32f2f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

.impact-box {
	background: #cfcfcf;
	padding: 10px 6px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

.impact-box.light {
	background: #e3e3e3;
}

.impact-title {
	font-size: 11px;
}

.impact-value {
	font-size: 12px;
	margin-top: 2px;
}

.impact-section {
	padding: 6px;
	background: #d6d6d6;
	border-top: 1px solid #b5b5b5;
}

.impact-section-title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.impact-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	background: #d0d0d0;
}

.impact-table th,
.impact-table td {
	border: 1px solid #b5b5b5;
	padding: 3px 4px;
	text-align: center;
}

.impact-table th {
	background: #c2c2c2;
	font-weight: bold;
}

.line-chart {
	min-height: 200px !important;
}
