.quickform select { width: 500px; }
.syn { font-weight: bold; color: green; }
.ars-search-toolbar .selectize-dropdown,
.ars-search-panel .selectize-dropdown {
	border-radius: 12px;
	border: 1px solid #d7e2eb;
	box-shadow: 0 18px 30px rgba(33, 52, 72, 0.12);
}
.rais-section-header {
    color: #2c8b5d;
}
.ars-card-tab.ars-id-tab {
    color: #2c8b5d !important;
}

.ars-card-tab.ars-id-tab.active {
    color: #2c8b5d !important;
}
.ars-search-panel {
	margin-top: 10px;
}
.ars-search-panel fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.ars-section {
	margin-bottom: 2em;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border: 1px solid #d5e3db;
	border-radius: 16px;
	box-shadow: 0 14px 28px rgba(31, 107, 69, 0.08);
	overflow: hidden;
}
.ars-card-header {
	padding: 18px 20px 12px 20px;
	background: linear-gradient(135deg, #f3f9f5 0%, #e8f3ec 100%);
	border-bottom: 1px solid #d5e3db;
	cursor: pointer;
}
.ars-card-header:hover {
	background: linear-gradient(135deg, #edf6f0 0%, #e0eee6 100%);
}
.ars-card-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.ars-card-title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 700;
	color: #1c4730;
}
.ars-card-count {
	padding: 4px 10px;
	border-radius: 999px;
	background: #dff0e6;
	color: #1f6b45;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
.ars-card-tabs {
	display: flex;
	gap: 8px;
	padding: 0 20px;
	background: #f3f9f5;
	border-bottom: 1px solid #d5e3db;
}
.ars-card-tab {
	display: inline-block;
	padding: 10px 14px;
	margin-top: 10px;
	border: 1px solid #d5e3db;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	background: #e6f2ea;
	color: #47705a;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
.ars-card-tab.active {
	background: #ffffff;
	color: #1c4730 !important;
	border-color: #d5e3db;
	position: relative;
	top: 1px;
}
.ars-card-tab.active:hover,
.ars-card-tab.active:focus,
.ars-card-tab.active:active {
	background: #ffffff;
	color: #1c4730 !important;
	border-color: #d5e3db;
	text-decoration: none;
	opacity: 1;
	outline: none;
}
.ars-section .section-content {
	padding: 18px 20px 20px 20px;
	background: #ffffff;
}
.ars-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
	font-size: 17px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e5edf3;
}
.ars-table th {
	background-color: #2c8b5d;
	color: white;
	padding: 12px 14px;
	text-align: left;
	white-space: normal;
	font-weight: 700;
	font-size: 19px;
	border-right: 1px solid rgba(255,255,255,0.12);
	border-bottom: 1px solid #e5edf3;
}
.ars-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e5edf3;
	border-right: 1px solid #e5edf3;
	vertical-align: top;
}
.ars-table th:last-child,
.ars-table td:last-child {
	border-right: none;
}
.ars-table tbody tr:last-child td {
	border-bottom: none;
}
.ars-table tr:nth-child(even) { background-color: #f8fbfd; }
.ars-table tr:hover { background-color: #edf7f1; }
.basic-info-table td { padding: 6px 12px; border: none; font-size: 18px; }
.basic-info-table td:first-child { font-weight: bold; white-space: nowrap; width: 180px; }
.no-data { color: #999; font-style: italic; padding: 10px; font-size: 18px; }
.back-btn { margin: 10px 0; }
.chem-header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px; }
.chem-header .info-side { flex: 1; }
.chem-header .drawing-side { flex: 0 0 280px; text-align: left; }
.section-toggle { float: right; font-size: 12px; color: #666; }
.nav-links { margin: 15px 0; padding: 10px; background: #f8f8f8; border-radius: 4px; }
.nav-links a { margin-right: 12px; font-size: 16px; }
.ars-table-shell {
	border: 1px solid #e5edf3;
	border-bottom: 2px solid #e5edf3;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 -1px 0 #e5edf3;
}
.ars-source-panel {
	max-height: 560px;
	overflow: auto;
	border-radius: 12px;
	background: #ffffff;
}
.ars-source-panel .ars-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
}
