﻿.card-title {
	font-size: 24px;
}

.card-text {
	font-size: 18px;
}

.admin-panel .nav-link {
	color: black;
}

td, th {
	background-color: var(--bg) !important;
}

.page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
}

	.page-header h2 {
		font-size: 1.5rem;
		font-weight: 600;
		margin: 0;
	}

.table thead th {
	background-color: #f8f9fa;
	white-space: nowrap;
}

.table tbody td, .table tbody th {
	vertical-align: middle;
}

.layer-symbol-icon {
	height: 32px;
	width: auto;
}

.btn-sm i {
	margin-right: 4px;
}

.list-group-item {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	background: var(--bg);
}

.empty-state {
	text-align: center;
	color: #6c757d;
	padding: 2rem 0;
	font-style: italic;
}

.pcr-save {
	font-size: 14px !important;
}

/*-- Sidebar --*/

.sidebar {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	top: 4rem;
	left: 0;
	width: 100%;
	max-width: 300px;
	height: 100vh;
	overflow-y: auto;
	z-index: 1030;
}

@media(max-width:769px) {
	.sidebar {
		display: none;
	}

	main {
		margin-left: 0;
	}
}

@media(min-width:769px) {
	.sidebar {
		display: block;
	}

	main {
		margin-left: 300px;
	}
}

.sidebar .nav-link {
	color: #333;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	margin: 0.2rem 0;
	font-weight: 500;
	transition: background-color 0.2s, color 0.2s;
}

	.sidebar .nav-link.active,
	.sidebar .nav-link:hover {
		background-color: #e9f1ff;
		color: #0d6efd;
	}

main {
	min-height: calc(100vh - 4rem);
}

.toast {
	bottom: 25px;
	right: 25px;
}
