:root{
	--bs-table-striped-bg: rgba(0,255,0,0.1);
}
body{
    font-size: 13pt;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'PingFang TC', 'Noto Sans TC', 'Noto Sans CJK TC', sans-serif;
    line-height: 1.5em;
    color: #333;
	background: #f7f7f7;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Microsoft JhengHei', '微軟正黑體', 'PingFang TC', 'Noto Sans TC', 'Noto Sans CJK TC', sans-serif;
	font-weight: 600;
}
.login-form {
    width: 340px;
    margin: 50px auto;
  	font-size: 15px;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 10px 8px rgba(0, 100, 0, 0.6);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
#admin_dash .btn {
	border-radius: 0.5rem;
}
.btn {        
    border-radius: 0.5rem;
	--bs-bg-opacity: 0.5;
	box-shadow: 2px 2px 2px 2px rgba(204, 200, 200, 0.5);
	margin: 3px 5px 3px 5px;
}
.btn:hover {
	--bs-bg-opacity: 1;
	box-shadow: none;
  }
.table-text-sm {
	font-size: 11pt;
}
.equip-active-row {
	font-weight: bold;
	border-bottom: solid 1px #0000CC;
}
.card-equip {
	width: 18rem;
}
.input-min-wide {
	min-width: 300px;
}
.card-img-placeholder {
	height: 150px;
	background: #DDD;
}
.icon-category-type {
	font-size: 6rem;
	display: block;
}
.footer {
	background: #666;
	margin-top: auto;
	font-size: 11pt;
	color:#fff;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #00e;
	background: #ffe;
}
.scroll-to-top {
	position: fixed;
	right: 60px;
	bottom: 60px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	color: #FFF;
	background: rgba(255,58,64,0.5);
}
.nav-item a {
	font-family: "jf-openhuninn", "微軟正黑體", var(--bs-font-sans-serif);
}
.table{
	--bs-table-striped-bg: rgba(0,255,0,0.1);
	--bs-table-hover-bg: rgba(0,0,255,0.05);
}
/* 圖片佔位符 CSS（替代 holder.js 以符合嚴格 CSP） */
.img-placeholder {
	background-color: #e9ecef;
	background-image: linear-gradient(45deg, #dee2e6 25%, transparent 25%, transparent 75%, #dee2e6 75%, #dee2e6),
	                  linear-gradient(45deg, #dee2e6 25%, transparent 25%, transparent 75%, #dee2e6 75%, #dee2e6);
	background-size: 30px 30px;
	background-position: 0 0, 15px 15px;
}

.privacy-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem;
	line-height: 1.8;
}
#hero-container {
	background: url(/img/hero-bg.png) no-repeat center bottom;
	background-size: contain;
}
.header-logo {
	max-height: 1.0em;
	margin-bottom: 0.2em;
}
.main-content-section {
	min-height: 75vh;
	padding-bottom: 1rem;
}
.equip-toolbar-stack {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.equip-toolbar-actions {
	display: flex;
	flex-wrap: wrap;
}
.equip-filter-toolbar {
	display: flex;
	width: 100%;
	row-gap: 0.75rem;
	column-gap: 0.75rem;
}
.equip-search-group {
	width: 100%;
}
.equip-filter-group {
	min-width: 0;
	flex: 0 1 auto;
}
.equip-filter-group-full {
	width: 100%;
	min-width: 0;
	flex: 0 0 100%;
}
.equip-filter-group-wide {
	min-width: 0;
	flex: 0 1 auto;
}
.equip-filter-group .form-select {
	width: 100%;
	min-width: 0;
}
.equip-filter-reset {
	align-self: end;
	white-space: nowrap;
	flex: 0 0 auto;
}
@media (max-width: 767.98px) {
	.equip-toolbar-actions,
	.equip-search-group,
	.equip-filter-group,
	.equip-filter-group-wide,
	.equip-filter-group-full,
	.equip-filter-reset {
		width: 100%;
		flex-basis: 100%;
	}
	.equip-toolbar-actions .btn {
		width: 100%;
	}
	.equip-filter-reset {
		align-self: stretch;
	}
}
.privacy-content pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: inherit;
	font-size: 1rem;
	background-color: #f8f9fa;
	padding: 1.5rem;
	border-radius: 0.25rem;
	border-left: 4px solid #0d6efd;
}